@charset "UTF-8";
/*************************************
breakpoint
*************************************/
/*************************************
fontsize
*************************************/
/*************************************
width
*************************************/
/*************************************
padding
*************************************/
.a-delay--100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.a-delay--200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.a-delay--300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.a-delay--400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.a-delay--500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.a-delay--600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.a-delay--700 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.a-delay--800 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.a-delay--900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.a-delay--1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.a-delay--1100 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.a-delay--1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.a-delay--1300 {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.a-delay--1400 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.a-delay--1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.a-delay--1600 {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.a-delay--1700 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.a-delay--1800 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.a-delay--1900 {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}

.a-delay--2000 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.a-delay--2100 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.a-delay--2200 {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}

.a-delay--2300 {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}

.a-delay--2400 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.a-delay--2500 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.a-delay--2600 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}

.a-delay--2700 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.a-delay--2800 {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}

.a-delay--2900 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}

.a-delay--3000 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.a-delay--3100 {
  -webkit-animation-delay: 3100ms;
          animation-delay: 3100ms;
}

.a-delay--3200 {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}

.a-delay--3300 {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}

.a-delay--3400 {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}

.a-delay--3500 {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}

.a-delay--3600 {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}

.a-delay--3700 {
  -webkit-animation-delay: 3700ms;
          animation-delay: 3700ms;
}

.a-delay--3800 {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}

.a-delay--3900 {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}

