@charset "utf-8";
@import url("style_mobile.css");
/* CSS Document */

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff') format('woff'), /* Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	height: auto;
	margin: 0;
	position: relative;
    color: #1A1A1A;
}

img{ width: 100%; height: auto; vertical-align: top; }

dl,dt,dd { margin: 0; }

h1,h2,h3,h4,h5{ font-family: 'Noto Serif JP', serif; }

#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

#load {
	width: 100%;
	height: 100%;
}

#warpper {
	margin: auto;
	padding: 0 auto;
}

/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    padding: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
    align-items: center;
	z-index: 10;
}
header .logo { 
    width: 260px;
    margin: 0; 
    padding-left: 50px;
    line-height: 0;
}
header .logo a {
    color: #fff;
	font-size: .75em;
    text-decoration: none;
}
header .logo a span {
	display: block;
	font-size: .58em;
	letter-spacing: .1em;
}
header #pc_nav { display: block; margin: 0; }
header #pc_nav .menu {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header #pc_nav .menu ul {
	width: 100%;
	list-style: none;
	padding: 0 80px 0 0;
    margin: 0;
	display: flex;
	justify-content: flex-end;
    align-items: center;
}

header #pc_nav .menu ul li:not(:last-of-type){ margin-right: 2em; }
header #pc_nav .menu ul li a { 
    position: relative;
    color: #fff; 
    text-decoration: none;
    display: block;
    font-weight: 400;
}
header #pc_nav .menu ul li .menu_list::before{
    content: "";
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 0;
    height: 0;
    transition: 0.5s;
}
header #pc_nav .menu ul li .menu_list:hover::before{
    bottom: -1px;
    width: 100%;
    height: 1px;
}
/*header #pc_nav .menu ul li .menu_list:hover{ color: #8BCF32; }*/
header #pc_nav .menu ul li .contact_menu_list:hover{ 
    background-color: #ccc;
}
header #pc_nav .instagram_link{ background: #fff; padding: 10px; border-radius: 50%; }
header #pc_nav .instagram_link img{ width: 30px;}

/* ※SMARTPHONE MENU */
.button_container { display: none; }
.overlay { display: none; }

/* home_content */
.home_comment { width: 100%; height: auto; margin: 0 auto; text-align: center; }
.home_comment h1 { color: #111; font-size: calc(90.5% + 0.8vw); }
.home_comment p { font-size: calc(80.5% + 0.2vw); }

/* slide */
.slider{ overflow: hidden; }
#vegas { width: 100%; height: 100vh; position: relative; }
#vegas .bg { background-color: rgba(0,0,0,0.2); width: 100%; height: 100%; }
#vegas .caption {
	position: absolute;
  	bottom: 12%;
    left: 7%;
  	/*transform: translateY(-60%);
  	-webkit- transform: translateY(-60%);*/
    display: inline-block;
  	margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
	color: #fff;
}
#vegas .caption h1{
    font-size: 3.6em;
    font-weight: 700;
    width: 100%;
    margin: 0;
    letter-spacing: 0.06em;
    display: inline-block;
}
/*#vegas .caption h1 span{ border-bottom: dashed 1px #fff; }*/
#vegas .caption p{
    margin: 15px 0 0 0;
    padding-left: 12px;
    font-size: 1em;
    font-weight: 500;
}

/* scroll */
.scroll-Block { position: absolute; bottom: 3rem; right: 0px; z-index: 5; }
.scroll-Block .Txt {
    display: block;
    font-size: .8em;
	font-weight: bold;
    line-height: 1;
	position: relative;
	bottom: 1.7rem;
	right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scroll-Block .Txt a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
}
.scroll-Block .Line {
    position: relative;
    margin: 50px 0 0 52px;
    width: 1px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
}
.scroll-Block .Line:after, .scroll-Block .Line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
}
.scroll-Block .Line:before {
    background: #FFF;
    z-index: 10;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
}
.scroll-Block .Line:after {
    background: transparent;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
	}
	15% {
		-webkit-transform: translate3d(0,-98%,0);
	}
	85% {
		-webkit-transform: translate3d(0,98%,0);
	}
	100% {
		-webkit-transform: translate3d(0,100%,0);
	}
}


/* --------------- トップページ --------------- */

