@charset "utf-8";
/*　共通　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #1f1f1f;
}
img {
    /*display: block;*/
    vertical-align: bottom;
    width: 100%;
}
a {
    text-decoration: none;
}
ul {
    padding-inline-start: 0px;
}
p{
    position: relative;
    z-index: 1;
}
.po_r {
    position: relative;
}
.po_a {
    position: absolute;
}
.mb0{
    margin-bottom: 0px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.en{
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.bg {
    background: no-repeat center / cover;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 8px 20px;
    text-align: left;
}
.txt_r{
    color: #ef010d;
}

@media (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media (max-width: 767px) {
    body{
        margin: 0 auto;
        width: 100%;
        font-size: 14px;
    }
    .pc {
        display: none;
    }
}


/* -------fv------- */
header {
    background-color: #fff;
    z-index: 999;
    width: 100%;
    border-top: #c01920 solid 3px;
    position: fixed;
}

header li {
    list-style: none;
}
.head_list{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 10px auto;
    align-items: center;
}
.entry_list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_btn{
    background-image: linear-gradient(90deg, rgb(236, 88, 19), rgb(255, 156, 28));
    border-radius: 99px;
    min-width: 200px;
    padding: 15px 60px 15px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 0.8;
    box-sizing: border-box;
}
.cta_btn img{
    bottom: 0;
    right: 5%;
    width: 34px;
    transform: translateY(-50%);
}
.cta_btn span{
    font-size: 0.5em;
    font-weight: 700;
}
.btn_black{
    margin-right: 10px;
    background: #151515;
}
.btn_black span {
    font-size: 0.4em;
}

/* キラッ */
._shiny {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 300ms;
}

._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
  
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
  
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
}

.fv{
    padding-top: 70px;
}
.fv_txt{
    z-index: 2;
    top: 25%;
    left: 11.5%;
    width: 28%;
}
.fv_txt2{
    z-index: 2;
    top: 42%;
    left: 15.5%;
    width: 29%;
}
.fv_img{
    bottom: -8px;
    right: 0;
    width: 62%;
    max-width: 1190px;
}
.fv-02 {
    background-color: #ebf0f6;
    padding: 5% 0;
}
.fv2_inner {
    margin: 0 auto ;
    max-width: 900px;
}
.toForm {
    padding: 5% 0 0;
    margin: 0 auto ;
    max-width: 900px;
}
@media screen and (max-width:760px){
    .entry_list{
        width: 60%;
    }
    .cta_btn{
        font-size: 4vw;
        min-width:auto;
        padding: 5% 10%;
        width: 100%;
    }
    .cta_btn img{
        width: 13%;
    }
    .fv{
        padding-top: 16%;
    }
    .fv_img{
        top:10%;
        width: 96%;
    }
    .fv_txt{
        top: 49%;
        left: 0;
        width: 73%;
    }
    .fv_txt2{
        top: 59%;
        right: 0;
        left: auto;
        width: 75%;
    }
    .fv2_inner {
        padding: 0% 0 0;
        width: 90%;
    }
    .toForm {
        padding: 8% 0 0;
        width: 90%;
    }
}

/*==================================
背景色が伸びて出現
===================================*/
/*全共通*/
/* .bgextend{
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
    display: inline-block;
}
@keyframes bgextendAnimeBase{
    from {
        opacity:0;
    }
    to {
        opacity:1;  
    }
} */

/*中の要素*/
/* .bgappear{
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond{
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
} */

/*左から右*/
/* .bgLRextend::before{
    animation-name:bgLRextendAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    
    left: 0;
    right: 0;
    margin: 0 auto;
    
    width: 100%;
    height: 100%;
    background-color: #ef010d;
}
.bg_white::before{
    background-color: #fff;
}
@keyframes bgLRextendAnime{
    0% {
        transform-origin:left;
        transform:scaleX(0);
        -webkit-transform: scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
        -webkit-transform: scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
        -webkit-transform: scaleX(0);
    }
} */
/*右から左*/
/* .bgRLextend::before{
    animation-name:bgRLextendAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;/
}
@keyframes bgRLextendAnime{
    0% {
      transform-origin:right;
      transform:scaleX(0);
      -webkit-transform: scaleX(0);
    }
    50% {
      transform-origin:right;
      transform:scaleX(1);
      -webkit-transform: scaleX(1);
    }
    50.001% {
      transform-origin:left;
    }
    100% {
      transform-origin:left;
      transform:scaleX(0);
      -webkit-transform: scaleX(0);
    }
} */


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
/* .bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
} */

/* -------camp------- */
.inner{
    max-width: 1080px;
    width: 80%;
    margin: 0 auto;
    padding: 70px 0 0;
}
.camp_area .inner{
    max-width: 900px;
}
.camp_area .cta_txt {
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    color: #ec5813;
    margin: 0 auto;
    padding: 0 0 3%;
}
.cta_inner {
    background-color: #ebf0f6;
    padding: 3% 0;
}
.camp_link{
    background-color: #1f1f1f;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.icon {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff; /* アイコンの色 */
    margin-left: 20px; /* テキストとアイコンの間隔 */
}
@media screen and (max-width:1200px){
    .inner{
        padding: 6% 0;
    }
    .camp_area .inner{
        width: 60%;
    }
    .camp_link{
        font-size: 2vw;
    }
    .camp_area .cta_txt {
        font-size: 1.2rem;
    }
}
@media screen and (max-width:760px){
    .inner{
        width: 90%;
        padding: 10% 0;
    }
    .camp_area{
        top: 30px;
        position: relative;
    }
    .camp_area .inner{
        padding: 0% 0 13%;
        width: 90%;
    }
    .camp_link{
        font-size: 4vw;
    }
    .camp_area .cta_txt {
        font-size: 1rem;
    }
    .cta_inner {
        background-color: #ebf0f6;
        padding: 8% 0;
    }
}

/* -------modal------- */
#modal{
    display: none;
}
.modaal-content-container{
    overflow-y: scroll;
    height: 40vw;
}
.modaal-close{
    position: absolute!important;
    right: -4%!important;
    top: -6%!important;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
    background:#ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    background:#666;
}
.m_lead{
    padding: 20px 0;
}
.modaal-content-container{
    text-align: center;
}
.modal_table th, .modal_table td{
    text-align: center;
    border: 1px solid #ddd;
}
.modal_table th{
    background-color: #151515;
    color: #fff;
}
.bg_g{
    background-color: #ebf0f6;
}
.modal_table .cta_btn{
    padding: 8px 50px;
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width:760px){
    .modaal-content-container{
        height: 100vw;
        padding: 10% 5%;
    }
    .modaal-close{
        top: -12% !important;
    }
    .modal_table{
        font-size: 12px;
    }
    .modal_table th, .modal_table td{
        padding: 8px 5px;
    }
    .modal_table .cta_btn{
        font-size: 3vw;
        padding: 5px 10px;
    }
}

/* -------about------- */
#about{
    top: 150px;
}
h2{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.slash {
    display: flex;
    align-items: center;
    color: #ef010d;
    font-style: italic;
    font-size: 24px;
    margin-top: 20px;
    letter-spacing: 1px;
}
.slash img {
    width: 20px!important; /* アイコンのサイズ */
    height: 23px; /* アイコンのサイズ */
    margin: 0 10px 5px 0; /* スラッシュアイコンとテキストの間隔 */
}
.slant_bg {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 100px;
}
.slant_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ebf0f6;
    transform: skewY(-7deg);
    z-index: -1;
}
#about::before{
    background-image: url(../img/about_bg_pc.png);
    background-size: cover;
    background-position: bottom;
}
#about h2{
    max-width: 1200px;
    position: relative;
    z-index: 3;
}
#about h2 span{
    color: #fff;
}
.about_head{
    max-width: 650px;
}
.about_head2{
    max-width: 350px;
}
#about .inner h3{
    font-size: 1.5rem;
    color: #ef010d;
    font-weight: 800;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 20px;
}
#about .inner{
    padding-bottom: 0;
    font-size: 18px;
    position: relative;
    z-index: 3;
}
#about .inner p{
    color: #fff;
    margin-bottom: 40px;
    /*width: 65%;*/
}
.about_img{
    width: 38%;
    height: 81%;
    top: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    transform: skewY(-7deg);
    z-index: 2;
}
.about_img img{
    width: 100%;
    height: 117%;
    object-fit: cover;
    transform: skewY(8deg);
    position: relative;
    top: -11%;
}
.about_bg{
    width: 34%;
    height: 60%;
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}
.about_bg::before{
    background-color: #db5457;
}
.about_point{
    max-width: 1080px;
    width: 80%;
    margin: 0 auto;
    bottom: -8%;
    right: 0;
    left: 0;
}
@media screen and (max-width:1200px){
    .about_img{
        width: 48%;
    }
    #about .inner p{
        width: 67%;
    }
}
@media screen and (max-width:760px){
    .slant_bg::before{
        transform: skewY(-10deg);
    }
    .slash{
        font-size: 4vw;
        margin-top: 4%;
    }
    .slash img{
        width: 15px !important;
        height: 17px;
        margin: 0 6px 3px 0;
    }
    #about{
        padding: 105% 5%;
        box-sizing: border-box;
        top: 40px;
    }
    #about::before{
        background-image: url(../img/about_bg_sp.png);
    }
    .about_head{
        width: 90%;
    }
    .about_head2{
        width: 45%;
    }
    #about h2{
        margin: 0;
        width: 100%;
    }
    #about .inner{
        width: 100%;
        padding: 12% 0px;
    }
    #about .inner h3{
        font-size: 18px;
    }
    #about .inner p{
        width: 100%;
        font-size: 14px;
    }
    .about_img{
        width: 90%;
        height: 25%;
        top: 1%;
        transform: skewY(-10deg);
    }
    .about_img img{
        height: 120%;
    }
    .about_point{
        width: 90%;
        bottom: 4%;
    }
}

