*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img{
    vertical-align: bottom;
}
body{
    width: 100%;
    font-family: "notosans", sans-serif;
    font-weight: 300;
    font-style: normal;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
.wrapper{
    max-width: 1406px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.not_index_page{
    padding-top: 250px;
}
p{
    font-size: 21px;
}
h2{
    font-size: 32px;
    line-height: 2.5;
}
@font-face {
    font-family: "notosans";
    src: url(../fonts/NotoSansJP-VariableFont_wght.ttf) format("truetype");
}
@keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.head_flex{
    width: 100%;
    height: 100px;
    padding: 0 40px;
    position: fixed;
    background-color: #fff;
    z-index: 100;
}
.head_flex > div{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_flex a:last-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}
.head_flex a:last-of-type:hover{
    transform: scale(108%);
    transition: transform 0.5s ease;
}
.head_flex a:last-of-type > p{
    font-size: 24px;
}
.head_flex a:last-of-type > img{
    width: 65px;
    margin-left: 18px;
}
.head_flex > .wrapper > div{
    display: none;
}
.head_nav_menu{
    display: none;
}

.mv{
    padding-top: 100px;
    height: calc(100lvh - 250px);
    position: relative;
    box-sizing: content-box;
}
.mv > img{
    position: absolute;
    width: 100%;
    height: calc(100lvh - 250px);
    object-fit: cover;
}
.mv > div{
    position: relative;
    height: 100%;
}
.mv_center_text{
    font-family: "garamond-premier-pro", serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    right: 40px;
    top: 28%;
    font-size: 40px;
    padding: 36px 54px;
    color: #fff;
    letter-spacing: 0.04em;
    background-color: #0078b4b3;
}
.mv h1{
    position: absolute;
    font-size: 40px;
    color: #fff;
    left: 40px;
    bottom: 14%;
    font-weight: 500;
}

.pc_nav{
    height: 150px;
    background-color: #0078b4b3;
    position: static;
    top: 100px;
    width: 100%;
    z-index: 100;
}
.pc_nav_fixed{
    position: fixed;
}
.pc_nav > ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pc_nav > ul > li{
    width: 170px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-left: 1px #fff solid;
}
.pc_nav > ul > li > a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21px;
}
.pc_nav > ul > li > a:hover{
    color: #ffffffbb;
}
.pc_nav > ul > li:last-of-type{
    border-right: 1px #fff solid;
}
@keyframes nav_show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.main_text > h2{
    margin-top: 127px;
}
.main_text > p{
    margin-top: 90px;
    padding-left: 38%;
    line-height: 2.2;
}

.bg_flower{
    position: relative;
}
.bg_flower > div:first-of-type{
    position: absolute;
    top: 510px;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.bg_flower > div:first-of-type > img{
    margin-left: -97px;
}
.bg_flower > div:last-of-type{
    position: absolute;
    top: 1800px;
    right: 0;
    z-index: -1;
    overflow: hidden;
}
.bg_flower > div:last-of-type > img{
    margin-right: -230px;
}

.news_box{
    height: 740px;
    margin-top: 150px;
    position: relative;
    z-index: 10;
}
.news_box > a,
.news_box > a > img,
.news_box_flex{
    position: absolute;
}
.news_box > a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1154px;
    height: 740px;
    background-color: #005ead;
    clip-path: path("M0,187.37c0,142.16,119.33,204.99,206.46,322.7C326.75,672.58,502.55,739.66,720,739.66,c267.18,0,434.89-152.04,434.89-330.16C1154.89,86.23,810.22,0,478.84,0S0,83.86,0,187.37z");
    overflow: hidden;
    transition: background-color 0.4s ease;
    z-index: 0;
}
.news_box > a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.7s ease-in-out;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.news_box > a:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.news_box_flex{
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 148px;
    padding-left: 114px;
    color: #fff;
    z-index: 50;
}
.news_box_flex > div{
    height: fit-content;
}
.news_box_flex h2,
.news_box_flex > div > p,
.news_box_flex h3{
    font-weight: 300;
    line-height: 1;
}
.news_box_flex h2{
    font-size: 60px;
}
.news_box_flex > div > p{
    font-size: 18px;
    margin-top: 13px;
}
.news_box_flex h3{
    font-size: 21px;
}
.news_box_flex > div:last-of-type{
    margin-left: 65px;
}
.news_box_flex > div:last-of-type > p:first-of-type{
    margin-top: 0;
}
.news_box_flex > div:last-of-type > p{
    margin-top: 35px;
    margin-bottom: 7px;
}

.work_box{
    margin-top: -160px;
}
.work_box > a{
    display: block;
    width: max-content;
    position: relative;
}
.work_box > a > img{
    width: 766px;
    height: 511px;
    object-fit: cover;
    opacity: 1;
    transition: opacity ease 0.5s;
}
.work_box > a:hover img{
    opacity: 0.7;
    transition: opacity ease 0.5s;
}
.work_box > a > div{
    position: absolute;
    width: 725px;
    height: 470px;
    border: #fff 2px solid;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.work_box h2{
    position: absolute;
    bottom: 12px;
    right: 27px;
    font-size: 40px;
    line-height: 1.75;
    font-weight: 300;
}
.work_box p{
    position: absolute;
    bottom: 12px;
    left: 27px;
    font-size: 40px;
    line-height: 1.75;
}

.aicon_box{
    margin-top: 200px;
}
.aicon_box > img{
    margin: 0 55px;
}
.aicon_box > img:first-of-type{
    margin-left:0;
}
.aicon_box > img:last-of-type{
    margin-right:0;
}

.wave{
    position:relative;
    z-index: 1;
}
canvas{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 600px;
    z-index: 0;
}
.foot_flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 80px;
    position: relative;
    z-index: 10;
}
.foot_flex li{
    padding-bottom: 15px;
}
.foot_flex li:last-of-type{
    padding-bottom: 0;
}
.foot_flex li > a{
    font-size: 21px;
    color: #fff;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
}
.foot_flex li > a::before{
    content: "";
    position: absolute;
    top: 30px;
    left: 24px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    height: 1.6px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.foot_flex li > a:hover::before{
    opacity: 1;
    transition: opacity 0.6s ease;
}
.foot_flex li > a:hover img{
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.foot_flex li > a > img{
    margin-right: 7px;
    opacity: 1;
    transition: opacity 1s ease;
}
.foot_flex > a{
    transition: transform 0.5s ease;
}
.foot_flex > a:hover{
    transform: translateY(-10px);
    transition: transform 0.5s ease;
}
.foot_bottom_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #fff;
    margin-top: 75px;
    padding-bottom: 30px;
}

.container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.moving-image {
    z-index: -2;
}
@keyframes moveDown {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

/* ここまでTOPページ＆共通部分 */

.main_title{
    background-color: #005eadb3;
    color: #fff;
    margin-top: 90px;
    height: 100px;
}
.main_title > h1{
    font-size: 48px;
    line-height: 100px;
    padding-left: 32px;
}
.main_box{
    background-color: #ffffffcc;
    padding: 100px;
    margin-bottom: 200px;
}
.about_main_box > h2{
    padding-left: 20px;
    padding-bottom: 27px;
}
.about_main_flex{
    display: flex;
}
.about_main_flex > p{
    padding-right: 50px;
    line-height: 2;
}
.about_main_flex > div{
    text-align: center;
}
.about_main_flex > div > img:last-of-type{
    margin-top: 38px;
    max-width: 277px;
    width: 100%;
}
.about_table{
    margin-top: 170px;
    margin-bottom: 220px;
    position: relative;
}
.about_table h3,
.about_table h4,
.about_table p{
    font-size: 21px;
    font-weight: 300;
}
.about_table_flex{
    display: flex;
    width: 100%;
    border-top: 1px solid #000;
    padding: 35px 0;
}
.about_table_flex:last-of-type{
    border-bottom: 1px solid #000;
}
.about_table_flex > h3{
    width: 105px;
    margin-right: 145px;
    margin-left: 25px;
    white-space: nowrap;
}
.about_table_flex > div > div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.about_table_flex > div > div > h4{
    width: 5em;
    margin-right: 1em;
}
.about_table_flex > div > p{
    margin-bottom: 20px;
}
.about_table_flex > div > p:last-of-type{
    margin-bottom: 0;
}
.officer_flex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 121.6px;
    width: 670px;
}
.officer_flex > div > p:first-of-type{
    padding-right: 35px;
}
.about_main_foot > div > img{
    width: calc(100% / 3);
}

.about_link_button{
    position: absolute;
    right: 75px;
    display: inline-block;
    transition: transform 0.5s ease;
}
.about_link_button:hover{
    transform: translateY(10px);
    transition: transform 0.5s ease;
}
.about_link_button:first-of-type{
    top: 45px;
}
.about_link_button:last-of-type{
    bottom: -60px;
}
.about_link_button > img{
    height: 218px;
}
.about_link_button > p{
    position: absolute;
    line-height: 1.3;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: max-content;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.about_main_foot > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.about_main_foot > p{
    line-height: 2;
}
.brackets_mark{
    margin-left: -0.6em;
}

.work_main_box{
    padding: 0 100px;
}
.work_main_box > div{
    padding: 100px 20px;
    border-bottom: 1px solid #000;
}
.work_main_box > div:last-of-type{
    border: none;
}
.work_main_box > div > p{
    line-height: 2;
}

.recruit_main_box{
    position: relative;
    padding: 100px 120px;
}
.recruit_main_box p{
    line-height: 2;
    margin-bottom: 90px;
    padding-left: 1em;
}
.recruit_main_box p > span{
    display: block;
    padding-left: 1em;
}
.recruit_main_box > div{
    position: absolute;
    right: 100px;
    top: 100px;
}
.recruit_main_box > div > img{
    display: block;
    margin-left: auto;
}
.recruit_main_box > div > img:first-of-type{
    margin-bottom: 40px;
}

.sdgs_main_box h2{
    padding: 30px 0;
}
.sdgs_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.sdgs_main_box > section:nth-child(5) > div{
    margin-bottom: 0;
}
.sdgs_flex > div:first-of-type{
    width: 63.8%;
    padding-right: 80px;
}
.sdgs_flex p{
    line-height: 2;
}
.sdgs_flex p:last-of-type{
    color: #0078B4;
    opacity: 0.7;
    font-weight: 500;
    margin-top: 23px;
}
.sdgs_images_flex{
    max-width: 420px;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}
.sdgs_images_flex > img{
    margin-right: 13.5px;
}
.sdgs_images_flex > img:nth-of-type(-n+3){
    margin-bottom: 13.5px;
}
.sdgs_images_flex > img:nth-of-type(3n){
    margin-right: 0;
}

.iso_main_box p{
    line-height: 2;
    margin-bottom: 2em;
}
.iso_main_box ol > li{
    list-style-position: inside;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 21px;
}
.iso_main_box > section:last-of-type > h2{
    margin-top: 35px;
}
.iso_main_box h3{
    font-size: 21px;
    line-height: 2;
    color: #CA0821;
    margin-top: 50px;
    text-indent: -2.6em;
    padding-left: 2.6em;
}
.iso_main_box section:last-of-type > section:first-of-type > h3{
    margin-top: 0;
}
.iso_main_box ul{
    list-style: disc;
    padding-left: 2em;
}
.iso_main_box ul > li{
    font-size: 21px;
    line-height: 2;
}
.iso_main_box > div{
    margin-top: 110px;
    text-align: right;
}
.iso_main_box > div > img:first-of-type{
    margin-right: 25px;
}

.group_main_box h2{
    margin-bottom: 50px;
}
.group_main_box a{
    display: block;
    font-size: 21px;
    padding: 40px 0;
    padding-left: 1em;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    margin-bottom: 130px;
}
.group_main_box > section:last-of-type > a{
    margin-bottom: 0;
}

.companies_main_box > h2{
    margin-bottom: 50px;
    padding: 0 20px;
}
.companies_main_box > div{
    display: flex;
    padding: 35px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.companies_main_box h3{
    font-size: 21px;
    font-weight: 300;
    width: clamp(140px,18.205461638491547464239271781534vw,230px);
    line-height: 2;
}
.companies_main_box p{
    line-height: 2;
    flex: 1;
}
.companies_main_box p > span{
    padding-left: 70px;
}
.companies_main_box > div:last-of-type{
    border-bottom: none;
}

.contact_main_box > p{
    margin-bottom: 100px;
    line-height: 2;
}
.contact_main_box span{
    color: #CA0821;
}
form > div{
    padding: 0 55px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
form label{
    display: inline-block;
    max-width: 230px;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    padding-top: 1em;
    cursor: pointer;
}
form input{
    max-width: 800px;
    width: 100%;
    height: 80px;
    font-size: 21px;
    padding: 1em;
    cursor: text;
}
#contentbox{
    max-width: 800px;
    width: 100%;
    font-size: 21px;
    padding: 1em;
    min-height: 240px;
    resize: none;
    cursor: text;
}
.contact_submit{
    background-color: #005eadcc;
    color: #fff;
    border: none;
    width: 300px;
    height: 80px;
    font-size: 21px;
    font-family: "notosans", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    margin-top: 85px;
    cursor: pointer;
}
.contact_submit:hover{
    background-color: #005398cc;
}
.contact_submit:active{
    transform: translateY(5px);
}
.sp_br,
.sp_br_768{
    display: none;
}
.form_text{
    font-size: 21px;
    font-weight: 500;
}
.form_text > span{
    font-size: 24px;
    font-weight: 300;
    color: #000;
}
.confirm_button_center{
    margin-top: 60px;
    width: 100%;
}
.confirm_button_center input{
    width: 40%;
    background-color: #005eadcc;
    color: #fff;
    border: none;
    cursor: pointer;
}
.confirm_button_center input:hover{
    transform: translateY(5px);
}
.confirm_button_center input:first-of-type{
    background-color: #333;
    color: #fff;
    border: none;
}
.color_red{
    color: #CA0821;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
    font-size: 21px;
}
.news_main_box h3{
    font-weight: 300;
    margin-bottom: 30px;
}
.news_main_box a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
    height: 80px;
    background-color: #005eadcc;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
}
.news_main_box a:hover{
    background-color: #005398cc;
}
form input,
#contentbox {
    font-weight: 300;
    font-family: "notosans", sans-serif;
}

@media screen and (max-width:1080px) {
    .sp_br{
        display: block;
    }
    .mv {
        padding-top: 100px;
        height: calc(100dvh - 100px);
    }
    .mv > img {
        height: calc(100dvh - 100px);
    }
    .head_flex a:last-of-type{
        display: none;
    }
    .head_flex > .wrapper > div{
        display: block;
        background-color: #007ab8cc;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        position: relative;
    }
    .head_flex > .wrapper > div >span{
        width: 32px;
        height: 5px;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        transition: all 0.6s ease;
    }
    .head_flex > .wrapper > div >span:nth-of-type(1){
        top: calc(50% + 10px);
    }
    .head_flex > .wrapper > div >span:nth-of-type(3){
        top: calc(50% - 10px);
    }
    .head_flex > .wrapper > div.button_click > span:nth-of-type(1){
        transform: translate(-50%) rotate(135deg);
        top: 50%;
        transition: all 0.6s ease;
    }
    .head_flex > .wrapper > div.button_click > span:nth-of-type(2){
        opacity: 0;
        transition: all 0.6s ease;
    }
    .head_flex > .wrapper > div.button_click > span:nth-of-type(3){
        transform: translate(-50%) rotate(-135deg);
        top: 50%;
        transition: all 0.6s ease;
    }
    .pc_nav{
        display: none;
    }
    .head_nav_menu{
        text-align: center;
        background-color: #007ab8;
    }
    .head_nav_menu.is_show{
        display: block;
        animation: show ease forwards 1s;
        position: fixed;
        top: 100px;
        width: 100%;
        height: calc(100lvh - 100px);
        z-index: 100;
        color: #fff;
    }
    .head_nav_menu.is_show a{
        color: #fff;
        font-size: 16px;
        display: block;
        padding-top: 4vh;
    }
    .head_nav_menu.is_show small{
        position: absolute;
        bottom: 1.5vh;
        transform: translateX(-50%);
    }
    .mv_center_text {
        right: 0;
        top: 100px;
        padding: 25px 50px;
    }

    .news_box{
        height: auto    ;
    }
    .news_box > a{
        position: static;
        clip-path: none;
        width: 100%;
        height: auto;
    }
    .news_box_flex{
        display: block;
        position: static;
        padding-left: 0;
    }

    .news_box_flex > div{
        text-align: center;
    }
    .news_box_flex > div > p{
        font-size: 26px;
    }
    .news_box_flex > div:last-of-type{
        text-align: left;
        width: fit-content;
        margin: 80px auto;
    }
    .work_box{
        margin-top: 100px;
        width: fit-content;
    }

    .aicon_box{
        text-align: center;
    }

    .foot_flex > nav{
        display: none;
    }
    .foot_flex{
        justify-content: center;
        transform: translateY(-130px);
        padding-top: 400px;
    }
    .foot_bottom_flex{
        display: none;
    }


    .not_index_page {
        padding-top: 100px;
    }
    .about_link_button {
        position: absolute;
        right: -80px;
    }
    .about_main_flex{
        flex-direction: column-reverse;
    }
    .about_main_flex > p{
        padding-right: 0;
    }
    .about_main_flex > div{
        margin-bottom: 50px;
    }
    .about_table_flex{
        flex-direction: column;
        align-items: center;
    }
    .about_table_flex > h3 {
        width: auto;
        margin: 0;
        white-space: nowrap;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .officer_flex {
        flex-wrap: wrap;
        height: auto;
        width: auto;
    }
    .main_box {
        margin-bottom: 0;
    }

    .recruit_main_box > div {
        position: static;
        text-align: center;
    }
    .recruit_main_box > div > img:first-of-type {
        margin-bottom: 0;
    }
    .recruit_main_box > div > img {
        display: inline;
        margin: 0 auto;
        height: clamp(230px,29.908972691807542262678803641092vw,380px);
    }
    .sdgs_flex{
        flex-direction: column;
    }
    .sdgs_flex > div:first-of-type {
        width: 100%;
        padding-right: 0;
    }
    .sdgs_images_flex {
        flex-wrap: nowrap;
        max-width: none;
        margin-top: 20px;
    }
    .sdgs_images_flex > img{
        width: calc((100% - 67.5px) / 6);
    }
    .sdgs_images_flex > img:nth-of-type(3n) {
        margin-right: 13.5px;
    }
    .sdgs_images_flex > img:nth-of-type(-n+3) {
        margin-bottom: 0;
    }
    .sdgs_images_flex > img:last-of-type {
        margin-right: 0;
    }
    .sdgs_flex:last-of-type{
        margin-bottom: 50px;
    }
    .sdgs_main_box h2 {
        padding: 20px 0;
    }

    .iso_main_box > section:last-of-type > h2{
        line-height: 1.5;
        padding-bottom: 0.5em;
    }

    form > div {
        flex-direction: column;
    }
    .confirm_button_center input:first-of-type {
        margin-bottom: 30px;
    }
    .confirm_button_center input {
        width: 60%;
    }
    form label {
        margin-bottom: 20px;
    }
    small{
        font-size: 12px;
    }
    .confirm_button_center{
        align-items: center;
    }
}
@media screen and (max-width:768px) {
    p{
        font-size: 16px;
    }
    h2{
        font-size: 26px;
        line-height: 2.5;
    }
    .sp_br_768{
        display: block;
    }
    .head_flex{
        padding: 0;
    }
    .head_flex > .wrapper > a:first-of-type > img{
        width: clamp(180px,56.25vw,392px);
    }
    .mv_center_text {
        font-size: clamp(26px,8.125vw,30px);
        padding: clamp(10px,3.125vw,25px) clamp(20px,6.25vw,50px);
        top: 50px;
    }
    .mv h1 {
        font-size: 30px;
        left: 20px;
        bottom: 20px;
    }
    .main_text > h2 {
        font-size: clamp(16px,5vw,32px);
    }
    .main_text > p {
        margin-top: 50px;
        padding-left: 0;
        font-size: clamp(16px,5vw,21px);
    }
    .news_box {
        margin-top: 60px;
    }
    .news_box_flex h2 {
        font-size: clamp(40px,12.5vw,60px);
    }
    .news_box_flex > div > p {
        font-size: clamp(20px,6.25vw,26px);
    }
    .news_box_flex {
        padding-top: 80px;
    }
    .news_box_flex > div:last-of-type {
        padding: 0 20px;
    }
    .work_box {
        padding: 0;
    }
    .work_box > a > img {
        width: clamp(300px,93.75vw,766px);
        height: clamp(200px,62.5vw,511px);
    }
    .work_box > a > div {
        width: clamp(275px,85.9375vw,725px);
        height: clamp(180px,56.25vw,470px);
    }
    .work_box h2,
    .work_box p {
        font-size: clamp(20px,6.25vw,40px);
    }
    .work_box {
        margin-top: clamp(10px,3.125vw,100px);
    }
    .aicon_box {
        margin-top: clamp(80px,25vw,200px);
    }
    .aicon_box > img:first-of-type,
    .aicon_box > img:last-of-type {
        height: clamp(90px,28.125vw,191px);
    }
    .aicon_box > img {
        margin: 0 5px;
    }
    .main_box {
        padding: 20px 20px;
    }
    .wrapper {
        padding: 0 10px;
    }
    .about_table {
        margin-top: 100px;
    }
    .about_link_button > img {
        height: 190px;
    }
    .about_link_button {
        right: -20px;
    }
    .about_link_button:first-of-type {
        top: -140px;
    }
    .about_table_flex > div > div {
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
    }
    .about_table_flex > div > div > h4 {
        width: auto;
        margin-right: 0;
        
    }
    .officer_flex > div > p:first-of-type {
        padding-right: 0;
    }
    .about_link_button:last-of-type {
        bottom: -200px;
    }
    .foot_flex {
        margin-top: 380px;
    }
    .work_main_box > div {
        padding: 20px 20px;
    }
    .main_title {
        margin-top: 30px;
    }
    .about_main_foot > div {
        flex-direction: column;
    }
    .about_main_foot > div > img {
        width: 100%;
    }
    .work_main_box > div > h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .recruit_main_box p {
        margin-bottom: 60px;
    }    
    .recruit_main_box > div > img {
        height: clamp(120px, 37.5vw, 260px);
    }
    .sdgs_main_box h2 {
        margin-top: 20px;
        line-height: 2;
    }
    .sdgs_images_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sdgs_images_flex > img {
        width: calc((100% - 67.5px) / 6);
        min-width: 100px;
    }
    .main_title > h1 {
        padding-left: 22px;
    }
    .iso_main_box > div > img:first-of-type {
        margin-right: 0; 
    }
    .iso_main_box > div > img:last-of-type {
        margin-left: 50px; 
    }
    .iso_main_box > div > img{
        margin-top: 50px;
    }
    .group_main_box h2 {
        line-height: 2;
    }
    .companies_main_box > h2 {
        margin-bottom: 20px;
    }
    .companies_main_box > div {
        flex-direction: column;
    }
    .companies_main_box p {
        font-size: 18px;
    }
    .companies_main_box p > span {
        white-space:nowrap;
    }
    .main_title > h1 {
        font-size: 30px;
    }
    form > div {
        padding: 0;
    }
    .contact_main_box > p {
        margin-bottom: 60px;
    }
    .contact_submit {
        margin-bottom: 85px;
        width: 100%;
        max-width: 300px;
    }
    form input {
        font-size: 16px;
    }
    #contentbox {
        font-size: 16px;
    }
}

@media screen and (max-width:728px) {
    .sdgs_images_flex > img:nth-of-type(6) {
        margin-right: 13.5px;
        margin-top: 13.5px;
    }
}
@media screen and (max-width:627px) {
    .sdgs_images_flex > img:nth-of-type(5) {
        margin-right: 13.5px;
        margin-top: 13.5px;
    }
}
@media screen and (max-width:514px) {
    .sdgs_images_flex > img:nth-of-type(4) {
        margin-right: 13.5px;
        margin-top: 13.5px;
    }
}
@media screen and (max-width:401px) {
    .sdgs_images_flex > img{
        min-width: 105px;
    }
    .sdgs_images_flex > img:nth-of-type(even) {
        margin-right: 0;
        margin-top: 13.5px;
    }
    .sdgs_images_flex > img:nth-of-type(2n-1):nth-of-type(-n+3) {
        margin-top: 13.5px;
    }
}