@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	background:#00AE68;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font-family */

.heading{
    font-size: 58px;
    font-weight: normal;
    color: #00489E;
    animation-delay: 0.3s;
	letter-spacing:0.1em;
}
.heading .btxt{
	background-color:#fff;
	padding:0 20px 5px 20px;
	font-weight:bold;
}
.heading .stxt{
	font-size:33px;
	display:block;
	background-color:#fff;
	padding:0px 20px 0px 20px;
	display:block;
	width:fit-content;
	margin-top:10px;
}
.heading br{
	display:none;
}
@media screen and (max-width:960px) {
.heading{
    font-size:50px;
}
.heading .stxt{
	font-size:23px;
}
}
@media screen and (max-width:768px) {
.heading{
    font-size:35px;
	letter-spacing:0.1em;
}
.heading .btxt{
	padding:3px 20px 10px 20px;
	text-align:left;
	display:block;
	line-height:1.2;
}
.heading .stxt{
	font-size:18px;
	line-height:1.8;
}
.heading br{
	display:block;
}
}


/* header */

#header{
    background:#fff;
	 display: flex;
	 justify-content:flex-end ;
	 font-family: 'Lato', sans-serif;
}
#header h1{
    position: absolute;
    top: 0;
    left:0%;
}
#header h1 a{
	height:86px;
	background-color:#fff;
	display:flex;
	align-items:center;
	padding:0 30px;
}
#header h1 a:hover{
	opacity:0.6;
}
#g-nav ul{
    display: flex;
    padding: 0 190px 0 0;
}

#g-nav ul li{
  letter-spacing: 0.1em;
    white-space: nowrap;
}
#g-nav ul li a{
    display: block;
    padding:6px 15px;
	color:#00499E;
	font-size:16px;
	letter-spacing:0.1em;
	font-weight:bold;
}
#g-nav ul .contact-btn{
	display:none;
}
#g-nav.panelactive #g-nav-list ul li a{
	color:#fff;
}
@media screen and (max-width:768px) {
#g-nav ul{
    display: block;
    padding: 0;
}
   
#g-nav ul li a{
    padding:6px 15px;
}
}

#header ul#utility-navi{
    position: fixed;
    top:0;
    right:0;
    z-index: 999;
    display: flex;
    font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

#header ul#utility-navi li{
    text-align: center;
	}

#header ul#utility-navi li span{
    display: block;
}

#header ul#utility-navi li a{
    color: #fff;
    padding: 15px 0;
    display:flex;
	align-items:center;
	justify-content:center;
    width:168px;
	height:86px;
    transition: all .5s;
	background:#00AE68;
}
#header ul#utility-navi li a:hover{
     background:#222;
}
@media screen and (max-width:960px) {
#header ul#utility-navi li a{
     width:100px;
}
#g-nav ul{
    padding: 0 100px 0 0;
}
#g-nav ul li a{
    font-size:14px;
}
#header ul#utility-navi{
    font-size:14px;
}
#header h1 img{
	width:140px;
	height:auto;
}
}
@media screen and (max-width:768px) {
#g-nav ul{
    padding: 0 0px 0 0;
}
#g-nav ul li a{
    font-size:16px;
}
#g-nav ul .contact-btn{
	display:block;
}
#header ul#utility-navi li a{
    width: 70px;
    height: 70px;
    padding: 0;
}
    
#header ul#utility-navi li img {
    width: 45%;
    margin: 17px 0 0 0px;
}
#header h1 a{
	background-color:#fff;
	display:flex;
	align-items:center;
	padding:0 15px;
	height:70px;
} 
#header h1 img{
	width:200px;
	height:auto;
}
#header ul#utility-navi li{
    display: none;    
}
}
/* lead */

#lead{
    position: relative;
    padding: 0px 0 0 0;
    
}
#slider-area{
    width:100%;
    height: 70vh;
    position: relative;
    top: 0;
    left:0;    
    z-index: -1;
}

#slider-area #slider{
    width:100%;
    height:70vh;
	background:url(../img/top/main.jpg) no-repeat left top;
	background-size:cover;
}

#lead h2.heading{
     position: absolute;
    top:300px;
     left:5%;
}

#lead .lead{
     position: absolute;
    top:320px;
     right:4%;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

#lead .lead span{
     display: block; 
    padding: 100px 0 0 0;
}
@media screen and (max-width:960px) {
#slider-area{
    height: 40vh;
}

