@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul[role=list] li, ol[role=list] li {
  padding: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.6;
  letter-spacing: -0.03em;
  text-align: left;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 768px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media (max-width: 768px) {
  .spbr {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  background: #000;
  padding: 17px 0;
}
@media (max-width: 1240px) {
  .smenu {
    padding: 13px 0;
  }
}

.logo {
  padding-left: 40px;
  box-sizing: border-box;
}
.logo img {
  height: 68px;
  width: auto;
}
@media (max-width: 1240px) {
  .logo {
    padding-left: 20px;
  }
  .logo img {
    height: 54px;
    width: auto;
  }
}

#nav-drawer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #nav-drawer {
    align-items: center;
  }
}

#nav-open {
  display: none;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  padding: 46px 31.5px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 35px; /*長さ*/
  border-radius: 10px;
  background: #3F9E6F;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}
@media (max-width: 1240px) {
  #nav-open {
    display: inline-block;
    padding: 17px 10.5px;
    margin-right: 10px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  #nav-open {
    margin-left: 0;
    margin-right: 6px;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.sp_btn {
  display: none;
}
@media (max-width: 1240px) {
  .sp_btn {
    text-decoration: none;
    color: white;
    display: block;
    background: #D20000;
    font-size: 1.6rem;
    font-weight: 900;
    padding: 5px 25px;
    box-sizing: border-box;
    margin-right: 75px;
  }
}
@media (max-width: 768px) {
  .sp_btn {
    padding: 2px 25px;
  }
}

#nav-content {
  overflow: auto;
  top: 80px;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#nav-content a {
  text-decoration: none;
  font-size: 1.7rem;
  color: white;
  margin-right: 26px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.025em;
}
#nav-content a:hover {
  color: white;
}
#nav-content .cont_btn {
  display: block;
  background: #D20000;
  color: white;
  text-align: center;
  padding: 6px 28px;
  box-sizing: border-box;
  margin-right: 0;
  font-size: 1.9rem;
}
#nav-content .cont_btn i {
  font-style: normal;
  display: none;
}
@media (max-width: 1240px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #000;
    display: block;
    text-align: left;
    padding: 30px 30px 0 30px;
  }
  #nav-content a {
    display: block;
    font-size: 1.8rem;
    padding: 14px 0;
    box-sizing: border-box;
  }
  #nav-content .cont_btn {
    text-align: left;
    max-width: 300px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
    color: white;
    background: url(../images/arw2.png) center right 15px no-repeat, #D20000;
    background-size: 25px auto;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 2rem;
  }
  #nav-content .cont_btn i {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #nav-content {
    top: 80px;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  #nav-content a {
    padding: 10px 0;
    font-size: 2rem;
  }
  #nav-content .cont_btn {
    margin-top: 70px;
    max-width: 100%;
    font-size: 2rem;
    background: url(../images/arw2.png) center right 15px no-repeat, #D20000;
    background-size: 35px auto;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ .sp_btn {
  display: none;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(40deg);
  top: 28px;
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(100deg);
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}

.nav-unshown {
  display: none;
}

