@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: auto !important;
    overflow-x: hidden;
    animation: fadeIn 1s;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
/* 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}
}
html.nosc, body.nosc{
	/* overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto; */
}
.color-red { color: #E40046;}
.color-pn { color: #FA6582;}
.color-blue { color: #1A7DB2;}
.color-lblue { color: #E7ECF7;}
.color-wh{ color: #fff;}
.color-gr { color: #D6F0A8;}
.color-dgr { color: #465A64;}
.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-gray{ color: #7c7c7c;}
.color-bw{ color: #4D0001;}
.color-bk{ color: #000;}

.bg-red { background: #E40046;}
.bg-pn { background: #FCDBE4;}
.bg-blue { background: #1A7DB2;}
.bg-lblue { background: #E7ECF7;}
.bg-gr { background: #D6F0A8;}
.bg-dgr { background: #465A64;}
.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: #7c7c7c;}
.bg-bw { background: #4D0001;}

.bg-box {
    padding: 1.5rem;
    border-radius: 5px;
    background: #EDF2F7;
    margin-bottom: 2rem;
}
.wh-box {
    padding: 1.5rem;
    background: #fff;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    padding: 0;
}
h1 { font-size: 38px;}
h2 { font-size: 32px;}
h3 { font-size: 29px;}
h4 { font-size: 25px;}
h5 { font-size: 22px;}
h6 { font-size: 18px;}

hgroup > h2 { margin-bottom: 0;} 

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

    &::after {
        content: "";
        position: absolute;
        top: -70px;
        right: 0;
        width: 55vw;
        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: var(--main-color);
        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: var(--main-color);
    }
    &::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: var(--main-color);
}
.tit-bd-l {
    position: relative;
    padding: .2em 1em .2em .75em;
}
.tit-bd-l::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 100%;
    background: var(--main-color);
}
.tit-point {
    display: flex;
    align-items: center;
}
.tit-point::before {
    content: "■";
    font-size: 0.5em;
    font-weight: 900;
    padding-right: 0.5em;
    color: var(--main-color);
}
.tit-color {
    color: var(--main-color);
}
.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: 1.5rem;
}
.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); }

/* hr { 
    margin: 10px 0;
    border-top: 1px solid var(--main-color);
} */

p {
    margin: 0 auto 1.5rem;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
a:link,a:visited,a:hover,a:active{ text-decoration: none;}
a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a[href^="tel:"] {
    text-decoration: underline;
}
/* #cpage a[href^="tel:"] {
    color: var(--main-color);
} */

a.link-block {
    display: block;
    width: 100%;
    height: 100%;
}
a.link-flex {
    display: flex;
    width: 100%;
    height: 100%;
}


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);
    padding-left: 7.5%;
}
.sec-inline-end { 
    padding-inline-end: calc((100vw - 1000px) / 2);
    /* padding-right: 7.5%; */
}
.container-fluid{ padding: 0;}


ul, dd, figure {
    margin-bottom: 0;
}
ol { line-height: 2;}

/* ナビゲーション */
#head { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    transition: .4s;
    /* 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 h1 { margin: 0}
#head.dnone, #cpage #head { 
    position: fixed;
    background: #fff; 
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
.h-logo .logo-vis.brand, #cpage .h-logo .brand {
    max-width: 64px;
}
.h-logo .logo-hidd.brand {
    max-width: 138px;
}
#cpage main { margin-top: 70px;}
.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%);
}
.logo-vis, .menu-wrap.is-active .logo-hidd, .nosc .logo-hidd {
    display: none;
    opacity: 0;
}
.logo-hidd, .menu-wrap.is-active .logo-vis, .nosc .logo-vis {
    display: block;
    opacity: 1;
}

.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;
    max-width: 670px;
    width: 100%;
    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;
    background: var(--main-color);
    transition: .2s;
}

.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-list > ul > li.has-sub > span {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: default;
}
.menu-list > ul > li.has-sub .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    min-width: 160px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .3s ease;
    pointer-events: none;
}
.menu-list > ul > li.has-sub:hover .sub-menu {
    clip-path: inset(0 0 0% 0);
    pointer-events: auto;
}
.menu-list > ul > li.has-sub .sub-menu ul {
    display: block;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.menu-list > ul > li.has-sub .sub-menu ul li {
    display: block;
    height: auto;
}
.menu-list > ul > li.has-sub .sub-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--main-color);
}
.menu-list > ul > li.has-sub .sub-menu ul li a {
    display: block;
    padding: .75rem 1.25rem;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s, color .2s;
}
.menu-list > ul > li.has-sub .sub-menu ul li a:hover {
    background: var(--main-color);
    color: #fff;
}
.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;
}

.nosc #head {
    top: 0;
    width: 100%;
    filter: none;
}
.nosc .menu-wrap, #cpage .menu-wrap { border: none;}
.nosc .openbtn { background: none;}
/* .nosc main, .nosc main ~ * { filter: blur(3px);} */


/* ハンバーガーメニュー */
.openbtn{
    position: absolute;
    /* transform: translateY(-50%); */
    z-index: 1001;
    cursor: pointer;
    width: 32px;
    height: 40px;
    transition: .3s;
    background: var(--normal-color);
}
.openbtn span {
    display: block;
    transition: .3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    background-color: #fff;
    width: 22px;
}
.openbtn span:nth-of-type(1) {
    top: 40%; 
}
.openbtn span:nth-of-type(2) {
    top: 60%; 
}
  
.openbtn.active span:nth-of-type(1) {
    top: 45%; 
    left: .85em;
    transform: translateY(0px) rotate(-45deg);
    width: 50%;
    background: #000;
}
.openbtn.active span:nth-of-type(2) {
    top: 55%;
    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;
    inset: 0;
    background: #fff;
    transition: .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: .5em;
    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::before { background: var(--main-color);}


#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-list > ul > li > span {
    display: block;
    width: 100%;
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.click-list > ul > li.has-sub::before {
    top: 0.35em;
    transform: none;
}
.click-list .sub-menu {
    width: 100%;
    margin-top: .75rem;
}
.click-list .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: .5rem;
    border-left: 3px solid var(--main-color);
    padding-left: .75rem;
}
.click-list .sub-menu ul li + li {
    margin-top: 1rem;
}
.click-list .sub-menu ul li a {
    display: block;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.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;
        }
    }
}

.click-link .btn01 { max-width: none;}

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

/* ボタン類 */
.btn01 {
    position: relative;
    max-width: var(--btn-width);
    width: 100%;
    height: var(--btn-height);
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}

.btn01 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 1rem 1rem 2rem;
    transition: background-color .2s;
    z-index: 10;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.25em;
        transform: translateY(-50%);
        max-width: 17.5px;
        width: 1.1em;
        height: 1em;
        background: url(../img/icon-arrow.png) center no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.btn01 span {
  white-space: nowrap;
}

.btn-menu {
    max-width: 190px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
    padding: 1rem;
    background: var(--normal-color);
}

.btn02 {
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
}
.btn02 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 2.75rem 3rem;
    padding-right: 3rem;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: var(--normal-color);

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.5em;
        transform: translateY(-50%);
        max-width: 17.5px;
        width: 1.1em;
        height: 1em;
        background: url(../img/icon-arrow.png) center no-repeat;
        background-size: contain;
    }
}
.btn02 .small-txt {
    font-size: 15px;
    letter-spacing: 0.08em;
}


.btn03 {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}

.btn03 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 1rem 1rem 2rem;
    transition: background-color .2s;
    z-index: 10;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.25em;
        transform: translateY(-50%);
        max-width: 17.5px;
        width: 1.1em;
        height: 1em;
        background: url(../img/icon-arrow.png) center no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.btn03 span {
  white-space: nowrap;
}


/* TOPのsection設定 */
.sec-wrap {
    position: relative;
    width: 85%;
    max-width: 1000px;
    margin-inline: 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],[type=radio]) {
    appearance: none;
    border: none;
    outline: none;
}
input[type=checkbox], input[type="radio"] {
    cursor: pointer;
}
:root {
    --main-color: #C4416F;
    --sub-color: #EFF1EC;
    --normal-color: #000;

    --bg-color: #EFF1EC;
    --bg-normal: #fff;

    --btn-width: 160px;
    --btn-height: 55px;

    /* --font-ja: century-gothic, sans-serif; */
    --font-fa: "Font Awesome 7 Free";
}
.main-color { color: var(--main-color);}
.sub-color { color: var(--sub-color);}


.list-type01 li {
    margin-bottom: .5rem;
}
.list-type02 li {
    margin-bottom: 1rem;
}

/* TOP */
#maintop {
    position: relative;
    width: 100%;
    height: calc(100vh + 5rem);
    padding: 0;
    /* padding-bottom: 5rem; */
    background: var(--main-color);

    &::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 60vw;
        height: 100%;
        background: url(../img/main-bg.png) center repeat;
        background-size: cover;
        z-index: -1;
    }
}
#maintop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    height: 100%;
    margin-inline: auto;
    transform: translateY(-2.5rem);
}
.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;
    line-height: 1.8;
    letter-spacing: 0.08em;
    background: #fff;
}
.main-wrap .main-txt .main-color { 
    font-size: clamp(1.625rem, 0.36rem + 3.52vw, 3rem);
    font-weight: 500;
}
.void-txt {
    display: inline-block;
    width: 0.25em;
    height: 1em;
}
.main-wrap .main-txt .large-txt {
    position: relative;
    font-size: clamp(21px, 10vw, 27px);
    font-weight: 700;
    letter-spacing: 0.015em;
    color: #fff;
    margin: 1rem auto 1.5rem;
}

.main-wrap .main-txt .small-txt {
    position: relative;
    font-size: clamp(0.875rem, 0.7919rem + 0.2312vw, 1rem);
    font-weight: 300;
    color: #fff;
}

.top-page hgroup {
    text-align: center;
}
.top-page hgroup span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--main-color);
}
.top-page hgroup h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;;
    color: var(--normal-color);
}