#slider-area #slider{
    height:40vh;
}
#lead h2.heading{
    top:250px;
}
}
@media screen and (max-width:769px) {
#slider-area{
    height: 75vh;
}

#slider-area #slider{
    height:75vh;
	background:url(../img/top/main_sp01.jpg) no-repeat left top;
}
#lead h2.heading{
    top:200px;
}
}


/* new */

#news{
	margin:40px auto 80px auto;
}
#news .news-area{
    background:#fff;
    max-width:1000px;
    padding: 40px;
	margin:auto;
}
#news h2{
    position: relative;
    font-size:200px;
	text-align:center;
	font-weight:normal;
	line-height:1.0;
    margin: 0 auto -50px auto;
	color:rgba(255,255,255,0.3);
	font-family:Arial, Helvetica, sans-serif;
}
#news li{
    margin:0 0 5px 0;
}

#news li a{
    transition: all .3s;
	display:block;
	padding:10px;
	font-size:14px;
	color:#444444;
}

#news li a:hover{
}

#news li time{
    display: inline-block;
    padding:0 20px 0 0;  
    font-size:0.8rem;
    color: #001966;
}
#news .cat{
	display: inline-block;
    padding:2px 0;  
    font-size:0.8rem;
    color: #fff;
	width:108px;
	text-align:center;
	margin-right:20px;
}
#news .cat-1{
	background-color:#00AE68;
}
#news .cat-2{
	background-color:#0085B2;
}
/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
#news li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

#news li a:hover{
  color:#00499E;
}

#news li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#00499E;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
#news li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
#news .news-btn{
	display:flex;
	justify-content:center;
	margin-top:30px;
}
#news .news-btn a{
	display:block;
	background-color:#0085B2;
	width:235px;
	padding:7px;
	color:#fff;
	text-align:center;
	border-radius:30px;
}
#news .news-btn a:hover{
	background-color:#001A66;
	color:#fff;
}
#news li p{
	 display: inline-block;
	padding-top:7px;
	line-height:1.6;
}
@media screen and (max-width:960px) {
    #lead .lead{
        font-size:1.6rem;
        right: 3%;
    }
#news h2{
    font-size:150px;
	margin-bottom:-35px;
}
#news .news-area{
	margin-left:30px;
	margin-right:30px;
	padding: 30px;
} 
}
@media screen and (max-width:768px) {
#news h2{
    font-size:130px;
}
#news .news-area{
	margin-left:30px;
	margin-right:30px;
	padding: 15px 10px;
} 
#news .topics{
	width:100%;
	display:block;
}
#news li p{
    display: block;
}
}



/* FUTURE */

#future{
    position: relative;
    text-align: center;
    padding: 80px 0 0 0;
	display:flex; 
	align-items:flex-start ;   
}
#future figure{
	width:55%;
	left:0;
}
#future .future-area{
	position:absolute;
	background:#fff;
	padding: 80px 40px;
	width:50%;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
}
#future .future-area-item{
	width:65%;
}
#future h3{
	color:#00AE68;
	background:url(../img/top/b-line.gif) no-repeat center bottom;
	font-size:37px;
	line-height:1.5;
	padding-bottom:5px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#future h4{
	color:#222;
	font-size:29px;
	line-height:1.5;
	font-weight:normal;
	padding-bottom:20px;
}
#future p{
	text-align:left;
	padding-bottom:30px;
}
#future .more-btn{
	display:flex;
	justify-content:center;
}
#future .more-btn a{
	display:block;
	background-color:#444444;
	width:177px;
	padding:5px;
	color:#fff;
	border:2px solid #444444;
}
#future .more-btn a:hover{
	background-color:#fff;
	color:#444444;
	border:2px solid #444444;
}

@media screen and (max-width:960px) {
#future{
    padding: 40px 0 0 0;
}
#future figure{
	width:70%;
	margin-left:-120px;
}
#future .future-area{
	padding: 40px 40px;
	width:65%;
}
#future .future-area-item{
	width:100%;
}
#future h3{
	font-size:30px;
}
#future h4{
	font-size:22px;
}
}
@media screen and (max-width:768px) {
#future{
	height:600px;
}
#future figure{
	width:90%;
	margin-left:0px;
}
#future .future-area{
	padding: 40px 40px;
	width:90%;
	top:200px;
	position:absolute;
}
#future .future-area-item{
	width:100%;
}
#future h3{
	font-size:26px;
}
#future h4{
	font-size:20px;
}
#future p{
	font-size:14px;
}
}





/* works */

