@charset "UTF-8";
/**
 * Mixin
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 780px) {
  html {
    font-size: 50%;
  }
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  font-family: "じゅん 201", "A-OTF Jun Pro";
}

ul {
  list-style: none;
  padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "じゅん 501", "A-OTF Jun Pro";
  line-height: 1.4;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mtS {
  margin-top: 20px;
}

.mtM {
  margin-top: 40px;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.txt-strong {
  font-size: 1.8rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.txt-green {
  color: #c3d72c;
}
.txt-red {
  color: #ff0000;
}
.txt-small {
  font-size: 1.4rem;
}

.sp {
  display: none;
}

@media only screen and (max-width: 780px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
select {
  font-size: 1.6rem;
  background: #fff;
  width: 100%;
  line-height: 1em;
  height: 42px;
  padding: 0 10px;
  border: solid 1px #ccc;
}

.contents {
  min-height: 90vh;
  margin-top: -140px;
}
@media only screen and (max-width: 780px) {
  .contents {
    margin: 0;
  }
}

/* header  */
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 310px;
  padding-top: 40px;
}
@media only screen and (max-width: 780px) {
  .header {
    padding: 15px;
    height: inherit;
  }
}

.header__logo {
  width: 192px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .header__logo {
    width: 56%;
    margin: 0;
    max-width: 200px;
  }
}

.header__btn {
  position: absolute;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 80px;
  right: 90px;
  width: 30%;
  max-width: 380px;
}
@media only screen and (max-width: 980px) {
  .header__btn {
    display: none;
  }
}
.header__btn a + a {
  margin-left: 15px;
}