/* #sec01 */
#sec01 { padding: 0;}

.sec01-wrap {
    position: relative;
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
    padding: 4rem 3rem 5rem;
    background: var(--sub-color);
    border-radius: 30px;
    transform: translateY(-5rem);
}

.top-page .work-wrap {
    margin-top: 4rem;
}
.work-wrap {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 4rem;
}
.work-wrap ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    column-gap: 2rem;
    row-gap: 4rem;
}
.work-img {
    margin-bottom: 1rem;
}
.work-img a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 8 / 7;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.16);
}
.work-tag {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    width: 100%;
    margin-bottom: 1rem;
}
.work-tag .tag {
    font-size: 11px;
    text-align: center;
    border-radius: 100vmax;
    border: .5px solid #BEBEBE;
    background: #fff;
    padding: .25rem .5rem;
}
.work-tit {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.work-tit .link {
    width: 1em;
    height: 1em;
    aspect-ratio: 1;
}
.work-tit img {
    width: 1em;
    height: 1em;
    aspect-ratio: 1;
    object-fit: contain;
}
.block-center {
    display: flex;
    justify-content: center;
}


/* #sec02 */
#sec02 { padding-top: 0;}
#sec02 hgroup {
    margin-bottom: 3rem;
}
.sec02-box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5rem;
}
.sec02-box > .item {
    position: relative;
    transition: .3s ease-out;

    &::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 50%;
        background: #DBDBDB;
        border-radius: 50%;
        filter: blur(17px);
        transition: .3s ease-out;
        z-index: -1;
    }
}
.sec02-box > .item a {
    display: block;
    width: 100%;
    height: 100%;
}
.sec02-box > .item a .tit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 1.5rem;
}
.sec02-box > .item:nth-of-type(1):hover {
    &::after {
        content: "";
        background: rgba(196,65,111,0.25);
        
    }
}
.sec02-box > .item:nth-of-type(2):hover {
    &::after {
        content: "";
        background: rgba(19,153,155,0.2);
        
    }
}
.sec02-box > .item:nth-of-type(3):hover {
    &::after {
        content: "";
        background: rgba(218,173,64,0.3);
    }
}
.sec02-box > .item:hover {
    transform: translateY(-5%);
}
.sec02-box > .item:nth-of-type(1) a .tit {
    color: var(--main-color);
}
.sec02-box > .item:nth-of-type(2) a .tit {
    color: #13999B;
}
.sec02-box > .item:nth-of-type(3) a .tit {
    color: #DAAD40;
}