#works{
    position: relative;
    text-align: center;
    padding: 80px 0 0 0;
	display:flex; 
	align-items:flex-start ; 
	flex-direction:row-reverse;
}
#works figure{
	width:55%;
	right:0;
}
#works .works-area{
	position:absolute;
	background:#fff;
	padding: 80px 40px;
	width:50%;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
}
#works .works-area-item{
	width:65%;
}
#works h3{
	color:#00AE68;
	background:url(../img/top/b-line.gif) no-repeat center bottom;
	font-size:37px;
	line-height:1.5;
	padding-bottom:5px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#works h4{
	color:#222;
	font-size:29px;
	line-height:1.5;
	font-weight:normal;
	padding-bottom:20px;
}
#works p{
	text-align:left;
	padding-bottom:30px;
}
#works .more-btn{
	display:flex;
	justify-content:center;
}
#works .more-btn a{
	display:block;
	background-color:#444444;
	width:177px;
	padding:5px;
	color:#fff;
	border:2px solid #444444;
}
#works .more-btn a:hover{
	background-color:#fff;
	color:#444444;
	border:2px solid #444444;
}

@media screen and (max-width:960px) {
#works{
    padding: 80px 0 0 0;
}
#works figure{
	width:70%;
	margin-left:-120px;
}
#works .works-area{
	padding: 40px 40px;
	width:65%;
}
#works .works-area-item{
	width:100%;
}
#works h3{
	font-size:30px;
}
#works h4{
	font-size:22px;
}
}
@media screen and (max-width:768px) {
#works{
	height:570px;
}
#works figure{
	width:90%;
	margin-left:0px;
}
#works .works-area{
	padding: 40px 40px;
	width:90%;
	top:250px;
	position:absolute;
}
#works .works-area-item{
	width:100%;
}
#works h3{
	font-size:26px;
}
#works h4{
	font-size:20px;
}
#works p{
	font-size:14px;
}
}

/* recruit-bnr */
#recruit-bnr{
	width:1225px;
	display:block;
	margin:auto;
	margin-top:80px;
	position:relative;
}
#recruit-bnr .box{
	background:url(../img/top/recruit-bnr.jpg) no-repeat left top;
	height:368px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#recruit-bnr .box h3{
	font-size:70px;
	color:#fff;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.2;
}
#recruit-bnr .box p{
	font-size:23px;
	color:#fff;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#recruit-bnr .box .more-btn a{
	width:177px;
	display:block;
	margin:auto;
	background-color:#fff;
	color:#00AE68;
	font-size:16px;
	text-align:center;
	padding:7px;
	margin-top:20px;
}
#recruit-bnr .box .more-btn a:hover{
	opacity:0.7;
}
@media screen and (max-width:1300px) {
#recruit-bnr{
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
}
@media screen and (max-width:768px) {
#recruit-bnr .box{
	background:url(../img/top/recruit-bnr_sp.jpg) no-repeat left top;
	height:260px;
}
#recruit-bnr .box h3{
	font-size:36px;
	line-height:1.5;
}
#recruit-bnr .box p{
	font-size:18px;
}
#recruit-bnr .box p span{
	display:block;
}
}









/* service */

#service{
    position: relative;
    text-align: center;
    padding: 50px 0 0 0;
    
}
#service header{
    width:100%;
    padding: 50px 0 50px 0;
    z-index: 1;
}
#service header h2{
    color: #7099C9;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90px;
	font-weight:normal;
	line-height:1.0;
}
#service header p{
    margin: 0 0 30px 0;
	color:#fff;
	line-height:2.3; 
	font-weight:normal;
	font-size:14px;
}
#service .service-area{
    max-width:1230px;
	margin:auto;
}
#service .service-area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
/* スマホ表示用。flipDownを指定している親要素に指定しないとうまく動かない*/
    transform:  translate3d(0, 0, 0);
}
#service .service-area ul li{
    opacity: 0;
    width:28%;
    padding: 0 0 50px 0;
	position:relative;
}

#service .service-area ul li a{
    display: block;
}
#service .service-area ul li .cat{
	position:absolute;
	top:-15px;
	left:-30px;
	color:#fff;
	background-color:#000;
	width:162px;
	padding:5px;
	text-align:center;
}
#service .service-area .more-btn{
	display:flex;
	justify-content:center;
	margin-top:30px;
}
#service .service-area .more-btn a{
	display:block;
	background-color:#fff;
	width:177px;
	padding:5px;
	color:#00499E;
}
#service .service-area .more-btn a:hover{
	background-color:#001A66;
	color:#fff;
}