/* -------charm------- */

#charm{
    padding: 350px 0 0;
}
.charm_ttl{
    width: 812px;
}
#charm .inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 30px;
}
.mini_bg{
    position: absolute;
    padding: 0;
    height: 430px;
}
#charm .mini_bg{
    width: 89%;
    top: 26%;
}
#charm .mini_bg::before{
    background-color: #ebf0f6;
}
.charm_item{
    width:100%;
}
.charm_item h3{
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    font-style: italic;
    bottom: -6%;
    left: 7%;
}
.charm_item h3 p{
    background: #ef010d;
    padding: 0 13px 5px 10px;
    display: inline-block;
    line-height: 1.5;
    margin: 10px 0;
}
.charm_item h3 span{
    font-size: 0.8em;
    background: #ef010d;
    padding: 0 20px 5px 10px;
}
.charm_txt{
    width: 85%;
    margin: 30px auto 0;
}
.charm_item:nth-child(3) h3{
    font-size: 41px;
}
.marker {
    background: linear-gradient(transparent 70%, yellow 70%);
    font-weight: 800;
}
@media screen and (max-width:1300px){
    .charm_item h3{
        font-size: 3.2vw;
    }
    .charm_item:nth-child(3) h3{
        font-size: 3vw;
    }
}
@media screen and (max-width:760px){
    #charm{
        padding-top: 50%;
    }
    .charm_ttl{
        width: 97%;
        margin-bottom: 1%;
    }
    .charm_ttl2{
        width: 88%;
    }
    #charm .inner{
        grid-template-columns: 1fr;
        width: 100%;
        gap: 1%;
    }
    .charm_item{
        width: 95%;
        box-sizing: border-box;
        gap: 1%;
    }
    .charm_item h3{
        font-size: 8vw;
        bottom: -3%;
        left: 5%;
    }
    .charm_item h3 p{
        padding: 0 10px 3px;
        margin: 2% 0;
    }
    .charm_item h3 span{
        font-size: 0.7em;
    }
    .charm_item:nth-child(3) h3 {
        font-size: 7.5vw;
    }
    .charm_txt{
        width: 95%;
        padding-left: 6%;
        margin: 5% 0 0;
    }
}

