@charset "UTF-8";
/*-------------
vars
-------------*/
:root{
    --font-sans: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --font-sans-serif: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --font-en: "Kaisei Decol", serif;
    --main-black: #1a1a1a;
    --main-black2:#333333;
    --main-lightgreen:#19a6a5;
    --main-blue: #0077cc;
    --main-lightblue: #0f79e1;
    --main-darkblue: #00154b;
    --main-blue_grad: linear-gradient(35deg,#00154b,#004da0 77%);
    --main-orange:#f78826;
    --main-gray: #666666;
    --main-gray2:#999999;
    --main-gray_border: #e6e6e6;
    --main-gray_border2: #eeeeee;
    --main-gray_border3: #cccccc;
    --bg-gray:#f2f2f2;
    --bg-gray2:#f8f8f8;
    --bg-lightgreen:rgb(208, 250, 250);
    --inner-width_pc: 1200px;
    --inner-width_sp: 92%;
    --inner-width_sp_vw: 92vw;
    --inner-width: var(--inner-width_pc);
    --inner-sides_sp: 4%;
    --inner-sidespace_sp_vw: 4vw;
    --trans-ease: .3s ease;
    --header-hit: 80px;
}
@media screen and (max-width:768px){
    :root{
        --inner-width: var(--inner-width_sp);
        --inner-sides: var(--inner-sides_sp);
        --min-width: 375px;
        
        --bg-light-gray: var(--bg-gray);
        --header-hit: 50px;
        --fontsize-base: 1.4rem;
    }
}

/*-------------
base
-------------*/
html{
    font-size: 62.5%;
}
body{
    width: 100%;
    min-width: 1200px;
    background: #fff;
    color: var(--main-black);
    font-family: var(--font-sans);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    text-align: left;
    word-wrap: break-word;
}
*{
    letter-spacing: .02em;
}
.sp{
    display: none;
}
a[href^="tel:"]{
    pointer-events: none;
}
::-moz-selection {
    background-color: #11a094;
    color: #ffffff;
}
::selection {
    background-color: #11a094;
    color: #ffffff;
}
  
/*--- sp ---*/
@media screen and (max-width:768px){
    body{
        min-width: 320px;
        font-size: 1.4rem;
    }
    body.is--min_win-height{
        position: relative;
    }
    body.is--min_win-height .footer{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body.is--min_win-height .footer .page-top-btn-block{
        display: none;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    a[href^="tel:"]{
        pointer-events: auto;
    }
    img{
        width: 100%;
        height: auto;
    }
}
/*-------------
data-effect
-------------*/
*[data-effect^="fade"]{
    opacity: 0;
    transition: transform 1s ease,opacity 1s ease;
}
*[data-effect^="fade-left"]{
    transform: translateX(-50px);
}
*[data-effect^="fade-right"]{
    transform: translateX(50px);
}
*[data-effect^="fade-up"]{
    transform: translateY(50px);
}

/* ▼ .effected から 元の .is--effect に変更 */
*[data-effect^="fade"].is--effect{
    opacity: 1;
    transform: none;
}

@media screen and (max-width:767px){
    *[data-effect^="fade"]{
        transition: transform 1s ease,opacity 1s ease;
    }
}

/*-------------
common
-------------*/
.clearfix::after,
.cf::after{
    content: "";
    display: block;
    clear: both;
}
.preload *,
.preload *::before,
.preload *::after{
    transition: none!important;
}
.textCenter,
.txt_c{
    text-align: center;
}
.textRight,
.txt_r{
    text-align: right;
}
.textIndent,
.txt_ind {
    text-indent: -1em;
    padding-left: 1em;
}
.textRed,
.txtRed{
    color: var(--text-red);
}
.textNowrap{
    white-space: nowrap;
}
@media screen and (min-width:769px){
    .textLink:not(:hover){
        text-decoration: underline;
    }
}
@media screen and (max-width:768px){
    .textLink:not(:active){
        text-decoration: underline;
    }
}
.textSmall{
    font-size: .7em;
}
.mB5,
.m_b5{
	margin-bottom: 5px!important;
}
.mB10,
.m_b10{
	margin-bottom: 10px!important;
}
.mB15,
.m_b15{
	margin-bottom: 15px!important;
}
.mB20,
.m_b20{
	margin-bottom: 20px!important;
}
.mB30,
.m_b30{
	margin-bottom: 30px!important;
}
.mR5,
.m_r5{
	margin-right: 5px!important;
}
.mR10,
.m_r10{
	margin-right: 10px!important;
}
.floatL,
.l{
    float: left;
}
.floatR,
.r{
    float: right;
}

/*-------------
accordion
-------------*/
.accordion-btn:not(.is--ready){
    pointer-events: none;
}
.accordion-btn.is--ready{
    cursor: pointer;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.is--ready){
        pointer-events: none;
    }
    .accordion-btn--sp.is--ready{
        cursor: pointer;
    }
}
.accordion-btn:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
.accordion-content{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
    .accordion-content--sp{
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
}
.accordion-container{
    overflow: hidden;
    transition: height .3s ease;
}
.accordion-container.is--hit_low{
    transition: height .2s ease;
}
.accordion-container:not(.is--open){
    height: 0!important;
}
@media screen and (min-width:769px){
    .accordion-container.is--limit_sp{
        height: auto!important;
    }
}

/*-------------
header
-------------*/
.header{
    position: relative;
    z-index: 99;
}
.header-wrapper{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    min-height: var(--header-hit);
}
.header-logo{
    flex: 0 0 auto;
    margin-right: 10px;
    padding-left: 40px;
}
.logo-green{
    display: none;
}
.header-nav{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header-nav-wrapper{
    display: flex;
    height: var(--header-hit);
    align-items: center;
}
.header-nav-list{
    display: flex;
    height: 80px;
    margin-right: 20px;
}
.header-nav-list-item{
    height: 100%;
    padding: 0 10px;
}
.header-nav-list-item__link{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 9px 0 12px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 4px);
    text-align: center;
    word-break: keep-all;
}
.under .header-nav-list-item__link{
    color: var(--main-black);
}
.under .logo-white{
    display: none;
}
.under .logo-green{
    display: block;
}
@media screen and (min-width:769px){
    .header-nav-list-item__link::after{
        opacity: 0;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: "";
        transition: opacity var(--trans-ease);
    }
    .under .header-nav-list-item__link::after{
        background: var(--main-black);
    }
    .header-nav-list-item:hover .header-nav-list-item__link::after{
        opacity: 1;
    }
    .header-nav-list--middle:not(.is--active){
        display: none;
        z-index: -99;
    }
    .header-nav-list--middle:not(.is--show){
        opacity: 0;
    }
    .header-nav-list--middle{
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        bottom: -1px;
        transform: translateY(100%);
        left: 0;
        width: 100%;
        padding: 40px calc(50% - 520px) 0;
        overflow: hidden;
        box-shadow: 0 5px 10px -10px rgba(0,0,0,.75);
        background: #fff;
        transition: opacity var(--trans-ease);
    }
    .header-nav-list--middle-item{
        flex: 0 0 220px;
        margin: 0 20px 40px;
    }
    .header-nav-list--middle-item__pic{
        width: 100%;
        height: 120px;
        margin-bottom: 7px;
        overflow: hidden;
        border-radius: 5px;
    }
    .header-nav-list--middle-item__pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform var(--trans-ease);
    }
    a:hover .header-nav-list--middle-item__pic img{
        transform: scale(1.2);
    }
    .header-nav-list--middle-item__title{
        font-size: 1.4rem;
        line-height: calc(1em + 4px);
        transition: color var(--trans-ease);
    }
    a:hover .header-nav-list--middle-item__title{
        color: var(--main-blue);
    }
}
.header-btn1{
    flex: 0 0 auto;
    min-width: 160px;
    margin: 0 5px;
}
.header-btn1__link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 9px 10px 11px;
    border-radius: 27px;
    background: var(--main-lightgreen);
    border: solid 2px var(--main-lightgreen);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all ease .3s;
}
@media (any-hover: hover){
    .header-btn1__link:hover{
        opacity: 0.7;
    }
}
/*--- sp ---*/
@media screen and (max-width:768px){
    /* .wrapper.header-menu--open > *:not(.header){
        filter: blur(2px);
    } */
    .header{
        height: var(--header-hit);
    }
    .header-wrapper{
        display: block;
        min-height: 0;
        height: var(--header-hit);
        border: none;
    }
    .header-logo{
        display: flex;
        align-items: center;
        position: relative;
        z-index: 0;
        margin: 0;
        padding-left: var(--inner-sides_sp);
        border-bottom: solid 1px var(--bg-darkblue);
        height: var(--header-hit);
        box-sizing: border-box;
    }
    .header-logo img{
        width: 146px;
    }
    .header-nav:not(.is--active),
    .header-nav:not(.is--active) *{
        z-index: -99!important;
        pointer-events: none!important;
    }
    .header-nav:not(.is--show){
        opacity: 0;
    }
    .header-nav{
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: calc(100vh)!important;
        background : rgba(51, 51, 51, 0.4);
        margin: 0;
        padding: 0 0 0 40px;
        overflow: auto;
        box-shadow: 0 5px 10px -5px rgba(0,0,0,.75);
        transition: all var(--trans-ease);
    }
    .header-nav:not(.is--active) .header-nav-wrapper{
        width: 0;
        transition: all var(--trans-ease);
    }
    .header-nav-wrapper{
        width: calc(100% - 40px);
        height: calc(100vh)!important;
        background: #fff;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        transition: all var(--trans-ease);
        position: absolute;
        top: 0;
        right: 0;
    }
    .header-nav-list{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
        padding: 0 35px;
    }
    .header-nav-list-item{
        height: auto;
        padding: 0;
    }
    .header-nav-list-item__link{
        color: var(--main-black);
        display: block;
        padding: 15px 0;
        text-align: left;
    }
    .accordion-btn--sp .header-nav-list-item__link{
        pointer-events: none;
    }
    .accordion-btn--sp .header-nav-list-item__link::after{
        content: none;
    }
    .header-nav .accordion-btn--sp{
        display: block;
        position: relative;
    }
    .header-nav .accordion-btn--sp::after{
        position: absolute;
        top: calc(50% - 5px);
        right: 10px;
        width: 10px;
        height: 10px;
        background: linear-gradient(to top,rgba(255,255,255,0) 0 4px,var(--main-blue) 4px 6px,rgba(255,255,255,0) 6px 10px),
        linear-gradient(to right,rgba(255,255,255,0) 0 4px,var(--main-blue) 4px 6px,rgba(255,255,255,0) 6px 10px);
        content: "";
        transition: transform var(--trans-ease);
    }
    .header-nav .accordion-btn--sp.accordion--open::after{
        transform: rotate(90deg);
        background: linear-gradient(to right,rgba(255,255,255,0) 0 4px,var(--main-blue) 4px 6px,rgba(255,255,255,0) 6px 10px);
    }
    .header-nav-list--middle{
        padding: 12px 10px;
        border-bottom: solid 1px var(--bg-darkblue);
    }
    .header-nav-list--middle-item__link{
        display: block;
        position: relative;
        padding: 11px 15px;
    }
    .header-nav-list--middle-item__link::before{
        position: absolute;
        top: calc(.5em + 12px);
        left: -2px;
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: solid 2px var(--border-gray);
        border-right: solid 2px var(--border-gray);
        content: '';
    }
    .header-nav-list--middle-item__pic{
        display: none;
    }
    .header-nav-list--middle-item__title{
        font-size: 1.4rem;
        line-height: calc(1em + 4px);
        transition: color var(--trans-ease);
    }
    .header-btn1{
        width: calc(100% - 70px);
        margin: 0 auto 20px;
    }
    .header-tel-bnr{
        width: 100%;
        margin-top: auto;
        border: none;
    }
    .header-tel-bnr__link{
        width: 100%;
        padding-bottom: env(safe-area-inset-bottom);
        border-top: solid 1px var(--bg-darkblue);
    }
    .header-tel-bnr__link img{
        display: block;
        width: 260px;
        margin: 0 auto;
    }
    .header-nav-btn{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50px;
        height: 50px;
        background: linear-gradient(to top,#fff 0px 2px,var(--main-lightgreen) 2px 14px,#fff 14px) no-repeat bottom 17px left 13px / 24px 16px,var(--main-lightgreen);
    }
    .header-nav-btn.menu--open{
        background: none;
    }
    .header-nav-btn::before,
    .header-nav-btn::after{
        position: absolute;
        top: 24px;
        left: 13px;
        width: 24px;
        height: 2px;
        background: #fff;
        content: "";
        transition: transform var(--trans-ease);
    }
    .header-nav-btn.menu--open::before{
        transform: rotate(45deg);
        background: var(--main-lightgreen);
    }
    .header-nav-btn.menu--open::after{
        transform: rotate(-45deg);
        background: var(--main-lightgreen);
    }
}

/*-------------
footer
-------------*/
.footer{
    width: 100%;
    background: var(--bg-gray);
    padding: 50px 0;
    box-sizing: border-box;
}
.footer-wrapper{
    width: 1000px;
    margin: 0 auto;
}
.footer-inner{
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-top: -24px;
}
.footer-inner:before{
    content: none;
}
.footer-info{
    margin-top: 54px;
}
.footer-info-text{
    color: var(--main-gray);
    font-size: 1.4rem;
}
.footer-info-text:not(:last-of-type){
    margin-bottom: 10px;
}
.footer-info-list{
    margin-top: 30px;
    display: flex;
    gap: 10px;
}
.footer-menu-list-item{
    min-width: 80px;
}
.footer-info-list img{
    width: 60px;
}
.footer-menu{
    width: 330px;
}
.footer-menu-list{
    display: flex;
    gap:30px 40px;
    flex-flow: wrap;
    margin-bottom: 40px;
}
.footer-menu-list-item a{
    transition: all var(--trans-ease);
}
.footer-btn{
    width: 160px;
}
.footer-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 9px 10px 11px;
    border-radius: 27px;
    background: var(--main-lightgreen);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all var(--trans-ease);
}
.footer-link{
    margin-top: 30px;
}
.footer-link a {
    position: relative;
    font-size: 1.4rem;
    padding-left: 10px;
    text-decoration: none;
    transition: all var(--trans-ease);
}
.footer-link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #009696;
    border-right: 2px solid #009696;
}
.footer-copy{
    font-size: 1.4rem;
    text-align: left;
    margin-top: 100px;
}
@media (any-hover: hover){
    .footer-menu-list-item a:hover{
        opacity: 0.7;
    }
    .footer-btn a:hover{
        opacity: 0.7;
    }
    .footer-link a:hover{
        opacity: 0.7;
    }
}
/* sp */
@media screen and (max-width:768px){
    .footer{
        padding: 60px 0;
    }
    .footer-wrapper {
        width: var(--inner-width);
        margin: 0 auto;
    }
    .footer-logo{
        margin-bottom: 40px;
    }
    .footer-logo img{
        width: 146px;
    }
    .footer-inner {
        flex-flow: column;
        margin-top: 0;
        gap: 40px;
    }
    .footer-menu-list {
        display: flex;
        gap: 20px 25px;
        flex-flow: wrap;
    }
    .footer-menu-list-item {
        min-width: inherit;
        width: calc((100% - 25px) / 2);
    }
    .footer-btn {
        width: 185px;
    }
    .footer-info {
        margin-top: 0;
    }
    .footer-info-list img {
        width: 50px;
    }
    .footer-copy {
        margin-top: 50px;
    }
}

