@charset "UTF-8";
/* 共通 */

.mct {
  overflow: hidden;
}

.normal-text {
  font-size: 1.125em;
  line-height: 2;
}

.section-title {
  -webkit-box-shadow: 7px 7px 5px rgba(214, 214, 214, 0.75);
  width: 37.5625em;
  max-width: 100%;
  margin-top: 3.125em;
  margin-right: auto;
  margin-bottom: 1.875em;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 7px 7px 5px rgba(214, 214, 214, 0.75);
  text-align: center;
}

.section-title--line {
  position: relative;
  margin-top: 6.25em;
}

.section-title--line::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #cdcece;
  content: '';
}

.section-title__inner {
  display: block;
  padding: 1.5em 1.25em;
  font-weight: bold;
}

a.section-title__inner {
  text-decoration: none;
}

.section-title__inner--lg {
  color: #18449c;
  font-size: 2.5em;
  font-weight: 900;
}

.section-title__inner--md {
  color: #333333;
  font-size: 2em;
}

.about {
  position: relative;
  margin-top: 1.25em;
  padding: 2.5em;
  padding-top: 0.625em;
  padding-bottom: 5em;
  background-image: url(../images/bg_primary.png.webp);
}

.about-cnt-wrap {
  margin-top: 3.125em;
}

.about-cnt__primary {
  margin-right: 3.125em;
}

.about-cnt__secondary .text-blue {
  line-height: 1;
}

.about-cnt__secondary .normal-text {
  line-height: 2.5;
}

.onayami {
  margin-top: 4.375em;
}

.onayami-title {
  color: #18449c;
  font-size: 2.125em;
  font-weight: 900;
}

.onayami-text {
  margin-top: 1.25em;
  font-size: 1.5em;
  text-align: center;
}

.onayami-text .text-blue {
  font-size: 1.25em;
}

.onayami-cnt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background-color: rgba(217, 240, 255, 0.95);
}

.onayami__secondary {
  margin-right: 1.5625em;
}

.onayami__primary {
  padding: 1.25em;
  padding-top: 3.125em;
}

.onayami-list {
  margin-top: 2.5em;
  list-style-type: none;
}

.onayami-list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 44.875em;
  max-width: 100%;
  padding: 1.25em;
  background-color: #fff;
}

.onayami-list-item::before {
  width: 2.8125em;
  height: 2.1875em;
  margin-right: 1.5em;
  background-image: url(../images/check_mark.png.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.onayami-list-item:not(:first-of-type) {
  margin-top: 1.35em;
}

.onayami-list-item__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4375em;
}

.merit-wrap {
  width: 96.25em;
  max-width: 100%;
  margin-top: 2.1875em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.75em;
  padding-left: 3.75em;
}

.merit-item {
  width: 30%;
  padding: 2.1875em 0.5em;
  border: 5px solid #e0e0e1;
  text-align: center;
}

.merit-item:not(:nth-of-type(3n)) {
  margin-right: 4%;
}

.merit-item__img {
  padding-left: 1em;
}

.merit-item__title {
  color: #18449c;
  font-size: 2em;
  font-weight: 900;
}

.merit-item__text {
  margin-top: 1.42857em;
  font-size: 1.3125em;
  line-height: 2;
}

.search {
  position: relative;
  margin-top: 5.9375em;
  padding: 5em 3.75em;
  padding-bottom: 5.3125em;
  background-image: url(../images/bg_img_search.jpg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.search-text {
  margin-top: 1.5em;
  font-size: 1.25em;
  line-height: 2;
}

.search-inner {
  width: 50.375em;
  max-width: 100%;
  margin-left: auto;
}

.search-title__link {
  color: #18449c;
  font-size: 3.375em;
  font-weight: 900;
}

a.search-title__link {
  color: #18449c;
  text-decoration: none;
}

.faq-box {
  margin-top: 2.8125em;
}

.faq-wrap {
  padding: 2.5em 4.6875em 3.75em;
  background-color: rgba(217, 240, 255, 0.95);
}

.faq-item {
  -webkit-box-shadow: 3px 3px 3px rgba(201, 201, 201, 0.75);
  padding: 1.25em 1.875em;
  border-radius: 18.435px;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(201, 201, 201, 0.75);
}

.faq-item:not(:first-of-type) {
  margin-top: 1.875em;
}

.faq-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.25em;
}

.faq-title::after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  margin-left: auto;
  border-radius: 50%;
  background-color: #18449c;
  color: #fff;
  content: '＋';
}

.faq-title.open::after {
  content: '－';
}

.faq-title__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}

.faq-title__inner::before {
  margin-right: .25em;
  content: 'Q.';
}

.faq-answer {
  display: none;
  margin-top: .5em;
  font-size: 1.25em;
  line-height: 1.75;
}

.faq-answer::before {
  display: block;
  color: #b50d23;
  content: 'A.';
}

.news {
  -webkit-box-shadow: 7px 7px 5px rgba(214, 214, 214, 0.75);
  margin-top: 4.6875em;
  margin-bottom: 1em;
  box-shadow: 7px 7px 5px rgba(214, 214, 214, 0.75);
}

.news-title__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

a.news-title__link {
  text-decoration: none;
}

.news-title__en {
  margin-right: 1em;
  color: #18449c;
  font-size: 2.625em;
  font-weight: 900;
}

.news-title__jp {
  color: #333;
}

.news-inner {
  padding: 1.875em 2.5em;
}

