*{
    min-height: 0vw; /* Safari clamp関数対策 */
}
.pc_onlymovie{
    opacity: 1;
    visibility: visible;
}
.sp_only{
    display: none;
}
.sp_only400{
    display: none;
}
.sp_only430{
    display: none;
}
.sp_only470{
    display: none;
}
.sp_only520{
    display: none;
}
.sp_none630{
    display: block;
}
.Ancher{
    position: absolute;
    top: -75px;
}
.Ancher2{
    position: absolute;
    top: -150px;
}
.recAncher{
    position: absolute;
    top: -125px;
}
.mgb20px{
    margin-bottom: 20px !important;
}
/* こいつは超重要タブレット横向き対応用CSS */
/* ヘッダーをこれに<meta name="viewport" content="width=device-width"> */
/* body{
    min-width: 1280px;
} */
/* こいつは超重要タブレット横向き対応用CSS */
html{
    font-size: 62.5%;
    font-family:'Noto Sans JP';
    font-weight: 500;
    /* scroll-behavior: smooth; */
    min-width: 1280px;
}
img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
img[src$=".svg"] {
	height: auto;
}
main{
    width: 100%;
    /* overflow: hidden; */
}
p,a{
    font-size: 1.6rem;
    line-height: 160%;
    color: #464e57;
}
a:hover{
    opacity: 0.8;
}
h1,h2,h3,h4{
    color: #464e57;  
}
.font2rem{
    font-size: 2rem;
}
.white{
    color: white;
}
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
.center{
    margin: 0 auto;
    text-align: center;
}
.abso{
    position: absolute;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.wrapper1280{
    width: 1280px;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.flex_between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_alignCenter{
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
}
/* ローディング */
.loaded .robogif{
    opacity: 0;
    visibility: hidden;
}
.loaded2 .robogif{
    opacity: 0;
    transition: all 1s ease;
    visibility: hidden;
}
.robogif{
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 3000;
}
.robogif img{
    width: 200px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/* ヘッダー */
/* #headerMenu{
    opacity: 1;
} */
.phoneflex{
    display: flex;
    align-items: center;
    width: 100%;
}
.phoneflexBox{
    width: 100%;
}
.phoneflexBox2025{
    width: 80%;
}
.hdmail_ico{
    width: 18%;
    margin-left: 2%;
}
.header_wrapper{
    max-width: 1280px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
}
.header_nav{
    width: 100%;
    height: 75px;
    position: fixed;
    transition: opacity 0.5s ease;
    z-index: 2000;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.header_rogo{
    width: 208px;
    margin-left: 5%;
}
.toggle_nav{
    height: 100%;
}
.navi{
    width: 100%;
    height: 62px;
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navi_btn{
    width: 100%;
    height: 100%;
    padding:0px 20px;
    font-size: 1.4rem;
    display: flex;
    color: #464e57;
    justify-content: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
}
.navi_btn_sp{
    display: none;
}
.navi_btn::after{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0,1);
    transition: all 0.5s ease;
    width: 100%;
    height: 3px;
    background-color: #464e57;
    content: "";
    display: block;
}
.navi_btn:hover.navi_btn::after{
    transform: scale(1,1);
}
.pr_arrow{
    width: 15px;
    position: relative;
    top: 5px;
    left: 5px;
}
.contact_btn{
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 4px 10px;
    border: 3px solid #dc302f;
}
.contact_btn2025{
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0px 0px 0 10px;
    border: 3px solid #dc302f;
    overflow: hidden;
}
.hdmail_ico{
    background-color: #dc302f;
    width: 19%;
    height: 100%;
}
@media (hover: hover) {
    .hdmail_ico:hover{
        background-color: #010357;
    }
    .hdmail_ico a:hover{
        opacity: 1;
    }
}
.hdmail_ico a{
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hdmail_ico a img{
    width: 60%;
    margin: 0 auto 5px auto;
}
.hdmail_ico_sub{
    color: white;
    font-size: 1.4rem;
    line-height: 1;
}
.contact_btn_p2025{
    color: #dc302f;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
    white-space: nowrap;
}
.contact_btn_p{
    color: #dc302f;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-right: 5px;
    white-space: nowrap;
}
.hdmail{
    height: 14px;
}
.mgb5{
    margin-bottom: 5px;
}
.navili{
    height: 100%;
    font-weight: 700;
}
.mother{
    text-align: center;
    position: relative;
}
.child{
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.child_li a{
    padding: 15px 20px;
    background-color: white;
}
.child_ap a{
    padding: 10px 20px;
    font-size: 1.2rem;
}
.attempt{
    background-color: rgb(40,55,105);
    color: white;
    text-align: center;
    font-size: 1.5rem;
}
.apiBtn{
    display: block;
}
.apli{
    font-size: 2rem;
    line-height: 100%;
}
.child_li a::after{
    display: none;
}
.bt1px{
    border-top: 1px solid rgba(40,55,105,0.5);
}
.groupbtn{
    cursor: pointer;
}
/* @media (hover: none) {
    .drop-input:checked ~ .child
    {
        display: block;
        position: absolute;
        width: 220px;
        left: 50%;
        transform: translateX(-50%);
        top: 62px;
        font-size: 1.6rem;
        line-height: 100%;
        color: white;
    }
} */
@media (hover: hover) {
    .mother:hover .child
    {
        display: block;
        position: absolute;
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
        top: 62px;
        font-size: 1.6rem;
        line-height: 100%;
        color: white;
        z-index: 1100;
    }

    .child_li:hover{
        /* background-color: #fae0e0; */
        background-color: #f4c3c3;
    }
}
.child{
    display: none;
}
#tg1,#tg2,#tg3,#tg4,#tg5,#tg6,
#bg,#bg2,#bg3,#bg4,#bg5,#bg6
{
    display: none;

}
.recruit_btn{
    width: 100%;
    height: 100%;
    padding:0px 20px;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    color: white;
    background-color: #1450e4;
    white-space: nowrap;
}
.burger{
    display: none;
    width: 45px;
    height: 45px;
    background: url(../image/top/burger1.svg) no-repeat;
    cursor: pointer;
}
.open .burger{
    background: url(../image/top/burger2.svg) no-repeat;
}

#mask{
    width: 100%;
    height: 100vh;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 1);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top:0;
    left:0;
    z-index: -1;
}
/* ヘッダーここまで */

/* フッター */

footer{
    background-color: #323b44;
    position: relative;
}
.footer_wrapper{
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer_flex{
    display: flex;
    justify-content: space-between;
}
.footerLogo{
    width: 238px;
    margin-bottom: 20px;
}
.footer_address{
    font-size: 1.5rem;
    color: white;
    line-height: 2.8rem;
}
.footer_address a{
    color: white;
}
.footer_nav{
    color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 550px;
    margin-bottom: 15px;
}
.footer_menu{
    color: white;
    font-size: 1.5rem;
    position: relative;
}
.footer_menu a{
    display: block;
}
.footer_menu a::after{
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: scale(0,1);
    transition: all 0.5s ease;
    width: 100%;
    height: 1px;
    background-color: white;
    content: "";
    display: block;
}
.footer_menu:hover.footer_menu::after{
    transform: scale(1,1);
}
.footerChild{
    margin-top: 10px;
}
.footer_menu li{
    margin-bottom: 10px;
}
.footer_menu a{
    color: white;
    font-size: 1.5rem;
}
.copy-rights{
    color: white;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 50px;
}
.totop{
    width: 60px;
    height: 60px;
    background: url(../image/top/to-top.svg)no-repeat;
    background-size: contain;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
}
.totop:hover{
    background: url(../image/top/to-top2.svg)no-repeat;
    background-size: contain;
    opacity: 1;
}
.active .totop{
    opacity: 1;
    transition: opacity 1s ease;
    visibility: visible;
}
.absolute .totop{
    position: absolute;
    top: -75px;
    bottom: auto;
}




/* アニメーション部分 */
.animeWrapper{
    width: 1280px;
    height: 710px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#sean4{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-color: #010357;
}
.charaName{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: fit-content;
    font-size: 1.6rem;
    color:white;
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: 2s;
}
.charaName span{
    font-size: 3rem;
}
.action .charaName{
    opacity: 1;
}
.chan{
    font-size: 2.6rem !important;
}
#sean4.action{
    opacity: 1;
}
#clipMask{
    border-radius: 50%;
    width: 723px;
    aspect-ratio: 1;
    position: absolute;
    left: 23%;
    bottom: -30%;
    overflow: hidden;
}
.sean4_circle{
    border-radius: 50%;
    background-color: #f2f2f2;
    width: 723px;
    aspect-ratio: 1;
    position: absolute;
    left: 23%;
    bottom: -30%;
    transform:scale(0,0);
    transition: transform 0.5s ease-in-out;
}
.sean4_circle.action{
    transform:scale(1,1);
}
.sean4_kuma{
    position: absolute;
    width: 498px;
    bottom: 6%;
    left: 17%;
    transform: translate(0,80%);
    transition: transform 0.8s ease;
}
.sean4_kuma.action{
    transform: translate(0,0);
}
.handAnim{
    position: absolute;
    width: 23.5%;
    top: 55%;
    left: -1%;
    transform-origin: right;
}
.handAnim.action{
    animation: handSighn 1s infinite alternate;
}
@keyframes handSighn {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-20deg);}
}
.sean4_title{
    width: 972px;
    position: absolute;
    left: 12.5%;
    bottom: -48%;
    transform: rotate(180deg);
    opacity: 0;
    transition: all 0.8s ease;
}
.sean4_title.action{
    transform: rotate(0deg);
    opacity: 1;
}




/* トップページ */
.top_navi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: clamp(30px,5%,60px);
}
.top_navi .top_navi_li{
    width: 23%;
    border-radius: 10px;
    border: #010357 5px solid;
    overflow: hidden;
    background-color: #010357;
    position: relative;
    transition: transform 0.3s ease;
}
.top_navi .top_navi_li:nth-child(3),
.top_navi .top_navi_li:nth-child(4){
    background-color: white;
}
.top_navi .top_navi_li a{
    width: 100%;
    height: 100%;
    padding: 10px ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.6rem,3vw,2rem);
    font-weight: 900;
    position: relative;
    color: white;
}
.top_navi .top_navi_li:nth-child(1) a,
.top_navi .top_navi_li:nth-child(2) a{
    padding: 10px 0px;
}

