@charset "UTF-8";
/*-------------
vars
-------------*/
:root{
    --font-sans-serif: FP-HiraKakuProN,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro",'Noto Sans JP',  "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --font-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --font-en: "Source Sans 3",'Noto Sans JP', sans-serif;
    --font-en2: "Poppins", var(--font-sans);
    --main-black: #1a1a1a;
    --acc-col-black:#333333;
    --main-green:#1d9051;
    --main-lightgreen:#74a92d;
    --main-green2:#00a250;
    --sub-green:#008743;
    --main-yellow:#ffff00;
    --main-red:#d90f1f;
    --main-blue: #0077cc;
    --main-lightblue: #0f79e1;
    --main-darkblue: #00154b;
    --main-blue_grad: linear-gradient(35deg,#00154b,#004da0 77%);
    --main-orange:#f78826;
    --main-gray: #eeeeef;
    --main-gray2:#444444;
    --link-color:#0075c4;
    --main-gray_border: #ccc;
    --bg-col-gray: #fafafa;
    --border-col-gray: #e6e6e6;
    --inner-width--pc: 1200px;
    --inner-width--sp: 90.625%;
    --inner-width--sp_vw: 90.625vw;
    --inner-width: var(--inner-width--pc);
    --inner-sidespace--sp: 4.6875%;
    --inner-sidespace--sp_vw: 4.6875vw;
    --trans-ease: .3s ease;
    --linear: .5s linear;
    --ease: .5s ease;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    :root{
        --inner-width: var(--inner-width--sp);
    }
}
/*-------------
base
-------------*/
html{
    font-size: 62.5%;
}
body{
    width: 100%;
    min-width: 1200px;
    background: #fff;
    color: var(--main-black);
    font-family: var(--font-sans-serif);
    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;
}
.mR5, .m_r5 {
    margin-right: 5px !important;
}
/*--- 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 .8s ease,opacity .8s ease;
}
*[data-effect^="fade-left"]{
    transform: translateX(-50px);
}
*[data-effect^="fade-right"]{
    transform: translateX(50px);
}
*[data-effect^="fade-up"]{
    transform: translateY(50px);
}
*[data-effect^="fade"].effected{
    opacity: 1;
    transform: none;
}
@media screen and (max-width:767px){
    *[data-effect^="fade"]{
        transition: transform .4s ease,opacity .4s 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(--main-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;
}
.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;
    flex-flow: column;
    position: relative;
    z-index: 99;
    min-height: 80px;
}
.header-logo{
    padding: 15px 0;
    width: 1180px;
    margin: 0 auto;
}
.header-nav{
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: center;
    border-top: solid 1px var(--main-gray_border);
    border-bottom: solid 2px var(--main-green);
}
.header-nav-list{
    display: flex;
    height: 60px;
    border-left: solid 1px var(--main-gray_border);
}
.header-nav-list-item{
    width: 300px;
    height: 100%;
    padding: 0;
    border-right: solid 1px var(--main-gray_border);
    box-sizing: border-box;
}
.header-nav-list-item__link{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 9px 0 12px;
    color: var(--main-black);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 4px);
    text-align: center;
    word-break: keep-all;
}
@media screen and (min-width:769px){
    .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-nav-list-item__link{
        transition: all ease .3s;
    }
    .header-nav-list-item__link:hover{
        background: var(--main-green);
        color: #fff;
        transition: all ease .3s;
    }
}
.header-nav-btn{
    display: none;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    /* .wrapper.header-menu--open > *:not(.header){
        filter: blur(2px);
    } */
    .header-wrapper{
        display: block;
        min-height: 0;
        border: none;
    }
    .header-logo{
        width: 90.625%;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        height: 50px;
        margin: 0;
        padding-left: var(--inner-sidespace--sp);
        background: #fff;
    }
    .header-logo img{
        width: 245px;
    }
    .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;
        left: 0;
        width: 100%;
        height: calc(100vh);
        margin: 0;
        padding: 0;
        overflow: auto;
        background: rgba(0,0,0,0.3);
        transition: opacity var(--trans-ease);
        border: none;
        z-index: 1;
    }
    .header-nav:not(.is--show) .header-nav-list{
        transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .header-nav-list{
        display: block;
        width: calc(100% - 100px);
        height: 100vh;
        margin-bottom: 20px;
        background: var(--main-green2);
        padding-top: 50px;
        z-index: 1;
        transform: translateX(0);
        opacity: 100;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .header-nav-list-item{
        width: 100%;
        height: auto;
        border-right: none;
        padding: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.8);
    }
    .header-nav-list-item__link{
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal;
        display: block;
        padding: 18px var(--inner-sidespace--sp) 18px calc(var(--inner-sidespace--sp) + 15px);
        border-bottom: solid 1px var(--bg-darkblue);
        text-align: left;
        position: relative;
    }
    .header-nav-list-item__link:before {
        position: absolute;
        top: calc(50% - 3px);
        left: var(--inner-sidespace--sp);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        content: "";
        z-index: 1;
        transition: all ease .3s;
    }
    .accordion-btn--sp .header-nav-list-item__link{
        pointer-events: 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-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-green2) 2px 14px,#fff 14px) no-repeat bottom 23px left 13px / 24px 16px,var(--main-green2);
    }
    .header-nav-btn.menu--open{
        background: var(--main-green2);
    }
    .header-nav-btn::before,
    .header-nav-btn::after{
        position: absolute;
        top: 18px;
        left: 13px;
        width: 24px;
        height: 2px;
        background: #fff;
        content: "";
        transition: transform var(--trans-ease);
    }
    .header-nav-btn.menu--open::before{
        transform: rotate(45deg);
    }
    .header-nav-btn.menu--open::after{
        transform: rotate(-45deg);
    }
    .header-nav-btn .menu-text{
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        letter-spacing: 0.1em;
        pointer-events: none;
        font-weight: bold;
    }
}

