@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
input[type="button"], input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff; /* 背景色を白に設定 */
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  font-weight: 500 !important;
}
html {
  overflow-x: hidden;
}
.f-main p {
  letter-spacing: 0.05em;
}
.txt-center {
  text-align: center;
}
.f-main {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
}
.f-main2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.e_font {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.j_font {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}
/* BASE */
img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
img.c-svg-img {
  -o-object-fit: contain;
  object-fit: contain;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
a {
  color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  color: currentColor;
  text-decoration: none;
}
/*container*/
.model-container1 {
  width: 84.61%;
  margin: 0 auto;
  max-width: 1400px;
}
/* UTILITIES */
/* EFFECT */
/*下から出現*/
.effect_box_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(20px) rotate(0deg);
  -ms-transform: translateY(20px) rotate(0deg);
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_up.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*その場で出現*/
.effect_box_spot {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_spot.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/*左から出現*/
.effect_box_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-20px) rotate(0deg);
  -ms-transform: translateX(-20px) rotate(0deg);
  transform: translateX(-20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_left.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*右から出現*/
.effect_box_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(20px) rotate(0deg);
  -ms-transform: translateX(20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_right.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/* COMPONENTS */
/* PAGE LOGO */
.c-logo {
  margin-bottom: 0;
}
.c-logo a, .c-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* SECTION */
.c-section-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-textimg .c-section-img {
  width: 50%;
}
.c-section-textimg .c-section-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-section {
    width: 85%;
  }
}
/* SECTION IMAGE */
.c-section-img {
  position: relative;
}
.c-section-img::before, .c-section-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* SECTION INFO */
.c-section-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* SECTION LIST */
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
}
.c-section-list a, .c-section-list img {
  display: block;
  width: 100%;
}
/* SECTION TITLE */
.c-title1 {
  font-weight: 700;
  font-size: 1.38rem;
  margin-bottom: 0;
}
.c-title1 .f-rale {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  margin-bottom: 20px;
}
.c-title1--center {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-title1 {
    font-size: 1.1rem;
  }
}
/* SECTION PARAGRAPH */
.c-section-p {
  font-weight: 500;
  font-size: 1.23rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .c-section-p {
    font-size: 1rem;
    line-height: 22px;
    text-align: left;
  }
}
/* BTN 1 */
.c-btn1.inf-area3 a {
  padding: 8px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 1.357rem;
  letter-spacing: 0;
}
.c-btn1 .top_bt_ani3 {
  width: 42px;
  margin-left: 30px;
}
.c-btn1 .top_bt_ani3::after {
  height: 8px;
  width: 8px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .c-btn1.inf-area3 a {
    font-size: 0.8rem;
  }
  .c-btn1 .top_bt_ani3 {
    width: 20px;
    margin-left: 10px;
  }
  .c-btn1 .top_bt_ani3::after {
    height: 5px;
    width: 5px;
    top: -2px;
  }
}
/* ICON */
.c-icon1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-icon1::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.l-per .c-icon1::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* LINK */
.c-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1 a {
  font-weight: 500;
  font-size: 1.23rem;
  color: currentColor;
}
/* LINK */
.c-link1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-link1 .c-link1-img img {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
}
.c-link1__inner {
  flex: 1 1 auto;
  text-align: center;
  color: #000;
  width: 60%;
  padding: 0 30px;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
.c-link1-img {
  width: 35.71%;
  flex: 1 1 auto;
  height: 150px;
}
a.c-link1:hover {
  opacity: 1;
}
.pop-txt01 {
  font-size: 0.928rem;
  letter-spacing: 0.15rem;
  display: block;
  background: #000;
  color: #fff;
  padding: 8px;
  margin: 0;
  line-height: 1;
}
.pop-txt02 {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.pop-txt03 {
  color: #828282;
  text-decoration: underline;
  margin: 0;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-link1 .f-rale .c-icon1 {
  margin-top: 0;
  margin-left: 12px;
  padding: 6px;
}
/* scroll */
.anchor-scroll {
  cursor: pointer;
}
/* COPY */
.c-copyright {
  font-size: 0.8rem;
  letter-spacing: 0;
}
/*=================================================== */
.p-lp {
  width: 100%;
  position: relative;
  background-color: #ededed;
  overflow-x: hidden;
}
/* HEADER */
header#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: transparent;
  color: #fff;
}
/* CONTAINER  */
.header__container {
  position: relative;
  z-index: 1001;
  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: top;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 40px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*tel*/
.header-tel-wrap .tel1 {
  font-size: 1.28rem;
  line-height: 1;
  margin-bottom: 5px;
}
.header-tel-wrap .tel1 span {
  font-size: 2.5rem;
  margin-left: 8px;
  line-height: 1;
}
.header-tel-wrap .tel2 {
  font-size: 0.85rem;
  margin-bottom: 0;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 1199px) {
  .header-tel-wrap .tel1 {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .header-tel-wrap .tel1 span {
    font-size: 1.9rem;
    margin-left: 8px;
  }
  .header-tel-wrap .tel2 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 576px) {
  .header-tel-wrap {
    display: none;
  }
}
/* LOGO */
.header__logo {
  width: 180px;
  position: relative;
}
.header__logo a {
  mix-blend-mode: exclusion;
}
header .logo-white {
  display: block;
  transition: all .4s;
}
header.logo-black-wrap .logo-white {
  transition: all .4s;
  filter: invert(1);
}
header.logo-black-wrap {
  transition: all .4s;
}
header.logo-black-wrap .header-tel-wrap {
  transition: all .4s;
  filter: invert(1);
}
@media screen and (max-width: 1600px) {
  header .header__nav li + li {
    margin-left: 15px;
  }
  header .header__nav a {
    font-size: 1.15rem;
  }
  header a.header-nav__btn {
    width: 145px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 180px;
  }
  header .header__nav a {
    font-size: 1rem;
  }
  header a.header-nav__btn {
    width: 135px;
  }
}
@media screen and (max-width: 1100px) {
  .header__container {
    padding: 30px 3.6% 0;
  }
  .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    padding: 30px 7.6% 0;
  }
  .header__logo {
    width: 150px;
  }
}
/* ========================================================== */
.l-bg--white {
  background-color: #fff;
}
.l-bg--gray {
  background-color: #e6e6e6;
}
/* FVスライド
--------------------------- */
.fv-outer {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main_wrap, .main_wrap-all {
  position: relative;
  overflow: hidden;
}
.fv-slider {
  counter-reset: fvnumber 0; /* fvnumber のカウンタを 0 にセット */
}
.fv-slider, .fv-slider div {
  width: 100%;
}
.fv-slider-item {
  position: relative;
}
.fv-slider-item .fsi-first, .fv-slider-item .fsi-second, .fv-slider-item .fsi-third {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .fv-slider, .fv-slider div {
    height: 100%;
  }
  .fv-outer {
    height: calc(100vh - 55px);
  }
  .fsi-first {
    background-image: url("../images/model-lp/mv1_sp.jpg");
  }
  .model-lp2 .fsi-first {
    background-image: url("../images/model-lp/lp2_mv_sp.jpg");
  }
  .fsi-second {
    background-image: url("../images/model-lp/mv2_sp.jpg");
  }
  .fsi-third {
    background-image: url("../images/model-lp/mv3_sp.jpg");
  }
}
@media screen and (min-width:575px) and (max-width:991px) {
  .fv-slider, .fv-slider div {
    height: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  .main_wrap-all {
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 575px) {
  .fv-slider, .fv-slider div {
    height: 100%;
  }
  .fsi-first {
    background-image: url("../images/model-lp/mv1.jpg");
  }
  .model-lp2 .fsi-first {
    background-image: url("../images/model-lp/lp2_mv.jpg");
  }
  .fsi-second {
    background-image: url("../images/model-lp/mv2.jpg");
  }
  .fv-slider-item .fsi-third {
    background-image: url("../images/model-lp/mv3.jpg");
    background-position: right;
  }
}
@media screen and (max-width: 1399px) {
  .main_wrap {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .main_wrap-all {
    margin-bottom: 13.6rem;
  }
}
/*MAIN TEXT*/
.main-txt {
  position: absolute;
  z-index: 100;
  bottom: 90px;
  width: 30.16%;
  max-width: 522px;
  left: 3.88%;
}
@media screen and (max-width: 992px) {
  .main-txt {
    bottom: 90px;
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .main-txt {
    width: 74.10%;
    bottom: 150px;
    max-width: 289px;
    left: 7.6%;
  }
}
/* SLICK DOTS */
.c-mainvisual__slider .slick-dots {
  width: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10;
  padding-right: 4.6%;
}
.c-mainvisual__slider .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 50%;
  position: relative;
}
.c-mainvisual__slider .slick-dots li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.c-mainvisual__slider .slick-dots li + li {
  margin-top: 28px;
}
.c-mainvisual__slider .slick-dots li.slick-active {
  border: 1px solid #fff;
}
.c-mainvisual__slider .slick-dots li button {
  display: none;
}
/* TEXT */
.c-mainvisual__text {
  position: absolute;
  bottom: 14.7%;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 2.643rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-mainvisual__textsize {
  font-size: 5.4rem;
  letter-spacing: 0.02em;
  margin-top: 6rem;
  background-color: #fff;
  padding: 5px;
}
.visual-item_linkbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background-color: #173047;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  width: 80%;
  max-width: 377px;
  height: 67px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visual-item_linkbtn:hover {
  color: #fff;
}
.visual-item_linkbtn_sp_outer {
  display: none;
}
@media screen and (max-width: 1500px) {
  .c-mainvisual__text {
    font-size: 2rem;
  }
  .c-mainvisual__textsize {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .visual-item-inner {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .c-mainvisual__text {
    bottom: 10%;
  }
}
@media screen and (max-width: 991px) {
  .visual-item-inner {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .visual-item-inner {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .visual-item-inner {
    max-width: 300px;
    width: 85%;
    bottom: 80px;
    left: 8%;
  }
}
/* ========================================================== */
/*HOUSE OF THE YEAR*/
.pg_houseof_block {
  width: 80%;
  max-width: 800px;
  margin: 11rem auto 0rem;
}
@media screen and (max-width: 1200px) {
  .pg_houseof_block {
    margin: 10rem auto 0rem;
  }
}
@media screen and (max-width: 991px) {
  .pg_houseof_block {
    margin: 8rem auto 0rem;
  }
}
@media screen and (max-width: 576px) {
  .pg_houseof_block {
    margin: 6rem auto 0rem;
  }
}
/* ========================================================== */
/* PERFORMANCE */
.l-per {
  width: 77.77%;
  max-width: 1400px;
  margin-bottom: 40px;
  padding-top: 144px;
}
.l-per .c-title1 {
  text-align: center;
  margin-bottom: 5rem;
}
.l-per__heading {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 42px;
}
.l-per__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1400px;
  margin: 0 auto;
}
.l-per__navs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.l-per__navs li {
  width: 25%;
  -webkit-box-shadow: 1px 0 0 0 rgba(201, 201, 201, 0.95), 0 1px 0 0 rgba(201, 201, 201, 0.95), 1px 1px 0 0 rgba(201, 201, 201, 0.95), /* Just to fix the corner */ 1px 0 0 0 rgba(201, 201, 201, 0.95) inset, 0 1px 0 0 rgba(201, 201, 201, 0.95) inset;
  box-shadow: 1px 0 0 0 rgba(201, 201, 201, 0.95), 0 1px 0 0 rgba(201, 201, 201, 0.95), 1px 1px 0 0 rgba(201, 201, 201, 0.95), /* Just to fix the corner */ 1px 0 0 0 rgba(201, 201, 201, 0.95) inset, 0 1px 0 0 rgba(201, 201, 201, 0.95) inset;
  text-align: center;
  padding: 20px 20px 50px;
  display: flex;
  flex-direction: column;
}
.l-per__navs p {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-bottom: 32px;
  flex-grow: 1;
}
.l-per__navs p span.c-text-hig--black {
  color: #fff;
  font-size: 2.5rem;
  background: #000;
  padding: 0.2rem 0.4rem;
}
.l-per__navs p.c-text-hig--black {
  margin: 0 0 1rem;
}
.l-per__navs .c-text-hig--black span {
  color: #fff;
  font-size: 2.4rem;
  background: #000;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: inherit;
}
.l-per__navs .c-text-hig--black + p {
  font-size: 1.4rem;
}
.l-per__navs .l-per__nums {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: baseline;
}
.l-per__navs .l-per__nums span {
  margin-top: -26px;
}
.l-per__nums {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 8.3rem;
  letter-spacing: 0;
  color: #000;
  line-height: 1.2;
}
.l-per__nums span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-align: right;
}
.l-per__navs a.anchor-scroll {
  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;
  font-weight: 400;
  font-size: 1.6rem;
  color: #7d7d7d;
  font-family: "Oswald", sans-serif;
}
.l-per__navs a.anchor-scroll .c-icon1 {
  width: 50px;
  height: 50px;
  border: 1px solid #7d7d7d;
  background-color: #7d7d7d;
  margin-left: 12px;
}
.l-per__navs a.anchor-scroll:hover .c-icon1 {
  background-color: transparent;
}
.l-per__navs a.anchor-scroll .c-icon1::after {
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-per__navs a.anchor-scroll:hover .c-icon1::after {
  border-color: #7d7d7d;
}
.l-per__navs .c-text-hig--black + p small {
  font-size: 70%;
}
@media screen and (max-width: 1199px) {
  .l-per__navs p.c-text-hig--black {
    margin: 0 0 0.5rem;
  }
  .l-per__navs .c-text-hig--black span {
    font-size: 1.8rem;
  }
  .l-per__navs .c-text-hig--black + p {
    font-size: 1.1rem;
  }
  .l-per__navs .l-per__nums {
    margin-bottom: 20px;
    font-size: 7rem;
  }
  .l-per__nums span {
    font-size: 1rem;
  }
  .l-per__navs a.anchor-scroll {
    font-size: 1.2rem;
  }
  .l-per__navs a.anchor-scroll .c-icon1 {
    width: 40px;
    height: 40px;
  }
  .l-per__navs li {
    padding: 20px 20px 40px;
  }
  .l-per .c-title1 {
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
  .c-title1 .f-rale {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .l-per__navs .c-text-hig--black span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 576px) {
  .l-per__navs .c-text-hig--black span {
    font-size: 1.2rem;
  }
  .l-per__navs .c-text-hig--black + p {
    font-size: 1rem;
  }
  .c-title1 .f-rale {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
/* LIST  */
.l-per__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-per__list li + li {
  margin-top: 50px;
}
.l-per__list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-section-list_pcbox {
  width: 50%;
}
.l-per__list img {
  width: 100%;
  height: 100%;
}
.l-per__list-info {
  padding-left: 6.6%;
  width: 50%;
}
.l-per__list li:nth-child(even) .l-per__list-info {
  padding-right: 6.6%;
  padding-left: 0;
}
.l-per__list .l-per__nums {
  position: relative;
  line-height: 85px;
  padding-left: 88px;
  margin-bottom: 50px;
}
.l-per__list .l-per__nums span {
  color: #000;
  position: absolute;
  top: 46%;
  left: 0;
}
.l-per__list h3 {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .l-per {
    padding-top: 90px;
  }
  /* NAVS */
  .l-per__navs li {
    width: 33.333%;
    padding-bottom: 45px;
  }
  /* LIST */
  .l-per__list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-section-list_spbox {
  display: none;
}
@media screen and (max-width: 576px) {
  .l-per__navs li {
    width: 50%;
  }
  .l-per {
    width: 85%;
    padding-top: 52px;
    margin-bottom: 20px;
  }
  .l-per .c-title1 {
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
  .l-per__heading {
    font-size: 1.3rem;
    margin-bottom: 26px;
  }
  /* NAVS */
  .l-per__navs {
    margin-bottom: 60px;
  }
  .l-per__navs li {
    padding: 10px 4px 20px;
  }
  .l-per__nums {
    font-size: 5.2rem;
  }
  .l-per__navs .l-per__nums {
    margin-bottom: 10px;
    font-size: 5rem;
    line-height: 1;
  }
  .l-per__navs .l-per__nums span {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .l-per__navs p {
    line-height: 20px;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .l-per__navs p span.c-text-hig--black {
    padding: 0;
    font-size: 2rem;
  }
  .l-per__navs p .c-line-break {
    display: none;
  }
  .l-per__navs a.anchor-scroll {
    font-size: 0.9rem;
  }
  .l-per__navs a.anchor-scroll .c-icon1 {
    width: 26px;
    height: 26px;
    margin-left: 6px;
  }
  .l-per__navs a.anchor-scroll .c-icon1::after {
    width: 4px;
    height: 4px;
  }
  /* LIST */
  .l-per__list li, .l-per__list li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-per__list li + li {
    margin-top: 32px;
  }
  .c-section-list_pcbox {
    display: none;
  }
  .l-per__list-info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .l-per__list li:nth-child(even) .l-per__list-info {
    padding-left: 0;
    padding-right: 0;
  }
  .l-per__list .l-per__nums {
    font-size: 6.5rem;
    line-height: normal;
    padding-left: 70px;
    margin-bottom: 0px;
  }
  .l-per__list .l-per__nums span {
    font-size: 1.3rem;
    top: 42%;
  }
  .l-per__list h3 {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .c-section-list_spbox {
    display: block;
    width: 100%;
    height: 200px;
    margin: 1rem auto;
  }
}
/* ========================================================== */
/* STYLE */
.l-style {
  padding: 10rem 0;
  position: relative;
}
.l-style__inner {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
.l-style .c-title1 {
  margin-bottom: 5rem;
}
.l-style__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-style__row:nth-child(1) {
  margin-bottom: 38px;
}
.l-style__row-left {
  width: 22.8%;
  min-width: 200px;
}
.l-style__row-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#l-style-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  border-bottom: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: unset;
}
#l-style-tab.nav-tabs {
  text-align: left;
}
#l-style-tab li + li {
  margin-top: 25px;
}
#l-style-tab .nav-item.active a {
  color: #000;
  margin-right: 0;
}
#l-style-tab a {
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
  color: gray;
  border: none;
  position: relative;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#l-style-tab a:hover {
  color: #000;
  opacity: 1;
  background: none;
}
.fade:not(.show) {
  opacity: 0;
}
.tab-pane {
  opacity: 0;
}
.tab-pane.active {
  opacity: 1;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-pane.show {
  display: none !important;
}
.tab-pane.show.active {
  display: block !important;
}
#l-style-tab .active::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}
.l-style__row .nav-tabs li {
  float: unset;
  margin-bottom: 0px;
  font-size: unset;
  width: 100%;
  font-family: unset;
}
/* TAB CONTENT */
#l-style-tabcontent {
  width: 100%;
  margin-top: 6px;
}
#l-style-tab a {
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  margin: 0;
  transition: 0.4s;
}
.l-style__list li {
  width: calc((100% - 58px) / 3);
}
.l-style__list li:nth-child(n + 4) {
  margin-top: 28px;
}
.l-style__list img {
  margin-bottom: 12px;
}
.l-style__list p {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 35px;
}
/* TEXT FLOW */
.l-style__text-flow {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.l-style__text-flow .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: marquee 36s linear infinite;
  animation: marquee 36s linear infinite;
}
.l-style__text-flow .marquee p {
  display: inline-block;
  font-weight: 400;
  font-size: 20rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.03em;
  margin-right: 50px;
  margin-bottom: 0;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 1199px) {
  .l-style .c-title1 {
    margin-bottom: 3rem;
  }
  #l-style-tab a {
    font-size: 1.4rem;
    width: 100%;
  }
  .l-style__row .nav-tabs li {
    width: unset;
  }
}
@media screen and (max-width: 991px) {
  #l-style-tab a {
    width: 100%;
  }
  .l-style__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #l-style-tab {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #l-style-tab li + li {
    margin-top: 0;
  }
  #l-style-tab .active::before {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* LIST  */
  .l-style__list li {
    width: calc((100% - 30px) / 3);
  }
  .l-style__list p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  /* TEXT FLOW */
  .l-style__text-flow {
    bottom: -38px;
  }
  .l-style__text-flow .marquee p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 638px) {
  .l-style__row .nav-tabs li {
    width: unset;
  }
  .l-style__row .nav-tabs a {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .l-style .c-title1 {
    margin-bottom: 2.5rem;
  }
  .l-style {
    padding: 6.4rem 0;
  }
  .l-style__row:nth-child(1) {
    margin-bottom: 22px;
  }
  #l-style-tab {
    margin-bottom: 22px;
  }
  #l-style-tab a {
    font-size: 1rem;
  }
  #l-style-tab .active::before {
    top: -12px;
  }
  .l-style__list li {
    width: calc((100% - 12px) / 2);
  }
  .l-style__list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .l-style__list img {
    margin-bottom: 8px;
  }
  .l-style__list p {
    font-size: 1rem;
    line-height: 20px;
  }
  .l-style__text-flow {
    bottom: -26px;
  }
  .l-style__text-flow .marquee p {
    font-size: 12rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 400px) {
  .l-style .c-title1 .f-rale {
    font-size: 2.8rem;
  }
}
/* ========================================================== */
/* CONSTRUCTION */
.l-cons {
  width: 95%;
  max-width: 1600px;
  padding: 10rem 0;
}
.l-cons .c-title1 {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
.l-cons__slider-wrapper {
  position: relative;
  width: 100%;
}
/* SLIDER */
#slider-cons {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 102px;
}
#slider-cons .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider-cons .slide-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 36px;
  padding-right: 3%;
}
#slider-cons .text-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 36px;
}
#slider-cons .text-nums__big {
  font-size: 5rem;
  position: relative;
}
#slider-cons .text-nums__big::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 78px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 154px;
  background-color: #c9c9c9;
}
#slider-cons .text-nums__small {
  color: #c9c9c9;
  font-size: 3rem;
  margin-top: 93px;
  margin-left: 19px;
}
#slider-cons .text-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 18px;
  line-height: 1.5;
}
#slider-cons .text-title span {
  font-size: 2rem;
}
#slider-cons .text-content {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  #slider-cons .text-content {
    font-size: 1.23rem;
  }
}
/* IMGS */
#slider-cons .slide-imgs {
  width: 61.6%;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider-cons .slide-imgs img {
  width: 46%;
}
#slider-cons .slide-imgs__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#slider-cons .slide-imgs__col img {
  width: 100%;
  height: calc((100% - 10px) / 2);
}
#slider-cons .slide-imgs__col img + img {
  margin-top: 10px;
}
/* SLIDER ARROW */
.l-cons__slider-wrapper .c-icon1 {
  width: 100px;
  height: 100px;
  background-color: #000;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
.l-cons__slider-wrapper .c-icon1::after {
  width: 14px;
  height: 14px;
  border-color: #fff;
  border-width: 2px;
}
#slider-cons__prev {
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#slider-cons__next {
  right: 0;
}
/* SLIDER DOTS */
#slider-cons .slick-dots {
  bottom: 0;
}
#slider-cons .slick-dots li {
  width: 24px;
  height: 30px;
  margin: 0;
  position: relative;
}
#slider-cons .slick-dots li + li {
  margin-top: 16px;
}
#slider-cons .slick-dots li::before, #slider-cons .slick-dots li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#slider-cons .slick-dots li::before {
  background-color: #bcbcbc;
  z-index: 2;
}
#slider-cons .slick-dots li::after {
  z-index: 1;
  border: 1px solid #000;
}
#slider-cons .slick-dots li:hover:after, #slider-cons .slick-dots li.slick-active::after {
  width: 21px;
  height: 21px;
}
#slider-cons .slick-dots li:hover:before, #slider-cons .slick-dots li.slick-active::before {
  background-color: #000;
}
#slider-cons .slick-dots button {
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-cons__slider-wrapper .c-icon1 {
    width: 65px;
    height: 65px;
  }
  #slider-cons {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1199px) {
  .l-cons .c-title1 {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .l-cons {
    width: 77.77%;
  }
  #slider-cons {
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  #slider-cons .slide-text {
    padding-top: 0;
  }
  .l-cons__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #slider-cons__next, #slider-cons__prev {
    position: absolute;
    bottom: 0;
  }
  #slider-cons__next {
    right: 0;
    left: auto;
  }
  #slider-cons__prev {
    left: 0;
    right: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(360deg);
  }
  #slider-cons__prev.c-icon1::after {
    transform: translate(-50%, -50%) rotate(134deg);
  }
  .l-cons__slider-wrapper .c-icon1 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  .l-cons .c-title1 {
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
  }
  .l-cons {
    width: 85%;
    padding: 6.4rem 0;
  }
  .l-cons .c-title1 {
    margin-bottom: 46px;
  }
  #slider-cons {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  #slider-cons .slide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #slider-cons__prev {
    left: 30px;
    top: 47%;
  }
  #slider-cons__next {
    right: 30px;
    top: 47%;
  }
  #slider-cons .slide-imgs {
    width: 100%;
  }
  #slider-cons .slide-imgs__col {
    margin-left: 4px;
  }
  #slider-cons .slide-imgs__col img {
    height: calc((100% - 4px) / 2);
  }
  #slider-cons .slide-imgs__col img + img {
    margin-top: 4px;
  }
  /* TEXT */
  #slider-cons .slide-text {
    padding-top: 13px;
    padding-right: 0;
  }
  #slider-cons .text-nums {
    margin-bottom: 14px;
  }
  #slider-cons .text-nums__big {
    font-size: 4rem;
  }
  #slider-cons .text-nums__big::after {
    top: 12px;
    left: 68px;
    height: 110px;
  }
  #slider-cons .text-nums__small {
    font-size: 2rem;
    margin-top: 70px;
    margin-left: 30px;
  }
  #slider-cons .text-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #slider-cons .text-title span {
    font-size: 1.7rem;
  }
  #slider-cons .text-content {
    font-size: 1em;
    line-height: 22px;
    text-align: justify;
  }
  .l-cons__slider-wrapper .c-icon1 {
    width: 50px;
    height: 50px;
  }
  .l-cons__slider-wrapper .c-icon1::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
