@charset "utf-8";
/*-- ------------- --*/
/*-- component css --*/
/*-- ------------- --*/
/*-- button --*/
.c-btn{
	position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	padding:15px 20px;
	border-radius:40px;
    border:1px solid var(--white-color);
    font-size: 20px;
	line-height:1.4;
    color:var(--white-color);
    background: var(--main-color);
    transition:all .5s;
    width:100%;
    max-width:400px;
}
.c-btn:hover{cursor: pointer;opacity: .7;}
.c-btn::after{
	content:'';
    position: relative;
    border-top:2px solid var(--white-color);
    border-right:2px solid var(--white-color);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
	transition:all .5s;
}
.js-toggle-btn{
    display: none;
    cursor: pointer;
}
.js-toggle-btn:focus{
    outline: none;
}
@media screen and (max-width: 900px){
.js-toggle-content {
    display: none;
}
.js-toggle.is-open .js-toggle-content {
    display: block;
}
}
@media screen and (max-width: 900px){
.c-btn{font-size: 16px;} 
}
@media screen and (max-width: 640px){
.c-btn{
	padding:15px 15px 15px 15px;
    font-size: 14px;
}
.c-btn::after{
    margin-left: 5px;
}
}
/*-- グラデーション --*/
.secion__gradation{
    padding: 30px 0;
    background-image: linear-gradient(to bottom, #fff6eb, #ffffff);
}
.secion__gradation.reverse__gradation{
    padding: 30px 0;
    background-image: linear-gradient(to top, #fff6eb, #ffffff);
}
/*-- ----------- --*/
/*-- project css --*/
/*-- ----------- --*/
/*-- Index MV--*/
.mv{
    position: relative;
}
.mv .mv__txt{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
    width: 40%;
    padding-right:0;
    z-index: 5;
}
@media screen and (min-width: 1600px){
.mv .mv__txt{
    padding-right: 10vw;
}   
}
.mv .mv__txt .txt__area{
    position: relative;
    z-index: 5;
}
.mv .mv__txt h1{
    font-weight: 600;
    line-height: 1.2;
    color: #3B1A00;
}
.mv .mv__txt p{
    font-weight: 700;
    line-height: 1.8;
    color: #3B1A00;
    margin: 25px 0 0px;
}
.mv .mv__img{
    position: relative;
    top: -20px;
    margin-left: -12%;
    width: 70%;
}
.mv .mv__img #scrollArea{
    position: relative;
}
.mv .mv__img .inner__img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 56%;
    z-index: -1;
}
.mv .mv__img .inner__img　#tgt {
  will-change: transform;
}
@media screen and (max-width: 1600px){
.mv .mv__txt{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
    width: 40%;
    max-width: 1600px;
    padding-right:  clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    z-index: 5;
}
}
@media screen and (max-width: 1200px){
.mv .mv__txt{
    justify-content: normal;
    margin-top: 100px;
    width: 50%;
    padding-right:  clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    padding-left:  clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    z-index: 5;
}
.mv .mv__img{
    position: relative;
    top:0px;
    margin:30px auto 0;
    width:70%;
    margin-left:-20%;
}
}
@media screen and (max-width: 900px){
.mv{padding: 80px 0 60px;}
.mv .mv__txt{
    justify-content: center;
    margin: 20px auto 0;
    width: 100%;
    z-index: 5;
}
.mv .mv__img{
    position: relative;
    top:0px;
    margin:30px auto 0;
    width:100%;
    padding-right:20px;
    padding-left:20px;
}
}
@media screen and (max-width: 768px){
.mv .mv__txt{
    justify-content:center;
}
.mv .mv__txt h1{
    font-size: 46px;
}
.mv .mv__txt p{
    font-size: 16px;
    line-height: 1.9;
    margin: 15px 0 0px;
}
}
@media screen and (max-width: 640px){

}

