@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.6vw;
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, dl, dt {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: none;
}

p, dt, dd, li {
  text-align: justify;
  text-justify: initial;
}

.alignCenter {
  text-align: center;
}

.backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}

img.fitImg {
  max-width: 100%;
  height: auto;
}

br {
  line-height: 1;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .pc-br,
  .is-pc {
    display: none;
  }
}

.sp-br,
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br,
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.header-news {
  background-color: #453536;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-news {
    padding: 7px 0 6px;
  }
}
.header-news.is-hidden {
  display: none;
}

.header-news .wrap {
  max-width: inherit;
}

.emergency {
  margin: 0 auto;
  width: 540px;
}
@media screen and (max-width: 767px) {
  .emergency {
    width: 64%;
  }
}

.emergency-item .nolink,
.emergency-item a {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .emergency-item .nolink,
  .emergency-item a {
    font-size: 10px;
  }
}

.header-news-close {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: calc(50% - 10px);
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  width: 20px;
  height: 20px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .header-news-close {
    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;
    height: 10px;
    top: calc(50% - 5px);
    width: 10px;
  }
}
.header-news-close .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-news-close .icon.is-news-close {
  background-image: url(/common/img/common/icon/icon_news_close.svg);
  height: 8px;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .header-news-close .icon.is-news-close {
    height: 6px;
    width: 6px;
  }
}

.is-emergency-hidden .o-header:before {
  display: block;
}

.l-wrap {
  width: 100%;
  padding: 72px 40px 100px;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    padding: 16vw 0;
  }
}
.l-wrap.bg-color {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-wrap.bg-color {
    padding: 14.9333333333vw 0 19.7333333333vw;
  }
}
.l-wrap.bg-color:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  background: #f0e9e2;
}
@media screen and (max-width: 767px) {
  .l-wrap.bg-color:before {
    border-radius: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap.is-conversion {
    padding: 0;
  }
}

.l-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-content-wrap {
    max-width: 100%;
  }
}

.l-header-wrap {
  width: 100%;
  position: fixed;
  z-index: 999;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.l-header-wrap:before {
  content: "";
  display: none;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#3d1c20), to(#67383e));
  background-image: linear-gradient(90deg, #3d1c20, #67383e);
  height: 4px;
  left: 0;
  right: 0;
  top: 0;
}

.p-header-content {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-header-content {
    padding: 0;
  }
}

.p-header-main {
  width: 100%;
}

.p-header-main-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-header-main-list {
    height: 13.3333333333vw;
    padding: 0 4.8vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header-main-item {
  padding: 0;
}
.p-header-main-item .is-logo img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-header-main-item .is-logo img {
    width: 27.7333333333vw;
  }
}
.p-header-main-item .is-btn {
  display: inline-block;
  margin-top: 4px;
  height: 32px;
  padding: 0 2em;
  font-size: 13px;
  color: #fff;
  line-height: 32px;
  background: #41282b;
  border-radius: 16px/50%;
}
@media screen and (max-width: 767px) {
  .p-header-main-item .is-btn {
    height: 8.5333333333vw;
    padding: 0 1.5em;
    font-size: 3.4666666667vw;
    line-height: 8.5333333333vw;
    border-radius: 4.2666666667vw/50%;
  }
}

.p-header-sub {
  width: 100%;
  padding: 5px 0 10px;
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .p-header-sub {
    padding: 0 0 2.1333333333vw;
  }
}

.p-header-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header-sub-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 1.0666666667vw;
  }
}

.p-header-sub-item {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .p-header-sub-item {
    width: 33.333%;
    margin-right: 0;
    position: relative;
    text-align: center;
  }
}
.p-header-sub-item a {
  font-size: #000;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #191615;
}
@media screen and (max-width: 767px) {
  .p-header-sub-item a {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header-sub-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15%;
    width: 0;
    height: 70%;
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .p-header-sub-item:nth-of-type(1):after {
    display: none;
  }
}

body {
  color: #191615;
  letter-spacing: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
body.is-header-on .l-header-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.1019607843);
}
body.is-header-on .p-header-sub {
  opacity: 1;
  z-index: 1;
}
body.is-header-on .l-lp-footer01-wrap .is-backto-top {
  opacity: 1;
  z-index: 99;
}
body.is-emergency-hidden .l-header-wrap:before {
  display: block;
}

