html{ font-family: "Zen Kaku Gothic New", sans-serif; }
html, body { overflow-x: hidden; }
body{ margin: 0px; }
.pc{ display: block; }
.sp{ display: none; }
.clear{ clear: both; }
.clear_sp{ display: none; }
.lp_wrap{ width: 100%; }
.bgcol_1{ background-color: #fff; }
.bgcol_2{ background-color: #fdf5e6; }
.bgcol_3{ background-color: #ffe763; }
.col_1{ color: #fdf5e6; }
.col_3{ color: #ffe763; }
.col_4{ color: #8d6e63; }
.col_5{ color: #565151; }
.col_6{ color: #ffa939; }

/*GMneu*/
.hmemu_box{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-left: auto; margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hmemu_logo_box{
    height: 82px;
    margin-left: 20px;
}
.hmemu_logo_box img{
    height: 100%;
    display: block;
}
.global-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 20px;
}
.global-nav ul li{
    display: block;
    height: 100px;
    transition: background-color 0.3s ease;
}
.global-nav ul li:hover{
    background-color: #fff3f0;
}
.global-nav ul li a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}
.global-nav ul li a span{
    font-size: 13.5px;
    font-weight: 500;
    color: #555151;
}
.global-nav ul li a:visited,
.global-nav ul li a:visited{
    color: #555151;
}
.global-nav ul li a img{
    height: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

/*Content title*/
.content_tit_wrap{
    padding-top: 50px;
    padding-bottom: clamp(60px, 8%, 85px);
}
.content_tit_box1 h1{
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 0;
}
.content_tit_box2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    width: 100%;
}
.content_tit_tex_1,
.content_tit_tex_3{
    font-weight: 700;
    font-size: clamp(28px, 4vw, 45px);
}
.content_tit_img_2{
    width: clamp(200px, 25vw, 325px);
}
.content_tit_img_2 img{
    display: block;
    width: 100%;
}

/*Content common*/
.message_tit,
.project_tit,
.mission_tit{
    font-weight: 700;
    font-size: 41px;
    white-space: nowrap;
}
.message_tit_en,
.project_tit_en,
.mission_tit_en{
    font-weight: 700;
    font-size: 200px;
    font-size: clamp(100px, 24vw, 200px);
}

/*Content title----Message*/
.curve-sep__svg{ overflow: hidden; }
.curve-sep,
.curve-sep2,
.curve-sep3{
    position: relative;
    line-height: 0;
    overflow: visible;
}
.curve-sep .curve-svg,
.curve-sep2 .curve-svg,
.curve-sep3 .curve-svg{
    width: 100%;
    max-width: 100%;
    min-width: 1400px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.curve-sep__dogs{
    position: absolute;
    left: 50%;
    bottom: clamp(-28px, -5%, -45px);
    transform: translateX(-50%);
    width: 60%;
    max-width: 630px;
    height: auto;
}

/*Message*/
.message_tit{
    text-align: center;
    padding-top: 20px;
}
.message_tit_en{
    line-height: 0;
    padding-top: 130px;
    text-align: center;
}
.message_text h2{
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-top: 140px;
}
.message_text p{
    font-weight: 500;
    font-size: 20px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 2.1;
    text-align: center;
    margin-top: 30px;
    white-space: nowrap;
}
.message_img{
    width: min(1080px, 80%);
    margin: 60px auto 0;
}
.message_img__top{
    width: calc((2/3)*100%);
    margin-left: auto; margin-right: auto;
}
.message_img__top .me1{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.message_img__bottom{
    width: 100%;
}
.message_img__bottom .me1{
    width: calc((1/3)*100%);
    float: left;
    box-sizing: border-box;
}
.message_img__top .me1 img,
.message_img__bottom .me1 img{
    width: calc((280/360)*100%);
    max-width: 280px;
    display: block;
}
.message_img__top .me1:first-child img{
  float: left;
  margin-left: 14px;
}
.message_img__top .me1:last-child img{
  float: right;
  margin-right: 14px;
}
.message_img__bottom .me1:nth-of-type(1) img{
    float: left;
    margin-top: -40px;
}
.message_img__bottom .me1:nth-of-type(2) img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}
.message_img__bottom .me1:nth-of-type(3) img{
    float: right;
    margin-top: -40px
}
.message_text2{
    margin-top: 45px;
}
.message_text2 p{
    font-weight: 700;
    font-size: 24px;
    line-height: 43px;
    margin: 0;
    text-align: center;
}

/*Message----Project*/
.curve-sep__rabbits{
    position: absolute;
    left: 70%;
    bottom: 45%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 250px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

/*Project*/
.project_wrap{
    position: relative;
    padding-top: 160px;
}
.project_tit{
    position: absolute;
    left: 50%;
    top: clamp(-270px, -12vw, -170px);
    transform: translate(-50%, 0);
}
.project_tit_en{
    position: absolute;
    left: 50%;
    top: clamp(-250px, -10vw, -150px);
    transform: translate(-50%, 0);
}
.project_box1{
    position: relative;
    width: calc(( 1040 / 1200 )*100%);
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.project_box1_1{
    width: 50%;
}
.project_box1 .box1_date{
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    margin-bottom: 40px;
}
.project_box1 .box1_tit{
    font-weight: 700;
    font-size: clamp(20px, 3vw, 35px);
    line-height: 1.4;
    white-space: nowrap;
    margin-left: -17px;
    margin-top: 0;
    margin-bottom: 40px;
}
.project_box1 .box1_tit span{
    padding-left: 0.5em;
}
.project_box1 .box1_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}
.project_box1_2{
    position: absolute;
    width: calc(( 720 / 1040 )*100%);
    max-width: 690px;
    top: -10%;
    left: 50%;
    padding-left: calc(( 30 / 1040)*100%);
    box-sizing: border-box;
}
.project_box1_2 img{
    width: 100%;
    max-width: 690px;
}
.project_box2{
    position: relative;
    width: calc(( 1040 / 1200 )*100%);
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(0px, 5%, 150px);
    padding-top: clamp(260px, 30%, 380px);
    box-sizing: border-box;
}
.project_box2 .box2_1{
    position: absolute;
    width: calc(( 290 / 1040 )*100%);
    max-width: 290px;
    margin: 0;
    left: 0;
    top: 0;
}
.project_box2 .box2_2{
    width: calc(( 290 / 1040 )*100%);
    max-width: 290px;
    position: absolute;
    margin: 0;
    left: 45%;
    top: 0;
    transform: translate(-50%, 0);
}
.project_box2 .box2_1 img,
.project_box2 .box2_2 img{
    width: 100%;
    display: block;
}
.project_box2 .box2_1 p,
.project_box2 .box2_2 p{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.project_box2 .box2_3 {
    width: calc(( 270 / 1040 )*100%);
    max-width: 270px;
    position: absolute;
    right: 5%;
    top: clamp(0px, 35%, 150px);
}
.project_box3{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.project_box3_1{
    width: calc(( 1040 / 1200 )*100%);
    max-width: 1040x;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}
.project_box3_1_1{
    width: calc(( 460 / 1040 )*100%);
    float: left;
}
.project_box3_1_2{
    width: calc(( 460 / 1040 )*100%);
    float: right;
}
.project_box3_1 h2,
.project_box3_2 h2{
    font-weight: 700;
    font-size: 20px;   
}
.project_box3_1 p,
.project_box3_2 p{
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}
.project_box3_2{
    width: 100%;
    margin: 0;
}
.project_box3_2_1{
    width: calc((680/1200)*100%);
    padding-right: calc((30/1200)*100%);
    box-sizing: border-box;
    float: left;
}
.project_box3_2_2{
    position: relative;
    width: calc(( 520 / 1200 )*100%);
    float: right;
    padding-top: 41%;
    box-sizing: border-box;
}
.project_box3_2 .box3_2_1{
    position: absolute;
    width: calc((290/520)*100%);
    right: calc((140/520)*100%);
    top: 0;
}
.project_box3_2 .box3_2_2{
    position: absolute;
    width: calc((180/520)*100%);
    right: 0;
    top: 52%;
}
.project_box3_2 .box3_2_3{
    position: absolute;
    width: calc((290/520)*100%);
    left: 10px;
    top:50%;
    z-index: 1;
}
.project_box2 .box2_3 img,
.project_box3_2_1 .box3_1,
.project_box3_2_1 .box3_1 img,
.project_box3_2 .box3_2_1 img,
.project_box3_2 .box3_2_2 img,
.project_box3_2 .box3_2_3 img{
    width: 100%;
}
.project_box3_2 .box3_2_3 p{
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    margin-top: -10px;
    text-align: center;
}

/*project-Mission*/
.curve-sep__animals{
    position: absolute;
    left: 30%;
    bottom: 45%;
    transform: translateX(-50%);
    width: calc((392/1200)*100%);
    max-width: 392px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

/*Mission*/
.mission_wrap{
    position: relative;
    margin-top: 0;
    padding-top: 260px;
}
.mission_wrap_100p{
    width: 100%;
}
.mission_tit{
    position: absolute;
    left: 50%;
    top: clamp(-280px, -4.5vw, -40px);
    transform: translate(-50%, 0);
    margin: 0;
}
.mission_tit_en{
    position: absolute;
    left: 50%;
    top: clamp(-260px, -4vw, -60px);
    transform: translate(-50%, 0);
    margin: 0;
}
.mission_box1,
.mission_box2{
    position: relative;
    width: 100%;
    max-width: calc(1980 - 10%);
    margin-left: auto;
    margin-right: 10%;
}
.mission_box2{
    margin-top: 70px;
    margin-bottom: 70px;
}
.mission_con{
    position: relative;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto; margin-right: auto;
}
.mission_bg1,
.mission_bg2{
    position: absolute;
    right: 20%;
    height: 100%;
    width: 100%;
    max-width: 1150px;
    background-color: #fdf5e6;
    border-radius: 60px; 
}
.mission_bg1{
    right: 20%;
}
.mission_bg2{
    left: 20%;
}
.mission_tex1{
    width: calc((750/1300)*100%);
    padding-left: calc((155/1300)*100%);
    padding-right: calc((45/1300)*100%);
    box-sizing: border-box;
    z-index: 1;
}
.mission_tex2{
    width: calc((750/1300)*100%);
    padding-left: calc((45/1300)*100%);
    padding-right: calc((155/1300)*100%);
    box-sizing: border-box;
    z-index: 1;
}
.mission_img{
    position: relative;
    width: calc((550/1300)*100%);
    max-width: 550px;
    float: right;
    z-index: 1;
}
.mission_img img{
    width: 100%;
    display: block;
    margin-top: calc((110/1300)*100%);
    margin-bottom: calc((110/1300)*100%);
    box-sizing: border-box;
}
.mission_tex1 .tit,
.mission_tex2 .tit,
.mission_tex3 .tit{
    font-weight: 700;
    font-size: clamp(30px, 4vw, 47px);
    line-height: 1.2;
    margin-top: 0;
}
.mission_tex1 p,
.mission_tex2 p,
.mission_tex3 p{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}
.mission_1_line{
    border-top: 5px solid #ffa939;
    border-radius: 9999px;
    margin-bottom: 25px;
    margin-top: 35px;
}
.mission_1_il{
    position: absolute;
    z-index: 3;
    top: -18%;
    right: 2%;
    width: calc((184/1200)*100%);
    max-width: 184px;
}
.mission_2_il{
    position: absolute;
    z-index: 3;
    top: -13%;
    right: 15%;
    width: calc((380/1200)*100%);
    max-width: 380px;
}
.mission_3_il{
    position: absolute;
    z-index: 3;
    top: -12%;
    left: 12%;
    width: calc((220/1200)*100%);
    max-width: 220px;
}
.mission_1_il img,
.mission_2_il img,
.mission_3_il img{
    width: 100%;
    display: block;
}

/*content footer*/
.bottom_wrap{
    padding-bottom: 100px;
    padding-bottom: clamp(100px, 20%, 200px);
}
.bottom_img_1{
    width: calc((590/1200)*100%);
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-top: clamp(65px, 12%, 130px);
}
.bottom_img_1 img{
    width: 100%;
    display: block;
}
.bottom_img_2{
    width: calc((440/1200)*100%);
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
}
.bottom_img_2 img{
    width: 100%;
    display: block;
}
.f_link_box{
    display: block;
    margin-top: 35px;
    text-align: center;
}
.f_link_box a:link,
.f_link_box a:visited{
    color: #555151;
    text-decoration: none;
    font-size: 14px;
    margin: 20px;
}
/*footer*/
.lp_footer_wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.footer_link{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 47px;
}
.footer_logo{
    width: 152px;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo img{
    width: 100%;
    display: block;
}
.p-footer_license {
    padding: 30px;
    color: #ffffff;
    text-align: center;
    background-color: #555151;
    font-size: clamp(10px, 1.333vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.035em;
    font-weight: 500;
}
.p-footer_copy{
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: #e8330e;
    font-size: clamp(10px, 1.333vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.035em;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    body{ margin-top: 42px; }
    .pc{ display: none; }
    .sp{ display: block; }
    .clear_sp{ display: block; clear: both; }

    /* SP Menu */
    .sp_head_wrap{
    width: 100%;
    height: 62px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    box-sizing: border-box;
    z-index: 1000;
    }
    .sp_head{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    }
    .sp_head_logo{ width: 60px; }
    .sp_head_logo img{ width: 100%; display:block; }
    .sp_hamburger{
    width: 62px;
    height: 62px;
    border: none;
    background: #fff;
    position: relative;
    cursor: pointer;
    flex: 0 0 62px;
    }
    .sp_hamburger span{
    position: absolute;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #e84c2a;
    transition: .3s ease;
    transform: translateX(-50%);
    }
    .sp_hamburger span:nth-child(1){ top: 18px; }
    .sp_hamburger span:nth-child(2){ top: 30px; }
    .sp_hamburger span:nth-child(3){ top: 42px; }
    .sp_hamburger.is-open span:nth-child(1){
    transform: translateX(-50%) rotate(45deg);
    top: 30px;
    }
    .sp_hamburger.is-open span:nth-child(2){ opacity: 0; }
    .sp_hamburger.is-open span:nth-child(3){
    transform: translateX(-50%) rotate(-45deg);
    top: 30px;
    }
    .sp_menu{
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100vh - 62px);
    background: #ffe4dd;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s ease, opacity .2s ease, visibility .25s ease;
    z-index: 999;
    padding: 18px 16px;
    box-sizing: border-box;
    }
    .sp_menu.is-open{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    }
    .sp_menu__link{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 10px;
    color: #555151;
    text-decoration: none;
    border-top: 2px dotted rgba(0,0,0,.18);
    justify-content: flex-start;
    }
    .sp_menu__link:first-child{
    border-top: none;
    }
    .sp_menu__link:last-child{
    border-bottom: 2px dotted rgba(0,0,0,.18);
    }
    .ic_left{
    width: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .ic_right{
    flex: 1 1 auto;
    min-width: 0;
    }
    .sp_menu__icon{
    height: 22px;
    width: auto;
    flex: 0 0 22px;
    display: block;
    }
    .content_tit_wrap{
    padding-bottom: 3%;
    }
    .content_tit_box1 h1{
    white-space: nowrap;
    font-size: calc(90vw / 13);
    }
    .content_tit_img_2{
    width: calc((240/760)*100%);
    }
    .content_tit_box2{
    gap: 0.5vw;
    }
    .content_tit_tex_1,
    .content_tit_tex_3{
    font-size: 5vw;
    }
    .curve-sep .curve-svg{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    }
    .curve-sep__dogs{
    width: calc((470/760)*100%);
    max-width: 630px;
    bottom: -70%;
    }

    .message_tit,
    .project_tit,
    .mission_tit{
    font-size: calc(90vw / 16);
    top: -2%;
    }
    .message_tit_en,
    .project_tit_en,
    .mission_tit_en{
    font-size: calc(90vw / 4.25);
    top: 0;
    }
    .message_tit{
    padding-top: 50px;
    }
    .message_tit_en{
    padding-top: 50px;
    }
    .message_text{
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    }
    .message_text h2{
    font-size: calc(90vw / 18);
    margin-top: 110px;
    }
    .message_text p{
    font-size: 16px;
    text-align: left;
    white-space: unset;
    }
    .message_img{
    width: 90%;
    margin: 0;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    }
    .message_img__top .me1:first-child img{
    float: left;
    margin-left: 0;
    width: 95%;
    }
    .message_img__top .me1:last-child img{
    float: right;
    margin-right: 0;
    width: 95%;
    }
    .message_img__bottom .me1:nth-of-type(1) img,
    .message_img__bottom .me1:nth-of-type(2) img,
    .message_img__bottom .me1:nth-of-type(3) img{
    margin-top: -5%;
    width: 95%;
    }
    .message_text2{
    width: 90%;
    padding-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    }
    .message_text2 p{
    text-align: left;
    font-size: calc(90vw / 20);
    line-height: 1.8;
    }
    .curve-sep2 .curve-sep__svg .curve-svg{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    }
    .curve-sep__rabbits{
    width: calc((230/760)*100%);
    }
    .project_wrap{
    padding-top: 40%;
    padding-bottom: 15%;
    }
    .project_tit{
    top: 0;
    }
    .project_tit_en{
    top: 0.5%;
    }
    .project_box1_2{
    position: static;
    width: calc(( 580 / 760 )*100%);
    max-width: 690px;
    top: auto;
    left: auto;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    }
    .project_box1{
    width: 100%;
    }
    .project_box1_1{
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    }
    .project_box1 .box1_tit{
    padding-left: 0.5em;
    font-size: 20px;
    font-size: clamp(20px, 3vw, 35px);
    }
    .project_box1 .box1_date{
    font-size: 16px;
    }
    .project_box2{
    width: 90%;
    padding-top: 5%;
    margin-left: auto;
    margin-right: auto;
    }
    .project_box2 .box2_1{
    position: static;
    width: 50%;
    box-sizing: border-box;
    top: auto;
    left: auto;
    float: left;
    }
    .project_box2 .box2_2{
    position: static;
    width: 50%;
    box-sizing: border-box;
    top: auto;
    left: auto;
    transform: none;
    float: right;
    }
    .project_box2 .box2_1 img{
    width: 96%;
    margin-right: auto;
    }
    .project_box2 .box2_2 img{
    margin-left: auto;
    width: 96%;
    }
    .project_box2 .box2_1 p,
    .project_box2 .box2_2 p{
    font-size: 11px;
    }
    .project_box2 .box2_3 {
    position: static;
    width: calc((280/760)*100%);
    margin-left: auto;
    margin-right: auto;
    }
    .project_box3_1{
    width: 100%;
    }
    .project_box3_1_1,
    .project_box3_1_2,
    .project_box3_2_1,
    .project_box3_2_2{
    margin-left: auto;
    margin-right: auto;
    float: none;
    }

    .project_box3_1_1,
    .project_box3_1_2{
    width: 84%;
    }
    .project_box3_2_1{
    width: 90%;
    }
    .project_box3_2_2{
    width: 90%;
    padding-top:5%;
    }
    .project_box3_1 h2,
    .project_box3_2 h2{
    font-size: 18px;
    margin-bottom: 0;
    }
    .project_box3_2 .box3_2_1{
    position: static;
    width: 50%;
    right: auto;
    top: auto;
    float: left;
    box-sizing: border-box;
    }
    .project_box3_2 .box3_2_3{
    position: static;
    width: 50%;
    right: auto;
    top: auto;
    float: right;
    box-sizing: border-box;
    }
    .project_box3_2 .box3_2_1 img{
    margin: 0;
    display: block;
    margin-right: auto;
    width: 95%;
    }
    .project_box3_2 .box3_2_3 img{
    margin: 0;
    display: block;
    margin-left: auto;
    width: 95%;
    }
    .box3_2_2{
    position: static;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    margin-bottom: 8%;
    }
    .box3_2_2 img{
    width: 100%;
    }
    .project_box3_2_2 p{
    text-align: center;
    font-size: 11px;
    }
    .curve-sep3 .curve-svg{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    }
    .curve-sep__animals{
    width: calc((406/760)*100%);
    left: 33%;
    }
    .mission_wrap{
    padding-top: 35%;
    }
    .mission_bg1,
    .mission_bg2{
    border-radius: 30px;
    }
    .mission_con{
    align-items: flex-start;
    }
    .mission_img{
    width: calc((310/760)*100%);
    margin-top: 2%;
    }
    .mission_box2{
    margin-top: 15%;
    margin-bottom: 15%;
    }
    .mission_tex1{
    width: calc((440/760)*100%);
    padding-left: calc((50/760)*100%);
    padding-right: calc((30/760)*100%);
    box-sizing: border-box;
    z-index: 1;
    padding-bottom: 30px;
    padding-top: 30px;
    }
    .mission_tex2{
    width: calc((440/760)*100%);
    padding-left: calc((30/760)*100%);
    padding-right: calc((50/760)*100%);
    box-sizing: border-box;
    z-index: 1;
    padding-bottom: 30px;
    padding-top: 30px;
    }
    .mission_tex1 .tit,
    .mission_tex2 .tit,
    .mission_tex3 .tit{
    font-size: calc(90vw / 20);
    }
    .mission_1_line{
    border-top: 5px solid #ffa939;
    border-radius: 9999px;
    margin-bottom: 25px;
    margin-top: 35px;
    }
    .mission_tex1 p,
    .mission_tex2 p,
    .mission_tex3 p{
    font-size: 14px;
    line-height: 1.7;
    }
    .mission_1_il{
    top: auto;
    bottom: -7%;
    right: 15%;
    width: calc((140/760)*100%);
    max-width: 184px;
    }
    .mission_2_il{
    top: auto;
    bottom: -25%;
    right: auto;
    left: 5%;
    width: calc((360/760)*100%);
    max-width: 410px;
    }
    .mission_3_il{
    top: auto;
    bottom: -20%;
    left: auto;
    right: 10%;
    width: calc((240/760)*100%);
    max-width: 220px;
    }
    .bottom_img_1{
    width: calc((600/760)*100%);
    }
    .bottom_img_2{
    width: calc((370/760)*100%);
    padding-top: 5%;
    }
}