/*-- たいよう歯科について #about --*/
#about{padding: 0px 0 200px;}
#about .c-txt1{
    line-height: 3;
}
#about .about__img{
    position: relative;
    width: calc(50% + (50vw - 50%));
    margin-right: calc(50% - 50vw);
    padding-left: 30px;
    z-index: 3;
}
#about .c-img1{
    margin-left:calc(5vw + 20px);
}
#about .c-img2{
    margin: 20px 0 0;
    width:60%;
}
#about .txt__area{
    display: flex;
    justify-content: flex-end;
    width:50%;
    margin: 100px 0 0;
    padding-right: 30px;
}
#about .txt__area p{
    font-weight: 500;
    line-height: 1.8;
    margin: 25px 0 0px;
}

/*-- ごあいさつ #message --*/
#message{
    position: relative;
}
#message .c-img1{
    max-width:100%;
    margin: 0 auto;
    display: block;
}
#message .txt__area{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding:50px 100px;
    z-index: 5;
}
#message .l-container-14{position: relative;}
#message .message__img{
    position: absolute;
    top: -50%;
    left:calc(100% - 280px);
    width:80%;
    max-width: 800px;
    z-index: -1;
}
#message h2{
    text-align: center;
    color:var(--main-txt);
    margin: 0 0 30px;
    order:1;
    width:100%;
}
#message .l-fl__4l{
    order:2;
}
#message .l-fl__6r{
    order:3;
}
#message .c-txt1{
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0;
    margin: 0px 0 20px;
}
#message .txt__area2{
    justify-content: flex-end;
    align-items: flex-end;
}
#message .c-txt2{
    font-weight: 500;
    line-height: 1.5;
    margin-right: 30px;
}
#message .c-txt3{
    font-weight: 500;
    line-height: 1.5;
}
#message .c-txt3 span{
    display: block;
    line-height: 1.5;
}
#message .btn__area{
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-end;
}
/*-- ご提供するサービス #services --*/
#services .section__header{
    position: relative;
    text-align: center;
    margin: 60px 0;
}
/* 横スクロール用の縦余白 */
.horizontal-scroll {
    position: relative;
    height: 600vh; /* ← 安全値（必要なら後で微調整） */
}
.horizontal-sticky {
    position: sticky;
    top: 120px;
}
.horizontal-track {
    display: flex;
    align-items: stretch; /* 高さ揃え */
    gap: 40px;
    will-change: transform;
}
#services .services__area{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F0770D;
    padding: 40px 80px 60px;
    border-radius: 20px;
    min-width:620px;
}
#services .l-heading{
    position: relative;
    align-items: baseline;
    margin-left: -40px;
    margin-bottom: 30px;
    color:var(--white-color);
}
#services .services4 .l-heading{
    margin-right: -40px;
    width:calc(100% + 80px);
}
#services .l-heading h3{font-weight: 500;}
#services .l-heading .num-txt{
    line-height: 1.2;
    margin-right: 20px;
    opacity: .45;
}
#services .services__area .b__area{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#services .txt__area p{
    font-weight: 500;
    color:var(--white-color);
}
#services .list__area{
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 40px 0 0;
}
#services .list__area ul{
    display: flex;
    flex-wrap: wrap;
}
#services ul li{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    margin-right: 20px;
}
#services ul li::before{
    content:'';
    display: block;
    margin-right: 5px;
    width:10px;
    height:10px;
    border-radius: 50%;
    border:1px solid #707070;
}
#services .services__img{
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    margin: -100px -120px -400px 0;
}
#services .services__img img{
    width:48%;
}

