﻿@charset "utf-8";
/*
Theme Name: original
Author: takagi.omt
Description: original theme
Version： 1.0.0
*/
/*---------------------------------------------------------*/
/*　機能紹介*/
/*----------------------------------------------------------*/
main.service {
 margin-bottom: 72px;
}
.service h3 {
 text-align: center;
 font-size: clamp(18px, 3.5vw, 23px);
 font-weight: 500;
 margin-bottom: 30px;
}
.service table tbody {
 display: flex;
 flex-wrap: wrap;
 grid-template-columns: repeat(3, 1fr);
 gap: 35px 15px;
}
.service table tr {
 display: flex;
 flex-direction: column;
 width: calc(100% / 2 - 8px);
 background-color: #f9fbf6;
}
.service table tr .img-box {
 margin: 0 auto 24px;
}
.service table tr:nth-child(n+3) .img-box img {
 /* max-height: 200px; */
 width: auto;
 margin: 0 auto;
}

.service table th {
 font-weight: 500;
 padding: 8px 20px;
 background-color: var(--main_color);
 color: #fff;
 font-size: 18px;
}
.service table td {
 background-color: #f9fbf6;
 padding: 20px;
}
@media (max-width: 768px) {
 .service table tr {
  display: flex;
  flex-direction: column;
  width: 100%;
 }
}
/*================================================================
  トップページ
================================================================*/
/*-----------------------------*/
/*　メインビジュアル (FSV)*/
/*-----------------------------*/
.fsv {
 background-image: url("img/top/fsv_bg.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 position: relative;
 overflow: hidden;
}
.fsv::before {
 content: "";
 width: 60%;
 height: 110%;
 display: block;
 background-image: url(img/top/fsv_circle.png);
 background-repeat: no-repeat;
 background-size: contain;
 position: absolute;
 right: -20%;
 top: -20%;
 z-index: 1;
}
.w_fsv {
 width: 90%;
 margin: 0 auto;
 max-width: 1600px;
}
.fsv .inner {
 display: flex;
 align-items: center;
 padding: 7% 0;
 position: relative;
 z-index: 2;
}
.fsv .text_box {
 width: 50%;
 text-align: center;
}
.fsv .text_box > p {
 line-height: 1;
 letter-spacing: .2em;
 font-weight: 500;
 font-size: clamp(19px, 2.15vw, 30px);
}
.fsv .text_box h1 {
 font-size: clamp(42px, 6.5vw, 88px);
 font-weight: 800;
 background: linear-gradient(145deg, #37C7EA, #00A2BF);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 margin: 20px 0;
}
.fsv .text_box img {
 width: 76%;
 margin: 16px auto;
}
.fsv .text_box > div {
 margin: 16px auto 0;
 line-height: 1.8;
 font-weight: 600;
 opacity: .7;
}
.fsv .img_box {
 width: 50%;
}
.loop_wrap {
 background-color: #fff;
 display: flex;
 overflow: hidden;
 gap: 5%;
 margin: 0 auto;
}

.loop_wrap img {
 animation: infinity-scroll-left 80s infinite linear 0.5s both;
 pointer-events: none;
 width: 100%;
}
@keyframes infinity-scroll-left {
 from {
  transform: translateX(0);
 }
 to {
  transform: translateX(-100%);
 }
}
.fsv .text_box > div > p.sp-text {
 display: none;
}
@media (max-width: 991px) {
 .fsv .text_box {
  padding-left: 2%;
 }
}
@media (max-width: 768px) {
 .fsv .inner {
  flex-direction: column;
  padding: 72px 0;
 }
 .fsv .text_box {
  width: 100%;
 }
 .fsv .img_box {
  width: 90%;
  margin-top: 48px;
  margin-left: 0;
 }
 .fsv::before {
  width: 120%;
  height: 100%;
  right: 50%;
  top: unset;
  bottom: -38%;
  transform: translateX(50%);
 }
 .fsv .text_box h1 {
  margin: 10px 0;
  font-size: clamp(42px, 9.5vw, 82px);
 }
 .fsv .text_box p {
  font-size: clamp(18px, 3.5vw, 29px);
  text-align: center;
 }
 .fsv .text_box img {
  width: 85%;
  margin: 16px auto 0;
 }
 .fsv .text_box  > div > p {
  font-size: 16px;
 }
}
@media (max-width: 485px) {
 .fsv .text_box > div > p.pc-text {
  display: none;
 }
 .fsv .text_box > div > p.sp-text {
  display: block;
 }
 .fsv .inner {
  padding: 48px 0;
 }
}

@media (max-width: 430px) {
 .loop_wrap img {
  width: 200%;
 }
}

/*-------------------------------------*/
/*　mental-health-section */
/*-------------------------------------*/
.mental-health-section {
 background-color: #e3eaf5;
 text-align: center;
 position: relative;
 padding-bottom: clamp(64px, 7.78vw, 112px);
 padding-top: clamp(56px, 5.00vw, 72px);
}
.mental-health-section::before {
 content:"";
 display:block;
 width: 0;
 height: 0;
 border-style: solid;
 border-right: 20px solid transparent;
 border-left: 20px solid transparent;
 border-top: 20px solid #e3eaf5;
 border-bottom: 0;
 position: absolute;
 bottom: -16px;
 right: 0;
 left: 0;
 margin: auto;
 z-index: 99;
}
.mental-health-section__title {
 color: var(--main_color);
 font-weight: bold;
 line-height: 1.5em;
 font-size: clamp(19px, 2.15vw, 31px);
}
.mental-health-section__list {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 margin-top: clamp(25px, 3.61vw, 52px);
 margin-bottom: clamp(32px, 3.33vw, 48px);
}
.mental-health-section__text {
 font-size: 16px;
 line-height: 1.8;
 font-weight: 500;
 font-size: clamp(15px, 1.11vw, 16px);
}
.mental-health-section__text.strong {
 font-size: 18px;
 margin-bottom: 16px;
 font-size: clamp(16px, 1.25vw, 18px);
}
.mental-health-section__list li {
 width: calc(50% - 6px);
 background: #fff;
 height: 72px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: 500;
 letter-spacing: .1em;
 border-radius: 5px;
 box-shadow: rgb(52 123 174 / 16%) 0 0 60px;
}
.mental-health-section__highlight {
 color: var(--support_color);
 font-weight: bold;
}
img.mental-health-section__img {
 width: 19px;
 margin-top: 28px;
 margin-bottom: 26px;
 margin-right: auto;
 margin-left: auto;
}
.mental-health-section__impact-box {
 display: flex;
 max-width: 645px;
 margin: 0 auto;
 background: var(--main_color);
 border-radius: 9px;
 padding: 28px;
 align-items: center;
 justify-content: center;
 position: relative;
 box-shadow: #E1EDF2 0 0 20px;
}
img.mental-health-section__impact-image {
 position: absolute;
 bottom: 0;
 left: 16px;
 width: auto;
 height: 92%;
 object-fit: contain;
}
.mental-health-section__impact-text {
 padding-left: 56px;
 color: #fff;
 line-height: 1.6;
}
.mental-health-section__impact-text {
 font-size: 18px;
 font-size: clamp(14px, 1.25vw, 18px);
}
.mental-health-section__impact-text span {
 font-weight: bold;
 display: block;
}
.mental-health-section__impact-text span.sp {
 display: none;
}
@media (max-width: 768px) {
 .mental-health-section__list li {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
 }
 .mental-health-section__impact-text span.pc {
  display: none;
 }
 .mental-health-section__impact-text span.sp {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
 }
}
@media (max-width: 690px) {
 .mental-health-section__text {
  text-align: left;
 }
 .mental-health-section__title {
  text-align: left;
 }
 .mental-health-section__title br {
  display: none;
 }
}
@media (max-width: 500px) {
 .mental-health-section__text {
  font-size: 14px;
  letter-spacing: .04em;
 }
 img.mental-health-section__impact-image {
  position: relative;
  order: 2;
  margin-top: 8px;
  left: 0;
  height: 142px;
 }
 .mental-health-section__impact-box {
  flex-wrap: wrap;
  padding: 30px 16px 0 16px;
  max-width: 340px;
 }
 .mental-health-section__impact-text {
  padding-left: 0;
 }
}
/*-----------------------------*/
/*　悩み解決　*/
/*-----------------------------*/
.solution {
 background: var(--main_color);
 position:relative;
 padding-top: clamp(64px, 6.94vw, 100px);
 padding-bottom: clamp(50px, 6.94vw, 100px);
}
.solution::before {
 content:"";
 display:block;
 background: url(img/top/section_bg.png) center;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}
.solution__inner.w-style-default {
 position: relative;
 z-index: 9;
}
.solution__title {
 text-align: center;
 color: #fff;
 margin-bottom: 26px;
}
.solution__title-text {
 font-size: 25px;
}
.solution__title-text {
 font-size: 33px;
 line-height: 1.6;
 font-weight: bold;
 font-size: clamp(20px, 2.29vw, 33px);
}
.solution__title-brand-name {
 font-size: 55px;
 line-height: 1;
 font-weight: 900;
 display: inline-block;
 font-size: clamp(30px, 3.82vw, 55px);
}
.solution__description {
 text-align: center;
 line-height: 1.8;
 color: #fff;
 font-weight: 500;
}
.solution__feature-summary {
 background: var(--support_color);
 text-align: center;
 border-radius: clamp(12px, 1.81vw, 26px);
 margin-top: clamp(20px, 3.33vw, 48px);
 padding: 4%;
}
.solution__feature-list {
 display: flex;
 justify-content: center;
 gap: 16px;
}
.solution__feature-item {
 background: rgb(255 255 255 / 20%);
 padding: 3%;
 color: #fff;
 font-weight: bold;
 line-height: 1.8;
 border-radius: clamp(4px, 0.69vw, 10px);
 width: calc(100% / 3 - 10px);
}
.solution__feature-item h3 {
 text-align: left;
 margin-bottom: 10px;
 font-size: 17px;
 background: var(--support_color);
 width: fit-content;
 line-height: 1.4;
 padding: 0 6px;
 letter-spacing: 0.04em;
}

.solution__feature-item p {
 text-align: left;
 font-weight: 400;
 line-height: 1.6;
 font-size: 15px;
}
.solution__feature-heading {
 color: #fff;
 font-weight: bold;
 letter-spacing: .14em;
}
.solution__feature-highlight {
 display: block;
 font-size: 24px;
 letter-spacing: .14em;
 margin-top: 12px;
}
.solution__detail-heading {
 font-size: 24px;
 color: #fff;
 text-align: center;
 font-weight: bold;
 margin-top: 36px;
 margin-bottom: 36px;
 line-height: 1.6;
 font-size: clamp(16px, 2.67vw, 24px);
}
.solution__detail-heading br {
 /* display: none; */
}
.solution__detail-content {
 background: #fff;
 border-radius: clamp(12px, 1.81vw, 26px);
 padding: clamp(24px, 3.89vw, 56px);
 display: flex;
 align-items: self-end;
 justify-content: space-between;
 padding-top: 48px;
}
.solution__image-container {
 width: 42%;
}
.solution__measure-item-group {
 width: 55%;
}
.solution__measure-item-heading {
 font-size: 32px;
 text-align: center;
 font-weight: bold;
 color: var(--main_color);
 margin-bottom: 20px;
 font-size: clamp(22px, 2.6vw, 32px);
}
.solution__measure-item-description {
 text-align: center;
 line-height: 1.6;
 margin-bottom: 32px;
}
.solution__measure-item-list {
 display: flex;
 flex-direction: column;
 gap: 15px;
 padding: 0;
 list-style: none;
}
.solution__measure-item-row {
 display: flex;
 gap: 10px;
 width: 100%;
}
.solution__measure-item-row:first-child,.solution__measure-item-row:last-child {
 width: 75%;
 margin: 0 auto;
}
.solution__measure-item {
 padding: 8px 15px;
 text-align: center;
 flex-grow: 1;
 flex-shrink: 0;
 background: var(--main_color);
 color: #fff;
 font-size: 13px;
 font-weight: bold;
 border-radius: 14px;
}
.solution__measure-item-list .solution__measure-item-row:nth-child(1) .solution__measure-item,
.solution__measure-item-list .solution__measure-item-row:nth-child(3) .solution__measure-item {
 width: calc((100% - 20px) / 3);
}
.solution__measure-item-list .solution__measure-item-row:nth-child(2) .solution__measure-item {
 width: calc((100% - 30px) / 4);
}
.solution__link {
 background: var(--support_color);
 margin: 0 auto;
 margin-top: 34px;
 border-radius: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 font-size: 18px;
 font-size: clamp(14px, 2vw, 18px);
 width: clamp(180px, 25.43vw, 323px);
 height: clamp(48px, 6.17vw, 60px);
}
@media (max-width: 991px) {
 .solution__feature-item {
  padding: 32px 16px;
 }
 .solution__detail-heading br {
  display: block;
 }
 .solution__detail-content {
  flex-wrap: wrap;
 }
 .solution__measure-item-group {
  width: 100%;
 }
 .solution__image-container {
  width: 100%;
  max-width: 460px;
  margin: 40px auto 0;
 }
 .solution__measure-item-list {
  max-width: 540px;
  margin: 0 auto;
 }
 .solution__measure-item {
  padding: 6px 8px;
 }
}
@media (max-width: 991px) {
 .solution__description br {
  display: none;
 }
}
@media (max-width: 768px) {
 .solution__feature-list {
  flex-wrap: wrap;
  gap: 8px;
 }
 .solution__feature-item {
  width: 92%;
  padding: 16px;
  line-height: 1.5;
 }
 .solution__feature-summary {
  padding-bottom: 4%;
  padding-top: 26px;
 }
 .solution__feature-highlight {
  font-size: 22px;
  letter-spacing: .1em;
 }
 .solution__measure-item-list {
  max-width: 440px;
  gap: 10px;
 }
 .solution__measure-item {
  font-size: 12px;
  padding: 4px 4px;
 }
}
@media (max-width: 480px) {
 .solution__measure-item-row {
  gap: 8px;
 }
 .solution__measure-item-row:first-child, .solution__measure-item-row:last-child {
  width: 90%;
 }
 .solution__measure-item-list {
  gap: 6px;
 }
 .solution__image-container {
  margin: 24px auto 0;
 }
 .solution__detail-content {
  padding-top: 28px;
 }
}
/*-----------------------------*/
/*　CTA　*/
/*-----------------------------*/
.cta-contact {
 background: var(--support_color);
 padding-top: clamp(40px, 6.11vw, 88px);
 padding-bottom: clamp(40px, 5.14vw, 74px);
}
.cta-contact__heading {
 text-align: center;
 margin-bottom: 36px;
 color: #fff;
}
p.cta-contact__message {
 font-size: clamp(14px, 2vw, 18px);
 line-height: 1.4;
}
p.cta-contact__message br {
 display: none;
}
span.cta-contact__highlight-text {
 font-size: clamp(18px, 3vw, 28px);
 line-height: 1.4;
 font-weight: bold;
 margin-top: 16px;
 display: block;
}
.cta-contact .btn_box_contact {
 justify-content: center;
}
span.cta-contact__highlight-text br {
 /* display: none; */
}
@media (max-width: 991px) {
 span.cta-contact__highlight-text br {
  display: block;
 }
}
@media (max-width: 685px) {
 span.cta-contact__highlight-text {
  text-align: left;
 }
}
@media (max-width: 480px) {
 p.cta-contact__message br {
  display: block;
 }
 span.cta-contact__highlight-text {
  margin-top: 8px;
 }
}
@media (max-width: 460px) {
 span.cta-contact__highlight-text br {
  display: none;
 }
}
/*-----------------------------*/
/*　メリット　*/
/*-----------------------------*/
.merit {
 padding-top: 68px;
 overflow: hidden;
 padding-bottom: clamp(60px, 8.61vw, 124px);
}
.merit .section-heading {
 text-align: center;
 width: 100%;
}
.section-heading__main {
 font-family: var(--fontfamily_en);
 display: block;
 color: var(--main_color);
 letter-spacing: 0;
 margin-bottom: 8px;
 font-size: clamp(42px, 3.96vw, 57px);
}
.merit__list {
 margin-top: clamp(30px, 3.75vw, 54px);
}
.merit__item {
 position: relative;
}
.merit__item:not(:last-child) {
 margin-bottom: 66px;
}
.merit__item__inner::before {
 content: "";
 display: block;
 width: 1780px;
 height: 100%;
 position: absolute;
 top: 0;
 right: 8%;
 background: #e3eaf5;
 z-index: -1;
 border-radius: 0 68px 68px 0;
}
.merit__item.merit__item--even .merit__item__inner::before{
 border-radius: 68px 0  0 68px;
 left: 8%;
 right: auto;
}
.merit__item__inner {
 display: flex;
 align-items: center;
 justify-content: space-between;
 min-height: 270px;
 position: relative;
}
.merit__item--odd .merit__item-body {
 width: 49%;
 padding-top: 54px;
 padding-bottom: 40px;
}
.merit__item--odd .merit__item-image-container {
 width: 46%;
}
.merit__item--even .merit__item-image-container {
 order: 1;
 width: 44%;
}
.merit__item--even .merit__item-body {
 width: 52%;
 order: 2;
 padding-top: 54px;
 padding-bottom: 40px;
}
.merit__item-body {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
}
.merit__item-number {
 width: 69px;
 height: auto;
 aspect-ratio: 1/1;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 33px;
 background: #fff;
 border-radius: 50%;
 letter-spacing: 0;
 font-weight: 500;
 color: var(--main_color);
 font-family: var(--fontfamily_en);
 position: relative;
}
.merit__item-number::before {
 content:"";
 display:block;
 width: 0;
 height: 0;
 border-style: solid;
 border-right: 10px solid transparent;
 border-left: 10px solid transparent;
 border-top: 20px solid #ffffff;
 border-bottom: 0;
 position: absolute;
 bottom: -5px;
 right: 10px;
 margin: auto;
 transform: rotate(
         318deg);
 z-index: -1;
}
.merit__item-body > div {
 width: calc(100% - 86px);
}
.merit__item-title {
 font-size: 26px;
 background: #316eb3;
 width: fit-content;
 color: #fff;
 padding: 12px;
 font-weight: 500;
 margin-bottom: 16px;
 line-height: 1.4;
}
p.merit__item-description {
 font-size: 15px;
 line-height: 1.6;
 font-weight: 500;
}

@media (max-width: 991px) {
 .merit__item-number {
  font-size: 25px;
  width: 54px;
 }
 .merit__item-title {
  font-size: 20px;
  margin-bottom: 12px;
 }
 .merit__item-description {
  font-size: 14px;
 }
}

@media (max-width: 768px) {
 .merit__item__inner {
  display: block;
 }
 .merit__item-body {
  width: 92%!important;
  padding-top: 24px!important;
  padding-bottom: 4px!important;
 }
 .merit__item-image-container {
  width: 92%!important;
  padding-bottom: 24px !important;
 }
 .merit__item-image-container img {
  width: 100%;
  margin: 0 auto;
 }
 .merit__item--even .merit__item-body {
  margin: 0 0 0 auto;
 }
 .merit__item--even .merit__item-image-container {
  margin: 0 0 0 auto;
 }
 .merit__item__inner::before {
  right: 8%;
  border-radius: 0 48px 48px 0;
 }
 .merit__item.merit__item--even .merit__item__inner::before {
  border-radius: 48px 0 0 48px;
  left: 8%;
 }
 .merit__item:not(:last-child) {
  margin-bottom: 24px;
 }
}

@media (max-width: 500px) {
 p.merit__item-description {
  font-size: 14px;
 }
 .merit__item-title {
  font-size: 16px;
 }
 .merit__item-number {
  font-size: 20px;
  width: 40px;
 }
 .merit__item-body > div {
  width: calc(100% - 58px);
 }
 .merit__item-number::before {
  bottom: -5px;
  right: 0;
 }
 .merit__item__inner::before {
  right: 4%;
  border-radius: 0 28px 28px 0;
 }
 .merit__item.merit__item--even .merit__item__inner::before {
  border-radius: 28px 0 0 28px;
  left: 4%;
 }
}

/*-----------------------------*/
/*　事例　*/
/*-----------------------------*/
.case-study {
 background: linear-gradient(350deg, #235081 0%, #3988e3 100%);
 position: relative;
 overflow: hidden;
 padding-top: clamp(54px, 5.56vw, 80px);
 padding-bottom: clamp(64px, 6.39vw, 92px);
}
.case-study::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: url("img/top/bg02.png") center no-repeat;
 background-size: cover;
 position: absolute;
 top: 0;
 left: 0;
}
.case-study__heading {
 text-align: center;
 color: #fff;
 font-weight: bold;
 margin-bottom: 16px;
}
.case-study__header-inner {
 position: relative;
 z-index: 9;
}
.case-study__lead-text {
 text-align: center;
 color: #fff;
 font-weight: bold;
 line-height: 1.6;
 font-size: clamp(22px, 2.7vw, 28px);
 margin-bottom: clamp(52px, 5vw, 72px);
}
.item-list {
 display: flex;
 gap: 14px;
}
.item-list__item {
 border-radius: 5px;
 position: relative;
}
.card-item__image-container {
 aspect-ratio: 332/173;
 border-radius: 5px 5px 0 0;
 overflow: hidden;
}
.card-item__image-container img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.card-item__meta-group {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 12px;
}
.card-item__body {
 background: #fff;
 padding: 16px 24px 24px;
 border-radius: 0 0 5px 5px;
}
.card-item__tag {
 background: var(--main_color);
 color: #fff;
 font-size: 12px;
 display: inline-block;
 line-height: 1.3;
 padding: 6px 8px;
 border-radius: 5px;
 font-weight: bold;
}
.card-item__tag span {
 font-size: 10px;
 font-weight: 500;
 letter-spacing: 0.02em;
 margin-top: 3px;
 display: block;
}
.card-item__date {
 font-size: 13px;
 color: #9F9F9F;
 letter-spacing: .04em;
}
.card-item__title {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 12px;
 line-height: 1.3;
}
.card-item__description {
 font-weight: 500;
 line-height: 1.4;
}
.case-number {
 width: 54px;
 height: auto;
 aspect-ratio: 1/1;
 background: #fff;
 border-radius: 50%;
 position: absolute;
 top: -24px;
 left: 12px;
 text-align: center;
 line-height: 1;
 font-size: 10px;
 color: var(--main_color);
 padding: 11px;
 font-family: var(--fontfamily_en);
}
.case-number span {
 display: block;
 font-size: 20px;
 letter-spacing: 0;
 width: 100%;
}
.case-study .slick-list {
 overflow: visible !important;
}
.case-study .item-list__item {
 margin-right: 14px;
 width: calc(100% / 3 - 22px);
 background: #fff;
}
@media (max-width: 991px) {
 .card-item__body {
  padding: 16px 12px;
 }
 .card-item__tag {
  font-size: 10px;
 }
 .card-item__date {
  font-size: 11px;
 }
 .card-item__title {
  font-size: 17px;
 }
}

/*-----------------------------*/
/*　料金　*/
/*-----------------------------*/
.price{
 padding-top: 90px;
 padding-bottom: 110px;
}
.price .section-heading {
 text-align: center;
 width: 100%;
 margin-bottom: 40px;
}
.price__text {
 text-align: center;
 line-height: 1.8;
}
@media (max-width: 705px) {
 .price__text {
  text-align: left;
 }
}


/*-----------------------------*/
/*　faq　*/
/*-----------------------------*/
.faq {
 background: linear-gradient(350deg, #235081 0%, #3988e3 100%);
 padding-top: 80px;
 padding-bottom: 92px;
 position: relative;
 padding-top: clamp(56px, 5.56vw, 80px);
 padding-bottom: clamp(54px, 6.39vw, 92px);
}
.faq::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: url("img/top/bg02.png") center no-repeat;
 background-size: cover;
 position: absolute;
 top: 0;
 left: 0;
}
.faq__inner {
 position: relative;
 z-index: 9;
 display: flex;
 align-items: self-start;
}
.faq__question {
 cursor: pointer;
 padding: 16px 24px 16px 65px;
 list-style: none;
 font-weight: 500;
 position: relative;
}
.faq__question::before {
 content: "Q";
 position: absolute;
 top: 16px;
 left: 24px;
 font-size: 32px;
 font-family: var(--fontfamily_en);
 color: var(--main_color);
}
.faq .section-heading__main {
 color: #fff;
}
.faq .section-heading__sub {
 color: #fff;
}
.section-heading {
 width: 30%;
}
.faq__content {
 width: 70%;
}
details.faq__item {
 background: #fff;
 margin-bottom: 16px;
 border-radius: 5px;
 box-shadow: rgb(52 123 175 / 16%) 0 0 20px;
}
.faq__answer-box {
 padding: 0px 24px 24px 65px;
 color: var(--main_color);
 font-weight: 500;
}
.faq__answer-box p {
 line-height: 1.4;
}
@media (max-width: 768px) {
 .faq__inner {
  display: block;
 }
 .faq .section-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
 }
 .faq__content {
  width: 100%;
 }
}
@media (max-width: 500px) {
 .faq .section-heading {
  margin-bottom: 32px;
 }
 .faq__question::before {
  top: 16px;
  left: 18px;
  font-size: 25px;
 }
 .faq__question {
  padding: 16px 16px 16px 48px;
 }
 .faq__answer-box {
  padding: 0px 16px 16px 48px;
 }
}
/*-----------------------------*/
/*　コラム　*/
/*-----------------------------*/
.column {
 padding-top: clamp(64px, 6.94vw, 100px);
 padding-bottom: clamp(56px, 4.44vw, 64px);
}
.column .section-heading {
 text-align: center;
 width: 100%;
}
.w-style-min.column__all-link {
 display: flex;
 gap: 12px;
 width: 100%;
 margin: -22px 0 0 auto;
 justify-content: flex-end;
 margin-bottom: 40px;
}
.column__all-link img {
 width: 23px;
 height: auto;
 aspect-ratio: 1/1;
 object-fit: contain;
}
.column li.item-list__item {
 margin-left: 20px;
 max-width: 400px;
}
.column .slick-arrow {
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 z-index: 99;
 height: auto;
 aspect-ratio: 1/1;
 width: clamp(20px, 3.06vw, 44px);
}
.column .slick-prev {
 left: 80px;
 transform: rotate(180deg);
 left: clamp(40px, 5.56vw, 80px);
}
.column .slick-next {
 right: 80px;
 right: clamp(40px, 5.56vw, 80px);
}
.slick-prev:before, .slick-next:before {
 display: none;
}
@media (max-width: 768px) {
 .column__all-link {
  font-size: 13px;
  gap: 8px;
  margin: -18px 0 0 auto;
  margin-bottom: 32px;
 }
 .column__all-link img {
  width: 16px;
 }
}
@media (max-width: 500px) {
 .w-style-min.column__all-link {
  margin: 32px auto 16px;
 }
 .card-item__tag {
  font-size: 10px;
 }
 .card-item__date {
  font-size: 11px;
 }
 .card-item__title {
  font-size: 16px;
 }
 .card-item__description {
  font-size: 13px;
  font-weight: 400;
 }
}


/*================================================================
  アーカイブ
================================================================*/
main.archive {
 margin-bottom: 72px;
}
main.archive .column {
 padding-top: 0;
 padding-bottom: 0;
}
.nav-links {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 gap: 8px;
 margin-top: 56px;
}
main.archive .item-list {
 flex-wrap: wrap;
 gap: 24px;
}
main.archive .item-list__item {
 width: calc(100% / 3 - 16px);
 border: 1px solid #DCDDDB;
 margin-right: 0;
}

@media (max-width: 991px) {
 main.archive .card-item__body {
  padding: 16px;
 }
}
@media (max-width: 768px) {
 main.archive .item-list {
  gap: 16px;
 }
 main.archive .item-list__item {
  width: calc(100% / 2 - 8px);
 }
}
@media (max-width: 480px) {
 main.archive .item-list__item {
  width: 100%;
 }
}
/*================================================================
  シングル
================================================================*/
main.single {
 margin-bottom: 110px;
}
main.single .card-item__date {
 color: #333333;
 font-weight: 500;
}
main.single .single__title {
 font-size: 24px;
 font-weight: bold;
 line-height: 1.4;
 margin-top: 10px;
 margin-bottom: 32px;
 border-bottom: 1px solid #DCDDDB;
 padding-bottom: 20px;
}
/* 段落 */
.single__content p {
 margin: 8px 0;
 line-height: 1.6;
}
/* 強調 */
.single__content strong {
 font-weight: bold;
}
/* 見出し */
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
 color: #222; /* 基本の文字色は濃い灰色 */
 margin-top: 2.5em; /* 上の要素との間隔を空ける */
 margin-bottom: 1em;
 line-height: 1.4;
}
/* h3: 主要な見出し (メインカラーを少し強調) */
.single__content h3 {
 font-size: 1.5em;
 padding: 8px 16px;
 /* メインカラーの下線 */
 background: #37A1C9;
 color: #fff;
}
/* h4: 小見出し (シンプルに左に線) */
.single__content h4 {
 font-size: 1.3em;
 border-left: 5px solid #37A1C9; /* メインカラーの左線 */
 padding-left: 10px;
 border-bottom: 1px dashed #37A1C9;
 padding-bottom: 4px;
 color: #37A1C9;
 font-weight: bold;
}
/* h5, h6: さらに小さな見出し (シンプル) */
.single__content h5 {
 font-size: 1.1em;
 margin-top: 2em;
}
.single__content h6 {
 font-size: 1em;
 font-style: italic;
 margin-top: 2em;
}
/* リスト */
.single__content ul,
.single__content ol {
 margin-bottom: 1.5em;
 padding-left: 1.5em;
}
.single__content li {
 margin-bottom: 0.5em;
}
/* 順序なしリスト */
.single__content ul {
 list-style: disc;
}
/* 順序ありリスト */
.single__content ol {
 list-style: decimal;
}
/* 定義リスト */
.single__content dl {
 margin-bottom: 1.5em;
}
/* 定義語 (用語) - 少し強調 */
.single__content dt {
 font-weight: bold;
 color: #37A1C9; /* メインカラー */
 margin-top: 1em;
}
/* 定義 (説明) - 少しインデント */
.single__content dd {
 margin-left: 1.5em;
 margin-bottom: 1em;
}
/* 画像 */
.single__content img {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 1.5em auto;
 border-radius: 5px;
 width: fit-content;
}
/* リンク */
.single__content a {
 color: #37A1C9; /* メインカラー */
 text-decoration: none;
 transition: color 0.3s;
 display: inline-block;
}
.single__content a:hover {
 color: #37A1C9; /* メインカラーより少し濃い色 */
 text-decoration: underline;
}
/* 引用 */
.single__content blockquote {
 border-left: 4px solid #37A1C9; /* メインカラーの縦線 */
 margin: 2em 0;
 padding: 0.5em 1.5em;
 background-color: #f8f8f8;
 font-style: italic;
 color: #555;
}
/* 短い引用 */
.single__content q {
 font-style: italic;
 quotes: "“" "”" "‘" "’";
}
/* テーブル */
.single__content table {
 width: 100%;
 border-collapse: collapse;
 margin: 2em 0;
}
/* テーブルヘッダー */
.single__content th {
 background-color: #222; /* 落ち着いた濃い灰色 */
 color: white;
 padding: 10px;
 text-align: left;
 border: 1px solid #ccc;
}
/* テーブルデータ */
.single__content td {
 padding: 10px;
 border: 1px solid #ddd;
}
/* 偶数行の背景色を少し変える */
.single__content tr:nth-child(even) {
 background-color: #f9f9f9;
}
/* 整形済みテキスト (コードブロック) */
.single__content pre {
 background-color: #222; /* 落ち着いた濃い灰色 */
 color: #f0f0f0; /* 明るい文字色 */
 padding: 1em;
 margin: 2em 0;
 overflow-x: auto;
 border-radius: 5px;
 font-family: 'Consolas', 'Monaco', 'Andale Mono', 'Ubuntu Mono', monospace;
}
/*================================================================
  お問い合わせ
================================================================*/
main.low_contact {
 min-width: 100%;
 margin-bottom: 100px;
}
.contact__note {
 font-size: clamp(13px, 1.11vw, 15px);
 margin-top: 4px;
}
.contact__method-heading {
 background: #37A1C9;
 background: linear-gradient(15deg, rgb(50 111 177) 0%, rgb(83 135 192) 100%);
 padding: 12px 16px;
 color: #fff;
 font-weight: 500;
 margin-top: 42px;
 margin-bottom: 20px;
 font-size: clamp(16px, 2.25vw, 18px);
}
.contact-form {
 border: 1px solid #DCDDDB;
 padding: 4% 4% 6%;
 border-radius: 5px;
 margin-top: 32px;
}
main.low_contact .tel {
 margin-top: 24px;
}
main.low_contact .tel a {
 color: var(--support_color);
}
main.low_contact .tel a::before {
 background: url("img/common/i_tel03.png") center no-repeat;
 background-size: contain;
}
/*-----------------------------*/
/*　フォーム*/
/*-----------------------------*/
.contact-form__inner {
 margin-bottom: clamp(60px, 13.89vw, 200px);
 border-bottom: none;
}
.contact-form__table {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 20px;
}
.contact-form__table th, .contact-form__table td {
 padding: 10px 0;
 text-align: left;
}
.contact-form__table tr {
 padding-top: 24px;
 padding-bottom: 24px;
}
.contact-form__table tr:last-child {
 border-bottom: none;
}
.contact-form__table th {
 width: 200px;
 vertical-align: top;
 padding-top: 16px;
 font-size: 14px;
 font-weight: 500;
}
.contact-form__table th span {
 background: var(--main_color);
 color: #fff;
 font-size: 10px;
 padding: 3px 8px;
 border-radius: 4px;
 font-weight: 400;
 margin-left: 6px;
}
.contact-form__table td {
 width: calc(100% - 200px);
 padding-right: 24px;
 font-size: 14px;
 letter-spacing: 0.04em;
}
.contact-form__table td input[type="text"],
.contact-form__table td input[type="tel"],
.contact-form__table td input[type="email"],
.contact-form__table td textarea {
 width: 100%;
 padding: 8px;
 box-sizing: border-box;
 background: #FCFCFC;
 border: 1px solid #DCDDDB;
}
.contact-form__table td input[type="email"] {
 margin-bottom: 8px;
}
input.wpcf7-form-control.wpcf7-text.p-region.p-locality.p-street-address.p-extended-address {
 margin-bottom: 8px;
}
input#email {
 margin-bottom: 8px;
}
input::placeholder {
 opacity: 0.5;
 color: #9c9c9c;
 font-size:14px;
}
.name-fields > p, .kana-fields > p, .email-fields > p {
 display: flex;
 gap: 10px;
}
.name-fields input, .kana-fields input {
 flex: 1;
}
.confirm-button {
 text-align: center;
 margin-top: 40px;
}
.confirm-button .wpcf7-submit {
 padding: 16px 30px;
 max-width: 340px;
 width: 100%;
 background-color: var(--main_color);
 color: white;
 border: none;
 cursor: pointer;
 font-size: 16px;
 border-radius: 40px;
}
.contact-form__table tr:has(th:contains("確認事項")) td div {
 display: flex;
 align-items: center;
 margin-bottom: 10px;
}
tr.check-box br {
 display: none;
}
/* 1. チェックボックスの本体（<input>）を非表示にする */
.contact-form__table input[type="checkbox"] {
 /* 視覚的に隠す設定を調整 */
 position: absolute;
 opacity: 0;
 /* z-indexを高くして、クリックイベントがブロックされないようにする */
 z-index: 10;

 /* クリック領域を確保するため、サイズは維持（または大きくする） */
 width: 100%; /* 親要素全体をクリック可能にする */
 height: 100%; /* 親要素全体をクリック可能にする */

 /* CF7の構造上、リストアイテムの左上を基準に配置 */
 left: 0;
 top: 0;
 cursor: pointer; /* マウスオーバー時にクリック可能なカーソルを表示 */
}

