@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 358px;
	margin-bottom: 50px;
	background: #fff url(../top/visual_pc.jpg) no-repeat top;
}

#visual .card {
	height: 358px;
	text-align: right;
	line-height: 358px;
}

#visual .section {
	display: inline-block;
	vertical-align: middle;
	width: 370px;
	text-align: center;
	line-height: 1;
}

#visual h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3;
	color: #057dcd;
}

#visual h2 span {
	display: block;
	font-weight: bold;
	font-size: 32px;
}

#visual h2 img {
	width: 72px;
	margin-bottom: 10px;
}

#visual p {
	font-size: 16px;
	line-height: 1.5;
}

#visual h3 {
	height: 32px;
	background: rgba(30,61,88,0.9);
	font-weight: normal;
	font-size: 15px;
	line-height: 32px;
	color: #ffde00;
}

/*
#visual ul {
	font-size: 0;
}

#visual li {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 110px;
	background: rgba(67,176,241,0.8);
	font-size: 18px;
	line-height: 110px;
	color: #fff;
}

#visual li:last-of-type {
	background: rgba(5,125,205,0.8);
}

#visual li span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}

#visual li a {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	background: url(../top/visual_tel.svg) no-repeat 0 10px;
	background-size: 30px 20px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-size: 30px;
	color: #ffde00;
}
*/

/* ---------------------------------------------------------
	CSS Document youtube
--------------------------------------------------------- */

#youtube {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	text-align: left;
}

#youtube .iframe {
	width: 48%;
	height: 316px;
	margin-bottom: 30px;
}

#youtube iframe {
	vertical-align: top;
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 0;
}

#youtube .caption {
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#youtube .caption span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin-bottom: 40px;
	padding: 30px 30px 30px 180px;
	background: #fdf2f4;
	font-size: 0;
	position: relative;
}

#news:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #de0710;
	position: absolute;
	top: 0;
	left: 50%;
}

#news h2 {
	display: inline-block;
	vertical-align: top;
	width: 116px;
	height: 36px;
	margin-right: 25px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	background: #de0710;
	font-weight: normal;
	font-size: 19px;
	line-height: 34px;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 39px;
}

#news .overflow {
	height: 190px;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news dl {
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
}

#news dl:not(:last-of-type) {
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: solid 1px #fff;
}

#news dt {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

#news dd {
	display: table-cell;
	vertical-align: top;
	font-weight: 500;
	font-size: 16px;
}

#news dd span {
	font-weight: normal;
	font-size: 14px;
}

#news dd a {
	font-weight: normal;
	font-size: 14px;
}

#news dd a:hover {
	opacity: 0.7;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#form {
	margin-bottom: 70px;
	font-size: 0;
}

#form li {
	display: inline-block;
	vertical-align: top;
	width: 580px;
}

#form a {
	display: block;
	padding: 25px 0 30px 262px;
	border-radius: 7px;
	border: solid 2px #d8dfe2;
	background: url(../top/form_01.png) no-repeat 35px / 200px auto;
	box-shadow: 0 5px 0 0 #e8eef1;
	text-align: left;
	text-decoration: none;
	color: #222;
	cursor: pointer;
	transition: .4s;
}

#form a:hover {
	opacity: 0.6;
}

#form .arrow {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	padding-right: 19px;
	background: url(../top/form_02.png) no-repeat right / 14px auto;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

#form .summary {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

/* ---------------------------------------------------------
	CSS Document partner
--------------------------------------------------------- */

#partner {
	margin-bottom: 70px;
}

#partner h2 {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#partner h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#partner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 0;
}

#partner li {
	width: 262px;
	margin: 20px 0 10px;
	margin-right: 7px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}

#partner li:nth-of-type(3n),
#partner li:last-of-type {
	margin-right: 0;
}

#partner li img {
	height: 135px;
	margin-bottom: 5px;
	border: solid 4px #e8eef1;
	-webkit-backface-visibility: hidden;
}

