@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

@media screen and (min-width: 769px) {
  .display-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .display-pc {
    display: none !important;
  }
}

/*************************************
breakpoint
*************************************/
/*************************************
font-size
*************************************/
.l-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
@media screen and (min-width: 1141px) {
  .l-container {
    padding: 50px 4.0322580645%;
  }
}
@media screen and (min-width: 768px) {
  .l-container.buttonBlock {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .l-container.buttonBlock02 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .l-container.buttonBlock03 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .l-container.section02 {
    padding-top: 118px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .l-container {
    padding: 50px 4.0322580645%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 13.3333333333vw 0;
  }
  .l-container.itemBlock {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-container.videoBlock {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-container.buttonBlock {
    padding-top: 10.6666666667vw;
    padding-bottom: 0;
    padding-bottom: 13.3333333333vw;
  }
  .l-container.section01 {
    padding: 16vw 0;
  }
  .l-container.section02 {
    padding: 18.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-container .commonBlock {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-container .detail01 {
    padding-top: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .l-container .detail02 {
    padding-top: 74.6666666667vw;
  }
}

.l-main {
  color: #111;
  display: block;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  /*img {
    max-width: 100%;
  }*/
}
@media screen and (min-width: 768px) {
  .l-main {
    font-size: 1.0769230769rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1rem;
  }
}
.l-main * {
  box-sizing: border-box;
}

.a-scroll-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 1s, transform 1s;
}
.a-scroll-up.is_active {
  opacity: 1;
  transform: translate(0, 0);
}
.a-scroll-left_in {
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is_active {
  width: auto;
}
.a-scroll-right_in.is_active {
  transform: translate(0, 0);
}
.a-scroll-blur {
  opacity: 0;
}
.a-scroll-blur.is_active {
  animation-name: aniBlur;
  opacity: 1;
  transition: 0.8s;
}

@keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.c-bullet {
  position: relative;
}
.c-bullet__item {
  left: 0;
  position: absolute;
  top: 0;
}

.c-button {
  line-height: 1.2;
  text-align: center;
  /*@include mq-max() {
     max-width: 319px;
     height: 45px;
     width: calc(638 / 750 * 100vw);
   }*/
  /*&:hover {
     opacity: 0.6;
   }*/
}
.c-button__link {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #0f5265;
  color: #fff !important;
  border: solid 1px #0f5265;
}
@media screen and (min-width: 768px) {
  .c-button__link {
    height: 60px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link {
    font-size: 0.9230769231rem;
    height: 60px;
    max-width: 300px;
  }
}
.c-button__link.is_hover {
  border: solid 1px #0f5265;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.6);
  color: #0f5265 !important;
}
.c-button__link--bdr {
  border: solid 1px #fff;
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-button__link--bdr {
    height: 70px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--bdr {
    font-size: 0.9230769231rem;
    height: 45px;
    max-width: 300px;
  }
}
.c-button__link--bdr.is_hover {
  opacity: 1 !important;
  border: solid 1px #fff;
  background-color: rgb(255, 255, 255);
  color: #0f5265 !important;
}
.c-button__link--basic {
  background-color: #111111;
  color: #fff !important;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__link--basic {
    font-size: 1.0769230769rem;
  }
}
.c-button__link--tel {
  border: solid 1px #fff;
  transition: background-color 0.3s, color 0.3s;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-button__link--tel {
    height: 70px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--tel {
    font-size: 0.9230769231rem;
    height: 45px;
    max-width: 300px;
  }
}
.c-button__link--tel.is_hover {
  opacity: 1 !important;
  border: solid 1px #fff;
  background-color: rgb(255, 255, 255);
  color: #0f5265 !important;
}
@media screen and (min-width: 768px) {
  .c-button__items {
    font-size: 1.1538461538rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__items {
    font-size: 1.1538461538rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .c-button.-large {
    height: 60px;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-button.-small {
    height: 70px;
    max-width: 270px;
  }
}
.c-button.-bdr-bk {
  border: solid 1px #000;
}

.c-flex:not(.-md) {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-flex-mt {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-md {
    display: flex;
  }
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex__item {
  flex: 1 0 0%;
}

.c-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.c-image.-col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-image.-full-sm {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-image.-full-images {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.c-mlink {
  text-align: right;
  text-decoration: underline;
  font-family: Amiri, "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-mlink {
    font-size: 1.2307692308rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mlink {
    line-height: 1;
    font-size: 4.2666666667vw;
  }
}
.c-mlink > a {
  color: #111 !important;
}

.c-notes > * {
  padding-left: 1em;
  position: relative;
}
.c-notes__bullet {
  left: 0;
  position: absolute;
  top: 0;
}

.c-pr {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  line-height: 1;
  padding: 0.2em 0.4em;
  position: absolute;
  z-index: 100;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-pr {
    font-size: 1.0769230769rem;
    right: 2.7272727273%;
    top: 3.75%;
  }
}
@media screen and (max-width: 767px) {
  .c-pr {
    font-size: 0.7692307692rem;
    right: 4vw;
    top: 4vw;
  }
}

.c-separator {
  border-top-color: #f5f5f5;
  margin: 0 auto;
  max-width: 1020px;
}

.c-text {
  font-size: 1.1538461538rem;
  text-align: justify;
}
.c-text--min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c-text--comment {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-text--comment {
    font-size: 1.1538461538rem;
    width: 800px;
    margin: 0 auto;
  }
}
.c-text__link {
  color: #0f5265 !important;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
.c-text__link.is_hover {
  opacity: 0.65;
}
.c-text.-small {
  font-size: 1rem;
}
.c-text.-alphabet {
  font-size: 1.3846153846rem;
}
.c-text.-alphabet.-medium {
  font-size: 2.3076923077rem;
}
@media screen and (min-width: 768px) {
  .c-text.-alphabet.-small {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 767px) {
  .c-text.-alphabet.-small {
    font-size: 1.1538461538rem;
  }
}

.c-title {
  color: #222;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c-title.-primary {
  color: #35597d;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title.-primary {
    font-size: 2.4615384615rem;
    margin-bottom: 54px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary {
    font-size: 5.6vw;
    margin-bottom: 9.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.1px;
  }
}
.c-title.-secondary {
  color: #35597d;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title.-secondary {
    padding-bottom: 20px;
    font-size: 1.8461538462rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-secondary {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.1px;
  }
}
.c-title.-tertiary {
  font-size: 1.3846153846rem;
}
.c-title.-alphabet {
  font-size: 2.3076923077rem;
}
.c-title.-alphabet.-small {
  font-size: 2.1538461538rem;
}
.c-title__text {
  display: inline-block;
}
.c-title__sub {
  font-size: 1.3846153846rem;
}
.c-title__num {
  font-style: oblique;
  font-size: 2.9230769231rem;
}

.p-pickup {
  position: relative;
  background-color: #b8d3df;
}
@media screen and (min-width: 768px) {
  .p-pickup {
    padding: 75px 4.1935483871% 0px 4.6774193548%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__cont {
    position: relative;
    z-index: 99;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-pickup__catch {
  font-family: "Amiri", serif;
  color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-pickup__catch {
    font-size: 2.6923076923rem;
    letter-spacing: 1.4px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__catch {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 0.2666666667vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 6.6666666667vw;
  }
}
.p-pickup__catch span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-pickup__catch span {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__catch span {
    padding-bottom: 0.8vw;
  }
}
.p-pickup__col {
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pickup__col {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
.p-pickup__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pickup__item {
    max-width: 620px;
    width: 55.3571428571%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__item {
    z-index: 99;
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup__detail {
    max-width: 480px;
    width: 38.7096774194%;
    position: relative;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__detail {
    position: relative;
    z-index: 99;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-pickup__detail--right {
  width: 0vw;
  margin-left: auto;
}
.p-pickup__text {
  line-height: 1.6;
  position: relative;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-pickup__text {
    font-size: 1.1538461538rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__text {
    font-size: 3.4666666667vw;
    line-height: 1.652;
    letter-spacing: 1.4px;
    margin-bottom: 6vw;
    margin-top: 4.2666666667vw;
  }
}

.p-credit {
  font-size: 0.8461538462rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-credit {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
}
@media screen and (min-width: 1141px) {
  .p-credit {
    padding: 115px 0 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-credit {
    padding: 50px 4.0322580645%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    color: #fff;
    padding: 13.0666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .brand-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit .brand-wrap {
    margin-top: 30px;
  }
}
.p-credit__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-credit__title {
    font-size: 1.2307692308rem;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__title {
    font-size: 1rem;
  }
}
.p-credit__title > span {
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-credit__des {
    margin-top: 28px;
    font-size: 0.8461538462rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__des {
    margin-top: 20px;
    font-size: 0.9230769231rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__btn {
    min-width: 200px;
    width: 28.125%;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__btn:not(:first-child) {
    margin-left: 4.1666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.p-credit__sns {
  display: inline-block;
  max-width: 42px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-credit__sns {
    width: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 8vw;
  }
}
.p-credit__center {
  text-align: center;
}
.p-credit__note {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-credit__note {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-top: 28px;
  }
}
.p-credit__note li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-credit__note li {
    font-size: 0.8461538462rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note li {
    font-size: 0.9230769231rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__note li:last-child {
    padding-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note li:last-child {
    padding-top: 2.6666666667vw;
  }
}
.p-credit .text-link ul {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul {
    display: flex;
    justify-content: center;
  }
  .p-credit .text-link ul:not(:first-of-type) {
    padding-top: 0.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .text-link ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .text-link ul li:not(:first-of-type) {
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul li:not(:first-of-type) {
    padding-left: 2vw;
  }
}
.p-credit .text-link ul span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul span {
    display: block;
  }
}
.p-credit .text-link ul a {
  color: #fff;
  display: inline-block;
}
.p-credit .text-link--tel {
  position: relative;
}
.p-credit .text-link--tel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-detail {
    width: 33.3870967742%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail {
    font-size: 1.3076923077rem;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 10.9333333333vw;
  }
}
.p-detail__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #35597d;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-detail__title {
    margin-top: 60px;
    padding-bottom: 10px;
    font-size: 2.1538461538rem;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__title {
    font-size: 6.6666666667vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 2vw;
    margin-top: 9.3333333333vw;
  }
}
.p-detail__content {
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-detail__content {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__content {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-detail__content::before, .p-detail__content::after {
  content: "";
  background-color: #35597d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-detail__content::before, .p-detail__content::after {
    height: 1px;
  }
}
.p-detail__content::before {
  top: 0;
}
.p-detail__content::after {
  bottom: 0;
}
.p-detail__wrap {
  width: 100%;
}
.p-detail__text {
  padding: 14px 8px 0;
  text-align: justify;
  font-size: 1.0769230769rem;
}
@media screen and (max-width: 767px) {
  .p-detail__text {
    line-height: 1.656;
    font-size: 3.2vw;
  }
}
.p-detail__image {
  padding-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .itemBlock02 .p-detail {
    width: 33.3870967742%;
    margin-left: 0;
    margin-right: auto;
  }
}

.p-item {
  position: relative;
  align-items: center;
  display: flex;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-item {
    justify-content: space-between;
    margin: 0 -4.0322580645vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-item {
    margin: 0 -3.2258064516vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-item {
    flex-flow: column;
  }
}
.p-item--center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-item__wrap {
    max-width: 480px;
    width: 38.7096774194vw;
    position: relative;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .p-item__wrap {
    position: relative;
    z-index: 99;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.p-item__wrap--right {
  width: 0vw;
  margin-left: auto;
}
.p-item__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item__image {
    max-width: 700px;
    width: 56.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__image {
    z-index: 99;
    margin-bottom: 7.4666666667vw;
  }
}
.p-item__content {
  line-height: 1.6;
  position: relative;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-item__content {
    font-size: 1.1538461538rem;
    margin-bottom: 20px;
    padding-top: 10px;
    letter-spacing: 0.8px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  .p-item__content {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 1.4px;
    margin-bottom: 6vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item + .p-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-item + .p-item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-item__text + .p-item__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__text + .p-item__text {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-item__btn {
    min-width: 200px;
    width: 28.125%;
  }
}
@media screen and (min-width: 768px) {
  .p-item__btn:not(:first-child) {
    margin-left: 2.0833333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-item__btn:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}

.p-lead {
  line-height: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-lead {
    text-align: center;
    font-size: 1.1538461538rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 90px 50px 42px;
    width: 78.9473684211vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lead {
    font-size: 3.4666666667vw;
    padding: 13.3333333333vw 4.2666666667vw 6.6666666667vw;
  }
}

.p-mv {
  background-color: #0f5265;
  z-index: 2;
  position: relative;
}
.p-mv img {
  width: 100%;
}
.p-mv__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  position: relative;
  overflow: hidden;
}
.p-mv__wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 25;
  text-align: center;
  /*@include ipad() {
      width: calc(480 / 1240 * 100%);
      left: calc(0 / 1240 * 100%);
      top: 30%;
    }*/
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    width: 43.1451612903%;
    position: absolute;
    left: 0%;
    top: 19.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    margin-top: 7.3333333333vw;
    padding-bottom: 0.6666666667vw;
  }
}
.p-mv__wrap.is_active {
  opacity: 1;
}
.p-mv__catch {
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 0.9s;
  line-height: 1.5;
  color: #fff;
  transition: opacity 1.5s ease;
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    font-size: 1.8461538462rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-mv__catch {
    font-size: 23.5px;
    font-size: 2.2683397683vw;
  }
}
.p-mv__catch.is_active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    line-height: 1.5;
    font-size: 4.2666666667vw;
    letter-spacing: 1.4px;
  }
}
.p-mv__deco {
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .p-mv__deco {
    margin-top: 18px;
    width: 90.6542056075%;
    margin-left: 4.347826087%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-mv__deco {
    width: 94.8076923077%;
    margin-left: 4.8076923077%;
  }
}
.p-mv__deco.is_active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__deco {
    width: 64.8vw;
    margin: -5.3333333333vw auto 0vw 33.6vw;
  }
}
.p-mv__title {
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 0.9s;
  text-align: center;
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: clamp(1.769rem, 0.011rem + 2.972vw, 2.846rem);
    /*23〜37*/
    line-height: 1.47;
    margin-top: 53px;
  }
}
.p-mv__title.is_active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: 5.3333333333vw;
    font-weight: 600;
    letter-spacing: 1.1px;
    font-size: 5.8666666667vw;
    line-height: 1.4;
  }
}
.p-mv__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__slider {
    max-width: 660px;
    width: 53.2258064516%;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-mv__slider {
    margin-left: auto;
    width: 53.2258064516%;
  }
}
.p-mv__slide:not(:first-child) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s ease;
}
.p-mv__slide.is-active {
  opacity: 1;
}
.p-mv__slide:nth-child(1) {
  z-index: 1;
}
.p-mv__slide:nth-child(2) {
  z-index: 5;
}
.p-mv__slide:nth-child(3) {
  z-index: 10;
}

.p-popup {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .p-popup {
    padding: 102px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup {
    padding: 68px 6.6666666667vw 6.6666666667vw;
  }
}
.p-popup__text + .p-popup__text {
  margin-top: 30px;
}
.p-popup .mfp-close {
  background: url(../images/popup_close.png) center no-repeat;
  background-size: 36px 36px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .p-popup .mfp-close {
    right: 6.6666666667%;
    top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-popup .mfp-close {
    right: 6.6666666667vw;
    top: 16px !important;
  }
}
.p-popup__group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-popup__group {
    display: block;
  }
}
.p-popup__ttl {
  color: #111111;
  position: relative;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-popup__ttl {
    font-size: 1.8461538462rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__ttl {
    text-align: center;
    font-size: 1.3076923077rem;
    margin-bottom: 1em;
  }
}
.p-popup__ttlDeco {
  color: #111111;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: inline-block;
  border-bottom: 1px solid #111111;
  line-height: 1;
  padding: 0 0.3em;
}
@media screen and (max-width: 767px) {
  .p-popup__ttlDeco {
    font-size: 1.3076923077rem;
    position: absolute;
    z-index: 10;
    line-height: 1.2;
  }
}
.p-popup__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-popup__img {
    width: 41.5384615385%;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__img {
    width: 58.4615384615%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-popup__textWrap {
    width: 53.8461538462%;
  }
}
.p-popup__text {
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-popup__text {
    font-size: 1.2307692308rem;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__text {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    margin-bottom: 7.6923076923%;
  }
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

@media screen and (max-width: 767px) {
  .u-order-2--sp {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .u-order-1--sp {
    order: 1;
  }
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-30 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .u-mt-md-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-120 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-20 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-50 {
    margin-top: 50px;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sm {
    display: none;
  }
}

.u-d-inline-block {
  display: inline-block;
}

.u-color-777 {
  color: #777 !important;
}

.u-color-gd {
  color: #b29061 !important;
}

.u-color-wt {
  color: #fff !important;
}

.u-border-bottom-bk {
  border-bottom: solid 1px #000;
}

.u-border-bottom-dgy {
  border-bottom: solid 1px #ccc;
}

.u-border-bottom-gd {
  border-bottom: solid 1px #b4956a;
}

.u-border-bottom-gy {
  border-bottom: solid 1px #ddd;
}

.u-border-bottom-lgy {
  border-bottom: solid 1px #f5f5f5;
}

.u-border-top-bk {
  border-top: solid 1px #000;
}

.u-border-top-dgy {
  border-top: solid 1px #ccc;
}

.u-border-top-gd {
  border-top: solid 1px #b4956a;
}

.u-border-top-gy {
  border-top: solid 1px #ddd;
}

.u-border-top-lgy {
  border-top: solid 1px #f5f5f5;
}

.u-bg-color-bk {
  background-color: black;
}

.u-bg-color-dgy {
  background-color: #ccc;
}

.u-bg-color-gd {
  background-color: #b4956a;
}

.u-bg-color-gy {
  background-color: #ddd;
}

.u-bg-color-lgy {
  background-color: #f5f5f5;
}

.u-bg-color-wh {
  background-color: white;
}

.u-bgclr-primary {
  background-color: #0f5265;
}

.u-bgclr-secondary {
  background-color: #111111;
}

.u-bgclr-tertiary {
  background-color: #bfd6ef;
}

.u-bgclr-quaternary {
  background-color: #dee8ee;
}

@media screen and (min-width: 768px) {
  .u-bg-type--1 {
    background: #ffffff url(../images/sec02_item_pc.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-bg-type--1 {
    background: #fff url(../images/sec02_item_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.itemBlock01 {
  position: relative;
  padding-top: 174px;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .itemBlock01 {
    padding-top: 174px;
    padding-bottom: 8.7719298246%;
  }
}
.itemBlock01:after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .itemBlock01:after {
    background: url(../images/item01_pc.png) no-repeat center;
    background-size: cover;
    height: 853px;
    width: 1297px;
    top: -107px;
    left: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .itemBlock01:after {
    width: 113.7719298246%;
    top: -120px;
    left: -8.7719298246%;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock01:after {
    background: url(../images/item01_sp.png) no-repeat center;
    background-size: cover;
    height: 134.8vw;
    width: 100vw;
    top: -37.3333333333vw;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-bg-type--2 {
    background: #fff url(../images/sec03_item_pc.jpg) no-repeat center bottom;
    background-size: cover;
    height: 100%;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .u-bg-type--sp {
    background: url(../images/sec03_item_sp.jpg) no-repeat top;
    background-size: cover;
  }
}

.itemBlock02 {
  position: relative;
  padding-top: 162px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .itemBlock02 {
    padding-top: 162px;
    padding-bottom: 4.3859649123%;
  }
}
.itemBlock02:after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .itemBlock02:after {
    background: url(../images/item02_pc.png) no-repeat center;
    background-size: cover;
    height: 719px;
    width: 1079px;
    top: -20px;
    left: 135px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .itemBlock02:after {
    width: 94.649122807%;
    top: 0px;
    left: 10.8870967742%;
  }
}
@media screen and (max-width: 767px) {
  .itemBlock02:after {
    background: url(../images/item02_sp.png) no-repeat center;
    background-size: cover;
    height: 114.1333333333vw;
    width: 100vw;
    top: -16vw;
    left: 0;
  }
}

.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .u-align-md-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .u-align-md-left {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-align-sm-center {
    text-align: center !important;
  }
}

.u-color_third {
  color: #35597d;
}/*# sourceMappingURL=style-2.1.2.css.map */