@media screen and (max-width:960px) {
   #service header h2{
    font-size:60px;
}
#service header p{
    margin: 0 0 10px 0;
}
   #service .service-area{
    width:90%;
	margin:auto;
}
	#service .service-area ul li .cat{
	left:-15px;
	width:100px;
	padding:3px;
	font-size:14px;
}
}

@media screen and (max-width:768px) {
#service header p{
    margin: 0 0 0px 0;
}
#service header{
    padding: 50px 30px 50px 30px;
}
#service header h2{
    font-size:50px;
}
#service .service-area ul{
    justify-content:flex-start;
}
#service .service-area ul li{
    width:50%;
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
}
#service .service-area .more-btn{
	margin-top:20px;
}
	#service .service-area ul li .cat{
	left:0px;
	font-size:12px;
}
}



/* footer */

#footer{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction: row-reverse;
}
#footer .contact-area{
    width:100%;
    padding: 40px;
    background:#001A66;
}
#footer .contact-area .box{
	max-width:1300px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#footer .contact-area .box div{
	width:48%;
}
#footer .contact-area .box a{
display:block;
		padding:30px;
	background:#fff;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#footer .contact-area .box a:hover{
	opacity:0.6;
}
#footer .contact-area .box p{
	font-size:16px;
	font-weight:bold;
	color:#212121;
	margin:0;
	padding:0 0 0 0;
	line-height:1.3;
}
#footer .contact-area .box .tel{
	font-size:38px;
	font-weight:bold;
	white-space: nowrap;
	margin:0;
	padding:0;
	line-height:1.3;
}
#footer .contact-area .box a .tel{
	color:#00499E;
}
#footer .contact-area .box .mail{
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}
#footer .contact-area .box .mail img{
	width:48px;
	height:auto;
	margin:auto;
}
#footer .footer-area{
    width:100%;
    padding: 40px 0px;
    background:#00AE68;
}
#footer .footer-area .box{
	max-width:1300px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#footer .footer-area .box .box-conts1{
	padding-right:50px;
}
#footer .footer-area .box .box-conts2{
	padding-right:50px;
}
#footer .footer-area .box .box-conts3{
	text-align:right;
	font-size:12px;
	color:#ddd;
}
#footer .footer-area .box .box-conts1 h3{
	color:#ddd;
	font-size:18px;
	display:flex;
	font-weight:bold;
	padding-bottom:10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#footer .footer-area .box .box-conts1 h3 img{
	width:57px;
	height:auto;
	margin-right:10px;
}
#footer .footer-area .box .box-conts1 p{
	color:#ddd;
	font-size:14px;
}
#footer .footer-area .box .box-conts1 p a:link,
#footer .footer-area .box .box-conts1 p a:visited{
	color:#ddd;
}
#footer .footer-area .box .box-conts2 ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#footer .footer-area .box .box-conts2 li{
	margin:0;
	padding:0 15px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .footer-area .box .box-conts2 li a{
	color:#fff;
	font-size:14px;
	font-weight:normal;
}
#footer .footer-area .box .box-conts2 li a:hover{
	color:#00499E;
}
#footer #page-top{
    position: absolute;
    bottom:0;
    right: 0;
    width:80px;
    height:80px;
    background:rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#footer #page-top span{
    display: inline-block;
  width: 13px;
  height: 13px;
  border-top:2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
#footer #page-top a:visited span{
	color:#fff;
}
#footer #page-top a:hover span{
	display: inline-block;
  width: 13px;
  height: 13px;
	 border-top:2px solid #00499E;
  border-left: 2px solid #00499E;
  transform: rotate(45deg);
}
@media screen and (max-width:1300px) {
	#footer .contact-area .box,
	#footer .footer-area .box{
	padding-left:30px;
	padding-right:30px;
	width:100%;
}
}
@media screen and (max-width:960px) {
#footer .contact-area .box .tel{
	font-size:30px;
}
#footer .contact-area .box .mail img{
	width:35px;
	height:auto;
	margin:auto;
}
#footer .footer-area .box{
	flex-wrap:wrap;
	justify-content:flex-start;
}
#footer .footer-area .box .box-conts1{
	padding-right:30px;
	margin-right:30px;
	width:40%;
}
#footer .footer-area .box .box-conts2{
	padding-right:0px;
	border-right:0px solid #444444;
	margin-right:0px;
	width:40%;
}
#footer .footer-area .box .box-conts3{
	padding-top:30px;
	display:flex;
	justify-content:center;
	margin:auto;
	text-align:center;
}
}
@media screen and (max-width:768px) {
#footer #page-top{
        width:60px;
        height: 60px;
}
#footer .contact-area .box div{
	width:100%;
}
#footer .contact-area .box a{
padding:20px;
margin-bottom:20px;
}
#footer .footer-area .box .box-conts1{
	padding-right:0px;
	margin-right:0px;
	border-right:0px solid #444444;
	border-bottom:0px solid #444444;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
}
#footer .footer-area .box .box-conts2{
	width:100%;
}
#footer .footer-area .box .box-conts2 ul{
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}
#footer .footer-area .box .box-conts2 li{
	width:50%;
}
#footer .contact-area .box .tel{
	font-size:24px;
}
}