/* -------CTA------- */
.cta{
    /* background-image: url(../img/cta_bg_pc.png); */
    /* margin-top: 40px; */
}
.cta .inner{
    text-align: center;
    color: #fff;
    padding: 152px 0 164px;
}
.cta_txt{
    font-weight: 900;
    font-style: italic;
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.cta_txt .txt_S{
    font-size: 0.6em;
}
.cta .cta_btn{
    text-align: center;
    max-width: 460px;
    width: 80%;
    margin: 0 auto;
    font-size: 41px;
}
.cta .cta_btn img{
    width: 50px;
}
@media screen and (max-width:760px){
    .cta{
        /* background-image: url(../img/cta_bg_sp.png); */
        margin: 0;
    }
    .cta .inner{
        text-align: left;
        padding: 26% 0 35%;
    }
    .cta_txt{
        font-size: 10vw;
        letter-spacing: -1px;
        line-height: 1.1;
    }
    .cta_txt p{
        margin-top: 3%;
    }
    .cta_txt .txt_S {
        font-size: 0.75em;
    }
    .cta .cta_btn{
        width: 90%;
        font-size: 7vw;
        text-align: center;
        padding: 5% 20% 5% 10%;
    }
    .cta .cta_btn img{
        width: 13%;
    }
}
/* -------sched------- */
#sched{
    padding: 100px 0 0;
}
.sched_ttl1{
    max-width: 583px;
}
.lead_txt{
    max-width: 1080px;
    width: 90%;
    margin: 40px auto 80px;
}
@media screen and (max-width:760px){
    .sched_ttl1{
        width: 70%;
        margin-bottom: 3%;
    }
    .sched_ttl2{
        width: 42%;
    }
    .lead_txt{
        margin: 10% auto;
    }
}


