@charset "UTF-8";
.breadcrumb-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    padding: 3.33333vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    width: 92%;
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.breadcrumb-list__item {
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.breadcrumb-list__item a {
  color: #363636;
}

.breadcrumb-list__item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2) {
    padding-left: 7.33333vw;
  }
}

.breadcrumb-list__item:nth-child(n+2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list__item:nth-child(n+2)::before {
    width: 1.33333vw;
    height: 1.33333vw;
    left: 2vw;
  }
}

.section-title {
  text-align: center;
}

.section-title__ja {
  font-size: 3rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.section-title__ja::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #3f6ebd;
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 5.33333vw;
  }
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

.small-btn {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  .small-btn {
    width: 25.33333vw;
  }
}

.small-btn a {
  border: 1px solid #5f6d93;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 1.1rem;
  line-height: 2.13636;
  color: #071332;
}

@media only screen and (max-width: 767px) {
  .small-btn a {
    font-size: 2.66667vw;
    line-height: 1.75;
    letter-spacing: 0.08em;
    padding: 0.4vw 1.33333vw 0.4vw 5.33333vw;
  }
}

.small-btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 5px;
  margin-top: -3px;
  background: url(/assets/img/common/arrow.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media only screen and (max-width: 767px) {
  .small-btn a::before {
    left: 2.66667vw;
    width: 1.46667vw;
    height: 0.93333vw;
    margin-top: -0.46667vw;
  }
}

@media only screen and (min-width: 768px) {
  .small-btn a:hover::before {
    left: 15px;
  }
}

.page-contents {
  margin: 70px 0 135px;
}

@media only screen and (max-width: 767px) {
  .page-contents {
    margin: 10.66667vw 0 16.13333vw;
  }
}

.page-contents .inner {
  max-width: 1000px;
}

.mainvisual {
  background: url(/assets/img/information/mv.jpg) no-repeat center bottom;
  height: 626px;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    height: auto;
    background-image: url(/assets/img/information/mv_sp.jpg);
    background-size: 100%;
    background-position: center top;
  }
}

.mainvisual .inner {
  height: 100%;
  position: relative;
}

.mainvisual__body {
  position: absolute;
  top: 55%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 428px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    position: static;
    display: block;
    width: 92vw;
    margin: 0 auto;
    padding: 9.6vw 0 10.66667vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
}

.mainvisual__icon {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mainvisual__icon {
    width: 24.66667vw;
    margin: 0 auto;
  }
}

.mainvisual__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(20, 33, 67, 0.15);
  margin-top: 25px;
  color: #071332;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    display: inline-block;
    width: auto;
    margin: 6.13333vw auto 0;
    padding-bottom: 2.4vw;
    font-size: 6vw;
    letter-spacing: 0.1em;
    padding-left: 1.33333vw;
  }
}

.mainvisual__entitle {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__entitle {
    width: 45.33333vw;
    margin: 2.4vw auto 0;
  }
}

.mainvisual__description {
  margin-top: 15px;
  color: #142143;
  font-size: 1.3rem;
  line-height: 1.84615;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .mainvisual__description {
    width: 78.26667vw;
    margin: 3.33333vw auto 0;
    font-size: 3.46667vw;
    line-height: 1.69231;
    text-align: left;
  }
}

.mainvisual__description a {
  color: #142143;
  text-decoration: underline;
}

.mainvisual__btn {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mainvisual__btn {
    width: 52.26667vw;
    margin: 5.33333vw auto 0;
  }
}

.mainvisual__btn a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.mainvisual__btn a:hover {
  opacity: .8;
}

.breadcrumb-list {
  max-width: 1240px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-list {
    display: none;
  }
}

.information {
  background: #f4f4f4;
  padding: 47px 0 34px;
}

.information .inner {
  max-width: 1000px;
}

.information .small-btn {
  margin-left: auto;
  margin-top: 20px;
}

.information .small-btn a {
  border: 1px solid #e5eaed;
  background: #e5eaed;
  -webkit-transition: left .3s, background-color .3s;
  transition: left .3s, background-color .3s;
}

.information .small-btn a:hover {
  background: #071332;
  color: #e5eaed;
}

.information .small-btn a:hover::before {
  background: url(/assets/img/common/arrow_white.svg) no-repeat center top;
  background-size: 100% 100%;
}

.information-contents {
  background: #fff;
  padding: 22px 3.6364% 43px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .information-contents {
    margin-top: 4.93333vw;
    padding: 0.66667vw 5.33333vw 7.33333vw;
  }
}

.information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #eff1f7;
  padding: 14px 0;
}

