/*
Theme Name: original_theme
Description: This is our original theme.
Author: Wordpress Theme
Version: 1.01
*/

@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-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: 0;
	padding: 0;
	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: 5.1rem;
	padding: .5rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .07em;
	background: #f5f5f9;
	border: .1rem solid #333333;
	box-sizing: border-box;
	border-radius: .7rem;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5.1rem;
	padding: .5rem 1rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .07em;
	background: #f5f5f9;
	border: .1rem solid #333333;
	background: #fff;
	box-sizing: border-box;
	border-radius: .7rem;
}
textarea {
	height: 8rem;
	padding: 1rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .07em;
	background: #f5f5f9;
	border: .1rem solid #333333;
	box-sizing: border-box;
	border-radius: .7rem;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #999999;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #999999;

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

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
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;
}
.ovImg:hover img {
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 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;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Montserrat {
	font-family: "YakuHanJP", 'Montserrat', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}



@media screen and (max-width:1350px){
	html {
		font-size: .74074074vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 2.66666667vw;
	}
	body {
		font-size: 1.4rem;
	}
	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: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .1rem solid #333333;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .1rem solid #333333;
	}
	textarea {
		height: 6.8rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .1rem solid #333333;
	}
}

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

 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: #005aab;
}
.yellow {
	color: #ffec00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.underline {
	text-decoration: underline;
}

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

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

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 116rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/* ---------------------------------------------------------
 投稿スタイル
--------------------------------------------------------- */
.entry_content {
	font-size: 1.6rem;
	line-height: 2;
}
.entry_content section,
.entry_content article,
.entry_content footer,
.entry_content header,
.entry_content div,
.entry_content dl,
.entry_content dt,
.entry_content dd,
.entry_content li,
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6,
.entry_content pre,
.entry_content form,
.entry_content fieldset,
.entry_content input,
.entry_content textarea,
.entry_content p,
.entry_content blockquote,
.entry_content th,
.entry_content td,
.entry_content caption {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
	clear: both;
	line-height: 1.846153846;
	margin: 1.5em 0;
	font-weight: 600;
}
.entry_content h1,
.entry_content h2 {
	padding: 1.2rem 2.5rem 1.2rem 2.5rem;
	margin: 5rem 0 1.1em 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	border-radius: 1.2rem;
	background: #534b50;
	position: relative;
	z-index: 1;
}
.entry_content h1:before,
.entry_content h2:before {
	content: "";
	display: block;
	width: .3rem;
	height: 1.2rem;
	background-color: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h3 {
	padding: 1.1rem 1.5rem 1.1rem 3.3rem;
	margin: 5rem 0 1.1em 0;
	font-size: 1.8rem;
	line-height: 1.5;
	border: .2rem solid #dedcde;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}
.entry_content h3:before {
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	background-color: #534b50;
	border-radius: .2rem;
	position: absolute;
	top: 50%;
	left: 1.6rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h4 {
	margin: 5rem 0 .11em 0;
	font-size: 1.6rem;
}
.entry_content h3 {
	/*font-size: 20px;*/
}
.entry_content h2 {
	/*font-size: 22px;*/
}
.entry_content h1 {
	/*font-size: 24px;*/
}

.entry_content strong {
	font-weight: bold;
}
.entry_content em {
	font-style: italic;
}
.entry_content mark,
.entry_content ins {
	background-color: #fff9c0;
	text-decoration: none;
}
.entry_content del {
	opacity: 0.8;
}
.entry_content a {
	color: #524b50;
	text-decoration: none;
}
.entry_content a:hover {
	text-decoration: underline;
}
.entry_content blockquote {
	padding: 0 0 0 1.7rem;
	margin: 0 0 2.8rem 0;
}
.entry_content blockquote p {
	margin: 0;
}
.entry_content ul {
	margin: 1.5em 0 1.666666666666667em;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry_content ul li {
	padding: 0.5625em 1.5rem 0.5625em 4.5rem;
	margin-bottom: 2rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
	position: relative;
	z-index: 1;
}
.entry_content ul li:after {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	margin-top: 1.2em;
	border: .4rem solid #534b50;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 1;
}
.entry_content ul li:last-child {
	margin-bottom: 0;
}
.entry_content ol {
	list-style-type: decimal;
	margin: 1em 0 1.666666666666667em;
	padding: 0 0 0 4rem;
}
.entry_content code {
}
.entry_content pre {
	margin: 0 0 1em;
	padding: 1rem 2.5rem 1rem;
	word-wrap: break-word;
	overflow: auto;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
}
.entry_content p {
	margin: 1em 0 1.4em;
}
.entry_content table {
	width: 100%;
	margin: 0 0 1.2em;
	line-height: 1.6;
	letter-spacing: .03em;
	border-spacing: 0;
	border-collapse: separate;
}
.entry_content table caption {
	text-align: center;
}
.entry_content table th {
	font-weight: bold;
}
.entry_content table th,
.entry_content table td {
	padding: 1.4rem .25em;
	border-top: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: none;
	border-left: none;
}
.entry_content table th.has-text-align-left,
.entry_content table td.has-text-align-left {
	text-align: left;
}
.entry_content table th.has-text-align-right,
.entry_content table td.has-text-align-right {
	text-align: right;
}
.entry_content table th.has-text-align-center,
.entry_content table td.has-text-align-center {
	text-align: center;
}
.entry_content table tr:first-child th:first-child,
.entry_content table tr:first-child td:first-child {
	border-radius: 1rem 0 0 0;
}
.entry_content table tr:first-child th,
.entry_content table tr:first-child td {
	border-top: .2rem #dddddd solid;
}
.entry_content table tr th:first-child,
.entry_content table tr td:first-child {
	border-left: .2rem #dddddd solid;
}
.entry_content table tr:first-child th:last-child,
.entry_content table tr:first-child td:last-child {
	border-top: .2rem #dddddd solid;
	border-radius: 0 1rem 0 0;
}
.entry_content table tr th:last-child,
.entry_content table tr td:last-child {
	border-right: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:first-child,
.entry_content table tr:last-child td:first-child {
	border-left: .2rem #dddddd solid;
	border-radius: 0 0 0 10px;
}
.entry_content table tr:last-child th,
.entry_content table tr:last-child td {
	border-bottom: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:last-child,
.entry_content table tr:last-child td:last-child {
	border-right: .2rem #dddddd solid;
	border-radius: 0 0 10px 0;
}
.entry_content table[data-col="2"] th,
.entry_content table[data-col="2"] td {
	width: 50%;
}
.entry_content table[data-col="3"] th,
.entry_content table[data-col="3"] td {
	width: 33.333334%;
}
.entry_content table[data-col="4"] th,
.entry_content table[data-col="4"] td {
	width: 25%;
}
.entry_content table[data-col="5"] th,
.entry_content table[data-col="5"] td {
	width: 20%;
}
.entry_content table[data-col="6"] th,
.entry_content table[data-col="6"] td {
	width: 16.666666666666667%;
}
.entry_content table td {
}
.entry_content table .head,
.entry_content table thead tr th,
.entry_content table thead tr td {
	background-color: #f6f6f6;
	border-bottom: 1px #dddddd solid !important;
}
.entry_content table thead tr th:first-child,
.entry_content table thead tr td:first-child {
	border-radius: 1rem 0 0 0 !important;
}
.entry_content table thead tr th:last-child,
.entry_content table thead tr td:last-child {
	border-radius: 0 1rem 0 0 !important;
}
.entry_content table thead + tbody tr:first-child th:first-child,
.entry_content table thead + tbody tr:first-child td:first-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th:last-child,
.entry_content table thead + tbody tr:first-child td:last-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th,
.entry_content table thead + tbody tr:first-child td {
	border-top: none !important;
}
.entry_content table strong {
	background: none;
}
.entry_content .wp-block-image {
	margin-bottom: 2em;
}
.entry_content figure {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.entry_content img {
	max-width: 100%;
	height: auto;
	/*border-radius: 40px;*/
}
.entry_content iframe {
	max-width: 100%;
}
.entry_content .aligncenter {
	text-align: center;
	margin: 0 auto 1em;
	display: block;
}
.entry_content .alignleft {
	float: left;
	margin: 0 1em 0.857142857em 0;
}
.entry_content .alignright {
	float: right;
	margin: 0 0 0.857142857em 1em;
}

.entry_content .has-text-align-left {
	text-align: left;
}

.entry_content .has-text-align-center {
	text-align: center;
}

.entry_content .has-text-align-right {
	text-align: right;
}

.entry_content .has-small-font-size {
	font-size: 1.3rem !important;
}

.entry_content .has-medium-font-size {
	font-size: 2rem !important;
}

.entry_content .has-large-font-size {
	font-size: 3.6rem !important;
}

.entry_content .has-x-large-font-size {
	font-size: 4.2rem !important;
}

.entry_content sup {
	font-size: .5em;
	vertical-align: top;
}

.entry_content sub {
	font-size: .5em;
	vertical-align: bottom;
}

.entry_content .c-entryBox {
	padding: 1.5rem 2.5rem;
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
}

.entry_content .wp-block-embed__wrapper {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	overflow: hidden;
	/*border-radius: 3rem;*/
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.entry_content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry_content *:first-child {
	margin-top: 0;
}

.entry_content *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
	.entry_content {
		font-size: 1.2rem;
	}

	.entry_content section,
	.entry_content article,
	.entry_content footer,
	.entry_content header,
	.entry_content div,
	.entry_content dl,
	.entry_content dt,
	.entry_content dd,
	.entry_content li,
	.entry_content h1,
	.entry_content h2,
	.entry_content h3,
	.entry_content h4,
	.entry_content h5,
	.entry_content h6,
	.entry_content pre,
	.entry_content form,
	.entry_content fieldset,
	.entry_content input,
	.entry_content textarea,
	.entry_content p,
	.entry_content blockquote,
	.entry_content th,
	.entry_content td,
	.entry_content caption {
	}

	.entry_content p {
		margin: .6em 0 1em;
	}
	.entry_content h1,
	.entry_content h2 {
		padding: .6rem 1.5rem .6rem 2rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.4rem;
		line-height: 1.6;
		border-radius: .8rem;
	}
	.entry_content h1:before,
	.entry_content h2:before {
		width: .15rem;
		height: .8rem;
		left: 1rem;
	}
	.entry_content h3 {
		padding: .6rem 1.5rem .6rem 1.8rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
		border-radius: 1rem;
		border: .1rem solid #dedcde;
	}
	.entry_content h3:before {
		width: .55rem;
		height: .55rem;
		border-radius: .2rem;
		left: .8rem;
	}
	.entry_content h4 {
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.entry_content figure {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.entry_content img {
		/*border-radius: 20px;*/
	}
	.entry_content table {
		margin: 0 0 1.2em;
		font-size: .9rem;
	}
	.entry_content table th,
	.entry_content table td {
		padding: .9rem .25em;
	}
	.entry_content table tr:first-child th:first-child,
	.entry_content table tr:first-child td:first-child {
		border-radius: .6rem 0 0 0;
	}
	.entry_content table tr:first-child th:last-child,
	.entry_content table tr:first-child td:last-child {
		border-radius: 0 .6rem 0 0;
	}
	.entry_content table tr:last-child th:first-child,
	.entry_content table tr:last-child td:first-child {
		border-radius: 0 0 0 .6rem;
	}
	.entry_content table tr:last-child th:last-child,
	.entry_content table tr:last-child td:last-child {
		border-radius: 0 0 .6rem 0;
	}
	.entry_content table thead tr th:first-child,
	.entry_content table thead tr td:first-child {
		border-radius: .6rem 0 0 0 !important;
	}
	.entry_content table thead tr th:last-child,
	.entry_content table thead tr td:last-child {
		border-radius: 0 .6rem 0 0 !important;
	}
	.entry_content ul {
		margin: 1em 0 1.666666666666667em;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.entry_content ul li {
		padding: 0.5625em 1.5rem 0.5625em 2.5rem;
		margin-bottom: 1rem;
		border-radius: .8rem;
	}
	.entry_content ul li:after {
		width: .9rem;
		height: .9rem;
		margin-top: 1em;
		border: .3rem solid #534b50;
		left: 1rem;
	}

	.entry_content .has-small-font-size {
		font-size: 1rem !important;
	}

	.entry_content .has-medium-font-size {
		font-size: 1.6rem !important;
	}

	.entry_content .has-large-font-size {
		font-size: 2rem !important;
	}

	.entry_content .has-x-large-font-size {
		font-size: 2.4rem !important;
	}

	.entry_content .wp-block-image {
		margin-bottom: 1.3em;
	}

	.entry_content .c-entryBox {
		padding: 1rem 1rem;
		margin: 1.5rem 0;
		font-size: 1.1rem;
		line-height: 1.5;
		border-radius: .8rem;
	}

	.entry_content .wp-block-embed__wrapper {
		margin-top: 2rem;
		margin-bottom: 2rem;
		/*border-radius: 2rem;*/
	}

}



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

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-wrap.top {
	padding-bottom: 14rem;
}

.l-main {
}

.l-pageTop {
	display: none;
	width: 6.2rem;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
}

.l-wrap.top .l-pageTop {
	bottom: 14rem;
}

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

	.l-wrap.top {
		padding-bottom: 5.1rem;
	}

	.l-pageTop {
		width: 3.7rem;
	}

	.l-wrap.top .l-pageTop {
		bottom: 5.1rem;
	}
}




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

 l-header

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

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


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

 l-fixed-content-pc

***********************************/
.l-fixed-content-pc {
	display: none;
	width: 100%;
	height: 14rem;
	padding: 1rem 0 0;
	background: #005cab;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
}

.l-fixed-content-pc__txt01 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .15em;
	text-align: center;
}

.l-fixed-content-pc__btn {
	margin-top: 1.2rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.l-fixed-content-pc__btn a {
	display: inline-block;
	padding: 1.8rem 6rem 1.8rem 5rem;
	color: #fff;
	background: #ff7f00;
	box-shadow: 0 .3rem 0 0 #004e77;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-fixed-content-pc__btn a:hover {
	transform: translateY(.3rem);
	box-shadow:0 0 0 0 #004e77;
	filter: brightness(1.2);
}

.l-fixed-content-pc__btn a:before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/common/icon_arr01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}


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

 l-fixed-content-sp

***********************************/
.l-fixed-content-sp {
	display: none;
	width: 100%;
	height: 5.1rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
}

.l-fixed-content-sp__txt01 {
	padding: .4rem 1rem;
	margin-top: -3.8rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background: #005cab;
	border-radius: 20rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.l-fixed-content-sp__txt01:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 12.5px solid #005cab;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-content-sp__btn {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.l-fixed-content-sp__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5.1rem;
	color: #fff;
	background: #ff7f00;
	position: relative;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-fixed-content-sp__btn a span {
	position: relative;
	z-index: 1;
}

.l-fixed-content-sp__btn a span:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/common/icon_arr01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: -3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}


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

 l-footer

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

.l-footer__inner {
	padding: 9rem 0;
}

.l-footer__logo {
	width: 17.1rem;
	margin: 0 auto;
}

.l-footer__list {
	margin-top: 3.5rem;
	font-size: 1.6rem;
	font-weight: bold;
}

.l-footer__list li {
	margin-top: .4em;
	text-align: center;
}

.l-footer__list li:first-child {
	margin-top: 0;
}

.l-footer__copy {
	margin-top: 4rem;
	color: #aaaaaa;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.l-footer__inner {
		padding: 4rem 0;
	}

	.l-footer__logo {
		width: 10.25rem;
	}

	.l-footer__list {
		margin-top: 1.75rem;
		font-size: 1rem;
	}

	.l-footer__list li {
	}

	.l-footer__copy {
		margin-top: 2rem;
		font-size: .9rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	padding-bottom: 3.5rem;
	margin-top: -.3em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-title01:before {
	content: "";
	display: block;
	width: 4.8rem;
	height: .4rem;
	background: #050c14;
	border-radius: 1rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title01:after {
	content: "";
	display: block;
	width: 2.4rem;
	height: .4rem;
	background: #005cab;
	border-radius: 1rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title01.line-white:after {
	background: #ffffff;
}

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

	.c-title01 {
		padding-bottom: 1.75rem;
		font-size: 2.1rem;
	}

	.c-title01:before {
		width: 2.4rem;
		height: .2rem;
	}

	.c-title01:after {
		width: 1.2rem;
		height: .2rem;
	}
}

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

 c-sub-hero

***********************************/
.c-sub-hero {
	background-color: #005cab;
	position: relative;
	z-index: 1;
}

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner-logo {
	width: 17.1rem;
	position: absolute;
	top: 4.5rem;
	left: 6rem;
	z-index: 1;
}

.c-sub-hero__inner__ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 15rem;
		padding-top: 4rem;
	}

	.c-sub-hero__inner-logo {
		width: 10.25rem;
		position: absolute;
		top: 2.25rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: inline-block;
	padding: 1.8rem 6rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #ff7f00;
	box-shadow: 0 .3rem 0 0 rgba(0,0,0,.3);
	border-radius: 20rem;
	position: relative;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-btn01:hover {
	transform: translateY(.3rem);
	box-shadow:0 0 0 0 rgba(0,0,0,.3);
	filter: brightness(1.2);
}

a.c-btn01:before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/common/icon_arr01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		font-size: 1.6rem;
		padding: .9rem 4.25rem;
		box-shadow: 0 .25rem 0 0 rgba(0,0,0,.3);
	}

	a.c-btn01:hover {
		transform: translateY(.25rem);
	}

	a.c-btn01:before {
		width: 1.5rem;
		height: 1.5rem;
		right: 1.5rem;
	}
}

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

 c-form

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

.c-form:before {
}

.c-form__content {
	margin-bottom: 5rem;
}

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

.c-form__content dl dt {
	display: table-cell;
	width: 26rem;
	padding-right: 2.5rem;
	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: 1.8rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	background-color: #0a4399;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	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% - 1rem);
}

.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: .25em -.5em;
}

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

.c-form__privacy {
	margin-bottom: 3rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

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

.c-form__privacy-content-scroll section {
	margin-bottom: 3rem;
}

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

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

.c-form__privacy-content-scroll p {
	font-size: 1.6rem;
}

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

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

.c-form__submit {
	width: 37rem;
	max-width: 100%;
	margin: 0 auto;
}

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

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

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

.c-form__confirmBtn__btn {
	width: 36rem;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #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: 2rem;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 1.5rem 0 2rem;
	}

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

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

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

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

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

	.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: 1.5rem;
	}

	.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 .list {
		margin: 0;
	}

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

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

	.c-form__privacy {
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 2.5rem;
	}

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

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

	.c-form__privacy-content-scroll p {
		font-size: 1.2rem;
	}

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

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

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #4d2600;
	}

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #333333;
	}

}


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

 c-faq-list

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

.c-faq-list dl {
	margin-bottom: 6rem;
}

.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: 3rem;
}

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

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

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

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

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

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 3rem;
	}

	.c-faq-list dl dt {
		margin-bottom: 2rem;
	}

	.c-faq-list dl dt .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

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

}


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

 c-faq-list-acc

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

.c-faq-list-acc dl {
	border-bottom: 1px solid #dddddd;
}

.c-faq-list-acc dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 2.5rem;
	padding-left: 3rem;
	padding-bottom: 2.5rem;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	color: #005cab;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 9rem;
	margin-left: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 1.8rem 3rem 0 0;
	background-color: #005cab;
	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: .2rem;
	height: 1.8rem;
	margin: 1rem 3.8rem 0 0;
	background-color: #005cab;
	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;
	padding-bottom: 3rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	padding-top: 1.8rem;
	padding-left: 7.5rem;
	padding-right: 9rem;
	padding-bottom: 1.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	background: #eaeaea;
}