.header-news {
  background-color: #453536;
  margin: 0;
  padding: 7px 0 6px;
  position: relative;
}

@media (min-width: 768px) {
  .header-news {
    padding: 10px 0;
  }
}
.header-news .wrap {
  max-width: inherit;
}

.emergency {
  margin: 0 auto;
  width: 64%;
}

@media (min-width: 768px) {
  .emergency {
    width: 540px;
  }
}
.emergency .swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.emergency .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .emergency .swiper-slide {
    padding: 0 40px;
  }
}

.emergency .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.emergency-item .nolink,
.emergency-item a {
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .emergency-item .nolink, .emergency-item a {
    font-size: 12px;
  }
}
.emergency .swiper-button-next,
.emergency .swiper-button-prev {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
}

.emergency .swiper-button-prev,
.emergency .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.emergency .swiper-button-next,
.emergency .swiper-button-prev {
  background-size: 4px 7px;
  height: 10px;
  margin-top: -5px;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  width: 10px;
}

@media (min-width: 768px) {
  .emergency .swiper-button-next, .emergency .swiper-button-prev {
    background-size: 5px 10px;
    height: 20px;
    margin-top: -10px;
    width: 20px;
  }
}
.emergency .swiper-button-prev {
  background-image: url(/common/img/common/icon/icon_news_prev.svg);
  left: 0;
}

.emergency .swiper-button-next {
  background-image: url(/common/img/common/icon/icon_news_next.svg);
  right: 0;
}

.emergency .swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.emergency .swiper-button-next::after,
.emergency .swiper-button-prev::after {
  display: none;
}

.emergency .swiper-container-android .swiper-slide,
.emergency .swiper-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.header-news-close {
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  width: 10px;
}

button {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
}

@media (min-width: 768px) {
  .header-news-close {
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    width: 20px;
  }
}
.icon.is-news-close {
  background-image: url(/common/img/common/icon/icon_news_close.svg);
  height: 6px;
  width: 6px;
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .icon.is-news-close {
    height: 8px;
    width: 8px;
  }
}
.p-section-headline {
  font-size: 36px;
  text-align: center;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-section-headline {
    font-size: 5.3333333333vw;
  }
}
.p-section-headline span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #be433a;
}
@media screen and (max-width: 767px) {
  .p-section-headline span {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-section-lead {
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .p-section-lead {
    padding: 8vw 8vw 0;
  }
}
.p-section-lead .is-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-section-lead .is-text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.p-section-lead .is-text b {
  color: #be433a;
}

.p-section-about-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .p-section-about-wrap {
    max-width: 100%;
    padding: 10.1333333333vw 5.3333333333vw 0;
  }
}

.p-about-content {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 56px 10%;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 2px 2px 10px 1px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-content {
    border-radius: 5.3333333333vw;
    padding: 9.6vw 0;
  }
}

.p-about-content-headline {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-content-headline {
    font-size: 5.3333333333vw;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
}
.p-about-content-headline.is-color {
  color: #be433a;
}
.p-about-content-headline small {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #be433a;
}
@media screen and (max-width: 767px) {
  .p-about-content-headline small {
    margin-bottom: 3.7333333333vw;
    font-size: 4vw;
    line-height: 1.1;
  }
}
.p-about-content-headline small:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 0;
  border-top: 1px solid #be433a;
}
.p-about-content-headline small.no-line {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-about-content-headline small.no-line {
    margin-bottom: 0;
  }
}
.p-about-content-headline small.no-line:after {
  display: none;
}
.p-about-content-headline b {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.4em;
  z-index: 2;
  color: #fff;
}
.p-about-content-headline b:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0.1em;
  top: 2px;
  width: calc(100% - 0.2em);
  height: 100%;
  background: #b1645e;
}
.p-about-content-headline sup {
  font-size: 60%;
}
.p-about-flex {
  width: 100%;
  padding: 44px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about-flex {
    padding: 6.4vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-about-flex-lead {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-about-flex-lead {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 6.9333333333vw 8.5333333333vw 0;
  }
}
.p-about-flex-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about-flex-lead .is-text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}
.p-about-flex-lead .is-text b {
  color: #be433a;
  font-weight: 700;
}
.p-about-flex-lead .is-text em {
  font-weight: 700;
  font-style: normal;
}
.p-about-flex-lead .is-text + .is-text {
  margin-top: 1em;
}

.p-about-flex-image {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about-flex-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
.p-about-flex-image img {
  max-width: 100%;
  width: 216px;
}
@media screen and (max-width: 767px) {
  .p-about-flex-image img {
    width: 63.8666666667vw;
  }
}

.p-ph-message-list {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 0 0;
}
@media screen and (max-width: 767px) {
  .p-ph-message-list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 9.6vw 8vw 0;
  }
}

.p-ph-message-item {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ph-message-item + .p-ph-message-item {
    margin-top: 8vw;
  }
}
.p-ph-message-item img {
  max-width: 100%;
}

.p-about-movie-headline {
  font-size: 20px;
  text-align: center;
  color: #be433a;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-movie-headline {
    font-size: 4.2666666667vw;
  }
}