.menuBtn {
  position: fixed;
  width: 50px;
  height: 58px;
  right: 22px;
  top: 82px;
}
@media only screen and (max-width: 780px) {
  .menuBtn {
    right: 15px;
    top: 14px;
  }
}
.menuBtn span {
  height: 5px;
  width: 100%;
  background-color: #00C6EB;
  border-radius: 3px;
  display: block;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menuBtn span:nth-of-type(1) {
  top: 0;
}
.menuBtn span:nth-of-type(2) {
  top: 15px;
}
.menuBtn span:nth-of-type(3) {
  top: 30px;
}
.menuBtn p {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.gnav {
  right: -100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #00aeeb;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  overflow-y: scroll;
  padding-bottom: 100px;
}
.gnav .gnav__logo {
  position: absolute;
  top: 65px;
  left: 40px;
  width: 280px;
}
@media only screen and (max-width: 780px) {
  .gnav .gnav__logo {
    top: 15px;
    left: 15px;
    width: 56%;
  }
}


.gnav .gnav__main li,
.gnav .gnav__sub li {
  padding: 5px 0;
}
.gnav .gnav__main a {
  color: #fff;
  font-size: 2.6rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.gnav .gnav__sub{
  margin-top: 20px;
}
.gnav .gnav__sub a {
  font-size: 2.2rem;
  color: #000;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.gnav__bnr_wrap{
  margin:180px 0 30px;
}

.gnav .gnav__bnr {
  width: 346px;
  display: block;
  margin: 20px auto 0;
}
.gnav .gnav__insta {
  display: block;
  width: 43px;
  margin: 30px auto 0;
}

body.on .menuBtn span {
  background-color: #fff;
}
body.on .menuBtn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
body.on .menuBtn span:nth-of-type(2) {
  display: none;
}
body.on .menuBtn span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}
body.on .gnav {
  right: 0;
}

/* footer */

.fix_btn{
  background-color: #00aeeb;
  height: 60px;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  z-index: 1;
  }

.fix_btn img{
  max-height: 54px;
  width: auto;
}

.fix_btn a + a{
  margin-left: 30px;
}

.fix_btn.is-scrollEnd{
  position: relative;
}


.footer {
  background-color: #00aeeb;
  padding: 20px 0 15px;
  text-align: center;
  height: 100px;
}


.footer__insta {
  width: 34px;
  display: block;
  margin: 0 auto;
}

.footer__copy {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
}

/* common */
.inner {
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.inner--min {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* home */
.mv {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  min-height: 600px;
  height: 60vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .mv {
    min-height: auto;
  }
}

.mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv__txt {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30.8080808081%;
}
@media only screen and (max-width: 780px) {
  .mv__txt {
    width: 74%;
    bottom: 25px;
  }
}

.home_lead {
  padding: 40px 0;
}

.home_cta {
  width: 90%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00aeeb;
  border-radius: 5px;
  padding: 15px 25px;
  margin-top: 80px;
}
@media only screen and (max-width: 780px) {
  .home_cta {
    border-top: 15px solid #00aeeb;
  }
}

.home_cta__txt {
  margin: -38px 0 0;
}

.home_cta__btn {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_cta__btn > a {
  display: block;
  width: 49%;
}

.home_cta__line{
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  padding: 20px 10px;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}
.home_cta__line img{
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .home_cta__line img{
    margin-top: 10px;
  }
}

.home_news{
  margin-top: 70px;
}
.home_news--blog{
  margin-top: 100px;
}
.home_news--blog h2 span{
  display: block;
  font-size: 2rem;
  margin-top: 10px;
}

.home_news ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 45px;
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .home_news ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}


.home_news__itemImg {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.home_news__itemImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.home_news__data {
  margin-top: 5px;
}

.home_news__ttl {
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.home_news__btn{
  border-radius: 5px;
  background-color: #00aeeb;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  font-size: 1.8rem;
  color: #fff;
  margin: 50px auto 0;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 180px;
  text-align: center;
}

.home_feature {
  margin-top: 80px;
}
.home_feature .home_feature__wrap {
  background-color: #00aeeb;
  padding: 60px 0 50px;
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .home_feature .home_feature__wrap {
    padding-top: 0;
  }
}
.home_feature 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;
}
.home_feature li {
  background-color: #fff;
  width: 31.6176470588%;
  padding: 80px 25px 40px;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .home_feature li {
    width: 100%;
    margin-top: 60px;
    padding: 60px 20px 20px;
  }
}
.home_feature li h3 {
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.home_feature li h3 span {
  z-index: 1;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0%, #c3d72c));
  background: linear-gradient(#fff 50%, #c3d72c 0%);
}
.home_feature li p {
  margin: 40px 0;
}
@media only screen and (max-width: 780px) {
  .home_feature li p {
    margin: 10px 0;
  }
}
.home_feature li img {
  border-radius: 5px;
}
@media only screen and (max-width: 780px) {
  .home_feature li img {
    display: block;
    margin: 0 auto;
  }
}
.home_feature li:nth-child(n+4) {
  margin-top: 60px;
}
.home_feature li::after {
  content: "";
  width: 67px;
  height: 72px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -28px;
  left: 28px;
}
.home_feature li:nth-of-type(1)::after {
  background-image: url(../img/home/feature_icon_1.png);
}
.home_feature li:nth-of-type(2)::after {
  background-image: url(../img/home/feature_icon_2.png);
}
.home_feature li:nth-of-type(3)::after {
  background-image: url(../img/home/feature_icon_3.png);
}
.home_feature li:nth-of-type(4)::after {
  background-image: url(../img/home/feature_icon_4.png);
}
.home_feature li:nth-of-type(5)::after {
  background-image: url(../img/home/feature_icon_5.png);
}
.home_feature li:nth-of-type(6)::after {
  background-image: url(../img/home/feature_icon_6.png);
}

.home_ttl {
  text-align: center;
  font-size: 3.6rem;
  position: relative;
  padding-top: 95px;
}
.home_ttl::before {
  position: absolute;
  top: 0;
  left: calc(50% + 11px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 64px;
  height: 83px;
  position: absolute;
  background-image: url(../img/common/ttl_icon.svg);
  background-size: 100% 100%;
}

.home_facility {
  padding: 80px 0;
}

.home_facility__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .home_facility__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
.home_facility__info > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 780px) {
  .home_facility__info > div {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 30px;
  }
}
.home_facility__info > div + div {
  margin-left: 55px;
}
@media only screen and (max-width: 780px) {
  .home_facility__info > div + div {
    margin-left: 0;
  }
}
.home_facility__info h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 780px) {
  .home_facility__info h3 {
    font-size: 1.8rem;
    margin-top: 5px;
    line-height: 1.4;
  }
}
.home_facility__info h3 span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 780px) {
  .home_facility__info h3 span {
    font-size: 1.4rem;
  }
}

.home_facility__simulator {
  padding: 50px 40px;
  background-color: #c3d72c;
  border-radius: 5px;
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .home_facility__simulator {
    padding: 20px;
  }
}
.home_facility__simulator h3 {
  font-size: 3rem;
  text-align: center;
}

.home_facility__simuWrap {
  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;
}
.home_facility__simuWrap h4 {
  font-size: 2.6rem;
  color: #00aeeb;
}

.home_facility__simuItem {
  background-color: #fff;
  padding: 25px;
  margin-top: 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 780px) {
  .home_facility__simuItem {
    padding: 20px;
    margin-top: 30px;
  }
}
.home_facility__simuItem p {
  font-size: 1.8rem;
}

.home_facility__simuItem:nth-of-type(1) {
  width: 100%;
}

.home_facility__simuItem:nth-of-type(2) {
  width: calc(57.2058823529% - 10px);
}
@media only screen and (max-width: 780px) {
  .home_facility__simuItem:nth-of-type(2) {
    width: 100%;
  }
}

.home_facility__simuItem:nth-of-type(3) {
  width: calc(42.7941176471% - 10px);
}
@media only screen and (max-width: 780px) {
  .home_facility__simuItem:nth-of-type(3) {
    width: 100%;
  }
}

.home_facility__simuItem:nth-of-type(4) {
  width: 100%;
  padding: 0;
}
.home_facility__simuItem:nth-of-type(4) h4 {
  padding: 25px;
  border-bottom: 2px solid #c3d72c;
}

.home_facility__simuImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.home_facility__simuImg > div {
  display: block;
}
.home_facility__simuImg > div img {
  border-radius: 5px;
}
.home_facility__simuImg > div + div {
  margin-left: 15px;
}
@media only screen and (max-width: 780px) {
  .home_facility__simuImg > div + div {
    margin-left: 0;
  }
}

@media only screen and (max-width: 780px) {
  .home_facility__simuImg--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_facility__simuImg--wrap > div {
    width: 49%;
  }
  .home_facility__simuImg--wrap > div:nth-child(n+3) {
    margin-top: 5px;
  }
}
.home_facility__simuModeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home_facility__simuMode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .home_facility__simuMode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding: 20px;
  }
}
.home_facility__simuMode > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home_facility__simuMode > div:last-child {
  width: 280px;
  padding-left: 20px;
}
@media only screen and (max-width: 980px) {
  .home_facility__simuMode > div:last-child {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.home_facility__simuMode h5 {
  font-size: 1.8rem;
  line-height: 1;
}
.home_facility__simuMode h5::before {
  content: "●";
  color: #00aeeb;
}
.home_facility__simuMode p {
  font-size: inherit;
  margin-top: 10px;
}
.home_facility__simuMode img {
  border-radius: 5px;
}

.home_facility__simuMode:nth-of-type(1),
.home_facility__simuMode:nth-of-type(2) {
  border-bottom: 2px solid #c3d72c;
}

@media only screen and (max-width: 780px) {
  .home_facility__simuMode:nth-of-type(3) {
    border-bottom: 2px solid #c3d72c;
  }
}
.home_flow {
  padding: 80px 0;
}
.home_flow ul {
  margin-top: 60px;
}
.home_flow__line,.home_flow__apply{
  display: block;
}
.home_flow ul li + li {
  margin-top: 70px;
}
.home_flow ul li + li::before {
  left: 30px;
  content: url(../img/home/flow_arrow.png);
  position: absolute;
  top: -62px;
}
.home_flow ul li {
  border: 2px solid #c3d72c;
  border-radius: 5px;
  padding: 40px 50px 40px 100px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .home_flow ul li {
    padding: 20px 20px 20px 40px;
  }
}
.home_flow ul li h3 {
  font-size: 2.6rem;
}
.home_flow ul li h4 {
  font-size: 1.8rem;
  color: #c3d72c;
  margin-top: 10px;
}
.home_flow ul li .num {
  line-height: 1;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  font-size: 6rem;
  position: absolute;
  top: 30px;
  left: 40px;
  color: #c3d72c;
}
@media only screen and (max-width: 780px) {
  .home_flow ul li .num {
    font-size: 4rem;
    top: 20px;
    left: 10px;
  }
}
.home_flow .home_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .home_flow .home_contact {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.home_flow .home_contact a {
  color: #00aeeb;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  line-height: 1;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .home_flow .home_contact a {
    font-size: 2.6rem;
  }
}
.home_flow .home_contact__tel {
  font-size: 2rem;
  margin-right: 74px;
  padding-left: 25px;
}
@media only screen and (max-width: 780px) {
  .home_flow .home_contact__tel {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.home_flow .home_contact__tel::before {
  content: "";
  width: 15px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/home/flow_tel.png);
  background-size: cover;
}
.home_flow .home_contact__mail {
  font-size: 1.8rem;
  padding-left: 32px;
}
.home_flow .home_contact__mail::before {
  content: "";
  width: 21px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/home/flow_reserve.png);
  background-size: cover;
}


.home_flow__apply{
  color: #00aeeb;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  line-height: 1;
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding-left: 38px;
}

.home_flow__apply::before {
  content: "";
  width: 27px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/home/flow_apply.png);
  background-size: cover;
}

.home_price__news{
  color: #e60012;
  font-size: 2.4rem;
  text-align: center;
  margin: 80px;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.home_price__box {
  margin-top: 50px;
  background-color: #c3d72c;
  padding: 26px;
  border-radius: 5px;
}
.home_price__box dl {
  background-color: #fff;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  line-height: 1.2;
  font-size: 1.8rem;
  flex-wrap: wrap;
}

.home_price__box dl + dl{
  margin-top: 16px;
}


.home_price__box dl dt {
  padding-right: 10px;
  color: #00aeeb;
  width: 70%;
}

.home_price__box dl dd {
  text-align: right;
   width: 30%;
}
.home_price__box dl dd span {
  font-size: 1.6rem;
  font-family: "じゅん 201", "A-OTF Jun Pro";
  margin-top: 10px;
}


.home_price__subttl{
  font-size: 3rem;
  text-align: center;
  position: relative;
  padding-top: 85px;
  margin-top: 50px;
}

.home_price__subttl::before{
    position: absolute;
    top: 0;
    left: calc(50% + 11px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 75px;
    height: 70px;
    position: absolute;
    background-image: url(../img/common/ttl_cat_icon.svg);
}

.home_price__box_ttl{
   font-size: 2.4rem;
   margin-bottom: 15px;
   text-align: center;
}
.home_price__box dt p{
  color: #333;
  margin-bottom: 10px;
}

.home_price__box--plan dl{
  align-items: flex-end;
}

.home_price__box--plan dl dd{
width: 30%;
display: flex;
align-self: stretch;
justify-content: flex-end;
align-items: flex-end;
}

.home_price__box--plan dl dd + dt,
.home_price__box--plan dl dd + dt + dd{
  border-top: 1px solid #c3d72c;
  margin-top: 15px;
  padding-top: 15px;
}

.price_note{
background: #fff;
padding:15px 20px 20px;
margin-top: -3px;
border-radius: 0 0 5px 5px;
position: relative;
}

.price_note::before{
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  background-color: #c3d72c;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
}


@media only screen and (max-width: 780px) {
  .home_price__box dl {
    padding: 20px;
    display: block;
    line-height: 1.8;
    width: 100%;
  }
   .home_price__box dl dt{
    width: 100%;
   }
  .home_price__box dl dd{
    text-align: left;
     width: 100%;

  }
  .home_price__box--plan dl dd{
     display: block;
     border-top: none !important;
     margin-top:0 !important;
     padding-top: 0 !important;
  }
  
}


/* .home_price__column{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.home_price__column_item{
  width: calc(50% - 10px);
  background-color: #c3d72c;
  padding: 26px;
  border-radius: 5px;
  margin-top: 50px;
}

.home_price__column_icon{
  background-color: #fff;
  border-radius: 50%;
  font-size: 2.6rem;
  width: 30px;
  height: 30px;
  color: #00aeeb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.home_price__column_item h3{
  text-align: center;
  font-size: 2.6rem;
}
.home_price__column_lead{
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}
.home_price__column_item dl{
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  padding: 20px;
  margin-top: 15px;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.4;
}

.home_price__column_item dt{
  font-size: 2.6rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  color: #c3d72c;
}
.home_price__column_item dd{
  font-size: 2.6rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  text-align: right;
  
}
.home_price__column_item dd span{
  font-size: 1.6rem;
  font-family: "じゅん 201", "A-OTF Jun Pro";
  display: block;
}

.home_price__column_note{
  background-color: #fff;
  border-radius: 5px;
  padding:10px 20px ;
  margin-top: 12px;
  line-height: 1.6;
} */



.home_price__column_note p{
  padding: 5px 0;
}
.home_price__column_note p + p{
  border-top: 1px solid #c3d72c;
}

@media only screen and (max-width: 780px) {
  /* .home_price__column{
    display:block;
  }
  
  .home_price__column_item{
    width: 100%;
    margin-top: 20px;
  } */
}



.home_about {
  margin: 80px auto 50px;
}

.home_about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .home_about__wrap {
    display: block;
  }
}
.home_about__wrap > div {
  width: 50%;
}
@media only screen and (max-width: 780px) {
  .home_about__wrap > div {
    width: 100%;
  }
}

.home_about__dtl {
  background-color: #c3d72c;
  margin-right: 45px;
  padding: 20px 30px 40px;
  border-radius: 5px;
}
@media only screen and (max-width: 780px) {
  .home_about__dtl {
    margin-right: 0;
  }
}
.home_about__dtl img {
  width: 336px;
  display: block;
  margin: 0 auto;
}
.home_about__dtl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 3px;
  border-bottom: 1px dashed #fff;
}
.home_about__dtl dl dt {
  width: 120px;
  font-size: 2.6rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  line-height: 1.2;
}
.home_about__dtl dl dd {
  width: calc(100% - 120px);
  font-size: 1.8rem;
}
.home_about__dtl dl:first-child() {
  border-top: 1px dashed #fff;
}

.home_about__map {
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .home_about__map {
    margin-top: 20px;
  }
}
.home_about__map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 780px) {
  .home_about__map iframe {
    min-height: 500px;
  }
}

.home_rep{
  padding: 80px 0 0;
}

.rep_box{
  margin-top: 80px;
}

.rep_box__img{
  text-align: center;
}
.rep_box__img img{
  max-width: 400px;
  width: 100%;
  border-radius: 5px;
}
.rep_box__txt{
  margin-top: 30px;
   font-family: "じゅん 201", "A-OTF Jun Pro";
}
.rep_box__name{
  text-align: right;
  margin-top: 40px;
}


.home_coach{
  padding: 80px 0 0;
}
.home_coach h2{
  margin-bottom: 80px;

}
.coach_name{
  font-size: 2.4rem;
  border-bottom: 3px solid #c3d72c;
  padding: 0 10px 5px;
  display: flex;
  align-items: center;
}

.coach_name span{
  font-size: 1.6rem;
  margin-left: 20px;
  font-weight: normal;
  font-family: "じゅん 201", "A-OTF Jun Pro";
}

.coach_box{
  display: flex;
  margin-top: 20px;
}

.coach_box + .coach_name{
  margin-top: 60px;
}

.coach_box__img{
  text-align: center;
  width: 250px;
}
.coach_box__img img{
  max-width: 250px;
  border-radius: 5px;
}

.coach_box__txt{
  margin-left: 35px;
  flex: 1;
  font-family: "じゅん 201", "A-OTF Jun Pro";

}

@media only screen and (max-width: 780px) {
.coach_box{
  display: block;
}
.coach_box__img{
  width: 100%;
}
.coach_box__txt{
  width: 100%;
    margin-top: 20px;
    margin-left: 0;
}
}



/* 
下層ページ
 */
.contents--page {
  width: 100%;
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
}

.contents--page::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 16.1616161616%;
  display: block;
  background-image: url(../img/common/page_ttl.jpg);
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .contents--page::before {
    padding-top: 0;
    height: 120px;
  }
}

.page_ttl {
  font-size: 3.6rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  text-align: center;
  padding: 40px 0 20px;
  border-bottom: 3px solid #c3d72c;
  line-height: 1.4;
}

.icon_flg {
  width: 35px;
  height: 45px;
  background-image: url(../img/common/ttl_icon.svg);
  display: block;
  padding-left: 5px;
  background-repeat: no-repeat;
  background-position: right;
}

.icon_flg--30 {
  margin: 30px auto;
}

.icon_flg--40 {
  margin: 40px auto;
}

.main {
  padding-bottom: 24px;
}

.newsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 45px;
}
@media only screen and (max-width: 480px) {
  .newsList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.newsList__itemImg {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.newsList__itemImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.newsList__data {
  margin-top: 5px;
}

.newsList__ttl {
  font-family: "じゅん 501", "A-OTF Jun Pro";
}

.nav-links {
  margin-top: 50px;
  text-align: center;
}

.blog_ttl {
  font-size: 2.6rem;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  padding: 40px 0 0;
  border-bottom: 3px solid #c3d72c;
  line-height: 1.4;
}

.blog_date {
  font-size: 1.4rem;
}

.post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .post_link {
    display: block;
  }
}
.post_link > a {
  width: 50%;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .post_link > a {
    width: 100%;
  }
}

.post_link__left {
  padding-left: 10px;
}

.post_link__right {
  text-align: right;
  padding-right: 10px;
}

.post_link__left + .post_link__right {
  margin-left: 20px;
}
@media only screen and (max-width: 780px) {
  .post_link__left + .post_link__right {
    margin-left: 0;
    margin-top: 10px;
  }
}

.post_link__left::before,
.post_link__right::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-left: 1px solid;
  display: inline-block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post_link__left::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.post_link__right::after {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  right: 0;
}

/* CONTCT */
.page_content__lead {
  margin: 30px 0;
}

.sec_contact {
  border-radius: 5px;
  background-color: #c3d72c;
  padding: 30px;
}
@media only screen and (max-width: 780px) {
  .sec_contact {
    padding: 20px;
  }
}
.sec_contact h2 {
  font-size: 2.6rem;
  padding-left: 40px;
  position: relative;
}

.sec_tel h2::before {
  content: "";
  width: 25px;
  height: 33px;
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/contact/icon-tel.png);
  background-size: cover;
}

.sec_mail h2::before {
  content: "";
  width: 27px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/contact/icon-mail.png);
  background-size: cover;
}