/* 2. ラベル装飾の基本スタイル (::before) */
/* 装飾の対象を .wpcf7-list-item-label に変更 */
.contact-form__table .wpcf7-list-item-label::before {
 content: '';
 position: absolute;
 left: 0;
 /* CF7は自動で <br> を挿入することがあるため、topを調整 */
 top: 50%;
 transform: translateY(-50%);
 width: 16px;
 height: 16px;
 border: 1px solid #d1d1d1;
 background-color: #fff;
 /* 装飾がラベルのテキストと重ならないようにpaddingを追加 (次のステップで必要) */
}

/* 3. 親要素に relative を設定 (装飾の基準位置を確保) */
/* CF7の構造に合わせて .wpcf7-list-item に position: relative を追加 */
.contact-form__table .wpcf7-list-item {
 position: relative;
 /* ラベルテキストとチェックボックス装飾の間にスペースを空ける */
 padding-left: 24px; /* 16px (box) + 8px (margin) */
 display: block; /* 縦に並べるためにブロック要素化 */
 margin-left: 0;
}

/* 4. チェック済みの場合の背景色 (::before) */
/* input[type="checkbox"]:checked の状態を親要素を通して指定 */
.contact-form__table input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
 background-color: var(--main_color);
 border-color: var(--main_color);
}