/* -------tab------- */
/* タブボタンのスタイル */
.tab-buttons {
    display: flex;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-end;
}
.tab-button {
    width: 50%; /* 台形の幅 */
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    /* 上辺が水平で、下辺が台形の底部 */
    background-color: #151515;
    border: none;
    padding: 14px 0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.tab-button.active {
    background-color: #ef010d;
    padding: 20px 0;
}

/* タブコンテンツのスタイル */
.tab-contents {
    padding: 60px 0;
    border-top: 6px solid #ef010d;
    background-color: #ebf0f6;
    margin-top: -1px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab_inner{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
.day_row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
.day_item::before {
    content: "";
    display: block;
    width: 2px;
    height: 40%;
    position: absolute;
    top: 90px;
    left: 29px;
    background: #ef010d;
    z-index: 0;
}
._short::before {
    height: 20%;
}
._long::before {
    height: 140px;
}
._line_none::before{
    display: none;
}
.day_item{
    display: flex;
    align-items: flex-start;
    gap: 45px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.day_item img{
    width: 60px;
}
.day_txt{
    max-width: 360px;
}
.day_txt h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.day_txt p{
    margin-top: 0;
    line-height: 2;
}
.day_img_list{
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 360px;
    flex-shrink: 0;
}
@media screen and (max-width:760px){
    .tab-buttons{
        width: 93%;
    }
    .tab-button{
        font-size: 4.5vw;
        font-weight: 700;
        padding: 3% 0;
    }
    .tab-button.active{
        padding: 4% 0;
    }
    .tab-contents{
        border-top: 4px solid #ef010d;
        padding: 10% 0;
    }
    .day_row{
        flex-direction: column;
        margin: 0;
    }
    .day_item{
        gap: 15px;
    }
    .day_txt h3{
        font-size: 5vw;
    }
    .day_img_list{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .day_img_list img{
        width: 100%;
    }
    .day_item::before{
        left: 30px;
    }
    ._short::before{
        height: 70%;
    }
    ._long::before{
        height: 75%;
    }
    .tab-contents .t_mt40{
        margin-bottom: 44px;
    }
}

/* -------income------- */
#income{
    padding: 100px 0;
}
.income_ttl{
    max-width: 440px;
}
#income .inner{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 60px 0 0;
}
.bg_r{
    background: #ef010d;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}
.inner_txt{
    margin-top: -170px;
    font-size: 20px;
    font-weight: 900;
    margin-left: -20px;
}
.inner_txt .note{
    font-weight: 600;
}
.txt_lg{
    font-size: 2.5em;
    line-height: 1.5;
}
.txt_lg span{
    font-size: 1.6em;
    line-height: 1.0;
}
@media screen and (max-width:760px){
    .income_ttl{
        width: 90%;
    }
    #income .inner{
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 5% 0 0 5%;
    }
    .income_item img{
        padding-left: 4%;
        width: 100%;
        box-sizing: border-box;
    }
    .inner_txt{
        font-size: 4vw;
        margin: -130px 0 0 0;
    }
}

/* -------interview------- */
#voice{
    padding: 0 0 150px;
    margin: -60px 0;
}
.voice_ttl{
    width: 336px;
}
#voice .inner{
    display: flex;
    justify-content: space-between;
}
.voice_item{
    background: #fff;
    width: 32%;
}
.vo_label{
    background: #ef010d;
    padding: 0 10px;
    display: inline;
    color: #fff;
}
.vo_txt{
    padding: 20px;
}

/* スライダー */
.slider {
    width: 100%;
    margin: auto;
}
.slick-slide img {
    width: 100%;
    display: block;
}
.slick-slide:not(.slick-current) {
    opacity: 0.5;
}
/* スライダーはデフォルトで非表示 */
.slider {
    display: none;
}
@media screen and (max-width:760px){
    #voice{
        top: 0;
        margin: 0 0 -15%;
        padding: 0 0 24%;
    }
    .voice_ttl{
        width: 70%;
    }
    .vo_txt{
        height: 64vw;
    }
    .slider {
        display: block;
    }
    .slick-dots {
        display: none !important;
    }
    .slider .slick-prev,
    .slider .slick-next {
        background-color: #EF010D!important;
        color: white;
        border: none!important;
        border-radius: 50%;
        bottom: -10px!important; /* スライダーの下に配置 */
        top:auto!important;
        width: 30px;
        height: 30px;
        padding-bottom: 4px;
    }
    .slick-prev {
        left: 45%!important;
        transform: translateX(-100%);
    }
    .slick-next {
        left: 55%!important;
        transform: translateX(0%);
    }
    .slick-prev::before, .slick-next::before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 1;
    }
    .slick-prev::before {
        content: '❮'; /* 左矢印 */
    }
    .slick-next::before {
        content: '❯'; /* 右矢印 */
    }
}

