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

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

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

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

@media only screen and (max-width: 767px) {
  .contact-detail__body {
    padding: 3.33333vw 4vw;
  }
}

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

@media only screen and (max-width: 767px) {
  .mainvisual {
    background: url(/assets/img/policy/mv_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 26.66667vw;
  }
}

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

.mainvisual__body {
  position: absolute;
  top: 65%;
  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 {
  color: #142143;
  font-size: 3.8rem;
  line-height: 1.26316;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 6vw;
    line-height: 1.33333;
    text-align: center;
  }
}

.page-contents {
  display: block;
  margin: 56px 0 90px;
}

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

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

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

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

.policy {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .policy {
    width: 88vw;
  }
}

.policy__detail {
  width: 100%;
  margin: 29px auto 0;
}

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

.policy__item {
  background: #f0f4f8;
  padding: 40px 40px 47px;
}

@media only screen and (max-width: 767px) {
  .policy__item {
    padding: 5.33333vw 4vw 4.8vw;
    margin-top: 6vw;
  }
}

.policy__item + .policy__item {
  margin-top: 56px;
}

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

.policy__title {
  margin-bottom: 5px;
  font-size: 2.2rem;
  line-height: 1.81818;
  font-weight: bold;
  color: #415485;
  text-align: center;
}

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

.policy__body {
  padding: 31px 40px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .policy__body {
    padding: 4.66667vw 4.26667vw 7.2vw;
  }
}

.policy__note li {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .policy__note li {
    font-size: 3.2vw;
    line-height: 1.58333;
    padding-left: 5.6vw;
    text-indent: -5.6vw;
  }
}

.policy__note li:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  margin-right: 10px;
  background-image: url(/assets/img/common/icon_pdf.png);
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .policy__note li:before {
    width: 3.2vw;
    height: 4.13333vw;
    margin-right: 2.4vw;
  }
}

.policy__note li + li {
  margin-top: 20px;
}

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

.policy__note a {
  color: #415485;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.policy__note a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 7px;
  margin-left: 5px;
  background: url(/assets/img/common/other_win_blue.svg) no-repeat center top;
  background-size: 100% 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .policy__note a[target="_blank"]::after {
    width: 2vw;
    height: 1.73333vw;
    margin-top: -0.26667vw;
  }
}

.policy__note span {
  border-bottom: 1px solid #415485;
}

.contact {
  margin-top: 85px;
}

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

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

.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__body {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 3px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__body {
    margin-top: 5.33333vw;
    padding: 4.8vw 1.33333vw 6.13333vw;
    row-gap: 0;
  }
}

.contact-detail__text {
  color: #415485;
  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;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel {
    margin-top: 2.93333vw;
    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 {
    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-small {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .contact-detail__tel-small {
    font-size: 4vw;
    padding-left: 8.53333vw;
  }
}

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

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