@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#131313;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: 'KaiseiOpti';
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:2.8rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:2.8rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #133882;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
@font-face {
    font-family: 'KaiseiOpti';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/KaiseiOpti-Medium.woff2') format('woff2'),
	     url('../fonts/KaiseiOpti-Medium.woff') format('woff'),
	     url('../fonts/KaiseiOpti-Medium.ttf')  format('truetype'),
         url('../fonts/KaiseiOpti-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'KaiseiOpti';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/KaiseiOpti-Bold.woff2') format('woff2'),
	     url('../fonts/KaiseiOpti-Bold.woff') format('woff'),
	     url('../fonts/KaiseiOpti-Bold.ttf')  format('truetype'),
         url('../fonts/KaiseiOpti-Bold.eot') format('embedded-opentype');
}
/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
    height: 90px;
	z-index:999;
	padding: 0 26px 0 4%;
    background: #123E70;
	display: flex;
    justify-content: flex-end;
	align-items: center;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
	font-weight:bold;
	font-size:24px;
    position: relative;
    z-index: 99999;
}
#headerSet #headerLogoSet #headerLogo a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a span{
    margin-left: 0.5em;
    font-size: 28px;
}
#headerSet #headerLogoSet #headerLogo a:hover{
    opacity: 0.7;
}


#headerSet #headerMenuSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:16px;
}
#headerSet #headerMenuSet .gnav ul li{
	padding:1em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #headerMenuSet .gnav ul li a{
	color: #FFF;
	text-decoration:none;
	position: relative;
	transition: all .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover{
	color:#5795DB;
}
/* ALL Setting
=========================================================================================== */
#wrapper{
    margin-top: 90px;
}
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.bgPattern01{
	background: #E7EFF8;
}
.ttlStyle1{
    text-align: center;
	font-size:3.8rem;
    color: #123E70;
	margin-bottom: 1.5em;
    line-height: 1.2;
}
.ttlStyle1 span{
	font-size:16px;
	display:block;
	color:#5795DB;
}
.ttlStyle2{
    text-align: center;
	font-size:3.8rem;
    color: #123E70;
	margin-bottom: 1.5em;
    line-height: 1.2;
}
.ttlStyle2 span{
	font-size:16px;
    color: #FFF;
    padding: 0.5em 2em;
    display: inline-block;
    background: #5795DB;
    border-radius: 10px;
    margin-bottom: 0.5em;
}
.ttlStyle2 strong{
    display: block;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.centerAdjust{
	text-align:center;
}
.btnStyle1 a{
	font-size:16px;
	text-decoration:none;
	background:#123E70;
	display:inline-block;
	padding:1em 2em;
	color:#FFF;
	min-width: 280px;
	text-align: center;
	transition: all .3s;
	position:relative;
}
.btnStyle1 a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_arrow1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    transition: all .3s;
}
.btnStyle1 a:hover{
	opacity: 0.7;
}
.column3List{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.column3List li{
    width: 30%;
    margin-left: 5%;
}
.column3List li:nth-child(3n+1){
    margin-left: 0;
}
.column3List li .column3Img{
    margin-bottom: 1em;
}
.column3List li .column3Img img{
    max-width: 100%;
}
.column3List li h3{
    font-size: 18px;
    text-align: center;
}
.column3List li h3 + p{
    margin-bottom: 0;
}
/* 下層ページOnly Setting
=========================================================================================== */
/***メインビジュアル***/
#subContentsHead{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom:1em;
    position: relative;
    overflow: hidden;
}
#subContentsHead.aboutHead{
	background-image:url(../images/about/mainvisual.jpg);
}
#subContentsHead.serviceHead{
	background-image:url(../images/service/mainvisual.jpg);
}
#subContentsHead.companyHead{
	background-image:url(../images/company/mainvisual.jpg);
}