/* -------training------- */
#training{
    padding: 100px 0;
}
.tr_ttl1{
    max-width: 818px;
    /*width: 90%;*/
}
#training .slant_bg{
    padding: 0 0 80px;
    top: 0;
}
#training .inner{
    padding: 0;
}
.tr_txt{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.5;
    margin: -20px 0 -40px;
}
#training .mini_bg{
    width: 75%;
    top: 15%;
    padding: 0;
}
#training .mini_bg::before{
    background-color: #fff;
}
.ca_area{
    display: flex;
    margin: 160px auto 90px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
}
#training .ca_area h2{
    margin: 0;
    width: 100%;
    /*font-size: 18px;*/
}
.ca_ttl{
    max-width: 591px;
    width: 100%;
}
.ca_area div .lead_txt{
    width: 100%;
    margin-bottom: 0;
}
@media screen and (max-width:1200px){
    .ca_img{
        width: 50%;
    }
}
@media screen and (max-width:760px){
    #training{
        padding: 100px 0 0;
    }
    .tr_ttl1{
        width: 50%;
        margin-bottom: 2%;
    }
    .tr_ttl2{
        width: 95%;
    }
    #training .slant_bg{
        padding: 170px 0 80px;
        top: -170px;
        margin-bottom: -100px;
    }
    #training .inner{
        padding: 0 0 0 5%;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .mt0{
        margin-top: -13%;
    }
    .tr_txt{
        font-size: 25px;
        margin: 0;
    }
    #training .mini_bg{
        padding: 0;
        top: 25%;
        height: 130vw;
        width: 87%;
    }
    #training .ca_area{
        flex-direction: column;
        width: 90%;
        margin: 100px auto 0;
        padding: 0;
        gap: 40px;
    }
    .ca_ttl{
        width: 87%;
    }
    .ca_area .txt{
        width: 100%;
    }
}

