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

@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: 5rem;
	padding: .5rem 2rem;
	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;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	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;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.5rem 2rem;
	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;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

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

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
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;
}
.Jost {
	font-family: "YakuHanJP", 'Jost', sans-serif;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		font-size: 10px;
	}
	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: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .2rem 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;
}
.orange {
	color: #df4b00;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.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: 110rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/* ---------------------------------------------------------
 投稿スタイル
--------------------------------------------------------- */
.entry_content {
	font-size: 18px;
	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: 12px 25px 12px 25px;
	margin: 50px 0 1.1em 0;
	color: #000000;
	font-size: 20px;
	line-height: 1.8;
	border-radius: 0 10px 10px 0;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 3px solid #3d62ac;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}
.entry_content h1:before,
.entry_content h2:before {
	content: "";
	display: block;
	width: 3px;
	height: 12px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h3 {
	padding: 14px 0 14px 25px;
	margin: 50px 0 1.1em 0;
	font-size: 18px;
	line-height: 1.5;
	border-top: 1px solid #3d62ac;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 1;
}
.entry_content h3:before {
	content: "";
	display: block;
	width: 3px;
	height: calc(100% - 1.5em);
	background-color: #3d62ac;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h4 {
	margin: 50px 0 .11em 0;
	font-size: 16px;
}
.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: #3d62ac;
	text-decoration: underline;
}
.entry_content a:hover {
	text-decoration: none;
}
.entry_content blockquote {
	padding: 0 0 0 17px;
	margin: 0 0 28px 0;
}
.entry_content blockquote p {
	margin: 0;
}
.entry_content ul {
	margin: 1em 0 1.666666666666667em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.entry_content ul li {
	padding: 0.5625em 15px 0.5625em 45px;
	margin-bottom: 20px;
	background-color: #f9f9f3;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.entry_content ul li:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	margin-top: 1.2em;
	border: 4px solid #3d62ac;
	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 40px;
}
.entry_content code {
}
.entry_content pre {
	margin: 0 0 1em;
	padding: 10px 3% 10px 3%;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
}
.entry_content p {
	margin: 1em 0 1.666666666666667em;
}
.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: 14px .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: 10px 0 0 0;
}
.entry_content table tr:first-child th,
.entry_content table tr:first-child td {
	border-top: 2px #dddddd solid;
}
.entry_content table tr th:first-child,
.entry_content table tr td:first-child {
	border-left: 2px #dddddd solid;
}
.entry_content table tr:first-child th:last-child,
.entry_content table tr:first-child td:last-child {
	border-top: 2px #dddddd solid;
	border-radius: 0 10px 0 0;
}
.entry_content table tr th:last-child,
.entry_content table tr td:last-child {
	border-right: 2px #dddddd solid;
}
.entry_content table tr:last-child th:first-child,
.entry_content table tr:last-child td:first-child {
	border-left: 2px #dddddd solid;
	border-radius: 0 0 0 10px;
}
.entry_content table tr:last-child th,
.entry_content table tr:last-child td {
	border-bottom: 2px #dddddd solid;
}
.entry_content table tr:last-child th:last-child,
.entry_content table tr:last-child td:last-child {
	border-right: 2px #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: 10px 0 0 0 !important;
}
.entry_content table thead tr th:last-child,
.entry_content table thead tr td:last-child {
	border-radius: 0 10px 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: 35px;
	margin-bottom: 25px;
}
.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: 20px 30px;
	font-size: 14px;
	background-color: #f2f4fa;
	border-radius: 20px;
}

.entry_content .wp-block-embed__wrapper {
	margin-top: 35px;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 30px;
	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: 14px;
	}

	.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 {
	}
	.entry_content h1,
	.entry_content h2 {
		padding: 7px 15px 7px 20px;
		margin: 30px 0 1em 0;
		font-size: 16px;
		line-height: 1.6;
		border-radius: 0 6px 6px 0;
	}
	.entry_content h1:before,
	.entry_content h2:before {
		width: 3px;
		height: 11px;
		left: 10px;
	}
	.entry_content h3 {
		padding: 7px 0 7px 15px;
		margin: 30px 0 1em 0;
		font-size: 15px;
		line-height: 1.6;
	}
	.entry_content h3:before {
		width: 2px;
	}
	.entry_content h4 {
		margin: 30px 0 1em 0;
		font-size: 14px;
		line-height: 1.6;
	}
	.entry_content figure {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.entry_content img {
		border-radius: 20px;
	}
	.entry_content table {
		margin: 0 0 1.2em;
		font-size: 9px;
	}
	.entry_content table th,
	.entry_content table td {
		padding: 9px .25em;
	}
	.entry_content table tr:first-child th:first-child,
	.entry_content table tr:first-child td:first-child {
		border-radius: 6px 0 0 0;
	}
	.entry_content table tr:first-child th:last-child,
	.entry_content table tr:first-child td:last-child {
		border-radius: 0 6px 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 6px;
	}
	.entry_content table tr:last-child th:last-child,
	.entry_content table tr:last-child td:last-child {
		border-radius: 0 0 6px 0;
	}
	.entry_content table thead tr th:first-child,
	.entry_content table thead tr td:first-child {
		border-radius: 6px 0 0 0 !important;
	}
	.entry_content table thead tr th:last-child,
	.entry_content table thead tr td:last-child {
		border-radius: 0 6px 0 0 !important;
	}
	.entry_content ul {
		margin: 1em 0 1.666666666666667em;
		font-size: 14px;
		line-height: 1.6;
	}
	.entry_content ul li {
		padding: 0.5625em 15px 0.5625em 26px;
		margin-bottom: 15px;
		border-radius: 6px;
	}
	.entry_content ul li:after {
		width: 10px;
		height: 10px;
		margin-top: 1em;
		border: 3px solid #3d62ac;
		left: 10px;
	}

	.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: 10px 15px;
		font-size: 12px;
		border-radius: 10px;
	}

	.entry_content .wp-block-embed__wrapper {
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 20px;
	}

}



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

 layout

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

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

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: #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-article {
}

