@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&family=Marcellus&display=swap");
body#indexP {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}
body#indexP footer .nav_List {
  background: #ffffff;
}

#indexP .inner {
  max-width: 1366px;
  width: 94%;
  margin: 0 auto;
}

@media only screen and (min-width: 1101px) {
  #indexP header.flex {
    background: transparent;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
}
#indexP .section {
  padding: 120px 0 200px;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  #indexP .section {
    padding: 50px 0 150px;
    margin-top: -110px;
  }
}

@media (min-width: 768px) {
  header #Gnav .nav_List a {
    color: #fff;
  }
}
/* main_Img
=========================================== */
.main-bg {
  padding-top: 80px;
  background: #f0f0f0 url("../img/kukomae_bg.jpg") no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .main-bg {
    padding-top: 66px;
    background-position: center;
  }
}

#main_Img {
  width: 100%;
  min-height: clamp(560px, 100svh - 149px, 800px);
  height: auto;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_Img {
    min-height: unset;
    padding: 0;
    margin-top: 14px;
  }
}
#main_Img .inner {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
  max-width: 1500px;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  #main_Img .inner {
    bottom: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    right: 0;
  }
}
#main_Img .flex {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #main_Img .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main_Img .photo_img {
  width: 41.6666666667%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  #main_Img .photo_img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#main_Img .photo_img img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  #main_Img .photo_img img {
    width: 100%;
    max-width: 70%;
  }
}
#main_Img .main_Img_left {
  width: 65%;
  padding-top: 6%;
}
@media (max-width: 768px) {
  #main_Img .main_Img_left {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 20px 2%;
  }
}
#main_Img .mv_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #main_Img .mv_title {
    padding-top: 0;
    width: 100%;
  }
}
#main_Img .mv_title .commingsoon {
  font-family: "Bonheur Royale", cursive;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 0.8em;
  margin-left: -20px;
  font-size: 4.39238653vw;
}
@media (min-width: 769px) and (max-width: 960px) {
  #main_Img .mv_title .commingsoon {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  #main_Img .mv_title .commingsoon {
    font-size: 3rem;
    position: absolute;
    bottom: -67px;
    right: 10%;
  }
}
#main_Img .mv_title .property_name {
  position: relative;
  margin-bottom: 1em;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  font-size: 1.756954612vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) and (max-width: 960px) {
  #main_Img .mv_title .property_name {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #main_Img .mv_title .property_name {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 0;
  }
}
#main_Img .mv_title .property_name .title_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main_Img .mv_title .property_name .title_box .shinchiku {
  background: #0A1F58;
  color: #fff;
  width: 100%;
  padding: 0.6em 1em;
  font-size: 1.4641288433vw;
}
@media only screen and (max-width: 768px) {
  #main_Img .mv_title .property_name .title_box .shinchiku {
    font-size: 1.4rem;
  }
}
#main_Img .mv_title .property_name .title_box .encresthakata {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #main_Img .mv_title .property_name .title_box .encresthakata {
    font-size: 1.6rem;
    color: #221815;
  }
}
#main_Img .mv_title .property_name .kukomae {
  font-size: 4.0263543192vw;
  margin-left: 2.5rem;
  font-family: "Zen Old Mincho", sans-serif;
  letter-spacing: 0.06em;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #main_Img .mv_title .property_name .kukomae {
    font-size: 2rem;
    margin-left: 0.5rem;
    color: #242038;
  }
}
#main_Img .mv_title .start {
  font-weight: 400;
  text-align: left;
  font-size: 1.9033674963vw;
  white-space: nowrap;
  z-index: 1;
  width: 100%;
  text-align: center;
  border-top: 1px solid;
  padding-top: 0.5em;
}
@media (min-width: 769px) and (max-width: 960px) {
  #main_Img .mv_title .start {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #main_Img .mv_title .start {
    font-size: 2rem;
    border-bottom: 0;
    padding-bottom: 0;
    color: #242038;
  }
}

