@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;
  }
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .mainvisual {
    background-size: cover;
    height: 26.66667vw;
  }
}

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

.mainvisual__body {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .mainvisual__body {
    top: 50%;
  }
}

.mainvisual__title {
  text-align: center;
  font-size: 3.8rem;
  color: #415485;
  letter-spacing: 0.05em;
  font-weight: bold;
}

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

.mainvisual__subtitle {
  display: block;
  font-size: 1.7rem;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mainvisual__subtitle {
    font-size: 3.2vw;
    line-height: 1.33333;
    margin-top: 2vw;
  }
}

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

.point_02 {
  margin-top: 50px;
}

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

.point_03 {
  margin-top: 70px;
}

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

.point .section-title__ja {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.point__lead-text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.31818;
  color: #415485;
  font-weight: bold;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .point__lead-text {
    text-align: left;
    font-size: 4.26667vw;
    line-height: 1.6875;
    margin-top: 4vw;
  }
}

.point__lead-note {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .point__lead-note {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: left;
  }
}

.point__image {
  margin-top: 20px;
  display: block;
  text-align: center;
}

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

.point__note {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.92308;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .point__note {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

.point__note li {
  margin-left: 1em;
  text-indent: -1em;
}