.l-main {
	margin-right: 52rem;
	overflow: clip;
}

.l-article.column1 .l-main {
	margin-right: 0;
}

.l-side {
	width: 52rem;
	background: #ffecd9;
	position: fixed;
	top: 0;
	right: 0;
}

.l-side__inner {
}

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

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

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

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

	.l-main {
		margin-right: 0;
	}

	.l-side {
		display: none;
	}

	.l-pageTop {
		width: 3.2rem;
		bottom: 1.5rem;
		right: 4%;
	}

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


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

 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;
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
	}

	.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: #000000;
	}
	.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: 100dvh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: fixed;
		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: 7rem;
	}

	.l-drawerMenu__inner ul {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.l-drawerMenu__inner ul li {
		margin-bottom: 2rem;
		text-align: center;
	}

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

	.l-drawerMenu__inner ul li a {
		color: #333333;
	}

	.l-drawerMenu__inner .btn {
		width: 27rem;
		margin: 3rem auto 0;
		font-size: 1.8rem;
		font-weight: bold;
	}

	.l-drawerMenu__inner .btn a {
		display: block;
		padding: 1.4rem 2rem;
		color: #fff;
		text-align: center;
		background: #e04b00;
		border-radius: 100px;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .btn a:before {
		content: "";
		display: block;
		width: 1.9rem;
		height: 1.7rem;
		margin-right: 2rem;
		background: url(images/common/icon_arr01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}




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

 l-header

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

.l-header__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10.2rem;
}

.l-header__inner-logo {
	width: 15rem;
}

.l-header__inner-logo a,
.l-header__inner-logo a img {
	display: block;
}

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

	.l-header {

	}

	.l-header__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5.5rem;
	}

	.l-header__inner-logo {
		width: 9rem;
	}
}

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

 l-fixed-content

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

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

	.l-fixed-content {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-content a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 6rem;
		color: #fff;
		font-size: 1.9rem;
		font-weight: bold;
		text-align: center;
		background: #e04b00;
	}

	.l-fixed-content a span {
		padding-right: 3.5rem;
		position: relative;
		z-index: 1;
	}

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


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

 l-footer

***********************************/
.l-footer {
	margin-right: 52rem;
}

.l-footer.column1 {
	margin-right: 0;
}

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

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

.l-footer__logo a,
.l-footer__logo a img {
	display: block;
}

.l-footer__copy {
	margin-top: 5rem;
	color: #b8b8b8;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
}

@media screen and (max-width:767px){
	.l-footer {
		margin-right: 0;
	}

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

	.l-footer__logo {
		width: 9rem;
	}

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

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.25em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .12em;
}

@media screen and (max-width:767px){
	.c-title01 {
		font-size: 2.1rem;
	}
}

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

 c-title02

***********************************/
.c-title02 {
	margin-top: -.25em;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .12em;
}

