@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #E36233;
    --subColor: #00895E;
    --subColor2: #10537F;
    --bgColorlight: #F3F3F3;
    --bgColordark: #DDDBDA;
    --txtColor: #000000;
    --linkColor: #000000;
    --borderColor: #231815;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 100px;
    --gaps: 40px;
    --gapmini: 20px;
    --gap_sp: 30px;
    --sectionPadding: 150px;
    --sectionPadding_sp: 30px;
    --contentWidth: 1000px;
    --innerWidth: 850px;
}
body {
    width: 100%;
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    text-align: justify;
}
.font_eng {
    font-family: "Roboto", sans-serif !important;
}
p {
    line-height: 1.8;
}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_bolder {
    font-weight: 900;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
}
a:hover {
    color: #999999;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.cf::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_blue {
    color: #006BAE;
}
.p_white {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}


.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_100 {
    margin-top: 100px;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_100 {
    margin-bottom: 100px;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 160%;
}
.p35 {
    font-size: 35px;
    line-height: 160%;
}
.p38 {
    font-size: 38px;
    line-height: 160%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.sec_padding_s {
    padding-top: calc(var(--sectionPadding) / 2);
    padding-bottom: calc(var(--sectionPadding) / 2);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--bgColordark);
}
.bg_white {
    background-color: #fff;
}
.gap {
    gap: var(--gaps);
}
.gaps {
    gap: var(--gapmini);
}
.column {
    display: flex;
    flex-direction: column;    
}
.p_white {
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20 , .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 , .p24 , .p22 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 {
        font-size: 20px;
    }
    .p35 , .p40  {
        font-size: 24px;
    }
    .p38 , .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30 , .mb_20 {
        margin-bottom: 10px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}



#header {
    padding: 20px 30px;
    background-color: var(--bgColorlight);
    width: 100%;
    display: flex;
}
#header h1 , #header .right {
    width: 50%;
}
#header .right {
    text-align: right;
}
#header a {
    text-decoration: none;
}
#header h1 {
    line-height: 0;
}
#mv {
    position: relative;
    z-index: 1;
    margin: 80px 0;
}
#mv img {
    position: relative;
    z-index: 1;
    width: 60%;
}
@media screen and (min-width: 2000px) {
    #mv img {
        position: relative;
        z-index: 1;
        width: 55%;
    }
}
.mv_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
}
.mv_dl {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: calc((100% - var(--contentWidth)) / 2);
} 
.mv_dl div {
    display: flex;
    width: 100%;
    gap: 0;
    border: 1px solid #000;
}
.mv_dl dt , .mv_dl dd {
    padding: 0 10px;
    font-weight: 600;
}
.mv_dl dt {
    background-color: #000;
    color: #fff;
    width: 30%;
}
#mv h1 {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.3rem;
    gap: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -50px;
}
.h1_01 {
    font-size: 50px;
}
.h1_02 {
    font-size: 22px;
}
.h2_top {
    line-height: 100%;
    display: block;
    width: calc(100% - 20px);
    text-align: right;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 60px;
    margin-bottom: -10px;
    letter-spacing: 0.2rem;
}
#main {
    background-color: var(--bgColorlight);
    border-top: 1px solid #000;
    position: relative;
    padding-top: 150px;
    margin-top: 130px;
}
#main.sub {
    padding-bottom: 150px;
}
.top_sec_wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-bottom: var(--sectionPadding);
}
.top_section {
    display: flex;
    gap: 50px;
    width: 100%;
    align-items: center;
}
.top_section .top_txt , .top_section .img {
    width: calc((100% - 50px) / 2);
}
.top_section .img img {
    width: 100%;
}
.top_txt_wrap {
    width: 100%;
    max-width: calc((var(--contentWidth) - 50px) / 2);
    margin-left: auto;
    margin-right: 0;
    letter-spacing: normal;
}
.p_border {
    position: relative;
}
.top_section.right {
    flex-direction: row-reverse;
}
.top_section.right .top_txt_wrap {
    margin-left: 0;
    margin-right: auto;
}
.p_about {
    display: block;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 400px;
    font-weight: 600;
    width: calc(100% - 40px);
    max-width: 550px;
    letter-spacing: 0.3rem;
}
.top_section_about {
    padding: var(--sectionPadding) 0;
    background-image: url(../img/bg_01.png);
    background-position: center top;
    background-repeat: repeat;
}
.top_about_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    border: 1px solid #000;
    background-color: #000;
    list-style: none;
}
.top_about_ul li {
    width: calc((100% - 3px) / 4);
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
}
.top_about_ul .point {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    align-items: center;
    border: 1px solid #000;
    border-radius: 100%;
    margin-left: -50px;
    margin-top: -50px;
}
.top_about_ul .point div {
    display: flex;
    flex-direction: column;
}
.top_about_ul .point .p {
    font-size: 10px;
}
.top_about_ul .point .nom {
    font-size: 30px;
    font-weight: 600;
}
.top_about_ul .big .l {
    font-size: 350%;
    font-weight: 900;
}
.top_sec_company {
    background-image: url(../img/bg_02.jpg);
    background-position: center center;
    background-size: cover;
    padding: 150px 0;
}
.company_link {
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
}
.company_link .img {
    line-height: 0;
}
.company_link .title {
    display: block;
    background-color: #000;
    padding: 10px;
    color: #fff;
}
.company_link a:hover , .company_link a {
    text-decoration: none;
}
#footer {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #707070;
}