.p-about-movie {
  padding: 40px 0 0;
  max-width: 800px;
  height: 450px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-movie {
    padding: 6.4vw 0 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.p-about-movie iframe {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-movie iframe {
    border-radius: 5.3333333333vw;
    height: 51.0666666667vw;
  }
}

.l-hero-wrap {
  width: 100%;
}
.p-hero-inner {
  width: 100%;
  position: relative;
}
.p-hero-image {
  width: 100%;
  text-align: center;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hero-image {
    border-radius: 0 0 8vw 8vw;
  }
}
.p-hero-image img {
  width: 100%;
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-hero-image img {
    height: 148.9333333333vw;
  }
}

.p-hero-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-hero-content {
    padding: 0 5.3333333333vw;
  }
}

.p-hero-content-flex {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .p-hero-content-flex {
    max-width: 100%;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

.p-hero-catch {
  width: 100%;
  font-size: 28px;
  color: #fff;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-hero-catch {
    padding: 0 0 6.9333333333vw;
    font-size: 4.8vw;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-hero-headline {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-hero-headline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 22.4vw 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-hero-headline img {
    max-width: 100%;
  }
}

.p-lead {
  width: 100%;
}
.p-lead .is-text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-lead .is-text {
    font-size: 3.7333333333vw;
  }
}
.p-lead .is-text b {
  color: #be433a;
}
.p-lead .is-text + .is-text {
  margin-top: 1.5em;
}

.p-choose-image {
  padding: 68px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-choose-image {
    padding: 8vw 0 0;
    text-align: center;
  }
}
.p-choose-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-choose-image img {
    width: 74.6666666667vw;
  }
}

.p-point-list {
  width: 100%;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5%;
}
@media screen and (max-width: 767px) {
  .p-point-list {
    padding-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.p-point-item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .p-point-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-point-item + .p-point-item {
    margin-top: 10.6666666667vw;
  }
}

.p-point-item-image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point-item-image {
    padding: 0 4.2666666667vw;
  }
}
.p-point-item-image img {
  display: inline-block;
  max-width: 100%;
}
.p-point-item-headline {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-point-item-headline {
    padding: 2.6666666667vw 8vw 0;
    font-size: 4.2666666667vw;
    letter-spacing: 0.075em;
  }
}
.p-point-item-headline .is-num {
  display: inline-block;
  background: #b1645e;
  border-radius: 10px/50%;
  color: #fff;
}
.p-point-item-headline b {
  color: #be433a;
}

.p-point-item-lead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .p-point-item-lead {
    padding: 2.1333333333vw 8vw 0;
  }
}
.p-point-item-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
  color: #191615;
}
@media screen and (max-width: 767px) {
  .p-point-item-lead .is-text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
  }
}
.p-point-item-lead .is-text b {
  color: #be433a;
}

.p-ph-recommend-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-ph-recommend-list {
    padding: 3.7333333333vw 8vw 0;
  }
}

