@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	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;
	letter-spacing: .07em;
}
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: #000000;
}
a:visited {
	color: #000000;
}
a.normal:link {
	color: #000000;
}
a.normal:visited {
	color: #000000;
}
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;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', 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: #063090;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
@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: 1000px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


@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 {
	padding-bottom: 110px;
	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: #0091d7;
	/*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: 150px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1023px){
	.l-wrap {
		padding-bottom: calc(10.742vw + 3px);
	}

	.l-pageTop {
		width: 60px;
		bottom: calc(10.742vw + 24px);
		right: 24px;
	}
}

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

@media screen and (max-width:767px){
	.l-wrap {
		padding-bottom: 70px;
		/*padding-bottom: 50px;*/
	}

	.l-pageTop {
		width: 32px;
		bottom: 65bpx;
		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: #0091d7;
	}
	.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 {
		font-size: 16px;
		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: 15px 0;
		color: #fff;
		text-decoration: none;
	}
}


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

 l-header

***********************************/
.l-header {
	background: #fff;
}

.l-header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__top-left {
	display: flex;
	align-items: center;
	margin-right: 30px;
	margin-left: 40px;
}

.l-header__top-left-logo {

}

.l-header__top-left-desc {
	margin-left: 30px;
	color: #bababa;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

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

.l-header__top-right .tel {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.l-header__top-right .tel .ttl {
	padding: 8px 12px;
	margin-right: 20px;
	color: #ffff00;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	background-color: #073090;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

.l-header__top-right .tel .ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #073090;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__top-right .tel .box {

}

.l-header__top-right .tel .box .num {
	margin-bottom: 5px;
	color: #073090;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .08em;
	line-height: 1;
	white-space: nowrap;
}

.l-header__top-right .tel .box .num a {
	display: block;
	color: #073090;
	text-align: center;
}

.l-header__top-right .tel .box .num span {
	padding-left: 24px;
	position: relative;
	z-index: 1;
}

.l-header__top-right .tel .box .num span:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icon_tel01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__top-right .tel .box .time {
	padding: 1px 5px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #eeeeee;
	border-radius: 3px;
}

.l-header__top-right .apply {
	font-weight: bold;
}

.l-header__top-right .apply a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 100px;
	background-color: #ffff00;
}

.l-header__top-right .contact {
	font-weight: bold;
}

.l-header__top-right .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 100px;
	color: #fff;
	background-color: #083090;
}

.l-header__bottom {
	border-top: 1px solid #eeeeee;
}

.l-header__bottom-inner {

}

.l-header__bottom-inner nav {

}

.l-header__bottom-inner nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 59px;
	margin: 0 -27px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__bottom-inner nav ul li {
	margin: 0 27px;
}

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

	.l-header__top-left-desc {
		font-size: 10px;
	}

	.l-header__top-right .tel {
		margin-right: 30px;
	}

	.l-header__top-right .apply a {
		width: 140px;
	}

	.l-header__top-right .contact a {
		width: 140px;
	}
}

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

	.l-header__top-left-desc {
		display: none;
	}

	.l-header__top-right .apply a {
		width: 200px;
	}

	.l-header__top-right .contact a {
		width: 200px;
	}
}

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

	.l-header__top-right .apply a {
		width: 140px;
	}

	.l-header__top-right .contact a {
		width: 140px;
	}
}

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

	.l-header__top-left {
		margin-left: 3.636363636363636%;
	}

	.l-header__top-right .tel {
		margin-right: 20px;
	}

	.l-header__top-right .apply {
		font-size: 14px;
	}

	.l-header__top-right .apply a {
		width: 120px;
	}

	.l-header__top-right .contact {
		font-size: 14px;
	}

	.l-header__top-right .contact a {
		width: 120px;
	}

	.l-header__top-right .tel {
		display: block;
	}

	.l-header__top-right .tel .ttl {
		padding: 2px 5px;
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 10px;
		text-align: center;
	}

	.l-header__top-right .tel .ttl:before {
		display: none;
	}

	.l-header__top-right .tel .ttl br {
		display: none;
	}

	.l-header__top-right .tel .box .num {
		font-size: 24px;
	}

	.l-header__top-right .tel .box .num span {
		padding-left: 20px;
	}

	.l-header__top-right .tel .box .num span:before {
		width: 15px;
		height: 15px;
	}

	.l-header__top-right .tel .box .time {
		font-size: 10px;
	}
}

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

	.l-header__bottom-inner nav ul {
		margin: 0 -15px;
		font-size: 14px;
	}

	.l-header__bottom-inner nav ul li {
		margin: 0 15px;
	}
}

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

	.l-header__top {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__top-left {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0;
		margin-left: 0;
	}

	.l-header__top-left-logo {
		width: 187px;
	}

	.l-header__top-right {
		display: none;
	}

	.l-header__bottom {
		display: none;
	}

}

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

 l-fixed-contents