@media screen and (max-width:767px){
	.c-title02 {
		font-size: 1.8rem;
	}
}

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

 c-sub-hero

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

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

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

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

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2.6rem 7rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
	border-radius: 200px;
	background: #e04b00;
	position: relative;
	z-index: 1;
}

a.c-btn01:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.7rem;
	margin-right: 4rem;
	background: url(images/common/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){
	a.c-btn01 {
		padding: 1.6rem 4rem;
		font-size: 1.8rem;
	}

	a.c-btn01:before {
		width: 1.2rem;
		height: 1rem;
		margin-right: 2rem;
	}
}

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

 c-contact-form

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

}

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

}


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

 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: #e04b00;
}

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

.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-txt01 a {
	color: #df4b00;
	text-decoration: underline;
}

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

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

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

.c-form__submit .icon {
	display: block;
	position: relative;
	z-index: 1;
}

.c-form__submit .icon:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.7rem;
	margin-right: 4rem;
	background: url(images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__submit .icon .wpcf7-spinner {
	margin: .2rem 0 0;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.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: 200px;
	background: #e04b00;
	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 {
	background: #999999;
	opacity: 1 !important;
}

/*.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;
	margin-top: 5.5rem;
}

.c-form__confirmBtn__btn {
	width: 32rem;
}

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

.c-form__confirmBtn__btn .icon {
	display: block;
	position: relative;
	z-index: 1;
}

.c-form__confirmBtn__btn .icon:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.7rem;
	margin-right: 4rem;
	background: url(images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__confirmBtn__btn .icon .wpcf7-spinner {
	margin: .2rem 0 0;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.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;
	background: #999999;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

@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: 27rem;
	}

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

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.6rem 1rem;
		font-size: 1.8rem;
	}

	.c-form__confirmBtn {
		margin-top: 3rem;
		flex-direction: column-reverse;
	}

	.c-form__confirmBtn__btn {
		width: 27rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3rem;
	}

	.c-form__confirmBtn__btn .icon:before {
		width: 1.2rem;
		height: 1rem;
		margin-right: 2rem;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 1.6rem 1rem;
		font-size: 1.8rem;
	}

}


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

 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 {
	margin-top: 6rem;
}

.c-faq-list-acc dl {
	padding-left: 3rem;
	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.2rem;
	padding-bottom: 2.2rem;
	cursor: pointer;
}

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

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 8rem;
	margin-left: 1.5rem;
	font-size: 1.8rem;
	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.9rem 3rem 0 0;
	background-color: #e04b00;
	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: 1.1rem 3.8rem 0 0;
	background-color: #e04b00;
	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: 2.5rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	color: #999999;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	padding-right: 10rem;
	margin-left: 1.5rem;
	font-size: 1.6rem;
}

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

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

	.c-faq-list-acc {
		width: auto;
		padding: 0 5.882352941176471%;
		margin-top: 2.5rem;
	}

	.c-faq-list-acc dl {
		padding-left: 0;
	}

	.c-faq-list-acc dl dt {
		padding-top: 1rem;
		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 .icon {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.c-faq-list-acc dl dd .cont {
		padding-right: 0;
		margin-left: .5rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

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

}


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

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 12rem 0;
}

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

.c-completeSec__inner .back {
	max-width: 43rem;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 6rem 0;
	}

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

	.c-completeSec__inner .back {
		max-width: 21.5rem;
	}
}



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

 c-side-form

***********************************/
.c-side-form {
	height: 100dvh;
	padding: 3rem 4rem;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.c-side-form__box {

}

.c-side-form__box.is-shake {
	animation-name: shake;
	animation-duration: 0.2s;
	/*animation-iteration-count: infinite;*/
}

.c-side-form__ttl {
	margin-top: -.3em;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.c-side-form__txt01 {
	margin-top: .5em;
	font-size: 1.4rem;
	text-align: center;
}

.c-side-form__content {
	margin-top: 2rem;
}

.c-side-form__content .c-form {

}

.c-side-form__content .c-form__content {
	margin-bottom: 2rem;
}

.c-side-form__content .c-form__content-box {
	display: flex;
	justify-content: space-between;
}

.c-side-form__content .c-form__content-box dl {
	width: 21.5rem;
}

.c-side-form__content .c-form__content dl {
	display: block;
	padding: 1rem 1rem .5rem;
	margin-bottom: 1rem;
	border-bottom: none;
	background: #fff;
	border-radius: 1rem;
}

.c-side-form__content .c-form__content dl dt {
	display: block;
	width: auto;
	padding: 0;
	border-right: none;
}

.c-side-form__content .c-form__content dl dt .inner {
	display: block;
}

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

.c-side-form__content .c-form__content dl dt .inner .require,
.c-side-form__content .c-form__content dl dt .inner .any {
	display: none;
}

.c-side-form__content .c-form__content dl dd {
	display: block;
	padding: 0;
}

.c-side-form__content .c-form__content dl dd input {
	height: 3.4rem;
	padding: 0;
	font-size: 1.6rem;
	border: none;
}

.c-side-form__content .c-form__content dl dd textarea {
	height: 12rem;
	padding: 0;
	font-size: 1.6rem;
	border: none;
}

.c-side-form__content .c-form__content dl dd .wpcf7-not-valid-tip {
	font-size: 1.4rem;
}

.c-side-form__content .c-form__privacy {
	margin-bottom: 2rem;
}

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

.c-side-form__content .c-form__privacy-txt01 a {
	color: #df4b00;
	text-decoration: underline;
}

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

.c-side-form__content .c-form__submit {
	width: auto;
}

.c-side-form__content .c-form__submit .icon {
	display: block;
	position: relative;
	z-index: 1;
}

.c-side-form__content .c-form__submit .icon:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.7rem;
	margin-right: 3rem;
	background: url(images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-side-form__content .c-form__submit button,
.c-side-form__content .c-form__submit input,
.c-side-form__content .c-form__confirmBtn__btn .submit {
	padding: 2rem 1.5rem;
	font-size: 2rem;
	background: #e04b00;
	box-shadow: none;
}

.c-side-form__content .c-form__submit button:disabled,
.c-side-form__content .c-form__submit input:disabled,
.c-side-form__content .c-form__confirmBtn__btn .submit:disabled {
	background: #999999;
	opacity: 1 !important;
}

@keyframes shake
{
	from{
		transform: translateX(-5px);
	}

	50%{
		transform: translateX(10px);
	}

	to{
		transform: translateX(-5px);
	}
}

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

}



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

 c-hero

***********************************/
.c-hero {

}

.c-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 796px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-logo {
	width: 15rem;
	margin-top: 3.8rem;
	margin-left: 7rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-logo a,
.c-hero__inner-logo a img {
	display: block;
}

.c-hero__inner-pic {
	width: 423px;
	margin-right: 90px;
}

.c-hero__inner-content {
}

.c-hero__inner-content .ttl {
	font-size: 54px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .12em;
}

.c-hero__inner-content .sub {
	margin-top: 1.2em;
	font-size: 30px;
	letter-spacing: .12em;
}

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

	.c-hero__inner {
		height: 41.458vw;
	}

	.c-hero__inner-pic {
		width: 22.031vw;
		margin-right: 4.688vw;
	}

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

	.c-hero__inner-content .sub {
		font-size: 1.563vw;
	}


}

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

	.c-hero__inner {
		height: 41.458vw;
	}

	.c-hero__inner-pic {
		width: 20vw;
		margin-right: 3.333vw;
	}

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

	.c-hero__inner-content .sub {
		font-size: 1.467vw;
	}


}

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

	.c-hero__inner {
		height: 55rem;
	}

	.c-hero__inner-pic {
		width: 28rem;
		margin-right: 4rem;
	}

	.c-hero__inner-content .ttl {
		font-size: 3.4rem;
	}

	.c-hero__inner-content .sub {
		font-size: 1.9rem;
	}

}

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

	.c-hero {
		padding: 0 4.66666667%;
	}

	.c-hero__inner {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
		padding-top: 7rem;
		padding-bottom: 10rem;
	}

	.c-hero__inner-logo {
		display: none;
	}

	.c-hero__inner-logo a,
	.c-hero__inner-logo a img {
		display: block;
	}

	.c-hero__inner-pic {
		width: 56.267vw;
		margin-top: 9.333vw;
		margin-left: auto;
		margin-right: auto;
	}

	.c-hero__inner-content {
	}

	.c-hero__inner-content .ttl {
		font-size: 7.2vw;
		text-align: center;
	}

	.c-hero__inner-content .sub {
		margin-top: 1.5em;
		font-size: 4vw;
		text-align: center;
	}
}



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

 c-trouble

***********************************/
.c-trouble {
	background: #fff8f0;
}

.c-trouble__inner {
	padding-top: 8rem;
	padding-bottom: 6rem;
}

.c-trouble__content {
	margin-top: 5rem;
	position: relative;
	z-index: 1;
}

.c-trouble__content-list {
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-trouble__content-list:before {
	content: "";
	display: block;
	width: 119.2rem;
	height: 27rem;
	background: url(images/top/trouble_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-trouble__content-list ul {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
}

.c-trouble__content-list ul li {
	padding: 1.6rem 6rem 1.6rem 7rem;
	margin-bottom: 4rem;
	text-align: center;
	border: .1rem solid #e2e2e2;
	background: #fff;
	border-radius: 200px;
}

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

.c-trouble__content-list ul li span {
	display: inline-block;
	padding-left: 2.8rem;
	text-align: left;
	position: relative;
	z-index: 1;
}

.c-trouble__content-list ul li span:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.2rem;
	margin-top: 1.2rem;
	background: url(images/common/icon_check01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-trouble__content .c-trouble__result {
	padding-top: 9rem;
	margin-top: 4rem;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .12em;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-trouble__content .c-trouble__result:before {
	content: "";
	display: block;
	width: 10.4rem;
	height: 7rem;
	background: url(images/top/trouble_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

	.c-trouble__content-list:before {
		width: 66.222vw;
		height: 15vw;
	}
}

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

	.c-trouble__inner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.c-trouble__inner:after {
		content: "";
		display: block;
		width: 27.6rem;
		height: 13.5rem;
		background: url(images/top/trouble_pic01_sp.png) no-repeat center / contain;
		margin: 2rem auto 0;
	}

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

	.c-trouble__content-list {
	}

	.c-trouble__content-list:before {
		content: "";
		display: block;
		width: 119.2rem;
		height: 27rem;
		background: url(images/top/trouble_pic01_pc.png) no-repeat center / contain;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		pointer-events: none;
	}

	.c-trouble__content-list ul {
		display: inline-block;
		width: 27rem;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
	}

	.c-trouble__content-list ul li {
		padding: .8rem 1rem .8rem 1rem;
		margin-bottom: 2rem;
	}

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

	.c-trouble__content-list ul li span {
		padding-left: 1.9rem;
	}

	.c-trouble__content-list ul li span:before {
		width: 1.2rem;
		height: .9rem;
		margin-top: 0;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-trouble__content .c-trouble__result {
		padding-top: 4.5rem;
		margin-top: 2rem;
		font-size: 3rem;
	}

	.c-trouble__content .c-trouble__result:before {
		width: 5.2rem;
		height: 3.5rem;
	}

}



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

 c-cv

***********************************/
.c-cv {
	background: #ffecd9;
}

.c-cv__inner {
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.c-cv__inner-ttl {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.c-cv__inner-btn {
	width: 44rem;
	max-width: 100%;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
}

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

	.c-cv__inner {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}

	.c-cv__inner-ttl {
		font-size: 1.6rem;
	}

	.c-cv__inner-btn {
		width: 27rem;
		margin-top: 1.5rem;
	}
}



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

 c-feature

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

}

.c-feature__inner {
	padding-top: 8rem;
	padding-bottom: 11rem;
}

.c-feature__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6rem;
	margin-bottom: -6rem;
}

.c-feature__content-sec {
	width: 45.45454545%;
	padding: 4rem 3.63636364% 3rem;
	margin-bottom: 6rem;
	background: #fff8f0;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-feature__content-sec .num {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background: #e04b00;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-feature__content-sec .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	background: #fff;
	border-radius: 3rem;
}

.c-feature__content-sec .pic img {
	display: block;
	width: 7.4rem;
}

.c-feature__content-sec .head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.c-feature__content-sec .head .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.c-feature__content-sec .head .ttl .d-ib {
	display: inline-block;
}

.c-feature__content-sec .txt01 {
	margin-top: 1rem;
}

.c-feature__content-sec .note {
	margin-top: 1.5rem;
	font-size: 1.2rem;
}

.c-feature__content-sec .note li {

}

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

	.c-feature__inner {
		padding-top: 4rem;
		padding-bottom: 5.5rem;
	}

	.c-feature__content {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 3.5rem;
		margin-bottom: 0;
	}

	.c-feature__content-sec {
		width: auto;
		padding: 2.5rem 10% 1.5rem;
		margin-bottom: 4.5rem;
		border-radius: 1.5rem;
	}

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

	.c-feature__content-sec .num {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.5rem;
	}

	.c-feature__content-sec .pic {
		height: 6.5rem;
		border-radius: 1.5rem;
	}

	.c-feature__content-sec .pic img {
		width: 5.5rem;
	}

	.c-feature__content-sec .head {
		display: block;
		margin-top: 1rem;
	}

	.c-feature__content-sec .head .ttl {
		font-size: 1.6rem;
	}

	.c-feature__content-sec .head .ttl .d-ib {
		display: inline-block;
	}

	.c-feature__content-sec .txt01 {
		margin-top: .8rem;
	}

	.c-feature__content-sec .note {
		margin-top: 1rem;
		font-size: 1.1rem;
	}

	.c-feature__content-sec .note li {

	}
}



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

 c-manga

***********************************/
.c-manga {

}

.c-manga__inner {
	padding-top: 8rem;
	padding-bottom: 12.5rem;
}

.c-manga__wrap {
	margin-top: 6rem;
	position: relative;
	z-index: 1;
}

.c-manga__wrap .slider-prev,
.c-manga__wrap .slider-next {
	width: 5rem;
	height: 5rem;
	margin-top: 3rem;
	border-radius: 50%;
	border: .3rem solid #333;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}

.c-manga__wrap .slider-prev {
	margin-left: -9rem;
}

.c-manga__wrap .slider-prev:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: .6rem solid transparent;
	border-bottom: .6rem solid transparent;
	border-right: .8rem solid #333333;
	border-left: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-manga__wrap .slider-next {
	margin-left: 9rem;
}

.c-manga__wrap .slider-next:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: .6rem solid transparent;
	border-bottom: .6rem solid transparent;
	border-left: .8rem solid #333333;
	border-right: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-manga__content {
	padding: 4.7rem;
	border: .3rem solid #333333;
	border-radius: 3rem;
}

.c-manga__slider {

}

.c-manga__slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.c-manga__slider .slick-dots {
	margin-top: 8rem;
	line-height: 1;
	text-align: center;
	top: 100%;
	bottom: auto;
}

.c-manga__slider .slick-dots li {
	display: none;
	width: auto;
	height: auto;
	margin: 0;
}

.c-manga__slider .slick-dots li.slick-active {
	display: inline-block;
}

.c-manga__slider .slick-dots li button {
	width: auto;
	height: 5rem;
	padding: 0;
	font-family: "YakuHanJP", 'Lato', sans-serif;
	color: #333;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
}

.c-manga__slider .slick-dots li button:before {
	display: none;
}

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

	.c-manga__inner {
		padding-top: 4rem;
		padding-bottom: 8.2rem;
	}

	.c-manga__wrap {
		margin-top: 3rem;
	}

	.c-manga__wrap .slider-prev,
	.c-manga__wrap .slider-next {
		width: 3.8rem;
		height: 3.8rem;
		margin-top: 2rem;
		border: .2rem solid #333;
	}

	.c-manga__wrap .slider-prev {
		margin-left: -5rem;
	}

	.c-manga__wrap .slider-prev:before {
		border-top: .45rem solid transparent;
		border-bottom: .45rem solid transparent;
		border-right: .65rem solid #333333;
	}

	.c-manga__wrap .slider-next {
		margin-left: 5rem;
	}

	.c-manga__wrap .slider-next:before {
		border-top: .45rem solid transparent;
		border-bottom: .45rem solid transparent;
		border-left: .65rem solid #333333;
	}

	.c-manga__content {
		padding: 6.91176471%;
		border: .2rem solid #333333;
		border-radius: 1.5rem;
	}

	.c-manga__slider .slick-dots {
		margin-top: 4.6rem;
	}

	.c-manga__slider .slick-dots li button {
		height: 3.8rem;
		font-size: 2.1rem;
	}
}



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

 c-flow

***********************************/
.c-flow {

}

.c-flow__inner {
	padding-top: 5rem;
	padding-bottom: 11rem;
}

.c-flow__content {
	display: flex;
	gap: 8.5rem 8.5rem;
	margin-top: 6rem;
}

.c-flow__content-sec {
	width: calc(100%/3 - 5.6rem);
	flex: 0 1 calc(100%/3 - 5.6rem);
	padding: 4rem 4rem 3rem 4rem;
	background: #fff8f0;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-flow__content-sec:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: 2.8rem;
	margin-right: -5rem;
	background: url(images/top/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.c-flow__content-sec .num {
	width: 10rem;
	padding: .6rem .5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #e04b00;
	border-radius: 200px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__content-sec .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	background: #fff;
	border-radius: 2.5rem;
}

.c-flow__content-sec .pic img {
	display: block;
	width: 6.2rem;
}

.c-flow__content-sec .ttl {
	margin-top: 2rem;
	margin-left: -.5em;
	margin-right: -.5em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-flow__content-sec .ttl .d-ib {
	display: inline-block;
}

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

	.c-flow__inner {
		padding-top: 2.5rem;
		padding-bottom: 5.5rem;
	}

	.c-flow__content {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 4rem;
	}

	.c-flow__content-sec {
		width: auto;
		padding: 2.5rem 10% 2rem 10%;
		margin-bottom: 6.5rem;
		border-radius: 1.5rem;
	}

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

	.c-flow__content-sec:before {
		width: 2.1rem;
		height: 1.35rem;
		margin-right: 0;
		margin-bottom: -3.2rem;
		background: url(images/top/flow_arr02.png) no-repeat center / contain;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		right: auto;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

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

	.c-flow__content-sec .num {
		width: 8rem;
		padding: .2rem .5rem;
		font-size: 1.5rem;
	}

	.c-flow__content-sec .pic {
		height: 6.5rem;
		border-radius: 1.25rem;
	}

	.c-flow__content-sec .pic img {
		width: 4.7rem;
	}

	.c-flow__content-sec .ttl {
		margin-top: 1.5rem;
		margin-left: -.5em;
		margin-right: -.5em;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}



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

 c-case

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

}

.c-case__inner {
	padding-top: 8rem;
	padding-bottom: 11rem;
}

.c-case__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4.5rem;
	margin-bottom: -6rem;
}

.c-case__content-sec {
	width: 45.45454545%;
	padding: 4rem 3.63636364% 3rem;
	margin-bottom: 6rem;
	background: #fff8f0;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-case__content-sec .pic {

}

.c-case__content-sec .pic img {
	width: 100%;
	max-width: none;
}

.c-case__content-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.c-case__content-sec .txt01 {
	margin-top: 1.5rem;
}

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

	.c-case__inner {
		padding-top: 4rem;
		padding-bottom: 5.5rem;
	}

	.c-case__content {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 2.5rem;
		margin-bottom: 0;
	}

	.c-case__content-sec {
		width: auto;
		padding: 2.5rem 10% 1.5rem;
		margin-bottom: 3rem;
		border-radius: 1.5rem;
	}

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

	.c-case__content-sec .pic {

	}

	.c-case__content-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-case__content-sec .ttl {
		display: block;
		margin-top: 1.5rem;
		font-size: 1.6rem;
	}

	.c-case__content-sec .txt01 {
		margin-top: 1rem;
	}
}



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

 c-faq

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

}

.c-faq__inner {
	padding-top: 8rem;
	padding-bottom: 4rem;
}

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

	.c-faq__inner {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

}



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

 c-company

***********************************/
.c-company {

}

.c-company__inner {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.c-company__list {
	margin: 5rem auto 0;
}

.c-company__list dl {
	display: flex;
	/*align-items: center;*/
	padding: 3.5rem 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #dddddd;
}

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

.c-company__list dl dt {
	display: flex;
	align-items: center;
	width: 20rem;
	padding-right: 1em;
	font-weight: bold;
	border-right: 1px solid #dddddd;
}

.c-company__list dl dd {
	flex: 1;
	padding-left: 4rem;
}

.c-company__list dl dd .small {
	font-size: 1.2rem;
}

.c-company__list dl dd a {
	text-decoration: underline;
}

.c-company__list dl dd a:hover {
	text-decoration: none;
}

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

	.c-company__inner {
		padding: 2rem 0 2rem;
	}

	.c-company__list {
		width: auto;
		margin: 2.5rem auto 0;
	}

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

	.c-company__list dl dt {
		display: block;
		width: auto;
		margin-bottom: .5em;
		border-right: none;
	}

	.c-company__list dl dd {
		padding-left: 0;
	}

	.c-company__list dl dd .small {
		font-size: 1.1rem;
	}
}



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

 c-partner

***********************************/
.c-partner {

}

.c-partner__inner {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.c-partner__txt01 {
	margin-top: 4rem;
}

.c-partner__note {
	margin-top: 2rem;
	font-size: 1.2rem;
}

.c-partner__note li {

}

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

.c-partner__list dl {
	display: flex;
	/*align-items: center;*/
	padding: 3.5rem 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #dddddd;
}

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

.c-partner__list dl dt {
	display: flex;
	align-items: center;
	width: 20rem;
	padding-right: 1em;
	font-weight: bold;
	border-right: 1px solid #dddddd;
}

.c-partner__list dl dd {
	flex: 1;
	padding-left: 4rem;
}

.c-partner__list dl dd .small {
	font-size: 1.2rem;
}

.c-partner__list dl dd a {
	text-decoration: underline;
}

.c-partner__list dl dd a:hover {
	text-decoration: none;
}

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

	.c-partner__inner {
		padding: 2rem 0 2rem;
	}

	.c-partner__txt01 {
		margin-top: 2rem;
	}

	.c-partner__note {
		margin-top: 1.5rem;
		font-size: 1.1rem;
	}

	.c-partner__list {
		width: auto;
		margin: 2.5rem auto 0;
	}

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

	.c-partner__list dl dt {
		display: block;
		width: auto;
		margin-bottom: .5em;
		border-right: none;
	}

	.c-partner__list dl dd {
		padding-left: 0;
	}

	.c-partner__list dl dd ul {
	}

	.c-partner__list dl dd ul li {
		margin-bottom: .4em;
	}

	.c-partner__list dl dd ul li:last-child {
		margin-bottom: 0;
	}

	.c-partner__list dl dd .small {
		font-size: 1.1rem;
	}
}



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

 c-contact

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

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

	}

	.c-contact__inner {
		padding-top: 2rem;
	}

	.c-contact__inner-txt01 {
		margin-top: 1.5rem;
	}

	.c-contact__inner-content {
		padding: .2rem 4.833333333333333% 8.088235294117647%;
		margin-top: 2rem;
		background-color: #fff;
		border-radius: 1rem;
		box-shadow: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

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


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

 c-confirm

***********************************/
.c-confirm {
	background: #fff8f0;
}

.c-confirm__inner {
	padding-top: 6rem;
	padding-bottom: 9rem;
}

.c-confirm__inner-content {
	padding: 1rem 5rem 6rem;
	margin-top: 5rem;
	background: #fff;
	border-radius: 3rem;
}

.c-confirm__inner-content .c-form dl {
}

.c-confirm__inner-content .c-form dl dt {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.c-confirm__inner-content .c-form dl dd {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: normal;
	line-height: 1.8;
}

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

	.c-confirm__inner {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	.c-confirm__inner-content {
		padding: 2.5rem 5.88235294% 3rem;
		margin-top: 2rem;
		border-radius: 1.5rem;
	}

	.c-confirm__inner-content .c-form__content {
		border-top: .1rem solid #ddd;
	}

	.c-confirm__inner-content .c-form dl {
		padding-bottom: 1.5rem;
	}

	.c-confirm__inner-content .c-form dl dt {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 1rem;
	}

	.c-confirm__inner-content .c-form dl dd {
		padding-top: 0;
		padding-bottom: 0;
	}

	.c-confirm__inner-content .c-form dl dd.alignC-sp {
		text-align: center;
	}
}


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

 c-thanks

***********************************/
.c-thanks {
	background: #fff8f0;
}

.c-thanks__inner {
	padding-top: 17rem;
	padding-bottom: 17rem;
}

.c-thanks__inner-txt01 {
	margin-top: 4.5rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-thanks__inner-btn {
	width: 40rem;
	margin: 6rem auto 0;
}

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

	.c-thanks__inner {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.c-thanks__inner-txt01 {
		margin-top: 1.8rem;
		font-size: 1.4rem;
		text-align: left;
	}

	.c-thanks__inner-btn {
		width: 27rem;
		margin: 3rem auto 0;
	}
}


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

 c-error404

***********************************/
.c-error404 {
	background: #fff8f0;
}

.c-error404__inner {
	padding-top: 17rem;
	padding-bottom: 17rem;
}

.c-error404__inner-txt01 {
	margin-top: 4.5rem;
	font-size: 1.8rem;
	text-align: center;
}

.c-error404__inner-btn {
	width: 40rem;
	margin: 6rem auto 0;
}

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

	.c-error404__inner {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.c-error404__inner-txt01 {
		margin-top: 1.8rem;
		font-size: 1.4rem;
		text-align: left;
	}

	.c-error404__inner-btn {
		width: 27rem;
		margin: 3rem auto 0;
	}
}


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

 xxx

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

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

}