.a-delay--4000 {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

.a-delay--4100 {
  -webkit-animation-delay: 4100ms;
          animation-delay: 4100ms;
}

.a-delay--4200 {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}

.a-delay--4300 {
  -webkit-animation-delay: 4300ms;
          animation-delay: 4300ms;
}

.a-delay--4400 {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
}

.a-delay--4500 {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}

.a-delay--4600 {
  -webkit-animation-delay: 4600ms;
          animation-delay: 4600ms;
}

.a-delay--4700 {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
}

.a-delay--4800 {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}

.a-delay--4900 {
  -webkit-animation-delay: 4900ms;
          animation-delay: 4900ms;
}

.a-delay--5000 {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.a-fade--in {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.a-fade--up {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.a-scroll-up {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.a-scroll-up.is_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.a-scroll-up--100 {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.a-scroll-left_in {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is_active {
  width: auto;
}
.a-scroll-right_in.is_active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.a-scroll-blur {
  opacity: 0;
}
.a-scroll-blur.is_active {
  -webkit-animation-name: aniBlur;
          animation-name: aniBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@media screen and (min-width: 769px) {
  .a-sticky--pc {
    position: sticky !important;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .a-sticky--sp {
    position: sticky !important;
    top: 1.3333333333vw;
  }
}

.c-btn {
  line-height: 1.2;
  text-align: center;
}
.c-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn__items {
  display: block;
  margin-inline: auto;
  background-color: #614129;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-btn__items {
    font-size: 15px;
    font-size: 1.1538461538rem;
    line-height: 1.3333333333;
    width: 300px;
    padding: 1.3em 1em 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__items {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1;
    width: 88.6666666667vw;
    padding: 1.4em 0.3em 1.4em;
    margin-top: 8vw;
  }
}
.c-btn__items.is-hover {
  opacity: 0.7;
}
.c-btn__acc {
  display: block;
  margin-inline: auto;
  border: 1px solid #111;
  border-radius: 45px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 768px) {
  .c-btn__acc {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.1333333333;
    width: 40vw;
    padding: 1em 0.3em 1em;
    margin-bottom: 5.3333333333vw;
  }
}

.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: 769px) {
  .c-pr {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 1.0714285714;
    right: 2.7272727273%;
    top: 3.75%;
  }
}
@media screen and (max-width: 768px) {
  .c-pr {
    font-size: 10px;
    font-size: 0.7692307692rem;
    line-height: 1.5;
    right: 4vw;
    top: 4vw;
  }
}

.c-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  position: relative;
}
.c-ttl--brown {
  color: #614129;
}
.c-ttl--brown::after {
  content: "";
  position: absolute;
  background-color: #614129;
}
@media screen and (min-width: 769px) {
  .c-ttl--brown::after {
    height: 3px;
    width: 12em;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl--brown::after {
    height: 2px;
    width: 33.0666666667vw;
    left: 50%;
    translate: -50%;
    bottom: 0;
  }
}
.c-ttl--blue {
  color: #115281;
}
.c-ttl--blue::after {
  content: "";
  position: absolute;
  background-color: #115281;
}
@media screen and (min-width: 769px) {
  .c-ttl--blue::after {
    height: 3px;
    width: 12em;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl--blue::after {
    height: 2px;
    width: 33.0666666667vw;
    left: 50%;
    translate: -50%;
    bottom: 0;
  }
}

.c-txt-link {
  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: 769px) {
  .c-txt-link {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 0.9375;
  }
}
@media screen and (max-width: 768px) {
  .c-txt-link {
    line-height: 1;
    font-size: 4.2666666667vw;
  }
}
.c-txt-link > a {
  color: #111 !important;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-main {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}

#wrapper {
  overflow: clip !important;
}

@media screen and (min-width: 769px) {
  .l-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-flex.__fd--row-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .l-flex.__fd--col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-flex--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.l-flex__jc--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-flex__jc--c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-flex__ai--c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .l-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    /*padding-left: math.div(30, 750)*100vw;
       padding-right: math.div(30, 750)*100vw;*/
  }
}
@media screen and (min-width: 769px) {
  .l-container--none {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .l-slide__item {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .l-slide__item {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .slide-arrow {
    position: absolute;
    z-index: 8;
    top: 34%;
    translate: -50%;
    width: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .prev-arrow {
    left: 8%;
    translate: -50%;
  }
}

@media screen and (max-width: 768px) {
  .next-arrow {
    right: 4%;
    translate: -50%;
  }
}

.p-content {
  color: #111;
  position: relative;
}
.p-content__main {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-content__main {
    padding-top: 10%;
  }
}
.p-content--02 {
  position: relative;
}
.p-content--02::before {
  content: "";
  width: 100%;
  background-color: #ecf1f3;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-content--02::before {
    height: 35%;
    top: 23%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-content--02::before {
    height: 45%;
    top: 17%;
    left: 0;
  }
}
.p-content--03 {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .p-content--03 {
    padding-top: 5.46875%;
    border-top: 5px solid #d6cbcb;
    padding-bottom: 9.375%;
  }
}
@media screen and (max-width: 768px) {
  .p-content--03 {
    padding-top: 8.6666666667vw;
    border-top: 3px solid #d6cbcb;
  }
}

.p-credit {
  text-align: center;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-credit {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1;
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit {
    width: 92vw;
    padding-top: 13.0666666667vw;
    padding-bottom: 20vw;
    margin-inline: auto;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-credit .brand-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit .brand-wrap {
    margin-top: 30px;
  }
}
.p-credit__ttl {
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  .p-credit__ttl {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.875;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__ttl {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin-bottom: 5.6vw;
  }
}
.p-credit__ttl > span {
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-credit__list {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-credit__list {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__list {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.p-credit__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-credit__list dl:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.p-credit__list dt {
  display: inline-block;
  margin-right: 1em;
  padding-top: 0.1em;
}
.p-credit__list dd {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-credit__list dd {
    word-break: break-all;
    max-width: 14em;
    text-align: left;
  }
}
.p-credit__list dd a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
  color: #fff;
}
.p-credit__list dd a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-credit__list dd a {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1.1818181818;
  }
}
.p-credit__list--url a::after {
  height: 0 !important;
}
.p-credit__list--url span {
  display: inline;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-credit__des {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1.8181818182;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__des {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__btn {
    width: 28.125%;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__btn:not(:first-child) {
    margin-left: 4.1666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.p-credit__btn a {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  height: 70px;
}
.p-credit__btn a.is-hover {
  border: 1px solid #fff;
  color: #614129;
  background-color: #fff;
}
.p-credit__note {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-credit__note {
    font-size: 11px;
    font-size: 0.8461538462rem;
    line-height: 1.8181818182;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__note {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.p-credit__note li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-credit__note li:last-child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__note li:last-child {
    padding-top: 2.6666666667vw;
  }
}
.p-credit__sns {
  display: inline-block;
  max-width: 42px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-credit__sns {
    width: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 6.25%;
  }
}
@media screen and (max-width: 768px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 8vw;
  }
}

@media screen and (min-width: 769px) {
  .p-topics {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-topics__sub {
    font-size: 24px;
    font-size: 1.8461538462rem;
    line-height: 1.375;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__sub {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 1.4117647059;
    margin-bottom: 5.3333333333vw;
    letter-spacing: -0.05em;
  }
}
.p-topics__sub span {
  display: inline-block;
  rotate: 30deg;
  margin-left: -0.2em;
}
@media screen and (min-width: 769px) {
  .p-topics__box {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__box {
    padding-bottom: 12em;
  }
}
@media screen and (min-width: 769px) {
  .p-topics__ttl {
    font-size: 30px;
    font-size: 2.3076923077rem;
    line-height: 1;
    letter-spacing: -0.025em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.3333333333;
    padding-bottom: 7.3333333333vw;
  }
}
.p-topics__name {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 769px) {
  .p-topics__name {
    font-size: 24px;
    font-size: 1.8461538462rem;
    line-height: 1;
    margin-bottom: 15.6908665105%;
    padding-top: 12.8805620609%;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__name {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1;
    padding-top: 5.6vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-topics__name span {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-topics__name span {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 2.4705882353;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__name span {
    font-size: 34px;
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
  }
}
@media screen and (min-width: 769px) {
  .p-topics__txt {
    padding-left: 9.3676814988%;
    padding-right: 9.3676814988%;
  }
}
.p-topics__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topics__img {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.p-topics__img:after {
  content: "";
  background-color: #d6cbcb;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
@media screen and (min-width: 769px) {
  .p-topics__img:after {
    width: 60%;
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-topics__img:after {
    width: 26.6666666667vw;
    height: 2px;
  }
}

.p-item {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-item {
    padding-top: 19.3333333333vw;
    padding-bottom: 19.3333333333vw;
  }
}
.p-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-top: 7.5%;
    padding-bottom: 7.5%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-item:nth-of-type(even) .p-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-item--01 .p-item__inner {
  display: block;
}
.p-item--02 .p-item__inner {
  display: block;
}
.p-item--06 .p-item__inner {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-item--06 {
    position: relative;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-item--07 {
    padding-top: 0;
  }
}
.p-item__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item__img {
    width: 51.953125%;
    max-width: 665px;
  }
}
@media screen and (min-width: 769px) {
  .p-item--01 .p-item__img {
    margin-bottom: 5.625%;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__img {
    margin-inline: auto;
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 769px) {
  .p-item--06 .p-item__img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.p-item__imgMask {
  position: absolute;
  z-index: 5;
  top: 0;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-item__imgMask {
    width: calc(50% + 2px);
  }
}
@media screen and (max-width: 768px) {
  .p-item__imgMask {
    width: 50%;
  }
}
.p-item__imgMask.--01 {
  left: 0;
}
.p-item__imgMask.--02 {
  right: 0;
}
.p-item__img06-1 {
  position: relative;
}
.p-item__img06-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-item h2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item h2 {
    font-size: 24px;
    font-size: 1.8461538462rem;
    line-height: 1.5;
    margin-bottom: 5.625%;
    text-align: left;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .p-item h2 {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.2857142857;
    margin-bottom: 5.3333333333vw;
    letter-spacing: -0.05em;
    padding-bottom: 0.7em;
  }
}
@media screen and (min-width: 769px) {
  .p-item__txt {
    width: 48.046875%;
    padding-left: 5.859375%;
    padding-right: 5.859375%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__txt {
    width: 100%;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-item--03 .p-item__txt, .p-item--05 .p-item__txt, .p-item--07 .p-item__txt {
    padding-left: 8.59375%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--04 .p-item__txt, .p-item--06 .p-item__txt, .p-item--08 .p-item__txt {
    padding-right: 8.59375%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--02 .p-item__txt {
    width: 51.953125%;
    margin-inline: auto;
    padding-left: 7.03125%;
    padding-right: 7.03125%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--03 .p-item__txt {
    padding-top: 10.15625%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--04 .p-item__txt {
    padding-top: 28.515625%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--05 .p-item__txt {
    padding-top: 10.15625%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--06 .p-item__txt {
    padding-top: 93.75%;
    padding-bottom: 15.625%;
  }
}
@media screen and (max-width: 768px) {
  .p-item--06 .p-item__txt {
    margin-top: 66.6666666667vw;
    padding-top: 24vw;
    padding-bottom: 20vw;
    z-index: 6;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-item--07 .p-item__txt {
    padding-top: 10.15625%;
  }
}
@media screen and (min-width: 769px) {
  .p-item--08 .p-item__txt {
    padding-top: 28.515625%;
  }
}
@media screen and (min-width: 769px) {
  .p-item__description p {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.8125;
    margin-bottom: 3.75em;
  }
}
@media screen and (max-width: 768px) {
  .p-item__description p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-bottom: 1em;
    letter-spacing: -0.05em;
  }
}
.p-item__credit {
  color: #888;
}
@media screen and (min-width: 769px) {
  .p-item__credit {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-item__credit {
    margin-top: 3.4666666667vw;
  }
}
.p-item__creditTxt {
  display: none;
  padding-top: 0.5em;
  position: relative;
  z-index: 6;
}
.p-item__creditTxt:last-of-type {
  margin-bottom: 0;
}
.p-item__creditBtn {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
.p-item__creditBtn::after {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #c9c4c2;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn::after {
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    top: 36%;
  }
}
.p-item__creditBtn.creditBtn--2::after {
  border-color: #9fa0a0;
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn.is-show::after {
    -webkit-transform: translateY(-15%) rotate(-45deg);
            transform: translateY(-15%) rotate(-45deg);
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn.is-show::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
}
.p-item__btn {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-item__btn {
    padding-top: 8.59375%;
    padding-bottom: 14.0625%;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-item__btn {
    padding-top: 7.3333333333vw;
    padding-bottom: 18.1333333333vw;
  }
}
.p-item__btn .c-btn__items {
  margin-top: 0;
  color: #fff;
}
.p-item__note {
  position: relative;
  z-index: 5;
  background-color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-item__note {
    padding-bottom: 11.328125%;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
    font-size: 20px;
    font-size: 1.5384615385rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .p-item__note {
    padding-top: 7.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.p-item__note p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-item__note p {
    width: 78.125%;
    margin-inline: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    border-left: 3px solid #d6cbcb;
    border-right: 3px solid #d6cbcb;
  }
}
@media screen and (max-width: 768px) {
  .p-item__note p {
    padding: 8vw 3.7333333333vw;
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    border-left: 2px solid #d6cbcb;
    border-right: 2px solid #d6cbcb;
    letter-spacing: -0.03em;
  }
}
.p-item__note p::before, .p-item__note p::after {
  content: "";
  width: 100%;
  background-color: #d6cbcb;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-item__note p::before, .p-item__note p::after {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__note p::before, .p-item__note p::after {
    height: 2px;
  }
}
.p-item__note p::before {
  top: -1.2em;
}
.p-item__note p::after {
  bottom: -1.2em;
}

.p-lead {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: -0.018em;
}
@media screen and (min-width: 769px) {
  .p-lead {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 1.9411764706;
    padding-top: 69px;
    padding-bottom: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-lead {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    padding-top: 7.3333333333vw;
    padding-bottom: 10.6666666667vw;
    text-align: left;
  }
}

.p-main {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-main {
    height: 100svh;
  }
}
.p-main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  background-color: #fff;
}
.p-main.is-active::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-main__img {
    max-width: 1280px;
    margin-inline: auto;
    place-content: center;
  }
}

.p-mv {
  z-index: 8;
  inset: 0;
  background-color: #ecf1f3;
}
.p-mv img {
  width: 100%;
}
.p-mv__container {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__container {
    max-width: 1280px;
    margin-inline: auto;
    place-content: center;
  }
}
.p-mv__imgs {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__img {
    opacity: 0;
  }
}
.p-mv__ttl {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__ttl {
    padding: 6.6666666667vw 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__ttl hgroup {
    margin: 5.234375% auto 2.578125%;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__ttl h1 {
    font-size: 38px;
    font-size: 2.9230769231rem;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-bottom: 5.4086538462%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__ttl h1 {
    font-size: 44px;
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    margin-bottom: 6.6666666667vw;
  }
}
.p-mv__txt {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 769px) {
  .p-mv__txt {
    font-size: 24px;
    font-size: 1.8461538462rem;
    line-height: 1.375;
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__txt {
    font-size: 35px;
    font-size: 4.6666666667vw;
    line-height: 1.4285714286;
    width: 100%;
  }
}
.p-mv__txt span {
  display: inline-block;
  rotate: 30deg;
  margin-left: -0.2em;
}
.p-mv__deco {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 769px) {
  .p-mv__deco {
    width: 89.6551724138%;
    margin: 0 auto 5.6896551724%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__deco {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 4.5333333333vw;
  }
}
.p-mv__sub {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 769px) {
  .p-mv__sub {
    width: 55.1724137931%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__sub {
    width: 48vw;
    margin-inline: auto;
  }
}

.p-sticky {
  position: relative;
  z-index: 3;
}
.p-sticky__bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-sticky__bg {
    max-width: 1280px;
    margin-inline: auto;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-sticky__bg {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .p-sticky__bg02 {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    translate: -50%;
  }
}
.p-sticky__img {
  margin-inline: auto;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-sticky__img {
    width: 36.71875%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-sticky__img {
    width: 62.6666666667vw;
    margin-inline: auto;
  }
}

.p-popup {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (min-width: 769px) {
  .p-popup {
    padding: 102px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .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: 769px) {
  .p-popup .mfp-close {
    right: 6.6666666667%;
    top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-popup .mfp-close {
    right: 6.6666666667vw;
    top: 16px !important;
  }
}
.p-popup__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-popup__group {
    display: block;
  }
}
.p-popup__ttl {
  color: #115281;
  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: 769px) {
  .p-popup__ttl {
    font-size: 24px;
    font-size: 1.8461538462rem;
    line-height: 0.625;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__ttl {
    text-align: center;
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 0.8823529412;
    margin-bottom: 1em;
  }
}
.p-popup__ttlDeco {
  color: #115281;
  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 #115281;
  line-height: 1;
  padding: 0 0.3em;
}
@media screen and (max-width: 768px) {
  .p-popup__ttlDeco {
    font-size: 17px;
    font-size: 1.3076923077rem;
    line-height: 0.8823529412;
    position: absolute;
    z-index: 10;
    line-height: 1.2;
  }
}
.p-popup__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-popup__img {
    width: 41.5384615385%;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__img {
    width: 58.4615384615%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-popup__textWrap {
    width: 53.8461538462%;
  }
}
.p-popup__text {
  color: #333;
}
@media screen and (min-width: 769px) {
  .p-popup__text {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 0.9375;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-popup__text {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    margin-bottom: 7.6923076923%;
  }
}

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

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

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

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

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

.u-color_third {
  color: #35597d;
}

.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: #614129;
}

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

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

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

.u-bg-type--01 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #fff), color-stop(12%, #ecf1f3), color-stop(94%, #ecf1f3), color-stop(94%, #fff));
  background-image: linear-gradient(to bottom, #fff 12%, #ecf1f3 12%, #ecf1f3 94%, #fff 94%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.u-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .u-order-2--sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .u-order-1--sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*# sourceMappingURL=style-2.1.2.css.map */