
/* ================= header ================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.header_logoimage {
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    opacity: 0.25;
    z-index: -95;
}
header .image_slider {
    width: 100%;
    height: 100vh;
    z-index: -100;
    overflow: hidden;
}
header .image_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 8s ease;
}
header .image_slider .swiper-slide-active img {
    transform: scale(1.18);
}
header .image_slider .img_pc {
    display: block;
}
header .image_slider .img_tb,
header .image_slider .img_sp {
    display: none;
}
.catchcopy {
    position: absolute;
    bottom: 220px;
    left: 8%;
    z-index: -80;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
header .catchcopy_line {
    position: relative;
    display: inline-block;
    padding: 0 15px 15px;
    overflow: hidden;
}
header .catchcopy_bg {
    position: absolute;
    inset: 0;
    background-color: var(--color-primary-pink);
    width: 0;
    z-index: -90;
}
header .catchcopy_text {
    display: inline-block;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 700;
    color: var(--color-white);
    transform: translateY(6px);
}
@media (max-width: 1380px) {
    header .catchcopy_line {
        padding: 0 15px 16px;
    }
    header .catchcopy_text {
        font-size: 2rem;
        transform: translateY(7px);
    }
}
@media (max-width: 1080px) {
    .header_logoimage {
        top: 260px;
    }
    header .image_slider {
        height: 800px;
    }
    header .catchcopy {
        left: 50px;
        bottom: auto;
        top: 540px;
    }
    header .catchcopy_line {
        padding: 0 15px 15px;
    }
    header .catchcopy_text {
        font-size: 1.8rem;
        transform: translateY(7px);
    }
    header .image_slider .img_pc {
        display: none;
    }
    header .image_slider .img_tb {
        display: block;
    }
}
@media (max-width: 780px) {
    header .image_slider {
        height: 740px;
    }
    header .catchcopy {
        left: 40px;
        top: 480px;        
    }
    header .catchcopy_text {
        font-size: 1.7rem;
    }
}
@media (max-width: 580px) {
    header .image_slider {
        height: 700px;
    }
    header .catchcopy {
        left: 12px;
        top: 400px;        
    }
    header .catchcopy_line {
        padding: 0 10px 15px;
    }
    header .catchcopy_text {
        font-size: 1.6rem;
    }    
    header .image_slider .img_tb {
        display: none;
    }
    header .image_slider .img_sp {
        display: block;
    }
}
@media (max-width: 410px) {
    header .catchcopy_text {
        font-size: 1.5rem;
    } 
}
@media (max-width: 380px) {
    header .catchcopy_text {
        font-size: 1.4rem;
    } 
}
@media (max-width: 360px) {
    header .catchcopy_line {
        padding: 0 10px 13px;
    }
    header .catchcopy_text {
        font-size: 1.3rem;
    } 
}
@media (max-width: 580px) and (max-height: 729px) {
    header .image_slider {
        height: 660px;
    }
    header .catchcopy {
        top: 360px;        
    }    
}
@media (max-width: 580px) and (max-height: 679px) {
    header .image_slider {
        height: 620px;
    }
    header .catchcopy {
        top: 320px;        
    }    
}
@media (max-width: 580px) and (max-height: 629px) {
    header .image_slider {
        height: 580px;
    }
    header .catchcopy {
        top: 280px;        
    }     
}
@media (max-width: 580px) and (max-height: 579px) {
    header .image_slider {
        height: 540px;
    }
    header .catchcopy {
        top: 240px;        
    }     
}


/* =============== 背景「光」アニメーション =============== */
.backimage {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background-color: var(--color-white);
    transition: opacity 0.6s ease, background-color 0.8s ease;
}
.backimage .light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode: soft-light;
}
.backimage .image01 {
    background: url("img/haikei01.gif") repeat;
    background-size: 2220px;
    animation: fall01 18s infinite linear;
}
@keyframes fall01 {
    0%   { background-position: 0 0; } 
    100% { background-position: -2220px 1380px; }
}
.backimage .image02 {
    background: url("img/haikei02.gif") repeat;
    background-size: 2020px;
    animation: fall02 18s infinite linear;
}
@keyframes fall02 {
    0%   { background-position: 0 0; } 
    100% { background-position: -2020px 1180px; }
}
.backimage .image03 {
    background: url("img/haikei03.gif") repeat;
    background-size: 1720px;
    animation: fall03 18s infinite linear;
}
@keyframes fall03 {
    0%   { background-position: 0 0; } 
    100% { background-position: -1720px 880px; }
}
.backimage .image04 {
    background: url("img/haikei04.gif") repeat;
    background-size: 1620px;
    animation: fall04 18s infinite linear;
}
@keyframes fall04 {
    0%   { background-position: 0 0; } 
    100% { background-position: -1620px 780px; }
}
.backimage .image05 {
    background: url("img/haikei05.gif") repeat;
    background-size: 1520px;
    animation: fall05 18s infinite linear;
}
@keyframes fall05 {
    0%   { background-position: 0 0; } 
    100% { background-position: -1520px 680px; }
}