#contact {
    margin-bottom: 5rem;
}
#cpage #contact { margin-top: 5rem;}
.contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
    border-radius: 30px;
    background: var(--sub-color);
    padding: 5rem;
}
.contact-wrap > * {
    flex: 1;
}
#contact hgroup {
    text-align: left;
    margin-bottom: 1.5rem;
}
#contact hgroup h2 {
    font-weight: 700;
    letter-spacing: 0.04em;
}
#contact hgroup > span {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
}
#contact p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}


/* フッター*/
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: 0 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;
    color: #fff;
}
.f-menu ul li::before {
    content: "";
    position: absolute;
    top: calc(1em - 9px);
    left: 0; 
    width: 9px;
    aspect-ratio: 1;
    border-radius: 100vmax;
}
.f-menu ul li.fm-first::before, .f-menu ul li.fm-second::before { background: var(--main-color);}

.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;
}
.fm-second {
    padding-left: 1em;
    transition: .2s;
}
.f-menu ul li.fm-first a, .f-menu ul li.fm-second a {
    font-size: 15px;
    font-weight: 400;
}
.f-bnr-wrap {
    background: #000;
}
.cr { 
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
}

/* --------------------------------------------
    other page
-------------------------------------------- */
#cpage {
    font-size: 16px;
}
.sec-inline { 
    padding-inline: 50px;
    box-sizing: content-box;
    container-type: inline-size;
    max-width: 1000px;
    margin-inline: auto;
}
#cpage .sec-inline {
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
}
#cpage .table>:not(caption)>*>* {
    border-width: 1px;
    border-color: #000;
}