/* sub */
.subpage{
	background-color:#fff;
}
#subpage-main{
    padding: 86px 0 0 0;
}
.subpage .h3_blue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:79px;
	color:#004098;
	line-height:1.3;
	text-align:center;
	margin-bottom:40px;
}
.subpage .h3_blue span{
	font-family: 'Noto Sans JP', sans-serif;
	display:block;
	font-size:24px;
	font-weight:normal;
	background:url(../img/line-blue.gif) no-repeat center bottom;
	padding-bottom:15px;
}
.subpage .h3_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:79px;
	color:#fff;
	line-height:1.3;
	text-align:center;
	margin-bottom:40px;
}
.subpage .h3_white span{
	font-family: 'Noto Sans JP', sans-serif;
	display:block;
	font-size:24px;
	font-weight:normal;
	background:url(../img/line-white.gif) no-repeat center bottom;
	padding-bottom:15px;
}
.subpage .h3_small{
	font-size:46px;
}
@media screen and (max-width:960px) {
#subpage-main img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.subpage .h3_blue,
.subpage .h3_white{
	font-size:60px;
}
.subpage .h3_blue span,
.subpage .h3_white span{
	font-size:20px;
}
}
@media screen and (max-width:768px) {
#subpage-main{
    padding: 70px 0 0 0;
}
#subpage-main img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.subpage .h3_blue,
.subpage .h3_white{
	font-size:40px;
}
.subpage .h3_blue span,
.subpage .h3_white span{
	font-size:16px;
}
}
/* COMPANY */
#message-section{
    padding: 50px 0 80px 0;
	max-width:1120px;
	margin:auto;
}
#message-section .box{
	display:flex;
	justify-content:space-around;
}
#message-section .box-conts1{
	width:30%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
#message-section .box-conts1 figure{
	margin:0 auto 10px auto;
	padding:0;
	display:block;
}
/*
#message-section .box-conts2{
	width:60%;
}*/
#message-section .box-conts2{
	max-width:830px;
	display:flex;
	flex-direction:column;
}
#message-section .box-conts2 figure{
	margin:20px 0 10px auto;
	padding:0;
	display:block;
}
#message-section p{
	font-size:14px;
	color:#333;
	font-weight:normal;
	padding-bottom:25px;
}
#corporate_philosophy-section{
    padding: 60px 0 60px 0;
	background-color:#00499E;
}
#corporate_philosophy-section .box{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	max-width:1120px;
	margin:auto;
}
#corporate_philosophy-section p{
	color:#fff;
	width:100%;
	display:block;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	line-height:1.8;
	padding-bottom:18px;
}
#company-section{
    padding: 50px 0 80px 0;
	max-width:1120px;
	margin:auto;
}
#company-section .box{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
#company-section table{
	width:100%;
	border-spacing: 0px;
}
#company-section th{
	background-color:#D7EFF0;
	color:#222;
	font-size:14px;
	font-weight:normal;
	padding:12px;
	border-bottom:1px solid #fff;
	text-align:center;
	width:250px;
}
#company-section td{
	background-color:#F2F5FA;
	color:#000;
	font-size:14px;
	font-weight:normal;
	padding:12px 20px;
	border-bottom:1px solid #fff;
	text-align:left;
}
#company-section .fax{
	padding-left:30px;
}
#enkaku-section{
    padding: 50px 0 80px 0;
	max-width:1120px;
	margin:auto;
}
#enkaku-section .box{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
#enkaku-section table{
	width:100%;
	border-spacing: 0px;
}
#enkaku-section th{
	background-color:#F2F5FA;
	color:#111;
	font-size:14px;
	font-weight:normal;
	padding:12px;
	border-bottom:10px solid #fff;
	text-align:center;
	width:250px;
}
#enkaku-section td{
	background-color:#FFF;
	color:#111;
	font-size:14px;
	font-weight:normal;
	padding:12px 20px;
	border-bottom:10px solid #fff;
	text-align:left;
	word-break: break-all;
}

