@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); */
/*************************
modelhouse-cube-lp
BASE
*************************/
html, body {
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.f-main {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
}
.f-main2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-style: normal;
}
.f-eng {
  font-family: 'Fjalla One', sans-serif;
}
img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* ========================================================== */
/* LOADING  */
.l-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 2000;
}
.l-loading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-loading-item {
  width: 100%;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.l-loading.show .l-loading-item {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
.l-loading-logo {
  display: block;
  max-width: 600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* ========================================================== */
/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.header__container {
  width: 100%;
  padding: 11px 65px;
  position: relative;
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 131px;
  margin-bottom: 0;
	margin-top: 0;
}
.header__logo a, .header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* HEADER INFO */
.heade-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* HEADER BTN */
.header-btn {
  width: 200px;
  height: 40px;
  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;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  margin-right: 22px;
  margin-bottom: 2px;
}
.header-btn img {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}
/* HEADER PHONE */
.header-phone {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
}
.header-phone a {
  display: block;
  font-weight: 400;
  font-size: 23px;
  color: #000;
  line-height: 40px;
  margin-bottom: -10px;
}
.header-phone a span {
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .header__container {
    padding: 11px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (max-width: 991px) {
  .heade-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-btn {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .header-btn {
    width: 40px;
    text-indent: -9999px;
    border-radius: 5px;
  }
  .header-btn img {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    padding: 10px 20px;
  }
  .header__logo {
    width: 100px;
  }
  .header-btn {
    display: none;
  }
  .header-phone a {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
  }
  .header-phone a span {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .header-phone {
    font-size: 10px;
  }
}
/* MAIN */
.p-modelhouse-cube-lp {
  font-weight: 400;
  color: #000;
  overflow: hidden;
}
/* ========================================================== */
/* MAIN VISUAL*/
.main-visual {
  width: 100%;
  position: relative;
}
/* SLIDE */
#slider-mainvisual {
  width: 100%;
  margin-bottom: 0;
	padding-left: 0;
}
#slider-mainvisual .slider-item {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider-mainvisual .slider-item:nth-child(1) {
  background-image: url("./../images/page-lp/mv1.jpg");
}
#slider-mainvisual .slider-item:nth-child(2) {
  background-image: url("./../images/page-lp/mv2.jpg");
}
#slider-mainvisual .slider-item:nth-child(3) {
  background-image: url("./../images/page-lp/mv3.jpg");
}
/* MAIN VISUAL CONTENT */
.main-visual__content {
  width: 100%;
  padding-left: 6.1%;
  padding-right: 6.1%;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 10;
}
.main-visual__content img {
  display: block;
}
.main-visual__content img.casacube_logo {
  width: 159px;
  height: 104px;
  margin-bottom: 46px;
}
.main-visual__content img.main-visual__txt {
  width: 90%;
  max-width: 613px;
  margin-bottom: 65px;
}
.main-visual__locate {
  max-width: 317px;
  height: 21px;
  position: absolute;
  bottom: 36px;
  right: 3.7%;
  z-index: 10;
	text-align: right;
	color: #fff;
	letter-spacing: 1px;
}
.lp-efont{
	font-family: 'Fjalla One', sans-serif;
}
.mvl-txt{
	font-weight: 500;
}
.casacube-lp-h1{
	color: #fff;
	line-height: 1.4;
	letter-spacing: 3px;
}
.clh-span{
	display: inline-block;
	padding: 0 5px;
}
.clh-ttl{
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 767px){
	.casacube-lp-h1{
		font-size: 24px;
	}
	.clh-span{
		font-size: 40px;
	}
	.mvl-txt{
		font-size: 16px;
	}
}
@media screen and (min-width: 768px){
	.main-visual__locate{
		font-size: 16px;
	}
	.mvl-txt{
		font-size: 24px;
	}
}
@media screen and (min-width: 768px){
	.casacube-lp-h1{
		font-size: 32px;
	}
	.clh-ttl{
		font-size: 18px;
		letter-spacing: 2px;
	}
	.clh-span{
		font-size: 48px;
	}
}
@media screen and (max-width: 991px) {
  .main-visual__content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .main-visual__locate {
    right: 5%;
  }
}
@media screen and (max-width: 576px) {
  .main-visual__content img.casacube_logo {
    width: 100px;
    height: 65px;
    margin-bottom: 20px;
  }
  .main-visual__content img.main-visual__txt {
    margin-bottom: 30px;
  }
  .main-visual__locate {
    height: 16px;
    bottom: 18px;
  }
}
/* MAIN VISUAL MOVIE */
.mainvisual__movie p {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 18px;
}
.mainvisual__movie-wrapper {
  position: relative;
  width: 308px;
  height: 178px;
  cursor: pointer;
  background-color: #fff;
  padding: 4px;
}
.mainvisual__movie-bg {
  width: 100%;
  height: 100%;
}
.mainvisual__movie-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .mainvisual__movie p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .mainvisual__movie-wrapper {
    width: 220px;
    height: 120px;
    padding: 2px;
  }
}
/* MAIN VISUAL MOVIE MODAL */
#modal-movie {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(180, 180, 180, 0.6);
}
.movie-container {
  width: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
#modal-movie.show-movie .movie-container {
  opacity: 1;
}
.movie-inner {
  max-width: 800px;
  width: 90%;
  position: relative;
}
.movie-container video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#movie-close {
  outline: none;
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
}
#movie-close img {
  display: block;
  width: 100%;
}
/* ========================================================== */
/* BUTTON */
.c-btn1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 652px;
  height: 120px;
  border-radius: 10px;
  position: relative;
  background-color: #313233;
  border: 3px solid #313233;
  overflow: hidden;
}
.c-btn1:hover {
  opacity: 1;
}
.c-btn1::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-btn1:hover:before {
  width: 104%;
}
.c-btn1__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 83px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-btn1:hover .c-btn1__inner {
  color: #000;
}
.c-btn1__inner::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background-color: #fff;
  background-image: url("./../images/page-lp/svg/icon_chevron.svg");
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: 55% 50%;
  margin-left: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-btn1:hover .c-btn1__inner::after {
  background-color: #000;
  background-image: url("./../images/page-lp/svg/icon_chevron_white.svg");
}
.c-btn1 span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-btn1 .f-eng {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  margin-right: 46px;
}
.c-btn1 img {
  display: block;
  width: 31px;
  height: 31px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .c-btn1__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 749px) {
  .c-btn1 span {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .c-btn1 {
    height: 86px;
  }
  .c-btn1__inner {
    padding: 0 20px;
  }
  .c-btn1__inner::after {
    width: 26px;
    height: 26px;
    background-size: 6px 10px;
  }
  .c-btn1 span {
    display: block;
  }
  .c-btn1 .f-eng {
    font-size: 16px;
    margin-right: 0;
  }
}
/* ========================================================== */
/* SECTION GENERAL */
.c-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* SECTION IMG */
.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: 1;
  flex: 1;
}
/* SECTION TITLE */
.c-section-info .c-section-title {
  margin-bottom: 36px;
}
.c-section-title span {
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.06em;
  margin-bottom: 46px;
}
.c-section-title__img {
  display: block;
}
.c-section-title__img.concept-txt {
  width: 90%;
  max-width: 475px;
}
.c-section-title2 {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
}
.c-section-title2 span {
  display: inline-block;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.06em;
  line-height: 42px;
  position: relative;
  padding: 0 40px;
  margin-bottom: 15px;
}
.c-section-title2 span::before, .c-section-title2 span::after {
  content: "";
  width: 39px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-section-title2 span::before {
  left: -40px;
}
.c-section-title2 span::after {
  right: -40px;
}
/* SECTION P */
.c-section-p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 34px;
  margin-bottom: 0;
}
/* SECTION LIST */
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding-left: 0;
}
.c-section-list img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-section-info .c-section-title {
    margin-bottom: 20px;
  }
  .c-section-title span {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c-section-title2 {
    font-size: 14px;
  }
  .c-section-title2 span {
    font-size: 32px;
    line-height: 38px;
    padding: 0 25px;
    margin-bottom: 10px;
  }
  .c-section-title2 span::before, .c-section-title2 span::after {
    width: 25px;
  }
  .c-section-title2 span::before {
    left: -25px;
  }
  .c-section-title2 span::after {
    right: -25px;
  }
  /* SECTION P */
  .c-section-p {
    font-size: 14px;
    letter-spacing: 0.015em;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px){
	.l-concept .c-section-info .c-section-title{
		font-size: 32px;
	}
}
/* ========================================================== */
/* SECTION SPECIFIC */
/* CONCEPT */
.l-concept {
  padding: 110px 5.8% 96px;
}
.l-concept .c-section-content {
  margin-bottom: 168px;
  position: relative;
}
.l-concept .c-section-img {
  width: 38.2%;
  height: 805px;
}
.l-concept .c-section-img::after {
  content: "";
  background-image: url("./../images/page-lp/concept-bg.jpg");
}
.l-concept .c-section-info {
  padding-top: 116px;
  padding-left: 7.8%;
  position: relative;
}
.l-concept .c-section-info__img {
  display: block;
  width: 60.75%;
  height: 430px;
  position: absolute;
  bottom: -94px;
  right: 126px;
}
.l-concept__logo {
  display: block;
  position: absolute;
  top: 2px;
  right: 37px;
  width: 163px;
  height: 35px;
}
@media screen and (max-width: 1800px) {}
@media screen and (max-width: 991px) {
  .l-concept {
    padding-left: 0;
    padding-right: 0;
  }
  .l-concept .c-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .l-concept .c-section-img {
    width: 45%;
    height: 600px;
  }
  .l-concept .c-section-info__img {
    width: 60%;
    height: 300px;
    bottom: -245%;
    right: 0;
  }
  .l-concept .c-section-info {
    padding: 0 5%;
    margin-bottom: 50px;
  }
  .l-concept__logo {
    right: 5%;
  }
  .l-concept .c-section-p br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .l-concept {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .l-concept .c-section-content {
    margin-bottom: 50px;
  }
  .l-concept__logo {
    width: 110px;
    height: 23px;
    top: 0;
  }
  .l-concept .c-section-info {
    margin-bottom: 30px;
  }
  .l-concept .c-section-p .c-line-break {
    display: block;
  }
  .l-concept .c-section-img {
    height: 300px;
  }
  .l-concept .c-section-info__img {
    height: 180px;
    bottom: -138%;
  }
}
/* ========================================================== */
/* POINT */
.l-point {
  width: 90%;
  max-width: 1538px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
}
.l-point .c-section-title2 {
  margin-bottom: 52px;
}
.l-point ul {
  counter-reset: listpoint;
}
.l-point li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 48px;
}
.l-point li img {
  height: 329px;
  margin-bottom: 21px;
}
.l-point li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.l-point li p::before {
  counter-increment: listpoint;
  content: counter(listpoint);
  width: 48px;
  height: 33px;
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  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;
  margin-right: 11px;
}
@media screen and (max-width: 991px) {
  .l-point li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
  .l-point li:last-child {
    margin-bottom: 0;
  }
  .l-point li img {
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .l-point {
    margin-bottom: 40px;
  }
  .l-point .c-section-title2 {
    margin-bottom: 30px;
  }
  .l-point li {
    width: 100%;
  }
  .l-point li img {
    height: 230px;
  }
  .l-point li p {
    font-size: 16px;
  }
  .l-point li p::before {
    width: 40px;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
  }
}
/* ========================================================== */
/* PLAN */
.l-plan {
  padding-top: 82px;
  padding-bottom: 100px;
  background-color: #e9eef0;
}
.l-plan .c-section-title2 {
  margin-bottom: -22px;
  padding-left: 5%;
  padding-right: 5%;
}
.l-plan .c-section-title2 span {
  margin-bottom: 20px;
}
.l-plan__bg {
  display: block;
  width: 71%;
  margin-left: auto;
  margin-right: 11.6%;
  margin-bottom: 36px;
}
.l-plan__main {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 88.6% 100%;
  background-position: bottom left;
  padding-top: 76px;
  padding-bottom: 100px;
}
.l-plan__main-container {
  width: 70%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.l-plan__main .c-section-title2 {
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.l-plan__main .c-section-title2 .normal-txt {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
}
.l-plan img.casa_cube_4x5 {
  display: block;
  width: 80%;
  max-width: 295px;
  margin-bottom: 26px;
}
.l-plan .c-section-listwrapper {
  margin-bottom: 38px;
}
.l-plan .c-section-listwrapper p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-align: center;
}
.l-plan .c-section-list {
  margin-bottom: 0;
}
.l-plan .c-section-list li {
  width: 49.5%;
}
.l-plan .c-section-list p {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 0;
}
.l-plan__main-list {
  padding: 0 28px;
  margin-bottom: 90px;
}
.l-plan__main-list li {
  padding-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-plan__main-list li .left {
  width: 192px;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  padding-left: 5px;
}
.l-plan__main-list li .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-plan__main-list span {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  color: #231815;
  margin-right: 30px;
}
.l-plan__main-list .small-txt span {
  font-size: 14px;
}
.l-plan__main-list .group-txt {
  display: inline;
}
.l-plan__main-list .group-txt span {
  margin-right: 10px;
}
.l-plan__main-list span.c-border-txt {
  width: 79px;
  height: 20px;
  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;
  border-radius: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(195, 195, 195, 0.84);
}
.l-plan .c-btn1 {
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-plan__main-list span.c-border-txt {
    display: inline-block;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1500px) {
  .l-plan__main {
    background-size: 95% 100%;
  }
}
@media screen and (max-width: 991px) {
  .l-plan .c-section-title2 {
    margin-bottom: 0;
  }
  .l-plan__bg {
    width: 90%;
    margin-right: auto;
  }
  .l-plan__main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
  }
  .l-plan__main-container {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .l-plan {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .l-plan__bg {
    margin-bottom: 25px;
  }
  .l-plan__main {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .l-plan .c-section-title2 {
    margin-bottom: 10px;
  }
  .l-plan img.casa_cube_4x5 {
    margin-bottom: 15px;
  }
  .l-plan .c-section-listwrapper {
    margin-bottom: 25px;
  }
  .l-plan .c-section-listwrapper p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .l-plan .c-section-list p {
    margin-top: 8px;
  }
  .l-plan .c-section-list li {
    width: 100%;
  }
  .l-plan__main-list {
    padding: 0 5px;
    margin-bottom: 45px;
  }
  .l-plan__main-list span {
    font-size: 13px;
    margin-right: 10px;
  }
  .l-plan__main-list li .left {
    width: 90px;
    padding-left: 0;
  }
  .l-plan__main-list .small-txt span {
    font-size: 11px;
  }
  .l-plan__main-list span.c-border-txt {
    width: 65px;
  }
}
/* ========================================================== */
/* MERIT  */
.l-merit {
  width: 90%;
  max-width: 1414px;
  margin: 112px auto;
}
/* MERIT TOP */
.l-merit__top {
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.l-merit__top .first-heading {
  margin-bottom: 42px;
}
.l-merit__top p.big-p {
  font-size: 26px;
  margin-bottom: 2px;
}
.l-merit__top p.big-p br {
  display: none;
}
.l-merit__top p.big-p span {
  background: -o-linear-gradient(transparent 60%, #ffff00 40%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 40%);
}
.l-merit__top p.small-p {
  font-size: 17px;
}
.l-merit__top ul {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 42px;
}
.l-merit__top ul::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 33px solid #e9e9e9;
  border-left: 78px solid transparent;
  border-right: 78px solid transparent;
  width: 0;
  height: 0;
}
.l-merit__top ul li {
  width: 33.33333%;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  padding: 20px 0 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.75);
}
.l-merit__top ul li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.75);
}
.l-merit__top ul .list-heading {
  color: #909090;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}
.l-merit__top ul .list-heading span {
  font-size: 13px;
}
.l-merit__top p.bottom-p {
  font-size: 24px;
  margin-bottom: 0;
}
/* MERIT BOTTOM */
.l-merit__bottom {
  margin-top: 102px;
}
.l-merit__bottom .c-section-title2 {
  margin-bottom: 58px;
}
.l-merit__bottom .c-section-title2 span {
  margin-bottom: 20px;
}
.l-merit__bottom-list li {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 5px rgba(239, 239, 239, 0.75);
  box-shadow: 7px 7px 5px rgba(239, 239, 239, 0.75);
}
.l-merit__bottom-list li > img {
  height: 417px;
}
.l-merit__bottom-list .item-inner {
  padding: 40px 22px;
}
.l-merit__bottom-list p.p-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.l-merit__bottom-list .item-inner h4 {
  margin-bottom: 16px;
  margin-top: 16px;
	line-height: 1.6;
}
.l-merit__bottom-list .item-inner img {
  width: 90%;
  padding-left: 2px;
}
.l-merit__bottom-list .merit-txt1 {
  max-width: 338px;
}
.l-merit__bottom-list .merit-txt2 {
  max-width: 407px;
}
.l-merit__bottom-list p.p-content {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 23px;
}
@media screen and (max-width: 1300px) {
  .l-merit__top ul {
    padding-left: 0;
    padding-right: 0;
  }
  .l-merit__top ul li {
    font-size: 18px;
  }
  .l-merit__bottom-list p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-merit__top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 85px;
  }
  .l-merit__top ul li {
    width: 100%;
    padding: 30px 0;
    font-size: 21px;
    position: relative;
  }
  .l-merit__top ul li + li::before {
    content: "";
    width: 90%;
    max-width: 280px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
  .l-merit__top ul li, .l-merit__top ul li:last-child {
    border: none;
  }
  /* BOTTOM */
  .l-merit__bottom-list li {
    width: 100%;
    text-align: center;
  }
  .l-merit__bottom-list li + li {
    margin-top: 50px;
  }
  .l-merit__bottom-list .item-inner img {
    margin-left: auto;
    margin-right: auto;
  }
  .l-merit__bottom-list p br {
    display: block;
  }
}
@media screen and (max-width: 767px){
	.l-merit__bottom-list .item-inner h4 {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px){
	.l-merit__bottom-list .item-inner h4 {
		font-size: 24px;
	}
}
@media screen and (max-width: 576px) {
  .l-merit {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .l-merit__top .first-heading {
    margin-bottom: 25px;
  }
  .l-merit__top p.big-p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .l-merit__top p.big-p br {
    display: block;
  }
  .l-merit__top p.small-p {
    font-size: 15px;
  }
  .l-merit__top ul li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .l-merit__top ul .list-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .l-merit__top p.bottom-p {
    font-size: 18px;
  }
  /* BOTTOM */
  .l-merit__bottom {
    margin-top: 50px;
  }
  .l-merit__bottom .c-section-title2 {
    margin-bottom: 30px;
  }
  .l-merit__bottom .c-section-title2 span {
    margin-bottom: 10px;
  }
  .l-merit__bottom-list li > img {
    height: 220px;
  }
  .l-merit__bottom-list .item-inner {
    padding: 20px 15px;
  }
  .l-merit__bottom-list p.p-content {
    font-size: 13px;
    letter-spacing: 0.015em;
  }
  .l-merit__bottom-list p.p-content br {
    display: none;
  }
}
/* ========================================================== */
/* ACCESS */
.access_block {
  width: 60%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .access_block {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .access_block {
    display: block;
    margin: 4rem auto 6rem;
  }
}
.access_unit02 {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .access_unit02 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.access_txt1 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .access_txt1 {
    font-size: 21px;
  }
}
.access_txt2 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.access_txt3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .access_txt3 {
    font-size: 13px;
  }
}
.access_map_block {
  width: 100%;
  margin: 4rem auto;
}
@media screen and (max-width: 576px) {
  .access_map_block {
    margin: 2rem auto;
  }
}
/* ========================================================== */
/* YOUTUBE */
.youtube_block {
  width: 90%;
    margin: 6rem auto 8rem;
}
.mb-lpyt{
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .youtube_block {
      margin: 4rem auto 6rem;
  }
}
/* ========================================================== */
/* PARALLAX */
.l-parallax {
  width: 100%;
  height: 490px;
  position: relative;
  overflow-x: hidden;
}
.l-parallax__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  clip: rect(0, auto, auto, 0);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.l-parallax__bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url("./../images/page-lp/para.jpg");
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-parallax {
    background-size: cover;
    background-position: center center;
    background-image: url("./../images/page-lp/para.jpg");
    background-attachment: fixed;
  }
  .l-parallax__bg-wrap, .l-parallax__bg {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .l-parallax {
    height: 250px;
  }
}
/* ========================================================== */
/* SECTION 01 */
.l-section01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 91.2% 100%;
  background-position: bottom left;
  padding-top: 49px;
  margin-top: -40px;
  position: relative;
  margin-bottom: 80px;
}
.l-section01__inner {
  width: 75%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section01__imgs {
  width: 107px;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  margin-right: 50px;
  padding-top: 62px;
}
.l-section01__imgs div:nth-child(2) img {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
.l-section01__imgs div + div {
  margin-top: 110px;
  position: relative;
}
.l-section01__imgs div + div::before {
  content: "";
  width: 17px;
  height: 46px;
  background-image: url("./../images/page-lp/svg/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -82px;
}
.l-section01__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-section01__list li {
  padding-top: 63px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
}
.l-section01__list .list-item__top {
  font-size: 21px;
  margin-bottom: 14px;
}
.l-section01__list .list-item__top span {
  display: inline-block;
  margin-right: 14px;
}
.l-section01__list .list-item__top span, .l-section01__list .list-item__bottom {
  font-size: 15px;
}
.l-section01__list .list-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.l-section01__list .list-item__bottom span {
  margin-right: 32px;
}
.l-section01__btn {
  font-size: 16px;
  color: #000;
  max-width: 305px;
  width: 90%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.695);
  padding-left: 34px;
}
.l-section01__btn span {
  margin-right: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-section01__btn span {
    margin-top: 5px;
  }
}
.l-section01__btn:hover {
  color: #000;
}
.l-section01__btn::after {
  content: "";
  position: absolute;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 36px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 0;
  height: 0;
  padding: 3px;
}
@media screen and (max-width: 1300px) {
  .l-section01 {
    background-size: 95% 100%;
  }
  .l-section01__inner {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .l-section01 {
    background-size: 100%;
    margin-top: 0;
  }
  .l-section01__inner {
    width: 90%;
  }
  .l-section01__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .l-section01 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .l-section01__imgs {
    width: 50px;
    margin-right: 25px;
    padding-top: 70px;
  }
  .l-section01__imgs div:nth-child(2) img {
    width: 100%;
  }
  .l-section01__imgs div + div {
    margin-top: 140px;
  }
  .l-section01__imgs div + div::before {
    top: -95px;
  }
  .l-section01__list li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-section01__list .list-item__top {
    font-size: 16px;
  }
  .l-section01__list .list-item__top span {
    margin-right: 10px;
  }
  .l-section01__list .list-item__top span, .l-section01__list .list-item__bottom {
    font-size: 12px;
  }
  .l-section01__btn {
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
  }
  .l-section01__btn::after {
    right: 20px;
    top: 15px;
  }
}
@media screen and (max-width: 374px) {
  .l-section01__btn {
    font-size: 12px;
    padding-left: 10px;
  }
  .l-section01__btn::after {
    right: 10px;
  }
}
/* ========================================================== */
/* IMG LINK */
.l-section-imglink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
}
.l-section-imglink img {
  width: 100%;
}
/* ========================================================== */
/* FAQ */
.l-faq {
  width: 90%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
.l-faq .c-section-title2 {
  margin-bottom: 40px;
}
.l-faq .c-section-title2 span {
  margin-bottom: 18px;
}
.l-faq__list {
  letter-spacing: 0;
  margin-bottom: 0;
}
.l-faq__list .list-item {
  border-radius: 6px;
  background-color: #f5f5f5;
  padding: 22px 16px 34px;
}
.l-faq__list .list-item + .list-item {
  margin-top: 15px;
}
.l-faq__list dt {
  color: #231815;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
  padding-left: 10px;
}
.l-faq__list dt span {
  font-weight: 600;
  letter-spacing: 0;
  color: #133b69;
  display: inline-block;
  margin-right: 10px;
}
.l-faq__list dd {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  background-color: #fff;
  padding: 18px 25px;
}
@media screen and (max-width: 576px) {
  .l-faq {
    margin-top: 45px;
  }
  .l-faq .c-section-title2 {
    margin-bottom: 20px;
  }
  .l-faq .c-section-title2 span {
    margin-bottom: 10px;
  }
  .l-faq__list .list-item {
    padding: 15px 10px 25px;
  }
  .l-faq__list dt {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .l-faq__list dt span {
    margin-right: 5px;
  }
  .l-faq__list dd {
    font-size: 13px;
    padding: 10px 15px;
  }
}
/* ========================================================== */
/* COVID */
.l-covid {
  width: 90%;
  max-width: 1298px;
  margin: 115px auto 138px;
}
.l-covid__top {
  padding: 30px 40px 28px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  margin-bottom: 34px;
}
.l-covid__top p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: normal;
  margin-bottom: 0;
}
.l-covid__top .para-top {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 8px;
  letter-spacing: 0.022em;
  margin-bottom: 8px;
}
.l-covid__top .para-top span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  width: 196px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 26px;
  margin-right: 32px;
  margin-left: 2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-covid__top .para-top span {
    line-height: 40px;
  }
}
.l-covid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding-left: 0;
}
.l-covid ul li {
  width: calc((100% - 60px) / 6);
  padding-top: 44px;
  padding-bottom: 31px;
  text-align: center;
  border: 1px solid #dddddd;
}
.l-covid ul .c-img-wrapper {
  width: 100%;
  height: 45px;
  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;
  margin-bottom: 34px;
}
.l-covid ul img.img-door {
  width: 65px;
}
.l-covid ul img.img-mask {
  width: 64px;
}
.l-covid ul img.img-wash {
  width: 70px;
}
.l-covid ul img.img-clean {
  width: 65px;
}
.l-covid ul img.img-test {
  width: 59px;
}
.l-covid ul p {
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 25px;
}
@media screen and (max-width: 1300px) {
  .l-covid ul p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .l-covid ul li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
  .l-covid ul p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .l-covid__top .para-top span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .l-covid ul .c-img-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .l-covid {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .l-covid__top {
    padding: 20px;
    margin-bottom: 20px;
  }
  .l-covid__top p {
    font-size: 13px;
  }
  .l-covid__top .para-top {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .l-covid__top .para-top span {
    width: 170px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
  }
  .l-covid ul li {
    width: 48%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .l-covid ul .c-img-wrapper {
    margin-bottom: 10px;
  }
  .l-covid ul p {
    font-size: 13px;
    line-height: 22px;
  }
}
/* ========================================================== */
/* MESSAGE */
.l-message {
  margin-left: 10.3%;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-message .c-section-img {
  width: 44.8%;
}
.l-message .c-section-img::after {
  content: "";
  background-image: url("./../images/page-lp/representative.jpg");
}
.l-message__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 9.7%;
  padding-top: 60px;
  padding-bottom: 142px;
  padding-right: 5%;
}
.l-message__content p {
  letter-spacing: 0;
}
.l-message__content p.p-title {
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.06em;
  margin-bottom: 36px;
}
.l-message__content p.p-big {
  font-size: 30px;
  line-height: 56px;
  margin-bottom: 36px;
}
.l-message__content p.p-gray {
  font-size: 14px;
  color: #a5a390;
  margin-bottom: 45px;
}
.l-message__content p.p-normal {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 105px;
}
.l-message__content p.p-bottom {
  padding-left: 15%;
}
.l-message__content p.p-bottom span {
  font-size: 23px;
  display: inline-block;
}
.l-message__content p.p-bottom span + span {
  margin-left: 20px;
}
.l-message__content p.p-bottom span.small-txt {
  color: #666666;
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .l-message {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .l-message__content p.p-big {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .l-message .c-section-img {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .l-message {
    margin-left: 0;
  }
  .l-message .c-section-img {
    width: 50%;
    height: 680px;
  }
  .l-message__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-message__content p.p-big {
    font-size: 18px;
    line-height: 30px;
  }
  .l-message__content p.p-bottom {
    padding-left: 0;
  }
}
@media screen and (max-width: 749px) {
  .l-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .l-message .c-section-img {
    width: 100%;
    height: 340px;
  }
  .l-message .c-section-img::after {
    background-position: 0% 35%;
  }
  .l-message__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: -30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .l-message__content > div {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 15px;
  }
  .l-message__content p.p-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .l-message__content p.p-big {
    margin-bottom: 15px;
  }
  .l-message__content p.p-gray {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .l-message__content p.p-normal {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
  }
  .l-message__content p.p-bottom {
    text-align: right;
    margin-bottom: 30px;
  }
  .l-message__content p.p-bottom span {
    font-size: 14px;
  }
  .l-message__content p.p-bottom span + span {
    margin-left: 10px;
  }
  .l-message__content p.p-bottom span.small-txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .l-message__content p.p-big .c-line-break {
    display: none;
  }
}
/* ========================================================== */
/* OTHER PLAN */
.border-box-lp{
	border: 8px #eee solid;
}
.t2-lp{
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.6;
}
.op-ttl{
	font-weight: bold;
	line-height: 1.6;
	font-size: 18px;
	border-bottom: 1px #565656 solid;
	padding-bottom: 3px;
	margin-bottom: 16px;
}
.op-mb2{
	margin-bottom: 16px;
}
@media screen and (max-width: 767px){
	.border-box-lp{
		padding: 32px 16px 16px;
		margin-bottom: 64px;
	}
	.t2-lp{
		font-size: 20px;
	}
	.op-mb{
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 768px){
	.border-box-lp{
		padding: 56px 5% 40px;
		margin-bottom: 120px;
	}
	.border-box-lp .c-section-title2{
		margin-bottom: 40px;
	}
	.t2-lp{
		font-size: 24px;
	}
	.op-mb{
		margin-bottom: 40px;
	}
}
/* ========================================================== */
/* FORM */
.l-form {
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 108px;
}
.l-form .wpcf7-submit {
  background-color: #000;
}
.l-form .formPrivacy p:last-child {
  margin-bottom: 0;
}
.l-form select {
  background-color: #e9e9ed;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .l-form #form td .col-md-4 + .col-md-4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .l-form {
    margin-bottom: 55px;
  }
  .l-form input[type="text"], .l-form input[type="email"], .l-form input[type="tel"], .l-form textarea, .l-form select {
    padding: 5px;
  }
}
/* ========================================================== */
/* SLIDE SLOW*/
#slide-slow{
	padding-left: 0;
}
#slide-slow .slick-list {
  padding: 0 20%;
}
#slide-slow img {
  width: 100%;
  height: 667px;
}
@media screen and (max-width: 1400px) {
  #slide-slow .slick-list {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 991px) {
  #slide-slow .slick-list {
    padding: 0;
  }
  #slide-slow img {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  #slide-slow img {
    height: 200px;
  }
}
/* PAGE UP */
.pageup {
  width: 51px;
  height: 51px;
  position: fixed;
  bottom: 44px;
  right: 77px;
  z-index: 100;
  background-color: #333333;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pageup::after {
  content: "";
  border-bottom: 10px solid #fff;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pageup:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 1200px) {
  .pageup {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageup {
    display: none !important; /*非表示 */
  }
}
/* FOOTER */
footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 62px;
  padding-top: 96px;
  text-align: center;
}
.footer__logo {
  width: 162px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 58px;
}
.footer__logo a, .footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
footer .copy-right {
  font-size: 13px;
  letter-spacing: 0.065em;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  footer {
    padding-bottom: 35px;
    padding-top: 48px;
  }
  .footer__logo {
    width: 140px;
    margin-bottom: 30px;
  }
}
.br-sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .br-sp {
    display: block;
  }
}