.c-faq-list-acc dl dd .cont p {
	/*padding-right: 8rem;*/
}

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

	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		padding-left: 0;
		border-bottom: 1px solid #dddddd;
	}

	.c-faq-list-acc dl dt {
		padding-top: 1rem;
		padding-left: 1.2rem;
		padding-bottom: 1rem;
	}

	.c-faq-list-acc dl dt .icon {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		padding-right: 3.5rem;
		margin-left: .5rem;
		font-size: 1.4rem;
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 1.2rem;
		height: .2rem;
		margin: 1.2rem 1rem 0 0;
	}

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

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.2rem;
		margin: .7rem 1.5rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		padding-bottom: 1rem;
	}

	.c-faq-list-acc dl dd .cont {
		padding: 1.1rem 3.5rem;
		margin-left: 0;
		font-size: 1.2rem;
		line-height: 1.8;
	}

	.c-faq-list-acc dl dd .cont p {
		padding-right: 0;
	}

}


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

 c-completeSec

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

.c-completeSec__inner {
	width: 116rem;
	padding: 8rem 0 9rem;
}

.c-completeSec__inner .intro {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-completeSec__inner .back {
	margin-top: 6rem;
	text-align: center;
}


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

	.c-completeSec__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-completeSec__inner .intro {
		font-size: 1.4rem;
	}

	.c-completeSec__inner .back {
		margin-top: 3rem;
	}
}



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

 c-contact

