@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	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;
	font-weight:normal;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Montserrat {
	font-family: "YakuHanJP", 'Montserrat', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
}


@media screen and (max-width:1299px){

	.define_wrap {
		padding: 0 3.846153846153846%;
	}
}


@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: #0082d5;
	/*background-color: rgba(0,0,0,.9);*/
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1023px){

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (min-width:768px){
	.l-cover {
		display: none !important;
	}
}

@media screen and (max-width:767px){

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}

/**********************************

 l-humberger

***********************************/
@media screen and (max-width:767px){

	.l-humberger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		/*background-color: #fff;*/
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 22px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 14px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


/**********************************

 l-drawerMenu

***********************************/
@media screen and (max-width:767px){

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 55px;
	}

	.l-drawerMenu__inner ul {
		border-top: 1px solid #ffffff;
	}

	.l-drawerMenu__inner ul li {
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
	}

	.l-drawerMenu__inner ul li:last-child {
	}

	.l-drawerMenu__inner ul li a {
		display: block;
		padding: 14px 0;
		color: #fff;
		text-decoration: none;
	}
}


/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-header__logo {
	margin-left: 50px;
}

.l-header__logo a {
	display: block;
}

.l-header__logo img {
	display: block;
}

.l-header__navi {
	display: flex;
	align-items: center;
}

.l-header__navi ul {
	display: flex;
	align-items: center;
	margin-right: 40px;
	font-size: 16px;
	font-weight: bold;
}

.l-header__navi ul li {
	margin-right: 50px;
}

.l-header__navi ul li:last-child {
	margin-right: 0;
}

.l-header__navi ul li a {
	color: #fff;
}

.l-header__navi .contact {
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
}

.l-header__navi .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 100px;
	color: #fff;
	background-color: #0082d5;
}

@media screen and (max-width:1299px){

	.l-header {
		height: 7.692vw;
	}

	.l-header__logo {
		margin-left: 3.846vw;
	}

	.l-header__navi .contact a {
		height: 7.692vw;
	}

}

