@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    color: #282828;
    padding-top: 90px;
    font-family: 'Noto Sans JP', sans-serif !important;
}
.section{
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
}
a{
    text-decoration: none;
    color: #000;
}
.br_sp{
    display: none;
}
body.body_active {
    height: 100%;
    overflow: hidden;
}

/* --------------- */
/* -----header---- */
/* --------------- */
header{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 0 0 0 30px;
    z-index: 999;
    background-color: #FFF;
    display: flex;
}
.header_logos{
    height: 100%;
    display: flex;
    align-items: center;
}
.header_logos img{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.header_logos div{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.header_phone {
        font-size:14px;
	text-align: right;
}

.header_nav{
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    padding-right: 30px;
}
.header_nav div{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_download{
    width: 120px;
    height: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #0B4D9A;
    box-shadow: 0px 0px 8px 0px #2367B51A;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-left: 40px;
    cursor: pointer;
    transition: .2s;
}
.header_download:hover{
    background-color: rgba(11, 77, 154, 0.7);
}
.header_download div{
    width: 100%;
}
.header_download img{
    width: 25px;
    height: 34px;
}
.hamburger{
    display: none;
}
.header_sp{
    display: none;
}
.contact_fixed{
    width: 88px;
    height: 223px;
    background-color: #97C5B0;
    border-radius: 3px 0 0 3px;
    position: fixed;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    writing-mode: vertical-rl;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 68px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.06em;
    gap: 10px;
    z-index: 20;
    transition: .3s;
    cursor: pointer;
}
/* --------------- */
/* ------js------- */
/* --------------- */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-bottom0{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-bottom1{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-bottom2{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-bottom3{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-late{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 0.7s ease-out;
}
.fade-late-top{
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.5s ease-out, transform 0.9s ease-out;
}
.fade-in.fade-in-show {
    opacity: 1;
    transform: translateY(0);
}
.fade-left.fade-in-show {
    opacity: 1;
    transform: translateX(0);
}
.fade-right.fade-in-show {
    opacity: 1;
    transform: translateX(0);
}
.fade-bottom0.fade-in-show{
    opacity: 1;
    transform: translateY(0);
}
.fade-bottom1.fade-in-show{
    opacity: 1;
    transform: translateY(0);
}
.fade-bottom2.fade-in-show{
    opacity: 1;
    transform: translateY(0);
}
.fade-bottom3.fade-in-show{
    opacity: 1;
    transform: translateY(0);
}
.fade-late.fade-in-show{
    opacity: 1;
    transform: translateY(0);
}
.fade-late-top.fade-in-show{
    opacity: 1;
    transform: translateY(0);
}
.sos_col {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}
.sos_col.show {
    opacity: 1;
    transform: translateY(0);
}
.about_col {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}
.about_col.show {
    opacity: 1;
    transform: translateY(0);
}
/* --------------- */
/* -----firas----- */
/* --------------- */
.first{
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
}
.first_img {
    width: 100%;
    max-width: 1500px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.first_img_sp{
    display: none;
}
.first_ctc{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
.first_ctc h1{
    font-size: 45px;
    letter-spacing: 5px;
    padding-bottom: 10px;
}
.first_ctc h2{
    font-size: 28px;
    letter-spacing: 5px;
    padding-bottom: 10px;
}
.first_ctc button{
    margin: 0 auto;
    margin-top: 15px;
    width: 250px;
    height: 60px;
    background-color: #32a7a4;
    color: #FFF;
    transition: .2S;
    border: unset;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.first_ctc button:hover{
    background-color: #97C5B0;
}
.fade-suns{
    transition: .5s;
    animation: fade;
    animation-fill-mode: forwards;
    animation-duration: .5s;
}
@keyframes fade {
    30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.path1, .path2, .path3, .path4 {
    /* 各 path に共通のスタイル */
    stroke: transparent;
    animation: draw 6s linear infinite; /* 2秒 * 4（4つの path） = 8秒かかるように設定 */
}

.path1 {
    animation-delay: 0s; /* 0秒遅延（即時開始） */
}

.path2 {
    animation-delay: 1.5s; /* 2秒遅延 */
}

.path3 {
    animation-delay: 3s; /* 4秒遅延 */
}

.path4 {
    animation-delay: 4.5s; /* 6秒遅延 */
}

@keyframes draw {
    0% {
        stroke-width: 0;
        fill: #FFF;
        stroke: #FFF;
    }
    10% {
        stroke-width: 3;
        fill: #f1f155;
        stroke: #f1f155;
    }
    50% {
        stroke-width: 0;
        fill: #FFF;
        stroke: #FFF;
    }
}

.drawtext1, .drawtext2, .drawtext3, .drawtext4 {
    /* 各 path に共通のスタイル */
    stroke: transparent;
    animation: drawtext 6s linear infinite; /* 2秒 * 4（4つの path） = 8秒かかるように設定 */
}
.drawtext2 {
    animation-delay: 0s; /* 0秒遅延（即時開始） */
}

.drawtext3 {
    animation-delay: 1.5s; /* 2秒遅延 */
}

.drawtext4 {
    animation-delay: 3s; /* 4秒遅延 */
}

.drawtext1 {
    animation-delay: 4.5s; /* 6秒遅延 */
}

@keyframes drawtext {
    0% {
        fill: #FFF;
    }
    10% {
        fill: #f6f68b; /* 90% の時にアニメーション終了 */
    }
    50% {
        fill: #FFF;
    }
}

/* --------------- */
/* ------sos------ */
/* --------------- */
.sos_ct{
    max-width: 1260px;
    width: 100%;
    padding: 130px 0;
    margin: 0 auto;
    text-align: center;
}
.sos_ct h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
}
.sos_ct h2 span{
    font-size: 48px;
    font-weight: 600;
    color: #0B4D9A;
}
.sos_row{
    width: 890px;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
    margin-top: 90px;
}
.sos_col{
    width: 185px;
}
.sos_col img{
    width: 185px;
    height: 185px;
    object-fit: contain;
}
.sos_col p{
    font-size: 17px;
    font-weight: 600;
    margin-top: 18px;
    line-height: 23.8px;
    text-align: center;
}
.sos_col p span{
    color: #0B4D9A;
}
.arriw{
    display: block;
    margin: 0 auto;
    margin-top: 48px;
}
.sos_bt{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 48px;
}
.sos_bt span{
    color: #0B4D9A;
}

/* --------------- */
/* -----about----- */
/* --------------- */
.about{
    width: 100%;
    height: 2100px;
    text-align: center;
    background-color: #F3F3F3;
    padding: 190px 0 100px 0;
}
.about_bg{
    width: 100%;
    height: 630px;
    background-image: url(./img/about_bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.about_ct{
    width: 100%;
    max-width: 1260px;
    padding: 104px 0;
    background-color: #FFF;  
    position: relative;
    margin: 0 auto;
}
.about_t{
    margin-bottom: 90px;
}
.about_t1{
    font-size: 16px;
    font-weight: 700;
    width: 60px;
    line-height: 24px;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.about_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
}
.about_t2 span{
    color: #0B4D9A;
}
.about_t3{
    font-size: 18px;
    line-height: 32.4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
    margin-top: 33px;
}
.about_rc{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.about_rc1 img{
    width: 481px;
    height: 371px;
    object-fit: contain;
    position: relative;
    z-index: 20;
}
.about_rc2 img{
    width: 450px;
    height: 432px;
    object-fit: contain;
    position: relative;
    z-index: 20;
}
.about_bt{
    width: 990px;
    margin: 0 auto;
}
.about_bt_t1{
    width: 221px;
    height: 47px;
    border: 2.5px solid #D1E2F2;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 30px;
    color: #0B4D9A;
}
.about_bt_t2{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.06em;
    margin-top: 8px;
    text-align: left;
}
.about_bt_t2 span{
    color: #0B4D9A;
}
.about_bt_imgs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.about_bt_imgs img{
    width: 338px;
    object-fit: cover;
}
.about_rc1_ct{
    width: 486px;
}
.about_rc1_title{
    width: 100%;
    height: 72px;
    background-color: #0B4D9A;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0.06em;
    position: relative;
    padding-left: 30px;
}
.about_rc1_title::after{
    width: 182px;
    height: 110px;
    background-color: #FFF;
    transform: rotate(120deg);
    content: '';
    position: absolute;
    left: -130px;
}
.about_rc1_text{
    width: 464px;
    height: 60px;
    padding: 0 0 0 24px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 16px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-left: auto;
}
.about_rc1_text span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0B4D9A;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: unset;
}
.about_rc2{
    margin-top: 72px;
}
.about_rc2_ct{
    width: 516px;
}
.about_rc2_title{
    width: 100%;
    height: 72px;
    background-color: #0B4D9A;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0.06em;
    position: relative;
    padding-left: 30px;
}
.about_rc2_title::after{
    width: 182px;
    height: 110px;
    background-color: #FFF;
    transform: rotate(65deg);
    content: '';
    position: absolute;
    right: -130px;
}
.about_rc2_text{
    width: 464px;
    height: 80px;
    padding: 0 0 0 24px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 16px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-right: auto;
    text-align: left;
}
.about_rc2_text span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0B4D9A;
}
.about_rc_img_pc1{
    display: block;
}
.about_rc_img_sp1{
    display: none;
}
.about_rc_img_pc2{
    display: block;
}
.about_rc_img_sp2{
    display: none;
}
.about_rc2_bt{
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    color: #929292;
    margin-top: 32px;
    text-align: left;
}
.about_bt{
    margin-top: 72px;
}
.about_bt_img_sp{
    display: none;
}
/* --------------- */
/* ----handling--- */
/* --------------- */
.handling{
    width: 100%;
    padding: 130px 0;
}
.handling_t1{
    font-size: 16px;
    font-weight: 700;
    width: 53px;
    line-height: 24px;
    color: #0B4D9A;
    text-align: center;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.handling_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.handling_ct{
    width: 990px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.handling_col{
    width: 450px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #EEE;
}
.handling_col p{
    font-size: 30px;
    text-align: center;
    color: #0B4D9A;
    font-weight: 700;
}
.handling_col div{
    height: 200px;
    padding-top: 50px;
    font-size: 20px;
}
.handling_col img{
    width: 90%;
    margin: 0 auto;
}
.handling_t3{
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}
.text_center{
    text-align: center;
}
/* --------------- */
/* -----merit----- */
/* --------------- */
.merit{
    background-color: #FFF;
    padding: 130px 0;
}
.merit_t1{
    font-size: 16px;
    font-weight: 700;
    width: 53px;
    line-height: 24px;
    color: #0B4D9A;
    text-align: center;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.merit_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.merit_ct{
    width: 990px;
    margin: 0 auto;
    margin-top: 90px;
}
.merit_ct_sp{
    display: none;
}
.merit_col{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    gap: 80px;
    margin-bottom: 76px;
}
.merit_col img{
    height: 300px;
}
.merit_col_ct{
    width: 485px;
}
.merit_num{
    width: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #0B4D9A;
    color: #0B4D9A;
}
.merit_title{
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.06em;
    margin-top: 20px;
    color: #0B4D9A;
}
.merit_text{
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.06em;
    margin-top: 20px;
}
.svg_sp{
    display: none;
}
/* --------------- */
/* -----voice----- */
/* --------------- */
.voice{
    background-color: #F1F7FB;
    padding: 130px 0;
}
.voice_t1{
    font-size: 16px;
    font-weight: 700;
    width: 53px;
    line-height: 24px;
    text-align: center;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;   
    font-family: 'Lato', sans-serif !important; 
}
.voice_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.splide{
    margin-top: 30px;
}
.splide__slide{
    display: flex;
    gap: 24px;
    width: 851px !important;
}
.splide__top{
    width: 560px;
}
.splide__top img{
    width: inherit;
    transform: scale(1.08) !important;
}
.splide__top h2{
    font-size: 26px;
    font-weight: 600;
}
.splide__top span{
    display: block;
    margin-top: 24px;
    color: #0B4D9A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.02px;
}
.splide__right span{
    font-size: 14px;
    display: block;
    color: #0B4D9A;
}
.splide__right p{
    font-size: 14px;
}
.splide__right{
    width: 267px;
}
.splide__right img{
    width: inherit;
    transform: scale(1.1);
}
.splide__pagination{
    bottom: -3.5em !important;
}
.splide__pagination__page{
    background-color: #D1E2F2 !important;
}
.splide__pagination__page.is-active{
    background-color: #0B4D9A !important;
    transform: scale(1) !important;
}
.splide__arrows{
    max-width: 1050px;
    margin: auto;
    height: inherit;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.splide__arrow{
    background-color: #0B4D9A !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    opacity: 1 !important;
    position: static !important;
}
.splide__arrow svg{
    display: none !important;
}
.splide__arrow--prev{
    left: 250px !important;
}
.splide__arrow--next{
    right: 250px !important;
}
.splide__arrow--prev::before{
    position: absolute;
    content: "";
    background-image: url('./img/splide-arrow.png');
    width: 15px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}
.splide__arrow--next::before{
    position: absolute;
    content: "";
    background-image: url('./img/splide-arrow.png');
    width: 15px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.factory__contents img{
    width: 100% !important;
    transform: scale(1.1) !important;
}
/* --------------- */
/* -----reason---- */
/* --------------- */
.reason{
    background-color: #FFF;
    padding-bottom: 100px;
}
.reason_bg{
    width: 100%;
    height: 150px;
    background-color: #F1F7FB;
    position: absolute;
    top: 0;
    left: 0;
}
.reason_ct{
    max-width: 1260px;
    width: 100%;
    box-shadow: 0px 2px 10px 0px #00000026;
    padding: 130px 0;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
}
.reason_t1{
    font-size: 16px;
    font-weight: 700;
    width: 70px;
    line-height: 24px;
    text-align: center;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.reason_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.reason_top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 58px;
    margin-top: 90px;
}
.reason_top_l{
    width: 534px;
    object-fit: contain;
}
.reason_top_r{
    width: 337px;
}
.reason_top_r img{
    width: 337px;
    margin-top: 30px;
}
.reason_title{
    font-size: 90px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 108px;
    color: #002B68;
}
.reason_text{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 70px;
    text-align: center;
    color: #002B68;
    margin-top: 50px;
}
.reason_text span{
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 84px;
    text-align: center;
    color: #E7290F;
}
.reason_svg{
    width: 990px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
}
.svg_path{
    position: relative;
    pointer-events: all;
    z-index: 10;
}
.svg_rect_recycle{
    width: 28%;
    height: 17%;
    position: relative;
    z-index: 20;
    fill: transparent;
}
.svg_rect_use{
    width: 18%;
    height: 12%;
    position: relative;
    z-index: 20;
    fill: transparent;
}
.svg_rect_make{
    width: 18%;
    height: 12%;
    position: relative;
    z-index: 20;
    fill: transparent;
}
.svg_rect_kiwa{
    width: 18%;
    height: 12%;
    position: relative;
    z-index: 20;
    fill: transparent;
}
.svg_active{
    animation: flash .5s linear infinite;
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}
.reason_bunner{
    width: 730px;
    height: 85px;
    background-color: #F3EEE3;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 15px;
    transition: .3s;
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 15px;
}
.reason_bunner_active{
    background-color: #FFFAEB !important;
}
.reason_bunner_l{
    width: 258px;
    height: 65px;
    object-fit: contain;
}
.reason_bunner_ct{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 7px;
}
.reason_bunner_t{
    width: 406px;
    display: flex;
    align-items: center;
    gap: 5.5px;
    font-size: 18px;
    color: #002B68;
    line-height: 25px;
    font-weight: 400;
}
.reason_bunner_t span{
    font-weight: 600;
    color: #E7290F;
}
.reason_bunner_t img{
    width: 20px;
}
.reason_bunner_l_sp{
    display: none;
}
/* --------------- */
/* ------flow----- */
/* --------------- */
.flow{
    padding: 130px 0;
    background-color: #eee;
    background-size: cover;
}
.flow_ct{
    max-width: 1260px;
    width: 100%;
    padding: 130px 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95);
}
.flow_ct iframe{
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
.flow_t{
    width: 100%;
    max-width: 985px;
    margin: 0 auto;
}
.flow_t1{
    font-size: 16px;
    font-weight: 700;
    width: 44px;
    line-height: 24px;
    text-align: center;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.flow_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.flow_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.flow_col{
    width: 300px;
    height: 300px;
    padding: 40px 20px 0 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.06em;
    border: 1px solid #EEE;
}
.flow_col p{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0B4D9A;
}
.flow_t3{
    width: 100%;
    margin-top: 96px;
}
.flow_t4{
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0.06em;
    color: #929292;
    font-weight: 600;
    margin-top: 20px;
}
.flow_t3_sp{
    display: none;
}
/* --------------- */
/* ----address---- */
/* --------------- */
.address_text{
    font-size: 20px;
    margin-top: 50px;
}
.address{
    padding: 130px 0;
    background-color: #eee;
    background-size: cover;
}
.address_ct{
    max-width: 1260px;
    width: 100%;
    padding: 130px 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95);
}
.address_ct iframe{
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
.address_t{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.address_t1{
    font-size: 16px;
    font-weight: 700;
    width: 44px;
    line-height: 24px;
    text-align: center;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.address_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
/* --------------- */
/* ------faq------ */
/* --------------- */
.faq{
    background-color: #FFF;
    padding: 130px 0;
}
.faq_t{
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}
.faq_t1{
    font-size: 16px;
    font-weight: 700;
    width: 34px;
    line-height: 24px;
    text-align: center;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.faq_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.faq_ct{
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 90px;
}
.faq_col{
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}
.faq_q{
    width: 100%;
    padding: 32px 24px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}
.faq_btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_btn_t{
    width: 30px;
    height: 2px;
    display: block;
    background-color: #0B4D9A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.faq_btn_l{
    width: 2px;
    height: 30px;
    display: block;
    background-color: #0B4D9A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.faq_btn_active .faq_btn_l{
    transform: translate(-50%, -50%) rotate(90deg) !important;
}
.faq_q_icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0B4D9A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.faq_title{
    width: calc(100% - 116px);
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.06em;
    position: relative;
    padding-right: 20px;
}
.faq_a{
    width: 100%;
    height: 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    overflow: hidden;
    transition: .5s;
    opacity: 0;
    padding: 0 24px;
}
.faq_a_active{
    height: auto;
    opacity: 1;
    padding: 32px 24px;
}
.faq_a_icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #D1E2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B4D9A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.faq_text{
    width: calc(100% - 116px);
    height: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.06em;
}

/* --------------- */
/* ----contact---- */
/* --------------- */
.contact{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact img{
    width: 100%;
    min-height: 648px;
    object-fit: cover;
}
.contact_img_sp{
    display: none;
}
.contact_img_md{
    display: none;
}
.contact_ct{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.contact_t1{
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 0px 20px rgba(6, 86, 120, 0.7);
}
.contact_btn{
    width: 414px;
    height: 101px;
    background-color: #EE3424;
    border-radius: 2px;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    margin: 0 auto;
    margin-top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    transition: .3s;
    cursor: pointer;
}
.contact_btn:hover{
    background-color: rgba(238, 52, 36, 0.7);
}
.contact_btn img{
    width: 28px;
    min-height: unset;
}
.form{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 130px;
}
.form_t1{
    font-size: 16px;
    font-weight: 700;
    width: 81px;
    line-height: 24px;
    text-align: center;
    color: #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
}
.form_t2{
    font-size: 48px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 72px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.form_t3{
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 30px;
    letter-spacing: 0.06em; 
    text-align: center;
}
.form_ct{
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 90px;
}
.form_ct_t{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 32px;
}
.form_ct_t span{
    width: 14px;
    height: 14px;
    background-color: #0B4D9A;
}
.form_rec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.form_rec label{
    width: 280px;
    height: 30px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.06em;
    color: #0B4D9A;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.form_rec span{
    font-size: 12px;
    width: 36px;
    height: 20px;
    letter-spacing: 0.1em;
    color: #FFF;
    background-color: #0B4D9A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.norequired span{
    background-color: #929292;
}
.form_rec textarea{
    width: calc(100% - 525px);
    height: 123px;
    background-color: #F3F3F3;
    border-radius: 4px;
    box-shadow: 0px 0px 24px 0px #00000008;
    padding: 16px 12px;
    margin-top: 5px;
    margin-bottom: 32px;
    border: unset;
}
.form_mt{
    margin-top: 120px;
}
.form_mt_md{
    margin-top: 72px;
}
.form_rec_text{
    width: calc(100% - 525px);
    background-color: #F3F3F3;
    border-radius: 4px;
    box-shadow: 0px 0px 24px 0px #00000008;
    padding: 16px 12px;
    margin-top: 5px;
    border: unset;
}
.form_rec_h{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 26px;
}
.form_rec_h_col{
    width: calc(50% - 13px);
}
.form_rec_h_area{
    width: 100%;
    max-width: 290px;
}
.form_rec_h_tel{
    width: 100%;
    max-width: 290px;
}
.form_rec_h_post{
    width: 100%;
    max-width: 290px;
}
.form_rec_h_mail{
    width: 100%;
    max-width: 744px;
}
.form_rec_h_col label{
    height: 30px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.06em;
    color: #0B4D9A;
    align-items: center;
    gap: 8px;
}
.form_rec_h_col span{
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #EE3424;
}
.form_rec_h_col input{
    width: 100%;
    background-color: #F3F3F3;
    border-radius: 4px;
    box-shadow: 0px 0px 24px 0px #00000008;
    padding: 16px 12px;
    margin-top: 5px;
    margin-bottom: 32px;
    border: unset;
}
.form_radios{
    width: calc(100% - 325px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 12px;
    gap: 24px;
    row-gap: 14px;
}
.form_radio{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.form_radio label{
    width: auto !important;
    font-size: 16px;
    color: #282828;
    font-weight: 500;
}
.form_radio input{
    width: 18px;
    height: 18px;
    border: 1px solid #929292;
    cursor: pointer;
}
.form_radio input:checked{
    accent-color: #0B4D9A;
}
.form_submit{
    width: 341px;
    height: 61px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    background-color: #32a7a4;
    margin-top: 40px;
    border: unset;
    cursor: pointer;
    transition: .3s;
}
.form_submit:hover{
    background-color: #97C5B0;
}
.form_rec_sh{
    width: 30% !important;
}
.form_serch_button{
    width: 20%;
    height: 47.5px;
    margin-top: 5px;
    margin-left: 15px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #929292;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s;
    font-size: 14px;
}
.form_serch_button:hover{
    opacity: .8;
}
.form_send{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.form_send_ct{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0px;
}
.form_send_ct p{
    width: 100%;
    margin-bottom: 15px;
}
.form_send_ct input{
    width: 15px;
    height: 15px;
    border: 1px solid #929292;
    border-radius: 0px;
    accent-color: #fff;
}
.form_send_ct input:checked{
    border: 1px solid #929292;
}
.form_send_ct a{
    color: #0B4D9A;
    text-decoration: underline;
}
.form_send_ct input[type="checkbox"] {
    display: none;
}
  
.form_send_ct label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #929292;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.form_send_ct input[type="checkbox"]:checked + label {
    background-color: #FFFFFF;
    border-color: #929292;
}

.form_send_ct input[type="checkbox"]:checked + label::after {
    content: '';
    top: 1px;
    left: 2px;
    display: block;
    position: absolute;
    width: 12px;
    height: 8px;
    border-left: 2px solid #0B4D9A;
    border-bottom: 2px solid #0B4D9A;
    transform: rotate(-45deg);
}

.pc_none{
    display: none;
}
/* --------------- */
/* ----footer----- */
/* --------------- */
footer{
    width: 100%;
    height: 160px;
    background-color: #FFF;
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
}
.footer_l{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 64px;
}
.footer_l img{
    width: 180px;
    height: auto;
    object-fit: contain;
}
.footer_l div{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.06em;
}
.footer_r{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #929292;
}
.svg_path:hover{
    fill: #0B4D9A;
}
@media screen and (max-width: 1400px) {
    html{
        padding-top: 70px;
    }
    header{
        height: 70px;
    }

	.header_phone {
        	font-size:12px;
		text-align: right;
	}

    .header_nav{
        display: none;
    }
    .document_link{
        margin-left: auto;
    }
    .header_download{
        width: 80px;
        height: 100%;
        margin-left: auto;
        font-size: 11px;
        gap: 3px;
    }
    .header_download img{
        width: 16px;
        height: 21px;
    }
    .hamburger{
        display: block;
        width: 80px;
        height: 100%;
        background-color: #D1E2F2;
        box-shadow: 0px 0px 8px 0px #2367B51A;
        position: relative;
        padding-top: 14px;
        margin-left: auto;
        cursor: pointer;
    }
    .hamburger_icon{
        width: 21px;
        margin: 0 auto;
    }
    .hamburger_line{
        width: 21px;
        height: 2px;
        background-color: #0B4D9A;
        display: block;
        margin-top: 4px;
        transition: .3s;
    }
    .hamburger_active .hamburger_icon .hamburger_line_t{
        transform: rotate(45deg) translate(4.8px, 4.8px);
    }
    
    .hamburger_active .hamburger_icon  .hamburger_line_m{
        opacity: 0;
    }
    .hamburger_active .hamburger_icon  .hamburger_line_b{
        transform: rotate(-45deg) translate(4px, -4px);
    }
    .hamburger_t{
        font-size: 12px;
        letter-spacing: 0.06em;
        line-height: 18px;
        font-weight: 600;
        color: #0B4D9A;
        display: none;
        margin-top: 6px;
        text-align: center;
    }
    .hamburger_t_active{
        display: block !important;
    }
    .header_sp_active{
        width: 100%;
        display: block;
        position: fixed;
    }
    .header_sp{
        transition: .2s;
    }
    .header_nav_sp{
        width: calc(100% - 40px);
        height: calc(100% - 180px);
        position: fixed;
        top: 80px;
        left: 20px;
        box-shadow: 0px 0px 24px 0px #00000008;
        display: block;
        padding: 13px 0px 40px 0px;
        overflow: auto;
        background-color: rgba(255, 255, 255, 1);
    }
    .header_rec{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        padding: 27px 8px;
        border-bottom: 1px solid #E6E6E6;
        font-size: 15px;
        font-weight: 600;
        position: relative;
    }
    .header_nav_sp a{
        height: 77px;
        padding: 0 16px;
        display: block;
    }
    .nav_arrow{
        position: absolute;
        right: 24px;
        top: 45%;
        transform: translateY(-50%);
    }
    .nav_arrow::before{
        content: '';
        width: 11px;
        height: 11px;
        border-top: solid 2px #0B4D9A;
        border-right: solid 2px #0B4D9A;
        position: absolute;
        left: 0px;
        top: 0px;
        transform: rotate(45deg);
    }
    .header_contact{
        width: 100%;
        height: 80px;
        background-color: #EE3424;
        box-shadow: 0px 0px 8px 0px #2367B51A;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.06em;
        gap: 10px;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .header_contact img{
        width: 16px;
    }
}
@media screen and (max-width: 768px) {
    header{
        padding-left: 10px;
    }
    .splide__pagination{
        bottom: -1.5em !important;
    }
    .header_logos img {
        width: 150px;
        height: auto;
        object-fit: contain;
    }
.header_phone {
        font-size:12px;
	text-align: right;
}
    .contact_fixed{
        width: 100px;
        height: 100px;
        background-color: #97C5B0;
        border-radius: 50%;
        position: fixed;
        color: #FFF;
        display: flex;
        flex-wrap: wrap;
        writing-mode: unset;
        justify-content: center;
        align-items: center;
        position: fixed;
        flex-direction: column;
        right: 16px;
        bottom: 16px;
        font-size: 11px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.06em;
        gap: 5px;
        z-index: 20;
    }
    .first {
        width: 100%;
        padding: 0 10px;
    }
    .first_pc{
        display: none;
    }
    .first_md{
        display: block;
        width: 100%;
        height: auto;
    }
    .first_img{
        display: none;
    }
    .first_img_sp{
        width: 100%;
        display: block;
        object-fit: contain;
    }
    .pc_none{
        display: block;
    }
    .first_ctc{
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%,-50%);
    }
    .first_ctc h1{
        font-size: 30px;
        letter-spacing: 4px;
        padding-bottom: 10px;
    }
    .first_ctc h2{
        font-size: 18px;
        letter-spacing: 3px;
        padding-bottom: 10px;
    }
    .first_sp{
        display: none;
    }
    .first_bg{
        min-height: unset;
    }
    .first_bg_pc{
        display: none;
    }
    .first_bg_md{
        width: calc(100% - 20px);
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 10px;
        z-index: 10;
        display: block;
    }
    .first_bg_sp{
        display: none;
    }
    .first_ct{
        width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 20;
    }
    .first_ct_top{
        font-size: 60px;
        line-height: 63px;
        letter-spacing: 0.06em;
        color: #FFF;
    }
    .first_ct_md{
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.12em;
        color: #FFF;
        margin-top: 15px;
    }
    .first_ct_bt{
        width: 152px;
        height: 48px;
        box-shadow: 1px 0px 15px rgba(6, 86, 120, 0.7);
        background-color: rgba(255, 255, 255, .8);
        font-size: 16px;
    }
    .br_sp{
        display: block;
    }
    .br_pc{
        display: none;
    }
    .sos_ct{
        padding: 72px 0;
    }
    .sos_ct h2 {
        font-size: 24px;
    }
    .sos_ct h2 span{
        font-size: 24px;
    }
    .sos_row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .sos_col{
        width: 148px;
    }
    .sos_col img {
        width: 120px;
        height: 120px;
    }
    .sos_col p {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        text-align: center;
    }
    .arriw {
        width: 325px;
        display: block;
        margin: 0 auto;
        margin-top: 32px;
    }
    .sos_bt {
        font-size: 22px;
        margin-top: 32px;
    }
    .sos_bt span{
        font-size: 22px;
    }
    .about {
        width: 100%;
        height: auto;
        text-align: center;
        background-color: #F3F3F3;
        padding: 174px 0 100px 0;
    }
    .about_bg{
        height: 237px;
    }
    .about_ct{
        width: calc(100% - 40px);
        padding: 72px 0px;
    }
    .about_t1 {
        font-size: 12px;
        width: 45px;
        line-height: 18px;
    }
    .about_t2 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 24px;
        line-height: 36px;
        letter-spacing: 0.06em;
    }
    .about_t3 {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0.06em;
        margin-top: 40px;
        padding: 0 16px;
    }
    .about_rc{
        padding: 0px 16px;
    }
    .about_rc_img_pc1{
        display: none;
    }
    .about_rc_img_sp1{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 12px;
        max-width: 334px !important;
        width: 100% !important;
        height: auto !important;
    }
    .about_rc_img_pc2{
        display: none;
    }
    .about_rc_img_sp2{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 12px;
        max-width: 334px !important;
        width: 100% !important;
        height: auto !important;
    }
    .about_rc1_title{
        width: 100%;
        height: 55px;
        font-size: 20px;
        padding-left: 16px;
        padding-right: 16px;
        justify-content: flex-start;
        line-height: 1;
    }
    .about_rc1_ct{
        width: 100%;
    }
    .about_rc1_title::after {
        display: none;
    }
    .about_rc2_title::after {
        display: none;
    }
    .about_rc1_text{
        width: 100%;
        height: auto;
        padding: 20px 0 20px 14px;
        margin-top: 8px;
        gap: 10px;
        font-size: 15px;
        margin-left: unset;
        text-align: left;
    }
    .about_rc1_text span {
        width: 16px;
        height: 16px;
        font-size: 11px;
        letter-spacing: unset;
    }
    .about_rc1_text div{
        width: calc(100% - 26px);
    }
    .about_rc2_ct {
        width: 100%;
    }
    .about_rc2_title{
        width: 100%;
        height: 55px;
        font-size: 20px;
        padding-left: 16px;
        justify-content: flex-start;
    }
    .about_rc2_text{
        width: 100%;
        height: auto;
        padding: 20px 0 20px 14px;
        margin-top: 8px;
        gap: 10px;
        font-size: 15px;
        margin-left: unset;
        text-align: left;
    }
    .about_rc2_text div{
        width: calc(100% - 18px);
    }
    .about_rc2_bt {
        margin-top: 21px;
    }
    .about_bt {
        width: 100%;
        margin: 0 auto;
    }
    .about_bt_t1{
        width: 163px;
        height: 39px;
        border: 2.5px solid #D1E2F2;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin: 56px 0 0 16px;
    }
    .about_bt_imgs{
        margin-top: 24px;
    }
    .about_bt_t2{
        font-size: 16px;
        line-height: 26px;
        padding: 0px 16px;
    }
    .about_bt_img_pc{
        display: none;
    }
    .about_bt_img_sp{
        display: block;
        width: 100%;
    }
    .handling_ct {
        width: 100%;
        margin: 0 auto;
        margin-top: 90px;
        padding: 0 30px;
        margin-bottom: 100px;
    }
    .handling_col div {
        height: 200px;
        padding-top: 50px;
        font-size: 18px;
    }
    .merit {
        background-color: #FFF;
        padding: 72px 0;
    }
    .merit_ct {
        width: 100%;
        margin: 0 auto;
        margin-top: 90px;
        padding: 0 30px;
    }
    .flex_col{
        flex-direction: column-reverse;
    }
    .merit_col img {
        height: 200px;
    }
    .handling_col {
        width: 100%;
        padding: 30px 20px;
        text-align: center;
        border: 1px solid #EEE;
    }
    .merit_col svg{
        width: 195px;
        height: 195px;
    }
    .merit_title {
        font-size: 20px;
        margin-top: 10px;
        line-height: 34px;
    }
    .merit_text {
        font-size: 14px;
        margin-top: 10px;
        line-height: 28px;
    }
    .merit_t2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 72px;
        letter-spacing: 0.06em;
        text-align: center;
        margin-top: 0;
    }
    .merit_col {
        flex-wrap: wrap;
        margin-top: 90px;
        gap: 12px;
        margin-bottom: 76px;
    }
    .merit_col_ct {
        width: 100%;
    }
    .svg_sp{
        display: block;
    }
    .svg_pc{
        display: none;
    }
    .handling{
        padding: 80px 0;
    }
    .handling_ct{
        width: 100%;
        margin-top: 45px;
    }
    .handling_t3{
        padding: 0 16px;
        font-size: 25px;
        text-align: left;
    }
    .text_center{
        text-align: left;
        padding: 0 16px;
    }
    .address_ct iframe{
        width: 100%;
    }
    .address {
        width: 100%;
        margin: 0 auto;
        padding: 72px 24px;
    }
    .address_ct {
        width: 100%;
        padding: 60px 25px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .voice {
        background-color: #F1F7FB;
        padding: 72px 0 156px 0;
    }
    .voice_t1{
        font-size: 12px;
        width: 40px;
    }
    .voice_t2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .splide__slide{
        flex-direction: column !important;
        padding: 0 37px !important;
        gap: 0 !important;
        width:361px !important;
        margin-right: 0 !important;
    }
    .splide__top{
        width: 100%;
    }
    .splide__right{
        display: flex;
        align-items: flex-start;
        gap: 10px;
        position:relative;
        width: 100%;
        height: 175px;
        min-height: 150px;
        margin-top: 40px;
    }
    .splide__right img{
        width: 50%;
        height: 96px;
        object-fit: cover;
    }
    .splide__right .factory{
        margin-top: 10px;
    }
    .factory__contents{
        position: relative;
        height: auto;
        min-height: 175px;
    }
    .factory__contents .factory-2{
        position: relative;
        bottom: -15px;
    }
    .splide__right .factory-3{
        bottom: 25px !important;
        position: absolute;
    }
    .splide__arrows{
        max-width: 370px;
        margin: auto;
        height: inherit;
        position: absolute;
        z-index: 100;
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* margin: auto; */
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .splide__arrow{
        width: 30px !important;
        height: 30px !important;
    }
    .splide__arrow--prev{
        left: 0 !important;
    }
    .splide__arrow--next{
        right: 0 !important;
    }
    .splide__arrow--prev::before{
        position: absolute;
        content: "";
        background-image: url('./img/splide-arrow.png');
        width: 7px;
        height: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(-180deg);
    }
    .splide__arrow--next::before{
        position: absolute;
        content: "";
        background-image: url('./img/splide-arrow.png');
        width: 7px;
        height: 10px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .splide__top h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .reason{
        padding: 0 20px;
    }
    .reason_bg{
        display: none;
    }
    .reason_ct {
        width: 100%;
        position: relative;
        top: -100px;
        padding: 72px 0;
        background: #FFF;
    }
    .reason_top_r {
        width: 337px;
        text-align: center;
    }
    .reason_t1 {
        font-size: 12px;
        font-weight: 700;
        width: 53px;
    }
    .reason_t2 {
        font-size: 24px;
        margin-top: 0;
    }
    .reason_top {
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 40px;
    }
    .reason_top_l {
        width: 330px;
        object-fit: contain;
    }
    .reason_title{
        font-size: 70px;
        line-height: 77px;
    }
    .reason_top_r img {
        width: 270px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .reason_text{
        font-size: 20px;
        line-height: 28px;
    }
    .reason_text span{
        font-size: 30px;
        line-height: 42px;
    }
    .reason_svg {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .reason_svg svg{
        width: 320px;
        height: 205px;
    }
    .reason_bunner_l_pc{
        display: none;
    }
    .reason_bunner_l_sp{
        display: block;
        width: 100%;
    }
    .reason_bunner {
        width: 330px;
        height: auto;
        background-color: #F3EEE3;
        border-radius: 30px 30px 6px 6px;
        margin: 0 auto;
        margin-top: 15px;
        transition: .3s;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
        gap: 15px;
    }
    .reason_bunner_t {
        width: 100%;
        gap: 5.5px;
        font-size: 16px;
        color: #002B68;
        line-height: 25px;
        font-weight: 400;
        padding: 0 10px;
    }
    .flow {
        width: 100%;
        padding: 72px 24px;
        background-image: url('./img/step_bg_bd.png');
    }
    .flow_ct {
        width: 100%;
        padding: 72px 40px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .flow_t {
        width: 100%;
        margin: 0 auto;
    }
    .flow_t2 {
        font-size: 24px;
        margin-top: 0;
    }
    .flow_t3_pc{
        display: none;
    }
    .flow_t3_sp{
        display: block;
        width: 250px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .faq {
        width: 100%;
        margin: 0 auto;
        padding: 72px 24px;
    }
    .faq_t {
        width: 100%;
    }
    .faq_t2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .handling_t2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .address_t2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .faq_ct {
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .faq_title {
        width: calc(100% - 50px);
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
    }
    .faq_q_icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .faq_a{
        padding: 0;
    }
    .faq_a_icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .faq_btn {
        width: 20px;
        height: 20px;
        right: 0;
    }
    .faq_btn_t {
        width: 20px;
        height: 2px;
    }
    .faq_btn_l {
        width: 2px;
        height: 20px;
    }
    .faq_q {
        width: 100%;
        padding: 28px 0px;
        cursor: pointer;
        display: flex;
        gap: 20px;
        align-items: center;
        position: relative;
    }
    .faq_a_active {
        height: auto;
        padding: 0px 0px 28px 0px;
        opacity: 1;
    }
    .contact_img_pc{
        display: none;
    }
    .contact_img_md{
        display: block;
    }
    .contact_img_sp{
        display: none;
    }
    .contact{
        min-height: 420px;
    }
    .contact_ct{
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 20px;
    }
    .contact_t1{
        font-size: 36px;
        line-height: 54px;
    }
    .contact_btn{
        width: 100%;
        height: 82px;
        font-size: 22px;
        font-weight: 600;
        line-height: 39px;
        margin: 0 auto;
        margin-top: 40px;
        gap: 16px;
        transition: .3s;
    }
    .contact_btn img{
        width: 24px;
    }
    .form{
        margin-top: 72px;
        margin-bottom: 40px;
    }
    .form_t{
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        padding: 0 20px;
    }
    .form_t1{
        font-size: 12px;
        width: 61px;
        line-height: 18px;
    }
    .form_t2{
        font-size: 24px;
        font-weight: 600;
        margin-top: 24px;
        line-height: 36px;
        letter-spacing: 0.06em;
    }
    .form_t3 {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0.06em;
        margin-top: 40px;
        padding: 0 16px;
    }
    .form_ct{
        padding: 0 24px;
    }
    .form_ct_t{
        font-size: 18px;
        letter-spacing: .06em;
        gap: 8px;
    }
    .form_ct_t span{
        width: 8px;
        height: 8px;
    }
    .form_rec{
        flex-wrap: wrap;
    }
    .form_radios{
        width: 100% !important;
        flex-direction: column;
        align-items: flex-start;
    }
    .form_rec textarea {
        width: 100% !important;
    }
    .form_rec label {
        width: 100%;
        font-size: 16px;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .form_radio {
        gap: 4px;
        font-size: 15px;
    }
    .form_radio label{
        font-size: 15px;
        color: #282828;
        font-weight: 500;
    }
    .form_rec_h {
        flex-wrap: wrap;
        gap: 0;
    }
    .form_rec_h_col{
        min-width: 100% !important;
    }
    .form_rec_text{
        width: 100%;
    }
    .form_rec_sh{
        width: 70% !important;
    }
    .form_serch_button {
        width: 70%;
        height: 40px;
        margin-top: 5px;
        margin-left: 0px;
    }
    .form_mt {
        margin-top: 80px;
    }
    .form_submit {
        width: 100%;
        height: 61px;
    }
    .form_send_ct{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
        font-size: 14px;
        margin-top: 48px;
    }
    footer {
        width: 100%;
        height: 122px;
        background-color: #FFF;
        padding: 24px 24px 0px 24px;
        flex-wrap: wrap;
    }
    .footer_l {
        height: auto;
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .footer_l div {
        font-size: 13px;
    }
    .footer_l img{
        width: 100px;
    }
    .footer_r{
        width: 100%;
        height: auto;
        justify-content: center;
        margin-top: 16px;
        padding-bottom: 24px;
        font-size: 10px;
    }
}
@media screen and (max-width: 390px) {
    .first {
        padding: 0 10px;
    }
    .first_pc{
        display: none;
    }
    .first_md{
        display: none;
    }
    .first_sp{
        display: block;
        height: auto;
    }
    .first_bg_pc{
        display: none;
    }
    .first_bg_md{
        display: none;
    }
    .first_bg_sp{
        width: calc(100% - 20px);
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 10px;
        z-index: 10;
        display: block;
    }
    .first_ct{
        width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 20;
    }
    .arriw {
        width: calc(100% - 25px);
    }
    .about_bt_imgs{
        flex-wrap: wrap;
    }
    .about_bt_img_pc{
        display: block;
        width: 100% !important;
    }
    .about_bt_img_sp{
        display: none;
    }
    .reason_top_l {
        width: calc(100% - 20px);
        object-fit: contain;
    }
    .reason_svg svg {
        width: calc(100% - 20px);
        height: auto;
    }
    .reason_bunner {
        width: calc(100% - 20px);
    }
    .faq_title {
        width: calc(100% - 80px);
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
    }
    .faq_btn {
        width: 20px;
        height: 20px;
        right: -35px;
    }
    .faq_text {
        width: calc(100% - 80px);
        font-weight: 500;
        font-size: 16px;
        line-height: 29px;
        letter-spacing: 0.06em;
    }
    .flow_t3_sp {
        max-width: 250px;
        width: 100%;
    }
    .splide__slide{
        flex-direction: column !important;
        padding: 0 37px !important;
        width: 100% !important;
        gap: 0 !important;
    }
    .flow{
        background-image: url('./img/step_bg_sp.png');
    }
    .contact_img_pc{
        display: none;
    }
    .contact_img_md{
        display: none;
    }
    .contact_img_sp{
        display: block;
    }
    
}
@media screen and (max-width: 380px) {
    .about_rc1_title {
        width: 100%;
        height: 55px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
        justify-content: flex-start;
        line-height: 1;
    }
}