/* -------QA------- */
#flow{
    padding: 60px 0 0;
}
.flow_ttl_sp{
    max-width: 410px;
}
#flow .inner{
    max-width: 1280px;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}
.flow_txt{
    width: 80%;
    top: 47%;
    margin: 0 auto;
    right: 0;
    left: 0;
    line-height: 1.5;
}
.flow_txt h3{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 11px;
}
.flow_arrow{
    width: 43px;
    top: 35%;
    right: -30px;
    z-index: 1;
}
@media screen and (max-width:1200px){
    #flow .inner{
        gap: 20px;
    }
    .flow_txt{
        top: 37%;
    }
    .flow_txt h3{
        font-size: 2.3vw;
    }
    .flow_arrow{
        width: 14%;
        right: -22px;
    }
}
@media screen and (max-width:760px){
    .flow_ttl_sp{
        width: 85%;
    }
    #flow .inner{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .flow_txt{
        width: 55%;
        top: 36%;
        margin: 0 auto 0 6%;
    }
    .flow_txt h3{
        font-size: 6vw;
    }
    .flow_arrow{
        top: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
        transform: rotate(90deg);
        bottom: -3%;
        width: 33px;
    }
}

/* -------QA,recruit------- */
#qa{
    padding: 0 0 100px;
    top: 50px;
}
#qa h2{
    max-width: 507px;
    margin: 0 auto;
}
#qa h2,#recruit h2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#recruit{
    padding: 160px 0 40px;
}
#recruit h2{
    width: 326px;
    margin: 0 auto;
}
.note{
    font-size: 12px;
}

/* アコーディオン */
.acc_container {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.acc_button {
    background-color: #ef010d;
    border: none;
    outline: none;
    padding: 15px;
    text-align: left;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
/* アコーディオンコンテンツ */
.acc_content {
    display: none;
    overflow: hidden;
    padding: 20px 30px;
    transition: all 0.3s;
}
.acc_content h3{
    margin: 15px 0;
    font-weight: 800;
}
.acc_item{
    margin-bottom: 20px;
}
/* アコーディオンを開くときのスタイル */
.acc_button.active + .acc_content {
    display: block;
    transition: all 0.3s;
}
/* アコーディオンのアイコン */
.acc_icon {
    width: 24px;
    height: 24px;
    position: relative;
}
/* プラスアイコン */
.acc_icon::before,
.acc_icon::after {
    content: '';
    position: absolute;
    background-color: #fff; /* アイコンの色 */
}
.acc_icon::before {
    width: 24px;
    height: 4px;
    top: 10px;
    left: 0;
}
.acc_icon::after {
    width: 4px;
    height: 24px;
    left: 10px;
    top: 0;
}
/* マイナスアイコンに変わるエフェクト */
.acc_button.active .acc_icon::after {
    transform: rotate(90deg); /* プラスからマイナスへ */
    transition: transform 0.3s;
}
.acc_button.active .acc_icon::before {
    opacity: 0;
}

/* デザイン違い */
.white_acc {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #151515;
    color: #151515;
    font-size: 18px;
    padding: 0 10px 15px 0;
}
.white_acc_content{
    background-color: #fff;
}
.white_acc .acc_icon::before,
.white_acc .acc_icon::after {
    content: '';
    position: absolute;
    background-color: #ef010d; /* アイコンの色 */
}
.acc_flex{
    display: flex;
    align-items: center;
    gap: 20px;
}
.q_icon{
    font-size: 50px;
    font-weight: 400;
    color: #ef010d;
}
.a_icon{
    font-size: 40px;
    font-weight: 400;
    color: #a7a7a7;
    line-height: 1.5;
}
#recruit .white_acc_content {
    padding: 20px 0;
}
.white_acc_content .acc_container{
    width: 100%;
}
.info_table td{
    padding: 8px 30px;
}
.info_table th{
    background-color: #ebf0f6;
    font-weight: 700;
    width: 20%;
}
.info_table ul{
    padding-inline-start: 1.5rem;
}
.info_table b{
    color: #ef010d;
    font-weight: 700;
}
.table_link{
    color: #ef010d;
    text-decoration: underline;
    position: relative;
}
.table_link::after {
    content: '';
    position: absolute;
    right: -26px; /* アイコンとテキストの間隔調整 */
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* アイコンのサイズ */
    height: 16px;
    background-image: url('../img/icon_blank.png'); /* アイコンのURL */
    background-size: contain; /* アイコンのサイズを調整 */
    background-repeat: no-repeat;
}

@media screen and (max-width:760px){
    #qa{
        padding: 0 0 5%;
        margin: 15% 0px;
    }
    #qa h2, #recruit h2{
        align-items: flex-start;
    }
    .qa_ttl{
        width: 95%;
    }
    .qa_ttl,.info_ttl{
        margin-bottom: 10px;
    }
    #recruit{
        padding: 120px 0 0;
    }
    .info_ttl{
        width: 62%;
    }
    .acc_container{
        width: 100%;
    }
    .acc_button{
        padding: 3% 6%;
    }
    .acc_flex{
        gap: 13px;
        width: 90%;
    }
    .q_icon{
        font-size: 40px;
    }
    .a_icon{
        font-size: 30px;
    }
    .acc_content{
        padding: 5% 0 0 0;
    }
    .acc_content .acc_flex{
        width: 100%;
        align-items: flex-start;
    }
    .white_acc{
        font-size: 16px;
        padding: 0 0 5%;
    }
    .white_acc_content{
        padding: 5%;
    }
    .info_table th,.info_table td{
        display: block;
        width: 100%;
    }
    .info_table th{
        border-bottom: none;
        padding: 4px 17px;
    }
    .info_table td{
        padding: 10px 0 20px;
        border: none;
    }
    .acc_icon::before {
        height: 2px;
    }
    .acc_icon::after {
        width: 2px;
    }
}

