@charset "UTF-8";

.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pcNone,
.pcNone2,
.pcNone3{
	display:none;
}

.center{
    text-align: center;
    margin: 0 auto;
}

/* font-family */
.ffns{
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}

/* font-size */

.fs10{
    font-size: 1.0rem;
}

.fs12{
    font-size: 1.2rem;
}

.fs13{
    font-size: 1.3rem;
}

.fs14{
    font-size: 1.4rem;
}

.fs15{
    font-size: 1.5rem;
}

.fs16{
    font-size: 1.6rem;
}

.fs18{
    font-size: 1.8rem;
}

.fs20{
    font-size: 2.0rem;
}

.fs22{
    font-size: 2.2rem;
}

.fs24{
    font-size: 2.4rem;
}

.fs28{
    font-size: 2.8rem;
    line-height: 1;
}

.fs30{
    font-size: 3.0rem;
    line-height: 1;
}

.fs32{
    font-size: 3.2rem;
    line-height: 1;
}

.fs34{
    font-size: 3.4rem;
    line-height: 1;
}

.fs36{
    font-size: 3.6rem;
    line-height: 1;
}

.fs40{
    font-size: 4.0rem;
    line-height: 1;
}

.fs42{
    font-size: 4,2rem;
    line-height: 1;
}

.fs45{
    font-size: 4.5rem;
    line-height: 1;
}

.fs48{
    font-size: 4.8rem;
    line-height: 1;
}

.fs60{
    font-size: 6.0rem;
    line-height: 1;
}


/* font-weight */

.fwl{
    font-weight: 300;
}

.fwr{
    font-weight: 400;
}

.fwm{
    font-weight: 500;
}

.fwsb{
    font-weight: 600;
}

.fwb{
    font-weight: 700;
}

/* letter_spacing */

.ls0{
    letter-spacing: 0;
}

.ls50{
    letter-spacing: 0.05em;
}

.ls100{
    letter-spacing: 0.1em;
}

/* maxbox */

.cmn_maxbox_700 {
	width:100%; max-width: 700px; margin: 0 auto;
}

.cmn_maxbox_750 {
	width:100%; max-width: 750px; margin: 0 auto;
}

.cmn_maxbox_800 {
	width:100%; max-width: 800px; margin: 0 auto;
}

.cmn_maxbox {
	width:100%; max-width: 1000px; margin: 0 auto;
}

.cmn_maxbox_1200 {
	width:100%; max-width: 1200px; margin: 0 auto;
}

.cmn_maxbox_1400 {
	width:100%; max-width: 1400px; margin: 0 auto;
}

/* padding */

.pt30{
    padding-top: 30px;
}

.pt50{
    padding-top: 50px;
}

.pt80{
    padding-top: 80px;
}

.pt100{
    padding-top: 100px;
}

.pb30{
    padding-bottom: 30px;
}

.pb50{
    padding-bottom: 50px;
}

.pb80{
    padding-bottom: 80px;
}

.pb100{
    padding-bottom: 100px;
}

/* margin */
.mt30{
    margin-top: 30px;
}

.mt50{
    margin-top: 50px;
}

.mt80{
    margin-top: 80px;
}

.mt100{
    margin-top: 100px;
}

.mb5{
    margin-bottom: 5px;
}

.mb10{
    margin-bottom: 10px;
}

.mb15{
    margin-bottom: 15px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

.mb80{
    margin-bottom: 80px;
}

.mb100{
    margin-bottom: 100px;
}

.mr20{
    margin-right: 20px;
}

.mr30  {
    margin-right: 30px;
}

/* bg */

.bg_blue{
    background-color: #e7f1f9;
    position: relative;
    z-index: 0;
}

.bg_orange{
    background-color: #f9f5eb;
    position: relative;
    z-index: 0;
}

.bg_triangle_rb::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 100px;
    border-color: transparent transparent #89bae0 transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.bg_triangle_lt::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 100px 0 0;
    border-color: #89bae0 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bg_triangle_rb.orange::after{
    border-color: transparent transparent #afa397 transparent;
}

.bg_triangle_lt.orange::before{
    border-color: #afa397 transparent transparent transparent;
}

