@charset "UTF-8";

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

    --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;
}
/* 即時に遷移する */
html {
	scroll-behavior: auto !important;
}
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_l {
    width: 100%;
    max-width: 1480px;
    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;
    }
}

@media screen and (max-width: 1480px) {
    .wrap_l  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

#header {
    padding: 20px 30px;
    background-color: var(--bgColorlight);
    width: 100%;
    display: flex;
}
#header h1 {
    width: 100px;
}
#header .right {
    flex: 1;
    display: flex;
    justify-content: right;
}
#header a {
    text-decoration: none;
}
#header h1 {
    line-height: 0;
}
#header ul {
    display: flex;
    gap: 0;
    list-style: none;
}
#header .normal {
    padding: 0 20px;
    position: relative;
    line-height: 30px;
}
#header .normal::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
#header .normal.last::before {
    display: none;
}
#header .contact {
    padding: 0;
    position: relative;
    line-height: 30px; 
}
#header .contact a {
    background-color: var(--btnColor);
    color: #fff;
    padding: 5px 30px;
    border: 1px solid var(--btnColor)
}
#header .contact a:hover {
    background-color: #fff;
    color: var(--btnColor);
}
#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: 0;
    left: calc(60% + 30px);
} 
.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: 36px;
}
.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;
}
#main.contact {
    padding-top: 100px;
    margin-top: 100px;
}
.contact_head {
	padding-top: 100px;
}
.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;
    flex-wrap: wrap;
}
.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 {
        display: flex;
        gap: 20px;
        justify-content: center;
    margin: 0 auto;
}
.company_link .img {
    line-height: 0;
}
.company_link .title {
    display: block;
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    background-image: url(../img/btn_bn.png);
    background-size: 20px auto;
    background-position: right 20px center;
}
.company_link a:hover , .company_link a {
    text-decoration: none;
        background-color: #fff;
}
#footer {
    padding: 50px 0;
    border-top: 1px solid #707070;
}
#footer .wrap {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
#footer .bottom {
    width: 100%;
    text-align: center;
}
#footer .left {
    width: 280px;
}
#footer .right {
    flex: 1;
    display: flex;
    justify-content: right;
    gap: 50px;
}
#mv.company h1 {
    width: calc(40% - 30px)
}
#footer ul a {
    text-decoration: none;
}
#footer li {
    padding-left: 30px;
    list-style: none;
    background-image: url(../img/footer_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.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%;
}
.btn_normal {
    text-align: center;
    width: 100%;
}
.btn_normal a {
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background-color: var(--btnColor);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid var(--btnColor);
}
.btn_normal a span {
    display: block;
    padding-right: 40px;
    background-image: url(../img/btn_normal.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.btn_normal a:hover {
    background-color: transparent;
    color: var(--btnColor);
}
.top_service {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: var(--sectionPadding) 0;
}
.top_service_ul_01 , .top_service_ul_02 {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}
.top_service_ul_01 li {
    width: calc((100% - 40px) / 3);
    background-image: url(../img/bg_01.png);
    background-repeat: repeat;
    color: #fff;
    padding: calc(var(--gap) / 2);
}
.top_service_ul_02 li {
    width: calc((100% - 80px) / 5);
    background-image: url(../img/bg_01.png);
    background-repeat: repeat;
    color: #fff;
    padding: 0;
}
.top_service_ul_01 .title , .top_service_ul_02 .title {
    text-align: center;
    font-weight: 900;
}
.top_service_ul_02 .txt {
    display: block;
    padding: 10px 20px 30px 20px;
}
.top_service_ul_02 .img {
    line-height: 0;
    display: block;
}
.top_sec_recruit {
    padding: calc(var(--sectionPadding) / 2) 0;
    background-image: url(../img/bg_01.png);
    background-repeat: repeat;
}
.top_sec_recruit .wrap {
    padding: calc(var(--sectionPadding) / 2) 0;
    background-image: url(../img/top_recruit.jpg);
    background-size: cover;
    background-position: center center; 
}
.top_sec_recruit .btn_normal a:hover {
    background-color: #fff;
}
.top_sec_news , .top_company_nav {
    background-color: #fff;
    padding: calc(var(--sectionPadding) / 2) 0;
}
.top_news {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.top_news li {
    list-style: none;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}
.top_news .txt {
    flex: 1;
}
.top_news .category {
    width: 150px;
}
.top_news .category a {
    display: block;
    padding: 5px;
    color: #fff;
    text-align: center;
    background-color: #7FBB57;
}
.top_news a {
    text-decoration: none;
}
.top_news .category a:hover {
    opacity: 0.7;
}
.top_company_nav {
    border-top: 1px #000 solid;
}
.top_company_nav_ul {
    border-left: 1px #000 solid;
    border-top: 1px #000 solid;
    list-style: none;
    display: flex;
    gap: 0;
    align-items: stretch;
}
.top_company_nav_ul li {
    width: 25%;
    padding: 30px 20px;
    border-right: 1px solid #000;
    border-bottom: 1px #000 solid;
}
.top_company_nav_ul .title a {
    border-bottom: 1px solid #000;
    padding: 5px 20px 5px 0;
    margin-bottom: 20px;
    display: block;
    background-image: url(../img/btn_bn.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    text-decoration: none;
}
.top_sec_contact {
    padding: calc(var(--sectionPadding) / 2) 0;
    background-image: url(../img/bg_01.png);
    background-repeat: repeat;
}
.top_sec_contact .wrap {
    padding: calc(var(--sectionPadding) / 2) 0;
    background-color: #fff;
    background-image: url(../img/top_contact_bg.jpg);
    background-position: center top;
    background-size: cover;
}
.p_contact {
    display: block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3rem;
}
.about_sec_01 {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}
.about_sec_01 .img {
    width: 300px;
}
.about_sec_01 .txt {
    flex: 1;
}
.company_link_l ul {
    list-style: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.company_link_l ul li {
    width: 50%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px;
}
.company_link_l .img {
    line-height: 0;
}
.company_link_l a {
    text-decoration: none;
}
.company_link_l .title {
    font-weight: 600;
    background-image: url(../img/btn_bn.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-right: 30px;
}
#main.sub.company {
    padding-bottom: 0;
}
.img_100 img {
    border-radius: 50px;
}
.eng_title {
    letter-spacing: 0.1em;
}
.company_tbl {
    width: 100%;
    border-collapse: collapse;
}
.company_tbl th {
    font-weight: normal;
}
.company_tbl th , .company_tbl td{
    border-bottom: 1px solid #000;
    padding: 20px 10px;
}
.company_tbl tr:nth-child(even) {
  background-color: rgba(0,107,174,0.05)
}
.histry_wrap {
    padding: 30px 50px 0 50px;
}
.history_dl {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
}
.history_dl::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 25px);
    top: 25px;
    left: 102px;
    position: absolute;
    z-index: -1;
    background-color: var(--txtColorpoint);
}
.history_dl div {
    border-bottom: dashed 1px #cccccc;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.history_dl div:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}
.history_dl dt {
    width: 140px;
    color: #cccccc;
    font-weight: 600;
    font-size: 200%;
    position: relative;
}
.history_dl dt::before {
    content: "";
    display: block;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background-color: var(--txtColorpoint);
    position: absolute;
    right: 30px;
    top: 13px;
}
.history_dl dd {
    flex: 1;
    display: flex;
    gap: 10px;
}
.history_dl dd span {
    width: 80px;
}
.history_dl dd p {
    flex: 1;
}
.p_point {
    color: var(--txtColorpoint);
}
.history_bottom {
    border-top: 5px solid #EFEFEF;
}
.history_bottom .p_point {
    color: #026BAF;
}
.history_bottom .history_dl::before , .history_bottom .history_dl dt::before {
    background-color: #026BAF;
}
.privacy_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.privacy_wrap ul {
    margin-left: 20px;
}
.contact_wrap {
    padding: 30px 30px;
    background-color: #fff;
}
.contact_wrap {
    border-bottom: 1px solid #707070;
}
.contact_wrap a {
    color: var(--btnColor);
}
.contact_list {
    list-style: none;
    display: flex;
    gap: 0 50px;
    flex-wrap: wrap;
}
.contact_list li {
    width: calc((100% - 100px) / 3);
}
.contact_list a {
    display: block;
    color: var(--txtColor);
    padding-right: 30px;
    background-image: url(../img/btn_bn.png);
    background-position: right 5px center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    text-decoration: none;
}
.contact_list a:hover {
    background-position: right 0 center;
    color: var(--btnColor);
}
.contact_section {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.contact_img {
    display: flex;
    gap: 20px;
}
.contact_img .img {
    width: 270px;
} 
.contact_img .img p {
    line-height: 0;    
}
.contact_img .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact_img .btn_s {
    margin-top: auto !important;
}
.contact_head .p30 {
	font-weight:bold;
}
.btn_s a {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background-color: var(--btnColor);
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    background-image: url(../img/btn_normal.png);
    background-position: right 15px center;
    background-size: 15px auto;
    background-repeat: no-repeat;
}
.btn_s a:hover {
    background-position: right 10px center;
}
@media screen and (max-width: 1000px) {
    #header {
        padding: 10px 20px;
		align-items: center;
    }
	#header .contact a {
		font-size:12px !important;
    	line-height: 20px !important;
	}
    .mv_dl {
        right: 20px;
        left: auto;
        top: calc(100% + 20px);
    }
    #mv h1 {
        width: 50vw !important;
        margin-top: 0;
    }
    .mv_wrap {
        justify-content: right;
    }
    #mv {
        margin-top: 30px;
    }
    #main.sub {

    }
    #mv h1 .h1_01 {
        font-size: 7vw;
    }
    #mv h1 .h1_02 {
        font-size: 3.5vw;
    }
    #mv h1 .h1_01.sub {
        font-size: 4.5vw;
        letter-spacing: 1vw;
    }
    .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 , .top_service {
        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;
    }
    .top_service_ul_01 li {
        padding: 20px;
    }
    .top_service_ul_02 .title {
        padding: 0 10px;
    }
    #header .normal {
        padding: 0 10px;
    }
}
@media screen and (max-width: 798px) { 
    .top_service_ul_01 {
        flex-wrap: wrap;
    }
    .top_service_ul_01 li {
        width: 100%;
    }
    .top_service_ul_01 .img {
        text-align: center;
    }
    .top_service_ul_02 li {
        width: calc((100% - 40px) / 3);
    }
    .top_news li {
        flex-direction: column;
        gap: 10px;
    }
    .top_company_nav_ul {
        flex-wrap: wrap;
    }
    .top_company_nav_ul li {
        width: 50%;
    }
		#footer .right {
			display: flex;
			gap: 20px !important;
		}

		#footer .right ul {
			margin: 0 !important;
		width: calc((100% - 20px) / 2);
	}
	#footer li {
		    background-position: top 7px left;
	}
	
    #footer .left {
        margin: 0 auto;
        text-align: center;
    }
    #header .right {
        padding-right: 40px;
    }
     #header .right .normal {
        display: none;
     }
    .about_sec_01 {
        flex-direction: column;
    }
    .about_sec_01 div {
        width: 100% !important;
    }
    .about_sec_01 .img {
        text-align: center;
    }
    .company_link_l ul li{
        padding: 20px;
    }
    .table_wrap table {
        width: 1000px;
    }
    .histry_wrap {
        padding: 20px 20px 0 20px;
    }
    .contact_list {
        gap: 0 20px;
    }
    .contact_list li {
        width: calc((100% - 20px) / 2);
    }
    .contact_img {
        flex-wrap: wrap;
    }
    .contact_img .img , .contact_img .txt {
        width: 100% !important;
    }
    .contact_img .img {
        text-align: center;
    }
    .contact_img .btn_s a {
        margin: 20px auto 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .mt_100 {
        margin-top: 50px;
    }
	    .h2_top {
        font-size: 20px;
        margin-bottom: -3px;
    }
    .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;
    }
        .top_service_ul_02 li {
        width: calc((100% - 20px) / 2);
    }
        .top_company_nav_ul li {
        width: 100%;
    }
    .company_link_l ul {
        flex-direction: column;
    }
    .company_link_l ul li {
        width: 100%;
    }
    .history_dl dd {
        gap: 0;
        flex-direction: column;
    }
    .contact_list li {
        width: 100%;
    }
	#main.contact {
		margin-top: 30px !important;
	}
	.contact_head {
		padding-top: 30px;
	}
}
/*プライバシーポリシー0623*/
ul.policy_list_alpha {
    counter-reset: item;
    list-style: none;
    margin-left: 0px;
  }