/* -------form------- */
#form{
    display:block;
    margin-top: -13px;
    padding-top: 13px;
}
#formArea {
    padding-top: 70px;
    margin-top: 70px;
    padding-bottom: 70px;
    background-image: linear-gradient(132deg, rgba(194, 0, 1, 1), rgba(233, 0, 21, 1) 50%, rgba(194, 0, 1, 1));
    color:#fff;
}
#formArea h2{
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    font-feature-settings: "palt";
}
.lead_c{
    text-align: center;
    margin-bottom: 40px;
}
.wrap{
    background: #fff;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    color: #000;
    padding: 50px 0;
}

#formArea dl {
    font-size: 16px;
    max-width: 640px;
    width:90%;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}
#formArea dl dt{
    width: 200px;
    float: left;
    font-weight: bold;
    padding-top: 6px;
}
#formArea dl dt span{
    display: inline-block;
    background: #212121;
    border-radius: 4px;
    color: #fff;
    font-size: 80%;
    padding: 2px 6px 1px;
    margin-right: 10px;
}
#formArea dl dt .req_icon{
    background: #c01920;
}
#formArea dl dd{
    width: 65%;
    float: left;
}
#formArea dl dd input,#formArea dl dd select{
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    background: #ebf0f6;
    border: none;
    border-radius: 3px;
    color: #000;
    box-sizing: border-box;
}
#formArea .sendBtn{
    text-align: center;
    padding-top: 20px;
}
input[type="submit" i] {
    background-image: linear-gradient(90deg, rgba(228, 1, 12, 1), rgba(249, 39, 79, 1));
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    border: none;
    border-radius: 99px;
    max-width: 300px;
    width: 80%;
    line-height: 1.5;
    padding: 10px;
}
/* confirm */
#confirm #formArea{
    padding-top: 130px;
    margin-top: 0;
}
.btnArea{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}
.btnArea .inline{
    width: 100%;
}
#confirm input[type="submit" i]{
    max-width: 100%;
    width: 100%;
}
#confirm .backbtn{
    background-image:none;
    background:#aaa;
}
/* finish */
.finish_wrapper{
    padding-top: 130px;
    text-align: center;
}
.finish_wrapper h2{
    font-size: 46px;
    font-weight: 900;
}
.finish_contact{
    border: 1px #ef010d solid;
    padding: 20px;
    box-sizing: border-box;
    margin: 70px auto ;
    border-radius: 20px;
}
.finish_contact h3{
    color: #ef010d;
    font-size: 1.5em;
    font-weight: 700;
}
.finish_tel{
    font-size: 48px; 
    font-weight: 900; 
    background: linear-gradient(90deg, rgba(228, 1, 12, 1), rgba(249, 39, 79, 1));
    -webkit-background-clip: text;
    color: transparent;
}
.finish_wrapper #flow{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto 70px;
    padding: 60px 0;
    background: #ebf0f6;
    border-radius: 20px;
}
.finish_wrapper #flow h2{
    color: #ef010d;
}
.finish_wrapper #flow .inner{
    width: 87%;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
}
/* footer */
footer {
    background-color: #212121;
    text-align: center;
    padding: 40px 0;
    font-size: 14px;
    color: #fff;
}
footer a{
    color: #fff;
}
.copy {
    margin-top: 20px;
    font-size: 12px;
}
@media screen and (max-width:760px){
    #formArea h2{
        margin-bottom: 3%;
    }
    .lead_c{
        width: 90%;
        margin: 0 auto 10%;
    }
    #formArea dl dt{
        padding: 0 0 3%;
        width: 100%;
    }
    #formArea dl dd{
        width: 100%;
    }
    #formArea dl dt span{
        margin-right: 6px;
    }
    #formArea .sendBtn{
        padding: 0;
    }
    /* confirm */
    .btnArea{
        grid-template-columns: 1fr;
        gap: 10%;
    }
    input[type="submit"]{
        font-size: 5vw;
    }
    /* finish */
    .finish_wrapper{
        font-size: 14px;
        padding-top: 100px;
    }
    .finish_wrapper h2{
        font-size: 8vw;
        line-height: 1.5;
    }
    .finish_wrapper .inner{
        width: 90%;
    }
    .finish_contact{
        margin: 0 auto 10%;
    }
    .finish_tel{
        font-size: 11vw;
    }
    .finish_wrapper #flow{
        padding: 10% 0;
    }
    .finish_wrapper #flow .inner{
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }
    .finish_wrapper .flow_txt{
        width: 62%;
        top: 33%;
    }
    .finish_wrapper .flow_txt h3{
        font-size: 5.5vw;
    }
    .finish_wrapper .flow_txt p{
        font-size: 3.5vw;
    }
}