.sec_tel__btn {
  border-radius: 5px;
  background-color: #fff;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  font-size: 3.6rem;
  color: #00aeeb;
  padding: 0 28px;
  margin: 30px auto 0;
  display: table;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  .sec_tel__btn {
    font-size: 3rem;
  }
}

.mail_txt {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 780px) {
  .mail_txt {
    padding: 20px;
  }
}

.mail_form {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 0;
}
@media only screen and (max-width: 780px) {
  .mail_form {
    padding: 20px;
  }
}
.mail_form table {
  width: 100%;
  border-top: 2px solid #c3d72c;
}
.mail_form tr {
  border-bottom: 2px solid #c3d72c;
}
.mail_form th, .mail_form td {
  padding: 14px 0;
  font-family: "じゅん 501", "A-OTF Jun Pro";
}
@media only screen and (max-width: 780px) {
  .mail_form th, .mail_form td {
    display: block;
    padding: 20px !important;
  }
}
.mail_form th {
  text-align: left;
  vertical-align: top;
  padding-left: 92px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .mail_form th {
    padding-bottom: 0 !important;
  }
}
.mail_form th span {
  background-color: #e73820;
  font-size: 1.4rem;
  color: #fff;
  padding: 3px 4px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 780px) {
  .mail_form th span {
    position: relative;
    left: inherit;
    margin-right: 10px;
  }
}
.mail_form td {
  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;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 780px) {
  .mail_form td {
    padding-top: 10px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mail_form input[type=text],
.mail_form input[type=number],
.mail_form input[type=email] {
  border-radius: 3px;
  border: 2px solid;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.mail_form textarea {
  border-radius: 3px;
  border: 2px solid;
  width: 100%;
  padding: 20px;
}
.mail_form input[type=submit] {
  border-radius: 5px;
  background-color: #00aeeb;
  font-family: "じゅん 501", "A-OTF Jun Pro";
  font-size: 1.8rem;
  color: #fff;
  padding: 0 28px;
  margin: 30px auto 0;
  display: table;
  height: 40px;
  width: 180px;
}
.mail_form .mwform-radio-field {
  position: relative;
  display: block;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mail_form .mwform-radio-field input {
  display: none;
}
.mail_form .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border: solid 2px #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mail_form .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  opacity: 0;
}
.mail_form .mwform-radio-field input:checked + .mwform-radio-field-text:after {
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  .mail_form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

.form_note{
  font-family: "じゅん 101", "A-OTF Jun Pro";
  color: #ff0000;
}

/* エディタ */
.post a {
  text-decoration: underline;
}
.post .wp-caption {
  width: 100% !important;
}
.post .wp-caption-text {
  font-size: 1.2rem;
  color: #666;
  margin-top: 0 !important;
}
.post img {
  vertical-align: bottom;
}
.post * + h2,
.post * + h3,
.post * + h4,
.post * + h5,
.post * + h6 {
  margin-top: 6rem;
}
.post h2 {
  font-size: 3rem;
  margin-bottom: 2.6rem;
}
.post h3 {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
}
.post h4 {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.post * + h4 {
  margin-top: 3rem;
}
.post h5 {
  font-size: 1.8rem;
}
.post iframe {
  max-width: 100%;
}
.post pre {
  white-space: pre-wrap;
}
.post ul,
.post p {
  line-height: 1.6;
}
.post * + p {
  margin-top: 1rem;
}
.post * + div,
.post * + ul,
.post * + ol,
.post * + table,
.post * + blockquote {
  margin-top: 3rem;
}
.post ol {
  padding-left: 2rem;
}
.post ol.list_ol {
  counter-reset: li;
  padding-left: 0;
  list-style: none;
}
.post ol.list_ol > li {
  word-break: break-all;
  position: relative;
  padding-left: 24px;
}
.post ol.list_ol > li::before {
  counter-increment: li;
  content: counter(li);
  width: 20px;
  line-height: 20px;
  text-align: center;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.2rem;
  position: absolute;
  top: 0.4em;
  left: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 780px) {
  .post ol.list_ol > li::before {
    width: 16px;
    line-height: 16px;
    height: 16px;
  }
}
.post ul {
  padding-left: 2rem;
  list-style: disc;
}
.post ul.list_default {
  padding-left: 0;
  list-style: none;
}
.post ul.list_default li {
  word-break: break-all;
  position: relative;
  padding-left: 2rem;
}
.post ul.list_default li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 3px;
}
.post ul.list_triangle {
  padding-left: 0rem;
  list-style: none;
}
.post ul.list_triangle li {
  word-break: break-all;
  position: relative;
  padding-left: 2.2rem;
}
.post ul.list_triangle li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  top: 0.9rem;
  left: 0;
  font-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  padding-left: 0.3rem;
  border-radius: 50%;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .post ul.list_triangle li::before {
    padding-left: 0.2rem;
  }
}
.post ul.list_check {
  padding: 0;
  list-style: none;
}
.post ul.list_check li {
  word-break: break-all;
  position: relative;
  padding-left: 2.4rem;
}
.post ul.list_check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 0.9rem;
  left: 0;
  font-size: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  padding-left: 0.1rem;
  border-radius: 50%;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .post ul.list_check li::before {
    padding-left: 0.1rem;
  }
}
.post li + li {
  margin-top: 0.5rem;
}
.post .list_line li {
  border-bottom: 1px dotted #ccc;
}
.post a {
  text-decoration: underline;
}
.post table {
  width: 100%;
}
.post table th,
.post table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.post table thead td,
.post table th {
  background: #f5f5f5;
  text-align: left;
  font-weight: normal;
  width: 40%;
}
.post blockquote {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.5em 1em 3.5em;
  background-color: #f5f5f5;
}
.post blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8rem;
  text-align: right;
  color: #ccc;
}

/* 利用規約・特定商取引法 */

.section_toksyo{
  background-color:  #c3d72c;
  padding: 24px;
  margin-top: 86px;
  border-radius: 5px;
}
.section_toksyo__tbl{
  width: 100%;
  border-radius: 5px;
  background: #fff;
}
.section_toksyo__tbl th,.section_toksyo__tbl td{
  padding-top: 20px;
  padding-bottom: 20px;
 
  font-family: "じゅん 501", "A-OTF Jun Pro";
}
.section_toksyo__tbl tr:not(:last-child) th,
.section_toksyo__tbl tr:not(:last-child) td{
  border-bottom: 2px solid #c3d72c;
}
.section_toksyo__tbl th{
  width: 280px;
  padding-left: 68px;
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .section_toksyo{
    margin-top: 40px;
    
  }
  .section_toksyo__tbl th,td{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section_toksyo__tbl th{
    padding-left: 20px;
    width: 180px;
  }
  .section_toksyo__tbl td{
    padding-right: 20px;
  }
}
.section_toksyo__dtl{
  margin-top: 20px  ;
  padding: 25px 68px;
  border-radius: 5px;
  background: #fff;
}

.section_toksyo__dtl h2 {
  margin-bottom: 5px;
}
.section_toksyo__dtl h2 span{
  color: #00C6EB;
}
.section_toksyo__dtl P + h2 {
  margin-top: 24px;
}

.section_toksyo + .icon_flg{
  text-align: center;
  margin: 65px auto 30px;
}

@media only screen and (max-width: 780px) {
  .section_toksyo__dtl{
    padding: 20px;
  }

  .section_toksyo + .icon_flg{
    margin: 30px auto 0;
  }
}


.section_note{
  padding: 60px 0 80px;
}
.section_note h2{
  color: #00C6EB;
}
.section_note * + h2{
  margin-top: 30px;
}
.section_note p + p{
  margin-top: 20px;
}
.section_note .txt-bold + p{
  margin-top: 0;
}

@media only screen and (max-width: 780px) {
.section_note{
  padding-top: 30px;
}
}