/*-- 訪問範囲 range --*/
#range{
    position: relative;
}
#range .l-container-14{position: relative;}
#range .l-container-14::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:-100%;
    bottom:0;
    background: #FFF6EB;
    border-radius: 60px 0 0 60px;
    z-index: 0;
}
#range .l-fl{
    padding: 160px 0;
}
#range .range__img{
    order: 1;
    width: calc(50% + (50vw - 50%));
    margin-left: calc(50% - 50vw);
    padding-right: 60px;
}
#range .range__img .c-img1{
    position: relative;
    width:calc(100% - 60px);
    z-index: 3;
}
#range .range__img .c-img2{
    position: relative;
    display: block;
    margin-left: auto;
    margin-top:-30px;
    margin-right: 0px;
    z-index: 3;
    width:50%;
}
#range .l-fl__5r{
    order: 2;
    padding-left: 90px;
}
#range h2{
    color:var(--main-txt);
}
#range p{
    font-weight: 400;
    margin: 30px 0;
}
#range .c-img1{
    width:100%;
}
#range .slider  {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin: 0px 0 -80px;
    z-index: 2;
}
#range .slider-track {
    display: flex;
    width: max-content; /* 子要素の合計幅で伸びる */
    animation: scroll2 32s linear infinite;
}
#range .slider-track img {
    width: 970px;      /* 幅を固定 */
    height: 218px;      /* 高さを固定 */
    flex-shrink: 0;
    margin-right: 6rem;
    object-fit: cover;
}
@keyframes scroll2 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%); /* 半分進めば、次のループが始まる */
}
}
/*拡大画像本体を中央に（transformを使うとリサイズ時にも追従しやすい）*/
.lb-outerContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 要素の中心を画面中央に合わせる */
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
/*-- 訪問診療の対象となる方 works --*/
#works{background: #fff;}
#works .section__header{
    text-align: center;
    margin: 0px 0 100px;
}
#works .c-txt1{
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
}
#works .swiper-works{display: none;}
#works .swiper-scrollbar {
    background: #DBDBDB;
    left:20px;
    right:20px;
    width: calc(100% - 40px);
}
#works .swiper-scrollbar-drag {
    background: #F29743;
}
#works .l-grid-5 .c-img1{
    position: relative;
}
#works .l-grid-5 .c-img1 p{
    font-weight: 500;
    color:#F0770D;
    margin: -30px -20px 0 0;
    text-align: right;
}
#works .list__area{
    position: relative;
    max-width: 1300px;
    margin: 120px auto 180px;
    background: var(--main-bg);
    padding: 50px 80px;
    border-radius: 30px;
    z-index: 5;
}
#works .list__area h3{
    text-align: center;
    margin: 0px;
}
#works .list__area p.c-txt2{
    font-weight: 500;
    text-align: center;
    margin: -10px 0 40px;
}
#works .list__area li p{
    font-weight: 500;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#works .list__area li p:last-child{margin: 0;}
#works .list__area li p span{width:calc(100% - 32px);}
#works .list__area li p span.color-txt{width:auto;color:#F0770D;}
#works .list__area li p::before{
    content:'';
    display: inline-block;
    background: url(../img/top/works_check.svg)no-repeat center/100% auto;
    width:22px;
    height:22px;
    margin-top: 12px;
    margin-right: 10px;
    flex-shrink: 0;
}
#works .slider {
    position: relative;
    width: 100%;
}
#works .slider .slider_deco{
    position: absolute;
    bottom:200px;
    left:-100px;
    width:600px;
    z-index: 0;
}
#works .slider-track {
    display: flex;
    width: fit-content;
    animation: scroll 40s linear infinite;
}
#works .slider-track img {
    width: calc(5046px / 1.5); /* 好きなサイズ */
    height: auto;
    flex-shrink: 0;
}
/* アニメーション */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*-- 訪問診療事例 case --*/
#case{position: relative;background: #fff;z-index: 2;}
#case .section__header{
    text-align: center;
    margin: 60px 0 100px;
}
#case .c-txt1{
    font-weight: 500;
    color:var(--main-color);
    text-align: center;
    margin: 0 0 50px;
}
#case .case__area{
    position: relative;
    background: #FFF4E4;
    padding: 80px 120px;
    border-radius: 30px;
    margin: 0 auto 60px;
    max-width: 1340px;
}
#case .case__area h3{
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    color:var(--main-txt);
    line-height: 1.8;
    letter-spacing: 0;
    margin: -100px 0 40px;
}
#case .case__area.case1 h3{
    width:60%;
    margin-left: auto;
}
#case .case__area h3 img{
    width:200px;
    margin: 0 20px 10px 0px;
}
#case .case__area.case1 h3 img{
    width:150px;
}
#case .case__area .l-fl__6l,#case .case__area .l-fl__6r{
    padding: 0;
}
#case .case__area dl{
    align-items: flex-start;
    font-weight: 500;
    border-bottom:1px dashed #000;
    padding: 0 0 20px;
    margin: 20px 0 0;
}
#case .case__area dl:last-child{
    border-bottom:0px dashed #000;
    padding: 0px;
}
#case .case__area dt{
    font-weight: 500;
    width:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#F0770D;
    border-radius: 6px;
    border:2px solid #F0770D;
    margin-right:40px ;
}
#case .case__area dd{
    font-family: var(--sans-font);
    line-height: 2;
    width:calc(100% - 140px);
}
#case .case__area dd p{
    font-family: var(--sans-font);
    margin-top: 10px;
}
#case .case__area dd p:first-child{
    margin-top: 0;
}
#case .case__area .txt__area__pc p:nth-child(2){margin-top: 0}
/*-- お客様の声 customer --*/
#customer .section__header{
    text-align: center;
    margin: 60px 0;
}
#customer .c-container{
    margin: 100px auto 0;
    max-width: 1200px;
}
#customer .swiper-customer{
    padding: 100px 0 80px;
    max-width: 1400px;
    overflow: visible;
}
#customer .swiper-customer .swiper-wrapper{
    align-items: stretch;
}
#customer .swiper-customer .swiper-slide {
    height:auto;
}
#customer .swiper-scrollbar {
    display: none;
    background: #DBDBDB;
}
#customer .swiper-scrollbar-drag {
    background: #F29743;
}
#customer .customor__area{
    position: relative;
    background:#EFE5D0;
    padding: 120px 45px 50px;
    border-radius: 30px;
    margin: 0;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customer .customor__area .customor__area__inner{}