.bg_logo_b::before{
    content: "";
    display: block;
    width: 300px;
    height: 250px;
    background-image: url(../img/cmn_logomark_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: -1;
}

.bg_logo_a::after{
    content: "";
    display: block;
    width: 300px;
    height: 250px;
    background-image: url(../img/cmn_logomark_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: -1;
}
/* common /////////////////////////////////////////////////////////////////////////////////////////// */


#wrapper {
	overflow: hidden;
}


header {
	width:100%;
    position: relative;
    z-index: 10;
}

main {
    width:100%;
    position: relative;
    z-index: 0;
}

footer {
    width:100%;
    position: relative;
    z-index: 0;
}

/* modalmenu */
#header_modalmenu_check:checked ~ .header_infobar {
    /* box-shadow: 0 8px 20px 0 #e5e5e5; */
    background: none;
}

#header_modalmenu_check:checked ~ .header_infobar a{
    display: none;
}

#header_modalmenu_check {
    /* position: absolute;
    right: 5%;
    top: 50px;
    transform: translate(50%, -50%);
    z-index: -99;
    display: inline-block;
    opacity: 0; */
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
	display: none;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
	z-index: 200;
    position: absolute;
    top: 0;
    right: 0;
}

.header_modalmenu_btn .box {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 2px;
    transition: transform .15s,
                opacity .15s;
    background-color: #ffffff;
}

#sticky_header .header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 2px;
    transition: transform .15s,
                opacity .15s;
    background-color: #000000;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn {
    position: fixed;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .box span {
    background-color: #000000;
}

.header_modalmenu_btn .top {
    transform: translateY(-13px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(13px);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .bottom {
    transform: rotate(-45deg);
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
	/* z-index: 30; */
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

#header_modalmenu_area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity .15s;
    overflow: auto;
    pointer-events: none;
	z-index: 80;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    opacity: 1;
    pointer-events: all;
}

.header_modalmenu_areainner {
    overflow-y: auto;
    height: 100vh;
    background-color: #fff;
    background-image: url(../img/cmn_logomark_black.svg);
    background-repeat: no-repeat;
    background-position: right -100px bottom -100px;
}

.header_modalmenu_areainner figure{
    padding-left: 3%;
    height: 60px;
    display: flex;
    align-items: center;
}

.header_modalmenu_nav form input{
    width: calc(100% - 40px);
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    height: 40px;
    border-radius: 0;
}

.header_modalmenu_nav .subtmit_gsrh{
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #00a0dc;
    position: absolute;
}

.header_modalmenu_nav ul {
    padding-top: 20px;
}

.header_modalmenu_nav ul li{
    position: relative;
    width: 150px;
    margin-left: 50px;
}

.header_modalmenu_nav a {
    display: block;
    width: 100%;
    padding: 14px;
    padding-left: 25px;
    color: #004b89;

    background-image: url(../img/cmn_arr_r_orange.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.header_modalmenu_nav a span{
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}

/* スライドアニメーション */
.transparent{
    opacity: 0;
}

.scrollanime {
    opacity: 0;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

.updown {transform: translateY(-30px);}
.downup {transform: translateY(30px);}
.slide-right {transform: translateX(50px);}
.slide-left {transform: translateX(-50px);}

.delay2{animation-delay: .2s;}
.delay4{animation-delay: .4s;}
.delay5{animation-delay: .5s;}
.delay6{animation-delay: .6s;}
.delay8{animation-delay: .8s;}
.delay10{animation-delay: 1.0s;}
.delay12{animation-delay: 1.2s;}

/* others */
.fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* cmn ///////////////////////////////////// */

/* header */

.header_infobar{
    width: 100%;
    height: 100px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
    position: absolute;
    top: 0px;
}

.header_infobar a{
    color: #ffffff;
}

.header_logo{
    padding-top: 20px;
}

.header_logo a:hover{
    opacity: 1;
}

.header_nav ul{
    display: flex;
    height: 100%;
}

.header_nav ul li{
    width: 100px;
    height: 100%;
}

.header_nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    padding-top: 25px;
    position: relative;
}

.header_nav ul li a::before{
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background-image: url(../img/header_nav_hover_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -16px;
    transition: all .2s;
}

.header_nav ul li a:hover{
    opacity: 1;
}

.header_nav ul li a:hover::before{
    top: 0px;
}



/* sticky_header */
#sticky_header{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

#sticky_header .header_infobar {
    height: 80px;
    background: none;
    background-color: #fff;
    position: relative;

}

#sticky_header .header_infobar a{
    color: #333333;
}

#sticky_header .header_infobar .header_nav ul li a::before{
    background-image: url(../img/header_nav_hover_blue.svg);
}

/* cmn_maintitle */

.cmn_mainimg{
    height: 300px;
    background-image: url(../img/service_mainimg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.cmn_mainimg::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(20,120,194,.7);
    position: absolute;
    top: 0px;
    left: 0px;
}

.cmn_maintitle{
    padding-top: 140px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

/* footer */

footer{
    position: relative;
    overflow: hidden;
}

.footer_top > div{
    display: flex;
    justify-content: space-between;
}

.footer_top_left{
    width: 350px;
    flex-shrink: 0;
    margin-right: 30px;
}

.footer_top_left p{
    padding-left: 50px;
}

.footer_top_right{
    width: 550px;
}

.footer_top_right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_top_right ul::after{
    content: "";
    width: 25%;
    height: 0;
}

.footer_top_right ul li{
    width: 25%;
}

.footer_top_right ul li a{
    width: 100%;
    padding-left: 20px;
    background-image: url(../img/cmn_arr_r_blue.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    transition: all .2s;
}

.footer_bottom{
    background-color: #e5c675;
    padding: 10px 0;
}

.footer_deco{
    position: absolute;
    bottom: 5px;
    right: 15px;
    pointer-events: none;
    opacity: 0;
}

.animation_rolling{
    animation: animation_rolling 2s forwards;
    opacity: 1;
}

@keyframes animation_rolling {
    0%{
        transform: translateX(130px) rotate(180deg);
    }

    100%{
        transform: translateX(0) rotate(0);
    }
}

.footer_gotop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 30;
}

.footer_gotop a{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #e5c575;
    background-image: url(../img/footer_gotop_icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    position: relative;
    transition: all .2s;
}

.footer_gotop a::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 60px 30px;
    border-color: transparent transparent #e5c575 transparent;
    position: absolute;
    top: 0px;
    left: -30px;
}

.footer_gotop a:hover{
    opacity: 1;
    background-position: 20px 10px;
}

/* cmn_tit */

.cmn_tit_1st{
    padding-left: 20px;
    position: relative;
    color: #004b89;
}

.cmn_tit_1st.orange{
    color: #604830;
}

.cmn_tit_1st::before{
    content: "";
    display: block;
    width: calc( (100vw - 1000px) / 2 );
    height: 4px;
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(0,75,137,1) 32%, rgba(20,120,194,1) 62%, rgba(161,201,231,1) 100%);
    position: absolute;
    top: 12px;
    left: calc( (-100vw + 1000px) / 2);
}

.cmn_tit_1st.orange::before{
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(211,118,11,1) 54%, rgba(255,137,0,1) 100%);
}

.cmn_tit_2nd h2,
.cmn_tit_2nd h3{
    padding-left: 25px;
    background-image: url(../img/cmn_arr_r_orange.svg);
    background-repeat: no-repeat;
    background-position: 0 12px;
    color: #1478c2;
}

.cmn_tit_3rd{
    text-align: center;
    color: #1478c2;
}

.cmn_tit_3rd h2{
    display: inline-block;
    position: relative;
}

.cmn_tit_3rd h2::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/cmn_tit_deco_l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -55px;
}

.cmn_tit_3rd h2::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/cmn_tit_deco_r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -55px;
}



