@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------------------- */
/*	CSS Reset
/* -------------------------------------------------------------------------- */
html, body {
	border: none;
	margin: 0;
	padding: 0;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
a{
	text-decoration: none;
	color: #000;
}
ul,li{
	list-style: none;
}
/*	Document Setup
/* -------------------------------------------------------------------------- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
}
*, *::before, *::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}
/* -------------------------------------------------------------------------- */
/*	Element Base
/* ---------------------------------------------*---------------------------- */
/* margin ------------------------------------- */
.mt00{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }
.mt60{ margin-top:50px !important; }
.mt70{ margin-top:70px !important; }
.mt80{ margin-top:80px !important; }
.mt90{ margin-top:80px !important; }
.mt100{ margin-top:100px !important; }

.ml00{ margin-left: 0px !important; }
.ml05{ margin-left: 5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml40{ margin-left:40px !important; }
.ml50{ margin-left:50px !important; }

.mr00{ margin-right: 0px !important; }
.mr05{ margin-right: 5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr40{ margin-right:40px !important; }
.mr50{ margin-right:50px !important; }

.mb00{ margin-bottom: 0px !important; }
.mb05{ margin-bottom: 5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }
/* padding ------------------------------------- */
.pt00{ padding-top: 0px !important; }
.pt05{ padding-top: 5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt50{ padding-top:50px !important; }
.pt60{ padding-top:50px !important; }
.pt70{ padding-top:70px !important; }
.pt80{ padding-top:80px !important; }
.pt90{ padding-top:80px !important; }
.pt100{ padding-top:100px !important; }

.pl00{ padding-left: 0px !important; }
.pl05{ padding-left: 5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl40{ padding-left:40px !important; }
.pl50{ padding-left:50px !important; }

.pr00{ padding-right: 0px !important; }
.pr05{ padding-right: 5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr40{ padding-right:40px !important; }
.pr50{ padding-right:50px !important; }

.pb00{ padding-bottom: 0px !important; }
.pb05{ padding-bottom: 5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb40{ padding-bottom:40px !important; }
.pb50{ padding-bottom:50px !important; }
.pb60{ padding-bottom:60px !important; }
.pb70{ padding-bottom:70px !important; }
.pb80{ padding-bottom:80px !important; }
.pb90{ padding-bottom:90px !important; }
.pb100{ padding-bottom:100px !important; }
/* text-align ------------------------------------- */
.left{ text-align: left !important; }
.center{ text-align: center !important; }
.right{ text-align: right !important; }
/* Element Base ------------------------------------- */
h2{
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    line-height: 0.6;
}
h2 span{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #275bac;
}
.view_pc{
	display: block;
}
.view_sp{
	display: none;
}
.wrap{
    width: 100%;
    overflow: hidden;
}
/* header ------------------------------------- */
.header_inner{
    width: calc(100% - 80px);
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_titles{
    width: 15%;
}
.header_titles a img{
    width: 100%;
    max-width: 130px;
}
.header_menu{
    width: 85%;
    margin-left: auto;
}
.header_menu ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.header_menu ul li{
    padding-left: 35px;
}
.header_menu ul li a{
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.header_menu ul li a:hover{
    transition: 0.3s;
    opacity: 0.5;
}
/* Contents ------------------------------------- */
.mv{
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
}
.mv img{
    width: 100%;
    max-width: 100%;
}
.intro{
    width: 100%;
    padding-top: 85px;
}
.intro_inner{
    width: calc(100% - 40px);
    position: relative;
}
.intro_content{
    position: absolute;
    top: 14%;
    right: 7%;
}
.intro_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.intro_bk{
    position: relative;
}
.intro_bk img{
    width: 100%;
}
.intro_bk_ttl{
    font-family: 'Signika', sans-serif;
    font-size: 7vw;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: -4.5%;
    left: 10px;
    opacity: 0.7;
}
.intro_textbox{
    width: 70%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
}
.intro_textbox_ttl{
    font-size: 3vw;
    font-weight: 700;
}
.intro_textbox_text{
    font-size: 1.4vw;
    font-weight: 500;
}
.intro_textbox_text p{
    margin-right: 35px;
    line-height: 2;
}
.intro_image{
    width: 23.3%;
}
.construction{
    width: 100%;
    padding-top: 80px;
}
.construction_box{
    display: flex;
    justify-content: space-between;
}
.construction_item:first-child{
    width: 50%;
    margin-right: 3%;
    display: flex;
    align-items: center;
}
.constrution_textbox{
    width: calc(100% - 40px);
    max-width: 570px;
    margin-left: auto;
}
.constrution_textbox h2{
    text-align: left;
}
.construction_ttl{
    margin-top: 45px;
    font-size: 23px;
    font-weight: 500;
}
.construction_ttl span{
    font-size: 32px;
    font-weight: 700;
}
.construction_text{
    margin-top: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.construction_button{
    width: 100%;
    max-width: 440px;
    margin-top: 40px;
}
.construction_button a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #275bac;
    color: #fff;
    border-radius: 30px;
    padding: 15px 0;
}
.construction_button a:hover{
    transition: 0.3s;
    opacity: 0.8;
}
.construction_button a img{
    margin-right: 5px;
}
.construction_item:last-child{
    width: 43%;
}
.construction_item:last-child img{
    width: 100%;
}
.company{
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.company_inner{
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto;
}
.company_box{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 60px;
}
.company_item{
    width: 32%;
    margin-right: 2%;
}
.company_item:last-child{
    margin-right: 0;
}
.company_item .company_image{
    width: 100%;
}
.company_ttl{
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.company_ttl img{
    margin-right: 10px;
}
.company_ttl p{
    font-size: 30px;
    font-weight: 700;
}
.company_text{
    padding-top: 10px;
}
.company_text p{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}
.company_table{
    width: 100%;
}
.company_table table{
    width: 100%;
	border-collapse: collapse;
}
.company_table table tr{
    border-top: 1px solid #e1e1e1;
}
.company_table table tr:last-child{
    border-bottom: 1px solid #e1e1e1;
}
.company_table table tr:nth-child(odd){
    background-color: #eff5fb;
}
.company_table table tr:nth-child(even){
    background-color: #fff;
}
.company_table table tr th,.company_table table tr td{
    padding: 25px 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.05;
    vertical-align: top;
}
.company_table table tr th{
    width: 20%;
}
.company_table table tr td{
    width: 75%;
}
.company_table table tr td ul li{
    padding-bottom: 10px;
}
.company_table table tr td ul li:last-child{
    padding-bottom: 0;
}
.access{
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.access_inner{
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0 auto
}
.access_map{
    width: 100%;
}
.access_map iframe{
    width: 100%;
    height: 327px;
}
.contact{
    background: center / cover url(../img/contact.png);
    width: 100%;
    height: 204px;
    margin-top: 80px;
}
.contact_inner{
    width: calc(100% - 80px);
    margin: 0 auto;
}
.contact_box{
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_box img{
    margin-top: 5px;
    margin-right: 10px;
}
.contact_box p{
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #275bac;
}
.contact_tel{
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #275bac;
    text-align: center;
}
.contact_tel a{
    color: #275bac;
}
/* footer ------------------------------------- */
footer{
    background-color: #275bac;
}
.footer_inner{
    width: calc(100% - 80px);
    max-width: 520px;
    margin: 0 auto;
}
.footer_menu{
    padding: 38px 0;
}
.footer_menu ul{
    display: flex;
    justify-content: space-between;
}
.footer_menu ul li a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.footer_menu ul li a:hover{
    transition: 0.3s;
    opacity: 0.5;
}
.footer_icon{
    background-color: #fff;
}
.footer_icon_box{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_char{
    width: 165px;
    height: 143px;
}
.footer_logo{
    width: 182px;
    height: 57px;
}
.footer_copyright{
    width: 100%;
    background-color: #4d4d4d;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.pagetop{
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    font-size: 0;
    background: url(../img/pagetop.png) no-repeat;
    background-size: 80px 80px;
    z-index: 1;
}
@media (max-width: 768px) {
    /* Element Base ------------------------------------- */
    h2{
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 0.7;
    }
    h2 span{
        font-size: 15px;
    }
    .view_pc{
        display: none;
    }
    .view_sp{
        display: block;
    }
    /* header ------------------------------------- */
    header{
        position: relative;
    }
    .header_inner{
        width: calc(100% - 40px);
        height: 70px;
        justify-content: flex-start;
        align-items: center;
    }
    .header_titles{
        width: 50%;
    }
    .header_titles a img{
        max-width: 110px;
    }
    .header_menu{
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #275bac;
        transition: left 0.6s;
        z-index: 4;
        opacity: 0.9;
    }
    .header_menu.active{
        display: block;
    }
    .header_menu ul{
        width: calc(100% - 40px);
        padding-top: 45px;
        display: block;
        margin: 0 auto;
    }
    .header_menu ul li{
        padding-left: 0;
        padding-top: 30px;
        transition: all 1s;
        text-align: center;
        opacity: 1;
    }
    .header_menu ul li a{
        color: #fff;
        font-size: 16px;
    }
    .header_menu ul li a:hover{
        transition: 0.3s;
        opacity: 0.5;
    }
    .sp_menu{
        width: 50px;
        height:50px;
        position: fixed;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 5;
    }
    .sp_menu span{
        width: 55%;
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        background: #000;
    }
    .sp_menu span:nth-of-type(1) {
        top:15px; 
    }
    .sp_menu span:nth-of-type(2) {
        top:23px;
    }
    .sp_menu span:nth-of-type(3) {
        top:31px;
    }
    .sp_menu.close span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 50%;
        background-color: #fff;
    }
    .sp_menu.close span:nth-of-type(2) {
        opacity: 0;
    } 
    .sp_menu.close span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 50%;
        background-color: #fff;
    }
    /* Contents ------------------------------------- */
    .mv{
        width: calc(100% - 40px);
    }
    .intro{
        padding-top: 30px;
    }
    .intro_inner{
        width: 100%;
    }
    .intro_bk_ttl{
        bottom: -0.8%;
        left: 10px;
    }
    .intro_content{
        width: 100%;
        top: 7%;
        right: 0;
    }
    .intro_box{
        flex-direction: column;
    }
    .intro_textbox{
        padding: 0 20px;
        width: 100%;
        writing-mode: revert;
    }
    .intro_textbox_ttl{
        font-size: 7vw;
    }
    .intro_textbox_text{
        font-size: 4vw;
    }
    .intro_textbox_text p{
        margin-top: 20px;
        margin-right: 0;
        line-height: 1.8;
    }
    .intro_image{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .intro_image img{
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
    }
    .construction{
        padding-top: 60px;
    }
    .construction_box{
        flex-direction: column;
    }
    .construction_item:first-child{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .constrution_textbox{
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }
    .constrution_textbox h2{
        text-align: center;
    }
    .construction_ttl{
        margin-top: 30px;
        font-size: 18px;
    }
    .construction_ttl span{
        font-size: 23px;
    }
    .construction_text{
        margin-top: 20px;
        font-size: 17px;
    }
    .construction_button{
        max-width: none;
        margin-top: 40px;
    }
    .construction_button a{
        padding: 10px 0;
    }
    .construction_item:last-child{
        width: calc(100% - 20px);
        margin-left: auto;
        margin-top: 50px;
    }
    .company{
        padding-top: 60px;
    }
    .company_inner{
        width: calc(100% - 40px);
        max-width: none;
        padding-top: 0;
    }
    .company_box{
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
    }
    .company_item{
        width: 100%;
        margin-right: 0;
    }
    .company_ttl{
        padding-top: 10px;

    }
    .company_ttl p{
        font-size: 25px;
    }
    .company_text{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .company_text p{
        font-size: 15px;
    }
    .company_table table tr th{
        width: 24%;
    }
    .company_table table tr td{
        width: 76%;
    }
    .company_table table tr th, .company_table table tr td{
        padding: 15px 10px;
        font-size: 15px;
    }
    .access{
        padding-top: 60px;
    }
    .access_inner{
        width: calc(100% - 40px);
    }
    .contact{
        height: auto;
        margin-top: 60px;
    }
    .contact_inner{
        width: calc(100% - 40px);
        max-width: none;
    }
    .contact_box{
        padding: 15px;
    }
    .contact_box img{
        width: 35px;
        height: 35px;
    }
    .contact_box p{
        font-size: 24px;
    }
    .contact_tel{
        padding-bottom: 15px;
        font-size: 26px;
        letter-spacing: 1px;
    }
    .footer_inner{
        width: 100%;
        max-width: none;
    }
    .footer_menu{
        padding: 0;
    }
    .footer_menu ul{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer_menu ul li{
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #e1e1e1;
    }
    .footer_menu ul li a{
        font-size: 14px;
    }
    .footer_icon_box{
        max-width: none;
        flex-direction: column;
    }
    .pagetop{
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }
}