ul.policy_list_alpha li::before {
    content: "(" counter(item, lower-alpha) ") ";
    counter-increment: item;
    margin-right: 0.5em;
  }
  .policy_right_text{
    text-align: right;
  }
ol.policy_list_alpha{
    list-style-type: lower-roman;
    margin-left: 20px;
}
.policy_number_kakko {
    list-style: none;           /* デフォルトの番号を非表示 */
    counter-reset: num;         /* カウンター初期化 */
    padding-left: 1.5em;        /* 左余白を確保 */
  }
  
  .policy_number_kakko li {
    counter-increment: num;     /* カウンターを1つ進める */
    position: relative;
    margin-bottom: 0.5em;
  }
  
  .policy_number_kakko li::before {
    content: counter(num) "）"; /* 数字＋全角カッコ */
    position: absolute;
    left: -1.5em;               /* 表示位置を調整 */
  }
  .privacy_wrap h2{
    margin-top: 5rem;
  }
  @media screen and (max-width: 798px) { 
    .privacy_wrap h2{
        margin-top: 1rem;
      }
}







.contact-form {
    padding-block: 70px;
    font-weight: 500;

    .form-row {
        margin-bottom: 48px;

        @include breakpoint(tablet) {
            display: flex;
        }

        &.mb-0 {
            margin-bottom: 0;
        }

        &.text-right {
            text-align: right;
            justify-content: flex-end;
        }

        .red {
            color: #ff8000;
        }

        .wpcf7-list-item {
            @include breakpoint-down(767px) {
                display: block;
                margin: 0;
            }
        }
    }

    .form-col {
        width: 100%;
        display: flex;

        @include breakpoint(tablet) {
            max-width: calc(100% - 233px);
        }
        
        @include breakpoint-down(767px) {
            br {
                display: none;
            }
        }

        &:first-child {
            @include breakpoint(tablet) {
                max-width: 233px;
            }
        }

        ul {
            @extend %reset-list;

            li {
                margin-right: 40px;
                display: inline-block;

                &:last-child {
                    margin-right: 0;
                }
            }
        }

        .wpcf7-form-control-wrap {
            width: 100%;
        }
    }

    .check-box {
        display: inline-flex;
        cursor: pointer;
        align-items: center;

        span {
            align-items: center;
            display: flex;
        }

        input {
            width: 22px;
            height: 22px;
            border: 1px solid var(--gray);
            border-radius: 2px;
            margin-right: 5px;
        }
    }

    .form-submit {
        text-align: center;

        &.form-confirm {
            display: flex;
            justify-content: center;
            column-gap: 30px;
            flex-wrap: wrap;
        }

        button {
            margin-top: 30px;
        }

        .check-box {
            justify-content: center;
            display: flex;
        }
    }
}

