@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff") format("woff"), url("../fonts/NotoSans_Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff") format("woff"), url("../fonts/NotoSans_Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff") format("woff"), url("../fonts/NotoSans_Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff") format("woff"), url("../fonts/NotoSans_Black.woff2") format("woff2");
}
/* FontFamily */
/* font-weight */
/* -------------------------------------
    設定
-----------------------------------------*/
/* -------------------------------------
        l-section
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .l-section img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* -------------------------------------
        l-bg
-----------------------------------------*/
.l-bgwrap {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .l-bgwrap {
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-bgwrap {
    display: none;
  }
}

.l-bg {
  position: relative;
  background: url(../images/common/mv-pc.jpg) 50% bottom no-repeat;
  background-size: 100%;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding: 0 20px;
}
.l-bg.fixed {
  position: fixed;
  margin-top: -60px;
}
@media screen and (max-width: 1105px) {
  .l-bg.fixed {
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 991px) {
  .l-bg.fixed {
    margin-top: -60px;
    background-image: url(../images/common/mv-pc.jpg);
  }
}
@media screen and (max-width: 959px) {
  .l-bg.fixed {
    margin-top: 0;
    background-position: 50% calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .l-bg.fixed {
    margin-top: 0;
  }
}
.l-bg__icon {
  position: absolute;
  top: 59%;
  left: calc(50% - 300px);
  width: 26px;
  z-index: 20;
}
@media screen and (min-width: 1921px) {
  .l-bg__icon {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-bg__icon {
    display: none;
  }
}
.l-bg__img {
  position: absolute;
  top: 34%;
  left: 10%;
  max-width: 369px;
  width: 22vw;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .l-bg__img {
    left: 17%;
  }
}
@media screen and (max-width: 1500px) {
  .l-bg__img {
    left: 5%;
  }
}
@media screen and (max-width: 1260px) {
  .l-bg__img {
    display: none;
  }
}

/* -------------------------------------
        l-content
-----------------------------------------*/
@media screen and (max-width: 860px) {
  .l-content-wrap {
    position: relative;
    width: 100%;
    z-index: 10;
  }
}

.l-content {
  position: relative;
  width: 478px;
  background-color: #fff;
  margin: 0 auto;
  border-left: 12px solid #02091e;
  border-right: 12px solid #02091e;
  margin-bottom: -24px;
  z-index: 90;
}
@media screen and (max-width: 1260px) {
  .l-content {
    margin: 0 0 -24px 160px;
  }
}
@media screen and (max-width: 1100px) {
  .l-content {
    margin: 0 0 -24px 70px;
  }
}
@media screen and (max-width: 970px) {
  .l-content {
    margin: 0 0 -24px 30px;
  }
}
@media screen and (max-width: 860px) {
  .l-content {
    margin: 0 auto -24px;
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    width: 100%;
    border: none;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.l-footer .container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.l-footer .btn-basic {
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .l-footer .btn-basic {
    font-size: 14px;
  }
}

/* -------------------------------------
        c-cards
-----------------------------------------*/
.c-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 12px;
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  font-size: 16px;
}
.c-card:not(:first-child) {
  margin-top: 40px;
}
.c-card figure {
  margin-bottom: 0;
}
.c-card__text {
  line-height: 1.4;
  margin-top: 10px;
}
.c-card__link {
  text-align: right;
  margin-top: 16px;
}
.c-card__link a {
  display: inline-block;
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-card__link a:hover {
  opacity: 0.7;
}
.c-card__link::after {
  content: "";
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
}
@media screen and (max-width: 500px) {
  .c-card__link::after {
    width: 16px;
    height: 16px;
  }
}
.c-card p {
  margin-bottom: 0;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 0 0 10px 10px;
  background-color: #F5C539;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 10px;
  cursor: pointer;
}
.c-btn::before {
  content: "詳細を見る";
}
.c-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--color01 {
  background-color: #F5C539;
}
.c-btn--color01::after {
  background-image: url(../images/icon/icon_down01.png);
}
.c-btn--color02 {
  background-color: #BE82AD;
}
.c-btn--color02::after {
  background-image: url(../images/icon/icon_down02.png);
}
.c-btn--color03 {
  background-color: #92C9CD;
}
.c-btn--color03::after {
  background-image: url(../images/icon/icon_down03.png);
}

.p-home__btn.is-open .c-btn::before {
  content: "閉じる";
}
.p-home__btn.is-open .c-btn--color01::after {
  background-image: url(../images/icon/icon_up01.png);
}
.p-home__btn.is-open .c-btn--color02::after {
  background-image: url(../images/icon/icon_up02.png);
}
.p-home__btn.is-open .c-btn--color03::after {
  background-image: url(../images/icon/icon_up03.png);
}

/* -------------------------------------
        p-autumn
-----------------------------------------*/
.p-autumn {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #333;
}
.p-autumn a {
  color: inherit;
}
.p-autumn img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.p-autumn .l-inner {
  max-width: 560px;
  padding: 0 12px;
  margin: 0 auto;
}
.p-autumn button {
  border: none;
}
.p-autumn button:focus {
  outline: none;
}

@media screen and (max-width: 959px) {
  .globalHeader .only_sp {
    display: block !important;
  }
}

/* -------------------------------------
        p-side-nav
-----------------------------------------*/
.p-side-nav {
  position: absolute;
  top: 48%;
  z-index: 1;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  width: 350px;
  color:#333333;
  z-index: 10;
  right: calc(50% - 660px);
  font-size: 18px;
}
/* .p-sp-nav__list_wrap { padding: 24px 16px 32px;} */

@media screen and (max-width: 1260px) {
  .p-side-nav {
    top: 45%;
    left: 678px;
    width: 290px;
  }
}
@media screen and (max-width: 1100px) {
  .p-side-nav {
    top: 53%;
    left: 588px;
  }
}
@media screen and (max-width: 970px) {
  .p-side-nav {
    left: 548px;
  }
}
@media screen and (max-width: 991px) {
  .p-side-nav {
    top: 45%;
  }
}
@media screen and (max-width: 959px) {
  .p-side-nav {
    top: 40%;
  }
}
@media screen and (max-width: 860px) {
  .p-side-nav {
    display: none;
  }
}
.p-side-nav__title {
  display: none;
}
@media screen and (max-width: 1260px) {
  .p-side-nav__title {
    display: block;
    max-width: 396px;
    width: 100%;
  }
}
.p-side-nav__head {
  max-width: 143px;
  width: 100%;
  font-size: 20px;
}
.p-side-nav__list {
  margin-top: 18px;
}
.p-side-nav__item {
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-side-nav__item:not(:first-child) {
  margin-top: 12px;
}
.p-side-nav__item.align-top a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-side-nav__item.align-top .p-side-nav__item-num {
  padding-top: 1px;
}
.p-side-nav a {
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-side-nav a:hover .p-side-nav__item-text {
  color: #A92928;
}
.p-side-nav a:hover .p-side-nav__item-num {
  color: #A92928;
}
.p-side-nav__item-num {
  display: inline-block;
  color: #FF8900;
  font-size: 20px;
  font-weight: 700;
  margin-right: 12px;
}
.p-side-nav__item-text {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-side-nav__item-btn {
  max-width: 350px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  margin-top: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .p-side-nav__item-btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 1260px) {
  .p-side-nav__item-btn {
    max-width: 350px;
  }
}
.p-side-nav__item-btn a:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.p-side-nav__item-btn a:hover::before {
  content: none;
}
.p-side-nav__item-btn-head {
  padding: 0 18px;
}

/* -------------------------------------
        p-sp-nav
-----------------------------------------*/
.p-sp-nav {
  display: none;
  padding: 33px 0 60px;
}
@media screen and (max-width: 860px) {
  .p-sp-nav {
    display: block;
  }
}
.p-sp-nav__inner {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .p-sp-nav__inner {
    max-width: 338px;
  }
}
.p-sp-nav__head {
  max-width: 137px;
  width: 100%;
  font-size: 24px;
}
/* .p-sp-nav__list_wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #d9d9d9;
} */
.p-sp-nav__item {
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px dotted #d9d9d9;
}
.p-sp-nav__item:not(:first-child) {
  margin-top: 20px;
}
.p-sp-nav a:focus,
.p-sp-nav a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-nav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 10px 32px 10px 8px;
}
.p-sp-nav a:hover .p-sp-nav__item-text {
  color: #FF8900;
}
.p-sp-nav a:hover .p-sp-nav__item-num {
  color: #FF8900;
}
.p-sp-nav a:hover .p-sp-nav__item-new {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}
.p-sp-nav__list li a::after {
  content: '';
  width: 24px; height: 24px;
  background: url(../images/icon/icon_down2.png);
  background-size: cover;
  position: absolute; top: 50%; right: 0;
  transform: translateY(-50%);
}
.p-sp-nav__list li a .p-sp-nav__img {
  height: 24px; width: auto;
  margin-bottom: 3px;
}
.p-sp-nav__item-num {
  display: inline-block;
  margin-right: 12px;
  color: #FF8900;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.p-sp-nav__item-text {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-nav__item-btn {
  max-width: 334px;
  width: 100%;
  margin-top: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sp-nav__item-btn a:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.p-sp-nav__item-btn a:hover::before {
  content: none;
}
.p-sp-nav__list_wrap .p-section__cv-btn { margin-right: 16px; margin-left: 16px;}
@media screen and (min-width: 768px) {
  .p-sp-nav__list_wrap { padding-top: 32px;}
  .p-sp-nav__list_wrap h3 {
    width: 122px; height: 31px;
  }
  .p-sp-nav__list {
    margin-top: 24px;
    padding-bottom: 16px;
    border-top: 1px dotted #d9d9d9;
  }
  .p-sp-nav__list .p-sp-nav__item {
    margin-top: 0;
  }
  .p-sp-nav__item::before { width: 24px; height: 24px;}
  .p-sp-nav__list .p-sp-nav__item:last-child { border-right: 0;}
  .p-sp-nav a::after {
    position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .p-sp-nav__list .p-sp-nav__item { padding-right: 1.5%; padding-left: 1.5%;}
  .p-sp-nav a { font-size: 14px;}
}
@media screen and (max-width: 767px) {
  .p-sp-nav__list_wrap {
    position: relative;
    padding: 0 0 12px;
  }
  .p-sp-nav__list_wrap h3 {
    width: 22px; height: 100px;
    position: absolute; top: 24px; left: 14px;
  }
  .p-sp-nav {
    display: block;
    padding-top: 0; padding-bottom: 40px;
    background: url(../images/common/campaign_present_bg.png);
    background-size: 100% auto;
  }
  .p-sp-nav__inner {
    width: 88.78vw;
    max-width: 380px;
    margin: 24px auto 0;
  }
  .p-sp-nav__head {
    width: 100%;
  }
  .p-sp-nav__list {
    padding: 10px 16px 10px 50px;
  }
  .p-sp-nav a {
    font-size: 16px;
  }
  .p-sp-nav__item:not(:first-child) { margin-top: 0;}
  .p-sp-nav__item::before { background: none;}
  .p-sp-nav a::after { margin-left: 10px;}
}

@media screen and (max-width: 360px) {
  .p-sp-nav a {
    font-size: 14px;
  }
  .p-sp-nav__item-num {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .p-sp-nav__item-btn {
    max-width: 290px;
  }
}

/* -------------------------------------
        p-section
-----------------------------------------*/
.p-section__cv-btn {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-section__cv-btn {
    padding: 0;
    margin: 12px auto 0;
  }
}
.p-section__cv-btn:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.p-section__cv-btn:hover::before {
  content: none;
}
.p-information {
  background-image: url(/campaign/winter202401/assets/images/common/information_ornament_t.png), url(/campaign/winter202401/assets/images/common/information_ornament_b.png), url(/campaign/winter202401/assets/images/common/information_bg.png);
  background-size: 255px 12px, 255px 12px, 100% auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center 22px, center bottom 22px, center bottom;
  background-color: #70220A;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column; justify-content: center; align-items: center;
  padding-top: 53px; padding-bottom: 56px;
  position: relative;
  font-family: 'Kosugi Maru', sans-serif;
}
.p-information::before,
.p-information::after {
  content: '';
  display: block;
  border-top: 1px solid #fff;
  width: calc(100% - 48px);
  position: absolute; left: 50%;
  transform: translateX(-50%);
}
.p-information::before {
  top: 14px;
}
.p-information::after {
  bottom: 14px;
}
.p-information .p-information__text01 {
  width: 130px;
  margin-bottom: 0;
}
.p-information .p-information__text02 {
  width: 250px;
  margin-bottom: 0;
}
.p-information .p-information__shop {
  font-size: 35px;
  margin-top: 12px; margin-bottom: 6px;
}
.p-section--01 {
  position: relative;
  background-color: #fff;
  padding-top: 40px; padding-bottom: 40px;
}
.p-section--01 .p-sec__head {
  padding-right: 14px; padding-left: 14px;
  margin-bottom: 24px;
}
.p-section--01 .p-section__content {
  padding-right: 32px; padding-left: 32px;
  margin-top: 21px;
}
.p-section--01 .p-section__content-item {
  max-width: 400px;
  margin: 0 auto;
}
.p-section--01 .p-section__block {
  padding-bottom: 33px;
  margin-bottom: 32px;
  position: relative;
}
.p-section--01 .p-section__block::after {
  content: '';
  display: block;
  width: 120px; height: 1px;
  background: #595757;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
}
.p-section--01 .p-section__block:last-child:after {
  content: none;
}
.p-section--01 .p-section__block .__text {
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  padding-top: 16px; padding-right: 40px; padding-left: 40px;
}
.p-section--01 .p-section__block .__text p:last-child {
  margin-bottom: 0;
}
.p-section--01 .p-section__block .__text p.__mb04 {
  margin-bottom: 4px;
}
.p-section--01 .p-section__block .__text li {
  position: relative;
  padding-left: 1.3em;
  font-weight: 600;
}
.p-section--01 .p-section__block .__text li::before {
  content: '';
  display: block;
  width: 16px; height: 16px;
  background-color: #9B6967;
  border-radius: 50%;
  position: absolute; top: 0.5em; left: 0;
}
.p-section--02 {
  padding-bottom: 40px;
  background: #F5F5F5;
}
.p-section--02 .p-section__content {
  padding-right: 32px; padding-left: 32px;
}
.p-section--02 .p-section__content--reverse {
  position: relative;
  margin-top: 30px;
}
.p-section--02 .p-section__content--reverse::before {
  content: "";
  display: inline-block;
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  width: 75px;
  height: 75px;
  background-image: url(../images/icon/icon_and.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-section--02 .p-section__content-item {
  max-width: 400px;
  margin: 0 auto;
}
.p-section--02 .p-section__cv {
  margin: 20px auto 0;
}
.p-section--02 .p-section__cv-btn {
  margin-top: 32px;
}
.p-section--03 {
  background-color: #9B6967;
  background-image: url(../images/common/interview_bg.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: calc(40 / 430 * 100%);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
  color: #fff;
}
.p-section--03 .__text {
  margin-top: 8px;
}
.p-section--03 .__name {
  display: flex;
  justify-content: flex-end; align-items: center;
  margin-bottom: 0;
}
.p-section--03 .__name::before {
  content: '';
  width: 80px; height: 1px;
  background: #fff;
  margin-right: 1em;
}

@media screen and (max-width: 500px) {
  .p-section--03 .p-section__textarea h3 {
    font-size: 12px;
  }
}
.p-section--03 .p-section__textarea p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .p-section--03 .p-section__textarea p {
    font-size: 12px;
  }
}
.p-section--03 .p-section__cv {
  margin: 50px 32px 0;
}

.p-section--04 {
  padding-top: 40px; padding-bottom: 40px;
  background: #EEEDE9;
}
.p-section--04 .p-section__title { margin-bottom: 16px;}
.p-section--04 .p-section__contents .c-card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  margin-top: 0; margin-bottom: 24px;
}
.p-section--04 .p-section__contents .c-card__block {
  padding-bottom: 24px;
  position: relative;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
}
.p-section--04 .p-section__contents .c-card__block:not(:last-child) {
  margin-bottom: 24px;
}
.p-section--04 .p-section__contents .c-card__block:not(:last-child)::after {
  content: '';
  display: block;
  width: 120px; height: 1px;
  background: #595757;
  position: absolute; bottom: 0; left: calc(50% - 60px);
}
.p-section--04 .p-section__contents .c-card__block .__title {
  margin-top: 8px; margin-bottom: 8px;
}
.p-section--04 .c-card__block .__notes {
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-section--04 {
    padding-bottom: 26px;
  }
  .p-section--04 .p-sec-head {
    margin-right: auto; margin-left: auto;
  }

  .p-section--04 .l-inner {
    width: 96%; max-width: 824px;
    margin-top: 16px; margin-right: auto; margin-left: auto;
  }

  .p-section--04 .p-section__list {
    display: flex;
    flex-wrap: wrap; justify-content: space-between; align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .p-section--04 {
    padding: 0 0 26px;
  }

  .p-section--04 .l-inner { padding-right: 16px; padding-left: 16px;}
}

.p-section--05 {
  padding-top: 50px;
}
.p-section--05 .swiper-btn {
  margin-bottom: 40px;
}
.p-section--05 .p-sec__title {
  padding-right: 24px; padding-left: 24px;
  margin-bottom: 40px;
}
.p-section--05 .p-section__cv-btn {
  padding-right: 24px; padding-left: 24px;
}

.p-section--06 {
  background: #fff;
  padding-bottom: 40px;
}
.p-section--06 p {
  padding-right: 32px; padding-left: 32px;
  margin-top: 24px; margin-bottom: 16px;
}
.p-section--06 .p-sec__contents {
  padding-right: 16px; padding-left: 16px;
}


/* -------------------------------------
        p-section--shops
-----------------------------------------*/
.p-section--shops {
  padding-right: 12px; padding-left: 12px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.p-section--shops .p-sec__shop {
  background: #FBF8EE;
  padding: 32px 12px;
  border-radius: 12px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.p-section--shops .p-sec__shop_ti {
  display: flex;
  justify-content: space-between; align-items: flex-start;
  margin-bottom: 25px;
}
.p-section--shops .p-sec__shop_ti_img {
  width: 160px; height: auto;
}
.p-section--shops .p-sec__shop_ti_text {
  flex: 1;
  margin-left: 13px;
  font-size: 11px;
}
.p-section--shops .p-sec__shop_ti_text p {
  margin-bottom: 0;
}
.p-section--shops .p-sec__shop_ti_text p span {
  font-weight: bold;
  color: #EC6D61;
}
.p-section--shops .p-sec__btn {
  display: flex;
  flex-wrap: wrap; justify-content: center; align-items: center;
}
.p-section--shops .p-sec__btn a {
  width: 98%;
  background: #8CC724;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 3px 5px 8px rgba(0,0,0, 0.6);
  display: flex;
  flex-wrap: wrap; justify-content: center; align-items: center;
  padding-top: 15px; padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.p-section--shops .p-sec__btn a::after {
  content: '';
  width: 10px; height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute; right: 10px; top: calc(50% - 3px);
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .p-section--shops .p-sec__btn a {
    transition: all 0.3s;
    font-size: 18px;
  }
  .p-section--shops .p-sec__btn a:hover {
    transform: scale(1.02);
    text-decoration: none;
  }
}

/* -------------------------------------
        p-fixed-nav
-----------------------------------------*/
.p-fixed-nav {
  position: fixed;
  top: 30px;
  z-index: 20;
  margin-left: -12px;
}
@media screen and (max-width: 767px) {
  .p-fixed-nav {
    margin-left: 0;
  }
}
.p-fixed-nav__item:not(:first-child) {
  margin-top: 10px;
}
.p-fixed-nav__item a {
  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;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  border: 2px solid #FF8900;
  border-left: none;
  color: #FF8900;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-fixed-nav__item a {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
}

@media screen and (max-width: 959px) {
  .l-content-wrap .p-fixed-nav {
    top: 80px;
  }
}

@media screen and (max-width: 959px) {
  .l-content-wrap.fixed .p-fixed-nav {
    top: 80px;
  }
}

/* -------------------------------------
        p-home
-----------------------------------------*/
.p-home {
  border-radius: 10px;
  background-color: #fff;
}
.p-home:not(:first-child) {
  margin-top: 15px;
}
.p-home__top {
  border-radius: 10px 10px 0 0;
}
.p-home__contents {
  border-radius: 0 0 10px 10px;
  display: none;
}
.p-home__contents.is-open {
  display: block;
}
.p-home__simulation {
  width: 78.666%;
  margin: 18px auto 0;
}
.p-home__room {
  background-color: #F9F9F9;
  padding-bottom: 8px;
}
.p-home__room-inner {
  width: 78.6%;
  background-color: #F9F9F9;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__room-inner {
    width: 85%;
  }
}
.p-home__room-titlewrap {
  background-color: #fff;
  padding: 27px 0;
}
.p-home__room-title {
  width: 75.356%;
  background-color: #fff;
  margin: 0 auto;
}
.p-home__tap {
  max-width: 140px;
  width: 40%;
  margin: 6px auto 16px;
}
.p-home__extent {
  width: 71.225%;
  margin: 0 auto;
}
.p-home__btn {
  padding: 20px 5px 5px;
  border-radius: 0 0 10px 10px;
}
.p-home__btn.is-open {
  background-color: #F9F9F9;
}
.p-home .plan-slct-btn {
  position: relative;
  top: -20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-home .plan-slct-btn {
    top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .p-home .plan-slct-btn {
    top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .p-home .plan-slct-btn {
    top: -15px;
  }
}
.p-home .plan-slct-btn ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border-radius: 10px;
}
.p-home .plan-slct-btn ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  min-height: 39px;
  background: #fff;
  line-height: 1.2;
  padding: 0.1em 0.1em;
}
@media screen and (max-width: 500px) {
  .p-home .plan-slct-btn ol li {
    padding: 0.15em 0.1em;
  }
}
@media screen and (max-width: 360px) {
  .p-home .plan-slct-btn ol li {
    font-size: 14px;
  }
}
.p-home .plan-slct-btn ol li:not(:first-child) {
  border-left: none;
}
.p-home .plan-slct-btn ol .plan-slct-btn__01 {
  border-radius: 8px 0 0 8px;
}
.p-home .plan-slct-btn ol .plan-slct-btn__03 {
  border-radius: 0 8px 8px 0;
}
.p-home .plan-slct-btn ol li.on::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0;
}
@media screen and (max-width: 500px) {
  .p-home .plan-slct-btn ol li.on::before {
    width: 1em;
    height: 0.5em;
    bottom: -0.5em;
  }
}
.p-home .btn-popup-close {
  margin: 0 0 0 auto;
}
.p-home .btn-popup-close span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translate(1px, 10px) rotate(45deg);
}
.p-home .btn-popup-close span:nth-of-type(2) {
  -webkit-transform: translateY(10px) rotate(135deg);
  transform: translate(1px, 10px) rotate(135deg);
}
.p-home .plan-box {
  margin-top: 5px;
}
.p-home .tool-num {
  border-radius: 3em;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-weight: 700;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  margin-top: -1em;
  margin-left: -1em;
  padding-top: 0.1em;
}
@media screen and (max-width: 500px) {
  .p-home .tool-num {
    border: 2px solid #fff;
    width: 1.8em;
    height: 1.8em;
    font-size: 13px;
    line-height: 1;
  }
}
.p-home .plan-popup {
  max-width: 506px;
  border-radius: 10px;
}
.p-home .plan-popup .tool-num {
  position: relative;
  font-size: 25px;
  margin-left: 0.1em;
}
.p-home .plan-popup p {
  font-size: 16px;
  line-height: 1.69;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .p-home .plan-popup p {
    font-size: 13px;
  }
}
.p-home .plan-popup header h3 {
  margin: 9px 0 16px;
}

.p-home--01 .plan-popup {
  border: 2px solid #F5C539;
}
.p-home--01 .plan-slct-btn ol li {
  color: #F5C539;
  border: 2px solid #F5C539;
}
.p-home--01 .plan-slct-btn ol li.on, .p-home--01 .plan-slct-btn ol li.mul-on {
  background: #F5C539;
  color: #fff;
}
.p-home--01 .plan-slct-btn ol li.on::before, .p-home--01 .plan-slct-btn ol li.mul-on::before {
  background-image: url(../images/icon/icon_triangle01.png);
}
.p-home--01 .tool-num {
  background: #F5C539;
}
.p-home--01 .plan-box--0101 .tool-num.tool-num-01 {
  top: 37%;
  left: 52%;
}
.p-home--01 .plan-box--0101 .tool-num.tool-num-02 {
  top: 54%;
  left: 46%;
}
.p-home--01 .plan-box--0101 .tool-num.tool-num-03 {
  top: 51%;
  left: 19%;
}
.p-home--01 .plan-box--0101 .tool-num.tool-num-04 {
  top: 19%;
  left: 36%;
}
.p-home--01 .plan-box--0101 .tool-num.tool-num-07 {
  top: 60.8%;
  left: 44%;
}
.p-home--01 .plan-box--0102 .tool-num.tool-num-05 {
  top: 86%;
  left: 37%;
}
.p-home--01 .plan-box--0102 .tool-num.tool-num-06 {
  top: 81%;
  left: 67%;
}

.p-home--02 .plan-popup {
  border: 2px solid #BE82AD;
}
.p-home--02 .plan-slct-btn ol li {
  color: #BE82AD;
  border: 2px solid #BE82AD;
}
.p-home--02 .plan-slct-btn ol li.on {
  background: #BE82AD;
  color: #fff;
}
.p-home--02 .plan-slct-btn ol li.on::before {
  background-image: url(../images/icon/icon_triangle02.png);
}
.p-home--02 .tool-num {
  background: #BE82AD;
}
.p-home--02 .plan-box--0201 .tool-num.tool-num-01 {
  top: 49%;
  left: 76%;
}
.p-home--02 .plan-box--0201 .tool-num.tool-num-02 {
  top: 22%;
  left: 54%;
}
.p-home--02 .plan-box--0201 .tool-num.tool-num-03 {
  top: 56%;
  left: 52%;
}
.p-home--02 .plan-box--0201 .tool-num.tool-num-07 {
  top: 22%;
  left: 18.5%;
}
.p-home--02 .plan-box--0201 .tool-num.tool-num-08 {
  top: 46%;
  left: 32%;
}
.p-home--02 .plan-box--0201 .tool-num.tool-num-09 {
  top: 78%;
  left: 80%;
}
.p-home--02 .plan-box--0202 .tool-num.tool-num-04 {
  top: 52%;
  left: 21%;
}
.p-home--02 .plan-box--0202 .tool-num.tool-num-05 {
  top: 75%;
  left: 45%;
}
.p-home--02 .plan-box--0202 .tool-num.tool-num-06 {
  top: 47%;
  left: 42.5%;
}

.p-home--03 .plan-popup {
  border: 2px solid #92C9CD;
}
.p-home--03 .plan-slct-btn ol li {
  color: #BE82AD;
  border: 2px solid #92C9CD;
  cursor: auto;
  width: 28%;
}
.p-home--03 .plan-slct-btn ol li.on {
  background: #92C9CD;
  color: #fff;
}
.p-home--03 .plan-slct-btn ol li.on::before {
  background-image: url(../images/icon/icon_triangle03.png);
}
.p-home--03 .plan-slct-btn ol .plan-slct-btn__01 {
  border-radius: 8px;
}
.p-home--03 .tool-num {
  background: #92C9CD;
}
.p-home--03 .plan-box--03 .tool-num.tool-num-01 {
  top: 62%;
  left: 38%;
}
.p-home--03 .plan-box--03 .tool-num.tool-num-02 {
  top: 39%;
  left: 19%;
}
.p-home--03 .plan-box--03 .tool-num.tool-num-03 {
  top: 33%;
  left: 37%;
}
.p-home--03 .plan-box--03 .tool-num.tool-num-04 {
  top: 85%;
  left: 38%;
}
.p-home--03 .plan-box--03 .tool-num.tool-num-05 {
  top: 43%;
  left: 74%;
}
.p-home--03 .plan-box--03 .tool-num.tool-num-06 {
  top: 87%;
  left: 65%;
}

.plan-popup header {
  height: auto;
}

/* -------------------------------------
      p-application
-----------------------------------------*/
.p-application {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 16px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .p-application {
    font-size: 12px;
  }
}
.p-application__head {
  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: 40px;
  background-color: #6E6B60;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 24px 0 8px;
}
@media screen and (max-width: 500px) {
  .p-application__head {
    font-size: 12px;
    height: 30px;
  }
}
.p-application__head img {
  display: inline-block;
  width: 8px;
  margin-left: 6px;
}
.p-application__inner {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .p-application__inner {
    padding: 15px;
  }
}
.p-application__inner.is-open {
  display: block;
}
.p-application__title {
  color: #EC6D61;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .p-application__title {
    font-size: 12px;
  }
}
.p-application__item:not(:first-child) {
  margin-top: 30px;
}
.p-application li {
  font-size: 16px;
  line-height: 1.58;
}
@media screen and (max-width: 500px) {
  .p-application li {
    font-size: 12px;
  }
}
.p-application li::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FFA29A;
  background-color: #EC6D61;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .p-application li::before {
    width: 10px;
    height: 10px;
  }
}
.p-application p {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-application p {
    font-size: 12px;
  }
}
.p-application a {
  text-decoration: underline;
  color: #1991F7;
}

/* -------------------------------------
        p-banner-area
-----------------------------------------*/
.p-banner-area {
  background-color: #fff;
  padding: 60px 0 60px;
}
.p-banner-area__head {
  padding: 0 10px;
}
.p-banner-area__content {
  padding: 0 4px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-banner-area__content {
    padding: 0 2px;
  }
}
.p-banner-area__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-banner-area__item {
  width: calc(50% - 5px);
}
.p-banner-area figure {
  margin: 0;
}
.p-banner-area__img a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-banner-area__img a:hover {
  opacity: 0.7;
}
.p-banner-area__bottom {
  margin-top: 10px;
}

/* -------------------------------------
        p-movie
-----------------------------------------*/
.p-movie {
  margin-top: 30px;
}
.p-movie__item {
  position: relative;
  background-color: #FFF9E0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(10, 13, 36, 0.16);
          box-shadow: 0px 3px 6px rgba(10, 13, 36, 0.16);
  padding: 8px;
}
@media screen and (max-width: 500px) {
  .p-movie__item {
    padding: 5px;
  }
}
.p-movie__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -22px;
  left: -10px;
  width: 75px;
  height: 75px;
  /* background-image: url(../images/icon/icon_new.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.p-movie__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .p-movie__item:not(:first-child) {
    margin-top: 20px;
  }
}
.p-movie__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.p-movie__movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__text {
  color: #EA5212;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .p-movie__text {
    font-size: 14px;
    padding: 12px 0;
  }
}
.p-movie__under {
  margin-top: 35px;
}
@media screen and (max-width: 500px) {
  .p-movie__under {
    margin-top: 25px;
  }
}
.p-movie__under-title {
  width: 67.9487%;
  margin: 0 auto;
}
.p-movie__under__link {
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .p-movie__under__link {
    margin-top: 12px;
  }
}
.p-movie__under__link a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-movie__under__link a:hover {
  opacity: 0.7;
}
.p-movie__img {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(10, 13, 36, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(10, 13, 36, 0.16));
  margin-top: 40px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-movie__img:hover {
  opacity: 0.7;
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

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

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-fs10 {
  font-size: 10px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

@media screen and (max-width: 360px) {
  .u-spfs14 {
    font-size: 14px !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #FF8900;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.breadcrumb {
  background-color: #fff;
  z-index: 100;
}

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

.u-zindex-20 {
  position: relative;
  z-index: 20 !important;
}/*# sourceMappingURL=style.css.map */





/* -------------------------------------
        スライダー
-----------------------------------------*/
@media (min-width: 1024px) {
  .swiper-custom .swiper-slide {
    width: 200px;
  }

  .swiper-custom .card .card-info {
    text-align: left;
    padding: 10px;
    line-height: 1;
  }

  .swiper-custom .card .card-info .card-text {
    font-size: 12px;
  }

  .swiper-custom .card .card-info .card-title {
    font-size: 14px;
  }

  .btn-basic {
    font-size: 14px;
    padding: 1.25em 2em;;
  }

  .swiper-button-next,
  .swiper-button-prev{
    width: 18px; height: 30px;
    background-size: 18px 30px;
  }

  .swiper-custom .swiper-button-next { right: 10px;}
  .swiper-custom .swiper-button-prev { left: 10px;}
}








/* -------------------------------------
        more_box
-----------------------------------------*/
.more_box { position: relative;}

.more_contents {
	height: 130px;
	overflow: hidden;
}

.more_contents section:last-child { margin-bottom: 60px;}

.show_more {
  padding-top: 78px;
  position: absolute; bottom: 0; left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgb(245, 245, 245, 0.2) 0%, rgb(245, 245, 245, 1) 40%);
  cursor: pointer;
  transition: bottom 0.2s;
}

.show_more.active { background: none;}

.p-section--01  .show_more.active { background: none;}

.show_more::before {
  content: '';
  position: absolute;
  bottom: 0px; left: 50%;
  transform: translateX(-50%);
}



@media screen and (min-width: 768px) {
  .show_more::before {
    width: 100%; height: 40px;
    background: url(../images/common/accordion_open.png) no-repeat;
    background-size: 100% auto;
  }
  .show_more.active::before {
    background: url(../images/common/accordion_close.png) no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .show_more::before {
    width: 100%; height: 40px;
    background: url(../images/common/accordion_open.png) no-repeat;
    background-size: 100% auto;
  }
  .show_more.active::before {
    background: url(../images/common/accordion_close.png) no-repeat;
    background-size: 100% auto;
  }
}


/* -------------------------------------
        footer
-----------------------------------------*/
.footer_logo { padding-bottom: 100px;}

.sp_topcta img { width: auto;}

.modelhouseSearch_note { margin-top: 24px;}




/* -------------------------------------
        PC/SP非表示
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .pc_non { display: none;}
}
@media screen and (max-width: 767px) {
  .sp_non { display: none;}
}


/* -------------------------------------
        パーツ
-----------------------------------------*/
.fw_500 { font-weight: 500;}