***********************************/
.c-contact {

}

.c-contact__inner {

}

.c-contact__inner-content {
	padding: 1rem 3.9rem 5.5rem;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

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

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

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



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

 c-hero

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

.c-hero__inner {
	display: flex;
	justify-content: space-between;
	height: 96rem;
	padding-top: 4.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__logo {
	width: 17.1rem;
	position: absolute;
	top: 4.5rem;
	left: 6rem;
	z-index: 1;
}

.c-hero__content {
	flex: 1;
	padding-top: 6.3rem;
	margin-right: 6rem;
}

.c-hero__content-box {

}

.c-hero__content-box-txt01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42rem;
	height: 8rem;
	color: #ffec00;
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	background: url(../images/lp/hero_bg02.png) no-repeat center / contain;
}

.c-hero__content-box-txt02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42rem;
	height: 5.5rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	background: url(../images/lp/hero_bg03.png) no-repeat center / contain;
}

.c-hero__content-box-txt02 span {
	padding: 0 2.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__content-box-txt02 span:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 2rem;
	background: url(../images/lp/hero_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__content-box-txt02 span:after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 2rem;
	background: url(../images/lp/hero_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__content-copy {
	margin-top: 3rem;
	color: #fff;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .15em;
}

.c-hero__content-copy .space {
	display: inline-block;
	padding: 0 .3rem;
	line-height: 1.3;
}

.c-hero__content-copy .bg-yellow {
	display: inline-block;
	padding: 0 .3rem;
	color: #333333;
	background: #ffec00;
	line-height: 1.3;
}

.c-hero__content-txt01 {
	margin-top: 3rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .15em;
}

.c-hero__content-note {
	margin-top: 3rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .15em;
}

.c-hero__form {
	width: 39rem;
}

.c-hero__form-ttl {
	padding: .5rem 1rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	background: #005cab;
	border-radius: 1.5rem 1.5rem 0 0;
}

.c-hero__form-body {
	padding: 1rem 2.7rem 2rem;
	background: #fff;
	border-left: .3rem solid #000000;
	border-right: .3rem solid #000000;
	border-bottom: .3rem solid #000000;
	border-radius: 0 0 1.5rem 1.5rem;
}

.c-hero__form-body-txt01 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.c-hero__form-body .form-content {
	margin-top: .5rem;
}

.c-hero__form-body .form-content dl {
	margin-top: 1rem;
}

.c-hero__form-body .form-content dl:first-child {
	margin-top: 0;
}

.c-hero__form-body .form-content dl dt {

}

.c-hero__form-body .form-content dl dt .inner {
	display: flex;
	align-items: center;
}

.c-hero__form-body .form-content dl dt .inner .name {
	font-size: 1.6rem;
	font-weight: bold;
}

.c-hero__form-body .form-content dl dt .inner .require,
.c-hero__form-body .form-content dl dt .inner .any {
	padding: .1rem .3rem;
	margin-right: .7rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-hero__form-body .form-content dl dt .inner .require {
	background-color: #d92027;
}

.c-hero__form-body .form-content dl dt .inner .any {
	background-color: #999999;
}

.c-hero__form-body .form-content dl dd {
	margin-top: .6rem;
}

.c-hero__form-body .form-content dl dd .wfull {
	width: 100%;
}

.c-hero__form-body .form-content dl dd .wpcf7-not-valid-tip {
	font-size: 1.4rem;
}

.c-hero__form-body .content-submit {
	margin-top: 2rem;
}

.c-hero__form-body .content-submit .inner {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__form-body .content-submit .inner:hover {
	transform: translateY(.3rem);
}

.c-hero__form-body .content-submit .inner:before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/common/icon_arr01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}

.c-hero__form-body .content-submit .inner .submit {
	display: block;
	width: 100%;
	padding: 1.45rem 4.5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .05em;
	border-radius: 100px;
	box-shadow: 0 .3rem 0 0 #ffd8b2;
	background: #ff7f00;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__form-body .content-submit .inner .submit:hover {
	box-shadow:0 0 0 0 #ffd8b2;
	filter: brightness(1.2);
}

.c-hero__form-body .content-submit .inner .wpcf7-spinner {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__form-body .wpcf7-response-output {
	padding: .5rem 1rem !important;
	margin: 1.5rem 0 0 !important;
	font-size: 1.4rem;
	line-height: 1.6;
}

.c-hero__form-body-privacy {
	margin-top: 1.2rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.c-hero__logo-gallery-note {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .15em;
	position: absolute;
	bottom: 2rem;
	left: 0;
	z-index: 1;
}

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

	.c-hero {
		background: url(../images/lp/hero_bg01_sp.jpg) no-repeat center bottom / cover;
	}

	.c-hero__inner {
		display: block;
		height: auto;
		padding-top: 7.5rem;
		padding-bottom: 1rem;
	}

	.c-hero__logo {
		width: 10.25rem;
		position: absolute;
		top: 2.25rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-hero__content {
		padding-top: 0;
		margin-right: 0;
	}

	.c-hero__content-box {

	}

	.c-hero__content-box-txt01 {
		width: 25rem;
		height: 4.6rem;
		margin: 0 auto;
		font-size: 2.1rem;
		letter-spacing: .05em;
		background: url(../images/lp/hero_bg02.png) no-repeat center / contain;
	}

	.c-hero__content-box-txt02 {
		width: 25rem;
		height: 3.4rem;
		margin: 0 auto;
		font-size: 1.5rem;
		letter-spacing: .05em;
	}

	.c-hero__content-box-txt02 span {
		padding: 0 1.7rem;
	}

	.c-hero__content-box-txt02 span:before {
		width: 1rem;
		height: 1.35rem;
	}

	.c-hero__content-box-txt02 span:after {
		width: 1rem;
		height: 1.35rem;
	}

	.c-hero__content-copy {
		margin-top: 1.75rem;
		font-size: 2.3rem;
		text-align: center;
		letter-spacing: .15em;
	}

	.c-hero__content-copy .space {
		padding: 0 .2rem;
	}

	.c-hero__content-copy .bg-yellow {
		padding: 0 .2rem;
	}

	.c-hero__content-txt01 {
		margin-top: 2rem;
		font-size: 1.4rem;
		text-align: center;
	}

	.c-hero__content-note {
		margin-top: 1.5rem;
		font-size: .9rem;
		text-align: center;
	}

	.c-hero__form {
		display: none;
	}

	.c-hero__logo-gallery-note {
		margin-top: 5.5rem;
		font-size: .9rem;
		text-align: center;
		position: static;
	}
}



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

 c-logo-gallery

***********************************/
.c-logo-gallery {
	padding: .5rem 0;
	background: #fff;
	position: relative;
	z-index: 2;
}

.c-logo-gallery__slider {

}

.c-logo-gallery__slider .slick-list {

}

.c-logo-gallery__slider .slick-track {
	display: flex;
	align-items: center;
}

.c-logo-gallery__slider-item {
	height: auto !important;
	float: none !important;
	margin-right: 5rem;
}

.c-logo-gallery__slider-item img {
}

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

	.c-logo-gallery {
		padding: .25rem 0;
	}

	.c-logo-gallery__slider-item {
		margin-right: 2.5rem;
	}

	.c-logo-gallery__slider-item img {
		height: 3.5rem;
	}

}



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

 c-form-sp

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

@media screen and (max-width:767px){
	.c-form-sp {
		background: #f6f6f6;
	}

	.c-form-sp__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-form-sp__form {
	}

	.c-form-sp__form-ttl {
		padding: .4rem 1rem;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 900;
		line-height: 1.8;
		text-align: center;
		background: #005cab;
		border-radius: 1.25rem 1.25rem 0 0;
	}

	.c-form-sp__form-body {
		padding: 1.2rem 1.35rem 2.5rem;
		background: #fff;
		border-left: .15rem solid #000000;
		border-right: .15rem solid #000000;
		border-bottom: .15rem solid #000000;
		border-radius: 0 0 1.25rem 1.25rem;
	}

	.c-form-sp__form-body-txt01 {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
	}

	.c-form-sp__form-body .form-content {
		margin-top: 1rem;
	}

	.c-form-sp__form-body .form-content dl {
		margin-top: 1.5rem;
	}

	.c-form-sp__form-body .form-content dl:first-child {
		margin-top: 0;
	}

	.c-form-sp__form-body .form-content dl dt {

	}

	.c-form-sp__form-body .form-content dl dt .inner {
		position: relative;
		z-index: 1;
	}

	.c-form-sp__form-body .form-content dl dt .inner .name {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}

	.c-form-sp__form-body .form-content dl dt .inner .require,
	.c-form-sp__form-body .form-content dl dt .inner .any {
		padding: .2rem .35rem;
		margin-right: .7rem;
		color: #fff;
		font-size: .9rem;
		font-weight: bold;
		line-height: 1.5;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form-sp__form-body .form-content dl dt .inner .require {
		background-color: #d92027;
	}

	.c-form-sp__form-body .form-content dl dt .inner .any {
		background-color: #999999;
	}

	.c-form-sp__form-body .form-content dl dd {
		margin-top: .6rem;
	}

	.c-form-sp__form-body .form-content dl dd .wfull {
		width: 100%;
	}

	.c-form-sp__form-body .content-submit {
		width: 25rem;
		margin: 2rem auto 0;
	}

	.c-form-sp__form-body .content-submit .inner {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-form-sp__form-body .content-submit .inner:hover {
		transform: translateY(.25rem);
	}

	.c-form-sp__form-body .content-submit .inner:before {
		content: "";
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		background: url(../images/common/icon_arr01.png) no-repeat center center / contain;
		position: absolute;
		top: 50%;
		right: 1.5rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		pointer-events: none;
	}

	.c-form-sp__form-body .content-submit .inner .submit {
		display: block;
		width: 100%;
		padding: 1.35rem 3.5rem;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		line-height: 1.5;
		letter-spacing: .05em;
		border-radius: 100px;
		box-shadow: 0 .25rem 0 0 #ffd8b2;
		background: #ff7f00;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-form-sp__form-body .content-submit .inner .submit:hover {
		box-shadow:0 0 0 0 #ffd8b2;
		filter: brightness(1.2);
	}

	.c-form-sp__form-body .content-submit .inner .wpcf7-spinner {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 1rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form-sp__form-body .wpcf7-response-output {
		padding: .5rem 1rem !important;
		margin: 1.5rem 0 0 !important;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.c-form-sp__form-body-privacy {
		margin-top: 1.5rem;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
	}
}


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

 c-case

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

.c-case__inner {
	padding: 11rem 0 6rem;
	position: relative;
	z-index: 1;
}

.c-case__inner:before {
	content: "";
	display: block;
	width: 141.4rem;
	height: 16.2rem;
	background: url(../images/lp/case_txt01.png) no-repeat center / contain;
	position: absolute;
	top: -1rem;
	right: -82.6rem;
	z-index: -1;
}

.c-case__content {
	margin-top: 3.5rem;
	position: relative;
	z-index: 1;
}

.c-case__content .slider-prev {
	width: 4.8rem;
	height: 4.8rem;
	background: #e7edf3 url(../images/lp/case_prev01.png) no-repeat center / .9rem 1.6rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -7.3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-case__content .slider-prev:hover {
	transform: translateY(-50%) scale(1.2, 1.2);
	-webkit-transform: translateY(-50%) scale(1.2, 1.2);
}

.c-case__content .slider-prev:before {
	display: none;
}

.c-case__content .slider-next {
	width: 4.8rem;
	height: 4.8rem;
	background: #e7edf3 url(../images/lp/case_next01.png) no-repeat center / .9rem 1.6rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -7.3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-case__content .slider-next:hover {
	transform: translateY(-50%) scale(1.2, 1.2);
	-webkit-transform: translateY(-50%) scale(1.2, 1.2);
}

.c-case__content .slider-next:before {
	display: none;
}

.c-case__content-slider {
	overflow: hidden;
}

.c-case__content-slider .slick-list {
	margin-right: -4rem;
}

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

.c-case__content-slider-item {
	height: auto !important;
	float: none !important;
	margin-right: 4rem;
}

.c-case__content-slider-item .wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.c-case__content-slider-item .num {
	width: 9.9rem;
	height: 3.2rem;
	line-height: 3.2rem;
	margin: 0 auto -1.9rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	background: #ffec00;
	border-radius: 1rem;
	position: relative;
	z-index: 2;
}

.c-case__content-slider-item .num span {
	font-size: 1.4rem;
	font-weight: 600;
}

.c-case__content-slider-item .inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: .3rem solid #000000;
	border-radius: 1.5rem;
}

.c-case__content-slider-item .inner .head {
	padding: 3rem 2.7rem 3rem;
}

.c-case__content-slider-item .inner .head .sub {
	color: #777777;
	font-size: 1.3rem;
	font-weight: bold;
}

.c-case__content-slider-item .inner .head .ttl {
	margin-top: .2em;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-case__content-slider-item .inner .head .pic {
	margin-top: 2rem;
	text-align: center;
	border-radius: 1.25rem;
	overflow: hidden;
}

.c-case__content-slider-item .inner .head .pic img {
	width: 100%;
	max-width: none;
}

.c-case__content-slider-item .inner .body {
	flex: 1;
	padding: 2.5rem 2.7rem;
	background: #005cab;
	border-radius: 0 0 1rem 1rem;
}

.c-case__content-slider-item .inner .body .ttl {
	padding: .55rem 0 .55rem 2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #053f72;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
}

.c-case__content-slider-item .inner .body .ttl:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(../images/lp/case_menter01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-case__content-slider-item .inner .body ul {
	margin-top: 1.5rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-case__content-slider-item .inner .body ul li {
	padding-left: 2.2rem;
	margin-top: .3em;
	position: relative;
	z-index: 1;
}

.c-case__content-slider-item .inner .body ul li:first-child {
	margin-top: 0;
}

.c-case__content-slider-item .inner .body ul li:before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1rem;
	background: url(../images/lp/case_check01.png) no-repeat center / contain;
	position: absolute;
	top: .8rem;
	left: 0;
	z-index: 1;
}

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

	.c-case__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-case__inner:before {
		width: 70.7rem;
		height: 8.1rem;
		top: 0;
		right: auto;
		left: -1.75rem;
	}

	.c-case__content {
		width: 26rem;
		margin: 2rem auto 0;
	}

	.c-case__content .slider-prev {
		width: 2.9rem;
		height: 2.9rem;
		background: #e7edf3 url(../images/lp/case_prev01.png) no-repeat center / .55rem .95rem;
		left: -4.45rem;
	}

	.c-case__content .slider-next {
		width: 2.9rem;
		height: 2.9rem;
		background: #e7edf3 url(../images/lp/case_next01.png) no-repeat center / .55rem .95rem;
		right: -4.45rem;
	}

	.c-case__content-slider .slick-list {
		margin-right: -2rem;
	}

	.c-case__content-slider-item {
		margin-right: 2rem;
	}

	.c-case__content-slider-item .num {
		width: 8rem;
		height: 2.1rem;
		line-height: 2.1rem;
		margin: 0 auto -1.2rem;
		font-size: 1.1rem;
		border-radius: .5rem;
	}

	.c-case__content-slider-item .num span {
		font-size: 1.3rem;
	}

	.c-case__content-slider-item .inner {
		border: .15rem solid #000000;
		border-radius: 1.25rem;
	}

	.c-case__content-slider-item .inner .head {
		padding: 2.2rem 1.6rem 1.75rem;
	}

	.c-case__content-slider-item .inner .head .sub {
		font-size: 1.1rem;
	}

	.c-case__content-slider-item .inner .head .ttl {
		margin-top: .2em;
		font-size: 1.4rem;
	}

	.c-case__content-slider-item .inner .head .pic {
		margin-top: 1rem;
		border-radius: .8rem;
	}

	.c-case__content-slider-item .inner .head .pic img {
		width: 100%;
		max-width: none;
	}

	.c-case__content-slider-item .inner .body {
		padding: 1.75rem 1.6rem 1.25rem;
		border-radius: 0 0 1rem 1rem;
	}

	.c-case__content-slider-item .inner .body .ttl {
		padding: .45rem 0 .55rem 2rem;
		font-size: 1.2rem;
	}

	.c-case__content-slider-item .inner .body .ttl:before {
		width: 3rem;
		height: 3rem;
	}

	.c-case__content-slider-item .inner .body ul {
		margin-top: 1rem;
		font-size: 1.1rem;
	}

	.c-case__content-slider-item .inner .body ul li {
		padding-left: 1.4rem;
		margin-top: .4em;
	}

	.c-case__content-slider-item .inner .body ul li:before {
		width: 1rem;
		height: .75rem;
		top: .6rem;
	}
}



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

 c-local-navi

***********************************/
.c-local-navi {
	background: #005cab;
}

.c-local-navi__inner {
	padding: 4rem 0;
}

.c-local-navi__inner ul {
	display: flex;
	justify-content: center;
	gap: 0 3rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-local-navi__inner ul li {
}

.c-local-navi__inner ul li a {
	display: block;
	padding: 1.5rem 7.5rem 1.5rem 4.2rem;
	color: #fff;
	border: .3rem solid #ffffff;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-local-navi__inner ul li a:hover {
	color: #005cab;
	background: #fff;
}

.c-local-navi__inner ul li a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: .9rem;
	background: url(../images/common/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 2.7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-local-navi__inner ul li a:hover:before {
	background: url(../images/common/icon_arr03.png) no-repeat center / contain;
}

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

	.c-local-navi__inner {
		padding: 2.5rem 0;
	}

	.c-local-navi__inner ul {
		display: block;
		width: 32rem;
		margin: 0 auto;
		font-size: 1.4rem;
	}

	.c-local-navi__inner ul li {
		margin-top: 2rem;
	}

	.c-local-navi__inner ul li:first-child {
		margin-top: 0;
	}

	.c-local-navi__inner ul li a {
		padding: .9rem 3rem;
		text-align: center;
		border: .15rem solid #ffffff;
	}

	.c-local-navi__inner ul li a:before {
		width: 1.25rem;
		height: .7rem;
		right: 1.2rem;
	}
}



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

 c-about

***********************************/
.c-about {
	background: #f6f6f6;
}

.c-about__inner {
	padding: 11rem 0;
}

.c-about__txt01 {
	margin-top: 4rem;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.6;
}

.c-about__box {
	padding: 4rem 7rem 5.5rem;
	margin-top: 4.5rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-about__box-note {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-about__box-pic {
	margin-top: 2.5rem;
	text-align: center;
}

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

	.c-about__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-about__txt01 {
		margin-top: 2rem;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}

	.c-about__box {
		padding: 1.5rem 1.5rem 2.25rem;
		margin-top: 2.5rem;
		border-radius: 1.25rem;
	}

	.c-about__box-note {
		font-size: 1.1rem;
	}

	.c-about__box-pic {
		margin-top: 1.25rem;
	}
}



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

 c-link-area

***********************************/
.c-link-area {
	background: #005cab;
}

.c-link-area.deep-blue {
	background: #084884;
}

.c-link-area__inner {
	padding: 4rem 0;
}

.c-link-area__btn {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-link-area__btn a {
	display: inline-block;
	padding: 1.8rem 6rem;
	color: #fff;
	background: #ff7f00;
	box-shadow: 0 .3rem 0 0 rgba(0,0,0,.3);
	border-radius: 20rem;
	position: relative;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-link-area__btn a:hover {
	transform: translateY(.3rem);
	box-shadow:0 0 0 0 rgba(0,0,0,.3);
	filter: brightness(1.2);
}

.c-link-area__btn a:before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/common/icon_arr01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}

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

	.c-link-area__inner {
		padding: 1.75rem 0;
	}

	.c-link-area__btn {
		font-size: 1.6rem;
	}

	.c-link-area__btn a {
		padding: .9rem 4.25rem;
		box-shadow: 0 .25rem 0 0 rgba(0,0,0,.3);
	}

	.c-link-area__btn a:hover {
		transform: translateY(.25rem);
	}

	.c-link-area__btn a:before {
		width: 1.5rem;
		height: 1.5rem;
		right: 1.5rem;
	}
}



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

 c-goodness

***********************************/
.c-goodness {
	background: #f6f6f6;
}

.c-goodness__inner {
	padding: 11rem 0;
}

.c-goodness__list {
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
}

.c-goodness__list-sec {
	width: 55rem;
	padding: 4rem 3rem 6.5rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-goodness__list-sec .ttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-goodness__list-sec .ttl .note {
	margin-right: 6.5rem;
	font-size: 1rem;
	font-weight: normal;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
}

.c-goodness__list-sec .pic {
	width: 23.8rem;
	margin: 2.5rem auto 0;
	text-align: center;
}

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

	.c-goodness__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-goodness__list {
		display: block;
		margin-top: 2.5rem;
	}

	.c-goodness__list-sec {
		width: auto;
		padding: 2rem 1.5rem 3rem;
		margin-top: 3rem;
		border-radius: 1.25rem;
	}

	.c-goodness__list-sec:first-child {
		margin-top: 0;
	}

	.c-goodness__list-sec .ttl {
		font-size: 2rem;
	}

	.c-goodness__list-sec .ttl .note {
		margin-right: 4.5rem;
		font-size: .9rem;
	}

	.c-goodness__list-sec .pic {
		width: 11.9rem;
		margin: 1.5rem auto 0;
	}
}



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

 c-problem

***********************************/
.c-problem {
	background: #f6f6f6 url(../images/lp/problem_bg01_pc.png) no-repeat center bottom / 192rem auto;
}

.c-problem__inner {
	padding: 11rem 0 10rem;
}

.c-problem__list {
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
}

.c-problem__list-item {
	width: 35rem;
	padding: 3rem 3rem 2.5rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-problem__list-item .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12rem;
	background: #f6f6f6;
	border-radius: 1.5rem;
}

.c-problem__list-item .pic img {
	display: block;
	width: 7.6rem;
}

.c-problem__list-item .txt01 {
	margin-top: 1.2rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

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

	.c-problem {
		background: #f6f6f6 url(../images/lp/problem_bg01_pc.png) no-repeat center bottom / 100% auto;
	}
}

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

	.c-problem {
		background: #f6f6f6 url(../images/lp/problem_bg01_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-problem__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-problem__list {
		display: block;
		margin-top: 2.5rem;
	}

	.c-problem__list-item {
		width: auto;
		padding: 1.5rem 1.5rem 1.5rem;
		margin-top: 3rem;
		border-radius: 1.25rem;
	}

	.c-problem__list-item:first-child {
		margin-top: 0;
	}

	.c-problem__list-item .pic {
		height: 8rem;
		border-radius: 1.25rem;
	}

	.c-problem__list-item .pic img {
		width: 5.7rem;
	}

	.c-problem__list-item .txt01 {
		margin-top: 1rem;
		font-size: 1.6rem;
	}
}



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

 c-reason

***********************************/
.c-reason {
	background: #005cab;
}

.c-reason__inner {
	padding: 8rem 0 14rem;
}

.c-reason__content {
	margin-top: 5.5rem;
}

.c-reason__content-sec {
	display: flex;
	justify-content: space-between;
	margin-top: 9rem;
}

.c-reason__content-sec:nth-child(odd) {
	flex-direction: row-reverse;
}

.c-reason__content-sec:first-child {
	margin-top: 0;
}

.c-reason__content-sec .pic {
	width: 55rem;
}

.c-reason__content-sec .pic img {
	border-radius: 1.5rem;
}

.c-reason__content-sec:nth-child(even) .pic img {
	box-shadow: 2rem 2rem 0 0 #084884;
}

.c-reason__content-sec:nth-child(odd) .pic img {
	box-shadow: -2rem 2rem 0 0 #084884;
}

.c-reason__content-sec .content {
	width: 55rem;
}

.c-reason__content-sec .content .cat {
	font-size: 2rem;
	font-weight: bold;
}

.c-reason__content-sec .content .cat .block {
	display: inline-block;
	padding: .3rem 2rem;
	background: #fff;
	border-radius: 20rem;
}

.c-reason__content-sec .content .ttl {
	margin-top: 1.8rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-reason__content-sec .content .txt01 {
	margin-top: 1.2rem;
	color: #fff;
	font-size: 1.8rem;
}

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

	.c-reason__inner {
		padding: 3rem 0 4.5rem;
	}

	.c-reason__content {
		margin-top: 2.5rem;
	}

	.c-reason__content-sec {
		display: block;
		margin-top: 3rem;
	}

	.c-reason__content-sec:first-child {
		margin-top: 0;
	}

	.c-reason__content-sec .pic {
		width: auto;
	}

	.c-reason__content-sec .pic img {
		width: 100%;
		max-width: none;
		border-radius: 1.25rem;
	}

	.c-reason__content-sec:nth-child(even) .pic img {
		box-shadow: none;
	}

	.c-reason__content-sec:nth-child(odd) .pic img {
		box-shadow: none;
	}

	.c-reason__content-sec .content {
		width: auto;
		margin-top: 2rem;
	}

	.c-reason__content-sec .content .cat {
		font-size: 1.5rem;
		text-align: center;
	}

	.c-reason__content-sec .content .cat .block {
		padding: 0 1.2rem;
	}

	.c-reason__content-sec .content .ttl {
		margin-top: 1.2rem;
		font-size: 1.8rem;
		text-align: center;
	}

	.c-reason__content-sec .content .txt01 {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
}



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

 c-flow

***********************************/
.c-flow {
	background: #132b4d;
}

.c-flow__inner {
	width: 120rem;
	padding: 10rem 0 12rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner:before {
	content: "";
	display: block;
	width: 66.5rem;
	height: 16rem;
	background: url(../images/lp/flow_txt01.png) no-repeat center / contain;
	position: absolute;
	top: 15rem;
	right: -23rem;
	z-index: -1;
}

.c-flow__content {
	margin-top: 7rem;
	background: #132b4d;
	border-top: 1px solid #050c14;
}

.c-flow__content-head {
	display: flex;
	justify-content: space-between;
}

.c-flow__content-head .box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42rem;
	height: 15rem;
}

.c-flow__content-head .box .ttl {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
}

.c-flow__content-head .box:nth-child(2) .ttl {
	font-size: 2.2rem;
	font-weight: bold;
}

.c-flow__content-body {

}

.c-flow__content-body-block {
	display: flex;
	justify-content: space-between;
	min-height: 25rem;
}

.c-flow__content-body-block .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 42rem;
	border-top: 1px solid #050c14;
}

.c-flow__content-body-block .box .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.c-flow__content-body-block .box .txt01 {
	margin-top: 2rem;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}

.c-flow__content-body-block .step {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 28rem;
}

.c-flow__content-body-block:nth-child(1) .step {
	border-top: 1px solid #050c14;
}

.c-flow__content-body-block:nth-child(2) .step {
	background: #10325b;
}

.c-flow__content-body-block:nth-child(3) .step {
	background: #0c3d70;
}

.c-flow__content-body-block:nth-child(4) .step {
	background: #084884;
}

.c-flow__content-body-block:nth-child(5) .step {
	background: #045196;
}

.c-flow__content-body-block:nth-child(6) .step {
	background: #005cab;
}

.c-flow__content-body-block .step__content {

}

.c-flow__content-body-block .step__content .num {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-flow__content-body-block .step__content .ttl {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.c-flow__content-body-block .step__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 9rem;
	margin-top: 1.5rem;
	background: #ffffff;
	border-radius: 50%;
}

.c-flow__content-body-block .step__icon img {
	display: block;
	width: 4.8rem;
}

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

	.c-flow__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-flow__inner:before {
		width: 33.25rem;
		height: 8rem;
		top: 6.5rem;
		right: auto;
		left: -1.95rem;
	}

	.c-flow__content {
		margin-top: 3.5rem;
		border-top: .1rem solid #050c14;
	}

	.c-flow__content-head {
		display: flex;
		justify-content: space-between;
	}

	.c-flow__content-head .box {
		width: 50%;
		height: 7.5rem;
	}

	.c-flow__content-head .box:first-child {
		border-right: .1rem solid #265799;
	}

	.c-flow__content-head .box .ttl {
		font-size: 1.3rem;
		text-align: center;
	}

	.c-flow__content-head .box:nth-child(2) .ttl {
		font-size: 1.1rem;
	}

	.c-flow__content-body {

	}

	.c-flow__content-body-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		min-height: auto;
		position: relative;
		z-index: 1;
	}

	.c-flow__content-body-block:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 2.5rem solid transparent;
		border-left: 2.5rem solid transparent;
		border-top: 1.5rem solid #132b4d;
		border-bottom: 0;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-flow__content-body-block:first-child:before {
		display: none;
	}

	.c-flow__content-body-block .box {
		order: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 50%;
		padding: 1.75rem 1.5rem;
		border-top: none;
	}

	.c-flow__content-body-block .box:first-child {
		border-right: .1rem solid #265799;
	}

	.c-flow__content-body-block .box .ttl {
		margin: 0 -.5em;
		font-size: 1.3rem;
	}

	.c-flow__content-body-block .box .txt01 {
		margin-top: 1rem;
		font-size: 1.1rem;
		text-align: left;
	}

	.c-flow__content-body-block .step {
		order: 0;
		display: flex;
		justify-content: left;
		align-items: center;
		flex-direction: row-reverse;
		width: 100%;
		padding: 1.5rem 0 1.5rem 11rem;
	}

	.c-flow__content-body-block:nth-child(1) .step {
		border-top: .1rem solid #050c14;
		background: #0e213a;
	}

	.c-flow__content-body-block:nth-child(2) .step {
		background: #10325b;
	}

	.c-flow__content-body-block:nth-child(3) .step {
		background: #0c3d70;
	}

	.c-flow__content-body-block:nth-child(4) .step {
		background: #084884;
	}

	.c-flow__content-body-block:nth-child(5) .step {
		background: #045196;
	}

	.c-flow__content-body-block:nth-child(6) .step {
		background: #005cab;
	}

	.c-flow__content-body-block .step__content {

	}

	.c-flow__content-body-block .step__content .num {
		font-size: 1.2rem;
		text-align: left;
	}

	.c-flow__content-body-block .step__content .ttl {
		font-size: 1.3rem;
		text-align: left;
	}

	.c-flow__content-body-block .step__icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 5.4rem;
		height: 5.4rem;
		margin-top: 0;
		margin-right: 1.5rem;
	}

	.c-flow__content-body-block .step__icon img {
		width: 2.9rem;
	}
}



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

 c-faq

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

.c-faq__inner {
	padding: 10rem 0 12rem;
	position: relative;
	z-index: 1;
}

.c-faq__inner:before {
	content: "";
	display: block;
	width: 45.8rem;
	height: 19.4rem;
	background: url(../images/lp/faq_txt01.png) no-repeat center / contain;
	position: absolute;
	top: 15rem;
	right: -4.5rem;
	z-index: -1;
}

.c-faq__content {
	width: 100rem;
	max-width: 100%;
	margin: 7rem auto 0;
	background: #f6f6f6;
}

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

	.c-faq__inner {
		padding: 4rem 0 4.5rem;
	}

	.c-faq__inner:before {
		width: 22.9rem;
		height: 9.7rem;
		top: 6.5rem;
		right: auto;
		left: -1.85rem;
		z-index: -1;
	}

	.c-faq__content {
		margin: 3.5rem auto 0;
	}
}


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

 xxx

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

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

}