.p-ph-recommend-item {
  width: 50%;
  padding: 0 2em 0 26px;
  margin-bottom: 0.7em;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ph-recommend-item {
    width: 100%;
    padding: 0 0 0 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.p-ph-recommend-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 18px;
  background: url(../img/icon_check.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-ph-recommend-item:before {
    top: 0.8vw;
    width: 3.8666666667vw;
    height: 3.7333333333vw;
  }
}

.l-cv-wrap {
  max-width: 1000px;
  margin: 0 auto;
  height: 318px;
  padding: 60px 20px;
  background: url(../img/cv_bg_pc.webp) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .l-cv-wrap {
    max-width: 94.6666666667vw;
    height: 66.5333333333vw;
    padding: 8.5333333333vw 5.3333333333vw 10.1333333333vw;
    background: url(../img/cv_bg_sp.webp) no-repeat center center;
    background-size: 100% auto;
    border-radius: 8vw;
  }
}

.p-cv-headline {
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cv-headline {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.p-cv-headline small {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-cv-headline small {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-cv-link {
  min-width: 420px;
  width: 42%;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cv-link {
    min-width: 100%;
    width: auto;
    padding-top: 5.3333333333vw;
  }
}
.p-cv-link a {
  display: block;
  width: 100%;
  background: #453030;
  border-radius: 40px/50%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cv-link a {
    border-radius: 10.6666666667vw/50%;
    padding: 4.8vw 0;
    font-size: 3.7333333333vw;
  }
}
.p-cv-link a small {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-cv-link a small {
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }
}

.p-flow-slide-wrap {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow-slide-wrap {
    padding: 8vw 0 13.3333333333vw;
    position: relative;
  }
}
.p-flow-slide-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-flow-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .p-flow-slide-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-flow-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.1333333333vw;
  }
}
.p-flow-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
.p-flow-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-flow-slide-wrap .swiper-pagination-custom,
.p-flow-slide-wrap .swiper-pagination-fraction {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-flow-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
  .p-flow-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-flow-slide-wrap .swiper-pagination-custom,
  .p-flow-slide-wrap .swiper-pagination-fraction {
    bottom: 2.6666666667vw;
  }
}
.p-flow-slide-wrap .swiper-pagination-bullet {
  background: #bca298;
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-flow-slide-wrap .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 0.8vw solid #fff;
  }
}
.p-flow-slide-wrap .swiper-pagination-bullet-active {
  background: #fff;
  border: 4px solid #bca298;
}
@media screen and (max-width: 767px) {
  .p-flow-slide-wrap .swiper-pagination-bullet-active {
    border: 1.0666666667vw solid #bca298;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-slide-switch {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-slide-switch .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-slide-switch .swiper-slide {
    width: 22.75%;
  }
}
.p-flow-content {
  width: 100%;
}

.p-flow-image img {
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 8px 1px rgba(1, 1, 1, 0.1);
  max-width: 100%;
}
.p-flow-headline {
  padding-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-flow-headline {
    padding-top: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.p-flow-headline .is-num {
  display: inline-block;
  background: #b1645e;
  margin-right: 0.5em;
  padding: 0.3em 0.8em 0.6em;
  border-radius: 12px/50%;
  font-size: 12px;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .p-flow-headline .is-num {
    padding: 0.4em 0.8em;
    font-size: 2.6666666667vw;
    -webkit-transform: translateY(-0.8vw);
            transform: translateY(-0.8vw);
  }
}

.p-flow-lead {
  padding-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-flow-lead {
    padding-top: 1em;
  }
}
.p-flow-lead .is-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-flow-lead .is-text {
    font-size: 3.7333333333vw;
  }
}

.swiper-pagination_flow {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-pagination_flow {
    display: block;
    bottom: -20px;
  }
}

.p-voice-slide-wrap {
  width: 100%;
  padding: 72px 0 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-slide-wrap {
    padding: 8vw 0 13.3333333333vw;
    position: relative;
  }
}
.p-voice-slide-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-voice-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .p-voice-slide-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-voice-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
.p-voice-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
.p-voice-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-voice-slide-wrap .swiper-pagination-custom,
.p-voice-slide-wrap .swiper-pagination-fraction {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
  .p-voice-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-voice-slide-wrap .swiper-pagination-custom,
  .p-voice-slide-wrap .swiper-pagination-fraction {
    bottom: 2.6666666667vw;
  }
}
.p-voice-slide-wrap .swiper-pagination-bullet {
  background: #bca298;
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 4px solid #f0e9e2;
}
@media screen and (max-width: 767px) {
  .p-voice-slide-wrap .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 1.0666666667vw solid #f0e9e2;
  }
}
.p-voice-slide-wrap .swiper-pagination-bullet-active {
  background: #f2ede8;
  border: 4px solid #bca298;
}
@media screen and (max-width: 767px) {
  .p-voice-slide-wrap .swiper-pagination-bullet-active {
    border: 1.0666666667vw solid #bca298;
  }
}

@media screen and (max-width: 767px) {
  .p-voice-slide-switch {
    overflow: hidden;
  }
}
.p-voice-content {
  background: #fff;
  margin-bottom: 24px;
  padding: 20px 0;
  border-radius: 40px 40px 4px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 270px;
}
@media screen and (max-width: 767px) {
  .p-voice-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
    border-radius: 8vw 8vw 1.3333333333vw 8vw;
  }
}

.p-voice-image {
  width: 31%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9.0666666667vw 7.4666666667vw 0;
  }
}
.p-voice-image img {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .p-voice-image img {
    max-width: 100%;
    width: 16vw;
    height: 16vw;
  }
}
.p-voice-image .is-who {
  padding-top: 0.8em;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-image .is-who {
    padding: 0 0 0 1em;
    font-size: 3.4666666667vw;
    text-align: left;
  }
}

.p-voice-lead {
  width: 69%;
  padding: 0 36px 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice-lead {
    width: 100%;
    padding: 3.7333333333vw 7.4666666667vw 0;
    min-height: 85.3333333333vw;
  }
}
.p-voice-lead .is-text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice-lead .is-text {
    font-size: 3.4666666667vw;
  }
}
.p-voice-lead .is-text b {
  color: #be433a;
  font-weight: 700;
}
.p-voice-lead .is-who {
  padding-top: 0.5em;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice-lead .is-who {
    padding: 6.4vw 0 0 1em;
    font-size: 3.7333333333vw;
  }
}