@media screen and (max-width:1023px){

	.l-header__logo {
		width: 14.648vw;
	}

	.l-header__navi ul {
		margin-right: 3.906vw;
		font-size: 1.563vw;
	}

	.l-header__navi ul li {
		margin-right: 4.883vw;
	}

	.l-header__navi .contact {
		font-size: 1.563vw;
	}

	.l-header__navi .contact a {
		width: 17.578vw;
	}
}

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__logo {
		width: 75px;
		margin: 0;
	}

	.l-header__navi {
		display: none;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__inner {
	padding: 40px 0;
}

.l-footer__inner-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.l-footer__inner-top-logo {

}

.l-footer__inner-top ul {
	display: flex;
	font-size: 16px;
	font-weight: bold;
}

.l-footer__inner-top ul li {
	margin-right: 45px;
}

.l-footer__inner-top ul li:last-child {
	margin-right: 0;
}

.l-footer__inner-caution {
	margin-bottom: 25px;
	font-size: 12px;
}

.l-footer__inner-copy {
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width:1023px){

	.l-footer__inner-top ul {
		font-size: 14px;
	}

	.l-footer__inner-top ul li {
		margin-right: 25px;
	}
}

@media screen and (max-width:767px){

	.l-footer__inner {
		padding: 20px 0;
	}

	.l-footer__inner-top {
		display: block;
		margin-bottom: 17px;
	}

	.l-footer__inner-top-logo {
		width: 75px;
		margin: 0 auto 20px;
	}

	.l-footer__inner-top-logo a {
		display: block;
	}

	.l-footer__inner-top-logo img {
		display: block;
	}

	.l-footer__inner-top ul {
		display: flex;
		justify-content: space-between;
		font-size: 9px;
	}

	.l-footer__inner-top ul li {
		margin: 0;
	}

	.l-footer__inner-top ul li:last-child {
		margin: 0;
	}

	.l-footer__inner-caution {
		margin-bottom: 17px;
		font-size: 9px;
	}

	.l-footer__inner-copy {
		font-size: 9px;
		text-align: center;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-top: -.25em;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-title01.white {
	color: #fff;
}

@media screen and (max-width:1299px){
	.c-title01 {
		/*font-size: 3.230769230769231vw;*/
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

/**********************************

 c-title02

***********************************/
.c-title02 {
	margin-top: -.25em;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:1299px){
	.c-title02 {
		/*font-size: 1.846153846153846vw;*/
	}
}

@media screen and (max-width:767px){
	.c-title02 {
		margin-bottom: 18px;
		font-size: 16px;
	}
}

/**********************************

 c-title03

***********************************/
.c-title03 {
	padding: .833333333333333em .5em;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-title03:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0082d5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width:1299px){
	.c-title03 {
		/*font-size: 1.846153846153846vw;*/
	}
}

@media screen and (max-width:767px){
	.c-title03 {
		padding: 10px .5em;
		margin-bottom: 20px;
		font-size: 16px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
		border-radius: 6px;
	}

	.c-title03:before {
		height: 2px;
	}
}

/**********************************

 c-title04

***********************************/
.c-title04 {
	padding: .625em .5em;
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-title04:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0082d5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width:1299px){
	.c-title04 {
		/*font-size: 1.846153846153846vw;*/
	}
}

@media screen and (max-width:767px){
	.c-title04 {
		padding: 10px .5em;
		margin-bottom: 20px;
		font-size: 16px;
		border-radius: 6px;
	}

	.c-title04:before {
		height: 2px;
	}
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background: url(../images/hero_bg01_pc.jpg) no-repeat center bottom 20%;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.c-subHero:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,130,213,.35);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	padding-top: 50px;
}

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:767px){

	.c-subHero__inner {
		height: 150px;
		padding-top: 25px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 540px;
	max-width: 100%;
	padding: 24px 60px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	background: #0082d5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
}

a.c-btn01:before {
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	background: url(../images/icon_arr02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

a.c-btn01.white:before {
	background: url(../images/icon_arr01.png) no-repeat center;
	background-size: contain;
}

a.c-btn01.white {
	color: #0081d4;
	background-color: #ffffff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.2);
}


@media screen and (max-width:767px){
	a.c-btn01 {
		width: auto;
		padding: 14px 35px;
		font-size: 14px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
	}

	a.c-btn01.white {
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.2);
	}

	a.c-btn01:before {
		width: 11px;
		height: 6px;
		right: 20px;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form:before {
}

.c-form__content {
	margin-bottom: 45px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 265px;
	padding-right: 25px;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-form__content dl dt .inner .require {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #ff3f00;
	border-radius: 5px;
}

.c-form__content dl dt .inner .any {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #0a4399;
	border-radius: 5px;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .company {
	background: transparent;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .list {
	margin: .25em -.5em;
}

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

.c-form__privacy {
	margin-bottom: 40px;
	text-align: center;
}

.c-form__privacy-content {
	padding: 20px 0 20px 29px;
	margin-bottom: 35px;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 150px;
	padding-right: 29px;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 30px;
}

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 18px;
}

.c-form__privacy-content-scroll p {
	font-size: 16px;
}

.c-form__privacy-txt01 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .07em;
	text-align: left;
}

.c-form__privacy-txt01 a {
	color: #0081d4;
	text-decoration: underline;
}

.c-form__privacy-txt01 a:hover {
	text-decoration: none;
}

.c-form__privacy input {
	margin-right: .5em;
}

.c-form__submit {
	width: 370px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.c-form__submit button:disabled,*/
/*.c-form__submit input:disabled,*/
/*.c-form__confirmBtn__btn .submit:disabled {*/
/*opacity: 1;*/
/*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 *!*/
/*background: rgb(102,102,102); !* Old browsers *!*/
/*background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); !* IE6-9 *!*/
/*}*/

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px){
	.c-form {
	}

	.c-form__content {
		margin-bottom: 20px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 20px 0;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
		border-right: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 14px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 9px;
		border-radius: 3px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 9px;
		border-radius: 3px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 0;
		font-size: 14px;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

	.c-form__content dl dd .list li {
		display: block;
		margin: 0 0 .5em 0;
	}

	.c-form__content dl dd .list li:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy {
		margin-bottom: 18px;
	}

	.c-form__privacy-content {
		padding: 12px 0 12px 15px;
		margin-bottom: 18px;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 75px;
		padding-right: 15px;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 25px;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 12px;
	}

	.c-form__privacy-content-scroll p {
		font-size: 12px;
	}

	.c-form__privacy-txt01 {
		text-indent: -1.4em;
		margin-left: 1.4em;
		font-size: 14px;
		font-weight: bold;
	}

	.c-form__privacy input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #4d2600;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #333333;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 60px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.c-faq dl dt .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #2b536a;
	border-radius: 5px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #4481a5;
	border-radius: 5px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd .cont p {
}

@media screen and (max-width:767px){

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 30px;
	}

	.c-faq dl dt {
		margin-bottom: 20px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont p {
	}

}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {
	background-color: #f2f9fd;
}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


@media screen and (max-width:767px){

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 c-hero

***********************************/
.c-hero {
	background: url(../images/hero_bg01_pc.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.c-hero:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,130,213,.35);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-hero__inner {
	display: flex;
	align-items: center;
	height: 840px;
}

.c-hero__inner-box {
	padding-top: 4.166666666666667%;
}

.c-hero__inner-box-ttl {
	margin-bottom: .5em;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 2.65;
	white-space: nowrap;
}

.c-hero__inner-box-ttl .block {
	padding: 4px 15px 11px 18px;
	background-color: #111c23;
	border-radius: 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.c-hero__inner-box-txt01 {
	color: #fff;
	font-size: 76px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}

@media screen and (max-width:1299px){

	.c-hero__inner {
		height: 64.615vw;
	}

	.c-hero__inner-box-ttl {
		font-size: 3.231vw;
	}

	.c-hero__inner-box-ttl .block {
		padding: 0.5vw 1.7vw 0.8vw 1.7vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-box-txt01 {
		font-size: 5.846vw;
	}

}

@media screen and (max-width:767px){
	.c-hero {
		background: url(../images/hero_bg01_sp.jpg) no-repeat center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner {
		display: flex;
		align-items: center;
		height: 112vw;
	}

	.c-hero__inner-box {
		padding-top: 0;
	}

	.c-hero__inner-box-ttl {
		margin-bottom: .5em;
		color: #fff;
		font-size: 4.8vw;
		font-weight: bold;
		letter-spacing: .12em;
		line-height: 2.65;
	}

	.c-hero__inner-box-ttl .block {
		padding: 0.7vw 2.1vw 1.3vw 2.2vw;
		border-radius: 2.133vw;
	}

	.c-hero__inner-box-txt01 {
		font-size: 6.4vw;
	}

}



/**********************************

 c-bcp

***********************************/
.c-bcp {
	background-color: #0082d5;
	position: relative;
	z-index: 1;
}

.c-bcp:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 202px 70px 202px;
	border-color: transparent transparent #0083d5 transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-bcp__inner {
	padding: 80px 0 100px;
}

.c-bcp__inner-txt01 {
	margin-bottom: 50px;
	color: #fff;
}

.c-bcp__inner-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
}

.c-bcp__inner-content-flow {
	width: 36.666666666666667%;
}

.c-bcp__inner-content-flow .ttl {
	padding: .75em .25em;
	color: #0082d5;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;
}

.c-bcp__inner-content-flow ol {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.c-bcp__inner-content-flow ol li {
	padding: .9em .25em;
	margin-top: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-radius: 10px;
	border: 3px solid #fff;
	position: relative;
	z-index: 1;
}

.c-bcp__inner-content-flow ol li:before {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	margin-top: -41px;
	background: url(../images/bcp_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-bcp__inner-content-pic-area {
	width: 58.333333333333333%;
	height: 643px;
	position: relative;
	z-index: 1;
}

.c-bcp__inner-content-pic-area .txt {
	padding: 11px 45px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .03em;
	background-color: rgba(0,130,213, .5);
	border-radius: 10px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.c-bcp__inner-content-pic-area .pic {
	width: auto;
	height: 100%;
	margin-right: calc((1200px - 100vw) /2);
	background: url(../images/bcp_pic01_pc.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px 0 0 10px;
	position: relative;
	z-index: 1;
}

.c-bcp__inner-content-pic-area .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,130,213, .2);
	border-radius: 10px 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:1299px){
	.c-bcp:before {
		border-width: 0 15.538vw 5.385vw 15.538vw;
	}

	.c-bcp__inner-content-flow .ttl {
		font-size: 1.846vw;
		border-radius: 0.769vw;
	}

	.c-bcp__inner-content-flow ol {
		font-size: 1.538vw;
	}

	.c-bcp__inner-content-flow ol li {
		margin-top: 4.615vw;
		border-radius: 0.769vw;
		border: 0.230769230769231vw solid #fff;
	}

	.c-bcp__inner-content-flow ol li:before {
		width: 2.308vw;
		height: 1.538vw;
		margin-top: -3.154vw;
	}

	.c-bcp__inner-content-pic-area {
		height: 49.462vw;
	}

	.c-bcp__inner-content-pic-area .txt {
		padding: 0.846vw 3.462vw;
		font-size: 2.692vw;
		border-radius: 0.769vw 0 0.769vw 0;
	}

	.c-bcp__inner-content-pic-area .pic {
		margin-right: -7.166666666666667%;
		border-radius: 0.769vw 0 0 0.769vw;
	}

	.c-bcp__inner-content-pic-area .pic:before {
		border-radius: 0.769vw 0 0 0.769vw;
	}

}

@media screen and (max-width:767px){

	.c-bcp:before {
		border-width: 0 26.933vw 9.333vw 26.933vw;
	}

	.c-bcp__inner {
		padding: 40px 0 43px;
	}

	.c-bcp__inner-txt01 {
		margin-bottom: 30px;
	}

	.c-bcp__inner-content {
		display: block;
		margin-bottom: 30px;
	}

	.c-bcp__inner-content-flow {
		width: auto;
		margin-bottom: 30px;
	}

	.c-bcp__inner-content-flow .ttl {
		padding: .75em .25em;
		font-size: 16px;
		border-radius: 6px;
	}

	.c-bcp__inner-content-flow ol {
		font-size: 14px;
	}

	.c-bcp__inner-content-flow ol li {
		padding: .9em .25em;
		margin-top: 37px;
		border-radius: 6px;
		border: 2px solid #fff;
	}

	.c-bcp__inner-content-flow ol li:before {
		width: 18px;
		height: 12px;
		margin-top: -25px;
	}

	.c-bcp__inner-content-pic-area {
		width: auto;
		height: 56vw;
	}

	.c-bcp__inner-content-pic-area .txt {
		padding: 6px 25px;
		font-size: 17.5px;
		border-radius: 0 0 6px 6px;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-bcp__inner-content-pic-area .pic {
		width: auto;
		height: 100%;
		margin-right: 0;
		background: url(../images/bcp_pic01_sp.jpg) no-repeat center;
		background-size: cover;
		border-radius: 6px;
	}

	.c-bcp__inner-content-pic-area .pic:before {
		border-radius: 6px;
	}

}



/**********************************

 c-insurance

***********************************/
.c-insurance {
	padding-top: 80px;
	padding-bottom: 93px;
}

.c-insurance__content {

}

.c-insurance__content-inner {

}

.c-insurance__content-inner-txt01 {
	margin-bottom: 50px;
}

.c-insurance__handling {
	margin-top: 60px;
	margin-bottom: 70px;
}

.c-insurance__handling-slider {

}

.c-insurance__handling-slider .js-loop-slider {

}

.c-insurance__handling-slider .slick-list {
	margin-right: -40px;
}

.c-insurance__handling-slider .slick-track {
	display: flex;
}

.c-insurance__handling-slider-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: auto !important;
	margin-right: 40px;
	float: none !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border: 2px solid #eeeeee;
	border-radius: 10px;
}

.c-insurance__handling-slider-item p {
	width: 236px;
	padding: 16px .25em;
	text-align: center;
}

@media screen and (max-width:1299px){

}

@media screen and (max-width:767px){

	.c-insurance {
		padding-top: 40px;
		padding-bottom: 43px;
	}

	.c-insurance__content-inner-txt01 {
		margin-bottom: 30px;
	}

	.c-insurance__content-inner-pic {
		text-align: center;
	}

	.c-insurance__handling {
		margin-top: 30px;
		margin-bottom: 35px;
	}

	.c-insurance__handling-slider .slick-list {
		margin-right: -15px;
	}

	.c-insurance__handling-slider-item {
		margin-right: 15px;
		font-size: 9px;
		border-radius: 6px;
	}

	.c-insurance__handling-slider-item p {
		width: 146px;
		padding: 8px .25em;
	}
}



/**********************************

 c-service

***********************************/
.c-service {
	background-color: #f2f9fd;
}

.c-service__inner {
	padding: 80px 0 93px;
}

.c-service__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 50px;
	text-align: center;
}

.c-service__inner-sec {
	margin-bottom: 72px;
}

.c-service__inner-sec:last-child {
	margin-bottom: 0;
}

.c-service__inner-sec-list {
	display: flex;
	justify-content: space-between;
}

.c-service__inner-sec-list-box {
	width: 21.25%;
}

.c-service__inner-sec-list-box .pic {
}

.c-service__inner-sec-list-box .pic img {
	width: 100%;
	max-width: none;
}

.c-service__inner-sec-list-box .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px .25em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}

@media screen and (max-width:1299px){

}

@media screen and (max-width:767px){

	.c-service__inner {
		padding: 40px 0 42px;
	}

	.c-service__inner-txt01 {
		margin-bottom: 30px;
		text-align: left;
	}

	.c-service__inner-sec {
		margin-bottom: 32px;
	}

	.c-service__inner-sec-list {
		flex-wrap: wrap;
		margin-bottom: -6.176470588235294%;
	}

	.c-service__inner-sec-list-box {
		width: 47.058823529411765%;
		margin-bottom: 6.176470588235294%;
	}

	.c-service__inner-sec-list-box .ttl {
		padding: 9px .25em;
		font-size: 14px;
		border-radius: 0 0 6px 6px;
	}

}



/**********************************

 c-company

***********************************/
.c-company {
	background: url(../images/company_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.c-company__inner {
	padding: 80px 0 93px;
}

.c-company__inner-sec {
	padding: 5%;
	margin-bottom: 72px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

.c-company__inner-sec:last-child {
	margin-bottom: 0;
}

.c-company__inner-sec-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-company__inner-sec-list dl {
	display: flex;
	align-items: center;
	width: 47.222222222222222%;
	padding: 21px 0;
	border-bottom: 1px solid #dddddd;
}

.c-company__inner-sec-list dl:nth-child(1),
.c-company__inner-sec-list dl:nth-child(2) {
	border-top: 1px solid #dddddd;
}

.c-company__inner-sec-list dl dt {
	width: 120px;
	padding-right: .5em;
	font-weight: bold;
}

.c-company__inner-sec-list dl dd {
	flex: 1;
}

@media screen and (max-width:1299px){

}

@media screen and (max-width:1023px){

	.c-company__inner-sec-list {
		display: flex;
		justify-content: normal;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.c-company__inner-sec-list dl {
		width: auto;
	}
	.c-company__inner-sec-list dl:nth-child(1) {
		order: 1;
	}
	.c-company__inner-sec-list dl:nth-child(2) {
		order: 6;
		border-top: none;
	}
	.c-company__inner-sec-list dl:nth-child(3) {
		order: 2;
	}
	.c-company__inner-sec-list dl:nth-child(4) {
		order: 7;
	}
	.c-company__inner-sec-list dl:nth-child(5) {
		order: 3;
	}
	.c-company__inner-sec-list dl:nth-child(6) {
		order: 8;
	}
	.c-company__inner-sec-list dl:nth-child(7) {
		order: 4;
	}
	.c-company__inner-sec-list dl:nth-child(8) {
		order: 9;
	}
	.c-company__inner-sec-list dl:nth-child(9) {
		order: 5;
	}
	.c-company__inner-sec-list dl:nth-child(10) {
		order: 10;
	}
}

@media screen and (max-width:767px){
	.c-company {
		background: url(../images/company_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.c-company__inner {
		padding: 40px 0 42px;
	}

	.c-company__inner-sec {
		padding: 5.882352941176471% 4.411764705882353%;
		margin-bottom: 32px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.2);
	}

	.c-company__inner-sec-list {
	}

	.c-company__inner-sec-list dl {
		display: block;
		padding: 6px 0;
		border-bottom: 1px solid #dddddd;
	}

	.c-company__inner-sec-list dl dt {
		width: auto;
		padding-right: 0;
		text-align: center;
	}

	.c-company__inner-sec-list dl dd {
		text-align: center;
	}

}



/**********************************

 c-access

***********************************/
.c-access {

}

.c-access__inner {
	padding: 80px 0;
}

.c-access__inner-map {
	margin-bottom: 40px;
}

.c-access__inner-map iframe {
	display: block;
	width: 100%;
	height: 420px;
}

.c-access__inner-flow {

}

.c-access__inner-flow-list {
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
}

.c-access__inner-flow-list-sec {
	width: 16.666666666666667%;
	position: relative;
	z-index: 1;
}

.c-access__inner-flow-list-sec .num {
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	background-color: #0082d5;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-access__inner-flow-list-sec .pic {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-access__inner-flow-list-sec .pic:before {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	margin-right: -32px;
	background: url(../images/access_flow_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-access__inner-flow-list-sec:last-child .pic:before {
	display: none;
}

.c-access__inner-flow-list-sec .txt01 {

}

@media screen and (max-width:1299px){

	.c-access__inner-flow-list-sec .pic:before {
		width: 0.923vw;
		height: 1.385vw;
		margin-right: -2.462vw;
	}

	.c-access__inner-flow-list-sec .txt01 {
		font-size: 1.384615384615385vw;
	}
}

@media screen and (max-width:767px){

	.c-access__inner {
		padding: 40px 0;
	}

	.c-access__inner-map {
		margin-bottom: 30px;
	}

	.c-access__inner-map iframe {
		height: 56vw;
	}

	.c-access__inner-flow {

	}

	.c-access__inner-flow-list {
		display: block;
		padding-top: 12px;
	}

	.c-access__inner-flow-list-sec {
		width: auto;
		margin-bottom: 50px;
	}

	.c-access__inner-flow-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-access__inner-flow-list-sec:before {
		content: "";
		display: block;
		width: 18px;
		height: 12px;
		background: url(../images/access_flow_arr02.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: -23px;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-access__inner-flow-list-sec:last-child:before {
		display: none;
	}

	.c-access__inner-flow-list-sec .num {
		width: 28px;
		height: 28px;
		font-size: 12px;
		border-radius: 6px;
	}

	.c-access__inner-flow-list-sec .pic {
		width: 51.470588235294118%;
		margin: 0 auto 10px;
	}

	.c-access__inner-flow-list-sec .pic:before {
		display: none;
	}

	.c-access__inner-flow-list-sec .txt01 {
		font-size: 14px;
	}
}


/**********************************

 c-contact

***********************************/
.c-contact {
	background-color: #f2f9fd;
}

.c-contact__inner {
	padding: 80px 0 93px;
}

.c-contact__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 50px;
	text-align: center;
}

.c-contact__inner-content {
	padding: 10px 5% 5.833333333333333%;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-contact__inner-content:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0082d5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:1299px){

}

@media screen and (max-width:767px){

	.c-contact__inner {
		padding: 40px 0 42px;
	}

	.c-contact__inner-txt01 {
		margin-bottom: 25px;
		text-align: left;
		line-height: 1.8;
	}

	.c-contact__inner-content {
		padding: 2px 4.833333333333333% 10%;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-contact__inner-content:before {
		height: 2px;
	}
}


/**********************************

 xxx

***********************************/

@media screen and (max-width:1299px){

}

@media screen and (max-width:767px){

}