.news-wrap {
  margin-top: 2.5em;
}

.news-archive-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13em;
  margin-left: auto;
  padding: 0.9375em 1.25em;
  background-color: #18449c;
}

a.news-archive-btn {
  text-decoration: none;
}

.news-archive-btn__inner {
  color: #fff;
  font-size: 0.9375em;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-item:not(:first-of-type) {
  margin-top: 1.875em;
}

.news-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-item__title a {
  color: #333333;
}

a.news-item__title a {
  color: #333333;
  text-decoration: none;
}

.news-item__title a:hover {
  text-decoration: none;
}

.news-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.news-date {
  margin-right: 1em;
  color: #18449c;
  font-size: 1.125em;
  font-weight: bold;
}

.news-cat {
  min-width: 9em;
  margin-right: 2em;
  padding: .25em 1em;
  border: 1px solid #004ac0;
  font-size: 0.9375em;
  text-align: center;
}

a.news-cat {
  color: #18449c;
  text-decoration: none;
}

@media screen and (max-width: 1900px) {
  /* 共通 */
}

@media screen and (max-width: 1540px) {
  /* 共通 */
  .about-cnt__primary {
    width: 40%;
  }
  .about-cnt__secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2vw;
  }
  .onayami__primary {
    font-size: 1vw;
  }
  .merit-wrap {
    padding-right: 2.5em;
    padding-left: 2.5em;
    font-size: 1.15vw;
  }
  .merit-item {
    padding-right: .5em;
    padding-left: .5em;
  }
  .merit-item__text {
    font-size: 1.1875em;
  }
  .search {
    background-position-x: 25%;
  }
  .search-inner {
    width: 60%;
  }
}

@media screen and (max-width: 1260px) {
  /* 共通 */
}

@media screen and (max-width: 1100px) {
  /* 共通 */
  .about-cnt__secondary {
    font-size: 1.15vw;
  }
  .onayami__secondary {
    width: 45%;
  }
  .onayami__primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .onayami-list-item {
    width: auto;
  }
  .merit-wrap {
    font-size: 1.125vw;
  }
  .search-inner {
    width: 45%;
  }
  .news-inner {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 840px) {
  /* 共通 */
  .section-title__inner--lg {
    font-size: 2.25em;
  }
  .section-title__inner--md {
    font-size: 1.75em;
  }
  .about-cnt-wrap {
    display: block;
    margin-top: 1.875em;
  }
  .about-cnt__primary {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .about-cnt__secondary {
    margin-top: 2.5em;
    font-size: 1.5vw;
  }
  .onayami {
    margin-top: 3.125em;
    margin-right: 0.46875em;
    margin-left: 0.46875em;
  }
  .onayami-title {
    font-size: 1.875em;
  }
  .onayami__secondary {
    margin-right: 0.625em;
  }
  .onayami__primary {
    font-size: .95vw;
  }
  .onayami-list-item::before {
    width: 2.5em;
    height: 1.9375em;
  }
  .merit-wrap {
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
  .merit-item__text {
    font-size: 1.3125em;
  }
  .search {
    padding-right: 2.5em;
    padding-left: 2.5em;
    background-position-x: 25%;
  }
  .search-text {
    margin-top: 0.55556em;
    font-size: 1.125em;
    line-height: 1.75;
  }
  .search-inner {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  /* 共通 */
  .section-title {
    width: 27.5em;
    margin-top: 1.875em;
  }
  .section-title--line::before {
    display: none;
  }
  .section-title__inner {
    padding: 0.875em 1.25em;
  }
  .section-title__inner--lg {
    font-size: 1.8125em;
  }
  .section-title__inner--md {
    font-size: 1.4375em;
  }
  .about {
    margin-top: 2.5em;
    padding: 0.9375em 0.625em 4.375em;
  }
  .about-cnt__primary {
    width: 100%;
    margin-right: 0;
  }
  .about-cnt__secondary {
    padding-right: 0.625em;
    padding-left: 0.625em;
    font-size: inherit;
  }
  .about-cnt__secondary .normal-text {
    line-height: 1.95;
  }
  .onayami {
    margin-top: 1.875em;
  }
  .onayami-title {
    font-size: 1.5625em;
    text-align: center;
  }
  .onayami-cnt {
    display: block;
  }
  .onayami__secondary {
    width: 27.25em;
    padding-bottom: 2.5em;
  }
  .onayami__primary {
    font-size: inherit;
  }
  .onayami-list {
    margin-top: 0.625em;
    padding: 1.875em 0em;
  }
  .onayami-list-item {
    padding: .85em;
  }
  .merit-wrap {
    display: block;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
    font-size: inherit;
  }
  .merit-item {
    width: 100%;
  }
  .merit-item:not(:first-of-type) {
    margin-top: 2.5em;
  }
  .merit-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .search {
    height: 44em;
    margin-top: 2.5em;
    padding: 1.25em 1.125em 11.25em;
    background-image: url(../images/bg_img_search_sp.jpg.webp);
    background-position: unset;
  }
  .search-img {
    -webkit-transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
  }
  .search-inner {
    width: auto;
  }
  .search-title__link {
    font-size: 2.5em;
  }
  .faq-wrap {
    padding: 3em 1em 3.4375em;
  }
  .faq-item {
    padding: 1.25em;
  }
  .news-inner {
    font-size: inherit;
  }
  .news-item {
    display: block;
  }
  .news-item__title {
    margin-top: 0.9375em;
  }
}
