*{
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}
.sulphur {
    font-family: "Sulphur Point", sans-serif !important;
    font-weight: 400;
}
html{
    scroll-behavior: smooth;
}
img{
    display: block;
    width: 100%;
}
a{
    transition: 300ms;
}
a:hover{
    opacity: 0.6;
}



.top_relative {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(270deg, #008AE8, #013A60);
    background-size: 200% 200%;
    animation: Grad 5s ease infinite;
    align-items: center;
    justify-content: center;
}
@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.header{
    position: absolute;
    width: 100%;
    top: 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_logo_edge{
    width: 11.25%;
    margin-left: 4.6%;
}
.header_navi{
    display: flex;
    align-items: center;
    margin-right: 2%;
}
.header_navi_simple{
    display: flex;
    align-items: center;
}
.header_navi_simple a {
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
    line-height: 1.2;
    padding: 0 1.4em;
    text-decoration: none;
    color: white;
    border-left: solid 0.1vw white;
}
.header_navi_simple a:first-of-type{
    border-left: none;
}
.header_navi_contact {
    font-size: 1.6vw;
    font-weight: bold;
    color: #003A60;
    text-decoration: none;
    line-height: 1;
    padding: 0.6em 1.8em;
    background-color: white;
    border-radius: 1.3em;
    margin-left: 0.8vw;
    letter-spacing: 0.06em;

}

.top_logo_center{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 19.84375%;
}

.top_catch{
    position: absolute;
    bottom: 6%;
    width: 89%;
    left: 4.6%;
}
.top_catch_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top_catch_flex_left{
    display: flex;
    align-items: center;
}
.top_catch_flex_left hr {
    width: 2.5vw;
    border-top: solid 0.1vw white;
    margin-right: 1.2vw;
}
.top_catch_flex_left p {
    font-size: 2vw;
    letter-spacing: 0.1em;
    color: white;
    line-height: 1;
}
.top_catch_flex_right{
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: white;
    line-height: 1;
}
.top_catch_main {
    font-size: 5.13vw;
    line-height: 1.8;
    color: white;
    letter-spacing: 0.1em;
}

.top_scroll{
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
}
.top_scroll p{
    font-size: 0.9vw;
    letter-spacing: 0.1em;
    color: white;
    text-align: center;
    line-height: 2.5;
}
.top_scroll div{
    display: block;
    width: 0;
    height: 4vh;
    border-left: solid 0.1vw white;
    margin: 0 auto;
}




.container {
    container-type: inline-size;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.inner{
    width: 85%;
    margin: 0 auto;
}
h2{
    font-size: 4.95cqw;
    line-height: 1.7;
    font-weight: normal;
    color: #003A60;
    letter-spacing: 0.1em;
    padding-top: 0.6em;
}
h3{
    font-size: 1.8cqw;
    line-height: 1.7;
    color: #003A60;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding-bottom: 2.8em;
}


.works_wrapper{
    padding-bottom: 6cqw;
}
.works_wrapper h2, .works_wrapper h3{
    text-align: center;
}
    .works_s_flex{
        display: flex;
        flex-wrap: wrap;
    }
    .works_s_flex p:nth-of-type(3n+1), .works_s_flex p:nth-of-type(3n+2){
        width: 36%;
    }
    .works_s_flex p:nth-of-type(3n){
        width: 28%;
    }
.works h5{
    font-size: 1.27cqw;
    line-height: 1.3;
    color: #003A60;
    letter-spacing: 0.2em;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
    border-bottom: solid 0.1cqw #003A60;
    margin-bottom: 0.5em;
}
.works h5 span{
    font-size: 1cqw;
    font-weight: bold;
    line-height: 1.8;
    color: #003A60;
    letter-spacing: 0.1em;
    float: right;
}
.works p{
    font-size: 1cqw;
    font-weight: bold;
    line-height: 1.8;
    color: #003A60;
    letter-spacing: 0.1em;
}



.services_wrapper{
    background-color: #FFFEF6;
    padding-bottom: 2cqw;
}
.services_title_flex{
    display: flex;
    align-items: center;
}
.services_title_bef {
    width: 14.921875%;
    padding-bottom: 1cqw;
    margin-right: 1.6cqw;
}
.services_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.services{
    width: 41%;
}
.services_a{
    position: relative;
    z-index: 10;
    text-decoration: none;
}
.services_img_area{
    width: 90%;
}
.services_subt_area{
    position: relative;
}
.services_subt_area h5 {
    font-size: 1.7cqw;
    color: #003A60;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2em;
    padding-top: 1em;
}
.services_subt_area h6{
    font-size: 1.65cqw;
    color: #003A60;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
}
.services_arrow {
    position: absolute;
    width: 6%;
    right: 0;
    bottom: 33%;
}
.services_p{
    font-size: 1.27cqw;
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #003A60;
    font-weight: bold;
    padding-bottom: 3.8em;
    text-align: justify;
}
.services_line{
    width: 9.19%;
    padding-top: 18cqw;
}
.services_right{
    padding-top: 20.6cqw;
}



.profile_wrapper{
    padding-bottom: 3cqw;
}
.profile_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.profile_flex > div{
    width: 47.5%;
}
.profile_flex h5 {
    font-size: 2.4cqw;
    line-height: 1.5;
    font-weight: bold;
    color: #003A60;
    letter-spacing: 0.2em;
}
.profile_flex h6 {
    font-size: 1.6cqw;
    line-height: 2.1;
    font-weight: bold;
    color: #003A60;
}
.profile_flex p {
    font-size: 1.17cqw;
    line-height: 1.8;
    font-weight: 500;
    color: #003A60;
    padding-bottom: 3em;
    text-align: justify;
}




footer{
    background-color: #003A60;
    padding-top: 4cqw;
}
.footer_flex1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_logo{
    width: 16%;
}
footer h4{
    font-size: 3.1cqw;
    font-weight: normal;
    color: white;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.footer_flex2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_info h5{
    font-size: 1.75cqw;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    padding-top: 1.2em;
    padding-bottom: 0.9em;
}
.footer_info_table td {
    font-size: 0.95cqw;
    font-weight: bold;
    color: white;
    line-height: 1.9;
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: top;
    padding-right: 1.5em;
    letter-spacing: 0.05em;
}
.footer_contact{
    width: 40%;
}
.footer_flex3{
    display: flex;
    justify-content: space-between;
}
.footer_pp{
    font-size: 0.95cqw;
    color: white;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    line-height: 1.7;
    padding-bottom: 2.5em;
    padding-top: 2em;
}
.footer_cp {
    font-size: 0.95cqw;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    line-height: 1.7;
    text-align: right;
    padding-bottom: 2.5em;
    padding-top: 2em;
}





.sp_only{
    display: none !important;
}
@media screen and (max-width:767px) {
    .sp_only{
        display: block !important;
    }
    .pc_only{
        display: none !important;
    }
    .header{
        top: 2.5%;
    }
    .top_logo_edge {
        width: 24%;
        margin-left: 7%;
    }
    .header_navi{
        margin-right: 4%;
    }
    .header_navi_contact{
        font-size: 3.5vw;
        border: solid 0.4vw #666;
        border-radius: 1.5em;
    }
    .top_logo_center{
        width: 45.4%;
    }
    .top_catch{
        left: 7.4%;
        bottom: 8%;
    }
    .top_catch_flex_left hr{
        width: 3vw;
    }
    .top_catch_flex_left p{
        font-size: 3.2vw;
        line-height: 2.5;
    }
    .top_catch_main {
        font-size: 8.1vw;
        line-height: 1.3;
    }
    .top_scroll p{
        font-size: 2.7vw;
    }
    .inner{
        width: 90%;
    }
    h2{
        font-size: 8vw;
        line-height: 1.5;
        padding-top: 0.8em;
    }
    h3{
        font-size: 3.9vw;
        padding-bottom: 2.1em;
    }
    .services_wrapper{
        padding-bottom: 12vw;
    }
    .services_title_bef{
        width: 11.6%;
        padding-bottom: 6cqw;
        margin-right: 1.9vw;
    }
    .services_flex{
        display: block;
        position: relative;
    }
    .services{
        width: 100%;
    }
    .services_img_area{
        width: 100%;
    }
    .services_right{
        position: absolute;
        left: 0;
        top: 78vw;
    }
    .services_subt_area h5{
        font-size: 4.1vw;
    }
    .services_subt_area h6{
        font-size: 3.9vw;
        padding-bottom: 0.5em;
    }
    .services_p{
        padding-bottom: 111vw;
        font-size: 3.03vw;
    }
    .services_arrow{
        width: 8%;
    }
    .works_wrapper {
        padding-top: 5vw;
    }
    .works:nth-of-type(4) .works_s_flex p{
        width: 100% !important;
    }
    .works h5{
        font-size: 3vw;
    }
    .works h5 span{
        font-size: 2.5vw;
    }
    .works p{
        font-size: 2.5vw;
    }
    .profile_wrapper h2, .profile_wrapper h3{
        text-align: center;
    }
    .profile_flex{
        flex-direction: column;
    }
    .profile_flex > div{
        width: 100%;
    }
    .profile_flex h5{
        font-size: 5vw;
    }
    .profile_flex h6{
        font-size: 3.03vw;
    }
    .profile_flex p{
        font-size: 3.03vw;
    }
    .profile_wrapper{
        padding-bottom: 8vw;
    }
    footer{
        padding-top: 7vw;
    }
    .footer_flex1{
        flex-direction: column;
        align-items: center;
    }
    .footer_logo{
        width: 34%;
    }
    footer h4 {
        text-align: center;
        font-size: 7vw;
        padding-top: 0.9em;
        padding-bottom: 1.1em;
        line-height: 1.5;
    }
    .footer_flex2{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer_contact{
        width: 75%;
        margin-left: 12.5%;
    }
    .footer_info h5{
        font-size: 4vw;
    }
    .footer_info_table td{
        font-size: 2.3vw;
    }
    .footer_cp{
        font-size: 2.3vw;
        padding-top: 4em;
    }
    .footer_pp{
        font-size: 2.3vw;
        padding-top: 4em;
    }
}