#access-section{
    padding: 50px 0 80px 0;
	max-width:1120px;
	margin:auto;
}
#access-section .box{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.umekomi {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.umekomi iframe {
  width: 100%;
  height: 100%;
}
.mapttl{
	font-size:22px;
	margin-bottom:80px;
}
@media screen and (max-width:1120px) {
#message-section{
		padding-left:30px;
		padding-right:30px;
}
#corporate_philosophy-section .box{
	padding-left:30px;
	padding-right:30px;
}
#company-section .box{
	padding-left:30px;
	padding-right:30px;
}
#enkaku-section .box{
	padding-left:30px;
	padding-right:30px;
}
#access-section .box{
	padding-left:30px;
	padding-right:30px;
}
}
@media screen and (max-width:768px) {
#message-section{
    padding-bottom:50px;
}
#corporate_philosophy-section{
    padding-bottom:40px;
}
#message-section .box{
	flex-wrap:wrap;
	justify-content:center;
}
#message-section .box-conts1{
	width:50%;
	padding-bottom:20px;
}
#message-section .box-conts2{
	width:100%;
}
#corporate_philosophy-section p{
	font-size:18px;
	padding-bottom:24px;
}
#company-section th{
	width:130px;
}
#company-section .fax{
	padding-left:0px;
	display:block;
}
#enkaku-section th{
	width:130px;
}
.mapttl{
	font-size:18px;
	margin-bottom:60px;
}
}






/* service */
#service-section{
    padding: 50px 20px 80px 20px;
	max-width:1150px;
	margin:auto;
}
#service-section h4{
	font-size:18px;
	color:#333333;
	line-height:2.1;
	padding:20px 0;
	margin:0;
	text-align:center;
	font-weight:normal;
}
#service-section h5{
	font-size:18px;
	color:#001A66;
	line-height:2.1;
	padding:5px 15px;
	margin:0 0 15px 0;
	text-align:left;
	background-color:#AAD5FF;
	font-weight:normal;
}
#service-section p{
	font-size:16px;
	color:#444444;
	line-height:2.1;
}
#service-section .box{
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
}
#service-section .box figure{
	width:43%;
	padding-right:30px;
}
#service-section .box .txtarea{
	width:57%;
}
#service-section .box-omakase{
	max-width:844px;
	display:block;
	margin:80px auto auto auto;
	background-color:#EBF5FF;
	padding:30px;
}
#service-section .box-omakase p{
	font-size:16px;
	color:#444;
}
#service-section .box-omakase .ttl{
	color:#00468C;
	text-align:center;
	font-size:16px;
	padding-bottom:20px;
}
@media screen and (max-width:768px) {
#service-section{
    padding-bottom:50px;
}
#service-section h4{
	font-size:16px;
	padding:10px 0 0px 0;
}
#service-section .box figure{
	width:100%;
	padding-right:0px;
}
#service-section .box .txtarea{
	width:100%;
}
#service-section h5{
	margin:10px 0 10px 0;
}
#service-section .box{
	margin-top:60px;
}
}


/* flow */
#flow-section{
    padding: 50px 30px 80px 30px;
	max-width:1100px;
	margin:auto;
}
#flow-section p{
	text-align:center;
	padding-bottom:30px;
}
#flow-section .box{
	display:flex;
	flex-wrap:wrap;
	padding-top:30px;
}
#flow-section .box-conts1-1{
	width:40%;
	padding-right:30px;
}
#flow-section .box-conts1-2{
	width:60%;
}
#flow-section h4{
	display:flex;
	width:100%;
	background-color:#BFDFFF;
	margin-bottom:20px;
}
#flow-section h4 .ttl{
	color:#000;
	font-size:16px;
	text-align:left;
	padding:10px 10px 10px 20px;
}
#flow-section h4 .step{
	background-color:#00B285;
	color:#fff;
	font-size:14px;
	width:120px;
	text-align:center;
	padding:10px;
}
#flow-section .box p{
	text-align:left;
}
.triangle1{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ddd;
  text-align:center;
  margin:auto;
}
@media screen and (max-width:768px) {
#flow-section .box-conts1-1{
	width:100%;
	padding-right:0px;
	padding-bottom:10px;
}
#flow-section .box-conts1-2{
	width:100%;
}
}




