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

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

@media only screen and (max-width: 767px) {
  .mainvisual {
    background: url(/assets/img/products/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 104px;
}

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

.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) {
  .products .section-title__ja {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

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

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

.products__detail {
  width: 100%;
  margin: 44px auto 0;
}

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

.products__item {
  background: #f0f4f8;
  padding: 25px 40px 39px;
}

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

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

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

.products__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) {
  .products__title {
    margin-bottom: 1.33333vw;
    font-size: 4vw;
    line-height: 1.33333;
  }
}

.products__sub-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0 20px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
  color: #415485;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .products__sub-title {
    margin: 6vw 0 2.66667vw;
    font-size: 3.6vw;
  }
}

.products__sub-title::before, .products__sub-title::after {
  content: '';
  width: 7%;
  height: 1px;
  background-color: #415485;
}

@media only screen and (max-width: 767px) {
  .products__sub-title::before, .products__sub-title::after {
    width: 14%;
  }
}

.products__sub-title::before {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .products__sub-title::before {
    margin-right: 4%;
  }
}

.products__sub-title::after {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .products__sub-title::after {
    margin-left: 4%;
  }
}

.products__body {
  padding: 25px 40px 34px;
  border-top: 1px dashed #cfcfcf;
  background: #fff;
}

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

.products__body-text {
  font-size: 1.5rem;
  line-height: 1.33333;
}

@media only screen and (max-width: 767px) {
  .products__body-text {
    font-size: 3.2vw;
    line-height: 1.58333;
  }
}

.products__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) {
  .products__note li {
    font-size: 3.2vw;
    line-height: 1.58333;
    padding-left: 5.6vw;
    text-indent: -5.6vw;
  }
}

.products__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) {
  .products__note li:before {
    width: 3.2vw;
    height: 4.13333vw;
    margin-right: 2.4vw;
  }
}

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

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

.products__note a {
  color: #415485;
  border-bottom: 1px solid #415485;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
