@charset 'UTF-8';
/***************************************
モデルハウス用
***************************************/
html {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 500px) {
  html {
    font-size: 15px;
  }
}
body {
  margin: 0;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  text-align: left;
}
/***************************************
モデルハウス用
***************************************/
.main_wrap {
  position: relative;
  background-color: #f7f7f4;
  color: #363a40;
  margin: 0 auto;
}
.main_top_block {
  display: none;
}
@media screen and (min-width: 768px) {
  .main_wrap {
    width: 400px;
    margin-right: 0;
  }
  .main_wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../images/page/model_lp/back_img.webp?251120a");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top_block {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .main_top_txtbox {
    display: flex;
    position: fixed;
    top: 4%;
    left: 4%;
    width: 28%;
  }
  .main_top_txt {
    font-size: 0.66rem;
    color: #fff;
    margin-bottom: 0;
  }
  .main_top_contents {
    display: block;
    position: fixed;
    top: 20px;
    width: calc(100% - 400px);
  }
  .main_top_logo {
    display: block;
    width: 120px;
  }
  .main_top_list > ul {
    margin-bottom: 1.8rem;
  }
  .main_top_list > ul > li {
    margin-bottom: 1rem;
  }
  .main_top_list > ul > li:last-child {
    margin-bottom: 0;
  }
  .main_top_list_item {
    letter-spacing: 0.05em;
    color: #fff;
    transition: all 0.5s;
  }
  .main_top_list_item:hover {
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
  }
  .main_top_sns_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    transition: all 0.5s;
  }
  .main_top_sns_img:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .main_top_sns_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .main_top_policy {
    position: fixed;
    bottom: 11%;
    left: 4%;
  }
  .main_top_policy_txt {
    font-size: 0.65rem;
    letter-spacing: 0;
    display: block;
    color: #fff;
    transition: all 0.5s;
  }
  .main_top_policy_txt:hover {
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
  }
  .main_top_copy {
    font-size: 0.65rem;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    color: #fff;
    position: fixed;
    bottom: 5%;
    left: 7.5%;
  }
}
@media screen and (min-width: 768px) {
  .main_wrap {
    margin-top: 20px;
    margin-right: 9%;
    margin-bottom: 20px;
  }
  .main_top_txtbox {
    width: auto;
    left: 5%;
  }
  .main_top_contents {
    left: 5%
  }
  .main_top_copy {
    font-size: 0.73rem;
    left: 5%
  }
}
@media screen and (min-width: 992px) {
  .main_top_copy {
    left: 7.5%
  }
}
/*||アニメーション||*/
@media screen and (min-width: 768px) {
  .main_wrap_inner {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_top_txtbox {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_top_list_wrap {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_top_policy {
    bottom: 2.5%;
  }
  .main_top_copy {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_wrap_inner {
    animation: catch_anime 1.0s forwards 0.2s;
  }
  .main_top_txtbox {
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
  .main_top_list_wrap {
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
  .main_top_copy {
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes catch_anime_normal {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .main_top_contents {
    left: 7.5%;
  }
}
@media screen and (min-width: 1200px) {
  .main_wrap {
    width: 500px;
    margin-right: 13%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .main_top_contents {
    left: 13%;
  }
  .main_top_copy {
    left: 13%;
  }
  .main_top_contents {
    top: 50px;
  }
  .main_top_logo {
    width: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .main_top_contents {
    left: 20%;
  }
  .main_top_copy {
    left: 20%;
  }
  .main_wrap {
    margin-right: 20%;
  }
}
/*******************************
共通
*******************************/
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
  padding: 0;
}
li {
  list-style-position: inside;
}
.mb0 {
  margin-bottom: 0 !important;
}
.f-eng {
  font-family: "Arimo", sans-serif;
}
.j-font {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", serif;
  font-weight: 400;
}
/***************************************
header
***************************************/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out, color 0.4s;
  -o-transition: all 0.4s ease-in-out, color 0.4s;
  transition: all 0.4s ease-in-out, color 0.4s;
}
#header .header-flex {
  width: 90%;
  margin: 1.2rem auto 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
#header .scroll_logo img {
  transition: .3s;
}
@media screen and (min-width: 768px) {
  #header {
    width: 400px;
    left: auto;
    position: fixed;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    width: 500px;
  }
  #header .header-flex {
    margin: 1.6rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  #header.scrolled .scroll_logo img {
    filter: invert(1);
    transition: .3s;
  }
}
body.fixed {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* CONTAINER  */
.header_container {
  width: 100%;
  padding-right: 7%;
  padding-left: 5%;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_container {
    width: 93.33%;
    padding: 0;
    margin: 0 auto;
  }
}
/*logo*/
.scroll_logo {
  width: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 889;
  transition: .4s;
}
/* TRIGGER */
.menu-trigger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
}
.menu-trigger span {
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 9px;
}
.menu-trigger.tgl-active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.tgl-active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #header.scrolled .menu-trigger span {
    background-color: #000;
    transition: .3s;
  }
  #header.show-toggle .menu-trigger span {
    background-color: #fff;
  }
}
/* MENU TOGGLE */
.togglewrap {
  padding-bottom: 9.23rem;
}
.menu-toggle {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.2s ease-in-out;
  background-color: #323232;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.menu-toggle.active {
  z-index: 899;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 14px;
  }
  .menu-trigger span {
    width: 40px;
  }
  .menu-trigger {
    height: 40px;
    width: 40px;
  }
}
/*toggle-inner*/
.menu-toggle__inner {
  padding: 8rem 0;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.toggle_nav a {
  display: inline-block;
  padding-bottom: 1.2rem;
  color: #fff;
}
.toggle_nav a:hover {
  text-decoration: none;
}
.toggle_nav {
  letter-spacing: 0.08rem;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.menu-toggle.active .header-btn {
  display: block;
  margin-top: 3.5rem;
}
.header-btn a.vm {
  margin-bottom: 1rem;
  background: #fff;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  color: #323232;
  text-decoration: none;
  transition: .3s;
}
.header-btn a.vm:hover {
  text-decoration: none;
  color: #323232;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .menu-toggle__inner {
    padding: 13rem 0 8rem;
  }
}
@media screen and (min-width: 992px) {
  .header_right .header-btn a:first-child {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
}
/***************************************
MV
***************************************/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 500px;
  z-index: 0;
}
#main_sd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv-slider_block {
  position: relative;
  height: 100%;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  padding: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.fv-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 500px) {
  #main_sd {
    margin-bottom: 25px;
  }
}
/**************************************
/* fv_txt_box
***************************************/
.fv_txt_box {
  width: 85%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  color: #fff;
}
.fv_txt1 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.fv_txt2 {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #b0b0b0;
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: 0.2rem;
}
.fv_txt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*||SCROLL||*/
.fv_scroll {
  line-height: 1;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.fv_scroll_txt {
  font-size: 0.66rem;
  letter-spacing: 0;
  color: #fff;
  transition: all 0.5s;
}
.fv_scroll_txt:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .fv_scroll {
    bottom: 3.1rem;
  }
  .fv_scroll_txt {
    font-size: 0.86rem;
  }
  .fv_txt1 {
    font-size: 2rem;
  }
  .fv_txt2 {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}
/*YouTube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 70.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*container*/
.container85 {
  width: 85%;
  margin: 0 auto;
}
/**************************************
/* CONTENTS
***************************************/
.back-fff {
  background: #fff;
}
.model-about-wrap {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.model-about-wrap .m-title {
  margin-bottom: 2rem;
}
.model-about-wrap .mt1 {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.model-about-wrap .mt2 {
  font-size: 1.5rem;
}
.model-about-wrap .txt1 {
  font-size: 0.9rem;
  line-height: 2.2;
}
.model-about-wrap .model-table {
  margin-top: 3.5rem;
}
.model-about2-wrap .txt {
  margin: 4rem auto 4.5rem;
  width: 85%;
}
.model-about2-wrap .txt1 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.model-about2-wrap .txt2 {
  font-size: 0.9rem;
  line-height: 2.2;
}
.model-about2-wrap .img-block1 {
  width: 65%;
  margin-left: auto;
  margin-right: 7.5%;
}
.model-about2-wrap .img-block2 {
  width: 48%;
  margin-top: 3rem;
  margin-left: 0;
}
.model-about2-wrap {
  padding-bottom: 6rem;
}
.model-about3-wrap {
  padding: 5rem 0 7rem;
}
.model-about3-wrap .txt1 {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 2rem;
}
.model-about3-wrap ul {
  margin-bottom: 3rem;
}
.model-about3-wrap ul li {
  background: #fff;
  padding: 1.7rem 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.9;
  margin-bottom: 0.5rem;
}
.model-about3-wrap ul li:last-child {
  margin-bottom: 0;
}
.model-about3-wrap ul li .icon-check {
  display: inline-flex;
  background: #9a9595;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.model-about3-wrap ul li .icon-check img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.model-about3-wrap .txt2, .model-about3-wrap .txt3 {
  line-height: 1.8;
}
.model-about3-wrap .induction-wrap {
  margin: 2rem auto 0;
}
/*induction-wrap*/
a.vm {
  margin-bottom: 1rem;
  background: #323232;
  padding: 1.5rem 4rem;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
	white-space: nowrap;
}
a.vm:hover {
  text-decoration: none;
  color: #fff;
  background: #9a9595;
  transition: .3s;
}
.induction-wrap {
  text-align: center;
  margin: 3.5rem auto 0;
  width: 85%;
}
.induction-wrap .btn-wrap {
  display: inline-block;
  margin: 1.5rem 0 0;
}
/*model-table*/
.model-table table {
  width: 100%;
  font-size: 0.9rem;
}
.model-table table tr:first-child {
  border-top: 1px solid #e6e6e6;
}
.model-table table tr {
  border-bottom: 1px solid #e6e6e6;
}
.model-table table th, .model-table table td {
  padding: 1.5rem 0;
}
.model-table table th {
  width: 25%;
  font-weight: 500;
}
.model-table table td {
  width: 75%;
}
/*model-present*/
.model-present {
  background: #fff;
  color: #323232;
  position: relative;
  font-size: 0.95rem;
  margin-top: 2rem;
}
.model-present .ttl {
  display: inline-block;
  background: #b99d69;
  color: #fff;
  padding: 0.3rem 0.8rem 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
}
.model-present .inner {
  width: 85%;
  margin: 0 auto;
  padding: 2.5rem 0 2.2rem;
}
/*ポイント*/
.model-point-wrap {
  padding: 5rem 0;
}
.model-title-wrap {
  width: 85%;
  margin: 0 auto 2.5rem;
}
.model-title-wrap .txt1 {
  color: #9a9595;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8rem;
}
.model-title-wrap .txt2 {
  font-size: 1.1rem;
}
/* スライダー全体 */
.model-slider {
  position: relative;
  margin: 0;
  padding-bottom: 3.5rem;
  padding-left: 7.5%;
}
/* スライダーアイテム */
.model-slider-item {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 300px; /* 固定幅で見切れを調整 */
  flex-shrink: 0;
  margin-right: 1.8rem;
}
/* 画像 */
.model-slider-item .img img {
  width: 100%;
  display: block;
}
.model-slider-item .img {
  position: relative;
}
.model-slider-item .img::before {
  content: "";
  font-size: 0.85rem;
  position: absolute;
  bottom: 5%;
  right: 4%;
  color: #fff;
  font-family: "Arimo", sans-serif;
  line-height: 1;
}
.model-slider-item.fir .img::before {
  content: "01 / 04";
}
.model-slider-item.sec .img::before {
  content: "02 / 04";
}
.model-slider-item.thi .img::before {
  content: "03 / 04";
}
.model-slider-item.for .img::before {
  content: "04 / 04";
}
/* テキスト */
.msi-txt1 {
  margin: 1.7rem 0 1rem;
  font-size: 1.1rem;
}
.msi-txt2 {
  font-size: 0.85rem;
  line-height: 1.7;
  text-align: justify;
}
/* 矢印カスタム（左下） */
.slider-btn-wrap {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.slider-btn-wrap .slick-prev {
  margin-right: 2rem;
}
.slider-btn-wrap .slick-prev, .slider-btn-wrap .slick-next {
  position: unset;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.slider-btn-wrap .slick-prev img, .slider-btn-wrap .slick-next img {
  object-fit: contain;
}
.slider-btn-wrap .slick-next img {
  transform: scaleX(-1);
}
.slick-prev::before, .slick-next::before {
  display: none !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: none !important;
}
.slick-prev, .slick-next {
  top: auto;
  outline: none;
  background: none;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .model-slider-item {
    width: 380px;
  }
  .model-about-wrap .mt1 {
    font-size: 1.1rem;
  }
  .model-about-wrap .mt2 {
    font-size: 1.85rem;
  }
  .model-outline-wrap {
    width: 85%;
    margin: 0 auto;
  }
  .model-about2-wrap .txt1 {
    font-size: 1.6rem;
  }
  .model-about3-wrap .txt1 {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
  .model-title-wrap .txt2 {
    font-size: 1.25rem;
  }
  .model-title-wrap {
    margin: 0 auto 3rem;
  }
}
/*||PLAN||*/
.model-plan-wrap {
  padding: 5rem 0 7rem;
}
.model-plan-wrap .model-title-wrap {
  width: 100%;
  margin: 0 auto 3.5rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2rem;
}
.model-plan-wrap .model-title-wrap .txt2 {
  margin-bottom: 1.8rem;
}
.model-title-wrap .txt3 {
  text-align: justify;
  font-size: 0.9rem;
}
.model-plan-block {
  margin-bottom: 2.5rem;
}
.model-plan-block .img {
  margin-bottom: 2rem;
}
.model-plan-block .ttl {
  display: inline-block;
  background: #9a9595;
  padding: 0.4rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #fff;
}
.model-plan-block ul {
  text-indent: -1.1rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
}
.model-plan-block ul li {
  margin-bottom: 0.3rem;
}
.model-plan-block ul li:last-child {
  margin-bottom: 0;
}
.model-plan-block ul li span {
  display: inline-block;
  background: #9a9595;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.model-plan-wrap .model-outline-wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .model-plan-wrap .model-title-wrap .txt2 {
    font-size: 1.15rem;
  }
  .model-plan-wrap .model-outline-wrap {
    margin-top: 4rem;
  }
  .model-plan-block {
    margin-bottom: 3rem;
  }
}
/*||STORY||*/
.model-story-wrap {
  padding: 5rem 0 6rem;
}
.model-story-wrap .inner .unit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.model-story-wrap .inner .unit:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.model-story-wrap .inner .unit::after {
  content: "";
  background: #e6e6e6;
  width: 1px;
  height: calc(100% - 70px);
  position: absolute;
  bottom: 0;
  left: 25px;
}
.model-story-wrap .inner .unit:last-child::after {
  display: none;
}
.model-story-wrap .inner .unit .unit-left {
  width: 50px;
  height: 50px;
  background: #83a9bf;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1.05rem;
}
.model-story-wrap .inner .unit:nth-child(2) .unit-left {
  background: #dcc07d;
}
.model-story-wrap .inner .unit:nth-child(3) .unit-left {
  background: #3b3d5b;
}
.model-story-wrap .inner .unit .unit-right {
  width: 80%;
}
.model-story-wrap .inner .unit .unit-right p {
  font-size: 0.9rem;
  text-align: justify;
  margin-top: 1.5rem;
}
/*||GALLERY||*/
.model-gallery-wrap {
  padding: 0rem 0 4rem
}
/*||FAQ||*/
.model-faq-wrap {
  background: #fff;
  padding: 2.5rem 0 4rem;
  margin-bottom: 4.5rem;
}
.model-faq-wrap .tfb-faq-wrap {
  width: 85%;
  margin: 0 auto;
}
.model-faq-wrap .model-title-wrap {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1200px) {
  .model-faq-wrap .tfb-faq-wrap {
    width: 80%;
  }
}
/*clicklist*/
.tgl-clicklist *, .tgl-clicklist *:after, .tgl-clicklist *:before {
  box-sizing: border-box;
}
.tgl-clicklist {
  overflow-x: hidden;
  margin: 0 auto;
  border-top: 1px #e6e6e6 solid;
}
.tgl-clicklist .tgl-clicklist-tab {
  border-bottom: 1px #e6e6e6 solid;
}
.tgl-clicklist label {
  width: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: .3s;
  display: flex;
  align-items: center;
}
.tgl-ct-ttl {
  display: block;
  font-size: 0.9rem;
}
.tgl-clicklist .tgl-clicklist-tab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.4s ease;
  opacity: 0;
  display: flex;
}
.tgl-clicklist .tgl-clicklist-tab input[type=checkbox]:checked ~ .tgl-clicklist-tab-content {
  height: auto;
  opacity: 1;
  padding-bottom: 1.6rem;
}
.tgl-clicklist .tgl-clicklist-tab input[type=checkbox] {
  display: none;
}
.tgl-clicklist label {
  padding: 1.6rem 2.5rem 1.6rem 0;
}
.tgl-ct-ttl, .tgl-answer {
  width: calc(100% - 1.5rem);
}
.Q-icon, .A-icon {
  width: 2.3rem;
  font-size: 1.5rem;
  display: block;
  color: #9a9595;
  line-height: 1.5rem;
}
.Q-icon {
  top: 0;
  position: relative;
}
.tgl-answer {
  padding-right: 2.5rem;
  font-size: 0.9rem;
  text-align: justify;
}
/* tct-tgl-icon */
.tct-tgl-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tct-tgl-icon span::before, .tct-tgl-icon span::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #9a9595;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  top: calc(50% - 1px);
  right: 0;
  border-radius: 2px;
}
.tct-tgl-icon span::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tct-tgl-wrap:checked + label .tct-tgl-icon span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tct-tgl-wrap:checked + label .tct-tgl-icon span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tct-tgl-icon {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/*||OUTLINE||*/
.model-page-outline-wrap {
  margin-top: 7rem;
  padding: 5rem 0 6rem;
}
.model-page-outline-wrap .model-title-wrap {
  width: 100%;
  margin: 0 auto 1.5rem;
}
.model-page-outline-wrap .mo-txt2 {
  font-size: 0.9rem;
  text-align: justify;
}
.model-page-outline-wrap .model-present {
  background: #f7f7f4;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.8;
}
.model-page-outline-wrap .model-outline-wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .mo-txt1 {
    font-size: 1.2rem;
  }
  .model-page-outline-wrap .model-outline-wrap {
    width: 100%;
    margin: 3.5rem 0 0;
  }
}
/**************************************
/* 
***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/**************************************
/* footer
***************************************/
#footer {
  background-color: #323232;
  color: #b4b4b4;
  padding: 3rem 0 2rem;
}
.footer_container {
  width: 85%;
  margin: 0 auto;
}
.footer_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 13rem;
}
.footer_logo {
  display: block;
  width: 100px;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_copy {
  font-size: 0.73rem;
  letter-spacing: 0;
  text-align: right;
}
/************************
/*FORM(お問い合わせ)
************************/
.model-form-wrap {
  padding: 5rem 0;
}
.model-form-wrap .model-title-wrap {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .pg_form_container .section_title_box {
    margin-bottom: 2.5rem;
  }
}
.form-group_2col_wrap_txt {
  font-size: 85%;
  margin-top: 1.2rem;
}
#form-contact_box {
  width: 100%;
}
.pg_contact_txt1 {
  margin-bottom: 0;
}
.pg_contact_txt2 {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.cl-red {
  color: #a52f1f;
  font-size: 1.6rem;
}
.form-group_address #zip3 {
  width: 100%;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
#form-contact_box .form-group {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#form-contact_box .form-group:last-child {
  margin-bottom: 0;
}
#form-contact_box .form-group--break {
  margin: 3.5rem auto 3rem;
}
#form-contact_box .form-group--last {
  margin-bottom: 0;
}
#form-contact_box .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
#form-contact_box .form-item .form-label {
  margin-bottom: 0;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select {
  display: block;
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 23px 30px;
  border: none;
}
.contact_form_back #form-contact_box input, .contact_form_back #form-contact_box textarea, .contact_form_back #form-contact_box select {
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 1rem;
}
#form-contact_box textarea {
  padding-bottom: 16px;
  border-radius: 0;
}
#form-contact_box input[type="checkbox"], #form-contact_box input[type="radio"] {
  width: auto;
  display: inline-block;
}
#form-contact_box .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-group_address_inner {
  width: 100%;
}
#form-contact_box .form-group_address_inner .wpcf7-form-control-wrap {
  width: 100%;
}
#form-contact_box .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.form-group_other_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.other_txt_small {
  font-size: 0.9rem !important;
}
#form-contact_box input[type="submit"] {
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  background-color: #b99d69;
  height: 70px;
  color: #fff;
  border-radius: 40px;
  transition: .3s;
  -webkit-appearance: none;
  appearance: none;
  font-weight: normal !important;
  font-family: inherit !important;
}
#form-contact_box input[type="submit"]:hover {
  background-color: #323232;
  opacity: 1;
  transition: .3s;
}
#form-contact_box input.form-input--half {
  max-width: 430px;
}
#form-contact_box .form-imp__icon {
  color: #b99d69;
  margin-left: -6px;
  font-size: 2.4rem;
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-input__checkbox {
  margin-bottom: 0;
  width: 100%;
}
#form-contact_box .form-input__checkbox .wpcf7-form-control-wrap {
  width: 100%;
}
#form-contact_box .form-input__checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#form-contact_box .form-input__checkbox .wpcf7-list-item.first, #form-contact_box .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
/*#form-contact_box .form-input__checkbox .wpcf7-list-item.first {
  margin-right: 52px;
}*/
#form-contact_box .form-input__checkbox .wpcf7-list-item {
  margin-right: 2rem;
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  line-height: 40px;
  padding-top: 0;
  top: 0;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  padding-left: 75px;
  line-height: 35px;
  padding-top: 0;
  font-size: 0.9375rem;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before, #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  left: 0;
  border: 1px solid rgba(128, 128, 128, 0.25);
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: #323232;
  border: 1px solid #323232;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 19.5px;
  top: 50%;
}
#form-contact_box .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-contact_box .form-p {
  font-size: 0.9rem;
  text-align: left;
}
a.form-group--break_link {
  text-decoration: underline;
  color: #8c8c8c;
  transition: .3s;
}
a.form-group--break_link:hover {
  opacity: 0.8;
  transition: .3s;
}
/*電話番号追加*/
.form_cb_block {
  text-align: center;
  margin-top: 4rem;
}
.form_cb_tel {
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
}
.form_cb_tel span {
  margin-right: 10px;
}
.form_cb_tel a {
  color: #000;
}
.form_cb_time {
  font-size: 1rem;
  margin-bottom: 0;
}
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
  width: 100%;
}
#form-contact_box .form-label_up {
  align-items: flex-start;
}
#form-contact_box .form-label_upmt {
  align-items: flex-start;
	    margin-bottom: 0.3rem;
}
/*プレースホルダー*/
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  font-weight: 500;
}
/* 初期表示（プレースホルダー）の色 */
select option:first-child {
  color: #919191;
}
/* 2つ目以降の選択肢 */
select option:not(:first-child) {
  color: #323232;
}
/* 選択後の表示色（iOS対応） */
select {
  color: #323232; /* 通常ブラウザ */
  -webkit-text-fill-color: #323232; /* iOS Safari */
}
/***************************************
お問い合わせフォーム-日付横並び
***************************************/
#form-contact_box .form-col3 {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
#form-contact_box .form-col3 div {
  width: calc((100% - 30px)/3);
}
#form-contact_box .form-col3 .wpcf7-form-control-wrap {
  width: 100%;
}
#form-contact_box .form-col3 .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
#form-contact_box .form-col3 div select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF
}
#form-contact_box .form-col3 {
  width: 100%;
}
/***************************************
お問い合わせフォーム-日付自動横並び(2col)
***************************************/
#form-contact_box .form-col3.form-col2 div {
  width: calc((100% - 15px)/2);
}
/***************************************
お問い合わせフォーム-ラジオボタン
***************************************/
#form-contact_box .form-input__radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form-contact_box .form-input__radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/***************************************
リキャプチャ
***************************************/
.grecaptcha-badge {
  display: none !important;
}
.reCAPTCHA_p {
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
}
.reCAPTCHA_p a {
  color: #b1b1b1;
  text-decoration: underline;
}
/******PC時menu******/
.sp-none {
  display: none !important;
}
.pc_nav a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0.5rem;
  display: inline-block;
  transition: .3s;
}
.pc_nav a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block !important;
    margin-top: 4rem;
  }
  .pc-none {
    display: none !important;
  }
  .header-btn {
    margin-top: 3.5rem;
  }
  .header-btn a.vm {
    color: #fff;
    background: #b99d69;
  }
  .header-btn a.vm:hover {
    color: #fff;
    background: #323232;
  }
}
@media screen and (min-width: 1600px) {
  .pc_nav a {
    padding-bottom: 0.8rem;
  }
}