@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
}
body {
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a:link    {font-weight: bold; color:#333; text-decoration: underline;}
a:visited {font-weight: bold; color:#333; text-decoration: none;}
a:hover   {font-weight: bold; color:#333; text-decoration: none;}
a:active  {font-weight: bold; color:#333; text-decoration: none;}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	max-width: 303px;
	width: 100%;
	margin-left: 30px;
	overflow: hidden;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
header .container{
	display: flex;
	padding: 20px 0;
	align-items: flex-end;
}
.other_link{
	display: block;
	background: #CB0606;
  align-items: normal;
	padding:15px 40px;
	margin-left: 20px;
	color:#fff;
  position: absolute;
  top:0;
  right: 0;
}
.other_link a::before{
	display: block;
  content: "";
  height: 25px;
  background: url(../img/contact_icon.png) no-repeat center/contain;
	margin-bottom: 10px;
	top:0;
  vertical-align: middle;
}
.other_link a{
	color:#fff;
	text-decoration: none;
}
.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
	margin:0 176px 0 auto;
}
#gnav  p{
	margin-bottom: 20px;
}
	#gnav ul {
		display: flex;
	}
	#gnav ul > li{
	border-left: 1px solid #ccc;
	padding:0 50px;
	}
	#gnav ul > li a {
		display: block;
		text-decoration: none;
	}
	#gnav ul > li a:hover {
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.read{
	margin: 0 0 30px;
}
section{
	margin-bottom: 100px;
}
section h2{
	margin-bottom: 30px;
	color:#104378;
	font-size: 42px;
	text-align: center;
}
section .summary{
	margin-bottom: 95px;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
section#service .merit{
	width: 100%;
	margin-bottom: 190px;
	position: relative;
}
section#service .merit::after{
	display: inline-block;
	content:'';
	width: 54%;
	height: 100%;
  background: url(../img/img_01_pc.png) center right no-repeat;
  background-size: cover;
	position: absolute;
	top:0;
	left:0;
}
section#service .merit:nth-child(even)::after{
	width:54%;
	height: 100%;
	background: url("../img/img_02_pc.png") center left no-repeat;
  background-size: cover;
	left:46%;
}
section#service .merit.bg_long::after{
	width:54%;
	height: 100%;
	background: url("../img/img_03_pc.png") center right no-repeat;
	background-size: cover;
}
section#service .merit::before{
	display: inline-block;
  content: "";
  background: #F5F8FC;
  width: 90vw;
  height: 280px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
section#service .merit:nth-child(even)::before{
	left:0;
}
section#service .merit.bg_long{
	margin-bottom: 80px;
}
section#service .merit.bg_long::before{
	height: 800px;
}
section#service .merit.bg_long .box{
	position: relative;
	left:-150px;
}
section#service .merit .container{
	max-width: 1040px;
}
section#service .merit .container .txt_area{
	width: 400px;
	margin-right: 60px;
	margin-left: auto;
	position: relative;
	top:10px;
}
section#service .merit:nth-child(even) .container .txt_area{
	margin-right: auto;
	margin-left: 60px;
}
section#service .merit .txt_area::before{
	display: block;
	content:'';
	width:176px;
	height: 440px;
	background: url("../img/merit_bg_pc.png") bottom left no-repeat;
	background-size: 176px auto;
	position: absolute;
	top:0;
	right: 0;
	z-index: -1;
}
section#service .merit:nth-child(even) .txt_area::before{
	top: -35px;
	left:-20%;
}
section#service .merit .txt_area{
	position: relative;
	z-index: 4;
}
section#service .merit .txt_area h3{
	color:#CB0606;
	font-size:29px;
	line-height: 1;
	position: relative;
}
section#service .merit .txt_area h3 span{
	font-size: 39px;
}
section#service .merit .txt_area p{
	margin-bottom: 40px;
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
}
section#service .merit .txt_area p span{
	color:#CB0606;
	font-size: 80px;
}
section#service .merit .box{
	display: flex;
	flex-wrap: nowrap;
}
section#service .merit .txt_area .circle{
  max-width: 260px;
  max-height: 260px;
  min-width: 260px;
  min-height: 260px;
	background: #fff;
  border-radius: 50%;
  border: solid 1px #104378;
	padding: 40px 35px 35px 35px;
	margin-left: 25px;
}
section#service .merit .txt_area .circle h4{
	margin-bottom: 20px;
	color:#104378;
	font-size: 24px;
	text-align: center;
}
section#service .merit .txt_area .circle p{
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
section#service .img_area{
	width: 851px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