.l-lp-footer01-wrap {
  width: 100%;
}
.l-lp-footer01-wrap .is-backto-top {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 100px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #41282b;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .l-lp-footer01-wrap .is-backto-top {
    right: 3.2vw;
    bottom: 13.3333333333vw;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.l-lp-footer01-wrap .is-inner {
  width: 100%;
}
.l-lp-footer01-wrap .is-flex {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #41282b;
}
@media screen and (max-width: 767px) {
  .l-lp-footer01-wrap .is-flex {
    height: 21.3333333333vw;
  }
}
.l-lp-footer01-wrap .is-policy,
.l-lp-footer01-wrap .is-copyright {
  width: 100%;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lp-footer01-wrap .is-policy,
  .l-lp-footer01-wrap .is-copyright {
    font-size: 2.6666666667vw;
  }
}
.l-lp-footer01-wrap .is-policy a {
  text-decoration: underline;
  color: #fff;
}
.l-lp-footer01-wrap .is-copyright {
  margin-top: 1.9em;
}

.animate01-switch,
.animate02-switch,
.animate04-switch,
.is-intersection-check,
.is-browser-in {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
  position: inherit;
}

.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scaleChange {
  0% {
    opacity: 0;
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
@keyframes scaleChange {
  0% {
    opacity: 0;
    -webkit-transform: scale(120%);
            transform: scale(120%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(100%);
            transform: scale(100%);
  }
}
.js-switch-animate03 {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.js-switch-animate03:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  -webkit-transition: width linear 0.9s;
  transition: width linear 0.9s;
}
.js-switch-animate03.is-show {
  opacity: 1;
}
.js-switch-animate03.is-show:after {
  width: 0;
}

.js-switch-animate04 {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.js-switch-animate04.is-show {
  opacity: 1;
}

.js-switch-fadein {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.js-switch-fadein.is-show {
  opacity: 1;
}

.is-no-isobs .js-switch-animate04 {
  opacity: 1;
}
.is-no-isobs .fadeIn, .is-no-isobs .fadeInUp, .is-no-isobs .fadeInUpMV, .is-no-isobs .fadeInDown, .is-no-isobs .fadeInLeft, .is-no-isobs .fadeInRight, .is-no-isobs .is-browser-in {
  opacity: 1 !important;
  -webkit-animation: none;
          animation: none;
}
.is-no-isobs .animate01-switch, .is-no-isobs .animate02-switch, .is-no-isobs .animate-image2, .is-no-isobs .is-intersection-check {
  opacity: 1 !important;
}