@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
    font-family: "Public Sans", "Noto Sans JP", sans-serif;
    font-style: normal;
    color:#000000;
    margin: 0;
    padding: 0;
}
.all_bg{
    background-color: #F3F7F7;
}
.all_bg a:hover{
    text-decoration: none;
}
.bold_red{
    font-weight: 700;
    color: #E63946;
}
.green{
    color: #307974;
}
.green_bold{
    color: #307974;
    font-weight: 700;
}
.mb-40{
    margin-bottom: clamp(30px, 2.6vw, 40px);
}
.mb_20{
  margin-bottom: 20px;
}
.marker_bl{
    background: linear-gradient(transparent 70%, #51BDCA 70%);
}
.marker_yellow {
    background: linear-gradient(transparent 50%, #FFFF00 70%);
}
.kari{
    width: 100%;
}
.contents h3{
    border-top: none !important;
    border-bottom: none !important;
}
h2.main_title{
    font-size: clamp(24px, 5.2vw, 40px);
    color: #000000;
    font-weight: 600;
    background-color: rgb(0 0 0 / 0%);
    text-align: center;
    padding: 0;
    letter-spacing: 1.4px;
    margin-bottom: 50px;
}
.sub_title{
    display: block;
    font-size: clamp(15px, 2.8vw, 22px);
    font-family: "Public Sans", sans-serif;
    color: #307974;
    margin-bottom: 6px;
}
.contents{
    padding: 80px 30px;
}
.w_bg{
    background-color: #ffffff;
}
.sp {
    display: none;
}
@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
}
}
@media (max-width: 768px){
  .contents{
    padding: 15% 5%;
}
h2.main_title{
    font-size: clamp(25px, 5.2vw, 40px);
    margin-bottom: 7%;
}
}
@media only screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc{
      display: none;
    }
}

/* YouTubeエリア */
.youtube-contents{
    background-color: #ffffff;
    max-width: 1180px;
    margin: auto;
    border-radius: 8px;
    padding: 50px;
}
.youtube_movie iframe{
  width: 100%;
}
.youtube{
    padding: 80px 30px;
}
.youtube_box{
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
}
.youtube_movie{
    width: 52%;
}
.youtube_ex{
    width: 48%;
    padding: 0 0 0 3.1%;
    text-align: center;
}
.youtube_ex .youtube_logo{
    max-width: 312px;
    width: 80%;
}
.youtube_btn img{
    max-width: 42px;
    width: 20%;
    display: inline-block;
    margin-right: 5px;
}
.youtube_text{
    font-size: clamp(16px, 1.7vw, 18px);
    letter-spacing: 1.7px;
    font-weight: 500;
    text-align: left;
    margin-top: 20px;
    margin-bottom: clamp(20px, 2vw, 30px);
}
.youtube_btn{
    display: inline-flex;
    justify-content: center;
    padding: 17px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: clamp(18px, 1.9vw, 20px);
    text-decoration: none;
    color: #000;
    width: 100%;
    transition: 0.3s;
    min-height: 63px;
    background: #FFFFFF;
    border: solid 3px #FE0000;
    align-items: center;
    border-radius: 9999px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.22);
    transition: .3s;
    max-width: 323px;
}
.youtube_btn:hover{
    color: #000;
    box-shadow: unset;
    transform: translateY(4px);
}


/* 小さい動画 */
.front-video {
  position: relative;
  text-align: center;
}
.front-video video {
  width: 100%;
  max-width: 585px;
  display: block;
  margin: 0 auto;
}

/* 中央に置く再生ボタン */
.video-overlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.video-overlay-btn:hover {
  background: rgba(0,0,0,0);
}
.video-overlay-btn img {
  max-width: 90px;
  pointer-events: none; /* クリック判定はbutton全体にする */
}

/* ポップアップ全体 */
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

/* ポップアップ内容 */
.popup-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 900px;
  background: #000;
  padding: 20px;
  border-radius: 10px;
}
.popup-content video {
  width: 100%;
  height: auto;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 0px;
  right: 11px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
.youtube_box {
    flex-direction: column;
}
.youtube_movie {
    width: 100%;
}
.youtube_ex {
    width: 100%;
    padding: 0;
}
.youtube {
    padding: 15% 5%;
}
.youtube-contents {
    padding: 8%;
}
.youtube_btn {
    margin-top: clamp(14px, 2vw, 30px);
}
.youtube_text {
    margin-top: 14px;
    margin-bottom: 0;
}
}


/* 導入 */
.introduction {
    position: relative;
    padding: 75px 7%;
    background-image: url("../images/introduction_img.jpg");
    background-size: cover;
    background-position: left;
    overflow: hidden;
}
.introduction::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        -90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,0.90) 35%,
        rgba(255,255,255,0.50) 65%,
        rgba(255,255,255,0.00) 80%
    );
    pointer-events: none; /* クリックをブロックしない */
}
.introduction__inner {
    position: relative; /* ::before と重ならないように */
    width: min(100%, 900px);
    margin-left: auto;
}
.introduction_contents h3{
    border: none;
    font-size: clamp(22px, 3.7vw, 30px);
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-shadow: 0px 0px 4px #ffffff;
}
.introduction_contents p{
    font-size: clamp(16px, 2.6vw, 20px);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 1.7px;
    margin: 0;
    text-shadow: 0px 0px 4px #ffffff;
}
.introduction_box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: .6;
    border-radius: 8px;
    content: "";
    z-index: -2;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
}
.introduction_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    z-index: 0;
}
.introduction_contents .introduction_box_ttl{
    font-size: clamp(18px, 3.3vw, 20px);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    text-shadow: none;
    line-height: 1.4;
}
.introduction_contents .introduction_box_text{
  font-size: clamp(15px, 2.6vw, 16px);
  font-weight: 400;
  letter-spacing: 1.6px;
  text-shadow: none;
}
.introduction_contents .introduction_emphasis{
  font-weight: 700;
  letter-spacing: 1.7px;
}
.introduction_contents .kome_text{
  font-size: clamp(13px, 2.6vw, 14px);
  font-weight: 400;
}
@media (max-width: 768px){
.introduction {
    padding: 12% 5%;
}
    .introduction::before {
        background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.90) 35%, rgba(255, 255, 255, 0.70) 80%, rgba(255, 255, 255, 0.00) 160%);
    }
}
/* お悩み */
br.sp{
  display: none;
}
.message-box {
    background-color: #307974;
    color: #ffffff;
    text-align: center;
    padding: 15px 20px 7px;
    position: relative;
}
.message-box::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 35px solid #327A75;
    z-index: 5;
    }

.nayami {
    color: #FFFF00;
    font-size: clamp(32px, 6.7vw, 50px);
    position: relative;
    letter-spacing: -2.6px;
}

.dot-top::before {
    content: "";
    position: absolute;
    top: -11px; /* ドットの高さ調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #FFFF00;
    border-radius: 50%;
}
.message-box_text{
    margin: 0;
    font-size: clamp(22px, 4.4vw, 32px);
    line-height: normal;
    letter-spacing: 1.4px;
    font-weight: 600;
}
.nayami_list_area{
    position: relative;
    padding: 75px 80px;
    background-image: url(../images/nayami_list_bg.jpg);
    background-size: cover;
    background-position: right;
}
.nayami_list_img{
    max-width: 1120px;
}
.nayami_text{
    font-size: clamp(22px, 3.7vw, 30px);
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-top: 40px;
    margin-bottom: 0px;
    z-index: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}
.nayami_text .marker_bl{
    font-size: clamp(26px, 5.8vw, 38px);
    font-weight: 700;
}
.finance-inner {
    max-width: 632px;
}
/* .finance-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 2;
} */

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

.finance-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.finance-item {
  display: flex;
  align-items: center;
    background: rgb(255 255 255 / 80%);
    border-radius: 2px;
    padding: 12px 14px;
    min-height: 52px;
    margin-bottom: 0;
}

.finance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  margin-right: 14px;
  flex-shrink: 0;
}

.finance-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.finance-item p {
    margin: 0;
    font-size: clamp(16px, 3.7vw, 22px);
    line-height: 1.4;
    line-height: 1.4;
    font-weight: 500;
}

.finance-em {
    color: #307974;
    font-weight: 700;
    font-size: clamp(22px, 3.4vw, 28px);
}

.finance-cta {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  text-align: center;
}

.finance-cta p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.finance-cta-underline {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 320px;
  height: 6px;
  background: #2E7A73;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .finance-inner {
    grid-template-columns: 1fr;
  }
  .finance-right {
    order: -1;
    height: 220px;
  }
  .finance-cta-underline {
    width: 220px;
  }
  br.sp{
  display: block;
}
.nayami_list_area {
    padding: 12% 5%;
    background-position: 80% 0%;
}
.finance-left {
    padding-right: 0px;
}
.nayami_text {
    bottom: -46px;
}
.finance-icon {
    width: 30px;
    margin-right: 12px;
}
}



/* コンバージョンエリア */
.contact-consult-inner{
    max-width: 1040px;
    margin: auto;
}
.support{
  margin-top: 80px;
}
.contact-consult-section {
  background: #307974;
  padding: 60px 20px 80px;
  text-align: center;
  color: #fff;
  position: relative;
}
.contact-consult-section::before {
    content: "";
    position: absolute;
    z-index: 15;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #307974;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.contact-consult-title {
  font-size: clamp(20px, 5.3vw, 30px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
  letter-spacing: 1.6px;
  background: none;
}

.contact-consult-title .contact-emphasis {
  color: #f7f23d; 
  font-size: clamp(22px, 5.8vw, 40px);
  font-weight: 700;
}

.contact-consult-subtitle {
  font-size: clamp(20px, 4.6vw, 30px);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}

.contact-consult-subtitle .label {
  background: #fff;
  color: #307974;
  padding: 4px 10px;
  border-radius: 0px;
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px);
}

.contact-consult-text {
  font-size: clamp(16px, 2.6vw, 18px);
  margin-bottom: 32px;
  line-height: 2;
  letter-spacing: 1.9px;
}

.contact-consult-box {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 24px 0px;
}

.contact-consult-item {
  flex: 1;
  min-width: 240px;
  text-align: center;
  color: #000;
  border-right: solid 1px #CCCCCC;
  padding: 0 30px;
}

.contact-consult-icon img {
  width: 48px;
  height: auto;
  margin-bottom: 12px;
}

.contact-consult-btn {
    display: inline-flex;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 20px);
    text-decoration: none;
    color: #fff;
    width: 100%;
    transition: 0.3s;
    min-height: 63px;
    letter-spacing: 1.4px;
}

.line-btn {
    background: #06C755;
    align-items: center;
    border-radius: 9999px;
    box-shadow: 0 4px 0px rgba(47, 145, 95, 1);
    transition: .3s;
}

.mail-btn {
  background: #B12A0B;
  align-items: center;
  border-radius: 9999px;
  box-shadow: 0 4px 0px rgba(137, 33, 9, 1);
  transition: .3s;
}

.tel-btn {
  background: #2F915F;
  align-items: center;
  border-radius: 9999px;
  box-shadow: 0 4px 0px rgba(47, 109, 75, 1);
  transition: .3s;
  font-size: clamp(18px, 2.6vw, 26px);
  font-family: "Public Sans", sans-serif;
}

.line-btn:hover,.mail-btn:hover,.tel-btn:hover{
    color: #ffffff;
    box-shadow: unset;
    transform: translateY(4px);
}
.contact-consult-note {
  font-size: 13px;
  letter-spacing: 1.4px;
  margin-top: 8px;
  font-weight: 500;
}
.contact-img{
    width: 170px;
    padding: 18px;
    margin: -60px auto -40px;
}
.contact-img img{
    width: 100%;
    /* max-width: 67px; */
    padding: 30px 40px 40px;
    vertical-align: bottom;
    border-radius: 380px;
    background: #fff;
}
.contact-consult-item:last-child {
    border-right: solid 1px #cccccc00;
}
@media (max-width: 768px){
  .support {
    margin-top: 100px;
  }
  .support_bm {
        margin-top: 50px;
  }
  .contact-consult-title {
      padding: 0;
  }
  .contact-consult-section {
      padding: 12% 5% 15%;
  }
  .contact-consult-text {
    letter-spacing: 1.7px;
    text-align: left;
  }
  .contact-consult-box {
      flex-direction: column;
  }
  .contact-consult-item {
      border-right: none;
      position: relative;
  }
   .contact-consult-item::after {
      content: "";
      position: absolute;
      display: block;
      margin: auto;
      background: #cccccc;
      left: 0px;
      right: 0px;
      bottom: 0;
      height: 1px;
      width: 90%;
  }
  .contact-img_sp{
        margin: -20px auto -40px;
  }
  .contact-consult-item:last-child {
      border-right: none;
  }
  .contact-consult-item:last-child::after {
  content: none;
}
  .contact-consult-item:first-child {
  padding: 0 30px 40px;
}
.contact-img.contact-img_sp img {
    background: #ffffff00;
}
.contact-consult-item:nth-child(2){
      padding: 0 30px 15px;
}
.contact-consult-btn {
    max-width: 480px;
    font-size: clamp(18px, 4.6vw, 20px);
}
.tel-btn {
    font-size: clamp(18px, 5.9vw, 26px);
}

}

/* 当事務所の特徴 */
.point-contents{
    background-color: #ffffff;
    max-width: 1180px;
    margin: auto;
    border-radius: 8px;
    padding: 50px;
    margin-bottom: 30px;
}
.point-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.point-box.point-box_re{
    flex-direction: row-reverse;
}
.point-text{
    padding-right: 5%;
    width: 65%;
}
.point-box_re .point-text{
    padding-right: 0px;
    padding-left: 5%;
}
.point-num {
  max-width: 70px; /* POINT01画像の幅調整 */
  display: block;
    margin-right: 20px;
}
.point-text h3 {
    font-size:  clamp(20px, 3.7vw, 36px);
    font-weight: 700;
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-align: left;
}
.point_title {
  font-weight: 500;
  font-size:  clamp(16px, 4.6vw, 24px);
}
.point-text p {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1.7px;
}

/* 右側画像 */
.point-image {
    width: 35%;
}

.point-image img {
    max-width: 395px;
    border-radius: 8px;
    display: block;
    width: 100%;
}
.point_title_flex{
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 0 30px;
}
.features .point-contents:last-child{
    margin-bottom: 0;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .point-box {
    flex-direction: column;
    text-align: center;
  }
  .point-image img {
    width: 100%;
    max-width: inherit;
    margin: 1rem auto 0;
  }
  .point-text {
    padding-right: 0px;
    width: 100%;
  }
  .point-image{
    width: 100%;
  }
  .point-box.point-box_re {
      flex-direction: column;
  }
  .point-box_re .point-text {
    padding-left: 0px;
  }
  .point-text h3 {
    font-size: clamp(24px, 5.5vw, 36px);
}
.point-contents {
    padding: 8%;
}
.point-num {
    max-width: 65px;
    margin-right: 17px;
    width: 16%;
}
.point_title {
    font-weight: 500;
    font-size: clamp(16px, 3.9vw, 24px);
}
}


/* ご相談ください */
.consultation_message-box{
    padding: 10px 20px 14px;
}
.consultation_emphasis{
    font-size: clamp(26px, 5.1vw, 40px); 
    color: #FFFF00;
    letter-spacing: 1.6px; 
}
.consultation_text{
    font-size: clamp(18px, 2.8vw, 24px);
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 0px;
    letter-spacing: 1.7px;
}
.consultation_contents{
    padding: 50px 30px;
}
.profile-section {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 15px 30px 80px;
  justify-content: center;
}

.profile-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}

.profile-img img {
  width: 100%;
  height: auto;
  display: block;
}

.profile-body {
    padding: 30px 20px 20px 35px;
}

.profile-body h3 {
    font-size: clamp(22px, 3.7vw, 26px);
    margin: 0;
    font-weight: 600;
    border-top: none;
    border-bottom: none;
    padding: 0;
}

.profile-body h3 span {
  font-size: clamp(11px, 2.4vw, 12px);
  margin-left: 0.3rem;
}

.position {
  font-size: clamp(15px, 3.1vw, 16px);
  color: #307974; 
  font-weight: 400;
  margin: 0.3rem 0 1rem;
}
.profile-link {
    text-decoration: none;
    font-size: clamp(16px, 2.5vw, 18px);
    display: block;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 500;
    gap: 12px;
    margin-bottom: 0px;
}
.profile_btn_arrow {
    width: 35px;
    height: 35px;
    background: #F29035;
    border: 1px solid #F29035;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
.profile-section a{
    color: #000000;
    transition: all .2s ease;
}
.profile-section a:hover {
    text-decoration: none;
    opacity: .8;
}
.profile-section a .profile_btn_arrow{
    transition: all .2s ease;
}
.profile-section a:hover .profile_btn_arrow{
    background: #000000;
    border: 1px solid #000000;
}
/* .profile_btn_arrow::after {
    content: '';
    display: inline-block;
    margin-top: 11px;
    margin-left: -23px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
} */
.profile-block_link .fa-chevron-right{
    color: #ffffff;
}

@media (max-width: 768px) {
  .profile-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .consultation_emphasis {
    font-size: clamp(28px, 6vw, 40px);
}
.consultation_contents {
    padding: 50px 5% 3%;
}
.profile_btn_arrow {
    width: 32px;
    height: 32px;
}
.profile-link {
    gap: 9px;
}
.consultation_text{
  text-align: left;
}
}

/* 経営相談はいつすれば良い？ */
.advice_text {
    font-size: clamp(20px, 4.1vw, 28px);
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    margin-bottom: clamp(30px, 4.1vw, 50px);
    letter-spacing: 1.6px;
}
.advice_text .emphasis{
    font-size: clamp(24px, 4.9vw, 36px);
    font-weight: 700;
}
.advice_figure{
    max-width: 1080px;
    width: 100%;
    display: block;
    margin: auto;
}
.figure_text{
    font-size: clamp(16px, 3.5vw, 18px);
    line-height: 1.8;
    letter-spacing: 1.7px;
    font-weight: 400;
    margin-bottom: 0px;
}
.warning_bg{
    max-width: 1080px;
    background: #ffffff;
    border: 2px solid #B12A0B;
    border-radius: 8px;
    padding: 35px 75px;
    margin: auto;
    margin-top: 35px;
}
.figure_bg{
    max-width: 1080px;
    background: #F3F7F7;
    border-radius: 8px;
    padding: 30px 75px;
    margin: auto;
    margin-top: clamp(20px, 4.1vw, 40px);
}
.figure_remarks{
    display: block;
    font-size: clamp(16px, 3.5vw, 18px);
    letter-spacing: 1.7px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #E88C31; 
}
@media (max-width: 768px) {
  .figure_bg {
    padding: 4.5% 7%;
}
}
/* 料金について */
.sp_table_text{
  display: none;
}
.price{
    padding: 0px 30px 80px;  
}
.price_text{
    font-size: clamp(15px, 2.4vw, 16px);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.7px; 
    margin-bottom: 0px; 
}
.price_area{
    max-width: 1080px;
    margin: auto;
}
.price_table{
    border: 1px solid #E6E6E6;
    margin: 0 0 30px;
    overflow-x: auto;
    display: block;
}
.price_table table th,
.price_table table td {
    white-space: nowrap;
}
.price_table_td th{
  font-size: clamp(15px, 2.4vw, 18px);
  font-weight: 500;
}
.price_table_ty td{
  font-size: clamp(15px, 2.4vw, 16px);
  font-weight: 500;
}
.parentheses_td{
  font-size: clamp(13px, 2.4vw, 14px);
}
.price_table_ty td .price_bold{
  font-size: clamp(22px, 2.4vw, 24px);
  font-weight: 700;
  color: #E63946; 
}
.price_table tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
}
.price_table td, .price_table th {
    border-color: #0000;
}
.price_table td, .price_table th {
    border: 1px solid;
    padding: 10px 15px;
    border-color: #0000;
    letter-spacing: 1.3px;
}
.price_table table {
    border-collapse: collapse;
    width: 100%;
}
.price_table thead {
    border-bottom: 2px solid #000000;
}
.price_table tbody tr.price_table_bg_red{
    background: #FBE3E5;
} 
.price_table tr.price_table_bg_red td{
    padding: 15px 15px;  
}
/* ボタン */
.link_btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F29035;
    color: #fff;
    text-decoration: none;
    padding: 11px 13px;
    border-radius: 9999px;
    box-shadow: 0 9px 0px rgba(206, 114, 22, 1);
    min-width: 340px;
    transition: .3s;
}
.link_btn:hover {
    color: #ffffff;
    box-shadow: unset;
    transform: translateY(4px);
}
.link_btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #F29035;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.btn-link_text {
    flex: 1;
    text-align: center;
    font-size: clamp(18px, 2.4vw, 20px);
    letter-spacing: 1.4px;
    padding: 0 15px;
}
.link_btn .btn-icon i {
    font-size: 22px;
}
.btn_box{
    text-align: center;
    margin-top: clamp(30px, 4.7vw, 55px);
}


/* ご依頼の流れ */
.flow,.youtube{
     background: #e6f5f4;
}
.step-box {
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  align-items: stretch;
  margin: 20px 0;
  max-width: 1040px;
  margin: auto;
}
.step-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.step-left::after {
  content: "";
  position: absolute;
  right: 0; 
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #cccccc;
}
.step-left img {
  max-width: 70px;
  height: auto;
}
.step-right {
  display: flex;
  justify-content: space-between;
  align-items:center;
  flex: 1;
}
.step-text {
  flex: 1;
  padding: 30px;
}
.step-text h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 1.4px;
}
.step-text p {
  font-size: clamp(14px, 3.4vw, 15px);
  line-height: 1.6;
  letter-spacing: 1.7px;
  font-weight: 400;
  margin: 0;
}
.step-image img {
  max-width: 320px;
  border-radius: 0 8px 8px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
  min-height: 276px;
}
.step-image{
  max-width: 320px;
  width: 38%;
  line-height: 0;
}
/* step矢印 */
.step-arrow {
  width: 0;
  height: 0;
  margin: 0 auto; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 27px solid #307974; 
}
.step-arrow.mb_20 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .step-box {
      flex-direction: column;
  }
  .step-right{
    flex-direction: column;
  }
  .step-image {
    width: 100%;
    max-width: 100%;
  }
  .step-image img {
    max-width: 100%;
    border-radius: 0 0px 8px 8px;
    min-height: 195px;
    max-height: 210px;
  }
  .step-left {
    padding: 20px;
}
.step-left::after{
    display: block;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 100px;
    bottom: 0;
    height: 1px;
    width: 90%;
  }
  .step-left img {
    max-width: 60px;
}
}
/* よくある質問 */
.accordion{
    max-width: 1160px;
    margin: auto;
}
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 75px 10px 35px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right: 40px;
  bottom: 0;
  width: 19px;
  height: 3px;
  margin: auto;
  background: #307974;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 75px 10px 35px;
  align-items: center;
  border-radius: 6px;
}

.accordion-header span,
.accordion-content span{
    padding-right: 30px;
    position: relative;
}
.q_icon{
     color: #e63946;
    font-size: clamp(37px, 4.2vw, 40px);
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
}
.a_icon{
    color: #307974;
    font-size: clamp(37px, 4.2vw, 40px);
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
}
.q_title{
    font-size: clamp(16px, 3.4vw, 18px);
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 1.7px;
}
.a_text{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0; 
    letter-spacing: 1.7px;
    line-height: 1.7;
}
.a_text .text_link{
    color: #F29035;
    transition: .3s;
}
.a_text .text_link:hover{
    opacity: .8;
}
@media (max-width: 768px) {
.accordion-header {
    padding: 12px 53px 10px 20px;
}
.accordion-content {
    padding: 12px 53px 10px 20px;
}
.accordion-header span, .accordion-content span {
    padding-right: 20px;
}
.accordion-header::before, .accordion-header::after {
    right: 17px;
}
}

/* 著作のご紹介 */
.book_box{
  max-width: 1160px;
  margin: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 45px;
}
.book_contents{
  display: flex;
  align-items: center;
  width: 100%;
}
.book_text_area{
    width: 46%;
    margin-right: 7%; 
}
.book_img{
    width: 47%;
    max-width: 500px;
}
.book_text{
  font-weight: 400;
  letter-spacing: 1.7px;
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: clamp(10px, 3vw, 20px);
}
.book_btn_arrow {
    width: 37px;
    height: 37px;
    background: #F29035;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    transition: all .3s;
}
.book-link {
    text-decoration: none;
    font-size: clamp(16px, 3vw, 20px);
    display: block;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 500;
    gap: 12px;
    color: #000000;
    transition: all .3s;
}
.book_btn_arrow .fa-solid{
    font-size: 15px;
}
.book-link:hover {
    color: #000000;
}
.book-link:hover .book_btn_arrow{
    background: #000000;
}
@media (max-width: 768px){
  .book_contents {
    flex-direction: column;
}
.book_text_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
}
.book_img {
    width: 100%;
    max-width: 500px;
}
.book_box {
    padding: 8%;
}
.book_btn_arrow {
    width: 35px;
    height: 35px;
}
    .sp_table_text {
        display: block;
        font-size: clamp(12px, 3vw, 14px);
        text-align: right;
        margin-bottom: 10px;
    }
}
/* ブログエリア */

.blog_area {
    padding: 80px 30px 0px;
}
.blog_area h2.main_title {
  margin-bottom: 30px;
}
.blog_text{
  font-size: clamp(15px, 3.9vw, 16px);
  font-weight: 500;
  letter-spacing: 1.7px;
  text-align: center;
}
.post-list{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    max-width: 1160px;
    width: 100%;
    margin: auto;
    padding: 0;
}
.post-list .post-item {
    list-style: none;
    width: calc(33.3% - 30px);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-left: 15px;
    margin-right: 15px;
}
.post-thumb img{
    width: 100%;
    height: auto;
    object-fit: cover; 
}
.post-item .post-title{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
    color: #000000;
}
.post-title a:hover{
    opacity: .8;
    color: #000000;
}
.post-date{
    font-size: 11px;
    margin-top: .4rem;
    color: var(--vk-color-text-light);
}
.post-item .post-excerpt {
    margin: .8rem 0;
    font-size: 12px;
    line-height: 1.6;
    opacity: .8;
}
.post_taxonomies{
    margin-top: .8rem;
}
.post-info{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem; 
}
.post_taxonomy:first-child {
    margin-top: 0;
}
.post_taxonomy {
    display: flex;
    flex-direction: row;
    margin: 0;
    font-size: var(--vk-font-size-xs);
}
.post_taxonomy_title {
    padding-left: 0;
}
.post_taxonomy_terms, .post_taxonomy_title {
    border: none;
    margin: 0 0 .4rem;
}
.post_taxonomy_title_inner {
    display: block;
    border: 1px solid var(--vk-color-border-hr, #e5e5e5);
    min-width: 8em;
    text-align: center;
    background-color: rgba(0, 0, 0, .05);
    line-height: 1.9;
}
.post_taxonomy_terms a{
    color: #000000;
}
.post_taxonomy_terms a:hover{
    color: #000000;
    opacity: 0.7;
}
.post-thumb{
    position: relative;
}
.post_imgOuter_singleTermLabel{
    font-size: 10px;
    padding: .3em .8em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    line-height: 1.7;
}

/* 検索ボックス */
.form_blog{
  max-width: 1160px;
  margin: auto;
}
.search-form {
  display: flex;
  align-items: center;
  border: 1px solid #8E8E8E;
  border-radius: 3px;
  overflow: hidden;
  width: 231px;
  margin: 0 15px 20px auto;
}

.search-field {
  flex: 1;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  letter-spacing: 1.7px;
  outline: none;
  color: #CCCCCC;
}

.search-submit {
  background: #307974;
  border: none;
  padding: 9px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-submit img {
  width: 21px; /* アイコンの大きさ調整 */
  height: 21px;
}
.search-field.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .1);
}