/* recruit */
#recruit-section{
    padding: 50px 30px 80px 30px;
	max-width:1130px;
	margin:auto;
}
#message-section figure{
	padding:10px 0px 50px 0px;
	margin:auto;
}
#message-section .txt{
	font-size:24px;
	color:#333;
	text-align:center;
	padding-bottom:50px;
}
#message-section ul{
	margin:0;
	padding:0 0 80px 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
#message-section li{
	margin:1%;
	padding:0;
	width:30%;
	text-align:center;
}
#message-section .name{
	display:flex;
	justify-content:flex-end;
}
#message-section .name img{
	width:163px;
	height:auto;
}
#message-section p{
	font-size:16px;
	padding-bottom:30px;
}
#message-section h4{
	font-size:16px;
	color:#0059B2;
	text-align:center;
	padding-top:50px;
	font-weight:normal;
}
#message-section table{
	border-top:1px solid #ccc;
	font-size:14px;
	border-spacing: 0px;
}
#message-section th{
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	background-color:#eee;
	width:200px;
}
#message-section td{
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	word-break: break-all;
}
#message-section .recruit-btn{
	display:flex;
	justify-content:center;
	margin-top:30px;
	margin-bottom:50px;
}
#message-section .recruit-btn a{
	display:block;
	background-color:#FF8000;
	border:2px solid #FF8000;
	width:350px;
	padding:7px;
	color:#fff;
	text-align:center;
}
#message-section .recruit-btn a:hover{
	background-color:#fff;
	border:2px solid #FF8000;
	color:#FF8000;
}
@media screen and (max-width:768px) {
#message-section .txt{
	font-size:20px;
}
#message-section li{
	width:70%;
}
#message-section p{
	font-size:14px;
}
#message-section th{
	padding:7px;
	width:100%;
	display:block;
}
#message-section td{
	padding:15px;
	width:100%;
	display:block;
}
#message-section .recruit-btn a{
	width:100%;
}
#message-section .name img{
	width:140px;
	height:auto;
}
}


/* works */
#works-section{
    padding: 50px 30px 80px 30px;
	max-width:1200px;
	margin:auto;
}
#works-section .txt{
	font-size:18px;
	color:#333;
	text-align:center;
	padding:0px 0 50px 0;
}
#works-section .works-itiran-box{
	margin:0;
	padding:0 0 80px 0;
	display:flex;
	flex-wrap:wrap;
}
#works-section .works-itiran-box li{
	margin:1% 1.5% 2% 1.5%;
	padding:0;
	width:30%;
	text-align:center;
	position:relative;
}
#works-section .works-itiran-box li .cat{
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
	background-color:#000;
	width:100px;
	padding:5px;
	text-align:center;
	font-size:12px;
}
#works-section .works-itiran-box{
	width:100%;
}
#works-section .works-itiran-box p{
	font-size:16px;
	padding:5px;
	line-height:1.5;
}
#works-section h4{
	text-align:center;
	padding-bottom:30px;
	font-size:22px;
	font-weight:normal;
}
#works-section h4 .kekka{
	font-size:16px;
}
@media screen and (max-width:900px) {
#works-section .serch-box{
	 width:100%;
}
}
@media screen and (max-width:768px) {
#works-section .serch-box{
	 padding: 0px;
}
#works-section li{
	width:46%;
	text-align:center;
}
#works-section .works-itiran-box p{
	font-size:14px;
	padding:3px;
}
#works-section .serch-box td{
	display:flex;
	flex-wrap:wrap;
	padding:10px 10px;
}
#works-section .serch-box label{
	width:50%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}
#works-section .works-itiran-box li{
	margin:1% 2% 8% 2%;
	width:100%;
}
#works-section .works-itiran-box li .cat{
	padding:3px 5px;
}
#works-section h4{
	font-size:20px;
}
#works-section h4 .kekka{
	font-size:14px;
}
#works-section .txt{
	font-size:16px;
}
}


