@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: #0151a0;
	--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: 118rem;
	--wrap-padding: 4rem;
	--wrap-padding-sp: 4.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;
}
* {
	box-sizing: border-box;
}



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

@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: #eb4a39;
}
.u-blue {
	color: #00519f;
}
.u-orange {
	color: #ffdf00;
}
.u-yellow {
	color: #ffff00;
}
.u-bgYellow {
	background-color: #fff100;
}
.u-marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.u-marker-orange {
	background: linear-gradient(transparent 70%, #ffdf00 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: 11.6rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

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

.l-header__logo a {
	display: block;
}

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

.l-header__download,
.l-header__contact {
	margin-bottom: .2rem;
}

.l-header__download a,
.l-header__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-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: #ed4a3b;
}

.l-header__download a .balloon,
.l-header__contact a .balloon {
	display: block;
	padding: .3rem .6rem;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffff00;
	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: 3.6rem;
	color: #fff;
	font-size: 2rem;
	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.3rem;
	height: 1.6rem;
	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: 15rem;
	}

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

	.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 #0151a0;
}

.l-fixed-contents-pc__logo {
	width: 15.5rem;
	margin-right: 4.5rem;
}

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

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

.l-fixed-contents-pc__box {
	margin-right: 8rem;
}

.l-fixed-contents-pc__box-txt01 {
	margin-top: -.3em;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}

.l-fixed-contents-pc__box-txt01 .Oswald {
	font-weight: bold;
}

.l-fixed-contents-pc__box-txt02 {
	margin-top: .5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
}

.l-fixed-contents-pc__box-txt02 .block {
	display: inline-block;
	padding: .3rem 2rem;
	background: #0151a0;
	border-radius: 20rem;
}

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

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

.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: #ffff00;
	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: #3cb41e;
}

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

.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: #ffff00;
	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: 6rem 0;
}

.l-footer__logo {
	width: 15.5rem;
	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);
	color: var(--text-color-primary);
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.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: url(../images/common/sub_hero_bg01_pc.png) no-repeat center / cover;
}

.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 {
		background: url(../images/common/sub_hero_bg01_sp.png) no-repeat center / cover;
	}

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

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

.c-hero__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1360px;
	min-height: 860px;
	padding: 116px 0 120px;
}

.c-hero__content {

}