@media only screen and (min-width: 769px) {
  .concept_Img.pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    width: 100%;
    margin-top: 50px;
  }
  .concept_Img.sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .concept_Img.pc {
    display: none;
  }
  .concept_Img.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    width: 85%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.concept_Img .concept01 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .concept_Img .concept01 {
    margin-top: 11px;
  }
}
.concept_Img .concept02 {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .concept_Img .concept02 {
    margin-top: 46px;
  }
}
.concept_Img .concept03 {
  margin-top: 33px;
}
@media only screen and (max-width: 768px) {
  .concept_Img .concept03 {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .concept_Img .concept04 {
    margin-top: 0;
  }
}
.concept_Img figure img {
  width: 100%;
  height: auto;
}

/* txtslider
=========================================== */
/* concept
=========================================== */
.concept {
  background-size: auto 100%;
  padding-bottom: 0;
  margin-bottom: 140px;
  margin-top: 80px;
  position: relative;
  color: #242038;
}
@media only screen and (max-width: 875px) {
  .concept {
    padding: 0;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept .concept_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
@media only screen and (max-width: 875px) {
  .concept .concept_right img {
    width: 50px;
    height: auto;
  }
}
.concept .text_area {
  margin-top: 40px;
  padding-bottom: 60px;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 875px) {
  .concept .text_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.concept .txtbox,
.concept .txtbox02 {
  width: 48%;
}
@media only screen and (max-width: 875px) {
  .concept .txtbox,
  .concept .txtbox02 {
    width: 100%;
  }
}
.concept .txtbox p {
  font-weight: 400;
  line-height: 2;
  font-size: 2.0497803807vw;
  font-family: "Zen Old Mincho", sans-serif;
}
@media (min-width: 769px) and (max-width: 960px) {
  .concept .txtbox p {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .concept .txtbox p {
    font-size: 2.2rem;
  }
}
.concept .txtbox02 {
  margin-top: 3em;
  line-height: 2.2;
}
@media only screen and (max-width: 875px) {
  .concept .txtbox02 {
    margin-top: 0;
  }
}

.slide-area {
  margin-left: calc(50% - 50vw);
}
@media (max-width: 875px) {
  .slide-area {
    margin-left: 0;
    margin-right: 0;
  }
}
.slide-area .slick-slide {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.slide-area .slick-slide img {
  width: 100%;
  height: auto;
}

.specification {
  margin-top: 50px !important;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .specification {
    margin-bottom: 80px !important;
  }
}
.specification .top_h2_title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specification .bnr_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .specification .bnr_container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.specification .bnr_container .bnr_box {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .specification .bnr_container .bnr_box {
    margin: 0 0 10px 0;
    width: 49%;
  }
}
.specification .bnr_container .bnr_box img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .specification .bnr_container .bnr_box img {
    max-width: 400px;
  }
}
.specification .bnr_container .bnr_box > a:hover img {
  opacity: 0.9;
}

/* location
=========================================== */
.sticky {
  height: 3500px;
}
@media only screen and (max-width: 768px) {
  .sticky {
    height: 3000px;
  }
}

.location {
  background: url("../img/bg_location.jpg") center left no-repeat;
  background-size: cover;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .location {
    top: 66px;
  }
}
.location .discSec .text {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .location .discSec .text {
    width: 100%;
  }
}
.location .discSec .text .top_h2_title {
  color: #fff;
}
.location .discSec .text a {
  color: #fff;
}

/* plan
=========================================== */
.plan {
  text-align: center;
  background: #F3F3F3;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .plan {
    top: 66px;
  }
}
.plan .inner {
  position: relative;
}
.plan .top_h2_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan .btn {
  text-align: center;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .plan .btn {
    margin-bottom: 30px;
  }
}

.top_plan_list {
  width: 100%;
}
.top_plan_list ul.flex {
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top_plan_list ul.flex {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_plan_list ul li {
  width: calc((100% - 32px) / 3);
  overflow: hidden;
  aspect-ratio: 378/160;
}
@media only screen and (max-width: 768px) {
  .top_plan_list ul li {
    width: 100%;
    aspect-ratio: auto;
  }
}
.top_plan_list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding: 20px 24px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .top_plan_list ul li a {
    padding: 20px;
  }
}
.top_plan_list ul li a span.title {
  position: relative;
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  margin-top: auto;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 50px;
  z-index: 3;
  text-align: left;
}
.top_plan_list ul li a span.title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_white.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .top_plan_list ul li a span.title:before {
    width: 32px;
    height: 32px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .top_plan_list ul li a span.title {
    font-size: 2rem;
  }
}
.top_plan_list ul li a .bg_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 100%;
}
.top_plan_list ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 65, 65, 0.4);
  opacity: 1;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 2;
}
.top_plan_list ul li a:hover:before {
  opacity: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.top_plan_list ul li a:hover .bg_image {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/* quality
=========================================== */
.quality {
  background: url(../img/bg_quality.jpg) top left no-repeat #ffffff;
  background-size: 100% auto;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .quality {
    background: url("../img/bg_quality.jpg") top left no-repeat #ffffff;
    background-size: auto 85%;
    top: 66px;
  }
}
.quality .top_h2_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.quality .flex {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.quality_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .quality_box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.eq_box {
  width: 67%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px;
  -webkit-box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 768px) {
  .eq_box {
    width: 100%;
    padding: 20px 12px;
  }
}
.eq_box h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
.eq_box h3 .circle {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 300;
  padding-left: 1em;
  text-align: left;
  color: #4E525E;
}
@media only screen and (max-width: 1230px) {
  .eq_box h3 .circle {
    font-size: 1.6rem;
  }
}
.eq_box h3 .circle:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #4E525E;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.eq_box h3 .en {
  color: #4E525E;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1230px) {
  .eq_box h3 .en {
    font-size: 1rem;
  }
}

.eq_list {
  gap: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .eq_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.eq_list li {
  width: calc((100% - 18px) / 3);
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0A1F58;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .eq_list li {
    width: calc((100% - 9px) / 2);
    height: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.eq_list li a {
  width: 100%;
  height: 100%;
}
.eq_list li a div {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.eq_list li a:hover div {
  opacity: 0.6;
}
.eq_list li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.eq_list li div figure {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .eq_list li div figure {
    height: 42px;
  }
}
.eq_list li div figure img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .eq_list li div figure img {
    height: 80%;
  }
}
.eq_list li div p {
  color: #fff;
  line-height: 1;
  margin: 20px auto 0;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1230px) {
  .eq_list li div p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.eq_list li div p span {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 1230px) {
  .eq_list li div p span {
    font-size: 0.8rem;
  }
}

.eq_box.facilty {
  width: 27%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1230px) {
  .eq_box.facilty {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .eq_box.facilty {
    width: 100%;
    padding: 20px 12px;
  }
}
.eq_box.facilty h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eq_box.facilty h3 .circle:before {
  background: #0A1F58;
}
.eq_box.facilty h3 .en {
  color: #0A1F58;
}
.eq_box.facilty .eq_list li {
  width: 100%;
  background: #4E525E;
}
@media only screen and (max-width: 768px) {
  .eq_box.facilty .eq_list li {
    width: calc((100% - 9px) / 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* タブ切り替え全体のスタイル
=========================================== */
.tabs {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 830px) {
  .tabs {
    width: 94%;
    margin: 0 auto;
  }
}

/*タブのスタイル*/
.tab_item {
  width: calc(25% - 10px);
  height: 77px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  cursor: pointer;
  color: #333333;
  font-family: "Marcellus", sans-serif;
}
@media (max-width: 768px) {
  .tab_item {
    width: calc((100% - 5px) / 2);
    font-size: 1.2rem;
    line-height: 1.4;
    height: 50px;
    margin-bottom: 40px;
  }
}
.tab_item.mg_none {
  margin-left: 25%;
}
@media (max-width: 768px) {
  .tab_item.mg_none {
    margin-left: 0;
  }
}
.tab_item:not(.mg_none) {
  margin-left: 18px;
  margin-right: 25%;
}
@media (max-width: 768px) {
  .tab_item:not(.mg_none) {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media (hover: hover) {
  .tab_item:hover {
    opacity: 0.7;
  }
}
.tab_item.unclickable {
  cursor: default;
}
@media (hover: hover) {
  .tab_item.unclickable:hover {
    opacity: 1;
  }
}

.quality {
  /*ラジオボタンを全て消す*/
}
.quality input[name=tab_item] {
  display: none;
}
.quality {
  /*タブ切り替えの中身のスタイル*/
}
.quality .tab_content {
  display: none;
  clear: both;
  position: relative;
  text-align: left;
}
.quality {
  /*選択されているタブのコンテンツのみを表示*/
}
.quality #tab1:checked ~ #tab1_content,
.quality #tab2:checked ~ #tab2_content {
  display: block;
}
.quality {
  /*選択されているタブのスタイルを変える*/
}
.quality .tabs input:checked + .tab_item {
  background: #0A1F58;
  cursor: default;
  color: #fff;
}
@media (hover: hover) {
  .quality .tabs input:checked + .tab_item:hover {
    opacity: 1;
  }
}

.plan {
  /*ラジオボタンを全て消す*/
}
.plan input[name=plan_tab_item] {
  display: none;
}
.plan {
  /*タブ切り替えの中身のスタイル*/
}
.plan .tab_content {
  display: none;
  clear: both;
  position: relative;
  text-align: left;
}
.plan {
  /*選択されているタブのコンテンツのみを表示*/
}
.plan #plan_tab1:checked ~ #plan_tab1_content,
.plan #plan_tab2:checked ~ #plan_tab2_content {
  display: block;
}
.plan {
  /*選択されているタブのスタイルを変える*/
}
.plan .tabs input:checked + .tab_item {
  background: #0A1F58;
  cursor: default;
  color: #fff;
}
@media (hover: hover) {
  .plan .tabs input:checked + .tab_item:hover {
    opacity: 1;
  }
}

/* outline
=========================================== */
#indexP .section.outline {
  position: relative;
  background: #ffffff;
  padding-top: 0;
}
#indexP .section.outline .deco {
  position: relative;
}
#indexP .section.outline .deco .outline_right {
  position: absolute;
  top: 0;
  right: 0vw;
  z-index: 50;
}
@media only screen and (max-width: 875px) {
  #indexP .section.outline .deco .outline_right {
    top: -5px;
  }
  #indexP .section.outline .deco .outline_right img {
    width: 50px;
    height: auto;
  }
}
#indexP .section.outline .inner {
  position: relative;
}
#indexP .section.outline .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #indexP .section.outline .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#indexP .section.outline .flex .discSec {
  width: 48%;
  max-width: 410px;
}
@media only screen and (max-width: 768px) {
  #indexP .section.outline .flex .discSec {
    width: 100%;
    max-width: 100%;
  }
}
#indexP .section.outline .flex figure {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #indexP .section.outline .flex figure {
    width: 100%;
  }
}
#indexP .section.outline .flex figure img {
  width: 100%;
  height: auto;
}

.top_plan_list ul li a.hover_black:hover:before {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */