html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 62.5%;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body{
    margin:0;
    padding:0;
    line-height:1.5;
    overflow-x: hidden;
}
header, 
main, 
footer {
    font-family: "Noto Sans JP", serif;
    color: #131313;
}
.cml-container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.cml_header, 
.fv-top, 
.fv-bottom,
#recruit-service,
#movie,
#reason,
#issue,
#solution,
#strength,
#service,
#flow,
#price,
#faq,
#contact,
#footer
{
	padding: 0 4rem;
	max-width: unset;
	width: 100%;
}
/* header */
.cml_header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
header .cml-container {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
}
.header-content{
       max-width: 1200px;
}
.cml_logo img {
    width: 160px;
    height: auto;
    margin-top: 3.3rem;
}
.nav_btn {
    position: fixed;
    display: flex;
    left: calc(50% + 500px - 240px); 
    top: 0; 
    gap: 1.3rem;
    z-index: 5;
}
.nav_btn img {
    width: 148px; 
    height: auto;
}

/* fv */
#fv {
    width: 100%;
    min-height: 100svh;
    display: flex; 
    flex-direction: column; 
}
.fv-top {
    flex: 1; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    background-image: url("../img/cml/fv_back_pattern.svg");
    background-repeat: repeat;
    background-size: 60px;
    background-position: center;
    width: 100%; 
}
.fv-main-content {
    display: flex;
    width: 100%; 
    max-width: 1200px;
    justify-content: space-between;
    align-items: center; 
    padding-top: 14rem; 
    padding-bottom: 4rem; 
    gap: 2rem;
}
.fv_left{
    flex: 1;
}
h1 img{
    margin-bottom: 3rem;
}
.fv-subtext{
    font-size: 2rem;
    text-align: center;
    font-weight: 800;
    line-height: 1.8;
    margin-bottom: 3rem;
    letter-spacing: 2.5px;
}
.fv-subtext span{
    color: #30997b;
}
.fv_right{
    position: relative;
    flex: 1.2;
}
.fv_fukidasi img{
    position: absolute;
    top: -7%;
    right: 0;
    height: 130px;
}
.fv_img img{
    width: 100%;
    max-width: none;
}

/* ==========================================================
   順番にフェードインするアニメーション
   ========================================================== */
/* 全てのアニメーション対象に共通の初期状態を設定 */
.fv-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpAnim 1.0s ease-out forwards; /* 各要素の動く時間は1.0秒に少し早めてテンポを良くしています */
}
/* 各要素の出現タイミング（ディレイ）の調整 */
.fv-item.delay-1 {
    animation-delay: 0.2s; 
}
.fv-item.delay-2 {
    animation-delay: 0.4s; 
}
.fv-item.delay-3 {
    animation-delay: 0.6s; 
}
/* 動きの具体的なステップ（キーフレームは前回と同様） */
@keyframes fadeInUpAnim {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fv-bottom {
    background-color: #30997b; 
    background-image: repeating-linear-gradient(-45deg,
    transparent,
    transparent 9px,
    rgba(255, 255, 255, 0.1) 9px,
    rgba(255, 255, 255, 0.1) 12px);
    flex: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.fv-bottom-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 132px;
    gap: 1rem;
}
.fv-bottom-content p{
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}
.soudan-icon{
    width: 105px;
    height: 105px;
}
.fv-contact-btn{
    width: 320px;
    height: 72px;
}
.fv-contact-btn a{
    display: block ;
}
.fv-work-btn{
    width: 320px;
    height: 72px;
}
.fv-work-btn a{
    display: block ;
}

/* about */
#about{
    background-color: #d0eadf;
    overflow: hidden;
    width: 100%;

}
.about-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none !important; 
    margin: 0;
    padding: 0;
    align-items: center;
}
.about_left{
    flex: 1;
    min-width: 50%;
    align-items: center;
    text-align: center; 
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.about_right {
    flex: 1;
    min-width: 50%;
}
.about-movie {
    width: 100%;
    height: 100%;
    display: flex;
}
.about-movie video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_left h2{
    width: fit-content;
    margin: 0 auto 3rem;
    font-size: 3rem;
    color: #30997b;
    font-weight: 900;
    border-bottom: 3.2px dashed #30997b;
    padding-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
}
.greeting{
    display: inline-block;
    margin-bottom: 1.2rem;
}
.highlight{
    background-color: #ffffff; 
    padding: 5px 10px;
    display: inline-block;
}
.about-subtext{
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 2;
    text-align: center;
    letter-spacing: 1px;
}
.cml_logo_about {
    width: 183px;
    margin: 3rem auto 0; 
}
.cml_logo_about img {
    width: 100%;
    height: auto;
    display: block;
}

/* okarec */
#recruit-service{
    background-color: #dceed8;
    background-image: url("../img/cml/okarec_back_pattern.svg");
    background-position: top left;
    background-repeat: repeat;
    background-size: 305px 219px;
    padding-top: 13rem;
    padding-bottom: 5.8rem;
}
.okarec-content {
    position: relative;
    max-width: 868px;
    width: 100%;
    margin-top: -1.6rem;
}
.badge-icon {
    position: absolute;
    top: -10%;
    left: 50%;
    margin-left: -390px;
    z-index: 10;
    width: 125px;
}
.white-card {
    background: #fff;
    border: 3px solid #5ed45e;
    border-radius: 2.5rem;
    padding: 3.5rem 6rem 4.7rem;
    position: relative;
}
.okarec_guide{
    position: absolute;
    width: 390px;
    top: -132px;
    left: 50%; 
    transform: translateX(-50%);
}
.card-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    align-items: flex-end;
}
.content-left { 
    flex: 1; 
}
.content-right{
    flex: 1.2;
}
.recruit-logo img {
    width: 100%;
    max-width: 313px;
    margin-bottom: 2.8rem;
    margin-left: 2rem;

}
.description {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.7;
    text-align: center;
    margin-right: 1rem;
    letter-spacing: 1px;
}
.main-photo {
    width: 100%;
    border-radius: 25px;
}
.chara-icon {
    position: absolute;
    bottom: -40px;
    right: -70px;
    width: 233px;
    z-index: 5;
}
.content-right{
    flex: 1.2;
}
.content-right img {
    width: 100%;
    max-width: 385px;
    height: auto;
    display: block;
    border-radius: 25px;
}
.recruit-btn{
    text-align: center;
}
.recruit-btn img {
    width: 580px;
    height: auto;
    margin-top: 3.7rem;
}

