@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    /* background: #fff; */
    scroll-behavior: auto!important;
    /* overflow-x: hidden; */
    animation: fadeIn 1s;

    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
/* body.top-page::before {
    content: "";
    position: fixed;
    top: 50%;
    right: -5%;
    width: 60vw;
    height: 80%;
    background-image: url(../img/main-img.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: translateY(-50%);
} */
/* body#cpage {  overflow-x: hidden;} */
/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.txt-ja, span[lang='ja']{ font-family: "Noto Sans JP", sans-serif;}
.txt-en, span[lang='en'] { font-family: "Poppins", sans-serif;}
/* html{ height: -webkit-fill-available;} */
html.nosc,body.nosc{
	/* overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto; */
}
.color-red { color: #E00A16;} 
.color-blue { color: #1AA3E2;}
.color-lblue { color: #EFF3F7;}
.color-wh{ color: #fff;}
.color-gr { color: #D6F0A8;}
.color-dgr { color: #2C4F51;}
.color-vgr { color: #73AE2E;}
.color-yg { color: #ABE8B9;}
.color-lgr{ color: #F4F595;}
.color-ye{ color: #FFF200;}
.color-ly{ color: #FFF9F4;}
.color-or{ color: #FFEABA;}
.color-prp{ color: #721DC8;}
.color-gy{ color: #FAF9F4;}
.color-bw{ color: #4D0001;}
.color-bk{ color: #000;}
.color-gray { color: #BCBCBC;}

.bg-red { background: #E00A16;}
.bg-pn { background: #FCDBE4;}
.bg-blue { background: #1AA3E2;}
.bg-lblue { background: #EFF3F7;}
.bg-gr { background: #D6F0A8;}
.bg-dgr { background: #2C4F51;}
.bg-lgr { background: #F4F595;}
.bg-vgr { background: #73AE2E;}
.bg-yg { background: #ABE8B9;}
.bg-ye { background: #FFF200;}
.bg-lye { background: #FFF9F4;}
.bg-or { background: #FFEABA;}
.bg-lor { background: #ffecdc;}
.bg-bk { background: #000333;}
.bg-wh { background: #fff;}
.bg-gray { background: #F4F4F4;}
.bg-bw { background: #4D0001;}

/* a:hover{
    color: #000;
} */

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin: 0 auto 1.5rem;
    padding: 0;
}
h1 { font-size: 36px;}
h2 { font-size: 32px;}
h3 { font-size: 29px;}
h4 { font-size: 25px;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

.page-tit {
    position: relative;
    padding-bottom: 2rem;

    &::after {
        content: "";
        position: absolute;
        top: -70px;
        right: 0;
        width: 60vw;
        height: 120%;
        background-image: url(../img/titbar.png);
        background-position: top right;
        background-repeat: repeat;
        background-size: cover;
        z-index: -1;
    }
}
#titbar {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
    z-index: 5;
    padding: 0!important;
    left: 0;
}
#titbar h1 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25em;
    width: 100%;
    margin-bottom: .5rem;
    /* padding: 0.25em; */
    text-wrap: wrap;
    font-size: 44px;
    font-weight: 700;

    span.titbar-txt {
        display: inline;
        background: #1AA3E2;
        padding: .1em .25em;
    }
}
.tit-txt { width: 60%;}
.single-rc .tit-txt { width: auto;}
.tit-img {
    width: 40%;
}
.tit-line { 
    position: relative;  
    padding: 0.5rem 0;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2em;
        height: 3px;
        background: #1AA3E2;
    }
    &::after {
        content: "";
        position: absolute;
        left: 2em;
        bottom: 0;
        width: calc(100% - 2em);
        height: 3px;
        background: #D4D5D3;
    }
}
.tit-bd-b {
    position: relative;
    padding: 0 1em 0 1.5em;
}
.tit-bd-b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 4px;
    background: #C4416F;
}
.tit-bd-l {
    position: relative;
    padding: 0.2rem 1em 0.2rem 1em;
}
.tit-bd-l::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 100%;
    background: #DAAD41;
}
.tit-point {
    display: flex;
    align-items: center;
}
.tit-point::before {
    content: "■";
    font-size: 0.5em;
    font-weight: 900;
    padding-right: 0.5em;
    color: #1AA3E2;
}
.tit-color {
    color: #1AA3E2;
}
.box-wh{
    padding: 2.5em 3em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

/* --- flex-box --- */
/* .flex-box {
    display: flex;
    justify-content: center;
}
.flex1 > div { width: 100%; }
.flex2 > div { width: 50%; }
.flex3 > div { width: calc(100% / 3); }
.flex4 > div { width: 25%; }
.flex5 > div { width: 20%; }
.flex-last {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
} */

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.grig-wrap0 { grid-gap: 0; }
.grid1 { grid-template-columns: repeat(1, 1fr); grid-gap: 0;}
.grid2 { grid-template-columns: repeat(2, 1fr); }
.grid3 { grid-template-columns: repeat(3, 1fr); }
.grid5 { grid-template-columns: repeat(5, 1fr); }

.flex-dl { display: flex; margin: 0 auto 10px; }
.flex-dl:last-of-type { margin-bottom: 1em; }
.flex-dl dt { width: 4em; margin-right: 1.5em; }
.flex-dl dd { flex: 1; margin-bottom: 0; }

hr { margin: 10px 0; border-top: 3px solid #466E6E; }

p {
    margin: 0 auto 1.5rem;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

section {
    position: relative;
    z-index: 10;
    padding: 5rem 0;
}
.sec-inline img{
    max-width: 100%;
    height: auto;
}
.sec-inline-start {
    padding-inline-start: calc((100vw - 1000px) / 2);
}
.sec-inline-end {
    padding-inline-end: calc((100vw - 1000px) / 2);
}
.container-fluid{ padding: 0;}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}

ul, ol, dd { margin-bottom: 0;}

/* リキャプチャ非表示用（別途フォームに注記必要） */
.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}
.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/* ナビゲーション */
#head { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    transition: all 0.4s ease;
    /* background: #fff; 
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16)); */
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
#head.dnone, #cpage #head {
    position: fixed;
    background: #fff;
}
#head h1 { margin: 0}
/* #head.dnone, #cpage #head { 
    background: #fff; 
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
} */
/* body.nosc #head { 
    z-index: 999;
} */
/* body.nosc .nav-menu { background: #fff; } */
.h-logo .img-vis .brand {
    max-width: 135px;
}
.h-logo .img-hidd .brand, #cpage .h-logo .brand {
    max-width: 64px;
}
.h-logo { 
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 100%;
}
.h-logo {
    top: 3rem;
    left: 3rem;
}
.dnone .h-logo, #cpage .h-logo {
    top: 50%;
    transform: translateY(-50%);
}
.img-vis, .menu-wrap.is-active .img-hidd, .nosc .img-hidd {
    display: block;
    opacity: 1;
}
.img-hidd, .menu-wrap.is-active .img-vis, .nosc .img-vis {
    display: none;
    opacity: 0;
}

.nosc .menu-list {
    display: none !important;
}
.menu-wrap { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
}
.menu-list { 
    position: relative;
    height: 100%;
    background: #fff;
}
.menu-list > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    gap: 2rem;
    margin: 0 2rem;
}
.menu-list > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-list > ul > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1em;
    height: 4px;
    transition: .2s;
}
.menu-list > ul > li:nth-of-type(1)::before { background: #1AA3E2;}
.menu-list > ul > li:nth-of-type(2)::before { background: #C4416F;}
.menu-list > ul > li:nth-of-type(3)::before { background: #DAAD41;}
.menu-list > ul > li:nth-of-type(4)::before { background: #15999B;}

.menu-list > ul > li > a {
    position: relative;
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.menu-list > ul li img {
    max-width: 36px;
}
.menu-link {
    background: #000;
}
.menu-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    padding: 1rem 2rem;
}
.nav-menu ul { 
    position: relative;
    margin-bottom: 0;
}
.nav-menu ul li { 
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.click-link {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* ハンバーガーメニュー */
.openbtn{
    position: absolute;
    /* transform: translateY(-50%); */
    z-index: 1001;
    cursor: pointer;
    width: 32px;
    height: 40px;
    transition: 0.2s;
}
.openbtn span {
    display: block;
    transition: 0.2s;
    position: relative;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    background-color: #000;
    width: 22px;
    border-radius: 3px;
}
.openbtn span:nth-of-type(1) {
    top: -5%; 
}
.openbtn span:nth-of-type(2) {
    top: 10%; 
}
  
.openbtn.active span:nth-of-type(1) {
    top: 0%; 
    left: .85em;
    transform: translateY(0px) rotate(-45deg);
    width: 50%;
    background: #000;
}
.openbtn.active span:nth-of-type(2) {
    top: 10%;
    left: .85em;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background: #000;
}
/* ×印が横幅を広くしても消えない設定 */
.openbtn.active{ display: block !important;}
.nosc .nav-menu{ opacity: 0;}
.nosc .sp-menu.d-md-none{
    display: flex !important;
}
.nosc #top-menu{ display: none !important;}

/* ハンバーガーメニュー内部 */
#clickarea {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    background: #fff;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
#clickarea.panelactive {
    opacity: 1;
    visibility: visible;
}
#clickarea.panelactive .click-list {
    position: relative;
    z-index: 1000;
    max-width: 900px;
    width: calc(100% - 2rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    z-index: 0;
}

#clickarea .click-list {
    padding-top: 10rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 40vw;
}
.click-list > ul { 
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.click-list > ul > li {
    opacity: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    padding-left: 2em;
    transition: 1.4s;
    line-height: 1;
}
.click-list > ul > li::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 4px;
    font-size: 24px;
    transform-origin: left;
}
#clickarea.panelactive .click-list > ul > li::before { width: 1em;}
.click-list > ul > li:nth-of-type(1)::before { background: #1AA3E2;}
.click-list > ul > li:nth-of-type(2)::before { background: #C4416F;}
.click-list > ul > li:nth-of-type(3)::before { background: #DAAD41;}
.click-list > ul > li:nth-of-type(4)::before { background: #15999B;}


#clickarea.panelactive .click-list > ul > li:nth-of-type(1)::before { transition: 1s;}
#clickarea.panelactive .click-list > ul > li:nth-of-type(2)::before { transition: 1.3s;}
#clickarea.panelactive .click-list > ul > li:nth-of-type(3)::before { transition: 1.6s;}
#clickarea.panelactive .click-list > ul > li:nth-of-type(4)::before { transition: 1.9s;}

.click-list > ul > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

.click-link {
    display: block;
    width: 100%;
    opacity: 0;
    background: #000;
    transition: 1.4s;

    a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: .5em 1em .5em 2em;

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: .5em;
            width: 0;
            height: 4px;
            transition: 2.2s;
            background: #fff;
            transform-origin: left;
        }
        #clickarea.panelactive &::before {
            width: 1em;
        }
    }
}

#clickarea.panelactive .click-list > ul > li , #clickarea.panelactive .click-link, #clickarea.panelactive .click-list > ul > li::before {
    opacity: 1;
}

/* アップボタン */
.reverse {
    position: fixed;
    right: 5%;
    bottom: 25px;
    width: 40px;
    height: 48px;
    z-index: 998;
    cursor: pointer;
    mix-blend-mode: difference;
}
.reverse a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
}
.reverse svg {
    stroke: #fff;
    width: 1.5em;
    height: 1.5em;
    transform: translateX(-0.15em) translateY(0);
    transition: 0.2s;
}
.reverse:hover svg {
    transform: translateX(-0.15em) translateY(-0.25em);
}


/* ボタン類 */
.btn01 {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.btn01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
    z-index: 0;
}
.btn01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #1AA3E2;
    border-radius: 10px;
    z-index: 0;
    opacity: 0;
    transition: .4s ease-out;
    transform-origin: left;
}
.btn01 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0.75em 3.5em 0.75em 1.5em;
    white-space: nowrap;
    border-radius: 10px;
    /* color: #000; */
    color: #fff;
    transition: 0.2s;
    z-index: 10;
}
.btn01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    width: 2em;
    height: 1em;
    background-image: url(../svg/arrow-r02.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* TOPのsection設定 */
.sec-wrap {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
section::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}
input:not([type=checkbox]) {
    appearance: none;
    border: none;
    outline: none;
}

/* TOP */
#maintop {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 10rem;
    background: #1AA3E2;
}
.main-wrap {
    position: relative;
    padding-top: 140px;
}
.main-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 50vw;
    background-image: url(../img/main-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    z-index: -1;
}
.main {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 1rem;
}
.main-txt {
    width: 50%;
}
.main-img {
    width: 50%;
}

.main-wrap .main-txt .main-head {
    display: inline;
    font-size: clamp(1.5rem, -0.375rem + 3.9063vw, 2.75rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    background: #fff;
}
.void-txt {
    display: inline-block;
    width: 0.25em;
    height: 1em;
}
.main-wrap .main-txt .main-under {
    position: relative;
    font-size: clamp(0.875rem, 0.7919rem + 0.2312vw, 1rem);
    color: #fff;
    padding-left: 1em;
}
.main-wrap .main-txt .main-under::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.main-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border: 2px solid #30AFEA;
    border-radius: 10px;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}



/* sec01 */
#sec01 { 
    padding: 0;
    overflow: visible;
}
.sec01-wrap {
    position: relative;
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
    padding: 4rem 3rem 5rem;
    background: #EFF1EC;
    border-radius: 30px;
    transform: translateY(-5rem);
}
.sec01-wrap::after {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 150px;
    height: 235px;
    background-image: url(../img/sec01-img.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec01-wrap h2 {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: 0.08em;
}
.sec01-wrap h2::before, .sec01-wrap h2::after {
    content: "";
    position: absolute;
    /* top: calc(50% - 2px); */
    bottom: calc(0% - 8px);
    width: 2px;
    height: calc(1em - 4px);
    background: #000;
}
.sec01-wrap h2::before {
    left: -1em;
    transform: translateY(-50%) skewX(40deg);
}
.sec01-wrap h2::after {
    right: -1em;
    transform: translateY(-50%) skewX(-40deg);
}
.task-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4rem;
    column-gap: 2.5rem;
}
.task-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 1.5rem;
    padding-bottom: 1rem;
    flex-direction: column;
    /* width: 300px; */
    min-height: 170px;
    width: calc(100% / 3 - 3rem);
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.task-item img {
    transform: translateY(-1.5em);
}
.task-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 85%;
    border-style: solid;
    border-width: 30px 38px 0 0;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
    border-radius: 0 0 10px 10px;
}

/* sec02 */
#sec02 .sec-flex {
    display: flex;
    gap: 4rem;
}
#sec02 .sec-flex .flex01 {
    flex: 1;
}
#sec02 .sec-flex .flex02 img {
    width: 365px;
    height: 345px;
    object-fit: contain;
}
.sec02-txt { margin-bottom: 3rem;}
.sec02-txt p {
    line-height: 2;
}
#sec02 .btn01 {
    max-width: 285px;
}

hgroup span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1AA3E2;
}

/* sec03 */
.sec03-wrap {
    position: relative;
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
    padding: 2rem 3rem;
    background: #EFF1EC;
    border-radius: 30px;
}
#sec03 .sec-flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
#sec03 h3 {
    position: relative;
    font-size: 22px;
    line-height: 1.6;
}
#sec03 h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1em;
    width: 2em;
    height: 4px;
    background: #1AA3E2;
}
#sec03 h4 {
    position: relative;
    font-size: 22px;
}
#sec03 h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    transform: translateX(-50%);
    width: 1em;
    height: 1px;
    background: #000;
}
#sec03 .flex01 {
    /* margin-right: 3rem; */

    width: 30em;
}
#sec03 .flex-box {
    display: flex;
    justify-content: center;
    gap: 1rem;

    width: 100%;
}
#sec03 .flex-box p { margin-bottom: 0;}
#sec03 .flex02, #sec03 .flex03 {
    display: grid;
    align-items: baseline;
    align-content: space-between;
    position: relative;
    background: #fff;
    padding: 2rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);

    width: 50%;
}
#sec03 .flex02::before, #sec03 .flex03::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 47px;
    aspect-ratio: 1;
    background: center no-repeat;
    background-size: contain;
}
#sec03 .flex02::before { background-image: url(../img/icon-hands.png);}
#sec03 .flex03::before { background-image: url(../img/icon-light.png);}
#sec03 .flex02 .sec03-cap {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
#sec03 .flex02 .sec03-cap span {
    font-size: 91px;
}
#sec03 .flex03 .sec03-cap {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* sec04 */
#sec04 { padding-top: 0;}
#sec04 hgroup { margin-bottom: 5rem;}
.sec04-wrap {
    display: flex;
    gap: 2rem;
    overflow: visible;
    max-width: 1000px;
    margin-inline: auto;
}

.sec04-txt > div { margin-bottom: 15rem;}
.sec04-img {
    display: block;
    position: sticky;
    /* overflow: hidden; */
    top: 100px;
    width: 50%;
    height: 375px;
}
.sec04-img img:not(.sec04-img-bg) {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: opacity .4s ease-out;
    opacity: 0;
    object-fit: contain;
    max-width: 250px;
    width: 60%;
    max-height: 275px;
    height: 100%;
}
.sec04-img-bg {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec04-img img.is-active {
    visibility: visible;
    opacity: 1;
}
.sec04-txt {
    width: 50%;
}
.num-txt {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

/* sec05 */
.sec05-wrap {
    position: relative;
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
    padding: 4rem 0 5rem;
    text-align: center;
    background: #EFF1EC;
    border-radius: 30px;
    overflow: hidden;
}
.sec05-wrap h3 {
    font-size: 22px;
}
.sec05-wrap h3 .large-txt {
    font-size: 46px;
}
.scroll-wrap ul { 
    display: flex;
    list-style: none;
    padding: 0;
}
.scroll-wrap ul li {
    width: 205px;
    margin: 0 0.25rem;
}
.scroll-wrap ul li img {
    width: 100%;
}
.scroll-box01 { 
    margin-bottom: 0.5rem;
}
.scroll-anime {
    display: flex;
}
.scroll-box01, .scroll-box02 { 
    display: flex;
}
.sa01 {
    animation: LoopAnime01 100s linear infinite;
}
.sa02 {
    animation: LoopAnime02 100s -50s linear infinite;
}
@keyframes LoopAnime01 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes LoopAnime02 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}
.sa03 {
    animation: LoopAnime01 100s linear infinite reverse;
}
.sa04 {
    animation: LoopAnime02 100s -50s linear infinite reverse;
}

/* sec06 */
#sec06 { padding-top: 0;}
.sec06-wrap {
    max-width: 585px;
    width: 90%;
    margin-inline: auto;
}
.sec06-wrap > p {
    position: relative;
    display: inline-block;
}
.sec06-wrap > p::before, .sec06-wrap > p::after {
    content: "";
    position: absolute;
    /* top: calc(50% - 2px); */
    bottom: calc(0% - -1px);
    width: 2px;
    height: calc(1em - 4px);
    background: #000;
}
.sec06-wrap > p::before {
    left: -1em;
    transform: translateY(-50%) skewX(40deg);
}
.sec06-wrap > p::after {
    right: -1em;
    transform: translateY(-50%) skewX(-40deg);
}
.sec06-wrap .btn01 a {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 1.1em 1.5em;
}

/* フッター*/
footer {
    position: relative;
    background: #fff;
    z-index: 10;
}
.f-flex {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
    max-width: 1000px;
    width: 95%;
    margin-inline: auto;
    gap: 3rem;
}
.f-box {
    padding: 2rem 5rem;
}
.f-wrap {
    background: #484747;
}
.f-logo {
    max-width: 125px;
}
.f-menu { 
    display: flex;
    gap: 3rem;
}

.f-bnr-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
    padding: 5rem 0 4rem;
}
.f-bnr-flex > div {
    width: calc(100% / 5 - 20px);
}
.f-bnr-flex > div a {
    display: block;
    width: 100%;
    height: 100%;
}
.f-menu ul {
    position: relative;
    list-style: none;
    padding-left: 0;
}
.f-menu ul li {
    position: relative;
    margin-bottom: 0.5rem;
}
.f-menu ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0; 
    transform: translateY(-50%);
    width: 9px;
    aspect-ratio: 1;
    border-radius: 100vmax;
}
.f-menu ul:nth-of-type(1) li.fm-first::before { background: #1AA3E2;}
.f-menu ul:nth-of-type(2) li.fm-first::before { background: #C4416F;}
.f-menu ul:nth-of-type(3) li.fm-first::before { background: #DAAD41;}
.f-menu ul:nth-of-type(4) li.fm-first::before { background: #15999B;}
.f-menu ul:nth-of-type(5) li.fm-first::before { background: #0C5FAE;}
.f-menu ul:nth-of-type(5) li.fm-first.fm-second::before { background: #fff;}

.f-menu ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #fff;
    font-weight: 300;
}
.f-menu ul li:not(.fm-first) a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    background: #fff;
    transition: 0.2s;
}
.fm-first {
    padding-left: 1em;
    border-bottom: 1px solid #555555;
    transition: .2s;
}
.f-menu ul li.fm-first a {
    font-size: 15px;
    font-weight: 400;
}
.f-bnr-wrap {
    background: #000;
}
.copy { 
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
}

.contact-fixed {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    border: 6px solid #C4416F;
    background: #fff;
    padding: 1rem;
    z-index: 20;
}
.c-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5em;
    aspect-ratio: 1;
    border: 1px solid #000;
    border-radius: 100vmax;
    cursor: pointer;
}
.c-btn::before, .c-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 7.5px;
    background: #000;
}
.c-btn::before {
    transform: skew(45deg) translate(3.5px,-3.5px);
}
.c-btn::after {
    transform: skew(-45deg) translate(-3.5px,-3.5px);
}
.c-head {
    color: #C4416F;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}
.contact-fixed > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.c-link {
    display: block;
    background: #C4416F;
    border-radius: 5px;
}
.c-link a { 
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 0.25rem 1rem;
}
.c-link a svg {
    position: relative;
    width: 1em;
    height: 1em;
    stroke: #fff;
    transform: translate(0.5rem,-1px);
}

.cc-link {
    display: inline-block;
    background: #C4416F;
    border-radius: 5px;
}
.cc-link a { 
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 0.5rem 2em 0.5em 1em;
}
.cc-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .5em;
    width: 1em;
    height: 1em;
    stroke: #fff;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.225 11.622"><path stroke="%23fff" fill="none" stroke-width="2" d="M3248.465,743.846l5.1,5.1-5.1,5.1" transform="translate(-3247.758 -743.139)" /></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* --------------------------------------------
    other page
-------------------------------------------- */
.breadcrumb-content {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
}
.breadcrumb {
    display: block;
    /* background-color: #fff; */
    margin: 0 auto!important;
    padding: 0!important;
}
.breadcrumb ul {
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto!important;
    /* padding-top: 1.5rem; */
    /* padding-right: 1.5rem; */
    padding-left: 0;
    padding-bottom: 1rem;
}
.breadcrumb ul li {
    color: #333;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.014em;
    margin: 0;
    padding: 0!important;
}
.breadcrumb ul li span > span {
    display: inline-block;
    /* text-transform: uppercase; */
}
.breadcrumb ul li a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
/* .breadcrumb ul li:not(:last-child)::after {
    position: relative;
    padding: 0 5px 0 10px;
    width: .5em;
    aspect-ratio: 1;
    border-radius: 100vmax;
    background: #1AA3E2;
    color: #1AA3E2;
} */
.breadcrumb ul li span > span:last-child {
    max-width: 15em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}
.breadcrumb ul li:not(:last-child)::after {
    content: "・";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.014em;
    color: #1AA3E2;
    padding: 0 0 0 0.25em;
}


.sec-inline { padding-inline: calc((100vw - 1000px) / 2);}
.other-content .sec-inline {
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.other-pages .table>:not(caption)>*>* {
    border-width: 1px;
    border-color: #000;
}

.page-bg {
    position: relative;
    padding: 3rem 1.5rem;
    /* background: #EFF1EC; */
    /* border-radius: 30px; */
}
.page-bg::after {
    content: "";
    width: 96vw;
    height: 100%;
    background: #EFF1EC;
    border-radius: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: -1;
}

.other-content .sec-inline > div {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#cpage main { margin-top: 70px;}


.news-box .news-item {
    padding: 1rem 0;
    border-bottom: 0.5px solid #15999B;
}
.news-box .news-item:last-child { border-bottom: none;}
.news-box a dt {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-wrap: nowrap;
    margin-right: 2em;
    transition: 0.2s;
}
.news-box a dd {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news-box .news-item a { 
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* contact */
.contact-form dl > div.contact-short-item {
    margin: 0.125em 0;
    padding: 0.5em 0;
    display: flex;
    /* border-bottom: 1px dotted #aeaeae; */
}
.contact-form dl dt {
    font-weight: bold;
    width: 22em;
    margin-right: 2rem;
    background: #fff;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 6px;
}
.contact-form dl label {
    margin-bottom: 0;
}
.contact-form p {
    font-size: 1rem!important;
    width: 100%!important;
    margin-bottom: 0!important;
    list-style: 1.5!important;
    text-wrap: wrap;
}
.contact-form p.form-cp {
    font-size: 0.8em!important;
    line-height: 1.4;
    margin: 5px 0;
}
.contact-form dl dd {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-form .must {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    display: inline-block !important;
    margin-left: 5px !important;
    padding: 5px 0.3rem 5px !important;
    background: #083276 !important;
    border-radius: 3px !important;
    vertical-align: baseline !important;
}
.contact-form dl dd textarea {
    width: 100% !important;
}
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.wpcf7-list-item { 
    display: block !important;
    margin: 0 !important;
}
/* .wpcf7-radio .wpcf7-list-item label {
    background: #226FC3;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
    cursor: pointer;
} */
.contact-form input:not([type="submit"]), .contact-form dl dd textarea {
    border-color: #083276 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 5px;
    /* width: 50%; */
    padding: 0.5rem;
}
.wpcf7-submit {
    color: #fff!important;
    font-size: 18px!important;
    width: 12em!important;
    font-size: 1em!important;
    font-weight: bold!important;
    line-height: 1!important;
    letter-spacing: 0.1em!important;
    display: block!important;
    margin: 30px auto!important;
    padding: 20px 3em!important;
    text-align: center;
    background: #083276 !important;
    border-color: #083276 !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-size: 110%!important;
    background-position: center!important;
    border-radius: 10px!important;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#aform_btn_submit {
    color: #fff;
    background: #EFF3F7;
    box-shadow: 0px 3px 3px #333;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
}

/* .contact-box {
    text-align: center;
    border: 1px solid #b7b7b7;
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
    margin-bottom: 1.5rem;
}
.contact-box th {
    font-weight: 700;
    padding: 0.5rem;
}
.contact-box td {
     padding: 0.5rem;
}
.contact-box tr {
    margin-bottom: 0;
    border-bottom: 1px solid #b7b7b7;
}
.contact-box tr:last-child td { border-bottom: 0;} */

.tel-btn {
    display: inline-block;
    text-wrap: nowrap;
    transition: 0.3s;
    background: #C4416F;
    border: 1px solid #C4416F;
    margin: 1rem auto;
    border-radius: 5px;
}
.tel-btn a {
    position: relative;
    z-index: 10;
    width: 100%;
    white-space: nowrap;
    padding: 20px 30px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    border-radius: 5px;
}
.tel-btn a:hover {
    background: #fff;
    color: #C4416F;
}

.qa-list {
    border: 1px solid #000;
    padding: 1rem;
    margin-bottom: 1.5rem;

    .qa-qst { 
        color: #1AA3E2;
        font-weight: 700;
    }
}

/*--- table ---*/
table.wrap-tbl {
    width: 100%;
    margin: 1rem auto;
    vertical-align: top;
    background: #fff;
}
table.wrap-tbl > tbody {
    vertical-align: inherit;
}
table.wrap-tbl th {
    width: 15%;
    border-bottom: 1px solid #D4D5D3;
    padding: 1rem;
    background: #EFF1EC;
    font-size: 16px;
    color: #000;
}
table.wrap-tbl td {
    width: 85%;
    padding: 1rem;
    font-size: 16px;
    border-bottom: 1px solid #D4D5D3;
}
table.wrap-tbl tr:last-child {
    & th, & td { border-bottom: none;}
}
table.wrap-tbl caption {
    caption-side: top;
    padding: 0 0 0.5em;
    color: #000;
    font-weight: bold;
}
@media (max-width: 767px) {
	table.wrap-tbl th,table.wrap-tbl td {
        display: block;
        width: 100%;
        border-right: none;
    }
    table.wrap-tbl th {
        border-bottom: 1px solid #D4D5D3;
    }
}

/* table-scroll */
.scroll-hint-icon { top: 50%!important; transform: translateY(-50%)!important; }
.scroll-hint-icon:before { width: 30px!important; height: 30px!important; }
.table-calc_list01 table {
    max-width: 100%;
}
.table-calc_list01 th,.table-calc_list01 td{
font-size: 0.65em !important;
padding: 3px !important;
}
.js-scrollable {
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.width-tbl {
    width: 100%;
}
.width-tbl>*>* {
    padding: 0.5rem 0.5rem;
    border-width: 2px;
    border-color: #E6E6DC;
}
.width-tbl th {
    border-right: 2px solid #E6E6DC;
    border-bottom: 2px solid #E6E6DC;
    padding: 0.5rem 0.5rem;
    font-weight: normal;
    background: #fff;
}
.width-tbl td { 
    background: #fff;
    padding: 0.5rem 0.5rem;
    border: 2px solid #E6E6DC;
    text-wrap: nowrap;
    width: 25%;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    /* padding: 1rem; */
    margin-bottom: 0;
}
.about-list dt {
    width: 20%;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}
.about-list dt, .about-list dd {
    padding: 10px;
    border-bottom: 1px solid #DDDDDE;
    margin-bottom: 0;
}
.about-list dt:last-of-type, .about-list dd:last-of-type {
    border-bottom: none;
}
.about-list dd {
    width: 80%;
    padding: 10px 10px 10px 1em;
}
.about-list.ab-list03 dt {
    width: 25%;
    text-wrap: nowrap;
}
.about-list.ab-list03 dd { width: 75%;}

a.anchorpoint {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/* .listanchor {
    margin: 0 auto 1rem!important;
	padding-left: 0!important;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
}
.listanchor:after {
    content:"";
    display:table;
	height: 0;
	clear: both;
}
.listanchor li {
    list-style: none;
    padding: 5px!important;
    margin: 0!important;
    width: calc(100% / 4);
    display: flex;
}
.listanchor li::before { display: none!important; }
.listanchor li a {
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-height: 3em;
    text-align: center;
    background-color: #0086C6;
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.86em;
    font-weight: 600;
    padding: 2em 1em;
    line-height: 1.4;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listanchor li a::after {
    padding: 5px 0 0 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
}
.listanchor li a[href^="http"]::after,
.listanchor li a[href^="//"]::after {
    font-family: "Font Awesome 5 Free";
    position: relative!important;
    right: 0!important;
    top: 0!important;
    transform: translateY(0)!important;
    padding: 5px 0 0 15px!important;
    content: "\f08e"!important;
}
.listanchor li a:hover {
    color: #0086C6;
    background-color: #fff;
    border: 1px solid #0086C6;
}
.listanchor-bl li a { opacity: 0.8; }
.listanchor-bl li a:hover { opacity: 0.8; }
@media screen and (max-width: 767px) {
	.listanchor li { width: calc(100% / 2); }
    .listanchor li a::after { padding: 0 0 0 0.5em; }
    .listanchor li a {
        padding: 0.5em 1em;
    }
} */

.cc-wrap {
    display: flex;
    gap: 4rem;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 5rem;
}
.cc-wrap .num-txt { margin-bottom: 0;}
.cc-img {
    position: sticky;
    top: 175px;
    width: 50%;
    height: 420px;
}
.cc-txt {
    width: 50%;
}
.cc-txt > div {
    position: relative;
    margin-bottom: 5rem;
}
.flex-btn {
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin: 4rem auto 2rem auto;

    .btn01 { 
        width: 50%;
    }
    .btn01 a {
        font-size: 22px;
        letter-spacing: 0.05em;
        padding: 1.1em 1.5em;
    }
}

.cat-box {
    .cat-tit {
        width: 100%;
        font-size: 16px;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        background: #C4416F;
        padding: .5rem 1rem;
        margin-bottom: .5rem;
    }
    .cat-link {
        background: #fff;
        border-radius: 5px;
        padding: 2em 3em;

        ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            column-gap: 3.5em;
            row-gap: 1em;

            li {
                position: relative;
                font-size: 16px;
                line-height: 1.2;
                
                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -2em;
                    transform: translateY(-50%);
                    width: 1px;
                    height: 1em;
                    background: #000;
                }
                &:last-child::after { content: none;}

                a {
                    position: relative;
                    color: #000;
                    font-size: 16px;
                    line-height: 1.2;

                    &::after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        right: -1em;
                        transform: translateY(-50%);
                        width: .6em;
                        height: .6em;
                        background: #C4416F;
                        clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
                    }
                }
            }
        }
    }
}

.cat-name {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 2rem;

    > span {
        font-size: 29px;
        font-weight: 700;
        color: #C4416F;
    }
    > h3 {
        margin: 0;
    }
}
.case-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3rem;
    row-gap: 5rem;
    margin-bottom: 2rem;

    .case-divider {
        width: 100%;
        border-bottom: 1px solid #E6E6E5;
    }

    .case-item {
        width: calc(100% / 3 - 2rem);

        a { 
            color: #000;
            transition: .3s;
        }
        .case-img {
            padding: 1.5rem;
            border-radius: 10px;
            background: linear-gradient(190deg, #E6E6E6 0%, #B7B7B7 100%);
            margin-bottom: .5rem;
        }
        .case-img img {
            object-fit: cover;
            aspect-ratio: 4 / 3;
        }
        .case-tit {
            font-size: 20px;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 1rem;

            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .case-txt {
            position: relative;

            .case-arrow {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 40px;
                aspect-ratio: 1;
                border-radius: 100vmax;
                background: #C4416F;
                padding: .5rem;

                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                    width: 2.5em;
                    height: 1em;
                    background-image: url(../svg/arrow-r02.svg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: contain;
                }
            }
        }
    }
}
.case-cat {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 .5em;
    background: #EFF1EC;

    a {
        color: #000;
    }
}
.post-archive {
    .case-wrap {
        .case-img { padding: 1rem;}
    }
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 1rem !important;
}

.pnavi {
    text-align: center;
    margin: 4rem auto;
}
.pnavi span{ color: #C4416F;}
.pnavi span,.pnavi a {
    display: inline-block;
    height: 100%;
    font-size: 18px;
    margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid #C4416F;
    border-radius: 5px;
}
.pnavi a{
    color: #fff;
    background: #C4416F;
}

.post-flex {
    display: flex;
    justify-content: center;
    border-radius: 10px;

    .post-img {
        position: relative;
        width: 65%;
        background: linear-gradient(190deg, #E6E6E6 0%, #B7B7B7 100%);
        border-radius: 10px;
        padding: 4rem 2rem;
        z-index: 100;

        .case-img {
            max-width: 500px;
            width: 100%;
            margin-inline: auto;

            img {
                width: 100%;
                object-fit: contain;
            }
        }
    }
    .post-text {
        position: relative;
        width: 35%;
        flex-grow: 1;
        background: #EFF1EC;
        padding: 4rem 2rem 4rem 3rem;
        left: -1rem;
        border-radius: 10px;

        .post-intro {
            display: inline-block;
            text-align: center;
            color: #fff;
            background: #000;
            border-radius: 5px;
            padding: 0 .5em;
            margin-bottom: 1rem;
        }
        span.color-gray { 
            display: block;
            margin-bottom: 1rem;
        }
        .post-name {
            font-size: 32px;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 2rem;
            letter-spacing: 0.05em;
        }
        .post-spec {
            font-size: 16px;
            font-weight: 300;
        }
    }
}
#jp-relatedposts {
    padding-top: 0 !important;
    margin: 5rem auto !important;
    padding-bottom: 3rem;
    border-bottom: 1px solid #E6E6E5;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { opacity: 1 !important;}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post a { 
    display: block;
    font-weight: 700 !important;
    color: #000;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post > a.jp-relatedposts-post-a {
    background: linear-gradient(190deg, #E6E6E6 0%, #B7B7B7 100%);
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: .5rem;
}

@media (max-width: 991px){
    .openbtn { 
        width: 55px;
        height: 55px;
        background: #fff;
        top: 0;
        right: 0;
    }
    .task-item {
        width: calc(100% / 2 - 3rem);
    }
    #sec03 .flex01 {
        width: auto;
        margin-bottom: 3rem;
    }
    #sec03 .sec-flex {
        display: block;
    }
    .breadcrumb ul {
        /* padding-top: 2rem; */
        padding-inline: initial;
        /* padding-left: 7%;
        padding-right: 7%; */
    }
    .sec-inline-start {
        padding-inline: initial;
        padding-left: 6%;
    }
    .sec-inline-end {
        padding-inline: initial;
        padding-right: 6%;
    }
    .sec-inline {
        padding-inline: initial;
        padding-left: 6%;
        padding-right: 6%;
    }
    .grid-box {
        grid-gap: 1.5vw;
    }
    .f-flex {
        display: block;
        width: 90%;
    }
    .f-menu { gap: 2rem;}
    .f-logo {
        margin-bottom: 2.5rem;
    }
    .f-bnr-flex > div { width: calc(100% / 3 - 20px);}
}
/* SPサイズ */
@media (max-width: 767px) {
    /* 基礎設定 */
    html, body { 
        overflow-x: hidden;
    }

    /* #head {
        background: #fff;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    } */
    #head { height: 55px;}
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .grid-box {
        grid-gap: 15px;
    }
    .grid2 { grid-template-columns: repeat(1, 1fr) !important; }
    .grid3 { grid-template-columns: repeat(1, 1fr) !important; }
    .grid4 { grid-template-columns: repeat(2, 1fr) !important; }
    .grid5 { grid-template-columns: repeat(2, 1fr) !important; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    /* .breadcrumb ul li { font-size: 10px; } */
    .breadcrumb ul li:not(:last-child)::after {
        font-size: 10px;
        padding: 0 6px;
    }
    .sec-inline {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    section { padding: calc(40px + 1rem) 0 calc(40px + 1rem);}

    .h-logo {
        top: 50%;
        transform: translateY(-50%);
        left: 1.5rem;
    }
    .h-logo .img-vis .brand, .h-logo .img-hidd .brand, #cpage .h-logo .brand {
        max-width: 50px;
    }

    .click-list > ul > li > a { font-size: 24px;}

    .main {
        display: block;
    }
    .main-wrap .main-txt .main-head {
        font-size: clamp(1.75rem, 1.3921rem + 1.7897vw, 2.25rem);
    }
    .main-wrap { padding-top: 90px;}
    .main-wrap::after {
        width: 80vw;
        height: 80vh;
        background-image: url(../img/main-bg-sp.png);
    }
    .main-txt { margin-bottom: 2rem;}
    .main-txt, .main-img { width: 100%;}

    /* main { margin-top: 70px;} */
    .task-item {
        width: 100%;
    }
    .sec01-wrap { 
        padding: 4rem 1rem 11rem;
    }
    .sec01-wrap::after {
        height: 11rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .task-wrap { margin-bottom: 2rem;}

    #sec02 .sec-flex { display: block;}
    #sec02 .sec-flex .flex01 { margin-bottom: 2rem;}
    
    .sec04-txt { width: 100%;}
    #sec04 hgroup, .sec04-txt > div { margin-bottom: 2rem;}
    .s04-txt-img { 
        max-width: 300px;
        margin-inline: auto;
        width: 90%;
        margin-top: 2rem;
    }

    #sec03 .flex02, #sec03 .flex03 { width: 100%;}
    
    #clickarea ul{ margin: 0;}
    #clickarea {
        width: 100%;
        padding-top: 10rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 20vw;
    }
    #clickarea .click-list {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #clickarea.panelactive .click-list {
        /* width: 100%; */
    }

    .main-txt { top: 30%;}
    body.top-page::before {
        top: 65%;
    }
    
    .title {
        display: none;
    }
    #sec02 .sec-flex .flex02 {
        text-align: center;

        & img {
            max-width: 350px;
            width: 90%;
            height: auto;
        }
    }
    #sec03 .flex01 {
        width: auto;
        margin-bottom: 3rem;
    }
    #sec03 .flex02 .sec03-cap span { font-size: 72px;}
    #sec03 .flex02 .sec03-cap { 
        font-size: 24px;
        margin-bottom: 1rem;
    }
    #sec03 .flex03 .sec03-cap { 
        font-size: 24px;
        margin-bottom: 1rem;
    }
    #sec04 { padding-bottom: 0;}

    .contact-form dl > div.contact-short-item { display: block;}
    .contact-form dl dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: auto;
        padding: 10px;
    }
    .contact-form dl dd { 
        width: 100%;
    }
    .contact-form dl dd input, .contact-form dl dd textarea { max-width: 100%;}


    .about-list {
        padding: 0;
    }
    .about-list dt {
        width: 40%;
    }
    .about-list dd {
        width: 60%;
    }

    .page-bg { padding: 1rem}
    .cc-wrap { display: block;}
    .cc-img { 
        max-width: 300px;
        height: auto;
        margin-inline: auto;
        width: 100%;
        margin-bottom: 2rem;
    }
    .cc-txt {
        width: 100%;
    }
    .cc-txt > div { margin-bottom: 2rem;}
    .cc-txt > div:last-child { margin-bottom: 0;}
    .flex-btn {
        flex-direction: column;
        .btn01 { width: 100%;}
    }

    .scroll-wrap ul li { width: 135px;}

    #titbar h1 { 
        font-size: 26px;
    }
    .other-content .flex-box {
        display: block;
    }

    .page-tit { padding-bottom: 0;}

    .post-flex {
        display: block;
        .post-img, .post-text { width: 100%;}
        .post-text {
            padding: 3rem 2rem 2rem 2rem;
            top: -1rem;
            left: auto;
        }
    }

    .post-flex {
        .post-text {
            .post-intro { font-size: 14px;}
            .post-name {
                font-size: 24px;
            }
        }
    }

    .f-box {
        padding: 2rem 0 0;
    }
    .f-flex {
        width: 80%;
    }
    .f-menu {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .case-wrap {
        .case-divider {
            display: none;
        }

        .case-item {
            width: calc(100% / 2 - 2rem);
        }
    }
    
    .contact-fixed { padding: .5rem;}
    .contact-fixed > span { display: none;}
    
    .f-menu ul:nth-of-type(5) li.fm-first.fm-second { margin-top: 2rem;}
    
    .copy{ 
        font-size: 0.8em;
        text-align: center;
        text-wrap: nowrap;
    }
}

@media(max-width: 575px){
    .sec-wrap {
        width: 80%;
    }
    .btn01 { display: block;}
    .btn01 a { 
        text-align: center;
        padding: 0.75em 1.5em 0.75em 1.5em;
    }
    body.top-page::before {
        top: auto;
        bottom: -55%;
        width: 95vw;
    }
    

    .sec03-wrap { padding: 2rem;}

    #sec03 .flex-box {
        flex-direction: column;
        gap: 2rem;
    }
    #sec03 .flex02 .sec03-cap { 
        margin-bottom: 1rem;
    }
    .sec06-wrap .btn01 a { font-size: 15px;}
    .flex-btn {
        .btn01 a {
            font-size: 15px;
        }
    }
    
    .f-logo {
        max-width: 125px;
        margin-bottom: 2.5rem;
    }

    /* #aform_btn_back { 
        font-size: 0.9em;
        margin-bottom: 1rem;
    } */

    /* .contact-btn a img { width: 32px;}
    .contact-btn a .large-txt {
        font-size: 28px;
    }
    .contact-mail a .small-txt{ margin-right: 32px;} */
    .table th, .table td {
        display: block;
        width: 100%;
    }
    .table th { border-bottom: none; padding-top: 20px; }
    .table td { padding-top: 0; padding-bottom: 25px; }
    .table td *:last-of-type { margin-bottom: 0; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .sec-inline { padding-inline: initial; padding-left: 7%; padding-right: 7%; }

    #titbar {
        display: block;

        .tit-txt, .tit-img { width: 100%;}
        .tit-txt { margin-bottom: 2rem;}
    }
    
    .js-scrollable {
        width: 100%;
        overflow: scroll;
        margin-bottom: 1rem;
    }

    .case-wrap {
        .case-divider {
            display: none;
        }

        .case-item {
            width: 100%;
        }
    }
    .cat-box {
        .cat-link {
            ul {
                li {
                    width: 100%;
                    text-align: center;

                    &::after { content: none;}
                }
            }
        }
    }
    #jp-relatedposts .jp-relatedposts-items, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 100% !important;}
    #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { padding-right: 0 !important;}
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:not(:last-child) { margin-bottom: 4rem !important;}
    /* .js-scrollable table {
        width: 100%;
    }
    .js-scrollable table tr th, .js-scrollable table tr td {
        display: table-cell;
        width: auto;
        white-space: nowrap;
    }
    .js-scrollable table tr th { white-space: nowrap; }
    .js-scrollable table, table.no-responsive {
        width: 600px;
        overflow: scroll;
    }
    .js-scrollable table tr th, .js-scrollable table tr td,
    table.no-responsive tr th, table.no-responsive tr td {
        display: table-cell;
        width: auto;
    }
    .js-scrollable table tr td:last-child, table.no-responsive tr td:last-child { padding-top: 12px!important; } */

    .f-sub { 
        flex-direction: column;
        align-items: center;
    }
    .f-menu ul li { margin-bottom: 1rem;}
    .f-menu ul li:last-child { margin-bottom: 0;}
    .f-nav {
        font-size: 14px;
    }
    .f-bnr-flex > div { 
        max-width: 230px;
        width: 70%;
        margin-inline: auto;
    }
}
@media (any-hover: hover) {
    .h-logo a:hover, .menu-link a:hover, .f-logo a:hover, .f-bnr-flex a:hover,.cat-box .cat-link ul li a:hover, .case-item a:hover { opacity: .5;}
    .f-menu ul li:not(.fm-first) a:hover::after {
        width: 100%;
        transform: scaleX(1);
    }
    .menu-list > ul > li {
        &:nth-of-type(1) { &:hover a { color: #1AA3E2;}}
        &:nth-of-type(2) { &:hover a { color: #C4416F;}}
        &:nth-of-type(3) { &:hover a { color: #DAAD41;}}
        &:nth-of-type(4) { &:hover a { color: #15999B;}}
    }
    .btn01:hover::after {
        width: 100%;
        opacity: 1;
        z-index: 1;
    }
    .fm-first:hover { border-color: #fff;}
    .pnavi a:hover{
        color: #C4416F;
        background: #fff;
    }
    .wpcf7-submit:hover {
        color: #083276 !important;
        background: #fff !important;
    }
}