.t-company-sec{
    position: relative;
    padding: 120px 0;
    margin-top: 20px;
    background: url("../img/top/t-company-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    border-top: solid 20px #0790E8;
}
.t-company-sec::before{
    content: "";
    position: absolute;
    top: -40px;
    width: 100%;
    height: 20px;
    background: #F83300;
    border-top: solid 2px #FFE600;
    border-bottom: solid 2px #FFE600;
    box-sizing: border-box;
}
.t-company-content{
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}
.t-company-img{
    position: relative;
    width: 50vw;
    margin: 0 calc( 50% - 50vw ) ; 
    height: 600px;
    box-shadow: -6px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.t-company-img img{ width: 100%; height: 600px; object-fit: cover; }
.t-company-text{ width: 47%; }
.t-company-text h3{ color: #fff; font-size: 2.2em; line-height: 1.6; margin: 0 0 30px 0; }
.t-company-text p{ color: #fff; margin: 0; line-height: 2.2; }
.t-company-text p:not(:last-of-type){ margin: 0 0 20px 0; }

.t-link-sec{ margin: 100px auto; max-width: 1240px; width: 90%; }
.t-link-content {
    display: flex;
    justify-content: space-between;
}
.t-link-content .link-banner01{
    position: relative;
    display: block;
    background: url("../img/slide/slide_img02.jpg") no-repeat;
    background-size: cover;
    width: 48%;
    z-index: 0;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: -6px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.t-link-content .link-banner01::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s all;
}
.t-link-content .link-banner01:hover::before{ background: rgba(0,0,0,0.8); }
.t-link-content .link-banner02{
    position: relative;
    display: block;
    background: url("../img/slide/slide_img03.jpg") no-repeat;
    background-size: cover;
    width: 48%;
    color: #fff;
    z-index: 0;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: -6px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.t-link-content .link-banner02::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s all;
}
.t-link-content .link-banner02:hover::before{ background: rgba(0,0,0,0.8); }
.t-link-content .link-banner01 a{ 
    display: block;
    text-decoration: none;
    color: #fff;
}
.t-link-content .link-banner02 a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.link-btn-slide { display: inline-block; width: 100%; padding-top: 20px; }
.link-btn-slide span{
    position: relative;
    width: 50px; 
    height: 50px;
    border: solid 2px #fff;
    border-radius: 50%;
    float: right;
}
.link-btn-slide span::before{
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    width: 30px;
    height: 16px;
    background: url("../img/common/arrow.svg") no-repeat;
    background-size: cover;
    transition: 0.3s all;
}
.link-text{ margin: 15px 0 0 0; }

/* --------- 会社情報 --------- */

.rinen-sec{ margin-bottom: 80px; }
.rinen-text{
    font-size: 1.2em;
    font-weight: 500;
}
.message-sec{ margin-bottom: 80px; }
.message-content{
    display: flex;
    justify-content: space-between;
}
.message-img{ width: 480px; }
.message-text{ width: calc( 100% - 520px ); }
.message-text h5{ font-size: 1.1em; margin: 30px 0 0 0; }
.message-text h4{ font-size: 1.3em; margin: 0 0 15px 0;  }

.company-profile-sec{ margin-bottom: 80px; }
.company-profile table{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ddd;
    margin-bottom: 20px;
}
.company-profile table th,
.company-profile table td{ padding: 1em; border: solid 1px #ddd; }
.company-profile table td p{ line-height: 1.8!important; }
.company-profile table td p:not(:last-of-type){ padding-bottom: 1em; }
.company-profile table th{ width: 12rem; background: #f3f3f3; text-align: left; }

.map-content{ display: flex; align-items: flex-start; justify-content: space-between; }
.map-img { width: 50%; }
.map-img img{ border: solid 1px #ddd; }
.map-info {
    width: 48%;
    background: #339F30;
    box-sizing: border-box;
    color: #fff; 
    padding: 25px;
}
.map-info h4{ 
    font-size: 1.4em;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: dashed 1px #fff;
}
.map-lead p{ line-height: 1.8!important; }
.map-contact{
    border: solid 3px #fff;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}
.map-contact-tel{ font-size: 2.2em; font-weight: 700; line-height: 1.4!important; }

/* --------- 事業案内 --------- */

.education-sec{ margin-bottom: 40px; }
.education-content{ padding-bottom: 40px; border-bottom: dashed 1px #5555; }
.education-lead p span{ font-weight: 700; }
.education-area{ 
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.education-img{ width: 42%; }
.education-text{ width: 55%; }
.education-text ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.education-text ul li:not(:last-of-type){ margin-bottom: 20px; }
.education-text ul li{
    font-size: 1.1em;
    font-weight: 700;
}
.education-text ul li h5{ 
    position: relative;
    font-size: 1.2em; 
    font-weight: 700;
    color: #339F30;
    margin: 0 0 10px 0;
}
.education-text ul li h5::before{
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: calc( 100% - 2em );
    height: 1px;
    background: #339F30;
}
.service-sec{ margin-bottom: 80px; }
.service-lead p span{ font-weight: 700; }
.service-lead p:not(:last-of-type){ margin-bottom: 20px!important; }
.service-flex{ display: flex; }
.service-flex-img{ width: 50%; }
.service-flex-text{ 
    width: 55%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    background: #339F30;
    box-sizing: border-box;
    padding: 0 3em;
}
.service-flex-text h4{
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.8;
}
.service-text{ margin-top: 20px; }
.service-list{ list-style: none; padding: 0; margin: 0 0 20px 0; line-height: 2.2; }
.service-list li{ padding: 10px 0; border-bottom: dashed 1px #5555; }
.service-list li h6{ 
    margin: 0;
    font-size: 1.2em;
    color: #339F30;
}
.service-message-sec{
    position: relative;
    background: url("../img/service/service-img02.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
}
.service-message-sec::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.7);
}
.service-message-content{
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    color: #fff;
}
.service-message-content h4{
    margin: 0 0 25px 0;
    padding: 15px 0;
    font-size: 1.6em;
    text-align: center;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.service-message-content p{ margin: 0; line-height: 2.2; }
.service-message-content p:not(:last-of-type){ margin-bottom: 15px; }

/* --------- 採用情報 --------- */

.recruit-sec{ margin-bottom: 80px; }
.recruit-link{
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0 60px 0;
}
.recruit-link-tit{
    position: absolute;
    color: #fff;
    z-index: 10;
}
.recruit-message-lead { 
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #5555; 
}
.recruit-lead span,
.recruit-message-lead span{ font-weight: 700; }
.recruit-message-lead p{ font-size: 1.2em; font-weight: 500; }

.entry-sec{ margin-bottom: 80px; }
.entry-contact{ text-align: center; background: #339F30; color: #fff; padding: 2em; }
.entry-contact h4{ font-size: 1.6em; margin: 0 0 15px 0; }
.entry-contact p{ line-height: 1.8!important; }
.entry-tel{ font-size: 2.8em; font-weight: 700; line-height: 1; }
.entry-tel-info{ font-size: 1.4em; }
.entry-text{ 
    font-size: 1.2em;
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
    margin-bottom: 20px!important;
}

.member-item{ display: flex; justify-content: space-between; }
.member-img{ width: 48%; }
.member-text{ width: 48%; }
.member-text h6{ font-size: 1.2em; margin: 15px 0 15px 0; }

/* --------- 共通 --------- */

#sp{ display: none; }
#br-pc{ display: block; }
#br-sp{ display: none; }

.footer-info-sec{
    background: #f3f3f3;
    padding: 80px 0;
}
.footer-info-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.link-area{ width: calc( 100% - 540px ); }
.link-list{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    padding: 0; 
    list-style: none;
}
.link-list li{ 
    width: 48%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px 20px 20px 40px;
    transition: 0.3s all;
}
.link-list li a{ color: #1a1a1a; text-decoration: none; }
.link-list li a:hover{ opacity: 0.5; }
.link-list li::before{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 15px;
    height: 25px;
    background: url("../img/common/link_icon.svg") no-repeat;
    background-size: cover;
}
.contact-tel{ 
    background: #339F30; 
    border-radius: 4px;
    margin-top: 20px; 
    padding: 20px;
    text-align: center;
}
.contact-tel h5{ color: #fff; font-size: 1.3em; font-weight: 500; margin: 0; }
.contact-tel p{ color: #fff; font-size: 2em; font-weight: 700; margin: 0; }
.ig-area{ width: 480px; }
.ig{
    width: 100%;
    max-width: 480px;
    height: 520px;
    background: #ddd;
    overflow-y: scroll;
}
.ig-logo{ text-align: center; margin-bottom: 15px; }
.ig-logo img{ width: 180px; }

.ja-tit{ font-size: 1.8em; margin: 0; }
.en-color{ color: #339F30!important; }
.en-color::before{ background: #339F30!important; }
.en-tit{ 
    position: relative; 
    display: inline-block; 
    padding-left: 30px; 
    margin: 0 0 15px 0;
    font-size: 1.1em;
    color: #fff;
}
.en-tit::before{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background: #fff;
    width: 17px;
    height: 2px;
}
.t-btn{
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #339F30;
    background: #fff;
    border: solid 2px #fff;
    border-radius: 2px;
    margin-top: 40px;
    padding: 10px 40px;
    transition: 0.3s all;
}
.t-btn:hover{
    background: #339F30;
    border: solid 2px #fff;
    color: #fff;
}
#content p{ line-height: 2.2; margin: 0; }
.common-main-tit{
    position: relative;
    margin: 0 0 40px 0;
    font-size: 1.6em;
    padding: 0 0 20px 55px;
    border-bottom: solid 2px #ddd;
}
.common-main-tit::before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    background: url("../img/common/illust-logo.png") no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
}
.common-main-tit::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 4em;
    height: 2px;
    background: #339F30;
}
.common-sub-tit{
    position: relative;
    font-size: 1.6em;
    margin: 0 0 40px 0;
    padding-left: 35px;
}
.common-sub-tit::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #339F30;
    border-radius: 4px;
}

#content{
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
}

#br_sp{display: none;}

#sp{ display: none; }

#company{
    position: relative;
    overflow: hidden;
    height: 530px;
	background: url("../img/company/page_head_img.jpg") no-repeat;
    box-sizing: border-box;
	background-size: cover;
    background-position: 50% 60%;
    padding: 250px 0 130px;
}
#service{
    position: relative;
    overflow: hidden;
    height: 530px;
	background: url("../img/service/page_head_img.jpg") no-repeat;
    box-sizing: border-box;
	background-size: cover;
    background-position: 50% 60%;
    padding: 250px 0 130px;
}
#recruit{
    position: relative;
    overflow: hidden;
    height: 530px;
	background: url("../img/recruit/page_head_img.jpg") no-repeat;
    box-sizing: border-box;
	background-size: cover;
    background-position: 50% 70%;
    padding: 250px 0 130px;
}
.page-head-area::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 530px;
    background: rgba(0,0,0,0.5);
}
.page-head-ttl {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
    /*bottom: 20%;
    left: 10%;*/
    /*transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}
.page-head-ttl__main {
	position: relative;
    display: block;
    font-size: 0.8em;
    color: #fff;
    padding: 0 0 10px 40px;
}
.page-head-ttl__main::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    width: 15px;
    height: 1px;
}
.page-head-ttl__sub {
    display: block;
    font-size: 2.4em;
    color: #fff;
}
.breadcrumbs-area{ 
    background: #f3f3f3;
    padding: 10px 0;
}
.breadcrumbs-area-li{ 
    display: flex;
    list-style: none;
    margin: 0 auto; 
    padding: 0;
    max-width: 1200px; 
    width: 90%;
}
.breadcrumbs-area-li li{  }
.breadcrumbs-area-li li a{ 
    position: relative; 
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
}
.breadcrumbs-area-li li .item{ padding-right: 25px; }
.breadcrumbs-area-li li .item::after{
    content: "/";
    position: absolute;
    top: -1px;
    margin: 0 10px;
}

/* footer */
#footer {
	background: #2a2a2a;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	color: #FFF;
    box-sizing: border-box;
}

.footer_inner{
    padding: 40px 0;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content:space-between; 
    align-items: flex-end;
}

.company-name { margin: 0 0 15px 0; }
.company-name a {
	font-size: 1.5em;
    font-weight: 700;
	color: #fff;
	text-decoration: none;
    margin-top: 0;
}
.add{ margin: 0; color: #ccc; font-weight: 400;}
.copy p{ margin: 0; font-size: 0.8em; color: #ccc; }

/* --------- お問い合わせフォーム --------- */
/*
.contact-box{
    background: #f3f3f3;
    padding: 40px;
    color: #2E3B92;
}

.contact-box h2{
    margin: 0 0 20px 0;
}

.toi_sub_tit01{
    margin-bottom: 40px;
}

.toi_td2 input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    padding: 1em;
    font-weight: 400;
}

.toi_td2 textarea{
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    border: none;
    line-height: 1.6;
    padding: 1em;
    font-weight: 400;
}

.toi_td1{ 
    margin-bottom: 10px;
    font-weight: 400;
}
.toi_td2{
    margin:0 0 30px 0;
}

.toi_btn_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.toi_btn_box .toi_font_fami{
    width: 100px;
    color: #fff;
    border: none;
    font-size: 1em;
    cursor: pointer;
    background: #EBBA36;
}


.toi_btn_box .toi_font_fami:hover{
    opacity: .8;
}

.toi_btn_column{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.toi_btn_column .toi_btn_l{ margin-right: 40px; }

.toi_btn_column .toi_btn_l input{
    color: #fff;
    background: #EBBA36;
    border: none;
    font-size: 1em;
    cursor: pointer;
    padding: 5px 15px;
}

.toi_btn_column .toi_btn_l input:hover{ opacity: .8; }
.toi_btn_column .toi_btn_r input:hover{ opacity: .8; }

.toi_btn_column .toi_btn_r input{ 
    color: #fff;
    background: #EBBA36;
    border: none;
    font-size: 1em;
    cursor: pointer;
    padding: 5px 15px;
}*/