#cpage .sec-inline > div {
    position: relative;
    background: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/* #cpage .sec-inline > div:last-child {
    padding-bottom: 0;
} */
#cpage .sec-inline > div::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: -1;
}
#cpage .sec-inline > div:nth-child(odd):not(:first-child)::before {
   background: #FFF;
}
/* #cpage .sec-inline > div a { 
    color: #fff;
    text-decoration: underline;
} */
#cpage .sec-inline > div .news-list a {
    text-decoration: none;
}
/* 
#cpage .sec-inline > div:nth-child(even)::before {
    content: "";
    width: 96vw;
    height: 100%;
    background: var(--sub-color);
    border-radius: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: -1;
} */
/* #cpage .sec-inline > div a {
    color: var(--main-color);
    text-decoration: underline;
} */
/* #cpage .sec-inline > div button a {
    color: #000;
    text-decoration: none;
} */
#cpage .sec-inline > div .pnavi a img {
    width: 1em;
    height: 1em;
    margin-bottom: 3px;
    transition: .3s;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.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.1em;
    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;
    letter-spacing: 0.1em;
    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: var(--main-color);
    padding: 0 0 0 0.25em;
}


/*--- table ---*/

/* 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;
    /* margin: 2.5rem auto; */
}

a.anchorpoint {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
.anchor-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.anchor-list button {
    position: relative;
    max-width: 300px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 100vmax;
    overflow: hidden;
    z-index: 10;

    a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 1rem;

        &::after {
            content: "\f13a";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            top: 1.25em;
            right: .5em;
            transform: translate(-50%,-50%);
            font-size: 1.5em;
        }
    }
}

.full-map {
    line-height: 0;
    /* width: 100%; */
    max-height: 365px;
    min-width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.full-map iframe {
    width: 100%;
    height: 685px;
    margin-top: -150px;
}
.map-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.cc-txt {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    padding: 2rem;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
}
.about-list dt, .about-list dd {
    padding: 1rem;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 0;
}
.about-list tr:last-child dt, .about-list tr:last-child dd {
    border-bottom: none;
}
.about-list dt {
    width: 9em;
    font-weight: 500;
}
.about-list dd {
    width: calc(100% - 9em);
    padding: 1rem;
    line-height: 1.8;
}

.bg-wrap {
    /* color: #000; */
    padding: 1.5rem 1rem;
    background: #5d5d5d;
    margin-bottom: 2rem;
}


.about-tbl {
    width: 100%;
    margin-bottom: 2rem;

    th, td {
        vertical-align: top;
        padding: 1rem;
        font-weight: 400;
        line-height: 1.8;
    }
    tr th, tr td {
        border-bottom: 1px solid #DBDBDB;
    }
}
.about-tbl th {
    width: 10em;
    font-weight: 500;
}
.about-tbl ul {
    list-style: none;
    padding: 0;
}
.about-tbl ul li {
    line-height: 2;
}

.about-tbl04 {
    min-width: 800px;
    width: 100%;
    margin-bottom: 2rem;

    th, td {
        vertical-align: top;
        padding: 1rem;
        font-weight: 400;
        line-height: 1.8;
    }

    tr th, tr td {
        border-bottom: 1px solid #DBDBDB;
    }
}
.about-tbl04.small {
    min-width: 400px;
}


.blog-box {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 4rem;
}
.blog-box ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    column-gap: 2rem;
    row-gap: 4rem;
}
.blog-img {
    margin-bottom: 1rem;
}
.blog-img a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 8 / 7;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.16);
}


.reason-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 4.5rem 3.5rem;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 1fr;
    margin-bottom: 2rem;
}

.reason-list li {
    position: relative;
    border-radius: 30px;
    background: var(--sub-color);
    padding: 4rem 4rem 4rem;
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-content: start;

    &:nth-child(3n+1) .num, &:nth-child(3n+1) .tit {
        color: var(--main-color);
    }
    &:nth-child(3n+2) .num, &:nth-child(3n+2) .tit {
        color: #5BA5B9;
    }
    &:nth-child(3n) .num, &:nth-child(3n) .tit {
        color: #DAAD41;
    }
}

