@charset "UTF-8";
/*
Theme Name: 株式会社Approachテーマ
Theme URI: https://approach-3123.com
Description: 株式会社Approach
Version: 1.0.0
Author: 株式会社Approach
*/

main {
  background-color: #FFF5E0;
}

.t_color01 {
  color: #41C9C2;
}

.t_color02 {
  color: #FF8C9B;
}

.t_font01 {
  font-family: "Noto Sans JP", sans-serif;
}

.t_font02 {
  font-family: "fot-chiaro-std", "Kaisei Decol", serif;
  font-weight: 700;
}

.w-content {
  padding-left: 20px;
  padding-right: 20px;
}

.w-1440 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}

@media screen and (min-width:768px) {
  .spver {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pcver {
    display: none;
  }
}

@media screen and (min-width:768px) {
  a:hover {
    opacity: .7;
  }
}

/* Loading */
.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 999;
  top: 0;
}

.loading_inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.loading_box {
  transition: 0.4s;
  text-align: center;
}

body.is-show .loading_box {
  transform: translateY(0.625em);
}

.loading_logo {
  width: 50%;
  margin: 0 auto 3rem;
  max-width: 242px;
}

.loading_bar {
  display: block;
  width: 0%;
  height: 8px;
  background: #FF8C9B;
  margin: 1.5rem 0 3.5rem;
}

.loading_txt {
  font-size: 32px;
  line-height: 1.5;
}

@media only screen and (max-width:768px) {
  .loading_inner {
    width: 88vw;
  }

  .loading_bar {
    margin: 1.75em 0 2em;
  }
}

/* Scroll Animetion */
.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

body.is-show .js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade.js-feather-top,
.js-fade.js-feather-bottom {
  transform-origin: center center;
  transform-box: fill-box;
}

.js-fade.js-feather-top {
  opacity: 0;
  transform: translate(20px, -60px) rotate(-10deg);
}

.js-fade.js-feather-bottom {
  opacity: 0;
  transform: translate(-20px, -60px) rotate(10deg);
}

body.is-show .js-fade.js-feather-top.is-visible {
  animation: flutter-top 2.5s ease-out forwards;
}

body.is-show .js-fade.js-feather-bottom.is-visible {
  animation: flutter-bottom 3s ease-out 0.5s forwards;
}

@keyframes flutter-top {
  0% {
    opacity: 0;
    transform: translate(20px, -60px) rotate(-10deg);
  }

  30% {
    opacity: 1;
    transform: translate(-15px, -30px) rotate(10deg);
  }

  65% {
    transform: translate(10px, -5px) rotate(-10deg);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes flutter-bottom {
  0% {
    opacity: 0;
    transform: translate(-20px, -60px) rotate(10deg);
  }

  30% {
    opacity: 1;
    transform: translate(15px, -30px) rotate(-15deg);
  }

  65% {
    transform: translate(-10px, -5px) rotate(10deg);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

body.is-show .js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

/* header */
.header_box {
  transition: all .4s ease-out;
}

.nav_unshown {
  display: none;
}

@media screen and (min-width: 1220px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  header .header_box div.logo a:hover {
    opacity: 0.7;
  }

  header .header_box .header_nav,
  header .header_box .header_nav nav {
    height: 100%;
  }

  .header_nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  /* ナビゲーション配置 */
  .header_nav nav .nav_left a {
    display: block;
    width: 200px;
    height: 200px;
    padding: 15px 35px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }

  #nav_drawer,
  header .sp_header_logo,
  header .sp_header_tel {
    display: none;
  }

  header .header_box {
    width: 100%;
  }

  .header_nav nav .nav_right {
    width: auto;
    border-radius: 50px;
    background-color: #fff;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 10px 10px 10px 50px;
    margin-right: 20px;
  }

  .header_nav nav .nav_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .header_nav nav .nav_right ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header_nav nav .nav_right ul li a {
    font-weight: 700;
  }

  .header_nav nav .nav_right ul li a:hover {
    opacity: 1;
  }

  .header_nav nav .nav_right ul.link_texts li a:hover {
    color: #41C9C2;
    opacity: 1;
  }

  .header_nav nav .nav_right ul.link_btns {
    gap: 10px;
  }

  .header_box>div nav li.recruit,
  .header_box>div nav li.mail {
    width: 200px;
  }

  .header_box>div nav li.recruit a,
  .header_box>div nav li.mail a {
    width: 100%;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background-color: #343434;
    border: 2px solid #343434;
    border-radius: 40px;
  }

  .header_box>div nav li.recruit a {
    background-color: #41C9C2;
    border-color: #41C9C2;
  }

  .header_box>div nav li.mail a {
    background-color: #FF8C9B;
    border-color: #FF8C9B;
  }

  .header_box>div nav li.recruit a:hover,
  .header_box>div nav li.mail a:hover {
    background-color: #fff;
  }

  .header_box>div nav li.recruit a:hover {
    color: #41C9C2;
  }

  .header_box>div nav li.mail a:hover {
    color: #FF8C9B;
  }

  .header_box>div nav li.recruit svg,
  .header_box>div nav li.mail svg {
    height: auto;
    display: block;
  }

  .header_box>div nav li.recruit svg path,
  .header_box>div nav li.mail svg path {
    transition: .4s;
  }

  .header_box>div nav li.recruit .icon svg {
    width: 24px;
  }

  .header_box>div nav li.mail .icon svg {
    width: 36px;
  }

  .header_box>div nav li.recruit a:hover .icon svg path {
    fill: #41C9C2 !important;
  }

  .header_box>div nav li.mail a:hover .icon svg path {
    fill: #FF8C9B !important;
  }

  .header_box>div nav li.recruit a:hover .arrow svg path {
    stroke: #41C9C2 !important;
  }

  .header_box>div nav li.mail a:hover .arrow svg path {
    stroke: #FF8C9B !important;
  }
}

@media screen and (max-width: 1219px) {
  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .header_box {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  }

  header .sp_header_logo a {
    display: block;
    width: 80px;
    height: 80px;
    padding: 8px 12px;
    border-radius: 0 0 8px 0;
    background-color: #fff;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }

  header .sp_header_tel {
    position: absolute;
    right: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }

  header .sp_header_tel a img {
    width: 36px;
  }

  .overflow__hidden header {
    transition: all 0s;
  }

  .overflow__hidden header .sp_header_logo {
    display: none;
  }

  /* ドロワーメニュー */
  div.header_nav {
    display: none;
  }

  #nav_drawer {
    display: inherit;
  }

  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    padding: 60px 20px 0;
    z-index: 100;
  }

  header #nav_drawer nav ul li {
    padding: 0;
    text-align: left;
  }

  header #nav_drawer nav ul.nav_content_top li a {
    display: block;
    padding: 10px;
    font-size: 0.875rem;
    line-height: 40px;
    border-bottom: 1px solid #343434;
    position: relative;
  }

  header #nav_drawer nav ul.nav_content_top li:last-child a {
    border-bottom: 0;
  }

  /* メニューの矢印アイコン */
  header #nav_drawer nav ul.nav_content_top li a::after {
    content: "";
    background-image: url("./images/icon_arrow_menu.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
  }

  /* ハンバーガーボタン(開閉ボタン) */
  #nav_open {
    background-color: #41C9C2;
    border: 2px solid #fff;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    top: 15px;
    right: 8px;
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }

  #nav_open span,
  #nav_open span::before,
  #nav_open span::after {
    position: absolute;
    display: block;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
  }

  #nav_open span {
    top: 12px;
    right: 7.5px;
    width: 27px;
  }

  #nav_open span::before {
    top: 8px;
    width: 20px;
  }

  #nav_open span::after {
    top: 17px;
    width: 12px;
  }

  /* ボタンアクティブ時(×印) */
  #nav_content {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #FFF;
    text-align: center;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  #nav_content ul {
    margin: auto;
  }

  #nav_content li {
    padding: 10px;
    text-align: center;
    display: block;
  }

  #nav_content.active {
    opacity: 1;
    pointer-events: auto;
    overflow: scroll;
  }

  #nav_open.active {
    background-color: transparent;
  }

  #nav_open.active span {
    transform: rotate(45deg);
    width: 28px;
    top: 25px;
    right: 16px;
    transition: transform 1s;
    background: #343434;
  }

  #nav_open.active span::before {
    background: #343434;
    transform: rotate(90deg);
    top: 0px;
    width: 28px;
  }

  #nav_open.active span::after {
    content: none;
    opacity: 0;
  }

  /* 下部リンクボタン */
  #nav_content ul.sp_link_button {
    margin: 56px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    justify-content: flex-start;
  }

  #nav_content ul.sp_link_button li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .sp_link_button li.recruit,
  .sp_link_button li.mail {
    width: 200px;
  }

  .sp_link_button li.recruit a,
  .sp_link_button li.mail a {
    width: 100%;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background-color: #343434;
    border: 2px solid #343434;
    border-radius: 40px;
  }

  .sp_link_button li.recruit a {
    background-color: #41C9C2;
    border-color: #41C9C2;
  }

  .sp_link_button li.mail a {
    background-color: #FF8C9B;
    border-color: #FF8C9B;
  }

  .sp_link_button li.recruit a:hover,
  .sp_link_button li.mail a:hover {
    background-color: #fff;
  }

  .sp_link_button li.recruit a:hover {
    color: #41C9C2;
  }

  .sp_link_button li.mail a:hover {
    color: #FF8C9B;
  }

  .sp_link_button li.recruit svg,
  .sp_link_button li.mail svg {
    height: auto;
    display: block;
  }

  .sp_link_button li.recruit svg path,
  .sp_link_button li.mail svg path {
    transition: .4s;
  }

  .sp_link_button li.recruit .icon svg {
    width: 24px;
  }

  .sp_link_button li.mail .icon svg {
    width: 36px;
  }

  .sp_link_button li.recruit a:hover .icon svg path {
    fill: #41C9C2 !important;
  }

  .sp_link_button li.mail a:hover .icon svg path {
    fill: #FF8C9B !important;
  }

  .sp_link_button li.recruit a:hover .arrow svg path {
    stroke: #41C9C2 !important;
  }

  .sp_link_button li.mail a:hover .arrow svg path {
    stroke: #FF8C9B !important;
  }
}

