@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 18px;
	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: 18px;
	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: 18px;
	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: 18px;
	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;
	}
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	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: #eb3b2c;
}
.blue {
	color: #003f97;
}
.yellow {
	color: #ffdf00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffdf00 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker_light {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
@media screen\0 {
	.marker_light {
		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-top: 100px;
	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: #003f97;
	/*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:1260px){

	.l-wrap {
		padding-top: 7.937vw;
	}
}

@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-wrap {
		padding-top: 0;
	}

	.l-wrap.top {
		padding-bottom: 50px;
	}

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

	.l-wrap.top .l-pageTop {
		bottom: 65px;
	}
}

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

	.l-wrap.top .l-pageTop {
		bottom: 90px;
	}
}


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

 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: #003f97;
	}
	.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 #fff;
	}

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

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

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


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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

.l-header__left {
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.l-header__left-logo {
	margin-right: 30px;
}

.l-header__left-logo a {
	display: block;
}

.l-header__left-logo img {
	display: block;
}

.l-header__left-desc {
	color: #999999;
	font-size: 12px;
	line-height: 1.6;
	white-space: nowrap;
}

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

.l-header__right ul {
	display: flex;
	margin-right: 45px;
	font-size: 16px;
	font-weight: bold;
}

.l-header__right ul li {
	margin-right: 35px;
}

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

.l-header__right-btn {
	font-size: 18px;
	font-weight: bold;
}

.l-header__right-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 100px;
	color: #fff;
	background-color: #ee4a3d;
}


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

	.l-header__right ul {
		margin-right: 35px;
	}

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


@media screen and (max-width:1260px){
	.l-header {
		height: 7.937vw;
	}

	.l-header__left {
		margin-left: 3.968vw;
		margin-right: 1.984vw;
	}

	.l-header__left-logo {
		width: 21.587vw;
		margin-right: 2.381vw;
	}

	.l-header__left-desc {
		font-size: 0.952vw;
	}

	.l-header__right ul {
		margin-right: 2.5vw;
		font-size: 1.27vw;
	}

	.l-header__right ul li {
		margin-right: 1.8vw;
	}

	.l-header__right-btn {
		font-size: 1.429vw;
	}

	.l-header__right-btn a {
		width: 14vw;
		height: 7.937vw;
	}
}

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

	.l-header__left {
		margin-left: 0 4.545454545454545%;
	}
}

@media screen and (min-width:768px){

	.l-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-header.is-fixed {
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	}
}

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

	.l-header__left {
		display: block;
		margin-left: 0;
	}

	.l-header__left-logo {
		width: 163px;
		margin-right: 0;
	}

	.l-header__left-desc {
		display: none;
	}

	.l-header__right {
		display: none;
	}
}

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

 l-fixed-content

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

@media screen and (min-width:768px){
	.l-fixed-content {
		display: none;
	}
}

@media screen and (max-width:767px){
	.l-fixed-content {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-content a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background-color: #01B901;
		overflow: visible;
	}

	.l-fixed-content a span {
		padding-left: 35px;
		position: relative;
		z-index: 1;
	}

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

}

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

 l-footer

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

}

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

.l-footer__inner-logo {
	margin: 0 auto 20px;
	text-align: center;
}

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

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

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

	.l-footer__inner-logo {
		width: 163px;
		margin: 0 auto 10px;
	}

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

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

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

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

 c-anchor

***********************************/
.c-anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

@media screen and (max-width:767px){
	.c-anchor {
		padding-top: 25px;
		margin-top: -25px;
	}

}

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

 c-bg-stripe01

***********************************/
.c-bg-stripe01 {
	background: url(../images/bg_stripe01.png) repeat;
}

@media screen and (max-width:767px){
	.c-bg-stripe01 {
		background-size: 15px 15px;
	}

}

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

 c-bg-dot01

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

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

}

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

 c-title01

***********************************/
.c-title01 {
	padding: .714285714285714em 0;
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
}

.c-title01.black {
	padding: 0;
	margin-top: -.2em;
	margin-bottom: 50px;
	color: #333333;
	font-weight: bold;
}

.c-title01 .sub {
	display: inline-block;
	padding: 10px 14px;
	margin-right: 25px;
	margin-top: 4px;
	color: #333333;
	font-size: 26px;
	background-color: #ffdf00;
	border-radius: 10px;
	vertical-align: top;
}

.c-title01 .d-ib {
	display: inline-block;
}

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

	.c-title01 .sub {
		padding: 0.909vw 1.273vw;
		margin-right: 2.273vw;
		margin-top: 0.364vw;
		font-size: 2.364vw;
		border-radius: 0.909vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		padding: .714285714285714em 0;
		font-size: 21px;
		line-height: 1.5;
	}

	.c-title01.black {
		margin-bottom: 25px;
	}

	.c-title01 .sub {
		padding: 4px 7px;
		margin-right: 12px;
		margin-top: 2px;
		font-size: 13px;
		border-radius: 6px;
	}

	.c-title01 .d-ib {
		display: block;
		margin-top: .25em;
	}
}

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

 c-sec

***********************************/
.c-sec {
}

.c-sec__head {
	background-color: #003f97;
	position: relative;
	z-index: 3;
}

.c-sec__head:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #003f97 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

	.c-sec__head:after {
		border-width: 7px 7px 0 7px;
	}
}

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

 c-subHero

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

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

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

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

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 22px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: 0 5px 0 rgba(87,7,1,0.85);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef584b+0,ec3c2d+100 */
	background: rgb(239,88,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,88,75,1) 0%, rgba(236,60,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef584b', endColorstr='#ec3c2d',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;
		font-size: 16px;
		box-shadow: 0 3px 0 rgba(87,7,1,0.85);
	}
}

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

 c-form

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

.c-form__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	border-top: 1px solid #dddddd;
}

