@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
@font-face {
  font-family: "hannari";
  src: url(./fonts/Hannari.otf);
}
@font-face {
  font-family: "Alternate";
  src: url(./fonts/Alternate.ttf);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  nav.vpc {
    display: none;
  }
}
nav.vpc ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.vpc li {
  width: 11.1111111111%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 5px;
}
nav.vpc li .icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.vpc li .ttl {
  font-size: 1.4rem;
  color: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-nav {
  background: rgb(255, 255, 255);
  z-index: 100;
}
.drawer-nav .catch {
  text-align: center;
  font-size: 1.2rem;
  margin: 10px auto;
  color: #000;
  display: block;
}
.drawer-nav .name {
  text-align: center;
  color: #45DBCA;
  font-family: "Alternate";
  font-size: 20vw;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .drawer-nav .name {
    font-size: 13vw;
  }
}

.drawer-hamburger {
  z-index: 1000;
}

nav.tab {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  nav.tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  nav.tab {
    display: none;
  }
}
nav.tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
}
nav.tab li {
  width: 20%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 5px;
}
nav.tab li .icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.tab li .ttl {
  font-size: 1.4rem;
  color: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.sp {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  nav.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav.sp {
    display: block;
  }
}
nav.sp ul {
  width: 80%;
  margin: auto;
}
nav.sp li {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px;
}
nav.sp li .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.sp li .icon img {
  max-height: 90%;
}
nav.sp li .ttl {
  font-size: 1.4rem;
  color: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv {
  position: relative;
  height: 100vh;
  background: url(./img/fv.webp);
  background-position: right;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .fv {
    background-image: url(./img/fv_tab.webp);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(./img/fv_sp.webp);
    height: auto;
  }
}
.fv .head_info {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .fv .head_info {
    right: auto;
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv .head_info {
    right: auto;
    left: 5%;
  }
}
.fv .head_info .head_access {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .fv .head_info .head_access {
    font-size: 4vw;
  }
}
.fv .head_info .head_tel {
  margin-top: 10px;
  display: block;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "Alternate";
  color: #45DBCA;
  line-height: 1;
}
.fv .head_info .head_tel img {
  max-width: 15px;
  margin-right: 10px;
  margin-top: -10px;
}
.fv .inner {
  position: relative;
  height: 85vh;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fv .inner {
    width: 95%;
  }
}
.fv_ab {
  position: absolute;
  width: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .fv_ab {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv_ab {
    width: 60%;
  }
}
.fv_catch {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .fv_catch {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.fv h1 {
  font-size: 12.3rem;
  color: #45DBCA;
  font-family: "Alternate";
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .fv h1 {
    font-size: 20vw;
    margin-bottom: 0;
    line-height: 1;
  }
}
.fv_subttl {
  font-family: "hannari";
  font-size: 3rem;
  color: #000;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fv_subttl {
    font-size: 7vw;
  }
}
.fv_btn {
  font-size: 2rem;
  color: #000;
  max-width: 305px;
  display: block;
  background: url(./img/fv_btn.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 29px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv_btn {
    display: none;
  }
}
.fv nav.vpc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.fv nav.vpc.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: auto;
  z-index: 100;
}
.fv .sp_fv_btn {
  font-size: 4vw;
  border: 1px solid #000;
  color: #000;
  max-width: 305px;
  width: 100%;
  display: block;
  background: url(./img/fv_btn.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .fv .sp_fv_btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .fv .sp_fv_btn {
    display: none;
  }
}

.eng_ttl {
  text-align: center;
  color: #45DBCA;
  font-family: "Alternate";
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .eng_ttl {
    font-size: 8vw;
  }
}

.jp_ttl {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .jp_ttl {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jp_ttl {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}

.campaign {
  padding: 67px 0;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 30px 0;
  }
}
.campaign ul {
  display: flex;
  flex-wrap: wrap;
}
.campaign ul li {
  width: 30%;
  float: left;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .campaign ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
.campaign ul li:nth-child(3n+2) {
  margin: 0 5% 30px;
}
@media screen and (max-width: 767px) {
  .campaign ul li:nth-child(3n+2) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .campaign ul li a {
    display: flex;
    align-items: center;
  }
}
.campaign ul li .thum {
  margin-bottom: 17px;
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .campaign ul li .thum {
    width: 35%;
    margin-right: 3%;
    padding-bottom: 25%;
    margin-bottom: 0;
  }
}
.campaign ul li .thum img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign ul li .detail {
    width: 62%;
  }
}
.campaign ul li .date {
  color: #45DBCA;
  font-size: 1.8rem;
}
.campaign ul li h3 {
  color: #45DBCA;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .campaign ul li h3 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
.campaign ul li .txt {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .campaign ul li .txt {
    font-size: 3.5vw;
    display: none;
  }
}

.bg_wrap {
  background: url("./img/about_bg.webp");
  background-size: cover;
  background-position: top center;
}

.about {
  padding: 67px 0;
}
.about .left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about .left {
    float: none;
    width: 70%;
    margin: 0 auto 20px;
  }
}
.about .right {
  float: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about .right {
    float: none;
    width: 100%;
  }
}
.about .right h3 {
  font-family: "hannari";
  font-size: 4rem;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .about .right h3 {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .right h3 {
    font-size: 7vw;
    margin-bottom: 25px;
  }
}
.about .right h3 span {
  color: #45DBCA;
}
.about .right .txt {
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .about .right .txt {
    font-size: 2vw;
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .about .right .txt {
    margin-top: 20px;
  }
}

.flow {
  padding: 10px 0 50px;
}
.flow .green_ttl {
  text-align: center;
  font-size: 3rem;
  color: #45DBCA;
  font-weight: 300;
  margin-bottom: 40px;
}
.flow ul {
  display: flex;
  flex-wrap: wrap;
}
.flow li {
  float: left;
  width: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .flow li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .flow li {
    float: none;
    width: 100%;
  }
}
.flow li:nth-child(2) {
  margin: 0 8%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .flow li:nth-child(2) {
    margin: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .flow li:nth-child(2) {
    margin: 50px 0;
  }
}
.flow li:nth-child(2) .thum {
  position: relative;
}
.flow li:nth-child(2) .thum:before {
  content: "";
  position: absolute;
  left: -20%;
  top: 50%;
  width: 30px;
  height: 25px;
  background: url("./img/arrow.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .flow li:nth-child(2) .thum:before {
    display: none;
  }
}
.flow li:nth-child(2) .thum:after {
  content: "";
  position: absolute;
  right: -20%;
  top: 50%;
  width: 30px;
  height: 25px;
  background: url("./img/arrow.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .flow li:nth-child(2) .thum:after {
    display: none;
  }
}
.flow li .thum {
  text-align: center;
}
.flow li h3 {
  margin: 20px auto;
  color: #45DBCA;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .flow li h3 {
    font-size: 2.4vw;
  }
}
.flow li .txt {
  font-size: 1.6rem;
  font-weight: 300;
}

.bg_wrap2 {
  background: url("./img/bg_staff.webp");
  background-size: cover;
  background-position: top center;
}
.bg_wrap2 .staff {
  padding: 67px 0 180px;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff {
    padding: 30px 0;
  }
}
.bg_wrap2 .staff .left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff .left {
    float: none;
    width: 70%;
    margin: 0 auto 30px;
  }
}
.bg_wrap2 .staff .right {
  float: right;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff .right {
    float: none;
    width: 100%;
  }
}
.bg_wrap2 .staff .right h3 {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff .right h3 {
    text-align: center;
  }
}
.bg_wrap2 .staff .right .eng_name {
  font-size: 2rem;
  color: #45DBCA;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .bg_wrap2 .staff .right .eng_name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff .right .eng_name {
    text-align: center;
  }
}
.bg_wrap2 .staff .right ul {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .bg_wrap2 .staff .right ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff .right ul {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.bg_wrap2 .staff .right ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
.bg_wrap2 .staff .right ul li.svg {
  display: flex;
}
.bg_wrap2 .staff .right ul li.svg img {
  margin-right: 10px;
  max-width: 20px;
  margin-top: 5px;
}
.bg_wrap2 .staff .right ul li a {
  color: #45DBCA;
  text-decoration: underline;
}
.bg_wrap2 .staff .right .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8em;
}
.bg_wrap2 .staff__Aea {
  margin-top: 5rem;
}
.bg_wrap2 .staff__Aea-Ttl {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 3rem;
  color: #45DBCA;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .bg_wrap2 .staff__Aea-Ttl {
    font-size: 3vw;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff__Aea-Ttl {
    font-size: 6vw;
    margin-bottom: 10px;
  }
}
.bg_wrap2 .staff__Aea-Txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8em;
}
.bg_wrap2 .staff__Aea-Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff__Aea-Flex {
    flex-flow: column;
  }
}
.bg_wrap2 .staff__Aea-Flex-Detail {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .staff__Aea-Flex-Detail {
    width: 100%;
  }
}
.bg_wrap2 .staff__Aea-Flex-Detail-Thum {
  margin-bottom: 20px;
}
.bg_wrap2 .staff__Aea-Flex-Thum {
  width: 30%;
}
.bg_wrap2 .salon {
  padding: 67px 0;
}
.bg_wrap2 .salon .slide_wrap {
  position: relative;
}
.bg_wrap2 .salon .slide_wrap .slide_ab {
  padding: 4vw 2vw;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  z-index: 10;
  max-width: 700px;
  background: rgba(69, 219, 202, 0.5);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .salon .slide_wrap .slide_ab {
    margin-top: -50px;
    width: 80%;
    margin-left: 10%;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 20px;
  }
}
.bg_wrap2 .salon .slide_wrap .slide_ab h3 {
  font-size: 2.4vw;
  color: #fff;
  font-family: "hannari";
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .salon .slide_wrap .slide_ab h3 {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
.bg_wrap2 .salon .slide_wrap .slide_ab .txt {
  font-size: 1.2vw;
  line-height: 1.8em;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .salon .slide_wrap .slide_ab .txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bg_wrap2 .salon .sp_txt {
    font-size: 1.6rem;
    width: 80%;
    margin: auto;
    line-height: 1.8em;
    color: #000;
    font-weight: 300;
  }
}

.salon_landscape {
  max-width: 1200px;
  margin: 77px auto;
}
.salon_landscape .left {
  float: left;
  width: 50%;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .salon_landscape .left {
    float: none;
    width: 90%;
    margin: 30px auto 10px;
  }
}
.salon_landscape .left h3 {
  padding: 25px 25px 50px;
  font-size: 3.5rem;
  color: #45DBCA;
  font-weight: 300;
  background: rgba(244, 255, 0, 0.5);
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .salon_landscape .left h3 {
    font-size: 2.4vw;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .salon_landscape .left h3 {
    font-size: 4.8vw;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.salon_landscape .left .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8em;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .salon_landscape .left .txt {
    font-size: 2vw;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .salon_landscape .left .txt {
    width: 100%;
  }
}
.salon_landscape .right {
  float: right;
  width: 50%;
  position: relative;
  padding-bottom: 40%;
}
@media screen and (max-width: 767px) {
  .salon_landscape .right {
    float: none;
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
}
.salon_landscape .right:before {
  content: "";
  width: 55vw;
  left: -5vw;
  position: absolute;
  top: 0;
  height: 0;
  padding-top: 80%;
  background: url("./img/salon01.webp");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .salon_landscape .right:before {
    display: none;
  }
}

.salon_landscape2 {
  max-width: 1200px;
  margin: 77px auto;
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .salon_landscape2 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .salon_landscape2 {
    margin: 77px auto 0;
    padding-bottom: 0;
  }
}
.salon_landscape2 .right {
  float: right;
  width: 50%;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .salon_landscape2 .right {
    float: none;
    width: 90%;
    margin: 30px auto 10px;
  }
}
.salon_landscape2 .right h3 {
  padding: 25px 25px 50px 100px;
  font-size: 3.5rem;
  color: #45DBCA;
  font-weight: 300;
  background: rgba(244, 255, 0, 0.5);
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .salon_landscape2 .right h3 {
    font-size: 2.4vw;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .salon_landscape2 .right h3 {
    font-size: 4.8vw;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.salon_landscape2 .right .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8em;
  width: 80%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .salon_landscape2 .right .txt {
    font-size: 2vw;
    margin-left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .salon_landscape2 .right .txt {
    width: 100%;
  }
}
.salon_landscape2 .left {
  float: left;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .salon_landscape2 .left {
    float: none;
    width: 100%;
  }
}
.salon_landscape2 .left:before {
  content: "";
  width: 55vw;
  right: -5vw;
  position: absolute;
  top: 0;
  height: 0;
  padding-top: 80%;
  background: url("./img/salon02.webp");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .salon_landscape2 .left:before {
    display: none;
  }
}

.access {
  padding: 67px 0 200px;
  background: url("./img/about_bg.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 67px 0 80px;
  }
}
.access_table {
  max-width: 580px;
  margin: 0 auto 30px;
}
.access_table table {
  width: 100%;
}
.access_table table th {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 5px 0;
}
.access_table table td {
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: 300;
  width: calc(100% - 100px);
}
.access_txt {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 300;
}

.map-wrap {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map-wrap {
    padding-bottom: 72.25%;
  }
}
.map-wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq {
  padding: 67px 0 180px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 67px 0 80px;
  }
}
.faq_box .cate_ttl {
  font-size: 3rem;
  font-weight: 300;
  color: #45DBCA;
  padding: 45px 0 10px;
  border-bottom: 1px solid #45DBCA;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .faq_box .cate_ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .faq_box .cate_ttl {
    font-size: 4.5vw;
    padding: 25px 0 10px;
  }
}
.faq_box .cate_ttl:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 13px;
  height: 22px;
  background: url(./img/aco_arrow.webp);
  bottom: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_box .cate_ttl:after {
    right: 10px;
    width: 8px;
    height: 16px;
    background: url(./img/aco_arrow.webp);
    bottom: 15px;
    background-size: cover;
  }
}
.faq_box .cate_ttl.op:after {
  transform: rotate(90deg);
}
.faq_box .cate_list {
  width: 60%;
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .faq_box .cate_list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .faq_box .cate_list {
    width: 100%;
  }
}
.faq_box .cate_list dl {
  border-bottom: 1px solid #45DBCA;
}
.faq_box .cate_list dl dt {
  padding: 35px 10px 15px 40px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq_box .cate_list dl dt {
    padding: 30px 45px 15px 40px;
  }
}
.faq_box .cate_list dl dt:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 15px;
  height: 15px;
  background: url(./img/plus.png);
  bottom: 20px;
  transition: 0.5s;
}
.faq_box .cate_list dl dt:before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #45DBCA;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .faq_box .cate_list dl dt:before {
    font-size: 6vw;
  }
}
.faq_box .cate_list dl dt.op:after {
  transform: rotate(-45deg);
}
.faq_box .cate_list dl dd {
  padding-left: 80px;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 2em;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_box .cate_list dl dd {
    padding: 10px 15px 15px 40px;
  }
}
.faq_box .cate_list dl dd:before {
  content: "A.";
  position: absolute;
  left: 45px;
  font-size: 3rem;
  font-weight: 500;
  color: #45DBCA;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .faq_box .cate_list dl dd:before {
    position: absolute;
    left: 0;
    font-size: 6vw;
  }
}

.p-plan {
  padding: 5rem 0;
  background: url(./img/bg_staff.webp);
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 0;
  }
}
.p-plan__subtitle {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.p-plan__subtitle .vpc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-plan__subtitle .vpc {
    display: none;
  }
}
.p-plan__description {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.p-plan .tab_box {
  max-width: 80rem;
  margin: auto;
}
.p-plan .tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3rem;
}
.p-plan .tab_box .tab_btn {
  width: 50%;
  padding: 15px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-plan .tab_box .tab_btn {
    font-size: 1.4rem;
  }
}
.p-plan .tab_box .tab_btn:hover {
  background-color: #45DBCA;
  color: #fff;
}
.p-plan .tab_box .tab_btn.-mens:hover {
  background: #cfaa2a;
  color: #fff;
}
.p-plan .tab_box .tab_btn.active {
  background: #45DBCA;
  color: #fff;
}
.p-plan .tab_box .tab_btn.active.-mens {
  background: #cfaa2a;
}
.p-plan .tab_box .panel_area {
  padding: 20px;
}
.p-plan .tab_box .tab_panel {
  display: none;
}
.p-plan .tab_box .tab_panel.active {
  display: block;
}
.p-plan .tab_box .tab_panel.-mens .p-plan__item-badge,
.p-plan .tab_box .tab_panel.-mens .p-plan__item-button,
.p-plan .tab_box .tab_panel.-mens .p-plan__next-visit-title {
  background: #cfaa2a;
}
.p-plan .tab_box .tab_panel.-mens .p-plan__item,
.p-plan .tab_box .tab_panel.-mens .p-plan__next-visit {
  border-color: #cfaa2a;
}
.p-plan__item {
  background: #ffffff;
  border-radius: 15px;
  padding: 1.5rem 3rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  max-width: 80rem;
  margin: 0 auto 1.5rem;
  border: 3px solid #45DBCA;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    flex-flow: column;
    padding: 3rem 0.5rem;
    gap: 1rem;
  }
}
.p-plan__item-content {
  flex: 1;
  min-width: 0;
}
.p-plan__item-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #45DBCA;
  color: #ffffff;
  padding: 0.5rem 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0 0 1.5rem 0;
}
.p-plan__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__item-header {
    flex-flow: column;
  }
}
.p-plan__item-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-plan__item-title {
    font-size: 2rem;
  }
}
.p-plan__item-price {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-plan__item-price {
    font-size: 2.8rem;
    margin: 1rem auto;
  }
}
.p-plan__item-description {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.p-plan__item-description .-bold {
  font-weight: bold;
  font-size: 1.2em;
}
.p-plan__item-time {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.p-plan__item-button-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-plan__item-button {
  background: #45DBCA;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
  text-align: center;
}
.p-plan__item-button:hover {
  background: #45DBCA;
}
.p-plan__areas-info {
  max-width: 80rem;
  position: relative;
  overflow: hidden;
  margin: 3rem auto;
}
.p-plan__areas-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-plan__areas-description {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-plan__next-subsc {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 0.3rem solid #f57c00;
  text-align: center;
  max-width: 80rem;
  margin: 3rem auto;
  padding-bottom: 3rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__next-subsc {
    padding: 0 0.5rem 2rem;
  }
}
.p-plan__next-subsc-title {
  background: #f57c00;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -3rem;
}
.p-plan__next-subsc-text {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.p-plan__next-subsc-text.tr {
  text-align: right;
}
.p-plan__next-subsc-text span {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__next-subsc-text span {
    margin-left: 0;
  }
}
.p-plan__next-subsc-dl {
  margin-bottom: 3rem;
}
.p-plan__next-subsc-dt {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.p-plan__next-subsc-dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__next-subsc-dd {
    text-align: left;
  }
}
.p-plan__next-visit {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 0.3rem solid #45DBCA;
  text-align: center;
  max-width: 80rem;
  margin: 3rem auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__next-visit {
    padding: 0 0.5rem 2rem;
  }
}
.p-plan__next-visit-title {
  background: #45DBCA;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -3rem;
}
.p-plan__next-visit-description {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__next-visit-description {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__next-visit-description br {
    display: none;
  }
}
.p-plan__pricing-formula {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-plan__contact-info {
  font-size: 1.4rem;
}
.p-plan__student-discount {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 0.3rem solid #f57c00;
  text-align: center;
  max-width: 80rem;
  margin: 3rem auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__student-discount {
    padding: 0 0.5rem 2rem;
  }
}
.p-plan__student-discount-title {
  background: #f57c00;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -3rem;
}
.p-plan__student-discount-description {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__student-discount-description {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__student-discount-description br {
    display: none;
  }
}
.p-plan__booking-note {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 5rem auto;
}

.voice {
  padding: 67px 0 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .voice {
    margin-bottom: 0px;
  }
}
.voice ul {
  display: flex;
  flex-wrap: wrap;
}
.voice ul li {
  float: left;
  width: 28%;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .voice ul li {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
}
.voice ul li:nth-child(3n+2) {
  margin: 0 8% 60px;
}
@media screen and (max-width: 767px) {
  .voice ul li:nth-child(3n+2) {
    margin: 0 0 30px;
  }
}
.voice ul li .thum {
  text-align: center;
  margin-bottom: 20px;
}
.voice ul li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .voice ul li h3 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .voice ul li h3 {
    margin-bottom: 10px;
  }
}
.voice ul li .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .voice ul li .txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .voice ul li .txt {
    font-size: 4vw;
  }
}

footer {
  padding-top: 80px;
  background: url("./img/foot_bg.webp");
  background-size: cover;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  footer {
    background-size: contain;
    background-position: top right;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: none;
  }
}
footer .foot_cont {
  max-width: 660px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  footer .foot_cont {
    width: 55%;
  }
}
footer .foot_cont h3 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 400;
  color: #45DBCA;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  footer .foot_cont h3 {
    font-size: 3vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_cont h3 {
    font-size: 5vw;
    margin: 20px auto;
  }
}
footer .foot_cont .txt {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
footer .foot_cont .tel {
  margin: 10px auto;
  font-size: 7.4rem;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alternate";
  color: #45DBCA;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  footer .foot_cont .tel {
    font-size: 9vw;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_cont .tel {
    font-size: 13vw;
  }
}
footer .foot_cont .tel img {
  margin-right: 15px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  footer .foot_cont .tel img {
    max-width: 20px;
  }
}
footer .foot_cont .contact_btn {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: block;
  background: url(./img/foot_btn.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0;
  margin: 40px auto 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  footer .foot_cont .contact_btn {
    margin: 20px auto 50px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  footer .foot_cont .contact_btn {
    margin: 20px auto 50px;
    font-size: 5vw;
  }
}
footer .copy {
  float: left;
  font-size: 1.4rem;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  footer .copy {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}
footer ul {
  float: right;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer ul {
    float: none;
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer ul li {
  margin: 0 20px;
}
footer ul li a {
  font-size: 1.4rem;
  font-weight: 300;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #45DBCA;
}

.drawer-hamburger {
  width: 3rem;
}

.logo_box {
  margin: 30px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .logo_box {
    margin: 30px auto 50px;
  }
}
.logo_box .catch {
  text-align: center;
  font-size: 1.2rem;
  margin: 10px auto;
  color: #000;
  display: block;
}
.logo_box .name {
  text-align: center;
  color: #45DBCA;
  font-family: "Alternate";
  font-size: 8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .logo_box .name {
    font-size: 13vw;
  }
}

.company_box {
  max-width: 620px;
  width: 95%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .company_box {
    margin: 0 auto 50px;
  }
}
.company_box table {
  width: 100%;
}
.company_box table th {
  width: 30%;
  font-size: 1.6rem;
  padding: 15px 0;
}
.company_box table td {
  width: 70%;
  font-size: 1.6rem;
  padding: 15px 0;
}

.privacy_box {
  max-width: 720px;
  width: 95%;
  margin: 0 auto 100px;
  max-height: 500px;
  overflow-y: scroll;
}
.privacy_box::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.privacy_box::-webkit-scrollbar {
  width: 12px;
}
.privacy_box::-webkit-scrollbar-thumb {
  background: #45DBCA;
  border-radius: 10px;
}
.privacy_box p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.privacy_box dl {
  margin-bottom: 30px;
}
.privacy_box dl dt {
  font-size: 1.6rem;
}
.privacy_box dl dd {
  font-size: 1.6rem;
}

.contact_form {
  max-width: 820px;
  width: 95%;
  margin: 50px auto;
}
.contact_form .fl {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .contact_form .fl {
    float: none;
    width: 100%;
  }
}
.contact_form .fl select {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
}
.contact_form .fr {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .contact_form .fr {
    float: none;
    width: 100%;
  }
}
.contact_form dt {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}
.contact_form dt .require {
  color: #fff;
  background: #45DBCA;
  padding: 1px 10px;
  margin-left: 10px;
}
.contact_form dt .-red {
  font-weight: normal;
  color: #ff0000;
}
.contact_form dt.bb {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.contact_form dd {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 50px;
}
.contact_form dd input[type=text] {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
}
.contact_form dd .flex_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact_form dd .flex_box .w165 {
  width: 165px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .contact_form dd .flex_box .w165 {
    width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dd .flex_box .w165.sp {
    width: 85%;
    margin: 0 10px 10px 0;
  }
}
.contact_form dd .flex_box .pr20 {
  padding-right: 20px;
}
.contact_form dd .flex_box .pl20 {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .contact_form dd .flex_box .pl20 {
    padding-left: 0;
  }
}
.contact_form dd .flex_box select {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
  max-width: 100%;
  margin-left: 10px;
  width: calc(50% - 200px);
}
@media screen and (max-width: 767px) {
  .contact_form dd .flex_box select {
    width: auto;
  }
}
.contact_form dd .flex_box select.w80 {
  width: 80px;
  margin: 0 10px 0 0;
}
.contact_form dd textarea {
  min-height: 300px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact_form dd .sp_block label {
    display: block;
  }
}
.contact_form dd h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact_form dd .mwform-checkbox-field label,
.contact_form dd .mwform-radio-field label {
    display: block;
  }
}
.contact_form dd .bold {
  font-weight: bold;
}
.contact_form .ui-datepicker {
  width: 200px !important;
}
.contact_form .men_ttl {
  color: #004A78;
  font-weight: bold;
  font-size: 5rem;
  border-bottom: 1px solid #004A78;
  margin-bottom: 20px;
}
.contact_form .lady_ttl {
  color: #FF7070;
  font-weight: bold;
  font-size: 5rem;
  border-bottom: 1px solid #FF7070;
  margin-bottom: 20px;
}
.contact_form .submit_wrap {
  display: flex;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
}
.contact_form input[type=submit].submit_btn {
  max-width: 380px;
  width: 100%;
  margin: 0 20px;
  display: block;
  width: 100%;
  border: 1px solid #FFEB00;
  background: #FFEB00;
  padding: 20px;
  font-size: 1.6rem;
  position: relative;
  color: #104363;
  font-weight: 500;
  transition: 0.6s;
  background-repeat: no-repeat;
}

.ui-datepicker {
  width: 30rem !important;
}

.contact_wrap {
  margin: 50px auto;
}
.contact_wrap .catch_txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}

.detail_wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .detail_wrap {
    margin-bottom: 50px;
  }
}
.detail_wrap .detail_ttl {
  font-size: 2.8rem;
  width: 100%;
  margin-bottom: 18px;
  padding: 9px 0 10px 0;
  border-bottom: solid 3px #45DBCA;
}
.detail_wrap .thum {
  text-align: center;
  margin-bottom: 50px;
}
.detail_wrap .detail_cont p {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #000;
}
.detail_wrap .next_prev_post {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_wrap .next_prev_post a {
  font-size: 1.6rem;
  margin: 0 20px;
}

.breadcrumbs {
  margin: 0px auto 50px;
  background: rgba(69, 219, 202, 0.2784313725);
  padding: 15px 0px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 0px auto 20px;
  }
}
.breadcrumbs ul span {
  font-size: 1.4rem;
  color: #000;
}
.breadcrumbs ul span a {
  font-size: 1.4rem;
  color: #000;
}

.pager {
  text-align: center;
}
.pager a {
  background: #fff;
  color: #45DBCA;
  border: solid 1px #45DBCA;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.pager .current,
.pager a:hover {
  background: #45DBCA;
  border: solid 1px #45DBCA;
  color: white;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.blog-detail {
  margin: 50px auto 100px;
}
@media screen and (max-width: 767px) {
  .blog-detail {
    margin: 30px auto;
  }
}
.blog-detail-thum {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blog-detail-thum {
    margin-bottom: 20px;
  }
}
.blog-detail h1 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.5em 0;
  color: #45DBCA;
  border-top: solid 3px #45DBCA;
  border-bottom: solid 3px #45DBCA;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .blog-detail h1 {
    font-size: 1.8rem;
  }
}
.blog-detail h2 {
  font-size: 1.8rem;
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #45DBCA;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .blog-detail h2 {
    font-size: 1.6rem;
  }
}
.blog-detail h3 {
  font-size: 1.6rem;
  padding: 0.5em;
  color: #fff;
  background: #45DBCA;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .blog-detail h3 {
    font-size: 1.4rem;
  }
}
.blog-detail h4 {
  font-size: 1.6rem;
  padding: 0.5em;
  color: #fff;
  background: #45DBCA;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .blog-detail h4 {
    font-size: 1.4rem;
  }
}
.blog-detail p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .blog-detail p {
    font-size: 1.4rem;
  }
}

.next_prev_post {
  max-width: 30rem;
  margin: auto;
}
.next_prev_post .prev {
  float: left;
  color: #45DBCA;
  font-family: "Alternate";
  font-size: 1.6rem;
  position: relative;
  padding-left: 2rem;
}
.next_prev_post .prev:before {
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #45DBCA;
  border-left: 0.2rem solid #45DBCA;
  transform: rotate(-45deg);
}
.next_prev_post .next {
  float: right;
  color: #45DBCA;
  font-family: "Alternate";
  font-size: 1.6rem;
  padding-right: 2rem;
  position: relative;
}
.next_prev_post .next:before {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #45DBCA;
  border-left: 0.2rem solid #45DBCA;
  transform: rotate(-225deg);
}