#mv.company h1 {
    width: 300px;
}

.company_dl {
    border-top: 1px solid #707070;
    line-height: 300%;
}
.company_dl div {
    border-bottom: 1px solid #707070;
    display: flex;
    width: 100%;
}
.company_dl dt , .company_dl dd {
    padding: 20px;
}
.company_dl dt {
    width: 20%;
}
.company_dl dd {
    width: 80%;
}

@media screen and (max-width: 1000px) {
    #header {
        padding: 10px 20px;
    }
    .mv_dl {
        right: 0;
        top: calc(100% + 20px);
    }
    #mv h1 {
        width: auto !important;
        margin-top: 0;
    }
    .mv_wrap {
        justify-content: right;
    }
    #mv {
        margin-top: 30px;
    }
    #main.sub {
        margin-top: ;
    }
    #mv h1 .h1_01 {
        font-size: 7vw;
    }
    #mv h1 .h1_02 {
        font-size: 3.5vw;
    }
    #mv h1 .h1_01.sub {
        font-size: 10vw;
    }
    .h2_top {
        font-size: 30px;
        margin-bottom: -5px;
    }
    #main {
        margin-top: 200px;
    }
    #main.sub {
        margin-top: 170px;
    }
    #main {
        padding-top: 50px;
    }
    #main.sub {
        padding-bottom: 50px;
    }
    #footer img {
        width: 250px;
    }
    .top_sec_wrap {
        gap: 30px;
        padding-bottom: 50px;
    }
    .top_section {
        flex-direction : column;
        gap: 10px;
    }
    .top_section .img {
        width: calc(100% - 20px) !important;
        margin-left: auto;
        margin-right: 0;
    }
    .top_section .top_txt {
        width: calc(100% - 40px) !important;
        margin-left: auto;
        margin-right: auto;
    }
    .top_section.sp_bottom {
        flex-direction : column-reverse;
        gap: 10px; 
    }
    .top_section.right .img {
        margin-left: 0;
        margin-right: auto;
    }
    .top_txt_wrap {
        width: 100%;
        max-width: 100%;
    }
    .top_section_about , .top_sec_company {
        padding: 50px 0;
    }
    .top_about_ul {
        margin-top: 50px;
    }
    .top_about_ul li {
        width: calc((100% - 1px) / 2);
        padding-bottom: 30px;
    }
    .top_about_ul .point {
        margin-top: -20px;
    }
    .top_sec_company {
        padding-left: 20px;
        padding-right: 20px;
    }
    .company_link {
        width: 100%;
    }
    .mt_50 {
        margin-top: 20px;
    }
    .h2_top {
        text-align: justify;
        padding: 20px 20px 0 20px;
    }
}
@media screen and (max-width: 500px) {
    .company_dl div {
        flex-direction: column;
        padding: 10px 0;
    }
    .company_dl dd , .company_dl dt {
        width: 100%;
        padding: 0;
    }
    .company_dl dt {
        font-weight: 600;
    }
    .top_about_ul li {
        width: 100%;
    }
    .p_about {
        font-size: 2.5vw;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .top_about_ul {
        margin-left: 20px;
        margin-right: 20px;
    }
}