.c-form__content dl {
	display: table;
	width: 47%;
}

.c-form__content dl:last-child {
	width: 100%;
}

.c-form__content dl dt {
	display: table-cell;
	padding: 20px 30px 20px 0;
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl:nth-child(1) dt {
	width: 140px;
}

.c-form__content dl:nth-child(2) dt {
	width: 140px;
}

.c-form__content dl:nth-child(3) dt {
	width: 210px;
}

.c-form__content dl:nth-child(4) dt {
	width: 210px;
}

.c-form__content dl:nth-child(5) dt {
	width: 240px;
}

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

.c-form__content dl dt .inner .name {
	margin-right: .8em;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 3px;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 3px;
	background-color: #012f82;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 20px 0 20px 0;
	line-height: 1.5;
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
}

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

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

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	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 #76130b;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef584b+0,ec3c2d+100 */
	background: rgb(239,88,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,88,75,1) 0%, rgba(236,60,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef584b', endColorstr='#ec3c2d',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:1023px){

	.c-form__content {
		display: block;
	}

	.c-form__content dl {
		display: table;
		width: 100%;
	}

	.c-form__content dl:nth-child(1) dt {
		width: 240px;
	}

	.c-form__content dl:nth-child(2) dt {
		width: 240px;
	}

	.c-form__content dl:nth-child(3) dt {
		width: 240px;
	}

	.c-form__content dl:nth-child(4) dt {
		width: 240px;
	}

	.c-form__content dl:nth-child(5) dt {
		width: 240px;
	}

}

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

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

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 20px 0;
		border-bottom: 1px solid #dddddd;
	}

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

	.c-form__content dl:nth-child(1) dt,
	.c-form__content dl:nth-child(2) dt,
	.c-form__content dl:nth-child(3) dt,
	.c-form__content dl:nth-child(4) dt,
	.c-form__content dl:nth-child(5) dt {
		width: auto;
	}

	.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: 0;
		border-bottom: none;
	}

	.c-form__submit {
		width: 250px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 13px 15px;
		font-size: 16px;
		box-shadow:0px 4px 0px 0px #76130b;
	}

	.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 {
	background-color: #f5faff;
}

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

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

.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;
	overflow: hidden;
}

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

.c-hero__inner {
	width: 1200px;
	padding: 80px 0 93px;
}