/*-------------
contents
-------------*/
.contents{
    margin-top: calc(var(--header-hit) * -1);
}

/*-------------
top-main_visual
-------------*/
@keyframes fvImgFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fvTextFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.top-main_visual{
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
}
.top-main_visual-img img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    animation: fvImgFadeIn 2.5s ease-out forwards;
}
.top-main_visual-catch{
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
}
.top-main_visual-catch__text{
    writing-mode: vertical-rl;
    color: #fff;
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 3.2rem;
    line-height: calc(1em + 22px);
    opacity: 0;
    animation: fvTextFadeInUp 2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
}
@media screen and (max-width:768px){
    .top-main_visual{
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 8;
        overflow: hidden;
    }
    .top-main_visual-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .top-main_visual-catch {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 70px 20px 0;
        box-sizing: border-box;
    }
    .top-main_visual-catch__text{
        font-size: 2.4rem;
        line-height: calc(1em + 12px);
    }
}

/*-------------
top
-------------*/
.top-4q{
    width: 1200px;
    padding: 120px 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.top-4q-title{
    margin-bottom: 60px;
    padding-right: 210px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 30px;
}
.top-4q-title__main{
    font-family: var(--font-en);
    font-size: 7.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    transform: translateY(-10px);
}
.top-4q-title__text{
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: calc(1em + 12px);
    border-left: solid 1px var(--main-gray_border);
    padding-left: 30px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
/*top-4q-list*/
.top-4q-list{
    display: flex;
    gap: 60px;
    margin: 0 auto 120px;
}
.top-4q-list-item{
    width: calc((100% - 180px) / 4);
    position: relative;
    padding-bottom: 30px;
}
.top-4q-list-item:not(:last-of-type):before{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 40px;
    right: -30px;
    background: var(--main-gray_border);
}
.top-4q-list-item a{
    padding-bottom: 75px;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.top-4q-list-item a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 2px;
    border: solid 2px var(--main-lightgreen);
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.top-4q-list-item a:after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 14px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg); 
    transition: all var(--trans-ease);
}
.top-4q-list-item__pho{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
    transition: all var(--trans-ease);
}
.top-4q-list-item__pho img{
    border-radius: 5px;
}
.top-4q-list-item__pho figcaption{
    writing-mode: vertical-rl;
    font-family: var(--font-en);
    font-feature-settings: "palt";
    font-size: 1.6rem;
    line-height: 1;
    color: var(--main-gray2);
}
.top-4q-list-item__info-title{
    font-size: 2.0rem;
    font-family: var(--font-sans-serif);
    font-feature-settings: "palt";
    font-weight: 500;
    margin-bottom: 20px;
    line-height: calc(1em + 10px);
    transition: all var(--trans-ease);
}
.top-4q-list-item__info-title small{
    font-family: var(--font-en);
    font-feature-settings: "palt";
    font-size: 1.4rem;
    display: block;
}
.top-4q-list-item__info-text{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
    font-feature-settings: "palt";
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .top-4q-list-item a:hover .top-4q-list-item__pho{
        opacity: 0.7;
    }
    .top-4q-list-item a:hover .top-4q-list-item__info-title{
        color: var(--main-lightgreen);
    }
    .top-4q-list-item a:hover .top-4q-list-item__info-text{
        opacity: 0.7;
    }
    .top-4q-list-item a:hover:before {
        background-color: #fff;
        background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
        background-size: 15px 2px;
    }

    .top-4q-list-item a:hover:after {
        border-color: var(--main-lightgreen);
        transform: translate(2px, 0) rotate(45deg);
    }
}
.top-sec-btn{
    width: 210px;
    box-sizing: border-box;
    position: absolute;
    top: 145px;
    right: 0;
}
.top-sec-btn a{
    font-family: var(--font-sans-serif);
    font-weight: normal;
    position: relative;
    padding-right: 57px;
    transition: all var(--trans-ease);
}
.top-sec-btn a:before {
    content: "";
    position: absolute;
    top: calc(50% - 21px);
    right: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 2px;
    border: solid 2px var(--main-lightgreen);
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.top-sec-btn a:after {
    content: "";
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .top-sec-btn a:hover{
        color: var(--main-lightgreen);
    }
    .top-sec-btn a:hover:before {
        background-color: #fff;
        background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
        background-size: 16px 2px;
    }
    .top-sec-btn a:hover:after {
        border-color: var(--main-lightgreen);
        transform: translate(2px, 0) rotate(-135deg);
    }
}
/* sp */
@media screen and (max-width:768px){
    .top-4q {
        width: var(--inner-width);
        padding: 30px 0 50px;
    }
    .top-4q-title {
        margin-bottom: 40px;
        padding-right: 0;
        gap: 14px;
    }
    .top-4q-title__main {
        font-size: 5.7rem;
        transform: translateY(-10px);
    }
    .top-4q-title__text {
        font-family: var(--font-sans-serif);
        font-weight: 500;
        font-size: 1.5rem;
        line-height: calc(1em + 11px);
        padding-left: 14px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    .top-sec-btn {
        width: fit-content;
        box-sizing: border-box;
        position: static;
        margin: 0 0 65px auto;
        display: block;
    }
    .top-sec-btn a {
        font-size: 1.6rem;
        padding-right: 37px;
    }
    .top-sec-btn a:before {
        content: "";
        position: absolute;
        top: calc(50% - 15px);
        right: 0;
        width: 30px;
        height: 30px;
        background-size: 12px 2px;
    }
    .top-sec-btn a:after {
        content: "";
        position: absolute;
        right: 9px;
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }
    @media (any-hover: hover){
        .top-sec-btn a:hover:before {
            background-size: 14px 2px;
        }
    }
    .top-4q-list {
        display: flex;
        gap: 20px;
        margin: 0 auto 30px;
        flex-flow: column;
    }
    .top-4q-list-item {
        width: 100%;
        position: relative;
        padding-bottom: 30px;
    }
    .top-4q-list-item{
        border-bottom: solid 1px var(--main-gray_border);
    }
    .top-4q-list-item:not(:last-of-type):before {
        content: none;
    }
    .top-4q-list-item__pho picture {
        display: block;
        width: 65.21%;
    }
    .top-4q-list-item__pho figcaption {
        writing-mode: vertical-rl;
        font-family: var(--font-en);
        font-feature-settings: "palt";
        font-size: 1.6rem;
        line-height: 1;
        color: var(--main-gray2);
    }
    .top-4q-list-item__info-title{
        font-family: var(--font-sans-serif);
        font-size: 2.0rem;
    }
    .top-4q-list-item a {
        padding-bottom: 57px;
    }
}

/*top-4q-link*/
.top-4q-link{
    display: flex;
    gap: 45px;
}
.top-4q-link-item a{
    position: relative;
    display: block;
}

.top-4q-link-item__pho{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.top-4q-link-item__pho:before{
    content: "";
    width: 100%;
    height: 100%;
    background : rgba(20, 33, 33, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all var(--trans-ease);
}
.top-4q-link-item__pho img{
    transition: all var(--trans-ease);
}
.top-4q-link-item__info{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 40px 70px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    z-index: 2;
}
.top-4q-link-item__info:before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 2px;
    border: solid 2px var(--main-lightgreen);
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.top-4q-link-item__info:after {
    content: "";
    position: absolute;
    left: 59px;
    bottom: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg); 
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .top-4q-link-item a:hover .top-4q-link-item__info:before {
        background-color: #fff;
        background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
        background-size: 18px 2px;
    }

    .top-4q-link-item a:hover .top-4q-link-item__pho:before{
        background : rgba(20, 33, 33, 0.4);
    }

    .top-4q-link-item a:hover .top-4q-link-item__info:after {
        border-color: var(--main-lightgreen);
        transform: translate(2px, 0) rotate(45deg);
    }
    .top-4q-link-item a:hover .top-4q-link-item__pho img{
        transform: scale(115%);
        transition: all var(--trans-ease);
    }
}
.top-4q-link-item__info-title{
    font-family: var(--font-sans-serif);
    font-size: 2.8rem;
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: relative;
}
.top-4q-link-item__info-title::before {
    display: block;
    font-family: var(--font-en);
    font-size:1.4rem;
    font-weight: normal;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
/* sp */
@media screen and (max-width:768px){
    .top-4q-link {
        width: 90%;
        flex-flow: column;
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .top-4q-link-item__info {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 60px 20px 70px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        z-index: 2;
    }
    .top-4q-link-item__info-title{
        font-size: 2.4rem;
    }
    .top-4q-link-item__info:before {
        top: 82px;
        left: auto;
        right: 20px;
    }
    .top-4q-link-item__info:after {
        top: 98px;
        left: auto;
        right: 32px;
    }
    .top-4q-link-item__pho{
        height: 180px;
    }
    .top-4q-link-item a:hover .top-4q-link-item__pho img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
/*top-news*/
.top-news{
    width: 1200px;
    margin: 0 auto 120px;
    position: relative;
}
.top-news .top-sec-btn{
    top: 45px;
}
.top-sec-title {
    font-family: var(--font-sans-serif);
    font-size: 4.2rem;
    display: flex;
    flex-flow: column;
    position: relative;
    gap: 5px;
    margin-bottom: 40px;
}
.top-sec-title::before {
    display: block;
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: normal;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.news-article-list{
    border-top: solid 1px var(--main-gray_border);
}
.news-article-list-item{
    border-bottom: solid 1px var(--main-gray_border);
}
.news-article-list-item-inner{
    padding: 22px 30px 22px 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 30px;
}
.news-article-list-item__date{
    font-family: var(--font-en);
    font-weight: normal;
    color: var(--main-lightgreen);
    font-size: 1.4rem;
    line-height: calc(1em + 12px);
    min-width: 100px;
    min-height: 35px;
    max-height: 35px;
    display: flex;
    align-items: center;
}
.news-article-list-item__title{
    font-family: var(--font-sans-serif);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: calc(1em + 17px);
    position: relative;
    width: 100%;
    padding-right: 30px;
}
.news-article-list-item__title:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 2px;
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.news-article-list-item__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--main-lightgreen);
    border-bottom: 2px solid var(--main-lightgreen);
    transform: rotate(-135deg);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .news-article-list-item-inner:hover .news-article-list-item__title:before {
        background-size: 30px 2px;
        width: 30px;
        right: -10px;
    }
    .news-article-list-item-inner:hover .news-article-list-item__title:after {
        transform: translate(10px, 0) rotate(-135deg);
    }
    .news-article-list-item-inner:hover .news-article-list-item__title{
        opacity: 0.7;
    }
}
/* sp */
@media screen and (max-width:768px){
    .top-news {
        width: var(--inner-width);
        margin: 0 auto 50px;
        position: relative;
    }
    .top-sec-title {
        font-family: var(--font-sans-serif);
        font-size: 3.6rem;
        gap: 5px;
        margin-bottom: 30px;
    }
    .news-article-list{
        margin-bottom: 30px;
    }
    .news-article-list-item-inner {
        padding: 17px 12px 17px 12px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: column;
        gap: 0;
    }
    .news-article-list-item__date {
        min-width: inherit;
        min-height: inherit;
        max-height: inherit;
    }
    .news-article-list-item__title {
        font-family: var(--font-sans-serif);
        font-size: 1.8rem;
        font-weight: normal;
        line-height: calc(1em + 17px);
        position: relative;
        width: 100%;
        padding-right: 30px;
    }
}
/*top-recruit*/
.top-recruit{
    width: 100%;
    overflow: hidden;
}
.top-recruit-wrapper{
    display: flex;
    width: 1200px;
    gap: 60px;
    margin: 0 auto;
}
.top-recruit-img{
    margin-left: -150px;
}
.top-recruit-info{
    min-width: 580px;
    margin-right: 110px;
}
.top-recruit-title{
    margin-bottom: 50px;
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 40px;
}
.top-recruit-title__main{
    font-family: var(--font-sans-serif);
    font-feature-settings: "palt";
    font-weight: normal;
    font-size: 1.8rem;
}
.top-recruit-title__catch{
    font-family: var(--font-sans-serif);
    font-feature-settings: "palt";
    font-weight: normal;
    font-size: 3.6rem;
    line-height: calc(1em + 18px);
}
.top-recruit-info-text{
    font-family: var(--font-sans-serif);
    font-feature-settings: "palt";
    font-weight: normal;
    font-size: 1.6rem;
    line-height: calc(1em + 16px);
}
.top-recruit .top-sec-btn{
    position:static;
    margin-top: 60px;
}
/* sp */
@media screen and (max-width:768px){
    .top-recruit{
       padding-bottom: 80px;
    }
    .top-recruit-wrapper {
        display: flex;
        flex-flow: column;
        width: var(--inner-width);
        gap: 40px;
        margin: 0 auto;
    }
    .top-recruit-img{
        width: 86.95%;
        margin-right: -50px;
        margin-left: auto;
    }
    .top-recruit-info {
        min-width: inherit;
        margin-right: 0;
    }
    .top-recruit-title {
        margin-bottom: 40px;
        padding-top: 0;
        box-sizing: border-box;
        display: flex;
        flex-flow: column;
        gap: 25px;
    }
    .top-recruit-title__catch {
        font-size: 3.2rem;
        line-height: calc(1em + 16px);
    }
    .top-recruit-info-text {
        font-size: 1.4rem;
        line-height: calc(1em + 14px);
    }
    .top-recruit .top-sec-btn {
        position: static;
        margin: 50px auto 0 0;
    }
}
/*-----------------
contents
-----------------*/
.contents.page{
    padding: var(--header-hit) 0 100px;
    box-sizing: border-box;
}
.contents.page.main-img{
    padding-top: 0;
}
/* sp */
@media screen and (max-width:768px){
    .contents.page{
        padding: var(--header-hit) 0 80px;
    }
    .contents.page.main-img{
        padding-top: 0;
    }
}
/*-------------
page-header
-------------*/
.page-header{
    padding: 45px 0;
    box-sizing: border-box;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page-header__title{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.page-header__title-inner{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 5.4rem;
    line-height: 1.3;
}
.page-header__title-inner::after {
    display: block;
    color: var(--main-lightgreen);
    font-family: var(--font-en);
    font-feature-settings: "palt";
    font-size: 2.0rem;
    font-weight: normal;
    line-height: calc(1em + 7px);
    content: "[\00a0\00a0\00a0" attr(data-pagetitle-en) "\00a0\00a0]";
}
.page-header-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header-img:before{
    content: "";
    background : rgba(26, 26, 26, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-header-img picture{
    width: 100%;
    height: 100%;
    display: block;
}
.page-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.page-header.is-bg{
    min-height: 540px;
    overflow: hidden;
    margin-bottom: 80px;
}
.is-bg .page-header__title-inner,
.is-bg .page-header__title-inner::after{
    color: #fff;
}
/* sp */
@media screen and (max-width:768px){
    .page-header{
        padding: 50px 0;
        box-sizing: border-box;
        margin: 0 auto 10px;
    }
    .page-header__title{
        width: var(--inner-width);
        margin: 0 auto
    }
    .page-header__title-inner {
        font-size: 4.0rem;
        line-height: 1.3;
    }
    .page-header__title-inner::after {
        font-size: 1.8rem;
        content: "[\00a0\00a0\00a0" attr(data-pagetitle-en) "\00a0\00a0]";
    }
    .page-header.is-bg{
        height: auto;
        min-height: initial;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        margin-bottom: 40px;
    }
}
/*-------------------
news
-------------------*/
.news-list{
    width: 1000px;
    margin: 0 auto;
}
.news-list-wrapper{
    display: flex;
    flex-flow: wrap;
    gap: 50px 30px;
}
.news-list-item{
    width: calc((100% - 60px) / 3);
}
.news-list-item__img{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.news-list-item__img::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px var(--main-gray_border2);
    content: "";
    pointer-events: none;
}
.news-list-item__img img{
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.news-list-item__info__date{
    font-size: 1.4rem;
    font-family: var(--font-en);
    color: var(--main-lightgreen);
    margin-bottom: 5px;
    display: block;
}
.news-list-item__info_title{
    font-size: 1.8rem;
    font-family: var(--font-sans-serif);
    margin-bottom: 15px;
    transition: all var(--trans-ease);
}
.news-list-item__info_text {
    font-size: 1.4rem;
    color: var(--main-gray);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: calc(1em + 11px); 
}
@media (any-hover: hover){
    .news-list-item a:hover .news-list-item__img img {
        transform: scale(1.2);
    }
    .news-list-item a:hover .news-list-item__info_title {
        color: var(--main-lightgreen);
    }
}
/*pager-nav*/
.pager-nav{
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 100px;
}
.pager-nav-item{
    width: 60px;
    height: 60px;
}
.pager-nav-item a{
    width: 100%;
    height: 100%;
    color: var(--main-gray2);
    font-size: 2.0rem;
    font-family: var(--font-en);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--main-gray2);
    border-radius: 50%;
    transition: all var(--trans-ease);
}
.pager-nav-item a._current{
    color: var(--main-lightgreen);
    border-color: var(--main-lightgreen);
}
@media (any-hover: hover){
    .pager-nav-item a:hover{
        color: var(--main-lightgreen);
        border-color: var(--main-lightgreen);
    }
}
/* sp */
@media screen and (max-width:768px){
    .news-list {
        width: var(--inner-width);
        margin: 0 auto;
    }
    .pager-nav-item{
        width: 50px;
        height: 50px;
    }
    .pager-nav-item a{
        font-size: 1.6rem;
    }
    .news-list-wrapper {
        display: flex;
        flex-flow: wrap;
        gap: 30px 15px;
    }
    .news-list-item {
        width: calc((100% - 15px) / 2);
    }
    .news-list-item__info_title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .news-list-item__info_text {
        font-size: 1.3rem;
    }
}
/*-----------------
news-detail
--------------------*/
.news-detail{
    width: 1000px;
    margin: 0 auto;
}
.news-detail-title{
    position: relative;
    border-bottom: solid 1px var(--main-gray_border);
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-flow: column-reverse;
    gap: 5px;
}
.news-detail-title:after{
    content: "";
    background: var(--main-lightgreen);
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.news-detail-title__date{
    font-family: var(--font-en);
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--main-lightgreen);
}
.news-detail-title__main{
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-feature-settings: "palt";
    font-size: 3.2rem;
    line-height: calc(1em + 12px);
}
.news-detail-main__pho {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: var(--bg-gray);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-detail-main__pho::before{
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px var(--main-gray_border);
    content: "";
    pointer-events: none;
}
.news-detail-main__pho picture {
    display: block;
    max-width: 100%;
}
.news-detail-main__pho img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.news-detail-main-info{
    margin-top: 50px;
    display: flex;
    gap: 40px;
    flex-flow: wrap;
}
.news-detail-main-info__text{
    flex: 1;
}
.news-detail-main-info__text p{
    font-size: 1.6rem;
    line-height: calc(1em + 11px);
}
.news-detail-main-info__text p:not(:last-of-type){
    margin-bottom: 15px;
}
.news-detail-main-info__sub{
    flex: 0 1 auto;
    max-width: 432px;
    display: flex;
    flex-direction: column;
    width: min-content; 
}
.news-detail-main-info__sub figure {
    margin: 0;
    display: contents;
}
.news-detail-main-info__sub picture {
    display: block;
    width: fit-content;
}
.news-detail-main-info__sub img {
    display: block;
    width: auto;
    height: auto;
}
.news-detail-main-info__sub-text {
    font-size: 1.4rem;
    color: var(--main-gray);
    min-width: 432px;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: solid 2px var(--main-gray_border3);
    line-height: calc(1em + 10px);
    font-feature-settings: "palt";
}
.news-detail-main-info__sub-text:not(:only-child) {
    display: block;
    width: 100%;
    margin-top: 20px;
    min-width: inherit;
}
.news-detail-back{
    margin-top: 70px;
    width: 100%;
}
.news-detail-back a{
    background: var(--bg-gray);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-detail-back a span{
    font-family: var(--font-sans-serif);
    font-weight: normal;
    position: relative;
    padding-left: 40px;
}
.news-detail-back a span:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 2px;
    border: solid 2px var(--main-lightgreen);
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.news-detail-back a span:after {
    content: "";
    position: absolute;
    left: 9px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .news-detail-back a:hover span:before {
        background-color: #fff;
        background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
        background-size: 15px 2px;
    }

    .news-detail-back a:hover span:after {
        border-color: var(--main-lightgreen);
        transform: translate(-2px, 0) rotate(45deg);
    }
}
/* sp */
@media screen and (max-width:768px){
    .news-detail {
        width: var(--inner-width);
        margin: 0 auto;
    }
    .news-detail-title__main {
        font-size: 2.8rem;
    }
    .news-detail-title:after {
        width: 80px;
    }
    .news-detail-main-info {
        margin-top: 40px;
        display: flex;
        gap: 30px;
        flex-flow: column;
    }
    .news-detail-main-info__text p {
        font-size: 1.4rem;
        font-feature-settings: "palt";
    }
    .news-detail-main-info__text p:not(:last-of-type) {
        margin-bottom: 12px;
    }
    .news-detail-main-info__sub {
        flex: 0 1 auto;
        max-width: inherit;
        width: 100%;
    }
    .news-detail-main-info__sub img {
        width: 100%;
        height: auto;
    }
    .news-detail-main-info__sub-text {
        font-size: 1.4rem;
        min-width: inherit;
    }
    .news-detail-back {
        margin-top: 50px;
        width: 100%;
    }
    .news-detail-back a{
        font-size: 1.6rem;
    }
}
/*-----------------------
sec-title
-------------------------*/
.sec-title1{
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 4.2rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.sec-title1:after{
    display: block;
    color: var(--main-lightgreen);
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: normal;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
/* sp */
@media screen and (max-width:768px){
    .sec-title1{
        font-size: 3.0rem;
        flex-flow: column;
        align-items: flex-start;
        gap: 5px;
    }
}
/*-----------------
company
--------------------*/
.company-content{
    width: 1000px;
    margin:0 auto;
}
.company-sec:not(:last-of-type){
    margin-bottom: 80px;
}
/* sp */
@media screen and (max-width:768px){
    .company-content{
        width: var(--inner-width);
        margin:0 auto;
    }
    .company-sec:not(:last-of-type){
        margin-bottom: 50px;
    }
}

/*company-greeting*/
.company-greeting{
    padding-bottom: 60px;
    border-bottom: solid 1px var(--main-gray_border);
}
.company-greeting__header{
    padding: 50px 40px;
    box-sizing: border-box;
    background: var(--bg-gray2);
}
.company-greeting__lead {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-family: var(--font-sans-serif);
    border-left: solid 3px var(--main-lightgreen);
    padding-left: 20px;
}
.company-greeting__author {
    font-family: var(--font-sans-serif);
    font-size: 1.8rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.company-greeting__name {
    font-size: 3.0rem;
}
.company-greeting__body {
    margin-top: 40px;
}
.company-greeting__text {
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
    margin: 0 0 15px 0;
}
.company-greeting__text:last-child {
    margin-bottom: 0;
}
/*sp*/
@media screen and (max-width: 768px) {
    .company-greeting {
        padding-bottom: 40px;
    }
    .company-greeting__header {
        width: calc(100% + var(--inner-sidespace_sp_vw));
        padding: 30px var(--inner-sidespace_sp_vw) 30px var(--inner-sidespace_sp_vw);
        margin-left: calc(var(--inner-sidespace_sp_vw) * -1);
    }
    .company-greeting__lead {
        font-size: 2.4rem;
        font-feature-settings: "palt";
        margin-bottom: 15px;
    }
    .company-greeting__author {
        font-size: 1.3rem;
    }
    .company-greeting__name {
        font-size: 2.0rem;
    }
    .company-greeting__body {
        margin-top: 30px;
    }
}
/*company-overview*/
.company-overview{
    padding: 20px 30px 30px;
    box-sizing: border-box;
    background: var(--bg-gray2);
}
.company-overview-table tr th{
    font-family: var(--font-sans-serif);
    font-weight: 600;
    font-size: 1.4rem;
    width: 170px;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--main-lightgreen);
    line-height: calc(1em + 11px);
}
.company-overview-table tr td{
    width: calc(100% - 170px);
    font-size: 1.4rem;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--main-gray_border3);
    line-height: calc(1em + 11px);
}
.company-overview-table tr:last-of-type th,
.company-overview-table tr:last-of-type td{
    border-bottom: none;
}
/*sp*/
@media screen and (max-width: 768px) {
    .company-overview {
        padding: 25px 20px 15px;
        box-sizing: border-box;
        background: var(--bg-gray2);
    }
    .company-overview-table tr th {
        font-weight: bold;
        font-size: 1.5rem;
        width: 100%;
        display: block;
        padding: 0 0 0 5px;
        border-left: solid 2px var(--main-lightgreen);
        border-bottom: none;
        line-height: calc(1em + 3px);
    }
    .company-overview-table tr td {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        line-height: calc(1em + 11px);
        margin-bottom: 15px;
    }
    .company-overview-table tr:last-of-type td{
        margin-bottom: 0;
    }
}
/*company-ir*/
.company-ir-text{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
    margin-bottom: 30px;
}
.company-ir-list{
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.company-ir-list li a{
    border: solid 1px var(--main-gray_border);
    padding: 19px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .company-ir-list li a:hover{
        background: var(--bg-lightgreen);
    }
}
/*sp*/
@media screen and (max-width: 768px) {
    .company-ir-text{
        margin-bottom: 25px;
    }
    .company-ir-list li a span img{
        width: 20px;
    }
}

/*company-history*/
.company-history {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 10px;
    box-sizing: border-box;
    gap: 15px;
}
.company-history::before {
    content: "";
    position: absolute;
    left: 90px;
    top: 25px;
    width: 1px;
    height: calc(100% - 15px);
    background: linear-gradient(180deg, var(--main-gray_border3) 0%, var(--main-gray_border3) 95%, transparent 100%);
    z-index: 1;
}
.company-history-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    gap: 60px;
}
.company-history-item__day {
    font-family: var(--font-en);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 49px;
    font-size: 2.5rem;
    font-weight: 500;
    flex-shrink: 0;
    z-index: 2;
}
.company-history-item__day:after {
    content: "";
    position: absolute;
    left: 82px;
    top: calc(50% - 6px);
    width: 17px;
    height: 17px;
    background-color: var(--main-lightgreen);
    border-radius: 50%;
    z-index: 3;
}
.company-history-item__info {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 15px 20px;
    line-height: calc(1em + 11px);
    min-height: 49px;
    background: var(--bg-gray2);
    border-radius: 24px;
    width: 100%;
}
/*sp*/
@media screen and (max-width: 768px) {
    .company-history{
        padding: 0;
    }
    .company-history-item {
        align-items: baseline;
        gap: 30px;
    }
    .company-history-item__day {
        font-family: var(--font-en);
        width: 46px;
        height: 20px;
        font-size: 1.8rem;
        font-weight: 500;
        flex-shrink: 0;
        z-index: 2;
    }
    .company-history::before {
        content: "";
        position: absolute;
        left: 59px;
        top: 25px;
        width: 1px;
        height: calc(100% - 25px);
        background: linear-gradient(180deg, var(--main-gray_border3) 0%, var(--main-gray_border3) 95%, transparent 100%);
        z-index: 1;
    }
    .company-history-item__day:after {
        content: "";
        position: absolute;
        left: 53px;
        top: calc(50% - 4px);
        width: 13px;
        height: 13px;
        background-color: var(--main-lightgreen);
        border-radius: 50%;
        z-index: 3;
    }
    .company-history-item__info {
        font-size: 1.3rem;
        font-weight: 500;
        padding: 11px 15px;
        line-height: calc(1em + 11px);
        min-height: inherit;
        background: var(--bg-gray2);
        border-radius: 22px;
    }
}
/*-----------------
access
--------------------*/
.access-content{
    width: 1000px;
    margin:0 auto;
}
.access-sec:not(:last-of-type){
    margin-bottom: 80px;
}
/* sp */
@media screen and (max-width:768px){
    .access-content{
        width: var(--inner-width);
        margin:0 auto;
    }
    .access-sec:not(:last-of-type){
        margin-bottom: 50px;
    }
}
/*access-main*/
.access-main{
    margin-bottom: 80px;
}
.access-info-wrapper{
    display: flex;
    gap: 50px;
}
.access-main .access-info-img{
    margin-top: -70px;
}
.access-info-tb{
    flex: 0 1 100%;
}
.access-info-tb table{
    width: 100%;
}
.access-info-tb table tr th{
    font-family: var(--font-sans-serif);
    width: 120px;
    padding: 17px 0 17px 15px;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: solid 1px var(--main-gray_border);
    vertical-align: middle;
    position: relative;
}
.access-info-tb table tr th:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}
.access-info-tb table tr td{
    font-size: 1.6rem;
    padding: 17px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--main-gray_border);
    vertical-align: middle;
}
.access-info-tb table tr:last-of-type th,
.access-info-tb table tr:last-of-type td{
    border-bottom: none;
}
.access-info-map{
    margin-top: 30px;
}
.access-info-img img{
    border-radius: 10px;
}
/* sp */
@media screen and (max-width:768px){
    .access-main{
        margin-bottom: 30px;
    }
    .access-main .access-info-img{
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .access-info-wrapper {
        flex-flow: column-reverse;
        gap: 5px;
    }
    .access-info-tb table tr th {
        width: 100%;
        display: block;
        padding: 17px 0 10px 15px;
        font-size: 1.4rem;
        border-bottom: none;
        position: relative;
    }
    .access-info-tb table tr th:before{
        top: 50%;
    }
    .access-info-tb table tr td {
        font-size: 1.4rem;
        padding: 0 0 17px;
        display: block;
        width: 100%;
    }
    .access-info-map {
        margin-top: 15px;
    }
    .access-info-map iframe{
        width: 100%;
        aspect-ratio: 5 / 4;
    }
}
.access-sub{
    border: solid 1px var(--main-gray_border);
    border-radius: 10px;
    padding: 40px 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.access-sub .sec-title1{
    position: relative;
    font-size: 3.2rem;
}
.access-sub .sec-title1:before{
    content: "";
    width: 5px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background: var(--main-lightgreen);
}
.access-sub .sec-title1:after {
    color: var(--main-gray);
}
.access-sub:not(:last-of-type){
    margin-bottom: 20px;
}
.access-sub .access-info-map{
    width: calc(100% + 80px);
    margin-left: -40px;
}
/* sp */
@media screen and (max-width:768px){
    .access-sub {
        border: solid 1px var(--main-gray_border);
        border-radius: 10px;
        padding: 20px 15px 0;
    }
    access-sub:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .access-sub .sec-title1 {
        position: relative;
        font-size: 2.6rem;
    }
    .access-sub .access-info-map {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .access-sub .sec-title1:before {
        content: "";
        width: 5px;
        height: calc(100% - 38px);
        position: absolute;
        top: calc(50% - 12px);
        left: -15px;
        transform: translateY(-50%);
        background: var(--main-lightgreen);
    }
    .access-sub .sec-title1.none-eng:before {
        top: 50%;
        height: calc(100% - 15px);
    }
}
/*-----------------
philosophy
--------------------*/
.philosophy-content{
    width: var(--inner-width);
    margin:0 auto;
}
.philosophy-sec:not(:last-of-type){
    margin-bottom: 80px;
}
/* sp */
@media screen and (max-width:768px){
    .philosophy-sec:not(:last-of-type){
        margin-bottom: 50px;
    }
}
/*philosophy-main*/
.philosophy-main{
    width: 1000px;
    margin: 0 auto 100px;
}
.philosophy-main-title{
    font-family: var(--font-sans-serif);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: calc(1em + 12px);
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.philosophy-main-title:before {
    display: block;
    color: var(--main-lightgreen);
    font-family: var(--font-en);
    font-size: 12rem;
    font-weight: 500;
    line-height: calc(1em + 12px);
    content: attr(data-title-en);
}
.philosophy-main-text{
    font-size: 1.4rem;
    color:var(--main-gray);
    line-height: calc(1em + 11px);
}
/* philosophy-main-link*/
.philosophy-main-link {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.philosophy-main-link li {
    flex: 1;
    position: relative;
    border-right: 1px solid var(--main-gray_border3);
    height: 115px;
    box-sizing: border-box;
}
.philosophy-main-link li:first-child {
    border-left: 1px solid var(--main-gray_border3);
}
.philosophy-main-link a {
    font-family: var(--font-sans-serif);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    gap: 5px;
    width: 100%;
    height: 100%;
}
.philosophy-main-link a span {
    font-family: var(--font-en);
    color: var(--main-lightgreen);
    font-size: 2.2rem;
    font-weight: normal;
}
.philosophy-main-link a::after {
    content: "";
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border-right: 1px solid var(--main-lightgreen);
    border-bottom: 1px solid var(--main-lightgreen);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .philosophy-main-link a:hover:after {
        transform:translateY(10px) rotate(45deg);
    }
}
/*sp*/
@media screen and (max-width: 768px) {
    .philosophy-main{
        width: 100%;
        margin: 0 auto 60px;
    }
    .philosophy-main-title {
        font-size: 1.8rem;
        gap: 20px;
        margin-bottom: 25px;
    }
    .philosophy-main-title:before {
        font-size: 8rem;
    }
    .philosophy-main-link {
        margin-top: 40px;
        flex-flow: row wrap;
        gap: 10px 0;
    }
    .philosophy-main-link li {
        width: 50%;
        flex: 0 1 50%;
        position: relative;
        border-right: 1px solid var(--main-gray_border3);
        height: auto;
        box-sizing: border-box;
    }
    .philosophy-main-link li:nth-of-type(3) {
        border-left: 1px solid var(--main-gray_border3);
    }
    .philosophy-main-link a {
        padding: 10px 5px;
        box-sizing: border-box;
        font-size: 1.4rem;
        gap: 5px;
        width: 100%;
        height: 100%;
    }
    .philosophy-main-link a span {
        font-size: 2rem;
    }
}
/*philosophy-sec*/
.philosophy-sec{
    display: flex;
    align-items: flex-start;
    gap: 90px;
    margin-bottom: 60px;
    padding-top: 60px;
    border-top: solid 1px var(--main-gray_border);
}
.philosophy-sec:first-of-type{
    border-top: none;
    padding-top: 0;
}
.philosophy-sec:last-of-type{
    margin-bottom: 0;
}
.philosophy-sec-title{
    min-width: 130px;
    position: relative;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.philosophy-sec-title__main{
    width: 100%;
    writing-mode: vertical-rl;
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 3.2rem;
    line-height: calc(1em + 22px);
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.philosophy-sec-title__main::before {
    display: block;
    font-family: var(--font-en);
    color: var(--main-lightgreen);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.philosophy-sec-title__sub{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--font-en);
    font-size: 7.2rem;
    font-weight: normal;
    color: var(--main-gray_border);
    line-height: 1;
    display: flex;
    align-items: baseline;
    z-index: -1;
}
.philosophy-sec-title__sub small{
    font-size: 4.8rem;
}
.philosophy-sec-main{
    padding-top: 20px;
    box-sizing: border-box;
}
.philosophy-sec-main__text{
    font-family: var(--font-sans-serif);
    font-feature-settings: "palt";
    font-size: 1.6rem;
    line-height: calc(1em + 16px);
    padding-bottom: 45px;
    border-bottom: solid 1px var(--main-gray_border);
    margin-bottom: 35px;
}
.philosophy-sec-main-list{
    display: flex;
    flex-flow: column;
    gap: 35px;
}
.philosophy-sec-main-list__inner{
    display: flex;
    gap: 40px;
    padding-top: 35px;
    border-top: solid 1px var(--main-gray_border);
}
.philosophy-sec-main-list__inner:first-of-type{
    border-top: none;
    padding-top: 0;
}
.philosophy-sec-main-list__inner-img{
    min-width: 270px;
}
.philosophy-sec-main-list__inner-info__title{
    font-family: var(--font-sans-serif);
    font-feature-settings: "palt";
    font-size: 2.4rem;
    font-weight: 500;
    line-height: calc(1em + 6px);
    margin-bottom: 20px;
}
.philosophy-sec-main-list__inner-info__text{
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
    color: var(--main-gray);
}
/*sp*/
@media screen and (max-width: 768px) {
    .philosophy-sec {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 60px;
        padding-top: 0;
        border-top: 0;
    }
    .philosophy-sec-title {
        width: 100%;
        min-width: inherit;
        position: relative;
        padding-bottom: 0;
        box-sizing: border-box;
    }
    .philosophy-sec-title__main {
        width: 100%;
        writing-mode: horizontal-tb;
        font-family: var(--font-sans-serif);
        font-weight: 500;
        font-size: 2.8rem;
        line-height: calc(1em + 16px);
        display: flex;
        flex-flow: column;
        gap: 10px;
    }
    .philosophy-sec-main__text {
        font-size: 1.4rem;
        line-height: calc(1em + 12px);
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 30px;
    }
    .philosophy-sec-main {
        padding-top: 0;
        box-sizing: border-box;
    }
    .philosophy-sec-main-list {
        border: solid 1px var(--main-gray_border);
        border-radius: 10px;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        flex-flow: column;
        gap: 10px;
    }
    .philosophy-sec-main-list__inner {
        display: flex;
        flex-flow: column;
        gap: 25px;
        padding: 20px;
        box-sizing: border-box;
        border-top: solid 1px var(--main-gray_border);
    }
    .philosophy-sec-main-list__inner:first-of-type {
        padding-top: 20px;
    }
    .philosophy-sec-main-list__inner-info__title {
        font-size: 2.1rem;
        margin-bottom: 15px;
    }
}
/*-----------------
privacy
--------------------*/
.privacy-content{
    width: 1000px;
    margin:0 auto;
}
.privacy-sec:not(:last-of-type){
    margin-bottom: 60px;
}
/* sp */
@media screen and (max-width:768px){
    .privacy-content{
        width: var(--inner-width);
        margin:0 auto;
    }
    .privacy-sec:not(:last-of-type){
        margin-bottom: 40px;
    }
}
.privacy-main{
    margin-bottom: 60px;
    line-height: calc(1em + 11px);
}
.privacy-sec-title{
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 2.8rem;
    line-height: calc(1em + 10px);
    margin-bottom: 20px;
    background: var(--bg-gray);
    padding: 10px 15px 10px 20px;
    border-left: solid 4px var(--main-lightgreen);
}
.privacy-sec p{
    line-height: calc(1em + 11px);
}
.privacy-sec p:not(:last-child){
    margin-bottom: 10px;
}
.privacy-sec ul li {
    position: relative;
    padding-left: 20px;
    line-height: calc(1em + 11px);
}
.privacy-sec ul li::before {
    position: absolute;
    top: calc(.5em + 2px);
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: var(--main-lightgreen);
    border-radius: 50%;
    content: "";
}
.privacy-sec-title {
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 2.8rem;
    line-height: calc(1em + 10px);
    margin-bottom: 20px;
    background: var(--bg-gray);
    padding: 10px 15px 10px 18px;
    border-left: solid 4px var(--main-lightgreen);
}
/* sp */
@media screen and (max-width:768px){
    .privacy-main {
        margin-bottom: 40px;
    }
    .privacy-sec-title {
        font-size: 2.1rem;
        border-width: 3px;
    }
}
/*-----------------
strength
--------------------*/
.strength-content{
    width: 100%;
    margin:0 auto;
}
/*strength-main*/
.strength-main{
    width: 1000px;
    margin: 0 auto 90px;
}
.strength-main-title{
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 auto 20px;
}
.strength-main-title::after {
    display: block;
    color: var(--main-lightgreen);
    font-family: var(--font-en);
    font-size:1.8rem;
    font-weight: normal;
    line-height: calc(1em + 7px);
    content: attr(data-title-en);
}
.strength-main-text{
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    line-height: calc(1em + 14px);
}
/* sp */
@media screen and (max-width:768px){
    .strength-main{
        width: var(--inner-width);
        margin: 0 auto 50px;
    }
    .strength-main-text{
        font-size: 2.4rem;
    }
    .strength-main-text:not(:last-of-type){
        margin-bottom: 10px;
    }
}
/*strength-sec*/
.strength-sec{
    padding: 60px 0;
    box-sizing: border-box;
}
.strength-sec:nth-of-type(odd){
    background: var(--bg-gray);
}
.strength-sec .sec-title1{
    width: 1000px;
    font-size: 5.4rem;
    margin-left: auto;
    margin-right: auto;
}
.strength-sec .sec-title1 span{
    display: inline-block;
}
.strength-sec .sec-title1 span:first-letter{
    color: var(--main-lightgreen);
}
.strength-sec .sec-title1:after{
    color: var(--main-black);
}
/* sp */
@media screen and (max-width:768px){
    .strength-sec .sec-title1{
        width: var(--inner-width);
        font-size: 4.0rem;
        flex-flow: row wrap;
        align-items: center;
        gap: 5px 20px;
        margin-bottom: 20px;
    }
    .strength-sec .sec-title1:after{
        font-size: 1.4rem;
    }
}
/*strength-sec-info*/
.strength-sec-info{
    width: 1000px;
    margin: 0 auto 50px;
}
.strength-sec-info__title{
    color: var(--main-black2);
    font-family: var(--font-sans-serif);
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.strength-sec-info__text{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
}
/* sp */
@media screen and (max-width:768px){
    .strength-sec-info{
        width: var(--inner-width);
        margin: 0 auto 30px;
    }
}
/*strength-sec-list*/
.strength-sec-list{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}
.strength-sec-list.column2{
    gap: 46px;
}
.strength-sec-list.column1{
    gap: 46px;
}
.strength-sec-list--item{
    display: flex;
    flex-flow: column;
    width: calc((100% - 100px) / 3);
}
.column2 .strength-sec-list--item,
.column1 .strength-sec-list--item{
    width: calc((100% - 46px) / 2);
}
.strength-sec-list--item__pho{
    display: block;
    margin-bottom: 15px;
}
.strength-sec-list--item__pho img{
    border-radius: 5px;
}
.strength-sec-list--item__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.strength-sec-list--item__info--title{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.strength-sec-list--item__info--text{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
    margin-bottom: 15px;
    flex-grow: 1; 
}
.strength-sec-list--item__info--cate{
    display: flex;
    gap: 5px;
    flex-flow: row wrap;
}
.strength-sec-list--item__info--cate li{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: calc(1em + 11px);
    padding: 3px 8px;
    box-sizing: border-box;
    background: var(--main-gray_border);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strength-sec:nth-of-type(odd) .strength-sec-list--item__info--cate li{
    background: #fff;
}
/* sp */
@media screen and (max-width:768px) {
    .strength-sec-info__title{
        font-size: 2.0rem;
        line-height: calc(1em + 10px);
    }
    .strength-sec-list-outer{
        overflow: hidden;
    }
    .strength-sec-list,
    .strength-sec-list.column2 {
        width: 84% !important;
        /* margin: 0 auto 0 calc(var(--inner-sides) - 10px); */
        margin: 0 auto;
        padding: 0 !important;
        gap: 0 !important;
        box-sizing: border-box;
        overflow: visible !important;
    }
    .strength-sec-list.column2 {
        width: 84% !important;
    }
    .strength-sec-list.column1 {
        width: var(--inner-width) !important;
        margin: 0 auto !important;
    }
    .strength-sec-list--item,
    .column2 .strength-sec-list--item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex-shrink: 0;
        margin: 0 !important;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .column1 .strength-sec-list--item{
        padding: 0;
    }
    .strength-sec-list--item__pho img {
        width: 100%;
        height: auto;
    }
    .strength-sec-dots {
        width: var(--inner-width);
        padding-top: 35px;
        border-top: solid 1px var(--main-gray_border3);
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 35px auto 0;
    }
    .strength-sec-dot {
        width: 10px;
        height: 10px;
        background: var(--main-gray_border3);
        border-radius: 50%;
        cursor: pointer;
        border: none;
        padding: 0;
    }
    .strength-sec-dot--active {
        background: var(--main-lightgreen);
    }
}
/*-----------------
recruit
--------------------*/
.recruit-content{
    width: 100%;
    margin:0 auto;
}
.recruit-sec{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.recruit-sec:not(:last-of-type){
    margin-bottom: 80px;
}
/* sp */
@media screen and (max-width:768px){
    .recruit-sec{
        width: 100%;
    }
    .recruit-sec .sec-title1{
        width: var(--inner-width);
        margin-left: auto;
        margin-right: auto;
    }
    .recruit-sec:not(:last-of-type){
        margin-bottom: 50px;
    }
}
/*recruit-interview*/
.recruit-interview:not(:last-of-type){
    margin-bottom: 60px;
}
.recruit-interview-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--main-lightgreen);
    margin-bottom: 40px;
}
.recruit-interview-title__main{
    font-size: 14px;
    line-height: calc(1em + 11px);
    font-weight: normal;
}
.recruit-interview-title__sub{
    display: flex;
    align-items: stretch;
}
.recruit-interview-title__sub .name {
    color: #fff;
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    background: var(--main-lightgreen);
    position: relative;  
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
}
.recruit-interview-title__sub .name::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: var(--main-lightgreen);
    clip-path: polygon(0 -4px, 0 100%, 100% 100%);
    z-index: 2;
}
.recruit-interview-title__sub .joining {
    font-family: var(--font-sans-serif);
    font-weight: 500;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    background: var(--main-gray_border);
    position: relative;  
    padding: 10px 10px 10px 60px;
    box-sizing: border-box;
    margin-right: 65px;
}
.recruit-interview-title__sub .joining::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: var(--main-gray_border);
    clip-path: polygon(0 -4px, 0 100%, 100% 100%);
    z-index: 1;
}
/* sp */
@media screen and (max-width:768px){
    .recruit-interview:not(:last-of-type){
        margin-bottom: 50px;
    }
    .recruit-interview-title {
        display: flex;
        align-items: flex-start;
        flex-flow: column;
        border-bottom: none;
        margin-bottom: 25px;
        gap: 15px;
    }
    .recruit-interview-title__main{
        width: var(--inner-width);
        margin: 0 auto;
    }
    .recruit-interview-title__sub{
        border-bottom: solid 1px var(--main-lightgreen);
        width: 100%;
    }
    .recruit-interview-title__sub .name {
        color: #fff;
        font-family: var(--font-sans-serif);
        font-weight: 500;
        font-size: 2.2rem;
        display: flex;
        align-items: center;
        background: var(--main-lightgreen);
        position: relative;
        padding: 8px 8px 8px 15px;
        box-sizing: border-box;
    }
    .recruit-interview-title__sub .joining {
        font-family: var(--font-sans-serif);
        font-weight: 500;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        background: var(--main-gray_border);
        position: relative;
        padding: 8px 8px 8px 55px;
        box-sizing: border-box;
        margin-right: 65px;
    }
}
/*recruit-interview-main*/
.recruit-interview:last-of-type .recruit-interview-main{
    border-bottom: solid 1px var(--main-gray_border);
    padding-bottom: 60px;
}
.recruit-interview-main{
    display: flex;
    gap: 40px;
    flex-flow: row-reverse;
}
.recruit-interview-main-info dl:not(:last-of-type){
    margin-bottom: 20px;
}
.recruit-interview-main-info dl dt{
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: calc(1em + 8px);
    margin-bottom: 15px;
    position: relative;
}
.recruit-interview-main-info dl dt:before{
    content: "";
    background: var(--main-lightgreen);
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.recruit-interview-main-info dl dd{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
}
.recruit-interview-main-pho{
    display: block;
}
.recruit-interview-main-pho img{
    border-radius: 10px;
}
/* sp */
@media screen and (max-width:768px){
    .recruit-interview:last-of-type .recruit-interview-main{
        padding-bottom: 50px;
    }
    .recruit-interview-main{
        width: var(--inner-width);
        display: flex;
        gap: 25px;
        flex-flow: column;
        margin: 0 auto;
    }
    .recruit-interview-main-info dl dt{
        padding-left: 40px;
    }
    .recruit-interview-main-info dl dt:before{
        width: 30px;
        height: 1px;
    }
}
/*recruit-flow*/
.recruit-flow {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.recruit-flow::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: calc(100% - 30px); /* 矢印の先端分を引く */
    height: 35px;
    background: var(--bg-gray);
    border-radius: 17px 0 0 17px;
    z-index: 1;
}
.recruit-flow::after {
    content: "";
    position: absolute;
    top: 80px; 
    left: calc(100% - 30px);
    width: 30px;
    height: 35px; 
    background: var(--bg-gray);
    clip-path: polygon(0 0, 0 100%, 100% 50%); /* 綺麗な45度矢印 */
    z-index: 1;
}
.recruit-flow-item{
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-flow: column;
}
.recruit-flow-item-step{
    margin-bottom: 85px;
    font-size: 3.9rem;
    font-family: var(--font-en);
    font-weight: normal;
    color: var(--main-lightgreen);
    line-height: 1;
    padding-left: 20px;
}
.recruit-flow-item-step small{
    font-size: 1.7rem;
    display: block;
}
.recruit-flow-item-info{
    padding: 30px;
    box-sizing: border-box;
    border: solid 1px var(--main-gray_border);
    border-radius: 10px;
    position: relative;
    flex-grow: 1;
}
.recruit-flow-item-info::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 35px; 
    width: 15px;
    height: 15px;
    background: var(--main-lightgreen);
    border-radius: 50%;
    z-index: 3;
}
.recruit-flow-item-info::after {
    content: "";
    position: absolute;
    top: -35px;
    left: 42px;
    width: 1px;
    height: 60px;
    background: var(--main-lightgreen);
    z-index: 2;
}
.recruit-flow-item-title{
    font-family: var(--font-sans-serif);
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: calc(1em + 3px);
}
.recruit-flow-item-title::first-letter {
    color: var(--main-lightgreen);
}
.recruit-flow-item-text{
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
    font-feature-settings: "palt";
}
.recruit-flow-item-btn{
    margin-top: 20px;
    width: 260px;
    height: 60px;
}
.recruit-flow-item-btn a{
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 60px;
    padding-left: 15px;
    border: solid 1px var(--main-lightgreen);
    border-radius: 30px;
    transition: all var(--trans-ease);
}
.recruit-flow-item-btn a:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 2px;
    border: solid 2px var(--main-lightgreen);
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.recruit-flow-item-btn a:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 24px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .recruit-flow-item-btn a:hover{
        background: var(--main-lightgreen);
        color: #fff;
    }
    .recruit-flow-item-btn a:hover:before {
        background-color: #fff;
        background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
        background-size: 15px 2px;
    }
    .recruit-flow-item-btn a:hover:after {
        border-color: var(--main-lightgreen);
        transform: translate(2px, 0) rotate(45deg);
    }
}
/*sp*/
@media (max-width: 768px) {
    .recruit-flow {
        width: var(--inner-width);
        flex-direction: column;
        padding-left: 35px;
        gap: 10px;
        margin: 0 auto;
    }
    .recruit-flow::before {
        top: 0;
        left: 0;
        width: 25px; 
        height: calc(100% - 20px);
        border-radius: 17px 17px 0 0;
    }
    .recruit-flow::after {
        top: calc(100% - 20px);
        left: 0;
        width: 25px;
        height: 20px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    .recruit-flow-item {
        width: 100%;
        border: solid 1px var(--main-gray_border);
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
    }
    .recruit-flow-item-step {
        font-size: 1.4rem;
        padding-left: 0;
        display: flex;
        align-items: baseline;
        margin-bottom: 5px;
        gap: 3px;
    }
    .recruit-flow-item-step small {
        font-size: 1.4rem;
    }
    .recruit-flow-item-info {
        padding: 0;
        border: none;
    }
    .recruit-flow-item-info::before {
        top: 10px;
        left: -50px;
        width: 13px;
        height: 13px;
    }
    .recruit-flow-item-info::after {
        top: 16px;
        left: -37px;
        width: 31px;
        height: 1px;
    }
    .recruit-flow-item-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .recruit-flow-item-btn {
        width: 100%;
        max-width: 270px;
    }
    .recruit-flow-item-btn img{
        width: 54px;
    }
}
/*recruit-description*/
.recruit-sec.bg-color{
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    background: var(--bg-gray);
}
.recruit-sec.bg-color .sec-title1{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.recruit-description{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
/*sp*/
@media (max-width: 768px) {
    .recruit-sec.bg-color{
        padding: 45px 0;
    }
    .recruit-sec.bg-color .sec-title1{
        width: var(--inner-width);
    }
    .recruit-description{
        width: var(--inner-width);
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        gap: 20px;
    }
}
.recruit-description-item{
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.recruit-description-item__main{
    padding-bottom: 40px;
}
.recruit-description-item__title{
    padding: 12px 70px 12px 20px;
    background: var(--main-lightgreen);
    cursor: pointer;
    position: relative;
}
.recruit-description-item__title:before{
    content: "";
    background: #fff;
    border: solid 2px #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    border-radius: 50%;
    transition: all var(--trans-ease);
}
.recruit-description-item__title:after {
    content: "";
    position: absolute;
    top: calc(50% - 5.5px);
    right: 31.5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--main-lightgreen);
    border-top: 2px solid var(--main-lightgreen);
    transform: rotate(135deg);
    transition: all var(--trans-ease);
}
.recruit-description-item__title.accordion--open:before{
    background: var(--main-lightgreen);
}
.recruit-description-item__title.accordion--open:after {
    border-color: #fff;
    transform: rotate(-45deg);
    top: calc(50% - 3px);
}
.recruit-description-item__title span{
    font-family: var(--font-sans-serif);
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.recruit-description-item__title span:before {
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
    position: relative;
    top: -4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
}
/*sp*/
@media (max-width: 768px) {
    .recruit-description-item__title {
        padding: 13px 45px 13px 20px;
    }
    .recruit-description-item__title span {
        font-family: var(--font-sans-serif);
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        position: relative;
        display: flex;
        gap: 10px;
    }
    .recruit-description-item__title:before {
        content: "";
        background: #fff;
        border: solid 2px #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        top: calc(50% - 12px);
        right: 14px;
        border-radius: 50%;
        transition: all var(--trans-ease);
    }
    .recruit-description-item__title:after {
        content: "";
        position: absolute;
        top: calc(50% - 5.5px);
        right: 22px;
    }
}
/*description-info*/
.description-info{
    padding: 40px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--main-gray_border);
}
.description-title1{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: calc(1em + 10px);
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px var(--main-gray_border);
    position: relative;
}
.description-title1:after {
    content: "";
    background: var(--main-lightgreen);
    width: 120px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.description-title1:not(:first-child){
    margin-top: 30px;
}
.description-info p{
    font-size: 1.4rem;
    line-height: calc(1em + 14px);
}
.description-title2{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: calc(1em + 5px);
    padding-left: 10px;
    border-left: solid 4px var(--main-lightgreen);
    margin-top: 20px;
}
/*sp*/
@media (max-width: 768px) {
    .description-info{
        padding: 30px 15px 40px;
    }
    .description-title1 {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: solid 1px var(--main-gray_border);
        position: relative;
    }
    .description-title1:after {
        width: 80px;
    }
}
/*description-overview*/
.description-overview{
    padding: 20px 40px 40px;
}
.description-overview-table tr th{
    font-family: var(--font-sans-serif);
    font-weight: 600;
    font-size: 1.4rem;
    width: 170px;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    border-bottom: solid 1px var(--main-lightgreen);
    line-height: calc(1em + 11px);
}
.description-overview-table tr td{
    width: calc(100% - 170px);
    font-size: 1.4rem;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--main-gray_border3);
    line-height: calc(1em + 11px);
}
/*sp*/
@media screen and (max-width: 768px) {
    .description-overview {
        padding: 40px 15px 15px;
    }
    .description-overview-table tr th {
        font-weight: bold;
        font-size: 1.5rem;
        width: 100%;
        display: block;
        padding: 0 0 0 5px;
        border-left: solid 2px var(--main-lightgreen);
        border-bottom: none;
        line-height: calc(1em + 3px);
    }
    .description-overview-table tr td {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        line-height: calc(1em + 11px);
        margin-bottom: 15px;
    }
    .description-overview-table tr:last-of-type td{
        margin-bottom: 0;
    }
}
/*description-entry*/
.description-entry{
    padding: 0 40px 40px;
    box-sizing: border-box;
}
.description-entry-text{
    text-align: center;
    font-size: 1.4rem;
    line-height: calc(1em + 14px);
    margin-bottom: 10px;
}
.description-entry-btn{
    width: 320px;
    height: 60px;
    margin: 0 auto;
}
.description-entry-btn a{
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 60px;
    padding-left: 15px;
    border: solid 1px var(--main-lightgreen);
    border-radius: 30px;
    transition: all var(--trans-ease);
}
.description-entry-btn a:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main-lightgreen);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 2px;
    border: solid 2px var(--main-lightgreen);
    box-sizing: border-box;
    transition: all var(--trans-ease);
}
.description-entry-btn a:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 24px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .description-entry-btn a:hover{
        background: var(--main-lightgreen);
        color: #fff;
    }
    .description-entry-btn a:hover:before {
        background-color: #fff;
        background-image: linear-gradient(var(--main-lightgreen), var(--main-lightgreen));
        background-size: 15px 2px;
    }
    .description-entry-btn a:hover:after {
        border-color: var(--main-lightgreen);
        transform: translate(2px, 0) rotate(45deg);
    }
}
/*sp*/
@media screen and (max-width: 768px) {
    .description-entry{
        padding: 20px 15px 20px;
    }
    .description-entry-text{
        text-align: left;
    }
    .description-entry-btn {
        width: 100%;
        max-width: 270px;
    }
    .description-entry-btn img{
        width: 54px;
    }
}
/*------------------
contact
-------------------*/
.contact-wrapper{
    width: 1000px;
    margin: 0 auto;
}
.contact-table{
    width: 100%;
    border-top: solid 1px var(--main-gray_border);
}
.contact-main--text{
    color: var(--font-color);
    margin-bottom: 20px;
    line-height: calc(1em + 10px);
    padding-bottom: 30px;
    border-bottom: solid 1px var(--border-color);
}
.contact-table{
    width: 100%;
    margin: 0 auto 30px;
}
.contact-table tr th {
    font-family: var(--font-sans-serif);
    font-weight: normal;
    font-weight: 500;
    width: 220px;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    position: relative;
}
.contact-table tr{
    border-bottom: solid 1px var(--main-gray_border);
}
.contact-table tr th.required:after {
    content: "必須";
    align-items: center;
    background: var(--main-lightgreen);
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    padding-bottom: 2px;
    width: 36px;
    position: absolute;
    top: 33px;
    right: 0;
}
.contact-table tr td {
    font-family: var(--font-sans);
    color: var(--font-color);
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
    line-height: calc(1em + 10px);
    padding-right: 50px;
}
.contact-table.confirm tr td{
    padding: 28px 10px;
}
.contact-table .inquery-radio-flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.contact-table .inquery-radio-flex li {
    flex: 0 1 200px;
}
.contact-table input[type=text],
.contact-table input[type=tel],
.contact-table input[type=email]{
    background: #f8f8f8;
    border-radius: 6px;
    height: 50px;
    padding: 5px 10px;
    border: solid 1px var(--main-gray_border);
    box-sizing: border-box;
    width: 100%;
}
.contact-table input.wid{
    width: 240px;
}
.contact-table input.wid2{
    width: 360px;
}
.contact-table input.wid200{
    width: 215px;
}
.contact-table textarea{
    background: #f8f8f8;
    border-radius: 6px;
    width: 100%;
    height: 150px;
    padding: 5px 10px;
    border: solid 1px var(--main-gray_border);
    box-sizing: border-box;
}
.contact-table input[type=radio] {
    display: none;
}
.contact-table input[type=radio] + label.radio-btn {
    background: #f2f2f2;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px 10px 40px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: calc(1em + 10px);
    cursor: pointer;
    flex-flow: row wrap;
    position: relative;
    border-radius: 5px;
}
.contact-table input[type=radio]:checked + label.radio-btn {
    background: var(--main-color-bg--light);
}
.contact-table input[type=radio] + label.radio-btn .alt_radio {
    display: block;
    font-weight: bold;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: solid 1px #E6E6E6;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
}
.contact-table input[type=radio]:checked + label.radio-btn .alt_radio:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--main-color);
    content: "";
}
.contact-table .address{
    margin-top: 10px;
}
.contact-main__btn {
    width: 360px;
    height: 60px;
    margin: 40px auto 0;
}
.contact-main__btn a {
    font-family: var(--font-sans);
    background: var(--main-lightgreen);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: solid 2px var(--main-lightgreen);
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .contact-main__btn a:hover{
        color: var(--main-lightgreen);
        background: #fff;
    }
}
.contact-main__btn-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-flow: row;
}
.contact-main__btn-list .contact-main__btn{
    margin: 0;
}
.contact-main__backbtn {
    width: 120px;
    height: 60px;
}
.contact-main__backbtn a {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 1.6rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-black);
    background: var(--bg-gray);
    border: solid 2px var(--bg-gray);
    position: relative;
    transition: all var(--trans-ease);
}
@media (any-hover: hover){
    .contact-main__backbtn a:hover{
        background: #fff;
    }
}
.complete-text{
    text-align: center;
    line-height: calc(1em + 10px);
    margin-bottom: 30px;
}
.errNull{
    text-align: center;
}
.errNull-ttl{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.errNull-ttl::before{
    content: '！';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 15px;
    background: #ed1c24;
}
.errNull-txt{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}
.txtRed{
    color: #ed1c24;
}
.main-title2{
    font-family: var(--font-sans-serif);
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 15px;
}
/* sp */
@media screen and (max-width:768px){
    .contact-wrapper{
        width: var(--inner-width);
        padding: 0;
    }
    .contact-main{
        width: 100%;
        padding: 0 0 25px;
    }
    .contact-main--text{
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .contact-table{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-table tr th {
        width: 100%;
        border-bottom: none;
        padding: 20px 0 5px;
        display: block;
    }
    .contact-table tr th.required:after {
        content: "必須";
        align-items: center;
        background: var(--main-lightgreen);
        color: #fff;
        display: inline-block;
        height: auto;
        width: 36px;
        padding: 3px 5px;
        margin-left: 10px;
        position: static;
    }
    .contact-table tr th:before {
        content: none;
    }
    .contact-table tr td {
        padding: 5px 0 20px;
        display: block;
    }
    .contact-table.confirm tr td{
        padding: 5px 0 20px;
    }
    .contact-table .inquery-radio-flex {
        display: block;
    }
    .contact-table .inquery-radio-flex li:not(:last-child){
        margin-bottom: 10px;
    }
    .contact-table input.wid{
        width: 100%;
    }
    .contact-table textarea{
        height: 145px;
    }
    .contact-table input[type=radio] + label.radio-btn {
        font-size: 1.4rem;
        padding: 10px 12px 10px 32px;
    }
    .contact-table input[type=radio] + label.radio-btn .alt_radio {
        width: 16px;
        height: 16px;
        left: 12px;
    }
    .contact-table input[type=radio]:checked + label.radio-btn .alt_radio:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
    }
    .contact-main__btn-list {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-flow: column;
    }
    .contact-main__btn{
        width: 100%;
        height: 60px;
    }
    .contact-main__btn a{
        font-size: 1.4rem;
    }
    .contact-main__backbtn {
        position: static;
        width: 120px;
        height: 60px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto 0 0;
    }
}