#subContentsHead:after{
    content: "";
    background-image: url("../images/logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 680px;
    height: 600px;
    opacity: 0.2;
	position:absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-30%);
}
#subContentsHead .mainVisual{
	height: 48vh;
	position:relative;
	min-height: 380px;
}
#subContentsHead .mainVisual .mainTitle{
	font-size:4.2rem;
    text-align: center;
	white-space: nowrap;
	font-weight:900;
	margin-bottom:0;
	text-shadow:4px 4px 6px rgba(0,0,0,0.8);
	color:#FFF;
	position: absolute;
    left:50%;
    top: 50%;
    transform:translateY(-50%) translateX(-50%);
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 18px;
    display: block;
}
/**パンくず**/
#path{
	max-width:1100px;
	margin:0 auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
	margin-bottom: 1em;
}
#path li a{
	color:#215F7B;
}
#path li:after{
	content:"/";
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}
/* about Setting
=========================================================================================== */
.overLapColumnSet{
	position: relative;
    margin-bottom: 3em;
}
.overLapColumnSet .img{
	max-width:740px;
}
.overLapColumnSet .img img{
	width:100%;
}
.overLapColumnSet .text{
	position: absolute;
    bottom: 0;
    right: 0;
	background:#FFF;
	width:54%;
	padding:3em 4% 0;
    border-radius: 40px 0 0 0;
}
.overLapColumnSet .text h2{
	font-size:2.8rem;
	margin-bottom:0.5em;
    color: #123E70;
    font-weight: 900;
}
.overLapColumnSet .text p{
    margin-bottom: 0;
}


.aboutArticle{
    position:relative;
}
.aboutArticle:before{
    content:"";
	display:block;
    width: 100%;
    min-height: 500px;
	height:30vw;
	position:absolute;
	left:0;
	top:0;
	background-image: url("../images/about/about_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	z-index:-1;
    /*margin: 0 calc(50% - 50vw);
    width: 100vw;*/
}
.aboutBox{
   position:relative; 
   background: #FFF;
   border-radius: 40px;
   padding: 3em 6%;
   margin-top: 18vw;
}
.aboutBox h2{
    font-size: 4.2rem;
    text-align: center;
}


.historySet{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4em;
    position: relative;
    z-index: 0;
}
.historySet:before{
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 2em);
    background: #5795DB;
    position: absolute;
    left: 12px;
    top: 10px;
    z-index: -1;
    
}
.historyList{
    display: flex;
    flex-wrap: wrap;
}
.historyList dt{
    width: 28%;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2em;
}
.historyList dt:before{
    content: "●";
    color: #123E70;
    margin-right: 0.5em;
}
.historyList dt:last-of-type,
.historyList dd:last-of-type{
    margin-bottom: 0;
}
.historyList dd{
    width: 68%;
    margin-left: 4%;
    margin-bottom: 2em;
}
.historyList dd strong{
    display: block;
    font-size: 20px;
    color: #123E70;
}
/* service Setting
=========================================================================================== */
.serviceList{
    display: flex;
    flex-wrap: wrap;
}
.serviceList li{
    width: 30%;
    margin-bottom: 3em;
    margin-left: 5%;
}
.serviceList li:nth-child(3n+1){
    margin-left: 0;
}
.serviceList li .serviceImg{
    margin-bottom: 1em;
}
.serviceList li .serviceImg img{
    max-width: 100%;
}
.serviceList li h3{
    font-size: 18px;
    text-align: center;
}
.serviceList li h3 + p{
    margin-bottom: 0;
}


/*.serviceGraphColumnSet{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}*/
.serviceGraphColumnSet .serviceGraphText{
    width: 100%;
}
.serviceGraphColumnSet .serviceGraphText p{
    line-height: 230%;
}
/*.serviceGraphColumnSet .serviceGraphImg{
    width: 48%;
    margin-left: 4%;
}*/


.checkListBox{
    text-align: center;
    margin-bottom: 4em;
}
.checkList{
    font-size: 18px;
    display: inline-block;
}
.checkList li{
    position: relative;
    text-align: left;
    padding-left: 36px;
    margin-bottom: 1.5em;
}
.checkList li:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 28px;
    height: 28px;
    background: #FFF;
    border: 2px solid #123E70;
}
.checkList li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 10px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid #36CC1A;
    border-bottom: 4px solid #36CC1A;
}
/* company Setting
=========================================================================================== */
.messageText{
	width:64%;
}
.messageName{
    text-align: right;
    font-size: 20px;
}
.messageName span{
    font-size: 14px;
    background: #5795DB;
    padding: 0.5em 1em;
    display: inline-block;
    border-radius: 10px;
    color: #FFF;
    margin-right: 1em;
}



.companyTableSet{
    text-align: center;
}
.companyTable{
	font-size: 16px;
    display: inline-block;
    text-align: left;
    margin-bottom: 4em;
}
.companyTable th{
	padding:1em;
    vertical-align: top;
}
.companyTable td{
	padding:1em;
}


/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
}
#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 90vh;
	margin: 0;
}
#mainVisualImgSet .mainVisual1{
	background-image: url(../images/index/mainvisual1.jpg);
}
#mainVisualImgSet .mainVisual2{
	background-image: url(../images/index/mainvisual2.jpg);
}
    