.thank {
    .list-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 33px;
        max-width: 660px;
        margin-inline: auto;
        padding-block: 50px;

        @include breakpoint(tablet) {
            padding-block: 150px;
        }

        &__item {
            background: #77c1ce;
            position: relative;
            clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
            padding: 30px 17px;
            min-height: 176px;
            font-weight: 300;
            display: flex;
            justify-content: center;
            align-items: center;

            &::after {
                content: "";
                position: absolute;
                background: var(--white);
                width: calc(100% - 2px);
                height: calc(100% - 2px);
                left: 1px;
                top: 1px;
                background: var(--white);
                clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
                z-index: 1;
            }

            a {
                position: relative;
                z-index: 2;
                display: block;
                width: 100%;
                padding-right: 20px;

                &::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-right: 0;
                    border-left: 6px solid #ffbe32;
                    border-top: 6px solid transparent;
                    border-bottom: 6px solid transparent;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }
        }
    }
}

.wpcf7cp-btns {
    @include breakpoint-down(600px) {
        display: grid;
        
        button {
            margin-right: 0;
        }
    }
}

.form-button {
    button {
        transition: all .3s;
        &:hover {
            opacity: .7;
        }
    }
}

.page-id-41 {
    
    .wpcf7-checkbox {
        @include breakpoint-down(767px) {
            display: grid;
            grid-template-columns: 1fr 1fr;
  
            .wpcf7-list-item {
                &.last {
                    grid-column: 1 / 3;
                }
            }
        }
    }
}