.gpt {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  transition: all 0.3s ease;
}
.gpt:hover {
  bottom: 30px;
}
.gpt img {
  width: 45px;
  height: auto;
}
@media (max-width: 768px) {
  .gpt {
    right: 5px;
    bottom: 5px;
  }
  .gpt:hover {
    bottom: 10px;
  }
  .gpt img {
    width: 55px;
    min-width: 55px;
    height: auto;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  background: #000;
  padding-top: 60px;
  box-sizing: border-box;
}
footer .ft_menu {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
footer .ft_menu img {
  height: 115px;
  max-width: unset;
  width: auto;
}
footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .btm > div {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  footer .btm > div {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer .btm > div:last-of-type {
  margin-top: 10px;
}
footer .btm > div:last-of-type a {
  font-size: 70%;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer .btm > div:last-of-type a {
    font-size: 100%;
  }
}
footer .btm a {
  display: block;
  color: white;
  margin-right: 25px;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .btm a:last-of-type {
  margin-right: 0;
}
@media (max-width: 992px) {
  footer .ft_menu {
    display: block;
    text-align: center;
  }
  footer .ft_menu img {
    display: inline-block;
    height: 73px;
    width: auto;
  }
  footer .btm {
    width: 80%;
    margin: 40px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .btm a {
    margin-right: 0;
    width: 50%;
    padding: 5px 0;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 30px;
  }
  footer .btm {
    display: block;
    margin: 10px auto 0 auto;
  }
  footer .btm a {
    margin-right: 0;
    font-size: 1.5rem;
    text-align: left;
    padding: 8px 0;
    box-sizing: border-box;
    width: 100%;
  }
}

.sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin: 20px auto;
  max-width: 120px;
}
.sns img {
  height: 42px;
  width: auto;
}
@media (max-width: 768px) {
  .sns {
    margin: 40px auto 0 auto;
  }
}

.copyright {
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.2rem;
}

.floating {
  position: fixed;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 96%;
  margin: auto;
}
.floating .btn2 {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}
.floating .btn2 .c-btn__cta, .floating .btn2 .c-btn__notice {
  width: 100%;
  align-items: center;
  margin: 0 auto;
}
.floating .c-btn__cta, .floating .c-btn__notice {
  display: flex;
  width: 94%;
  max-width: unset;
  text-align: center;
  border-radius: 5px;
}
.floating img {
  width: 15%;
  margin-right: 2%;
}

/*------------------------------------------------------------
parts
------------------------------------------------------------*/
/*-----btns-------*/
.under_btn {
  position: relative;
}
.under_btn:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under_btn.acts:after {
  transform: scale(1, 1);
}
.under_btn:hover:after {
  transform: scale(1, 1);
}
@media (max-width: 1240px) {
  .under_btn:after {
    bottom: 3px;
  }
}
@media (max-width: 768px) {
  .under_btn:after {
    content: none;
  }
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.bg-triangle {
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  background: #3F9E6F;
  padding: 200px 0 90px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1180px) {
  .bg-triangle {
    padding: 260px 0 90px 0;
  }
}
@media (max-width: 992px) {
  .bg-triangle {
    padding: 160px 0 90px 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .bg-triangle {
    padding: 70px 0 30px 0;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
  }
}
.bg-triangle.bg-black {
  background: #000;
}

.c-detaillink {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background: url(../images/arw1.png) center right no-repeat;
  background-size: 21px 21px;
  padding-right: 30px;
  box-sizing: border-box;
}

.c-btn__cta {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
  background: url("../images/arw2.png") center right 15px no-repeat, #D20000;
  background-size: auto, auto;
  background-size: 25px auto;
  padding: 15px 10px 17px;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}

.c-btn__notice {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
  background: url(../images/arw2_ing.png) center right 15px no-repeat, #3F9E6F;
  background-size: 25px auto;
  padding: 15px 10px 17px;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}

.c-btn__line {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
  background: url(../images/arw2_ing.png) center right 15px no-repeat, #73da61;
  background-size: 25px auto;
  padding: 15px 10px 17px;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}

.c-discription {
  font-size: 1.9rem;
  margin-top: 30px;
  line-height: 2;
}

.store-ttl {
  color: #3F9E6F;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #3F9E6F;
}

.h2_ttl_gr.h2_ttl_gr_sub {
  border-bottom: none !important;
  border-top: 1px solid #3F9E6F;
  padding: 20px 0 0 0;
}
.h2_ttl_gr.h2_ttl_gr_sub i {
  top: -8px;
  bottom: auto;
  left: 50%;
}
.h2_ttl_gr.h2_ttl_gr_sub .eg_mini {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1;
  top: -50px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.78rem;
  color: #3F9E6F;
}
.h2_ttl_gr.h2_ttl_gr_sub .eg_mini img {
  display: inline-block;
  height: 19px;
  width: auto;
}

.c-ttl-i {
  text-align: center;
  position: relative;
}
.c-ttl-i i {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -12.5px;
  width: 25px;
  height: 16px;
  background: white;
}
.c-ttl-i i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #3F9E6F;
}

.c-box-ttl {
  text-align: center;
  padding: 0.9375rem;
  border: 1px solid;
  font-size: 25px;
  color: #3F9E6F;
  max-width: 1000px;
  margin: 0 auto 3.75rem;
}
@media (max-width: 768px) {
  .c-box-ttl {
    font-size: 1.5rem;
    margin: 0 auto 1.25rem;
  }
}

.num-link {
  padding: 0;
}

.nav-links {
  padding: 6.25rem 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .nav-links {
    padding: 3.75rem 0 0;
  }
}
.nav-links h2 {
  display: none;
}
.nav-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.nav-links ul li {
  font-size: var(--f-font-size);
  font-family: var(--f-family-en);
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .nav-links ul li {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.nav-links ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
}
.nav-links ul li a.prev {
  font-size: 200%;
  margin-right: 20px;
  padding: 20px;
  color: transparent;
  background: url(../images/pager-icon1.svg) no-repeat center center/contain;
}
.nav-links ul li a.next {
  font-size: 200%;
  padding: 20px;
  margin-left: 20px;
  color: transparent;
  background: url(../images/pager-icon2.svg) no-repeat center center/contain;
}

/*------------------------------------------------------------
空白調整
------------------------------------------------------------*/
.home {
  /*------------------------------------------------------------
  見出し関連
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  メインビジュアル
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  セミパーソナル・パーソナルジムは、トレーニングボックス
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  training BOXXとは
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  「セミパーソナル」と「パーソナル」で運動がクセになる5つの理由
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  セミパーソナル or パーソナルあなたはどっち派？
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  キャンペーン情報
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  初回体験トレーニングの流れ
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  アクセス
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  PRICE
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  バナーとコロナ
  ------------------------------------------------------------*/
}
.home .br1 {
  display: none;
}
@media (max-width: 992px) {
  .home .br1 {
    display: block;
  }
}
.home .pcbr1 {
  display: block;
}
@media (max-width: 992px) {
  .home .pcbr1 {
    display: none;
  }
}
.home .h2_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
  border-bottom: 1px solid white;
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: white;
}
.home .h2_ttl i {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -12.5px;
  width: 25px;
  height: 16px;
  background: #3F9E6F;
}
.home .h2_ttl i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: white;
}
@media (max-width: 768px) {
  .home .h2_ttl {
    font-size: 2.5rem;
  }
}
.home .h2_ttl_gr {
  border-bottom: 1px solid #3F9E6F;
  color: #3F9E6F;
}
.home .h2_ttl_gr i {
  background: white;
}
.home .h2_ttl_gr i:before {
  background: #3F9E6F;
}
.home .h2_ttl_gr .stp_ttl {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  bottom: -50px;
}
@media (max-width: 768px) {
  .home .h2_ttl_gr .stp_ttl {
    font-size: 2rem;
    font-weight: 700;
  }
}
.home .h2_ttl_gr2 {
  border-bottom: 1px solid #3F9E6F;
  color: #3F9E6F;
}
.home .h2_ttl_gr2 i {
  background: #EEE;
}
.home .h2_ttl_gr2 i:before {
  background: #3F9E6F;
}
.home .mv {
  padding-top: 102px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 70%;
  position: relative;
}
.home .mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #3F9E6F;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}
.home .mv .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.home .mv .copy .cp {
  width: 100%;
  text-align: right;
}
.home .mv .copy img {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
.home .mv .main_mv {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.home .mv .swiper-pagination {
  position: absolute;
  bottom: -34px;
}
.home .mv .swiper-pagination-bullet {
  width: 27px;
  height: 2px;
  border-radius: 1px;
}
.home .mv .swiper-pagination-bullet-active {
  background: #4D4D4D;
}
@media (max-width: 1240px) {
  .home .mv {
    padding-top: 81px;
    grid-template-columns: 1fr;
  }
  .home .mv .copy .cp {
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .home .mv .copy .cp {
    line-height: 1;
    padding: 30px 0;
  }
  .home .mv .copy .cp img {
    height: 25px;
    width: auto;
  }
}
.home .pg_lead {
  width: 95%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
  letter-spacing: -0.047em;
  text-align: center;
  color: #3F9E6F;
  border-top: 1px solid #3F9E6F;
  border-bottom: 1px solid #3F9E6F;
  box-sizing: border-box;
  padding: 2px 0;
}
.home .pg_lead h1 {
  font-weight: 900;
  font-size: 2.8rem;
}
@media (max-width: 992px) {
  .home .pg_lead {
    width: 84%;
  }
}
@media (max-width: 768px) {
  .home .pg_lead {
    border-bottom: 1px solid #3F9E6F;
    padding: 5px 0;
  }
  .home .pg_lead h1 {
    font-feature-settings: "palt";
    font-size: 2rem;
    line-height: 1.5;
  }
}
.home .top1 .c2 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 0 50px;
}
.home .top1 .c2 h2 {
  color: #3F9E6F;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.home .top1 .c2 .imgs .img {
  margin-top: 80px;
}
.home .top1 .c2 .numbers {
  margin-top: 30px;
}
.home .top1 .c2 .numbers .ttl {
  color: #3F9E6F;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.home .top1 .c2 .num2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 45px;
  width: 80%;
  margin: 40px auto 0 auto;
}
.home .top1 .c2 .num2 .name {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #4D4D4D;
  position: relative;
  margin-bottom: 25px;
}
.home .top1 .c2 .num2 .name:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/kk.png") bottom center/cover;
  z-index: -1;
}
.home .top1 .c2 .num2 .num {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.3rem;
  color: #3F9E6F;
  line-height: 1;
}
.home .top1 .c2 .num2 .num span {
  font-size: 5.8rem;
}
@media (max-width: 992px) {
  .home .top1 .c2 {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home .top1 .c2 h2 {
    text-align: center;
    font-size: 4rem;
  }
  .home .top1 .c2 .imgs .img {
    margin-top: 40px;
  }
  .home .top1 .c2 .cont {
    margin-top: 30px;
  }
  .home .top1 .c2 .num2 {
    width: 400px;
  }
  .home .top1 .c2 .num2 .name {
    padding-bottom: 8px;
    box-sizing: border-box;
  }
  .home .top1 .c2 .num2 .bx {
    width: 187px;
  }
}
@media (max-width: 768px) {
  .home .top1 {
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
  .home .top1 .c2 {
    margin-top: 0;
  }
  .home .top1 .c2 h2 {
    font-size: 2.5rem;
    margin: 20px 0;
  }
  .home .top1 .c2 .cont {
    margin-top: 10px;
  }
  .home .top1 .c2 .imgs .img {
    margin-top: 10px;
  }
  .home .top1 .c2 .numbers .ttl {
    line-height: 1.4;
    font-size: 2.2rem;
  }
  .home .top1 .c2 .num2 {
    width: 100%;
    margin: 10px auto 0 auto;
    gap: 0 20px;
  }
  .home .top1 .c2 .num2 .bx {
    width: auto;
  }
  .home .top1 .c2 .num2 .name {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
    box-sizing: border-box;
  }
  .home .top1 .c2 .num2 .name:before {
    bottom: -12px;
    height: 95%;
  }
  .home .top1 .c2 .num2 .num {
    font-size: 7.2rem;
  }
  .home .top1 .c2 .num2 .num img {
    height: 50px;
  }
  .home .top1 .c2 .num2 .num span {
    font-size: 4.9rem;
  }
}
.home .top2 {
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  background: #3F9E6F;
  padding: 200px 0 90px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1180px) {
  .home .top2 {
    padding: 260px 0 90px 0;
  }
}
@media (max-width: 992px) {
  .home .top2 {
    padding: 160px 0 90px 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .home .top2 {
    padding: 70px 0 30px 0;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
  }
}
.home .reason5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 50px;
}
.home .reason5 .bx {
  background: white;
  padding: 25px 25px 70px 25px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
  width: 29.3%;
}
.home .reason5 .bx4 {
  width: 45.5%;
}
.home .reason5 .bx5 {
  width: 29.3%;
}
.home .reason5 a {
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-decoration: none;
  color: #333;
  background: url("../images/arw1.png") center right no-repeat;
  background-size: 21px 21px;
  padding-right: 30px;
  box-sizing: border-box;
}
.home .reason5 h3 {
  color: #3F9E6F;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 20px 0;
  box-sizing: border-box;
}
.home .reason5 .num_v1 {
  text-align: center;
  border-bottom: 1px solid #3F9E6F;
  position: relative;
  padding-bottom: 8px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  color: #3F9E6F;
  line-height: 1;
}
.home .reason5 .num_v1 i {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -12.5px;
  width: 25px;
  height: 16px;
  background: white;
}
.home .reason5 .num_v1 i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #3F9E6F;
  transform: rotate(45deg);
}
.home .reason5 .num_v1 img {
  display: inline-block;
  height: 30px;
  width: auto;
}
@media all and (max-width: 1180px) {
  .home .reason5 .bx {
    width: 46%;
  }
  .home .reason5 .bx4 {
    width: 46%;
  }
  .home .reason5 .bx5 {
    width: 46%;
  }
}
@media (max-width: 992px) {
  .home .reason5 {
    gap: 40px;
  }
  .home .reason5 .bx {
    width: 46%;
  }
  .home .reason5 .bx4 {
    width: 46%;
  }
  .home .reason5 .bx5 {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .home .reason5 {
    gap: 30px 0;
    margin-top: 30px;
  }
  .home .reason5 .bx {
    width: 100%;
    padding: 25px 30px 60px 30px;
  }
  .home .reason5 .bx .txt {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .home .reason5 a {
    bottom: 15px;
  }
  .home .reason5 a {
    bottom: 15px;
    background: url("../images/arw1.png") center right no-repeat;
    background-size: 32px 32px;
    padding-right: 43px;
  }
  .home .reason5 h3 {
    padding: 15px 0 10px 0;
  }
}
.home .top3 {
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home .top3 {
    padding: 40px 0 40px 0;
  }
  .home .top3 .h2_ttl_gr {
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
  }
}
.home .bx_c2 {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}
.home .bx_c2 h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
}
.home .bx_c2 .mini {
  text-align: center;
}
.home .bx_c2 .img {
  margin-top: 20px;
}
.home .bx_c2 .btns {
  text-align: right;
  margin-top: 20px;
}
.home .bx_c2 .btns a {
  display: inline-block;
  right: 25px;
  bottom: 25px;
  text-decoration: none;
  color: #333;
  background: url(../images/arw1.png) center right no-repeat;
  background-size: 20px 20px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .home .bx_c2 {
    margin: 40px 0 0 0;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
@media (max-width: 768px) {
  .home .bx_c2 {
    margin: 30px 0 0 0;
  }
  .home .bx_c2 h3 {
    line-height: 1.5;
  }
  .home .bx_c2 .mini {
    font-size: 1.6rem;
  }
  .home .bx_c2 .img {
    margin-top: 20px;
  }
  .home .bx_c2 .btns {
    text-align: right;
    margin-top: 20px;
  }
  .home .bx_c2 .btns a {
    background: url(../images/arw1.png) center right no-repeat;
    background-size: 32px 32px;
    padding: 5px 43px 5px 0;
  }
}
.home .top4 {
  background: #EEEEEE;
  padding: 80px 0 90px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home .top4 {
    padding: 40px 0;
  }
}
.home .bx_c3 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 60px;
}
.home .bx_c3 h3 {
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .home .bx_c3 {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .home .bx_c3 h3 {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 1.9rem;
  }
}
.home .top5 {
  padding: 80px 0 100px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home .top5 {
    padding: 40px 0;
  }
  .home .top5 .h2_ttl_gr {
    letter-spacing: -0.04em;
  }
}
.home .step {
  margin-top: 100px;
}
.home .step .c2 {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 0 60px;
  position: relative;
  margin-bottom: 50px;
}
.home .step .num {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3F9E6F;
  line-height: 1;
  text-align: center;
}
.home .step .num .eg {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 9px;
}
.home .step .num .numb {
  font-size: 5rem;
}
.home .step .num:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23px;
  margin-top: 0;
  margin-left: 0;
  width: 1px;
  height: calc(100% - 100px);
  background: #3F9E6F;
}
.home .step .num img {
  width: 47px;
  height: auto;
}
.home .step .cont {
  padding-left: 100px;
  box-sizing: border-box;
}
.home .step .cont .ttls {
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
  color: #3F9E6F;
  margin-bottom: 20px;
}
.home .step .btn1 a {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
  background: url("../images/arw2.png") center right 15px no-repeat, #D20000;
  background-size: 25px auto;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .home .step .cont {
    padding-left: 80px;
  }
  .home .step .cont .ttls {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .home .step {
    margin-top: 80px;
  }
  .home .step .c2 {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 50px;
  }
  .home .step .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: baseline;
  }
  .home .step .num {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: baseline;
  }
  .home .step .num .eg {
    font-size: 1.9rem;
  }
  .home .step .num .numb {
    font-size: 3.65rem;
    margin-left: 5px;
  }
  .home .step .num:before {
    content: none;
  }
  .home .step .num img {
    width: auto;
    height: 27px;
  }
  .home .step .img {
    margin-top: 20px;
  }
  .home .step .cont {
    padding-left: 0;
  }
  .home .step .cont .ttls {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .home .step .txt {
    font-feature-settings: "palt";
  }
  .home .step .btn1 a {
    text-align: left;
    max-width: 100%;
    font-size: 2.25rem;
    background: url("../images/arw2.png") center right 15px no-repeat, #D20000;
    background-size: 36px auto;
    padding: 14px 20px;
    box-sizing: border-box;
    font-weight: bold;
  }
}
.home .top6 {
  background: #EEEEEE;
  padding: 140px 0 100px 0;
  box-sizing: border-box;
}
.home .top6 .h2_ttl_gr2 {
  border-bottom: none;
  border-top: 1px solid #3F9E6F;
  padding: 20px 0 0 0;
}
.home .top6 .h2_ttl_gr2 i {
  top: -8px;
  bottom: auto;
  left: 50%;
}
.home .top6 .h2_ttl_gr2 .eg_mini {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3F9E6F;
  font-size: 2.78rem;
  letter-spacing: 0.03em;
}
.home .top6 .h2_ttl_gr2 .eg_mini img {
  display: inline-block;
  height: 19px;
  width: auto;
}
@media (max-width: 768px) {
  .home .top6 {
    padding: 70px 0 20px 0;
  }
  .home .top6 .h2_ttl_gr2 .eg_mini {
    top: -40px;
    font-size: 2.2rem;
  }
}
.home .store {
  margin-top: 40px;
}
.home .store .c2 {
  margin: 0 0 60px 0;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
}
.home .store .c2:last-of-type {
  margin: 0;
}
.home .store .cont {
  background: white;
  padding: 30px 35px;
  box-sizing: border-box;
}
.home .store .img_sp {
  display: none;
}
.home .store .ttl {
  color: #3F9E6F;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #3F9E6F;
}
.home .store .txt {
  padding-bottom: 30px;
}
.home .store .line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 10px;
}
.home .store .btns {
  position: absolute;
  left: 35px;
  bottom: 30px;
  text-decoration: none;
  color: #333;
  background: url(../images/arw1.png) center right no-repeat;
  background-size: 20px 20px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .home .store .c2 {
    grid-template-columns: 1fr;
  }
  .home .store .c2 .img {
    height: 300px;
    overflow: hidden;
  }
  .home .store .c2 .img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .home .store .btns {
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .home .store .c2 {
    margin: 0 0 40px 0;
  }
  .home .store .cont {
    background: none;
    padding: 0;
  }
  .home .store .img_sp {
    display: block;
    margin: 20px 0;
  }
  .home .store .img {
    display: none;
  }
  .home .store .ttl {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .home .store .txt {
    padding-bottom: 10px;
  }
  .home .store .line {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0 10px;
  }
  .home .store .btns {
    padding: 10px 43px 10px 0;
    background: url(../images/arw1.png) center right no-repeat;
    background-size: 32px 32px;
  }
}
.home .top7 {
  padding: 130px 0 100px 0;
  box-sizing: border-box;
}
.home .top7 .h2_ttl_gr {
  border-bottom: none;
  border-top: 1px solid #3F9E6F;
  padding: 20px 0 0 0;
}
.home .top7 .h2_ttl_gr i {
  top: -8px;
  bottom: auto;
  left: 50%;
}
.home .top7 .h2_ttl_gr .eg_mini {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3F9E6F;
  font-size: 2.78rem;
  letter-spacing: 0.03em;
}
.home .top7 .cont {
  text-align: center;
  margin: 40px 0;
}
.home .top7 .cont h3 {
  font-weight: bold;
  color: #3F9E6F;
  font-size: 2.5rem;
}
.home .top7 .btn1 a {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
  background: url(../images/arw2_ing.png) center right 15px no-repeat, #3F9E6F;
  background-size: 25px auto;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home .top7 {
    padding: 70px 0 50px 0;
  }
  .home .top7 .h2_ttl_gr {
    padding: 20px 0 0 0;
    letter-spacing: -0.05em;
  }
  .home .top7 .h2_ttl_gr .eg_mini {
    top: -40px;
    font-size: 2.2rem;
  }
  .home .top7 .h2_ttl_gr .eg_mini img {
    height: 15px;
  }
  .home .top7 .cont {
    margin: 20px 0 40px 0;
  }
  .home .top7 .txt {
    margin-top: 20px;
  }
  .home .top7 .btn1 a {
    font-weight: bold;
    max-width: 100%;
    text-align: left;
    padding: 14px 20px;
    font-size: 2.5rem;
    background: url(../images/arw2_ing.png) center right 15px no-repeat, #3F9E6F;
    background-size: 35px auto;
  }
}
.home .top10 {
  padding: 100px 0 60px 0;
}
.home .top10 .bnrs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 60px;
}
.home .top10 .bnrs a {
  display: block;
}
.home .top10 .corona {
  margin-top: 80px;
}
.home .top10 .corona .ttl {
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}
.home .top10 .corona i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5px;
  display: inline-block;
  vertical-align: middle;
  color: #4D4D4D;
  line-height: 1;
  width: 1em;
  height: 1px;
  background: #4D4D4D;
  transition: all 0.3s ease;
}
.home .top10 .corona i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.home .top10 .corona .open i {
  transform: rotate(135deg);
}
.home .top10 .corona .txt {
  padding-top: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home .top10 {
    padding: 30px 0 40px 0;
  }
  .home .top10 .bnrs {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .home .top10 .corona {
    margin-top: 40px;
  }
  .home .top10 .corona .ttl {
    padding: 5px 0;
    font-size: 2rem;
    line-height: 1.3;
  }
  .home .top10 .corona i {
    right: 0;
    width: 1.5em;
  }
  .home .top10 .corona .txt {
    padding-top: 10px;
    font-feature-settings: "palt";
  }
}

/*------------------------------------------------------------
メインビジュアル
------------------------------------------------------------*/
body:not(.home) .mv {
  padding-top: 102px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 70%;
  position: relative;
  margin-bottom: 60px;
}
body:not(.home) .mv .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body:not(.home) .mv .copy .cp {
  width: 100%;
  text-align: left;
  padding-top: 50px;
  padding-left: 50px;
  box-sizing: border-box;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  color: #3F9E6F;
  line-height: 1;
  letter-spacing: 0.025em;
}
body:not(.home) .mv .copy img {
  display: inline-block;
  height: 43px;
  width: auto;
}
body:not(.home) .mv .main_mv {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
@media (max-width: 1240px) {
  body:not(.home) .mv {
    padding-top: 81px;
    grid-template-columns: 1fr;
  }
  body:not(.home) .mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: #3F9E6F;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
  body:not(.home) .mv .copy .cp {
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
    color: white;
    font-size: 4rem;
  }
}
@media all and (max-width: 768px) {
  body:not(.home) .mv .copy .cp {
    line-height: 1;
    padding: 30px 8%;
    text-align: left;
    font-size: 3rem;
  }
  body:not(.home) .mv .copy .cp img {
    height: 21px;
    width: auto;
  }
}

/*------------------------------------------------------------
空白調整
------------------------------------------------------------*/
.page:not(.home), .archive {
  /*------------------------------------------------------------
  見出し関連
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  training BOXXとは
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  トレーニング
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  また１人ひとりの目的に合わせて６つのプログラムで理想の身体づくりをサポート
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  TRAINING METHOD
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  LIFESTYLE METHOD
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  施設紹介
  ------------------------------------------------------------*/
  /*------------------------------------------------------------
  開発者紹介
  ------------------------------------------------------------*/
}
.page:not(.home) .br1, .archive .br1 {
  display: none;
}
@media all and (max-width: 1024px) {
  .page:not(.home) .br1, .archive .br1 {
    display: block;
  }
}
.page:not(.home) .pcbr1, .archive .pcbr1 {
  display: block;
}
@media all and (max-width: 1024px) {
  .page:not(.home) .pcbr1, .archive .pcbr1 {
    display: none;
  }
}
.page:not(.home) .h2_ttl, .archive .h2_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
  border-bottom: 1px solid white;
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: white;
}
@media (max-width: 768px) {
  .page:not(.home) .h2_ttl, .archive .h2_ttl {
    font-size: 2rem;
  }
}
.page:not(.home) .h2_ttl i, .archive .h2_ttl i {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -12.5px;
  width: 25px;
  height: 16px;
  background: #3F9E6F;
}
.page:not(.home) .h2_ttl i:before, .archive .h2_ttl i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: white;
}
@media (max-width: 768px) {
  .page:not(.home) .h2_ttl, .archive .h2_ttl {
    font-size: 2rem;
  }
}
.page:not(.home) .h2_ttl_gr, .archive .h2_ttl_gr {
  border-bottom: 1px solid #3F9E6F;
  color: #3F9E6F;
}
.page:not(.home) .h2_ttl_gr i, .archive .h2_ttl_gr i {
  background: white;
}
.page:not(.home) .h2_ttl_gr i:before, .archive .h2_ttl_gr i:before {
  background: #3F9E6F;
}
.page:not(.home) .h2_ttl_gr .eg_mini, .archive .h2_ttl_gr .eg_mini {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1;
  top: -50px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.78rem;
  color: #3F9E6F;
}
@media (max-width: 768px) {
  .page:not(.home) .h2_ttl_gr .eg_mini, .archive .h2_ttl_gr .eg_mini {
    font-size: 2rem;
    top: -35px;
  }
}
.page:not(.home) .h2_ttl_gr .eg_mini img, .archive .h2_ttl_gr .eg_mini img {
  display: inline-block;
  height: 19px;
  width: auto;
}
.page:not(.home) .h2_ttl_gr .stp_ttl, .archive .h2_ttl_gr .stp_ttl {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  bottom: -50px;
}
@media (max-width: 768px) {
  .page:not(.home) .h2_ttl_gr .stp_ttl, .archive .h2_ttl_gr .stp_ttl {
    font-size: 2rem;
    font-weight: 700;
  }
}
.page:not(.home) .h2_ttl_gr2, .archive .h2_ttl_gr2 {
  border-bottom: 1px solid #3F9E6F;
  color: #3F9E6F;
}
.page:not(.home) .h2_ttl_gr2 i, .archive .h2_ttl_gr2 i {
  background: #EEE;
}
.page:not(.home) .h2_ttl_gr2 i:before, .archive .h2_ttl_gr2 i:before {
  background: #3F9E6F;
}
.page:not(.home) .about1 h1, .archive .about1 h1 {
  color: #3F9E6F;
  font-size: 4rem;
  font-weight: 700;
}
.page:not(.home) .about1 .txt, .archive .about1 .txt {
  font-size: 1.9rem;
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 768px) {
  .page:not(.home) .about1, .archive .about1 {
    margin-bottom: 20px;
  }
  .page:not(.home) .about1 h1, .archive .about1 h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .page:not(.home) .about1 .txt, .archive .about1 .txt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.page:not(.home) .about2, .archive .about2 {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  background: #3F9E6F;
  padding: 200px 0 90px 0;
  box-sizing: border-box;
}
.page:not(.home) .about2 .lead, .archive .about2 .lead {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-top: 30px;
}
.page:not(.home) .about2 .about_ttl1, .archive .about2 .about_ttl1 {
  font-size: 3rem;
  text-align: center;
  color: white;
  margin-top: 80px;
}
.page:not(.home) .about2 .about_ttl1 span, .archive .about2 .about_ttl1 span {
  display: inline-block;
  position: relative;
}
.page:not(.home) .about2 .about_ttl1 span:before, .page:not(.home) .about2 .about_ttl1 span:after, .archive .about2 .about_ttl1 span:before, .archive .about2 .about_ttl1 span:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -130px;
  margin-top: 0;
  margin-left: 0;
  width: 160px;
  height: 1px;
  background: white;
  transform: rotate(130deg);
}
.page:not(.home) .about2 .about_ttl1 span:after, .archive .about2 .about_ttl1 span:after {
  left: auto;
  right: -130px;
}
.page:not(.home) .about2 .btn1, .archive .about2 .btn1 {
  display: block;
  font-size: 2.1rem;
  max-width: 700px;
  margin: 70px auto 0 auto;
  color: #3F9E6F;
  text-decoration: none;
  background: url("../images/arw1.png") center right 16px no-repeat, white;
  background-size: 25px auto;
  padding: 16px 50px;
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 1180px) {
  .page:not(.home) .about2, .archive .about2 {
    padding: 260px 0 90px 0;
  }
  .page:not(.home) .about2 .btn1, .archive .about2 .btn1 {
    padding: 16px 50px 16px 20px;
  }
  .page:not(.home) .about2 .about_ttl1, .archive .about2 .about_ttl1 {
    position: relative;
  }
  .page:not(.home) .about2 .about_ttl1 span, .archive .about2 .about_ttl1 span {
    position: unset;
  }
  .page:not(.home) .about2 .about_ttl1 span:before, .page:not(.home) .about2 .about_ttl1 span:after, .archive .about2 .about_ttl1 span:before, .archive .about2 .about_ttl1 span:after {
    left: -13%;
  }
  .page:not(.home) .about2 .about_ttl1 span:after, .archive .about2 .about_ttl1 span:after {
    left: auto;
    top: auto;
    bottom: 30px;
    right: -13%;
  }
}
@media all and (max-width: 1024px) {
  .page:not(.home) .about2, .archive .about2 {
    padding: 160px 0 90px 0;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .page:not(.home) .about2, .archive .about2 {
    padding: 90px 0 30px 0;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  }
  .page:not(.home) .about2 .lead, .archive .about2 .lead {
    font-size: 2rem;
  }
  .page:not(.home) .about2 .about_ttl1, .archive .about2 .about_ttl1 {
    font-size: 2rem;
    margin-top: 50px;
  }
  .page:not(.home) .about2 .about_ttl1 span:before, .archive .about2 .about_ttl1 span:before {
    width: 70px;
    top: 0;
    transform: rotate(135deg);
  }
  .page:not(.home) .about2 .about_ttl1 span:after, .archive .about2 .about_ttl1 span:after {
    width: 70px;
    bottom: 0;
    transform: rotate(135deg);
  }
  .page:not(.home) .about2 .btn1, .archive .about2 .btn1 {
    font-size: 2rem;
    margin: 70px auto 0 auto;
    background: url(../images/arw1.png) center bottom 16px no-repeat, white;
    background-size: 36px auto;
    padding: 16px 0 65px 0;
  }
}
.page:not(.home) .bx_c2, .archive .bx_c2 {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  color: white;
}
.page:not(.home) .bx_c2 h3, .archive .bx_c2 h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}
.page:not(.home) .bx_c2 .mini, .archive .bx_c2 .mini {
  text-align: center;
}
.page:not(.home) .bx_c2 .img, .archive .bx_c2 .img {
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .page:not(.home) .bx_c2, .archive .bx_c2 {
    margin: 40px 0 0 0;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
@media (max-width: 768px) {
  .page:not(.home) .bx_c2, .archive .bx_c2 {
    margin: 30px 0 0 0;
  }
  .page:not(.home) .bx_c2 h3, .archive .bx_c2 h3 {
    line-height: 1.5;
  }
  .page:not(.home) .bx_c2 .mini, .archive .bx_c2 .mini {
    font-size: 1.6rem;
  }
  .page:not(.home) .bx_c2 .img, .archive .bx_c2 .img {
    margin-top: 10px;
  }
}
.page:not(.home) .program, .archive .program {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 0;
  text-align: center;
  margin-top: 60px;
}
.page:not(.home) .program .img, .archive .program .img {
  text-align: center;
}
.page:not(.home) .program img, .archive .program img {
  display: inline-block;
  height: 133px;
  width: auto;
}
.page:not(.home) .program .tx, .archive .program .tx {
  color: white;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .page:not(.home) .program, .archive .program {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .page:not(.home) .program, .archive .program {
    gap: 30px 0;
    margin-top: 20px;
  }
  .page:not(.home) .program img, .archive .program img {
    height: 90px;
  }
  .page:not(.home) .program .tx, .archive .program .tx {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}
.page:not(.home) .about3, .archive .about3 {
  padding-top: 140px;
  box-sizing: border-box;
}
.page:not(.home) .about3 .c2, .archive .about3 .c2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 0 30px;
  font-feature-settings: "palt";
}
.page:not(.home) .about3 .c2 .fb, .archive .about3 .c2 .fb {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
  margin-bottom: 10px;
}
.page:not(.home) .about3 .c2 .sp_fb, .archive .about3 .c2 .sp_fb {
  display: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
}
.page:not(.home) .about3 .c2 .img, .archive .about3 .c2 .img {
  order: 2;
}
.page:not(.home) .about3 .c2 .cont, .archive .about3 .c2 .cont {
  order: 1;
}
@media (max-width: 992px) {
  .page:not(.home) .about3 .c2, .archive .about3 .c2 {
    margin-top: 60px;
    grid-template-columns: 1fr;
    font-feature-settings: unset;
  }
  .page:not(.home) .about3 .c2 .fb, .archive .about3 .c2 .fb {
    display: none;
  }
  .page:not(.home) .about3 .c2 .sp_fb, .archive .about3 .c2 .sp_fb {
    display: block;
  }
  .page:not(.home) .about3 .c2 .img, .archive .about3 .c2 .img {
    order: 1;
    margin: 20px 0;
  }
  .page:not(.home) .about3 .c2 .cont, .archive .about3 .c2 .cont {
    order: 2;
  }
}
@media (max-width: 768px) {
  .page:not(.home) .about3, .archive .about3 {
    padding: 100px 0 20px 0;
  }
  .page:not(.home) .about3 .h2_ttl_gr .eg_mini, .archive .about3 .h2_ttl_gr .eg_mini {
    top: -40px;
    font-size: 2.2rem;
  }
  .page:not(.home) .about3 .h2_ttl_gr .eg_mini img, .archive .about3 .h2_ttl_gr .eg_mini img {
    height: 15px;
  }
  .page:not(.home) .about3 .c2, .archive .about3 .c2 {
    margin-top: 40px;
  }
  .page:not(.home) .about3 .c2 .sp_fb, .archive .about3 .c2 .sp_fb {
    font-size: 2rem;
  }
}
.page:not(.home) .about4, .archive .about4 {
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.page:not(.home) .about4 .h2_ttl_gr, .archive .about4 .h2_ttl_gr {
  border-bottom: none;
  border-top: 1px solid #3F9E6F;
  padding: 20px 0 0 0;
}
.page:not(.home) .about4 .h2_ttl_gr i, .archive .about4 .h2_ttl_gr i {
  top: -8px;
  bottom: auto;
  left: 50%;
}
.page:not(.home) .about4 .h2_ttl_gr .eg_mini, .archive .about4 .h2_ttl_gr .eg_mini {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1;
  top: -50px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.78rem;
  color: #3F9E6F;
}
.page:not(.home) .about4 .h2_ttl_gr .eg_mini img, .archive .about4 .h2_ttl_gr .eg_mini img {
  display: inline-block;
  height: 19px;
  width: auto;
}
.page:not(.home) .about4 .c2, .archive .about4 .c2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0 30px;
  font-feature-settings: "palt";
}
.page:not(.home) .about4 .c2 .fb, .archive .about4 .c2 .fb {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
  margin-bottom: 10px;
}
.page:not(.home) .about4 .c2 .sp_fb, .archive .about4 .c2 .sp_fb {
  display: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
}
@media (max-width: 992px) {
  .page:not(.home) .about4 .c2, .archive .about4 .c2 {
    margin-top: 60px;
    grid-template-columns: 1fr;
    font-feature-settings: unset;
  }
  .page:not(.home) .about4 .c2 .fb, .archive .about4 .c2 .fb {
    display: none;
  }
  .page:not(.home) .about4 .c2 .sp_fb, .archive .about4 .c2 .sp_fb {
    display: block;
  }
  .page:not(.home) .about4 .c2 .img, .archive .about4 .c2 .img {
    order: 1;
    margin: 20px 0;
  }
  .page:not(.home) .about4 .c2 .cont, .archive .about4 .c2 .cont {
    order: 2;
  }
}
@media (max-width: 768px) {
  .page:not(.home) .about4, .archive .about4 {
    padding: 80px 0 40px 0;
  }
  .page:not(.home) .about4 .h2_ttl_gr .eg_mini, .archive .about4 .h2_ttl_gr .eg_mini {
    top: -40px;
    font-size: 2.2rem;
  }
  .page:not(.home) .about4 .h2_ttl_gr .eg_mini img, .archive .about4 .h2_ttl_gr .eg_mini img {
    height: 15px;
  }
  .page:not(.home) .about4 .txt, .archive .about4 .txt {
    letter-spacing: -0.05em;
  }
  .page:not(.home) .about4 .c2, .archive .about4 .c2 {
    margin-top: 40px;
  }
  .page:not(.home) .about4 .c2 .sp_fb, .archive .about4 .c2 .sp_fb {
    font-size: 2rem;
  }
}
.page:not(.home) .about5, .archive .about5 {
  background: #EEEEEE;
  padding: 80px 0 90px 0;
  box-sizing: border-box;
}
.page:not(.home) .about5 .c2, .archive .about5 .c2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}
.page:not(.home) .about5 .c2 h3, .archive .about5 .c2 h3 {
  font-size: 2.5rem;
  color: #3F9E6F;
  margin: 15px 0;
}
@media (max-width: 992px) {
  .page:not(.home) .about5 .c2, .archive .about5 .c2 {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
  .page:not(.home) .about5 .c2 h3, .archive .about5 .c2 h3 {
    font-size: 2.5rem;
    color: #3F9E6F;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .page:not(.home) .about5, .archive .about5 {
    padding: 40px 0;
  }
  .page:not(.home) .about5 .c2, .archive .about5 .c2 {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .page:not(.home) .about5 .c2 h3, .archive .about5 .c2 h3 {
    font-size: 2rem;
    margin: 10px 0;
  }
}
.page:not(.home) .about6, .archive .about6 {
  padding: 100px 0;
  box-sizing: border-box;
}
.page:not(.home) .about6 .inner, .archive .about6 .inner {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 0 60px;
  font-feature-settings: "palt";
}
.page:not(.home) .about6 .img, .archive .about6 .img {
  order: 2;
}
.page:not(.home) .about6 .cont, .archive .about6 .cont {
  order: 1;
}
.page:not(.home) .about6 .fb, .archive .about6 .fb {
  margin-bottom: 30px;
}
.page:not(.home) .about6 .fb .jp, .archive .about6 .fb .jp {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
}
.page:not(.home) .about6 .sp_fb, .archive .about6 .sp_fb {
  display: none;
  margin-bottom: 30px;
}
.page:not(.home) .about6 .sp_fb .jp, .archive .about6 .sp_fb .jp {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3F9E6F;
}
@media (max-width: 992px) {
  .page:not(.home) .about6 .inner, .archive .about6 .inner {
    grid-template-columns: 1fr;
    font-feature-settings: unset;
  }
  .page:not(.home) .about6 .img, .archive .about6 .img {
    order: 1;
    margin-bottom: 20px;
  }
  .page:not(.home) .about6 .cont, .archive .about6 .cont {
    order: 2;
  }
  .page:not(.home) .about6 .fb, .archive .about6 .fb {
    display: none;
  }
  .page:not(.home) .about6 .sp_fb, .archive .about6 .sp_fb {
    display: block;
  }
}
@media (max-width: 768px) {
  .page:not(.home) .about6, .archive .about6 {
    padding: 50px 0;
  }
  .page:not(.home) .about6 .sp_fb, .archive .about6 .sp_fb {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .page:not(.home) .about6 .sp_fb .jp, .archive .about6 .sp_fb .jp {
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
スタッフ・お客様の声ページ アーカイブ
------------------------------------------------------------*/
.staff1 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .staff1 {
    margin-bottom: 50px;
  }
}

.staff-wrapper {
  margin: 45px auto 100px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .staff-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 25px auto 50px;
  }
}

.staff-link h3 {
  font-family: "din-2014", sans-serif;
  font-size: 22px;
  color: #000;
}
@media (max-width: 768px) {
  .staff-link h3 {
    font-size: 2rem;
  }
}
.staff-link img {
  height: auto;
}

.post-type-archive-staff h2 {
  border: none;
  text-align: left;
}

.post-type-archive-impressions .staff-wrapper {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-wrapper {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-impressions .staff-link {
  display: grid;
  align-self: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-link {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-impressions .staff-link .p-left-box {
  width: 285px;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-link .p-left-box {
    width: 100%;
  }
}
.post-type-archive-impressions .staff-link .p-left-box h3 {
  border-bottom: 1px solid #3F9E6F;
  border-top: 1px solid #3F9E6F;
  color: #3F9E6F;
  padding: 30px 0;
  font-size: 25px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-link .p-left-box h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    padding: 15px 0;
  }
}
.post-type-archive-impressions .staff-link .p-left-box .p-name span {
  font-size: 25px;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-link .p-left-box .p-name span {
    font-size: 2.5rem;
  }
}
.post-type-archive-impressions .staff-link .p-left-box .p-name-en {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
.post-type-archive-impressions .staff-link .p-right-box {
  text-align: right;
}
.post-type-archive-impressions .staff-link .p-right-box img {
  height: auto;
  width: 177px;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-link .p-right-box img {
    width: 100%;
  }
}
.post-type-archive-impressions .staff-link .p-right-box .c-detaillink {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .post-type-archive-impressions .staff-link .p-right-box .c-detaillink {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
スタッフ・お客様の声ページ 記事詳細ページ
------------------------------------------------------------*/
.single-staff .inner, .single-impressions .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .single-staff .inner, .single-impressions .inner {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 50px;
  }
}
.single-staff .inner > img, .single-impressions .inner > img {
  height: auto;
}
.single-staff .inner .c-right-box, .single-impressions .inner .c-right-box {
  width: 100%;
}
.single-staff .inner .c-right-box a, .single-impressions .inner .c-right-box a {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .single-staff .inner .c-right-box a, .single-impressions .inner .c-right-box a {
    margin-top: 10px;
  }
}
.single-staff .inner .c-right-box p, .single-impressions .inner .c-right-box p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-staff .inner .c-right-box p, .single-impressions .inner .c-right-box p {
    margin-top: 10px;
  }
}
.single-staff .inner .c-right-box p:first-of-type, .single-impressions .inner .c-right-box p:first-of-type {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single-staff .inner .c-right-box p:first-of-type, .single-impressions .inner .c-right-box p:first-of-type {
    margin-top: 20px;
  }
}
.single-staff .inner .c-right-box p:nth-of-type(2), .single-impressions .inner .c-right-box p:nth-of-type(2) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single-staff .inner .c-right-box p:nth-of-type(2), .single-impressions .inner .c-right-box p:nth-of-type(2) {
    margin-top: 20px;
  }
}

.single-impressions .inner .c-right-box p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-impressions .inner .c-right-box p {
    margin-bottom: 15px;
  }
}
.single-impressions .inner .c-right-box p span {
  font-size: 25px;
}
@media (max-width: 768px) {
  .single-impressions .inner .c-right-box p span {
    font-size: 2.5rem;
  }
}

/*------------------------------------------------------------
ACCESS,trialsessionページ
------------------------------------------------------------*/
.location .access, .trialsession .access {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .location .access, .trialsession .access {
    margin-bottom: 40px;
  }
}
.location .access .c-box-ttl, .trialsession .access .c-box-ttl {
  width: 84%;
}
.location .access .inner, .trialsession .access .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .location .access .inner, .trialsession .access .inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .location .access .inner .inner-left, .trialsession .access .inner .inner-left {
    order: 2;
  }
}
.location .access .inner .inner-left h2, .trialsession .access .inner .inner-left h2 {
  padding-bottom: 18px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 28px;
}
@media (max-width: 768px) {
  .location .access .inner .inner-left h2, .trialsession .access .inner .inner-left h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.location .access .inner .inner-left .btn1, .trialsession .access .inner .inner-left .btn1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 6.5625rem;
}
@media (max-width: 768px) {
  .location .access .inner .inner-left .btn1, .trialsession .access .inner .inner-left .btn1 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 1.875rem;
  }
}
.location .access .inner .inner-left .btn1 a, .trialsession .access .inner .inner-left .btn1 a {
  width: 100%;
}
.location .access .inner > img, .trialsession .access .inner > img {
  width: 100%;
}
@media (max-width: 768px) {
  .location .access .inner > img, .trialsession .access .inner > img {
    order: 1;
  }
}
.location .access .inner .line, .trialsession .access .inner .line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 10px;
}
.location .location3.about5, .trialsession .location3.about5 {
  background-color: #fff;
}
.location .location3.about5 .inner, .trialsession .location3.about5 .inner {
  overflow: hidden;
}
.location .location3.about5 .inner h2.h2_ttl i, .trialsession .location3.about5 .inner h2.h2_ttl i {
  background-color: #fff;
}
.location .location3.about5 .access-slide, .trialsession .location3.about5 .access-slide {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  position: relative;
}
@media (max-width: 768px) {
  .location .location3.about5 .access-slide, .trialsession .location3.about5 .access-slide {
    margin: 30px auto;
  }
}
.location .location3.about5 .access-slide .swiper-slide picture, .trialsession .location3.about5 .access-slide .swiper-slide picture {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .location .location3.about5 .access-slide .swiper-slide picture, .trialsession .location3.about5 .access-slide .swiper-slide picture {
    gap: 10px;
  }
}
.location .location3.about5 .swiper-button-prev, .location .location3.about5 .swiper-rtl .swiper-button-next, .trialsession .location3.about5 .swiper-button-prev, .trialsession .location3.about5 .swiper-rtl .swiper-button-next {
  color: #4d4d4d;
}
.location .location3.about5 .swiper-button-next, .trialsession .location3.about5 .swiper-button-next {
  left: unset;
  color: #4d4d4d;
}

/*------------------------------------------------------------
料金ページ
------------------------------------------------------------*/
.price .price1 {
  margin-bottom: 90px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .price .price1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.price .price2 .inner {
  margin: 60px auto 100px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .price .price2 .inner {
    margin: 20px auto 50px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
  }
}
.price .price2 .inner .price-link {
  text-align: right;
}
.price .price2 .inner .price-link span {
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: left;
  font-size: 25px;
  color: #3F9E6F;
  display: block;
}
.price .price2 .inner .price-link a {
  margin-top: 1.25rem;
}

/*------------------------------------------------------------
メディアページ
------------------------------------------------------------*/
@media (max-width: 768px) {
  .media .mv::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%) !important;
  }
}
.media .interview1 {
  margin-bottom: 90px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .media .interview1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.media .interview1 h3 {
  margin: 60px auto 20px;
  color: #4d4d4d;
  text-align: center;
}
@media (max-width: 768px) {
  .media .interview1 h3 {
    margin: 60px auto 10px;
    font-size: 2.5rem;
  }
}
.media .interview1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .media .interview1 ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.media .interview1 ul li {
  text-align: center;
}
.media .interview1 ul li span {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-top: 0;
}
.media .interview1 ul li img {
  margin: auto;
}

/*------------------------------------------------------------
FAQページ
------------------------------------------------------------*/
.faq .faq1 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.faq .faq1 .faq-box dt {
  color: #3F9E6F;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #3F9E6F;
}
.faq .faq1 .faq-box dd {
  margin-bottom: 50px;
}

/*------------------------------------------------------------
TRAINING-PROGRAMSページ
------------------------------------------------------------*/
.programs .programs-wrapper1 {
  margin-bottom: 90px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .programs .programs-wrapper1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .programs .programs-wrapper1 .inner {
    width: 100%;
  }
}
.programs .programs-wrapper1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0;
  gap: 15px;
}
@media (max-width: 768px) {
  .programs .programs-wrapper1 ul {
    gap: 5px;
  }
}
.programs .programs-wrapper1 ul li {
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 30px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #000;
  position: relative;
  border-bottom: #000 solid 2px;
}
@media (max-width: 768px) {
  .programs .programs-wrapper1 ul li {
    font-size: 1.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.programs .programs-wrapper1 ul li i {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  color: transparent;
}
.programs .programs-wrapper1 ul li i:before {
  content: "";
  display: block;
  background-color: transparent;
  color: transparent;
  background: #fff url(../images/tab-icon2.svg) center bottom no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  margin: auto;
  border: 4px solid #fff;
}
.programs .programs-wrapper1 ul li span {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .programs .programs-wrapper1 ul li span {
    font-size: 12px;
    line-height: 1.2;
  }
}
.programs .programs-wrapper1 ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.programs .programs-wrapper1 ul li:first-of-type {
  color: #3F9E6F;
  border-color: #3F9E6F;
}
.programs .programs-wrapper1 ul li:first-of-type i:before {
  background-color: transparent;
  background: #fff url(../images/tab-icon1.svg) center bottom no-repeat;
  background-size: contain;
}
.programs .programs-wrapper1 ul li:first-of-type.active {
  background-color: rgba(63, 158, 111, 0.1);
}
.programs .programs-wrapper1 ul li:nth-of-type(2).active {
  background-color: #e0e0e0;
}
.programs .programs-wrapper2 .p-description h2 {
  margin-bottom: 3.75rem;
  border: none;
  font-family: "din-2014", sans-serif;
  text-align: left;
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 768px) {
  .programs .programs-wrapper2 .p-description h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
.programs .programs-wrapper2 h3 {
  font-size: 25px;
  color: #3F9E6F;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .programs .programs-wrapper2 h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.programs .programs-wrapper3, .programs .programs-wrapper5 {
  padding-top: 250px;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}
.programs .programs-wrapper3 h3.h2_ttl, .programs .programs-wrapper5 h3.h2_ttl {
  margin-bottom: 30px;
}
.programs .programs-wrapper3 p, .programs .programs-wrapper3 h3, .programs .programs-wrapper5 p, .programs .programs-wrapper5 h3 {
  color: #fff;
}
.programs .programs-wrapper3 p.c-attention, .programs .programs-wrapper3 h3.c-attention, .programs .programs-wrapper5 p.c-attention, .programs .programs-wrapper5 h3.c-attention {
  color: #000;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}
.programs .programs-wrapper3 .c-osusume, .programs .programs-wrapper5 .c-osusume {
  margin-top: 3.125rem;
}
.programs .programs-wrapper3 .c-osusume h3, .programs .programs-wrapper5 .c-osusume h3 {
  background-color: #fff;
  color: #3F9E6F;
  padding: 0.9375rem;
  text-align: center;
}
.programs .programs-wrapper3 .c-osusume ul, .programs .programs-wrapper5 .c-osusume ul {
  background-color: #fff;
  color: #3F9E6F;
  padding: 1.875rem 0.9375rem;
  text-align: center;
}
.programs .programs-wrapper3 .c-osusume ul li, .programs .programs-wrapper5 .c-osusume ul li {
  margin-bottom: 0.3125rem;
}
.programs .programs-wrapper3 .c-osusume ul li:last-of-type, .programs .programs-wrapper5 .c-osusume ul li:last-of-type {
  margin-bottom: 0;
}
.programs .programs-wrapper3 .c-osusume-wrapp, .programs .programs-wrapper5 .c-osusume-wrapp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .programs .programs-wrapper3 .c-osusume-wrapp, .programs .programs-wrapper5 .c-osusume-wrapp {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.programs .programs-wrapper3 .c-osusume-wrapp h4, .programs .programs-wrapper5 .c-osusume-wrapp h4 {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  margin: 30px 0 20px;
}
.programs .programs-wrapper3 .c-osusume-wrapp img, .programs .programs-wrapper5 .c-osusume-wrapp img {
  margin: 20px 0;
}
@media all and (max-width: 1024px) {
  .programs .programs-wrapper3, .programs .programs-wrapper5 {
    padding: 160px 0 90px 0;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .programs .programs-wrapper3, .programs .programs-wrapper5 {
    padding: 80px 0 30px 0;
    clip-path: polygon(0 1.5%, 100% 0, 100% 100%, 0 100%);
  }
}
.programs .programs-wrapper4 {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .programs .programs-wrapper4 {
    padding-top: 40px;
  }
}
.programs .programs-wrapper4 h2 {
  font-size: 64px;
  margin-bottom: 3.75rem;
  border: none;
  font-family: "din-2014", sans-serif;
  text-align: left;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  .programs .programs-wrapper4 h2 {
    font-size: 2.5rem;
  }
}
.programs .programs-wrapper4 h3 {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .programs .programs-wrapper4 h3 {
    margin-bottom: 1.25rem;
  }
}
.programs .programs-wrapper5 {
  padding-top: 180px;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
}
@media all and (max-width: 1024px) {
  .programs .programs-wrapper5 {
    padding: 160px 0 90px 0;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .programs .programs-wrapper5 {
    padding: 60px 0 30px 0;
    clip-path: polygon(0 1.5%, 100% 0, 100% 100%, 0 100%);
  }
}
.programs .programs-wrapper5 .c-osusume h3 {
  color: #000;
}
.programs .programs-wrapper5 .c-osusume ul {
  color: #000;
}
.programs .programs-wrapper5 .h2_ttl i {
  background-color: #000;
}

/*------------------------------------------------------------
TRAINING-PROGRAMS-店舗ページ
------------------------------------------------------------*/
.ebisu .programs .mv .copy .cp, .kitahanada .programs .mv .copy .cp, .kawasaki .programs .mv .copy .cp {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .ebisu .programs .mv .copy .cp, .kitahanada .programs .mv .copy .cp, .kawasaki .programs .mv .copy .cp {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.ebisu .programs .programs-wrapper2 .lead, .kitahanada .programs .programs-wrapper2 .lead, .kawasaki .programs .programs-wrapper2 .lead {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper2 .lead, .kitahanada .programs .programs-wrapper2 .lead, .kawasaki .programs .programs-wrapper2 .lead {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
.ebisu .programs .programs-wrapper2 .lead h3, .kitahanada .programs .programs-wrapper2 .lead h3, .kawasaki .programs .programs-wrapper2 .lead h3 {
  border-bottom: 1px solid;
}
.ebisu .programs .programs-wrapper2 .lead h4, .kitahanada .programs .programs-wrapper2 .lead h4, .kawasaki .programs .programs-wrapper2 .lead h4 {
  font-size: 25px;
  color: #3F9E6F;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper2 .lead h4, .kitahanada .programs .programs-wrapper2 .lead h4, .kawasaki .programs .programs-wrapper2 .lead h4 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
.ebisu .programs .programs-wrapper2 .h2_ttl_gr2, .kitahanada .programs .programs-wrapper2 .h2_ttl_gr2, .kawasaki .programs .programs-wrapper2 .h2_ttl_gr2 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper2 .h2_ttl_gr2, .kitahanada .programs .programs-wrapper2 .h2_ttl_gr2, .kawasaki .programs .programs-wrapper2 .h2_ttl_gr2 {
    margin-top: 20px;
  }
}
.ebisu .programs .programs-wrapper2 .h2_ttl_gr2 i, .kitahanada .programs .programs-wrapper2 .h2_ttl_gr2 i, .kawasaki .programs .programs-wrapper2 .h2_ttl_gr2 i {
  background-color: #fff;
}
.ebisu .programs .programs-wrapper2 .p-campaign, .kitahanada .programs .programs-wrapper2 .p-campaign, .kawasaki .programs .programs-wrapper2 .p-campaign {
  width: 100%;
  margin: 30px auto 90px;
  height: 330px;
  background-color: #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper2 .p-campaign, .kitahanada .programs .programs-wrapper2 .p-campaign, .kawasaki .programs .programs-wrapper2 .p-campaign {
    margin: 20px auto 40px;
  }
}
.ebisu .programs .programs-wrapper3, .kitahanada .programs .programs-wrapper3, .kawasaki .programs .programs-wrapper3 {
  background-color: #EEE;
  padding: 60px 0;
  clip-path: none;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3, .kitahanada .programs .programs-wrapper3, .kawasaki .programs .programs-wrapper3 {
    padding: 30px 0;
  }
}
.ebisu .programs .programs-wrapper3 h2, .kitahanada .programs .programs-wrapper3 h2, .kawasaki .programs .programs-wrapper3 h2 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 h2, .kitahanada .programs .programs-wrapper3 h2, .kawasaki .programs .programs-wrapper3 h2 {
    margin-bottom: 20px;
  }
}
.ebisu .programs .programs-wrapper3 .billtitle, .kitahanada .programs .programs-wrapper3 .billtitle, .kawasaki .programs .programs-wrapper3 .billtitle {
  color: #000;
  padding: 10px;
  text-align: center;
  background: #fff;
  margin: 50px 0 30px;
  color: #3F9E6F;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .billtitle, .kitahanada .programs .programs-wrapper3 .billtitle, .kawasaki .programs .programs-wrapper3 .billtitle {
    margin: 25px 0 15px;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box, .kitahanada .programs .programs-wrapper3 .p-price-box, .kawasaki .programs .programs-wrapper3 .p-price-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box, .kitahanada .programs .programs-wrapper3 .p-price-box, .kawasaki .programs .programs-wrapper3 .p-price-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box2, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box2, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box.p-price-box2, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box2, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box2 {
    grid-template-columns: 1fr;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 {
  width: 100%;
  grid-template-columns: 1fr;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 {
    margin-top: 20px;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx {
  background-color: transparent;
  min-height: auto;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx h4, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx h4, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx h4 {
  color: #3F9E6F;
  padding-bottom: 20px;
  background-color: unset;
  border-bottom: 1px solid #3F9E6F;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx h4, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx h4, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx h4 {
    padding-bottom: 10px;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p {
    margin-top: 10px;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p span, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p span, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box3 .bx p span {
  font-size: 16px;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box4 .bx, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box4 .bx, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box4 .bx {
  min-height: auto;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box4 .bx span:before, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box4 .bx span:before, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box4 .bx span:before {
  content: none !important;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box5 .bx .c-price1, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box5 .bx .c-price1, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box5 .bx .c-price1 {
  padding-top: 20px;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box5 .bx .c-price-off, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box5 .bx .c-price-off, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box5 .bx .c-price-off {
  padding-top: 0;
}
.ebisu .programs .programs-wrapper3 .p-price-box.p-price-box6, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box6, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box6 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box.p-price-box6, .kitahanada .programs .programs-wrapper3 .p-price-box.p-price-box6, .kawasaki .programs .programs-wrapper3 .p-price-box.p-price-box6 {
    grid-template-columns: 1fr;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx, .kitahanada .programs .programs-wrapper3 .p-price-box .bx, .kawasaki .programs .programs-wrapper3 .p-price-box .bx {
  min-height: 300px;
  background: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .ebisu .programs .programs-wrapper3 .p-price-box .bx, .kitahanada .programs .programs-wrapper3 .p-price-box .bx, .kawasaki .programs .programs-wrapper3 .p-price-box .bx {
    min-height: unset;
  }
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx.bx2, .kitahanada .programs .programs-wrapper3 .p-price-box .bx.bx2, .kawasaki .programs .programs-wrapper3 .p-price-box .bx.bx2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx.bx2 h3:not(.ptitle), .kitahanada .programs .programs-wrapper3 .p-price-box .bx.bx2 h3:not(.ptitle), .kawasaki .programs .programs-wrapper3 .p-price-box .bx.bx2 h3:not(.ptitle) {
  border: none;
  color: #000;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx.bx2 .c-price2, .kitahanada .programs .programs-wrapper3 .p-price-box .bx.bx2 .c-price2, .kawasaki .programs .programs-wrapper3 .p-price-box .bx.bx2 .c-price2 {
  color: #000;
  font-size: 25px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx.bx2 .c-price2 span, .kitahanada .programs .programs-wrapper3 .p-price-box .bx.bx2 .c-price2 span, .kawasaki .programs .programs-wrapper3 .p-price-box .bx.bx2 .c-price2 span {
  font-size: 35px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p {
  color: #000;
  text-align: center;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-red, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-red, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-red {
  color: #d20000;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price0, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price0, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price0 {
  margin-top: 10px;
  margin-bottom: -10px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price1, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price1, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price1 {
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  position: relative;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price1 span, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price1 span, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price1 span {
  position: relative;
  font-size: 40px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price1 span:before, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price1 span:before, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price1 span:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -15%;
  width: 130%;
  height: 2px;
  background-color: #d20000;
  display: block;
  transform: rotate(-18deg);
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price2, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price2, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price2 {
  color: #3F9E6F;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  font-size: 40px;
  position: relative;
  margin-top: -10px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price2 span, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price2 span, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price2 span {
  position: relative;
  bottom: 0px;
  font-size: 60px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx p.c-price-off, .kitahanada .programs .programs-wrapper3 .p-price-box .bx p.c-price-off, .kawasaki .programs .programs-wrapper3 .p-price-box .bx p.c-price-off {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #d20000;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx h3, .kitahanada .programs .programs-wrapper3 .p-price-box .bx h3, .kawasaki .programs .programs-wrapper3 .p-price-box .bx h3 {
  color: #3F9E6F;
  border-bottom: 1px solid #3F9E6F;
  text-align: center;
  padding: 10px;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx h4, .kitahanada .programs .programs-wrapper3 .p-price-box .bx h4, .kawasaki .programs .programs-wrapper3 .p-price-box .bx h4 {
  background-color: #3F9E6F;
  color: #fff;
  text-align: center;
}
.ebisu .programs .programs-wrapper3 .p-price-box .bx i.arrow, .kitahanada .programs .programs-wrapper3 .p-price-box .bx i.arrow, .kawasaki .programs .programs-wrapper3 .p-price-box .bx i.arrow {
  background: url(../images/price-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 25px;
  display: block;
  margin: 0 auto 10px;
}
.ebisu .c-btn__cta, .kitahanada .c-btn__cta, .kawasaki .c-btn__cta {
  max-width: 700px;
  margin: 100px auto 30px;
}
@media (max-width: 768px) {
  .ebisu .c-btn__cta, .kitahanada .c-btn__cta, .kawasaki .c-btn__cta {
    margin: 50px auto 0;
  }
}
.ebisu .btn2, .kitahanada .btn2, .kawasaki .btn2 {
  max-width: 700px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 100px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .ebisu .btn2, .kitahanada .btn2, .kawasaki .btn2 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px auto 20px;
  }
}
.ebisu .btn2 a, .kitahanada .btn2 a, .kawasaki .btn2 a {
  max-width: unset;
  width: 100%;
}
.ebisu .programs-wrapper5, .kitahanada .programs-wrapper5, .kawasaki .programs-wrapper5 {
  padding-top: 60px;
  clip-path: none;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper5, .kitahanada .programs-wrapper5, .kawasaki .programs-wrapper5 {
    padding-top: 30px;
  }
}
.ebisu .programs-wrapper5 h2.h2_ttl_gr2 i, .kitahanada .programs-wrapper5 h2.h2_ttl_gr2 i, .kawasaki .programs-wrapper5 h2.h2_ttl_gr2 i {
  background-color: #fff;
}
.ebisu .programs-wrapper6, .kitahanada .programs-wrapper6, .kawasaki .programs-wrapper6 {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper6, .kitahanada .programs-wrapper6, .kawasaki .programs-wrapper6 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.ebisu .programs-wrapper6 iframe, .kitahanada .programs-wrapper6 iframe, .kawasaki .programs-wrapper6 iframe {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  height: 420px;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper6 iframe, .kitahanada .programs-wrapper6 iframe, .kawasaki .programs-wrapper6 iframe {
    margin-top: 0;
    margin-bottom: 10px;
    height: 50vw;
  }
}
.ebisu .programs-wrapper6 p, .kitahanada .programs-wrapper6 p, .kawasaki .programs-wrapper6 p {
  text-align: center;
}
.ebisu .programs-wrapper7, .kitahanada .programs-wrapper7, .kawasaki .programs-wrapper7 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper7, .kitahanada .programs-wrapper7, .kawasaki .programs-wrapper7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ebisu .programs-wrapper7 h3, .kitahanada .programs-wrapper7 h3, .kawasaki .programs-wrapper7 h3 {
  text-align: left;
  border-bottom: 1px solid #3F9E6F;
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper7 h3, .kitahanada .programs-wrapper7 h3, .kawasaki .programs-wrapper7 h3 {
    margin-top: 20px;
  }
}
.ebisu .programs-wrapper7 .c-detail, .kitahanada .programs-wrapper7 .c-detail, .kawasaki .programs-wrapper7 .c-detail {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ebisu .programs-wrapper7 .c-detail, .kitahanada .programs-wrapper7 .c-detail, .kawasaki .programs-wrapper7 .c-detail {
    margin-top: 20px;
  }
}
.ebisu .programs-wrapper7 .c-detail .c-detaillink, .kitahanada .programs-wrapper7 .c-detail .c-detaillink, .kawasaki .programs-wrapper7 .c-detail .c-detaillink {
  margin-right: 0;
}
.ebisu .area-persol .h2_ttl_gr2, .ebisu .area-persol .h2_ttl_gr, .kitahanada .area-persol .h2_ttl_gr2, .kitahanada .area-persol .h2_ttl_gr, .kawasaki .area-persol .h2_ttl_gr2, .kawasaki .area-persol .h2_ttl_gr {
  color: #000 !important;
  border-color: #000 !important;
}
.ebisu .area-persol .h2_ttl_gr2 i::before, .ebisu .area-persol .h2_ttl_gr i::before, .kitahanada .area-persol .h2_ttl_gr2 i::before, .kitahanada .area-persol .h2_ttl_gr i::before, .kawasaki .area-persol .h2_ttl_gr2 i::before, .kawasaki .area-persol .h2_ttl_gr i::before {
  background-color: #000 !important;
}
.ebisu .area-persol .h2_ttl_gr2 .eg_mini, .ebisu .area-persol .h2_ttl_gr2 h3, .ebisu .area-persol .h2_ttl_gr .eg_mini, .ebisu .area-persol .h2_ttl_gr h3, .kitahanada .area-persol .h2_ttl_gr2 .eg_mini, .kitahanada .area-persol .h2_ttl_gr2 h3, .kitahanada .area-persol .h2_ttl_gr .eg_mini, .kitahanada .area-persol .h2_ttl_gr h3, .kawasaki .area-persol .h2_ttl_gr2 .eg_mini, .kawasaki .area-persol .h2_ttl_gr2 h3, .kawasaki .area-persol .h2_ttl_gr .eg_mini, .kawasaki .area-persol .h2_ttl_gr h3 {
  color: #000 !important;
}
.ebisu .area-persol h3:not(.ptitle), .ebisu .area-persol h4:not(.ptitle), .kitahanada .area-persol h3:not(.ptitle), .kitahanada .area-persol h4:not(.ptitle), .kawasaki .area-persol h3:not(.ptitle), .kawasaki .area-persol h4:not(.ptitle) {
  color: #000 !important;
}
.ebisu .area-persol .p-price-box h4:not(.ptitle), .kitahanada .area-persol .p-price-box h4:not(.ptitle), .kawasaki .area-persol .p-price-box h4:not(.ptitle) {
  color: #FFF !important;
}

.ebisu .programs .programs-wrapper1.programs-wrapper2 .lead {
  grid-template-columns: 1fr;
  font-size: 19px;
}
.ebisu .programs .programs-wrapper1 .inner {
  width: 84%;
}
.ebisu .programs .p-description2 {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .ebisu .programs .p-description2 {
    padding-top: 60px;
  }
}
.ebisu .programs .p-description2 h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .ebisu .programs .p-description2 h2 {
    margin-bottom: 20px;
  }
}
.ebisu .programs .about2 {
  clip-path: none;
  background: #ffffff;
  padding: 0 0 60px 0;
}
@media (max-width: 768px) {
  .ebisu .programs .about2 {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .ebisu .programs .about2 .img {
    padding: 15px;
  }
}
.ebisu .programs .about2 .about_ttl1 {
  color: #3F9E6F;
}
.ebisu .programs .about2 .about_ttl1 span:before, .ebisu .programs .about2 .about_ttl1 span:after {
  background: #3F9E6F;
}
.ebisu .programs .about2 .program .tx {
  color: #3F9E6F;
}
.ebisu .programs .about2 .btn1 {
  color: #FFF;
  background: url(../images/arw2_ing.png) center right 16px no-repeat, #3F9E6F;
  background-size: 26px auto;
}
@media (max-width: 768px) {
  .ebisu .programs .about2 .btn1 {
    font-size: 2rem;
    margin: 70px auto 0 auto;
    background: url(../images/arw2_ing.png) center bottom 16px no-repeat, #3F9E6F;
    background-size: auto, auto;
    background-size: 36px auto;
    padding: 16px 0 65px 0;
  }
}
.ebisu .programs .programs-wrapper2-2 .lead h3 {
  border-bottom: none;
}
.ebisu .programs .programs-wrapper2-2 .lead h3 span {
  display: block;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #3F9E6F;
}

.js-panel {
  display: none;
}

.js-tab.active {
  background: #F00;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.js-panel.is-show {
  display: block;
}

/*------------------------------------------------------------
NEWSとBLOG
------------------------------------------------------------*/
.top8, .top9 {
  background: #EEEEEE;
  padding: 80px 0 30px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top8, .top9 {
    padding: 40px 0 15px 0;
  }
}
.top8 .h2_ttl, .top9 .h2_ttl {
  padding-bottom: 15px;
}
.top8 .eg_mini, .top9 .eg_mini {
  text-align: center;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3F9E6F;
  font-size: 5.2rem;
}
.top8 .bbx, .top9 .bbx {
  margin: 50px 0 0 0;
  background: white;
  padding: 30px 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top8 .bbx, .top9 .bbx {
    margin: 30px 0 0 0;
  }
}
.top8 .bbx > a, .top9 .bbx > a {
  text-decoration: none;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 140px 1fr;
  color: #333;
  padding: 11px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
.top8 .btn1, .top9 .btn1 {
  text-align: right;
  margin-top: 20px;
}
.top8 .btn1 a, .top9 .btn1 a {
  text-decoration: none;
  color: #333;
  background: url(../images/arw1.png) center right no-repeat;
  background-size: 20px 20px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top8, .top9 {
    padding: 40px 0;
  }
  .top8 .eg_mini, .top9 .eg_mini {
    font-size: 3rem;
  }
  .top8 .bbx, .top9 .bbx {
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .top8 .bbx a, .top9 .bbx a {
    gap: 0;
    grid-template-columns: 1fr;
    color: #333;
    padding: 15px 0;
  }
  .top8 .btn1, .top9 .btn1 {
    text-align: right;
    margin-top: 20px;
  }
  .top8 .btn1 a, .top9 .btn1 a {
    background: url(../images/arw1.png) center right no-repeat;
    background-size: 32px 32px;
    padding: 10px 43px 10px 0;
  }
}

.top9 {
  padding: 0 0 30px 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .single .mv::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%) !important;
  }
}
.single .top8, .single .top9 {
  background-color: #fff;
  padding-top: 0;
}
.single .top8 h1, .single .top9 h1 {
  margin-bottom: 40px;
}
.single .top8 .c-detaillink-wrapper, .single .top9 .c-detaillink-wrapper {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .single .top8 .c-detaillink-wrapper, .single .top9 .c-detaillink-wrapper {
    padding-bottom: 30px;
  }
}
.single .top8 .c-detaillink-wrapper a.c-detaillink, .single .top9 .c-detaillink-wrapper a.c-detaillink {
  margin: 40px auto;
}
@media (max-width: 768px) {
  .single .top8 .c-detaillink-wrapper a.c-detaillink, .single .top9 .c-detaillink-wrapper a.c-detaillink {
    margin: 20px auto 0;
  }
}
.single .top8 .bbx, .single .top9 .bbx {
  margin-top: 20px;
  padding-top: 10px;
}
.single .top8 .bbx-content p, .single .top9 .bbx-content p {
  margin-bottom: 5px;
}
.single .top8 .bbx-content p img, .single .top9 .bbx-content p img {
  margin: 5px auto;
}
.single .top8 .bbx-content a, .single .top9 .bbx-content a {
  color: #525252;
}
.single .top8 .bbx-content h2, .single .top9 .bbx-content h2 {
  margin-bottom: 20px;
  color: #3F9E6F;
}
.single .top8 .bbx-content h4, .single .top9 .bbx-content h4 {
  color: #3F9E6F;
  padding-bottom: 5px;
  border-bottom: 1px solid #3F9E6F;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .archive .mv::before, .blog .mv::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%) !important;
  }
}
.archive .top8, .archive .top9, .blog .top8, .blog .top9 {
  background-color: #fff;
  padding-top: 0;
}
.archive .top8 .bbx, .archive .top9 .bbx, .blog .top8 .bbx, .blog .top9 .bbx {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .archive .top8 .bbx, .archive .top9 .bbx, .blog .top8 .bbx, .blog .top9 .bbx {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

/*------------------------------------------------------------
privacy / COMMERCAIL LAW ページ
------------------------------------------------------------*/
@media (max-width: 768px) {
  .privacy .mv::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%) !important;
  }
}
.privacy h2 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: left;
  font-size: 25px;
  color: #3F9E6F;
  display: block;
}
.privacy .p-pp-content {
  margin-bottom: 100px;
}
.privacy .p-pp-content ul {
  padding-left: 0;
}
.privacy .p-pp-content ul li {
  padding-left: 2.5rem;
  display: flex;
  justify-content: flex-start;
}
.privacy .p-pp-content ul li:before {
  content: "●";
  font-size: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: 7px;
  width: 2rem;
}
.privacy .p-pp-content a {
  color: #525252;
}

@media (max-width: 768px) {
  .terms .mv::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%) !important;
  }
}
.terms .privacy p {
  margin: 20px 0;
}

/*------------------------------------------------------------
contactページ
------------------------------------------------------------*/
body.kawasaki_contact .mv .copy .cp, body.ebisu_contact .mv .copy .cp, body.kitahanada_contact .mv .copy .cp {
  font-size: 5rem;
}
@media (max-width: 768px) {
  body.kawasaki_contact .mv .copy .cp, body.ebisu_contact .mv .copy .cp, body.kitahanada_contact .mv .copy .cp {
    font-size: 2.5rem;
  }
}

.contents {
  padding: 60px 60px 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .contents {
    padding: 30px 30px 50px;
  }
}

.contact form {
  margin: 40px auto;
}
@media (max-width: 768px) {
  .contact form {
    margin: 20px auto;
  }
}
.contact form .red {
  color: #D20000;
  margin-bottom: 20px;
}
.contact form .tcenter {
  text-align: center;
}
.contact form table {
  width: 100%;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .contact form table {
    margin: 20px auto;
  }
}
.contact form table tr {
  height: 60px;
}
@media (max-width: 768px) {
  .contact form table tr {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.contact form table th {
  padding: 10px;
  min-width: 200px;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  .contact form table th {
    width: 100%;
  }
}
.contact form table td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  .contact form table td {
    width: 100%;
  }
}
.contact form .wpcf7-submit {
  background-color: #3F9E6F;
  color: #fff;
  margin: 40px auto;
  display: block;
  width: 300px;
  padding: 10px;
  cursor: pointer;
}
.contact form .wpcf7-textarea {
  width: 98%;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
}
.contact form .wpcf7-text {
  width: 98%;
  border: 1px solid #8f8f8f;
  border-radius: 5px;
  margin: 8px 0;
}
.contact form .wpcf7-radio, .contact form .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.contact form .wpcf7-radio label, .contact form .wpcf7-list-item label {
  padding: 0;
  margin: 0;
  height: unset;
  display: flex;
  align-items: center;
}
.contact form .wpcf7-radio .wpcf7-list-item-label, .contact form .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.contact form input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
}
.contact form input[type=radio]:checked + span {
  position: relative;
}
.contact form input[type=radio]:checked + span:after {
  content: "●";
  font-size: 0.8625rem;
  color: var(--c-base-green);
  position: absolute;
  left: 0.25rem;
  top: 0.00625rem;
  top: 0.55em;
}
.contact form input[type=radio] + .wpcf7-list-item-label {
  display: flex;
}
.contact form input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #FFF;
  border: 0.5px solid #707070;
  margin-right: 0.3125rem;
  margin-top: -0.0625rem;
}

/*------------------------------------------------------------
contact-thanksページ
------------------------------------------------------------*/
.contents.contents-thanks h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 80px;
  margin-bottom: 30px;
  margin-top: -50px;
}
@media (max-width: 768px) {
  .contents.contents-thanks h2 {
    font-size: 13vw;
  }
}
.contents.contents-thanks h3 {
  margin-bottom: 10px;
}
.contents.contents-thanks .c-btn__notice {
  padding: 0;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .contents.contents-thanks .c-btn__notice {
    margin-top: 30px;
  }
}
.contents.contents-thanks .c-btn__notice a {
  display: block;
  padding: 15px 10px 17px;
  color: #fff;
  text-decoration: none;
}

.u-pc-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .u-pc-hidden {
    display: block !important;
  }
}

.u-sm-hidden {
  display: none;
}
@media (max-width: 450px) {
  .u-sm-hidden {
    display: initial;
  }
}

.u-xl-hidden {
  display: none;
}
@media (max-width: 1240px) {
  .u-xl-hidden {
    display: initial;
  }
}

.u-sp-hidden {
  display: initial;
}
@media (max-width: 768px) {
  .u-sp-hidden {
    display: none !important;
  }
}

.u-space-contact {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .u-space-contact {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=style.css.map */