/* cmn_btn */

.cmn_btn a,
.contact_form .contact_btn_area button{
    display: block;
    width: 250px;
    height: 60px;
    border: solid 1px #004b89;
    font-size: 1.6rem;
    color: #004b89;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}

.cmn_btn a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1478c2;
    position: absolute;
    left: -100%;
    z-index: -1;
    transition: all .2s;
    transition-delay: .2s;
}

.cmn_btn a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 476px 238px 0 0;
    border-color: #004b89 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: -100%;
    z-index: -1;
    transition: all .2s;
}

.cmn_btn a:hover{
    opacity: 1;
    color: #ffffff;
    border: none;
}

.cmn_btn a:hover::before{
    left: 0;
    transition-delay: 0s;
}

.cmn_btn a:hover::after{
    left: 0;
    transition-delay: .2s;
}


/* cmn_dl */

.cmn_dl > div {
    display: flex;
    border-bottom: solid 1px #e5c675;
    line-height: 20px;
}

.cmn_dl.orange > div {
    border-bottom: solid 1px #604830;
}

.cmn_dl > div:first-of-type {
    border-top: solid 1px #e5c675;
}

.cmn_dl.orange > div:first-of-type {
    border-top: solid 1px #604830;
}

.cmn_dl > div dt{
    width: 25%;
    border-right: solid 1px #e5c675;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    font-weight: bold;
    color: #1478c2;
}