#partner li a {
	display: block;
	text-decoration: none;
	color: #222;
	transition: .4s;
}

#partner li a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document product
--------------------------------------------------------- */

#product {
	margin-bottom: 80px;
	background: #58b8f4 url(../top/product_bg.jpg) no-repeat center;
	background-size: auto 100%;
	color: #fff;
}

@media only screen and (min-width: 1340px) {
	#product {
		background-size: 100% auto;
	}
}

#product .container {
	padding: 50px 30px 30px;
}

#product h2 {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#product h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #ffde00;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#product p {
	margin-bottom: 20px;
}

#product h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #222;
	position: relative;
}

#product h3:after {
	content: '';
	width: 22px;
	height: 4px;
	background: #ffde00;
	position: absolute;
	top: 8px;
	left: 0;
}

#product .section {
	margin-bottom: 40px;
	padding: 30px 0 30px 40px;
	border: solid 4px #e8eef1;
	background: #fff;
	text-align: left;
	font-size: 0;
	line-height: 2;
	color: #222;
}

#product ol {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
}

#product ol:not(:last-of-type) {
	margin-right: 70px;
}

#product li {
	padding-left: 12px;
	position: relative;
}

#product li:before {
	content: '';
	width: 4px;
	height: 4px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #222;
	position: absolute;
	top: 15px;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document sompo
--------------------------------------------------------- */

#sompo {
	margin-bottom: 70px;
	padding: 50px 0 70px;
	background: #f2f9fe;
}

#sompo h2 {
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#sompo h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#sompo p {
	margin-bottom: 20px;
}

#sompo .container {
	text-align: left;
}

#sompo figure {
	width: 205px;
	margin-bottom: 10px;
}

#sompo .f_right {
	width: 420px;
}

#sompo .f_right iframe {
	vertical-align: top;
	width: 100%;
	height: 236px;
	overflow: hidden;
	border: 0;
}

#sompo .f_left {
	width: 365px;
	font-size: 14px;
	line-height: 1.6;
}

#sompo .f_left p.copy {
	font-size: 17px;
}

#sompo .f_left li a {
	display: block;
	width: 246px;
	height: 50px;
	background: #43b0f1;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	transition: .4s;
}

#sompo .f_left li a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-top: -130px;
	padding: 130px 0 70px;
}

#case h2 {
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#case h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#case p {
	margin-bottom: 20px;
}

#case li {
	width: 390px;
}

#case li img {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin-bottom: 70px;
	padding: 50px 0 70px;
	background: #f2f9fe;
}

#company h2 {
	margin-bottom: 45px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#company h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#company .clearfix {
	margin-bottom: 15px;
}

#company .f_right {
	width: 330px;
	height: 296px;
	background: url(../top/company_05.jpg) no-repeat center / auto 100%;
	text-align: center;
	line-height: 296px;
}

#company .f_right dl {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1;
}

#company .f_right dt {
	margin-bottom: 15px;
	font-size: 18px;
	color: #057dcd;
}

#company .f_right dd {
	line-height: 1.9;
}

#company .f_right a {
	text-decoration: none;
	color: #222;
}

#company .f_right a:not(.tel):hover {
	text-decoration: underline;
	color: #057dcd;
}

#company .f_left {
	width: 454px;
}

#company ol {
	font-size: 0;
}

#company li {
	display: inline-block;
	vertical-align: top;
	width: 256px;
	margin-right: 16px;
}

#company li:last-of-type {
	margin-right: 0;
}

/* ---------------------------------------------------------
	CSS Document map
--------------------------------------------------------- */

#map {
	margin-bottom: 70px;
}

#map h2 {
	margin-bottom: 45px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#map h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#map_canvas {
	width: 100%;
	height: 450px;
}

#map_anchor {
	margin-top: 10px;
	text-align: right;
}

#map iframe {
	vertical-align: top;
	width: 100%;
	height: 450px;
	overflow: hidden;
	border: 0;
}