/* 閲覧タグエリア */
.bg_tag{
    background: #F3F7F7;
    padding: 40px 30px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 70px;
}
h3.main_title {
    font-size: clamp(17px, 1.7vw, 20px);
    color: #000000;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.4px;
    margin: 0px;
}
h3.main_title .sub_title {
    font-size: clamp(14px, 1.4vw, 16px);
    margin-bottom: 6px;
}
.tag_keyward_contents{
    max-width: 1130px;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 45px;
}
.tag_keyward_area{
    width: 100%;
    display: flex;
    align-items: center;
}
.tag_keyward_title{
    width: 25%;
    padding-right: 5%;
}
.tag_keyward_box{
    width: 75%;
}
.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
}
.tag_keyward_area .wp-block-tag-cloud a {
    color: #307974;
    transition: .3s;
}
.tag_keyward_area .wp-block-tag-cloud a:hover {
    color: #000000;
}

@media (max-width: 768px) {
    .post-list .post-item {
        width: calc(50% - 30px);
    }
    .blog_area {
    padding: 15% 5% 0;
}
.tag_keyward_title {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 3%;
}
  .tag_keyward_area {
        flex-direction: column;
  }
  .tag_keyward_box {
    width: 100%;
}
.tag_keyward_contents {
    padding: 8%;
}
h3.main_title {
    font-size: clamp(20px, 4.7vw, 30px);
    padding-top: 0;
}
.bg_tag {
    margin-top: 12.6%;
}
}
@media (max-width: 575.98px) {
    .post-list .post-item  {
        margin-bottom: 20px;
        width: calc(100% - 30px);
    }
    .post-list .post-item:last-child {
        margin-bottom: 0px;
    }
}
/* お知らせ */
.news-item a {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid rgba(196, 196, 196, 0.48);
    padding-bottom: 6px;
    width: 100%;
    height: auto;
    display: block;
    transition: .3s;
}
.news-item a:hover {
    color: #F29035;
}
.news-item {
    margin-top: 25px;
    list-style: none;
}
.news-title{
  font-size: clamp(15px, 3.9vw, 16px);
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: 1.3px;
}
.news-date{
  font-size: clamp(13px, 3.9vw, 14px);
  font-weight: 400;
  color: #666666;
}
.news-list{
  max-width: 1160px;
  padding: 0 15px;
  margin: auto;
}

/* =========================
   フッター
========================= */
.site-footer {
  background: #f3f7f7;
  border-top: 3px solid #307974;
  padding: 30px 20px;
  font-size: 14px;
  color: #000000;
}
.footer-container{
  	max-width: 1160px;
	margin: 0 auto;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-left {
  flex: 1;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 268px;
  margin-bottom: 10px;
}

.footer-office-info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.5px;
}

.footer-right {
  flex: 2;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
	gap: 12px 30px;
	margin-bottom: 15px;
}

.footer-menu li a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-menu li a:hover {
  color: #307974;
}
.footer-sub-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
	gap: 12px 25px;
}
.footer-sub-menu li a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-sub-menu li a:hover {
  color: #307974;
}
.copy_text{
	font-size: 10px;
    font-weight: 300;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.footer-logo a{
    display: inline-block;
    width: auto;
    height: auto;
}
.footer-menu li,.footer-sub-menu li{
  margin-bottom: 0px;
}
@media (max-width: 991px) {
.site-footer {
    padding: 30px 20px 10.7%;
}
}
@media (max-width: 768px) {
	.footer-inner {
    	flex-direction: column;
}
.footer-menu {
    justify-content: left;
}
.footer-sub-menu {
    justify-content: left;
    gap: 8px 20px;
}
.site-footer {
    padding: 30px 5% 14%;
}
.footer-left {
    margin-bottom: 15px;
}
.copy_text {
    text-align: center;
    margin-top: 25px;
}
}
@media (max-width: 480px) {
    .site-footer {
        padding: 30px 5% 17%;
    }
    .footer-logo img {
    width: 90%;
  }
}

.floating-banner{
    display: block;
    max-width: 224px;
    width: 26%;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    bottom: 87px;
    right: 16px;
    min-width: 170px;
    z-index: 999;
    transition: 0.5s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22);
    transition: .3s;
    border-radius: 8.5px;
}
.floating-banner:hover {
    box-shadow: unset;
    transform: translateY(4px);
}
.floating-banner.is-hidden {
  opacity: 0; /* ← フワッと消える */
  pointer-events: none;
}