@charset "utf-8";

:root {
	--text-font-family-base: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--text-font-family-mincho: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	--text-color-base: #333333;
	--text-color-primary: #164096;
	--text-color-placeholder: #999999;
	--text-size-base: 1.8rem;
	--text-size-base-sp: 2.8rem;
	--text-line-height-base: 1.8;
	--text-letter-spacing-base: .07em;
	--leading-trim: calc((1em - 1lh) / 2);
	--content-width: 144rem;
	--wrap-padding: 4rem;
	--wrap-padding-sp: 3.5rem;
}

html {
	font-size: 10px;
}

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

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: var(--text-color-placeholder) !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: var(--text-color-placeholder);
}
/* 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: var(--text-color-base);
}
a:visited {
	color: var(--text-color-base);
}
a.normal:link {
	color: var(--text-color-base);
}
a.normal:visited {
	color: var(--text-color-base);
}
@media (hover: hover) {
	a:hover {
		text-decoration: none;
	}
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
@media (hover: hover) {
	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);
}
@media (hover: hover) {
	.ov:hover {
		opacity:0.7;
	}
}
@media (hover: hover) {
	.ovImg:hover img {
		opacity:0.7;
	}
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: var(--text-font-family-mincho);
}
.gothic {
	font-family: var(--text-font-family-base);
}
.Lato {
	font-family: 'Lato', sans-serif;
}
.Oswald {
	font-family: 'Oswald', sans-serif;
}
.Roboto {
	font-family: 'Roboto', sans-serif;
}
.Barlow {
	font-family: "Barlow Condensed", sans-serif;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		font-size: 1.33333333vw;
		/*font-size: 10px;*/
	}
	body {
		font-size: var(--text-size-base-sp);
	}
	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: 8.8rem;
		padding: 1rem 2rem;
		font-size: 3.2rem;
		border-radius: 1.5rem;
	}
	select {
		height: 8.8rem;
		padding: 1rem 2rem;
		font-size: 3.2rem;
		border-radius: 1.5rem;
	}
	textarea {
		height: 34.6666666vw;
		padding: .6rem 2rem;
		font-size: 3.2rem;
		border-radius: 1.5rem;
	}
}


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

 general