.reason-list li .num {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.reason-list li .tit {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2rem;
}
.reason-list li figure {
    width: 80%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 1.5rem;
}
.reason-list li figure img {
    max-height: 100%;
    width: auto;
}
.reason-list li p {
    letter-spacing: 0.03em;
    margin: 0;
}

.pnavi {
    text-align: center;
    margin-top: 2rem;
}
.pnavi span { color: var(--main-color);}
.pnavi span, .pnavi a {
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    transition: .3s;
    border-radius: 6px;
}
#cpage .sec-inline > div .pnavi a {
    color: #fff;
    text-decoration: none;
    background: var(--main-color);
}

#cpage .sec-inline > div .pnavi a img {
    width: 1em;
    height: 1em;
    margin-bottom: 3px;
    transition: .3s;
    object-fit: contain;
}
#cpage .sec-inline > div .pnavi a img.rev {
    transform: rotateZ(180deg);
}

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

.work-menu {
    margin-bottom: 4rem;
}
.work-menu .acc-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 0 1rem;

    &:not(:last-child) {
        border-bottom: 1px solid #D4D5D3;
        padding-bottom: 1.5rem;
    }

    &:nth-of-type(1) li {
        border-color: var(--main-color);

        a { color: var(--main-color);}

        &:hover, &.act {
            background: var(--main-color);

            a { color: #fff;}
        }
        
    }
    &:nth-of-type(2) li {
        border-color: #19A4E2;

        a { color: #19A4E2;}

        &:hover, &.act {
            background: #19A4E2;

            a { color: #fff;}
        }
    }
    &:nth-of-type(3) li {
        border-color: #DAAD41;

        a { color: #DAAD41;}

        &:hover, &.act {
            background: #DAAD41;

            a { color: #fff;}
        }
    }
    &:nth-of-type(4) li {
        border-color: #15999B;

        a { color: #15999B;}

        &:hover, &.act {
            background: #15999B;

            a { color: #fff;}
        }
    }

}
.work-menu .acc-group .smm-head {
    width: 10em;
    flex-shrink: 0;
}
.work-menu .acc-group .acc-item {
    flex: 1;
    min-width: 0;
}
.work-menu .acc-group .acc-item ul li.act a {
    pointer-events: none;
    cursor: default;
}
.work-menu .acc-group .acc-item ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.work-menu .acc-group .acc-item ul li {
    border-width: 1px;
    border-style: solid;
    border-radius: 100vmax;
    text-align: center;
    background: #fff;
    transition: .3s;
}
.work-menu .acc-group .acc-item ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
    border-radius: 100vmax;
    padding: .25rem 1rem;
    transition: .3s;
}

.work-exp figure {
    margin-bottom: 4rem;
}
.work-exp figure img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}
.work-acf { margin-bottom: 4rem;}
.work-acf > div {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    padding: 1rem;
    border-bottom: 1px solid #D4D5D3;
}
.work-acf > div dt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    width: 7em;
}
.work-acf > div dd {
    letter-spacing: 0.03em;
    width: calc(100% - 7em);
}
.work-acf > div a {
    color: var(--normal-color);
    text-decoration: underline;
}

.flow-list {
    list-style: none;
    padding: 0;
    counter-reset: num;
}
.flow-list li {
    position: relative;
    padding-left: 3em;
    margin-bottom: 2rem;

    &::before {
        position: absolute;
        counter-increment: num;
        content: counter(num);
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--main-color);
        color: #FFF;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        font-size: 20px;
        border-radius: 100vmax;
        height: 1.5em;
        aspect-ratio: 1;
        text-align: center;
        top: .1em;
        left: 0;
    }
}
.flow-list li h4 { margin-bottom: .5rem;}

.ser-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
}
.link-box {
    position: relative;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    text-align: center;
    width: calc(100% / 2 - 2rem);
    transition: .3s;
    margin-bottom: 2rem;
    border-radius: 6px;

    &::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 4px;
        width: 45px;
        height: 45px;
        background: #fff;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
        transition: .3s;
        border-radius: 6px;
    }
}
.link-box a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 2rem;
    transition: .3s;
    border-radius: 6px;
}

.smm-head {
    font-size: 24px;
    font-weight: 700;
}