@media screen and (max-width: 300px) {
  #slider-cons__prev {
    left: -10px;
    top: 35%;
  }
  #slider-cons__next {
    right: -10px;
    top: 35%;
  }
}
/* ========================================================== */
/* MERIT */
.grayback {
  background: #e6e6e6;
  margin-bottom: 10rem;
  padding: 10rem 0 0;
}
.l-merit {
  max-width: 1400px;
  counter-reset: merit;
  position: relative;
  padding-bottom: 10rem;
}
.l-merit__bg {
  width: 100%;
  max-width: 700px;
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
}
.l-merit .c-title1 {
  margin-bottom: 5rem;
}
.l-merit__list {
  position: relative;
  z-index: 2;
}
.l-merit__list li {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
}
.l-merit__list li:hover {
  cursor: pointer;
}
.l-merit__list li:nth-child(odd) {
  border-right: 1px solid #000;
  padding-right: 3.8%;
}
.l-merit__list li:nth-child(even) {
  padding-left: 3.8%;
}
.l-merit__list li:nth-child(n + 6) {
  border-bottom: 1px solid #000;
}
.l-merit__list .item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 70px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 0;
}
.l-merit__list .item-title::before {
  counter-increment: merit;
  content: "0"counter(merit);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 70px;
}
.l-merit__list .item-content {
  font-weight: 500;
  font-size: 1.23rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.plusmark {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  font-size: 3rem;
}
@media screen and (max-width: 1399px) {
  .l-merit__bg {
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 1;
  }
}
@media screen and (max-width: 1199px) {
  .l-merit .c-title1 {
    margin-bottom: 5rem;
  }
  .l-merit__bg {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .l-merit__bg {
    width: 50%;
    right: 0;
  }
  .l-merit__list .item-title::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
  }
  .l-merit__list .item-title {
    font-size: 1.4rem;
    line-height: 50px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 576px) {
  .grayback {
    margin-bottom: 6.4rem;
    padding: 6.4rem 0 0;
  }
  .l-merit {
    padding-bottom: 8.4rem;
  }
  .l-merit .c-title1 {
    margin-bottom: 2.5rem;
  }
  .l-merit__list li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-merit__list li:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .l-merit__list li:nth-child(even) {
    padding-left: 0;
  }
  .l-merit__list li:last-child {
    border-top: none;
  }
  .l-merit__list .item-title {
    line-height: 30px;
    font-size: 1.2rem;
    padding-left: 45px;
    margin-bottom: 0;
    padding-right: 3rem;
  }
  .l-merit__list .item-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.08rem;
  }
  .l-merit__list .item-content {
    font-size: 1rem;
    line-height: 1.6;
  }
  .l-merit__bg {
    width: 100%;
    max-width: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .plusmark {
    font-size: 2.5rem;
    top: 42%;
  }
}
/* ポップアップ
*************************/
.bt_st {
  margin: 0 auto;
  padding: 10px 0 50px;
  text-align: center;
}
.bt_st.mo_btst2 a {
  display: block;
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.bt_st.mo_btst2 a i {
  line-height: 50px;
  font-size: 1.4rem;
  transition: .3s;
}
.bt_st.mo_btst2 a:hover {
  text-decoration: none;
}
.bt_st.mo_btst2 a:hover i {
  transform: rotate(90deg);
}
.st_box {
  background: #eee;
  height: 200px;
  margin-bottom: 100px;
}
.st_modal {
  display: none;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #565656;
  left: 50%;
  padding: 40px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
  color: #fff;
}
.modal__content a {
  color: #fff;
  font-size: 2em;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .modal__content {
    background: #565656;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 80%;
    color: #fff;
  }
}
/* ========================================================== */
/* GRADE */
.l-grade {
  padding-bottom: 10rem;
}
.l-grade__inner {
  max-width: 1080px;
}
.l-grade .c-title1 {
  margin-bottom: 5rem;
  text-align: center;
}
.l-grade p.table-des {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 26px;
}
.l-grade .table-wrapper {
  overflow: auto;
}
.l-grade table {
  width: 100%;
  /* min-width: 1080px; */
  border-collapse: collapse;
  margin-bottom: 0;
}
.l-grade tr {
  border-top: 1px solid rgba(204, 204, 204, 0.66);
  border-bottom: 1px solid rgba(204, 204, 204, 0.66);
}
.l-grade tr:nth-child(odd) td {
  background-color: #ededed;
}
.l-grade td, .l-grade th {
  width: 27%;
  padding: 22px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.23rem;
  letter-spacing: 0.05em;
  line-height: 24px;
  border-right: 1px solid rgba(204, 204, 204, 0.66);
}
.l-grade th:last-child, .l-grade td:last-child {
  border-right: none;
}
.l-grade table .small-txt {
  font-size: 1.2rem;
  line-height: 22px;
}
.l-grade th {
  color: #fff;
  background-color: #000;
}
.l-grade th:nth-child(1), .l-grade td:nth-child(1) {
  width: 19%;
}
.l-grade td:nth-child(1) {
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .l-grade .c-title1 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .l-grade p.l-grade__p1 {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 19.5px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 576px) {
  .l-grade .c-title1 {
    margin-bottom: 2.5rem;
  }
  .l-grade {
    margin-bottom: 0;
    padding-bottom: 6.4rem;
  }
  .l-grade p.table-des {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 30px;
  }
  .l-grade th:nth-child(1), .l-grade td:nth-child(1) {
    width: 5.8%;
  }
  .l-grade th:nth-child(1) {
    position: sticky;
    left: 0;
    background-color: #000;
  }
  .l-grade th:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
  .l-grade td:nth-child(1) {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .l-grade td:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
  .l-grade td, .l-grade th {
    padding: 18px 8px;
    font-size: 0.85rem;
    line-height: 19px;
  }
  .l-grade td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-grade table .small-txt {
    font-size: 0.96rem;
  }
}
/* ========================================================== */
/* FOLLOW */
.l-follow {
  max-width: 1150px;
  text-align: center;
  padding-top: 90px;
}
.l-follow .c-title1 {
  margin-bottom: 58px;
}
/* LIST 1 */
.l-follow__list1 {
  max-width: 1080px;
  width: 100%;
  margin-bottom: 25px;
}
.l-follow__list1 li {
  width: calc((100% - 60px) / 4);
  padding-bottom: calc((100% - 60px) / 4);
  border-radius: 50%;
  position: relative;
  background-color: #ededed;
}
.l-follow__list1 li:nth-child(even) {
  background-color: #808080;
  color: #fff;
}
.l-follow__list1 p {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 36px;
  margin: 0;
}
/* p */
.l-follow__des {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-bottom: 40px;
}
/* LIST 2 */
.l-follow__list2 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.l-follow__list2 > li:nth-child(1) {
  border-bottom: 1px solid #aaaaaa;
}
.l-follow__list2 .small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 32px 20px;
}
.l-follow__list2 .small-list--bottom::before, .l-follow__list2 .small-list--top::after {
  content: "";
  width: 20px;
  height: 50%;
  position: absolute;
}
.l-follow__list2 .small-list--top::after {
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  bottom: 0;
  right: 0;
}
.l-follow__list2 .small-list--bottom::before {
  top: 0;
  left: 0;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
.l-follow__list2 .small-list li {
  width: 27%;
  margin-right: calc(-8% / 3);
  height: 91px;
  line-height: 91px;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.l-follow__list2 .small-list--bottom li:first-child {
  -webkit-clip-path: none;
  clip-path: none;
}
.l-follow__list2 .small-list li:first-child {
  margin-right: 0;
}
.l-follow__list2 .small-list--top li:nth-child(4), .l-follow__list2 .small-list--bottom li:nth-last-child(4) {
  background-color: #ededed;
}
.l-follow__list2 .small-list--top li:nth-child(3), .l-follow__list2 .small-list--bottom li:nth-last-child(3) {
  background-color: #bdbdbd;
}
.l-follow__list2 .small-list--top li:nth-child(2), .l-follow__list2 .small-list--bottom li:nth-last-child(2) {
  background-color: #a4a4a4;
}
.l-follow__list2 .small-list--top li:nth-child(1), .l-follow__list2 .small-list--bottom li:nth-last-child(1) {
  background-color: #808080;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .l-follow__list1 p {
    font-size: 1.6rem;
    line-height: 28px;
    padding: 0 5px;
  }
  .l-follow__list2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-follow__list1 {
    max-width: 540px;
  }
  .l-follow__list1 li {
    width: calc((100% - 24px) / 2);
    padding-bottom: calc((100% - 24px) / 2);
  }
  .l-follow__list1 li:nth-child(n + 3) {
    margin-top: 24px;
  }
  .l-follow__list1 li:nth-child(3) {
    background-color: #808080;
    color: #fff;
  }
  .l-follow__list1 li:nth-child(4) {
    background-color: #ededed;
    color: #000;
  }
}
@media screen and (max-width: 576px) {
  .l-follow {
    padding-top: 60px;
  }
  .l-follow .c-title1 {
    margin-bottom: 44px;
  }
  .l-follow__list1 li {
    width: calc((100% - 12px) / 2);
    padding-bottom: calc((100% - 12px) / 2);
  }
  .l-follow__list1 li:nth-child(n + 3) {
    margin-top: 12px;
  }
  .l-follow__list1 p {
    font-size: 1.23rem;
    line-height: 21px;
  }
  .l-follow__des {
    font-size: 1.3rem;
    line-height: 23px;
    margin-bottom: 84px;
  }
  /* LIST 2 */
  .l-follow__list2 > li:nth-child(1) {
    border-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .l-follow__list2 .small-list--top li:nth-child(4), .l-follow__list2 .small-list--bottom li:nth-last-child(1) {
    background-color: #ededed;
    color: #000;
  }
  .l-follow__list2 .small-list--top li:nth-child(3), .l-follow__list2 .small-list--bottom li:nth-last-child(2) {
    background-color: #bdbdbd;
  }
  .l-follow__list2 .small-list--top li:nth-child(2), .l-follow__list2 .small-list--bottom li:nth-last-child(3) {
    background-color: #a4a4a4;
  }
  .l-follow__list2 .small-list--top li:nth-child(1), .l-follow__list2 .small-list--bottom li:nth-last-child(4) {
    background-color: #808080;
    color: #fff;
  }
  .l-follow__list2 .small-list--bottom::before, .l-follow__list2 .small-list--top::after {
    content: unset;
  }
  .l-follow__list2 .small-list {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 0;
  }
  .l-follow__list2 .small-list li {
    width: 100%;
    margin-right: 0;
    height: 65px;
    line-height: 54px;
    margin-bottom: -10px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 84.6%, 56.4% 84.6%, 50% 100%, 43.5% 84.6%, 0% 84.6%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 84.6%, 56.4% 84.6%, 50% 100%, 43.5% 84.6%, 0% 84.6%);
  }
  .l-follow__list2 .small-list--bottom li:first-child {
    height: 55px;
  }
}
/* ========================================================== */
/* AREA */
.l-area {
  position: relative;
  padding-top: 84px;
  padding-bottom: 211px;
  margin-top: 32px;
}
.l-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.6%;
  z-index: 1;
}
.l-area__inner {
  max-width: 1112px;
  position: relative;
  z-index: 2;
}
.l-area .c-title1 {
  margin-bottom: 43px;
}
.l-area p {
  margin-bottom: 70px;
}
.l-area img.staff-img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-bottom: 40px;
}
.l-area__info img {
  display: block;
  width: 226px;
  margin-bottom: 22px;
}
.l-area__info p {
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .l-area__bg {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .l-area {
    padding-top: 0;
    margin-top: 50px;
  }
  .l-area__bg {
    min-width: 800px;
    right: auto;
    left: 215px;
  }
  .l-area p {
    margin-bottom: 30px;
  }
  .l-area img.staff-img {
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .l-area {
    margin-top: 86px;
    padding-bottom: 382px;
  }
  .l-area .c-title1 {
    margin-bottom: 34px;
  }
  .l-area p {
    line-height: 19.5px;
    margin-bottom: 48px;
  }
  .l-area img.staff-img {
    margin-bottom: 30px;
  }
  .l-area__info img {
    width: 180px;
    margin-bottom: 18px;
  }
  .l-area__info p {
    line-height: 22px;
  }
  .l-area__bg {
    min-width: 564px;
    left: 8px;
    bottom: 80px;
  }
}
.l-area .c-section-p {
  width: 62%;
}
@media screen and (max-width: 1200px) {
  .l-area .c-section-p {
    width: 100%;
  }
}
/* ========================================================== */
/* CONTACT */
.l-contact {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #e6e6e6;
}
.l-contact__inner {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-contact__txt {
  width: 30%;
  min-width: 420px;
  margin-right: 8.5%;
}
.l-contact .c-title1 {
  margin-bottom: 48px;
}
.l-contact .c-section-p + .c-section-p {
  margin-top: 32px;
}
.l-contact .c-section-p .cl-red {
  color: #c50000;
  margin-right: 6px;
}
.l-contact__form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 1400px) {
  .l-contact__txt {
    margin-right: 4%;
  }
}
@media screen and (max-width: 991px) {
  .l-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-contact__txt {
    min-width: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  .l-contact__form {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-contact {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .l-contact__txt {
    margin-bottom: 50px;
  }
  .l-contact .c-title1 {
    margin-bottom: 38px;
  }
  .l-contact .c-section-p + .c-section-p {
    margin-top: 22px;
  }
}
/* PAGEUP  */
.pageup {
  bottom: 5%;
  right: 5%;
}
.pageup a {
  border: none;
  background-color: #000;
  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;
}
.pageup img {
  display: block;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .pageup {
    display: none !important;
  }
}
/* FOOTER */
#footer {
  padding-top: 170px;
  padding-bottom: 44px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.footer__inner {
  max-width: 1400px;
}
.footer__logo {
  width: 270px;
  margin: 0 auto 115px;
}
.footer__inner .j_font {
  line-height: 1;
  font-size: 0.8rem;
}
/* NAV */
.footer__nav {
  margin-top: 4px;
  margin-bottom: 34px;
  text-align: right;
}
.footer__nav a {
  display: inline-block;
  font-weight: 500;
  font-size: 1.23rem;
  letter-spacing: 0;
}
.footer__nav a + a::before {
  content: "｜";
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 576px) {
  .footer__nav {
    text-align: center;
  }
  .footer__nav a {
    font-size: 1rem;
  }
}
/* COPY */
.footer__copy {
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 0
}
.footer--tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer--pc {
    display: none;
  }
  .footer--tab {
    display: block;
    text-align: center;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .footer__inner, .footer__copy {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  #footer {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .footer__logo {
    width: 180px;
    margin-bottom: 50px;
  }
}
/* FOOTER SIDELINK */
.footer__sidelink {
  max-width: 420px;
  position: fixed;
  bottom: 30px;
  right: 1.66%;
  z-index: 300;
  display: flex;
  background: #fff;
  border-radius: 10px;
  height: 150px;
  align-items: center;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .footer__sidelink {
    max-width: 450px;
    background: #fff;
  }
  .footer__sidelink .c-link1 p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .pop-txt01 {
    font-size: 0.828rem;
    padding: 5px;
  }
  .footer__sidelink {
    max-width: 320px;
    height: 120px;
  }
  .pop-txt02 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pop-txt03 {
    font-size: 0.9rem;
  }
  .c-link1-img {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sidelink {
    display: none;
  }
}
/* fotter 固定メニュー
----------------------------------------------------------------------------------------------------*/
.footer__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 900;
  }
  .footer__menu .c-link1 p {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  .footer__menu .c-link1__inner {
    display: none
  }
  .footer__menu .c-link1 img {
    width: 33%;
    margin-right: 42px;
    position: relative;
    right: -60px;
  }
}
@media screen and (max-width: 360px) {
  #footer {
    padding-bottom: 160px;
  }
  .footer__menu .c-link1__inner {
    display: none;
  }
}
/* 誘導ボタン */
.goform-container {
  background-color: #ededed;
}
.goform-container.gfc_bc {
  background-color: #fff;
}
.goform {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  text-align: center;
}
.goform a {
  display: block;
  background-color: #b94f00;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .goform-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .goform a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .goform-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .goform a {
    padding: 24px 0;
  }
}
/*20230328_specLP追記*/
.c-section-list a.js-modal-close {
  width: auto !important;
}
/* performance 詳細
----------------------------------------------------------------------------------------------------*/
.perfo01 {
  margin-bottom: 6.4rem;
}
.per-container {
  width: 85%;
  margin: 0 auto;
}
.perfo01 .per-box {
  margin-bottom: 3.5rem;
}
.perfo01 .per-box:last-child {
  margin-bottom: 0;
}
.perfo01 .per-item02 {
  margin-top: 2rem;
}
.perfo01 .per-nmb-ttl {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.perfo01 .per-nmb-ttl span {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
.perfo01 .per-ttl01 {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.perfo01 .per-ttl02 {
  font-weight: 700;
  position: relative;
  padding-left: 2.7rem;
  font-size: 1.15rem;
}
.perfo01 .per-ttl02:before {
  content: "";
  position: absolute;
  background: #000;
  width: 2rem;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.perfo01 .per-txt {
  text-align: justify;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .perfo01 {
    margin-bottom: 10rem;
  }
  .per-container {
    width: 77.77%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .perfo01 .per-box {
    display: flex;
    justify-content: space-between;
  }
  .perfo01 .per-box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .perfo01 .per-item01 {
    width: 54.28%;
  }
  .perfo01 .per-item02 {
    margin-top: 0rem;
    width: 38.71%;
  }
}
@media screen and (min-width: 1400px) {
  .perfo01 .per-box {
    align-items: center;
  }
  .perfo01 .per-nmb-ttl {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
  .perfo01 .per-nmb-ttl span {
    font-size: 1.7rem;
    margin-left: 0.5rem;
  }
  .perfo01 .per-ttl01 {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
  }
  .perfo01 .per-ttl02 {
    padding-left: 3.8rem;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .perfo01 .per-ttl02:before {
    width: 3rem;
  }
  .perfo01 .per-txt {
    font-size: 1.23rem;
  }
  .perfo01 .per-box {
    margin-bottom: 6.4rem;
  }
}
/* 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-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
}
#form-model .form-group {
  margin-bottom: 33px;
}
#form-model .form-group--first {
  margin-bottom: 30px;
}
#form-model .form-group--break {
  margin-bottom: 62px;
}
#form-model .form-group--last {
  margin-bottom: 0;
}
#form-model .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-model .form-item:last-child {
  margin-right: 0;
}
#form-model input, #form-model textarea, #form-model select, #form-model .form-label {
  font-weight: 700;
  font-size: 1.23rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #000000;
}
#form-model .form-label, #form-model .form-group--first .form-label {
  margin-bottom: 14px;
}
#form-model .form-item .form-label {
  margin-bottom: 0;
}
#form-model input, #form-model textarea, #form-model select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  padding: 23px 30px;
}
#form-model textarea {
  padding-bottom: 16px;
}
#form-model input[type="checkbox"], #form-model input[type="radio"] {
  width: auto;
  display: inline-block;
}
#form-model .wpcf7-form-control-wrap {
  display: block;
}
#form-model .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
#form-model input[type="submit"] {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 23px;
  background-color: #000;
  padding: 23.5px 10px;
  color: #fff;
}
#form-model input.form-input--half {
  max-width: 430px;
}
#form-model .form-imp__icon {
  color: #c50000;
  margin-left: 6px;
}
#form-model .form-p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  margin-top: 12px;
}
/* CUSTOM CHECKBOX */
#form-model .form-input__checkbox {
  margin-bottom: 0;
}
#form-model .form-input__checkbox label {
  cursor: pointer;
}
#form-model .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#form-model .form-input__checkbox .wpcf7-list-item.first, #form-model .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item.first {
  margin-right: 52px;
}
#form-model .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 52px;
}
#form-model .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 56px;
  line-height: 40px;
  padding-top: 0;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  padding-left: 53px;
  line-height: 35px;
  padding-top: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before, #form-model .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before {
  top: -9px;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 35px;
  height: 35px;
  top: -8px;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #000;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 12.5px;
}
#form-model .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  #form-model input, #form-model textarea, #form-model select, #form-model .form-label {
    font-size: 1rem;
    line-height: 23px;
  }
  #form-model input, #form-model textarea, #form-model select {
    padding: 13px 16px;
  }
  #form-model input[type="submit"] {
    max-width: unset;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  #form-model .form-group {
    margin-bottom: 25px;
  }
  #form-model .form-group--first {
    margin-bottom: 16px;
  }
  #form-model .form-group--break {
    margin-bottom: 38px;
  }
  #form-model .form-group--last {
    margin-bottom: 0;
  }
  #form-model input + input {
    margin-top: 5px;
  }
  #form-model textarea {
    padding-bottom: 8px;
  }
  #form-model .form-label {
    margin-bottom: 5px;
  }
  #form-model .form-item:last-child {
    margin-top: 4px;
  }
  /* CUSTOM CHECKBOX */
  #form-model .form-input__checkbox .wpcf7-list-item-label {
    line-height: 30px;
    padding-left: 40px;
    padding-top: 0;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
    left: -0.5px;
    top: -8px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::after {
    left: 10px;
    width: 8px;
    height: 8px;
  }
  #form-model .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
  }
  #form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 11px;
    top: 7px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.first {
    margin-bottom: 5px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.first.last {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-list-item {
    margin: 5px 0 0 0 !important;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.last {
    margin-left: 20px !important;
  }
  #form-model .form-label--mb1 {
    margin-bottom: 15px;
  }
  #form-model .form-p {
    line-height: 28px;
    margin-top: 5px;
  }
}
/*画像切り替え*/
.pc-none {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
/* sp-footer-menu
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 575px) {
  .sp-footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 55px;
    border-top: 1px rgba(255, 255, 255, 0.50) solid;
    z-index: 999;
    background: #000;
  }
  .sfm-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #fff;
  }
  .sfm-btn:last-child {
    border-right: none;
  }
  .sfm-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 0.85rem;
    transition: .3s;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  .sfm-btn a:hover {
    opacity: 0.6;
  }
  .sfm-btn a span.f-icon {
    display: block;
    background-repeat: no-repeat;
    max-width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background-size: contain;
  }
  .sfm-btn-request span.f-icon {
    background-image: url("../images/sfm-btn-request.svg");
  }
  .sfm-btn.sfm-btn-event span.f-icon {
    background-image: url("../images/sfm-btn-event.svg");
    max-width: 21px;
  }
  .sfm-btn-tel span.f-icon {
    background-image: url("../images/sfm-btn-tel.svg");
  }
}
@media screen and (min-width: 576px) {
  .sp-footer-menu {
    display: none;
  }
}
/*********CONCEPT********/
.model-concept-img-wrap {
  margin-left: 3.888%;
  margin-bottom: 160px;
}
@media screen and (max-width: 576px) {
  .model-concept-img-wrap {
    margin-left: 0;
    margin-bottom: 120px;
  }
}
.model-container1.model-concept-wrap {
  padding-top: 100px;
  margin-bottom: 60px;
}
.model-concept-wrap .c-block01 .e_font {
  line-height: 1;
  font-size: 1.07rem;
  margin-bottom: 60px;
}
.model-concept-wrap .c-block01 .concept-main-txt {
  max-width: 289px;
  margin-bottom: 40px
}
.model-concept-wrap .c-block02 p {
  text-align: justify;
  font-size: 0.928rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .model-container1.model-concept-wrap {
    display: flex;
    justify-content: space-between;
    width: 77.77%;
    max-width: 1400px;
  }
  .model-concept-wrap .c-block01 {
    width: 37.35%;
  }
  .model-concept-wrap .c-block01 .concept-main-txt {
    max-width: 543px;
    margin-bottom: 0
  }
  .model-concept-wrap .c-block02 {
    width: 40.71%;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .model-concept-wrap .c-block02 p {
    font-size: 1.017rem;
    margin-bottom: 30px;
  }
  .model-concept-wrap .c-block01 .e_font {
    font-size: 1.428rem;
    margin-bottom: 100px;
  }
  .model-container1.model-concept-wrap {
    padding-top: 130px;
    margin-bottom: 160px;
  }
  .model-concept-wrap .c-block02 {
    margin-top: 113px;
  }
}
/*******BENEFITS of VISITING******/
.model-lp-ttl {
  margin-bottom: 38px;
}
.model-merit-wrap ul li {
  margin-bottom: 50px;
}
.model-merit-wrap ul li:last-child {
  margin-bottom: 0;
}
.model-lp-ttl .e_font {
  font-size: 2.857rem;
  line-height: 1.25;
  margin-bottom: 12px;
}
.model-lp-ttl .j_font {
  font-size: 1.07rem;
}
.model-merit-wrap .m-txt01 {
  font-size: 1.28rem;
  margin-top: 20px;
  margin-bottom: -3px;
  letter-spacing: 0;
}
.model-merit-wrap .m-txt02 {
  margin-bottom: 10px;
}
.model-merit-wrap .m-txt03 {
  font-size: 0.857rem;
  margin-bottom: 0;
  text-align: justify;
}
.model-merit-wrap ul li .m-img {
  position: relative;
}
.model-merit-wrap ul li .m-img::before {
  content: "01";
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  top: -18px;
  right: -10px;
  font-size: 2.857rem;
  position: absolute;
  line-height: 1;
  font-weight: normal;
}
.model-merit-wrap ul li:nth-child(2) .m-img::before {
  content: "02";
}
.model-merit-wrap ul li:nth-child(3) .m-img::before {
  content: "03";
}
@media screen and (min-width: 992px) {
  .model-merit-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .model-merit-wrap ul li {
    margin-bottom: 0;
    width: 30.57%;
  }
  .model-merit-wrap ul li .m-img::before {
    left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .model-lp-ttl {
    margin-bottom: 46px;
  }
  .model-lp-ttl .e_font {
    font-size: 3.571rem;
    line-height: 1.25;
    margin-bottom: 11px;
  }
  .model-lp-ttl .j_font {
    font-size: 1.428rem;
  }
  .model-merit-wrap .m-txt01 {
    font-size: 1.5714rem;
    margin-top: 20px;
    margin-bottom: -3px;
  }
  .model-merit-wrap .m-txt01 {
    font-size: 1.5714rem;
    margin-top: 28px;
    margin-bottom: -2px;
    line-height: 1.6;
  }
  .model-merit-wrap .m-txt02 {
    margin-bottom: 14px;
    font-size: 1.4285rem;
  }
  .model-merit-wrap .m-txt03 {
    font-size: 1.07rem;
  }
  .model-merit-wrap ul li .m-img::before {
    font-size: 4.5rem;
    top: -24px;
    left: -29px;
  }
}
/*******INTERVIEW******/
.back-g {
  background: #f0f0f0;
}
.model-container1.model-interview-wrap {
  padding: 120px 0 0;
  text-align: center;
}
.model-lp-note {
  font-size: 0.85rem;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #000;
  margin-bottom: 21px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.model-lp-note::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/model-lp/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
}
.model-interview-wrap .model-lp-ttl {
  margin-bottom: 20px;
}
.model-lp-ttl-txt {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.model-lp-ttl-txt span {
  color: #c50000;
}
@media screen and (min-width: 1200px) {
  .model-container1.model-interview-wrap {
    padding: 190px 0 0;
  }
  .model-lp-note {
    font-size: 1.428rem;
    padding: 10px 40px;
    margin-bottom: 34px;
  }
  .model-interview-wrap .model-lp-ttl {
    margin-bottom: 30px;
  }
  .model-contact-wrap .model-lp-ttl-txt {
    font-size: 1.07rem;
  }
  .model-lp-ttl-txt {
    font-size: 1.214rem;
  }
  .model-lp-note::after {
    bottom: -11px;
    width: 18px;
    height: 14px;
  }
}
/*******建築家紹介******/
.model-lp-architect-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 40px;
  margin: 50px auto 60px;
}
.architect-txt01 {
  margin-top: 25px;
  font-size: 0.785rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.architect-txt02 {
  font-size: 1.357rem;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
.architect-txt02 span {
  font-size: 1rem;
  margin-left: 10px;
  letter-spacing: 0.05em;
  color: #646464;
}
.architect-txt03 {
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 0.785rem;
}
@media screen and (min-width: 768px) {
  .model-lp-architect-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .model-lp-architect-wrap ul li:first-child {
    width: 40%;
  }
  .model-lp-architect-wrap ul li:last-child {
    width: 54%;
  }
  .architect-txt01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .model-lp-architect-wrap {
    width: 82.85%;
    max-width: 1160px;
  }
}
@media screen and (min-width: 1200px) {
  .model-lp-architect-wrap {
    padding: 60px 80px;
    margin: 70px auto 150px;
  }
  .architect-txt01 {
    font-size: 0.928rem;
    margin-bottom: 14px;
  }
  .architect-txt02 {
    font-size: 1.714rem;
    margin-bottom: 20px;
  }
  .architect-txt02 span {
    font-size: 1.141rem;
    margin-left: 20px;
  }
  .architect-txt03 {
    font-size: 1rem;
  }
}
/*Highlight*/
.model-lp2 .model-interview-g.inter2-1 {
  padding-top: 7rem;
}
.model-container1.model-lp-highlights-wrap {
  padding-bottom: 40px;
}
.mh-txt01 {
  font-size: 1.785rem;
  text-align: left;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 16px;
}
.mh-txt01 span {
  font-size: 0.928rem;
  margin-right: 8px;
}
.mh-txt02 {
  font-size: 1.642rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.mh-txt03 {
  margin-bottom: 17px;
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.7;
}
.model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item {
  margin-bottom: 60px;
}
.model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-ite:last-child {
  margin-bottom: 0;
}
.br1400 {
  display: none;
}
@media screen and (min-width: 992px) {
  ul.mh-wrap li.mh-wrap-item {
    display: flex;
    justify-content: space-between;
  }
  ul.mh-wrap li.mh-wrap-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .mh-img {
    width: 59.31%;
  }
  .mh-txt-wrap {
    width: 33.10%;
  }
  .mh-txt01 {
    margin-top: 0;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) .slick-dots {
    justify-content: left;
  }
}
@media screen and (min-width: 1200px) {
  .model-container1.model-lp-highlights-wrap {
    width: 100%;
    margin: 0;
    max-width: unset;
    padding-bottom: 80px;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item {
    width: 80.55%;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) {
    margin: 0 12.77% 120px 6.66%;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n) {
    margin: 0 6.66% 120px 12.77%;
  }
  .mh-txt01 {
    font-size: 2.142rem;
    margin-bottom: 70px;
  }
  .mh-txt01 span {
    font-size: 1.214rem;
    margin-right: 15px;
  }
  .mh-txt02 {
    font-size: 2.142rem;
    line-height: 1.666;
    margin-bottom: 33px;
  }
  .mh-txt03 {
    margin-bottom: 28px;
    font-size: 1.07rem;
    line-height: 1.7;
  }
  .model-lp2 .model-interview-g.inter2-1 {
    padding-top: 15rem;
  }
}
@media screen and (min-width: 1400px) {
  .br1400 {
    display: block;
  }
}
/* Dots */
.slick-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: right;
  bottom: revert-layer;
  left: 0;
  margin-top: 10px;
}
.slick-dots li {
  position: relative;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #c8c8c8;
}
.slick-dots li:first-child {
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots li.slick-active {
  background-color: #1e1d1d;
}
.dotted-blue .slick-dots li.slick-active {
  background-color: #0073b8;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0);
  visibility: hidden;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
@media screen and (max-width: 1199px) {
  .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .slick-dots {
    margin-top: 25px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-dots li:first-child {
    margin-bottom: 0;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) .slick-dots li:first-child {
    margin: 0;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) .slick-dots li:last-child {
    margin: 0;
    margin-left: 16px;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n) .slick-dots li:first-child {
    margin-right: 16px;
  }
}
/*outline*/
.model-container1.model-outline-wrap {
  padding-top: 87px;
  margin-bottom: 50px;
}
.model-lp2 .model-container1.model-outline-wrap {
  padding-bottom: 6rem;
  margin-bottom: 0;
}
.mo-txt01 {
  font-size: 1.785rem;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 30px;
}
.mo-txt02 {
  font-size: 0.928rem;
  margin-top: 20px;
}
.model-outline-wrap table {
  width: 100%;
}
.model-outline-wrap table tr {
  border-top: 1px solid #d7d7d7;
}
.model-outline-wrap table tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.model-outline-wrap table tr th, .model-outline-wrap table tr td {
  padding: 20px 0;
  font-size: 0.928rem;
  font-weight: 500;
}
.model-outline-wrap table tr th {
  width: 33.33%;
}
.model-outline-wrap table tr td {
  width: 66.66%;
}
@media screen and (min-width: 768px) {
  .model-outline-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .model-outline-wrap ul li:first-child {
    width: 54.28%;
  }
  .model-outline-wrap ul li:last-child {
    width: 40%;
  }
  .mo-txt01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .model-outline-wrap ul li:first-child {
    width: 64.28%;
  }
  .model-outline-wrap ul li:last-child {
    width: 30%;
  }
  .mo-txt01 {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  .mo-txt02 {
    font-size: 1.07rem;
    margin-top: 25px;
  }
  .model-outline-wrap table tr th, .model-outline-wrap table tr td {
    padding: 20px 0;
    font-size: 1.07rem;
  }
  .model-container1.model-outline-wrap {
    padding-top: 170px;
    margin-bottom: 140px;
  }
  .model-lp2 .model-container1.model-outline-wrap {
    padding-bottom: 15rem;
  }
}
/*SCROLL SLICK*/
.model-scroll-slider li {
  width: 600px;
  height: auto;
}
.model-scroll-slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*CONTACT*/
.model-container1.model-contact-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.model-contact-wrap .model-lp-ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .model-container1.model-contact-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .model-contact-wrap .model-lp-ttl {
    margin-bottom: 35px;
  }
}
/************************
/*FORM
************************/
.pg_contact_container {
  margin-bottom: 6rem;
}
.wpcf7 {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .pg_contact_container {
    margin-bottom: 9rem;
  }
}
#form-contact_box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.pg_contact_txt1 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.pg_contact_txt2 {
  font-weight: bold;
  margin-bottom: 7rem;
}
.cl-red {
  color: #c50000;
}
.form-group_address #zip3 {
  width: 50%;
}
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-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
}
#form-contact_box .form-group_namebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
#form-contact_box .form-group_namebox .form-group {
  width: 48.5%;
  margin-bottom: 0;
}
#form-contact_box .form-group {
  margin-bottom: 45px;
}
#form-contact_box .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-contact_box .form-item:last-child {
  margin-right: 0;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
  font-size: 1.14rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #000000;
  border-radius: 0;
}
#form-contact_box .form-label, #form-contact_box .form-label {
  margin-bottom: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-label, #form-contact_box .form-label {
    margin-bottom: 20px;
  }
}
#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%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  padding: 23px 30px;
  background-color: #fff;
}
#form-contact_box textarea {
  padding-bottom: 16px;
}
#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;
}
#form-contact_box .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
.form-group_other_block {
  margin-top: -2rem;
}
#form-contact_box input[type="submit"] {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 1.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  background-color: #000000;
  height: 80px;
  color: #fff;
  border-radius: 40px;
}
#form-contact_box input.form-input--half {
  max-width: 430px;
}
#form-contact_box .form-imp__icon {
  color: #c50000;
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  #form-contact_box input[type="submit"] {
    max-width: 400px;
    font-size: 1.214rem;
    height: 80px;
  }
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-input__checkbox {
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox label {
  cursor: pointer;
}
#form-contact_box .form-input__checkbox.form-input__checkbox--round.agree-check label {
  margin-bottom: 20px;
}
#form-contact_box .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-input__checkbox.form-input__checkbox--round.agree-check label {
    margin-bottom: 25px;
  }
}
/* 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: 42px;
  ;
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 56px;
  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: 40px;
  width: 40px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#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: 14px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  background-color: #000;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 18.6px;
  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.928rem;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    font-size: 1.07rem;
  }
  #form-contact_box .form-p {
    font-size: 1.07rem;
  }
}
@media screen and (max-width: 576px) {
  .pg_contact_txt1 {
    margin-bottom: 1rem;
  }
  .pg_contact_txt2 {
    margin-bottom: 4rem;
  }
  #form-contact_box .form-group_namebox {
    margin-bottom: 2rem;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
    font-size: 1rem;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select {
    padding: 18px 16px;
    font-size: 0.9rem;
  }
  #form-contact_box input[type="submit"] {
    height: 60px;
    width: 80%;
  }
  #form-contact_box .form-group {
    margin-bottom: 23px;
  }
  .form-group_address #zip3 {
    width: 100%;
  }
  #form-contact_box .form-group--break {
    margin-bottom: 2.5rem;
  }
  #form-contact_box .form-group--last {
    margin-bottom: 0;
  }
  #form-contact_box input + input {
    margin-top: 5px;
  }
  #form-contact_box textarea {
    padding-bottom: 8px;
  }
  #form-contact_box .form-label {
    margin-bottom: 12px;
    font-size: 0.928rem;
  }
  #form-contact_box .form-item:last-child {
    margin-top: 4px;
  }
  /* CUSTOM CHECKBOX */
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label {
    line-height: 30px;
    padding-left: 66px;
    padding-top: 0;
    margin-right: 2rem;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
    left: 10px;
    width: 12px;
    height: 12px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
    font-weight: normal;
    font-size: 1.07rem;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 11px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item.first {
    margin-bottom: 5px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item.first.last {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-list-item {
    margin: 5px 0 0 0 !important;
  }
  #form-contact_box .form-label--mb1 {
    margin-bottom: 15px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
    width: 50px;
    height: 50px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 19px;
  }
  .form_cb_tel {
    margin-bottom: 2px;
  }
  .form_cb_tel span {
    font-size: 1.4rem;
  }
  .form_cb_tel a {
    font-size: 2.4rem;
    color: #000;
  }
  .form_cb_time {
    font-size: 0.8rem;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
}
/* 3COLUMN */
#form-contact_box .form-col3 {
  display: flex;
  justify-content: space-between;
}
#form-contact_box .form-col3 div {
  /*
  width: 48.5%;
*/
  width: calc((100% - 30px)/3);
  position: relative;
}
#form-contact_box .form-col3 div::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(225deg);
  position: absolute;
  top: 28px;
  right: 16px;
  z-index: 1;
}
#form-contact_box .form-col3 div select {
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}
#form-contact_box .form-col3 div select.selected {
  color: #000;
}
@media screen and (max-width: 576px) {
  .single_event_form_container .pg_contact_txt2 {
    margin-bottom: 3rem;
  }
  #form-contact_box .form-col3 div::before {
    width: 6px;
    height: 6px;
    top: 25px;
    right: 9px;
  }
  #form-contact_box .form-col3 {
    display: unset;
  }
  #form-contact_box .form-col3 div {
    width: 100%;
    margin-bottom: 5px;
  }
}
/*radio box*/
#form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  border-radius: 50px;
}
#form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  left: 18.6px;
}
#form-contact_box .form-input__checkbox.form-input__radiobox label {
  margin-bottom: 25px;
}
#form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label {
  padding-left: 65px;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label {
    font-size: 1.14rem;
  }
}
/*privacypolicy*/
.formPrivacy.model-fp {
  border: none;
  background: #dcdcdc;
  height: 200px;
  overflow: scroll;
  max-width: 700px;
  padding: 40px;
  margin: 0 auto 50px;
  text-align: left;
  font-size: 0.928rem;
  line-height: 1.76;
}
@media screen and (max-width: 576px) {
  .formPrivacy.model-fp {
    padding: 30px;
    margin: 0 auto 40px;
    line-height: 1.76;
    font-size: 0.785rem;
  }
}
/*reCAPTCHA*/
.reCAPTCHA_p {
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
}
.reCAPTCHA_p a {
  text-decoration: underline;
}
.grecaptcha-badge {
  visibility: hidden;
}
.back-w {
  background: #fff;
}
/*パララックス*/
.para_fixed {
  position: relative;
  height: 500px;
  text-align: center;
  color: #fff;
}
.model-container1.model-merit-wrap {
  padding-bottom: 120px;
}
.para_fixed::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 85%;
  background-size: cover;
  background-image: url("../images/model-lp/model1.jpg");
}
.model-lp2 .para_fixed::before {
  background-image: url("../images/model-lp/para2.jpg");
}
@media screen and (min-width: 1200px) {
  .para_fixed {
    height: 900px;
  }
  .para_fixed::before {
    background-position: 85%;
  }
  .model-container1.model-merit-wrap {
    padding-bottom: 225px;
  }
}
@media screen and (max-width: 576px) {
  .para_fixed {
    height: 250px;
  }
  .para_fixed::before {
    background-position: 75%;
  }
}