/* TOP */
.fv {
  padding-top: 20px;
}

.fv img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.fv_inner {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}

.fv_shine {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fv_wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fv_marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 8%;
  left: 0;
}

.fv_marquee__inner {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: fv_marquee_scroll 20s linear infinite;
}

.fv_marquee__inner span {
  display: inline-block;
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 20px;
}

@keyframes fv_marquee_scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.fv_bubble01 {
  width: 20%;
  position: absolute;
  top: 17.5%;
  left: 0;
}

.fv_bubble02 {
  width: 15%;
  position: absolute;
  top: 0;
  right: 0;
}

.fv_map {
  width: 20%;
  position: absolute;
  top: 30%;
  right: 2%;
}

.fv_maincatch {
  width: 59.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


.cta_inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  border-radius: 250px;
  background-color: #41C9C2;
  margin: 0 auto;
}

.cta_content {
  text-align: center;
  margin: 0 auto;
  max-width: 915px;
}

.cta_lead {
  position: relative;
  padding: 10px 0;
}

.cta_lead_bg {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.3;
}

.cta_lead_main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  text-align: center;
  font-size: 64px;
  line-height: 1;
}

.cta_tel {
  position: relative;
  margin: 0 auto 25px;
  max-width: 700px;
}

.cta_tel_link {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.cta_tel_number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
}

.cta_tel_img {
  max-width: 390px;
}

.cta_btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 15px;
  max-width: 915px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.cta_btn_link {
  transition: .4s;
}

.cta_btn_link:hover {
  opacity: .7;
}

.cta_btn_link a {
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 22px;
}

.cta_btn_link a:hover {
  opacity: 1;
}

.cta_btn_icon {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  color: #04B813;
}

.cta_btn_icon svg {
  width: 100%;
  height: auto;
  fill: #04B813;
  transition: fill 0.3s ease;
}

.cta_btn_text {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06em;
}

.cta_btn_arrow {
  width: 32px;
  height: 32px;
  background-color: #04B813;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  transition: background-color 0.4s ease;
}

.cta_btn_arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
}

.cta_btn_line a {
  background-color: #fff;
  border-color: #fff;
}

.cta_btn_line a .cta_btn_arrow::after {
  border-color: #fff;
}

.cta_btn_mail a {
  background-color: #fff;
  border-color: #fff;
}

.cta_btn_mail a .cta_btn_arrow::after {
  border-color: #fff;
}

.cta_btn_mail .cta_btn_icon {
  color: #FF8C9B;
}

.cta_btn_mail .cta_btn_icon svg {
  fill: #FF8C9B;
}

.cta_btn_mail .cta_btn_arrow {
  background-color: #FF8C9B;
}

/* ボタン */
.formbtn {
  text-align: center;
  position: relative;
}

div.button_section {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.more_btn,
.formbtn .wpcf7-submit,
.formbtn .wpcf7-previous {
  cursor: pointer;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #41C9C2;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 50px;
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  transition: .4s;
}

.more_btn_icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.more_btn_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #41C9C2;
  border-right: 2px solid #41C9C2;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.formbtn::before {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5.4%;
  transform: translateY(-50%);
  content: '';
  display: block;
  z-index: 1;
}

.formbtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 9.5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #41C9C2;
  border-right: 2px solid #41C9C2;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}

.formbtn.prev::before {
  left: 5.4%;
}

.formbtn.prev::after {
  left: 9.5%;
  transform: translateY(-50%) rotate(225deg);
}


.more_btn:hover,
.formbtn .wpcf7-submit:not(:disabled):hover,
.formbtn .wpcf7-previous:not(:disabled):hover {
  background-color: #FF8C9B;
  opacity: 1;
}

.formbtn .wpcf7-submit:disabled,
.formbtn .wpcf7-previous:disabled {
  opacity: 0.7;
}

.more_btn:hover .more_btn_icon::after,
.formbtn:hover::after {
  border-color: #FF8C9B;
}

.more_btn.invert {
  background-color: #FF8C9B;
}

.more_btn.invert .more_btn_icon::after {
  border-color: #FF8C9B;
}

.more_btn.invert:hover {
  background-color: #41C9C2;
}

.more_btn.invert:hover .more_btn_icon::after {
  border-color: #41C9C2;
}


.banner_block {
  margin-top: 100px;
}