/* FAQ */
.faq-list {
    margin: 0;
}
.faq-list + .faq-list {
    margin-top: 2rem;
    border-top: none;
}
.faq-list dt {
    display: flex;
    align-items: flex-end;
    gap: .5rem;
    padding: 1rem;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 1px solid #D4D5D3;
    user-select: none;

    &::before {
        content: "Q.";
        color: var(--normal-color);
        font-size: 24px;
        font-weight: 700;
        flex-shrink: 0;
    }
}
.faq-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: auto;

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: var(--main-color);
        transition: transform .3s;
    }

    &::before {
        width: 100%;
        height: 2px;
        transform: translate(-50%, -50%);
    }

    &::after {
        width: 2px;
        height: 100%;
        transform: translate(-50%, -50%);
    }
}
.faq-list.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-list dd {
    display: none;
    margin: 0;
    padding: .75rem 1rem 1.25rem;
    border-bottom: 1px solid #D4D5D3;
    line-height: 1.8;

    &::before {
        content: "A.";
        color: var(--main-color);
        font-size: 24px;
        font-weight: 700;
        margin-right: .25rem;
    }
}

.plan-list {
    width: 100%;
    min-width: 650px;
}
.plan-list {
    border: 1px solid #DBDBDB;
}
.plan-list th, .plan-list td {
    text-align: center;
    padding: 1rem;
}
.plan-list th {
    font-weight: 500;
    color: var(--main-color);
    border-bottom: 1px solid #DBDBDB;
}
.plan-list thead th:not(:last-child), .plan-list tbody td:not(:last-child), .plan-list tbody th {
    border-right: 1px solid #DBDBDB;
}

/* contact */
.contact-form dl {
    margin: 0.125em 0;
    padding: 0.5em 0;
    border-bottom: 1px dotted #aeaeae;
}
.contact-form dl > .contact-short-item { 
    display: flex;
    margin-bottom: 1.5rem;
}
.contact-form input:not(.wpcf7-submit) {
    border: 1px solid var(--normal-color);
    border-radius: 5px;
}
.contact-form dl dt {
    font-weight: bold;
    width: 18em;
    margin-right: 2.5%;
    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;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 0.3em 3px;
    background: var(--main-color);
    border-radius: 3px;
    vertical-align: baseline;
}
.contact-form .optional {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 0.3em 3px;
    background: #19A4E2;
    border-radius: 3px;
    vertical-align: baseline;
}
.wpcf7-submit {
    color: #fff;
    font-size: 18px;
    width: 12em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    margin: 30px auto;
    padding: 20px 5em;
    text-align: center;
    background: #000;
    background-size: 110%;
    background-position: center;
    border: none;
    border-radius: 3px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-form dl dd textarea {
    width: 100%;
    border: 1px solid var(--normal-color);
    border-radius: 5px;
}
#aform_btn_submit {
    color: #fff;
    background: #EFF3F7;
    box-shadow: 0px 3px 3px #333;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
}
.btn-tel {
    display: inline-block;
    text-wrap: nowrap;
    transition: 0.3s;
    font-size: 24px;
    border-radius: 3px;
    background: #000;
    margin-bottom: 1.5rem;
}
.btn-tel a {
    position: relative;
    z-index: 10;
    width: 100%;
    border-radius: 3px;
    text-wrap: nowrap;
    padding: 1rem 2rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    text-decoration: none;
}
.btn-tel i { margin-right: .25em;}
.btn-tel a:hover {
    background: var(--main-color);
    color: #fff;
}

.single-blog .single-blog-img {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 2rem;
}
.single-blog .single-blog-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.16);
}