/* works */
#works-detail-section{
    padding: 50px 30px 80px 30px;
	max-width:1060px;
	margin:auto;
}
#works-detail-section .works-slider-area{
	padding-bottom:50px;
	display:block;
}
#works-detail-section .works-slider-area .thumbnail .slick-track {
  transform: unset !important;
}
#works-detail-section .works-slider-area .thumbnail-img {
  opacity: 0.7;
  transition: opacity .3s linear;
  width:18.4%;
  padding:2% 0%;
  margin-right:1%;
  margin-left:1%;
}
#works-detail-section .works-slider-area .thumbnail .slick-current {
  opacity: 1;
}
#works-detail-section .txt-area{
	width:100%;
	display:block;
	padding:25px;
	background-color:#eee;
	margin-bottom:50px;
}
#works-detail-section .table-area{
	padding-bottom:20px;
}
#works-detail-section table{
	font-size:14px;
	border-spacing: 3px;
}
#works-detail-section th{
	padding:10px 20px;
	background-color:#D5E7FF;
	width:200px;
}
#works-detail-section td{
	padding:10px 20px;
	word-break: break-all;
	background-color:#F2F5FA;
}
#works-detail-section .modoru-btn{
	display:flex;
	justify-content:center;
	margin-top:30px;
}
#works-detail-section .modoru-btn a{
	display:block;
	background-color:#00499E;
	width:177px;
	padding:7px;
	color:#fff;
	text-align:center;
	border-radius:30px;
}
#works-detail-section .modoru-btn a:hover{
	background-color:#001A66;
	color:#fff;
}
@media screen and (max-width:768px) {
#works-detail-section .works-slider-area .thumbnail-img {
  width: calc(100% / 3) !important;
  width:33.33% !important;
  padding:2%;
  margin-right:0%;
  margin-left:0%;
}
#works-detail-section .works-slider-area .thumbnail-img img{
	min-width:96px;
	min-height:65px;
	object-fit:cover;
}
#works-detail-section .works-slider-area .thumbnail .slick-track {
  transform: unset !important;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  width:100%;
}
#works-detail-section th{
	padding:7px;
	width:100%;
	display:block;
}
#works-detail-section td{
	padding:15px;
	width:100%;
	display:block;
}
}



/* contact */
#contact-section{
    padding: 50px 30px 80px 30px;
	max-width:1060px;
	margin:auto;
}
.contact-table table{
	max-width:700px;
	margin:auto;
}
.contact-table th{
	color:#222;
	text-align:left;
	padding:10px;
	font-weight:normal;
	 font-size: 14px;
	 width:300px;
}
.contact-table td{
	text-align:left;
	padding:10px;
	font-weight:normal;
}
.hissu{
	background-color:#00B2B2;
	text-align:center;
	color:#fff;
	padding:3px 7px 2px 7px;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
}
#contact-section input[type="submit"] {
    color: #fff;
    border: 0px;
    background-color: #222222;
    font-size: 14px;
    margin-bottom: 20px;
    width: 140px;
    padding: 7px;
    display: block;
    margin: 25px auto 60px auto;
}
#contact-section input[type="submit"]:hover {
    background: #003f98;
}
/* フォーム */
form{
    padding: 16px;
}
input{
    box-sizing:border-box;
}
input[type="text"],
input[type="tel"],
input[type="mail"],
textarea{
    margin: 0.5em 0;
    border:1px solid #ccc;
    padding: 0.5em;
    width: 320px;
    font-size: 14px;
    border-radius:0px;
}
input[type="radio"],
input[type="checkbox"]{
	transform:scale(1.5);
	margin-right:10px;
	border:0;
}
.radio-box{
	color:#222;
}
.radio-box label{
	padding-right:30px;
}
input:focus,
textarea:focus{
    background-color: #e2ecf6;
}

@media screen and (max-width:768px) {
.contact-table th{
	 width:200px;
}
}
@media screen and (max-width:768px) {
form{
    padding: 16px 0px;
}
.contact-table form{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}
.contact-table th{
	width:100%;
	display:block;
	text-align:left;
	padding:10px 10px 10px 10px;
}
.contact-table td{
	width:100%;
	display:block;
	padding:0px 10px 20px 10px;
}
input[type="text"],
input[type="tel"]{
	width:100%;
}
}

/* news */
#news-section{
    padding: 50px 30px 80px 30px;
	max-width:1100px;
	margin:auto;
}
#news-section .news-btn{
	display:flex;
	justify-content:center;
	margin-top:30px;
}
#news-section .news-btn a{
	display:block;
	background-color:#00499E;
	width:235px;
	padding:7px;
	color:#fff;
	text-align:center;
	border-radius:30px;
}
#news-section .news-btn a:hover{
	opacity:0.6;
}
@media screen and (max-width:768px) {
}