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

@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", "LINE Seed 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", "LINE Seed 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", "LINE Seed 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", "LINE Seed 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", "LINE Seed 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", "LINE Seed 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", "LINE Seed 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;
}
.LINE-Seed {
	font-family: "YakuHanJP", "LINE Seed JP", 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: 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: .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;
}
.red {
	color: #eb392c;
}
.blue {
	color: #0c4699;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.marker-blue {
	background: linear-gradient(transparent 70%, #dbe3f0 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: 130rem;
	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-main {
}

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

@media screen and (max-width:767px){
	.l-wrap {
		padding-bottom: 5.5rem;
	}

	.l-wrap.sub {
		padding-bottom: 0;
	}

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

	.l-wrap.sub .l-pageTop {
		bottom: 1.5rem;
	}
}




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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 12.2rem;
	padding: 0 4.6rem 0 4rem;
	background: url(../../images/lp/hd_bg01_pc.png) no-repeat center top;
	background-size: 130rem 6.4rem;
	position: relative;
	z-index: 2;
}

.l-header__logo {
	width: 27rem;
}

.l-header__logo img {
	width: 100%;
}

.l-header__line {
	margin-top: 2rem;
}

.l-header__line a {
	display: flex;
	align-items: center;
	height: 6rem;
	padding: 0 3rem;
	color: #fff;
	border-radius: 20rem;
	background: #05aa61;
	position: relative;
	z-index: 1;
}

.l-header__line a .txt01 {
	display: block;
	padding: .1rem 1.2rem;
	margin-top: -2rem;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-radius: 20rem;
	background: #ffff00;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-header__line a .txt02 {
	display: block;
	padding-right: 3rem;
	font-size: 1.9rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

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

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		height: 5.8rem;
		padding: 0 1.75rem;
		background: url(../../images/lp/hd_bg01_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	.l-header__logo {
		width: 16.2rem;
	}

	.l-header__line {
		display: none;
	}
}

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

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 100%;
	height: 5.5rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #05aa61;
}

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

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

.l-fixed-content a span:after {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../../images/lp/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 {

}

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

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

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

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

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

	.l-footer__logo {
		width: 16.2rem;
	}

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

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

 c-bg-dot01

***********************************/
.c-bg-dot01 {
	background: url(../../images/lp/bg_dot01.png) repeat center top;
	background-size: 2rem 2rem;
}

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

}

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

 c-title01

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

.c-title01 .large {
	font-size: 5rem;
}

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

	.c-title01 .large {
		font-size: 2.3rem;
	}

	.c-title01 .large-sp {
		font-size: 2.3rem;
	}
}

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

 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: inline-block;
	padding: 2rem 5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 20rem;
	background: #05aa61;
	position: relative;
	z-index: 1;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 1.4rem 2.5rem;
		font-size: 1.8rem;
	}
}

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

 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 {
	padding-left: 2rem;
	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-bottom: 2.5rem;
	cursor: pointer;
}

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

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 10rem;
	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: #0c4699;
	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: #0c4699;
	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;
	margin-left: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

.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-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 {
		margin-left: .5rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

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

}


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

 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-hero

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

}

.c-hero__inner {
	padding-top: 2.7rem;
	padding-bottom: 12.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__ttl {
	font-size: 6.1rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .05em;
}

.c-hero__ttl .block {
	display: inline-block;
	padding: .4rem 0 .4rem 0;
	margin-top: 1.7rem;
	background: #fff;
	border-radius: 0 2rem 2rem 0;
}

.c-hero__ttl .block:first-child {
	margin-top: 0;
}

.c-hero__txt01 {
	margin-top: 3rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2;
}

.c-hero__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	width: 75rem;
	margin-top: 3.5rem;
	color: #0c469a;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-hero__list li {
	padding: .6rem 1.2rem;
	background: #fff;
	border: .2rem solid #0c469a;
	border-radius: 1rem;
}

.c-hero__btn {
	margin-top: 6rem;
}

