@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}
.main {
  overflow: clip;
  position: relative;
  border-bottom: none;
}
.othercontentsWrap {
  background-color: #f4eee7;
}
@media all and (min-width: 681px) {
  .head {
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.3s ease;
  }
  .main {
    padding-top: 0;
  }
  .pageScroll .head {
    background-color: rgba(255, 255, 255, 1);
  }
}
@media all and (max-width: 680px) {
  .foot {
    padding-bottom: 60px;
  }
}

/* mv
***************************************************************/
.mv {
  width: 100%;
  height: 730px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}
.mv_text1 {
  width: 100px;
  position: relative;
  left: 0;
  right: 0;
  top: 34px;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .mv {
    background-image: url(../../img/sugopura/mv.jpg);
  }
}
@media all and (max-width: 680px) {
  .mv {
    background-image: url(../../img/sugopura/mv_sp.jpg);
    height: calc((497 / 375) * 100vw);
  }
  .mv_text1 {
    width: 66.22px;
    top: 0;
  }
}
@media all and (max-width: 370px) {
}

/* form_section
***************************************************************/
.form_section {
  background-color: #f4eee7;
  padding: 150px 0 0;
  border-bottom: 1px solid #908679;
}
.form_section_tit1 {
  color: #595754;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 15px;
  margin-bottom: 70px;
  position: relative;
}
.form_section_tit1::after {
  content: "";
  background-color: #908679;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .form_section {
    padding: 60px 0 0;
  }
  .form_section_tit1 {
    font-size: 22px;
    padding-bottom: 14px;
    margin-bottom: 40px;
  }
  .form_section_tit1::after {
    width: 40px;
  }
}
@media all and (max-width: 370px) {
}

/* フォーム
***************************************************************/
input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
  background-color: #e9ded1;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
.mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:before {
  background-color: transparent;
}
.formContents.radioClm1 {
  display: flex;
  flex-flow: wrap;
  gap: 12px 20px;
}
.formContents.radioClm1 .mwform-checkbox-field {
  width: calc((100% - 40px) / 3);
  font-size: 15px;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
  .page-conceptjyutaku .formFlow {
    background-image: url(../../img/form/flow_01_pc2.svg);
  }
  .page-check .formFlow {
    background-image: url(../../img/form/flow_02_pc2.svg);
  }
  .page-thanks .formFlow {
    background-image: url(../../img/form/flow_03_pc2.svg);
  }
}
@media all and (max-width: 680px) {
  .page-conceptjyutaku .formFlow {
    background-image: url(../../img/form/flow_01_sp2.svg);
  }
  .page-check .formFlow {
    background-image: url(../../img/form/flow_02_sp2.svg);
  }
  .page-thanks .formFlow {
    background-image: url(../../img/form/flow_03_sp2.svg);
  }

  .formContents.radioClm1 {
    gap: 10px 20px;
  }
  .formContents.radioClm1 .mwform-checkbox-field {
    width: calc((100% - 20px) / 2);
    font-size: 13px;
  }
  .formContents.radioClm1 .mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
  .formContents.radioClm1 .mwform-checkbox-field input[type="checkbox"] + .mwform-checkbox-field-text:before {
    top: 0;
  }
}
@media all and (max-width: 370px) {
}