***********************************/
.l-fixed-contents {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 110px;
	border-top: 3px solid #083090;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-contents .txt01 {
	margin-right: 5px;
}

.l-fixed-contents .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 107px;
	margin-right: 30px;
}

.l-fixed-contents .tel .inner {
}

.l-fixed-contents .tel .ttl {
	padding: 1px 12px;
	margin-bottom: 5px;
	color: #ffff00;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	background-color: #073090;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents .tel .box {

}

.l-fixed-contents .tel .box .num {
	margin-bottom: 5px;
	color: #073090;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .08em;
	line-height: 1;
	white-space: nowrap;
}

.l-fixed-contents .tel .box .num a {
	display: block;
	color: #073090;
	text-align: center;
}

.l-fixed-contents .tel .box .num span {
	padding-left: 24px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents .tel .box .num span:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icon_tel01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents .tel .box .time {
	padding: 1px 5px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #eeeeee;
	border-radius: 3px;
}

.l-fixed-contents .apply {
	font-weight: bold;
}

.l-fixed-contents .apply a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 107px;
	background-color: #ffff00;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.l-fixed-contents .apply a:before {
	content: "";
	display: block;
	width: 98px;
	height: 98px;
	margin: -60px 5px 0 0;
	background: url(../images/fixed_balloon_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.l-fixed-contents .contact {
	font-weight: bold;
}

.l-fixed-contents .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 107px;
	color: #fff;
	background-color: #083090;
}

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

	.l-fixed-contents .tel {
		margin-right: 20px;
	}

	.l-fixed-contents .apply a {
		width: 140px;
	}

	.l-fixed-contents .contact a {
		width: 140px;
	}
}

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

	.l-fixed-contents {
		height: 10.742vw;
		border-top: 3px solid #083090;
	}

	.l-fixed-contents .txt01 {
		margin-right: 0.488vw;
	}

	.l-fixed-contents .tel {
		height: 10.449vw;
		margin-right: 1.953vw;
	}

	.l-fixed-contents .tel .ttl {
		padding: 0.098vw 1.172vw;
		margin-bottom: 0.488vw;
		font-size: 1.27vw;
		border-radius: 0.586vw;
	}

	.l-fixed-contents .tel .box .num {
		margin-bottom: 0.488vw;
		font-size: 2.93vw;
	}

	.l-fixed-contents .tel .box .num span {
		padding-left: 2.344vw;
	}

	.l-fixed-contents .tel .box .num span:before {
		width: 1.855vw;
		height: 1.855vw;
	}

	.l-fixed-contents .tel .box .time {
		padding: 0.098vw 0.488vw;
		font-size: 1.172vw;
		border-radius: 0.293vw;
	}

	.l-fixed-contents .apply {
		font-size: 1.563vw;
	}

	.l-fixed-contents .apply a {
		width: 13.672vw;
		height: 10.449vw;
	}

	.l-fixed-contents .apply a:before {
		width: 9.57vw;
		height: 9.57vw;
		margin: -5.859vw 0.488vw 0 0;
	}

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

	.l-fixed-contents .contact a {
		width: 13.672vw;
		height: 10.449vw;
	}
}

@media screen and (max-width:767px){
	.l-fixed-contents {
		display: flex;
		justify-content: normal;
		align-items: normal;
		width: 100%;
		height: 50px;
		border-top: none;
	}

	.l-fixed-contents .txt01,
	.l-fixed-contents .tel {
		display: none;
	}

	.l-fixed-contents .apply {
		width: 50%;
		font-size: 16px;
	}

	.l-fixed-contents .apply a {
		width: auto;
		height: 50px;
	}

	.l-fixed-contents .apply a:before {
		width: 62px;
		height: 62px;
		margin: -41px 3px 0 0;
		background: url(../images/fixed_balloon_sp.png) no-repeat center;
		background-size: contain;
		z-index: 1;
	}

	.l-fixed-contents .contact {
		width: 50%;
		font-size: 16px;
	}

	.l-fixed-contents .contact a {
		width: auto;
		height: 50px;
	}

}

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

 l-footer

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

}

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

.l-footer__inner-logo {
	margin-bottom: 15px;
	text-align: center;
}