.top_navi .top_navi_li a img{
    mix-blend-mode: multiply;
}
.top_navi .top_navi_li:nth-child(1)::after,
.top_navi .top_navi_li:nth-child(2)::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-30%);
    width: 20px;
    height: 20px;
    background: url(../image/top/btn_kado2.svg) no-repeat;
    background-size: contain;
    /* transition: transform 0.5s ease; */
}
.top_navi .top_navi_li:nth-child(3)::after,
.top_navi .top_navi_li:nth-child(4)::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-30%);
    width: 20px;
    height: 20px;
    background: url(../image/top/btn_kado3.svg) no-repeat;
    background-size: contain;
    /* transition: transform 0.5s ease; */
}
/* .top_navi .top_navi_li a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1,0);
    width: 100%;
    height: 100%;
    background-color: #f8d6d5;
    mix-blend-mode: multiply;
    transition: transform 0.3s ease;
} */
@media (hover: hover) {
    .top_navi .top_navi_li a:hover{
        opacity: 1;
    }
    .top_navi .top_navi_li:hover{
        transform: translateY(-7px);
    }
    .top_navi .top_navi_li:nth-child(1):hover,
    .top_navi .top_navi_li:nth-child(2):hover{
        background-color: #4675f8;
        border-color: #4675f8;
    }
    .top_navi .top_navi_li:nth-child(3):hover,
    .top_navi .top_navi_li:nth-child(4):hover{
        border-color: #4675f8;
        background-color: #fbfad2;
    }
    .top_navi .top_navi_li:nth-child(3):hover:after,
    .top_navi .top_navi_li:nth-child(4):hover::after{
        background: url(../image/top/btn_kado3_h.svg) no-repeat;
        background-size: contain;
    }
    /* .top_navi .top_navi_li:nth-child(1):hover::after,
    .top_navi .top_navi_li:nth-child(2):hover::after{
        transform: translate(-50%,0);
    }
    .top_navi .top_navi_li:nth-child(3):hover:after,
    .top_navi .top_navi_li:nth-child(4):hover::after{
        transform: translate(-50%,0);
    } */
}
#topAnime{
    background-color: #010357;
    /* overflow: hidden; */
}
.swiper{
    overflow: hidden;
}
.topVisualSp{
    position: relative;
}
.next50{
    background-color: #e1dd44;
}
.next50flex{
    margin-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.next50human {
    width: 40%;
    max-width: 267px;
}
.next50para{
    max-width: 533px;
    width: 70%;
    z-index: 2;
}
.next50paraWidth{
    width: 110%;
}
.next50mon{
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.8px;
    margin-bottom: 43px;
}
.blueWhite{
    color: #1450e4;
    font-weight: bold;
    background-color: white;
    padding: 3px 0;
    margin: 0 3px;
}
.floatSpacer{
    height: 224px;
    float: left;
}
.floatParson{
    width: 207px;
    float: left;
    clear: both;
    position: relative;
    left: -77px;
    margin-right: -77px;
}
.spacer{
    padding: 120px 0px;  
}
.spacer2{
    padding: 90px 0px;  
}
.thisIsKumazawa{
    background: url(../image/top/back_glay_kougu.svg);
    background-size: 295px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 180px;
}
.topics_Area{
    margin-bottom: clamp(20px,5%,70px);
    border: 5px solid #010357;
    border-radius: 10px;
    background-color: white;
    padding: clamp(20px,5%,40px);
    position: relative;
}
.tp_topics_ul{
    margin-top: 20px;
}
.tp_topics_li{
    border-bottom: 1px dotted #999999;
}
.tp_topics_li:last-child{
    border-bottom: none;
}
.tp_topics_li a{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    position: relative;
}
.topics_kuma{
    width: 30%;
    max-width: 170px;
    min-width: 90px;
    position: absolute;
    right: 3%;
    top: -30px;
}
@media (hover: hover) {
    .tp_topics_li a:hover{
        background-color: #f4e3e3;
    }
}
.tp_topics_li_day{
    width: 160px;
}
.tp_topics_li_title{
    width: calc(100% - 160px);
    font-size: 1.8rem;
    padding-right: 30px;
}
.tp_topics_li_day .postday{
    margin-bottom: 0px;
}
.thisIsKumazawaTitle{
    width: 100%;
    max-width: 680px;
    margin: 0 auto 10% auto;
}
.aboutKumazawaBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dc302f;
    padding: 20px 0;
    border-radius: 10px;
    background-color: white;
    border: 3px solid #dc302f;
    font-weight: bold;
}
.aboutKumazawaBtn:hover{
    background-color: #e1dd44;
    opacity: 1;
}
.circle_arrow{
    width: 20px;
    position: relative;
    top: 2px;
}
.accordionBtn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 5px solid #010357;
    border-radius: 10px 10px 0px 0px;
    padding: 25px 0;
}
.accordbtn{
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 5px;
}
.question{
    color: #464e57;
    font-size: 6.4rem;
    line-height: 0;
    font-weight: bold;
    transform: rotate(10deg);
}
.accordionMenu{
    position: relative;
    background-color: white;
    border: 5px solid #010357;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    padding: 5% 0;
    z-index: 2;
}
.apiArea{
    position: relative;
    background-color: white;
    border: 5px solid #010357;
    border-radius: 20px;
    padding: 5% 0;
    z-index: 2;
    margin-top: 70px;
}
.fukidashiToge{
    width: 10%;
    max-width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6.5px;
}
.redBand{
    display: inline-block;
    background-color: #010357;
    padding: 10px 10px;
    color: white;
    border-radius: 10px 0 0 10px;
    font-weight: bold;
    white-space: nowrap;
    font-size: clamp(1.8rem, 5vw, 3.6rem);
}
.radius10{
    border-radius:10px;
}
.redBandLink{
    position: relative;
    left: -13px;
    border-radius: 0 10px 10px 0;
}
.flex{
    display: flex;
}
.redTitleLeft{
    z-index: 1;
    width: 90%;
    text-align: center;
}
.redTitleRight{
    position: relative;
    flex: auto;
}
.strongpointArea .redTitleRight{
    position: relative;
    flex: auto;
    left: -20px;
}
.redTitleRightPhoto{
    position: absolute;
    width: 348%;
    min-width: 216px;
    max-width: 222px;
    left: 0%;
    bottom: 54%;
}
.aboutPosition{
    position: relative;
    left: -5%;
}
.flexColmn{
    display: flex;
}
.about_para{
    font-size: clamp(1.6rem,3vw,2rem);
    text-align: center;
    margin-top: 5%;
    margin-bottom: 4.5%;
    padding: 0 20px;
    letter-spacing: 1px;
}
.about_para2{
    font-size: clamp(1.6rem,3vw,2rem);
    text-align: center;
    margin-top: 5%;
    margin-bottom: 12%;
    padding: 0 20px;
    letter-spacing: 1px;
}
.aboutFlowArea{
    background-color: #fae0e0;
    margin-bottom: 120px;
    border-radius: 20px;
    padding: 5%;
}
.aboutArea,.strongpointArea{
    position: relative;
}
.strongpointArea{
    z-index: 3;
}
.strongpointArea{
    margin-top: 70px;
}
.aboutSp{
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}
.about_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    max-width: 320px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    border-radius: 40px;
    color: white;
    background-color: #010357;
    margin: 30px auto 0 auto;
}
.btn_kado{
    width: 22px;
    position: relative;
    top: 6px;
}
#about,#strongpoint{
    position: absolute;
    top: -75px;
}
.aboutKumaill{
    position: absolute;
    right: 0;
    bottom: -52px;
    width: 305px;
}
.redTitleRightPhotoProduct {
    position: absolute;
    width: 279%;
    min-width: 200px;
    right: 0;
    bottom: 0;
}
.redTitleRightPhotoStrong {
    position: absolute;
    width: 398%;
    min-width: 150px;
    max-width: 153px;
    left: 0;
    bottom: 56%;
}
.strong_point{
    margin-top: 80px;
}
.strong_point_title{
    background-color: #fae0e0;
    position: relative;
    padding: 4.5% 6%;
    border-radius: 20px 20px 0 0;
}
.strong_title{
    width: 93%;
    max-width: 324px;
    position: absolute;
    left: 5%;
    top: -52px;
}
.whiteBlue{
    margin: 0 5px 0 0;
    color: white;
    background-color: #010357;
    padding: 2px 5px;
}
.strong_para{
    text-align: center;
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 1px;
}
.strongGlaySpace{
    background-color: #f2f2f2;
    padding: 5.5% 3%;
    position: relative;
    border-radius: 0 0 20px 20px;
}
.strongGlaySpaceTitle{
    font-size: 2.4rem;
    color: #dc302f;
    text-align: center;
    border: 2px solid #dc302f;
    border-radius: 5px;
    padding: 2px 0;
    margin-bottom: 5%;
}
.orderZone{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.blueCircle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 156px;
    margin: 0 5%;
    background-color: #4675f8;
    border-radius: 50%;
    color: white;
    font-size: 2.2rem;
    text-align: center;
    cursor: pointer;
}
.orderList{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.orderListBox{
    position: relative;
    width: 48%;
    background-color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}
.orderListBox:last-child{
    width: 100%;
    margin-bottom: 0;
}
.orderFlex{
    display: flex;
    justify-content: space-between;
}
.orderFlexBox{
    width: 47%;
}
.orderPara{
    padding-left: 1em;
    text-indent: -1em;
}
.z-index-up{
    z-index: 2;
}
.rem14{
    font-size: 1.4rem;
    font-weight: normal;
}
.rem16{
    font-size: 1.6rem;
}
.orderTitle{
    color: white;
    background-color: #010357;
    text-align: center;
    font-size: clamp(1.8rem,3vw,2.4rem);
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 0;
}
.orderPhoto{
    margin-top: 5%;
    margin-bottom: 5%;
    width: 100%;
    height: 0;
    padding-top: 70%;
    position: relative;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.orderPhoto img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mgTop20{
    margin-top: 20px;
}
.dotsCollective2 {
    position: relative;
    width: 100%;
    height: 17px;
    margin: 40px 0 5% 0;
    background: url(../image/company/dot_line.svg);
}
.toolKuma{
    position: absolute;
    top: -400%;
    left: 5%;
    width: 90%;
    max-width: 380px;
}
.phoneArea{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.phoneAreaBox1{
    width: 19%;
    display: flex;
}
.phonePc{
    margin-top: auto;
}
.phoneKuma{
    width: 100%;
    position: relative;
    left: -62px;
}
.phoneAreaBox2{
    width: 40%;
}
.qr{
    margin-top: 20px;
}
.phoneAreaBox3{
    width: 30%;
    cursor: pointer;
}
.mgb15px{
    margin-bottom: 15px;
}
.apiArea01{
    padding-bottom: clamp(30px,5%,60px);
    border-bottom: 4px solid #56626e;
    margin-bottom: clamp(30px,5%,60px);
}
.apiArea02{
    position: relative;
}
.apiArea02 .Ancher{
    top: -105px;
}
.phoneAreaBox1_2025{
    width: 65%;
}
.phoneAreaFlex{
    display: flex;
    justify-content: space-between;
}
.phoneAreaFlex_phone{
    width: 30%;
}
.phoneAreaFlex_contents{
    width: 65%;
}
.apiArea02_flex{
    display: flex;
    justify-content: space-between;
}
.apiArea02_flexBox01{
    width: 65%;
}
.apiArea02_flexBox02{
    width: 30%;
}
.metoree{
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.metoree_h3{
    font-size: 1.8rem;
    color: white;
    background-color:#010357;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0 ;
}
.metoreeUl{
    background-color: #fae0e0;
    padding: 15px 20px;
}
.metoreeUl li{
    font-size: 1.8rem;
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.metoreekuma{
    max-width: 200px;
    margin: 0 auto;
}

.lightBoxPdf{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.lightBoxPdf.open{
    opacity: 1;
    visibility: visible;
}
.lightBoxPdfinner{
    width: 70%;
    max-width: 400px;
    position: relative;
}
.lightBoxPdfinner::after{
    position: absolute;
    width: 30px;
    height: 30px;
    content: "×";
    border-radius: 50%;
    background-color: white;
    border: 1px solid #323b44;
    color: #323b44;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

#teams{
    background-color: #f6cbcb;
}
.teams_kuma1{
    position: absolute;
    width: 3.5%;
    top: 28%;
    left: 31%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma2{
    position: absolute;
    width: 5%;
    top: 37%;
    left: 62%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma3{
    position: absolute;
    width: 4%;
    top: 58%;
    left: 54%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma4{
    position: absolute;
    width: 6%;
    top: 43%;
    left: 13%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma5{
    position: absolute;
    width: 4.5%;
    top: 72%;
    left: 81%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma6{
    position: absolute;
    width: 6%;
    top: 22%;
    left: 67%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma7{
    position: absolute;
    width: 6%;
    top: 74%;
    left: 23%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma8{
    position: absolute;
    width: 6%;
    top: 93%;
    left: 48%;
    opacity: 0;
    transition: opacity 1s ease;
}
.teams_kuma9{
    position: absolute;
    width: 6%;
    top: 19%;
    left: 38%;
    opacity: 0;
    transition: opacity 1s ease;
}
.active.teams_kuma1,.active.teams_kuma2,.active.teams_kuma3,
.active.teams_kuma4,.active.teams_kuma5,.active.teams_kuma6,
.active.teams_kuma7,.active.teams_kuma8,.active.teams_kuma9{
    opacity: 1;
}
.phoneSectionFlex{
    display: flex;
    align-items: flex-end;
}
.phoneSectionFlexBox1{
    width: 14%;
    margin-right: 1%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.phoneSectionFlexBox1 img{
    width: 80%;
}
.phoneSectionFlexBox2{
    width: 85%;
    border: 5px solid #dc302f;
    background-color: white;
    border-radius: 10px;
    padding: 3% 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.red{
    color: #dc302f;
}
.phoneNumber{
    width: 408px;
}
.txtright{
    text-align: right;
}
.teamsTitle{
    width: 80%;
    max-width: 360px;
}
.teamsMainPC{
    position: relative;
    width: 100%;
    top: -50px;
    margin-bottom: -50px;
}
.ls2{
    letter-spacing: 2px;
}
.mgTop10{
    margin-top: 10px;
}
.teamsH2{
    font-size: clamp(5rem,12vw,9rem);
    text-align: center;
    color: #323b44;
}
.teamsButton{
    position: relative;
    width: 90%;
    max-width: 344px;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    color: white;
    background-color: #010357;
    border-radius: 50px;
    margin: 30px auto 0 auto;
}
.teamsButtonArrow{
    width: 10px;
    position: relative;
    top: 6px;
    left: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.teamsSPul{
    width: 90%;
    margin: 5% auto 0 auto;
}
.teamsSPli{
    border-bottom: 1px solid #999999;
    padding: 20px 0;
}
.teamsSPli:last-child{
    border-bottom: none;
}
#animationPhoto{
    display: none;
}
.dsnone{
    display: none;
}

/* プログレスバー */
/* .progressbar{
    position: absolute;
    bottom: 1%;
    left: 5%;
    max-width: 200px;
    width: 20%;
    min-width: 100px;
    height: 2px;
    margin-top: 10px;
    background: #7f7f7f;
    overflow: hidden;
    z-index: 100;
}
.progressbar span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 7px;
    transform: scaleX(0);
    transform-origin: left center;
    transition-timing-function: linear;
}
#swiper04 .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    top: auto;  
    bottom: 0 ; 
}
#swiper04 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255,255,255,0.35);
} */

/* 取扱製品ページ */
.productsArea{
    padding: 80px 0px 10% 0px;
    background: url(../image/top/back_glay_kougu.svg);
    background-size: 295px;
}
.products_h3{
    font-size: clamp(2.2rem,6vw,3rem);
    text-align: center;
    margin-top: clamp(20px,5%,40px);
    position: relative;
}
.productsSubTitle{
    width: 144px;
    margin: 137px auto 10px auto;
    line-height: 0;
}
.productsBack{
    margin-top: 100px;
    border-radius: 20px;
    background-color: white;
    border: 6px solid #010357;
    padding: 60px 50px;
}
.productsKuma{
    position: absolute;
    width: 200px;
    top: -161px;
    left: 5%;
}
.productsH2{
    display: inline-block;
    background-color: #010357;
    padding: 15px 15px;
    color: white;
    border-radius: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    white-space: nowrap;
    font-size: clamp(1.8rem, 5vw, 3.6rem);
    line-height: 1;
}
.productsH2Posi{
    position: relative;
    top: -10px;
}
.productsUl{
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productsli{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../image/products/dark_blue.jpg) no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}
.productsImage{
    width: 30%;
}
.productsParagraf{
    width: 65%;
    font-size: clamp(2.5rem, 4vw, 3rem);
    line-height: 1.2;
    letter-spacing: 2px;
    color: white;
    font-weight: 500;
}
.productsParagraf span,
.productsParagraf2 span{
    font-size: clamp(1rem, 3vw, 1.8rem);
    line-height: 1;
}
.productsParagraf2{
    width: 65%;
    font-size: clamp(2rem, 3vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: 0px;
    color: white;
    font-weight: 500;
}
.products_wrapper{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.menteH2{
    text-align: center;
    margin-top: 10%;
}
.menteUl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
}
.menteli{
    width: calc(50% - 20px);
}
.menteliParagraf{
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.1;
    letter-spacing: 2px;
}
.menteliParagraf span{
    font-size: clamp(1.2rem, 2.7vw, 1.8rem);
    line-height: 1;
}
.menteliPhoto{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 5px;
}
.linkUl{
    margin-top: 4%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.linkli{
    width: 32%;
    margin-bottom: 20px;
}
.menteKuma{
    width: 70%;
    max-width: 347px;
    margin-left: auto;
    margin-top: 30px;
}



/* 会社案内ページ */
.company_title{
    padding: 137px 0px 10% 0px;
    background-color: white;
    background: url(../image/company/com_back_img.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.company_wrapper{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.companySubTitle{
    width: 71px;
    margin: 0 auto 10px auto;
}
.companyMainTitle{
    text-align: center;
    margin-top: 60px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 5px;
    margin-bottom: 33px;
}
.greeting{
    display: flex;
    justify-content: center;

}

.greeting p{
    text-shadow:
    0 0 2px rgba(255,255,255,1),
    0 0 4px rgba(255,255,255,1),
    0 0 8px rgba(255,255,255,1),
    0 0 12px rgba(255,255,255,0.8),
    0 0 20px rgba(255,255,255,0.7);
}
.gausu{
    text-shadow:
    0 0 2px rgba(255,255,255,1),
    0 0 4px rgba(255,255,255,1),
    0 0 8px rgba(255,255,255,1),
    0 0 12px rgba(255,255,255,0.8),
    0 0 20px rgba(255,255,255,0.7);
}
.greetingBox{
    width: 65%;
}

.ceoBox{
    width: 30%;
}
.ceo{
    font-size: 1.4rem;
    margin-right: 15px;
}
.ceoName{
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 2rem;
}
.txtRight{
    text-align: right;
    margin-top: 20px;
}
.greetingH3{
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.greetingPara{
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.greetingPara span{
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 1px;
}
.greetingPara2{
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 1px;
}
.company_info{
    position: relative;
    background-color: #f2f2f2;
    padding: 90px 0 90px 0;
}
.gaikanPhoto{
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    margin: 70px auto;
}
.gaikanPhoto img{
    width: 100%;
    height: 100%;
}
.wrapper800{
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.wrapper850{
    width: 850px;
    margin: 0 auto;
    position: relative;
}
.wrapper900{
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.overview{
    position: relative;
    width: 90%;
    margin: 0 auto 5% auto;
}
.companyH2{
    font-size: 3rem;
    letter-spacing: 4px;
    white-space: nowrap;
    text-align: center;
}
.overviewTable{
    width: 100%;
}
.overTh{
    width: 30%;
    padding: 20px;
    font-size: 1.6rem;
    white-space: nowrap;
    font-weight: 500;
    color: #010357;
    text-align: left;
    border-bottom: 1px solid #888988;
}
.overTd{
    width: 70%;
    padding: 20px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #888988;
}
.dotsCollective{
    width: 100%;
    height: 17px;
    margin: 10% 0;
    background: url(../image/company/dot_line.svg);
}
.dotsCollective3{
    width: 100%;
    height: 17px;
    margin: 0 0 10% 0;
    background: url(../image/company/dot_line.svg);
}
.office{
    position: relative;
    width: 90%;
    margin: 0 auto 5% auto;
}
.officeSpKuma{
    max-width: 370px;
    width: 80%;
    margin: 10% auto 0 auto;
}
.officeArea{
    width: 1000px;
    margin: 0 auto;
}
.officeFlex1,.officeFlex2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.officeFlex1{
    margin-top: 8%;
}
.officeBox1{
    width: 62%;
}
.officeBox2{
    width: 48.5%;
}
.officeKumaBox{
    width: 37%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.officeJustyEnd{
    justify-content: flex-end;
}
.officeKuma{
    position: absolute;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}
.officePlate{
    background-color: white;
    border: 2px solid #dc302f;
    padding: 5px 10px;
    font-size: 1.7rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.companyMapflex{
    display: flex;
    align-items: flex-end;
    margin-top: 5%;
}
.companyMapflex_kuma{
    width: 30%;
    position: relative;
    left: -44px;
}
.companyMapflex_map{
    width: 70%;
    padding: 10px;
    background-color: white;
}
.googleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.5%;
}
.googleMap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bigMap{
    font-size: 1.6rem;
    font-weight: normal;
    text-decoration: underline;
}

/* リクルートページ */
.recruitMainTitle{
    text-align: center;
    font-size: clamp(2.5rem, 4.5vw, 3.2rem);
    line-height: 1;
    margin-bottom: 33px;
    position: relative;
    letter-spacing: 3px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.rec_q_a_kuma{
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(110%,0%);
}
.rec_q_a_title{
    font-size: 2rem;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px auto;
    text-align: center;
}
.recruitTitle{
    background-color: #f8d6d5;
    padding: 115px 0px 70px 0;
}
.recruit_title{
    width: 353px;
    margin: 0 auto;
}
.recruit_subtitle{
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.recruit_title1{
    width: 217px;
    margin: 7px auto 0px auto;
}
.recruit_title2{
    width: 267px;
    position: absolute;
    top: 0px;
    left: 15px;
}
.recruit_title3{
    width: 311px;
    position: absolute;
    top: 162px;
    left: 14px;
}
.recruit_title4{
    width: 190px;
    position: absolute;
    bottom: 0px;
    left: 74px;
}
.recruit_title5{
    width: 283px;
    position: relative;
    margin-top: 60px;
    left: 313px;
}
.recruit_title6{
    width: 290px;
    position: absolute;
    bottom: 0;
    right: 259px;
}
.recruit_title7{
    width: 265px;
    position: absolute;
    bottom: 35px;
    right: 23px;
}
.recruit_title8{
    width: 178px;
    position: absolute;
    top: 52px;
    right: 32px;
}
.recruit_title11{
    width: 121px;
    position: absolute;
    top: 70px;
    right: 200px;
}
.recruit_title1:hover,
.recruit_title2:hover,
.recruit_title3:hover,
.recruit_title4:hover,
.recruit_title5:hover,
.recruit_title6:hover,
.recruit_title7:hover,
.recruit_title8:hover:hover{
    transform: scale(1.1,1.1);
    transition: all 1s ease;
}
.recruit_sp_title1,
.recruit_sp_title2{
    margin: 0 auto;
    max-width: 550px;
}
#interview{
    padding: 95px 0px 127px 0px;
}
.recruitBtnArea{
    position: relative;
    top:-123px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto -123px auto;
}
#TrackingMenu{
    display: none;
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
#TrackingMenu.is-fixed{
    display: block;
}
.is-fixed .recruitBtnArea {
    top: 0;
}
.recruitBtn{
    white-space: nowrap;
    text-align: center;
    line-height: 110%;
    width: 34%;
    padding: 15px;
    display: flex;
    font-size: 1.6rem;
    background-color: #f2f2f2;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #888988;
    border-top: 1px solid #888988;
    border-bottom: 1px solid #888988;
}
.recruitBtn:last-child{
    border-right: 1px solid #888988;
}
.recruitBtn:hover{
    background-color: #dc302f;
    color: white;
    opacity: 1;
}
#PermanentMenu.hide{
    opacity: 0;
}
.subTitle{
    width: 76px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 60px;
}
.interviewTitle{
    width: 153px;
    margin: 0 auto 40px auto;
}
.interviewFlex{
    width: 80%;
    max-width: 472px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.interviewFlexBox{
    width: 40%;
    max-width: 180px;
}
.interviewFlexBoxPara{
    color: #dc302f;
    text-align: center;
}
#numberArea{
    background-color: #fff0d3;
    padding: 80px 0 10% 0;
    position: relative;
}
/* #person::after{
    position: absolute;
    width: 100%;
    height: 25px;
    content: "";
    left: 0;
    top: 0;
    display: block;
    background: url(../image/recruit/yellow-wave-re.svg);
} */
.personh2{
    font-size: clamp(2.8rem,4.5vw,3.2rem);
    color: white;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 5px;
}
#person{
    padding: 10% 0 10% 0;
    position: relative;
    background: url(../image/recruit/back_red_kougu.svg);
    background-size: 295px;
}
.number_parts{
    position: relative;
    width: 80%;
    max-width: 440px;
    margin: 0 auto;
    top: -20px;
}
.number_kuma{
    position: absolute;
    width: 246px;
    top: -181px;
    left: 0;
}
.number_h2{
    text-align: center;
    letter-spacing: 4px;
    font-size: 2.8rem;
    margin-bottom: 10px;
}
.number_para{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 37px;
}
.numberFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.numberBox{
    width: 49%;
    padding: 3% 0;
    text-align: center;
    background-color: white;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.numberFlexBox{
    width: 49%;
    padding: 3% 0;
    text-align: center;
    background-color: white;
    margin-bottom: 2%;
}
.numberFlexBox2{
    width: 33%;
    padding: 3% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-bottom: 2%;
}
.numberFlexBox3{
    width:33%;
    margin-bottom: 2%;
}
.numberFlexBox3_inner{
    width: 100%;
    height: 48%;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.numberFlexBox3_inner2{
    width: 100%;
    height: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.numberFlexBox4{
    width: 30%;
    padding: 3% 0;
    text-align: center;
    background-color: white;
    margin-bottom: 2%;
}


/* CMS化するなら */
.numflexBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.numflexBoxPhoto{
    width: 20%;
    margin-right: 2%;
}
.numflexBoxCont{
    width: 60%;
}
.numflexBoxCont_h3{
    color: #cf2f2f;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.numflexBoxCont_data{
    font-size: 13rem;
    font-weight: 900;
    line-height: 0.8;
    margin-bottom: 5px;
    text-align: center;
}
.numflexBoxCont_data span{
    font-size: 3rem;
    font-weight: 500;
}
.numflexBoxCont_sub_data{
    font-size: 1.6rem;
    text-align: center;
}
.numflexBoxCont_data2{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}
.numflexBox2{
    width: 33%;
    padding: 5% 0;
    background-color: white;
    margin-bottom: 2%;
}
.numflexBoxCont_data3{
    font-size: 8rem;
    font-weight: 900;
    line-height: 0.8;
    text-align: center;
    margin-bottom: 5px;
}
.numflexBoxCont_data3 span{
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
}
.numflexBox_ratio{
    display: flex;
    justify-content: center;
    align-items: center;
}
.numflexBox_ratio:nth-child(1){
    margin-bottom: 20px;
}
.numflexBoxCont_ratio{
    width: 40%;
}
.gakureki{
    width: 48%;
}
.numberFlexBox3_inner1_2025{
    width: 100%;
    padding: 0 5%;
    height: 44%;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.numberFlexBox3_inner2_2025{
    height: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 10px 0;
}
.numflexBox_gakureki{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.numberFlexBox4_2025{
    width: 30%;
    padding: 3% 3%;
    text-align: center;
    background-color: white;
    margin-bottom: 2%;
}
.placeFlex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 5px;
}
.place{
    width: 48%;
}
.place .numflexBoxCont_data3{
    font-size: 6rem;
}
.place_mgb{
    margin-bottom: 20px;
}
.numflexBox_place{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.numflexBoxPhoto_place{
    width: 80px;
    margin-right: 20px;
}
@media screen and (max-width:768px){
    .numflexBoxCont_data{
        font-size: clamp(5rem,12vw,13rem);
    }
    .numflexBoxCont_data span,.numflexBoxCont_data3 span{
        font-size: clamp(1.6rem,4vw,3rem);
    }
    .numflexBoxCont_sub_data{
        font-size: 1.2rem;
    }
    .numflexBoxCont_data2{
        font-size: 1.6rem;
    }
    .numflexBoxCont_data3{
        font-size: clamp(4rem,8vw,8rem);
        font-weight: 900;
        line-height: 1;
        text-align: center;
        margin-bottom: 5px;
    }
    .numflexBox2{
        width: 100%;
    }
    .numflexBox2_spflex{
        display: flex;
        justify-content: space-between;
    }
    .numflexBox_ratio{
        width: 50%;
    }
    .numflexBox_ratio:nth-child(1){
        margin-bottom: 0px;
    }
    .numflexBoxPhoto{
        width: 30%;
    }
    .numberFlexBox4_2025{
        width: 100%;
    }
    .numflexBoxPhoto_place{
        width: 15%;
        max-width: 80px;
    }
    .place_mgb{
        margin-bottom: 0;
    }
    .numberFlexBox4_2025{
        display: block;
    }
    .place_sp_flex{
        display: flex;
    }
    .place .numflexBoxCont_data3{
        font-size: clamp(4rem,8vw,8rem);
    }
}
@media screen and (max-width:560px){
    .numflexBox{
        flex-direction: column;
    }
    .numflexBoxPhoto{
        width: 30%;
        margin-right: 0%;
    }
    .numflexBoxCont{
        width: 90%;
    }
}

/* CMS化するなら */




.number_photo{
    width: 70%;
}
.number_photo2{
    width: 70%;  
}
.number_photo3{
    width: 70%;  
}
.number_photo4{
    width: 90%;  
}
.personFlex{
    display: flex;
    justify-content: space-between;
}
.personFlexLeft{
    width: 58%;
    border-radius: 20px;
    overflow: hidden;
}
.personFlexRight{
    width: 38%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.rec_ceo_poricy{
    text-align: right;
    position: absolute;
    top: 58px;
    right: 0;
}
.personWrapper{
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}
.personSubTitle{
    display: inline-block;
    padding: 15px 20px;
    background-color: white;
    color: #dc302f;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 5px;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
}
.position_1{
    position: relative;
    top: 0;
    right: 30px;
}
.position_2{
    position: relative;
    top: -5px;
    margin-bottom: -5px;
}
.rec_poricy{
    color: white;
    font-size: 2.4rem;
    font-weight: bold;
}
.rec_ceo_photo{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5%;
}
.rec_ceoArea{
    margin-top: auto;
}
.rec_company{
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.rec_ceo{
    font-size: 1.4rem;
    font-family: normal;
    letter-spacing: 0;
    display: inline-block;
    color: white;
    margin-bottom: 5px;
}
.rec_ceo_name{
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: bold;
    color: white;
}
.wrapper850{
    width: 850px;
    margin: 0 auto;
}
.personFlexCircle{
    width: 236px;
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 7px solid #d7d6d6;
    border-radius: 50%;
}
.personFlexCircle:hover .personCirclePara{
    transform: scale(1.1,1.1);
    transition: all 1s ease;
}
.mgt40-20{
    margin-top: 40px;
}
.personCirclePara{
    font-size: 1.9rem;
    text-align: center;
    font-weight: bold;
}
#description{
    background-color: #f2f2f2;
    padding: 10% 0 10% 0;
    position: relative;
}

.whiteBack{
    background-color: white;
    padding: 60px 0;
}
.glayBack{
    background-color: #e1e1e1;
    padding: 3% 0;
}
.comprehensive{
    font-size: clamp(2rem, 3.5vw, 2.6rem);
    letter-spacing: 3px;
}
.unpublished{
    display: none;
}
.descriptionTitle{
    font-size: clamp(2.5rem, 4.5vw, 3.2rem);
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 auto 7% auto;
}
.description_table{
    width: 100%;
}
.description_table tr{
    border-bottom: 1px solid #888988;
}
.description_table tr:last-child{
    border-bottom: none;
}
.description_table th{
    width: 90px;
    text-align: left;
    vertical-align: top;
    padding: 10px 0px;
    font-weight: medium;
    line-height: 200%;
    font-size: clamp(1.3rem,3vw,1.6rem);
}
.description_table td{
    font-size: clamp(1.3rem,3vw,1.6rem);
    line-height: 200%;
    padding: 10px 0px;
    text-align: justify;
    font-weight: normal;
}
.recnaviBtn{
    width: 80%;
    max-width: 404px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.recruit_bannerUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
    margin-top: 40px;
}
.recruit_bannerUl li{
    width: 48%;
    margin-bottom: 20px;
}
.rem2{
    font-size: 2rem;
}
#questionArea{
    position: relative;
    padding: clamp(60px,7%,80px) 0;
    background-color: #fae0e0;
    overflow: hidden;
}

/* インタビューページ */
.interview_top{
    min-height: 770px;
    height: 100vh;
    display: flex;
}
.interview_top_inner{
    width: 100%;
    height: calc(100% - 75px);
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.interview_inner_box{
    width: 50%;
    height: 50%;
}
.interview_inner_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pink_over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246,203,203,0.7);
}
.interviewTitleArea{
    position: absolute;
    padding: 37px;
    width: 70%;
    max-width: 317px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0.85);
}
.interviewTitleArea::after{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1.5px solid #dc302f;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.interviewSubTitle{
    width: 76px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
.interviewMainTitle{
    text-align: center;
    font-size: clamp(2rem,4vw,3rem);
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.interviewTitleAreaPara{
    text-align: center;
    line-height: 180%;
}
.nowrapC{
    white-space: nowrap;
}

.interview_MainTitle{
    width: 197px;
    margin: 10px auto 37px auto;
}
.interview_para{
    margin-top: 30px;
    text-align: center;
    font-size: 1.7rem;
    line-height: 3.2rem;
    font-weight: 500;
}
.interviewSpMain{
    width: 70%;
    margin: 0 auto;
}
.interviewWrapper{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#sales{
    padding: 90px 0 150px 0;
    width: 100%;
    overflow: hidden;
}
#salesasistant{
    padding: 90px 0 clamp(60px,8%,120px) 0;
}
.salesTitle{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.salesTitleleft{
    width: 30%;
    position: relative;
}
.rightPDclear{
    padding-right: 0 !important;
}
.salesMainText{
    width: 65%;
}
.asistantflex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.asistantQ3Flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.asistantQ3FlexBox{
    width: 70%;
}
.asistantQ3FlexBox2{
    width: 30%;
    position: relative;
    bottom: 20px;
    margin-bottom: -20px;
}
.asistant_rest{
    margin-top: 80px;
    position: relative;
    right: 50px;
    width: 43%;
    top: -256px;
    margin-bottom: -256px;
    margin-left: auto;
}
.asistantflexBox{
    width: 40%;
    margin-top: 5%;
}
.asistantflexBox2{
    width: 55%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.salesMainCopy{
    display: inline-block;
    padding: 10px 20px;
    background-color: #dc302f;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
}
.sales_name{
    position: absolute;
    left: -10px;
    bottom: -5px;
    background: white;
    padding: 5px 20px;
    border-radius: 10px;
    z-index: 5;
    font-weight: bold;
    font-size: 2.4rem;
    white-space: nowrap;
}
.sales_name_ico{
    background-color: #f8d6d5;
    color: #dc302f;
    padding: 5px 20px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    top: -3px;
}
.qestionArea{
    margin-top: 9%;
}
.qestion1{
    display: flex;
    justify-content: space-between;
}
.qestion_boxleft{
    width: 48%;
}
.qestion_boxright{
    width: 48%;
    position: relative;
}
.qestion{
    padding-left: 50px;
    color: #dc302f;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: clamp(1.8rem, 4.5vw, 2.2rem);
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 6%;
    position: relative;
}
.q1::before{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/interview/q1.svg)no-repeat;
    top: -2px;
    left: 0;
}
.q2::before{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/interview/q2.svg)no-repeat;
    top: -2px;
    left: 0;
}
.q3::before{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/interview/q3.svg)no-repeat;
    top: -2px;
    left: 0;
}
.qestion_title{
    padding-left: 50px;
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: bold;
    line-height: 4.4rem;
    white-space: nowrap;
    z-index: 2;
    position: relative;
}
.salesman_ill_1{
    position: absolute;
    width: 82%;
    bottom: 0;
    right: 0;
}
.question_para{
    padding-left: 50px;
    padding-right: 50px;
    line-height: 3rem;
    margin-top: 3%;
    letter-spacing: 1px;
    font-weight: normal;
}
.qestionFlex{
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
}
.question_para2{
    line-height: 3rem;
    margin-top: 3%;
}
.sales_sashie1{
    width: 65%;
    margin-left: auto;
    margin-bottom: 8%;
    margin-top: 10px;
}
.flex30{
    width: 30%;
}
.flex30 img{
    position: relative;
    right: -15px;
    bottom: 74px;
    width: 200px;
}
.flex70{
    width: 70%;
    padding-right: 0;
}
.day1{
    background-color: #fff6e5;
    padding: 5% 2%;
    height: fit-content;
}
.day1Title{
    width: 90%;
    max-width: 230px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.dotsCollective_blue {
    height: 17px;
    background: url(../image/interview/dot_line_red.svg);
}
.day1Table{
    width: 100%;
    position: relative;
}
.day1Table::after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #dc302f;
    top: 0;
    left: 65px;
}
.day1Table th{
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    width: 65px;
    padding: 10px 15px 10px 0px;
    vertical-align: top;
}
.day1Table th::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 16px;
    right: -7px;
    background-color: #dc302f;
}
.day1Table td{
    font-size: 1.4rem;
    font-weight: normal;
    padding: 10px 0;
    padding-left: 28px;
    text-align: justify;
}
.day1Table td span{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.asistant_sashie1 {
    width: 28%;
    margin-left: auto;
    position: relative;
    bottom: -30px;
    margin-bottom: -30px;
}
.asistant_sashie2{
    position: absolute;
    width: 156px;
    right: 5%;
    bottom: -204px;
}
.asistant_sashie3{
    width: 70%;
    max-width: 434px;
    margin: 0 auto;
    position: relative;
    right: -10%;
}





/* プライバシーページ */
.privacy_title{
    background-color: #e8e8e8;
    padding: 200px 0px 60px 0;
}
.wrapper_privacy{
    width: 780px;
    margin: 0 auto;
}
.privacyTitle{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 55px;
}
.privacyPara{
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: normal;
    letter-spacing: 3px;
}
.privacyPara2{
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: normal;
    letter-spacing: 2.5px;
}
.privacyArea{
    padding: 45px 0 140px 0;
}
.privacyh3{
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
}
.blue{
    color: #1935f4;
}
.privacy_company{
    font-weight: bold;
}

/* 404 */
.notfoundArea{
    background: url(../image/404/back_404.svg);
    background-size: 295px;
    padding-top: 140px;
    padding-bottom: 253px;
}
.notfound{
    width: 70%;
    max-width: 400px;
    margin: 0 auto 0px auto;
}
.notfoundLink{
    color: #e1dd44;
}
.notfoundPara{
    color: white;
    text-align: center;
}
.notFoundKumaArea{
    background-color: #dc302f;
    position: relative;
    padding: 60px 0 40px 0;
}
.notFoundKuma{
    width: 50%;
    max-width: 500px;
    position: absolute;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
}
.space{
    height: 2000px;
}

/* キャラクター名募集ページ */
.character{
    padding: 137px 0px 10% 0px;
    background-color: #cf2f2f;
}
.character_dvertisement{
    max-width: 630px;
    background-color: #d7d6d6;
    margin: 0 auto 40px auto;
}
.contactArea{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.contact-input{
    width: 100%;
    padding: 15px 10px;
    font-size: 1.8rem;
    color: #464e57;
    border-radius: 10px;
    border: 1px solid #8f8f8f;
}
.contactArea p{
    font-size: 1.8rem;
    color: white;
    margin-bottom: 5px;
}
.contactmgt{
    margin-top: 20px;
}
.contactArea_span{
    font-size: 1.4rem;
    padding: 1px 4px;
    border-radius: 5px;
    background-color: white;
    color: #dc302f;
    margin-left: 5px;
}
.submit-area{
    margin-top: 30px;
}
.submit-btn{
    width: 90%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 15px;
    background-color: #323b44;
    color: white;
    border-radius: 50px;
    font-size: 1.8rem;
    border: none;
}
.characterBtn{
    width: 10%;
    max-width: 95px;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 80px;
}
.wpcf7-not-valid-tip {
    color: #ffb900 !important;
}
.thanks{
    color: #dc302f;
    font-size: clamp(3rem,6vw,6rem);
    text-align: center;
    padding-bottom: 100px;
}
.thankyou{
    color: white;
    font-size: clamp(3rem,6vw,6rem);
    text-align: center;
    margin-bottom: 40px;
}
.thankyou_para{
    color: white;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
    text-align: center;
    font-size: 1.6rem;
}
.pryvacyAddress{
    word-break: break-all;
}

/* アーカイブページ */
#archivePage{
    padding: 120px 0 80px 0;
    background: url(../image/top/back_glay_kougu.svg);
    background-size: 295px;
}
.archivePage_h3{
    font-size: clamp(2rem,3vw,2.2rem);
}
.archive_li{
    border-bottom: 1px solid #999999;
}
.archive_li:last-child{
    border-bottom: none;
}
.archive_li a{
    display: block;
    padding: 20px 0;
}
.archive_contents{
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}
.archive_contents .singlePageBtn{
    font-size: 1.6rem;
    margin-top: auto;
}
.postday{
    margin-bottom: 5px;
}
/* wp-pagenavi */
.wp-pagenavi {
    margin: 40px auto 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #cf2f2f;
    color: white;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    width: 30px;
    height: 30px;
    justify-content: center;
    border: none !important;
    align-items: center;
    padding: 3px 5px;
    display: flex;
    color: #3E3A39;
    margin: 5px;
    background-color: #dadada;
    border-radius: 50px;
}
/* wp-pagenavi */

/* シングルページ */
.singleBack{
    border-radius: 10px;
    padding: clamp(20px,3%,40px);
    border: 4px solid #cf2f2f;
    background-color: white;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
}
.singleBack .singlePageBtn{
    margin-top: auto;
    font-size: 1.6rem;
}
.newsSingle{
    padding: 120px 0 80px 0;
    background: url(../image/top/back_glay_kougu.svg);
    background-size: 295px;
}
.news_date{
    font-size: 1.4rem !important;
    margin-right: 5px !important;
    line-height: 1 !important;
}
.newsPageTitle{
    font-size: clamp(2.4rem,4.5vw,3rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.new{
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 1 !important;
    padding: 3px 8px;
    background-color: #cf2f2f;
}
.singlePage{
    position: relative;
    overflow: hidden;
}

.singlePage h1 {
    font-size: clamp(2.4rem,4.5vw,3rem);
    line-height: 130%;
    font-weight: normal;
    text-align: justify;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    position: relative;
    font-weight: 600;
}

.singlePage h2 {
    font-size: clamp(2rem,3.5vw,2.4rem);
    padding: 10px 10px;
    font-weight: 600;
    text-align: justify;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    position: relative;
    color: #3E3A39;
    background-color: #fae0e0;
    border: none;
}
.singlePage h3{
    font-size: clamp(1.6rem,3vw,2rem);
    padding: 10px 10px;
    font-weight: 600;
    text-align: justify;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    position: relative;
    color: #3E3A39;
    background-color: #fae0e0;
}
.singlePage h4,.singlePage h5,.singlePage h6{
    font-size: clamp(1.6rem,3vw,2rem);
    padding: 10px 10px;
    font-weight: 600;
    text-align: justify;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    position: relative;
    color: #3E3A39;
    background-color: #fae0e0;
}
.singlePage p{
    font-size: 1.8rem;
    line-height: 180%;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    color: #3E3A39;
    font-weight: normal;
}
.singlePageBtn{
    font-size: 1.6rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border: none;
    border-radius: 50px;
    text-decoration: none !important;
    display: block;
    background-color: #4675f8;
    color: white !important;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin-top: 40px;
}
.singlePage p strong{
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    background-color: #fefba7;
}
.singlePage a{
    font-size: 1.8rem;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #4675f8;
    font-weight: normal;
}
.singlePage blockquote{
    padding: 3% 5%;
    background-color: #dfe6ec;
    position: relative;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: 5% 0;
}
.singlePage blockquote::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 5px;
    height: 100%;
    background-color: #4675f8;
}
.singlePage blockquote::after{
    content: "“";
    position: absolute;
    left: 0%;
    top: -11%;
    color: #b8d1e8;
    font-size: 6rem;
    font-style: italic;
}
.singlePage cite{
    text-align: right;
    font-size: 1.5rem;
    font-style: italic;
    display: block;
    color: #3E3A39;
}
.singlePage figure{
    width: 100%;
    display: block;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    overflow: auto;
}
.singlePage iframe{
    width: 100%;
    margin: 0% 0 clamp(20px,5%,40px) 0;
}
.singlePage .wp-element-caption{
    color: #3E3A39;
}
.singlePage ul,.singlePage ol{
    padding: 3% 5%;
    background-color: #fffedb;
    font-size: 1.8rem;
    margin: 0% 0 clamp(20px,5%,40px) 0;
    color: #3E3A39;
}
.singlePage li{
    list-style: auto;
    position: relative;
    left: 1.8rem;
    margin-right: 1.8rem;
}
.singlePage table{
    font-size: 1.6rem;
    width: 100%;
    color: #3E3A39;
}
.singlePage table td strong{
    color: #4992B9;
    font-weight: normal;
}
.singlePage thead{
    border: none !important;
}
.singlePage th{
    background-color: #ededed;
}
.singlePage tr:nth-child(even){
    background-color: #f2f2f2;
}
.singlePage .wp-block-button{
    margin: 0% 0 clamp(20px,5%,40px) 0;
}
.singlePage  .wp-block-button__link{
    display: block;
    color: white !important;
    text-decoration: none !important;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    background-color: #4675f8;
    position: relative;
    margin: 0% 0 clamp(20px,5%,40px) 0;

}

.singlePage  .wp-block-embed__wrapper {
    width: 100%;
    padding-top: 56%;
    position: relative;
  }
  
.singlePage  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}



/* Q and A */
.q_a_area{
    padding: 120px 0 80px 0;
    background-color: #f2f2f2;
}
.q_a_height{
    min-height: 45lvh;
}
.q_a_Title{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: clamp(2.2rem,5vw,3rem);
    line-height: 1;
    letter-spacing: 3px;
    margin: 60px auto 30px auto;
    width: fit-content;
    position: relative;
}
.q_a_kuma{
    width: 80px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-110%,-20%);
}
.q_a_blue{
    font-size: 5rem;
    color: #010357;
}
.q_a_red{
    font-size: 5rem;
    color: #cf2f2f;
}
.q_a_SubTitle{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.q_a_list{
    cursor: pointer;
    margin-bottom: clamp(10px, 4%, 30px);
}
.question_bar{
    display: flex;
    align-items: center;
    padding: 5px 50px 5px 10px;
    position: relative;
    background-color:#f0f0fb;
    border: 3px solid #010357;
    border-radius: 10px;
    margin-bottom: 10px;
}
@media (hover: hover) {
    .question_bar:hover{
        transform: scale(1.01);
    }
}
.question_bar::after{
    content:"";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(../image/qa/plus.svg) no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
    transition: transform 0.5s ease;
}
.open .question_bar:after{
    transform: translate(0,-50%) rotate(45deg);
}
.question_point{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: clamp(3.2rem,6vw,4.7rem);
    line-height: 120%;
    font-family: 600;
    color: #010357;
    margin-right: 10px;
}
.answer_point{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: clamp(3.2rem,6vw,4.7rem);
    line-height: 120%;
    font-family: 600;
    color: #cf2f2f;
    margin-right: 10px;
}
.question_txt{
    font-size: clamp(1.7rem,2.5vw,1.8rem);
    line-height: 120%;
    color: #010357;
}
.answer_txt{
    font-size: clamp(1.7rem,2.5vw,1.8rem);
    padding-top: clamp(5px,1.5vw,13px);
    margin-bottom: clamp(5px,1.5vw,13px);
}
.answer_bar{
    max-height: 0;
    overflow: hidden;
    display: flex;
    transition: all 0.5s ease;
    position: relative;
    padding: 0px 10px;
    background-color: white;
    border: 3px solid #cf2f2f;
    border-radius: 10px;
    opacity: 0;
}
.open .answer_bar{
    max-height: 800px;
    padding: 5px 10px;
    opacity: 1;
}

/* お問い合わせ */
#contactPage{
    padding: 150px 0 90px 0;
    background-color: #fff6e5;
    overflow: hidden;
}
.contactMainTitle{
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

.underLine{
    text-decoration: underline;
}
.con_tel_num{
    font-size: clamp(3rem,7vw,5rem);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.con_tel_num span{
    font-size: clamp(1.8rem,4vw,3rem);
}
.con_para{
    margin-bottom: 20px;
}
.recapcha_para{
    font-size: 1.2rem;
    width: fit-content;
    margin: 30px auto;
}
.recapcha_para a{
    font-size: 1.2rem;
    color: #1450e4;
    text-decoration: underline;
}
#contactPage textarea{
    width: 100%;
    resize: vertical;
}
.cont_th{
    width: 17em;
}
.cont_td{
    width: calc(100% - 17em);
}
#k-name,#k-email,#k-tel,#k-corp,#k-corp2,#k-corp3,#k-fax,#zip,#pref,#city,#addr{
    width: 100%;
    font-size: 1.6rem;
    padding: 10px;
}
#autozip{
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
table{
    width: 100%;
}
.contact_box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: clamp(10px,5%,20px);
}
.radio-ex{
    width: fit-content;
    margin: 30px auto;
}
.contact_Area{
    margin-bottom: clamp(20px,5%,70px);
    border: 5px solid #010357;
    border-radius: 10px;
    background-color: white;
    padding: clamp(20px,5%,40px);
    position: relative;
}
.submitBtn{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
    border: none;
    font-size: 1.8rem;
    padding: 10px 0;
    border-radius: 30px;
    cursor: pointer;
    color: white;
    background-color: #010357;
}
.cf_k{
    position: absolute;
    width: 20%;
    max-width: 140px;
    top: 10px;
    right: 5%;
}
@media (hover: hover) {
    .submitBtn:hover{
        background-color: #cf2f2f;
    }
}
@media screen and (max-width:768px){
    .cont_th{
        width: 100%;
    }
    .cont_td{
        width: 100%;
    }
    .cf_k{
        position: absolute;
        width: 20%;
        max-width: 150px;
        top: -42px;
        right: 10px;
    }
}
@media screen and (max-width:440px){
    .cf_k{
       display: none;
    }
}
.grecaptcha-badge { visibility: hidden; }

/* コンタクトフォーム7 */
.wpcf7-list-item{
    margin-right: 30px !important;
}
.wpcf7-list-item{
    margin-left: 0 !important;
}
/* 入力漏れエラーメッセージ */
.wpcf7-not-valid-tip{
    color: #E94829 !important;
    font-size: 1.5rem !important;
}
/* 送信エラーメッセージ */
.wpcf7-response-output{
    color: #E94829 !important;
    border-color: #E94829 !important;
    font-size: 1.5rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto !important;
    padding: 5px 20px !important;
}
/* ファイルアップロードのエラーメッセージ */
.fileup .wpcf7-not-valid-tip{
    white-space: nowrap;
    position: absolute;
    top: 27px;
    left: 0;
}





/* スクロールアニメーション */
.fade-up{
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.5s ease , opacity 0.5s ease;
}
.js-active.fade-up{
    transform: translateY(0px);
    opacity: 1;
}
.fade-left{
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.5s ease , opacity 0.5s ease;
}
.js-active.fade-left{
    transform: translateY(0px);
    opacity: 1;
}
.fade-right{
    transform: translateX(100px);
    opacity: 0;
    transition: transform 0.5s ease , opacity 0.5s ease;
}
.js-active.fade-right{
    transform: translateY(0px);
    opacity: 1;
}
.flip-left{
    will-change: transform, opacity;
    transform: rotateY(-90deg);
    opacity: 0;
    transition: transform 0.7s ease 0.3s, opacity 0.7s ease 0.3s;
}
.js-active.flip-left{
    transform: rotateY(0deg);
    opacity: 1;
}