section#service .img_area p{
	color:#104378;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
section#service .img_area p:first-child{
	margin-bottom: 20px;
}
section#contact{
  background: url(../img/contact_btn_bg_pc.png) no-repeat center/cover;
	padding: 125px 0 85px 0;
	position: relative;
}
section#contact::after {
  content: '';
  background: rgba(5,71,139,0.8);
  position: absolute;
  top: 0;
  right: 0;
	bottom: 0;
	left: 0;
}
section#contact::before{
	content: '';
  position: absolute;
	top:-1px;;
  right: 0;
	left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 40px 0 40px;
	z-index: 3;
}
section#contact p{
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
section#contact p a{
	color:#fff;
	text-decoration: none;
}
section#contact > p{
	margin-bottom: 40px;
}
section#contact p:first-child{
	font-size: 42px;
	font-weight: bold;
}
section#contact p:nth-child(2){
	font-size: 28px;
	font-weight: bold;
}
section#contact .contact_btn{
	display: block;
	width:520px;
	background: #CB0606;
	border-radius: 5px;
	border: 1px solid #fff;
	margin:0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
section#contact .contact_btn span{
	display: inline-block;
	color:#fff;
	font-size: 28px;
  font-weight: bold;
	padding: 30px 0;
  position: relative;
}
section#contact .contact_btn span::before{
	content: '';
	width:35px;
	height:26px;
	background: url(../img/contact_icon.png) no-repeat center/contain;
	position: absolute;
	top:39px;
	left:-53px;
}
section#contact .contact_btn span::after{
	display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg)translateY(-50%);
  position: absolute;
  top: 50%;
  right: -74px;
}

section#company dl{
	width: 800px;
	margin: 0 auto;
}
section#company dl dt{
	float: left ;
	clear: left ;
	width: 120px ;
	color:#104378;
	font-weight: bold;
}
section#company dl dt,section#company dl dd{
	border-bottom: 1px solid #C0D0E0;
	padding: 20px 0;
}
section#access div{
	width: 800px;
	margin: 0 auto;
}
section#access div iframe{
	width:800px;
	height:400px;
	margin-bottom: 25px;
	border:0;
}
section#form{
	background: url(../img/contact_bg_pc.png) no-repeat center/cover;
	padding: 75px 0 85px 0;
	margin-bottom: 0;
	position: relative;
}
section#form::after {
  content: '';
  background: rgba(5,71,139,0.8);
  position: absolute;
  top: 0;
  right: 0;
	bottom: 0;
	left: 0;
}
section#form h2{
	color: #fff;
	font-size: 36px;
	position: relative;
	z-index: 2;
}
section#form .container{
	position: relative;
	z-index: 2;
}
/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 40px;
}
	.flex_box > div{
		width: 48%;
		background: #ccc;
		margin: 0 0 10px;
	}
	.flex_box > div.full{
		flex: 100%;
	}
	.flex_box > div:hover{
		opacity: .7;
	}
	.flex_box > div a{
		display: block;
		padding: 30px;
		text-align: center;
		text-decoration: none;
	}


/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}


/* ▼ コピーライト
--------------------------------------- */
#copyright {
	font-size: 10px;
	color: #104378;
	text-align: center;
}