.l-footer__inner-address {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.l-footer__inner ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

.l-footer__inner ul li {
	padding-right: 18px;
	margin-right: 12px;
	position: relative;
	z-index: 1;
}

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

.l-footer__inner ul li:after {
	content: "|";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-footer__inner ul li:last-child:after {
	display: none;
}

.l-footer__inner-copy {
	color: #bbbbbb;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

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

	.l-footer__inner-logo {
		width: 187px;
		margin: 0 auto 12px;
	}

	.l-footer__inner-address {
		margin-bottom: 15px;
		font-size: 9px;
	}

	.l-footer__inner ul {
		margin-bottom: 15px;
		font-size: 9px;
	}

	.l-footer__inner ul li {
		padding-right: 11px;
		margin-right: 9px;
	}

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

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

 c-bgDot01

***********************************/
.c-bgDot01 {
	background: url(../images/bg_dot01.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgDot01 {
		background-size: 10px 10px;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.5;
}

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

@media screen and (max-width:1099px){
	.c-title01 {
		font-size: 3.818181818181818vw;
	}
}

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

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

 c-subHero

***********************************/
.c-subHero {
	background-color: #d1ff03;
}

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

.c-subHero__inner__ttl {
	color: #000;
	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;
	}

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

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

 c-btn01

***********************************/
a.c-btn01 {
	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: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}
}

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

 c-form

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

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

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.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 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

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

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	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: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.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: 9px;
	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__content {
		margin-bottom: 32px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

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

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

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		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: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}

	.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: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 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 {

}

.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;
}

.c-hero__inner {
	width: 1224px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-main {
	text-align: center;
}

.c-hero__inner-btn {
	width: 54.411764705882353%;
	margin: 0 0 8.57843137254902% 26.96078431372549%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

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

	.c-hero__inner {
		width: 63.75%;
	}

}

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

	.c-hero__inner {
		width: 1224px;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner-main {
		text-align: center;
	}

	.c-hero__inner-btn {
		width: 81.066666666666667%;
		margin: 0 0 33.333333333333333% 15.333333333333333%;
		text-align: center;
	}

}



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

 c-works

***********************************/
.c-works {
	padding: 40px 0 60px;
}

.c-works__head {

}

.c-works__head-inner {
	padding-bottom: 40px;
}

.c-works__head-inner-ttl {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-works__head-inner-txt01 {
	text-align: center;
}

.c-works__body {

}

.c-works__body-gallery {
	height: 88px;
	background: url(../images/works_logo.png) repeat-x left center;
	animation: bg-slider 60s linear infinite;
}

@keyframes bg-slider {
	from { background-position: 0 center; }
	to { background-position: -2238px center; }
}

@media screen and (max-width:767px){
	.c-works {
		padding: 25px 0 35px;
	}

	.c-works__head {

	}

	.c-works__head-inner {
		padding-bottom: 25px;
	}

	.c-works__head-inner-ttl {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.c-works__head-inner-txt01 {
		text-align: center;
		letter-spacing: normal;
	}

	.c-works__body {

	}

	.c-works__body-gallery {
		height: 44px;
		background: url(../images/works_logo.png) repeat-x left center;
		background-size: 1119px auto;
		animation: bg-slider 60s linear infinite;
	}

	@keyframes bg-slider {
		from { background-position: 0 center; }
		to { background-position: -1119px center; }
	}

}


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

 c-trouble

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

.c-trouble__inner {
	padding: 80px 0 55px;
}

.c-trouble__inner-list {
	width: 700px;
	max-width: 100%;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list:before {
	content: "";
	display: block;
	width: 1280px;
	height: 225px;
	background: url(../images/trouble_pic01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -55px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-list ul {

}

.c-trouble__inner-list ul li {
	padding: 19px 20px;
	margin: 0 0 23px 80px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list ul li:last-child {
	margin-bottom: 0;
}

.c-trouble__inner-list ul li:before,
.c-trouble__inner-list ul li:after {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
}

.c-trouble__inner-list ul li:before {
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777777+0,999999+100 */
	background: rgb(119,119,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(119,119,119,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(119,119,119,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(119,119,119,1) 0%,rgba(153,153,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
}

.c-trouble__inner-list ul li:after {
	background: url(../images/icon_check01_pc.png) no-repeat center;
}

.c-trouble__inner-resolution {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 700px;
	height: 315px;
	margin: 0 auto;
	color: #063090;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	background: url(../images/trouble_bg02_pc.png) no-repeat center;
	background-size: contain;
}

.c-trouble__inner-resolution .block {
	display: block;
}

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

	.c-trouble {
		background: url(../images/trouble_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.c-trouble__inner {
		padding: 30px 0 0;
	}

	.c-trouble__inner-list {
		margin: 0 auto 10px;
	}

	.c-trouble__inner-list:before {
		display: none;
	}

	.c-trouble__inner-list:after {
		content: "";
		display: block;
		width: 88vw;
		height: 27.333vw;
		margin: 20px auto 0;
		background: url(../images/trouble_pic01_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-trouble__inner-list ul {

	}

	.c-trouble__inner-list ul li {
		padding: 8px 10px;
		margin: 0 0 22px 50px;
		font-size: 16px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1);
		border-radius: 5px;
	}

	.c-trouble__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-list ul li:before,
	.c-trouble__inner-list ul li:after {
		width: 40px;
		height: 40px;
		left: -50px;
	}

	.c-trouble__inner-list ul li:before {
		border-radius: 5px;
	}

	.c-trouble__inner-list ul li:after {
		background: url(../images/icon_check01_sp.png) no-repeat center;
		background-size: 12px 9px;
	}

	.c-trouble__inner-resolution {
		width: 90.667vw;
		max-width: 100%;
		height: 42.133vw;
		margin-bottom: -28vw;
		font-size: 7.467vw;
		background: url(../images/trouble_bg02_sp.png) no-repeat center;
		background-size: contain;
		position: relative;
		z-index: 3;
	}
}


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

 c-reason

***********************************/
.c-reason {
	background-color: #fafafa;
}

.c-reason__inner {
	padding: 0 0 93px;
}

.c-reason__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 18px;
	margin-bottom: -8.3%;
}

.c-reason__inner-list-sec {
	width: 30%;
	padding: 37px 3% 2%;
	margin-bottom: 8.3%;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-reason__inner-list-sec .num {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background-color: #0091d7;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-reason__inner-list-sec .pic {
	padding: 20px 15px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-reason__inner-list-sec .pic img {
	display: block;
	width: 180px;
	margin: 0 auto;
}

.c-reason__inner-list-sec .ttl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
}

.c-reason__inner-list-sec .txt01 {
}

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

	.c-reason__inner {
		padding: 33.333333333333333vw 0 42px;
	}

	.c-reason__inner-list {
		display: block;
		padding-top: 14px;
		margin-bottom: 0;
	}

	.c-reason__inner-list-sec {
		width: auto;
		padding: 29px 4.411764705882353% 3.5%;
		margin-bottom: 46px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
		border-radius: 5px;
	}

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

	.c-reason__inner-list-sec .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 5px;
	}

	.c-reason__inner-list-sec .pic {
		padding: 18px 15px;
		margin-bottom: 12px;
		border-radius: 5px;
	}

	.c-reason__inner-list-sec .pic img {
		width: 100px;
	}

	.c-reason__inner-list-sec .ttl {
		padding-bottom: 12px;
		margin-bottom: 12px;
		font-size: 16px;
	}

	.c-reason__inner-list-sec .txt01 {
	}

}


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

 c-products

***********************************/
.c-products {
	background-color: #0091d7;
}

.c-products__inner {
	padding: 80px 0 93px;
	position: relative;
	z-index: 1;
}

.c-products__inner:before {
	content: "No.1 MOBILE";
	display: block;
	font-family: "YakuHanJP", 'Oswald', sans-serif;
	color: #008cd0;
	font-size: 270px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: .9;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: -1;
}

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

.c-products__inner-list-sec {
	width: 47%;
	padding: 3%;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-products__inner-list-sec .ttl {
	padding: 10px 10px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	background-color: #fafafa;
	border-radius: 10px;
}

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

.c-products__inner-list-sec .intro .cont {
	width: 48.780487804878049%;
}

.c-products__inner-list-sec .intro .cont .name {
	color: #0091d7;
	font-size: 32px;
	font-weight: bold;
}

.c-products__inner-list-sec .intro .cont p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.c-products__inner-list-sec .intro .pic {
	width: 48.780487804878049%;
}

.c-products__inner-list-sec .body {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}

.c-products__inner-list-sec .body .txt01 {
	margin-bottom: 30px;
}

.c-products__inner-list-sec .body ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -7.317073170731707%;
}

.c-products__inner-list-sec .body ul li {
	width: 46.341463414634146%;
	padding: 25px 15px;
	margin-bottom: 7.317073170731707%;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-products__inner-list-sec .body ul li .icon {
	margin-bottom: 15px;
	text-align: center;
}

.c-products__inner-list-sec .body ul li .item {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.c-products__inner-list-sec .body ul li .val {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-products__inner-list-sec .body ul li .val .Oswald {
	color: #0091d7;
	font-size: 40px;
	line-height: 1;
}

.c-products__inner-list-sec .body ul li .val .large {
	color: #0091d7;
	font-size: 24px;
	line-height: 1;
}

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

	.c-products__inner:before {
		font-size: 24.545vw;
		left: 3.636vw;
	}

}

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

	.c-products__inner-list {
		display: block;
	}

	.c-products__inner-list-sec {
		width: auto;
		margin-bottom: 63px;
	}

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

	.c-products__inner-list-sec .intro {
		display: flex;
		justify-content: center;
	}

	.c-products__inner-list-sec .intro .cont {
		width: auto;
		margin-right: 15px;
	}

	.c-products__inner-list-sec .intro .pic {
		width: auto;
	}

}

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

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

	.c-products__inner:before {
		font-size: 135px;
		line-height: .9;
		left: -60px;
	}

	.c-products__inner-list {
		display: block;
	}

	.c-products__inner-list-sec {
		width: auto;
		padding: 4.411764705882353%;
		margin-bottom: 32px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
		border-radius: 5px;
	}

	.c-products__inner-list-sec .ttl {
		padding: 6px 10px;
		margin-bottom: 15px;
		font-size: 15px;
		border-radius: 5px;
	}

	.c-products__inner-list-sec .intro {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c-products__inner-list-sec .intro .cont {
		width: auto;
		margin-right: 15px;
	}

	.c-products__inner-list-sec .intro .cont .name {
		font-size: 16px;
	}

	.c-products__inner-list-sec .intro .cont p {
		font-size: 14px;
	}

	.c-products__inner-list-sec .intro .pic {
		width: 100px;
	}

	.c-products__inner-list-sec .body {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #e9e9e9;
	}

	.c-products__inner-list-sec .body .txt01 {
		margin-bottom: 20px;
	}

	.c-products__inner-list-sec .body ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -7.317073170731707%;
	}

	.c-products__inner-list-sec .body ul li {
		width: 47.580645161290323%;
		padding: 15px 15px;
		margin-bottom: 7.317073170731707%;
		background-color: #fafafa;
		border-radius: 10px;
	}

	.c-products__inner-list-sec .body ul li .icon {
		width: 29px;
		margin: 0 auto 10px;
	}

	.c-products__inner-list-sec .body ul li .item {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.c-products__inner-list-sec .body ul li .val {
		font-size: 12px;
	}

	.c-products__inner-list-sec .body ul li .val .Oswald {
		font-size: 20px;
	}

	.c-products__inner-list-sec .body ul li .val .large {
		font-size: 12px;
	}

}


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

 c-comparison

***********************************/
.c-comparison {
	position: relative;
	z-index: 1;
}

.c-comparison:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/comparison_bg01_pc.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-comparison__inner {
	padding: 80px 0 85px;
}

.c-comparison__inner-content {

}

.c-comparison__inner-content .pic {
	text-align: center;
}

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

	.c-comparison:before {
		display: none;
	}

	.c-comparison__inner {
		padding: 35px 0 40px;
	}

}


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

 c-tablet

***********************************/
.c-tablet {
	background-color: #0091d7;
}

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

.c-tablet__inner-list {

}

.c-tablet__inner-list-sec {
	margin-bottom: 80px;
}

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

.c-tablet__inner-list-sec-body {
	padding: 4%;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-tablet__inner-list-sec-body-tablet {
	margin-bottom: 40px;
}

.c-tablet__inner-list-sec-body-tablet-ttl {
	padding: 15px 15px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border: 3px solid #0091d7;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-tablet-price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec {
	width: 47.826086956521739%;
	padding: 30px 4.347826086956522%;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .copy {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly {
	margin-bottom: 25px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .ttl {
	padding: 4px 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #0091d7;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .plan {
	margin-right: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .plan .Oswald {
	color: #0091d7;
	font-size: 40px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .plan .unit {
	font-size: 18px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .price {
	font-size: 32px;
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .price .Oswald {
	display: inline-block;
	margin-right: .1em;
	color: #0091d7;
	font-size: 72px;
	font-weight: bold;
	line-height: 1;
	transform: translateY(.1em);
	-webkit-transform: translateY(.1em);
}

.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .price .tax {
	display: inline-block;
	margin: 1em -.1em 0 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-tablet__inner-list-sec-body-tablet-price-sec dl {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.c-tablet__inner-list-sec-body-tablet-price-sec dl:last-child {
	margin-bottom: 0;
}

.c-tablet__inner-list-sec-body-tablet-price-sec dl dt {
	padding: 8px 15px;
	color: #fff;
	text-align: center;
	background-color: #0091d7;
	border-radius: 10px 10px 0 0;
}

.c-tablet__inner-list-sec-body-tablet-price-sec dl dd {
	padding: 7px 15px;
	text-align: center;
	border-left: 3px solid #0091d7;
	border-right: 3px solid #0091d7;
	border-bottom: 3px solid #0091d7;
	border-radius: 0 0 10px 10px;
}

.c-tablet__inner-list-sec-body-tablet-price-sec .note {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

.c-tablet__inner-list-sec-body-tablet-note {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.c-tablet__inner-list-sec-body-tablet-product {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 15px;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-tablet-product .content {
	margin-right: 15px;
}

.c-tablet__inner-list-sec-body-tablet-product .content .name {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.c-tablet__inner-list-sec-body-tablet-product .content .name .large {
	font-size: 26px;
}

.c-tablet__inner-list-sec-body-tablet-product .content p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.c-tablet__inner-list-sec-body-tablet-product .pic {

}

.c-tablet__inner-list-sec-body-fiber {
	padding: 20px 4.021739130434783% 4.021739130434783%;
	margin-bottom: 40px;
	border: 3px solid #0091d7;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-fiber-ttl {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-tablet__inner-list-sec-body-fiber-box {
	padding: 4.761904761904762%;
	background: url(../images/tablet_bg01_pc.png) no-repeat center;
	background-size: cover;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-fiber-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-tablet__inner-list-sec-body-fiber-box ul li {
	width: 48.684210526315789%;
	padding: 17px 10px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #0091d7;
	border-radius: 10px;
}

.c-tablet__inner-list-sec-body-fiber-box ul li:last-child {
	width: 100%;
	margin-top: 2.631578947368421%;
}

.c-tablet__inner-list-sec-body-btn {
	display: flex;
	justify-content: space-between;
}

.c-tablet__inner-list-sec-body-btn .apply {
	width: 47.826086956521739%;
	font-size: 22px;
	font-weight: bold;
}

.c-tablet__inner-list-sec-body-btn .apply a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	text-align: center;
	background-color: #ffff00;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.c-tablet__inner-list-sec-body-btn .apply a:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_arr01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-tablet__inner-list-sec-body-btn .contact {
	width: 47.826086956521739%;
	font-size: 22px;
	font-weight: bold;
}

.c-tablet__inner-list-sec-body-btn .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #fff;
	text-align: center;
	background-color: #083090;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.c-tablet__inner-list-sec-body-btn .contact a:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_arr01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-tablet__inner-list-sec-body-tablet-ttl {
		font-size: 24px;
	}

	.c-tablet__inner-list-sec-body-tablet-price {
		display: block;
		margin-bottom: 30px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec {
		width: auto;
		margin-bottom: 30px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec:last-child {
		margin-bottom: 0;
	}

	.c-tablet__inner-list-sec-body-fiber-ttl {
		font-size: 24px;
	}

	.c-tablet__inner-list-sec-body-fiber-box ul {
		display: block;
	}

	.c-tablet__inner-list-sec-body-fiber-box ul li {
		width: auto;
		margin-bottom: 20px;
	}

	.c-tablet__inner-list-sec-body-fiber-box ul li:last-child {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.c-tablet__inner-list-sec-body-btn {
		display: block;
	}

	.c-tablet__inner-list-sec-body-btn .apply {
		width: auto;
		margin-bottom: 35px;
	}

	.c-tablet__inner-list-sec-body-btn .contact {
		width: auto;
	}

}

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

	.c-tablet__inner {
		padding: 35px 0 42px;
	}

	.c-tablet__inner-list {

	}

	.c-tablet__inner-list-sec {
		margin-bottom: 40px;
	}

	.c-tablet__inner-list-sec-body {
		padding: 4.411764705882353% 4.411764705882353% 6.617647058823529%;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-tablet {
		margin-bottom: 20px;
	}

	.c-tablet__inner-list-sec-body-tablet-ttl {
		padding: 7px 15px;
		margin-bottom: 20px;
		font-size: 15px;
		border: 2px solid #0091d7;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-tablet-price {
		display: block;
		margin-bottom: 15px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec {
		width: auto;
		padding: 12px 4.838709677419355%;
		margin-bottom: 20px;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec:last-child {
		margin-bottom: 0;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .copy {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly {
		margin-bottom: 12px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .ttl {
		padding: 3px 10px;
		margin-bottom: 12px;
		font-size: 12px;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .plan {
		margin-right: 10px;
		margin-bottom: .3em;
		font-size: 12px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .plan .Oswald {
		font-size: 20px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .plan .unit {
		font-size: 12px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .price {
		font-size: 18px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .price .Oswald {
		font-size: 36px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .monthly .box .price .tax {
		display: inline-block;
		margin: 0;
		font-size: 9px;
		position: static;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec dl {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec dl dt {
		padding: 4px 10px;
		border-radius: 5px 5px 0 0;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec dl dd {
		padding: 3px 10px;
		border-left: 2px solid #0091d7;
		border-right: 2px solid #0091d7;
		border-bottom: 2px solid #0091d7;
		border-radius: 0 0 5px 5px;
	}

	.c-tablet__inner-list-sec-body-tablet-price-sec .note {
		font-size: 9px;
	}

	.c-tablet__inner-list-sec-body-tablet-note {
		margin-bottom: 15px;
		font-size: 12px;
		letter-spacing: .03em;
	}

	.c-tablet__inner-list-sec-body-tablet-product {
		display: block;
		padding: 15px 10px;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-tablet-product .content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-right: 0;
	}

	.c-tablet__inner-list-sec-body-tablet-product .content .name {
		margin-bottom: 0;
		font-size: 12px;
	}

	.c-tablet__inner-list-sec-body-tablet-product .content .name .large {
		font-size: 18px;
	}

	.c-tablet__inner-list-sec-body-tablet-product .content .pic {
		width: 110px;
	}

	.c-tablet__inner-list-sec-body-tablet-product .content p {
		width: 100%;
		margin-top: 15px;
		font-size: 14px;
		text-align: center;
	}

	.c-tablet__inner-list-sec-body-tablet-product .content p span {
		display: inline-block;
		text-align: left;
	}

	.c-tablet__inner-list-sec-body-tablet-product .pic {

	}

	.c-tablet__inner-list-sec-body-fiber {
		padding: 15px 4.516129032258065% 4.516129032258065%;
		margin-bottom: 20px;
		border: 2px solid #0091d7;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-fiber-ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-tablet__inner-list-sec-body-fiber-box {
		padding: 5.357142857142857%;
		background: url(../images/tablet_bg01_sp.png) no-repeat center;
		background-size: cover;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-fiber-box ul {
		display: block;
	}

	.c-tablet__inner-list-sec-body-fiber-box ul li {
		width: auto;
		padding: 7px 10px;
		margin-bottom: 15px;
		font-size: 14px;
		border-radius: 5px;
	}

	.c-tablet__inner-list-sec-body-fiber-box ul li:last-child {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.c-tablet__inner-list-sec-body-btn {
		display: block;
	}

	.c-tablet__inner-list-sec-body-btn .apply {
		width: auto;
		margin-bottom: 22px;
		font-size: 16px;
	}

	.c-tablet__inner-list-sec-body-btn .apply a {
		height: 50px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.c-tablet__inner-list-sec-body-btn .apply a:before {
		width: 17px;
		height: 17px;
		background: url(../images/icon_arr01_sp.png) no-repeat center;
		background-size: contain;
		right: 15px;
	}

	.c-tablet__inner-list-sec-body-btn .contact {
		width: auto;
		font-size: 16px;
	}

	.c-tablet__inner-list-sec-body-btn .contact a {
		height: 50px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.c-tablet__inner-list-sec-body-btn .contact a:before {
		width: 17px;
		height: 17px;
		background: url(../images/icon_arr01_sp.png) no-repeat center;
		background-size: contain;
		right: 15px;
	}

}


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

 c-voice

***********************************/
.c-voice {

}

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

.c-voice__inner-content {
	padding: 3.7%;
	background-color: #fff;
	border: 3px solid #0091d7;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
}

.c-voice__inner-content-ttl {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-voice__inner-content-txt01 {
	margin-bottom: 35px;
	text-align: center;
}

.c-voice__inner-content-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -4.347826086956522%;
}

.c-voice__inner-content-list-sec {
	width: 47.826086956521739%;
	margin-bottom: 4.347826086956522%;
}

.c-voice__inner-content-list-sec:last-child {
	width: 100%;
}

.c-voice__inner-content-list-sec .ttl {
	padding: 7px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #0091d7;
	border-radius: 10px 10px 0 0;
}

.c-voice__inner-content-list-sec .body {
	padding: 20px 20px;
	background-color: #fafafa;
	border-radius: 0 0 10px 10px;
}

.c-voice__inner-content-list-sec .body .pic {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}

.c-voice__inner-content-list-sec:last-child .body .pic {
	width: 45.454545454545455%;
}

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

	.c-voice__inner {
		padding: 35px 0 42px;
	}

	.c-voice__inner-content {
		padding: 4.117647058823529%;
		border: 2px solid #0091d7;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	}

	.c-voice__inner-content-ttl {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.c-voice__inner-content-txt01 {
		margin-bottom: 15px;
		font-size: 12px;
		text-align: left;
	}

	.c-voice__inner-content-list {
		display: block;
		margin-bottom: 0;
	}

	.c-voice__inner-content-list-sec {
		width: auto;
		margin-bottom: 20px;
	}

	.c-voice__inner-content-list-sec:last-child {
		width: auto;
		margin-bottom: 0;
	}

	.c-voice__inner-content-list-sec .ttl {
		padding: 4px 10px;
		font-size: 12px;
		border-radius: 5px 5px 0 0;
	}

	.c-voice__inner-content-list-sec .body {
		padding: 4.87012987012987%;
		border-radius: 0 0 5px 5px;
	}

	.c-voice__inner-content-list-sec .body .pic {
		width: auto;
		text-align: center;
	}

	.c-voice__inner-content-list-sec:last-child .body .pic {
		width: auto;
	}

}


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

 c-flow

***********************************/
.c-flow {
	background-color: #0091d7;
}

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

.c-flow__inner-list {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}

.c-flow__inner-list-sec {
	width: 20.5%;
	padding: 27px 2% 2%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:last-child {

}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 21px;
	height: 43px;
	background: url(../images/flow_arr01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -45px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

.c-flow__inner-list-sec .num {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-radius: 10px;
	background-color: #ffff00;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list-sec .pic {
	padding: 15px 10px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-flow__inner-list-sec .pic img {
	display: block;
	width: 100px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.c-flow__inner-list-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

.c-flow__inner-list-sec .txt01 {
}

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

	.c-flow__inner-list-sec:before {
		width: 1.909vw;
		height: 3.909vw;
		right: -4.091vw;
	}
}

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

	.c-flow__inner {
		padding: 35px 0 42px;
	}

	.c-flow__inner-list {
		display: block;
		padding-top: 14px;
	}

	.c-flow__inner-list-sec {
		width: auto;
		padding: 30px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 58px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	}

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

	.c-flow__inner-list-sec:before {
		width: 26px;
		height: 13px;
		background: url(../images/flow_arr01_sp.png) no-repeat center;
		background-size: contain;
		top: auto;
		bottom: -30px;
		left: 50%;
		right: auto;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

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

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

	.c-flow__inner-list-sec .num {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 5px;
	}

	.c-flow__inner-list-sec .pic {
		padding: 10px 10px;
		margin-bottom: 12px;
		border-radius: 5px;
	}

	.c-flow__inner-list-sec .ttl {
		display: block;
		padding-bottom: 12px;
		margin-bottom: 12px;
		font-size: 16px;
		text-align: center;
	}

	.c-flow__inner-list-sec .txt01 {
	}

}


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

 c-cv

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

.c-cv__inner {
	width: 1210px;
	padding: 80px 0 83px;
}

.c-cv__inner-main {
	margin-bottom: 80px;
}

.c-cv__inner-btn {
	display: flex;
	justify-content: space-between;
	max-width: 930px;
	margin: 0 auto;
}

.c-cv__inner-btn .apply {
	width: 47.826086956521739%;
	font-size: 22px;
	font-weight: bold;
}

.c-cv__inner-btn .apply a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	text-align: center;
	background-color: #ffff00;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

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

.c-cv__inner-btn .contact {
	width: 47.826086956521739%;
	font-size: 22px;
	font-weight: bold;
}

.c-cv__inner-btn .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #fff;
	text-align: center;
	background-color: #083090;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

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

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

	.c-cv__inner-btn .apply a:before {
		right: 15px;
	}

	.c-cv__inner-btn .contact a:before {
		right: 15px;
	}

}

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

	.c-cv__inner {
		padding: 35px 0 0;
	}

	.c-cv__inner:after {
		content: "";
		display: block;
		width: 340px;
		height: 104px;
		margin: 22px auto 0;
		background: url(../images/cv_pic01.png) no-repeat center bottom;
		background-size: contain;
	}

	.c-cv__inner-main {
		margin-bottom: 25px;
	}

	.c-cv__inner-btn {
		display: block;
	}

	.c-cv__inner-btn .apply {
		width: auto;
		margin-bottom: 22px;
		font-size: 16px;
	}

	.c-cv__inner-btn .apply a {
		height: 50px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.c-cv__inner-btn .apply a:before {
		width: 17px;
		height: 17px;
		background: url(../images/icon_arr01_sp.png) no-repeat center;
		background-size: contain;
		right: 15px;
	}

	.c-cv__inner-btn .contact {
		width: auto;
		font-size: 16px;
	}

	.c-cv__inner-btn .contact a {
		height: 50px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.c-cv__inner-btn .contact a:before {
		width: 17px;
		height: 17px;
		background: url(../images/icon_arr01_sp.png) no-repeat center;
		background-size: contain;
		right: 15px;
	}

}


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

 xxx

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

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

}

