@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: 1280px;
}
@media screen and (min-width: 1141px) {
  .l-container {
    padding: 102px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .l-container {
    padding: 102px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 13.3333333333vw 0 14.6666666667vw;
  }
}

.l-main {
  color: #111;
  display: block;
  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-fade {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.a-scroll-fade.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.5s;
}

@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;
}
.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: #000;
  color: #000 !important;
  border: solid 1px #000;
}
@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 #000;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000 !important;
}
.c-button__link--bdr {
  border: solid 1px #333;
  transition: background-color 0.5s, color 0.5s;
  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 #333;
  background-color: #333;
  color: #fff !important;
}
.c-button__link--base {
  background-color: #111111;
  color: #fff !important;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__link--base {
    font-size: 1.0769230769rem;
  }
}
.c-button__link--tel {
  border: solid 1px #333;
  transition: background-color 0.5s, color 0.5s;
  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 #333;
  background-color: #333;
  color: #fff !important;
}

.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 {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .c-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.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: #000000 !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: #111;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title.-primary {
    font-size: 2.4615384615rem;
    margin-bottom: 42px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary {
    font-size: 5.6vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1px;
  }
}
.c-title.-secondary {
  color: #111;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title.-secondary {
    padding-bottom: 22px;
    font-size: 1.5384615385rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-secondary {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: left;
    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-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: #333333;
  }
}
@media screen and (min-width: 768px) {
  .p-credit {
    padding: 96px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    color: #333333;
    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: #333333;
  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-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 #111;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-credit__des {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-credit__des {
    margin-top: 28px;
    font-size: 0.8461538462rem;
    line-height: 1.79;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__des {
    margin-top: 20px;
    font-size: 0.9230769231rem;
    line-height: 1.8;
  }
}
@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: 32px;
  }
}
@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;
}

