/* single common */
.single {
  position: relative;
  margin: 70px auto 30px;
  height: 100px;
}

.eye-catch {
  width: 100%;
  margin-bottom: 30px;
}

.eye-catch img {
  aspect-ratio: 3/2;
}

.sub-contents {
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.sub-contents time {
  font-size: 1.6rem;
  font-weight: 400;
  color: #303030;
}

.article-cat {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #040404;
  font-size: 1.4rem;
  font-weight: 500;
  color: #050505;
}

.single-title {
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.main-content h2 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
}

.main-content h2::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 40px;
  background-color: #005aaa;
}

.main-content h3 {
  display: block;
  padding: 10px 30px;
  margin-bottom: 30px;
  background-color: #ebf2f8;
  font-size: 2rem;
  font-weight: 700;
}

.main-content p {
  margin-bottom: 30px;
}

.main-content figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.main-content figure img {
  aspect-ratio: auto;
}

.content-footer {
  margin: 100px auto;
	display: none;
}

.tag-list {
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 100px;
}

.tag-list li {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #c7c7c7;
  font-size: 1.6rem;
  font-weight: 500;
  color: #050505;
}

.sns-list {
  gap: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.sns-list a {
  width: 30px;
  height: 30px;
}

@media (max-width: 420px) {
  .single {
    margin: 130px auto 30px;
    height: 50px;
  }

  .sub-contents {
    gap: 10px;
    margin-bottom: 10px;
  }

  .sub-contents time {
    font-size: 1.4rem;
  }

  .article-cat {
    font-size: 1.2rem;
  }

  .single-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }

  .main-content h2 {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .main-content h2::before {
    width: 10px;
    height: 35px;
  }

  .main-content h3 {
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .content-footer {
    margin: 80px auto;
  }

  .tag-list {
    gap: 10px;
  }

  .tag-list li {
    font-size: 1.4rem;
  }
}

/* voice single */
.voice-contents-area {
  margin-bottom: 160px;
}

.voice-content .single-title {
  margin-bottom: 10px;
  font-size: 3.6rem;
  color: #015cab;
}

.voice-content .article-date {
  display: block;
}

.voice-content .cat {
  justify-content: flex-start;
  gap: 5px;
  margin: 10px 0 30px;
}

.voice-content .cat .article-cat {
  border: none;
  background-color: #f1f1f1;
}

.voice-photo {
  margin-bottom: 30px;
}

.voice-content .main-content h2 {
  display: flex;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.5em;
}

.voice-content .main-content h2::before {
  height: 60px;
}

.voice-content .main-content h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #005aaa;
}

.voice-content .main-content h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
}

.voice-content .main-content h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #015cab;
}

.voice-content .main-content p {
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2em;
}