/* ルート配送3つのメリット */
#merits {
    padding: 10% 0 0;
}
#merits  .mini_bg {
    width: 89%;
    top: 26%;
}
#merits .mini_bg::before {
    background-color: #ebf0f6;
}
#merits .inner {
    grid-template-columns: 1fr 1fr;
    gap: 70px 30px;
}
.merits_item {
    width: 100%;
}
.merits_flex {
    display: flex;
    gap: 5%;
}
.merits_item h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    font-style: italic;
}
.merits_item h3 p {
    background: #ef010d;
    padding: 0 13px 5px 8px;
    display: inline-block;
    line-height: 1.5;
    margin: 0 0;
}
.merits_txt{
    width: 85%;
    margin: 30px auto 0;
}
@media (max-width: 767px) {
    #merits {
        padding: 12% 0 0;
    }
    #merits .inner {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 1%;
    } 
    .merits_item {
        width: 95%;
        box-sizing: border-box;
        margin-bottom: 8%;
    }
    .merits_item h3 {
        font-size: 8vw;
        bottom: 25%;
        left: 5%;
    }
    
    .merits_item h3 p  {
        padding: 0 10px 3px 4px;
        margin: 0 0;
    }
    .merits_flex  {
        display: block;
    }
    .merits_txt {
        width: 95%;
        padding-left: 6%;
        margin: -5% 0 0;
    }
    .merits_txt p {
        margin-top: 3%;
    }
    .merits_ttl {
        width: 80%;
        margin-bottom: 1%;
    }
    .merits_ttl2{
        width: 95%;
    }
}


.fixed-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9999;
    width: 20%;
    transition: opacity 0.4s ease;
}
@media(max-width: 767px) {
    .fixed-btn {
        bottom: 2%;
        right: 5%;
        width: 90%;
    }
}