.cmn_dl.orange > div dt{
    border-right: solid 1px #604830;
    color: #c49b3a;
}

.cmn_dl > div dd{
    width: 75%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

/* cmn_partner */

.partner_ominami > a{
    display: block;
    padding: 30px 20px;
    background-image: url(../img/cmn_partners_ominami.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.partner_ominami > a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(96,72,48,.8);
    position: absolute;
    top: 0px;
    left: 0px;
}

.partner_ominami > a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 35px;
    border-color: transparent transparent rgba(255,137,0,.4) transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.partner_ominami > a:hover{
    opacity: 1;
}

.partner_ominami > a > div{
    color: #ffffff;
    position: relative;
}

.partner_ominami > a > div > h3{
    position: relative;
    padding-left: 20px;
}

.partner_ominami > a > div > h3::before{
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(211,118,11,1) 54%, rgba(255,137,0,1) 100%);
    position: absolute;
    top: 12px;
    left: -150px;
}


/* home ///////////////////////////////////// */

/* home_mainimg */

.home_body .cmn_mainimg{
    height: 700px;
    background-image: none;
}

.home_body .cmn_mainimg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home_body .cmn_mainimg::before{
    background-color: rgba(0,75,137,.3);
}

.home_mainimg_logo{
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
}

.home_mainimg_logo.loaded{
    animation:animation_blur 1.5s forwards;
}

@keyframes animation_blur{
    0%{
        filter: blur(10px);
        transform: translate(-50%, -50%) scale(1.02);
    }

    100%{
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
    }
}

.home_mainimg_copy{
    width: 400px;
    text-align: center;
    color: #ffffff;
    line-height: 1.75;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.home_mainimg_copy span{
    opacity: 0;
}

.home_mainimg_copy span.loaded{
    animation:animation_twinkle 1s ease-out forwards;
}

.home_mainimg_copy span:nth-of-type(1){animation-delay: 2.0s;}
.home_mainimg_copy span:nth-of-type(2){animation-delay: 2.1s;}
.home_mainimg_copy span:nth-of-type(3){animation-delay: 2.2s;}
.home_mainimg_copy span:nth-of-type(4){animation-delay: 2.3s;}
.home_mainimg_copy span:nth-of-type(5){animation-delay: 2.4s;}
.home_mainimg_copy span:nth-of-type(6){animation-delay: 2.5s;}
.home_mainimg_copy span:nth-of-type(7){animation-delay: 2.6s;}
.home_mainimg_copy span:nth-of-type(8){animation-delay: 2.7s;}
.home_mainimg_copy span:nth-of-type(9){animation-delay: 2.8s;}
.home_mainimg_copy span:nth-of-type(10){animation-delay: 2.9s;}
.home_mainimg_copy span:nth-of-type(11){animation-delay: 3.0s;}
.home_mainimg_copy span:nth-of-type(12){animation-delay: 3.1s;}
.home_mainimg_copy span:nth-of-type(13){animation-delay: 3.2s;}
.home_mainimg_copy span:nth-of-type(14){animation-delay: 3.3s;}
.home_mainimg_copy span:nth-of-type(15){animation-delay: 3.4s;}
.home_mainimg_copy span:nth-of-type(16){animation-delay: 3.5s;}
.home_mainimg_copy span:nth-of-type(17){animation-delay: 3.6s;}
.home_mainimg_copy span:nth-of-type(18){animation-delay: 3.7s;}
.home_mainimg_copy span:nth-of-type(19){animation-delay: 3.8s;}
.home_mainimg_copy span:nth-of-type(20){animation-delay: 3.9s;}
.home_mainimg_copy span:nth-of-type(21){animation-delay: 4.0s;}
.home_mainimg_copy span:nth-of-type(22){animation-delay: 4.1s;}
.home_mainimg_copy span:nth-of-type(23){animation-delay: 4.2s;}

@keyframes animation_twinkle{
    0% {
        opacity:0;
        text-shadow: 0 0 0 #fff,0 0 0 #fff;
    }
    50% {
        opacity:1;
        text-shadow: 0 0 10px #fff,0 0 15px #fff;
    }
    100% {
        opacity:1;
        text-shadow: 0 0 0 #fff,0 0 0 #fff;
    }
    }

/* home_point */

.home_point > div{
    position: relative;
}

.home_point .bg_blue{
    width: 53.57%;
    min-height: 400px;
    padding-left: calc((100vw - 1000px) / 2);
    padding-right: 150px;
}

.home_point figure{
    width: 50%;
    height: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.home_point:nth-of-type(2) figure{
    position: relative;
}

.home_point:nth-of-type(2) .bg_blue{
    padding-right: calc((100vw - 1000px) / 2);
    padding-left: 150px;
    position: absolute;
    top: 50px;
    right: 0px;
}

.home_point .bg_logo_b:before{
    right: 80px;
}

/* home_service */

.home_service .cmn_tit_3rd h2::before,
.home_service .cmn_tit_3rd h2::after{
    top: 12px;
}

.home_service_contents{
    display: flex;
    justify-content: space-between;
}

.home_service_contents > div{
    width: 48%;
    position: relative;
}

.home_service_contents > div > div{
    width: 250px;
    height: 100px;
    padding: 20px 20px 0;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,75,137,.7);
}

.home_service_contents > div > div p,
.home_service_contents > div > div h3{
    padding-left: 20px;
}

.home_service_contents > div > div h3{
    background-image: url(../img/cmn_arr_r_orange.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.home_service_contents > div > div::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50px 0 0;
    border-color: rgba(0,75,137,.7) transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: -50px;
}

.home_service_contents > div > strong{
    display: block;
    color: rgba(255,255,255,.5);
    position: absolute;
    bottom: 15px;
    right: 20px;
}

/* home_others */
.home_others{
    display: flex;
    flex-wrap: wrap;
}

.home_others > div{
    width: 50%;
    border-bottom: solid 1px #ffffff;
}

.home_others > div:nth-of-type(2n-1){
    border-right: solid 1px #ffffff;
}

.home_others > div > a{
    display: block;
    position: relative;
    overflow: hidden;
}

.home_others > div > a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,75,137,.7);
    position: absolute;
    top: 0px;
    right: calc(-100% + 80px);
    z-index: 1;
    transition: all .2s;
}

.home_others > div > a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 125px;
    border-color: transparent transparent rgba(0,75,137,.7) transparent;
    position: absolute;
    top: 0px;
    right: 80px;
    z-index: 1;
    transition: all .2s;
}