/* ================= main ================= */
/* main：大枠と飾り */
main {
    position: relative;
    margin-top: calc(100vh - 260px);
}
.deco {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.deco_inner {
    position: absolute;
    width: max(100%, 1920px);
    height: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.deco img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.walk_lottie {
    position: absolute;
    width: 168px;
    left: 55%;
    bottom: 46px;
}
.deco .img_tb_a,
.deco .img_tb_b,
.deco .img_sp {
    display: none;
}

@media (max-width: 1380px) {
    main {
        margin-top: calc(100vh - 235px);
    }
    .deco {
        height: 215px;
    }
    .deco_inner {
        width: max(100%, 1700px);
    }
    .walk_lottie {
        width: 150px;
        left: 55%;
        bottom: 40px;
    }
}
@media (max-width: 1080px) {
    .deco {
        height: 200px;
    }
    .deco_inner {
        width: max(100%, 1080px);
    }
    .walk_lottie {
        width: 136px;
        left: 57%;
        bottom: 40px;
    }
    .deco .img_pc {
        display: none;
    }
    .deco .img_tb_a {
        display: block;
    }
    main {
        margin-top: 640px;
    }
}
@media (max-width: 780px) {
    .deco {
        height: 170px;
    }
    .deco_inner {
        width: max(100%, 780px);
    }
    .walk_lottie {
        width: 120px;
        left: 56%;
        bottom: 30px;
    }
    .deco .img_tb_a {
        display: none;
    }
    .deco .img_tb_b {
        display: block;
    }
    main {
        margin-top: 600px;
    }
}
@media (max-width: 580px) {
    .deco {
        height: 150px;
    }
    .deco_inner {
        width: max(100%, 580px);
    }
    .walk_lottie {
        width: 110px;
        left: 48%;
        bottom: 20px;
    }
    .deco .img_tb_b {
        display: none;
    }
    .deco .img_sp {
        display: block;
    }
    main {
        margin-top: 520px;
    }
}
@media (max-width: 580px) and (max-height: 729px) {
    main {
        margin-top: 480px;
    }
}
@media (max-width: 580px) and (max-height: 679px) {
    main {
        margin-top: 440px;
    }
}
@media (max-width: 580px) and (max-height: 629px) {
    main {
        margin-top: 400px;
    }
}
@media (max-width: 580px) and (max-height: 579px) {
    main {
        margin-top: 360px;
    }
}

/* about/ball：私たちについてとボール動き */
.aboutus {
    position: relative;
    width: 100%;
    padding-top: 150px;
    overflow: hidden;
    background-color: var(--color-white);
}
.deco_ball_a {
    position: absolute;
    top: 150px;
    right: 20%;
    width: 160px;
    z-index: 10;
}
.deco_ball_b {
    position: absolute;
    top: 160px;
    right: 10%;
    width: 200px;
}
.deco_ball_c {
    position: absolute;
    top: 105px;
    left: 13%;
    width: 220px;
}
.deco_ball_d {
    position: absolute;
    top: 1270px;
    left: 25%;
    width: 160px;
    z-index: 0;
}
.deco_ball_e {
    position: absolute;
    top: 1340px;
    left: 20%;
    width: 130px;
}
.deco_ball_a,
.deco_ball_b,
.deco_ball_c,
.deco_ball_d,
.deco_ball_e {
    will-change: transform;
}
.section_heading_about {
    margin-bottom: 70px;
}
.section_heading_about img {
    display: block;
    width: 620px;
}
.aboutus_lead {
    margin-left: 10%;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600;
}
@media (max-width: 1580px) {
    .section_heading_about img {
        width: 580px;
    }
    .aboutus_lead {
        margin-left: 8%;
        font-size: 1.2rem;
    }
    .deco_ball_d {
        top: 1050px;
        left: 25%;
        width: 150px;
    }
    .deco_ball_e {
        top: 1090px;
        left: 20%;
        width: 125px;
    }
}
@media (max-width: 1380px) {
    .deco_ball_a {
        top: 150px;
        right: 18%;
        width: 144px;
    }
    .deco_ball_b {
        top: 160px;
        right: 6%;
        width: 180px;
    }
    .deco_ball_c {
        top: 70px;
        left: 11%;
        width: 198px;
    }
    .section_heading_about {
        margin-bottom: 60px;
    }
}
@media (max-width: 1080px) {
    .aboutus {
        padding-top: 120px;
    }
    .deco_ball_a {
        top: 150px;
        right: 15%;
        width: 130px;
    }
    .deco_ball_b {
        top: 160px;
        right: 3%;
        width: 162px;
    }
    .deco_ball_c {
        top: 50px;
        left: 10%;
        width: 178px;
    }
    .deco_ball_d {
        top: 955px;
        left: 25%;
        width: 130px;
    }
    .deco_ball_e {
        top: 1000px;
        left: 20%;
        width: 110px;
    }
    .section_heading_about {
        margin-left: -25px;
        margin-bottom: 40px;
    }
    .section_heading_about img {
        width: 530px;
    }
    .aboutus_lead {
        margin-left: 60px;
        font-size: 1.1rem;
        line-height: 1.6;
    }
}
@media (max-width: 880px) {
    .aboutus {
        padding-top: 80px;
    }
    .deco_ball_a {
        top: 150px;
        right: 7%;
        width: 100px;
    }
    .deco_ball_b {
        top: 160px;
        right: -6%;
        width: 124px;
    }
    .deco_ball_c {
        top: 35px;
        left: 7%;
        width: 124px;
    }
    .deco_ball_d {
        top: 995px;
        left: 25%;
        width: 100px;
    }
    .deco_ball_e {
        top: 1050px;
        left: 20%;
        width: 90px;
    }
    .aboutus_lead {
        margin-left: 35px;
        margin-bottom: 20px;
    }
}
@media (max-width: 680px) {
    .aboutus {
        padding-top: 250px;
    }
    .deco_ball_a {
        top: 40px;
        right: 55%;
        width: 88px;
    }
    .deco_ball_b {
        top: 80px;
        right: 26%;
        width: 100px;
    }
    .deco_ball_c {
        top: 5px;
        left: 10%;
        width: 120px;
    }
    .deco_ball_d {
        top: 1800px;
        left: 42%;
        width: 100px;
    }
    .deco_ball_e {
        top: 1800px;
        left: 30%;
        width: 90px;
    }
    .section_heading_about {
        margin-bottom: 30px;
    }
    .section_heading_about img {
        width: 90%;
    }
    .aboutus_lead {
        width: 86%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .aboutus_lead br {
        display: none;
    }
}

/* feature：大枠 */
.feature {
    position: relative;
    width: 100%;
    height: 1580px;
    overflow: hidden;
}
.feature::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 450px;
    background-color: #fff;
    pointer-events: none;
}
@media (max-width: 1580px) {
    .feature {
        height: 1340px;
    }    
}
@media (max-width: 1080px) {
    .feature {
        height: 1220px;
    }    
}
@media (max-width: 880px) {
    .feature {
        height: 1230px;
    }    
}
@media (max-width: 680px) {
    .feature {
        height: 2000px;
    }    
}

/* feature：囲みと動き */
.feature_contents {
    position: relative;
}
.feature_img img {
    width: 100%;
    min-width: 1920px;
}
.feature_01_1920,
.feature_02_1920,
.feature_03_1920 {
    display: block;
}
.feature_01_1380,
.feature_02_1380,
.feature_03_1380,
.feature_01_1080,
.feature_02_1080,
.feature_03_1080,
.feature_01_880,
.feature_02_880,
.feature_03_880,
.feature_01_680,
.feature_02_680,
.feature_03_680 {
    display: none;
}
.feature_img_01 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.feature_img_02 {
    position: absolute;
    top: 435px;
    left: 50%;
    transform: translateX(-50%);
}
.feature_img_03 {
    position: absolute;
    top: 865px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1580px) {
    .feature_img img {
        min-width: 1580px; 
    }
    .feature_img_02 {
        top: 358px;
    }
    .feature_img_03 {
        top: 714px;
    }
}
@media (max-width: 1380px) {
    .feature_img img {
        min-width: 1380px; 
    }
   .feature_01_1920,
   .feature_02_1920,
   .feature_03_1920 {
        display: none;
    }
    .feature_01_1380,
    .feature_02_1380,
    .feature_03_1380 {
        display: block;
    }
    .feature_img_02 {
        top: 370px;
    }
    .feature_img_03 {
        top: 722px;
    }
}
@media (max-width: 1080px) {
    .feature_img img {
        min-width: 1080px; 
    }
    .feature_01_1380,
    .feature_02_1380,
    .feature_03_1380 {
        display: none;
    }
    .feature_01_1080,
    .feature_02_1080,
    .feature_03_1080 {
        display: block;
    }
    .feature_img_02 {
        top: 346px;
    }
    .feature_img_03 {
        top: 672px;
    }
}
@media (max-width: 880px) {
    .feature_img img {
        min-width: 880px; 
    }
    .feature_01_1080,
    .feature_02_1080,
    .feature_03_1080 {
        display: none;
    }
    .feature_01_880,
    .feature_02_880,
    .feature_03_880 {
        display: block;
    }
    .feature_img_02 {
        top: 370px;
    }
    .feature_img_03 {
        top: 710px;
    }
}
@media (max-width: 680px) {
    .feature_img img {
        min-width: 680px; 
    }
    .feature_01_880,
    .feature_02_880,
    .feature_03_880 {
        display: none;
    }
    .feature_01_680,
    .feature_02_680,
    .feature_03_680 {
        display: block;
    }
    .feature_img_02 {
        top: 594px;
    }
    .feature_img_03 {
        top: 1166px;
    }
}

/* feature：インナー囲み */
.feature_wrap {
    display: flex;
    justify-content: center;
}
.feature_wrap_01{
    width: 38%;
    position: absolute;
    top: 70px;
    right: 0;
}
.feature_wrap_02{
    width: 44%;
    position: absolute;
    top: 610px;
    left: 0;
}
.feature_wrap_03{
    width: 38vw;
    position: absolute;
    top: 960px;
    right: 0;
}
@media (max-width: 1700px) {
    .feature_wrap_01 {
        top: 80px;
    }
    .feature_wrap_02 {
        top: 600px;        
    }
    .feature_wrap_03 {
        top: 970px;
    }
}
@media (max-width: 1580px) {
    .feature_wrap_01 {
        top: 46px;
    }
    .feature_wrap_02 {
        top: 492px;
    }
    .feature_wrap_03 {
        top: 770px;
    }
}
@media (max-width: 1380px) {
    .feature_wrap_01 {
        width: 42%;
        top: 60px;
    }
    .feature_wrap_02 {
        width: 47%;
        top: 490px;
    }
    .feature_wrap_03 {
        width: 42%;
        top: 790px;
    }
}
@media (max-width: 1080px) {

    .feature_wrap_01 {
        width: 50%;
        top: 68px;
    }
    .feature_wrap_02 {
        width: 54%;
        top: 448px;
    }
    .feature_wrap_03 {
        width: 50%;
        top: 742px;
    }
}
@media (max-width: 880px) {
    .feature_wrap_01 {
        width: 60%;
        top: 80px;
    }
    .feature_wrap_02 {
        width: 64%;
        top: 450px;
    }
    .feature_wrap_03 {
        width: 60%;
        top: 788px;
    }
}
@media (max-width: 680px) {
    .feature_wrap_01 {
        width: 100%;
        top: 100px;
    }
    .feature_wrap_02 {
        width: 100%;
        top: 660px;
    }
    .feature_wrap_03 {
        width: 100%;
        top: 1258px;
    }
}

/* feature：インナー文字 */
.feature_wrap_inner {
    width: 440px;
}
.feature_title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-sub-strong);
    margin-bottom: 16px;
}
.feature_title small {
    font-size: 1.5rem;
    line-height: 1.6;
}
.feature_title span {
    color: var(--color-primary-pink);
}
.feature_points {
    margin-bottom: 10px;
}
.feature_points li {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 1.2rem;    
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--color-primary-green);
    color: var(--color-white);
    padding: 3px 6px 4px;
}
.description {
    font-size: 1rem;
    line-height: 1.6;
}
@media (max-width: 1580px) {
    .feature_wrap_inner {
        width: 390px;
    }
    .feature_title {
        font-size: 2.35rem;
        line-height: 1.15;
        margin-bottom: 14px;
    }
    .feature_title small {
        font-size: 1.25rem;
        line-height: 1.1;
    }
    .feature_points {
        margin-bottom: 8px;
    }
    .feature_points li {
        margin-bottom: 4px;
        font-size: 1.05rem;    
        line-height: 1;
        padding: 3px 6px 5px;
    }
    .description {
        font-size: 0.95rem;
        line-height: 1.55;
    }
}
@media (max-width: 1380px) {
    .feature_title {
        font-size: 2.3rem;
        line-height: 1.1;
        margin-bottom: 14px;
    }
    .feature_title small {
        font-size: 1.25rem;
        line-height: 1.1;
    }
}
@media (max-width: 1080px) {
    .feature_wrap_inner {
        width: 370px;
    }
    .feature_title {
        font-size: 2rem;
        margin-bottom: 11px;
    }
    .feature_title small {
        font-size: 1.2rem;
        line-height: 1.1;
    }
    .feature_points {
        margin-bottom: 7px;
    }
    .feature_points li {
        margin-bottom: 3px;
        font-size: 1rem;
    }
    .description {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}
@media (max-width: 680px) {
    .feature_wrap_inner {
        width: 86%;
    }
    .feature_title {
        font-size: 1.9rem;
        line-height: 1.15;
        margin-bottom: 11px;
    }
}

/* セクション仕切り兼キャッチコピー */
.section_catch {
    display: flex;
    justify-content: center;
    padding: 200px 0;
}
.section_catch_inner {
    display: flex;
    flex-direction: column;
    color: var(--color-primary-green);
}
.section_catch_inner br {
    display: none;
}
.section_catch .jp {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}
.section_catch .en {
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 600;
}
@media (max-width: 1380px) {
    .section_catch {
        padding: 190px 0;
    }
    .section_catch .jp {
        font-size: 1.65rem;
    }
    .section_catch .en {
        font-size: 0.78rem;
    }
}
@media (max-width: 1180px) {
    .section_catch {
        padding: 160px 0;
    }
    .section_catch .jp {
        font-size: 1.6rem;
    }
}
@media (max-width: 780px) {
    .section_catch_inner .tb {
        display: block;
    }
    .section_catch .jp {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .section_catch .en {
        line-height: 1.2;
    }
}
@media (max-width: 680px) {
    .section_catch .jp {
        font-size: 1.38rem;
    }
}
@media (max-width: 480px) {
    .section_catch_inner .sp {
        display: block;
    }
}

/* service：セクション囲み「サービスのご案内」 */
.section_general {
    position: relative;
    width: 100%;
    background-color: transparent;
}
.section_wrap {
    width: 70%;
    margin: 0 auto;
    background-color: rgba(var(--color-white-rgb), .7);
    border-radius: 25px;
    padding: 90px 0 50px;
}
.section_heading_general {
    margin-bottom: 50px;
    transition: background-color 0.25s ease;
}
.section_heading_general img {
    display: block;
    width: 600px;
}
.section_general .section_lead {
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
.section_general .section_lead p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
}
.detail_btn {
    display: inline-flex;
    align-items: center;
    height: 54px;
    gap: 14px;
    padding: 0 24px;
    border-radius: 27px;
    background-color: var(--color-white);
    border: 3px var(--color-sub-strong) solid;
    color: var(--color-sub-strong);
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}
.detail_btn_icon {
    width: 32px;
    height: 24px;
    background-image: url("img/link_arrow01.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition:
        transform 0.25s ease;
}
.detail_btn:hover {
    background-color: var(--color-sub-strong);
    color: var(--color-white);
}
.detail_btn:hover .detail_btn_icon {
    background-image: url("img/link_arrow01_hover.svg");
}
.service .service_link {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.service .card_item {
    position: relative;
    width: 31.5%;
}
.service .card_link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 40px 26px 35px;
    border-radius: 22px;
    background-color: var(--color-sub-thin-c);
    color: var(--color-black);
    transition: background-color 0.25s ease, color 0.25s ease;
    overflow: hidden; 
}
.service .card_link:hover {
    color: var(--color-white);
    background-color: var(--color-sub-strong);
}
.service .card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    margin-bottom: 20px;
}
.service .title_area {
    display: flex;
    flex-direction: column;
}
.service_link .title_main {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
}
.service_link .title_sub {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
}
.service .card_header img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.service_link .description {
    margin-top: 0;
    margin-bottom: 20px;
}
.service .service_image {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: auto;
    flex: 0 0 auto;
}
.service .service_image01 {
    background-image: url(img/service_image01.jpg);
}
.service .service_image02 {
    background-image: url(img/service_image02.jpg);
}
.service .service_image03 {
    background-image: url(img/service_image03.jpg);
}
@media (max-width: 1580px) {
    .section_wrap {
        width: 80%;
    }
    .section_heading_general img {
        width: 570px;
    }
    .section_general .section_lead p {
        font-size: 1.35rem;
        line-height: 1.5;
    }
    .service_link .title_main {
        font-size: 1.9rem;
    }
    .service_link .title_sub {
        font-size: 1.35rem;
    }
}
@media (max-width: 1380px) {
    .section_wrap {
        width: 90%;
    }
    .section_heading_general img {
        width: 530px;
    }
    .section_general .section_lead p {
        font-size: 1.3rem;
        line-height: 1.45;
    }
    .detail_btn {
        height: 50px;
        gap: 10px;
        padding: 0 22px;
        border-radius: 25px;
        font-size: 1.05rem;
    }
    .detail_btn_icon {
        width: 29px;
        height: 21px;
    }
    .service .card_item {
        width: 31.8%;
    }    
    .service_link .title_main {
        font-size: 1.8rem;
    }
    .service_link .title_sub {
        font-size: 1.3rem;
    }
}
@media (max-width: 1180px) {
    .section_wrap {
        width: 70%;
        padding: 70px 0 40px;
    }
    .section_heading_general {
        margin-bottom: 24px;
    }
    .section_general .section_lead {
        width: 90%;
        margin: 0 auto 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .section_general .section_lead p {
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .section_general .section_lead br {
        display: none;
    }
    .detail_btn {
        height: 46px;
        gap: 8px;
        padding: 0 20px;
        border-radius: 23px;
    }
    .service .service_link {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .service .card_item {
        width: 100%;
        margin-bottom: 24px;
    }
    .service .card_link {
        padding: 34px 30px 34px;
    }
    .service .card_item:last-child {
        margin-bottom: 0;
    }    
    .service .card_header {
        min-height: 60px;
        margin-bottom: 10px;
    }
    .service .card_header img {
        width: 44px;
        height: 44px;
    }
    .service .title_area {
        display: flex;
        flex-direction: column;
    }
    .service_link .title_main {
        font-size: 1.7rem;
    }
    .service_link .title_sub {
        font-size: 1.2rem;
    }
    .service_link .description {
        margin-bottom: 15px;
    }
    .service_link .title_main br {
        display: none;
    }
    .service_image {
        height: 160px;
    }
}
@media (max-width: 1080px) {
    .section_heading_general img {
        width: 500px;
    }
    .section_wrap {
        width: 90%;
    }
    .detail_btn:hover {
        background-color: var(--color-white);
        color: var(--color-sub-strong);
    }
    .detail_btn:hover .detail_btn_icon {
        background-image: url("img/link_arrow01.svg");
    }
    .service .card_link:hover {
        color: var(--color-black);
        background-color: var(--color-sub-thin-c);
    }
}
@media (max-width: 780px) {
    .section_heading_general img {
        width: 480px;
    }
}
@media (max-width: 680px) {
    .section_wrap {
        width: 92%;
        border-radius: 25px;
        padding: 60px 0 15px;
    }
    .service .service_link {
        width: 93%;
    }
    .section_heading_general img {
        width: 96%;
    }
    .section_general .section_lead {
        width: 93%
    }
    .section_general .section_lead p {
        font-size: 1.05rem;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .detail_btn {
        height: 40px;
        gap: 8px;
        padding: 0 14px 2px;
        border-radius: 20px;
        border: 2px var(--color-sub-strong) solid;
    }
    .detail_btn_icon {
        width: 24px;
        height: 21px;
        margin-top: 3px;
    }
    .service .card_link {
        padding: 30px 16px 30px;
        border-radius: 18px;
    }
    .service_link .title_main {
        font-size: 1.5rem;
    }    
    .service .card_header img {
        width: 38px;
        height: 38px;
    }
}

/* message：セクション囲み「ごあいさつ」 */
.message .section_wrap {
    margin-bottom: 100px;
}
.message .section_heading {
    margin-bottom: 50px;
}
.message_wrap {
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.message_txt {
    flex: 1;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.message_txt_inner {
    margin-bottom: 30px;
}
.message_txt .title {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
}
.message_txt .description {
    line-height: 1.65;
}
.message_photo {
    width: 370px;
    aspect-ratio: 3 / 4;
    background-image: url(img/message_photo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}
@media (max-width: 1380px) {
    .message_wrap {
        width: 800px;
    }
    .message_txt .title {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 30px;
    }
    .message_photo {
        width: 330px;
    }
}
@media (max-width: 1180px) {
    .message .section_heading {
        margin-bottom: 30px;
    }    
    .message_wrap {
        width: 90%;
    }
    .message_txt {
        margin-right: 4%;
    }
    .message_txt .title {
        font-size: 1.45rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .message_photo {
        width: 280px;
    }
}
@media (max-width: 880px) {
    .message_txt .title {
        font-size: 1.4rem;
        margin-bottom: 18px;
    }
    .message_photo {
        width: 250px;
    }
}
@media (max-width: 780px) {
    .message_wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
     .message_txt {
        align-items: flex-end;
    }   
    .message_txt_inner {
        margin-bottom: 10px;
    }
    .message_txt {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .message_photo {
        width: 280px;
    }
}
@media (max-width: 680px) {
    .message .section_wrap {
        padding-bottom: 30px;
    }
    .message_wrap {
        width: 93%;
    }
    .message_txt .title {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }
    .message_photo {
        width: 80%;
    }
}

/* contact：セクション囲み「お問い合わせ」 */
.contact {
    width: 70%;
    margin: 0 auto;
    border-radius: 25px;
    background-color: var(--color-primary-green);
    padding: 20px;
}
.contact_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--color-white);
}
.contact_txt {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.contact_wrap .title {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact_wrap .lead {
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 600;
}
.contact_wrap .lead br {
    display: none;
}
.contact_photo {
    width: 380px;
    aspect-ratio: 5 / 3;
    background-image: url(img/contact_photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;;
}
@media (max-width: 1580px) {
    .contact {
        width: 80%;
    }
}
@media (max-width: 1380px) {
    .contact {
        width: 90%;
    }
}
@media (max-width: 1180px) {
    .contact {
        width: 70%;
    }
    .contact_wrap .lead {
        font-size: 1.1rem;
    }
    .contact_wrap .lead br {
        display: block;
    }
    .contact_photo {
        width: 360px;
    }
}
@media (max-width: 1180px) {
    .contact {
        width: 90%;
    }
} 
@media (max-width: 880px) {
    .contact {
        padding: 15px;
    }
    .contact_wrap .title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .contact_photo {
        width: 330px;
    }
}
@media (max-width: 780px) {
    .contact {
        padding: 40px 0;
    }
    .contact_wrap {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .contact_txt {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .contact_txt .detail_btn {
        margin-left: auto;
        margin-right: 0;
    }
    .contact_txt_inner {
        margin-bottom: 20px;
    }    
    .contact_wrap .lead br {
        display: none;
    }
    .contact_photo {
        margin: 0 auto;
    }
    .contact_photo {
        width: 70%;
    }
}
@media (max-width: 680px) {
    .contact {
        width: 92%;
        border-radius: 25px;
        padding: 50px 0 15px;
    }
    .contact_wrap {
        width: 92%;
    }
    .contact_photo {
        width: 100%;
    }
}