@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #0e1e35;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: /*最初の3つは追加"Raleway", "Open Sans", sans-serif,*/ "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,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
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: 10px 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: #0e1e35;
}
a:visited {
	color: #0e1e35;
}
a.normal:link {
	color: #0e1e35;
}
a.normal:visited {
	color: #0e1e35;
}
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;
}
* {
	box-sizing: border-box;
}

.c-hero__inner-pic img {
    opacity: 0.7;
}

@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}

	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: 14px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 14px;
		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;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #0c64c9;
}
.yellow {
	color: #ffeb00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffec00 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker-blue {
	background: linear-gradient(transparent 70%, #cedeff 70%);
}
@media screen\0 {
	.marker-blue {
		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: 20px 80px;
}

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


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

	.define_wrap {
		padding: 0 6.153846153846154%;
	}
}


@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: #fff;
	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 {
	width: 62px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1160px){
	.l-wrap {
		padding-top: 8.621vw;
	}

}

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

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


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

 l-humberger

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

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

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

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

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

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


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

 l-drawerMenu

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

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

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

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

	.l-drawerMenu__inner ul {
		margin-bottom: 35px;
		font-size: 21px;
		font-weight: bold;
	}

	.l-drawerMenu__inner ul li {
		margin-bottom: 30px;
		font-weight: bold;
		text-align: center;
	}

	.l-drawerMenu__inner ul li:last-child {
		margin-bottom: 0;
	}

	.l-drawerMenu__inner ul li a {
		text-decoration: none;
	}

	.l-drawerMenu__inner .contact {
		width: 230px;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.l-drawerMenu__inner .contact a {
		display: block;
		padding: 11px 15px;
		color: #fff;
		background-color: #ff8c19;
		border-radius: 10px;
	}

	.l-drawerMenu__inner .contact a span {
		padding-left: 25px;
		position: relative;
		z-index: 1;
	}

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

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.05);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-header__logo {
	width: 176px;
}

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

.l-header__right ul {
	display: flex;
	align-items: center;
	margin-right: 45px;
	font-weight: bold;
}

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

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

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

.l-header__right .contact a {
	display: block;
	padding: 15px 25px;
	color: #fff;
	background-color: #ff8c19;
	border-radius: 100px;
}

.l-header__right .contact a span {
	padding-left: 34px;
	position: relative;
	z-index: 1;
}

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

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

}

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

	.l-header__logo {
		width: 15.172vw;
	}

	.l-header__right ul {
		margin-right: 3.879vw;
		font-size: 1.379vw;
	}

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

	.l-header__right .contact {
		font-size: 1.552vw;
	}

	.l-header__right .contact a {
		padding: 1.293vw 2.155vw;
	}

	.l-header__right .contact a span {
		padding-left: 2.931vw;
	}

	.l-header__right .contact a span:before {
		width: 2.414vw;
		height: 1.724vw;
	}
}

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

	.l-header__logo {
		width: 105px;
	}

	.l-header__right {
		display: none;
	}
}

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

 l-fixed-contents-pc