@media (max-width: 420px) {
  .voice-contents-area {
    margin-bottom: 80px;
  }

  .voice-content .single-title {
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: #015cab;
  }

  .voice-content .main-content h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .voice-content .main-content p {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

/* blog single */

.main-content.blog h2 {
  font-size: 2rem;
  font-weight: 400;
}

.main-content.blog h3 {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #f1f1f1;
}

.main-content.blog a {
  display: inline;
  text-decoration: underline;
	color:#000000;
  font-size: inherit;
  font-weight: inherit;
}

.sns-list.blog {
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #effaff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 150px;
  border-radius: 50px;
}

.single-blog {
  margin-bottom: 80px;
  padding: 80px 0;
  margin: 100px auto;
  background-color: #effaff;
}

.title-header {
  justify-content: space-between;
}

.blog__list-wrapper {
  width: 100%;
  /*   overflow: scroll; */
}

.blog__list {
  justify-content: space-between;
  margin-bottom: 80px;
}

.blog__list-item {
  width: 32%;
}

.blog__list-item figure {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.blog__list-item figure img {
  transition: transform 0.3s;
  aspect-ratio: 3/2;
}

.blog__list-item:hover figure img {
  transform: scale(1.1) rotate(3deg);
}

.blog__list-item h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.blog__list-item p {
  font-size: 1.6rem;
}

@media (max-width: 420px) {
  .main-content.blog h2 {
    font-size: 1.8rem;
  }

  .main-content.blog h3 {
    font-size: 1.6rem;
  }

  .sns-list.blog {
    width: 100%;
    padding: 10px 0;
  }

  .single-blog {
    padding: 50px 0;
  }

  .blog__list-wrapper {
    width: 105%;
    overflow-x: scroll;
  }

  .blog__list {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 50px;
  }

  .blog__list-item {
    width: 270px;
  }

  .blog__list-item:last-child {
    margin-right: 20px;
  }
}

/* news */
.news {
  padding: 100px 0 60px;
  margin-bottom: 100px;
  background-color: #effaff;
}

.news-wrapper {
  align-items: flex-start;
  gap: 30px;
  margin: 0 auto;
}

.news-list {
  flex: 1;
}

.news__list-item {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #d4e5ed;
  border-bottom: 1px solid #d4e5ed;
}

.news__list-item a {
  font-size: 1.8rem;
  font-weight: 500;
}

.news-wrapper {
  align-items: flex-start;
  gap: 30px;
  width: 80%;
  max-width: 1440px;
  min-width: 345px;
}

@media (max-width: 420px) {
  .news {
    padding: 50px 0 20px;
    margin-bottom: 80px;
  }
  .news-wrapper {
    flex-direction: column;
  }
  .news__list-item a {
    font-size: 1.6rem;
  }
  .news__list-item p {
    font-size: 1.4rem;
  }
}

/* document */
.doc.section__header {
  background-image: url(../img/other_header.jpg);
}

.doc .page-title {
  font-size: 9.6rem;
}

.doc .page-title::after {
  content: "document";
}

.page-doc {
  align-items: flex-start;
  justify-content: space-between;
  margin: 100px auto;
  gap: 50px;
}

.doc__text-area {
  width: 40%;
}

.doc__text-area h2 {
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005aaa;
}

.doc__text-area p {
  padding-bottom: 30px;
  font-weight: 500;
}

.doc-images {
  width: 100%;
}

.doc-images img {
  width: 100%;
  margin-bottom: 20px;
}

.document-form {
  flex: 1;
}

.doc-form__table {
  width: 100%;
}

.doc-form__table th {
  width: 30%;
  min-width: 150px;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
}

.doc-form__table th .required::after {
  content: "*";
  color: #e8437e;
}

.doc-form__table td {
  padding: 0 20px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
}

.doc-form__table tr:first-child th,
.doc-form__table tr:first-child td {
  border-top: none;
}

.doc-form__table td input {
  width: 100%;
  padding: 20px 0;
  border: none;
  font-size: 1.8rem;
}

.doc-form__table td input::-webkit-input-placeholder {
  color: #adadad;
}

.doc-form__table td input::-moz-placeholder {
  color: #adadad;
}

.doc-form__table td input:-ms-input-placeholder {
  color: #adadad;
}

.doc-form__table td input::-ms-input-placeholder {
  color: #adadad;
}

.doc-form__table td input::placeholder {
  color: #adadad;
}

.submit-btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.submit-btn .submit {
  display: block;
  width: 100%;
  margin: 50px auto 0;
  padding: 15px 0;
  border-radius: 35px;
  border: 1px solid #015cab;
  background-color: #015cab;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}

.submit-btn:hover .submit {
  background-color: #fff;
  color: #015cab;
}

.submit-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: background 0.3s;
}

.submit-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 20px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: border 0.3s;
}

.submit-btn:hover::before {
  background-image: url(../img/mail_reverse.svg);
}

.submit-btn:hover::after {
  border-top: 3px solid #015cab;
  border-right: 3px solid #015cab;
}
.previous-btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.previous-btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.previous-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 25%;
  left: 20px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #015cab;
  border-left: 3px solid #015cab;
  transition: border 0.3s;
}

.previous-btn .previous {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 35px;
  border: 1px solid #015cab;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  color: #015cab;
  transition: all 0.3s;
}

.previous-btn:hover .previous {
  background-color: #015cab;
  color: #fff;
}

.previous-btn:hover::before {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media (max-width: 420px) {
  .doc .page-title {
    font-size: 4rem;
  }

  .page-doc {
    flex-direction: column-reverse;
    margin: 80px auto;
  }

  .doc__text-area {
    width: 100%;
  }
  .document-form {
    flex: auto;
    width: 100%;
  }

  .doc-form__table th,
  .doc-form__table td {
    display: block;
    width: 100%;
    border-top: none;
  }
}

.tsumulabotitle h2 a{
    font-size: 5rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
}



@media screen and (max-width: 420px) {
    .tsumulabotitle h2 a{
        font-size: 2rem;
        margin-bottom: 16px;
        letter-spacing: 0.02em;
    }
}

.tsumulabotitle h2 span {
    font-size: 2.6rem;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0px 0px 0px 30px;
}

@media screen and (max-width: 420px) {
	.tsumulabotitle{
		margin-left: 2.5%;
    }
    .tsumulabotitle h2 span {
        font-size: 1.3rem;
        margin: 0px 0px 0px 20px;
    }
}



.tsumulabo {
	height:100px;
	margin: 70px auto 30px;
}

@media screen and (max-width: 420px) {
.tsumulabo {
	height:60px;
	margin: 70px auto 30px;
}
}