/* 5. チェック済みの場合のチェックマーク (::after) */
/* input[type="checkbox"]:checked の状態を親要素を通して指定 */
.contact-form__table input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
 content: '✔';
 position: absolute;
 left: 4px;
 top: 50%;
 transform: translateY(-50%);
 color: #fff;
 font-size: 12px;
 font-weight: bold;
}
@media (max-width: 991px) {
 .contact-form__table th {
  width: 100%;
  float: left;
  padding: 0;
 }
 .contact-form__table td {
  width: 100%;
  float: left;
  padding: 8px 0 24px 0;
 }
}
@media (max-width: 768px) {
 .contact-form__table th {
  padding: 16px 0 0 0;
 }
 .contact-form__table td {
  padding: 8px 0 16px 0;
 }
 .confirm-button .wpcf7-submit {
  font-size: 14px;
  max-width: 240px;
  padding: 14px 30px;
 }
 .confirm-button {
  margin-top: 24px;
 }
}


div#wpcf7cpcnf {
 z-index: 0;
}
div#wpcf7cpcnf td {
 padding-bottom: 12px;
 letter-spacing: 0;
}
button.wpcf7cp-cfm-edit-btn {
 background: #f1f1f1;
}
div.wpcf7cp-btns button {
 text-align: center;
 border-radius: 40px;
 font-size: 14px;
 cursor: pointer;
 padding: 16px 30px;
 max-width: 340px;
 width: 100%;
 display: block;
 margin: 0 auto 8px;
}
button.wpcf7cp-cfm-submit-btn {
 background: var(--main_color);
 color: #fff;
}
.wpcf7-spinner {
 display: none;
}


.grecaptcha-badge { visibility: hidden; }




/*================================================================
  プライバシーポリシー
================================================================*/
.policy__inner {
 margin-bottom: clamp(100px, 10.42vw, 200px)!important;
}
.policy__inner p {
 line-height: 1.6;
 letter-spacing: .04em;
 margin-bottom: 24px;
}
.policy__inner ol {
 list-style: decimal;
 padding-left: 24px;
 margin: 24px 0;
}
.policy__inner ol li {
 margin-bottom: 8px;
 letter-spacing: .04em;
}
.policy__inner  h3 {
 font-weight: bold;
 margin-bottom: 16px;
 margin-top: 40px;
}
.policy-info > div {
 margin: 8px 0;
}
.policy__inner a {
 color: var(--main_color);
}
.policy__inner a:hover {
 text-decoration: underline;
 color: #6f982d;
}