/* about
***************************************************************/
.about {
  background-color: #f4eee7;
  padding: 110px 0 150px;
}
.about_tit1 {
  color: #908679;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
.about_tit1::after {
  content: "";
  background-color: #908679;
  width: 38px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about_tit2 .t1 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.about_tit2 .t2 {
  display: block;
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: calc(62.9 / 37px);
  margin-top: 15px;
}
.about_txt1 {
  margin-top: 50px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: calc(34 / 17);
}
.about_txt1 + .about_txt1 {
  margin-top: 30px;
}
.about_txt2 {
  width: 709px;
  margin: 70px auto 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .about {
    padding: 60px 0;
  }
  .about_tit1 {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .about_tit1::after {
    height: 2px;
  }
  .about_tit2 .t1 {
    font-size: 16px;
  }
  .about_tit2 .t2 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: calc(37.4 / 22px);
    margin-top: 10px;
  }
  .about_txt1 {
    margin-top: 30px;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0;
    line-height: calc(30 / 15);
    padding: 0 30px;
  }
  .about_txt1 + .about_txt1 {
    margin-top: 25px;
  }
  .about_txt2 {
    width: 323px;
    margin-top: 52px;
  }
}
@media all and (max-width: 370px) {
}

/* about_comment
***************************************************************/
.about_comment {
  width: 988px;
  height: 490px;
  margin: 72px auto 0;
  position: relative;
}
.about_comment_item {
  position: absolute;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.scrollin .about_comment_item {
  transform: scale(1);
}
.about_comment_item.item1 {
  width: 235.47px;
  top: 26px;
  left: 134px;
  transition-delay: 0.6s;
}
.about_comment_item.item2 {
  width: 320.81px;
  top: 0;
  left: 405px;
  transition-delay: 0.8s;
}
.about_comment_item.item3 {
  width: 178px;
  top: 164px;
  left: 0;
  transition-delay: 1s;
}
.about_comment_item.item4 {
  width: 258px;
  top: 136px;
  left: 335px;
  transition-delay: 1.2s;
}
.about_comment_item.item5 {
  width: 265.2px;
  top: 128px;
  left: 605px;
  transition-delay: 1.4s;
  z-index: 1;
}
.about_comment_item.item6 {
  width: 320.81px;
  top: 209px;
  left: 125px;
  transition-delay: 1.6s;
}
.about_comment_item.item7 {
  width: 266px;
  top: 245px;
  left: 460px;
  transition-delay: 1.8s;
}
.about_comment_item.item8 {
  width: 235.6px;
  top: 202px;
  left: 753px;
  transition-delay: 2s;
}
.about_comment_item.item9 {
  width: 353.22px;
  top: 353px;
  left: 63px;
  transition-delay: 2.2s;
}
.about_comment_item.item10 {
  width: 263.68px;
  top: 336px;
  left: 432px;
  transition-delay: 2.4s;
}
.about_comment_item.item11 {
  width: 202px;
  top: 369px;
  left: 707px;
  transition-delay: 2.6s;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .about_comment {
    width: 375px;
    height: 677px;
    margin-top: 42px;
  }
  .about_comment_item.item1 {
    width: 187.69px;
    top: 0;
    left: 7px;
  }
  .about_comment_item.item2 {
    width: 196.03px;
    top: 43px;
    left: 172px;
  }
  .about_comment_item.item3 {
    width: 178px;
    top: 361px;
    left: 36px;
    z-index: 1;
  }
  .about_comment_item.item4 {
    width: 141px;
    top: 132px;
    left: 24px;
  }
  .about_comment_item.item5 {
    width: 194.9px;
    top: 167px;
    left: 172px;
  }
  .about_comment_item.item6 {
    width: 214.45px;
    top: 221px;
    left: -7px;
    z-index: 1;
  }
  .about_comment_item.item7 {
    width: 154px;
    top: 524px;
    left: 206px;
    z-index: 1;
  }
  .about_comment_item.item8 {
    width: 178.56px;
    top: 266px;
    left: 206px;
  }
  .about_comment_item.item9 {
    width: 289.06px;
    top: 540px;
    left: -23px;
  }
  .about_comment_item.item10 {
    width: 196.03px;
    top: 390px;
    left: 197px;
  }
  .about_comment_item.item11 {
    width: 202px;
    top: 442px;
    left: -7px;
  }
}
@media all and (max-width: 370px) {
}

/* concept
***************************************************************/
.concept {
  padding: 175px 0 280px;
}
.concept_tit1 {
  color: #595754;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
.concept_tit1::after {
  content: "";
  background-color: #908679;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .concept_inner {
    padding-right: calc((100% - 1090px) / 2);
    display: flex;
    justify-content: flex-end;
    gap: 0 5.417vw;
    position: relative;
  }
  .concept_in1 {
    width: 250px;
  }
  .concept_in2 {
    width: 800px;
  }
}
@media all and (max-width: 680px) {
  .concept {
    padding: 60px 0 76px;
  }
  .concept_tit1 {
    font-size: 22px;
    padding-bottom: 14px;
    margin-bottom: 25px;
  }
  .concept_tit1::after {
    width: 40px;
  }
  .concept_in2 {
    padding: 0 25px;
  }
}
@media all and (max-width: 370px) {
}

/* conceptItem
***************************************************************/
.conceptItem {
  width: 100%;
  margin-top: 60px;
}
.conceptItem_tit1 {
  border-bottom: 1px solid #908679;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.conceptItem_tit1 .label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #b8b2aa;
  margin-bottom: 5px;
}
.conceptItem_tit1 .tit {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.conceptItem_movie_wrap {
  width: 100%;
  position: relative;
}
.conceptItem_movie_video {
  width: 100%;
  height: auto;
  display: block;
}
.conceptItem_movie_play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../../movie/play.svg) no-repeat center / 93.6px;
  cursor: pointer;
}
.conceptItem_movie_wrap.is-playing .conceptItem_movie_play {
  display: none;
}
.conceptItem_box1 {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.conceptItem_box1_tit {
  font-size: 24px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(37 / 24);
}
.conceptItem_box1_txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
}
.conceptItem_box1_img {
  width: 293px;
}
.conceptItem_box2 {
  margin-top: 40px;
  display: flex;
  gap: 0 10px;
}
.conceptItem_box2_img {
  width: 100%;
}
.conceptItem_anchor {
  width: 329px;
  height: 62px;
  margin: 40px auto 0;
  color: #fff;
  background-color: #879ca7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media all and (min-width: 681px) {
  .conceptItem_anchor:hover {
    background-color: #78878e;
  }
  .conceptItem_box1_img.img1 {
    width: 292px;
  }
  .conceptItem_box1_img.img2 {
    width: 307px;
  }
  .conceptItem_box1_img.img3 {
    width: 264px;
  }
  .conceptItem_box1_img.img4 {
    width: 346px;
  }
  .conceptItem_box1_img.img5 {
    width: 290px;
    margin-right: 69px;
  }
  .conceptItem_box1_img.img6 {
    width: 346px;
  }
  .conceptItem_box1_img.img7 {
    width: 100%;
    margin-top: 40px;
  }
  .conceptItem_box1_img.img8 {
    width: 355px;
  }
  .conceptItem_box1_img.img9 {
    width: 314px;
  }
  .conceptItem_box1_img.img10 {
    width: 314px;
  }
  .conceptItem_box1_img.img11 {
    width: 373px;
  }
  .conceptItem_box1_img.img12 {
    width: 251px;
  }
  .conceptItem_box1_img.img13 {
    width: 241px;
  }
  .conceptItem_box1_img.img14 {
    width: 324px;
  }
  .conceptItem_box1_img.img15 {
    width: 405px;
  }
  .conceptItem_box1_img.img16 {
    width: 408px;
  }
  .conceptItem_box1_img.img17 {
    width: 310px;
  }
  .conceptItem_box1_img.img18 {
    width: 298px;
  }
}
@media all and (max-width: 680px) {
  .conceptItem {
    width: 100%;
    padding-top: 10px;
    margin-top: 60px;
  }
  .conceptItem_tit1 {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .conceptItem_tit1 .label {
    font-size: 12px;
  }
  .conceptItem_tit1 .tit {
    font-size: 24px;
  }
  .conceptItem_movie_play {
    background-size: 81.12px;
  }
  .conceptItem_movie_wrap.is-playing .conceptItem_movie_play {
    display: none;
  }
  .conceptItem_box1 {
    padding-top: 25px;
    display: block;
  }
  .conceptItem_box1_tit {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: calc(34 / 20);
  }
  .conceptItem_box1_txt {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .conceptItem_box1_img {
    width: 100%;
    margin-top: 20px;
  }
  .conceptItem_box1_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .conceptItem_box2 {
    margin-top: 5px;
    display: flex;
    flex-flow: column;
    gap: 5px 0;
  }
  .conceptItem_box2_img img {
    width: 100%;
  }
  .conceptItem_anchor {
    width: 271px;
    height: 62px;
    margin-top: 30px;
    font-size: 14px;
  }
}
@media all and (max-width: 370px) {
}

/* conceptNav_list
***************************************************************/
.conceptNav_list {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  gap: 1px 0;
}
.conceptNav_list .link1 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  color: #908679;
  background-color: #dedede;
  padding-left: 17px;
}
.conceptNav_list .link1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #908679;
  border-bottom: 1px solid #908679;
  transform: rotate(45deg);
  transition: border 0.3s ease;
}
.conceptNav_list .link1.active::after {
  border-color: #fff;
}
.conceptNav_list .link1 .t1 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  width: 80px;
}
.conceptNav_list .link1 .t2 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media all and (min-width: 681px) {
  .conceptNav {
    padding-top: 60px;
    position: sticky;
    top: 30px;
    left: 0;
  }
  .conceptNav_list .link1.active {
    background-color: #908679;
    color: #fff;
  }
  .conceptNav_list .link1:hover {
    background-color: #908679;
    color: #fff;
  }
  .conceptNav_list .link1:hover::after {
    border-color: #fff;
  }
}
@media all and (max-width: 680px) {
  .conceptNav_list {
    display: flex;
    flex-flow: wrap;
    gap: 1px;
  }
  .conceptNav_list .li1 {
    width: calc((100% - 2px) / 3);
  }
  .conceptNav_list .link1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2px 0;
    padding-left: 0;
    height: 40px;
  }
  .conceptNav_list .link1::after {
    right: 7px;
    width: 7px;
    height: 7px;
  }
  .conceptNav-fix .conceptNav_list .link1.active {
    background-color: #908679;
    color: #fff;
  }
  .conceptNav_list .link1 .t1 {
    font-size: 10px;
    text-align: center;
    width: 100%;
  }
  .conceptNav_list .link1 .t2 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
  }
}
@media all and (max-width: 370px) {
}

/* conceptNav-fix
***************************************************************/
.conceptNav-fix {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.conceptNav-fix_dt {
  width: 100%;
  height: 60px;
  background-color: #908679;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
}
.conceptNav-fix_dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-135deg);
  transition: border 0.3s ease;
}
.conceptNav-fix_dt.on::after {
  top: -4px;
  transform: rotate(45deg);
}
.conceptNav-fix_dd {
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