.company_link_l.service_three_column ul {
    background-color: transparent;
}
.company_link_l.service_three_column ul li {
    width: calc(100% / 3);
    background-color: #fff;
}
@media screen and (max-width: 798px) { 
    .company_link_l.service_three_column ul li {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 500px) { 
    .company_link_l.service_three_column ul li {
        width: 100%;
    }
}


.ul_contact_step {
    list-style: none;
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.ul_contact_step::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.ul_contact_step li {
    width: calc((100% - 80px) / 3);
    border: 1px solid #707070;
    border-radius: 300px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #C5C3C3;
    padding: 20px;
}
.ul_contact_step li.active {
    background-color: var(--btnColor);
}
@media screen and (max-width: 798px) { 
	.ul_contact_step {
		gap: 10px;
	}
	.ul_contact_step li {
		width: calc((100% - 20px) / 3);
		padding: 10px;
		font-size: 3vw !important;
	}
}

.input_area input , .txt_area textarea {
	border: 1px solid #707070;
	background-color: #fff;
	padding: 5px 10px;
	width: 100%;
}
.input_area , .txt_area {
	flex-direction: column;
}
.form-button input {
	display: inline-block;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background-color: var(--btnColor);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid var(--btnColor);
}
.wpcf7-spinner {
	display: none !important;
}


.form-step-confirm__inner {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.form-step-confirm__inner.submit-form{
	width: calc((100% - 20px) / 2);
}
.form-step-confirm__inner input {
	background-color: var(--btnColor);
	padding: 20px;
	color: #fff;
    text-decoration: none;
	text-align: center;
	width: 100%;
}
.form-step-confirm__inner .btn {
	display: block;
	width: 100%;
}
select {
	border: 1px solid #707070;
	background-color: #fff;
	padding: 5px 10px;
	display: block;
	width: 100%;
  appearance: auto;         /* ブラウザ標準の見た目に戻す */
  -webkit-appearance: auto; /* Safari対応 */
  -moz-appearance: auto;    /* Firefox対応 */
}
.conf_col {
	border: 1px solid #707070;
	background-color: #fff;
	padding: 5px 10px;
}


/* --------------------------------
 * メディアクエリ（PC表示）
 * -------------------------------- */
@media screen and (min-width: 799px) {
    .drawer__button {
        display: none;
    }
}

/* --------------------------------
 * ハンバーガーボタンのデザイン
 * -------------------------------- */

/* ボタン本体 */
.drawer__button {
    position: fixed;
    top: 3px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #F3F3F3;
    border: none;
    cursor: pointer;
    z-index: 99999;
}

/* ハンバーガーボタンの3本線（共通スタイル） */
.drawer__button > span {
    display: block;
    position: absolute;
    left: 50%;
    width: 26px;
    height: 3px;
    background-color: #707070;
    transform: translateX(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 1本目の線（上） */
.drawer__button > span:nth-of-type(1) {
    top: 14px;
}

/* 2本目の線（中） */
.drawer__button > span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 3本目の線（下） */
.drawer__button > span:nth-of-type(3) {
    bottom: 14px;
}


/* --------------------------------
 * 展開時のデザイン（×印）
 * -------------------------------- */

.drawer__button.active > span:nth-of-type(2) {
    opacity: 0;
}

.drawer__button.active > span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__button.active > span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* --------------------------------
 * メニューのデザイン
 * -------------------------------- */
.drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.3s ease;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden;
    z-index: 99995;
    background-color: #006BAE !important;
}

.drawer__nav.active {
    opacity: 1;
    visibility: visible;
}

.drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: auto;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
}

.drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.drawer__nav__menu a {
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .drawer__nav__menu {
        font-size: 6vw;
    }
}
body.active {
  overflow-x: hidden;
}

.table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}