/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/*Font*/
@import url(//use.fontawesome.com/releases/v6.0.0/css/all.css);
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 87.5%;
  background-color: #F0F0F0;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 100%;
  }
}
html {
  height: 100%;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
a {
  color: #272727;
  text-decoration: none;
}
a:hover {
  color: #666666;
}
.text-xxxxxl {
  font-size: 2.75rem!important;
}
@media (min-width: 768px) {
  .text-xxxxxl {
    font-size: 3.5rem!important;
  }
}
@media (min-width: 992px) {
  .text-xxxxxl {
    font-size: 3.75rem!important;
  }
}
@media (min-width: 1500px) {
  .text-xxxxxl {
    font-size: 4.375rem!important;
  }
}
.text-xxxxl {
  font-size: 2.5rem!important;
}
@media (min-width: 768px) {
  .text-xxxxl {
    font-size: 3rem!important;
  }
}
@media (min-width: 992px) {
  .text-xxxxl {
    font-size: 3.5rem!important;
  }
}
@media (min-width: 1500px) {
  .text-xxxxl {
    font-size: 3.75rem!important;
  }
}
.text-xxxl {
  font-size: 1.5rem!important;
}
@media (min-width: 768px) {
  .text-xxxl {
    font-size: 2.25rem!important;
  }
}
@media (min-width: 992px) {
  .text-xxxl {
    font-size: 2.5rem!important;
  }
}
@media (min-width: 1500px) {
  .text-xxxl {
    font-size: 2.875rem!important;
  }
}
.text-xxl {
  font-size: 1.3rem!important;
}
@media (min-width: 768px) {
  .text-xxl {
    font-size: 2rem!important;
  }
}
@media (min-width: 992px) {
  .text-xxl {
    font-size: 2.25rem!important;
  }
}
@media (min-width: 1500px) {
  .text-xxl {
    font-size: 2.5rem!important;
  }
}
.text-xl {
  font-size: 1.25rem!important;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 1.5rem!important;
  }
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 1.875rem!important;
  }
}
@media (min-width: 1200px) {
  .text-xl {
    font-size: 2.25rem!important;
  }
}
.text-l {
  font-size: 1.125rem!important;
}
@media (min-width: 768px) {
  .text-l {
    font-size: 1.375rem!important;
  }
}
@media (min-width: 992px) {
  .text-l {
    font-size: 1.5rem!important;
  }
}
@media (min-width: 1200px) {
  .text-l {
    font-size: 1.875rem!important;
  }
}
.text-ml {
  font-size: 1rem!important;
}
@media (min-width: 768px) {
  .text-ml {
    font-size: 1.125rem!important;
  }
}
@media (min-width: 992px) {
  .text-ml {
    font-size: 1.25rem!important;
  }
}
@media (min-width: 1200px) {
  .text-ml {
    font-size: 1.5625rem!important;
  }
}
.text-mm {
  font-size: .75rem!important;
}
@media (min-width: 768px) {
  .text-mm {
    font-size: 1.1rem!important;
  }
}
@media (min-width: 992px) {
  .text-mm {
    font-size: 1.2rem!important;
  }
}
@media (min-width: 1200px) {
  .text-mm {
    font-size: 1.375rem!important;
  }
}
.text-m {
  font-size: .875rem!important;
}
@media (min-width: 768px) {
  .text-m {
    font-size: 1rem!important;
  }
}
@media (min-width: 992px) {
  .text-m {
    font-size: 1.125rem!important;
  }
}
@media (min-width: 1200px) {
  .text-m {
    font-size: 1.25rem!important;
  }
}
.text-sm {
  font-size: .75rem!important;
}
@media (min-width: 768px) {
  .text-sm {
    font-size: .875rem!important;
  }
}
@media (min-width: 992px) {
  .text-sm {
    font-size: 1rem!important;
  }
}
@media (min-width: 1200px) {
  .text-sm {
    font-size: 1.125rem!important;
  }
}
.text-s {
  font-size: .625rem!important;
}
@media (min-width: 768px) {
  .text-s {
    font-size: .75rem!important;
  }
}
@media (min-width: 992px) {
  .text-s {
    font-size: .875rem!important;
  }
}
.text-nn {
  font-size: .75rem!important;
}
@media (min-width: 768px) {
  .text-nn {
    font-size: .875rem!important;
  }
}
@media (min-width: 992px) {
  .text-nn {
    font-size: 1rem!important;
  }
}
.text-50 {
  font-size: 50%;
}
.text-60 {
  font-size: 60%;
}
.text-70 {
  font-size: 70%;
}
.text-80 {
  font-size: 80%;
}
.text-90 {
  font-size: 90%;
}
.text-110 {
  font-size: 110%;
}
.text-120 {
  font-size: 120%;
}
.text-130 {
  font-size: 130%;
}
.text-140 {
  font-size: 140%;
}
.text-150 {
  font-size: 150%;
}
.text-160 {
  font-size: 160%;
}
.text-170 {
  font-size: 170%;
}
.text-180 {
  font-size: 180%;
}
.text-190 {
  font-size: 190%;
}
.text-200 {
  font-size: 200%;
}
.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-exbold {
  font-weight: 900;
}
.text-orange {
  color: #E0B35F;
}
.text-navy {
  color: #59738C;
}
.text-blue {
  color: #D5DFE6!important;
}
.text-link {
  color: #31A8FF;
}
.text-yellow {
  color: #F7B62D;
}
.text-gold {
  color: #B58F6B;
}
.text-white {
  color: #ffffff;
}
.text-white a {
  color: #ffffff!important;
}
.text-darkgray {
  color: #333333;
}
.text-gray {
  color: #C1C1C1;
}
.text-shadow {
  text-shadow: 1px 1px 1px #F0F0F0, -1px 1px 1px #F0F0F0, 1px -1px 1px #F0F0F0, -1px -1px 1px #F0F0F0, 1px 0px 1px #F0F0F0, 0px 1px 1px #F0F0F0, -1px 0px 1px #F0F0F0, 0px -1px 1px #F0F0F0;
}
.text-through {
  text-decoration: line-through;
}
.blue-box {
  background-color: #7EA6CE;
}
.eng {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.eng-bold {
  font-family: "shelby", sans-serif;
  font-weight: 700;
  font-style: normal;
}
p {
  margin-top: 0;
  line-height: 200%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.text-right {
  text-align: right;
}
.clear {
  clear: both;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m_over:hover {
  opacity: 0.6;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
}
.m_over_inverse:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
  /*filter: alpha(opacity=80);*/
}
.mt-6 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-6 {
    margin-bottom: 80px;
  }
}
.mb-6 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-6 {
    margin-bottom: 80px;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.contents-wrap {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contents-wrap {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .contents-wrap {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .contents-wrap {
    padding: 6.25rem 0;
  }
}
/*ヘッダー*/
.g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.g-nav-btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-nav-btn::after {
  content: "";
  width: 24px;
  height: 6px;
  -webkit-transform: skew(45deg) translate(0, -0.6vw);
  transform: skew(45deg) translate(0, -0.6vw);
  margin-left: 4px;
}
.g-nav-inner {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  .g-nav-inner {
    padding-top: 100px;
  }
}
.g-nav.panelactive {
  width: 100%;
  opacity: 1;
  z-index: 200;
}
.g-nav-list__wrap {
  padding: 0 20px 20px 20px;
  position: relative;
}
.g-nav-list ul {
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
.g-nav-list ul li {
  position: relative;
  padding-left: 20px;
}
.g-nav-list ul a,
.g-nav-list ul .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.g-nav-list ul li::before,
.g-nav-list ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.g-nav-list ul li::before {
  border-top: 1px dashed #59738c;
  width: 100%;
  bottom: 0;
  left: 0;
}
.g-nav-list ul li::after {
  content: "◎";
  font-weight: 900;
  font-size: 60%;
  color: #75BA8A;
  display: inline-block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-nav-list ul .parent::after {
  display: none;
}
.g-nav-btn-close {
  cursor: pointer;
  margin: 45px 25px 20px 25px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-bottom: solid 2px #000;
  background: #fff;
}
.g-nav-btn-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 50px;
}
.g-nav-btn-close span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-14px, 18px);
  transform: translate(-14px, 18px);
}
.g-nav.panelactive .g-nav-inner {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  padding: 0;
  border: 0;
  background: transparent;
}
.btn-trigger {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #59738c;
  overflow: hidden;
}
@media (min-width: 768px) {
  .btn-trigger {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .btn-trigger {
    width: 100px;
    height: 100px;
  }
}
.btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  width: 34px;
}
.btn-line::before,
.btn-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-line::before {
  top: -10px;
  content: "";
  background-color: inherit;
}
.btn-line::after {
  top: 6px;
  content: "MENU";
  font-size: .625rem;
  color: #fff;
  text-align: center;
}
.btn-trigger.active .btn-line {
  background-color: transparent;
}
.btn-trigger.active .btn-line::before,
.btn-trigger.active .btn-line::after {
  top: 0;
  background-color: #fff;
}
.btn-trigger.active .btn-line::after {
  content: "";
}
.btn-trigger.active .btn-line::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-trigger.active .btn-line::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hidden-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.l-wrapper.gnav-open {
  overflow: hidden !important;
}
.g-nav-list__item.parent::after {
  display: none;
}
.g-nav-list-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 74%;
  margin: 40px auto 0;
}
.g-nav-list-second .ico-ig {
  width: 28px;
}
.g-nav-list-second__item {
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.g-nav-list__item:last-of-type::before {
  display: none;
}
.g-nav-btn-close {
  position: relative;
}
.g-nav-btn-close .close-btn-ico {
  position: absolute;
}
.g-nav-btn-close .btn-line-wrapper {
  background: none;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-nav-btn-close .btn-line-wrapper span {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  border-radius: 4px;
  background-color: #000;
  width: 22px;
}
.g-nav-btn-close .btn-line-wrapper span:first-of-type {
  top: 16px;
  -webkit-transform: translate(-10px, 8px) rotate(-45deg);
  transform: translate(-10px, 8px) rotate(-45deg);
}
.g-nav-btn-close .btn-line-wrapper span:nth-of-type(2) {
  -webkit-transform: translate(-10px, -6px) rotate(45deg);
  transform: translate(-10px, -6px) rotate(45deg);
  top: 30px;
}
_::-webkit-full-page-media,
_:future,
:root .g-nav-inner {
  padding-bottom: 100px;
}
.nav-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.nav-btn-contact {
  width: 100%;
  height: 50px;
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #E1B0B0;
  display: grid;
  place-items: center;
  z-index: 21;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 25px;
}
header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 100;
}
@media (min-width: 768px) {
  header {
    height: 120px;
  }
}
@media (min-width: 992px) {
  header {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 180px;
  }
}
@media (min-width: 1500px) {
  header {
    height: 220px;
  }
}
header .header-logo {
  width: 80px;
  height: 80px;
  padding: 10px 0;
  background-color: #59738C;
}
@media (min-width: 768px) {
  header .header-logo {
    width: 130px;
    height: 120px;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  header .header-logo {
    width: 160px;
    height: 140px;
  }
}
@media (min-width: 1200px) {
  header .header-logo {
    width: 200px;
    height: 180px;
  }
}
header .header-logo img {
  height: 60px;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  header .header-logo img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  header .header-logo img {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  header .header-logo img {
    height: 140px;
  }
}
header .header-btn {
  position: absolute;
  top: 0;
  right: 50px;
  width: fit-content;
  height: 50px;
  font-size: .75rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  display: grid;
  overflow: hidden;
  place-items: center;
  background-color: #75BA8A;
  padding: 0 .625rem;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  header .header-btn {
    right: 60px;
    height: 60px;
    font-size: .875rem;
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  header .header-btn {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  header .header-btn {
    right: 100px;
    height: 100px;
    font-size: 1.125rem;
    padding: 0 4rem;
  }
}
/*コンテンツ*/
.mainv {
  position: relative;
  width: 100%;
  background: url(../images/mainv/mainvisual-sp.jpg);
  background-repeat: no-repeat;
  background-position: top 50px right;
  background-size: 80%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mainv {
    background: url(../images/mainv/mainvisual.jpg);
    background-repeat: no-repeat;
    background-position: top 60px right;
    background-size: 80%;
  }
}
@media (min-width: 1200px) {
  .mainv {
    background-position: top 100px right;
  }
}
.mainv .inner {
  position: relative;
  padding-top: 260px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .mainv .inner {
    padding-top: 140px;
    padding-right: 0;
    padding-left: 5%;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .mainv .inner {
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .mainv .inner {
    padding-top: 220px;
    padding-left: 10%;
    padding-bottom: 80px;
  }
}
@media (min-width: 1500px) {
  .mainv .inner {
    padding-top: 280px;
  }
}
@media (min-width: 1900px) {
  .mainv .inner {
    padding-top: 380px;
    padding-bottom: 100px;
  }
}
.mainv .inner .title-eng {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #59738C;
  position: absolute;
  left: 20px;
  top: -90px;
  transform: rotate(-16deg);
}
@media (min-width: 768px) {
  .mainv .inner .title-eng {
    font-size: 5rem;
    left: 120px;
    top: -120px;
  }
}
@media (min-width: 992px) {
  .mainv .inner .title-eng {
    font-size: 7rem;
    left: 160px;
    top: -140px;
  }
}
@media (min-width: 1200px) {
  .mainv .inner .title-eng {
    font-size: 10rem;
    left: 180px;
    top: -210px;
  }
}
.mainv .inner .catch {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mainv .inner .catch {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .mainv .inner .catch {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .mainv .inner .catch {
    font-size: 2.25rem;
  }
}
@media (min-width: 1900px) {
  .mainv .inner .catch {
    font-size: 2.5rem;
  }
}
.mainv .inner .catch .bg-white {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .mainv .inner .catch .bg-white {
    padding: 0 10px;
  }
}
.mainv .inner .mainv-txt {
  width: 100%;
}
@media (min-width: 768px) {
  .mainv .inner .mainv-txt {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .mainv .inner .mainv-txt {
    width: 480px;
  }
}
@media (min-width: 1500px) {
  .mainv .inner .mainv-txt {
    width: 550px;
  }
}
.mainv .inner .slash-lr {
  font-size: .75rem;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mainv .inner .slash-lr {
    font-size: .875rem;
  }
}
@media (min-width: 992px) {
  .mainv .inner .slash-lr {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .mainv .inner .slash-lr {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}
.mainv .inner .slash-lr:before {
  content: "";
  border-left: solid 1px #000;
  position: absolute;
  height: 100%;
  left: -10px;
  transform: rotate(-15deg);
}
@media (min-width: 992px) {
  .mainv .inner .slash-lr:before {
    left: -20px;
  }
}
.mainv .inner .slash-lr:after {
  content: "";
  border-left: solid 1px #000;
  position: absolute;
  height: 100%;
  right: -10px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .mainv .inner .slash-lr:after {
    right: -20px;
  }
}
.mainv .inner .more-btn {
  position: relative;
  width: fit-content;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1;
  display: grid;
  overflow: hidden;
  place-items: center;
  background-color: #75BA8A;
  padding: 0 .625rem;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .mainv .inner .more-btn {
    height: 50px;
    font-size: .875rem;
    padding: 0 2rem;
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .mainv .inner .more-btn {
    height: 60px;
    font-size: 1rem;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .mainv .inner .more-btn {
    height: 70px;
    font-size: 1.125rem;
    padding: 0 4rem;
    border-radius: 35px;
  }
}
.scroll-bar {
  width: 125px;
  transform: rotate(90deg);
  color: #000;
  position: absolute;
  right: -20px;
  bottom: 40px;
  font-size: 9px;
}
@media (min-width: 992px) {
  .scroll-bar {
    width: 180px;
    right: initial;
    left: 5px;
    bottom: 48px;
  }
}
.scroll-text {
  position: absolute;
  top: -25px;
  left: 0px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}
.scroll-text a {
  color: #000;
}
.scroll-line {
  position: relative;
  height: 2px;
  background-color: #000;
}
.scroll-line-inner {
  position: absolute;
  background-color: #75BA8A;
  width: 10px;
  height: 2px;
  left: 0;
  top: 0;
  animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@keyframes indicator {
  from {
    left: 0;
    transform-origin: left top;
    width: 15px;
  }
  20% {
    width: 15px;
  }
  80% {
    width: 15px;
  }
  to {
    transform-origin: left top;
    left: 100%;
    width: 0px;
  }
}
.navy-bg {
  padding: 1rem 0;
  background-color: #59738C;
}
@media (min-width: 768px) {
  .navy-bg {
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .navy-bg {
    padding: 2rem 0;
  }
}
@media (min-width: 1200px) {
  .navy-bg {
    padding: 2.5rem 0;
  }
}
.navy-bg p {
  line-height: 1;
}
.navy-contact-wrap,
.green-bg {
  padding: 1rem 0;
  background-color: #59738C;
}
@media (min-width: 768px) {
  .navy-contact-wrap,
  .green-bg {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .navy-contact-wrap,
  .green-bg {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .navy-contact-wrap,
  .green-bg {
    padding: 3.75rem 0;
  }
}
.navy-contact-wrap {
  background-color: #59738C;
}
.green-bg {
  background-color: #75BA8A;
}
.upper-contactbox {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.upper-contactbox h2 {
  font-size: 1.12rem;
  color: #fff;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .upper-contactbox h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .upper-contactbox h2 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .upper-contactbox h2 {
    font-size: 2.5rem;
  }
}
.upper-contactbox h2:before {
  content: "";
  border-left: double 5px #fff;
  position: absolute;
  height: 100%;
  left: -20px;
  transform: rotate(-15deg);
}
@media (min-width: 992px) {
  .upper-contactbox h2:before {
    left: -30px;
  }
}
.upper-contactbox h2:after {
  content: "";
  border-left: double 5px #fff;
  position: absolute;
  height: 100%;
  right: -20px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .upper-contactbox h2:after {
    right: -30px;
  }
}
.upper-contactbox .contact-btn {
  position: relative;
  width: fit-content;
  height: 40px;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1;
  display: grid;
  overflow: hidden;
  place-items: center;
  background-color: #75BA8A;
  padding: 0 .625rem;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.upper-contactbox .contact-btn span {
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .upper-contactbox .contact-btn {
    height: 60px;
    font-size: 1.25rem;
    padding: 0 2rem;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .upper-contactbox .contact-btn {
    height: 80px;
    font-size: 1.4375rem;
    padding: 0 4rem;
    border-radius: 40px;
  }
}
.bnr-contactbox {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.bnr-contactbox h2 {
  font-size: 1.12rem;
  color: #fff;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bnr-contactbox h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .bnr-contactbox h2 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .bnr-contactbox h2 {
    font-size: 2.5rem;
  }
}
.bnr-contactbox h2:before {
  content: "";
  border-left: double 5px #fff;
  position: absolute;
  height: 100%;
  left: -20px;
  transform: rotate(-15deg);
}
@media (min-width: 992px) {
  .bnr-contactbox h2:before {
    left: -30px;
  }
}
.bnr-contactbox h2:after {
  content: "";
  border-left: double 5px #fff;
  position: absolute;
  height: 100%;
  right: -20px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .bnr-contactbox h2:after {
    right: -30px;
  }
}
.bnr-contactbox .contact-btn {
  position: relative;
  width: fit-content;
  height: 40px;
  font-size: .625rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  display: grid;
  overflow: hidden;
  place-items: center;
  background-color: #fff;
  padding: 0 .625rem;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bnr-contactbox .contact-btn span {
  color: #75BA8A;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .bnr-contactbox .contact-btn {
    height: 60px;
    font-size: 1.25rem;
    padding: 0 2rem;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .bnr-contactbox .contact-btn {
    height: 80px;
    font-size: 1.4375rem;
    padding: 0 4rem;
    border-radius: 40px;
  }
}
.upper-contactbox:before,
.bnr-contactbox:before {
  content: "";
  width: 61px;
  height: 90px;
  background-image: url(../images/common/hairdresser-l-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -1rem;
  left: -50px;
}
@media (min-width: 768px) {
  .upper-contactbox:before,
  .bnr-contactbox:before {
    width: 135px;
    height: 200px;
    bottom: -2.5rem;
    left: -140px;
  }
}
@media (min-width: 992px) {
  .upper-contactbox:before,
  .bnr-contactbox:before {
    width: 169px;
    height: 250px;
    bottom: -3rem;
    left: -200px;
  }
}
@media (min-width: 1200px) {
  .upper-contactbox:before,
  .bnr-contactbox:before {
    width: 235px;
    height: 347px;
    bottom: -3.75rem;
    left: -240px;
  }
}
.upper-contactbox:after,
.bnr-contactbox:after {
  content: "";
  width: 61px;
  height: 90px;
  background-image: url(../images/common/hairdresser-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -1rem;
  right: -50px;
}
@media (min-width: 768px) {
  .upper-contactbox:after,
  .bnr-contactbox:after {
    width: 135px;
    height: 200px;
    bottom: -2.5rem;
    right: -140px;
  }
}
@media (min-width: 992px) {
  .upper-contactbox:after,
  .bnr-contactbox:after {
    width: 169px;
    height: 250px;
    bottom: -3rem;
    right: -200px;
  }
}
@media (min-width: 1200px) {
  .upper-contactbox:after,
  .bnr-contactbox:after {
    width: 235px;
    height: 347px;
    bottom: -3.75rem;
    right: -240px;
  }
}
.title-box {
  position: relative;
  width: fit-content;
  border-bottom: double 5px #000;
  padding: 0 10px 10px 10px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .title-box {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .title-box {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .title-box {
    margin-top: 140px;
  }
}
.title-box .title-eng {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #59738C;
  position: absolute;
  left: 0px;
  top: -70px;
  transform: rotate(-16deg);
}
@media (min-width: 768px) {
  .title-box .title-eng {
    font-size: 4rem;
    left: -20px;
    top: -80px;
  }
}
@media (min-width: 992px) {
  .title-box .title-eng {
    font-size: 6rem;
    left: -20px;
    top: -130px;
  }
}
@media (min-width: 1200px) {
  .title-box .title-eng {
    font-size: 7.125rem;
    left: -50px;
    top: -160px;
  }
}
.title-box .title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .title-box .title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .title-box .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .title-box .title {
    font-size: 2.5rem;
  }
}
h3.title {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h3.title {
    font-size: 1.5rem;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  h3.title {
    font-size: 1.75rem;
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  h3.title {
    font-size: 1.875rem;
  }
}
/*メリット*/
.merit-wrap {
  position: relative;
  padding: 3rem 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .merit-wrap {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .merit-wrap {
    padding: 2rem 0 5rem 0;
  }
}
@media (min-width: 1200px) {
  .merit-wrap {
    padding: 3rem 0 6.25rem 0;
  }
}
@media (min-width: 768px) {
  .merit-wrap .merit-img {
    position: absolute;
    top: 120px;
    right: 0;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .merit-wrap .merit-img {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .merit-img {
    top: 0;
  }
}
.merit-wrap .title-box-merit {
  position: relative;
  width: fit-content;
  padding-left: 40px;
  margin-top: 100px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit {
    margin-top: 110px;
    padding-left: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit {
    margin-top: 140px;
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit {
    margin-top: 160px;
    padding-left: 100px;
  }
}
.merit-wrap .title-box-merit .title-eng {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #59738C;
  position: absolute;
  left: 30px;
  top: -60px;
  transform: rotate(-16deg);
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit .title-eng {
    font-size: 2.5rem;
    left: 50px;
    top: -70px;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit .title-eng {
    font-size: 3rem;
    left: 60px;
    top: -90px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit .title-eng {
    font-size: 3.625rem;
    left: 80px;
    top: -100px;
  }
}
.merit-wrap .title-box-merit .title-eng:after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/merit/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  top: 0;
  right: -110px;
  transform: initial;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit .title-eng:after {
    width: 100px;
    height: 100px;
    right: -120px;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit .title-eng:after {
    width: 120px;
    height: 120px;
    right: -150px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit .title-eng:after {
    width: 134px;
    height: 134px;
    right: -170px;
  }
}
.merit-wrap .title-box-merit .title {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit .title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit .title {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit .title {
    font-size: 4.625rem;
  }
}
.merit-wrap .title-box-merit .merit-catch {
  position: relative;
  padding: 5px;
  margin-left: 30px;
  border-top: double 5px #000;
  border-bottom: double 5px #000;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit .merit-catch {
    padding: 10px;
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit .merit-catch {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit .merit-catch {
    margin-left: 60px;
  }
}
.merit-wrap .title-box-merit .merit-catch p {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit .merit-catch p {
    font-size: 1rem;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit .merit-catch p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit .merit-catch p {
    font-size: 1.5625rem;
  }
}
.merit-wrap .title-box-merit .merit-catch:before {
  content: "ウィッグ";
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-lr;
  background-color: #4D4D4D;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: -35px;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit .merit-catch:before {
    font-size: 1.5rem;
    left: -60px;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit .merit-catch:before {
    font-size: 1.5rem;
    left: -55px;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit .merit-catch:before {
    font-size: 2.1875rem;
    left: -80px;
  }
}
.merit-wrap .title-box-merit:before {
  content: "スタイリング";
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-lr;
  background-color: #4D4D4D;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .merit-wrap .title-box-merit:before {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .merit-wrap .title-box-merit:before {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .title-box-merit:before {
    font-size: 2.1875rem;
  }
}
.merit-wrap .flex-merit {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.merit-wrap .flex-merit > div {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .merit-wrap .flex-merit > div {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .merit-wrap .flex-merit > div {
    width: calc(50% - 20px);
  }
}
.merit-wrap .flex-merit > div .inner {
  padding: 20px 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 2;
}
.merit-wrap .flex-merit > div .merit {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #59738C;
  position: absolute;
  left: -5px;
  top: 0;
  transform: rotate(-16deg);
}
@media (min-width: 768px) {
  .merit-wrap .flex-merit > div .merit {
    font-size: 2.65rem;
    left: -10px;
    top: -10px;
  }
}
@media (min-width: 992px) {
  .merit-wrap .flex-merit > div .merit {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .merit-wrap .flex-merit > div .merit {
    font-size: 3.75rem;
  }
}
.merit-wrap .flex-merit > div p {
  margin-bottom: 0;
}
.merit-wrap .flex-merit > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 5px;
  border: 1px solid #000;
  z-index: 0;
}
/*こんなお悩みありませんか？*/
.worries-wrap {
  position: relative;
  padding: 1rem 0;
  width: 100%;
  background: url(../images/worries/worries-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 400%;
  background-color: #F3F4F3;
}
@media (min-width: 768px) {
  .worries-wrap {
    background-size: 100%;
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .worries-wrap {
    padding: 2rem 0;
  }
}
@media (min-width: 1200px) {
  .worries-wrap {
    padding: 2.5rem 0;
  }
}
.worries-wrap .worries {
  font-size: 1.12rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .worries-wrap .worries {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .worries-wrap .worries {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .worries-wrap .worries {
    font-size: 2.5rem;
    margin-top: 30px;
  }
}
.worries-wrap .worries:before {
  content: "";
  border-left: solid 1px #000;
  position: absolute;
  height: 100%;
  left: -20px;
  transform: rotate(-15deg);
}
@media (min-width: 992px) {
  .worries-wrap .worries:before {
    left: -30px;
  }
}
.worries-wrap .worries:after {
  content: "";
  border-left: solid 1px #000;
  position: absolute;
  height: 100%;
  right: -20px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .worries-wrap .worries:after {
    right: -30px;
  }
}
.worries-wrap .arrow-img {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .worries-wrap .arrow-img {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .worries-wrap .arrow-img {
    width: auto;
  }
}
/*スタイリングウィッグの特徴*/
.flex-features {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .flex-features {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .flex-features {
    margin-bottom: 90px;
  }
}
.flex-features > div:first-child {
  width: 60px;
  order: 2;
}
@media (min-width: 768px) {
  .flex-features > div:first-child {
    width: 70px;
    order: 1;
  }
}
@media (min-width: 992px) {
  .flex-features > div:first-child {
    width: 80px;
  }
}
.flex-features > div:first-child .num {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
}
@media (min-width: 992px) {
  .flex-features > div:first-child .num {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .flex-features > div:first-child .num {
    font-size: 6rem;
  }
}
.flex-features > div:nth-child(2) {
  width: calc(100% - 60px);
  order: 3;
}
@media (min-width: 768px) {
  .flex-features > div:nth-child(2) {
    width: 55%;
    order: 2;
  }
}
.flex-features > div:nth-child(2) h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .flex-features > div:nth-child(2) h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .flex-features > div:nth-child(2) h3 {
    font-size: 1.875rem;
  }
}
.flex-features > div:last-child {
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .flex-features > div:last-child {
    width: calc(45% - 70px);
    padding-left: 5%;
    order: 3;
  }
}
@media (min-width: 992px) {
  .flex-features > div:last-child {
    width: calc(45% - 80px);
  }
}
.flex-features > div:last-child img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-features > div:last-child img {
    margin-bottom: 0;
  }
}
.enjoy {
  position: relative;
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #59738C;
  line-height: 1;
  width: fit-content;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .enjoy {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .enjoy {
    font-size: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .enjoy {
    font-size: 6.875rem;
  }
}
.enjoy:before {
  content: "";
  border-left: double 5px #59738C;
  position: absolute;
  height: 100%;
  left: -20px;
  transform: rotate(-15deg);
}
@media (min-width: 992px) {
  .enjoy:before {
    left: -30px;
  }
}
.enjoy:after {
  content: "";
  border-left: double 5px #59738C;
  position: absolute;
  height: 100%;
  right: -20px;
  transform: rotate(15deg);
}
@media (min-width: 992px) {
  .enjoy:after {
    right: -30px;
  }
}
.flex-enjoy {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .flex-enjoy {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .flex-enjoy {
    margin-bottom: 90px;
  }
}
.flex-enjoy > div {
  width: 50%;
  padding: 2px;
}
@media (min-width: 768px) {
  .flex-enjoy > div {
    width: 25%;
    padding: 10px;
  }
}
/*事例紹介と利用者の声*/
#examples-slide {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.flex-odd,
.flex-even {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .flex-odd,
  .flex-even {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .flex-odd,
  .flex-even {
    margin-bottom: 90px;
  }
}
.flex-odd > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-odd > div:first-child {
    width: 50%;
  }
}
.flex-odd > div:first-child img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-odd > div:first-child img {
    padding-right: 3%;
    margin-bottom: 0;
  }
}
.flex-odd > div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-odd > div:last-child {
    width: 50%;
    padding-left: 2%;
  }
}
.flex-odd > div:last-child h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flex-odd > div:last-child h4 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .flex-odd > div:last-child h4 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
.flex-even > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-even > div:first-child {
    width: 50%;
    padding-left: 3%;
    order: 2;
  }
}
.flex-even > div:first-child img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flex-even > div:first-child img {
    margin-bottom: 0;
  }
}
.flex-even > div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-even > div:last-child {
    width: 50%;
    order: 1;
    padding-right: 2%;
  }
}
.flex-even > div:last-child h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flex-even > div:last-child h4 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .flex-even > div:last-child h4 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
/*サービス内容と料金システム*/
.flex-service,
.flex-option,
.flex-service-2025 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-service > div {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .flex-service > div {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .flex-service > div {
    width: calc(50% - 15px);
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .flex-service > div {
    padding: 30px;
  }
}
.flex-service > div .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-service > div .inner > div:first-child {
  width: calc(100% - 120px);
}
@media (min-width: 768px) {
  .flex-service > div .inner > div:first-child {
    width: calc(100% - 90px);
  }
}
@media (min-width: 992px) {
  .flex-service > div .inner > div:first-child {
    width: calc(100% - 110px);
  }
}
@media (min-width: 1200px) {
  .flex-service > div .inner > div:first-child {
    width: calc(100% - 133px);
  }
}
.flex-service > div .inner > div:last-child {
  width: 120px;
}
@media (min-width: 768px) {
  .flex-service > div .inner > div:last-child {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .flex-service > div .inner > div:last-child {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .flex-service > div .inner > div:last-child {
    width: 133px;
  }
}
.flex-service-2025 > div {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .flex-service-2025 > div {
    width: 46%;
    padding: 30px 10px;
  }
}
@media (min-width: 992px) {
  .flex-service-2025 > div {
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .flex-service-2025 > div {
    padding: 50px 30px;
  }
}
.flex-service-2025 > div ul {
  width: fit-content;
  margin: 20px auto;
  list-style: none;
  padding-left: 0;
}
.flex-service-2025 > div ul li {
  font-size: .75rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .flex-service-2025 > div ul li {
    font-size: .875rem;
  }
}
@media (min-width: 992px) {
  .flex-service-2025 > div ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .flex-service-2025 > div ul li {
    font-size: 1.125rem;
  }
}
.flex-service-2025 > div:first-child::before,
.flex-service-2025 > div:last-child::before {
  content: "";
  background-image: url(../images/service/service-illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
}
.flex-service-2025 > div:first-child::before {
  width: 80px;
  height: 106px;
  background-image: url(../images/service/service-illust01.png);
  bottom: -20px;
  left: -10px;
}
@media (min-width: 1200px) {
  .flex-service-2025 > div:first-child::before {
    width: 146px;
    height: 194px;
    bottom: -50px;
    left: -50px;
  }
}
.flex-service-2025 > div:last-child::before {
  width: 110px;
  height: 109px;
  background-image: url(../images/service/service-illust02.png);
  top: -20px;
  right: -10px;
}
@media (min-width: 1200px) {
  .flex-service-2025 > div:last-child::before {
    width: 209px;
    height: 207px;
    top: -50px;
    right: -60px;
  }
}
.flex-service-2025 > div:nth-child(2) {
  background-color: transparent;
}
@media (min-width: 768px) {
  .flex-service-2025 > div:nth-child(2) {
    position: relative;
    width: 8%;
    padding: 0;
  }
}
.flex-service-2025 > div:nth-child(2) p {
  line-height: 1;
}
@media (min-width: 768px) {
  .flex-service-2025 > div:nth-child(2) p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.dashedbox {
  border: 1px dashed #000;
  padding: 10px;
}
@media (min-width: 1200px) {
  .dashedbox {
    padding: 20px;
  }
}
.plus-mark {
  width: 40px;
  height: 40px;
  background-color: #000000;
  clip-path: polygon(0 35%, 35% 35%, 35% 0%, 65% 0%, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65%);
  margin: 30px auto;
}
.flex-salonmenu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .flex-salonmenu {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .flex-salonmenu {
    margin-bottom: 90px;
  }
}
.flex-salonmenu > div {
  position: relative;
  width: 100%;
  padding: 30px 40px;
}
@media (min-width: 768px) {
  .flex-salonmenu > div {
    width: 50%;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .flex-salonmenu > div {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .flex-salonmenu > div {
    padding: 50px;
  }
}
.flex-salonmenu > div ul {
  width: fit-content;
  margin: 0 auto;
  padding-left: 0;
}
.flex-salonmenu > div ul li {
  font-weight: bold;
}
@media (min-width: 768px) {
  .flex-salonmenu > div ul li {
    font-size: .875rem;
  }
}
@media (min-width: 992px) {
  .flex-salonmenu > div ul li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .flex-salonmenu > div ul li {
    font-size: 1.125rem;
  }
}
.flex-salonmenu > div:first-child::after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 30px;
}
@media (min-width: 768px) {
  .flex-salonmenu > div:first-child::after {
    width: 1px;
    height: 100%;
    bottom: initial;
    top: 0;
    left: 100%;
  }
}
.flex-hairtype {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-hairtype > div {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-hairtype > div {
    width: calc(25% - 5px);
  }
}
@media (min-width: 992px) {
  .flex-hairtype > div {
    width: calc(25% - 10px);
  }
}
.flex-hairtype > div img {
  margin-bottom: 10px;
  width: 50%;
}
.flex-hairtype > div table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
  font-size: .625rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .flex-hairtype > div table {
    font-size: 1rem;
  }
}
.flex-hairtype > div table span {
  margin: 0 3px;
}
.flex-hairtype > div table td,
.flex-hairtype > div table th {
  padding: 3px;
}
@media (min-width: 992px) {
  .flex-hairtype > div table td,
  .flex-hairtype > div table th {
    padding: 5px 10px;
  }
}
.flex-hairtype > div table th {
  text-align: center;
  background-color: #5A718C;
  color: #fff;
}
.flex-hairtype > div table td {
  background-color: #fff;
}
.flex-hairtype > div table td:last-child {
  text-align: right;
}
.flex-hairtype > div table .transparent-col {
  background-color: transparent;
  text-align: center!important;
}
ul.border-list {
  list-style-type: none;
  padding-left: 1em;
}
ul.border-list li::marker {
  content: "※ ";
}
.flex-bnr {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 5px solid #75BA8A;
  padding: 10px;
  border-radius: 10px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .flex-bnr {
    border: 10px solid #75BA8A;
    padding: 20px;
  }
}
.flex-bnr > div:first-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flex-bnr > div:first-child {
    width: 70%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .flex-bnr > div:first-child .text-xxl {
    font-size: 2.875rem!important;
  }
}
@media (min-width: 1200px) {
  .flex-bnr > div:first-child .text-ml {
    font-size: 1.875rem!important;
  }
}
@media (min-width: 1200px) {
  .flex-bnr > div:first-child .text-m {
    font-size: 1.5625rem!important;
  }
}
.flex-bnr > div:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .flex-bnr > div:last-child {
    width: 30%;
  }
}
.flex-bnr > div:last-child img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flex-bnr-coupon {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  background-color: #fff;
  border: 5px solid #7EA6CE;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .flex-bnr-coupon {
    border: 10px solid #7EA6CE;
  }
}
.flex-bnr-coupon > div:first-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px;
}
@media (min-width: 992px) {
  .flex-bnr-coupon > div:first-child {
    width: 80%;
    text-align: left;
    margin-bottom: 0;
    padding: 20px;
  }
}
@media (min-width: 1500px) {
  .flex-bnr-coupon > div:first-child .text-xxl {
    font-size: 2.875rem!important;
  }
}
@media (min-width: 1200px) {
  .flex-bnr-coupon > div:first-child .text-ml {
    font-size: 1.875rem!important;
  }
}
@media (min-width: 1200px) {
  .flex-bnr-coupon > div:first-child .text-m {
    font-size: 1.5625rem!important;
  }
}
.flex-bnr-coupon > div:last-child {
  width: 100%;
  padding: 10px 10px 0 10px;
  position: relative;
}
@media (min-width: 992px) {
  .flex-bnr-coupon > div:last-child {
    width: 20%;
    padding: 20px 20px 0 0;
  }
}
.flex-bnr-coupon > div:last-child img {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2px;
}
@media (min-width: 992px) {
  .flex-bnr-coupon > div:last-child img {
    width: auto;
  }
}
/*ウィッグ制作の流れ*/
.scroll-inner {
  width: 1328px;
}
@media (min-width: 768px) {
  .scroll-inner {
    width: 100%;
  }
}
/*サロン紹介*/
.slider-wrap {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
dl.overview-tbl {
  font-size: .75rem;
  line-height: 160%;
  padding: 8px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  dl.overview-tbl {
    width: fit-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 200%;
    padding: 20px;
  }
}
dl.overview-tbl dt {
  font-weight: 400;
  float: left;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  dl.overview-tbl dt {
    margin-bottom: 20px;
  }
}
dl.overview-tbl dd {
  margin-left: 60px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  dl.overview-tbl dd {
    margin-left: 100px;
    margin-bottom: 20px;
  }
}
.flex-owner-comment {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #000;
  max-width: 1000px;
  margin: 60px auto;
}
.flex-owner-comment > div:first-child {
  width: 100%;
  padding: 10px 10px 0 10px;
}
@media (min-width: 768px) {
  .flex-owner-comment > div:first-child {
    display: none;
  }
}
.flex-owner-comment > div:nth-child(2) {
  width: 70%;
  padding: 0 10px 10px 10px;
}
@media (min-width: 768px) {
  .flex-owner-comment > div:nth-child(2) {
    width: 85%;
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 992px) {
  .flex-owner-comment > div:nth-child(2) {
    width: 80%;
    padding: 30px 0 30px 40px;
  }
}
.flex-owner-comment > div:last-child {
  width: 30%;
  position: relative;
}
@media (min-width: 768px) {
  .flex-owner-comment > div:last-child {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .flex-owner-comment > div:last-child {
    width: 20%;
  }
}
.flex-owner-comment > div:last-child img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .flex-owner-comment > div:last-child img {
    width: 94%;
  }
}
@media (min-width: 992px) {
  .flex-owner-comment > div:last-child img {
    width: auto;
  }
}
/*開発ストーリー*/
.profilebox {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .profilebox {
    margin-bottom: 60px;
  }
}
.profilebox img {
  width: 100%;
}
@media (min-width: 768px) {
  .profilebox img {
    width: 60%;
    z-index: 0;
  }
}
.profilebox .profile-inner {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .profilebox .profile-inner {
    padding: 10px 5%;
    position: absolute;
    top: 20px;
    right: 0;
    width: 55%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .profilebox .profile-inner {
    padding: 20px 5%;
    top: 60px;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .profilebox .profile-inner {
    padding: 30px 10%;
  }
}
@media (min-width: 768px) {
  .profilebox .profile-inner p {
    font-size: 120%;
  }
}
/*メッセージ*/
.flex-message {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-message > div {
  width: 33%;
}
/*特定商取引法に基づく表記*/
table.tbl-specified {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
  font-size: .625rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  table.tbl-specified {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    border-spacing: 5px;
    margin-bottom: 40px;
  }
}
table.tbl-specified td,
table.tbl-specified th {
  border-collapse: collapse;
  border: 1px solid;
  text-align: left;
  padding: 5px;
}
@media (min-width: 768px) {
  table.tbl-specified td,
  table.tbl-specified th {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  table.tbl-specified td,
  table.tbl-specified th {
    padding: 10px 20px;
  }
}
/*フッター*/
ul.footer-btn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  list-style: none;
  padding: 10px;
  z-index: 2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ul.footer-btn {
    display: none;
  }
}
.footer-btn > li {
  position: relative;
  width: -webkit-calc(33.333% - 5px);
  width: calc(33.333% - 5px);
  height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
}
.footer-btn > li p {
  width: 100%;
  height: 100%;
  font-size: .625rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  display: grid;
  place-items: center;
}
ul.side-btn {
  display: none;
}
@media (min-width: 768px) {
  ul.side-btn {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 480px;
    position: fixed;
    top: 55%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    z-index: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  ul.side-btn {
    width: 100px;
    height: 560px;
  }
}
.side-btn > li {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 10px 0 0 10px;
  margin-bottom: 10px;
}
.side-btn > li p {
  writing-mode: vertical-rl;
  width: 100%;
  height: 100%;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
@media (min-width: 992px) {
  .side-btn > li p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .side-btn > li p {
    font-size: 1.125rem;
  }
}
.side-btn > li p span {
  transform: rotate(90deg);
}
.side-btn > li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.footer-btn > li:first-child,
.side-btn > li:first-child {
  background-color: #75BA8B;
}
.footer-btn > li:first-child a,
.side-btn > li:first-child a {
  color: #ffffff;
}
.footer-btn > li:nth-child(2),
.side-btn > li:nth-child(2) {
  background-color: #e0b35f;
}
.footer-btn > li:nth-child(2) a,
.side-btn > li:nth-child(2) a {
  color: #ffffff;
}
.footer-btn > li:last-child,
.side-btn > li:last-child {
  background-color: #DBDB9A;
}
.footer-btn > li:last-child a,
.side-btn > li:last-child a {
  color: #212529;
}
.side-btn > li:first-child,
.side-btn > li:nth-child(2) {
  height: 140px;
}
@media (min-width: 1200px) {
  .side-btn > li:first-child,
  .side-btn > li:nth-child(2) {
    height: 160px;
  }
}
.side-btn > li:last-child {
  height: 160px;
}
@media (min-width: 1200px) {
  .side-btn > li:last-child {
    height: 200px;
  }
}
footer {
  width: 100%;
  background-color: #4D4D4D;
  color: #fff;
  padding-bottom: 1.25rem;
}
footer a {
  color: #fff;
}
footer .flex-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  footer .flex-footer {
    padding: 3.5rem 0;
  }
}
footer .flex-footer > div:first-child {
  width: 100%;
  padding: 10px 10px 2.5rem 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .flex-footer > div:first-child {
    width: 60%;
    border-bottom: none;
    border-right: 1px solid #fff;
    margin-bottom: 0;
  }
}
footer .flex-footer > div:first-child .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .flex-footer > div:first-child .inner > div:first-child {
  width: 40%;
}
footer .flex-footer > div:first-child .inner > div:last-child {
  width: 60%;
  padding-left: 3%;
}
footer .flex-footer > div:first-child .inner > div:last-child p {
  line-height: 1.2;
  margin-bottom: 0;
}
footer .flex-footer > div:last-child {
  width: 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  footer .flex-footer > div:last-child {
    width: 40%;
  }
}
footer .flex-footer > div:last-child ul {
  list-style: none;
}
footer .flex-footer > div:last-child ul a {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bread_crumb_wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .bread_crumb_wrapper {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .bread_crumb_wrapper {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .bread_crumb_wrapper {
    margin-top: 140px;
  }
}
.title-box-page {
  position: relative;
  width: fit-content;
  border-bottom: double 5px #000;
  padding: 0 10px 10px 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .title-box-page {
    margin-bottom: 60px;
  }
}
.title-box-page .title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .title-box-page .title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .title-box-page .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .title-box-page .title {
    font-size: 2.5rem;
  }
}
/*ブログ*/
.more-btn-blog {
  position: relative;
  width: fit-content;
  height: 40px;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1;
  display: grid;
  overflow: hidden;
  place-items: center;
  background-color: #75BA8A;
  padding: 0 2rem;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.more-btn-blog span {
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .more-btn-blog {
    height: 60px;
    font-size: 1rem;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .more-btn-blog {
    height: 80px;
    padding: 0 4rem;
    border-radius: 40px;
  }
}
.flex-page-news {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-page-news > div {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flex-page-news > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .flex-page-news > div {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
.flex-page-news > div .img-wrap {
  position: relative;
}
.flex-page-news > div img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  filter: brightness(0.89);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .flex-page-news > div img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .flex-page-news > div img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .flex-page-news > div img {
    height: 280px;
  }
}
@media (min-width: 1500px) {
  .flex-page-news > div img {
    height: 320px;
  }
}
.flex-page-news > div img:hover {
  filter: brightness(1);
}
.flex-page-news > div .news-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .flex-page-news > div .news-date {
    bottom: 20px;
    left: 20px;
  }
}
.flex-page-news > div .category {
  display: inline-block;
  font-size: .75rem;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  width: fit-content;
  height: 20px;
  padding: 0 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .flex-page-news > div .category {
    font-size: .875rem;
    height: 22px;
  }
}
.flex-page-news > div .excerpt-box {
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 992px) {
  .flex-page-news > div .excerpt-box {
    padding: 20px;
  }
}
nav.navigation .screen-reader-text {
  display: none;
}
nav.navigation .nav-links {
  width: 100%;
  text-align: center;
}
nav.navigation .nav-links ul.page-numbers {
  list-style: none;
  padding-left: 0;
}
nav.navigation .nav-links ul.page-numbers li {
  text-align: center;
  display: inline-block;
  margin: 0 4px;
}
@media (min-width: 768px) {
  nav.navigation .nav-links ul.page-numbers li {
    margin: 0 6px;
  }
}
nav.navigation .nav-links ul.page-numbers li a {
  transition: 1s;
}
nav.navigation .nav-links ul.page-numbers li a:hover {
  opacity: .6;
  text-decoration: none;
}
nav.navigation .nav-links ul.page-numbers li a.page-numbers {
  display: inline-block;
  font-size: .625rem;
  width: 26px;
  height: 26px;
  line-height: 24px;
  background: #fff;
  border-radius: 13px;
}
@media (min-width: 768px) {
  nav.navigation .nav-links ul.page-numbers li a.page-numbers {
    font-size: 1rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
  }
}
nav.navigation .nav-links ul.page-numbers li span.current {
  display: inline-block;
  font-size: .75rem;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 24px;
  background: #59738c;
  border-radius: 13px;
}
@media (min-width: 768px) {
  nav.navigation .nav-links ul.page-numbers li span.current {
    font-size: 1rem;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
  }
}
nav.navigation .nav-links ul.page-numbers li a.prev,
nav.navigation .nav-links ul.page-numbers li a.next {
  color: #000;
  display: inline-block;
  width: auto!important;
  padding: 0 15px;
  text-align: center;
  background: transparent!important;
}
nav.navigation .nav-links ul.page-numbers li:first-child {
  margin-left: 0;
}
nav.navigation .nav-links ul.page-numbers li:last-child {
  margin-right: 0;
}
/* ================================================================================
	wp-pagenavi
================================================================================ */
.wp-pagenavi {
  text-align: center;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .wp-pagenavi {
    margin-top: 120px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-size: .875rem;
  font-style: normal;
  color: #000;
  border: none !important;
  padding: 5px !important;
}
.wp-pagenavi span.current {
  border: none;
  background: none;
  color: #000;
}
.wp-pagenavi span.pages {
  border: 1px solid #000 !important;
}
.news-contents {
  width: 100%;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .news-contents {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .news-contents {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .news-contents {
    padding: 3.75rem 0;
  }
}
.news-contents .date {
  font-size: .75rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news-contents .date {
    font-size: .875rem;
  }
}
@media (min-width: 1500px) {
  .news-contents .date {
    font-size: 1rem;
  }
}
.news-contents .category {
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  background-color: #EFEFEF;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news-contents .category {
    font-size: .875rem;
    padding: 5px 10px;
  }
}
@media (min-width: 1500px) {
  .news-contents .category {
    font-size: 1rem;
  }
}
.news-contents .blog-title {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-contents .blog-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .news-contents .blog-title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .news-contents .blog-title {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .news-contents .blog-title {
    font-size: 2.375rem;
  }
}
.news-contents .blog-title:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #EDEDED;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 0;
}
.news-contents .blog-title:after {
  content: "";
  width: 15%;
  height: 3px;
  background-color: #C1C1C1;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.news-contents h1 {
  font-size: 1.75rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h1 {
    font-size: 2.125rem;
  }
}
.news-contents h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h2 {
    font-size: 1.875rem;
  }
}
.news-contents h3 {
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h3 {
    font-size: 1.75rem;
  }
}
.news-contents h4 {
  font-size: 1.125rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h4 {
    font-size: 1.5rem;
  }
}
.news-contents h5 {
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h5 {
    font-size: 1.25rem;
  }
}
.news-contents h6 {
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-contents h6 {
    font-size: 1rem;
  }
}
.news-contents .size-full {
  width: 100%;
}
.news-contents .alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.news-contents .alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.news-contents .aligncenter {
  clear: both;
  display: block;
  margin: 12px auto;
}
.news-contents .alignnone {
  display: block;
  margin: 12px auto;
}
@media (max-width: 768px) {
  .news-contents .alignleft,
  .news-contents .alignright {
    float: none;
    display: block;
    margin: auto;
  }
}
.news-contents table {
  font-size: 100%;
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.news-contents table th {
  width: 25%;
  text-align: right;
  vertical-align: top;
  padding-right: 20px !important;
}
.news-contents table td,
.news-contents table th {
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 5px;
}
.flex-bnr-web {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 5px solid #7EA6CE;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .flex-bnr-web {
    border: 10px solid #7EA6CE;
  }
}
.flex-bnr-web > div:first-child {
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media (min-width: 992px) {
  .flex-bnr-web > div:first-child {
    width: 70%;
    text-align: left;
    margin-bottom: 0;
    padding: 20px;
  }
}
@media (min-width: 1500px) {
  .flex-bnr-web > div:first-child .text-xxl {
    font-size: 2.875rem!important;
  }
}
@media (min-width: 1200px) {
  .flex-bnr-web > div:first-child .text-ml {
    font-size: 1.875rem!important;
  }
}
@media (min-width: 1200px) {
  .flex-bnr-web > div:first-child .text-m {
    font-size: 1.5625rem!important;
  }
}
.flex-bnr-web > div:last-child {
  width: 100%;
  padding: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .flex-bnr-web > div:last-child {
    width: 30%;
  }
}
.flex-bnr-web > div:last-child img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .flex-bnr-web > div:last-child img {
    width: auto;
  }
}
.flex-news-nav {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .flex-news-nav {
    margin-top: 60px;
  }
}
.flex-news-nav > div {
  width: 25%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .flex-news-nav > div {
    width: 32%;
  }
}
.flex-news-nav > div:nth-child(2) {
  width: 50%;
  padding: 0;
}
@media (min-width: 992px) {
  .flex-news-nav > div:nth-child(2) {
    width: 32%;
  }
}
.widget_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .widget_box {
    margin-top: 120px;
  }
}
.widget_box > li {
  list-style-type: none;
  width: 100%;
  padding: 0.625rem;
  position: relative;
  transition: 0.5s;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .widget_box > li {
    width: 32%;
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 0;
  }
}
.widget_box > li ul {
  padding-left: 0;
  height: 120px;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.widget_box > li ul li {
  padding-left: 1.625rem;
  line-height: 30px;
  background: url(../images/common/list_bullet.png.webp) center left no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: .5em;
}
.widget_box > li ul a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.widget_box > li ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.widget_box > li ul a:hover {
  color: #666666;
  -webkit-transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.widget_box > li ul a:hover::after {
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.widget_box > li .widget_recent_entries,
.widget_box > li .widget_archive,
.widget_box > li .widget_categories {
  background-color: #fff;
  padding: 0.625rem;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  list-style: none;
}
@media (min-width: 992px) {
  .widget_box > li .widget_recent_entries,
  .widget_box > li .widget_archive,
  .widget_box > li .widget_categories {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.widget_box > li h2.widgettitle {
  font-size: .75rem;
  color: #fff;
  text-align: center;
  padding: 0.3125rem;
  margin: 0 auto 10px auto;
  background-color: #59738c;
}
@media (min-width: 992px) {
  .widget_box > li h2.widgettitle {
    font-size: .875rem;
    padding: 10px;
  }
}
.widget_box > li h3.widget_title {
  font-size: 1.125rem;
  color: #fff;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #59738c;
  border-bottom: none;
}
@media (min-width: 768px) {
  .widget_box > li:nth-child(2) {
    width: 34%;
    padding: 0 1.5rem 0.9375rem 1.5rem;
    border-left: 1px solid #59738c;
    border-right: 1px solid #59738c;
  }
}