***********************************/
.u-full {
	max-width: none;
	width: 100%;
}
.u-floatL {
	float: left;
}
.u-floatR {
	float: right;
}
.u-alignC {
	text-align: center;
}
.u-alignR {
	text-align: right;
}
.u-alignL {
	text-align: left;
}
.u-veralignT {
	vertical-align: top;
}
.u-veralignM {
	vertical-align: middle;
}
.u-veralignB {
	vertical-align: bottom;
}
.u-indent {
	text-indent: -1em;
	padding-left: 1em;
}
.u-bold {
	font-weight: bold;
}
.u-color-primary {
	color: var(--text-color-primary);
}
.u-white {
	color: #fff;
}
.u-black {
	color: #333333;
}
.u-red {
	color: #cf2214;
}
.u-blue {
	color: #00519f;
}
.u-orange {
	color: #ffdf00;
}
.u-yellow {
	color: #ffff00;
}
.u-bgYellow {
	background-color: #fff100;
}
.u-marker {
	background: linear-gradient(transparent 70%, #fede01 70%);
}
.u-marker-orange {
	background: linear-gradient(transparent 70%, #ffdf00 70%);
}
.u-marker-blue {
	background: linear-gradient(transparent 70%, #dde3f0 70%);
}
.u-underline {
	text-decoration: underline;
	text-underline-offset: .4em;
}

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

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

 parts

***********************************/
.u-define-wrap {
	padding-left: var(--wrap-padding);
	padding-right: var(--wrap-padding);
}

.u-define-inner {
	max-width: 100%;
	width: var(--content-width);
	margin: 0 auto;
}


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

	.u-define-wrap {
		padding-left: var(--wrap-padding-sp);
		padding-right: var(--wrap-padding-sp);
	}

	.u-define-inner {
		width: auto;
	}
}

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

 anime-text-link

***********************************/
.anime-text-link {
}

.anime-text-link .wrap {
	display: inline-block;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

.anime-text-link .main,
.anime-text-link .sub {
	display: inline-block;
	vertical-align: top;
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.anime-text-link .sub {
	inset: 0;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

@media (hover: hover) {
	.anime-text-link:not(.is-active):hover .main {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}

	.anime-text-link:not(.is-active):hover .sub {
		transform: none;
		-webkit-transform: none;
	}
}

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

	.anime-text-link .sub {
		display: none;
	}
}

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

 layout

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

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

.l-main {
}

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

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

.l-pageTop a {
	display: block;
}

@media (hover: hover) {
	.l-pageTop a {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-pageTop a:hover {
		opacity: 1;
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
	}
}

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

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

	.l-pageTop {
		width: 6.4rem;
		bottom: 3rem;
		right: 4%;
	}

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

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 13.2rem;
	padding: 0 4rem 0 3rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-header__logo,
.l-header__logo img {
	width: 15.2rem;
}

.l-header__logo a {
	display: block;
}

.l-header__btn-area {
	display: flex;
	gap: 0 2.5rem;
}

.l-header__download,
.l-header__contact {
}

.l-header__download a,
.l-header__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6.2rem;
	padding: 0 2.5rem 0 2rem;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

@media (hover: hover) {

	.l-header__download a,
	.l-header__contact a {
		transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-header__download a:hover,
	.l-header__contact a:hover {
		box-shadow: 0 .3rem .3rem rgba(0,0,0,.15);
		transform: translateY(-.3rem);
		filter: brightness(1.1);
	}
}

.l-header__download a {
	background: #3cb41e;
}

.l-header__contact a {
	background: #40bf1f;
}

.l-header__download a .balloon,
.l-header__contact a .balloon {
	display: block;
	padding: .3rem .8rem;
	color: #593f2c;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffdf00;
	border-radius: .7rem;
	position: absolute;
	top: -1.6rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-header__download a .icon,
.l-header__contact a .icon {
	padding-left: 3rem;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.l-header__download a .icon:before,
.l-header__contact a .icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__download a .icon:before {
	width: 2.3rem;
	height: 2.3rem;
	background: url(../images/common/icon_download01.png) no-repeat center / contain;
}

.l-header__contact a .icon:before {
	width: 2.4rem;
	height: 1.7rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
}

.l-header__contact {

}

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

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

	.l-header__logo,
	.l-header__logo img {
		width: 29.1rem;
	}

	.l-header__btn-area {
		display: none;
	}
}

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

 l-fixed-contents-pc

***********************************/
.l-fixed-contents-pc {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-contents-pc__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11rem;
	background: #fff;
	border-top: .3rem solid #17439d;
}

.l-fixed-contents-pc__logo {
	width: 15.2rem;
	margin-right: 5rem;
}

.l-fixed-contents-pc__logo a {
	display: block;
}

.l-fixed-contents-pc__logo img {
	display: block;
	width: 15.5rem;
}

.l-fixed-contents-pc__wrap {
	margin-right: 2.5rem;
}

.l-fixed-contents-pc__box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 1rem;
}

.l-fixed-contents-pc__box-head {

}

.l-fixed-contents-pc__box-head-txt01 {
	padding-top: .12em;
	color: var(--text-color-primary);
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1;
	border-top: .3rem solid #333333;
}

.l-fixed-contents-pc__box-head-txt01 .num {
	display: inline-block;
	margin: 0 .1em;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: .7;
	transform: translateY(.06em);
	-webkit-transform: translateY(.06em);
}

.l-fixed-contents-pc__box-body {
}

.l-fixed-contents-pc__box-body-txt01 {
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__box-body-txt01 .u-marker {
	display: inline-block;
	line-height: 1.25;
	background: linear-gradient(transparent 80%, #fede01 80%);
}

.l-fixed-contents-pc__box-body-txt01 .num {
	display: inline-block;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: .7;
	letter-spacing: var(--text-letter-spacing-base);
}

.l-fixed-contents-pc__box-body-txt01 .en {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__box-body-txt01 .tax {
	display: inline-block;
	font-size: 1rem;
	letter-spacing: .03em;
	white-space: nowrap;
}

.l-fixed-contents-pc__copy {
	margin-top: .8rem;
	font-size: 1.3rem;
	font-weight: 900;
	text-align: center;
}

.l-fixed-contents-pc__copy .block {
	display: block;
	padding: 0 1.5rem;
	background: #fff;
	border: .2rem solid #333333;
	border-radius: .7rem;
}

.l-fixed-contents-pc__btn-area {
	display: flex;
	gap: 0 2.5rem;
}

.l-fixed-contents-pc__download,
.l-fixed-contents-pc__contact {
	margin-top: 1rem;
}

.l-fixed-contents-pc__download a,
.l-fixed-contents-pc__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6.2rem;
	padding: 0 2rem;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

@media (hover: hover) {

	.l-fixed-contents-pc__download a,
	.l-fixed-contents-pc__contact a {
		transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-fixed-contents-pc__download a:hover,
	.l-fixed-contents-pc__contact a:hover {
		box-shadow: 0 .3rem .3rem rgba(0,0,0,.15);
		transform: translateY(-.3rem);
		filter: brightness(1.1);
	}
}

.l-fixed-contents-pc__download a {
	background: #ed4a3b;
}

.l-fixed-contents-pc__contact a {
	background: #3cb41e;
}

.l-fixed-contents-pc__download a .balloon,
.l-fixed-contents-pc__contact a .balloon {
	display: block;
	padding: .3rem .6rem;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffdf00;
	border-radius: .7rem;
	position: absolute;
	top: -1.6rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-contents-pc__download a .icon,
.l-fixed-contents-pc__contact a .icon {
	padding-left: 3.6rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__download a .icon:before,
.l-fixed-contents-pc__contact a .icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents-pc__download a .icon:before {
	width: 2.3rem;
	height: 2.3rem;
	background: url(../images/common/icon_download01.png) no-repeat center / contain;
}

.l-fixed-contents-pc__contact a .icon:before {
	width: 2.3rem;
	height: 1.6rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
}

.l-fixed-contents-pc__contact {

}

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

 l-fixed-contents-sp

***********************************/
.l-fixed-contents-sp {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-contents-sp__inner {
	display: flex;
	height: 10rem;
	background: #fff;
}

.l-fixed-contents-sp__download,
.l-fixed-contents-sp__contact {
	width: 50%;
}

.l-fixed-contents-sp__download a,
.l-fixed-contents-sp__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	padding-top: .5rem;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-sp__download a {
	background: #ed4a3b;
}

.l-fixed-contents-sp__contact a {
	background: #3cb41e;
}

.l-fixed-contents-sp__download a .balloon,
.l-fixed-contents-sp__contact a .balloon {
	display: block;
	padding: .3rem 1.2rem;
	font-size: 2.4rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffdf00;
	border-radius: 1.5rem;
	position: absolute;
	top: -3.4rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-contents-sp__download a .icon,
.l-fixed-contents-sp__contact a .icon {
	padding-left: 5rem;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-sp__download a .icon:before,
.l-fixed-contents-sp__contact a .icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents-sp__download a .icon:before {
	width: 3.4rem;
	height: 3.4rem;
	background: url(../images/common/icon_download01.png) no-repeat center / contain;
}

.l-fixed-contents-sp__contact a .icon:before {
	width: 3.6rem;
	height: 2.8rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
}

.l-fixed-contents-sp__contact {

}

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

 l-footer

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

}

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

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

.l-footer__logo a {
	display: block;
}

.l-footer__logo img {
	display: block;
	width: 15.5rem;
}

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

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

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

	.l-footer__logo {
		width: 23.3rem;
	}

	.l-footer__logo img {
		width: 23.3rem;
	}

	.l-footer__copy {
		margin-top: 5rem;
		font-size: 1.8rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-block: var(--leading-trim);
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

.c-title01.u-white {
	color: #fff;
}

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

	.c-title01 {
		font-size: 4.2rem;
	}
}

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

 c-sub-hero

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

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40rem;
	padding-top: 1rem;
}

.c-sub-hero__ttl {
	color: var(--text-color-primary);
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 40rem;
		padding-top: 3rem;
	}

	.c-sub-hero__ttl {
		font-size: 4.2rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: var(--text-letter-spacing-base);
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #982e0a;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97c31+0,f15925+100 */
	background: linear-gradient(to bottom,  rgba(249,124,49,1) 0%,rgba(241,89,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (hover: hover) {

	a.c-btn01 {
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	a.c-btn01:hover {
		transform: translateY(.5rem);
		box-shadow: 0 0 0 0 #982e0a;
		filter: brightness(1.1);
	}
}

@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 2.4rem 3rem;
		font-size: 3.2rem;
		box-shadow: 0 .6rem 0 0 #982e0a;
	}
}

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

 c-form

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

.c-form:before {
}

.c-form__content {
}

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

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	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 {
	margin-top: 3.5rem;
	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: 5rem auto 0;
}

.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: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #982e0a;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97c31+0,f15925+100 */
	background: linear-gradient(to bottom,  rgba(249,124,49,1) 0%,rgba(241,89,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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;
	margin-top: 5rem;
}

.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;
	letter-spacing: var(--text-letter-spacing-base);
	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 (hover: hover) {

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-form__submit button:hover,
	.c-form__submit input:hover,
	.c-form__confirmBtn__btn .submit:hover {
		transform: translateY(.5rem);
		box-shadow: 0 0 0 0 #982e0a;
		filter: brightness(1.1);
	}
}

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

	.c-form__content {
	}

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

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

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

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

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

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

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

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

	.c-form__privacy-content {
		padding: 2.4rem 0 2.4rem 3rem;
		margin-bottom: 3.6rem;
		border: .2rem solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 15rem;
		padding-right: 3rem;
		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: 2.4rem;
	}

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

	.c-form__privacy-txt01 {
		margin-top: 4rem;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}

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

	.c-form__submit {
		width: 48rem;
		margin-top: 4rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 2.8rem 2rem;
		font-size: 3.2rem;
		box-shadow:0 .6rem 0 0 #982e0a;
	}

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
		margin-top: 4rem;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 2.8rem 2rem;
		font-size: 3.2rem;
		box-shadow:0 .6rem 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: 6rem;
	}

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

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

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 8rem;
		padding: 1.4rem 2.4rem;
		margin-left: 2rem;
		font-size: 3.2rem;
		border-radius: .8rem;
	}

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

	.c-faq-list dl dd .cont {
		min-height: 8rem;
		padding: 1.4rem 2.4rem;
		margin-left: 2rem;
		border-radius: .8rem;
	}

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

}


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

 c-faq-list-acc

***********************************/
.c-faq-list-acc {
	width: 100rem;
	max-width: 100%;
	margin: 6rem auto 0;
}

.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.5rem;
	padding-bottom: 2.5rem;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	color: var(--text-color-primary);
	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: 2rem;
	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: 2rem;
	height: .2rem;
	margin: 1.8rem 3rem 0 0;
	background-color: var(--text-color-primary);
	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: 2rem;
	margin: .9rem 3.9rem 0 0;
	background-color: var(--text-color-primary);
	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: 2rem;
	font-size: 1.8rem;
	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 {
		width: 60rem;
		max-width: 100%;
		margin: 6rem auto 0;
	}

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

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

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

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

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

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

	.c-faq-list-acc dl dt .ttl:after {
		width: .4rem;
		height: 2.4rem;
		margin: 1.4rem 3rem 0 0;
	}

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

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

	.c-faq-list-acc dl dd .cont {
		margin-left: 1rem;
		font-size: 2.8rem;
		line-height: 1.8;
	}

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

}


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

 c-table-style01

***********************************/
.c-table-style01 {

}

.c-table-style01 dl {
	display: flex;
	padding: 4rem 0;
	font-size: 1.8rem;
	border-bottom: .1rem solid #dddddd;
}

.c-table-style01 dl:first-child {
	border-top: .1rem solid #dddddd;
}

.c-table-style01 dl.is-top-line-none {
	border-top: none;
}

.c-table-style01 dl dt {
	display: flex;
	align-items: center;
	width: 29rem;
	padding-right: 4rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

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

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

	.c-table-style01 dl {
		display: block;
		padding: 4rem 0;
		font-size: 2.8rem;
	}

	.c-table-style01 dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .5em;
		border-right: none;
	}

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

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

 c-2column-list

***********************************/
.c-2column-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 7rem;
}

.c-2column-list-sec {
	width: 47rem;
	padding: 3rem 3rem 2.5rem;
	margin-top: 6.3rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.1);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-2column-list-sec:nth-child(1),
.c-2column-list-sec:nth-child(2) {
	margin-top: 0;
}

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

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

.c-2column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #1f6c50;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-2column-list-sec .txt01 {
	margin-top: 1rem;
}

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

	.c-2column-list {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 8rem;
	}

	.c-2column-list-sec {
		width: auto;
		padding: 5rem 3rem 3rem;
		margin-top: 7.8rem;
		box-shadow: 0 .3rem 0 rgba(0,0,0,0.1);
		border-radius: 2rem;
	}

	.c-2column-list-sec:nth-child(2) {
		margin-top: 7.8rem;
	}

	.c-2column-list-sec .num {
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
		font-size: 2.4rem;
		border-radius: 1.2rem;
	}

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

	.c-2column-list-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-2column-list-sec .ttl {
		margin-top: 1.6rem;
		font-size: 3.2rem;
	}

	.c-2column-list-sec .txt01 {
		margin-top: 1.2rem;
	}
}




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

 c-3column-list

***********************************/
.c-3column-list {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
}

.c-3column-list-sec {
	width: 30rem;
	padding: 3.7rem 3rem 2.5rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-3column-list-sec .num {
	width: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	background: #ffdf00;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

.c-3column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #0e6eb8;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-3column-list-sec .txt01 {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top: 1px solid #dddddd;
}

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

	.c-3column-list {
		display: block;
		margin-top: 8rem;
	}

	.c-3column-list-sec {
		width: auto;
		padding: 5rem 3rem 4rem;
		margin-bottom: 9.2rem;
		box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
		border-radius: 2rem;
	}

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

	.c-3column-list-sec .num {
		width: 5.6rem;
		height: 5.6rem;
		line-height: 5.6rem;
		font-size: 2.8rem;
		border-radius: 1.2rem;
	}

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

	.c-3column-list-sec .ttl {
		margin-top: 2rem;
		font-size: 3.2rem;
	}

	.c-3column-list-sec .txt01 {
		padding-top: 2rem;
		margin-top: 2rem;
	}
}



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

 c-completeSec

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

}

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

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

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


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

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

	.c-completeSec__inner .intro {
		margin-bottom: 5rem;
		font-size: 2.8rem;
	}

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



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

 c-contact

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

}

.c-contact__inner {

}

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

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

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

	.c-contact__content {
		padding: 1rem 3.9rem 5.5rem;
		background-color: #fff;
		border-radius: 1.5rem;
		box-shadow: none;
		border-left: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-contact__content:before {
		height: .3rem;
	}
}



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

 c-bg01

***********************************/
.c-bg01 {
	background: url(../images/top/trouble_bg01.jpg) no-repeat center bottom / cover;
}

@supports (background-image: url("../images/top/trouble_bg01.webp")) {
	.c-bg01 {
		background-image: url(../images/top/trouble_bg01.webp);
	}
}

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



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

 c-hero

***********************************/
.c-hero {
	background: url(../images/top/hero_bg_pc.png) no-repeat center bottom / 192rem;
}

.c-hero__inner {
	padding: 13.5rem 0 14.5rem 0;
}

.c-hero__box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 5rem;
}

.c-hero__box-head {

}

.c-hero__box-head-txt01 {
	padding-top: .12em;
	color: var(--text-color-primary);
	font-size: 8.8rem;
	font-weight: 900;
	line-height: 1;
	border-top: .8rem solid #333333;
}

.c-hero__box-head-txt01 .num {
	display: inline-block;
	margin: 0 .1em;
	font-size: 11.5rem;
	font-weight: bold;
	line-height: .7;
	transform: translateY(.06em);
	-webkit-transform: translateY(.06em);
}

.c-hero__box-body {
}

.c-hero__box-body-txt01 {
	font-size: 8.8rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-hero__box-body-txt01 .u-marker {
	display: inline-block;
	line-height: 1.25;
	background: linear-gradient(transparent 80%, #fede01 80%);
}

.c-hero__box-body-txt01 .num {
	display: inline-block;
	font-size: 20rem;
	font-weight: bold;
	line-height: .7;
	letter-spacing: var(--text-letter-spacing-base);
}

.c-hero__box-body-txt01 .en {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.c-hero__box-body-txt01 .tax {
	display: inline-block;
	margin-bottom: -.2em;
	font-size: 2.6rem;
	letter-spacing: .03em;
	white-space: nowrap;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-hero__ttl {
	margin-top: 4.5rem;
	font-size: 4.6rem;
	font-weight: 900;
	text-align: center;
}

.c-hero__ttl .block {
	display: inline-block;
	width: 122.6rem;
	padding: .3rem 2rem;
	background: #fff;
	border: .8rem solid #333333;
	border-radius: 2rem;
}

.c-hero__award {
	display: flex;
	justify-content: center;
	gap: 0 2.5rem;
	margin-top: 5.5rem;
}

.c-hero__award li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 4.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__award li:before {
	content: "";
	display: block;
	width: 3.3rem;
	height: 8.1rem;
	background: url(../images/top/hero_award01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__award li:after {
	content: "";
	display: block;
	width: 3.3rem;
	height: 8.1rem;
	background: url(../images/top/hero_award02.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__award li .inner {

}

.c-hero__award li .inner .txt01 {
	font-size: 2.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-hero__award li .inner .txt02 {
	margin-top: 1rem;
	font-size: 2.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-hero__award li .inner .txt02 .num {
	margin-right: .05em;
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: var(--text-letter-spacing-base);
}

.c-hero__contact {
	margin-top: 6rem;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.c-hero__contact a {
	display: inline-block;
	padding: 1.8rem 4rem;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#41c521+0,3aad1c+100 */
	background: linear-gradient(to bottom,  rgba(65,197,33,1) 0%,rgba(58,173,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 .7rem 0 #1f6410;
	position: relative;
	z-index: 1;
}

.c-hero__contact a:before {
	content: "";
	display: block;
	width: 8.6rem;
	height: 8.6rem;
	background: url(../images/top/hero_balloon01_pc.png) no-repeat center / contain;
	position: absolute;
	top: -3rem;
	right: -5rem;
	z-index: 1;
}

.c-hero__contact a .icon {
	padding-left: 4.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__contact a .icon:before {
	content: "";
	display: block;
	width: 3rem;
	height: 2.2rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media (hover: hover) {

	.c-hero__contact a {
		transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-hero__contact a:hover {
		box-shadow: 0 0 0 #1f6410;
		transform: translateY(.7rem);
		filter: brightness(1.1);
	}
}

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

}

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

	.c-hero {
		background: url(../images/top/hero_bg_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-hero__inner {
		padding: 14rem 0 11.3rem 0;
	}

	.c-hero__box {
		display: block;
	}

	.c-hero__box-head {
		text-align: center;
	}

	.c-hero__box-head-txt01 {
		display: inline-block;
		padding: .4em 4rem 0 4rem;
		font-size: 8.8rem;
		border-top: .8rem solid #333333;
	}

	.c-hero__box-body {
		margin-top: 2.5rem;
	}

	.c-hero__box-body-txt01 {
		font-size: 8.8rem;
		text-align: center;
	}

	.c-hero__box-body-txt01 .num {
		font-size: 17.2rem;
	}

	.c-hero__box-body-txt01 .tax {
		margin-bottom: -.2em;
		font-size: 2.6rem;
	}

	.c-hero__ttl {
		margin-top: 4.5rem;
		font-size: 4.6rem;
		line-height: calc(59.8 / 46);
	}

	.c-hero__ttl .block {
		display: inline-block;
		width: 58rem;
		padding: 1.3rem 2rem;
		background: #fff;
		border: .8rem solid #333333;
		border-radius: 3rem;
	}

	.c-hero__award {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 3.5rem 3rem;
		margin-top: 5rem;
	}

	.c-hero__award li {
		min-height: 12.2rem;
		padding: 0 6.5rem;
	}

	.c-hero__award li:before {
		width: 5rem;
		height: 12.2rem;
	}

	.c-hero__award li:after {
		width: 5rem;
		height: 12.2rem;
	}

	.c-hero__award li .inner {

	}

	.c-hero__award li .inner .txt01 {
		font-size: 3.9rem;
	}

	.c-hero__award li .inner .txt02 {
		margin-top: 1.5rem;
		font-size: 3.9rem;
	}

	.c-hero__award li .inner .txt02 .num {
		margin-right: .05em;
		font-size: 7rem;
	}

	.c-hero__contact {
		margin-top: 5rem;
		font-size: 4.4rem;
		font-weight: 900;
	}

	.c-hero__contact a {
		padding: 1.9rem 5rem;
		box-shadow: 0 .7rem 0 #1f6410;
	}

	.c-hero__contact a:before {
		width: 11rem;
		height: 11rem;
		background: url(../images/top/hero_balloon01_sp.png) no-repeat center / contain;
		top: -5.6rem;
		right: -4.4rem;
	}

	.c-hero__contact a .icon {
		padding-left: 5.6rem;
	}

	.c-hero__contact a .icon:before {
		width: 4rem;
		height: 2.9rem;
	}

	@media (hover: hover) {

		.c-hero__contact a:hover {
			box-shadow: 0 0 0 #1f6410;
			transform: translateY(.7rem);
			filter: brightness(1.1);
		}
	}
}



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

 c-trouble

***********************************/
.c-trouble {

}

.c-trouble__inner {
	padding: 5.5rem 0 27.5rem;
}

.c-trouble__list {
	display: flex;
	justify-content: space-between;
	width: 128rem;
	max-width: 100%;
	margin: 6rem auto 0;
	position: relative;
	z-index: 2;
}

.c-trouble__list-sec {
	width: 40rem;
	padding: 1.5rem .5rem 2.5rem .5rem;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0, .05);
}

.c-trouble__list-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: calc(41.6 / 26);
}

.c-trouble__list-ttl .large {
	font-size: 2.6rem;
}

.c-trouble__list-pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	height: 15rem;
	margin: 2rem auto 0;
	background: #faf9fa;
	border-radius: 1.5rem;
}

.c-trouble__list-pic img {
	display: block;
	width: 15.4rem;
}

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

	.c-trouble__inner {
		padding: 6.5rem 0 41rem;
	}

	.c-trouble__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 3.3rem 0;
		width: auto;
		max-width: none;
		margin: 5rem -.5rem 0;
	}

	.c-trouble__list-sec {
		width: 33rem;
		padding: 2.5rem .25rem 3rem .25rem;
		border-radius: 1.5rem;
		box-shadow: 0 .3rem 0 rgba(0,0,0, .05);
	}

	.c-trouble__list-sec:last-child {
		width: 100%;
	}

	.c-trouble__list-ttl {
		font-size: 2.8rem;
		letter-spacing: normal;
	}

	.c-trouble__list-ttl .large {
		font-size: 3rem;
	}

	.c-trouble__list-pic {
		width: 26rem;
		height: 15rem;
		margin: 2rem auto 0;
		border-radius: 1.5rem;
	}

	.c-trouble__list-sec:last-child .c-trouble__list-pic {
		width: 62rem;
	}

	.c-trouble__list-pic img {
		width: 15.4rem;
	}
}



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

 c-cta

***********************************/
.c-cta {
	background: url(../images/top/cta_bg01_pc.jpg) no-repeat center / cover;
}

.c-cta__inner {
	padding: .1rem 0 7.7rem;
}

.c-cta__head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -6rem;
	padding: 13rem 0 14rem;
}

.c-cta__head--01 {
	margin-top: -34.2rem;
	background: url(../images/top/cta_bg02_pc.png) no-repeat center bottom / 112.5rem auto;
}

.c-cta__head--02 {
	height: 36.7rem;
	margin-top: -9.6rem;
	background: url(../images/top/cta_bg03_pc.png) no-repeat center bottom / 112.5rem auto;
}

.c-cta__head--03 {
	height: 36.7rem;
	margin-top: -4.7rem;
	background: url(../images/top/cta_bg04_pc.png) no-repeat center bottom / 112.5rem auto;
}

.c-cta__head-inner {

}

.c-cta__head-ttl {
	margin-block: var(--leading-trim);
	color: #fff;
	font-size: 5.2rem;
	font-weight: 900;
	text-align: center;
	line-height: calc(87 / 58);
	text-shadow: 0 .4rem 0 rgba(0,0,0,.2);
}

.c-cta__head-ttl .large {
	font-size: 5.8rem;
}

.c-cta__btn-area {
	display: flex;
	justify-content: center;
	gap: 0 6rem;
	position: relative;
	z-index: 2;
}

.c-cta__download,
.c-cta__contact {
}

.c-cta__download a,
.c-cta__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46rem;
	height: 9rem;
	padding: 0;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
}

@media (hover: hover) {

	.c-cta__download a,
	.c-cta__contact a {
		transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-cta__download a:hover,
	.c-cta__contact a:hover {
		transform: translateY(.7rem);
		filter: brightness(1.1);
	}

	.c-cta__download a:hover {
		box-shadow: 0 0 0 #7d1208;
	}

	.c-cta__contact a:hover {
		box-shadow: 0 0 0 #20560b;
	}
}

.c-cta__download a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee5244+0,eb3525+100 */
	background: linear-gradient(to bottom,  rgba(238,82,68,1) 0%,rgba(235,53,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 .7rem 0 #7d1208;
}

.c-cta__contact a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#41c421+0,3aad1c+100 */
	background: linear-gradient(to bottom,  rgba(65,196,33,1) 0%,rgba(58,173,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 .7rem 0 #20560b;
}

.c-cta__download a .balloon,
.c-cta__contact a .balloon {
	display: block;
	padding: .3rem 1rem;
	color: #593f2c;
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffdf00;
	border-radius: .7rem;
	position: absolute;
	top: -2rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cta__download a .icon,
.c-cta__contact a .icon {
	padding-left: 4.5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.c-cta__download a .icon:before,
.c-cta__contact a .icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cta__download a .icon:before {
	width: 3rem;
	height: 3rem;
	background: url(../images/common/icon_download01.png) no-repeat center / contain;
}

.c-cta__contact a .icon:before {
	width: 3.1rem;
	height: 2.2rem;
	background: url(../images/common/icon_mail01.png) no-repeat center / contain;
}

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

	.c-cta {
		background: url(../images/top/cta_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-cta__inner {
		padding: .1rem 0 8.2rem;
	}

	.c-cta__head {
		margin-bottom: 6rem;
		margin-left: -3.5rem;
		margin-right: -3.5rem;
		padding: 0;
	}

	.c-cta__head--01 {
		margin-top: -48rem;
		height: 62rem;
		background: url(../images/top/cta_bg02_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-cta__head--02 {
		height: 32.2rem;
		margin-top: -1.9rem;
		padding-bottom: 3rem;
		background: url(../images/top/cta_bg03_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-cta__head--03 {
		height: 38.9rem;
		margin-top: -1.8rem;
		padding-bottom: 2rem;
		background: url(../images/top/cta_bg04_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-cta__head-inner {

	}

	.c-cta__head-ttl {
		font-size: 5.2rem;
		text-shadow: 0 .4rem 0 rgba(0,0,0,.2);
	}

	.c-cta__head-ttl .large {
		font-size: 5.8rem;
	}

	.c-cta__btn-area {
		display: block;
	}

	.c-cta__download,
	.c-cta__contact {
	}

	.c-cta__contact {
		margin-top: 8rem;
	}

	.c-cta__download a,
	.c-cta__contact a {
		width: 64rem;
		height: 12rem;
		margin: 0 auto;
		padding: 0;
		border-radius: 20rem;
	}

	.c-cta__download a .balloon,
	.c-cta__contact a .balloon {
		padding: .3rem 1.2rem;
		font-size: 2.4rem;
		border-radius: 1.4rem;
		top: -2.8rem;
	}

	.c-cta__download a .icon,
	.c-cta__contact a .icon {
		padding-left: 6rem;
		font-size: 4.4rem;
	}

	.c-cta__download a .icon:before {
		width: 4rem;
		height: 4rem;
	}

	.c-cta__contact a .icon:before {
		width: 4rem;
		height: 2.9rem;
	}
}



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

 c-step

***********************************/
.c-step {
	background: #effcfe;
}

.c-step__inner {
	padding: 7rem 0 9rem;
}

.c-step__list {
	width: 120rem;
	margin: 8rem auto 0;
}

.c-step__list-item {
	margin-bottom: 14.4rem;
	position: relative;
	z-index: 1;
}

.c-step__list-item:last-child {
	margin-bottom: 0;
}

.c-step__list-item:before {
	content: "";
	display: block;
	width: 7rem;
	height: 7.6rem;
	background: url(../images/top/step_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: -9.8rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-step__list-item:last-child:before {
	display: none;
}

.c-step__list-head {
	position: relative;
	z-index: 1;
}

.c-step__list-head-num {
	padding: .1rem 1rem;
	color: #17439d;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	background: #fff;
	border: .3rem solid #17439d;
	border-radius: 1.5rem;
	position: absolute;
	top: -2.4rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-step__list-head-ttl {
	padding: 2.2rem 3rem 1rem;
	color: #ffff00;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	background: #17439d;
	border-radius: 2rem;
}

.c-step__list-body {
	margin-top: 4.5rem;
}

.c-step__list-body-list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 9.6rem;
	position: relative;
	z-index: 1;
}

.c-step__list-body-list:before {
	content: "";
	display: block;
	width: 65.3rem;
	height: 27.6rem;
	background: url(../images/top/step_bg01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-step__list-body-list-sec {
	width: 36rem;
	padding: 2.2rem 2.7rem 2.2rem;
	background: #fff;
	border: .3rem solid #17439d;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-step__list-body-list-sec .num {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	background: #17439d;
	border-radius: 1rem;
	position: absolute;
	top: -.15rem;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-step__list-body-list-sec .pic {
}

.c-step__list-body-list-sec .ttl {
	margin-top: 1.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: calc(38.4 / 24);
}

.c-step__list-body-copy {
	margin-top: 2rem;
	padding: 2rem 2rem;
	background: #fff;
	border: .5rem solid #17439d;
	border-radius: 2rem;
}

.c-step__list-body-copy-txt01 {
	font-size: 4.6rem;
	font-weight: bold;
	text-align: center;
}

.c-step__list-body-copy-txt01 .large {
	font-size: 5rem;
}

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

	.c-step__inner {
		padding: 6.5rem 0 7rem;
	}

	.c-step__list {
		width: auto;
		margin: 8.5rem auto 0;
	}

	.c-step__list-item {
		margin-bottom: 14.7rem;
	}

	.c-step__list-item:before {
		width: 7rem;
		height: 7.6rem;
		bottom: -9.8rem;
	}

	.c-step__list-item:last-child:before {
		display: none;
	}

	.c-step__list-head-num {
		padding: .1rem 1rem;
		font-size: 2.8rem;
		line-height: 1.6;
		border: .3rem solid #17439d;
		border-radius: 1.5rem;
		top: -3.1rem;
	}

	.c-step__list-head-ttl {
		padding: 2rem 1rem 1.5rem;
		font-size: 4rem;
		border-radius: 2.5rem;
	}

	.c-step__list-body {
		margin-top: 5.5rem;
	}

	.c-step__list-body-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 4.5rem 4rem;
		padding-bottom: 8rem;
	}

	.c-step__list-body-list:before {
		width: 48.5rem;
		height: 53.4rem;
		background: url(../images/top/step_bg01_sp.png) no-repeat center / contain;
	}

	.c-step__list-body-list-sec {
		width: calc(100%/2 - 2rem);
		flex: 0 1 calc(100%/2 - 2rem);
		padding: 3.2rem 2.7rem 2.5rem;
		border: .3rem solid #17439d;
		border-radius: 2.5rem;
	}

	.c-step__list-body-list-sec:last-child {
		width: 40rem;
		flex: none;
	}

	.c-step__list-body-list-sec .num {
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
		font-size: 3rem;
		border-radius: 1.5rem;
		top: -.15rem;
	}

	.c-step__list-body-list-sec .pic {
		width: 26rem;
		margin: 0 auto;
	}

	.c-step__list-body-list-sec .ttl {
		margin-top: 1.5rem;
		font-size: 3rem;
	}

	.c-step__list-body-copy {
		margin-top: 2rem;
		padding: 2.6rem 1rem;
		border: .5rem solid #17439d;
		border-radius: 2.5rem;
	}

	.c-step__list-body-copy-txt01 {
		font-size: 4.6rem;
		line-height: calc(80 / 50);
	}

	.c-step__list-body-copy-txt01 .large {
		font-size: 5rem;
	}
}



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

 c-works

***********************************/
.c-works {
	background: url(../images/top/bg_stripe01.png) repeat center / 3rem 3rem;
}

.c-works__inner {
	padding: 7.5rem 0 14rem;
}

.c-works__content {
	width: 139rem;
	max-width: 100%;
	margin: 5.5rem auto 0;
	position: relative;
	z-index: 1;
}

.c-works__content .slider-prev {
	width: 7rem;
	height: 7rem;
	background: url(../images/top/works_prev01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.c-works__content .slider-next {
	width: 7rem;
	height: 7rem;
	background: url(../images/top/works_next01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

@media (hover: hover) {

	.c-works__content .slider-prev {
		transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

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

	.c-works__content .slider-next {
		transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

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

.c-works__slider {
	width: 120rem;
	max-width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
}

.c-works__slider .slick-list {
	margin-right: -6rem;
}

.c-works__slider .slick-track {
	display: flex;
}

.c-works__slider-item {
	height: auto !important;
	float: none;
	margin-right: 6rem;
	padding: 2.3rem 2.8rem 1.5rem;
	background: #fff;
	border: .2rem solid #17439d;
	border-radius: 2rem;
}

.c-works__slider-item .pic {

}

.c-works__slider-item .pic img {
	border-radius: 1.5rem;
}

.c-works__slider-item .name {
	margin-top: 2rem;
	padding: .5rem 1rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #17439d;
	border-radius: 1.2rem;
}

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

.c-works__slider-item .txt01 .u-marker {
	background: linear-gradient(transparent 60%, #fede01 60%);
}

.c-works__slider-item .txt01 .num {
	display: inline-block;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: var(--text-letter-spacing-base);
}

.c-works__slider-item .txt01 .large01 {
	font-size: 2.8rem;
	letter-spacing: var(--text-letter-spacing-base);
}

.c-works__slider-item .txt01 .large02 {
	font-size: 2.4rem;
	letter-spacing: var(--text-letter-spacing-base);
}

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

	.c-works__inner {
		padding: 6.5rem 0 7rem;
	}

	.c-works__content {
		width: auto;
		max-width: none;
		margin: 5.5rem -1rem 0;
	}

	.c-works__content .slider-prev {
		width: 7rem;
		height: 7rem;
	}

	.c-works__content .slider-next {
		width: 7rem;
		height: 7rem;
	}

	.c-works__slider {
		width: 50rem;
	}

	.c-works__slider .slick-list {
		margin-right: -3rem;
	}

	.c-works__slider-item {
		margin-right: 3rem;
		padding: 2.2rem 2.7rem 2.5rem;
		border: .3rem solid #17439d;
		border-radius: 2.5rem;
	}

	.c-works__slider-item .name {
		margin-top: 2rem;
		padding: .3rem 1rem;
		font-size: 3rem;
		border-radius: 1.5rem;
	}

	.c-works__slider-item .txt01 {
		margin-top: 1.2rem;
		font-size: 2.9rem;
	}

	.c-works__slider-item .txt01 .num {
		font-size: 9rem;
	}

	.c-works__slider-item .txt01 .large01 {
		font-size: 3.8rem;
	}

	.c-works__slider-item .txt01 .large02 {
		font-size: 3.2rem;
	}
}



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

 c-price

***********************************/
.c-price {
	background: #effcfe;
}

.c-price__inner {
	padding: 7.5rem 0 10rem;
}

.c-price__box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 5rem;
	margin-top: 5rem;
}

.c-price__box-head {

}

.c-price__box-head-txt01 {
	padding-top: .12em;
	color: var(--text-color-primary);
	font-size: 8.8rem;
	font-weight: 900;
	line-height: 1;
	border-top: .8rem solid #333333;
}

.c-price__box-head-txt01 .num {
	display: inline-block;
	margin: 0 .1em;
	font-size: 11.5rem;
	font-weight: bold;
	line-height: .7;
	transform: translateY(.06em);
	-webkit-transform: translateY(.06em);
}

.c-price__box-body {
}

.c-price__box-body-txt01 {
	font-size: 8.8rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-price__box-body-txt01 .u-marker {
	display: inline-block;
	line-height: 1.25;
	background: linear-gradient(transparent 80%, #fede01 80%);
}

.c-price__box-body-txt01 .num {
	display: inline-block;
	font-size: 20rem;
	font-weight: bold;
	line-height: .7;
	letter-spacing: var(--text-letter-spacing-base);
}

.c-price__box-body-txt01 .en {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.c-price__box-body-txt01 .tax {
	display: inline-block;
	margin-bottom: -.2em;
	font-size: 2.6rem;
	letter-spacing: .03em;
	white-space: nowrap;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-price__feature {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 122.6rem;
	margin: 4rem auto 0;
	padding: .3rem 2rem;
	background: #fff;
	border: .8rem solid #333333;
	border-radius: 2rem;
}

.c-price__feature li {
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
}

.c-price__feature li .num {
	display: inline-block;
	margin: 0 .1em 0 .15em;
	font-size: 7rem;
	font-weight: bold;
	line-height: 1;
	transform: translateY(.06em);
	-webkit-transform: translateY(.06em);
}

.c-price__feature li .en {
	display: inline-block;
	font-size: 4.6rem;
	line-height: 1;
}

.c-price__feature li .large {
	display: inline-block;
	margin-left: .3em;
	font-size: 4.6rem;
	line-height: 1;
}

.c-price__feature li .slash {
	margin: 0 .35em;
}

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

	.c-price__inner {
		padding: 6.5rem 0 7rem;
	}

	.c-price__box {
		display: block;
	}

	.c-price__box-head {
		text-align: center;
	}

	.c-price__box-head-txt01 {
		display: inline-block;
		padding: .35em 4rem 0 4rem;
		font-size: 8.8rem;
		border-top: .8rem solid #333333;
	}

	.c-price__box-body {
		margin-top: 2.5rem;
	}

	.c-price__box-body-txt01 {
		font-size: 8.8rem;
		text-align: center;
	}

	.c-price__box-body-txt01 .num {
		font-size: 17.2rem;
	}

	.c-price__box-body-txt01 .tax {
		margin-bottom: -.2em;
		font-size: 2.6rem;
	}

	.c-price__feature {
		display: block;
		width: 58rem;
		margin: 4.5rem auto 0;
		padding: 1.3rem 5.5rem;
		border: .8rem solid #333333;
		border-radius: 3rem;
	}

	.c-price__feature li {
		margin-bottom: 1.2rem;
		padding-bottom: 1.2rem;
		font-size: 4rem;
		font-weight: 900;
		text-align: center;
		border-bottom: .1rem solid #cccccc;
	}

	.c-price__feature li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.c-price__feature li .num {
		line-height: .9;
	}

	.c-price__feature li .en {
		font-size: 4.6rem;
	}

	.c-price__feature li .large {
	}
}



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

 c-greeting

***********************************/
.c-greeting {

}

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

.c-greeting__wrap {
	display: flex;
	margin-top: 6.5rem;
}

.c-greeting__wrap-content {
	flex: 1;
	background: url(../images/top/greeting_bg01.png) repeat center / 72rem auto;
}

.c-greeting__wrap-content-inner {
	padding: 5rem 6rem;
}

.c-greeting__wrap-content-inner p {
	margin-top: .8em;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: calc(48.4 / 22);
}

.c-greeting__wrap-content-inner p:first-child {
	margin-top: 0;
}

.c-greeting__wrap-content-inner .name {
	text-align: right;
}

.c-greeting__wrap-pic {
	width: 50%;
}

.c-greeting__wrap-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

	.c-greeting__inner {
		padding: 7rem 0 7rem;
	}

	.c-greeting__wrap {
		display: block;
		margin-top: 6rem;
	}

	.c-greeting__wrap-content {
		background: url(../images/top/greeting_bg01.png) repeat center / 36rem auto;
	}

	.c-greeting__wrap-content-inner {
		padding: 5rem 3rem;
	}

	.c-greeting__wrap-content-inner p {
		margin-top: .6em;
		font-size: 2.8rem;
		line-height: calc(50.4 / 28);
		text-align: center;
	}

	.c-greeting__wrap-content-inner p:first-child {
		margin-top: 0;
	}

	.c-greeting__wrap-content-inner .name {
		text-align: center;
	}

	.c-greeting__wrap-pic {
		width: auto;
	}

	.c-greeting__wrap-pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}



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

 c-flow

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

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

.c-flow__list {
	display: flex;
	justify-content: space-between;
	width: 120rem;
	max-width: 100%;
	margin: 8rem auto 0;
	padding-bottom: 5.7rem;
	position: relative;
	z-index: 1;
}

.c-flow__list:before {
	content: "";
	display: block;
	width: 132rem;
	height: 17rem;
	background: #17439d;
	border-radius: 2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__list-item {
	width: 36rem;
	padding: 2.2rem 2.7rem 2.2rem;
	background: #fff;
	border: .3rem solid #17439d;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-flow__list-item:before {
	content: "";
	display: block;
	width: 3.9rem;
	height: 3.7rem;
	background: url(../images/top/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -5.3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-flow__list-item:last-child:before {
	display: none;
}

.c-flow__list-item .num {
	padding: .4rem 1.5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: normal;
	white-space: nowrap;
	background: #17439d;
	border-radius: 1.5rem;
	position: absolute;
	top: -.15rem;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__list-item .pic {

}

.c-flow__list-item .ttl {
	margin-top: 1.5rem;
	color: #17439d;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.c-flow__list-item .desc {
	margin-top: .5rem;
	font-size: 1.7rem;
}

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

	.c-flow__inner {
		padding: 6.5rem 0 8rem;
	}

	.c-flow__list {
		display: block;
		width: 60rem;
		margin: 8.5rem auto 0;
		padding-bottom: 4rem;
	}

	.c-flow__list:before {
		width: 68rem;
		height: 32rem;
		border-radius: 2.5rem;
	}

	.c-flow__list-item {
		width: auto;
		margin-top: 14.7rem;
		padding: 3.6rem 3.7rem 3.5rem;
		border: .3rem solid #17439d;
		border-radius: 2.5rem;
	}

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

	.c-flow__list-item:before {
		display: none;
	}

	.c-flow__list-item:after {
		content: "";
		display: block;
		width: 7rem;
		height: 7.6rem;
		background: url(../images/top/flow_arr02.png) no-repeat center / contain;
		position: absolute;
		bottom: -9.9rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-flow__list-item:last-child:after {
		display: none;
	}

	.c-flow__list-item .num {
		padding: 0 1.5rem;
		font-size: 2.8rem;
		border-radius: 1.5rem;
		top: -.8rem;
	}

	.c-flow__list-item .pic {
		width: 45rem;
		margin: 0 auto;
	}

	.c-flow__list-item .ttl {
		margin-top: 1.5rem;
		font-size: 3.6rem;
	}

	.c-flow__list-item .desc {
		margin-top: .5rem;
		font-size: 2.8rem;
	}
}



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

 c-faq

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

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

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

	.c-faq__inner {
		padding: 6rem 0 3.5rem;
	}
}



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

 c-company

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

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

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

.c-company__list dl {
	display: flex;
	padding: 3.8rem 0;
	font-size: 1.6rem;
	border-bottom: .1rem solid #dddddd;
}

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

.c-company__list dl dt {
	width: 20rem;
	padding-right: 4rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

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

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

	.c-company__inner {
		padding: 3.5rem 0 7rem;
	}

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

	.c-company__list dl {
		display: block;
		padding: 2.8rem 0;
		font-size: 2.8rem;
		border-bottom: .1rem solid #dddddd;
	}

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

	.c-company__list dl dd {
		margin-top: .3em;
		padding-left: 0;
		text-align: center;
	}
}



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

 c-trial

***********************************/
.c-trial {
	background: #effcfe;
}

.c-trial__inner {
	padding: 6rem 0 8.5rem;
}

.c-trial__box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 5rem;
}

.c-trial__box-head {

}

.c-trial__box-head-txt01 {
	padding-top: .12em;
	color: var(--text-color-primary);
	font-size: 8.8rem;
	font-weight: 900;
	line-height: 1;
	border-top: .8rem solid #333333;
}

.c-trial__box-head-txt01 .num {
	display: inline-block;
	margin: 0 .1em;
	font-size: 11.5rem;
	font-weight: bold;
	line-height: .7;
	transform: translateY(.06em);
	-webkit-transform: translateY(.06em);
}

.c-trial__box-body {
}

.c-trial__box-body-txt01 {
	font-size: 8.8rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-trial__box-body-txt01 .u-marker {
	display: inline-block;
	line-height: 1.25;
	background: linear-gradient(transparent 80%, #fede01 80%);
}

.c-trial__box-body-txt01 .num {
	display: inline-block;
	font-size: 20rem;
	font-weight: bold;
	line-height: .7;
	letter-spacing: var(--text-letter-spacing-base);
}

.c-trial__box-body-txt01 .en {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.c-trial__box-body-txt01 .tax {
	display: inline-block;
	margin-bottom: -.2em;
	font-size: 2.6rem;
	letter-spacing: .03em;
	white-space: nowrap;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trial__feature {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 122.6rem;
	margin: 4rem auto 0;
	padding: .3rem 2rem;
	background: #fff;
	border: .8rem solid #333333;
	border-radius: 2rem;
}

.c-trial__feature li {
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
}

.c-trial__feature li .num {
	display: inline-block;
	margin: 0 .1em 0 .15em;
	font-size: 7rem;
	font-weight: bold;
	line-height: 1;
	transform: translateY(.06em);
	-webkit-transform: translateY(.06em);
}

.c-trial__feature li .en {
	display: inline-block;
	font-size: 4.6rem;
	line-height: 1;
}

.c-trial__feature li .large {
	display: inline-block;
	margin-left: .3em;
	font-size: 4.6rem;
	line-height: 1;
}

.c-trial__feature li .slash {
	margin: 0 .35em;
}

.c-trial__copy {
	margin-top: 2.5rem;
	font-size: 8.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
}

.c-trial__copy .u-marker{
	display: inline-block;
	line-height: 1.3;
}

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

	.c-trial__inner {
		padding: 6.5rem 0 6.5rem;
	}

	.c-trial__box {
		display: block;
	}

	.c-trial__box-head {
		text-align: center;
	}

	.c-trial__box-head-txt01 {
		display: inline-block;
		padding: .35em 4rem 0 4rem;
		font-size: 8.8rem;
		border-top: .8rem solid #333333;
	}

	.c-trial__box-body {
		margin-top: 2.5rem;
	}

	.c-trial__box-body-txt01 {
		font-size: 8.8rem;
		text-align: center;
	}

	.c-trial__box-body-txt01 .num {
		font-size: 17.2rem;
	}

	.c-trial__box-body-txt01 .tax {
		margin-bottom: -.2em;
		font-size: 2.6rem;
	}

	.c-trial__feature {
		display: block;
		width: 58rem;
		margin: 4.5rem auto 0;
		padding: 1.3rem 5.5rem;
		border: .8rem solid #333333;
		border-radius: 3rem;
	}

	.c-trial__feature li {
		margin-bottom: 1.2rem;
		padding-bottom: 1.2rem;
		font-size: 4rem;
		font-weight: 900;
		text-align: center;
		border-bottom: .1rem solid #cccccc;
	}

	.c-trial__feature li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.c-trial__feature li .num {
		line-height: .9;
	}

	.c-trial__feature li .en {
		font-size: 4.6rem;
	}

	.c-trial__feature li .large {
	}

	.c-trial__copy {
		margin: 2.5rem -.25em 0;
		font-size: 6.4rem;
		letter-spacing: .05em;
	}
}


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

 c-form-page

***********************************/
.c-form-page {
	background: #edfbfc;
}

.c-form-page__inner {
	display: flex;
	justify-content: space-between;
	width: 103rem;
	padding: 5.5rem 0 9rem;
}

.c-form-page__inner.download {
	width: 116rem;
}

.c-form-page__content {
	flex: 1;
	padding: .1rem 0;
	margin-right: 4rem;
}

.c-form-page__content-ttl {
	display: flex;
	align-items: center;
	height: 10rem;
	font-size: 4.2rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .03em;
}

.c-form-page__content-ttl .block {
	display: block;
	height: 10rem;
	padding-top: 2rem;
	padding-right: 3.5rem;
	background: url(../images/common/form_line01_pc.png) no-repeat right center / auto 10rem;
}

.c-form-page__content-ttl .block .u-marker-orange {
	display: inline-block;
	line-height: 1.25;
}

.c-form-page__content-checklist {
	margin-top: 4rem;
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .03em;
}

.c-form-page__content-checklist.recommend {
	color: #fff;
}

.c-form-page__content-checklist li {
	margin-top: 2rem;
	position: relative;
	z-index: 1;
}

.c-form-page__content-checklist li:first-child {
	margin-top: 0;
}

.c-form-page__content-checklist li:before {
	content: "";
	display: block;
	width: 3rem;
	height: 100%;
	background: #014385 url(../images/common/form_check01.png) no-repeat center / 1.4rem 1.1rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.c-form-page__content-checklist li .block {
	display: inline-block;
	padding: .9rem 0 .9rem 4rem;
	position: relative;
	z-index: 1;
}

.c-form-page__content-checklist li:nth-child(1) .block {
	padding-right: 3.5rem;
	background: url(../images/common/form_check_bg01_pc.png) no-repeat right center / auto 5.3rem;
}

.c-form-page__content-checklist li:nth-child(2) .block {
	padding-right: 5.5rem;
	background: url(../images/common/form_check_bg02_pc.png) no-repeat right center / auto 8.7rem;
}

.c-form-page__content-checklist.recommend li .block {
	padding-right: 0;
	background: #0151a0;
}

.c-form-page__content-checklist.recommend li .block:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 100%;
	background: url(../images/common/form_triangle01.png) no-repeat left top / 100% 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
}

.c-form-page__content-list01 {
	display: flex;
	gap: 0 2rem;
	margin-top: 3rem;
}

.c-form-page__content-list01 li {
	width: 21rem;
}

.c-form-page__content-recommend {
	margin-top: 3.5rem;
	margin-bottom: -2rem;
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: .03em;
}

.c-form-page__form {
	width: 42rem;
}

.c-form-page__form-inner {

}

.c-form-page__form-inner-content {

}

.c-form-page__form-inner-content-ttl {
	padding: .6rem 1rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	background: #17439d;
	border-radius: 1.5rem 1.5rem 0 0;
}

.c-form-page__form-inner-content-body {
	padding: 1.2rem 2.2rem 2.2rem;
	background: #fff;
	border-left: .3rem solid #000000;
	border-right: .3rem solid #000000;
	border-bottom: .3rem solid #000000;
	border-radius: 0 0 1.5rem 1.5rem;
}

.c-form-page__form-inner-content-body .form-list {
}

.c-form-page__form-inner-content-body .form-list dl {
	margin-top: 1.2rem;
}

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

.c-form-page__form-inner-content-body .form-list dl dt {
}

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

.c-form-page__form-inner-content-body .form-list dl dt .inner .require,
.c-form-page__form-inner-content-body .form-list dl dt .inner .any {
	display: inline-block;
	padding: 0 .3rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}

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

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

.c-form-page__form-inner-content-body .form-list dl dt .inner .name {
	margin-left: .7rem;
	font-size: 1.6rem;
	font-weight: bold;
}

.c-form-page__form-inner-content-body .form-list dl dd {
	margin-top: .7rem;
}

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

.c-form-page__form-inner-content-body .form-list dl dd textarea {
	height: 7rem;
}

.c-form-page__form-inner-content-body .form-submit {
	width: 100%;
	max-width: 100%;
	margin: 2rem auto 0;
}

.c-form-page__form-inner-content-body .form-submit .submit {
	display: block;
	width: 100%;
	padding: 1.45rem 1.5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow:0 .3rem 0 0 #f9c4bf;
	background: #eb3b2c;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	z-index: 1;
}

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

.c-form-page__form-inner-content-body .form-confirm-btn {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.c-form-page__form-inner-content-body .form-confirm-btn__back {
	width: 47.5%;
}

.c-form-page__form-inner-content-body .form-confirm-btn__back .back {
	display: block;
	width: 100%;
	padding: 1.45rem 1.5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow:0 .3rem 0 0 rgba(0,0,0,.2);
	background: #666;
	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-page__form-inner-content-body .form-confirm-btn__submit {
	width: 47.5%;
}

.c-form-page__form-inner-content-body .form-confirm-btn__submit .submit {
	display: block;
	width: 100%;
	padding: 1.45rem 3rem 1.45rem 1rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow:0 .3rem 0 0 #f9c4bf;
	background: #eb3b2c;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	z-index: 1;
}

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

.c-form-page__form-inner-content-body .form-privacy {
	margin-top: 1.2rem;
	margin-bottom: -.3em;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

@media (hover: hover) {

	.c-form-page__form-inner-content-body .form-submit .submit:hover {
		transform: translateY(.3rem);
		box-shadow: 0 0 0 #f9c4bf;
		filter: brightness(1.2)
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__back .back:hover {
		transform: translateY(.3rem);
		box-shadow: 0 0 0 rgba(0,0,0,.2);
		filter: brightness(1.2)
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__submit .submit:hover {
		transform: translateY(.3rem);
		box-shadow: 0 0 0 #f9c4bf;
		filter: brightness(1.2)
	}
}

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

	.c-form-page__inner {
		display: block;
		padding: 7rem 0 8rem;
	}

	.c-form-page__content {
		padding: .1rem 0;
		margin-right: 0;
	}

	.c-form-page__content-ttl {
		display: block;
		height: 12.2rem;
		margin-top: 2.5rem;
		font-size: 5.8rem;
		text-align: center;
	}

	.c-form-page__content-ttl.download {
		height: 10.75rem;
	}

	.c-form-page__content-ttl .block {
		display: block;
		/*width: 27.725rem;*/
		height: 12.2rem;
		padding-top: 2.4rem;
		padding-right: 0;
		margin: 0 auto;
		text-align: center;
		background: url(../images/common/form_line01_sp.png) no-repeat center center / auto 12.2rem;
	}

	.c-form-page__content-ttl.download .block {
		height: 12.2rem;
		margin: 0 -2rem;
		padding-top: 1.2rem;
		line-height: 1.6;
		background: url(../images/common/form_line02_sp.png) no-repeat center center / auto 12.2rem;
	}

	.c-form-page__content-checklist {
		margin-top: 4rem;
		margin-left: 1rem;
		margin-right: 1rem;
		font-size: 2.9rem;
		letter-spacing: .03em;
	}

	.c-form-page__content-checklist li {
		margin-top: 3rem;
	}

	.c-form-page__content-checklist li:before {
		content: "";
		display: block;
		width: 4rem;
		height: 100%;
		background: #014385 url(../images/common/form_check01.png) no-repeat center / 2.2rem 1.7rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.c-form-page__content-checklist li .block {
		display: inline-block;
		padding: 1.5rem 0 1.5rem 5.5rem;
		position: relative;
		z-index: 1;
	}

	.c-form-page__content-checklist li:nth-child(1) .block {
		padding-right: 5rem;
		background: url(../images/common/form_check_bg01_sp.png) no-repeat right center / 100% 100%;
	}

	.c-form-page__content-checklist li:nth-child(2) .block {
		padding-right: 5rem;
		background: url(../images/common/form_check_bg02_sp.png) no-repeat right center / 100% 100%;
	}

	.c-form-page__content-checklist.recommend li .block {
		padding-right: 0;
		background: #0151a0;
	}

	.c-form-page__content-checklist.recommend li .block:before {
		width: 4.4rem;
	}

	.c-form-page__content-list01 {
		display: flex;
		justify-content: center;
		gap: 0 2rem;
		margin-top: 6rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.c-form-page__content-list01 li {
		width: 21rem;
	}

	.c-form-page__content-list01 li img {
		width: 100%;
		max-width: none;
	}

	.c-form-page__content-recommend {
		margin-top: 3.5rem;
		margin-bottom: -1rem;
		font-size: 5rem;
		text-align: center;
	}

	.c-form-page__form {
		width: auto;
		margin: 6rem 0 0;
		/*margin: 6rem -1rem 0;*/
	}

	.c-form-page__form-inner {

	}

	.c-form-page__form-inner-content {

	}

	.c-form-page__form-inner-content-ttl {
		padding: 1.2rem 2rem;
		font-size: 3.6rem;
		border-radius: 2.5rem 2.5rem 0 0;
	}

	.c-form-page__form-inner-content-body {
		padding: 3rem 2.7rem 6rem;
		border-left: .3rem solid #000000;
		border-right: .3rem solid #000000;
		border-bottom: .3rem solid #000000;
		border-radius: 0 0 2.5rem 2.5rem;
	}

	.c-form-page__form-inner-content-body .form-list dl {
		margin-top: 3rem;
	}

	.c-form-page__form-inner-content-body .form-list dl dt {
	}

	.c-form-page__form-inner-content-body .form-list dl dt .inner {
		display: block;
		position: relative;
		z-index: 1;
	}

	.c-form-page__form-inner-content-body .form-list dl dt .inner .require,
	.c-form-page__form-inner-content-body .form-list dl dt .inner .any {
		padding: 0 .6rem;
		font-size: 1.8rem;
		position: absolute;
		top: 1.2rem;
		left: 0;
		z-index: 1;
	}

	.c-form-page__form-inner-content-body .form-list dl dt .inner .name {
		margin-left: 0;
		font-size: 3.2rem;
		text-align: center;
	}

	.c-form-page__form-inner-content-body .form-list dl dd {
		margin-top: 1.4rem;
	}

	.c-form-page__form-inner-content-body .form-list dl dd textarea {
		height: 13.6rem;
	}

	.c-form-page__form-inner-content-body .form-submit {
		width: 50rem;
		margin: 4rem auto 0;
	}

	.c-form-page__form-inner-content-body .form-submit .submit {
		padding: 2.7rem 3rem;
		font-size: 3.2rem;
		border-radius: 20rem;
		box-shadow:0 .5rem 0 0 #f9c4bf;
	}

	.c-form-page__form-inner-content-body .form-submit .submit:before {
		width: 3rem;
		height: 3rem;
		right: 3rem;
	}

	.c-form-page__form-inner-content-body .form-confirm-btn {
		display: flex;
		justify-content: space-between;
		margin-top: 4rem;
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__back {
		width: 47.5%;
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__back .back {
		padding: 2.7rem 3rem;
		font-size: 3.2rem;
		border-radius: 20rem;
		box-shadow:0 .5rem 0 0 rgba(0,0,0,.2);
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__submit {
		width: 47.5%;
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__submit .submit {
		padding: 2.7rem 3rem;
		font-size: 3.2rem;
		border-radius: 20rem;
		box-shadow:0 .5rem 0 0 #f9c4bf;
	}

	.c-form-page__form-inner-content-body .form-confirm-btn__submit .submit:before {
		width: 3rem;
		height: 3rem;
		right: 3rem;
	}

	.c-form-page__form-inner-content-body .form-privacy {
		margin-top: 3rem;
		font-size: 2rem;
	}
}


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

 c-complete

***********************************/
.c-complete {
	padding: 0 3.5rem;
}

.c-complete__inner {
	padding: 5rem 0 0;
}

.c-complete__content {
	width: 98rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-complete__name {
	text-align: center;
}

.c-complete__intro {
	margin-top: 1.5em;
	text-align: center;
}

.c-complete__note {
	margin-top: 1.2em;
}

.c-complete__note li {
	text-align: center;
}

.c-complete__reserve {
	width: 98rem;
	max-width: 100%;
	margin: 5rem auto 0;
}

.c-complete__reserve iframe {
	width: 100%;
}


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

	.c-complete__inner {
		padding: 5rem 0 0;
	}

	.c-complete__name {
		font-size: 2.8rem;
	}

	.c-complete__intro {
		margin-top: 3rem;
		font-size: 2.8rem;
	}

	.c-complete__note {
		margin-top: 3rem;
		font-size: 2.8rem;
	}

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


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

 c-modal

***********************************/
.c-modal {
	display: none;
}

.c-modal-privacy {
}

.c-modal-privacy__inner {
	padding: 4rem;
}

.c-modal-privacy__scroll {
	height: calc(100dvh - 18rem);
	padding: 2.5rem 3rem;
	border: .1rem solid #dddddd;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.c-modal-privacy__scroll-box {
	margin-top: 3rem;
}

.c-modal-privacy__scroll-box:first-child {
	margin-top: 0;
}

.c-modal-privacy__scroll-box .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: calc(28.8 / 16);
	letter-spacing: .07em;
}

.c-modal-privacy__scroll-box p {
	font-size: 1.6rem;
	line-height: calc(28.8 / 16);
	letter-spacing: .07em;
}

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

	.c-modal-privacy__inner {
		padding: 4rem;
	}

	.c-modal-privacy__scroll {
		height: calc(100dvh - 18rem);
		padding: 2.5rem 3rem;
	}

	.c-modal-privacy__scroll-box {
		margin-top: 3rem;
	}

	.c-modal-privacy__scroll-box .ttl {
		font-size: 2.4rem;
	}

	.c-modal-privacy__scroll-box p {
		font-size: 2.4rem;
	}
}


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

 fancybox

***********************************/
.fancybox-skin {
	border-radius: 3rem;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-close {
	width: 4rem;
	height: 4rem;
	background: url(../images/common/modal_close01.png) no-repeat center / contain;
	top: -2rem;
	right: -2rem;
}

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

	.fancybox-close {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		right: -2.5rem;
	}

}


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

 xxx

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

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

}