.home_others > div > a:hover,
.home_others > div > a:hover img{
    opacity: 1;
}

.home_others > div > a figure{
    width: 100%;
    height: 250px;
}

.home_others > div > a:hover::before{
    right: 0%;
}

.home_others > div > a:hover::after{
    right: 100%;
}

.home_others > div > a strong{
    color: rgba(255,255,255,.5);
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 2;
}

.home_others > div > a h3{
    color: #ffffff;
    padding-left: 20px;
    background-image: url(../img/cmn_arr_r_orange.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 2;
}

/* home_contact */

.home_contact{
    background-color: #004b89;
    position: relative;
    z-index: 0;
}

.home_contact.bg_triangle_lt::before{
    border-color: #1478c2 transparent transparent transparent;
}
.home_contact.bg_triangle_rb::after{
    border-color: transparent transparent #1478c2 transparent;
}

.home_contact > div{
    height: 200px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_contact > div > a{
    color: #ffffff;
}

.home_contact > div > .cmn_btn > a{
    color: #ffffff;
    border: solid 1px #ffffff;
    margin: 0;
}

/* service ///////////////////////////////////// */

.service_monophoto figure{
    width: 100%;
    height: 400px;
}

.service_copy{
    color: #004b89;
}

.service_copy .fs28{
    line-height: 1.2;
}


.service_service .fs15 span{
    color: #999999;
}

.service_contents ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_contents ul::after{
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.service_contents ul li{
    width: 32%;
    margin-bottom: 10px;
    position: relative;
}

.service_contents ul li h4{
    height: 80px;
    color: #ffffff;
    padding: 23px 20px 0;
    background-color: rgba(0,75,137,.7);
    position: absolute;
    top: 0px;
    left: 0px;
}

.service_contents ul li h4::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 40px 0 0;
    border-color: rgba(0,75,137,.7) transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: -40px;
}

.service_licenses ul li{
    padding-left: 30px;
    background-image: url(../img/cmn_arr_r_orange.svg);
    background-repeat: no-repeat;
    background-position: 0 12px;
    margin-bottom: 10px;
}

.service_licenses ul li:last-of-type{
    margin-bottom: 0;
}

/* works ///////////////////////////////////// */

.works_body .cmn_mainimg{
    background-image: url(../img/works_mainimg.jpg);
}

.works_case a:hover{
    opacity: 1;
}

/* equipments ///////////////////////////////////// */

.equipments_body .cmn_mainimg{
    background-image: url(../img/equipments_mainimg.jpg);
}

.equipments_list .equipments_item{
    position: relative;
}


.equipments_list .equipments_item > div{
    width: 53.57%;
    padding-left: 150px;
    padding-right: 150px;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.equipments_list .equipments_item:nth-of-type(2n) > div{
    left: 0;
}

.equipments_list .equipments_item > div > p span{
    color: #004b89;
}

.equipments_list .equipments_item > figure{
    width: 50%;
    height: 400px;
    position: relative;
    z-index: 1;
}

.equipments_list .equipments_item:nth-of-type(2n) > figure{
    margin-left: auto;
}

/* company ///////////////////////////////////// */

.company_body .cmn_mainimg{
    background-image: url(../img/company_mainimg.jpg);
}

.company_greeting{
    position: relative;
}

.company_greeting > figure.spNone{
    width: 100%;
    height: 600px;
    position: relative;
}

.company_greeting > figure.spNone::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 300px, rgba(255,255,255,0.9) 600px, rgba(255,255,255,1) 750px, rgba(255,255,255,1) 100%);
    position: absolute;
}

.company_greeting > figure.spNone img{
    height: 100%;
    max-width: none;
}

.company_greeting > div{
    width: 650px;
    text-shadow: 0 0 3px #ffffff;
    position: absolute;
    top: 140px;
    right: calc((100vw - 1000px) / 2);
    z-index: 1;
}

.company_greeting > div > .fs18{
    text-align: right;
}

.company_philosophy > div{
    position: relative;
    min-height: 300px;
}

/*
.company_philosophy > div > figure{
    width: 280px;
}
*/

.company_philosophy > div > p{
    text-align: center;
    padding: 20px 50px 0;
/*    margin: 0 auto;*/
}


.company_philosophy .bg_logo_b::before{
    top: 30px;
    left: 30px;
}

.company_history_content{
    background-image: url(../img/company_history_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company_history_content dl > div{
    display: flex;
}

.company_history_content dl > div > dt{
    flex-shrink: 0;
    background-color: rgba(0,0,0,.8);
    color: #ffffff;
    width: calc((100vw - 1000px) / 2 + 250px);
    padding-left: calc((100vw - 1000px) / 2);
    display: flex;
    align-items: center;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.company_history_content dl > div > dt::before{
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
}

.company_history_content dl > div > dd{
    background-color: rgba(255,255,255,.8);
    width: calc((100vw - 1000px) / 2 + 750px);
    padding-left: 30px;
    padding-right: calc((100vw - 1000px) / 2);
    display: flex;
    align-items: center;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.company_history_content dl > div:first-of-type > dt,
.company_history_content dl > div:first-of-type > dd{
    padding-top: 50px;
}

.company_history_content dl > div:first-of-type > dt::before{
    top: calc(50% + 15px);
}

.company_history_content dl > div:last-of-type > dt,
.company_history_content dl > div:last-of-type > dd{
    padding-bottom: 50px;
}

.company_history_content dl > div:last-of-type > dt::before{
    top: calc(50% - 15px);
}

.company_map > iframe{
    width: 100%;
    height: 500px;
}

.company_tobadock_mainimg{
    position: relative;
}

.company_tobadock_mainimg > figure{
    width: 100%;
    height: 500px;
}

.company_tobadock_mainimg > div{
    width: 500px;
    padding-left: 120px;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 0px;
    left: 0px;
}

.company_tobadock_mainimg > div::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 75px 0 0;
    border-color: rgba(255,255,255,.7) transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 500px;
}

.company_tobadock_mainimg > div > h2{
    line-height: 150px;
    color: #1478c2;
}

/* recruit ///////////////////////////////////// */

.recruit_mainimg{
    background-image: url(../img/recruit_mainimg.jpg);
}

.recruit_top2col_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.recruit_top2col_inner:nth-of-type(2n-1) {
    flex-direction: row;
    align-items: flex-end;
}

.recruit_top2col_inner:nth-of-type(2n) {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.recruit_top2col_inner > figure {
    position: relative;
    flex-shrink: 0;
    width: 50%;
}

.recruit_top2col_inner > div {
    position: absolute;
    flex-shrink: 0;
    width: 60%;
    /* min-width: 600px; */
    height: 200px;
}

.recruit_top2col_inner:nth-of-type(2n-1) > div {
    right: 0;
    bottom: 0;
    padding-left: 15%;
    padding-right: 10%;
}

.recruit_top2col_inner:nth-of-type(2n) > div {
    left: 0;
    top: 0;
    padding-left: 10%;
    padding-right: 15%;
}


.recruit_apply > p,
.recruit_apply > p > a {
    color: #004B89;
}

.recruit_apply_doc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.recruit_apply_doc > * {
    flex-shrink: 0;
    width: auto;
    margin: 0;
}

/* contact ///////////////////////////////////// */

.contact_body .cmn_mainimg{
    background-image: url(../img/contact_mainimg.jpg);
}

.contact_tel p,
.contact_tel p a{
    color: #144682;
}

/* contact_form */

div.mfp_ok{
    display: none !important;
}

.contact_body .cmn_dl > div dt{
    width: 300px;
    flex-shrink: 0;
    position: relative;
    font-weight: 400;
}

.attention{
    color: #c8283c;
}

.required{
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #c8283c;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.reenter{
    display: inline-block;
    color: #c8283c;
    padding-left: 10px;
}

.contact_body .cmn_dl > div dd{
    display: block;
    width: 700px;
}

.contact_form dl .select_box{
    width: 300px;
    position: relative;
}

.contact_form dl .select_box::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #808080 transparent transparent transparent;
    content: "";
    display: inline-block;
    pointer-events: none;
    position: absolute;
    top: 14px;
    right: 10px;
}

.contact_form dl select{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #b3b3b3;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
}

.contact_form dl input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: solid 1px #b3b3b3;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}

.contact_form dl .input01{
    width: 300px
}

.contact_form dl .input02{
    width: calc(100% - 70px);
    margin-bottom: 10px;
}

.contact_form dl .input03{
    width: calc(100% - 70px);
}

.contact_form dl .input04{
    width: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.contact_form dl textarea{
    width: 100% !important;
    height: 210px !important;
    padding: 10px 20px;
    border: solid 1px #b3b3b3;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}

.contact_form .contact_btn_area{
    display: flex;
    justify-content: space-around;
}

.contact_form .contact_btn_area button{
    display: block;
    width: 250px;
    height: 60px;
    background-color: transparent;
    border: solid 1px #004b89;
    font-size: 1.6rem;
    color: #004b89;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.contact_form .contact_btn_area button:nth-of-type(2){
    margin-left: 20px;
    color: #ffffff;
}

.contact_form .contact_btn_area button:nth-of-type(2):before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1478c2;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all .2s;
    transition-delay: .2s;
}

.contact_form .contact_btn_area button:nth-of-type(2)::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 476px 238px 0 0;
    border-color: #004b89 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    transition: all .2s;
}

.contact_form .contact_btn_area button:hover{
    opacity: 0.8;
}

.contact_privacy{
    height: 200px;
    border: solid 1px #b3b3b3;
    overflow-y: scroll;
    padding: 20px 30px;
}

.privacy_check{
    max-width: 350px;
}

.privacy_check span{
    display: inline-block;
    padding-left: 10px;
    color: #1478c2;
}

/* oominamitekkou ///////////////////////////////////// */

.ot_body header{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 30px;
    box-sizing: border-box;
}

.ot_body header > h1,
.ot_body header > a{
    color: #604830;
}

.ot_mainimg{
    width: 100%;
    height: calc(100vh - 80px);
    background-image: url(../img/ot_mainimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ot_back{
    background-color: rgba(0,75,137,.7);
    position: absolute;
    top: 0px;
    right: 0px;
}

.ot_back a{
    display: block;
    color: #ffffff;
    width: 250px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    transition: all .3s;
}

.ot_back a::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 80px 40px;
    border-color: transparent transparent rgba(0,75,137,.7) transparent;
    position: absolute;
    top: 0px;
    left: -40px;
    transition: all .3s;
}


.ot_back a:hover{
    opacity: 1;
    background-color: #004b89;
}

.ot_back a:hover::before{
    opacity: 1;
    border-color: transparent transparent #004b89 transparent;
}

.ot_nav{
    text-align: right;
}

.ot_nav > div{
    display: inline-block;
    background-color: #604830;
}

.ot_nav > div ul{
    padding: 25px 100px 25px 50px;
    display: flex;
    flex-wrap: wrap;
}

.ot_nav > div ul li::after{
    content: "/";
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
}

.ot_nav > div ul li:last-of-type:after{
    content: none;
}

.ot_nav > div ul li a{
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    color: #ffffff;
}

.ot_body .cmn_tit_1st.orange{
    color: #c49b3a;
}

.ot_service_item{
    display: flex;
    justify-content: flex-end;
}

.ot_service_item:nth-of-type(2n){
    flex-direction: row-reverse;
}

.ot_service_item > div{
    max-width: 500px;
    padding-right: 100px;
}

.ot_service_item:nth-of-type(2n) > div{
    padding-left: 100px;
    padding-right: 0;
    position: relative;
    height: 400px;
}

.ot_service_item > div > span{
    display: block;
    font-size: 8.5rem;
    line-height: 1;
    color: #dfdad6;
    font-style: italic;
    transform: translateX(-20px);
}

.ot_service_item:nth-of-type(2n) > div > span{
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateX(20px);
    margin-bottom: 0;
}

.ot_service_item > div > h3{
    position: relative;
}

.ot_service_item:nth-of-type(2n) > div > h3{
    padding-left: 20px;
}

.ot_service_item > div > h3::after{
    content: "";
    display: block;
    width: 180px;
    height: 4px;
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(211,118,11,1) 54%, rgba(255,137,0,1) 100%);
    position: absolute;
    top: 15px;
    right: -100px;
}

.ot_service_item:nth-of-type(2n) > div > h3::after{
    width: 100px;
    top: 15px;
    left: -100px;
}

.ot_service_item > figure{
    width: 50%;
    height: 400px;
}

.ot_works_title{
    position: relative;
}

.ot_works_title::after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(211,118,11,1) 54%, rgba(255,137,0,1) 100%);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.ot_works_content ul{
    display: flex;
    justify-content: space-between;
}

.ot_works_content ul > li{
    width: 48%;
}

.ot_works_content ul > li h4{
    color: #c49b3a;
    padding-left: 30px;
    background-image: url(../img/ot_arr_r.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.ot_works_content ul > li figure{
    width: 100%;
    height: 300px;
}

.ot_equipments{
    position: relative;
}

.ot_equipments_title{
    margin-top: 70px;
    margin-bottom: 100px;
}

.ot_equipments_content{
    width: 53.57%;
    padding: 50px 150px 50px 50px;
    text-align: right;
    position: relative;
}

.ot_equipments_content h4{
    color: #c49b3a;
    display: inline-block;
    padding-left: 30px;
    background-image: url(../img/ot_arr_r.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.ot_equipments_content p > span{
    color: #999999;
}

.ot_equipments_content h4{
    color: #c49b3a;
    display: inline-block;
    padding-left: 30px;
    background-image: url(../img/ot_arr_r.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.ot_equipments_content > span{
    color: #e5c675;
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.ot_equipments_img{
    width: 50%;
    height: 400px;
    position: absolute;
    top: 100px;
    right: 0px;
}

.ot_company_greeting{
    position: relative;
}

.ot_company_greeting > .cmn_maxbox{
    position: relative;
    z-index: 1;
}

.ot_company_greeting > .cmn_maxbox > figure{
    width: 50%;
    height: 400px;
}

.ot_company_greeting > .bg_orange{
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.ot_company_greeting > .bg_orange > div > div{
    width: 50%;
    margin-left: auto;
    padding: 40px 0 40px 50px;
    position: relative;
}

.ot_company_greeting > .bg_orange > div > div > h4{
    position: absolute;
    top: -50px;
    color: #c49b3a;
}

.ot_company_history h4{
    color: #c49b3a;
    display: inline-block;
    padding-left: 30px;
    background-image: url(../img/ot_arr_r.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.ot_contact .cmn_tit_1st.orange{
    color: #333333;
    padding-left: 0;
}

.ot_contact .cmn_tit_1st::before {
    width: calc( (100vw - 420px) / 2 );
    top: 18px;
    left: calc( (-100vw + 1000px) / 2);
}

.ot_contact_link{
    background-image: url(../img/ot_contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    z-index: 0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ot_contact_link::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,75,137,.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.ot_contact_link > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ot_contact_link .cmn_btn{
    position: relative;
    z-index: 1;
}

.ot_contact_link .cmn_btn a{
    color: #ffffff;
    border-color: #ffffff;
}

.ot_contact_link .cmn_btn a:hover{
    border: solid 1px #ffffff;
}