@media only screen and (max-width: 767px) {
  .information-item {
    padding: 2.66667vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.information-item__detail {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .information-item__detail {
    font-size: 3.73333vw;
    line-height: 1.42857;
    letter-spacing: normal;
  }
}

.information-item__detail a {
  color: #000;
}

.information-item__detail a:hover {
  text-decoration: underline;
}

.information-item__detail--new a::after {
  content: "";
  margin: 3px 0 0 15px;
  position: absolute;
  width: 44px;
  height: 15px;
  background: url(/assets/img/common/icon_new.png) no-repeat center top;
  background-size: 100% 100%;
}

.contact {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .contact {
    margin: 16.53333vw auto 0;
    width: 88vw;
  }
}

.contact-detail {
  background: #f0f4f8;
  padding: 30px 40px 50px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .contact-detail {
    margin-top: 5.33333vw;
    padding: 6.66667vw 4vw 4.26667vw;
  }
}

.contact-detail__item + .contact-detail__item {
  margin-top: 47px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__item + .contact-detail__item {
    margin-top: 7.73333vw;
  }
}

.contact-detail__title {
  font-size: 2.2rem;
  line-height: 1.81818;
  text-align: center;
  color: #415485;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .contact-detail__title {
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.contact-detail__title--emergency {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__title--emergency {
    margin-bottom: 3.46667vw;
    font-size: 4.4vw;
  }
}

.contact-detail__title--emergency span {
  color: #fff;
  background: #415485;
  padding: 5px 15px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__title--emergency span {
    display: inline-block;
    padding: 0.8vw 2.93333vw;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail__title--emergency + .contact-detail__title {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail__title--emergency + .contact-detail__title + .contact-detail__body {
    margin-top: 0;
    padding: 2.93333vw 4vw 4.4vw;
  }
}

.contact-detail__body {
  margin-top: 5px;
  padding: 20px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-detail__body {
    border-style: dotted;
    margin-top: 2.4vw;
    padding: 4.8vw 4vw 6.13333vw;
  }
}

.contact-detail__text {
  color: #415485;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1.125;
}

@media only screen and (max-width: 767px) {
  .contact-detail__text {
    font-size: 4vw;
  }
}

.contact-detail__tel {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel {
    font-size: 6.93333vw;
    letter-spacing: 0;
    margin-left: -0.8vw;
  }
}

.contact-detail__tel a {
  color: #415485;
  position: relative;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) {
  .contact-detail__tel a {
    cursor: default;
    pointer-events: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-left: 8.53333vw;
    letter-spacing: 0.06em;
    pointer-events: auto;
  }
}

.contact-detail__tel a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: url(/assets/img/common/icon_tel.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel a::before {
    width: 5.86667vw;
    height: 5.86667vw;
    margin-top: -2.93333vw;
  }
}

.contact-detail__tel-note {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel-note {
    font-size: 2.66667vw;
  }
}

.contact-detail__note {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__note {
    margin-top: 4.26667vw;
    font-size: 3.33333vw;
    line-height: 1.08;
  }
}

.contact-detail__term {
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.66667;
  position: relative;
  text-indent: -0.5em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .contact-detail__term {
    font-size: 3.73333vw;
    line-height: 1.96429;
    padding: 0 0 0 3.46667vw;
  }
}

.contact-detail__term::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -8px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__term::before {
    left: -1.86667vw;
    width: 1.86667vw;
    height: 1.86667vw;
  }
}

.contact-detail .contact-detail__definition + .contact-detail__definition {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-detail .contact-detail__definition + .contact-detail__definition {
    margin-top: 1.33333vw;
  }
}

.contact-detail__description {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .contact-detail__description {
    display: block;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail__emergency-tel {
    font-size: 3.33333vw;
  }
  .contact-detail__emergency-tel a {
    display: block;
    margin: 2vw 0;
  }
}

.contact-detail__emergency-tel-note {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .contact-detail__emergency-tel-note {
    font-size: 2.66667vw;
  }
}

.contact-detail__description {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__description {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail__emergency-note {
    margin-top: 2vw;
    font-size: 3.33333vw;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.contact-detail .tel-icon {
  color: #000;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-detail .tel-icon {
    cursor: default;
    pointer-events: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .contact-detail .tel-icon {
    margin-right: 0;
    padding-left: 5.86667vw;
    pointer-events: auto;
  }
}

.contact-detail .tel-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(/assets/img/common/icon_tel.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .contact-detail .tel-icon::before {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

@media only screen and (max-width: 767px) {
  .about .section-title__ja {
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .about__list {
    display: block;
    width: 66.66667vw;
    margin: 10.13333vw auto 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.about__list::after {
  content: '';
  display: block;
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .about__list::after {
    content: none;
  }
}

.about__btn {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .about__btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about__btn + .about__btn {
    margin-top: 0.53333vw;
  }
}

.about__btn:nth-child(n+4) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .about__btn:nth-child(n+4) {
    margin-top: 0.53333vw;
  }
}

.about__btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #415485;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #415485;
  -webkit-transition: background-color .3s,color .3s;
  transition: background-color .3s,color .3s;
}

@media only screen and (max-width: 767px) {
  .about__btn a {
    position: relative;
    padding: 2.66667vw 1.33333vw;
    font-size: 3.73333vw;
  }
}

.about__btn a span {
  display: inline-block;
  position: relative;
  padding-right: 28px;
}

@media only screen and (max-width: 767px) {
  .about__btn a span {
    position: static;
    padding-right: 0;
  }
}

.about__btn a span::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 11px;
}

@media only screen and (max-width: 767px) {
  .about__btn a span::before {
    right: 3.73333vw;
    width: 2.53333vw;
  }
}

.about__btn a span::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 4px;
}

@media only screen and (max-width: 767px) {
  .about__btn a span::after {
    right: 3.73333vw;
    width: 1.06667vw;
  }
}

.about__btn a:hover {
  color: #415485;
  background: #fff;
}

.about__btn a:hover span::before {
  background: #415485;
  right: -5px;
}

@media only screen and (max-width: 767px) {
  .about__btn a:hover span::before {
    right: 3.06667vw;
  }
}

.about__btn a:hover span::after {
  background: #415485;
  right: -5px;
}

@media only screen and (max-width: 767px) {
  .about__btn a:hover span::after {
    right: 3.06667vw;
  }
}