@media (min-width: 1300px) {
    .sec-inline-start, .sec-inline-end {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .h-logo .brand { 
        max-width: none;
        width: 180px;
    }
    #head { height: 55px;}
    .nosc #head { width: 100%;}
     .openbtn { 
        width: 55px;
        height: 55px;
        /* background: #fff; */
        top: 0;
        right: 0;
    }
    
    .breadcrumb ul {
        padding-inline: initial;
    }
    .sec-inline-start {
        padding-inline: initial;
        padding-left: 7.5%;
    }
    .sec-inline-end {
        padding-inline: initial;
        padding-right: 7.5%;
    }
    .sec-inline {
        padding-inline: initial;
        padding-left: 6%;
        padding-right: 6%;
    }
    .grid-box {
        grid-gap: 1.5vw;
    }
    
    

    .ft-wrap { max-width: 630px;}
    .ft-flex {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .ft-txt {
        padding-right: min(15vw, 50px);
    }
    .f-box {
        padding: 0;
    }
    .f-flex {
        width: 80%;
        flex-direction: column;
    }
    .f-menu {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .f-bnr-flex > div {
        width: calc(100% / 3 - 20px);
    }

}
/* SPサイズ */
@media (max-width: 767px) {
    /* 基礎設定 */
    html, body { 
        /* overflow-x: hidden; */
        font-size: 16px;
    }
    .h-logo { 
        top: 50%;
        left: 1.5rem;
        transform: translateY(-50%);
    }

    #maintop {
        height: 100%;
        padding-bottom: 5rem;
    }
    
    a.anchorpoint {
        padding-top: 55px;
        margin-top: -55px;
    }
    
    #head {
        height: 55px;
    }
    /* .openbtn { right: 1rem;} */
    .h-logo .logo-vis.brand, .h-logo .logo-hidd.brand, #cpage .h-logo.brand {
        max-width: 50px;
    }

    #clickarea {
        width: 100%;
        padding-top: 5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 20vw;
    }

    #clickarea .click-list {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .openbtn {
        width: 55px;
        height: 55px;
    }

    #head.dnone #clickarea {
        top: 55px;
    }

    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    .top-page h2 {
        font-size: 30px;
    }
    h3 { font-size: 22px; }
    .top-page h3 {
        font-size: 25px;
    }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .grid-box { grid-gap: 1rem;}
    
    .box-wh, .box-gray, .box-grad { padding: 2rem; }
    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    .sec-inline {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    section { padding: 5rem 0 5rem;}

    .main-wrap { 
        flex-direction: column;
        gap: 2rem;
        padding-top: 90px;
        margin-bottom: 2rem;
    }
    .main-wrap::after {
        width: 80vw;
        height: 80vh;
        /* background-image: url(../img/main-bg-sp.png); */
    }
    .main-txt { margin-bottom: 0rem;}
    .main-txt, .main-img { width: 100%;}

    .main-wrap .main-txt .main-head {
        font-size: clamp(2rem, 1.0434rem + 5.0816vw, 3rem);
    }
    .main-wrap .main-txt .main-color { 
        font-size: clamp(2.15rem, 1.0434rem + 6.0816vw, 3.15rem);
    }
    .main-wrap .main-txt .large-txt {
        font-size: clamp(21px, 7vw, 27px);
    }
    .main-wrap .main-txt .small-txt {
        font-size: clamp(0.875rem, 0.7919rem + 0.2312vw, 1rem);
    }
    .main-wrap { transform: translateY(0);}

    .work-wrap ul {
        grid-template-columns: repeat(2,1fr);
    }
    
    #clickarea.panelactive .click-list { width: 100%;}
    #clickarea { 
        top: 55px;
        width: 100%;
    }
    .click-menu {
        display: block;
    }
    .click-menu ul.menu-main { width: 100%;}
    .click-menu ul.menu-main > li {
        padding-bottom: 1.5rem;
    }
    .click-menu ul.menu-main .menu-sub {
        & > li:last-child {
            padding-bottom: 0;
        }
    }

    #titbar { 
        padding-top: 7rem;
        padding-bottom: 3rem;
    }
    #titbar h1 { font-size: 26px;}

    /* TOP */
    #maintop {
        &::after {
            height: 100%;
        }
    }

    .sec01-wrap { 
        padding: 4rem 1rem;
    }
    .sec02-box {
        gap: 3rem;
    }
    .contact-wrap {
        flex-direction: column;
        padding: 4rem 1.5rem;
    }

    .ft-address > * { margin-bottom: .5rem;}

    .f-bnr-flex > div {
        max-width: 230px;
        width: 70%;
        margin-inline: auto;
    }


    .breadcrumb ul li span > span:last-child {
        max-width: 20em;
        vertical-align: bottom;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .anchor-list, .lcc-list .item-flex {
        flex-direction: column;
    }

    .about-flex {
        display: block;
    }
    .about-flex .item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .reason-list {
        gap: 3rem 2rem;
    }
    .reason-list li {
        padding: 4rem 1.5rem 4rem;
    }
    .reason-list li .tit { font-size: 18px;}

    .contact-form dl dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: auto;
        padding: 10px 0;
    }
    .contact-form dl dd {
        width: 100%;
    }
    .contact-form dl dd input, .contact-form dl dd textarea {
        max-width: 100%;
    }
    .contact-form dl > .contact-short-item {
        display: block;
    }
    
    .page-bg {
        padding: 1rem;
    }
    .smm-head {
        font-size: 21px;
    }
    
}