#customer .customor__area img{
    position: absolute;
    top:-100px;
    left:50%;
    transform: translateX(-50%);
    width:80%;
    max-width: 200px;
}
#customer .customor__area p{
    font-weight: 500;
    line-height: 2;
}
#customer .customor__area p span{
    font-weight: 700;
    color:#F0770D;
}
#customer .customor__area .bottom__area{
    display: flex;
    justify-content: flex-end;
    margin: 40px 0 0;
}
/*-- c-contact --*/
.c-contact{
    position: relative;
}
.c-contact .l-fl{padding: 40px 0 60px;}
.c-contact::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #fff;
    border-radius: 60px 60px 0 0;
    z-index: -1;
}
.c-contact h2,.c-contact .c-txt1,.c-contact .c-txt2{
    font-weight: 500;
}
.c-contact .c-txt1{
    margin: 10px 0;
}
.c-contact .c-txt2{
    margin: 0 0 5px;
}
.c-contact .c-txt3{
    margin: 0 0 30px;
}
.c-contact .c-img1{
    margin: 30px 0 0;   
}
.c-contact .recruit__area{
    margin: 60px 0 0;   
}
.c-contact .recruit__area .l-fl{
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
}
.c-contact .recruit__area .img__area{
    width:calc(50% - 30px);
    position: relative;
}
.c-contact .recruit__area .img__area img{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.c-contact .recruit__area .txt__area{
    display: flex;
    justify-content: center;
    width:calc(50% + 30px);
    background: #FFD400;
    padding: 40px 80px;
}
.c-contact .recruit__area .txt__area .c-txt4{
    font-weight: 500;
}
.c-contact .recruit__area .txt__area .c-txt5{
    font-weight: 700;
    margin: 5px 0 10px;
}
.c-contact .recruit__area .txt__area a{
    display: block;
}
@media screen and (max-width: 1300px){
/*-- c-contact --*/
.c-contact .recruit__area .txt__area{
    display: flex;
    justify-content: center;
    width:calc(50% + 30px);
    background: #FFD400;
    padding: 40px 60px;
}
}
@media screen and (max-width: 1200px){
/*-- #about --*/
#about .about__img{
    width: calc(50% + (50vw - 50%));
    margin-right: calc(50% - 50vw);
    padding-left: 30px;
    width:50%;
}
#about .c-img1{
    margin-left:40px;
}
#about .c-img2{
    margin: 20px 0 0;
    width:60%;
}
#about .txt__area{
    display: flex;
    justify-content: flex-end;
    width:50%;
    margin: 20px 0 0;
    padding-left:0;
}
/*-- #message --*/
#message h2{
    order:1;
}
#message .l-fl__4l{
    width:50%;
}
#message .l-fl__6r{
    width:50%;
}
/*-- #services --*/
#services .l-heading .num-txt{
    font-size: 52px;
}
/*-- 訪問範囲 range --*/
#range .l-container-14::before{
    left:clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    right:-30px;
    bottom:0;
    background: #FFF6EB;
    border-radius: 60px 0 0 60px;
    z-index: 0;
}
#range .l-fl{
    padding: 160px 0;
}
#range .range__img{
    width: calc(50% + (50vw - 50%));
    margin-left: calc(50% - 50vw);
    padding-right: 30px;
}
#range .range__img .c-img1{
    position: relative;
    width:calc(100% - 60px);
    z-index: 3;
}
#range .range__img .c-img2{
    margin-top:-30px;
    width:60%;
}
#range .l-fl__5r{
    order: 2;
    padding-left: 30px;
}
#range .slider  {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin: 0px 0 -50px;
    z-index: 2;
}
#range .slider-track img {
    width: calc(970px / 2); /* 半分の幅 */
    height: auto;
}
/*-- お客様の声 customer --*/
#customer .section__header{
    text-align: center;
    margin: 60px 0;
}
#customer .c-container{
    max-width: 960px;
}
/*-- .c-contact --*/
.c-contact .recruit__area .img__area img{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.c-contact .recruit__area .txt__area{
    width:calc(50% + 30px);
    padding: 40px 50px;
}
.c-contact .recruit__area .txt__area .c-txt4{
    font-size: 18px;
}
.c-contact .recruit__area .txt__area .c-txt5{
    font-size: 22px;
}
}
@media screen and (max-width: 1000px){
/*-- お客様の声 customer --*/
#customer .c-container{
    max-width: 880px;
}
}
@media screen and (max-width: 900px){
/*-- たいよう歯科について #about --*/
#about{padding: 60px 0 60px;}
#about .about__img{
    width:100%;
    padding-left: 0px;
    margin: 30px 0 0;
}
#about .c-img1{
    margin-left:40px;
}
#about .c-img2{
    margin: 20px 0 0;
    width:60%;
}
#about .txt__area{
    display: flex;
    justify-content: normal;
    width:100%;
    margin: 20px 0 0;
    padding-right: 0;
}
#about .txt__area .txt__inner{
    width:100%;
    max-width: 100%;
}
#about .txt__area p{
    line-height: 2.1;
    margin: 25px 0 0px;
}
/*-- #message --*/
#message .txt__area{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding:80px 30px;
    margin:0 -20px ;
    width:calc(100% + 40px);
    z-index: 5;
}
#message h2{
    text-align: center;
    color:var(--main-txt);
    order:2;
    width:100%;
    margin: 0;
}
#message .c-img1 {
    max-width: 50%;
    margin: 0 auto 30px;
    display: block;
}
#message .l-fl__4l{
    order:1;
    width:100%;
    padding: 0;
}
#message .l-fl__6r{
    order:3;
    width:100%;
    padding: 0;
}
#message .c-txt1{
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 40px;
}
/*-- ご提供するサービス #services --*/
#services .section__header{
    text-align: center;
    margin: 0px 0 50px;
}
#services .services__area{
    display: flex;
    flex-direction: column;
    justify-content: normal;
    padding: 20px 30px;
    border-radius: 20px;
    margin: 0 0 30px;
    width:100%;
    min-width: initial;
}
#services .l-heading{
    position: relative;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;;
}
#services .l-heading .num-txt{
    margin-right: 10px;
}
#services .js-toggle-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 30px;
    margin: 0px 0 0 auto;
}
#services .js-toggle-btn::before{
    content:'';
    position: relative;
    display: block;
    left:4px;
    top:0;
    transform: rotate(45deg);
    width:20px;
    height:3px;
    background-color: #fff;
}
#services .js-toggle-btn::after{
    content:'';
    position: relative;
    display: block;
    right:4px;
    top:0;
    transform: rotate(-45deg);
    width:20px;
    height:3px;
    background-color: #fff;
}
#services .is-open.js-toggle-btn::before{
    transform: rotate(-45deg);
    width:20px;
    height:3px;
}
#services .is-open.js-toggle-btn::after{
    transform:rotate(45deg);
    width:20px;
    height:3px;
}
#services .txt__area p{
    font-size: 18px;
    margin: 20px 0 0;
}
#services .list__area{
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0 0;
}
#services .list__area ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#services ul li{
    font-size: 18px;
    align-items: normal;
    margin-right: 0px;
    margin-bottom: 10px;
}
#services ul li p{
    font-size: 18px;
    margin-right: 0px;
}
#services ul li::before{
    content:'';
    display: block;
    margin-top: 12px;
    margin-right: 5px;
    width:10px;
    height:10px;
    min-width:10px;
    min-height:10px;
    border-radius: 50%;
    border:1px solid #707070;
}
/*-- 訪問範囲 range --*/
#range .l-container-14::before{
    left:20px;
    right:-20px;
    bottom:20px;
    background: #FFF6EB;
    border-radius: 60px 0 0 60px;
    z-index: 0;
}
#range .l-fl{
    padding: 80px 10px 0px 20px;
}
#range .range__img{
    order: 2;
    width: calc(100% + 60px);
    margin-left: -60px;
    padding-right: 0;
    margin-top: 60px;
}
#range .range__img .c-img1{
    position: relative;
    width:calc(100% - 60px);
    z-index: 3;
}
#range .range__img .c-img2{
    margin-top:-30px;
    margin-right: -20px;
    width:60%;
}
#range .l-fl__5r{
    order: 1;
    padding-left: 0px;
}
#range p{
    font-weight: 400;
    margin: 20px 0 30px;
}
#range .slider  {
    margin: 0px 0 -40px;
}
#range .slider-track img {
    width: calc(970px / 2.5); /* 1/3の幅 */
    height: auto;
}
/*-- #works --*/
#works .section__header{
    text-align: center;
    margin: 0px 0 50px;
}
#works .swiper-works{
    display: block;
    width:calc(100% + 70px);
    margin: 0 -35px;
    padding: 20px 0 40px;
}
#works .list__area{
    position: relative;
    max-width: 1300px;
    margin: 120px auto 180px;
    padding: 40px 30px;
}
#works .list__area ul{
    row-gap:10px;
}
#works .list__area li p{
    font-size: 16px;
    margin-bottom: 10px;
}
#works .list__area li p span{width:calc(100% - 30px);}
#works .list__area li p::before{
    margin-top: 7px;
    margin-right: 10px;
    flex-shrink: 0;
    width:18px;
    height:18px;
}
#works .list__area p.c-txt2{
    margin: 0px 0 40px;
}
/*-- #case  --*/
#case .section__header{
    margin: 0px 0 60px;
}
#case .case__area{
    padding: 40px 30px 20px;
    margin: 0 auto 60px;
    max-width: initial;
}
#case .case__area h3,#case .case__area.case1 h3{width:60%;}
#case .case__area h3 img{
    width:160px;
    margin: 0 20px 10px 0px;
}
#case .case__area.case1 h3 img{
    width:120px;
}
#case .case__area .head__area .c-sp-9f{
    width:40%;
}
#case .case__area .head__area .c-sp-9f img{
     width:100%;
}
#case .case__area .head__area{
    display: flex;
    justify-content: space-between;
}
#case .case__area h3{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: -60px 0 0px;
}
#case .js-toggle-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:80px;
    height: 30px;
    margin: 20px auto 0;
}
#case .js-toggle-btn::before{
    content:'';
    position: relative;
    display: block;
    left:3px;
    top:0;
    transform: rotate(40deg);
    width:20px;
    height:2px;
    background-color: #000;
}
#case .js-toggle-btn::after{
    content:'';
    position: relative;
    display: block;
    right:3px;
    top:0;
    transform: rotate(-40deg);
    width:20px;
    height:2px;
    background-color: #000;
}
#case .is-open.js-toggle-btn::before{
    transform: rotate(-40deg);
    width:20px;
    height:2px;
    background-color: #000;
}
#case .is-open.js-toggle-btn::after{
    transform:rotate(40deg);
    width:20px;
    height:2px;
    background-color: #000;
}
#case .case__area .l-fl__6l,#case .case__area .l-fl__6r{
    padding: 40px 0 0;
}
#case .case__area dd p{line-height: 1.5;}
#case .case__area dd p.txt16{font-weight: 300;}
/*-- お客様の声 customer --*/
#customer .section__header{
    text-align: center;
    margin: 60px 0;
}
#customer .c-container{
    max-width: 100%;
}
#customer .c-container{
    margin: 60px auto 0;
}
#customer .swiper-customer{
    padding: 80px 0px 40px;
    margin: 0 20px;
}
#customer .swiper-customer .swiper-slide {
    width: 100%;
}
#customer .swiper-scrollbar {
    display: block;
}
#customer .customor__area{
    padding: 100px 30px 40px;
    margin: 0;
    justify-content: center;
}
#customer .customor__area p{
    line-height: 1.8;
}
#customer .customor__area .txt24{
    font-size: 17px;
}
#customer .customor__area img{
    position: absolute;
    top:-75px;
    left:50%;
    transform: translateX(-50%);
    width:80%;
    max-width: 150px;
}
/*-- c-contact --*/
.c-contact .c-img1{
    margin: 30px 0 ;   
}
.c-contact .recruit__area{
    margin: 40px 0 0;
}
.c-contact .recruit__area .img__area{
    width:100%;
}
.c-contact .recruit__area .img__area img{
    width:100%;
}
.c-contact .recruit__area .img__area img{
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:auto;
    object-fit: cover;
    transform: translate(0,0);
}
.c-contact .recruit__area .txt__area{
    padding: 30px 25px;
    width:100%;
}
.c-contact .recruit__area .txt__area .c-txt4{
    font-size: 20px;
}
.c-contact .recruit__area .txt__area .c-txt5{
    font-size: 32px;
}
.c-contact .recruit__area .txt__area .c-txt5{
    line-height: 1.6;
    letter-spacing: 0;
    margin: 10px 0 20px;
}
.c-contact .recruit__area .txt__area a{
    display: block;
}
}
@media screen and (max-width: 768px){
/*-- たいよう歯科について #about --*/
#about h2{font-size: 30px;padding: 0 0 20px;}
/*-- #message --*/
#message .c-img1 {
    max-width: 70%;
}
#message .c-txt2 {
    width:100%;
    text-align: right;
    margin: 0px 0 15px;
}
#message .c-txt3{
    font-size: 29px;
}
#message .c-txt3 span{
    display: block;
    line-height: 1;
}
#message .btn__area{
    justify-content: center;
}
/*-- #services --*/
#services .l-heading{
    position: relative;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
}
#services .l-heading h3{
    font-size: 23px;    
}
#services .l-heading span{
    font-size: 16px;
}
#services .l-heading .num-txt{
    font-size: 35px;
}
/*-- 訪問範囲 range --*/
#range .l-container-14::before{
    border-radius: 30px 0 0 30px;
}
#range p{
    font-size: 18px;
}
/*-- #works --*/
#works .list__area{
    margin: 80px auto 100px;
    padding: 40px 20px;
    place-items: center; /* 縦横中央 */
}
#works .list__area h3{
    font-size: 30px;
}
#works .slider{
    margin: 0 0 60px
}
#works .slider-track img {
    width: calc(5046px / 2.9); /* 好きなサイズ */
}
/*-- #case  --*/
#case .case__area .head__area{
    display: flex;
    justify-content: normal;
}
#case .case__area h3{
    width:40%;
    margin-left: 0;
}
#case .case__area.case1 h3{
    width:40%;
    margin-left: 0;
}
#case .case__area h3 img{
    margin: 0 20px 30px 0px;
}
#case .case__area .head__area .c-sp-9f{
    width:60%;
}
#case .case__area .head__area .c-sp-9f img{
    width:100%;
    min-width:140px;
}
#case .case__area dt{
    width:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#F0770D;
    border-radius: 6px;
    border:2px solid #F0770D;
    margin-right:40px ;
}
#case .case__area dd{
    margin: 15px 0 0;
    width:100%;
}
#case .case__area dd p.txt16{font-size: 16px;}
/*-- #customer --*/
#customer .customor__area .bottom__area{
    margin: 20px 0 0;
}
#customer .customor__area p{
    letter-spacing: 0px;
}
/*-- .c-contact --*/
.c-contact .recruit__area .txt__area .c-txt4{
    font-size: 16px;
}
.c-contact .recruit__area .txt__area .c-txt5{
    font-size: 20px;
}
}
@media screen and (max-width: 640px){
/*-- #works --*/
#works .list__area li{width:235px;}
/*-- #case --*/
#case .case__area h3,#case .case__area.case1 h3{
    width:180px;
    margin-left: 0;
}
#case .case__area h3 img{
    width:160px;
    margin: 0 20px 30px 0px;
}
#case .case__area.case1 h3 img{
    width:120px;
}
#case .case__area .head__area .c-sp-9f{
    width:calc(100% - 200px);
}
#case .case__area .head__area .c-sp-9f img{
    width:100%;
    min-width:140px;
    margin-top: auto;
}
#case .case__area .txt__area__pc p:nth-child(2){margin-top: 10px}
/*-- .c-contact --*/
.c-contact .txt__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.c-contact .txt__inner > *{
    width:100%;
    max-width: 275px;
}
}
@media screen and (max-width: 480px){
/*-- たいよう歯科について #about --*/
#about .txt__area p {
    margin: 25px -2px 0px;
}
/*-- #case --*/
#case .case__area.case1 h3{
    width:130px;
    margin-left: 0;
}
#case .case__area.case2 h3{
    width:160px;
    margin-left: 0;
}
#case .case__area h3 img{
    width:130px;
}
#case .case__area.case1 h3 img{
    width:110px;
}
#case .case__area .head__area .c-sp-9f{
    width:calc(100% - 130px);
}
#case .case__area.case2 .head__area .c-sp-9f{
    width:calc(100% - 160px);
}
/*-- .c-contact --*/
.c-contact .txt__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-contact .txt__inner > *{
    width:100%;
    max-width: 275px;
}
}
@media screen and (max-width: 430px){
/*-- たいよう歯科について #about --*/
#about .txt__area p {
    font-size: 17px;
}
/*-- #services --*/
#services .js-toggle-btn{
    width:36px;
    height: 30px;
}
#services .js-toggle-btn::before{
    content:'';
    position: relative;
    display: block;
    left:4px;
    top:0;
    transform: rotate(45deg);
    width:20px;
    height:3px;
    background-color: #fff;
}
#services .js-toggle-btn::after{
    content:'';
    position: relative;
    display: block;
    right:3px;
    top:0;
    transform: rotate(-45deg);
    width:20px;
    height:3px;
    background-color: #fff;
}
#services .is-open.js-toggle-btn::before{
    transform: rotate(-45deg);
    width:20px;
    height:3px;
}
#services .is-open.js-toggle-btn::after{
    transform:rotate(45deg);
    width:20px;
    height:3px;
}
/*-- #works --*/
#works .list__area h3{
    font-size: 27px;
}
/*-- .c-contact --*/
.c-contact .recruit__area .txt__area{
    padding: 30px 20px;
}
}
@media screen and (max-width: 389px){
/*-- たいよう歯科について #about --*/
#about h2{font-size: 28px;}
@media screen and (max-width: 380px){
/*-- #works --*/
#works .list__area h3{
    font-size: 26px;
}
}