.c-hero__btn a {
	display: inline-block;
	padding: 2rem 3rem 2rem 2.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 20rem;
	background: #05aa61;
	position: relative;
	z-index: 1;
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__btn a span {
	padding-left: 4.5rem;
	padding-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-hero__btn a span:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.7rem;
	background: url(../../images/lp/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.c-hero__pic {
	width: 77.4rem;
	position: absolute;
	top: -3rem;
	right: -22rem;
	z-index: -1;
}

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

	}

	.c-hero__inner {
		padding-top: 1.65rem;
		padding-bottom: 3rem;
	}

	.c-hero__ttl {
		font-size: 2.35rem;
	}

	.c-hero__ttl .block {
		padding: .4rem 0 .4rem .5rem;
		margin-top: .885rem;
		border-radius: 0 1rem 1rem 0;
	}

	.c-hero__txt01 {
		padding-left: .5rem;
		margin-top: 1.75rem;
		font-size: 1.1rem;
	}

	.c-hero__list {
		gap: 1rem;
		width: auto;
		padding-left: .5rem;
		margin-top: 2rem;
		font-size: 1.2rem;
	}

	.c-hero__list li {
		padding: .2rem .75rem;
		border: .15rem solid #0c469a;
		border-radius: .75rem;
	}

	.c-hero__btn {
		margin-top: 3rem;
		text-align: center;
	}

	.c-hero__btn a {
		padding: 1.4rem 1.75rem 1.4rem 1.75rem;
		font-size: 1.8rem;
	}

	.c-hero__btn a span {
		padding-left: 3.2rem;
		padding-right: 2.9rem;
	}

	.c-hero__btn a span:before {
		width: 2.4rem;
		height: 2.1rem;
	}

	.c-hero__btn a span:after {
		width: 1.8rem;
		height: 1.8rem;
	}

	.c-hero__pic {
		width: 16.8rem;
		position: absolute;
		top: 6rem;
		right: -1.75rem;
		z-index: -1;
	}
}



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

 c-about

***********************************/
.c-about {
	background: url(../../images/lp/about_bg01_pc.png) no-repeat center top / cover;
	/*background-size: 192rem auto;*/
}

.c-about__inner {
	/*min-height: 86rem;*/
	padding: 14rem 0 12rem;
}

.c-about__content {
	margin-top: 4rem;
	position: relative;
	z-index: 3;
}

.c-about__txt01 {
	margin-top: 1.7em;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.6;
	text-align: center;
}

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

.c-about__pic {
	width: 34.6rem;
	position: absolute;
	bottom: -18rem;
	right: -2.5rem;
	z-index: -1;
}

.c-about__pic img {
}

.c-about__pic figcaption {
	display: inline-block;
	padding: .4rem 1.2rem;
	color: #0c4699;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
	background: #fff;
	border-radius: 1rem;
	position: absolute;
	bottom: 23.5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (min-width:1921px){
	.c-about {
		background-size: 100% auto;
	}

}

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

	.c-about {
		background: url(../../images/lp/about_bg01_sp.png) no-repeat center top / cover;
		/*background-size: 100% auto;*/
	}

	.c-about__inner {
		/*min-height: 54.5rem;*/
		padding: 6.5rem 0 4rem;
	}

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

	.c-about__txt01 {
		margin-top: 1em;
		font-size: 1.2rem;
		line-height: 2;
		text-align: left;
	}

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

	.c-about__pic {
		width: 17.3rem;
		position: absolute;
		top: 0;
		bottom: auto;
		right: -2.3rem;
	}

	.c-about__pic img {
	}

	.c-about__pic figcaption {
		padding: .2rem .6rem;
		font-size: .75rem;
		border-radius: .5rem;
		bottom: 11.75rem;
	}
}



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

 c-trouble

***********************************/
.c-trouble {
	margin-top: -1px;
	margin-bottom: -10rem;
	background: #96d6f5;
	border-radius: 0 0 10rem 10rem;
	position: relative;
	z-index: 1;
}

.c-trouble:before {
	content: "";
	display: block;
	width: 192rem;
	height: 12rem;
	margin-bottom: -.1rem;
	background: url(../../images/lp/trouble_bg01_pc.png) no-repeat center top;
	background-size: 192rem auto;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner {
	padding: 7rem 0 .1rem;
}

.c-trouble__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5rem 6rem;
	width: 100rem;
	margin: 6rem auto 0;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

.c-trouble__list li {
	padding: 2.3rem 2rem 2rem;
	text-align: center;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 1;
}

.c-trouble__list li:before {
	content: "";
	display: block;
	width: 2.8rem;
	height: 3rem;
	margin-top: -1.6rem;
	background: url(../../images/lp/trouble_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__resolution {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78rem;
	height: 52rem;
	margin: -7.6rem auto -34.6rem;
	background: url(../../images/lp/trouble_bg02_pc.png) no-repeat center top / contain;
}

.c-trouble__resolution-inner {
}

.c-trouble__resolution-txt01 {
	font-size: 4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.6;
	text-shadow: 0px .4rem 0px rgba(0, 0, 0, 0.2);
}

.c-trouble__resolution-txt02 {
	margin-top: .2em;
	font-size: 4.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.6;
	text-shadow: 0px .4rem 0px rgba(0, 0, 0, 0.2);
}

.c-trouble__resolution-txt02 .large {
	font-size: 4.8rem;
}

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

	.c-trouble:before {
		width: 100%;
		height: 6.25vw;
		background-size: 100% auto;
	}

}

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

	.c-trouble {
		margin-top: -1px;
		margin-bottom: -5rem;
		border-radius: 0 0 5rem 5rem;
	}

	.c-trouble:before {
		width: 101%;
		height: 3.4rem;
		margin-bottom: -.1rem;
		background: url(../../images/lp/trouble_bg01_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	.c-trouble__inner {
		padding: 3rem 0 .1rem;
	}

	.c-trouble__list {
		gap: 2.8rem 3rem;
		width: auto;
		margin: 3.5rem auto 0;
		font-size: 1.4rem;
	}

	.c-trouble__list li {
		padding: 1.2rem 1rem 1rem;
		border-radius: 1rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
		position: relative;
		z-index: 1;
	}

	.c-trouble__list li:before {
		width: 2rem;
		height: 2.1rem;
		margin-top: -1.2rem;
	}

	.c-trouble__resolution {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 26.5rem;
		margin: -4.5rem -.5rem -18rem;
		background: url(../../images/lp/trouble_bg02_sp.png) no-repeat center top / contain;
	}

	.c-trouble__resolution-inner {
	}

	.c-trouble__resolution-txt01 {
		font-size: 2rem;
		text-shadow: 0px .2rem 0px rgba(0, 0, 0, 0.2);
	}

	.c-trouble__resolution-txt02 {
		margin-top: .2em;
		font-size: 2.2rem;
		text-shadow: 0px .2rem 0px rgba(0, 0, 0, 0.2);
	}

	.c-trouble__resolution-txt02 .large {
		font-size: 2.4rem;
	}
}



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

 c-scene

***********************************/
.c-scene {
	margin-bottom: -10rem;
}

.c-scene__inner {
	padding: 50rem 0 21rem;
}

.c-scene__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7rem 6rem;
	margin-top: 6rem;
}

.c-scene__sec {
	width: calc(100%/2 - 3rem);
	flex: 0 1 calc(100%/2 - 3rem);
	padding: 3.8rem 3.8rem 3.3rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-scene__sec:nth-child(5) {
	width: 90rem;
	flex: none;
}

.c-scene__num {
	padding: .8rem 1.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
	background: #0c4699;
	border-radius: 20rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-scene__head {
	background: #f0f9fe;
	border-radius: 1.5rem;
}

.c-scene__ttl {
	padding: .3rem 1rem;
	color: #0c4699;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 1.5rem;
	border: .2rem solid #0c4699;
}

.c-scene__case {
	padding: .7rem 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

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

.c-scene__cont {
	width: 28rem;
}

.c-scene__sec:nth-child(5) .c-scene__cont {
	width: 49rem;
}

.c-scene__cont p {
	margin-top: .8em;
}

.c-scene__cont p:first-child {
	margin-top: 0;
}

.c-scene__cont p:last-child {
	margin-bottom: -.3em;
}

.c-scene__pic {
	width: 23rem;
}

.c-scene__sec:nth-child(5) .c-scene__pic {
	width: 30rem;
}

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

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

	.c-scene__inner {
		padding: 25.5rem 0 9rem;
	}

	.c-scene__list {
		display: block;
		width: 31rem;
		margin: 3.5rem auto 0;
	}

	.c-scene__sec {
		width: auto;
		flex: none;
		padding: 1.9rem 1.9rem 1.9rem;
		margin-top: 4.4rem;
		border: .1rem solid #dddddd;
		border-radius: 1rem;
	}

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

	.c-scene__sec:nth-child(5) {
		width: auto;
		flex: none;
	}

	.c-scene__num {
		padding: .3rem 1.2rem;
		font-size: 1.2rem;
	}

	.c-scene__head {
		background: #f0f9fe;
		border-radius: .75rem;
	}

	.c-scene__ttl {
		padding: .1rem 1rem;
		font-size: 1.6rem;
		border-radius: .75rem;
		border: .1rem solid #0c4699;
	}

	.c-scene__case {
		padding: .3rem 1rem;
		font-size: 1.2rem;
	}

	.c-scene__body {
		display: block;
		margin-top: 1.2rem;
	}

	.c-scene__cont {
		width: auto;
	}

	.c-scene__sec:nth-child(5) .c-scene__cont {
		width: auto;
	}

	.c-scene__cont p {
		margin-top: .8em;
	}

	.c-scene__cont p:first-child {
		margin-top: 0;
	}

	.c-scene__cont p:last-child {
		margin-bottom: -.3em;
	}

	.c-scene__pic {
		width: 11.5rem;
		margin: 1.5rem auto 0;
	}

	.c-scene__sec:nth-child(5) .c-scene__pic {
		width: 27rem;
	}
}



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

 c-plan

***********************************/
.c-plan {
	margin-bottom: -10rem;
	background: #0c4699;
	border-radius: 10rem;
	position: relative;
	z-index: 2;
}

.c-plan__inner {
	padding: 7.5rem 0 9rem;
}

.c-plan__content {
	display: flex;
	justify-content: space-between;
	margin-top: 4.5rem;
	position: relative;
	z-index: 1;
}

.c-plan__app {
	width: 26.4rem;
	position: absolute;
	bottom: 100%;
	right: 6.3rem;
	z-index: 1;
}

.c-plan__app a {
	display: block;
}

.c-plan__app figure {
}

.c-plan__btn {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-plan__btn span {
	display: inline-block;
	padding: .4rem 1.2rem;
	color: #0c4699;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
	background: #fff;
	border-radius: 1rem;
}

.c-plan__sec {
	width: 39rem;
	padding: 3.5rem 4rem;
	background: #fff;
	border-radius: 2rem;
}

.c-plan__ttl {
	padding: .5rem 1rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background: #0c4699;
	border-radius: 1.5rem;
}

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

.c-plan__price {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.c-plan__price .large {
	display: inline-block;
	margin: 0 .1em;
	font-size: 5.4rem;
	line-height: .85;
}

.c-plan__price .en {
	font-size: 2.8rem;
}

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

.c-plan__txt01 {
	padding: 1rem .9rem;
	margin-top: 1rem;
	font-size: 1.4rem;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #dddddd;
	border-radius: 1.5rem;
}

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

	.c-plan {
		margin-bottom: -5rem;
		border-radius: 5rem;
	}

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

	.c-plan__inner .c-title01 {
		padding-left: 2rem;
		text-align: left;
	}

	.c-plan__content {
		display: block;
		width: 30rem;
		margin: 2.25rem auto 0;
	}

	.c-plan__app {
		width: 13.2rem;
		right: 2.1rem;
	}

	.c-plan__app figure {
	}

	.c-plan__btn {
		display: none;
	}

	.c-plan__sec {
		width: auto;
		padding: 1.75rem 2.75rem;
		margin-top: 3rem;
		border-radius: 1.5rem;
	}

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

	.c-plan__ttl {
		padding: .1rem 1rem;
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-plan__box {
		margin-top: 1rem;
	}

	.c-plan__price {
		font-size: 1.6rem;
		line-height: 1.2;
	}

	.c-plan__price .large {
		margin: 0 .1em;
		font-size: 3.2rem;
	}

	.c-plan__price .en {
		font-size: 1.9rem;
	}

	.c-plan__tax {
		margin-top: .5rem;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.c-plan__txt01 {
		padding: .4rem .9rem;
		margin-top: 1rem;
		font-size: 1.2rem;
		border: .1rem solid #dddddd;
		border-radius: 1rem;
	}
}



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

 c-cv

***********************************/
.c-cv {
	padding: 10rem 0;
	margin: -10rem 0;
	background: url(../../images/lp/cv_bg01_pc.jpg) no-repeat center / cover;
}

.c-cv__inner {
	padding: 4.5rem 0 9.5rem;
}

.c-cv__ttl {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.c-cv__btn {
	margin-top: 3.5rem;
	text-align: center;
}

.c-cv__btn a {
	display: inline-block;
	padding: 2rem 3rem 2rem 2.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 20rem;
	background: #05aa61;
	position: relative;
	z-index: 1;
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__btn a:hover {
	background: #50c390;
}

.c-cv__btn a span {
	padding-left: 4.5rem;
	padding-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-cv__btn a span:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.7rem;
	background: url(../../images/lp/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

	.c-cv__inner {
		padding: 2.25rem 0 4.75rem;
	}

	.c-cv__ttl {
		font-size: 1.3rem;
	}

	.c-cv__btn {
		margin-top: 1.75rem;
	}

	.c-cv__btn a {
		padding: 1.4rem 1.75rem 1.4rem 1.75rem;
		font-size: 1.8rem;
	}

	.c-cv__btn a span {
		padding-left: 3.2rem;
		padding-right: 2.9rem;
	}

	.c-cv__btn a span:before {
		width: 2.4rem;
		height: 2.1rem;
	}

	.c-cv__btn a span:after {
		width: 1.8rem;
		height: 1.8rem;
	}

}



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

 c-faq

***********************************/
.c-faq {
	border-radius: 10rem;
	position: relative;
	z-index: 2;
}

.c-faq__inner {
	padding: 7.5rem 0 9rem;
}

.c-faq__content {
	width: 100rem;
	margin: 4.5rem auto 0;
}

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

	.c-faq {
		border-radius: 5rem;
	}

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

	.c-faq__content {
		width: 30rem;
		margin: 2.25rem auto 0;
	}

}



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

 c-company

***********************************/
.c-company {
	border-radius: 10rem 10rem 0 0;
}

.c-company__inner {
	padding: 7.5rem 0 9rem;
}

.c-company__content {
	width: 100rem;
	margin: 4.5rem auto 0;
}

.c-company__content dl {
	display: flex;
	padding: 3.8rem 0;
	letter-spacing: .05em;
	border-bottom: 1px solid #dddddd;
}

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

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

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

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

	.c-company {
		border-radius: 5rem 5rem 0 0;
	}

	.c-company__inner {
		padding: 3.75rem 0 4rem;
	}

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

	.c-company__content dl {
		display: block;
		padding: 1.2rem 0;
	}

	.c-company__content dl dt {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
		border-right: none;
	}

	.c-company__content dl dd {
		padding-left: 0;
		margin-top: .3em;
	}

}


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

 c-404

***********************************/
.c-404 {

}

.c-404__inner {
	padding: 7.5rem 0 8rem;
}

.c-404__btn01 {
	margin-top: 5rem;
	text-align: center;
}

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

	.c-404__inner {
		padding: 3.75rem 0 4rem;
	}

	.c-404__btn01 {
		margin-top: 2.5rem;
	}

}


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

 xxx

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

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

}