.banner_img {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

:root {
  --wave-height: 220px;
}

/* --- ベースとなるマスク設定 --- */
.mask-wave-top,
.mask-wave-bottom {
  position: relative;
  background-size: cover;
  background-position: center;
  /* 波にテキストが被らないよう、波の高さ以上の余白を確保 */
  padding-top: var(--wave-height);
  padding-bottom: var(--wave-height);
  /* マスクの基本設定 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* --- 上側のみ波にするクラス --- */
.mask-wave-top {
  -webkit-mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,220 V110 C360,-110 1080,330 1440,110 V221 H0 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
  -webkit-mask-position: top center, bottom center;
  -webkit-mask-size: 100% var(--wave-height), 100% calc(100% - var(--wave-height) + 1px);
  mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,220 V110 C360,-110 1080,330 1440,110 V221 H0 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
  mask-position: top center, bottom center;
  mask-size: 100% var(--wave-height), 100% calc(100% - var(--wave-height) + 1px);
}

/* --- 下側のみ波にするクラス --- */
.mask-wave-bottom {
  -webkit-mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H1440 V110 C1080,-110 360,330 0,110 Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-position: top center, bottom center;
  -webkit-mask-size: 100% calc(100% - var(--wave-height) + 1px), 100% var(--wave-height);
  mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H1440 V110 C1080,-110 360,330 0,110 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-position: top center, bottom center;
  mask-size: 100% calc(100% - var(--wave-height) + 1px), 100% var(--wave-height);
}

/* --- 左右反転（リバース）クラス --- */
.mask-wave-reverse.mask-wave-top {
  -webkit-mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,220 V110 C1080,-110 360,330 0,110 V221 H1440 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
  mask-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,220 V110 C1080,-110 360,330 0,110 V221 H1440 Z' fill='%23000'/%3E%3C/svg%3E"),
    linear-gradient(#000, #000);
}

.mask-wave-reverse.mask-wave-bottom {
  -webkit-mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,0 H0 V110 C360,-110 1080,330 1440,110 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image:
    linear-gradient(#000, #000),
    url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 1440 220' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1440,0 H0 V110 C360,-110 1080,330 1440,110 Z' fill='%23000'/%3E%3C/svg%3E");
}

.push-wave-top {
  padding-bottom: var(--wave-height);
}

.wrap-wave-top {
  margin-top: calc(-1 * var(--wave-height));
}

@media screen and (max-width: 1200px) {
  :root {
    --wave-height: 150px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --wave-height: 80px;
  }

  .mask-wave-top,
  .mask-wave-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.intro_wrapper {
  background:
    url('./images/bg_waveparts.svg') left top 580px / 100% auto no-repeat,
    url('./images/bg_bubble.png') center top / cover no-repeat;
}

.intro {
  position: relative;
  padding-top: 150px;
}

.intro_text {
  max-width: 750px;
}

.intro_heading {
  margin-bottom: 30px;
}

.intro_description {
  margin-bottom: 40px;
}

.top-intro01 {
  width: 37%;
  position: absolute;
  right: 0;
  top: 60px;
}

.top-intro01-sp {
  display: none;
}

.intro_banner {
  position: relative;
}

.top-intro02 {
  width: 16%;
  position: absolute;
  right: 0;
  top: -30px;
}

.top-intro03 {
  width: 17%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(90%);
}

.reason {
  padding-top: 175px;
  position: relative;
}

.reasons_header {
  text-align: center;
  margin-bottom: 80px;
}

.reasons_title_en {
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.reasons_title_jp {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 15px;
  margin-bottom: 30px;
}

.reason__slider-container {
  position: relative;
  width: 100%;
  padding: 0 27.5px;
}

.reason__item {
  background-color: #fff;
  display: flex !important;
  align-items: center;
  height: auto;
  overflow: hidden;
  padding: 60px 80px;
  gap: 60px;
}

.reason__image {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.reason__content {
  width: 50%;
}

.reason__title-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.reason__num-box {
  position: relative;
}

.reason__num-box::before {
  content: "Reason";
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 80px;
  color: #41C9C2;
}

.reason__num-box::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #41C9C2;
  margin-top: 5px;
}

.reason__num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.reason__item-title {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 5px;
}

.reason__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.reason__nav-btn {
  width: 55px;
  height: 55px;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid #41C9C2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41C9C2;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.reason__nav-btn:hover {
  background: #41C9C2;
  color: #fff;
  transform: scale(1.1);
}

.reason__nav-btn.-prev .reason__nav-arrow {
  transform: rotate(180deg);
}

.reason__nav-arrow {
  width: 8px;
  height: 16px;
}

.reason__nav-arrow svg {
  display: block;
  flex-shrink: 0;
  color: #41C9C2;
}

.reason__nav-btn:hover .reason__nav-arrow svg {
  color: #fff;
}

.reason__more {
  text-align: center;
  margin-top: 30px;
}

.reason__deco {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 60px;
}

.top-intro04 {
  width: 15%;
  position: absolute;
  left: 5%;
  top: 10px;
}

.top-intro05 {
  width: 20%;
  position: absolute;
  right: 0;
  top: 50px;
}

/* 無限ループマーキー (切れ目なし) */
.reason__marquee {
  width: 100%;
  overflow: hidden;
}

.reason__marquee-inner {
  display: flex;
  width: fit-content;
  animation: marquee-loop 20s linear infinite;
}

.reason__marquee-inner span {
  display: block;
  font-size: 128px;
  color: #fff;
  line-height: 1.6;
  white-space: nowrap;
}

@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1024px) {
  .reason__inner {
    padding: 0 20px;
  }

  .reason__item {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }

  .reason__num-box {
    padding-right: 3.0rem;
  }

  .reason__image,
  .reason__content {
    width: 100%;
  }

  .reason__content {
    padding: 30px 0 0;
  }

  .reason__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .reason__nav {
    position: static;
    transform: none;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }

  .reason__more {
    margin-top: 30px;
  }
}


.service {
  background:
    url(./images/deco_stars.svg) right top 200px / 12% auto no-repeat,
    url('./images/bg_overlay01.png') center top / 100% auto repeat;
  background-color: #41C9C2;
}

.service-deco01 {
  position: absolute;
  top: 550px;
  right: 5%;
  width: 18%;
}

.service-deco01-inner {
  position: relative;
}

.service-deco01 .js-feather-bottom {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}

.service-deco02 {
  position: absolute;
  bottom: 200px;
  left: 1%;
  width: 8%;
}

.service_title_en {
  color: #fff;
  font-size: 64px;
  letter-spacing: 0.1em;
}

.service_title_ja {
  font-weight: 700;
  color: #fff;
}

.service_description {
  color: #fff;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 80px;
}

.service_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 120px;
}

.service_card {
  background-color: #fff;
  position: relative;
  padding: 35px 30px 60px;
}

.service_card_heading {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 15px;
}

.service_card_num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.service_card_title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.service_card_text::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #41C9C2;
  margin-bottom: 30px;
}

.service_card_text.type02::before {
  background-color: #FF8C9B;
}

.service_card_btn_wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.service_card_btn_wrap .more_btn {
  border: 3px solid #fff;
}

.flow {
  background:
    url(./images/top-flow-deco01.png) left 37% top 180px / 8% auto no-repeat,
    url(./images/bg_waveparts.svg) left bottom 80px / 100% auto no-repeat,
    url(./images/bg_bubble.png) center top / cover no-repeat;
  background-color: #FFF5E0;
}

.flow_inner {
  display: flex;
  margin: 80px auto;
  gap: 50px;
}

.flow_header {
  width: 580px;
  flex-shrink: 0;
}

.flow_title {
  font-size: 48px;
  line-height: 1.5;
}

.flow_lead {
  margin-top: 50px;
}

.flow_btn_wrap {
  margin-top: 50px;
}


.company {
  display: flex;
  overflow: hidden;
  position: relative;
  height: 1400px;
  background: url(./images/bg_sky.jpg) center top / cover repeat;
  padding-top: 0;
  padding-bottom: 0;
}

.company_side {
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.company_track {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.company_track img {
  width: 100%;
  display: block;
}

/* 左側：上から下へ流れる */
.company_track--down {
  animation: scrollDown 20s linear infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

/* 右側：下から上へ流れる */
.company_track--up {
  animation: scrollUp 20s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.company_center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  z-index: 10;
}

.company_label {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.company_title {
  color: #DFB668;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

.company_lead {
  font-size: 32px;
  margin-bottom: 40px;
}

.company_description {
  max-width: 580px;
  letter-spacing: 0.1em;
}

.company_btn_group {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}


.blog {
  background:
    url('./images/deco_stars.svg') left 8% bottom 10% / 12% auto no-repeat,
    url('./images/bg_blog.jpg') center top / cover repeat;
  overflow: hidden;
  position: relative;
}

.blog-deco01 {
  position: absolute;
  bottom: -30px;
  left: 5%;
  width: 17%;
}

.blog-deco01-inner {
  position: relative;
}

.blog-deco01 .js-feather-bottom {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}

.sub-blog .blog {
  background: none;
  padding-top: 0;
  padding-bottom: 75px;
}

.blog_header {
  margin-bottom: 100px;
}

.blog_title_en {
  font-size: 200px;
  line-height: 1;
  color: #fff;
}

.blog_title_jp {
  font-size: 32px;
  margin-left: 20px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 10px;
}

.blog_slider_container {
  width: 100%;
  margin-bottom: 100px;
}

.blog_swiper {
  padding-left: calc(50vw - 700px);
}

.blog_slide {
  width: 535px;
}

.blog_card {
  display: block;
}

.blog_img {
  margin: 0 0 15px;
  background-color: #fff;
  overflow: hidden;
}

.blog_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: .4s;
}

.blog_card:hover .blog_img img {
  transform: scale(1.1);
}

/* タグと日付 */
.blog_meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.blog_tag {
  color: #fff;
  font-size: 20px;
  padding: 8px;
  line-height: 1;
  width: 155px;
  text-align: center;
}

.blog_tag {
  background-color: #FF8C9B;
}

.blog_date {
  font-size: 16px;
  color: #fff;
}

.blog_item_title {
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 700;
}

.blog_controls_inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* カスタムスクロールバー */
.blog_scrollbar.swiper-scrollbar {
  position: relative;
  /* swiperのデフォルト絶対配置を解除 */
  flex-grow: 1;
  height: 10px;
  background-color: #fff;
  border-radius: 0;
  left: auto;
  bottom: auto;
  z-index: 5;
}

.blog_scrollbar .swiper-scrollbar-drag {
  background-color: #FF8C9B;
  border-radius: 0;
}

.blog_btn {
  flex-shrink: 0;
  flex-basis: 400px;
}

@media screen and (max-width: 1440px) {
  .blog_swiper {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog_title_en {
    font-size: 50px;
  }

  .blog_slide {
    width: 280px;
  }

  .blog_controls_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}


.faq {
  background:
    url(./images/deco_stars.svg) left 5% top 30% / 10% auto no-repeat,
    url(./images/deco_stars.svg) right top 50% / 10% auto no-repeat,
    url(./images/deco_stars.svg) left 5% bottom 10% / 10% auto no-repeat,
    url(./images/bg_faq.png) center center / 100% auto no-repeat;
  background-color: #FF8C9B;
  position: relative;
  padding-bottom: 50px;
}

.faq_header {
  text-align: center;
  margin-bottom: 80px;
}

.faq_title_en {
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.faq_title_en span {
  display: block;
}

.faq_title_jp {
  font-size: 24px;
  margin-top: 20px;
  color: #fff;
}

.faq_list {
  margin: 0 auto;
  display: grid;
  gap: 30px 0;
  grid-template-columns: 1fr;
  position: relative;
}

.faq_list_ttl {
  color: #fff;
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.faq_list_ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
}

.faq_list dl dt {
  position: relative;
  cursor: pointer;
  padding: 45px 70px 45px 35px;
}

.faq_list dl dt p:before {
  content: "Q";
  width: 44px;
  font-size: 20px;
  font-weight: 400;
  background-color: #41C9C2;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -75px;
  top: 0;
}

.faq_list dl dt p,
.faq_list dl dd p {
  position: relative;
  margin-left: 75px;
}

.faq_list dl dt::before,
.faq_list dl dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 35px;
  width: 31px;
  height: 2px;
  background-color: #41C9C2;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.faq_list dl dd p:before {
  content: "A";
  width: 44px;
  font-size: 20px;
  font-weight: 400;
  background-color: #FF8C9B;
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -75px;
  top: 0;
}

.faq_list dl dd {
  display: none;
  padding: 0 35px 45px;
}

.faq_list dl {
  background-color: #fff;
  margin: 0;
}

.faq_list dl dt::after {
  transform: rotate(90deg) translateY(-50%);
}

.faq_list dl dt.active::before {
  transform: rotateZ(180deg) translateY(-50%);
  height: 2px;
}

.faq_list dl dt.active::after {
  transform: rotateZ(360deg) translateY(-50%);
  height: 0px;
}

.faq_btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:767px) {
  .faq_list {
    margin: 60px auto;
    display: grid;
    gap: 30px 0;
    grid-template-columns: 1fr;
  }

  .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 20px 15px;
  }

  .faq_list dl dt p:before {
    content: "Q";
    padding: 4px 0;
    width: 40px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dt p,
  .faq_list dl dd p {
    position: relative;
    margin-left: 55px;
    padding-top: 4px;
    padding-right: 25px;
  }

  .faq_list dl dt::before,
  .faq_list dl dt::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 2px;
    background-color: #41C9C2;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
  }

  .faq_list dl dt::after {
    transform: rotate(90deg) translateY(-50%);
    top: 49.9%;
    right: 16px;
  }

  .faq_list dl dd p:before {
    content: "A";
    padding: 4px 0;
    width: 40px;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dd {
    display: none;
    padding: 0 15px 20px;
  }
}


.blank_for_footer {
  padding-top: 14%;
}


footer {
  padding-bottom: 100px;
}

footer .cta_section {
  margin-top: -9%;
}

.footer_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer_logo {
  margin-bottom: 15px;
}

.footer_logo img {
  width: 240px;
}

.footer_address p {
  text-transform: uppercase;
  font-weight: 700;
}

.footer_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.footer_nav_list li a {
  display: inline-block;
  line-height: 1.5;
  font-weight: 700;
}

.footer_nav_list li a:hover {
  opacity: 1;
  color: #41C9C2;
}

.footer_bottom {
  text-align: center;
}

.footer_copyright {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #343434;
  text-align: left;
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.footer_pagetop {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: auto;
}

.footer_pagetop_text {
  font-size: 20px;
  margin-left: 10px;
}

.footer_pagetop_icon {
  width: 32px;
  height: 20px;
  position: relative;
}

.footer_pagetop_icon::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .4s;
}

.footer_pagetop:hover {
  opacity: 1;
  color: #DFB668;
}

.footer_pagetop:hover .footer_pagetop_icon::after {
  border-color: #DFB668;
}

@media screen and (max-width: 768px) {
  .footer_sns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_pagetop {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .footer_info {
    flex: 0 0 auto;
    margin-bottom: 40px;
  }

  .footer_nav {
    width: 100%;
  }

  .footer_nav_list {
    gap: 10px;
  }

  .footer_nav_list li a {
    padding: 10px 0;
    width: 100%;
  }
}


/* --- 子ページ共通ヘッダー --- */
.sub_page_header {
  position: relative;
  width: 100%;
  padding-top: 200px;
  margin-bottom: 150px;
}

.sub_page_header_inner {
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}

.sub_page_header_texts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sub_page_header_sub_title {
  font-size: 48px;
  line-height: 1;
}

.sub_page_header_main_title {
  font-size: 150px;
  line-height: 1;
}


/* --- パンくずリスト --- */
.breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb_inner {
  display: flex;
  align-items: center;
  line-height: 1;
}

.breadcrumb_divider {
  margin: 0 10px;
  width: 18px;
  display: block;
}

.breadcrumb_divider img {
  display: block;
  width: 100%;
}

/* --- プライバシーポリシー --- */
.sub-privacy_lead {
  margin-bottom: 60px;
}

.sub-privacy_section {
  margin-bottom: 50px;
}

.sub-privacy_heading {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

.sub-privacy_list {
  margin-top: 15px;
  padding-left: 1.5em;
}

.sub-privacy_list li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.sub-privacy_contact_info {
  margin-top: 30px;
}


/* --- お問い合わせフォーム --- */
.sub-contact_header {
  text-align: center;
}

.sub-contact_devided {
  width: 100px;
  height: 3px;
  background-color: #41C9C2;
  border: none;
  margin: 25px auto 50px;
}

.sub-contact_text {
  font-size: 20px;
}

.sub-contact_text span {
  text-decoration: underline;
}

.sub-contact_content {
  margin-bottom: 75px;
}

.sub-contact_header {
  text-align: center;
  margin-bottom: 100px;
}

.sub-contactbox_link {
  display: block;
  margin: 50px auto 30px;
  text-decoration: none;
  border: 3px solid #41C9C2;
  background-color: #fff;
}

.sub-contactbox_header {
  background-color: #41C9C2;
  color: #fff;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  padding: 8px 15px;
}

.sub-contactbox_body {
  padding: 20px;
  text-align: center;
}

.sub-contactbox_phone_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.sub-contactbox_svg_icon {
  width: 75px;
  color: #FF8C9B;
  transition: color 0.4s;
  line-height: 1;
}

.sub-contactbox_number {
  font-size: 64px;
  font-weight: 700;
  color: #41C9C2;
  line-height: 1;
  transition: color 0.4s;
}

.sub-contactbox_time {
  margin: 0;
}

.sub-contactbox_link:hover .sub-contactbox_svg_icon {
  color: #41C9C2;
}

.sub-contactbox_svg_icon svg {
  width: 100%;
}

.sub-contactbox_link:hover .sub-contactbox_number {
  color: #FF8C9B;
}

.sub-contact_btn {
  text-align: center;
  margin: 30px auto;
}


.sub-link_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
}

.sub-link_tabs li {
  flex: 1;
}

.sub-link_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #41C9C2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s, opacity 0.3s;
}

.sub-link_tab:hover {
  opacity: 1;
  background-color: #FF8C9B;
}

.sub-link_tab::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}

@media (max-width: 768px) {
  .sub-link_tabs {
    flex-direction: column;
    gap: 10px;
  }

  .sub-link_tab {
    font-size: 16px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .sub-link_tabs {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }

  .sub-link_tab {
    font-size: 16px;
    height: 50px;
  }
}



.sub-about_header {
  text-align: center;
  margin-bottom: 80px;
}

.sub-about_links {
  background: url(./images/bg_waveparts.svg) left bottom / 100% no-repeat;
  padding-bottom: 200px;
}

.sub-about_links .reason__marquee {
  margin-bottom: 100px;
}

.sub-about_reason {
  margin-top: -100px;
}

.sub-about_reason_title_wrap {
  text-align: center;
}

.sub-about_devided {
  width: 100px;
  height: 3px;
  background-color: #41C9C2;
  border: none;
  margin: 25px auto 50px;
}

.sub-about_reason_list {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: 100px auto;
}

.sub-about_reason_item {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.sub-about_reason_item_reverse {
  flex-direction: row-reverse;
}

.sub-about_reason_image_box {
  flex: 0 0 45%;
}

.sub-about_reason_img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* テキストエリア */
.sub-about_reason_text_box {
  flex: 1;
}

.sub-about_reason_item_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sub-about_reason_item_text {
  font-weight: 500;
  margin: 0;
}

.sub-about .service {
  background: #FF8C9B;
}

.sub-about_visit {
  background-color: #41C9C2;
}

.sub-about_care {
  background-color: #FF8C9B;
}

.sub-about_business_header {
  text-align: center;
  margin-top: 50px;
}

.sub-about_business_main_title {
  color: #fff;
}

.sub-about_business_main_lead {
  color: #fff;
}

.sub-about_business_section .sub-about_devided {
  background-color: #fff;
}

.sub-about_business_sub_title {
  color: #fff;
  font-size: 32px;
  margin: 80px auto 50px;
}

.sub-about_business_sub_title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
}

.sub-about_business_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.sub-about_business_card {
  background-color: #fff;
}

.sub-about_business_card_content {
  padding: 30px 20px;
}

.sub-about_business_card_name {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.sub-about_business_card_text {
  text-align: justify;
}

.sub-about_business_restriction {
  text-align: center;
  margin-top: 100px;
}

.sub-about_business_restriction_title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  border: 3px solid #fff;
  padding: 0 25px;
  margin-bottom: 40px;
}

.sub-about_business_restriction_lead {
  color: #fff;
  margin-bottom: 50px;
}

.sub-about_business_restriction_label {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.sub-about_business_restriction_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
}

.sub-about_business_restriction_content li {
  background-color: #fff;
  outline: 2px solid #343434;
  padding: 12px;
  font-size: 20px;
}

.sub-about_business_restriction_label .note {
  display: block;
  font-size: 0.8em;
}

.sub-about_business_restriction_content.lay02 {
  grid-template-columns: repeat(2, 1fr);
}

.sub-about_flow {
  background-color: #FFF5E0;
}

.sub-about_flow_main_title {
  color: #DFB668;
  font-size: 64px;
}

.sub-about_flow_target_box {
  background-color: #fff;
  margin: 100px auto 80px;
  padding: 30px 0;
}

.sub-about_flow_target_label {
  display: inline-block;
  background-color: #41C9C2;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
}

.sub-about_flow_target_content {
  padding: 15px 50px 0;
}

.sub-about_flow_step_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 100px;
}

.sub-about_flow_step_item {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.sub-about_flow_step_content {
  flex: 1;
}

.sub-about_flow_step_title {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.sub-about_flow_step_title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #DFB668;
  margin: 10px 0 25px;
}

.sub-about_flow_step_image {
  flex: 0 0 50%;
}

.sub-about_flow_img {
  width: 100%;
  height: auto;
  display: block;
}

/* メッセージボックス */
.sub-about_flow_message_box {
  background-color: #ffffff;
  border: 3px solid #FF8C9B;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 40px;
}

.sub-about_flow_message_highlight {
  font-size: 32px;
  letter-spacing: 0.06em;
}

/* フッターテキスト */
.sub-about_flow_footer_content {
  text-align: center;
}

.sub-about_flow_footer_text {
  font-size: 24px;
  text-decoration: underline;
}

/* セクション全体 */
.sub-about_message {
  background-color: #fff;
  overflow: hidden;
}

.sub-about_message_header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.sub-about_message_top_flex {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.sub-about_message_image_wrap {
  flex: 0 0 44%;
  height: 600px;
}

.sub-about_message_hero_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sub-about_message_text_wrap {
  flex: 0 0 50%;
  padding: 0 20px 0 80px;
  box-sizing: border-box;
}

.sub-about_message_body {
  max-width: 720px;
  /* (1440 / 2) から余白を引いた数値 */
}


.sub-about_message_paragraph {
  margin-bottom: 25px;
}

.sub-about_message_signature {
  text-align: right;
  margin-top: 20px;
}

.sub-about_message_photo_grid {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}

.sub-about_message_photo_item {
  flex: 1;
}

.sub-about_message_bottom_img {
  width: 100%;
  height: auto;
  display: block;
}

.sub-about_comname {
  padding-top: 175px;
  padding-bottom: 175px;
  text-align: center;
}

.sub-about_comname .sub-about_devided {
  background-color: #FF8C9B;
}

.sub-about_comname_main_lead {
  margin-bottom: 80px;
}

.sub-about_company {
  background-color: #FF8C9B;
  padding-top: 175px;
  padding-bottom: 175px;
}

.sub-about_company_header {
  text-align: center;
  margin-bottom: 100px;
}

.sub-about_company_main_title {
  color: #fff;
}

.sub-about_company_sub_title {
  color: #fff;
}


@media (max-width: 1024px) {
  .sub-about_message_top_flex {
    flex-direction: column;
  }

  .sub-about_message_image_wrap,
  .sub-about_message_text_wrap {
    flex: 0 0 100%;
    width: 100%;
  }

  .sub-about_message_text_wrap {
    padding: 60px 20px;
  }

  .sub-about_message_image_wrap {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {

  .sub-about_reason_item,
  .sub-about_reason_item_reverse {
    flex-direction: column;
    gap: 30px;
  }

  .sub-about_reason_image_box {
    flex: 0 0 100%;
    width: 100%;
  }

  .sub-about_reason_title {
    font-size: 28px;
  }

  .sub-about_flow_step_item {
    flex-direction: column;
    gap: 20px;
  }

  .sub-about_flow_step_image {
    width: 100%;
  }

  .sub-about_message_photo_grid {
    flex-direction: column;
    align-items: center;
  }

  .sub-about_message_photo_item {
    width: 100%;
    max-width: 400px;
  }
}


.sub-company_box {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-company_box_list {
  margin-bottom: 60px;
}

.sub-company_box_list:not(:first-child) {
  border-top: 2px solid #FF8C9B;
}

.sub-company_box_item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #FF8C9B;
  align-items: flex-start;
}

.sub-company_box_label {
  width: 30%;
  font-weight: bold;
  flex-shrink: 0;
}

.sub-company_box_value {
  width: 70%;
}

.sub-company_box_map {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
}

.sub-company_box_map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sub-company_box_item {
    flex-direction: column;
    padding: 20px 0;
  }

  .sub-company_box_label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .sub-company_box_value {
    width: 100%;
    font-size: 15px;
  }

  .sub-company_box_map {
    aspect-ratio: 4 / 3;
  }
}

/* Layout */
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.items_center {
  align-items: center;
}

.items_end {
  align-items: flex-end;
}


/* Blog */
@media screen and (min-width:768px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 70px;
  }
}

@media screen and (min-width:768px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.blog_section .content {
  max-width: initial;
  margin: 0 0 0 5.57%;
}

.faq_page .faq_list {
  margin-bottom: 175px;
}

.faq_page .faq_list:last-child {
  margin-bottom: 0;
}

.faq_page section.faq .content {
  max-width: 1100px;
}

.faq_page section.faq_content {
  background-color: #FFEED8;
}

.faq_page section.faq_content .content {
  max-width: 1100px;
}

/* blog */
@media screen and (min-width:1200px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin: 100px auto 0;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  section.blog .content {
    padding-bottom: 150px;
  }

  .blog_list {
    margin: 0 auto;
  }

  .blog_list>.blog_box {
    position: relative;
  }

  .blog_box .blog_info {
    width: 100%;
  }

  .sub_top .blog_list {
    margin: 80px auto 120px;
  }

  .blog_detail .single_content {
    margin: 80px auto 0;
    padding-bottom: 80px;
  }

  .single_page_link {
    margin: 100px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
  }

  ul.category_link_list,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 34px;
    margin: 0 auto;
  }

  ul.page-numbers {
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single {
    text-align: right;
  }

  .single_page_link .next_single {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  section.blog .content {
    padding-bottom: 150px;
  }

  .blog_list {
    margin: 100px auto 0;
  }

  .blog_list>.blog_box {
    height: auto;
    position: relative;
  }

  .blog_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 20px;
  }

  .blog_box .blog_info {
    width: 100%;
    padding: 15px 0;
  }

  .sub_top .blog_list {
    margin: 40px auto 60px;
  }

  .single_page_link {
    margin: 50px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: .6fr 1fr .6fr;
    justify-content: space-between;
    align-items: center;
  }

  .blog_detail .single_content {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }

  ul.category_link_list,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin: 0 auto 90px;
  }

  ul.page-numbers {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single a.more_size,
  .single_page_link .next_single a.more_size {
    font-size: .875rem;
  }

  .single_page_link .prev_single {
    text-align: left;
  }

  .single_page_link .next_single {
    text-align: right;
  }
}

section.blog .content {
  max-width: 1100px;
}

.blog_list>.blog_box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}

.blog_list>.blog_box a .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  z-index: 1;
}

.blog_list>.blog_box a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single_thumbnail .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.single_thumbnail .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog p.date,
.blog_section p.date {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #BFBFBF;
}

.blog p.category,
.blog_section p.category {
  background-color: #FF8C9B;
  color: #fff;
  text-align: center;
  padding: 8px 24px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1;
}

.blog p.category.cat_works,
.blog_section p.category.cat_works,
.blog p.category.cat_works {
  background-color: #005CAC;
}

.blog h2.blog_title {
  font-weight: 700;
  margin: 15px auto 30px;
  line-height: 1;
}

.blog_box .blog_info p.blog_title {
  font-weight: 700;
  margin: 15px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.blog_box .blog_info p.blog_description {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.blog_detail {
  margin: 30px auto 0;
}

.single_page_link .prev_single a,
.single_page_link .next_single a {
  font-weight: 700;
}

.single_page_link .prev_single a:hover,
.single_page_link .next_single a:hover {
  opacity: 1;
  color: #FF8C9B;
}

.single_page_link p.button {
  margin: 0 auto;
}

.single_page_link p.button a:after,
.single_page_link p.button a:hover:after {
  content: none;
}

.back_singlelists {
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin-right: 1em;
}

ul.page-numbers li .page-numbers.current {
  color: #41C9C2;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
}

ul.page-numbers li a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
}

ul.page-numbers li .prev.page-numbers,
ul.page-numbers li .next.page-numbers {
  background-color: #343434;
  color: #fff;
}

.blog_detail .single_content {
  border-bottom: 2px solid #1f1f1f;
}

.blog_detail .single_content p {
  margin-bottom: 20px;
}

ul.category_link_list li a,
ul.inner_link_list li a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: block;
  background-color: #E54667;
  border: 1px solid #E54667;
  position: relative;
}

ul.inner_link_list li a:hover,
ul.category_link_list li a:hover,
ul.category_link_list li a.cat_news:hover {
  background-color: #fff;
  color: #E54667;
}

ul.category_link_list li a.black {
  background-color: #000;
  border: 1px solid #000;
}

ul.category_link_list li a.cat_works {
  background-color: #005CAC;
  border: 1px solid #005CAC;
}

ul.category_link_list li a.cat_blog {
  background-color: #E54667;
  border: 1px solid #E54667;
}

ul.category_link_list li a:after,
ul.inner_link_list li a:after {
  content: "";
  display: block;
  width: 18.5px;
  height: 10.5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}

/* Contact Page */
@media screen and (min-width:768px) {
  .contact_detail {
    margin: 100px auto 0;
    max-width: 1100px;
  }

  .contact_detail p.contact_notice {
    text-align: center;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0 5;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_detail table.contact_table tr:first-child th {
    border-bottom: none;
    padding: 20px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr:first-child th,
  .contact_detail table.contact_table.confirm_table tr:first-child td {
    padding: 0 0 30px;
  }

  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 25px;
  }

  .contact_detail table.contact_table tr th {
    padding: 45px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr th,
  .contact_detail table.contact_table.confirm_table tr td {
    padding: 30px 0;
  }

  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 25px 0;
  }

  .contact_detail table.contact_table tr td.cityfield {
    padding: 0;
  }

  .contact_detail table.contact_table tr th {
    justify-content: space-between;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 0 auto 30px;
  }

  .confirm_button {
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 0 30px;
  }

  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap textarea,
  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
    width: 100%;
    max-width: 400px;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }
}

@media screen and (max-width:767px) {
  .contact_detail {
    margin: 47px auto 0;
    max-width: 768px;
  }

  .contact_detail p.contact_notice {
    text-align: left;
  }

  .contact_detail table.contact_table tr:first-child {
    margin-top: 0;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .contact_detail table.contact_table tr.blankth {
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact_detail table.contact_table tr.blankthbefore {
    padding-bottom: 0;
  }

  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 10px;
  }

  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 10px 0;
  }

  .contact_detail table.contact_table tr.blankth th {
    padding: 0;
  }

  .contact_detail table.contact_table tr th span {
    margin-left: 10px;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 0;
  }

  .confirm_button {
    display: block;
    margin: 40px auto 0;
  }

  .confirm_button .button_section {
    margin: 20px auto !important;
  }

  .previous_button input {
    width: calc(100% - 40px);
  }

  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1.5;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }

}

section.contact .subpage_title {
  max-width: initial;
}

section .content table.contact_table tr td {
  width: 100%;
}

.contact_detail table.contact_table tr th {
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1;
}

.contact_detail table.contact_table.confirm_table tr th {
  font-size: 18px;
  line-height: 1.5;
}

.contact_detail table.contact_table.confirm_table tr td {
  font-size: 18px;
  line-height: 1.5;
}

.contact_detail table.contact_table tr th span {
  background-color: #FF8C9B;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap textarea {
  border: 1px solid #DEDEDE;
  padding: 22px 30px;
  font-size: 18px;
  width: calc(100% - 80px);
  background-color: #fff;
  border-radius: 2px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

.postcodefield .wpcf7-form-control-wrap input[type="text"] {
  max-width: 200px;
}

.wpcf7-form-control-wrap ::placeholder {
  color: #777;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 40px 0 0;
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.wpcf7-list-item-label span.required {
  background-color: #FF8C9B;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wpcf7-acceptance .wpcf7-list-item+.wpcf7-list-item {
  margin-top: 8px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  display: inline-block;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}

.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #41C9C2;
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 50%;
}

.wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
  background-color: #41C9C2;
  box-shadow: inset 0 0 0 3px #fff;
}

div.button_section {
  display: block;
  text-align: center;
}

div.button_section:first-child {
  margin: 50px 0 0 auto;
}

div.button_section:last-child {
  margin: 50px auto 0 0;
}

div.button_section p.button {
  margin: 15px 0 0;
}

p.accept {
  text-align: center;
}

.wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
}

table.contact_table.confirm_table tr {
  border-bottom: 2px solid #B3B3B3;
}

/* button */
@media screen and (min-width:768px) {

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }

  .wpcf7-form-control.wpcf7-radio {
    padding: 15px 0;
    display: block;
  }
}

@media screen and (max-width:767px) {
  p.submit_button input {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }

  p.previous_button input {
    background-color: #000;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .button a:after {
    transition: .3s ease;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }
}

/* 追従CTA */
.cta_sticky-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 320px;
  transition: opacity 0.3s ease;
}

.cta_sticky-image {
  width: 100%;
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  bottom: 69%;
  left: -10px;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .cta_sticky-container {
    width: 260px;
  }
}

@media (max-width: 500px) {
  .cta_sticky-container {
    width: 94%;
    bottom: 5px;
    right: 3%;
  }

  .close-btn {
    bottom: 56%;
    left: -2%;
  }
}


/* レスポンシブ */
@media screen and (max-width:1440px) {
  .header_nav nav .nav_right {
    gap: 30px;
    padding: 10px 10px 10px 30px;
    margin-right: 10px;
  }

  .header_nav nav .nav_right ul {
    gap: 15px;
  }
}

@media screen and (max-width:1219px) {
  .sub_page_header {
    padding-top: 100px;
  }

  .sub_page_header_main_title {
    font-size: 100px;
  }

  .blog_title_en {
    font-size: 100px;
  }

  .top-intro01 {
    width: 30%;
  }
}

@media screen and (max-width:1024px) {
  .blog_section .content {
    padding-top: 30px;
  }

  .cta_inner {
    border-radius: 20px;
  }

  .cta_inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta_btns {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta_content {
    text-align: center;
    margin: 0 auto;
  }

  .footer_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .flow_item_title {
    font-size: 26px;
  }

  .sub_page_header_main_title {
    font-size: 80px;
  }

  .top-intro01 {
    width: 23%;
    top: 15px;
  }

  .service_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }

  .flow_inner {
    flex-direction: column;
  }

  .flow_header {
    width: 100%;
  }

  .company_center {
    padding: 50px 20px;
  }

  .company {
    flex-direction: column;
    height: auto;
  }

  .company_side {
    width: 100%;
    height: auto;
  }

  .company_track {
    flex-direction: row;
    width: max-content;
  }

  .company_track img {
    width: 250px;
    height: auto;
  }

  .company_track--down {
    animation: scrollRight 20s linear infinite;
  }

  @keyframes scrollRight {
    0% {
      transform: translateX(-50%);
    }

    100% {
      transform: translateX(0);
    }
  }

  .company_track--up {
    animation: scrollLeft 20s linear infinite;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .sub-link_tabs {
    gap: 15px;
  }

  .sub-about_business_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .sub-about_flow_step_item {
    gap: 30px;
    flex-direction: column;
  }

  .sub-about_message_photo_grid {
    gap: 15px;
  }
}

@media screen and (max-width:768px) {
  .blog_title_jp {
    font-size: 22px;
  }

  .blog_header {
    margin-bottom: 50px;
  }

  .blog_meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blog_tag {
    font-size: 16px;
    width: 130px;
  }

  .blog_item_title {
    font-size: 18px;
  }

  .blog_slider_container {
    width: 100%;
    margin-bottom: 50px;
  }

  .more_btn {
    font-size: 18px;
  }

  .blog_btn {
    flex-basis: auto;
  }

  .footer_address p,
  .footer_nav_list li a {
    font-size: 16px;
  }

  .sub_page_header_sub_title {
    font-size: 22px;
  }

  .sub_page_header_main_title {
    font-size: 60px;
    margin-top: 5px;
  }

  .sub_page_header {
    margin-bottom: 40px;
  }

  .sub_page_header::before {
    height: 50px;
    width: 3px;
  }

  .sub-about_header {
    margin-bottom: 50px;
  }

  .cta_lead_main {
    font-size: 25px;
  }

  .cta_lead_bg {
    font-size: 70px;
  }

  .cta_lead {
    margin-bottom: 0;
  }

  .sub-link_tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-company_box {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .sub-company_box_list {
    margin-bottom: 30px;
  }

  .sub-privacy_lead {
    margin-bottom: 40px;
  }

  .sub-privacy_section {
    margin-bottom: 40px;
  }

  .sub_page_header_inner {
    margin-bottom: 25px;
  }

  .sub-about_business_restriction_content {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-about_business_restriction_title {
    font-size: 26px;
  }

  .service_card_num {
    font-size: 38px;
  }

  .service_card_title {
    font-size: 30px;
  }

  .sub-about_flow_footer_text {
    font-size: 14px;
  }

  .sub-about_flow_step_title {
    font-size: 24px;
  }

  .reason__marquee-inner span {
    font-size: 58px;
  }

  .fv_marquee__inner span {
    font-size: 36px;
  }

  .reason__marquee-inner span {
    font-size: 58px;
  }

  .flow {
    background: url(./images/top-flow-deco01.png) left 93% top 90px / 18% auto no-repeat,
      url(./images/bg_waveparts.svg) left bottom 80px / 100% auto no-repeat,
      url(./images/bg_bubble.png) center top / cover no-repeat;
    background-color: #FFF5E0;
  }

  .flow_title {
    font-size: 38px;
  }

  footer .cta_section {
    margin-top: -15%;
  }

  .sub-contactbox_header {
    font-size: 28px;
  }

  .sub-contactbox_number {
    font-size: 52px;
  }
}

@media screen and (max-width:500px) {
  .fv {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .fv_inner {
    border-radius: 20px;
    overflow: hidden;
  }

  .fv_maincatch {
    width: 100%;
    top: 40%;
  }

  .fv_bubble01 {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(40px + 40%);
  }

  .fv_marquee {
    bottom: 6%;
    left: 0;
  }

  .fv_marquee__inner span {
    font-size: 34px;
  }

  .fv_bubble02,
  .fv_map {
    display: none;
  }

  .fv_wave {
    height: 20%;
  }

  .fv_wave img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .intro {
    padding-top: 50px;
  }

  .top-intro01 {
    width: 28%;
    top: 95px;
  }

  .intro_description {
    text-align: justify;
  }

  .cta_lead_bg {
    font-size: 65px;
    letter-spacing: 0;
  }

  .cta_lead_main {
    font-size: 34px;
  }

  .cta_inner {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 20px;
  }

  .cta_content {
    padding-top: 10px;
  }

  .cta_tel_number {
    margin-bottom: 0;
    letter-spacing: 0;
    flex-direction: column;
    gap: 0;
  }

  .cta_btn_text {
    font-size: 15px;
    letter-spacing: 0;
  }

  .cta_btns {
    gap: 10px;
    padding: 0 0 30px;
  }

  .cta_lead {
    margin-bottom: 10px;
  }

  .cta_tel_link {
    padding: 10px;
  }

  .cta_tel {
    margin: 0 auto 15px;
  }

  .cta_btn_link a {
    font-size: 16px;
    padding: 10px;
  }

  .cta_btn_icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  .cta_btn_arrow {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }


  .blog_title_jp {
    font-size: 20px;
    margin: 0;
  }

  .blog_title_en {
    font-size: 64px;
    line-height: 1;
  }

  .footer_inner {
    padding: 0;
  }

  .footer_nav_list li a {
    padding: 5px 0;
  }

  .footer_top {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .sub_page_header_main_title {
    font-size: 42px;
  }

  .breadcrumb_current {
    font-size: 14px;
  }

  .sub-link_tab {
    font-size: 14px;
  }

  .sub-link_tabs {
    gap: 7px;
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-link_tab::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  footer {
    padding-bottom: 70px;
  }

  .sub-contact_text {
    font-size: 16px;
  }

  .banner_img {
    width: 90%;
  }

  .top-intro01 {
    display: none;
  }

  .intro_heading {
    margin-bottom: 20px;
  }

  .top-intro01-sp {
    display: block;
    margin-bottom: 20px;
    margin-right: -20px;
  }

  .banner_block {
    margin-top: 120px;
  }

  .top-intro02 {
    width: 40%;
    top: -110px;
  }

  .top-intro03 {
    width: 40%;
    transform: translateY(95%);
  }

  .reason {
    padding-top: 160px;
  }

  .reasons_title_en {
    font-size: 56px;
  }

  .reasons_header {
    margin-bottom: 40px;
  }

  .reason__slider-container {
    padding: 0;
  }

  .reason__num {
    font-size: 38px;
  }

  .reason__item-title {
    font-size: 22px;
  }

  .reason__deco {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .top-intro04 {
    width: 25%;
    left: 5%;
    top: 40px;
  }

  .top-intro05 {
    width: 35%;
    right: 0;
    top: 50px;
  }

  .service_title_en {
    font-size: 48px;
  }

  .service_description {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .service_card {
    padding: 20px;
  }

  .service_card_heading {
    gap: 10px;
  }

  .service_card_title {
    font-size: 23px;
  }

  .service_card_num {
    font-size: 30px;
  }

  .service_card_btn_wrap {
    position: static;
    transform: none;
    margin-top: 15px;
  }

  .service_card_text::before {
    margin-bottom: 10px;
  }

  .service_cards {
    gap: 40px;
  }

  .service {
    background:
      url(./images/deco_stars.svg) right top 80px / 20% auto no-repeat,
      url('./images/bg_overlay01.png') center top / 100% auto repeat;
    background-color: #41C9C2;
  }

  .service_cards {
    margin-bottom: 30px;
  }

  .flow_inner {
    margin: 50px auto;
    gap: 30px;
  }

  .flow_title {
    font-size: 24px;
  }

  .flow_lead {
    margin-top: 20px;
  }

  .company_label {
    font-size: 20px;
  }

  .company_title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .company_lead {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .faq_title_en {
    font-size: 48px;
  }

  .faq_title_jp {
    font-size: 20px;
    margin-top: 10px;
  }

  .faq_list_ttl {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  footer .cta_section {
    margin-top: -20%;
  }

  .sub-about_business_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .sub-about_business_restriction_content {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }

  .sub-about_business_restriction_content.lay02 {
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-about_flow_message_highlight {
    font-size: 22px;
    letter-spacing: 0.06em;
  }

  .sub_page_header_texts {
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-about_links .reason__marquee {
    margin-bottom: 20px;
  }

  .sub-about_links {
    padding-bottom: 100px;
  }

  .sub-about_header {
    margin-bottom: 0;
  }

  .sub-about_reason_list {
    gap: 40px;
    margin: 50px auto;
  }

  .sub-about_reason_item,
  .sub-about_reason_item_reverse {
    gap: 20px;
  }

  .sub-about_business_sub_title {
    font-size: 26px;
    margin: 50px auto 30px;
  }

  .sub-about_business_card_content {
    padding: 20px;
  }

  .sub-about_business_restriction {
    margin-top: 60px;
  }

  .sub-about_business_restriction_title {
    margin-bottom: 30px;
  }

  .sub-about_business_restriction_content li {
    font-size: 16px;
  }

  .sub-about_flow_target_box {
    margin: 40px auto;
    padding: 20px 0;
  }

  .sub-about_flow_target_content {
    padding: 15px 25px 0;
  }

  .sub-about_flow_step_list {
    gap: 50px;
    margin-bottom: 50px;
  }

  .sub-about_flow_message_box {
    padding: 10px 15px;
    margin-bottom: 30px;
  }

  .sub-about_message_header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .sub-about_message_text_wrap {
    padding: 30px 20px;
  }

  .sub-about_message_paragraph {
    margin-bottom: 20px;
  }

  .sub-about_message_top_flex {
    margin-bottom: 20px;
  }

  .sub-about_message_photo_grid {
    gap: 30px;
  }

  .sub-about_comname {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-about_comname_main_title {
    font-size: 28px;
  }

  .sub-about_comname_main_lead {
    margin-bottom: 40px;
  }

  .sub-about_company {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-about_company_header {
    margin-bottom: 50px;
  }

  .footer_copyright {
    border-top: 2px solid #343434;
    text-align: center;
  }

  .sub-contactbox_header {
    font-size: 18px;
    letter-spacing: 0;
  }

  .sub-contactbox_number {
    font-size: 34px;
    line-height: 1.5;
  }

  .sub-contactbox_svg_icon {
    width: 40px;
  }

  .sub-contactbox_body {
    padding: 15px;
  }

  .sub-contactbox_phone_row {
    gap: 10px;
    margin-bottom: 0;
  }

  .sub-contact_header {
    margin-bottom: 50px;
  }

  .sub-contact_title {
    font-size: 28px;
  }

  .sub-contact_devided {
    margin: 20px auto 40px;
  }

  .service-deco01 {
    top: 6%;
    right: 1%;
    width: 25%;
  }

  .service-deco02 {
    bottom: 3.5%;
    left: 1%;
    width: 14%;
  }

  .blog-deco01 {
    bottom: 20px;
    left: 5%;
    width: 22%;
  }
}