/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		margin-left: 0;
		overflow: hidden;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	.header_inner {
		width: 100%;
		height: 70px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	.other_link{
	width: 70px;
	height: 70px;
	padding: 15px 35px;
	margin-left: 0;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 99999;
	}
	.other_link a::before{
		width:28px;
		height: 20px;
		margin-bottom: 0;
		position: relative;
		top:10px;;
		right: 14px;
	}


	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 70px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul {
			display: block;
			height: 320px;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			border-left: 0;
			padding: 0;
			font-size: 18px;
			text-align: center;
			text-indent: 0;
		}
		#gnav ul > li > a {
			height: 80px!important;
			background: #fff;
			background-size: 10px 10px!important;
			border-bottom: 1px solid #ccc;
			padding: 0 15px;
			color: #333;
			line-height: 80px;
			font-weight: bold;
		}

		#gnav ul > li:first-child {
    border-top: 1px solid #ccc;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}
		#gnav ul li.sp a{
			background: #CB0606;
			color:#fff;
		}
		#gnav ul li.sp a::before{
		content: '';
    width: 35px;
    height: 26px;
    background: url(../img/contact_icon.png) no-repeat center/contain;
    position: absolute;
    top: 336px;
    left: 108px;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 70px;
		height: 70px;
		background: #104378;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 30px;
			height: 2px;
			border-top: 2px solid #fff;
			position: absolute;
			top: 50%;
			right: 18px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 30px;
			border-top: 2px solid #fff;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top:-11px;
		}
		.menu .icon:after {
			bottom:-9px;
		}
		.menu .icon.active {
			border-color: #104378;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: -2px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 0;
			right: 0;
		}


	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
	}
	h1#site_title a img{
	max-width: calc(100vw - 140px);
	width: 100vw;
	padding: 20px 15px;
	}
	section h2{
		font-size: 28px;
	}
	section .summary{
		width: 345px;
		margin: 0 auto 300px;
		font-size: 16px;
		text-align: center;
	}
	section#service{
		padding-top:50px;
	}
	section#service .merit{
		margin-bottom: 370px;
	}
	section#service .merit::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 50%;
  background: url(../img/img_01_sp.png) center right no-repeat;
  background-size: cover;
  position: absolute;
  top: -230px;
  left: 0;
	}
	section#service .merit:nth-child(even)::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 194px;
  background: url("../img/img_02_sp.png") center left no-repeat;
  background-size: cover;
  position: absolute;
  top: -230px;
  left: 0;
	}
	section#service .merit.bg_long::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 194px;
  background: url("../img/img_03_sp.png") center left no-repeat;
  background-size: cover;
  position: absolute;
  top: -230px;
  left: 0;
	}
	section#service .merit::before  {
  width: 90vw;
  height: 555px;
  top: -100px;
	}
	section#service .merit:nth-child(even)::before{
		width: 90vw;
	  height: 1100px;
	  top: -100px;
	}
	section#service .merit.bg_long::before  {
  height: 1120px;
	}
	section#service .merit .container .txt_area ,section#service .merit:nth-child(even) .container .txt_area {
	width: 100%;
	margin: 0 auto;
	top: 0;
	}
	section#service .merit .txt_area::before {
  background: url(../img/merit_bg_sp.png) bottom left no-repeat;
  background-size: 176px auto;
  position: absolute;
  top: -43px;
  right: 0;
  z-index: -1;
	}
	section#service .merit:nth-child(even) .txt_area::before {
  left: 0;
  right: -20px;
	}
	section#service .merit .txt_area h3{
		font-size: 23px;
		line-height: 0;
	}
	section#service .merit .txt_area h3 span{
		font-size: 31px;
	}
	section#service .merit .txt_area p{
		font-size: 41px;
	}
	section#service .merit .txt_area p span{
		font-size: 63px;
	}
	section#service .merit .box {
	    display: block;
	}
	section#service .merit.bg_long .box{
		left:0;
	}
	section#service .merit .txt_area .circle{
		margin: 0 auto;
	}
	section#service .merit .txt_area .box .circle:not(:last-child){
		margin-bottom: 20px;
	}
	section#service .img_area{
		width: 95%;
	}
	section#contact {
  background: url(../img/contact_btn_bg_sp.png) no-repeat center/cover;
	}
	section#contact p:first-child {
  font-size: 24px;
	}
	section#contact p:nth-child(2) {
  font-size: 18px;
	}
	section#contact .contact_btn {
    width: 342px;
	}
	section#contact .contact_btn span {
  font-size: 18px;
	padding: 20px 0;
	}
	section#contact .contact_btn span::before {
	width: 23px;
  height: 17px;
	top: 25px;
	left: -35px;
	}
	section#contact .contact_btn span::after {
  right: -46px;
	}
	section#form {
  background: url(../img/contact_bg_sp.png) no-repeat center/cover;
	}
	section#company dl {
  width: 335px;
	}
	section#company dl dt{
		float:none;
		border-bottom: none;
		padding-bottom: 0;
	}
	section#company dl dd{
		padding-top:5px;
	}
	section#access div{
		width: 90%;
	}
	section#access div iframe{
		width: 100%;
	}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
		padding: 20px;
	}

}

/* ▼▼▼ 320px〜479px
====================================================== */
@media screen and (max-width:320px) {
	section .summary {
  width: 320px;
  font-size: 15px;
	}
	section#service .merit .txt_area p {
  font-size: 40px;
	}
	section#contact p:first-child {
  font-size: 22px;
	}
	section#contact .contact_btn {
  width: 300px;
	}
	section#contact .contact_btn p::before {
	top: 7px;
	left: 21px;
	}
	section#company dl {
  width: 285px;
	}

}