@media (max-width: 575px) {
    /* .top-page h3 {
        margin: 0;
    } */
     #head { height: 55px;}
    .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; }
    .btn01 { max-width: none;}
    /* .top-page main {
        margin-top: 75px;
    } */
    

    .sec-wrap {
        width: 85%;
    }
    .table th, .table td {
        display: block;
        width: 100%;
    }
    .box-wh, .box-gray, .box-grad { padding: 2rem; }
    .sec-inline { padding-inline: initial; padding-left: 7%; padding-right: 7%; }
    
    .js-scrollable {
        width: 100%;
        overflow: scroll;
    }


    #titbar::before {
        width: 70%;
        background: url(../img/titbar.png) top left no-repeat;
        background-size: cover;
    }

    .h-logo .brand { max-width: 170px;}

    
    #clickarea .btn01 a {
        font-size: 16px;
    }

    .work-wrap ul, .sec02-box, .blog-box ul {
        grid-template-columns: 1fr;
    }

    .sec02-box .item {
        max-width: 200px;
        margin-inline: auto;
    }

    .btn02 a { font-size: 18px;}
    #contact p {
        font-size: 16px;
    }
    .contact-wrap {
        align-items: stretch;
    }

    .ft-wrap {
        gap: 2rem;
    }
    .ft-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1rem;
    }
    .ft-link {
        /* width: 100%; */
        flex-direction: column;
        gap: 1rem;
    }
    .ft-link > ul {
        width: 100%;

        & > li {
            width: 100%;

            &:not(:last-child) {
                margin-bottom: 1rem;
            }

            a {
                display: block;
                width: 100%;
                height: 100%;
            }
        }
    }
    .ft-list {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: .5rem;

        li {
            width: 100%;

            &:not(:first-child)::before {
                content: none;
            }
        }
    }
    .ft-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .ft-txt { 
        border-right: none;
        border-bottom: 1px solid #525869;
        padding-right: none;
        padding-bottom: 2rem;
    }
    .cr, .ft-bw .ft-link a {
        font-size: 12px;
    }

    .grid-column2 .item { font-size: 18px;}

    .about-list dt, .about-list dd {
        width: 100%;
    }
    .about-list dt {
        font-size: 16px;
        border-bottom: none;
        padding-bottom: 0.5rem;
        padding-inline: .5rem;
    }
    .about-list dd {
        padding-top: 0;
        padding-inline: .5rem;
    }
    .about-list dd {
        font-size: 14px;
    }
    
    
    .about-tbl {
        th, td {
            display: block;
            padding: 0rem .5rem;
        }
        tr:not(:first-child) th {
            padding-top: 1rem;
         }
        tr th {
            border-bottom: none;
        }
        tr:first-child td {
            border-top: none;
        }
        th { 
            font-size: 16px;
            padding-bottom: .5rem;
        }
        td {
            font-size: 16px;
            border-top: none;
            padding-bottom: 1rem;
            line-height: 1.8;
        }
    }
    .about-tbl ul li {
        margin-bottom: .5rem;
    }

    .about-list th, .about-list td {
        display: block;
        width: 100%;
    }
    .about-list th { 
        border-bottom: none;
        padding-bottom: 0;
    }

    .faq-list dt {
        align-items: center;
    }

    .full-map { aspect-ratio: inherit;}

    .work-menu { padding: 1rem 0;}

    .work-menu .acc-group .smm-head {
        width: 100%;
    }

    .work-acf > div {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
    .work-acf > div dt {
        width:  100%;
    }
    .work-acf > div dd {
       width:  100%;
    }

    .reason-list {
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }
    .reason-list li figure { height: 160px;}

    .link-box { width: 100%;}

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

@media (any-hover: hover) {

    .news-list a:hover,
    .f-menu a:hover { opacity: .5;}

    .menu-list > ul > li > a:hover,
    .menu-list ul li:hover ,
    #cpage .menu-list ul li:hover,
    .prod-list .item a:hover {
        color: var(--main-color);
    }

    .btn01 a:hover, .btn03 a:hover, .btn-menu a:hover, .contact-link a:hover {
        background: var(--main-color);
    }

    .menu-list > ul > li > a[target="_blank"]:hover, .prod-list .item a:hover .name {
        &::after {
            content: "";
            background: url(../img/icon-link-mc.png) center no-repeat;
            background-size: contain;
        }
    }

    .link-box:hover {
        background: #fff;

        &::after {
            content: "";
            background: var(--main-color);
        }
    }
    .link-box:hover a {
        color: var(--main-color);
        font-weight: 700;
    }


    .breadcrumb ul li a:hover { color: var(--main-color);}

    #cpage .sec-inline > div .pnavi a:hover {
        color: var(--main-color);
        background: transparent;
    }
    #cpage .sec-inline > div .pnavi a:hover img {
        filter: none;
    }


    .wpcf7-submit:hover {
        background: var(--main-color);
    }

    .ft-m-box ul a:hover {
        color: #fff;
        opacity: 1;
    }
}