.slick-dots{
	position:absolute;
	bottom: 2em;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
	margin-left:16px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    outline: none;
	border:1px solid #FFF;
	background:none;
    border-radius: 50%;
}
.slick-dots .slick-active button{
	background: #000;
}
/*******************introContents*******************/
.introContents{
    /*background: #024289;*/
    text-align: center;
    color: #FFF;
    position: relative;
    background-image: url("../images/index/intro_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -180px;
    padding-top: 180px;
}
.introContents .topIntroText{
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 3em;
}
.introContents .btnStyle1 a{
    background-color: transparent;
    border: 1px solid #FFF;
}
.introContents .btnStyle1 a:hover{
    background: #FFF;
    opacity: 1;
    color: #123E70;
}
.introContents .btnStyle1 a:hover:before{
    background-image: url("../images/icon_arrow1_b.svg");
}
/*.introContents:before {
    content: "";
    display: block;
    width: 100%;
    height: 896px;
    background-image: url("../images/index/intro_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20%);
}*/


/*******************contents02*******************/
.contents02{
    position: relative;
    overflow: hidden;
}
.contents02 .contentsOverSet{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}
.contents02 .contentsOverSet .contentsOverImg{
    width: 60%;
    font-size: 0;
}
.contents02 .contentsOverSet .contentsOverImg img{
    width: 100%;
}
.contents02 .contentsOverSet .contentsOverTextBox{
	position: absolute;
    bottom: 0;
    right: 0;
	background:#E7EFF8;
    border-radius: 40px 0 0 0;
	width:50%;
	padding:3em 4% 0;
}
.contents02 .contentsOverSet .contentsOverTextBox h2{
    font-size: 2.8rem;
    color: #123E70;
}
.contents02 .contentsOverSet .contentsOverTextBox .inner{
    width: 70%;
}
.contents02 .contentsOverSet .contentsOverTextBox .inner p{
    margin-bottom: 0;
}
.contents02 .contentsOverSection{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background:#E7EFF8;
}
.contents02 .contentsOverSection .inner{
    padding: 60px 0;
    max-width: 1100px;
    margin: 0 auto;
}
/*******************contents03*******************/
.contents03 .imgBox{
    display: flex;
    border: 2px solid #123E70;
    margin-bottom: 2em;
}
.contents03 .imgBox .imgBoxThumbnail{
    width: 32%;
    overflow: hidden;
	font-size:0;
}
.contents03 .imgBox .imgBoxThumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contents03 .imgBox .imgBoxText{
    width: 64%;
    padding: 2em 4% 2em 0;
    margin-left: 4%;
}
.contents03 .imgBox .imgBoxText h2{
    font-size: 3.8rem;
    color: #123E70;
    border-bottom: 2px dashed #123E70;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.contents03 .imgBox .imgBoxText p{
    margin-bottom: 0;
}

/*******************contents04*******************/
.contents04 .accessColumnSet{
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.contents04 .accessColumnSet .accessColumnImg{
    width: 48%;
    margin-left: 4%;
}
.contents04 .accessColumnSet .accessColumnText{
    width: 48%;
}

.contents04 .accessColumnSet .accessColumnText .accessLogo{
    display: flex;
    align-items: center;
}
.contents04 .accessColumnSet .accessColumnText .accessLogo span{
    color: #123E70;
    font-size: 2.8rem;
    margin-left: 0.5em;
}
.contents04 .accessColumnSet .accessColumnText .accesslist{
    margin-bottom: 2em;
    font-size: 16px;
}
.map iframe{
    width: 100%;
}
/* footer Setting
=========================================================================================== */
footer{
    background-image: url("../images/footer_bg.jpg");
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
	text-align:center;
    color: #FFF;
    background-attachment: fixed;
}

footer a{
	color:#FFF;
}
footer section{
	width:1100px;
	padding:120px 0;
	margin:0 auto;
}
footer #footerLogo{
    margin-bottom: 2em;
}
footer #footerLogo a{
    text-decoration: none;
    transition: all .3s;
}
footer #footerLogo a:hover{
    opacity: 0.7;
}
footer #footerLogo strong{
    display: block;
    font-size: 24px;
}
footer .footerList{
    line-height: 180%;
}
footer #copy{
	font-size:14px;
    background: #123E70;
	padding:1em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
@media all and (-ms-high-contrast: none) {
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.ml0{ margin-left:0;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb3{margin-bottom:3em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}