/* movie */
#movie{
    padding-top: 4.5rem;
    padding-bottom: 6.5rem;
}
.movie-title{
    width: 100%;
    max-width: 593px;
    height: auto;
    margin: 0 auto;
}
.movie-content{
    display: flex;
    gap: 3.8rem;
    max-width: 875px;
    margin: 4rem auto 0;
}
.movie-img{
    flex: 1;
    max-width: 400px;
}
.movie-img img{
    width: 100%;
    height: auto;
    border-radius: 25px;
}
.movie-text{
    flex: 1;
}
.movie-text h2{
    font-size: 2.6rem;
    font-weight: 800;
    color: #30997b;
    letter-spacing: 2px;
}
.movie-text h2 span{
    text-decoration: underline dashed #30997b;
    text-decoration-thickness: 3.2px;
    text-underline-offset: 15px;
    line-height: 1.8;
}
.movie-text p{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 2rem;
}

/* reason */
#reason{
    background-image: url("../img/cml/reason_back_pattern.svg");
    background-repeat: repeat;
    background-size: 60px;
    background-position: center;
    padding-top: 6.5rem;
    padding-bottom: 7.3rem;
    position: relative;
}
#reason > * {
    position: relative;
    z-index: 1;
}
#reason:before {
    content: "";
    background-image: url("../img/cml/reason_back_under.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 80vh;
}
#reason .cml-container {
    max-width: 1200px; /* 制作実績のコンテンツ幅 */
}
.features-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.cml-logo-reason{
    width: 164px;
    margin-right: 2.2rem;
}
.header-main{
    width: 430px;
}
.header-person{
    width: 235px;
    position: absolute;
    top: -37%;
    left: 61%;
}
.features-grid {
    display: grid;
    max-width: 880px;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem 4rem;
    margin: 0 auto;
}
.feature-card {
    background: #fff;
    border-radius: 2.5rem;
    padding: 2.7rem 2.8rem 1.3rem;
    position: relative;
    width: 100%;
    max-width: 420px;
}
.card-icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 68px;
}
.card-icon img {
    width: 100%;
}
.card-title {
    color: #30997b;
    font-size: 2.3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 2.2rem;
    margin-left: 6rem;
}
.card-image img {
    width: 100%;
    border-radius: 1.5rem;
    display: block;
}
.card-text {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    margin: 1.5rem 0;
    text-align: justify;
}
.reason-footer {
    background-color: #ffeaa2;
    border-radius: 5rem;
    padding: 1rem 1.5rem;
    font-weight: 800;
    color: #4b9480;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    width: calc(100% + 30px);
    margin-left: -1.5rem;
}
.reason-footer img{
    width: 34px;
}
.reason-footer p{
    margin: 0 auto;
}
.reason_work{
    width: 100%;
    max-width: 585px;
    margin: 0rem auto 3rem;
    padding-top: 7.5rem;
}
.video-grid {
    display: flex;
    justify-content: flex-start;
    gap: 3rem 2rem;
    flex-wrap: wrap;
}
.video-card {
    background: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
    width: calc(33.333% - 14px);
    transition: transform 0.3s ease;
    cursor: pointer !important;
}
.video-card:hover {
  transform: translateY(-5px);
}
.video-thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  background-color: #000;
}
.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease-out 0s;
}
.video-card:hover .video-thumbnail img{
    opacity: 0.8;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border: 4px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .3s ease-out 0s;
}
.video-card:hover .play-button {
    opacity: 1;
}
.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 15px 0 10px 25px;
    border-color: transparent transparent transparent #fff;
}
.video-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
}
.customer{
    color: #4b9480;
    font-weight: 700;
    font-size: 2rem;
    border-bottom: 2px dashed #4b9480; 
    width: 85%;  
    text-align: center;  
    padding-bottom: 1.3rem;    
    margin-bottom: 1.5rem;
}
.video-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
}
.work_btn{
    width: 340px;
    height: 80px;
    margin: 4rem auto 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.work_btn:hover {
    opacity: 0.8;
}
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 4rem;
    width: 100%;
    clear: both;
}
.page-number, .page-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}
.page-number:hover, .page-arrow:hover {
    background-color: #f0f0f0;
}
.page-number.active {
    background-color: #30997b; 
    color: #fff;
}
.page-arrow.next-arrow {
    background-color: #fff3aa;
}
.page-arrow.next-arrow:hover {
    background-color: #fffad6
}
/* JSで非表示にするためのクラス */
.video-card.js-hidden {
    display: none !important;
}
/* ==========================================
   モーダル（ポップアップ）用スタイル
   ========================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden; 
  transition: opacity 0.3s ease, visibility 0.3s ease; 
}
.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  max-width: 1000px;
  border-radius: 2rem;
  padding: 5rem 3rem 3rem;
  position: relative;
}
.modal-close-top {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  background: none;
  border: none;
  color: #30997b;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal-close-top span {
  font-size: 2.2rem;
  line-height: 1;
}
.modal-video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 1rem;
  position: relative;
}
.modal-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modal-title {
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0 4rem;
  font-weight: 700;
}
.modal-navigation {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.nav-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.nav-btn.btn-prev, .nav-btn.btn-next {
  min-width: 188px;
}
.nav-btn.btn-close {
  min-width: 164px;
}
.nav-btn:hover {
  opacity: 0.8;
}
.nav-btn:not(:disabled):hover {
  opacity: 0.8;
}
.nav-btn:disabled {
  background-color: #f0f0f0;
  border-color: #ccc; 
  color: #aaa;  
  cursor: not-allowed; 
  opacity: 0.6; 
  transform: none;
}

/* issue */
#issue{
    background-image: url("../img/cml/issue_back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
}
.problem-area {
    width: 100%;
    text-align: center;
}
.section-title {
    font-size: 2.8rem;
    line-height: 1.7;
    margin-bottom: 4rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: center;
}
.section-title .underline{
    display: inline-block;
}
.underline{
    border-bottom: 3.2px dashed #30997b;
}
.underline span {
    font-size: 3.5rem;
    color: #30997b; 
}
.section-title rt {
    font-size: .35em;
    margin-bottom: .25em;
}
.main-visual {
    max-width: 800px;
    margin: 0 auto;
}
.main-visual img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* solution */
#solution{
    background-color: #d7ebe1;
}
.solution-area {
    position: relative;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 8.5rem;
    display: flex;
    justify-content: center;
}
.solution-content {
    width: 100%;
    max-width: 900px;
    text-align: center;
}
.solution-header {
    margin-bottom: 2.3rem;
    text-align: center;
}
.solution-header img {
    width: 750px;
    height: auto;
}
.solution-box {
    background-color: #fff;
    border: 3px dashed #30997b;
    border-radius: 2.5rem;
    padding: 3.2rem 5rem;
    text-align: left;
}
.check-icon{
    width: 34px;
    height: 34px;
    margin-right: 1.8rem;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 2.2rem;
    color: #30997b;
}
.check-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.7rem;
    letter-spacing: 1px;
}
.check-list li:last-child {
    margin-bottom: 0;
}
.check-list .point {
    background: linear-gradient(transparent 60%, #fff3aa 60%);
    color: inherit;
}
.photographer {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -52rem;
    width: 200px;
}
.photographer img {
    width: 100%;
    height: auto;
    display: block;
}

/* strength */
.strength_top{
    width: 178px;
    margin: 0 auto 4.5rem;
}
.strength_title{
    font-size: 4rem;
    color: #30997b;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
}
.strength_text{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5rem;
    line-height: 1.8;
    letter-spacing: 1px;
}
.strength-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  margin: 0 auto 9rem;
}
.strength-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.strength-icon-wrapper img{
    width: 100%;
  max-width: 200px;
  height: auto;
}
.strength-title {
  color: #30997b; 
  font-size: 2rem;
  font-weight: 700;
  margin: 2.3rem 0 1.6rem 0;
  width: 100%;
  text-align: center;
}
.strength-description {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    width: 100%;
    text-align: justify;
    letter-spacing: 1px;
}

/* service */
#service{
    background-image: url("../img/cml/reason_back_pattern.svg");
    background-repeat: repeat;
    background-size: 60px;
    background-position: center;
}
.service_title{
    color: #ffffff;
    padding-top: 8rem;
}
.service_text{
    color: #ffffff;
}
.steps-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}
.step-card {
    position: relative; 
    width: 100%;
    max-width: 488px;
    justify-self: center;
    margin-bottom: 1.5rem;
}
.step-number {
    position: absolute;
    top: -18px; 
    left: 50%; 
    transform: translateX(-380%);
    width: 66px; 
    height: auto;
    z-index: 10;
}
.step-content {
  background-color: #ffffff;
  border-radius: 2rem; 
  overflow: hidden;
  display:flex;
  width: 100%;
  min-height: 170px;
}
.step-image-wrapper {
  width: 38%;
  overflow: hidden;
  font-size: 0; 
}
.step-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.step-text-wrapper {
  padding: 2.5rem;
  flex:1;
}
.step-title {
  color: #30997b;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 1.5rem 0;
}
.step-description {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
  text-align: justify;
}
.banner-container {
  position: relative;
  max-width: 900px;
  margin: 1rem auto 0;
  padding: 4rem 2rem 7.5rem 2rem;
}
.point-tag {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-220%);
    z-index: 10;
}
.point-tag img{
    width: 170px;
    height: auto;
}
.yellow-box {
  background-color: #fff3aa; 
  border-radius: 2.5rem; 
  padding: 3rem 20rem 4rem 10rem;
  position: relative;
  min-height: 170px;
  z-index: 1;
}
.yellow-box::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  border: 3px dashed #ffffff;
  border-radius: 2.5rem;
  pointer-events: none; 
  z-index: -1; 
}
.text-content p {
  color: #30997b;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.7;
  margin: 0;
  letter-spacing: 1.5px;
}
.person-image-wrapper {
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: -35rem;
  z-index: 5;
}
.person-image-wrapper img {
  display: block;
  height: 210px;
  width: auto;
}

/* flow */
#flow{
    background-color: #d7ebe1;
    padding-top: 6.5rem;
    padding-bottom: 8rem;
}
.step-container {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    align-items: stretch;
}
.step-box {
  position: relative;
  width: 100%;
  max-width: 224px;
  background: #ffffff;
  border: 2.8px dashed #30997b;
  border-radius: 2.5rem;
  padding: 3rem 2rem 2rem 2rem;
  text-align: left;
  margin: 0 auto;
}
.step-badge {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
}
.step-badge img {
  width: 100%;
  height: auto;
}
.step-icon {
  text-align: center;
  margin-bottom: 1.5rem;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-icon img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.step-title {
  color: #30997b;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 1rem 0;
}
.step-desc {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}
.step-arrow {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}
.step-arrow img {
  width: 100%;
  height: auto;
}

/* price */
#price{
    padding-top: 8rem;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
.card {
  flex: 1 1 188px;
  max-width: 188px;
  border-radius: 20px;
  border: 2px solid;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.price-header {
    color: #fff;
    text-align: center;
    padding: 18px 10px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 1.2;
    border-radius: 17px 17px 0 0;
}
.price-body {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.price {
    font-size: 2.6rem;
    font-weight: 900;
    padding-bottom: 0.7rem;
    margin-bottom: 1.3rem;
    border-bottom: 2px dotted;
    text-align: center;
}
.price span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 2px;
}
.price-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  flex-grow: 1; 
  display: flex;  
  align-items: center; 
  justify-content: center;
}

/* --- カラーバリエーションの設定 --- */
/* 1. 短尺説明 (ティール) */
.card-teal { border-color: #30997b; }
.card-teal .price-header { background-color: #30997b; }
.card-teal .price { color: #30997b; border-bottom-color: #30997b; }

/* 2. 会社・サービス紹介 (ブルー) */
.card-blue { border-color: #389eb4; }
.card-blue .price-header { background-color: #389eb4; }
.card-blue .price { color: #389eb4; border-bottom-color: #389eb4; }

/* 3. PR・プロモーション (パープル) */
.card-purple { border-color: #a480ba; }
.card-purple .price-header { background-color: #a480ba; }
.card-purple .price { color: #a480ba; border-bottom-color: #a480ba; }

/* 4. 教育設計 (オレンジ) */
.card-orange { border-color: #e68030; }
.card-orange .price-header { background-color: #e68030; }
.card-orange .price { color: #e68030; border-bottom-color: #e68030; }

/* 5. 採用パック (グリーン) */
.card-green { 
    position: relative;
    border-color: #5ed45e; 
}
.card-green .price-header { background-color: #5ed45e; }
.card-green .price { color: #5ed45e; border-bottom-color: #5ed45e; }

.price-chara img{
    position: absolute;
    width: 75px;
    bottom: -35px; /* ★カードの底辺からの飛び出し具合（お好みで調整してください） */
    right: -10px;  /* ★カードの右辺からの飛び出し具合 */
    z-index: 10;
}
.price-point::after {
  border: 3px dashed #30997b;
}

/* faq */
#faq {
	background-color: #d7ebe1;
    padding-top: 7.7rem;
	padding-bottom: 6.5rem;
}
.faq_content {
	max-width: 860px;
	margin: 0 auto;
	list-style: none;
}
.card00 {
	margin-bottom: 1.5rem;
}
.accordion-003 {
	background-color: #fff;
	border-radius: 3rem;
	overflow: hidden;
    transition: height .3s ease-out 0s;
}
.accordion-003 summary {
	display: flex;
    color: #30997b;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 2rem 1.5rem 2rem 8rem; 
	font-size: 1.8rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none; 
}
.accordion-003 summary::-webkit-details-marker {
	display: none;
}
.accordion-003 summary::before {
	content: '';
	position: absolute;
	left: 15px;
	width: 50px;
	height: 50px;
	background-image: url(../img/cml/faq_icon-q.svg); 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion-003 summary::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 4px;
	background-color: #30997b;
	transition: transform 0.3s;
}
.accordion-003 summary .icon-plus {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 4px;
	background-color: #30997b;
	transition: transform 0.3s;
	transform: translateY(-50%) rotate(90deg);
}

.accordion-003[open] summary .icon-plus {
	transform: translateY(-50%) rotate(0deg);
	opacity: 0;
}
.accordion-003 p {
	position: relative;
    background-color: #fbe0e1;
	font-size: 1.6rem;
    font-weight: 600;
	margin: 0 auto;
	padding: 2.4rem 5rem 3rem 8rem;
	line-height: 1.8;
    opacity: 0!important;
    transition: opacity .3s ease-out 0s;
}
.accordion-003.show p {
    opacity: 1!important;
}
.accordion-003 p::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 14px;
	width: 50px;
	height: 50px;
	background-image: url(../img/cml/faq_icon-a.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* contact */
#contact{
    padding-top: 10rem;
}
.contact-banner{
    position: relative;
    border: 2px solid #5ed45e;
    border-radius: 2.5rem;
}
.banner-inner{
    display: flex;
    background-image: url("../img/cml/contact_okarec_back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 2.7rem 3rem 6.7rem;
    align-items: center;
    justify-content: space-between;
}
.badge-area {
  position: absolute;
  top: -65px; 
  left: 20px;
  width: 120px;
  z-index: 10;
}
.logo-area {
  flex: 1;
  max-width: 264px;
  display: flex;
  justify-content: center;
}
.logo-area img {
  width: 100%;
  height: auto;
  display: block;
}
.text-area {
    width: 350px;
    margin-right: 4rem;

}
.text-area img{
  width: 100%;
  height: auto;
  display: block;
}
.photo-area {
  flex: 1;
  max-width: 256px;
}
.photo-area img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem; 
  display: block;
}
.banner-bottom{
    background-color: #5ed45e;
    border-radius: 0 0 2rem 2rem;
    height: 55px;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.cta-button {
    display: block;
    width: 212px;
}
.cta-button img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-chara{
    position: absolute;
    width: 190px;
    top: 62%;
    right: 50%;
    margin-right: -33%;
}
.contact-section {
  background-image: url("../img/cml/contact_back.svg");
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: contain;
}
.contact-btn-wrap {
  margin-top: 9rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.contact-btn-wrap img{
  max-width: 625px;
  width: 100%;
  height: auto;
}
.contact-text-box {
  line-height: 1.8;
}
.contact-lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1.7rem 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.contact-illustration-wrap {
    text-align: center;
}
.contact-illustration-wrap img {
  max-width: 730px; 
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}
.contact-item {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.contact-container {
  display: flex;
  width: 100%;
}
.contact-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4.3rem;
  padding-bottom: 5rem;
  text-align: center;
}
.tel-box {
  background-color: #389eb4; 
  align-items: flex-end;
  padding-right: 4rem;
}
.mail-box {
  background-color: #db6367;
  align-items: flex-start; 
  padding-left: 4rem;
}
.contact-title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 348px;
    text-align: center;
}
.contact-button-wrap {
  width: 100%;
  max-width: 348px;
}
.contact-button-wrap img {
  width: 348px;
  height: auto;
  display: block;
}

/* footer */
#footer{
    background-color: #30997b;
    padding-top: 6.2rem;
    padding-bottom: 4.5rem;
}
.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-bottom: 6rem;
}
.logo-group {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 2.8rem;
}
.footer-logo {
  height: auto;
  display: block;
}
.logo-kyodo img { 
    width: 115px; 
}
.logo-cml img{
    width: 132px; 
}
.company-name {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 4px 0;
  line-height: 1.4;
    color: #ffffff;
}
.company-address {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.5;
    color: #ffffff;
}
.lab-name {
    font-weight: 700;
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #ffffff;
    text-align: left;
}
.footer-divider {
  width: 2px;
  height: 50px;
  background-color:#ffffff;
}
.company-group{
    justify-content: flex-end;
}
.footer-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 6rem;
}
.footer-btn {
  display: block;
  max-width: 260px;
  width: 100%;
}
.footer-btn img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-copyright {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  color: #ffffff;
}
.pcbr {
	display: block;
}
.spbr {
	display: none;
}

/* ==========================================================================
   タブレット用レスポンシブ対応 (1024px以下)
   ========================================================================== */
@media screen and (max-width: 1024px) {
/* --- header --- */
    .nav_btn img {
        width: 74px;
        height: auto;
    }
/* --- fv --- */
    .fv-bottom-content p{
        font-size: 1.6rem;
    }
/* --- fv main --- */
    #fv {
        min-height: auto;
    }
    .fv-main-content {
        display: flex;
        flex-direction: column; 
        align-items: center;
        padding-top: 9rem;
        gap: 0;
    }
    h1 {
        max-width: 267px;
        order: 1;
    }
    h1 img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }
    .fv_right {
        width: 100%;
        max-width: 400px;
        margin: 1.2rem auto 0;
        position: relative;
        order: 2;
    }
    .fv_img img {
        width: 100%;
        height: auto;
    }
    .fv_fukidasi img {
        top: -15px;
        right: 5px;
        height: 85px;
        z-index: 2;
    }
    .fv_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        display: contents;
    }
    .fv-subtext {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 1.8rem;
        text-align: center;
        order: 3;
        letter-spacing: 1.5px;
    }
    .media_icon {
        width: 100%;
        max-width: 320px;
        text-align: center;
        order: 4;
    }
    .media_icon img {
        width: 100%;
        height: auto;
    }

    /* ==========================================================
       スマホ表示順（order）に合わせたアニメーションディレイの再設定
       ========================================================== */
    /* ① H1（order: 1）：一番最初に出す（遅延なし） */
    h1.fv-item {
        animation-delay: 0s;
    }
    /* ② fv_right（order: 2）：2番目に出す（0.25秒後） */
    .fv_right.fv-item {
        animation-delay: 0.25s;
    }
    /* ③ fv-subtext（order: 3）：3番目に出す（0.5秒後） */
    .fv-subtext.fv-item {
        animation-delay: 0.5s;
    }
    /* ④ media_icon（order: 4）：最後に出す（0.75秒後） */
    .media_icon.fv-item {
        animation-delay: 0.75s;
    }

/* --- about --- */
    .about-content{
        flex-direction: column-reverse;
    }
    .about_left {
        padding-left: 2rem;
        padding-right: 2rem;
    }
/* --- reason --- */
    .header-person{
        left: 67%; 
    }
    .video-card {
        width: calc(50% - 1.75rem);
    }
    .video-grid .video-card:not(.js-hidden):nth-child(-n+4) {
        display: flex !important;
        flex-direction: column;
}
/* --- service --- */
     #service{
        background-repeat: repeat;
        background-size: 100%;
        padding-bottom: 5.5rem;
    }
    .steps-container {
        grid-template-columns: 1fr; 
        gap: 3rem; 
        margin-bottom: 5rem;
    }
    .step-content{
        min-height: 110px;
        width: 485px;
        margin: 0 auto;
    }
    .step-number{
        width: 43px;
        transform: translateX(-580%);
    }
/* --- flow --- */
    .step-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 2.5rem 1.5rem;
    }   
    .step-arrow {
        display: none;
    } 
  }


/* ==========================================================================
   スマホ用レスポンシブ対応 (767px以下)
   ========================================================================== */
@media (max-width: 767px) {
    .cml_header, 
    .fv-top, 
    .fv-bottom,
    #recruit-service,
    #movie,
    #reason,
    #issue,
    #solution,
    #strength,
    #service,
    #flow,
    #price,
    #faq,
    #contact,
    #footer{
        padding: 0 2rem;
    }
	.pcbr {
		display: none;
	}
	.spbr {
		display: block;
	}

    /* --- header --- */
    .cml_header{
        position: absolute;
        width: 100%;
    }
    header .cml-container {
        align-items: center;
        padding: 0;
    }
    .cml_logo img {
        width: 83px;
        margin-top: 2rem;
        margin-left: 1rem;
    }
    .nav_btn {
        left: auto;
        right: 2rem; 
        gap: 0.7rem;
    }
    .fv-top {
       background-size: 40px;
    }
    .fv-bottom {
        position: relative;
        padding: 2.5rem 0;
    }
    .fv-bottom-content {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        gap: 0;
    }
    .fv-bottom-content p {
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 0 0 1rem 0;
    }
    .soudan-icon {
        display: none;
    }
    .soudan-icon img {
        width: 100%;
        height: auto;
    }
    .fv-contact-btn,
    .fv-work-btn {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
    .fv-contact-btn{
        margin-top: -2rem;
    }
    .fv-work-btn{
        margin-top: 1.5rem;
    }
    .fv-contact-btn img,
    .fv-work-btn img {
        width: 100%;
        height: auto;
        display: block;
    }

/* --- about --- */
    #about{
        height: auto;
    }
    .about_left {
        padding: 3rem 1.5rem;
    }
    .about_left h2{
        font-size: 1.8rem;
        padding-bottom: 1rem;
        margin-bottom: 2.2rem;
        border-bottom: 2px dashed #30997b;
    }
    .about-subtext{
        font-size: 1.3rem;
        font-weight: 500;
    }
    .cml_logo_about {
        width: 95px;
        margin: 2rem auto 0;
    }
    .greeting{
        margin-bottom: 0.5rem;
    }
    .about_right {
        margin-right: 0;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .about-movie {
        width: 100%;
        height: auto;
    }
        
/* --- okarec --- */
    #recruit-service {
        background-size: 150px 110px;
        padding-top: 11.5rem;
        padding-bottom: 3rem;
    }
    .card-content {
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 0;
    }
    .content-left {
        display: contents;
    }
    .content-right {
        order: 1;
        width: 100%;
    }
    .content-right img {
        border-radius: 15px;
    }
    .recruit-logo {
        order: 2;
        margin-top: -1.5rem;
    }
    .recruit-logo img {
        max-width: 210px;
    }
    .description {
        order: 3;
        margin-top: -1rem;
        font-size: 1.3rem;
        width: 260px;
        font-weight: 500;
        margin-right: 0;
    }
    .white-card {
        padding: 1.6rem 2rem 4.5rem;
        border: 2px solid #5ed45e;
        width: 330px;
        margin: 0 auto;
    }
    .recruit-btn img {
        width: 100%;
        max-width: 300px;
        margin-top: 6rem;
    }
    .okarec_guide {
        width: 227px;
        top: -7.7rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .badge-icon {
        top: -35px;
        margin-left: -150px;
        width: 70px;
    }
    .chara-icon{
        width: 116px;
        bottom: -53px;
        right: 14px;
    }

/* --- movie --- */
    #movie {
        padding-top: 3.6rem;
        padding-bottom: 3rem;
    }
    .movie-content{
        flex-direction: column;
        gap: 3rem;
        margin-top: 2rem;
    }
    .movie-title{
        max-width: 320px;
    }
    .movie-img{
        max-width: 320px;
        margin: 0 auto;
    }
    .movie-text h2 {
        font-size: 1.8rem;
        text-align: center;
        font-weight: 700;
    }
    .movie-text p {
        font-size: 1.3rem;
        text-align: center;
    }
    .movie-text h2 span{
        text-decoration-thickness: 2px;
    }
/* --- reason --- */
    #reason{
        background-size: 40px;
        padding-top: 3.5rem;
        padding-bottom: 6rem;
    }
    .features-header{
        justify-content: center;
        margin-bottom: 11.5rem;
        margin-left: 0;
    }
    .cml-logo-reason {
        width: 100px;
        margin-right: 1.2rem;
    }
    .header-main {
        width: 190px;
    }
    .header-person{
        top: 90%;
        left: 50%;
        transform: translateX(-42%);
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .feature-card {
        padding: 2rem 2.3rem 1.2rem;
        max-width: 320px;
        margin: 0 auto;
        border-radius: 2rem;
    }
    .card-icon {
        top: -15px;
        left: 20px;
        width: 50px;
    }
    .card-title {
        font-size: 1.7rem;
        text-align: left;
        margin-bottom: 1.6rem;
    }
    .card-text {
        font-size: 1.3rem;
        margin: 1.3rem 0;
    }
    .reason-footer img {
        width: 25px;
        margin-left: 1rem;
    }
    .reason-footer p {
        font-size: 1.3rem;
        text-align: center;
    }
    .reason_work {
        max-width: 320px;
        padding-top: 5.8rem;
    }
    .video-grid {
        gap: 2rem 1.5rem; 
    }
    .video-card {
        width: 90%;
        border-radius: 2rem;
        margin: 0 auto;
    }
    .video-grid .video-card:not(.js-hidden):nth-child(-n+4) {
        display: flex !important;
        flex-direction: column;
    }
    .reason_work {
        display: block !important;
    }
    .video-info {
        font-size: 1.2rem; 
    }
    .video-title {
        font-size: 1.3rem;
    }
    .customer{
        font-size: 1.8rem;
        padding-bottom: 0.8rem;
        margin-bottom: 1rem;
    }
    .pagination-container {
        margin-top: 2rem;
    }
    .play-button {
        width: 45px;
        height: 45px;
    }
    .play-button::after {
        border-width: 8px 0 8px 14px;
    }
    .modal-content{
        width: 100%;
        border-radius: 0;
        padding: 7rem 2rem 3.5rem;
    }
    .work_btn {
        width: 300px;
        margin-top: 2.8rem;
    }
    .modal-title {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    .nav-btn.btn-prev {
        order: 1;
        min-width: 140px;
    }
    .nav-btn.btn-next {
        order: 2;
        min-width: 140px;
    }
    .nav-btn.btn-close {
        order: 3;
        min-width: 120px; 
    }
    .modal-close-top{
        font-size: 1.8rem;
        top: 3.5rem;
    }

/* --- issue --- */
    #issue{
        padding-top: 3rem;
    }
    .section-title {
        font-size: 1.9rem;
        line-height: 1.8;
        margin-bottom: 1.8rem;
        letter-spacing: 2px;
    }
    .section-title span::before{
        font-size: 3rem;
        top: -3rem;
    }
    .underline span {
        font-size: 2.3rem;
    }
    .section-title rt {
        margin-bottom: -0.5rem;
    }

/* --- solution --- */
    .solution-header img {
        width: 320px;
    }
    .solution-box{
        width: 330px;
        margin: 0 auto;
        padding: 2.6rem 3rem 3.2rem ;
        border-radius: 1.5rem;
        border: 1.8px dashed #30997b;
    }
    .check-list{
        font-size: 1.4rem;
    }
    .check-icon {
        width: 18px;
        height: 18px;
        margin-right: 1rem;
    }
    .check-icon img {
        width: 100%;
        margin-right: 1.8rem;
    }
    .photographer{
        margin-right: -17rem;
        width: 127px;
    }

/* --- strength --- */
    .strength_top{
        width: 100px;
        margin-bottom: 3.8rem;
    }
    .strength_title {
        font-size: 2.1rem;
        margin-bottom: 1.5rem;
    }
    .strength_text {
        font-size: 1.3rem;
        margin-bottom: 3rem;
    }
    .strength-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; 
        gap: 2.5rem 1.5rem; 
        margin-bottom: 5.5rem;
    }
    .strength-card {
        flex: none;
        width: calc(50% - 0.75rem); 
    }
    .strength-icon-wrapper img {
        max-width: 140px;
    }
    .strength-title {
        font-size: 1.4rem;
        margin: 1.5rem 0 1.3rem 0;
    }
    .strength-description {
        font-size: 1.3rem;
        width: 100%;
        max-width: 150px; 
    }

/* --- service --- */
    #service{
        background-size: 40px;
        padding-bottom: 5.5rem;
    }
    .service_title {
        padding-top: 4rem;
    }
    .step-content{
        width: 345px;
    }
    .step-card {
        margin-bottom: 0rem;
    }
    .step-text-wrapper{
        padding: 1.5rem 2rem;
    }
    .step-title{
        font-size: 1.4rem;
        margin-bottom: 0.7rem;
    }
    .step-description{
        font-size: 1.2rem;
        letter-spacing: -0.4px;
    }
    .step-number {
        transform: translateX(-420%);
    }
    .point-tag{
        top: -20px;
        transform: translateX(-120%);
    }
    .point-tag img {
        width: 120px;
    }
    .banner-container{
        padding: 0;
        margin-top: 2rem;
    }
    .yellow-box{
        padding: 2rem 8rem 2rem 1.8rem;
        border-radius: 1.2rem;
        min-height: 132px;
        width: 325px;
        margin: 0 auto;
    }
    .yellow-box::after{
        border-radius: 1.2rem;
        border-width: 1.5px;
        top: -5px;
        left: -5px;
        right: 5px;
        bottom: 5px;
    }
    .text-content p{
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .person-image-wrapper{
        bottom: 0;
        margin-right: -15rem;
    }
    .person-image-wrapper img {
        height: 158px;
    }

/* --- flow --- */
    #flow {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }
    .step-box {
        padding: 1.5rem;
        border-radius: 1.5rem;
        border: 1.6px dashed #30997b;
    }
    .step-badge {
        width: 35px;
        height: 35px;
        top: -12px;
        left: -12px;
    }
    .step-icon {
        height: 60px;
        margin-bottom: 1rem;
    }
    .step-title {
        font-size: 1.4rem;
    }
    .step-desc {
        font-size: 1.2rem;
    }


/* --- price --- */
    #price {
        padding-top: 5rem;
    }
    .card-container {
        gap: 1.5rem 1rem; 
        margin-bottom: 7rem;
    }
    .card {
        /* ★重要：50%からgap（隙間）の分を引いたサイズにすることで、綺麗に2列に収まります */
        flex: 1 1 calc(50% - 0.5rem); 
    }
    .price-header{
        font-size: 1.8rem;
        height: 65px;
    }
    .price-body {
        padding-top: 1rem;
    }
    .price {
        font-size: 2.4rem;
    }
    .price span{
        font-size: 1.5rem;
    }
    .price-text{
        font-size: 1.3rem;
        font-weight: 500;
    }
    .price-chara img{
        width: 60px;
        bottom: -25px;
    }
    .price-point{
        margin-bottom: 4rem;
    }

/* --- faq --- */
    #faq {
        padding-top: 3.6rem;
        padding-bottom: 4.4rem;
    }
    .accordion-003{
        border-radius: 2rem;
    }
    .accordion-003 summary{
        font-size: 1.3rem;
        padding: 1.3rem 4rem 1.3rem 4.2rem;
    }
    .accordion-003 summary::before{
        width: 20px;
        height: 20px;
    }
    .accordion-003 summary::after{
        width: 12px;
        height: 2px;
        right: 20px;
    }
    .accordion-003 summary .icon-plus{
        width: 12px;
        height: 2px; 
        right: 20px;
    }
    .accordion-003 p{
        font-size: 1.3rem;
        padding: 1.3rem 4rem 1.3rem 4.2rem;
    }
    .accordion-003 p::before{
        width: 20px;
        height: 20px;
    }
    
/* --- contact --- */
    #contact {
     padding-top: 1.2rem;
    }
    .contact-banner {
        border-radius: 1.5rem;
        margin-top: 40px; 
    }
    .badge-area {
        top: -30px;
        left: 10px;
        width: 60px;
    }
    .banner-inner {
        background-image: url(../img/cml/contact_okarec_back_sp.svg);
        display: grid;
        grid-template-columns: 1fr 1fr; 
        grid-template-areas: 
            "logo photo"
            "text text";
        gap: 1.5rem;
        padding: 1.5rem 1.3rem 1.5rem 3rem;
        align-items: center;
    }
    .logo-area {
        grid-area: logo;
        display: flex;
        justify-content: flex-start;
    }
    .photo-area {
        grid-area: photo;
        margin-left: auto; 
    }
    .photo-area img {
        width: 100%;
        height: auto;
        border-radius: 0.8rem;
    }
    .text-area {
        grid-area: text; 
        max-width: 220px; 
        width: 100%;
        margin: 0 auto;
    }
    .banner-bottom {
        border-radius: 0 0 1.3rem 1.3rem;
        height: 28px;
        position: relative;
    }
    .cta-button {
        width: 120px;
        margin-top: 0.3rem;
    }
    .contact-chara {
        width: 95px;
        top: auto;
        bottom: -30px;
        right: 5px;
        margin-right: 0;
    }
    .contact-section {
        background-position: center 35%;
    }
    .contact-btn-wrap img {
        max-width: 320px;
    }
    .contact-lead {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }
    .contact-btn-wrap {
        margin-top: 7.7rem;
        margin-bottom: 1.6rem;
    }
    .contact-illustration-wrap img{
        max-width: 325px;
    }
    .contact-container{
        height: 150px;
    }
    .contact-title{
        font-size: 1.4rem;
        max-width: 150px;
        margin-bottom: 0.5rem;
    }
    .contact-button-wrap {
        max-width: 160px;
    }
    .tel-box{
        padding-right: 1.5rem;
    }
    .mail-box{
        padding-left: 1.5rem;
    }

/* --- footer --- */
    #footer{
        padding-top: 2.8rem;
        padding-bottom: 2rem;
    }
    .logo-group{
        flex-direction: column;
    } 
    .logo-kyodo img {
        width: 65px;
    }
    .company-name{
        font-size: 1.3rem;
    }
    .company-address{
        font-size: 1.1rem;
    }
    .logo-cml img {
        width: 75px;
    }
    .lab-name{
        font-size: 1.3rem;
        line-height: 1.6;
        margin-left: 1rem;
    }
    .footer-top{
        gap: 0;
        margin-bottom: 3.5rem;
    }
    .logo-group{
        gap: 2rem;
    }
    .footer-divider{
        width: 1px;
        height: 100px;
        margin-top: -1rem;
    }
    .footer-buttons{
        gap: 0.8rem;
        margin-bottom: 2.4rem;
    }
    .footer-btn{
        width: 105px;
    }
    .footer-copyright{
        font-size: 0.8rem;
    }
}