.c-hero__inner-content {
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content:after {
	content: "";
	display: block;
	width: 192px;
	height: 211px;
	margin: 0 0 -20px 30px;
	background: url(../images/hero_capacity_pc_202301.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
}

.c-hero__inner-content-txt01 {
	padding: 8px 25px;
	margin-bottom: 25px;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	background-color: #003f97;
	border-radius: 10px;
}

.c-hero__inner-content-txt01 .yellow {
	font-size: 28px;
}

.c-hero__inner-content-ttl {
	line-height: 1;
	letter-spacing: .12em;
}

.c-hero__inner-content-ttl .pc-block {
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 7px solid #003f97;
}

.c-hero__inner-content-ttl .pc-block:last-child {
	margin-bottom: 0;
}

.c-hero__inner-content-ttl .Oswald {
	display: inline-block;
	margin-right: .1em;
	font-size: 86px;
	font-weight: bold;
	line-height: .9;
	transform: translateY(.05em);
	-webkit-transform: translateY(.05em);
}

.c-hero__inner-content-ttl .txt01 {
	display: inline-block;
	margin-right: .25em;
	margin-bottom: .1em;
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
}

.c-hero__inner-content-ttl .pack {
	display: inline-block;
	padding: 16px 15px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	background-color: #003f97;
	border-radius: 10px;
	transform: translateY(-.4em);
	-webkit-transform: translateY(-.4em);
}

.c-hero__inner-content-ttl .txt02 {
	display: inline-block;
	font-size: 98px;
	font-weight: 900;
}

.c-hero__inner-content-ttl .txt03 {
	font-size: 90px;
	font-weight: 900;
}

.c-hero__inner-list {
	display: flex;
	margin-bottom: 75px;
}

.c-hero__inner-list li {
	width: 213px;
	padding: 25px 0 20px;
	margin-right: 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li:last-child {
	margin-right: 0;
}

.c-hero__inner-list li .num {
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background-color: #003f97;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__inner-list li .txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.c-hero__inner-btn {
	font-size: 24px;
	font-weight: 900;
}

.c-hero__inner-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 404px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0 5px 0 rgba(87,7,1,0.85);
	overflow: visible;
	position: relative;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef584b+0,ec3c2d+100 */
	background: rgb(239,88,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,88,75,1) 0%, rgba(236,60,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef584b', endColorstr='#ec3c2d',GradientType=0 ); /* IE6-9 */
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 94px;
	height: 94px;
	margin: -50px -95px 0 0;
	background: url(../images/hero_blloon01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-btn a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span:before {
	content: "";
	display: block;
	width: 27px;
	height: 20px;
	background: url(../images/icon_mail01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-hero:before {
		background-size: 121.692vw 66.077vw;
	}

	.c-hero__inner {
		width: 92.308vw;
		padding: 6.154vw 0 7.154vw;
	}

	.c-hero__inner-content {
		margin-bottom: 3.846vw;
	}

	.c-hero__inner-content:after {
		width: 14.769vw;
		height: 16.231vw;
		margin: 0 0 -1.538vw 2.308vw;
	}

	.c-hero__inner-content-txt01 {
		padding: 0.615vw 1.923vw;
		margin-bottom: 1.923vw;
		font-size: 2vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-content-txt01 .yellow {
		font-size: 2.154vw;
	}

	.c-hero__inner-content-ttl .pc-block {
		padding-bottom: 1.538vw;
		margin-bottom: 1.154vw;
		border-bottom: .538461538461538vw solid #003f97;
	}

	.c-hero__inner-content-ttl .Oswald {
		font-size: 6.615vw;
	}

	.c-hero__inner-content-ttl .txt01 {
		font-size: 4.154vw;
	}

	.c-hero__inner-content-ttl .pack {
		padding: 1.231vw 1.154vw;
		font-size: 2.154vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-content-ttl .txt02 {
		font-size: 7.538vw;
	}

	.c-hero__inner-content-ttl .txt03 {
		font-size: 6.923vw;
	}

	.c-hero__inner-list {
		margin-bottom: 5.769vw;
	}

	.c-hero__inner-list li {
		width: 16.385vw;
		padding: 1.923vw 0 1.538vw;
		margin-right: 3.846vw;
		border-radius: 0.769vw;
		box-shadow: 0 .230769230769231vw 0 rgba(0,0,0,0.1);
	}

	.c-hero__inner-list li .num {
		width: 2vw;
		height: 2vw;
		line-height: 2vw;
		font-size: 0.846vw;
	}

	.c-hero__inner-list li .txt01 {
		font-size: 1.385vw;
	}

	.c-hero__inner-btn {
		font-size: 1.846vw;
	}

	.c-hero__inner-btn a {
		width: 31.077vw;
		height: 6.154vw;
		box-shadow: 0 .384615384615385vw 0 rgba(87,7,1,0.85);
	}

	.c-hero__inner-btn a:before {
		width: 7.231vw;
		height: 7.231vw;
		margin: -3.846vw -7.308vw 0 0;
	}

	.c-hero__inner-btn a span {
		padding-left: 2.923vw;
	}

	.c-hero__inner-btn a span:before {
		width: 2.077vw;
		height: 1.538vw;
	}
}

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

	.c-hero {
		padding: 0 4.666666666666667%;
		background: url(../images/hero_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

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

	.c-hero__inner {
		padding: 8vw 0 11.467vw;
	}

	.c-hero__inner-content {
		display: block;
		padding: 0 2.941176470588235%;
		margin-bottom: 8vw;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner-content:after {
		content: "";
		display: block;
		width: 51.2vw;
		height: 56.267vw;
		margin: 0 0 -5.333vw 8vw;
		background: url(../images/hero_capacity_pc_202301.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: 0;
		left: 100%;
		z-index: 1;
	}

	.c-hero__inner-content-txt01 {
		padding: 2.133vw 2.133vw;
		margin-bottom: 4vw;
		font-size: 4.533vw;
		border-radius: 2.133vw;
	}

	.c-hero__inner-content-txt01 .yellow {
		font-size: 4.533vw;
	}

	.c-hero__inner-content-ttl {
		line-height: 1;
		letter-spacing: .12em;
		text-align: center;
	}

	.c-hero__inner-content-ttl .pc-block {
		display: inline;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.c-hero__inner-content-ttl .pc-block.sp-block {
		display: block;
		text-align: left;
	}

	.c-hero__inner-content-ttl .sp-block {
		display: inline-block;
	}

	.c-hero__inner-content-ttl .pc-block:last-child {
		margin-bottom: 0;
	}

	.c-hero__inner-content-ttl .Oswald {
		display: inline-block;
		margin-right: .1em;
		font-size: 12.533vw;
		font-weight: bold;
		line-height: .9;
		transform: translateY(.05em);
		-webkit-transform: translateY(.05em);
	}

	.c-hero__inner-content-ttl .txt01 {
		display: inline-block;
		margin-right: .25em;
		margin-bottom: .1em;
		font-size: 7.2vw;
	}

	.c-hero__inner-content-ttl .pack {
		display: block;
		padding: 2.667vw 4vw;
		margin-top: 4vw;
		margin-bottom: 1.333vw;
		font-size: 4.267vw;
		border-radius: 2.133vw;
		transform: none;
		-webkit-transform: none;
	}

	.c-hero__inner-content-ttl .txt02 {
		display: block;
		padding: 2% 0;
		font-size: 11.467vw;
		line-height: 1.3;
		border-top: .933333333333333vw solid #003f97;
		border-bottom: .933333333333333vw solid #003f97;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner-content-ttl .txt02:before {
		content: "";
		display: block;
		width: 33.333vw;
		height: 36.667vw;
		margin-top: -4.8vw;
		background: url(../images/hero_capacity_sp_202301.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.c-hero__inner-content-ttl .txt03 {
		font-size: 11.467vw;
		line-height: 1.3;
	}

	.c-hero__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 10.667vw;
	}

	.c-hero__inner-list li {
		width: 47.058823529411765%;
		padding: 4.533vw 0 3.2vw;
		margin-right: 0;
		border-radius: 1.6vw;
		box-shadow: 0 .4vw 0 rgba(0,0,0,0.1);
	}

	.c-hero__inner-list li:last-child {
		margin-top: 7.2vw;
		margin-right: 0;
	}

	.c-hero__inner-list li .num {
		width: 5.867vw;
		height: 5.867vw;
		line-height: 5.867vw;
		font-size: 2.667vw;
	}

	.c-hero__inner-list li .txt01 {
		font-size: 3.733vw;
	}

	.c-hero__inner-btn {
		width: 70.667vw;
		margin: 0 auto;
		font-size: 4.267vw;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner-btn:before {
		content: "";
		display: block;
		width: 30.4vw;
		height: 39.2vw;
		margin: 0 2.4vw -0.267vw 0;
		background: url(../images/hero_pic01_sp.png) no-repeat center bottom;
		background-size: contain;
		position: absolute;
		bottom: 100%;
		right: 0;
		z-index: -1;
	}

	.c-hero__inner-btn a {
		width: 70.667vw;
		height: 13.6vw;
		box-shadow: 0 .666666666666667vw 0 rgba(87,7,1,0.85);
	}

	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin: -8vw -9.333vw 0 0;
		background: url(../images/hero_blloon01_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-hero__inner-btn a span {
		padding-left: 6.667vw;
	}

	.c-hero__inner-btn a span:before {
		width: 5.067vw;
		height: 3.733vw;
	}
}


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

 c-service

***********************************/
.c-service {

}

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

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

.c-service__inner-list-sec {
	width: 30%;
	padding: 32px 2.7% 2.2%;
	margin-bottom: 6%;
	background-color: #fff;
	border: 3px solid #003f97;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-service__inner-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #003f97;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-service__inner-list-sec .icon {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f5faff;
	border-radius: 10px;
	text-align: center;
}

.c-service__inner-list-sec .ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-service__inner-list-sec .ttl {
		font-size: 2vw;
	}
}

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

	}

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

	.c-service__inner-list {
		margin-bottom: -8.823529411764706%;
	}

	.c-service__inner-list-sec {
		width: 47.058823529411765%;
		padding: 20px 3.970588235294118% 3.529411764705882%;
		margin-bottom: 8.823529411764706%;
		border: 2px solid #003f97;
		border-radius: 6px;
	}

	.c-service__inner-list-sec .num {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 10px;
		border-radius: 6px;
	}

	.c-service__inner-list-sec .icon {
		padding: 8px;
		margin-bottom: 10px;
		border-radius: 6px;
	}

	.c-service__inner-list-sec .icon img {
		display: block;
		width: 35px;
		margin: 0 auto;
	}

	.c-service__inner-list-sec .ttl {
		font-size: 15.5px;
	}

}


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

 c-cv

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

.c-cv__inner {
	padding-bottom: 35px;
	position: relative;
	z-index: 1;
}

.c-cv__inner:before {
	content: "";
	display: block;
	width: 1000px;
	height: 300px;
	margin: 0;
	background: url(../images/cv_pic01_pc.png) no-repeat 40px bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-ttl {
	padding: .595238095238095em .5em;
	margin-bottom: 45px;
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	background-color: #003f97;
	border-radius: 0 0 15px 15px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #003f97 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-txt01 {
	margin-bottom: 45px;
	text-align: center;
}

.c-cv__inner-btn {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: 900;
}

.c-cv__inner-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 404px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0 5px 0 rgba(87,7,1,0.85);
	overflow: visible;
	position: relative;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef584b+0,ec3c2d+100 */
	background: rgb(239,88,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,88,75,1) 0%, rgba(236,60,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,88,75,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef584b', endColorstr='#ec3c2d',GradientType=0 ); /* IE6-9 */
}

.c-cv__inner-btn a:before {
	content: "";
	display: block;
	width: 94px;
	height: 94px;
	margin: -50px -98px 0 0;
	background: url(../images/cv_balloon01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-btn a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a span:before {
	content: "";
	display: block;
	width: 27px;
	height: 20px;
	background: url(../images/icon_mail01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-note {
}

.c-cv__inner-note ul {
	color: #fff;
	font-size: 16px;
}

.c-cv__inner-note li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	text-align: center;
}

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

	.c-cv__inner-ttl {
		font-size: 3.818181818181818vw;
	}

}

@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-bottom: 25px;
	}

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

	.c-cv__inner-ttl {
		padding: .595238095238095em .5em;
		margin-bottom: 25px;
		font-size: 21px;
		border-radius: 0 0 8px 8px;
	}

	.c-cv__inner-ttl:before {
		border-width: 7px 7px 0 7px;
	}

	.c-cv__inner-txt01 {
		width: 340px;
		margin: 0 auto 25px;
	}

	.c-cv__inner-btn {
		margin-bottom: 18px;
		font-size: 16px;
	}

	.c-cv__inner-btn a {
		width: 265px;
		height: 51px;
		box-shadow: 0 3px 0 rgba(87,7,1,0.85);
	}

	.c-cv__inner-btn a:before {
		width: 55px;
		height: 55px;
		margin: -30px -40px 0 0;
		background: url(../images/cv_balloon01_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-cv__inner-btn a span {
		padding-left: 25px;
	}

	.c-cv__inner-btn a span:before {
		width: 19px;
		height: 14px;
	}

	.c-cv__inner-note {
		width: 61.029411764705882%;
		margin-left: auto;
		position: relative;
		z-index: 1;
	}

	.c-cv__inner-note:before {
		content: "";
		display: block;
		width: 98px;
		height: 103px;
		margin: 0 18px -25px 0;
		background: url(../images/cv_pic01_sp.png) no-repeat left bottom;
		background-size: contain;
		position: absolute;
		bottom: 0;
		right: 100%;
		z-index: -1;
	}

	.c-cv__inner-note ul {
		font-size: 11px;
	}

	.c-cv__inner-note li {
		text-align: left;
	}
}


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

 c-trouble

***********************************/
.c-trouble {
	background-color: #f5faff;
	position: relative;
	z-index: 2;
}

.c-trouble__inner {
	padding: 83px 0 1px;
}

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

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

.c-trouble__inner-list ul {

}

.c-trouble__inner-list ul li {
	min-height: 66px;
	padding: 15px 20px;
	margin-left: 80px;
	margin-bottom: 33px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

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

.c-trouble__inner-list ul li:before {
	content: "";
	display: block;
	width: 66px;
	height: 100%;
	margin-left: -80px;
	background: #003f97 url(../images/icon_check01_pc.png) no-repeat center;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-trouble__inner-copy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
	height: 339px;
	margin: 0 auto -220px;
	background: url(../images/trouble_bg01_pc.png) no-repeat center;
	background-size: contain;
}

.c-trouble__inner-copy p {
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-trouble__inner-copy p .blue {
	font-size: 48px;
}

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

	.c-trouble__inner-copy {
		width: 88.889vw;
		height: 37.667vw;
		margin: 0 auto -24.444444444444444vw;
	}

	.c-trouble__inner-copy p {
		font-size: 4.667vw;
	}

	.c-trouble__inner-copy p .blue {
		font-size: 5.333vw;
	}

}

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

	.c-trouble__inner {
		padding: 43px 0 1px;
	}

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

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

	.c-trouble__inner-list:after {
		content: "";
		display: block;
		width: 342.5px;
		height: 73px;
		margin: 22px 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 {
		min-height: 38px;
		padding: 7px 10px;
		margin-left: 45px;
		margin-bottom: 17px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-trouble__inner-list ul li:before {
		width: 38px;
		height: 100%;
		margin-left: -45px;
		background: #003f97 url(../images/icon_check01_sp.png) no-repeat center;
		background-size: 12px 9px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-trouble__inner-copy {
		width: 90.667vw;
		height: 43.6vw;
		margin: 0 auto -28vw;
		background: url(../images/trouble_bg01_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-trouble__inner-copy p {
		font-size: 5.6vw;
	}

	.c-trouble__inner-copy p .blue {
		font-size: 6.4vw;
	}
}


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

 c-feature

***********************************/
.c-feature {

}

.c-feature__inner {
	padding: 275px 0 80px;
}

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

.c-feature__inner-list-sec {
	width: 30%;
	padding: 32px 2.7% 2.7%;
	background-color: #fff;
	border: 3px solid #003f97;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-feature__inner-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #003f97;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-feature__inner-list-sec .pic {
	margin-bottom: 15px;
	text-align: center;
}

.c-feature__inner-list-sec .ttl {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-feature__inner-list-sec ul {
	font-weight: bold;
	line-height: 1.6;
}

.c-feature__inner-list-sec ul li {
	padding: 13px 20px 13px 35px;
	margin-bottom: 15px;
	background-color: #f5faff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-feature__inner-list-sec ul li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: 21px 0 0 15px;
	border: 4px solid #003f97;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

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

	.c-feature__inner-list-sec .ttl {
		font-size: 18px;
	}

	.c-feature__inner-list-sec ul {
		font-size: 14px;
	}

	.c-feature__inner-list-sec ul li {
		padding-left: 32px;
	}

	.c-feature__inner-list-sec ul li:before {
		width: 10px;
		height: 10px;
		margin: 19px 0 0 15px;
		border: 3px solid #003f97;
	}

}

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

	.c-feature__inner {
		padding: 30.555555555555556vw 0 80px;
	}
}

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

	.c-feature__inner {
		padding: calc(28vw + 25px) 0 40px;
	}

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

	.c-feature__inner-list-sec {
		width: auto;
		padding: 17px 3.970588235294118% 5.441176470588235%;
		margin-bottom: 40px;
		border: 2px solid #003f97;
		border-radius: 6px;
	}

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

	.c-feature__inner-list-sec .num {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 10px;
		border-radius: 6px;
	}

	.c-feature__inner-list-sec .pic {
		margin-bottom: 10px;
		text-align: center;
	}

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

	.c-feature__inner-list-sec ul {
		font-size: 14px;
		letter-spacing: .05em;
	}

	.c-feature__inner-list-sec ul li {
		padding: 7px 10px 7px 25px;
		margin-bottom: 10px;
		border-radius: 6px;
	}

	.c-feature__inner-list-sec ul li:before {
		width: 9px;
		height: 9px;
		margin: 14px 0 0 10px;
		border: 3px solid #003f97;
	}

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


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

 c-case

***********************************/
.c-case {
	background-color: #f5faff;
}

.c-case__inner {
	padding: 83px 0 80px;
}

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

.c-case__inner-list-sec {
	width: 47%;
}

.c-case__inner-list-sec-head {
	margin-bottom: 30px;
	background-color: #003f97;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-sec-head:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #003f97 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-case__inner-list-sec-head .num {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #003f97;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-case__inner-list-sec-head .ttl {
	padding: 22px .5em;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-case__inner-list-sec-body {
	padding: 6.170212765957447%;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}

.c-case__inner-list-sec-body-main {
	padding: 7.317073170731707%;
	background-color: #f5faff;
	border-radius: 10px;
}

.c-case__inner-list-sec-body-main .ttl {
	padding: 15px .5em;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 10px;
}

.c-case__inner-list-sec-body-main .box {
	padding: 5% 8.571428571428571% 7.142857142857143%;
	margin-top: 60px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-sec-body-main .box:before {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	margin-top: -37px;
	background: url(../images/icon_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-case__inner-list-sec-body-main .box .txt-area {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.c-case__inner-list-sec-body-main .box .txt01 {
	text-align: center;
}

.c-case__inner-list-sec-body-main .box .result {
	padding-top: 17px;
	margin-top: 6px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-sec-body-main .box .result:before {
	content: "";
	display: block;
	width: 12px;
	height: 14px;
	background: url(../images/icon_equal01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-case__inner-list-sec-body-main .box .pic {
	margin-top: 20px;
	text-align: center;
}

.c-case__inner-list-sec-body-flow {
	margin-top: 30px;
}

.c-case__inner-list-sec-body-flow .sec {
	margin-bottom: 55px;
	position: relative;
	z-index: 1;
}

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

.c-case__inner-list-sec-body-flow .sec:before {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	margin-bottom: -35px;
	background: url(../images/icon_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.c-case__inner-list-sec-body-flow .sec .ttl {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-sec-body-flow .sec .ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-case__inner-list-sec-body-flow .sec .ttl span {
	display: inline-block;
	padding: 3px 10px;
	background-color: #333333;
	border-radius: 10px;
}

.c-case__inner-list-sec-body-flow .sec.result .ttl span {
	background-color: #003f97;
}

.c-case__inner-list-sec-body-flow .sec.result p {
	color: #003f97;
	font-size: 20px;
	font-weight: bold;
}

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

	.c-case__inner-list-sec-head .ttl {
		font-size: 20px;
	}

	.c-case__inner-list-sec-body-main .ttl {
		font-size: 16px;
	}

	.c-case__inner-list-sec-body-main .box .txt-area {
		font-size: 16px;
	}

	.c-case__inner-list-sec-body-flow .sec .ttl {
		font-size: 12px;
	}

	.c-case__inner-list-sec-body-flow .sec p {
		font-size: 14px;
	}

	.c-case__inner-list-sec-body-flow .sec.result p {
		font-size: 16px;
	}
}

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

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

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

	.c-case__inner-list-sec {
		width: auto;
		margin-bottom: 42px;
	}

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

	.c-case__inner-list-sec-head {
		margin-bottom: 15px;
		border-radius: 8px;
	}

	.c-case__inner-list-sec-head:before {
		border-width: 7px 7px 0 7px;
	}

	.c-case__inner-list-sec-head .num {
		width: 22px;
		height: 22px;
		line-height: 18px;
		font-size: 10px;
		border: 2px solid #003f97;
		border-radius: 6px;
	}

	.c-case__inner-list-sec-head .ttl {
		padding: 12px .5em;
		font-size: 18px;
	}

	.c-case__inner-list-sec-body {
		padding: 4.264705882352941%;
		border-radius: 8px;
	}

	.c-case__inner-list-sec-body-main {
		padding: 4.838709677419355%;
		border-radius: 6px;
	}

	.c-case__inner-list-sec-body-main .ttl {
		padding: 12px .5em;
		font-size: 16px;
		border-radius: 6px;
	}

	.c-case__inner-list-sec-body-main .box {
		padding: 5% 5.357142857142857% 5.357142857142857%;
		margin-top: 35px;
		border-radius: 6px;
	}

	.c-case__inner-list-sec-body-main .box:before {
		width: 23px;
		height: 15px;
		margin-top: -24px;
	}

	.c-case__inner-list-sec-body-main .box .txt-area {
		font-size: 16px;
	}

	.c-case__inner-list-sec-body-main .box .result {
		padding-top: 15px;
		margin-top: 4px;
	}

	.c-case__inner-list-sec-body-main .box .result:before {
		width: 9px;
		height: 11px;
	}

	.c-case__inner-list-sec-body-main .box .pic {
		width: 87.477%;
		margin: 15px auto 0;
	}

	.c-case__inner-list-sec-body-flow {
		margin-top: 20px;
	}

	.c-case__inner-list-sec-body-flow .sec {
		margin-bottom: 40px;
	}

	.c-case__inner-list-sec-body-flow .sec:before {
		width: 23px;
		height: 15px;
		margin-bottom: -28px;
	}

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

	.c-case__inner-list-sec-body-flow .sec .ttl {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.c-case__inner-list-sec-body-flow .sec .ttl span {
		padding: 2px 10px;
		border-radius: 6px;
	}

	.c-case__inner-list-sec-body-flow .sec p {
		font-size: 14px;
	}

	.c-case__inner-list-sec-body-flow .sec.result p {
		font-size: 14px;
	}
}


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

 c-voice

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

}

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

.c-voice__inner-list {

}

.c-voice__inner-list-sec {
	display: flex;
	justify-content: space-between;
	padding: 3% 2.7%;
	margin-bottom: 60px;
	border: 3px solid #003f97;
	background-color: #fff;
	border-radius: 15px;
}

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

.c-voice__inner-list-sec .head {
	width: 25.531914893617021%;
}

.c-voice__inner-list-sec .head .icon {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #f5faff;
	border-radius: 10px;
}

.c-voice__inner-list-sec .head .icon img {
	display: block;
	width: 46px;
	margin: 0 auto;
}

.c-voice__inner-list-sec .head .list {
}

.c-voice__inner-list-sec .head .list dl {
	display: flex;
	padding: 12px 0;
	font-size: 15px;
	line-height: 1.6;
	border-bottom: 1px solid #dddddd;
}

.c-voice__inner-list-sec .head .list dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-voice__inner-list-sec .head .list dl dt {
	font-weight: bold;
}

.c-voice__inner-list-sec .head .list dl dd {
}

.c-voice__inner-list-sec .body {
	width: 71.276595744680851%;
}

.c-voice__inner-list-sec .body .ttl {
	margin-top: -.3em;
	margin-bottom: .5em;
	color: #003f97;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.c-voice__inner-list-sec .body p {
	line-height: 2;
}

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

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

	.c-voice__inner-list-sec {
		display: block;
		padding: 4.2% 4.117647058823529%;
		margin-bottom: 30px;
		border: 2px solid #003f97;
		border-radius: 8px;
	}

	.c-voice__inner-list-sec .head {
		width: auto;
		margin-bottom: 18px;
	}

	.c-voice__inner-list-sec .head .icon {
		padding: 8px;
		margin-bottom: 15px;
		border-radius: 6px;
	}

	.c-voice__inner-list-sec .head .icon img {
		width: 28px;
	}

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

	.c-voice__inner-list-sec .head .list dl {
		width: 47.580645161290323%;
		padding: 5px 0;
		font-size: 12px;
	}

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

	.c-voice__inner-list-sec .body {
		width: auto;
	}

	.c-voice__inner-list-sec .body .ttl {
		margin-top: -.3em;
		margin-bottom: .5em;
		font-size: 16px;
	}

	.c-voice__inner-list-sec .body p {
		font-size: 14px;
	}
}


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

 c-flow

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

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

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

.c-flow__inner-list-sec {
	width: 22%;
	padding: 32px 2.7% 2%;
	border: 3px solid #003f97;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 14px;
	height: 21px;
	background: url(../images/icon_arr02_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -31px;
	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 .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #003f97;
	border-radius: 10px;
	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 .icon {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f5faff;
	border-radius: 10px;
}

.c-flow__inner-list-sec .icon img {
	display: block;
	width: 72px;
	margin: 0 auto;
}

.c-flow__inner-list-sec .ttl {
	margin-bottom: .5em;
	color: #003f97;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-flow__inner-list-sec .txt01 {
	line-height: 1.6;
}

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

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

	.c-flow__inner-list-sec .ttl {
		font-size: 16px;
	}

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

}

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

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

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

	.c-flow__inner-list-sec {
		width: auto;
		padding: 18px 4.117647058823529% 4.117647058823529%;
		margin-bottom: 56px;
		border: 2px solid #003f97;
		border-radius: 8px;
	}

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

	.c-flow__inner-list-sec:before {
		width: 23px;
		height: 15px;
		margin: 0 0 -34px 0;
		background: url(../images/icon_arr02_sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

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

	.c-flow__inner-list-sec .num {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 10px;
		border-radius: 6px;
	}

	.c-flow__inner-list-sec .icon {
		padding: 8px;
		margin-bottom: 10px;
		border-radius: 6px;
	}

	.c-flow__inner-list-sec .icon img {
		width: 43px;
	}

	.c-flow__inner-list-sec .ttl {
		margin-bottom: .5em;
		font-size: 16px;
	}

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


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

 c-price

***********************************/
.c-price {

}

.c-price__inner {
	padding: 65px 0 80px;
}

.c-price__inner-owner {
	padding: 4% 9.5% 6.3%;
	margin-bottom: 80px;
	background: url(../images/price_bg01.jpg) no-repeat center;
	background-size: cover;
	border-radius: 40px;
}

.c-price__inner-owner-ttl {
	margin-bottom: 20px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}

.c-price__inner-owner-ttl .Oswald {
	display: inline-block;
	margin-right: .1em;
	color: #eb3b2c;
	font-size: 86px;
	font-weight: bold;
	line-height: .9;
	transform: translateY(0.05em);
	-webkit-transform: translateY(0.05em);
}

.c-price__inner-owner-ttl .txt01 {
	display: inline-block;
	margin-right: .2em;
	color: #003f97;
	font-size: 54px;
	font-weight: 900;
}

.c-price__inner-owner-ttl .txt02 {
	display: inline-block;
	padding: 16px 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	background-color: #003f97;
	border-radius: 10px;
	transform: translateY(-0.4em);
	-webkit-transform: translateY(-0.4em);
}

.c-price__inner-owner-content {
	padding: 4.320987654320988%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 2;
}

.c-price__inner-owner-content:before {
	content: "";
	display: block;
	width: 1000px;
	height: 290px;
	margin-top: 53px;
	background: url(../images/price_pic01_pc.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-price__inner-owner-content .ttl {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
}

.c-price__inner-owner-content .ttl .large {
	color: #003f97;
	font-size: 42px;
}

.c-price__inner-owner-content .box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 30px 15px;
	margin-bottom: 25px;
	background-color: #fff6f2;
	border-radius: 10px;
}

.c-price__inner-owner-content .box p {
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

.c-price__inner-owner-content .box p .marker_light {
	color: #eb3b2c;
	font-size: 42px;
}

.c-price__inner-owner-content .box p .Oswald {
	font-size: 74px;
}

.c-price__inner-owner-content .copy {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-price__inner-owner-content ul {
	padding-top: 15px;
	margin-top: 20px;
	line-height: 1.6;
	border-top: 1px solid #dddddd;
}

.c-price__inner-owner-content ul li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}

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

.c-price__inner-list-sec {
	width: 30%;
}

.c-price__inner-list-sec .ttl {
	padding: 12px .5em;
	margin-bottom: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #003f97;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.c-price__inner-list-sec .ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #003f97 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-price__inner-list-sec .content {
	padding: 9.666666666666667%;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

.c-price__inner-list-sec .content .pic {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f5faff;
	border-radius: 10px;
}

.c-price__inner-list-sec .content .pic img {
	display: block;
	width: 66px;
	margin: 0 auto;
}

.c-price__inner-list-sec .content .list {
}

.c-price__inner-list-sec .content .list .sec {
	margin-bottom: 15px;
}

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

.c-price__inner-list-sec .content .list .sec .sub-ttl {
	padding: 6px .5em;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #003f97;
	border-radius: 10px;
}

.c-price__inner-list-sec .content .list .sec p {
	line-height: 1.6;
}

.c-price__inner-list-sec .content ul {
	padding-top: 15px;
	margin-top: 15px;
	line-height: 1.6;
	border-top: 1px solid #dddddd;
}

.c-price__inner-list-sec .content ul li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

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

	.c-price__inner-owner-ttl {
		margin-bottom: 1.818vw;
	}

	.c-price__inner-owner-ttl .Oswald {
		font-size: 7.818vw;
	}

	.c-price__inner-owner-ttl .txt01 {
		font-size: 4.909vw;
	}

	.c-price__inner-owner-ttl .txt02 {
		padding: 1.455vw 1.818vw;
		font-size: 2.545vw;
		border-radius: 0.909vw;
	}

	.c-price__inner-owner-content:before {
		width: 90.909vw;
		height: 26.364vw;
		margin-top: 4.818vw;
	}

	.c-price__inner-owner-content .ttl {
		margin-bottom: 1.818vw;
		font-size: 2.364vw;
	}

	.c-price__inner-owner-content .ttl .large {
		font-size: 3.818vw;
	}

	.c-price__inner-owner-content .box {
		padding: 2.727vw 1.364vw;
		margin-bottom: 2.273vw;
		border-radius: 0.909vw;
	}

	.c-price__inner-owner-content .box p {
		font-size: 2.364vw;
	}

	.c-price__inner-owner-content .box p .marker_light {
		font-size: 3.818vw;
	}

	.c-price__inner-owner-content .box p .Oswald {
		font-size: 6.727vw;
	}

	.c-price__inner-owner-content .copy {
		font-size: 2.364vw;
	}

	.c-price__inner-owner-content ul {
		font-size: 1.636363636363636vw;
	}

}

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

	.c-price__inner {
		padding: 33px 0 40px;
	}

	.c-price__inner-owner {
		padding: 20px 13.974% 32px;
		margin: 0 -5.147058823529412% 30px;
		border-radius: 0;
	}

	.c-price__inner-owner-ttl {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.c-price__inner-owner-ttl .Oswald {
		font-size: 47px;
	}

	.c-price__inner-owner-ttl .txt01 {
		font-size: 27px;
	}

	.c-price__inner-owner-ttl .txt02 {
		display: block;
		width: 100%;
		padding: 10px 20px;
		margin-top: 15px;
		font-size: 16px;
		border-radius: 6px;
		transform: none;
		-webkit-transform: none;
	}

	.c-price__inner-owner-content {
		padding: 5% 4.545454545454545%;
		border-radius: 8px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-price__inner-owner-content:before {
		width: 100vw;
		height: 38.667vw;
		margin-top: 27px;
		background: url(../images/price_pic01_sp.png) no-repeat center top;
		background-size: contain;
	}

	.c-price__inner-owner-content .ttl {
		margin-bottom: 12px;
		font-size: 13px;
	}

	.c-price__inner-owner-content .ttl .large {
		font-size: 21px;
	}

	.c-price__inner-owner-content .box {
		display: block;
		padding: 15px 8px;
		margin-bottom: 15px;
		border-radius: 6px;
	}

	.c-price__inner-owner-content .box p {
		margin-bottom: 20px;
		font-size: 13px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
	}

	.c-price__inner-owner-content .box p:last-child {
		margin-bottom: 0;
	}

	.c-price__inner-owner-content .box p .marker_light {
		font-size: 21px;
	}

	.c-price__inner-owner-content .box p .Oswald {
		font-size: 37px;
	}

	.c-price__inner-owner-content .copy {
		font-size: 13px;
	}

	.c-price__inner-owner-content ul {
		padding-top: 10px;
		margin-top: 15px;
		font-size: 12px;
	}

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

	.c-price__inner-list-sec {
		width: auto;
		margin-bottom: 30px;
	}

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

	.c-price__inner-list-sec .ttl {
		padding: 13px .5em;
		margin-bottom: 15px;
		font-size: 18px;
		border-radius: 8px;
	}

	.c-price__inner-list-sec .ttl:before {
		border-width: 7px 7px 0 7px;
	}

	.c-price__inner-list-sec .content {
		padding: 4.264705882352941%;
		border-radius: 6px;
	}

	.c-price__inner-list-sec .content .pic {
		padding: 10px;
		margin-bottom: 15px;
		border-radius: 6px;
	}

	.c-price__inner-list-sec .content .pic img {
		width: 41px;
	}

	.c-price__inner-list-sec .content .list {
	}

	.c-price__inner-list-sec .content .list .sec {
		margin-bottom: 15px;
	}

	.c-price__inner-list-sec .content .list .sec .sub-ttl {
		padding: 4px .5em;
		margin-bottom: 12px;
		font-size: 16px;
		border-radius: 6px;
	}

	.c-price__inner-list-sec .content .list .sec p {
		font-size: 14px;
	}

	.c-price__inner-list-sec .content ul {
		padding-top: 12px;
		margin-top: 12px;
		font-size: 14px;
	}

}


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

 c-contact

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

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

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

.c-contact__inner-line {
	padding: 3% 3% 4.5%;
	margin-top: 85px;
	background-color: #01b901;
	border-radius: 30px;
}

.c-contact__inner-line-ttl {
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-contact__inner-line-note {
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.c-contact__inner-line-btn {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
}

.c-contact__inner-line-btn a {
	display: inline-block;
	padding: 19px 40px;
	color: #00b800;
	border-radius: 100px;
	box-shadow: 0 5px 0 #005a00;
	vertical-align: top;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,def6de+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,246,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,246,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,246,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#def6de',GradientType=0 ); /* IE6-9 */
}

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

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

	.c-contact__inner-txt01 {
		margin-bottom: 25px;
		font-size: 14px;
		text-align: left;
	}

	.c-contact__inner-line {
		padding: 4.411764705882353% 4.411764705882353% 7.352941176470588%;
		margin-top: 34px;
		border-radius: 20px;
	}

	.c-contact__inner-line-ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-contact__inner-line-note {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.c-contact__inner-line-btn {
		font-size: 16px;
	}

	.c-contact__inner-line-btn a {
		padding: 12px 25px;
		box-shadow: 0 3px 0 #005a00;
	}

}


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

 c-office

***********************************/
.c-office {

}

.c-office__inner {
	padding: 65px 0 80px;
}

.c-office__inner-content {
	padding: 3.7%;
	background-color: #fff;
	border: 3px solid #003f97;
	border-radius: 15px;
}

.c-office__inner-content dl {
	display: flex;
	padding: 20px 0;
	line-height: 1.6;
	border-bottom: 1px solid #dddddd;
}

.c-office__inner-content dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-office__inner-content dl dt {
	width: 140px;
	padding-right: 1em;
	font-weight: bold;
}

.c-office__inner-content dl dd {
	flex: 1;
}

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

	.c-office__inner {
		padding: 33px 0 40px;
	}

	.c-office__inner-content {
		padding: 5.147058823529412% 4.117647058823529%;
		border: 2px solid #003f97;
		border-radius: 8px;
	}

	.c-office__inner-content dl {
		display: block;
		padding: 10px 0;
		font-size: 14px;
	}

	.c-office__inner-content dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .3em;
		text-align: center;
	}

	.c-office__inner-content dl dd {
		text-align: center;
	}
}


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

 xxx

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

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

}