/*-------------
footer
-------------*/
.footer{
    color: #fff;
    background: var(--main-green2);
}
.footer-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
}
.footer-menu{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.footer-menu-item{
    min-width: 240px;
}
.footer-menu-item-list{
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
}
.footer-menu-item-list a{
    color: #fff;
    padding: 10px 0 10px 25px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    position: relative;
}
.footer-menu-item-list a:before {
    position: absolute;
    top: calc(50% - 3px);
    left: 5px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--main-green2);
    border-right: solid 2px var(--main-green2);
    content: "";
    z-index: 1;
}
.footer-menu-item-list a:after {
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main-yellow);
    content: "";
}
.footer-menu-item-link li a{
    color: #fff;
    padding: 5px 0 5px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    display: block;
}
.footer-menu-item-link li a:before{
    content: "";
    background: #fff;
    width: 8px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.footer-copy{
    background: var(--sub-green);
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}
/* sp */
@media screen and (max-width:767px){
    .footer-inner{
        max-width: inherit;
        margin: 0 auto;
        padding: 0;
    }
    .footer-menu{
        display: block;
    }
    .footer-menu-item{
        min-width: inherit;
    }
    .footer-menu-item-list a{
        font-size: 14px;
        font-size: 1.4rem;
        pointer-events: none;
        padding: 15px 15px 15px 40px;
    }
    .footer-menu-item-list a:before {
        position: absolute;
        top: calc(50% - 3px);
        left: 20px;
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: solid 2px var(--main-lightgreen);
        border-right: solid 2px var(--main-lightgreen);
        content: "";
        z-index: 1;
        transition: all ease .3s;
    }
    .footer-menu-item-list a:after {
        position: absolute;
        top: calc(50% - 9px);
        left: 15px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--main-yellow);
        content: "";
    }
    .footer-menu-item:not(:last-child){
        border-bottom: solid 1px #fff;
    }
    .footer-menu-item-list {
        border-bottom: none;
        margin-bottom: 0;
    }
    .footer-menu-item-link{
        border-top: solid 1px #fff;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .footer-menu-item-link li a {
        padding: 5px 0 5px 30px;
        box-sizing: border-box;
        font-size: 13px;
        font-size: 1.3rem;
        position: relative;
        display: block;
    }
    .footer-menu-item-link li a:before {
        left: 15px;
    }
    .footer-menu-item-list.accordion--open a:before {
        transform: rotate(135deg);
        transition: all ease .3s;
        top: calc(50% - 4px);
        left: 21px;
    }
}
.top-footer-bnr{
    width: 260px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    gap: 15px;
}
.top-footer-bnr-item{
    width: 260px;
    min-height: 100px;
    background: #ff9505;
    border-radius: 10px 0 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top-footer-bnr-item.pt2{
    background: #ffb404;
}
.top-footer-bnr-item a{
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100px;
    flex-flow: column;
    justify-content: center;
}
.top-footer-bnr-item-text{
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.top-footer-bnr-item-tel{
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
}
/* sp */
@media screen and (max-width:767px){
    .top-footer-bnr{
        width: 100%;
        position: sticky;
        right: 0;
        bottom: 0;
        display: flex;
        flex-flow: row;
        gap: 10px;
        align-items: center;
        padding: 10px var(--inner-sidespace--sp);
        background: rgba(255, 255, 255, 0.8);
    }
    .top-footer-bnr-item {
        width: calc((100% - 10px) / 2);
        min-height: inherit;
        background: #ff9505;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .top-footer-bnr-item a {
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: inherit;
        gap: 5px;
    }
    .top-footer-bnr-item-text{
        font-size: 13px;
        font-size: 1.3rem;
        text-align: center;
        display: block;
    }
    .top-footer-bnr-item-tel{
        display: flex;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
    }
    .top-footer-bnr-item-tel img{
        width: 21px;
        height: auto;
    }
}
/*-------------
contents
-------------*/
.contents{
}

/*-------------
top-mainvisual
-------------*/
.top-mainvisual-wrapper{
    position: relative;
}
.top-mainvisual-track{
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 900;
    /* height: calc(100vh - 135px); */
}
.top-mainvisual-slider{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.top-mainvisual-slider-item{
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.top-mainvisual-slider-item img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-mainvisual-slider-item .catch-copy{
    font-size: 5.0rem;
    text-shadow: 0px 0px 20px #999999;
    letter-spacing: 1.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-mainvisual-arrows{
    display: none;
}
.top-mainvisual-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 58px;
    height: 58px;
    background: var(--main-black);
    color: var(--main-black);
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-mainvisual-arrow::after{
    display: block;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
}
.top-mainvisual-arrow--left{
    transform: rotate(180deg);
    left: 0;
}
.top-mainvisual-arrow--right{
    right: 0;
}
.top-mainvisual--dots{
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* background: #efefef; */
    padding: 15px 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.top-mainvisual--dot{
    background: #666;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.top-mainvisual-dot--active{
    background: var(--main-black);
}
@media screen and (max-width:767px){
    .top-mainvisual{
        height: auto;
    }
    .top-mainvisual-slider-item{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .top-mainvisual-arrow{
        width: 40px;
        height: 40px;
    }
    .top-mainvisual-track{
        aspect-ratio: 1170 / 582;
    }
}
/*top-sec*/
.top-sec > :last-child {
    padding-bottom: 80px!important;
}
.top-sec-title{
    width: 100%;
    padding: 40px 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-flow: column-reverse;
    gap: 10px;
}
.top-sec-title:not(:first-child){
    margin-top: 70px;
}
.top-sec-title.top-sec-title--bg{
    padding: 45px 0;
    box-sizing: border-box;
    background: url(../images/title_bg.jpg) repeat;
}
.top-sec-title-main{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--main-green2);
    display: flex;
    flex-flow: column-reverse;
    gap: 5px;
}
.top-sec-title-main::after {
    display: block;
    color: var(--main-black);
    font-family: var(--font-en);
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: .1em;
    content: attr(data-title-en);
}
.top-sec-icon{
    display: table;
    margin: 0 auto;
    position: relative;
}
.top-sec-icon:before{
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: #e50012;
}
.top-sec-icon:after{
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: #e50012;
}
.top-sec-icon img{
    width: 35px;
    height: auto;
}
/* sp */
@media screen and (max-width:767px){
    .top-sec > :last-child {
        padding-bottom: 60px!important;
    }
    .top-sec-title{
        padding: 30px 0 20px;
    }
    .top-sec-title:not(:first-child){
        margin-top: 40px;
    }
    .top-sec-title.top-sec-title--bg{
        padding: 30px 0;
        box-sizing: border-box;
        background: url(../images/title_bg.jpg) repeat;
    }
    .top-sec-title-main{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .top-sec-title-main::after {
        font-size: 21px;
        font-size: 2.1rem;
    }
}
/*custom-block_bnrlist4*/
.custom-block_bnrlist4{
    width: 100%;
}
.custom-block_bnrlist4 .bnrlist-inner{
    display: flex;
    flex-flow: row wrap;
}
.custom-block_bnrlist4._2colms{
    background: #f5f5f5;
    padding: 50px 0;
    box-sizing: border-box;
}
.custom-block_bnrlist4._2colms .bnrlist-inner{
    width: var(--inner-width);
    justify-content: center;
    gap: 30px 20px;
    margin: 0 auto;
}
.custom-block_bnrlist4._4colms{
    padding: 20px 0;
}
.custom-block_bnrlist4._4colms + ._4colms{
    padding-top: 0;
}
.custom-block_bnrlist4._4colms .bnrlist-inner{
    width: var(--inner-width);
    justify-content: flex-start;
    gap: 20px 10px;
    margin: 0 auto;
}
.custom-block_bnrlist4._4colms .bnrlist-inner .__image{
    width: calc((100% - 30px) / 4);
}
.custom-block_bnrlist4._4colms .bnrlist-inner .__image img{
    width: 100%;
    height: auto;
}
/* sp */
@media screen and (max-width:767px){
    .custom-block_bnrlist4 .bnrlist-inner{
        display: flex;
        flex-flow: column;
        gap: 15px;
    }
    .custom-block_bnrlist4._2colms{
        background: #f5f5f5;
        padding: 30px 0;
        box-sizing: border-box;
    }
    .custom-block_bnrlist4._2colms .bnrlist-inner{
        justify-content: center;
        flex-flow: column;
        gap: 20px;
        margin: 0 auto;
    }
    .custom-block_bnrlist4._sp2colms .bnrlist-inner{
        justify-content: flex-start;
        flex-flow:row wrap;
        gap: 10px;
    }
    .custom-block_bnrlist4._sp2colms .bnrlist-inner .__image{
        width: calc((100% - 10px) / 2);
    }
}
/*top-new1*/
.top-new1{
    width: var(--inner-width);
    margin: 0 auto 30px;
    padding: 40px;
    box-sizing: border-box;
}
.top-new1 h1,
.top-new1 h2,
.top-new1 h3{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 25px;
}
.top-new1 h4{
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.top-new1 h5{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.top-new1 h6{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.top-new1 p{
    font-size: 18px;
    font-size: 1.8rem;
}
.top-new1 p:not(:last-of-type){
    margin-bottom: 10px;
}
.top-new1 p strong{
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
}
.top-news-link_list{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}
.top-news-link_list .custom-block_link{
    flex: 1 1 0;
    min-height: 80px;
}
.top-news-link_list .custom-block_link a{
    width: 100%;
    height: 100%;
    background: #f7da64;
    border: solid 1px #fff;
    box-sizing: border-box;
    color: var(--link-color);
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
}
/* sp */
@media screen and (max-width:767px){
    .top-new1{
        width: var(--inner-width);
        margin: 0 auto 30px;
        padding: 25px 10px;
        box-sizing: border-box;
    }
    .top-new1 h1,
    .top-new1 h2,
    .top-new1 h3{
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .top-new1 h4{
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .top-new1 h5{
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .top-new1 h6{
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .top-new1 p{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .top-new1 p:not(:last-of-type){
        margin-bottom: 10px;
    }
    .top-new1 p strong{
        font-weight: normal;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .top-news-link_list{
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 0;
        margin-top: 20px;
    }
    .top-news-link_list .custom-block_link{
        flex: 1 1 0;
        min-width: 0;
        min-height: 80px;
    }
    .top-news-link_list .custom-block_link a{
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px;
        min-width: 0;
        overflow-wrap: break-word;
        word-break: break-all;
    }
}
/*------------------
top-info
-------------------*/
.top-info{
    background: #f3f3f3;
    padding: 10px 0 50px;
    box-sizing: border-box;
}
.top-info .info-list{
    width: var(--inner-width);
    margin: 0 auto;
}
.top-info-btn{
    width: 340px;
    height: 60px;
    margin: 30px auto 0;
}
.top-info-btn a {
    padding: 20px 50px;
    box-sizing: border-box;
    background: var(--main-green2);
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
    border-radius: 30px;
    position: relative;
    transition: all ease .3s;
}
.top-info-btn a:before {
    position: absolute;
    top: calc(50% - 3px);
    right: 27px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--main-green2);
    border-right: solid 2px var(--main-green2);
    content: "";
    z-index: 1;
    background: none;
    border-radius: 0;
    left: auto;
}
.top-info-btn a:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main-yellow);
    content: "";
}
@media screen and (min-width:769px){
    .top-info-btn a:hover {
        background: #77bc97;
        transition: all ease .3s;
    }
}
/* sp */
@media screen and (max-width:767px){
    .top-info-btn{
        width: var(--inner-width);
        height: 50px;
        margin: 25px auto 0;
    }
    .top-info-btn a {
        padding: 15px 40px;
        font-size: 16px;
        font-size: 1.6rem;
        min-height: 50px;
    }
    .top-info-btn a:before {
        position: absolute;
        top: calc(50% - 3px);
        right: 22px;
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: solid 2px var(--main-green2);
        border-right: solid 2px var(--main-green2);
        content: "";
        z-index: 1;
        background: none;
        border-radius: 0;
        left: auto;
    }
    .top-info-btn a:after {
        right: 15px;
    }
}
/*-------------
breadcrumbs
-------------*/
.breadcrumbs-nav{
    padding: 9px 0;
    background: #f7f7f7;
}
@media screen and (max-width:768px){
    .breadcrumbs-nav{
        padding: 2px 0;
    }
}
.breadcrumbs{
    display: flex;
    align-items: center;
    width: var(--inner-width);
    margin: 0 auto;
}
.breadcrumbs-item{
    flex: 0 0 auto;
    position: relative;
    min-width: 0;
    color: var(--acc-col-black);
}
.breadcrumbs-item:not(:last-child){
    margin-right: 19px;
}
.breadcrumbs-item:not(:last-child)::after{
    position: absolute;
    top: calc(50% - 4px);
    right: -12px;
    width: 4px;
    height: 6px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="6" data-name="svg"><path d="M.501 6a.5.5 0 0 1-.321-.885L2.719 3 .18.884A.5.5 0 1 1 .82.116l3 2.5a.5.5 0 0 1 0 .768l-3 2.5A.499.499 0 0 1 .5 6Z" style="fill:%23999"/></svg>') no-repeat center / contain;
    content: "";
}
.breadcrumbs-item:last-child{
    flex: 1 1 auto;
}
.breadcrumbs-item a{
    display: block;
    color: var(--main-green);
}
@media (any-hover: hover){
    .breadcrumbs-item a:hover{
        text-decoration: underline 1px;
    }
}
.breadcrumbs-item__name{
    display: block;
    padding: 8px 0 9px;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: calc(1em + 3px);
    letter-spacing: .02em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width:768px){
    .breadcrumbs-item__name{
        font-size: 1.2rem;
    }
}
/*-------------
article
--------------*/
.article-dtl {
    width: min(1000px, var(--inner-width));
    margin: 0 auto;
}
.article-head{
    position: relative;
    margin: 80px 0 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px var(--main-green);
}
.article-head::after{
    right: 0;
    left: auto;
}
.article-head-title{
    color: var(--acc-col-black);
    font-size: 32px;
    font-weight: bold;
    line-height: calc(1em + 8px);
    letter-spacing: .02em;
}
@media screen and (max-width:768px){
    .article-head{
        margin: 30px 0 40px;
        padding-bottom: 20px;
    }
    .article-head-title{
        font-size: 2.4rem;
    }
}
/*-------------
info-dtl
-------------*/
.info-dtl-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 11px;
    margin-bottom: 11px;
}
.info-dtl-info__date{
    flex: 0 0 auto;
    font-family: var(--font-en);
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -.02em;
}
.info-dtl-info__cate{
    color: var(--main-green);
    flex: 0 0 auto;
    min-width: 126px;
    padding: 3px 14px 4px;
    border: solid 1px var(--main-green);
    border-radius: 99px;
    font-size: 1.4rem;
    line-height: calc(1em + 3px);
    text-align: center;
}
@media screen and (max-width:768px){
    .info-dtl-info{
        gap: 6px;
    }
    .info-dtl-info__date{
        font-size: 1.3rem;
    }
    .info-dtl-info__cate{
        min-width: 110px;
        padding: 4px 12px 5px;
        font-size: 1.2rem;
    }
}
/*---------------
type_entry-archive
----------------*/
.type_entry-archive{
    padding-bottom: 80px;
}
@media screen and (max-width:768px){
    .type_entry-archive{
        padding-bottom: 60px;
    }
}
/*-------------
page-header
-------------*/
.page-header{
    background: #f7f7f7;
    padding: 0 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.page-header-title{
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.page-header-title:not([data-en=""])::after {
    display: block;
    color: var(--main-green2);
    font-family: var(--font-en2);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 3px);
    letter-spacing: .02em;
    content: attr(data-en);
}
.page-header-title-inner{
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 600;
    margin: 0 auto;
    display: table;
    position: relative;
}
.page-header-title-inner:before,
.page-header-title-inner:after{
    content: "";
    background: #e50012;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
}
.page-header-title-inner:after{
    right: -70px;
    left: auto;
}
/* sp */
@media screen and (max-width:767px){
    .page-header{
        padding: 0 45px 35px;
    }
    .page-header-title:not([data-en=""])::after {
        font-size: 1.2rem;
    }
    .page-header-title-inner{
        font-size: 26px;
        font-size: 2.6rem;
    }
    .page-header-title-inner:before,
    .page-header-title-inner:after{
        content: "";
        background: #e50012;
        width: 40px;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -45px;
    }
    .page-header-title-inner:after{
        right: -45px;
        left: auto;
    }
}
/*-------------------
contents 
-------------------*/
.contents.type_category-archive{
    background: #f7f7f7;
}
.contents.info{
    width: var(--inner-width);
    padding: 20px 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.info-list{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 20px;
}
.info-list:after{
    content: none;
}
.info-list-thumb{
    position: relative;
    width: 100%;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    background: var(--bg-col-gray);
}
.info-list-thumb img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.info-list-item{
    width: calc((100% - 60px) / 4);
}
.info-list-item a{
    color: var(--link-color);
}
.info-list-head{
    display: flex;
    align-items: center;
    gap: 5px;
}
.info-list-date{
    font-size: 14px;
    font-size: 1.4rem;
}
.info-list-date{
    color: var(--main-gray2);
}
.info-list-new{
    width: 40px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-red);
    font-family: var(--font-en2);
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
}
/* sp */
@media screen and (max-width:767px){
    .contents.info{
        width: var(--inner-width);
        padding: 0 0 40px;
    }
    .info-list {
        justify-content: space-between;
        display: flex;
        gap: 15px;
    }
    .info-list-item {
        width: calc((100% - 15px) / 2);
    }
}
/*--------------------- 
info-pager 
----------------------*/
.info-pager{
    --my-pager-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: var(--my-pager-size);
    margin-top: 40px;
}
@media screen and (max-width:768px){
    .info-pager{
        --my-pager-size: min(50px, 14.375vw);
        margin-top: 40px;
    }
}
.info-pager-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
}
@media screen and (max-width:768px){
    .info-pager-list{
        gap: 0 min(10px, 1.25vw);
        width: 100%;
    }
}
.info-pager-list-item{
    flex: 0 0 auto;
    width: var(--my-pager-size);
}
.info-pager-list-item a{
    color: var(--main-gray2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: var(--my-pager-size);
    border-radius: 5px;
    background: #f7f7f7;
    font-family: var(--font-en2);
    font-size: 1.6rem;
    font-weight: 500;
    transition: background var(--ease), color var(--ease);
}
@media (any-hover: hover){
    .info-pager-list-item a:hover{
        background: var(--main-green);
        color: #fff;
    }
}
.info-pager-list-item a._current{
    background: var(--main-green);
    color: #fff;
    pointer-events: none;
}
.info-pager-list._last::before,
.info-pager-list._middle::before,
.info-pager-list._first::after,
.info-pager-list._middle::after{
    display: block;
    flex: 0 0 auto;
    width: 18px;
    height: 2px;
    background: url(../images/icon_dots.svg) no-repeat center / contain;
    content: "";
}
@media screen and (max-width:768px){
    .info-pager-list._last::before,
    .info-pager-list._middle::before,
    .info-pager-list._first::after,
    .info-pager-list._middle::after{
        flex: 1 1 auto;
        width: unset;
        max-width: 80px;
    }
}
.info-pager-list._last .info-pager-list-item:first-child,
.info-pager-list._middle .info-pager-list-item:first-child{
    order: -1;
}
.info-pager-list._first .info-pager-list-item:last-child,
.info-pager-list._middle .info-pager-list-item:last-child{
    order: 1;
}
/*----------------------
page-body
----------------------*/
.page-body,
.rental-car-dtl{
    width: min(1000px, var(--inner-width));
    margin: 0 auto;
    padding: 80px 0 100px;
    box-sizing: border-box;
}
.car-type + .page-body,
.store-list + .page-body{
    padding-top: 40px;
}
@media screen and (max-width:768px){
    .page-body,
    .rental-car-dtl{
        padding: 40px 0 60px;
    }
    .car-type + .page-body,
    .store-list + .page-body{
        padding-top: 30px;
    }
}
/*---------------
car-type
-----------------*/
.car-type{
    width: min(1000px, var(--inner-width));
    margin: 0 auto;
    padding: 80px 0 0;
    box-sizing: border-box;
}
.car-type-text{
    margin-bottom: 15px;
}
.car-type-list{
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}
.car-type-item {
    max-width: calc((100% - 50px) / 3);
}
.car-type-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.car-type-item h2{
    color: var(--main-green);
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}
.car-type-item p{
    font-size: 14px;
    font-size: 1.4rem;
    color: var(--acc-col-black);
}
@media screen and (max-width:768px){
    .car-type{
        width: var(--inner-width);
        margin: 0 auto;
        padding: 40px 0 0;
        box-sizing: border-box;
    }
    .car-type-list{
        gap: 15px 10px;
    }
    .car-type-item {
        width: calc((100% - 10px) / 2);
        max-width: inherit;
    }
    .car-type-item h2 {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .car-type-item p{
       font-size: 12px;
       font-size: 1.2rem;
    }
}
/*---------------
store-list
-----------------*/
.store-list{
    width: min(1000px, var(--inner-width));
    margin: 0 auto;
    padding: 80px 0 0;
    box-sizing: border-box;
}
.store-list-items{
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}
.store-list-item{
    width: calc((100% - 25px) / 2);
    border: solid 1px var(--main-green);
    border-radius: 5px;
}
.store-list-item a{
    color: var(--acc-col-black);
}
.store-list h2{
    position: relative;
    margin: 0 0 40px;
    color: var(--acc-col-black);
    font-size: 32px;
    line-height: calc(1em + 6px);
    font-weight: bold;
    border-bottom: solid 1px var(--border-col-gray);
    padding-bottom: 20px;
}
.store-list h2:before{
    width: 40px;
    height: 3px;
    background: var(--main-green);
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
}
.store-list-title{
    color: #fff;
    background: var(--main-green2);
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
    position: relative;
}
.store-list-title:before {
    position: absolute;
    top: calc(50% - 3px);
    right: 21px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--main-green2);
    border-right: solid 2px var(--main-green2);
    content: "";
    z-index: 1;
}
.store-list-title:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main-yellow);
    content: "";
}
.store-list-title h3{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.store-list-info{
    padding: 15px;
    box-sizing: border-box;
    line-height: calc(1em + 11px);
}
@media screen and (max-width:768px){
    .store-list{
        width: var(--inner-width);
        margin: 0 auto;
        padding: 40px 0 0;
        box-sizing: border-box;
    }
    .store-list h2 {
        margin: 0 0 25px;
        font-size: 2.4rem;
        padding-bottom: 15px;
    }
    .store-list-items{
        display: flex;
        flex-flow: column;
        gap: 20px;
    }
    .store-list-item{
        width: 100%;
    }
    .store-list-title h3 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .store-old-name{
        display: block;
    }
    .store-list-info{
        line-height: calc(1em + 8px);
    }
}
/*--------------------
contact
--------------------*/
.contents._Contact{
    background: #f7f7f7;
    padding-bottom: 80px;
}
.contact-main {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    padding: 60px 100px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 20px;
}
.contact-main--text {
    margin-bottom: 20px;
    line-height: calc(1em + 10px);
    padding-bottom: 30px;
    border-bottom: solid 1px var(--border-col-gray);
}
.contact-table {
    width: 100%;
    margin: 0 auto 30px;
}
.contact-table tr th {
    color: var(--main-green);
    font-size: 1.4rem;
    width: 250px;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}
.contact-table tr td {
    padding: 10px 0;
    box-sizing: border-box;
    line-height: calc(1em + 10px);
}
.contact-table tr th.required:after {
    content: "必須";
    align-items: center;
    background: #cc1414;
    border-radius: 3px;
    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: 20px;
    right: 20px;
}
.contact-table.confirm tr td{
    padding: 15px 10px;
}
.contact-table input[type=text], .contact-table input[type=tel], .contact-table input[type=email],.contact-table input[type=number] {
    background: #f7f7f7;
    border-radius: 5px;
    height: 42px;
    padding: 5px 10px;
    border: solid 1px var(--main-gray_border);
    box-sizing: border-box;
    width: 100%;
}
.contact-table input[type=date] {
    background: #f7f7f7;
    border-radius: 5px;
    height: 42px;
    padding: 5px 10px;
    border: solid 1px var(--main-gray_border);
    box-sizing: border-box;
    width: 200px;
}
.contact-table input[type=number]{
    width: 100px;
}
.contact-table input.wid200 {
    width: 200px;
}
.contact-table .address {
    margin-top: 10px;
}
.contact-main-list{
    display: flex;
    gap: 20px;
    min-height: 38px;
    align-items: center;
}
.contact-main-list input{
    accent-color: var(--main-green);
}
.contact-main-list li label{
    display: flex;
    gap: 5px;
    align-items: center;
}
.contact-table select {
    width: auto;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid var(--main-gray_border);
    border-radius: 5px;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23666'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
    cursor: pointer;
    padding-right: 30px;
}
.contact-table select:focus {
    outline: none;
    border-color: var(--acc-col-black);
    box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
}
.contact-table select:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}
.contact-table textarea {
    background: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    height: 125px;
    padding: 5px 10px;
    border: solid 1px var(--main-gray_border);
}
.contact-main__btn {
    width: 300px;
    height: 60px;
    margin: 0 auto;
}
.contact-main__btn a {
    background: var(--main-green);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
}
.contact-main__btn a:before {
    position: absolute;
    top: calc(50% - 3px);
    right: 27px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--main-green2);
    border-right: solid 2px var(--main-green2);
    content: "";
    z-index: 1;
    background: none;
    border-radius: 0;
    left: auto;
}
.contact-main__btn a:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main-yellow);
    content: "";
}
.contact-main__btn-list{
    position: relative;
}
.contact-main__backbtn {
    position: absolute;
    width: 180px;
    height: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.contact-main__backbtn  a {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-green);
    border: solid 1px var(--main-green);
    position: relative;
}
.contact-main__backbtn  a:before {
    border-right: 1px solid var(--main-green);
    border-top: 1px solid var(--main-green);
    content: "";
    height: 5px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    transform: rotate(-135deg);
    width: 5px;
}
.complete-title{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.complete-title:after{
    content: "";
    width: 60px;
    height: 2px;
    background: var(--main-green);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.complete-text{
    text-align: center;
    line-height: calc(1em + 10px);
    margin-bottom: 30px;
}
.contact-main-privacy{
    margin-bottom: 30px;
}
.contact-main-privacy-text{
    text-align: center;
    margin-bottom: 8px;
}
.contact-main-privacy-link{
    text-align: center;
    margin-bottom: 15px;
}
.contact-main-privacy-link a{
    text-decoration: underline;
    color: var(--main-green);
}
.contact-main-privacy-check{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.contact-main-privacy-check label {
    display: flex;
    gap: 5px;
    align-items: center;
}
.contact-main-privacy-check input {
    accent-color: var(--main-green);
}
/*sp*/
@media screen and (max-width:768px){
    .contact-main {
        width: var(--inner-width--sp);
        box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.1);
        padding: 25px 4.597%;
        border-radius: 7px;
        margin-top: 0;
    }
    .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: #cc1414;
        color: #fff;
        display: inline-block;
        height: auto;
        width: 36px;
        padding: 3px 5px;
        margin-left: 5px;
        position: static;
    }
    .contact-table tr td {
        padding: 5px 0 5px;
        display: block;
    }
    .contact-table.confirm tr td{
        padding: 5px 0 5px;
    }
    .contact-table input[type=date]{
        margin-bottom: 8px;
    }
    .contact-main__btn {
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }
    .contact-main__backbtn {
        position: static;
        width: 80%;
        height: 40px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 15px auto auto;
    }
    .complete-title{
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
    .complete-title:after{
        width: 50px;
    }
    .contact-table input[type=number]{
        width: 100%;
    }
}