.p-item {
  position: relative;
  align-items: center;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-item {
    padding-top: 8vw;
  }
}
.p-item::after {
  background-color: #e9ecf2;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-item::after {
    width: 50%;
    bottom: 0;
    right: 0;
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  .p-item::after {
    width: 86.6666666667vw;
    bottom: 0;
    right: 0;
    height: 100%;
  }
}
.p-item__sec {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-item__sec {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__sec {
    padding-bottom: 13.3333333333vw;
  }
}
.p-item__column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item__column {
    max-width: 640px;
    width: 50%;
  }
}
.p-item__column::before {
  background-color: #e9ecf2;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-item__column::before {
    top: 110px;
    left: -50%;
    width: 0%;
    height: 490px;
    transition: width 0.7s;
  }
}
@media screen and (min-width: 768px) {
  .p-item__column.is_active::before {
    width: 100%;
  }
}
.p-item__ccopy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item__ccopy {
    line-height: 1.6;
  }
}
.p-item__desc {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  color: #111111;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-item__desc {
    font-size: 1.1538461538rem;
    line-height: 1.6;
    letter-spacing: 1.1px;
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__desc {
    margin-top: 5.3333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    line-height: 1.7;
    letter-spacing: -0.1px;
    font-size: 3.4666666667vw;
    padding-bottom: 8vw;
  }
}
.p-item__image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-item__image {
    max-width: 640px;
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__image {
    z-index: 99;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item__accordion {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__accordion {
    margin-top: 5.3333333333%;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item__btn {
    padding-top: 76px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__btn {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.p-item02 {
  position: relative;
  align-items: center;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-item02 {
    padding-top: 8vw;
  }
}
.p-item02::after {
  background-color: #e9ecf2;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-item02::after {
    width: 50%;
    bottom: 0;
    left: 0;
    height: 570px;
  }
}
@media screen and (max-width: 767px) {
  .p-item02::after {
    width: 86.6666666667vw;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.p-item02__sec {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-item02__sec {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-item02__sec {
    padding-bottom: 16vw;
  }
}
.p-item02__column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item02__column {
    max-width: 640px;
    width: 50%;
  }
}
.p-item02__column::before {
  background-color: #e9ecf2;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-item02__column::before {
    top: 110px;
    right: -50%;
    width: 0%;
    height: 490px;
    transition: width 0.7s;
  }
}
@media screen and (min-width: 768px) {
  .p-item02__column.is_active::before {
    width: 100%;
  }
}
.p-item02__ccopy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item02__ccopy {
    line-height: 1.6;
  }
}
.p-item02__desc {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  color: #111111;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-item02__desc {
    font-size: 1.1538461538rem;
    line-height: 1.6;
    letter-spacing: 1.1px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-item02__desc {
    margin-top: 5.3333333333vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    line-height: 1.7;
    letter-spacing: -0.1px;
    font-size: 3.4666666667vw;
    padding-bottom: 8vw;
  }
}
.p-item02__image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-item02__image {
    max-width: 640px;
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item02__image {
    z-index: 99;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item02__accordion {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-item02__accordion {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    margin-top: 5.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-item02__btn {
    padding-top: 78px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-item02__btn {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.p-lead {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  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 90px;
    width: 72.5806451613vw;
    line-height: 1.78;
  }
}
@media screen and (max-width: 767px) {
  .p-lead {
    line-height: 2;
    font-size: 3.4666666667vw;
    padding: 13.3333333333vw 4.2666666667vw 13.3333333333vw;
  }
}

.p-mv {
  background-color: #000000;
  z-index: 2;
  position: relative;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-mv img {
  width: 100%;
}
.p-mv__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv__container {
    padding-bottom: 88px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__container {
    padding-bottom: 13.3333333333vw;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    margin-top: 6.9333333333vw;
  }
}
.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.5384615385rem;
  }
}
@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__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: 2.7692307692rem;
    line-height: 1.47;
    margin-top: 25px;
  }
}
.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__title span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    padding-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title span {
    padding-right: 5.3333333333vw;
  }
}
.p-mv__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__title span::after {
    height: 2px;
    width: 52px;
    left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title span::after {
    height: 0.4vw;
    width: 9.3333333333vw;
    left: 0.6666666667vw;
  }
}
.p-mv .p-scroll {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__box {
    height: 820px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-scroll__box {
    height: 84.5333333333vw;
  }
}
.p-mv .p-scroll__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__list {
    width: 620px;
    margin-left: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-scroll__list {
    width: 62.9333333333vw;
    margin-left: 2.6666666667vw;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__list figure {
    width: 620px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .p-scroll__list figure {
    width: 62.9333333333vw;
    align-items: center;
  }
}
.p-mv .p-scroll__list img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv .p-scroll__list img {
    width: 620px;
    align-items: center;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------
.contents01
-----------------------------------------------------------------------------------------------------------------------------------*/
.p-model {
  position: relative;
}
.p-model__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model__cont + .p-model__cont {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__cont + .p-model__cont {
    padding-top: 16vw;
  }
}
.p-model__sec {
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-model__sec {
    width: min(100%, 1280px);
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__sec {
    padding-left: 0.78125%;
    padding-right: 0.78125%;
  }
}
.p-model__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model__img {
    max-width: 640px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__img {
    width: 100%;
    height: 100%;
    padding-bottom: 6.6666666667vw;
  }
}
.p-model__img--pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-model__img--pic.a-scroll-fade {
    -webkit-transition: opacity 0.7s ease-in 1.8s, transform 0.7s cubic-bezier(0.17, 0.67, 0.81, 0.73) 0s;
    transition: opacity 0.7s ease-in 1.8s, transform 0.7s cubic-bezier(0.17, 0.67, 0.81, 0.73) 0s;
  }
}
@media screen and (max-width: 767px) {
  .p-model__img--pic.a-scroll-fade {
    -webkit-transition: all 0.7s ease-in 1.2s;
    transition: all 0.7s ease-in 1.2s;
  }
}
.p-model__text {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-model__text {
    max-width: 560px;
    width: 43.75%;
    padding-top: 268px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__text {
    padding-top: 20.8187134503%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__text {
    margin-left: auto;
    margin-right: auto;
    width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__text.model-sec__text02 {
    padding-top: 258px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__text.model-sec__text02 {
    padding-top: 20.1169590643%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__text.model-sec__text03 {
    padding-top: 272px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__text.model-sec__text03 {
    padding-top: 21.2865497076%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__text.model-sec__text04 {
    padding-top: 258px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__text.model-sec__text04 {
    padding-top: 20.2339181287%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__text.model-sec__text05 {
    padding-top: 258px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-model__text.model-sec__text05 {
    padding-top: 20.2339181287%;
  }
}
.p-model__ccopy {
  color: #000;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  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-model__ccopy {
    font-size: 1.5384615385rem;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__ccopy {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-size: 4.2666666667vw;
    padding-bottom: 5.6vw;
  }
}
.p-model__desc {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  color: #111111;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-model__desc {
    font-size: 1.1538461538rem;
    line-height: 1.6;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__desc {
    line-height: 1.7;
    letter-spacing: -0.1px;
    font-size: 3.4666666667vw;
  }
}
.p-model__credit {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-model__credit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__credit {
    margin-top: 1.3333333333vw;
  }
}
.p-model__credit img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-model__accordion {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__accordion {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__btn {
    margin-top: 14.453125%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__btn {
    margin-top: 21.3333333333%;
  }
}

.js-accordionBtn {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #8a877f;
}
@media screen and (min-width: 768px) {
  .js-accordionBtn {
    font-size: clamp(0.769rem, 0.423rem + 0.586vw, 14px);
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionBtn {
    font-size: clamp(0.923rem, 0.042rem + 3.053vw, 1.846rem);
  }
}
@media screen and (min-width: 768px) {
  .js-accordionBtn img {
    width: 73px;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionBtn img {
    min-width: 62.5px;
    width: 16.6666666667%;
  }
}
.js-accordionBtn__box {
  padding-right: 0px;
}
.js-accordionBtn::after {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #8a877f;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transform: translateY(-25%) rotate(135deg);
}
.js-accordionBtn.u-text-white::after {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transform: translateY(-25%) rotate(135deg);
}
.js-accordionBtn.txtOn::after {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.js-accordionTxt {
  display: none;
  color: #8a877f;
}
@media screen and (min-width: 768px) {
  .js-accordionTxt {
    margin-top: 1.171875%;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionTxt {
    margin-top: 1.3333333333vw;
  }
}
.js-accordionTxt p {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #8a877f !important;
}
@media screen and (min-width: 768px) {
  .js-accordionTxt p {
    line-height: 1.6;
    font-size: clamp(0.769rem, 0.423rem + 0.586vw, 14px);
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .js-accordionTxt p {
    font-size: clamp(0.923rem, 0.042rem + 3.053vw, 1.846rem);
  }
}

.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-display-block {
  display: block;
}

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

@media screen and (min-width: 769px) {
  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.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-gy {
  background-color: rgba(246, 247, 251, 0.5);
}

.u-bg-color-wh {
  background-color: #fff;
}

.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 */