***********************************/
.l-fixed-contents-pc {
	zoom: 85%; /*サイズ調整した*/
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.l-fixed-contents-pc .l-pageTop {
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	position: static;
}

.l-fixed-contents-pc__cv {
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__cv .close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	cursor: pointer;
}

.l-fixed-contents-pc__cv a {
	display: block;
	width: 305px;
	padding-top: 45px;
	padding-left: 20px;
	padding-bottom: 30px;
	background: #ff8c19;
	border-radius: 20px 0 0 0;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__cv a:before {
	content: "";
	display: block;
	width: 99px;
	height: 65px;
	margin-top: -30px;
	margin-left: 92px;
	background: url(../images/fixed_pic01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.l-fixed-contents-pc__cv a .txt01 {
	margin-bottom: .4em;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}

.l-fixed-contents-pc__cv a .txt02 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.l-fixed-contents-pc__cv a .btn {
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
}

.l-fixed-contents-pc__cv a .btn span {
	display: inline-block;
	width: 242px;
	padding: 13px 8px 13px 0;
	text-align: center;
	background: #fff;
	border-radius: 100px;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__cv a .btn span:before {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	margin-right: 20px;
	background: url(../images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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


	.l-fixed-contents-pc .l-pageTop {
		margin-right: 24px;
		margin-bottom: 24px;
		margin-left: auto;
		position: static;
	}
}

@media screen and (max-width:767px){
	.l-fixed-contents-pc__cv {
		display: none;
	}

	.l-fixed-contents-pc {
		margin-right: 4%;
		margin-bottom: 90px;
	}

	.l-fixed-contents-pc .l-pageTop {
		margin-right: 0;
		margin-bottom: 0;
	}
}

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

 l-fixed-contents-sp

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

@media screen and (max-width:767px){
	.l-fixed-contents-sp {
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-contents-sp a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background: #ff8c19;
		position: relative;
		z-index: 1;
		overflow: visible;
	}

	.l-fixed-contents-sp a span {
		padding-left: 27px;
		position: relative;
		z-index: 1;
	}

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

	.l-fixed-contents-sp a span:after {
		content: "";
		display: block;
		width: 55px;
		height: 55px;
		margin: -43px -40px 0 0;
		background: url(../images/fixed_balloon01.png) no-repeat center / contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
}

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

 l-footer

***********************************/
.l-footer {
	background: #EFF2F8;
}

.l-footer__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 0 40px;
}

.l-footer__inner-logo {
	width: 100%;
	margin-bottom: 15px;
}

.l-footer__inner-box {

}

.l-footer__inner-box .sec {
	margin-bottom: 25px;
}

.l-footer__inner-box .sec:last-child {
	margin-bottom: 0;
}

.l-footer__inner-box .txt01 {
	font-size: 14px;
}

.l-footer__inner-box .ttl {
	font-size: 16px;
	font-weight: bold;
}

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

.l-footer__inner-box ul li {
}

.l-footer__inner-box ul li a {
	text-decoration: underline;
}

.l-footer__inner-box ul li a:hover {
	text-decoration: none;
}

.l-footer__inner-box .bnr {
	margin-top: 5px;
}

.l-footer__inner-box .youtube {
	font-size: 14px;
	font-weight: bold;
}

.l-footer__inner-box .youtube a {
	padding-left: 28px;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.l-footer__inner-box .youtube a:before {
	content: "";
	display: block;
	width: 21px;
	height: 15px;
	background: url(../images/icon_youtube01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-footer__inner-term {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
}

.l-footer__inner-term-head {
	padding: 7px 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 2px solid #0c1e33;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.l-footer__inner-term-head:before {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/icon_arr04.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 28px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer__inner-term-head.is-active:before {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.l-footer__inner-term-body {
	display: none;
	font-size: 14px
}

.l-footer__inner-term-body .sec {
	margin-bottom: 25px;
}

.l-footer__inner-term-body .sec:first-child {
	padding-top: 20px;
}

.l-footer__inner-term-body .sec:last-child {
	margin-bottom: 0;
}

.l-footer__inner-term-body .sec .ttl {
	font-weight: bold;
}

.l-footer__inner-term-body .sec p {

}

.l-footer__inner-term-body .sign {

}

.l-footer__inner-copy {
	width: 100%;
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

	.l-footer__inner-box .txt01 {
		font-size: 12px;
	}

	.l-footer__inner-box .ttl {
		font-size: 16px;
	}

	.l-footer__inner-box ul {
		font-size: 12px;
	}

	.l-footer__inner-box .youtube {
		font-size: 12px;
	}
}

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

	.l-footer__inner {
		display: block;
	}

	.l-footer__inner-box {
		margin-bottom: 25px;
	}

	.l-footer__inner-box:last-child {
		margin-bottom: 0;
	}
}

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

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

	.l-footer__inner-logo {
		width: 105px;
		margin: 0 auto 15px;
	}

	.l-footer__inner-box {

	}

	.l-footer__inner-box .sec {
		margin-bottom: 15px;
	}

	.l-footer__inner-box .txt01 {
		font-size: 12px;
	}

	.l-footer__inner-box .ttl {
		font-size: 13px;
	}

	.l-footer__inner-box ul {
		font-size: 12px;
	}

	.l-footer__inner-box .bnr {
		margin-top: 5px;
	}

	.l-footer__inner-box .youtube {
		font-size: 12px;
	}

	.l-footer__inner-box .youtube a {
		padding-left: 27px;
	}

	.l-footer__inner-box .youtube a:before {
		width: 21px;
		height: 15px;
	}

	.l-footer__inner-term {
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.l-footer__inner-term-head {
		padding: 3px 50px;
		font-size: 14px;
	}

	.l-footer__inner-term-head:before {
		width: 9px;
		height: 5px;
		background: url(../images/icon_arr05.png) no-repeat center / contain;
		right: 14px;
	}

	.l-footer__inner-term-body {
		font-size: 12px
	}

	.l-footer__inner-term-body .sec {
		margin-bottom: 20px;
	}

	.l-footer__inner-term-body .sec:first-child {
		padding-top: 10px;
	}

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

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

 c-anchor

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

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

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

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

 c-title01

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

@media screen and (max-width:1359px){
	.c-title01 {
		margin-bottom: 3.676vw;
		font-size: 3.000vw;
	}
}

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

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

 c-subHero

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

.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: 20px 15px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #a25100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		font-size: 17px;
		box-shadow:0px 3px 0px 0px #a25100;
	}
}

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

 c-form

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

.c-form:before {
}

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

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

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

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

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

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

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

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

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

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

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

.c-form__content dl dd .list {
	margin-bottom: 1em;
}

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

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

.c-form__content dl dd .txt01 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	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 #a25100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

.c-form__confirmBtn__btn {
	width: 360px;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	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 #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

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

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

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

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

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

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

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

	.c-form__content dl dd .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .name-box__block:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

	.c-form__content dl dd .txt01 {
		font-size: 12px;
	}

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

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

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

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

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

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

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

	.c-form__privacy-txt01 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

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

	.c-form__submit {
		width: 200px;
	}

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

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

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

}


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

 c-faq-list

***********************************/
.c-faq-list {
	max-width: 1000px;
	margin: 0 auto;
	zoom: 85%;
}

.c-faq-list dl {
	padding: 3% 4%;
	/*margin-bottom: 40px;*/
	background: #f5fafe;
	/* border-radius: 20px; */
}

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

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

.c-faq-list dl dt .icon {
	width: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	background-color: #0c64c9;
	border-radius: 15px;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	padding: 16px 20px;
	margin-left: 10px;
	color: #0c64c9;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 15px;
}

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

.c-faq-list dl dd .icon {
	width: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	/*background-color: #0c1e33;*/
	background-color: #ff0000;
	border-radius: 15px;
}

.c-faq-list dl dd .cont {
	flex: 1;
	padding: 17px 20px;
	margin-left: 10px;
	font-size: 15px;
	background-color: #fff;
	border-radius: 15px;
}

.c-faq-list dl dd .cont p {
}

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

	.c-faq-list {
	}

	.c-faq-list dl {
		padding: 4.411764705882353%;
		margin-bottom: 30px;
		border-radius: 10px;
	}

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

	.c-faq-list dl dt .icon {
		width: 35px;
		font-size: 14px;
		line-height: 35px;
		border-radius: 8px;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 35px;
		padding: 5px 10px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 8px;
	}

	.c-faq-list dl dd .icon {
		width: 35px;
		font-size: 14px;
		line-height: 35px;
		border-radius: 8px;
	}

	.c-faq-list dl dd .cont {
		min-height: 35px;
		padding: 5px 10px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 8px;
	}

	.c-faq-list dl dd .cont p {
	}

}


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

 c-faq-list-acc

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

.c-faq-list-acc dl {
	margin-bottom: 53px;
}

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

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #1861ae;
	border-radius: 20px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 22px 75px 22px 30px;
	margin-left: 20px;
	color: #1860ad;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	margin: 39px 30px 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list-acc dl dt.is-active .ttl:before {
}

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	margin: 31px 38px 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 23px;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	width: 80px;
	color: #1860ad;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	border-radius: 20px;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.c-faq-list-acc dl dd .cont p {
}

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

	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		margin-bottom: 32px;
	}

	.c-faq-list-acc dl dt {
	}

	.c-faq-list-acc dl dt .icon {
		width: 40px;
		font-size: 12px;
		line-height: 40px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 40px 7px 12px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 14px;
		height: 2px;
		margin: 19px 15px 0 0;
	}

	.c-faq-list-acc dl dt .ttl:after {
		width: 2px;
		height: 14px;
		margin: 13px 21px 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		margin-top: 12px;
	}

	.c-faq-list-acc dl dd .icon {
		width: 40px;
		font-size: 12px;
		line-height: 40px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont p {
	}

}


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

 c-completeSec

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

.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.png) no-repeat center top / cover;
}

.c-hero__inner {
	width: 1480px;
	height: 675px;
	padding-top: 45px;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

.c-hero__inner-txt01 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .12em;
}

.c-hero__inner-txt01 .block {
	display: inline-block;
	padding: 7px 15px;
	vertical-align: top;
	background-color: #0d1e34;
	border-radius: 10px;
}

.c-hero__inner-box {
	display: inline-block;
	margin-bottom: 35px;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.c-hero__inner-ttl {
	color: #0c64c9;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.6;
}

.c-hero__inner-zoom {
	padding: 12px 12px;
	margin-left: 20px;
	margin-bottom: 15px;
	background: #fff;
	border: 2px solid #dddddd;
	border-radius: 8px;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
}

.c-hero__inner-zoom p {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.c-hero__inner-zoom .logo {
	width: 214px;
	margin: 0 auto;
	text-align: center;
}

.c-hero__inner-list {

}

.c-hero__inner-list ul {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.c-hero__inner-list ul li {
	padding: 7px 15px;
	margin-bottom: 13px;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
}

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

.c-hero__inner-list ul li .block {
	padding-left: 22px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-list ul li .block:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(../images/hero_check01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__inner-btn {
	margin-top: 58px;
	font-size: 24px;
	font-weight: bold;
}

.c-hero__inner-btn a {
	display: inline-block;
	padding: 18px 35px;
	color: #fff;
	vertical-align: top;
	overflow: visible;
	position: relative;
	z-index: 1;
	border-radius: 100px;
	box-shadow: 0 5px 0 #a25100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b37+0,ff7f00+100 */
	background: linear-gradient(to bottom,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

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

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

.c-hero__inner-pic {
	/*width: 51.351351351351351%;*/
	width: 37%;
	margin-top: 45px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

	.c-hero__inner {
		width: 77.083vw;
		height: 35.156vw;
		padding-top: 2.344vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 1.042vw;
		font-size: 0.938vw;
	}

	.c-hero__inner-txt01 .block {
		padding: 0.365vw 0.781vw;
		border-radius: 0.521vw;
	}

	.c-hero__inner-box {
		margin-bottom: 1.823vw;
	}

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

	.c-hero__inner-zoom {
		padding: 0.625vw 0.625vw;
		margin-left: 1.042vw;
		margin-bottom: 0.781vw;
		border: 2px solid #dddddd;
		border-radius: 0.417vw;
	}

	.c-hero__inner-zoom p {
		margin-bottom: 0.521vw;
		font-size: 0.729vw;
	}

	.c-hero__inner-zoom .logo {
		width: 9.063vw;
	}

	.c-hero__inner-list ul {
		font-size: 0.938vw;
	}

	.c-hero__inner-list ul li {
		padding: 0.365vw 0.781vw;
		margin-bottom: 0.677vw;
		box-shadow: 0 3px 0 rgba(0,0,0,0.1);
		border-radius: 0.521vw;
	}

	.c-hero__inner-list ul li .block {
		padding-left: 1.146vw;
	}

	.c-hero__inner-list ul li .block:before {
		width: 0.833vw;
		height: 0.625vw;
	}

	.c-hero__inner-btn {
		margin-top: 3.021vw;
		font-size: 1.25vw;
	}

	.c-hero__inner-btn a {
		padding: 0.938vw 1.823vw;
		box-shadow: 0 5px 0 #a25100;
	}

	.c-hero__inner-btn a:before {
		width: 4.479vw;
		height: 4.479vw;
		margin: -1.875vw -2.917vw 0 0;
	}

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

	.c-hero__inner-btn a span:before {
		width: 1.458vw;
		height: 1.042vw;
	}

	.c-hero__inner-pic {
		margin-top: 2.344vw;
	}

}

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

	.c-hero {
		padding: 0 4.878vw;
	}

	.c-hero__inner {
		width: 90.244vw;
		height: 41.159vw;
		padding-top: 2.744vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 1.22vw;
		font-size: 1.098vw;
	}

	.c-hero__inner-txt01 .block {
		padding: 0.427vw 0.915vw;
		border-radius: 0.61vw;
	}

	.c-hero__inner-box {
		margin-bottom: 2.134vw;
	}

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

	.c-hero__inner-zoom {
		padding: 0.732vw 0.732vw;
		margin-left: 1.22vw;
		margin-bottom: 0.915vw;
		border: 0.122vw solid #dddddd;
		border-radius: 0.488vw;
	}

	.c-hero__inner-zoom p {
		margin-bottom: 0.61vw;
		font-size: 0.854vw;
	}

	.c-hero__inner-zoom .logo {
		width: 10.61vw;
	}

	.c-hero__inner-list ul {
		font-size: 1.098vw;
	}

	.c-hero__inner-list ul li {
		padding: 0.427vw 0.915vw;
		margin-bottom: 0.793vw;
		box-shadow: 0 0.183vw 0 rgba(0,0,0,0.1);
		border-radius: 0.61vw;
	}

	.c-hero__inner-list ul li .block {
		padding-left: 1.341vw;
	}

	.c-hero__inner-list ul li .block:before {
		width: 0.976vw;
		height: 0.732vw;
	}

	.c-hero__inner-btn {
		margin-top: 3.537vw;
		font-size: 1.463vw;
	}

	.c-hero__inner-btn a {
		padding: 1.098vw 2.134vw;
		box-shadow: 0 0.305vw 0 #a25100;
	}

	.c-hero__inner-btn a:before {
		width: 5.244vw;
		height: 5.244vw;
		margin: -2.195vw -3.415vw 0 0;
	}

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

	.c-hero__inner-btn a span:before {
		width: 1.707vw;
		height: 1.22vw;
	}

	.c-hero__inner-pic {
		margin-top: 2.744vw;
	}

}

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

	.c-hero {
		background: url(../images/hero_bg01_sp.png) no-repeat center top / cover;
	}

	.c-hero__inner {
		width: auto;
		height: auto;
		padding-top: 6.133vw;
		margin: 0;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 2.667vw;
		font-size: 3.2vw;
		text-align: center;
	}

	.c-hero__inner-txt01 .block {
		padding: 1.067vw 2.133vw;
		border-radius: 1.6vw;
	}

	.c-hero__inner-box {
		display: block;
		margin-bottom: 6.667vw;
		text-align: center;
	}

	.c-hero__inner-ttl {
		margin-bottom: 4vw;
		font-size: 6.667vw;
		text-align: center;
	}

	.c-hero__inner-zoom {
		display: inline-block;
		height: 8vw;
		padding: 0.8vw 2.667vw 0;
		margin-left: 0;
		margin-bottom: 0;
		line-height: 1;
		text-align: center;
		border: 0.267vw solid #dddddd;
		border-radius: 1.333vw;
		white-space: nowrap;
		position: static;
	}

	.c-hero__inner-zoom p {
		display: inline-block;
		margin-right: 1.6vw;
		margin-bottom: 0;
		font-size: 2.933vw;
		line-height: 1;
	}

	.c-hero__inner-zoom .logo {
		display: inline-block;
		width: 32.8vw;
		padding-top: 1.067vw;
		margin: 0;
		line-height: 1;
		vertical-align: middle;
	}

	.c-hero__inner-zoom .logo img {
		display: block;
		vertical-align: middle;
	}

	.c-hero__inner-list {
		padding: 0 1.470588235294118%;
	}

	.c-hero__inner-list ul {
		display: block;
		font-size: 3.2vw;
	}

	.c-hero__inner-list ul li {
		padding: 1.067vw 2.133vw;
		margin-bottom: 4.8vw;
		box-shadow: 0 0.4vw 0 rgba(0,0,0,0.1);
		border-radius: 1.6vw;
	}

	.c-hero__inner-list ul li .block {
		display: inline-block;
		padding-left: 4.533vw;
	}

	.c-hero__inner-list ul li .block:before {
		width: 3.2vw;
		height: 2.4vw;
		margin-top: 1.6vw;
		background: url(../images/hero_check01_sp.png) no-repeat center / contain;
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
	}

	.c-hero__inner-btn {
		margin-top: 7.733vw;
		font-size: 4.267vw;
		text-align: center;
	}

	.c-hero__inner-btn a {
		padding: 2.933vw 8vw;
		box-shadow: 0 0.933vw 0 #a25100;
	}

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

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

	.c-hero__inner-btn a span:before {
		width: 4.933vw;
		height: 3.6vw;
	}

	.c-hero__inner-pic {
		width: 88.235294117647059%;
		margin: 8vw auto 0;
		position: static;
		opacity: 0.5;
	}

}



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

 c-trip

***********************************/
.c-trip {
	margin-top: -50px;/*結城追加*/
}

.c-trip__head {

}

.c-trip__head-inner {
	padding: 85px 0 50px;
}

.c-trip__head-inner .c-title01 {
	margin-bottom: 30px;
}

.c-trip__head-inner-list {
	display: flex;
	justify-content: center;
	font-weight: bold;
	margin: -10px;
}

.c-trip__head-inner-list li {
	padding: 4px 10px;
	margin: 10px;
	color: #0c64c9;
	text-align: center;
	border: 2px solid #0c64c9;
	border-radius: 10px;
}

.c-trip__head-inner-txt01 {
	margin-top: 35px;
}

/*結城追加*/
.c-trip__head-inner_2 {
	margin-top: 20px;
	padding: 0 0 10px;
}

/*結城追加*/
.c-trip__head-inner-txt2 {
	margin-top: 35px;
}

.c-trip__body {
	/*padding-bottom: 80px;*/
	margin-top: 10px;
}

.c-trip__body-slider {

}

.c-trip__body-slider .slick-list {
	margin: 0 -20px;
}

.c-trip__body-slider-item {
	margin: 0 20px;
}

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

	/*結城追加*/
	.c-trip {
		margin-top: 0;
	}

	.c-trip__head-inner {
		padding: 35px 0 25px;
	}

	.c-trip__head-inner .c-title01 {
		margin-bottom: 15px;
	}

	.c-trip__head-inner-list {
		display: flex;
		justify-content: center;
		margin: 0;
		font-size: 12px;
	}

	.c-trip__head-inner-list li {
		padding: 2px 7px;
		margin: 5px;
		border: 1px solid #0c64c9;
		border-radius: 6px;
	}

	.c-trip__head-inner-txt01 {
		margin-top: 10px;
	}

	/*結城追加*/
	.c-trip__head-inner_2 {
		margin-top: 20px;
		padding: 0 0 10px;
	}
	/*結城追加*/
	.c-trip__head-inner-txt02 {
		margin-top: -30px;
	}

	.c-trip__body {
		padding-bottom: 15px;
	}

	.c-trip__body-slider {

	}

	.c-trip__body-slider .slick-list {
		margin: 0 -10px;
	}

	.c-trip__body-slider-item {
		margin: 0 10px;
	}

	.c-trip__body-slider-item img {
		height: 22px;
	}
}



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

 c-support

***********************************/
.c-support {
	/*background: #f5fafe;*/
	background: #E1EAFF;
}

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

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

.c-support__inner-list-sec {
	width: 30%;
	padding: 39px 2.833333333333333% 1.666666666666667%;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border: 1px solid #dddddd;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

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

.c-support__inner-list-sec .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 18px;
	text-align: center;
	background-color: #f1f8fe;
	border-radius: 15px;
}

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

.c-support__inner-list-sec .ttl {
	margin: 0 -.5em .5em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-support__inner-list-sec .txt01 {

}

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

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

	.c-support__inner-list {
		display: block;
		width: 88.235294117647059%;
		padding-top: 12px;
		margin: 0 auto;
	}

	.c-support__inner-list-sec {
		width: auto;
		padding: 20px 6.5% 4.166666666666667%;
		margin-bottom: 45px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
		border-radius: 12px;
	}

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

	.c-support__inner-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		border-radius: 6px;
	}

	.c-support__inner-list-sec .pic {
		height: 71px;
		margin-bottom: 10px;
		border-radius: 8px;
	}

	.c-support__inner-list-sec .pic img {
		width: 48px;
	}

	.c-support__inner-list-sec .ttl {
		margin: 0 -.5em .25em;
		font-size: 16px;
	}

	.c-support__inner-list-sec .txt01 {

	}
}



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

 c-case

***********************************/
.c-case {

}

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

.c-case__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 50px;
}

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

.c-case__inner-list-sec {
	display: flex;
	flex-direction: column;
	width: 30%;
	/*margin-bottom: 5.25%;*/
	margin-bottom: 4%;
}

.c-case__inner-list-sec .pic {
}

.c-case__inner-list-sec .body {
	flex: 1;
	padding: 15px 3%;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 0 0 20px 20px;
	zoom:70%;
}

.c-case__inner-list-sec .body .ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.c-case__inner-sec {
	margin-top: 60px;
}

.c-case__inner-sec .ttl {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.c-case__inner-sec ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	margin: -10px;
}

.c-case__inner-sec ul li {
	padding: 4px 10px;
	margin: 10px;
	color: #0c64c9;
	text-align: center;
	border: 2px solid #0c64c9;
	border-radius: 10px;
}

.c-case__inner-sec .txt01 {
	margin-top: 25px;
	text-align: center;
}

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

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

	.c-case__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 20px;
	}

	.c-case__inner-list {
		margin-bottom: -6.470588235294118%;
	}

	.c-case__inner-list-sec {
		width: 47.058823529411765%;
		margin-bottom: 6.470588235294118%;
	}

	.c-case__inner-list-sec .pic {

	}

	.c-case__inner-list-sec .body {
		flex: 1;
		padding: 15px 3%;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
		border-radius: 0 0 10px 10px;
	}

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

	.c-case__inner-sec {
		margin-top: 25px;
	}

	.c-case__inner-sec .ttl {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.c-case__inner-sec ul {
		margin: -5px;
		font-size: 12px;
	}

	.c-case__inner-sec ul li {
		padding: 2px 5px;
		margin: 5px;
		border: 1px solid #0c64c9;
		border-radius: 6px;
	}

	.c-case__inner-sec .txt01 {
		margin-top: 15px;
		text-align: center;
	}
}



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

 c-works

***********************************/
.c-works {
	background-color: #18242e;
}

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

.c-works__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: -5.416666666666667%;
}

.c-works__inner-list-sec {
	width: 47.5%;
	padding: 35px 2.5% 2.5%;
	margin-bottom: 5.416666666666667%;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-works__inner-list-sec .num {
	padding: 4px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #0c64c9;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-works__inner-list-sec .num span {
	margin-left: .1em;
	font-size: 18px;
	font-weight: 900;
}

.c-works__inner-list-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #f1f8fe;
	border-radius: 10px;
}

.c-works__inner-list-sec .pic {
	text-align: center;
}

.c-works__inner-txt01 {
	margin-top: 35px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

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

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

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

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

	.c-works__inner-list-sec .num {
		padding: 2px 8px;
		font-size: 10px;
		border-radius: 6px;
	}

	.c-works__inner-list-sec .num span {
		font-size: 12px;
	}

	.c-works__inner-list-sec .ttl {
		display: block;
		padding: 7px 15px;
		margin-bottom: 10px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-works__inner-list-sec .pic {
		text-align: center;
	}

	.c-works__inner-txt01 {
		margin-top: 20px;
		font-size: 14px;
	}
}



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

 c-book　本の監修

***********************************/
.c-book {
	/*background: #f5fafe;*/
	background: #E1EAFF;
}

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

.c-book__inner-content {
	padding: 4.166666666666667% 5%;
	/*background: #fff;*/
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-book__inner-content .pic01 {
	text-align: center;
	zoom: 30%;
}

.c-book__inner-content .txt01 {
	margin-top: 20px;
	margin-bottom: -.5em;
	/*font-size: 18px;*/
	font-size: 14px;
	font-weight: bold;
}

/*結城作成*/
.c-book__inner-content .txt02 {
	margin: -70px 0 10px 0;
	text-align: center;
	font-size: 14px;
}

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

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

	.c-book__inner-content {
		padding: 5.882352941176471% 4.411764705882353%;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-book__inner-content .pic01 {
		width: 67.741935483870968%;
		margin: 0 auto;
		text-align: center;
	}

	.c-book__inner-content .txt01 {
		margin-top: 10px;
		font-size: 14px;
	}

	/*結城作成*/
	.c-book__inner-content .txt02 {
		margin: -50px 0 10px 0;
		font-size: 12px;
	}

}



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

 c-difference

***********************************/
.c-difference {
	background: #E1EAFF;
}

.c-difference__inner {
	padding: 80px 0 90px;
}

.c-difference__inner-content {
	zoom: 90%;
	line-height: 2.0;
}

.c-difference__inner-content-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

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

.c-difference__inner-content-sec:nth-child(even) {
	flex-direction: row-reverse;
}

.c-difference__inner-content-sec .content {
	flex: 1;
	position: relative;
	z-index: 1;
}

.c-difference__inner-content-sec:nth-child(odd) .content {
	margin-right: -18.333333333333333%;
}

.c-difference__inner-content-sec:nth-child(even) .content {
	margin-left: -18.333333333333333%;
}

.c-difference__inner-content-sec .content .num {
	padding: 7px 15px;
	margin-left: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	background: #0c64c9;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-difference__inner-content-sec .content .inner {
	height: 100%;
	padding: 30px 30px 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-difference__inner-content-sec .content .inner:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #0c64c9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-difference__inner-content-sec .content .inner .ttl {
	margin-bottom: .7em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}

.c-difference__inner-content-sec .content .inner .txt01 {
	font-size: 18px;
}

.c-difference__inner-content-sec .pic {
	width: 53.333333333333333%;
}

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

	.c-difference__inner-content-sec:nth-child(odd) .content {
		margin-right: -25%;
	}

	.c-difference__inner-content-sec:nth-child(even) .content {
		margin-left: -25%;
	}

	.c-difference__inner-content-sec .content .num {
		padding: 4px 10px;
		margin-left: 20px;
		font-size: 18px;
	}

	.c-difference__inner-content-sec .content .inner {
		padding: 30px 20px 25px;
		border-radius: 10px;
	}

	.c-difference__inner-content-sec .content .inner .ttl {
		font-size: 24px;
	}

	.c-difference__inner-content-sec .content .inner .txt01 {
		font-size: 17px;
	}
}

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


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

	.c-difference__inner-content-sec {
		display: block;
		margin-bottom: 45px;
	}

	.c-difference__inner-content-sec:nth-child(odd) .content {
		margin-right: 0;
	}

	.c-difference__inner-content-sec:nth-child(even) .content {
		margin-left: 0;
	}

	.c-difference__inner-content-sec .content .num {
		padding: 2px 10px;
		margin-left: 0;
		font-size: 12px;
		background: #0c64c9;
		border-radius: 6px;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 2;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}

	.c-difference__inner-content-sec .content .inner {
		height: auto;
		padding: 25px 20px 10px;/*結城左右を20px,下を10pxに設定（元は0px）*/
		margin-bottom: 15px;
		border-radius: 0;
		box-shadow: none;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	.c-difference__inner-content-sec .content .inner:before {
		width: 100%;
		height: 2px;
	}

	.c-difference__inner-content-sec .content .inner .ttl {
		margin-bottom: .6em;
		font-size: 16px;
		text-align: center;
	}

	.c-difference__inner-content-sec .content .inner .txt01 {
		font-size: 14px;
	}

	.c-difference__inner-content-sec .pic {
		width: auto;
		text-align: center;
	}
}



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

 c-feature

***********************************/
.c-feature {
	background: url(../images/feature_bg01_pc.jpg) no-repeat center / cover;
}

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

.c-feature__inner-content {
	width: 1000px;
	max-width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}

.c-feature__inner-content table {
	width: 100%;
	border-spacing: 0;
	line-height: 1.6;
}

.c-feature__inner-content table thead tr th {
	padding: 21px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-feature__inner-content table thead tr th:nth-child(1) {
	width: 16%;
	background: #0c64c9;
	border-radius: 10px 0 0 0;
}

.c-feature__inner-content table thead tr th:nth-child(2) {
	width: 24%;
	padding: 0;
	background: #fff;
	vertical-align: top;
	border-left: 6px solid #0c64c9;
	border-right: 6px solid #0c64c9;
	border-bottom: 1px solid #cccccc;
}

.c-feature__inner-content table thead tr th:nth-child(3) {
	width: 20%;
	background: #0b56aa;
}

.c-feature__inner-content table thead tr th:nth-child(4) {
	width: 20%;
	background: #0c64c9;
}

.c-feature__inner-content table thead tr th:nth-child(5) {
	width: 20%;
	background: #0b56aa;
	border-radius: 0 10px 0 0;
}

.c-feature__inner-content table thead tr th:nth-child(2) .inner {
	padding-top: 8px;
	position: relative;
	z-index: 1;
}

.c-feature__inner-content table thead tr th:nth-child(2) .inner:before {
	content: "";
	display: block;
	width: calc(100% + 12px);
	height: 21px;
	margin-top: -20px;
	background: #fff;
	border-top: 6px solid #0c64c9;
	border-left: 6px solid #0c64c9;
	border-right: 6px solid #0c64c9;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-feature__inner-content table thead tr th:nth-child(2) .inner p {
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

.c-feature__inner-content table tbody tr th {
	padding: 27px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #f1f8fe;
	border-bottom: 1px solid #cccccc;
}

.c-feature__inner-content table tbody tr:last-child th {
	border-bottom: none;
	border-radius: 0 0 0 10px;
}

.c-feature__inner-content table tbody tr td {
	padding: 14px 5px;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.c-feature__inner-content table tbody tr td:nth-child(2) {
	padding: 14px 0;
	color: #0c64c9;
	font-weight: bold;
	border-left: 6px solid #0c64c9;
	border-right: 6px solid #0c64c9;
}

.c-feature__inner-content table tbody tr td:last-child {
	border-right: none;
}

.c-feature__inner-content table tbody tr:last-child td {
	border-bottom: none;
}

.c-feature__inner-content table tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.c-feature__inner-content table tbody tr td:nth-child(2) .inner {
	position: relative;
	z-index: 1;
}

.c-feature__inner-content table tbody tr td:nth-child(2) .inner:before {
	content: "";
	display: block;
	width: calc(100% + 12px);
	height: 21px;
	margin-bottom: -47px;
	background: #fff;
	border-bottom: 6px solid #0c64c9;
	border-left: 6px solid #0c64c9;
	border-right: 6px solid #0c64c9;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-feature__inner-content table tbody tr td:nth-child(2) .inner p {
	text-align: center;
}

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

	.c-feature__inner-content table thead tr th {
		padding: 1.84vw 0.876vw;
		font-size: 1.578vw;
	}

	.c-feature__inner-content table thead tr th:nth-child(1) {
		border-radius: 0.876vw 0 0 0;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) {
		border-left: 0.525854513584575vw solid #0c64c9;
		border-right: 0.525854513584575vw solid #0c64c9;
	}

	.c-feature__inner-content table thead tr th:nth-child(5) {
		border-radius: 0 0.876vw 0 0;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) .inner {
		padding-top: 0.701vw;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) .inner:before {
		width: calc(100% + 1.052vw);
		height: 1.84vw;
		margin-top: -1.753vw;
		border-top: 0.525854513584575vw solid #0c64c9;
		border-left: 0.525854513584575vw solid #0c64c9;
		border-right: 0.525854513584575vw solid #0c64c9;
		border-radius: 0.876vw 0.876vw 0 0;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) .inner p {
		width: 13.146vw;
	}

	.c-feature__inner-content table tbody tr th {
		padding: 2.366vw 0.438vw;
		font-size: 1.402vw;
	}

	.c-feature__inner-content table tbody tr:last-child th {
		border-radius: 0 0 0 0.876vw;
	}

	.c-feature__inner-content table tbody tr td {
		padding: 1.227vw 0.438vw;
		font-size: 1.402vw;
	}

	.c-feature__inner-content table tbody tr td:nth-child(2) {
		padding: 1.227vw 0;
		border-left: 0.525854513584575vw solid #0c64c9;
		border-right: 0.525854513584575vw solid #0c64c9;
	}

	.c-feature__inner-content table tbody tr:last-child td:last-child {
		border-radius: 0 0 0.876vw 0;
	}

	.c-feature__inner-content table tbody tr td:nth-child(2) .inner:before {
		width: calc(100% + 1.052vw);
		height: 1.84vw;
		margin-bottom: -4.119vw;
		border-bottom: 0.525854513584575vw solid #0c64c9;
		border-left: 0.525854513584575vw solid #0c64c9;
		border-right: 0.525854513584575vw solid #0c64c9;
		border-radius: 0 0 0.876vw 0.876vw;
	}

	.c-feature__inner-content table tbody tr td:nth-child(2) .inner p {
	}
}

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

	.c-feature {
		background: url(../images/feature_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-feature__inner {
		padding: 40px 0 55px;
	}

	.c-feature__inner-content {
		width: auto;
		max-width: none;
		padding-top: 10px;
		padding-bottom: 15px;
		margin: 0 -5.147058823529412% 0 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-feature__inner-content table {
		width: 500px;
		margin: 0 auto;
		letter-spacing: .03em;
	}

	.c-feature__inner-content table thead tr th {
		padding: 9px 5px;
		font-size: 11px;
	}

	.c-feature__inner-content table thead tr th:nth-child(1) {
		width: 16%;
		background: #0c64c9;
		border-radius: 6px 0 0 0;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) {
		width: 24%;
		border-left: 3px solid #0c64c9;
		border-right: 3px solid #0c64c9;
	}

	.c-feature__inner-content table thead tr th:nth-child(3) {
		width: 20%;
	}

	.c-feature__inner-content table thead tr th:nth-child(4) {
		width: 20%;
	}

	.c-feature__inner-content table thead tr th:nth-child(5) {
		width: 20%;
		border-radius: 0 6px 0 0;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) .inner {
		padding-top: 2px;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) .inner:before {
		width: calc(100% + 6px);
		height: 11px;
		margin-top: -10px;
		border-top: 3px solid #0c64c9;
		border-left: 3px solid #0c64c9;
		border-right: 3px solid #0c64c9;
		border-radius: 6px 6px 0 0;
	}

	.c-feature__inner-content table thead tr th:nth-child(2) .inner p {
		width: 90px;
	}

	.c-feature__inner-content table tbody tr th {
		padding: 8px 5px;
		font-size: 12px;
	}

	.c-feature__inner-content table tbody tr:last-child th {
		border-radius: 0 0 0 6px;
	}

	.c-feature__inner-content table tbody tr td {
		padding: 8px 5px;
		font-size: 11px;
	}

	.c-feature__inner-content table tbody tr td:nth-child(2) {
		padding: 14px 0;
		font-size: 12px;
		border-left: 3px solid #0c64c9;
		border-right: 3px solid #0c64c9;
	}

	.c-feature__inner-content table tbody tr:last-child td:last-child {
		border-radius: 0 0 6px 0;
	}

	.c-feature__inner-content table tbody tr td:nth-child(2) .inner:before {
		width: calc(100% + 6px);
		height: 16px;
		margin-bottom: -32px;
		border-bottom: 3px solid #0c64c9;
		border-left: 3px solid #0c64c9;
		border-right: 3px solid #0c64c9;
		border-radius: 0 0 6px 6px;
	}
}



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

 c-service

***********************************/
.c-service {
	/*background: #f5fafe;*/
	background: #E1EAFF;
}

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

.c-service__inner-content {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	overflow: hidden;
	zoom:60%;
}

.c-service__inner-content ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1px;
}

.c-service__inner-content ul li {
	width: 25%;
	padding: 40px 15px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-service__inner-content ul li:nth-child(4),
.c-service__inner-content ul li:nth-child(8) {
	border-right: none;
}

.c-service__inner-content ul li .icon {
	width: 70px;
	margin: 0 auto 12px;
}

.c-service__inner-content ul li .txt01 {
	margin-bottom: -.5em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

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

	.c-service__inner-content ul li .txt01 {
		font-size: 16px;
	}

}

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

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

	.c-service__inner-content {
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-service__inner-content ul {
		margin-bottom: -1px;
	}

	.c-service__inner-content ul li {
		width: 50%;
		padding: 20px 10px;
	}

	.c-service__inner-content ul li:nth-child(2),
	.c-service__inner-content ul li:nth-child(4),
	.c-service__inner-content ul li:nth-child(6),
	.c-service__inner-content ul li:nth-child(8) {
		border-right: none;
	}

	.c-service__inner-content ul li .icon {
		width: 53px;
		margin: 0 auto 8px;
	}

	.c-service__inner-content ul li .txt01 {
		font-size: 16px;
	}
}



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

 c-article

***********************************/
.c-article {

}

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

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

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

.c-article__inner-list-sec a {
	display: flex;
	flex-direction: column;
	padding-bottom: 3px;
}

.c-article__inner-list-sec .pic {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.c-article__inner-list-sec .body {
	flex: 1;
	padding: 15px 9.722222222222222%;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 0 0 20px 20px;
}

.c-article__inner-list-sec .body .ttl {
	margin-bottom: .4em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-article__inner-list-sec .body .txt01 {

}

.c-article__inner-btn {
	margin-top: 43px;
	text-align: center;
}

.c-article__inner-btn a {
	display: inline-block;
	width: 280px;
	padding: 12px 0;
	color: #0c64c9;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #0c64c9;
	background: #fff;
	border-radius: 100px;
	vertical-align: top;
}

.c-article__inner-btn a span {
	position: relative;
	z-index: 1;
}

.c-article__inner-btn a span:before {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	margin-right: -26px;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

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

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

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

	.c-article__inner-list-sec a {
		display: block;
		padding-bottom: 2px;
	}

	.c-article__inner-list-sec .pic {
		border-radius: 10px 10px 0 0;
	}

	.c-article__inner-list-sec .body {
		padding: 12px 4.264705882352941%;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
		border-radius: 0 0 10px 10px;
	}

	.c-article__inner-list-sec .body .ttl {
		margin-bottom: .4em;
		font-size: 16px;
	}

	.c-article__inner-list-sec .body .txt01 {

	}

	.c-article__inner-btn {
		margin-top: 30px;
	}

	.c-article__inner-btn a {
		width: 210px;
		padding: 7l-fixed-contents-pcpx 0;
		font-size: 14px;
		border: 2px solid #0c64c9;
	}

	.c-article__inner-btn a span:before {
		width: 5px;
		height: 8.5px;
		margin-right: -20px;
	}

}



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

 c-function

***********************************/
.c-function {
	background: #f5fafe;
}

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

.c-function__inner-content {
	padding: 4.166666666666667% 5% 2.916666666666667%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-function__inner-content-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.c-function__inner-content-list-sec {
	width: 22.222222222222222%;
	margin-bottom: 30px;
}

.c-function__inner-content-list-sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 15px;
	background: #f1f8fe;
	border-radius: 10px;
}

.c-function__inner-content-list-sec .icon img {
	display: block;
	width: 126px;
	margin: 0 auto;
}

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

.c-function__inner-content-list-sec .txt01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

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

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

	.c-function__inner-content {
		padding: 4.411764705882353% 4.411764705882353% 3.676470588235294%;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

	.c-function__inner-content-list-sec {
		width: 47.580645161290323%;
		margin-bottom: 15px;
	}

	.c-function__inner-content-list-sec .icon {
		height: 71px;
		margin-bottom: 10px;
		border-radius: 6px;
	}

	.c-function__inner-content-list-sec .icon img {
		width: 95px;
	}

	.c-function__inner-content-list-sec .ttl {
		font-size: 14px;
	}

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



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

 c-voice

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

}

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

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

.c-voice__inner-list-sec {
	width: 30%;
	padding: 2.5% 2.916666666666667% 1.666666666666667%;
	border: 1px solid #dddddd;
	border-radius: 20px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-voice__inner-list-sec .logo {
	width: 120px;
	margin: 0 auto 15px;
	position: relative;
	z-index: 1;
}

.c-voice__inner-list-sec .logo:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	border-radius: 10px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-voice__inner-list-sec .ttl {
	margin-bottom: .4em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

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

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

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

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

	.c-voice__inner-list-sec {
		width: auto;
		padding: 5.735294117647059% 4.264705882352941% 3.676470588235294%;
		margin-bottom: 32px;
		border-radius: 10px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

	.c-voice__inner-list-sec .logo {
		width: 90px;
		margin: 0 auto 12px;
	}

	.c-voice__inner-list-sec .logo:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid #dddddd;
		border-radius: 10px;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

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

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



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

 c-example

***********************************/
.c-example {
	background: #f5fafe;
}

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

.c-example__inner-content {
	padding: 4.166666666666667% 5% 2.916666666666667%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

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

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

	.c-example__inner-content {
		padding: 4.411764705882353% 4.411764705882353% 3.676470588235294%;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

}



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

 c-plan

***********************************/
.c-plan {
}

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

.c-plan__inner-content {
	display: flex;
	zoom:90%;
}

.c-plan__inner-content-sec {
	display: flex;
	flex-direction: column;
	width: 33.33334%;
	overflow: hidden;
}

.c-plan__inner-content-sec:nth-child(1) {
	border: 5px solid #0a7eab;
	border-radius: 20px 0 0 20px;
}

.c-plan__inner-content-sec:nth-child(2) {
	border: 5px solid #0b56aa;
}

.c-plan__inner-content-sec:nth-child(3) {
	border: 5px solid #0c1e33;
	border-radius: 0 20px 20px 0;
}

.c-plan__inner-content-sec-ttl {
	padding: 12px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-plan__inner-content-sec:nth-child(1) .c-plan__inner-content-sec-ttl {
	background: #0a7eab;
}

.c-plan__inner-content-sec:nth-child(2) .c-plan__inner-content-sec-ttl {
	background: #0b56aa;
}

.c-plan__inner-content-sec:nth-child(3) .c-plan__inner-content-sec-ttl {
	background: #0c1e33;
}

.c-plan__inner-content-sec .body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 8.974358974358974% 10.256410256410256% 8.974358974358974%;
}

.c-plan__inner-content-sec .body .content {
	flex: 1;
	letter-spacing: .05em;
}

.c-plan__inner-content-sec .body .content .price {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-plan__inner-content-sec .body .content .price span {
	display: inline-block;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}

.c-plan__inner-content-sec:nth-child(1) .body .content .price span {
	color: #0a7eab;
}

.c-plan__inner-content-sec:nth-child(2) .body .content .price span {
	color: #0b56aa;
}

.c-plan__inner-content-sec:nth-child(3) .body .content .price span {
	color: #0c1e33;
}

.c-plan__inner-content-sec .body .content .tax {
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.c-plan__inner-content-sec .body .content .tax span {
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #dddddd;
	border-radius: 6px;
}

.c-plan__inner-content-sec .body .content .plan {
}

.c-plan__inner-content-sec .body .content .plan .ttl {
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.c-plan__inner-content-sec:nth-child(1) .body .content .plan .ttl {
	color: #0a7eab;
	border-top: 2px solid #0a7eab;
}

.c-plan__inner-content-sec:nth-child(2) .body .content .plan .ttl {
	color: #0b56aa;
	border-top: 2px solid #0b56aa;
}

.c-plan__inner-content-sec:nth-child(3) .body .content .plan .ttl {
	color: #0c1e33;
	border-top: 2px solid #0c1e33;
}

.c-plan__inner-content-sec .body .content .plan ul {
	margin-bottom: 15px;
	font-size: 15px;
}

.c-plan__inner-content-sec .body .content .plan ul li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}

.c-plan__inner-content-sec .body .content .plan ul li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 1.15em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-plan__inner-content-sec:nth-child(1) .body .content .plan ul li:before {
	background: url(../images/plan_icon01.png) no-repeat center / contain;
}

.c-plan__inner-content-sec:nth-child(2) .body .content .plan ul li:before {
	background: url(../images/plan_icon02.png) no-repeat center / contain;
}

.c-plan__inner-content-sec:nth-child(3) .body .content .plan ul li:before {
	background: url(../images/plan_icon03.png) no-repeat center / contain;
}

.c-plan__inner-content-sec .body .content .plan .txt01 {
	font-size: 15px;
}

.c-plan__inner-content-sec .body .btn {
	width: 230px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

.c-plan__inner-content-sec .body .btn a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: #ff8c19;
	border-radius: 100px;
}

.c-plan__inner-content-sec .body .btn a span {
	position: relative;
	z-index: 1;
}

.c-plan__inner-content-sec .body .btn a span:before {
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	margin-right: -22px;
	background: url(../images/icon_arr03.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-plan__inner-content-sec:nth-child(1) {
		border: 0.488vw solid #0a7eab;
		border-radius: 1.953vw 0 0 1.953vw;
	}

	.c-plan__inner-content-sec:nth-child(2) {
		border: 0.488vw solid #0b56aa;
	}

	.c-plan__inner-content-sec:nth-child(3) {
		border: 0.488vw solid #0c1e33;
		border-radius: 0 1.953vw 1.953vw 0;
	}

	.c-plan__inner-content-sec-ttl {
		padding: 1.172vw 0.977vw;
		font-size: 1.758vw;
	}

	.c-plan__inner-content-sec .body .content .price {
		margin-bottom: 1.953vw;
		font-size: 1.953vw;
	}

	.c-plan__inner-content-sec .body .content .price span {
		font-size: 4.102vw;
	}

	.c-plan__inner-content-sec .body .content .tax {
		margin-bottom: 2.441vw;
		font-size: 1.367vw;
	}

	.c-plan__inner-content-sec .body .content .tax span {
		padding: 0.684vw 0.977vw;
		border-radius: 0.586vw;
	}

	.c-plan__inner-content-sec .body .content .plan .ttl {
		padding: 0.781vw 0;
		font-size: 1.758vw;
	}

	.c-plan__inner-content-sec:nth-child(1) .body .content .plan .ttl {
		border-top: 0.195vw solid #0a7eab;
	}

	.c-plan__inner-content-sec:nth-child(2) .body .content .plan .ttl {
		border-top: 0.195vw solid #0b56aa;
	}

	.c-plan__inner-content-sec:nth-child(3) .body .content .plan .ttl {
		border-top: 0.195vw solid #0c1e33;
	}

	.c-plan__inner-content-sec .body .content .plan ul {
		margin-bottom: 1.465vw;
		font-size: 1.367vw;
	}

	.c-plan__inner-content-sec .body .content .plan ul li {
		padding: 0.977vw 0 0.977vw 1.953vw;
	}

	.c-plan__inner-content-sec .body .content .plan ul li:before {
		width: 1.172vw;
		height: 1.172vw;
		margin-top: 1.15em;
	}

	.c-plan__inner-content-sec .body .content .plan .txt01 {
		font-size: 1.367vw;
	}

	.c-plan__inner-content-sec .body .btn {
		width: 22.461vw;
		margin-top: 1.953vw;
		font-size: 1.758vw;
	}

	.c-plan__inner-content-sec .body .btn a {
		padding: 1.465vw 0;
	}

	.c-plan__inner-content-sec .body .btn a span:before {
		width: 0.488vw;
		height: 0.781vw;
		margin-right: -2.148vw;
	}

}

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

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

	.c-plan__inner-content {
		display: block;
	}

	.c-plan__inner-content-sec {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

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

	.c-plan__inner-content-sec:nth-child(1) {
		border: none;
		border-radius: 0;
	}

	.c-plan__inner-content-sec:nth-child(2) {
		border: none;
		border-radius: 0;
	}

	.c-plan__inner-content-sec:nth-child(3) {
		border: none;
		border-radius: 0;
	}

	.c-plan__inner-content-sec-ttl {
		padding: 9px 10px;
		font-size: 16px;
		border-radius: 10px 10px 0 0;
	}

	.c-plan__inner-content-sec .body {
		display: block;
		padding: 5.882352941176471% 3.970588235294118% 8.088235294117647%;
		border-radius: 0 0 10px 10px;
	}

	.c-plan__inner-content-sec:nth-child(1) .body {
		border-left: 3px solid #0a7eab;
		border-right: 3px solid #0a7eab;
		border-bottom: 3px solid #0a7eab;
	}

	.c-plan__inner-content-sec:nth-child(2) .body {
		border-left: 3px solid #0b56aa;
		border-right: 3px solid #0b56aa;
		border-bottom: 3px solid #0b56aa;
	}

	.c-plan__inner-content-sec:nth-child(3) .body {
		border-left: 3px solid #0c1e33;
		border-right: 3px solid #0c1e33;
		border-bottom: 3px solid #0c1e33;
	}

	.c-plan__inner-content-sec .body .content {
		flex: 1;
		letter-spacing: .05em;
	}

	.c-plan__inner-content-sec .body .content .price {
		margin-bottom: 15px;
		font-size: 17px;
	}

	.c-plan__inner-content-sec .body .content .price span {
		font-size: 28px;
	}

	.c-plan__inner-content-sec .body .content .tax {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.c-plan__inner-content-sec .body .content .tax span {
		padding: 2px 8px;
		border-radius: 6px;
	}

	.c-plan__inner-content-sec .body .content .plan {
	}

	.c-plan__inner-content-sec .body .content .plan .ttl {
		padding: 5px 0;
		font-size: 14px;
	}

	.c-plan__inner-content-sec .body .content .plan ul {
		margin-bottom: 12px;
		font-size: 12px;
	}

	.c-plan__inner-content-sec .body .content .plan ul li {
		padding: 8px 0 8px 15px;
	}

	.c-plan__inner-content-sec .body .content .plan ul li:before {
		width: 12px;
		height: 12px;
		margin-top: 1em;
	}

	.c-plan__inner-content-sec .body .content .plan .txt01 {
		font-size: 14px;
	}

	.c-plan__inner-content-sec .body .btn {
		width: 210px;
		margin-top: 15px;
		font-size: 14px;
		font-weight: 900;
	}

	.c-plan__inner-content-sec .body .btn a {
		padding: 10px 0;
	}

	.c-plan__inner-content-sec .body .btn a span:before {
		width: 5px;
		height: 8px;
		margin-right: -24px;
	}
}



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

 c-flow

***********************************/
.c-flow {
	/*background: #f5fafe;*/
	background: #E1EAFF;
}

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

.c-flow__inner-content {
	padding: 4.166666666666667% 4.583333333333333% 2.916666666666667%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	zoom:85%;
}

.c-flow__inner-content-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.c-flow__inner-content-list-sec {
	width: 15.596330275229358%;
	margin-right: 2%;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.c-flow__inner-content-list-sec:nth-child(5) {
	margin-right: 0;
}

.c-flow__inner-content-list-sec:nth-child(6) {
	margin-left: 10.458715596330275%;
}

.c-flow__inner-content-list-sec:nth-child(9) {
	margin-right: 10.458715596330275%;
}

.c-flow__inner-content-list-sec .num {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	background: #0c64c9;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-content-list-sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding-top: 5px;
	margin-bottom: 12px;
	background: #f1f8fe;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-flow__inner-content-list-sec .icon:before {
	content: "";
	display: block;
	width: 10px;
	height: 14px;
	margin-right: -37px;
	background: url(../images/flow_arrr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-flow__inner-content-list-sec:nth-child(5) .icon:before,
.c-flow__inner-content-list-sec:nth-child(9) .icon:before {
	display: none;
}

.c-flow__inner-content-list-sec .icon img {
	display: block;
}

.c-flow__inner-content-list-sec .ttl {
	margin: 0 -1em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-flow__inner-content-list-sec .ttl .note {
	display: block;
	font-size: 12px;
}

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

	.c-flow__inner-content-list-sec .icon:before {
		width: 0.735vw;
		height: 1.029vw;
		margin-right: -2.721vw;
	}

}

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

	.c-flow__inner-content-list-sec .icon img {
		width: 4.492vw;
	}

	.c-flow__inner-content-list-sec .ttl {
		font-size: 1.563vw;
	}

	.c-flow__inner-content-list-sec .ttl .note {
		font-size: 1.172vw;
	}

}

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

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

	.c-flow__inner-content {
		padding: 5.147058823529412% 4.411764705882353% 4.411764705882353%;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-flow__inner-content-list {
		margin-bottom: -30px;
	}

	.c-flow__inner-content-list-sec {
		width: 45.161290322580645%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.c-flow__inner-content-list-sec:nth-child(5) {
		margin-right: 0;
	}

	.c-flow__inner-content-list-sec:nth-child(6) {
		margin-left: 0;
	}

	.c-flow__inner-content-list-sec:nth-child(9) {
		margin-left: 27.741935483870968%;
		margin-right: 0;
	}

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

	.c-flow__inner-content-list-sec .icon {
		height: 72px;
		padding-top: 12px;
		margin-bottom: 12px;
		border-radius: 6px;
	}

	.c-flow__inner-content-list-sec .icon:before {
		width: 2.667vw;
		height: 3.733vw;
		margin-right: -5.333vw;
	}

	.c-flow__inner-content-list-sec:nth-child(2) .icon:before,
	.c-flow__inner-content-list-sec:nth-child(4) .icon:before,
	.c-flow__inner-content-list-sec:nth-child(6) .icon:before,
	.c-flow__inner-content-list-sec:nth-child(8) .icon:before {
		display: none;
	}

	.c-flow__inner-content-list-sec:nth-child(5) .icon:before {
		display: block;
	}

	.c-flow__inner-content-list-sec:nth-child(9) .icon:after {
		content: "";
		display: block;
		width: 2.667vw;
		height: 3.733vw;
		margin-left: -5.333vw;
		background: url(../images/flow_arrr01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

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

	.c-flow__inner-content-list-sec .ttl {
		margin: 0;
		font-size: 14px;
	}

	.c-flow__inner-content-list-sec .ttl .note {
		font-size: 10.5px;
	}

}



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

 c-faq

***********************************/
.c-faq {
	background: #E1EAFF;
}

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

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

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

}



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

 c-contact

***********************************/
.c-contact {
	/*background: #f5fafe;*/
	/*background: #E1EAFF;*/
	background: #FDF9E3;
}

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

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

.c-contact__inner-content {
	max-width: 1060px;
	padding: 10px 3.25% 5.416666666666667%;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 80%; /*問合せ縦に長すぎだったので縮尺調整*/
}

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

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

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

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

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

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


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

 xxx

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

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

}

