@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://use.typekit.net/xsb8xun.css");
* {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  line-height: 1.5;
  background-color: #f6f6f6 !important;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

html,
body,
head,
section,
article,
p,
a,
h1,
h2,
h3,
h4,
h5,
span,
div {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
  background-color: #f6f6f6;
}

a {
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*menu*/
/* PCでは非表示 */
.sp-nav {
  display: block;
}

@media (max-width: 1200px) {
  .sp-nav {
    display: block;
  }
}
/* スマホだけ表示 */
.pc-nav {
  display: block;
}

/* スマホだけ表示 */
@media (max-width: 1200px) {
  .pc-nav {
    display: none;
  }
}
.menu {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .menu {
    padding: 0 0;
  }
}

ul.menu {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1500px) {
  ul.menu {
    gap: 20px;
  }
}
ul.menu li a {
  font-size: 13px;
  height: 16px;
  font-weight: 550;
  line-height: 16px;
  color: #ffffff;
  filter: drop-shadow(0px 0px 8.5px rgba(0, 0, 0, 0.54));
  text-decoration: none;
}
@media (max-width: 1500px) {
  ul.menu li a {
    font-size: 16px;
  }
}

li.page_item {
  padding: 0 25px;
  font-weight: 600;
}

/* ヘッダー */
a.header-logo {
  position: absolute;
  left: 2%;
  top: 26px;
  max-width: 180px;
}
@media (max-width: 1500px) {
  a.header-logo {
    left: 20px;
  }
}
@media (max-width: 748px) {
  a.header-logo {
    top: 10px;
    left: 10px;
    max-width: 130px;
  }
}

.site-header {
  position: fixed; /* ← 絶対配置の基準にする */
  height: 96px;
  background-color: #f6f6f6;
  background-color: transparent !important;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  .site-header {
    height: 60px;
  }
}
@media (max-width: 500px) {
  .site-header {
    background: linear-gradient(to top, transparent, #d5d5d5);
  }
}

.header-container {
  padding: 8px;
}
@media (max-width: 1200px) {
  .header-container {
    width: 100%;
  }
}

.header-image {
  display: block;
  width: 80%;
}

@media (max-width: 1200px) {
  a.header-sp {
    width: 150px;
    height: auto;
    display: block;
  }
}
.hamburger-fade {
  display: none;
}
@media (max-width: 1200px) {
  .hamburger-fade {
    display: block;
  }
}

.nav-fade {
  display: none;
}
@media (max-width: 1200px) {
  .nav-fade {
    display: block;
  }
}

button.hamburger-fade {
  position: fixed;
  top: 65px;
  right: 0;
}
@media (max-width: 748px) {
  button.hamburger-fade {
    top: 20px;
  }
}

/* メイン */
main {
  background: #f6f6f6;
}

/* FVセクション */
.fv-image {
  height: auto; /* 自然な比率のまま */
  object-fit: contain; /* なくてもOKだけど保険で */
}

.fv {
  position: relative;
  padding: 0;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .fv {
    height: 600px;
  }
}
@media screen and (max-width: 748px) {
  .fv {
    height: auto;
  }
}
.fv .fv-image-wrapper {
  position: absolute;
  bottom: 0;
  line-height: 0;
  height: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .fv .fv-image-wrapper {
    right: 0;
    padding-left: 20%;
  }
}
@media screen and (max-width: 748px) {
  .fv .fv-image-wrapper {
    right: 0;
    padding-left: 0;
    top: -50px;
  }
}
.fv .fv-image-wrapper img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.fv .main-text {
  position: relative;
  z-index: 500;
  padding-top: 157px;
}
@media screen and (max-width: 1024px) {
  .fv .main-text {
    padding-top: 100px;
  }
}
@media screen and (max-width: 748px) {
  .fv .main-text {
    padding-top: 37vh;
  }
}
.fv .main-text .text01 {
  font-weight: 800;
  font-size: 42px;
  line-height: 70px;
  color: #282727;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .fv .main-text .text01 {
    font-size: 28px;
    line-height: 44px;
  }
}
.fv .main-text .text02 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #e87f12;
}
@media (max-width: 1024px) {
  .fv .main-text .text02 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 32px;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-yellow {
  color: #f8ff25;
}

.text-red {
  color: #d90000;
  display: inline;
}

.text-green {
  color: #0d9d12;
  display: inline;
}

.border-yellow {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.header-btn-contact {
  background: rgba(232, 127, 18, 0.9);
  display: block;
  content: "";
  position: relative;
  height: 50px;
  background-position: center;
  background-size: contain;
  z-index: 10000;
  display: flex;
  align-items: center;
  padding-left: 14px;
  width: 160px;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.header-btn-contact::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  border-left: solid 1.5px #fff;
  height: 15.9px;
  background-position: center;
  background-image: url(../images/contact-arrow@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
.header-btn-contact:hover {
  background: #e9450a;
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .header-btn-contact.header-btn-contact-pc {
    display: none;
  }
}
.lang {
  width: 102px;
  color: #e87f12;
  margin-left: 19px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .lang {
    margin-right: 60px;
    float: right;
  }
}
.lang a {
  font-weight: 600;
  text-decoration: none;
  color: #e87f12;
  padding: 12px;
}
@media (max-width: 748px) {
  .lang a {
    padding: 10px;
  }
}

.header {
  background-color: #fff;
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 58px;
}
.header .container .logo {
  width: 20%;
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  white-space: nowrap;
}
.header .container .header-info {
  width: auto;
  height: 94px;
}
.header .container .header-button-box {
  width: 567px;
  width: auto;
  padding-left: 95px;
}
.header .container .header-button-box .tel-head {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  color: #222;
  gap: 10px;
}
.header .container .header-button-box .tel-head .contact-text {
  width: 216px;
  height: 22px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: #222222;
}
.header .container .header-button-box .tel-head .contact-point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  height: 24px;
  background: #5ec604;
  border-radius: 4px;
  font-family: "Hiragino Kaku Gothic StdN";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.header .logo {
  font-size: 24px;
}
.header .header-info {
  display: flex;
  align-items: center;
}
.header .header-info .phone {
  margin-right: 20px;
  font-family: "Hiragino Kaku Gothic StdN";
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  align-items: center;
  letter-spacing: 0.05em;
  color: #222222;
  position: relative;
  padding-left: 38px;
}
.header .header-info .phone::after {
  width: 38px;
  height: 33px;
  content: "";
  display: block;
  background-image: url(../images/header-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
}
.header .header-info .contact-button {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 236px;
  height: 53px;
  background: #5ec604;
  border-radius: 60px;
  position: relative;
}
.header .header-info .contact-button::after {
  width: 15px;
  height: 20px;
  content: "";
  display: block;
  background-image: url(../images/header-button-arrow.png);
  background-size: cover;
  position: absolute;
  right: 28px;
}

.main-visual {
  height: 740px;
  padding: 40px 0 0 0;
  background-image: url(../images/mv@2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-visual .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 100%;
  gap: 45px;
}
.main-visual .mv-left {
  width: 718px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.main-visual .mv-left h1 {
  font-family: "Hiragino Kaku Gothic StdN";
  font-style: normal;
  font-weight: 800;
  font-size: 110px;
  line-height: 76px;
  /* ボックスの高さと同一、または69% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #0d9d12;
  text-shadow: 0px 0px 12.4px #ffffff;
  -webkit-text-stroke: 11px #fff;
  text-stroke: 11px #fff;
  paint-order: stroke;
  margin-bottom: 50px;
  margin-top: 0;
}
.main-visual .mv-left .mv-bottom {
  font-family: "Hiragino Kaku Gothic StdN";
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 76px;
  display: inline-block;
  letter-spacing: 0.05em;
  color: #111111;
  border-bottom: 4px solid #ffffff;
  text-shadow: 0px 0px 12.4px #ffffff;
  margin-bottom: 40px;
  width: fit-content;
  -webkit-text-stroke: 9px #fff;
  text-stroke: 9px #fff;
  paint-order: stroke;
}
.main-visual .mv-left .mv-catch {
  background-color: #01be07;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 27px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0px 4px 1.4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
.main-visual .mv-left .mv-medal {
  width: 100%;
  max-width: 617px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.main-visual .mv-left .mv-medal .item {
  width: 195px;
  height: 195px;
}
.main-visual .mv-right {
  width: calc(100% - 718px);
}
.main-visual .mv-right .mv-r-text01 {
  font-family: "Hiragino Kaku Gothic StdN";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 48px;
  text-align: center;
  color: #f8ff25;
  text-shadow: 6px solid #168019;
  white-space: nowrap;
  margin-bottom: 20px;
}
.main-visual .mv-right .mv-point {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.main-visual .mv-right .mv-point .point-item {
  width: 179px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: "Hiragino Kaku Gothic StdN";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #168019;
}
.main-visual .mv-image {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 50%;
}

.section {
  padding: 60px 0;
}
.section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.section p {
  font-size: 16px;
  color: #333;
}

/*横並びボックス*/
.box {
  display: flex;
}
@media (max-width: 1024px) {
  .box {
    flex-direction: column;
  }
}

/*カードを横並びボックス*/
.box-card {
  display: flex;
}
@media (max-width: 1024px) {
  .box-card {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

/*縦並びカード*/
.card {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .card {
    width: 100%;
  }
}
.card .image {
  margin-bottom: 24px;
}
.card .ttl-w {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
  color: #fff;
  position: relative;
}
.card .ttl {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
  position: relative;
}
.card .ttl-link-arrow {
  text-decoration: none;
}
.card .ttl-link-arrow::after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 19px;
  background-position: center;
  background-image: url(../images/contact-arrow@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
.card .ttl-link-arrow:hover {
  background: #e87f12;
  transition: all 0.3s;
}

/*見出し*/
.head {
  margin-bottom: 32px;
}
.head .section-ttl {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  color: #e87f12;
  margin-bottom: 31px;
  text-align: left;
}
.head .ttl-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #e87f12;
  text-align: left;
  padding-left: 28px;
  position: relative;
}
.head .ttl-sub::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #e87f12;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.head-w {
  margin-bottom: 32px;
}
.head-w .section-ttl {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 31px;
  text-align: left;
}
@media (max-width: 768px) {
  .head-w .section-ttl {
    font-size: 60px;
    line-height: 60px;
  }
}
.head-w .ttl-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  text-align: left;
  padding-left: 28px;
  position: relative;
}
.head-w .ttl-sub::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.text-def {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .text-def {
    font-size: 16px;
  }
}

.bnr {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .bnr {
    padding: 40px 0;
  }
}

/*Business overview*/
.overview {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .overview {
    margin-bottom: 0;
  }
}
.overview .bg {
  background-color: #e87f12;
  background-size: cover;
  padding: 64px;
}
@media (max-width: 1024px) {
  .overview .bg {
    padding: 20px;
  }
}
.overview .bg .box-card {
  gap: 60px;
  justify-content: center;
}
.overview .bg .box-card .card {
  width: calc((100% - 40px) / 3);
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media (max-width: 1024px) {
  .overview .bg .box-card .card {
    width: 100%;
  }
}
.overview .bg .box-card .image {
  width: 100%;
  height: 200px;
}
.overview .bg .box-card .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.overview .bg .box-card h3.ttl-w.ttl-link-arrow {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 32px;
  text-decoration: none;
}
@media (max-width: 748px) {
  .overview .bg .box-card h3.ttl-w.ttl-link-arrow {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.overview .bg .box-card h3.ttl-w.ttl-link-arrow a {
  color: #fff;
  text-decoration: none !important;
}
.overview .bg .box-card h3.ttl-w.ttl-link-arrow::after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 19px;
  background-position: center;
  background-image: url(../images/contact-arrow@2x.png);
  background-size: cover;
  right: 2px;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overview .bg .box-card h3.ttl-w.ttl-link-arrow:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.overview .bg .box-card .text {
  width: calc(100% - 60px);
}
@media (max-width: 1024px) {
  .overview .bg .box-card .text {
    width: 100%;
  }
}

/*our-vision*/
.our-vision {
  margin-bottom: 64px;
}
.our-vision .bg {
  background-image: url(../images/top-vision-bg@2x.jpg);
  background-size: cover;
  padding: 64px;
}
@media (max-width: 1024px) {
  .our-vision .bg {
    padding: 20px;
  }
}
.our-vision .bg .box {
  gap: 60px;
  justify-content: center;
}
@media (max-width: 748px) {
  .our-vision .bg .box {
    gap: 12px;
  }
}
.our-vision .bg .box .image {
  width: 621.76px;
  height: 400px;
}
@media (max-width: 1024px) {
  .our-vision .bg .box .image {
    width: 100%;
    height: auto;
  }
}
.our-vision .bg .box .text {
  width: calc(100% - 60px);
}
@media (max-width: 1024px) {
  .our-vision .bg .box .text {
    width: 100%;
  }
}

/* 各ボタン共通 */
/* 画面下に固定されるエリア全体 */
.fixed-cta-wrap {
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  padding: 6px 4px;
  box-sizing: border-box;
  background-color: rgba(232, 127, 36, 0.36); /* 半透明の背景 */
  display: flex;
  flex-direction: column; /* 1段目＋2段目の縦並び */
  gap: 6px;
  z-index: 9999;
  opacity: 0; /* 最初は見えない */
  pointer-events: none; /* クリックできない */
  transition: opacity 0.5s ease; /* ふわっと出す用（お好み） */
}

@media (max-width: 1024px) {
  .fixed-cta-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
/* ★表示させる用のクラス★ */
.fixed-cta-wrap.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* 2段目（LINE＋メール）を横並びにするラッパー */
.cta-row {
  display: flex;
  gap: 4px;
}

/* 各ボタン共通 */
/* ボタン別の色 */
.cta-line {
  background: #e87f12;
}

.cta-mail {
  background: #e87f12;
}

.cta-fix-download {
  box-sizing: border-box;
  border-radius: 100px;
  background: #fff;
  display: block;
  content: "";
  position: relative;
  border-left: 1.5px solid #fff;
  border: #282727 1px solid;
  height: 64px !important;
  background-position: center;
  background-size: contain;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  width: 200px;
  background-repeat: no-repeat;
  border-radius: 50px;
  text-decoration: none;
  color: #282727;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.cta-fix-download::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  border-left: solid 1.5px #282727;
  height: 15.9px;
  background-position: center;
  background-image: url(../images/contact-arrow-bk@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
.cta-fix-download:hover {
  background: #e87f12;
  transition: all 0.3s;
}

.cta-fix-line {
  box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  background: #e87f12;
  display: block;
  content: "";
  position: relative;
  border-left: 1.5px solid #fff;
  border: #282727 1px solid;
  height: 64px !important;
  background-position: center;
  background-size: contain;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  width: 200px;
  background-repeat: no-repeat;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.cta-fix-line::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  border-left: solid 1.5px #fff;
  height: 15.9px;
  background-position: center;
  background-image: url(../images/contact-arrow@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
.cta-fix-line:hover {
  background: #e87f12;
  transition: all 0.3s;
}

.cta-line,
.cta-mail,
.cta-tel {
  justify-content: center;
}

.cta-btn .cta-img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  text-align: center;
}

.cta-img-tel {
  height: auto; /* ← まずリセット */
  max-height: 40px;
}

section.cta {
  background-color: #f6efe7;
  padding: 32px 0;
}
section.cta .box {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 60px;
  z-index: 400;
  position: relative;
}
@media (max-width: 1024px) {
  section.cta .box {
    gap: 20px;
    align-items: center;
  }
}
section.cta .box .cta-line {
  background: rgba(232, 127, 18, 0.9);
  display: block;
  content: "";
  position: relative;
  right: 9px;
  border-left: 1.5px solid #fff;
  height: 54px;
  background-position: center;
  background-size: contain;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  width: 340px;
  background-repeat: no-repeat;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.cta .box .cta-line {
    right: 0;
    width: 100%;
  }
}
section.cta .box .cta-line::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  border-left: solid 1.5px #fff;
  height: 15.9px;
  background-position: center;
  background-image: url(../images/contact-arrow@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
section.cta .box .cta-line:hover {
  background: #e9450a;
  transition: all 0.3s;
}
section.cta .box .cta-download {
  background: #fff;
  display: block;
  content: "";
  position: relative;
  right: 9px;
  border-left: 1.5px solid #fff;
  border: #282727 1px solid;
  height: 54px;
  background-position: center;
  background-size: contain;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  width: 340px;
  background-repeat: no-repeat;
  border-radius: 50px;
  text-decoration: none;
  color: #282727;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.cta .box .cta-download {
    right: 0;
    width: 100%;
  }
}
section.cta .box .cta-download::after {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  border-left: solid 1.5px #282727;
  height: 15.9px;
  background-position: center;
  background-image: url(../images/contact-arrow-bk@2x.png);
  background-size: contain;
  right: 2px;
  background-repeat: no-repeat;
}
section.cta .box .cta-download:hover {
  background: #e87f12;
  transition: all 0.3s;
}

.accordion-item {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px;
}
.accordion-item .accordion-button {
  width: 100%;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 8px;
}
.accordion-item .accordion-button .que {
  color: #0d9d12;
  padding-right: 10px;
}
.accordion-item .accordion-button:focus {
  outline: none;
}
.accordion-item .accordion-content {
  display: none;
  padding: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  border-top: #bae2a0 2px solid;
}
.accordion-item .accordion-content .ans {
  color: #db2752;
  padding-right: 10px;
  font-size: 32px;
}
.accordion-item.active .accordion-content {
  display: block;
}

section.company {
  padding: 80px 0;
}
section.company .container {
  text-align: center;
}
section.company .container h2 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  color: #0d9d12;
  margin-bottom: 120px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table tr {
  border-right: #0d9d12 solid 1px;
  font-size: 20px;
  font-weight: 500;
}
.company-table tr:last-child th {
  border-bottom: #0d9d12 solid 1px;
}
.company-table tr:last-child:last-child td {
  border-bottom: #0d9d12 solid 1px;
}
.company-table tr th {
  border-top: #0d9d12 solid 1px;
  border-left: #0d9d12 solid 1px;
  padding: 16px;
  text-align: center;
  background-color: #9de570;
  font-weight: 600;
}
.company-table tr th:last-child {
  border-right: #0d9d12 solid 1px;
}
.company-table tr th:first-child {
  background-color: #9de570;
}
.company-table tr th:nth-child(2) {
  font-weight: 600;
  background-color: #9de570;
  font-size: 24px;
}
.company-table tr td {
  border-top: #0d9d12 solid 1px;
  border-left: #0d9d12 solid 1px;
  padding: 16px;
}
.company-table tr td:last-child {
  border-right: #0d9d12 solid 1px;
}
.company-table tr td:nth-child(2) {
  font-weight: 600;
  background-color: #fff;
  font-size: 20px;
  text-align: left;
}

section.contact .bg {
  background-color: #f2fdf0;
  padding: 150px 0 80px;
  position: relative;
  margin-bottom: 135px;
}
section.contact .bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 89px 120px 0 120px;
  border-color: #5ec604 transparent transparent transparent;
}
section.contact .bg .container {
  text-align: center;
}
section.contact .bg .container h2 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  color: #0d9d12;
  margin-bottom: 120px;
}
section.contact .bg .container .text0l {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
section.contact .bg .container .form-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
}
section.contact .bg .container .form-box .form-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: start;
}
section.contact .bg .container .form-box .form-item label {
  width: 300px;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  position: relative;
}
section.contact .bg .container .form-box .form-item .required {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  position: absolute;
  width: 66px;
  height: 25px;
  background: #ff6505;
  border-radius: 4px;
  margin: 0 20px;
  display: inline-block;
  position: absolute;
  right: 0;
}
section.contact .bg .container .form-box .form-item input {
  padding: 4px;
  width: 80%;
}
section.contact .bg .container .form-box .form-item textarea {
  padding: 4px;
  width: 80%;
}
section.contact .bg .container .privacy-text {
  text-align: left;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.contact .bg .container .privacy-text a {
  color: #000000;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
section.contact .bg .container .form-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  gap: 10px;
  width: 400px;
  background: #ffffff;
  border: 5px solid #0d9d12;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0 auto;
  padding-left: 30px;
  position: relative;
}
section.contact .bg .container .form-button::before {
  position: absolute;
  background-image: url(../images/submit-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10%;
  width: 33px;
  height: 33px;
  content: "";
}

.footer-image {
  background-image: url(../images/footer-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-image {
    background-image: url(../images/footer-image-sp.jpg);
    height: 180px;
    background-position: top;
  }
}

footer {
  padding: 40px 0;
  background-color: #282727;
  text-align: center;
}
footer .footer-logo {
  padding: 40px 0 44px 0;
  text-align: left;
}
footer .footer-menu ul {
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: end;
  margin-bottom: 32px;
  width: 100%;
  color: #fff;
  padding-right: 0;
}
@media (max-width: 1024px) {
  footer .footer-menu ul {
    gap: 16px;
    justify-content: center;
  }
}
footer .footer-menu ul li {
  font-size: 18px;
  white-space: nowrap;
}
footer .footer-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  footer .footer-menu ul li a {
    font-size: 16px;
  }
}
footer .footer-menu ul li a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
footer .footer-menu2 ul {
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: end;
  margin-bottom: 54px;
  width: 100%;
  color: #fff;
  padding-right: 0;
}
@media (max-width: 1024px) {
  footer .footer-menu2 ul {
    justify-content: center;
  }
}
footer .footer-menu2 ul li {
  font-size: 16px;
}
footer .footer-menu2 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  footer .footer-menu2 ul li a {
    font-size: 16px;
  }
}
footer .footer-menu2 ul li a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
footer .copyright {
  padding: 0 0 44px 0;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  footer .copyright {
    padding: 0 0 88px 0;
    text-align: center;
  }
}

#toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(0, 158, 5, 0.6117647059);
  padding: 30px;
  color: #fff;
  z-index: 1000;
}
#toTop::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .header .container .header-button-box {
    padding-left: 16px;
    width: auto;
  }
  .header .header-info .phone {
    font-size: 36px;
  }
  .header .container {
    gap: 16px;
  }
  .header .header-info .contact-button::after {
    right: 8px;
  }
  .container {
    width: 100%;
    padding: 0 2%;
  }
  .main-visual {
    height: auto;
  }
  .main-visual .container {
    width: 100%;
  }
  .main-visual .mv-left {
    width: 50%;
  }
  img.mv-mens {
    width: 100%;
    height: auto;
  }
  .main-visual .mv-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-visual .mv-left .mv-catch {
    padding: 10px;
    width: auto;
    height: auto;
    font-size: 50px;
    margin-bottom: 0;
    margin-bottom: 30px;
  }
  .main-visual .mv-left .mv-bottom {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .main-visual .mv-left h1 {
    font-size: 90px;
    margin-bottom: 30px;
  }
  .main-visual .mv-right {
    width: 30%;
  }
  .main-visual .mv-right .mv-r-text01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-visual .mv-right .mv-point .point-item {
    width: 30%;
    font-size: 26px;
  }
  .main-visual .mv-left .mv-medal .item {
    width: 33.333%;
    height: auto;
  }
  .main-visual .mv-left .mv-medal .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.service .bg .container .point-box .item {
    width: auto;
    height: auto;
  }
  section.service .bg .container .cost02 .box {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
  section.problem .bg .container .card-box {
    gap: 20px;
    justify-content: center;
  }
  section.problem .bg .container .card-box .card .card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.problem .box-bottom {
    gap: 0;
  }
  section.problem .box-bottom .img img {
    top: -60px;
  }
  section.cta .box-body .tel-box .tel a {
    font-size: 73px;
  }
  section.cta .box-body .button-box a.button-web .small {
    font-size: 26px;
  }
  section.cta .box-body .button-box a.button-tel .small {
    font-size: 26px;
  }
  section.problem .box-bottom .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.before-after .container .box {
    justify-content: center;
  }
  section.before-after .container .box .item {
    width: 44%;
  }
  section.before-after .container .box .item .img .before img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.before-after .container .box .item .img .after img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.before-after .container .box .item h3 {
    height: 40px;
    font-size: 24px;
  }
  section.staff .bg .container .box .card {
    position: relative;
    width: 33.333%;
  }
  section.staff .bg .container .box .card .image img {
    width: 100%;
  }
  section.flow .container .box {
    gap: 68px;
  }
  section.flow .container .box .card::before {
    right: -20%;
    border-width: 30px 0 30px 40px;
    border-color: transparent transparent transparent #9de570;
  }
  section.service2 .bg .box {
    justify-content: center;
  }
  section.service2 .bg .box .card {
    width: 42%;
  }
  .syucchou .bg {
    background-size: 100%;
  }
  .syucchou .bg .text {
    padding-left: 320px;
  }
}
@media (max-width: 1070px) {
  .header .container .header-button-box .tel-head {
    flex-wrap: wrap;
  }
  .header .container .header-button-box .tel-head .contact-text {
    width: 100%;
    white-space: nowrap;
  }
  .header .container .header-button-box .tel-head .contact-point {
    width: auto;
    white-space: nowrap;
  }
  .header .header-info .phone {
    font-size: 30px;
  }
  .header .header-info .phone::after {
    width: 26px;
    height: 24px;
    top: 10px;
  }
  .header .container .header-info {
    height: auto;
  }
  .header .container .logo {
    width: 30%;
  }
  .main-visual .mv-left h1 {
    font-size: 74px;
  }
  .main-visual .mv-left .mv-catch {
    font-size: 32px;
  }
  .main-visual .mv-left .mv-bottom {
    font-size: 36px;
  }
  section.saiyasune h2.pop {
    font-size: 44px;
    line-height: 60px;
  }
  section.saiyasune .box .area-box {
    width: 96%;
    padding: 30px 16px 12px 12px;
  }
  section.saiyasune .box .area-box .tiiki-saiyasune-image {
    left: -20px;
    width: 200px;
    bottom: 10%;
  }
  section.saiyasune .box .area-box .tiiki-saiyasune-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.cta .box-body .tel-box .tel a {
    font-size: 60px;
  }
  section.cta .box-body .tel-box {
    padding-left: 220px;
  }
  section.cta .box-body .tel-box .text03 {
    font-size: 32px;
  }
  section.cta .box-body {
    padding: 8px 8px 44px;
  }
  section.cta .box-body .button-box a.button-tel span,
  section.cta .box-body .button-box a.button-web span {
    font-size: 32px;
  }
  section.cta .box-body .button-box a.button-tel .small,
  section.cta .box-body .button-box a.button-web .small {
    font-size: 22px;
  }
  section.cta .box-head .content .box {
    gap: 16px;
  }
  section.problem .bg h2.nayami-ttl {
    font-size: 40px;
  }
  section.problem .box-bottom {
    padding: 30px;
    height: auto;
  }
  section.problem .box-bottom .img {
    width: 400px;
    height: 260px;
    position: relative;
  }
  section.problem .box-bottom .img img {
    top: -80px;
  }
  .syucchou .bg .text h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .syucchou .bg .text .text01 {
    font-size: 20px;
  }
  section.reason h2 {
    padding: 20px 0 15px;
  }
  section.reason h2 .reason-ttl .head {
    line-height: 32px;
  }
  section.reason h2 .reason-ttl .bottom .big {
    font-size: 90px;
  }
  section.reason h2 .reason-ttl .bottom {
    font-size: 70px;
  }
  section.select .bg .container .flex-container .item.full-width .flex-content {
    flex-wrap: wrap;
  }
  section.select .bg .container .flex-container .item.full-width .flex-content .image {
    margin: 0 auto;
  }
  section.select .bg .container .flex-container .item .image {
    width: 100%;
  }
  section.select .bg .container .flex-container .item .image img {
    width: 100%;
  }
  section.select .bg .container .flex-container .item .text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  .main-visual {
    font-size: 24px;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .footer-menu ul {
    flex-direction: column;
  }
  .footer-info {
    text-align: center;
  }
  .header .container .logo {
    width: auto;
  }
  .header .header-info .phone {
    font-size: 26px;
  }
  .header .container {
    flex-direction: column;
  }
  .header .header-info .contact-button {
    font-size: 20px;
  }
  .header .header-info {
    flex-direction: row-reverse;
  }
  .main-visual .mv-left .mv-catch {
    font-size: 28px;
  }
  .main-visual .container {
    flex-direction: column;
  }
  .main-visual .mv-left {
    width: 100%;
    margin-bottom: 100px;
  }
  .main-visual .mv-right {
    width: 100%;
    z-index: 1;
  }
  .main-visual .container {
    width: 100%;
    padding: 0 2%;
  }
  .main-visual .mv-left .mv-catch {
    padding: 10px;
    width: 70%;
    font-size: 36px;
    margin: 0 auto;
  }
  .main-visual .mv-left h1 {
    margin: 0 auto;
    margin-top: 20px;
  }
  .main-visual .mv-left .mv-bottom {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main-visual .mv-left .mv-medal {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
  }
  .main-visual .mv-right .mv-r-text01 img {
    width: 70%;
  }
  .main-visual .mv-right .mv-point {
    gap: 16px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main-visual .mv-image {
    width: 80%;
  }
  section.saiyasune h2.pop {
    font-size: 34px;
    line-height: 46px;
  }
  section.saiyasune h2.pop::before {
    width: 40px;
    height: 78px;
    left: -60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.saiyasune h2.pop::after {
    width: 40px;
    height: 78px;
    right: -60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.saiyasune .box .area-box .area-text01 {
    font-size: 24px;
    line-height: 36px;
  }
  section.saiyasune .box .area-box .area-text02 {
    font-size: 46px;
  }
  section.saiyasune .box .area-box .tiiki-saiyasune-image {
    width: 150px;
    bottom: 0;
    top: 10%;
  }
  section.saiyasune h2.saiyasune .small {
    font-size: 38px;
  }
  section.saiyasune h2.saiyasune {
    font-size: 46px;
  }
  section.saiyasune .saiyasune-medal-box {
    gap: 6px;
    flex-wrap: wrap;
  }
  section.saiyasune .saiyasune-medal-box .item {
    width: 30%;
  }
  section.saiyasune .saiyasune-medal-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.cta .box-head h2.saiyasune span {
    font-size: 28px;
  }
  section.cta .box-head h2.saiyasune span.text-yellow {
    font-size: 34px;
  }
  section.cta .box-head h2.saiyasune {
    padding: 2px 35px;
  }
  section.cta .box-head .content {
    flex-direction: column;
  }
  .h24 img {
    width: 80%;
    margin: 0 auto;
  }
  section.cta .box-body .tel-box .text01 {
    font-size: 26px;
  }
  section.cta .box-body .tel-box .text02 .bg-yellow {
    font-size: 24px;
    white-space: nowrap;
  }
  section.cta .box-body .tel-box {
    padding-left: 200px;
  }
  section.cta .box-body .tel-box .tel a {
    font-size: 42px;
    white-space: nowrap;
  }
  section.cta .box-body .tel-box .tel {
    padding-left: 40px;
  }
  section.cta .box-body .tel-box .tel::before {
    width: 32px;
    height: 32px;
  }
  section.cta .cta-women {
    width: 300px;
    height: auto;
  }
  section.cta .cta-women img {
    width: 100%;
    height: auto;
  }
  section.cta .box-body .kantan {
    top: -76px;
    left: -10px;
    width: 100px;
  }
  section.cta .box-body {
    padding: 20px 8px 44px;
  }
  section.cta .box-body .tel-box .text03 {
    font-size: 22px;
  }
  section.cta .box-body .button-box a.button-tel,
  section.cta .box-body .button-box a.button-web {
    height: auto;
    line-height: 36px;
    padding: 12px 12px;
    flex-wrap: wrap;
  }
  section.cta .box-body .button-box a.button-tel::after,
  section.cta .box-body .button-box a.button-web::after {
    width: 18px;
    height: 18px;
    right: 8px;
  }
  section.service .bg-ttl h2 {
    font-size: 40px;
  }
  section.service .bg .container .point-box {
    gap: 10px;
    margin-bottom: 20px;
    padding: 16px 10px;
    justify-content: space-evenly;
  }
  section.service .bg .container .point-box .item h3 {
    font-size: 28px;
  }
  section.service .bg .container .point-box .item {
    padding: 10px;
    width: 30%;
  }
  section.service .bg .container .point-box .item .image {
    margin-bottom: 10px;
  }
  section.service .bg .container .cost01 {
    padding-top: 150px;
  }
  section.service .bg .container .cost01 .cost-text {
    font-size: 34px;
  }
  section.service .bg .container .cost03 .text01 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 300px;
    padding-left: 0;
  }
  section.service .bg .container .cost03 .cost-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 273px;
    margin: auto;
    text-align: center;
  }
  section.service .bg .container .cost03 .cost-image img {
    width: 180px;
    height: 273px;
    object-fit: cover;
  }
  section.manzoku h2 .big {
    font-size: 80px;
  }
  section.manzoku h2 {
    font-size: 40px;
  }
  section.manzoku h2::before,
  section.manzoku h2::after {
    display: block;
    width: 8%;
  }
  section.manzoku .sankan-medal-box {
    gap: 8px;
  }
  section.manzoku .sankan-medal-box .item {
    width: 30%;
  }
  section.manzoku .sankan-medal-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.problem .bg .container .card-box .card {
    width: 84%;
  }
  section.problem .bg .container .card-box .card h3 {
    font-size: 26px;
  }
  section.problem .bg .container .card-box .card h3 {
    margin-bottom: 10px;
  }
  section.problem .box-bottom {
    width: 100%;
    height: auto;
    background-size: cover;
    flex-direction: column;
  }
  section.problem .box-bottom .text .omakase-ttl {
    width: 100%;
    height: auto;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  section.problem .bg {
    margin-bottom: 180px;
  }
  section.problem .box-bottom .img {
    width: 300px;
    height: 220px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.before-after .container .box .item h3 {
    width: 100%;
    height: 50px;
    font-size: 26px;
  }
  section.before-after .container .box .item {
    width: 100%;
  }
  section.service2 .bg h2 {
    font-size: 40px;
  }
  section.service2 .bg .box {
    gap: 20px;
  }
  section.service2 .bg .box .card h3 {
    font-size: 24px;
    margin: 10px 0;
  }
  .syucchou .bg .image {
    width: 180px;
    height: 176px;
    bottom: 10px;
  }
  .syucchou .bg .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .syucchou .bg .text {
    padding-left: 190px;
    padding-right: 20px;
  }
  .syucchou .bg .text h2 {
    font-size: 27px;
    line-height: 36px;
    padding-top: 10px;
  }
  .syucchou .bg .text .text01 {
    line-height: 24px;
  }
  .syucchou .bg .text {
    padding-top: 10px;
  }
  .syucchou .bg {
    background-size: 100% 170px;
    height: 176px;
  }
  section.reason h2 .reason-ttl .bottom .middle {
    font-size: 50px;
  }
  section.reason h2 .reason-ttl .bottom {
    font-size: 50px;
  }
  .section.reason h2 .reason-ttl .head {
    line-height: 62px;
  }
  section.reason h2 .reason-ttl .head {
    font-size: 28px;
  }
  section.reason h2 .reason-ttl .head {
    line-height: 50px;
  }
  section.reason h2 .reason-ttl::before {
    position: absolute;
    left: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 122px;
    width: 3px;
  }
  section.reason h2 .reason-ttl::after {
    position: absolute;
    right: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 122px;
    width: 3px;
  }
  section.reason .content h3.ttl {
    font-size: 34px;
  }
  section.conpe h2 {
    font-size: 40px;
  }
  section.staff .bg .container .sub {
    width: 100%;
    font-size: 36px;
    background-size: 100% 100%;
    margin-bottom: 20px;
  }
  section.staff .bg .container .box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  section.staff .bg .container .box .card {
    width: 100%;
  }
  section.staff .bg .container h2.staff .left .head {
    font-size: 40px;
    line-height: 1rem;
  }
  section.staff .bg .container h2.staff .number .big {
    font-size: 120px;
  }
  section.staff .bg .container h2.staff .left .body {
    font-size: 50px;
  }
  section.staff .bg .container h2.staff .number {
    font-size: 80px;
  }
  section.staff .bg .container .box .card .image {
    margin-bottom: 10px;
  }
  section.staff .bg .container h2.staff {
    margin-bottom: 20px;
  }
  section.staff .bg .container .box {
    row-gap: 40px;
  }
  section.flow .container h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.flow .container .ttl {
    font-size: 50px;
  }
  section.flow .container .box {
    flex-direction: column;
    justify-content: center;
  }
  section.flow .container .box .card {
    padding: 32px 24px;
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
  section.flow .container .box .card::before {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -70px;
    top: auto;
    transform: rotate(90deg);
  }
  section.flow .container .bottom-text .text01 {
    font-size: 34px;
  }
  section.flow .container .bottom-text .text01 .big {
    font-size: 50px;
  }
  section.flow .container .bottom-text .text02 {
    font-size: 26px;
  }
  section.qa .bg .container h2 {
    font-size: 40px;
  }
  .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 26px;
  }
  section.select .bg .container h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  section.select .bg .container .flex-container .item {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  section.select .bg .container .flex-container .item .image {
    width: 100%;
  }
  section.select .bg .container .flex-container .item .text {
    width: 100%;
  }
  section.select .bg .container .flex-container .item .image img {
    width: 100%;
  }
  section.select .bg .container .flex-container .item .image img {
    width: 100%;
  }
  .footer .footer-menu ul li {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 16px 0;
  }
  .header .container {
    gap: 12px;
  }
  .header .container .header-info {
    flex-direction: column-reverse;
  }
  .header .container .header-button-box {
    padding-left: 0;
    text-align: center;
  }
  .header .container .header-button-box .tel-head {
    justify-content: center;
    margin-bottom: 6px;
  }
  .header .header-info .phone::after {
    left: 0;
    padding-left: 26px;
  }
  .header .header-info .contact-button {
    font-size: 20px;
    height: 43px;
  }
  .main-visual .mv-left .mv-catch {
    width: 96%;
    font-size: 28px;
    line-height: inherit;
  }
  .main-visual .mv-left h1 {
    font-size: 50px;
    margin-top: 10px;
  }
  .header .header-info .phone {
    margin-right: 0;
    padding-left: 24px;
    text-align: center;
  }
  .main-visual .mv-left .mv-bottom {
    font-size: 26px;
  }
  .main-visual .mv-left .mv-bottom {
    font-size: 26px;
    line-height: 42px;
  }
  .main-visual .mv-left .mv-medal {
    width: 96%;
    max-width: 96%;
  }
  .main-visual .mv-image {
    width: 100%;
  }
  .main-visual .mv-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .main-visual .mv-right .mv-r-text01 {
    margin-bottom: 5px;
  }
  .section {
    padding: 30px 0;
  }
  section.saiyasune h2.pop {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    width: 100%;
  }
  section.saiyasune h2.pop::after {
    right: 2px;
  }
  section.saiyasune h2.pop::before {
    left: 2px;
  }
  section.saiyasune .box .area-box .tiiki-saiyasune-image {
    top: -17%;
  }
  section.saiyasune .box .area-box {
    padding: 70px 8px 8px 8px;
  }
  section.saiyasune .box {
    margin-top: 60px;
    height: 220px;
  }
  section.saiyasune .box .area-box .area-text01 {
    font-size: 17px;
    line-height: 24px;
  }
  section.saiyasune .box .area-box .area-text02 {
    font-size: 32px;
    line-height: 60px;
  }
  section.saiyasune h2.saiyasune .small {
    font-size: 24px;
  }
  section.saiyasune h2.saiyasune {
    padding: 8px 8px;
    font-size: 32px;
    margin-bottom: 10px;
  }
  section.cta .box-head .content .box {
    gap: 6px;
  }
  section.cta .box-head .content .box .item {
    width: 33%;
    height: auto;
  }
  section.cta .box-head .content .box .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.cta .box-head .content .box {
    width: 100%;
  }
  section.cta .box-head .content {
    gap: 20px;
  }
  section.cta .box-body .tel-box {
    padding-left: 0;
  }
  section.cta .box-body .tel-box .text01 {
    font-size: 22px;
    text-align: center;
  }
  section.cta .box-body .tel-box .tel a {
    font-size: 37px;
  }
  section.cta .box-body .tel-box .text03 {
    font-size: 18px;
  }
  section.cta .box-body {
    padding: 20px 8px 300px;
  }
  section.cta .box-body .button-box {
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
  }
  section.cta .box-body .button-box a.button-tel,
  section.cta .box-body .button-box a.button-web {
    width: 90%;
    line-height: 30px;
    display: block;
  }
  section.cta .box-body .button-box a.button-tel span,
  section.cta .box-body .button-box a.button-web span {
    font-size: 28px;
  }
  section.cta .box-body .button-box a.button-tel .small,
  section.cta .box-body .button-box a.button-web .small {
    font-size: 18px;
  }
  .h24 {
    width: 70%;
  }
  .h24 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  section.cta .box-head {
    padding: 62px 0 50px;
  }
  section.service .bg-ttl h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.service .bg-ttl {
    height: 160px;
  }
  section.cta .cta-women {
    width: 96%;
    height: auto;
    padding-left: 10%;
    bottom: 50px;
  }
  section.service .bg .container .point-box {
    gap: 6px;
    margin-bottom: 20px;
    padding: 0;
    width: 98%;
  }
  section.service .bg .container .point-box .item .image {
    width: 80%;
    margin: 0 auto;
  }
  section.service .bg .container .point-box .item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  section.service .bg .container .point-box .item {
    padding: 4px;
    width: 33%;
  }
  section.service .bg .container .point-box .item h3 {
    font-size: 18px;
  }
  section.service .bg .container .cost01 {
    padding-top: 40px;
  }
  section.service .bg .container .cost01 .cost-text {
    font-size: 22px;
  }
  section.service .bg .container .cost01 .cost-text::after {
    bottom: -60px;
    border-width: 44px 66px 0 66px;
  }
  section.service .bg .container .cost02 {
    padding-top: 90px;
  }
  section.service .bg .container .cost02 .box .free01 {
    width: 100%;
  }
  section.service .bg .container .cost02 .box .free01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.service .bg .container .cost02 .box .free02 {
    font-size: 30px;
    line-height: 40px;
    display: inline;
  }
  section.service .bg .container .cost03 .text01 {
    font-size: 20px;
    line-height: 34px;
  }
  section.manzoku .bg {
    padding: 70px 0 10px;
  }
  section.manzoku h2 .big {
    font-size: 60px;
  }
  section.manzoku h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  section.manzoku h2::before,
  section.manzoku h2::before,
  section.manzoku h2::before,
  section.manzoku h2::after {
    display: none;
  }
  section.problem .bg h2.nayami-ttl {
    font-size: 30px;
    line-height: 40px;
    padding: 40px 0;
    letter-spacing: 0;
  }
  section.problem .bg h2.nayami-ttl::after {
    border-width: 50px 80px 0 80px;
  }
  section.problem .bg .container {
    padding: 80px 0 20px;
  }
  section.problem .bg .container .card-box .card h3 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 44px;
  }
  section.problem .bg .container .card-box .card h3::before {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
  }
  section.problem .bg::after {
    bottom: -50px;
    border-width: 50px 60px 0 60px;
  }
  section.problem .bg {
    margin-bottom: 140px;
  }
  section.problem .box-bottom .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.problem .box-bottom .img {
    width: 100%;
  }
  section.problem .box-bottom .text .omakase-ttl {
    font-size: 30px;
    line-height: 40px;
  }
  section.problem .box-bottom {
    padding: 30px 18px;
  }
  section.problem .box-bottom .text .text01 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 34px;
  }
  section.before-after .container .box {
    gap: 24px;
  }
  section.problem {
    margin-bottom: 60px;
  }
  section.service2 .bg h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  section.service2 .bg {
    padding: 40px 0 60px;
  }
  section.service2 .bg .box .card h3 {
    font-size: 20px;
    line-height: 26px;
  }
  section.service2 .bg .box .card p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
  }
  .syucchou .bg .image {
    width: 140px;
    height: 176px;
  }
  .syucchou .bg .text h2 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 4px;
  }
  .syucchou .bg .text {
    padding-left: 140px;
    padding-right: 16px;
  }
  .syucchou .bg .text .text01 {
    font-size: 17px;
  }
  .syucchou .bg {
    background-size: 100% 220px;
    height: 220px;
  }
  section.reason h2 .reason-ttl {
    padding: 0 0;
  }
  section.reason h2 .reason-ttl .bottom .middle {
    font-size: 30px;
  }
  section.reason h2 .reason-ttl .bottom {
    font-size: 36px;
  }
  section.reason h2 .reason-ttl .head {
    font-size: 24px;
  }
  section.reason h2 .reason-ttl::after {
    top: 60px;
    right: 0;
  }
  section.reason h2 .reason-ttl::before {
    top: 60px;
    left: 0;
  }
  section.reason .content h3.ttl {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }
  section.reason .content .service-text {
    font-size: 18px;
    line-height: 30px;
  }
  section.reason .content {
    margin-bottom: 40px;
  }
  section.reason .content .box {
    gap: 8px;
  }
  section.reason .content .box {
    gap: 8px;
  }
  section.conpe h2 {
    font-size: 30px;
    margin-bottom: 90px;
  }
  .accordion-item .accordion-button {
    font-size: 18px;
  }
  .accordion-item {
    padding: 12px;
  }
  section.select .bg .container h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section.select .bg .container .flex-container .item .text {
    font-size: 18px;
    padding: 0 0px;
  }
  section.select .bg .container .flex-container .item.full-width h3 {
    font-size: 30px;
  }
  section.company .container h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .company-table tr {
    font-size: 16px;
  }
  .company-table tr td {
    padding: 6px;
  }
  .company-table tr td:nth-child(2) {
    font-size: 16px;
  }
  section.contact .bg::before {
    border-width: 60px 80px 0 80px;
  }
  section.contact .bg .container h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  section.contact .bg {
    padding: 80px 0 80px;
    margin-bottom: 60px;
  }
  section.contact .bg .container .form-box .form-item {
    flex-direction: column;
  }
  section.contact .bg .container .form-box .form-item label {
    width: 100%;
    margin-bottom: 8px;
  }
  section.contact .bg .container .form-button {
    font-size: 20px;
    padding-left: 10px;
    width: 80%;
  }
  .footer .footer-info .name {
    font-size: 26px;
  }
  .footer .footer-info {
    padding: 10px 10px;
  }
  section.select .bg .container .flex-container .item.full-width .text {
    font-size: 18px;
  }
  section.contact .bg .container .form-box .form-item input,
  section.contact .bg .container .form-box .form-item textarea {
    width: 90%;
    margin: 0 auto;
  }
  section.contact .bg .container .form-button::before {
    left: 2%;
  }
}
/*ハンバーガーメニュー*/
/* fade-styles.css */
.hamburger-fade {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-fade__wrapper {
  position: relative;
  width: 30px;
  height: 20px;
  margin: 20px auto;
}

.hamburger-fade__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e87f12;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-fade__line:nth-child(1) {
  top: 0;
}

.hamburger-fade__line:nth-child(2) {
  top: 9px;
}

.hamburger-fade__line:nth-child(3) {
  top: 18px;
}

.hamburger-fade__line:nth-child(4) {
  top: 27px;
}

.hamburger-fade__line:nth-child(5) {
  top: 36px;
}

.hamburger-fade__line:nth-child(6) {
  top: 45px;
}

.hamburger-fade__line:nth-child(7) {
  top: 54px;
}

.hamburger-fade.active .hamburger-fade__line {
  background-color: #fff;
}

.hamburger-fade.active .hamburger-fade__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger-fade.active .hamburger-fade__line:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.hamburger-fade.active .hamburger-fade__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.nav-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 900;
}

.nav-fade__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.95);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-fade.active {
  visibility: visible;
}

.nav-fade.active .nav-fade__bg {
  opacity: 1;
}

.nav-fade__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5vh 10vw;
}

.nav-fade__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-fade__item {
  position: relative;
  margin-bottom: 2vh;
  padding-left: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1024px) {
  .nav-fade__item {
    margin-bottom: 3.8vh;
  }
}

footer .footer-menu .nav-fade__item,
footer .footer-menu2 .nav-fade__item {
  opacity: 1;
}

@media (max-width: 768px) {
  footer .footer-menu .nav-fade__item,
  footer .footer-menu2 .nav-fade__item {
    padding-left: 0;
    margin-bottom: 1.2vh;
  }
  footer .footer-logo {
    padding: 20px 0 20px 0;
  }
  footer .footer-menu ul {
    gap: 0;
  }
}
/*1200px以上で表示されるnav*/
@media (min-width: 1200px) {
  .nav-fade__item {
    opacity: 1;
    margin-bottom: 5vh;
    padding-left: 0;
  }
}
.nav-fade.active .nav-fade__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-fade.active .nav-fade__item:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-fade.active .nav-fade__item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-fade.active .nav-fade__item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-fade.active .nav-fade__item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-fade.active .nav-fade__item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-fade.active .nav-fade__item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-fade.active .nav-fade__item:nth-child(7) {
  transition-delay: 0.8s;
}

.nav-fade__number {
  position: absolute;
  left: 0;
  color: #666;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.nav-fade__link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}

.nav-fade__link:hover {
  color: #f6efe7;
}

.nav-fade__info {
  margin-top: auto;
  padding-left: 60px;
  color: #666;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.nav-fade.active .nav-fade__info {
  opacity: 1;
  transform: translateY(0);
}

.nav-fade__address,
.nav-fade__tel {
  margin: 5px 0;
}

@media (max-width: 768px) {
  .nav-fade__link {
    font-size: 20px;
  }
  .nav-fade__item {
    padding-left: 40px;
    margin-bottom: 3.5vh;
  }
  .nav-fade__info {
    padding-left: 40px;
  }
}
/* =========================
   Archive (投稿一覧)
========================= */
.archive header.header {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.archive .entry-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.archive .archive-meta {
  color: #666;
  font-size: 14px;
}

/* 投稿リスト */
.archive article {
  max-width: 900px;
  margin: 0 auto 32px;
  padding: 24px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.archive article:last-child {
  border-bottom: none;
}

/* タイトル */
.archive article .entry-title,
.archive article h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.archive article a {
  color: #222;
  text-decoration: none;
}

.archive article a:hover {
  text-decoration: underline;
}

/* 日付 */
.archive .entry-meta,
.archive time {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

/* 抜粋 */
.archive .entry-content,
.archive .excerpt {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* ページネーション */
.nav-links {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}

.nav-links a {
  margin: 0 8px;
  text-decoration: none;
}

/* =========================
   Single News
========================= */
.newssingle_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

/* タイトルエリア */
#post_title_area {
  margin-bottom: 32px;
}

#post_title_area .title {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* 日付 */
.news_meta .date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

/* アイキャッチ */
#post_title_area .image {
  width: 100%;
  height: 360px;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}

/* 本文 */
#news_contents {
  margin-top: 40px;
}

.post_content {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
}

.post_content p {
  margin-bottom: 1.6em;
}

.post_content h2 {
  font-size: 24px;
  margin: 2.2em 0 0.8em;
}

.post_content h3 {
  font-size: 20px;
  margin: 2em 0 0.8em;
}

.post_content ul,
.post_content ol {
  margin: 1.5em 0 1.5em 1.5em;
}

/* SNS・コピー系 */
.single_share,
.single_copy_title_url {
  margin: 40px 0;
}

/* 前後記事ナビ */
#next_prev_post {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

/* 最近の投稿 */
#recent_news {
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 0 20px;
}

#recent_news .headline {
  font-size: 22px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .archive .entry-title {
    font-size: 22px;
  }
  .archive article {
    padding: 20px 16px;
  }
  #post_title_area .title {
    font-size: 24px;
  }
  #post_title_area .image {
    height: 220px;
  }
  .post_content {
    font-size: 15px;
  }
}/*# sourceMappingURL=front-page.css.map */