.c-hero__content-ttl {
	font-size: 72px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.c-hero__content-ttl .large {
	font-size: 92px;
}

.c-hero__content-ttl .Oswald {
	font-size: 96px;
}

.c-hero__content-ttl .marker {
	display: inline-block;
	line-height: 1.3;
	background: linear-gradient(transparent 75%, #ffff00 75%);
}

.c-hero__content-copy {
	margin-top: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .12em;
}

.c-hero__content-copy .block {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background: #0151a0;
	border-radius: 20rem;
}

.c-hero__content-award {
	display: flex;
	justify-content: center;
	gap: 0 27px;
	margin-top: 50px;
}

.c-hero__content-award li {
	padding: 0 45px;
	position: relative;
	z-index: 1;
}

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

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

.c-hero__content-award li .txt01 {
	font-size: 21px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-hero__content-award li .txt02 {
	margin-top: 1rem;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-hero__content-award li .txt02 .large {
	font-size: 46px;
	font-weight: bold;
}

.c-hero__content-btn-area {
	display: flex;
	justify-content: center;
	gap: 0 3rem;
	margin-top: 6rem;
}

.c-hero__download {
	font-size: 2.4rem;
	font-weight: 900;
}

.c-hero__download a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 0 35px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42c721+0,39aa1c+100 */
	background: linear-gradient(to bottom,  rgba(66,199,33,1) 0%,rgba(57,170,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 5px 0 #216510;
}

.c-hero__download a .icon {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

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

.c-hero__contact {
	font-size: 2.4rem;
	font-weight: 900;
}

.c-hero__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 0 35px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee5548+0,eb3020+100 */
	background: linear-gradient(to bottom,  rgba(238,85,72,1) 0%,rgba(235,48,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 5px 0 #8d170e;
}

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

.c-hero__contact a .icon:before {
	content: "";
	display: block;
	width: 26px;
	height: 19px;
	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%);
}

.c-hero__pic {
	width: 546px;
	margin-bottom: -5px;
}

@media (hover: hover) {

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

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

	.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 #8d170e;
		transform: translateY(.5rem);
		filter: brightness(1.1);
	}
}

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

	.c-hero__inner {
		width: 94.444vw;
		min-height: 59.722vw;
		padding: 8.056vw 0 8.333vw;
	}

	.c-hero__content-ttl {
		font-size: 5vw;
	}

	.c-hero__content-ttl .large {
		font-size: 6.389vw;
	}

	.c-hero__content-ttl .Oswald {
		font-size: 6.667vw;
	}

	.c-hero__content-copy {
		margin-top: 2.083vw;
		font-size: 1.944vw;
	}

	.c-hero__content-copy .block {
		padding: 0.694vw 2.083vw;
	}

	.c-hero__content-award {
		gap: 0 1.875vw;
		margin-top: 3.472vw;
	}

	.c-hero__content-award li {
		padding: 0 3.125vw;
	}

	.c-hero__content-award li:before {
		width: 2.153vw;
		height: 5.278vw;
	}

	.c-hero__content-award li:after {
		width: 2.153vw;
		height: 5.278vw;
	}

	.c-hero__content-award li .txt01 {
		font-size: 1.458vw;
	}

	.c-hero__content-award li .txt02 {
		margin-top: 0.694vw;
		font-size: 1.806vw;
	}

	.c-hero__content-award li .txt02 .large {
		font-size: 3.194vw;
	}

	.c-hero__content-btn-area {
		gap: 0 2.083vw;
		margin-top: 4.167vw;
	}

	.c-hero__download {
		font-size: 1.667vw;
	}

	.c-hero__download a {
		height: 5.556vw;
		padding: 0 2.431vw;
		box-shadow: 0 .34722222vw 0 #216510;
	}

	.c-hero__download a .icon {
		padding-left: 2.639vw;
	}

	.c-hero__download a .icon:before {
		width: 1.667vw;
		height: 1.667vw;
	}

	.c-hero__contact {
		font-size: 1.667vw;
	}

	.c-hero__contact a {
		height: 5.556vw;
		padding: 0 2.431vw;
		box-shadow: 0 .34722222vw 0 #8d170e;
	}

	.c-hero__contact a .icon {
		padding-left: 2.639vw;
	}

	.c-hero__contact a .icon:before {
		width: 1.806vw;
		height: 1.319vw;
	}

	.c-hero__pic {
		width: 37.917vw;
		margin-bottom: -0.347vw;
	}

	@media (hover: hover) {

		.c-hero__download a:hover,
		.c-hero__contact a:hover {
			transform: translateY(.34722222vw);
		}
	}
}

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

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

	.c-hero__inner {
		display: block;
		width: auto;
		min-height: auto;
		padding: 15rem 0 8rem;
	}

	.c-hero__content-ttl {
		font-size: 7.2rem;
		line-height: 1.4;
		text-align: center;
	}

	.c-hero__content-ttl .large {
		font-size: 8.2rem;
	}

	.c-hero__content-ttl .Oswald {
		font-size: 8.6rem;
	}

	.c-hero__content-copy {
		margin-top: 4rem;
		font-size: 4.2rem;
	}

	.c-hero__content-copy .block {
		padding: .4rem 4rem;
		margin-bottom: 3rem;
	}

	.c-hero__content-copy .block:last-child {
		margin-bottom: 0;
	}

	.c-hero__content-award {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 5rem 3rem;
		margin-top: 4rem;
	}

	.c-hero__content-award li {
		padding: 0 6rem;
	}

	.c-hero__content-award li:before {
		width: 4.4rem;
		height: 10.8rem;
	}

	.c-hero__content-award li:after {
		width: 4.4rem;
		height: 10.8rem;
	}

	.c-hero__content-award li .txt01 {
		font-size: 3.2rem;
	}

	.c-hero__content-award li .txt02 {
		margin-top: 2rem;
		font-size: 3.2rem;
	}

	.c-hero__content-award li .txt02 .large {
		font-size: 6.4rem;
	}

	.c-hero__content-btn-area {
		display: block;
		width: 56rem;
		margin: 6rem auto 0;
	}

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

	.c-hero__download a {
		height: 11rem;
		padding: 0 1.5rem;
		box-shadow: 0 .7rem 0 #216510;
	}

	.c-hero__download a .icon {
		padding-left: 5.4rem;
	}

	.c-hero__download a .icon:before {
		width: 3.6rem;
		height: 3.6rem;
	}

	.c-hero__contact {
		margin-top: 5.7rem;
		font-size: 4.2rem;
	}

	.c-hero__contact a {
		height: 11rem;
		padding: 0 1.5rem;
		box-shadow: 0 .7rem 0 #8d170e;
	}

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

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

	.c-hero__pic {
		width: 54.6rem;
		margin: 7rem auto 0;
	}

	@media (hover: hover) {

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

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

		.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 #8d170e;
			transform: translateY(.5rem);
			filter: brightness(1.1);
		}
	}
}



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

 c-overview

***********************************/
.c-overview {
	background: #fffdf8;
}

.c-overview__inner {
	padding: 7rem 0 9.5rem;
}

.c-overview__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6rem;
	padding: .7rem 4.7rem 5.7rem;
	background: #ffffff;
	border: .3rem solid #dddddd;
	border-radius: 2rem;
}

.c-overview__wrap dl {
	display: flex;
	align-items: flex-start;
	gap: 0 2rem;
	width: 52rem;
	padding: 3rem 0;
	border-bottom: .1rem solid #cccccc;
}

.c-overview__wrap dl dt {
	width: 16rem;
	padding: .9rem 1rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #0151a0;
	border-radius: 1.5rem;
}

.c-overview__wrap dl dd {
	flex: 1;
	padding-top: .9rem;
	font-size: 2rem;
	font-weight: bold;
}

.c-overview__btn {
	margin-top: 6rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

.c-overview__btn a {
	display: inline-block;
	padding: 1.8rem 4rem;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0165c9+0,0151a0+100 */
	background: linear-gradient(to bottom,  rgba(1,101,201,1) 0%,rgba(1,81,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 #013566;
}

.c-overview__btn a .icon {
	padding-left: 4.4rem;
	padding-right: 4rem;
	position: relative;
	z-index: 1;
}

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

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

@media (hover: hover) {

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

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

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

	.c-overview__inner {
		padding: 7rem 0 8.7rem;
	}

	.c-overview__wrap {
		display: block;
		margin-top: 6rem;
		padding: 3.7rem 3.7rem 3.7rem;
		border: .15rem solid #dddddd;
		border-radius: 2rem;
	}

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

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

	.c-overview__wrap dl dt {
		width: auto;
		padding: .7rem 1rem;
		font-size: 3.2rem;
		text-align: center;
		border-radius: 1.5rem;
	}

	.c-overview__wrap dl dd {
		margin-top: 2rem;
		padding-top: 0;
		font-size: 2.8rem;
		text-align: center;
	}

	.c-overview__btn {
		margin-top: 5rem;
		font-size: 3.2rem;
	}

	.c-overview__btn a {
		display: block;
		padding: 1.8rem 1.5rem;
		box-shadow: 0 .7rem 0 #013566;
	}

	.c-overview__btn a .icon {
		display: inline-block;
		padding-left: 6rem;
		padding-right: 5.2rem;
	}

	.c-overview__btn a .icon:before {
		width: 4.2rem;
		height: 4.8rem;
	}

	.c-overview__btn a .icon:after {
		width: 3.6rem;
		height: 3.6rem;
	}

	@media (hover: hover) {

		.c-overview__btn a:hover {
			transform: translateY(.7rem);
		}
	}
}



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

 c-feature

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

.c-feature__inner {
	padding: 8rem 0 9rem;
}

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

.c-feature__list-item {
	width: 35rem;
	padding: 3rem 3rem 2rem;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.c-feature__list-item .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.6rem;
	height: 3.6rem;
	font-size: 1.8rem;
	font-weight: bold;
	background: #ffff00;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-feature__list-item .pic-area {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9rem;
	background: #f0f8ff;
	border-radius: 1.5rem;
}

.c-feature__list-item .pic-area .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.4rem;
	height: 7.4rem;
	background: #fff;
	border-radius: 50%;
}

.c-feature__list-item .pic-area .icon img {
	display: block;
	width: 5.1rem;
}

.c-feature__list-item .ttl {
	margin-top: 1.2rem;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: calc(46.8 / 26);
	text-align: center;
}

.c-feature__list-item .txt01 {
	margin-top: .5rem;
	line-height: calc(32.4 / 18);
}

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

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

	.c-feature__inner {
		padding: 7rem 0 8rem;
	}

	.c-feature__list {
		display: block;
		width: 55rem;
		margin: 8rem auto 0;
	}

	.c-feature__list-item {
		width: auto;
		margin-top: 8.3rem;
		padding: 3.5rem 3rem 2.5rem;
		border-radius: 1.5rem;
		box-shadow: 0 .5rem 0 rgba(0,0,0,.05);
	}

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

	.c-feature__list-item .num {
		width: 4.6rem;
		height: 4.6rem;
		font-size: 2.4rem;
	}

	.c-feature__list-item .pic-area {
		height: 15rem;
		border-radius: 1.5rem;
	}

	.c-feature__list-item .pic-area .icon {
		width: 11rem;
		height: 11rem;
	}

	.c-feature__list-item .pic-area .icon img {
		width: 7.6rem;
	}

	.c-feature__list-item .ttl {
		margin-top: 2rem;
		font-size: 3.6rem;
	}

	.c-feature__list-item .txt01 {
		margin-top: .8rem;
		line-height: calc(32.4 / 18);
	}
}



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

 c-cta

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

.c-cta__inner {
	padding: 7rem 0 8rem;
}

.c-cta__ttl {
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-align: center;
}

.c-cta__ttl .block {
	display: inline-block;
	margin-top: 2rem;
	padding: .2rem .6rem .2rem 1.2rem;
	background: #fff;
	border-radius: 1rem;
}

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

.c-cta__contact {
	margin-top: 5rem;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
}

.c-cta__contact a {
	display: inline-block;
	padding: 1.8rem 6rem;
	color: #fff;
	background: linear-gradient(to bottom, rgba(238, 85, 72, 1) 0%, rgba(235, 48, 32, 1) 100%);
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 rgba(102,0,0,.8);
	position: relative;
	z-index: 1;
}

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

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

.c-cta__contact a .icon:before {
	content: "";
	display: block;
	width: 2.9rem;
	height: 2.1rem;
	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 screen and (max-width:767px){

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

	.c-cta__inner {
		padding: 6rem 0 7rem;
	}

	.c-cta__ttl {
		font-size: 3rem;
	}

	.c-cta__ttl .block {
		margin-top: 2rem;
		padding: .2rem .6rem .2rem 1.2rem;
		border-radius: 1rem;
	}

	.c-cta__contact {
		margin-top: 6rem;
		font-size: 4.2rem;
	}

	.c-cta__contact a {
		padding: 1.8rem 8rem;
		box-shadow: 0 .7rem 0 rgba(102,0,0,.8);
	}

	.c-cta__contact a:before {
		width: 11rem;
		height: 11rem;
		background: url(../images/top/cta_balloon_sp.png) no-repeat center / contain;
		top: -5.7rem;
		right: -3.7rem;
	}

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

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



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

 c-application-period

***********************************/
.c-application-period {
	background: #f0f8ff;
}

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

.c-application-period__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6rem;
	padding: .7rem 4.7rem .7rem;
	background: #ffffff;
	border: .3rem solid #dddddd;
	border-radius: 2rem;
}

.c-application-period__wrap dl {
	display: flex;
	align-items: flex-start;
	gap: 0 2rem;
	width: 52rem;
	padding: 3rem 0;
}

.c-application-period__wrap dl dt {
	width: 18rem;
	padding: .9rem .5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #0151a0;
	border-radius: 1.5rem;
}

.c-application-period__wrap dl dd {
	flex: 1;
	padding-top: .9rem;
	font-size: 2rem;
	font-weight: bold;
}

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

	.c-application-period__inner {
		padding: 7rem 0 8.7rem;
	}

	.c-application-period__wrap {
		display: block;
		margin-top: 6rem;
		padding: 3.7rem 3.7rem 3.7rem;
		border: .15rem solid #dddddd;
		border-radius: 2rem;
	}

	.c-application-period__wrap dl {
		display: block;
		width: auto;
		margin-top: 3rem;
		padding: 0;
		border-bottom: none;
	}

	.c-application-period__wrap dl:first-child {
		margin-top: 0;
	}

	.c-application-period__wrap dl dt {
		width: auto;
		padding: .7rem 1rem;
		font-size: 3.2rem;
		text-align: center;
		border-radius: 1.5rem;
	}

	.c-application-period__wrap dl dd {
		margin-top: 2rem;
		padding-top: 0;
		font-size: 2.8rem;
		text-align: center;
	}
}



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

 c-greeting

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

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

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

.c-greeting__wrap-content {
	flex: 1;
	padding: 5rem 6rem;
	background: url(../images/top/greeting_bg01.jpg) repeat center / 72rem 63rem;
}

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

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

.c-greeting__wrap-content .name {
	margin-top: 1em;
	text-align: right;
}

.c-greeting__wrap-pic {
	width: 46rem;
}

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

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

	.c-greeting__wrap-content {
		padding: 5rem 3rem;
		background: url(../images/top/greeting_bg01.jpg) repeat center / 72rem 63rem;
	}

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

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

	.c-greeting__wrap-content .name {
		margin-top: 1em;
		text-align: center;
	}

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



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

 c-introduction

***********************************/
.c-introduction {
}

.c-introduction__inner {
	width: 132rem;
	padding: 3.5rem 0 9rem;
}

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

.c-introduction__content .slider-prev {
	width: 6rem;
	height: 6rem;
	background: url(../images/common/icon_prev01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -2rem;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.c-introduction__content .slider-next {
	width: 6rem;
	height: 6rem;
	background: url(../images/common/icon_next01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -2rem;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

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

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

.c-introduction__slider .slick-track {
	display: flex;
	/*gap: 0 3.8rem;*/
}

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

.c-introduction__slider-item img {
	width: 100%;
	max-width: none;
}

.c-introduction__slider-item figcaption {
	margin-top: 3.5rem;
	padding: .8rem 1rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	background: var(--text-color-primary);
	border-radius: 1.2rem;
}

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

	.c-introduction__inner {
		width: 64rem;
		padding: 3.5rem 0 8rem;
	}

	.c-introduction__content .slider-prev {
		width: 7rem;
		height: 7rem;
		left: -3rem;
	}

	.c-introduction__content .slider-next {
		width: 7rem;
		height: 7rem;
		right: -3rem;
	}

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

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

	.c-introduction__slider-item {
		margin-right: 4rem;
	}

	.c-introduction__slider-item figcaption {
		font-size: 2.4rem;
		border-radius: 1.8rem;
	}
}



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

 c-flow

***********************************/
.c-flow {
	background: #f0f8ff url(../images/top/flow_bg01_pc.png) no-repeat center top / 192rem 53rem;
}

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

.c-flow__list {
	width: 100rem;
	margin: 7rem auto 0;
}

.c-flow__list-item {
	display: flex;
	justify-content: space-between;
	margin-top: 9.3rem;
	padding: 4rem 5rem 3rem;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, .05);
	position: relative;
	z-index: 1;
}

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

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

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

.c-flow__list-item .num {
	padding: .2rem 1.2rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
	background: #0151a0;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__list-item .pic {
	width: 24rem;
	margin-right: 4rem;
}

.c-flow__list-item .content {
	flex: 1;
}

.c-flow__list-item .content .ttl {
	padding: .4rem 2rem .4rem 2.2rem;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .12em;
	border-radius: 1rem;
	border-top: .1rem solid #dddddd;
	border-right: .1rem solid #dddddd;
	border-bottom: .1rem solid #dddddd;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-flow__list-item .content .ttl:before {
	content: "";
	display: block;
	width: .4rem;
	height: 100%;
	background: #0151a0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-flow__list-item .content .txt01 {
	margin-top: 1.5rem;
}

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

	.c-flow {
		background-size: 100% 53rem;
	}

}

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

	.c-flow {
		background: #f0f8ff url(../images/top/flow_bg01_sp.png) no-repeat center top / 100% 49rem;
	}

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

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

	.c-flow__list-item {
		display: block;
		margin-top: 12rem;
		padding: 6rem 4rem 2.5rem;
		border-radius: 2rem;
		box-shadow: 0 .3rem 0 rgba(0, 0, 0, .05);
	}

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

	.c-flow__list-item:before {
		width: 4.8rem;
		height: 3.4rem;
		bottom: -6.7rem;
	}

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

	.c-flow__list-item .num {
		padding: .2rem 1.5rem;
		font-size: 2.4rem;
		border-radius: 1.5rem;
	}

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

	.c-flow__list-item .content {
		margin-top: 3.5rem;
	}

	.c-flow__list-item .content .ttl {
		padding: .8rem 1.5rem;
		font-size: 3.2rem;
		text-align: center;
		border-radius: 1rem;
		border-top: none;
		border-left: .1rem solid #dddddd;
		overflow: hidden;
	}

	.c-flow__list-item .content .ttl:before {
		width: 100%;
		height: .4rem;
	}

	.c-flow__list-item .content .txt01 {
		margin-top: 2rem;
	}
}



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

 c-faq

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

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

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

}



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

 c-company

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

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

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

	.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-form-page

***********************************/
.c-form-page {
	background: url(../images/common/form_bg01_pc.png) no-repeat center top / cover;
}

.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: #0159b2;
	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 {
		background: url(../images/common/form_bg01_sp.png) repeat center top / cover;
	}

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

	.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;
	}

	.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 -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;
	}
}


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

 xxx

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

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

}

