@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	color: #333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

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

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:1099px){
	body {
		font-size: 1.455vw;
	}
}

@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	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: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

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

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #c52c26;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #fef100;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffe064 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

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

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

 parts

***********************************/
.define_wrap {
    padding: 0 50px;
    text-align: center;
}

.define_inner {
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.l-wrap {
	overflow: hidden;
	padding-bottom: 100px;
}

.l-wrap.top {
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 140px;
	/*bottom: 40px;*/
	right: 40px;
	z-index: 5;
}

.l-wrap.top .l-pageTop {
}

@media screen and (max-width:1159px){
	.l-wrap {
		padding-bottom: 8.362vw;
	}

	.l-pageTop {
		bottom: calc(40px + 8.362vw);
	}
}

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

	.l-pageTop {
		width: 60px;
		bottom: calc(24px + 8.362vw);
		/*bottom: 24px;*/
		right: 24px;
	}

	.l-pageTop {
	}
}

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

	.l-pageTop {
		width: 32px;
		bottom: 90px;
		/*bottom: 15px;*/
		right: 4%;
	}
}

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

.l-header__logo {

}

.l-header__right {
	display: flex;
	align-items: center;
}

.l-header__right .tel {
	margin-right: 30px;
}

.l-header__right .tel a {
	display: block;
}

.l-header__right .tel a .num {
	margin-bottom: 10px;
	color: #d84743;
	font-size: 34px;
	font-weight: 900;
	line-height: .8;
	letter-spacing: .03em;
	white-space: nowrap;
	text-align: center;
}

.l-header__right .tel a .num span {
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.l-header__right .tel a .num span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__right .tel a .box {
	display: flex;
	justify-content: space-between;
}

.l-header__right .tel a .box p {
	padding: 0 8px 2px 8px;
	font-size: 12px;
	border-radius: 5px;
}

.l-header__right .tel a .box p:nth-child(1),
.l-header__right .tel a .box p:nth-child(3) {
	background-color: #f5f5f5;
}

.l-header__right .tel a .box p:nth-child(2) {
	color: #fff;
	font-weight: bold;
	background-color: #d84743;
}

.l-header__right .line {
	margin-right: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__right .line a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background-color: #4cc364;
	border-radius: 100px;
}

.l-header__right .line a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.l-header__right .line a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 27px;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.l-header__right .ins {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__right .ins a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
    border-radius: 100px;
}

.l-header__right .ins a span {
	padding-left: 31px;
	position: relative;
	z-index: 1;
}

.l-header__right .ins a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 27px;
	background: url(../images/icon_ins01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__right .form {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__right .form a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background-color: #ff8c19;
	border-radius: 100px;
}

.l-header__right .form a span {
	padding-left: 34px;
	position: relative;
	z-index: 1;
}

.l-header__right .form a span:before {
	content: "";
	display: block;
	width: 26px;
	height: 18px;
	background: url(../images/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:1159px){

	.l-header {
		height: 8.621vw;
	}

	.l-header__logo {
		width: 18.276vw;
	}

	.l-header__right .tel {
		margin-right: 2.586vw;
	}

	.l-header__right .tel a .num {
		margin-bottom: 0.862vw;
		font-size: 2.931vw;
	}

	.l-header__right .tel a .num span {
		padding-left: 2.586vw;
	}

	.l-header__right .tel a .num span:before {
		width: 2.069vw;
		height: 2.069vw;
	}

	.l-header__right .tel a .box p {
		padding: 0 0.431vw;
		font-size: 1.034vw;
		border-radius: 0.431vw;
	}

	.l-header__right .line {
		margin-right: 2.155vw;
		font-size: 1.552vw;
	}

	.l-header__right .line a {
		padding: 1.466vw 2.155vw;
	}

	.l-header__right .line a span {
		padding-left: 3.276vw;
	}

	.l-header__right .line a span:before {
		width: 2.672vw;
		height: 2.328vw;
	}

	.l-header__right .form {
		font-size: 1.552vw;
	}

	.l-header__right .form a {
		padding: 1.466vw 2.155vw;
	}

	.l-header__right .form a span {
		padding-left: 2.931vw;
	}

	.l-header__right .form a span:before {
		width: 2.241vw;
		height: 1.552vw;
	}
}

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__logo {
		width: 153px;
	}

	.l-header__right {
		display: none;
	}
}

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

 l-fixed-contents

***********************************/
.l-fixed-contents {
	width: 100%;
	background-color: #fff;
	border-top: 3px solid #000;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.l-fixed-contents__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1060px;
	height: 97px;
}

.l-fixed-contents__inner-logo {

}

.l-fixed-contents__inner-right {
	display: flex;
	align-items: center;
}

.l-fixed-contents__inner-right .tel {
	margin-right: 30px;
}

.l-fixed-contents__inner-right .tel a {
	display: block;
}

.l-fixed-contents__inner-right .tel a .num {
	margin-bottom: 10px;
	color: #d84743;
	font-size: 34px;
	font-weight: 900;
	line-height: .8;
	letter-spacing: .03em;
	white-space: nowrap;
	text-align: center;
}

.l-fixed-contents__inner-right .tel a .num span {
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents__inner-right .tel a .num span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents__inner-right .tel a .box {
	display: flex;
	justify-content: space-between;
}

.l-fixed-contents__inner-right .tel a .box p {
	padding: 0 8px 2px 8px;
	font-size: 12px;
	border-radius: 5px;
}

.l-fixed-contents__inner-right .tel a .box p:nth-child(1),
.l-fixed-contents__inner-right .tel a .box p:nth-child(3) {
	background-color: #f5f5f5;
}

.l-fixed-contents__inner-right .tel a .box p:nth-child(2) {
	color: #fff;
	font-weight: bold;
	background-color: #d84743;
}

.l-fixed-contents__inner-right .line {
	margin-right: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.l-fixed-contents__inner-right .line a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background-color: #4cc364;
	border-radius: 100px;
}

.l-fixed-contents__inner-right .line a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents__inner-right .line a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 27px;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.l-fixed-contents__inner-right .ins {
	margin-right: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.l-fixed-contents__inner-right .ins a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
	border-radius: 100px;
}

.l-fixed-contents__inner-right .ins a span {
	padding-left: 31px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents__inner-right .ins a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 27px;
	background: url("../images/icon_ins01.png") no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents__inner-right .form {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.l-fixed-contents__inner-right .form a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background-color: #ff8c19;
	border-radius: 100px;
}

.l-fixed-contents__inner-right .form a span {
	padding-left: 34px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents__inner-right .form a span:before {
	content: "";
	display: block;
	width: 26px;
	height: 18px;
	background: url(../images/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:1159px){

	.l-fixed-contents {
		border-top: 3px solid #d84743;
	}

	.l-fixed-contents__inner {
		width: 91.379vw;
		height: 8.362vw;
	}

	.l-fixed-contents__inner-logo {
		width: 16.81vw;
	}

	.l-fixed-contents__inner-right .tel {
		margin-right: 2.586vw;
	}

	.l-fixed-contents__inner-right .tel a .num {
		margin-bottom: 0.862vw;
		font-size: 2.931vw;
	}

	.l-fixed-contents__inner-right .tel a .num span {
		padding-left: 2.586vw;
	}

	.l-fixed-contents__inner-right .tel a .num span:before {
		width: 2.069vw;
		height: 2.069vw;
	}

	.l-fixed-contents__inner-right .tel a .box p {
		padding: 0 0.431vw;
		font-size: 1.034vw;
		border-radius: 0.431vw;
	}

	.l-fixed-contents__inner-right .line {
		margin-right: 2.155vw;
		font-size: 1.552vw;
	}

	.l-fixed-contents__inner-right .line a {
		padding: 1.466vw 2.155vw;
	}

	.l-fixed-contents__inner-right .line a span {
		padding-left: 3.276vw;
	}

	.l-fixed-contents__inner-right .line a span:before {
		width: 2.672vw;
		height: 2.328vw;
	}

	.l-fixed-contents__inner-right .form {
		font-size: 1.552vw;
	}

	.l-fixed-contents__inner-right .form a {
		padding: 1.466vw 2.155vw;
	}

	.l-fixed-contents__inner-right .form a span {
		padding-left: 2.931vw;
	}

	.l-fixed-contents__inner-right .form a span:before {
		width: 2.241vw;
		height: 1.552vw;
	}
}

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

	.l-fixed-contents {
		padding: 0;
		border-top: none;
	}

	.l-fixed-contents__inner {
		display: flex;
		justify-content: space-between;
		align-items: normal;
		width: auto;
		height: 50px;
	}

	.l-fixed-contents__inner-logo {
		display: none;
	}

	.l-fixed-contents__inner-right {
		display: flex;
		align-items: normal;
		width: 100%;
	}

	.l-fixed-contents__inner-right .tel {
		width: 33.33334%;
		margin-right: 0;
	}

	.l-fixed-contents__inner-right .tel a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		height: 100%;
	}

	.l-fixed-contents__inner-right .tel a .num {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
		font-size: 15px;
	}

	.l-fixed-contents__inner-right .tel a .num span {
		padding-left: 13px;
	}

	.l-fixed-contents__inner-right .tel a .num span:before {
		width: 10px;
		height: 10px;
	}

	.l-fixed-contents__inner-right .tel a .box {
		display: block;
		width: 100%;
	}

	.l-fixed-contents__inner-right .tel a .box p {
		padding: 0 8px 2px 8px;
		font-size: 11px;
		border-radius: 0;
		letter-spacing: .03em;
		text-align: center;
	}

	.l-fixed-contents__inner-right .tel a .box p:nth-child(1),
	.l-fixed-contents__inner-right .tel a .box p:nth-child(3) {
		background-color: #f5f5f5;
	}

	.l-fixed-contents__inner-right .tel a .box p:nth-child(2),
	.l-fixed-contents__inner-right .tel a .box p:nth-child(3) {
		display: none;
	}

	.l-fixed-contents__inner-right .line {
		width: 100%;
		margin-right: 0;
		font-size: 11px;
		display: none;
	}
	.l-fixed-contents__inner-right .ins {
		width: 100%;
		margin-right: 0;
		font-size: 11px;
		display: none;
	}

	.l-fixed-contents__inner-right .line a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding: 0;
		border-radius: 0;
	}

	.l-fixed-contents__inner-right .line a span {
		padding-left: 24px;
	}

	.l-fixed-contents__inner-right .line a span:before {
		width: 19.5px;
		height: 16.5px;
	}

	.l-fixed-contents__inner-right .form {
		width: 33.33334%;
		font-size: 11px;
	}

	.l-fixed-contents__inner-right .form a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding: 0;
		border-radius: 0;
	}

	.l-fixed-contents__inner-right .form a span {
		padding-left: 20px;
	}

	.l-fixed-contents__inner-right .form a span:before {
		width: 16px;
		height: 11px;
	}
}

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

 l-footer

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

}

.l-footer__inner {
	padding: 50px 0 40px;
}

.l-footer__inner-logo {
	width: 212px;
	margin: 0 auto 35px;
	text-align: center;
}

.l-footer__inner-privacy {
	margin-bottom: 25px;
	font-size: 14px;
	text-align: center;
}

.l-footer__inner-privacy a {
	text-decoration: underline;
}

.l-footer__inner-privacy a:hover {
	text-decoration: none;
}

.l-footer__inner-copy {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

	.l-footer__inner {
		padding: 20px 0 20px;
	}

	.l-footer__inner-logo {
		width: 153px;
		margin: 0 auto 15px;
	}

	.l-footer__inner-privacy {
		margin-bottom: 15px;
		font-size: 10px;
	}

	.l-footer__inner-copy {
		font-size: 9px;
	}
}

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

 c-bg-stripe01

***********************************/
.c-bg-stripe01 {
	background: url(../images/bg_stripe01.png) repeat;
}

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



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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-title01 {
		margin-bottom: 4.545vw;
		font-size: 4.364vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 24px;
	}
}

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

 c-subHero

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

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 280px;
}

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

.c-subHero__inner__ttl .txt01 {
	display: inline-block;
	padding: 9px 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
}

.c-subHero__inner__ttl .txt02 {
	display: inline-block;
	padding: 12px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
	background-color: rgba(216,71,67,.95);
	border-radius: 5px;
}

@media screen and (max-width:767px){
	.c-subHero {
		background: url(../images/form/hero_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.c-subHero__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 160px;
	}

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

	.c-subHero__inner__ttl .txt01 {
		padding: 5px 12px;
		font-size: 16px;
		border-radius: 3px;
	}

	.c-subHero__inner__ttl .txt02 {
		padding: 7px 12px;
		font-size: 12px;
		border-radius: 3px;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	background-color: #d84743;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		font-size: 16px;
	}
}

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

 c-form

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

.c-form__content {
	margin-bottom: 40px;
	border-top: 1px solid #dddddd;
}

.c-form__content dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 240px;
	padding: 15px 30px 15px 0;
	vertical-align: middle;
}

.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 {
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #ff3f00;
	border-radius: 4px;
	white-space: nowrap;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #007fff;
	border-radius: 4px;
	white-space: nowrap;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 20px 0;;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .checkList {
	margin: -5px -10px;
	font-weight: bold;
}

.c-form__content dl dd .checkList li {
	display: inline-block;
	margin: 5px 10px;
}

.c-form__privacy {
	margin-bottom: 30px;
}

.c-form__privacy__box {
	height: 190px;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.c-form__privacy__box__inner {
	max-height: none;
	padding: 3% 3.571428571428571%;
}

.c-form__privacy__box__inner p {
	font-size: 16px;
	line-height: 1.8;
}

.c-form__privacy__box__inner p .ttl {
	font-size: 18px;
	font-weight: bold;
}

.c-form__privacy__txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

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

.c-form__submit {
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 23px 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .07em;
	line-height: 1.5;
	border-radius: 100px;
	background-color: #d84743;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.c-form__confirmBtn__btn {
	width: 300px;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 23px 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .07em;
	line-height: 1.5;
	border-radius: 100px;
	background-color: #666666;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

	.c-form__content {
		margin-bottom: 20px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 15px 0 20px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
		box-shadow: none;
	}

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

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

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

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

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

	.c-form__content dl dd select {
		width: 100%;
	}

	.c-form__content dl dd .checkList {
		display: flex;
		flex-wrap: wrap;
		margin: -3px -6px;
		font-size: 15px;
	}

	.c-form__content dl dd .checkList li {
		margin: 3px 6px;
	}

	.c-form__privacy {
		margin-bottom: 15px;
	}

	.c-form__privacy__box {
		height: 95px;
		margin-bottom: 15px;
	}

	.c-form__privacy__box__inner {
		max-height: none;
		padding: 10px 15px;
	}

	.c-form__privacy__box__inner p {
		font-size: 12px;
	}

	.c-form__privacy__box__inner p .ttl {
		font-size: 14px;
	}

	.c-form__privacy__txt {
		font-size: 14px;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		font-size: 17px;
		box-shadow: none;
	}

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 14px 10px;
		font-size: 17px;
		box-shadow: none;
	}

}


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

 c-faq-list

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

.c-faq-list dl {
	margin-bottom: 60px;
}

.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: 30px;
}

.c-faq-list dl dt .icon {
    width: 68px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 66px;
    background-color: #9e8644;
    border: 1px solid #9e8644;
    border-radius: 10px;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 16px 19px;
	margin-left: 22px;
	color: #9e8644;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	border: 1px solid #dddddd;
	background-color: #fff;
	border-radius: 10px;
}

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

.c-faq-list dl dd .icon {
	width: 68px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 66px;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 19px;
	margin-left: 22px;
	font-size: 16px;
	line-height: 1.8;
	border: 1px solid #dddddd;
	background-color: #fff;
	border-radius: 10px;
}

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

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

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 30px;
	}

	.c-faq-list dl dt {
		margin-bottom: 10px;
	}

	.c-faq-list dl dt .icon {
		width: 38px;
		font-size: 14px;
		line-height: 36px;
		border-radius: 6px;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 38px;
		padding: 5px 10px;
		margin-left: 7px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-faq-list dl dd .icon {
		width: 38px;
		font-size: 14px;
		line-height: 36px;
		border-radius: 6px;
	}

	.c-faq-list dl dd .cont {
		min-height: 38px;
		padding: 5px 10px;
		margin-left: 7px;
		font-size: 14px;
		border-radius: 6px;
	}

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

}



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

 c-completeSec

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

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 300px;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



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

 c-hero

***********************************/
.c-hero {
	position: relative;
	z-index: 1;
}

.c-hero__slider {
}

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

.c-hero__slider-slide img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

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

	.c-hero__slider-slide {
		height: 800px;
	}
}

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

	.c-hero__slider-slide {
		height: 50vw;
	}
}

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

	.c-hero__slider-slide {
		height: auto;
	}
}



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

 c-media

***********************************/
.c-media {
	background: url(../images/media_bg01_pc.jpg) no-repeat center / cover;
}

.c-media__inner {
	padding-bottom: 35px;
	position: relative;
	z-index: 2;
}

.c-media__inner-ttl {
	width: 296px;
	margin-bottom: -1px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-media__inner-list {
	display: flex;
	justify-content: space-between;
	width: 96%;
	padding: 5px;
	margin: 0 auto;
	background-color: #c62c26;
	border-radius: 20px;
}

.c-media__inner-list-sec {
	width: 33.053%;
	padding: 12px 25px 20px;
	background-color: #fff;
}

.c-media__inner-list-sec:nth-child(1) {
	border-radius: 20px 0 0 20px;
}

.c-media__inner-list-sec:nth-child(3) {
	border-radius: 0 20px 20px 0;
}

.c-media__inner-list-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-media__inner-list-sec .pic {
	margin: 0 auto;
	text-align: center;
}

.c-media__inner-txt01 {
	margin-top: 15px;
	margin-bottom: -.3em;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

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

	.c-media__inner {
		padding-bottom: 3.182vw;
	}

	.c-media__inner-ttl {
		width: 26.909vw;
	}

	.c-media__inner-list {
		padding: 0.455vw;
		border-radius: 1.818vw;
	}

	.c-media__inner-list-sec {
		padding: 1.091vw 2.273vw 1.818vw;
	}

	.c-media__inner-list-sec:nth-child(1) {
		border-radius: 1.818vw 0 0 1.818vw;
	}

	.c-media__inner-list-sec:nth-child(3) {
		border-radius: 0 1.818vw 1.818vw 0;
	}

	.c-media__inner-list-sec .ttl {
		margin-bottom: 1.364vw;
		font-size: 1.636vw;
	}

	.c-media__inner-txt01 {
		margin-top: 1.364vw;
		font-size: 2.545vw;
	}

}

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

	.c-media {
		background: url(../images/media_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-media__inner {
		padding-bottom: 35px;
	}

	.c-media__inner-ttl {
		width: 59.2vw;
	}

	.c-media__inner-list {
		display: block;
		width: auto;
		padding: 0 5.882352941176471%;
		margin: 0 auto;
		background-color: transparent;
		border-radius: 0;
	}

	.c-media__inner-list-sec {
		width: auto;
		padding: 2.542372881355932% 5.932203389830508% 5.084745762711864%;
		margin-bottom: 15px;
		background-color: #fff;
		border: 3px solid #c62c26;
		border-radius: 12px;
	}

	.c-media__inner-list-sec:nth-child(1) {
		border-radius: 12px;
	}

	.c-media__inner-list-sec:nth-child(3) {
		border-radius: 12px;
	}

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

	.c-media__inner-list-sec .ttl {
		display: block;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.c-media__inner-list-sec .pic {
		margin: 0 auto;
		text-align: center;
	}

	.c-media__inner-txt01 {
		margin-top: 15px;
		margin-bottom: -.3em;
		font-size: 16px;
	}
}



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

 c-case

***********************************/
.c-case {
    /* background-color: #d56c6c; */
}
.cc-case {
    background-color: #fffdf9;
}
.ccc-case {
    background-color: #000;
}
.cccc-case {
    background-color: #f3f3f3;
}
.ccccc-case {
    background-color: #f8f8f8;
}
.c-case__inner {
	padding: 70px 0 90px;
}

.c-case__inner-list {
	padding-top: 50px;
}

.c-case__inner-list-sec {
	padding: 3% 4.7% 5%;
	margin-bottom: 110px;
	background-color: #fff;
	border: 3px solid #c52c26;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

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

.c-case__inner-list-sec .num {
	padding: 12px 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #c52c26;
	border-radius: 15px 15px 0 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-case__inner-list-sec .num span {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
}

.c-case__inner-list-sec .ttl {
	padding-bottom: 25px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	border-bottom: 3px solid #c52c26;
}

.c-case__inner-list-sec .head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.c-case__inner-list-sec .head .left {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 46.666666666666667%;
}

.c-case__inner-list-sec .head .left .pic {
	width: 57.142857142857143%;
}

.c-case__inner-list-sec .head .left .box {
	width: 33.333333333333333%;
	padding: 2.6% 4.047619047619048%;
	border: 3px solid #dddddd;
	border-radius: 12px;
}

.c-case__inner-list-sec .head .left .box .name {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.c-case__inner-list-sec .head .left .box .txt01 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-case__inner-list-sec .head .right {
	width: 48.888888888888889%;
}

.c-case__inner-list-sec .head .right .sub-ttl {
	padding: 11px 15px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #fff7f7;
	border-radius: 15px;
}

.c-case__inner-list-sec .head .right .box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.c-case__inner-list-sec .head .right .box .txt01 {
	padding-right: 44px;
	margin-right: 12px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-sec .head .right .box .txt01:before {
	content: "";
	display: block;
	width: 30px;
	height: 26px;
	background: url(../images/case_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-case__inner-list-sec .head .right .box .txt01 span {
	display: inline-block;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.c-case__inner-list-sec .head .right .box .txt02 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
}

.c-case__inner-list-sec .head .right .box .txt02 span {
	display: inline-block;
	font-size: 55px;
	font-weight: 900;
	line-height: .8;
}

.c-case__inner-list-sec .content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-sec .content:before {
	content: "";
	display: block;
	width: 42px;
	height: 28px;
	margin-bottom: -55px;
	background: url(../images/case_arr02.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-case__inner-list-sec .content__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 14px;
	margin-right: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	background-color: #c52c26;
	border-radius: 15px;
}

.c-case__inner-list-sec .content__txt-area {
	flex: 1;
}

.c-case__inner-list-sec .content__txt-area p {
	margin: -.4em 0;
}

.c-case__inner-list-sec .result {
	display: flex;
	justify-content: space-between;
	background-color: #fff7f7;
	border-radius: 15px;
	overflow: hidden;
}

.c-case__inner-list-sec .result .txt-area {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 2.2% 4.444444444444444%;
}

.c-case__inner-list-sec .result .txt-area p {
	margin-right: -1em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}

.c-case__inner-list-sec .result .pic {
	width: 24.444444444444444%;
	min-height: 200px;
	background: url(../images/case_pic01.jpg) no-repeat center / cover;
}

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

	.c-case__inner {
		padding: 6.364vw 0 8.182vw;
	}

	.c-case__inner-list {
		padding-top: 4.545vw;
	}

	.c-case__inner-list-sec {
		margin-bottom: 10vw;
		border: 0.272727272727273vw solid #c52c26;
		border-radius: 1.091vw;
	}

	.c-case__inner-list-sec .num {
		padding: 1.091vw 2.273vw;
		font-size: 1.818vw;
		border-radius: 1.364vw 1.364vw 0 0;
	}

	.c-case__inner-list-sec .num span {
		font-size: 2.182vw;
	}

	.c-case__inner-list-sec .ttl {
		padding-bottom: 2.273vw;
		margin-bottom: 3.636vw;
		font-size: 2.727vw;
		border-bottom: 0.272727272727273vw solid #c52c26;
	}

	.c-case__inner-list-sec .head {
		margin-bottom: 3.636vw;
	}

	.c-case__inner-list-sec .head .left .box {
		border: 0.272727272727273vw solid #dddddd;
		border-radius: 1.091vw;
	}

	.c-case__inner-list-sec .head .left .box .name {
		padding-bottom: 0.909vw;
		margin-bottom: 0.909vw;
		font-size: 2vw;
	}

	.c-case__inner-list-sec .head .left .box .txt01 {
		font-size: 1.455vw;
	}

	.c-case__inner-list-sec .head .right .sub-ttl {
		padding: 1vw 1.364vw;
		margin-bottom: 2.273vw;
		font-size: 2.182vw;
		border-radius: 1.364vw;
	}

	.c-case__inner-list-sec .head .right .box .txt01 {
		padding-right: 4vw;
		margin-right: 1.091vw;
		font-size: 1.727vw;
	}

	.c-case__inner-list-sec .head .right .box .txt01:before {
		width: 2.727vw;
		height: 2.364vw;
	}

	.c-case__inner-list-sec .head .right .box .txt01 span {
		font-size: 3.454545454545455vw;
	}

	.c-case__inner-list-sec .head .right .box .txt02 {
		font-size: 1.727vw;
	}

	.c-case__inner-list-sec .head .right .box .txt02 span {
		font-size: 5vw;
	}

	.c-case__inner-list-sec .content {
		margin-bottom: 7.273vw;
	}

	.c-case__inner-list-sec .content:before {
		width: 3.818vw;
		height: 2.545vw;
		margin-bottom: -5vw;
	}

	.c-case__inner-list-sec .content__ttl {
		padding: 1.364vw 1.273vw;
		margin-right: 2.273vw;
		font-size: 1.818vw;
		border-radius: 1.364vw;
	}

	.c-case__inner-list-sec .result {
		border-radius: 1.364vw;
	}

	.c-case__inner-list-sec .result .txt-area p {
		font-size: 2.182vw;
	}

	.c-case__inner-list-sec .result .pic {
		min-height: 18.182vw;
	}
}

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

	.c-case__inner {
		padding: 35px 0 40px;
	}

	.c-case__inner-list {
		padding-top: 30px;
	}

	.c-case__inner-list-sec {
		padding: 3.676470588235294% 3.823529411764706% 5.588235294117647%;
		margin-bottom: 60px;
		border: 2px solid #c52c26;
		border-radius: 10px;
	}

	.c-case__inner-list-sec .num {
		padding: 6px 12px;
		font-size: 12px;
		border-radius: 8px 8px 0 0;
	}

	.c-case__inner-list-sec .num span {
		font-size: 14px;
	}

	.c-case__inner-list-sec .ttl {
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 18px;
		white-space: nowrap;
		border-bottom: 2px solid #c52c26;
	}

	.c-case__inner-list-sec .head {
		display: block;
		margin-bottom: 20px;
	}

	.c-case__inner-list-sec .head .left {
		width: 79.032258064516129%;
		margin: 0 auto 20px;
	}

	.c-case__inner-list-sec .head .left .pic {
		width: 59.166%;
	}

	.c-case__inner-list-sec .head .left .box {
		width: 34%;
		padding: 2% 4.081632653061224%;
		border: 2px solid #dddddd;
		border-radius: 8px;
	}

	.c-case__inner-list-sec .head .left .box .name {
		padding-bottom: 4px;
		margin-bottom: 4px;
		font-size: 14px;
		white-space: nowrap;
	}

	.c-case__inner-list-sec .head .left .box .txt01 {
		font-size: 11px;
		white-space: nowrap;
	}

	.c-case__inner-list-sec .head .right {
		width: auto;
	}

	.c-case__inner-list-sec .head .right .sub-ttl {
		padding: 6px 15px;
		margin-bottom: 15px;
		font-size: 18px;
		border-radius: 8px;
	}

	.c-case__inner-list-sec .head .right .box .txt01 {
		padding-right: 27px;
		margin-right: 8px;
		font-size: 16px;
	}

	.c-case__inner-list-sec .head .right .box .txt01:before {
		width: 18px;
		height: 16px;
	}

	.c-case__inner-list-sec .head .right .box .txt01 span {
		font-size: 28.5px;
	}

	.c-case__inner-list-sec .head .right .box .txt02 {
		font-size: 16px;
	}

	.c-case__inner-list-sec .head .right .box .txt02 span {
		font-size: 37.5px;
	}

	.c-case__inner-list-sec .content {
		display: block;
		margin-bottom: 60px;
	}

	.c-case__inner-list-sec .content:before {
		width: 32px;
		height: 21px;
		margin-bottom: -38px;
	}

	.c-case__inner-list-sec .content__ttl {
		display: block;
		padding: 6px 15px;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
		border-radius: 8px;
	}

	.c-case__inner-list-sec .content__ttl br {
		display: none;
	}

	.c-case__inner-list-sec .content__txt-area {
		flex: 1;
	}

	.c-case__inner-list-sec .content__txt-area p {
		line-height: 1.8;
	}

	.c-case__inner-list-sec .result {
		display: block;
		padding: 5.645161290322581%;
		border-radius: 8px;
	}

	.c-case__inner-list-sec .result .txt-area {
		display: block;
		padding: 0;
	}

	.c-case__inner-list-sec .result .txt-area p {
		margin-right: 0;
		font-size: 18px;
		letter-spacing: .05em;
	}

	.c-case__inner-list-sec .result .pic {
		width: 35.2vw;
		height: 32vw;
		min-height: auto;
		margin: 12px auto 0;
		border-radius: 8px;
	}
}



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

 c-evaluation

***********************************/
.c-evaluation {
	background: url(../images/evaluation_bg01_pc.jpg) no-repeat center / cover;
}

.c-evaluation__inner {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.c-evaluation__inner:before {
	content: "";
	display: block;
	width: 501px;
	height: 164px;
	background: url(../images/evaluation_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-evaluation__inner-left {
	width: 50%;
	border-right: 1px solid #a72721;
}

.c-evaluation__inner-left-box {
	width: 356px;
	height: 188px;
	padding: 1px;
	margin: 0 auto;
	background: url(../images/evaluation_leaf01_pc.png) no-repeat center / contain;
}

.c-evaluation__inner-left-box .ttl {
	margin-top: -.1em;
	margin-bottom: 25px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.6;
}

.c-evaluation__inner-left-box .num {
	margin-bottom: 20px;
	color: #fef101;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.c-evaluation__inner-left-box .num span {
	font-size: 64px;
	line-height: .8;
}

.c-evaluation__inner-left-box .txt01 {
	color: #fef101;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.c-evaluation__inner-right {
	width: 50%;
	position: relative;
	z-index: 1;
}

.c-evaluation__inner-right .ttl {
	margin-top: -.1em;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.6;
}

.c-evaluation__inner-right .stars {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.c-evaluation__inner-right .stars li {
	width: 33px;
	margin: 0 5px;
}

.c-evaluation__inner-right .stars li img {
	display: block;
}

.c-evaluation__inner-right .point {
	margin-bottom: 15px;
	color: #fef101;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.c-evaluation__inner-right .point span {
	font-size: 64px;
	line-height: .8;
}

.c-evaluation__inner-right .txt01 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.c-evaluation__inner-right .txt01 .small {
	font-size: 12px;
}

.c-evaluation__inner-right .note {
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
}

.c-evaluation__inner-right .note ul {
	display: inline-block;
	color: #fff;
}

.c-evaluation__inner-right .note ul li {
	display: flex;
}

.c-evaluation__inner-right .note ul li .num {
	display: block;
	margin-right: .5em;
}

.c-evaluation__inner-right .note ul li .txt {
	display: block;
}

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

	.c-evaluation__inner {
		padding: 4.545vw 0;
	}

	.c-evaluation__inner:before {
		width: 45.545vw;
		height: 14.909vw;
	}

	.c-evaluation__inner-left-box {
		width: 32.364vw;
		height: 17.091vw;
	}

	.c-evaluation__inner-left-box .ttl {
		margin-bottom: 2.273vw;
		font-size: 2.727vw;
	}

	.c-evaluation__inner-left-box .num {
		margin-bottom: 1.818vw;
		font-size: 2.727vw;
	}

	.c-evaluation__inner-left-box .num span {
		font-size: 5.818vw;
	}

	.c-evaluation__inner-left-box .txt01 {
		font-size: 3.455vw;
	}

	.c-evaluation__inner-right .ttl {
		margin-bottom: 1.818vw;
		font-size: 2.727vw;
	}

	.c-evaluation__inner-right .stars {
		margin-bottom: 3.182vw;
	}

	.c-evaluation__inner-right .stars li {
		width: 3vw;
		margin: 0 0.455vw;
	}

	.c-evaluation__inner-right .point {
		margin-bottom: 1.364vw;
		font-size: 2.727vw;
	}

	.c-evaluation__inner-right .point span {
		font-size: 5.818vw;
	}

	.c-evaluation__inner-right .txt01 {
		margin-bottom: 1.818vw;
		font-size: 1.818vw;
	}

	.c-evaluation__inner-right .txt01 .small {
		font-size: 1.091vw;
	}

	.c-evaluation__inner-right .note {
		font-size: 1.091vw;
	}
}

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

	.c-evaluation {
		background: url(../images/evaluation_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-evaluation__inner {
		display: block;
		padding: 30px 0;
	}

	.c-evaluation__inner:before {
		display: none;
	}

	.c-evaluation__inner-left {
		width: auto;
		margin-bottom: 30px;
		border-right: none;
		position: relative;
		z-index: 1;
	}

	.c-evaluation__inner-left:after {
		content: "";
		display: block;
		width: 301px;
		height: 99px;
		margin: 18px auto 0;
		background: url(../images/evaluation_pic01_sp.png) no-repeat center / contain;
	}

	.c-evaluation__inner-left-box {
		width: 215px;
		height: 103px;
		padding: 1px;
		margin: 0 auto;
		background: url(../images/evaluation_leaf01_sp.png) no-repeat center / contain;
	}

	.c-evaluation__inner-left-box .ttl {
		margin-top: -.5em;
		margin-bottom: 10px;
		font-size: 21px;
	}

	.c-evaluation__inner-left-box .num {
		margin-bottom: 10px;
		font-size: 21px;
	}

	.c-evaluation__inner-left-box .num span {
		font-size: 40px;
	}

	.c-evaluation__inner-left-box .txt01 {
		font-size: 25px;
	}

	.c-evaluation__inner-right {
		width: auto;
	}

	.c-evaluation__inner-right .ttl {
		margin-top: -.1em;
		margin-bottom: 15px;
		font-size: 21px;
	}

	.c-evaluation__inner-right .stars {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.c-evaluation__inner-right .stars li {
		width: 19.5px;
		margin: 0 3px;
	}

	.c-evaluation__inner-right .stars li img {
		display: block;
	}

	.c-evaluation__inner-right .point {
		margin-bottom: 15px;
		font-size: 21px;
	}

	.c-evaluation__inner-right .point span {
		font-size: 40px;
	}

	.c-evaluation__inner-right .txt01 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.c-evaluation__inner-right .txt01 .small {
		font-size: 10px;
	}

	.c-evaluation__inner-right .note {
		font-size: 10px;
	}
}



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

 c-review

***********************************/
.c-review {
	background-color: #fff7f7;
}

.c-review__inner {
	width: 890px;
	padding: 60px 0 63px;
	position: relative;
	z-index: 1;
}

.c-review__inner .slider-prev {
	width: 46px;
	height: 46px;
	margin: 0;
	background: url(../images/review_prev.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -80px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

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

.c-review__inner .slider-next {
	width: 46px;
	height: 46px;
	margin: 0;
	background: url(../images/review_next.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -80px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

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

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

.c-review__inner-slider .slick-list {
	margin-right: -40px;
}

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

.c-review__inner-slider-slide {
	height: auto !important;
	float: none;
	padding: 20px;
	margin-right: 40px;
	margin-bottom: 3px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	outline: none;
}

.c-review__inner-slider-slide .name {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
}

.c-review__inner-slider-slide .stars {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.c-review__inner-slider-slide .stars li {
	width: 16px;
	margin-right: 5px;
}

.c-review__inner-slider-slide .stars li:last-child {
	margin-right: 0;
}

.c-review__inner-slider-slide .stars li img {
	display: block;
}

.c-review__inner-slider-slide .txt01 {
	font-size: 12px;
	line-height: 1.8;
}

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

	.c-review__inner {
		width: 80.909vw;
		padding: 5.455vw 0 5.727vw;
	}

	.c-review__inner .slider-prev {
		width: 4.182vw;
		height: 4.182vw;
		left: -7.273vw;
	}

	.c-review__inner .slider-next {
		width: 4.182vw;
		height: 4.182vw;
		right: -7.273vw;
	}

	.c-review__inner-slider .slick-list {
		margin-right: -3.636vw;
	}

	.c-review__inner-slider-slide {
		margin-right: 3.636vw;
	}

}

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

	.c-review__inner {
		width: 73.529411764705882%;
		padding: 40px 0 42px;
	}

	.c-review__inner .slider-prev {
		width: 35px;
		height: 35px;
		left: -48px;
	}

	.c-review__inner .slider-next {
		width: 35px;
		height: 35px;
		right: -48px;
	}

	.c-review__inner-slider .slick-list {
		margin-right: -10px;
	}

	.c-review__inner-slider-slide {
		padding: 15px;
		margin-right: 10px;
		margin-bottom: 2px;
		border-radius: 8px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-review__inner-slider-slide .name {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.c-review__inner-slider-slide .stars {
		margin-bottom: 8px;
	}

	.c-review__inner-slider-slide .stars li {
		margin-right: 5px;
	}
}



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

 c-faq

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

.c-faq__inner {
	padding: 20px 0 40px;
}
.c-faq__inner img {
    text-align: center;
    margin: 20px auto;
    display: block;
}

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

}



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

 c-flow

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

.c-flow__inner {
	padding: 70px 0 90px;
}

.c-flow__inner-list {
	padding-top: 25px;
}

.c-flow__inner-list-sec {
	display: flex;
	justify-content: space-between;
	padding: 52px 4.7% 4.7%;
	margin-bottom: 112px;
	background-color: #fff;
	border: 3px solid #c52c26;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

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

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 42px;
	height: 28px;
	margin-bottom: -64px;
	background: url(../images/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.c-flow__inner-list-sec .num {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #c52c26;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list-sec .pic {
	width: 26.666666666666667%;
}

.c-flow__inner-list-sec .content {
	width: 68.888888888888889%;
}

.c-flow__inner-list-sec .content .ttl {
	padding: 8px 24px;
	margin-bottom: 25px;
	color: #c52c26;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	background-color: #fff7f7;
	border-radius: 15px;
}

.c-flow__inner-list-sec .content .txt01 {

}

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

	.c-flow__inner {
		padding: 6.364vw 0 8.182vw;
	}

	.c-flow__inner-list {
		padding-top: 2.273vw;
	}

	.c-flow__inner-list-sec {
		padding-top: 4.727vw;
		margin-bottom: 10.182vw;
		border: 0.272727272727273vw solid #c52c26;
		border-radius: 1.364vw;
	}

	.c-flow__inner-list-sec:before {
		width: 3.818vw;
		height: 2.545vw;
		margin-bottom: -5.818vw;
	}

	.c-flow__inner-list-sec .num {
		width: 4.545vw;
		height: 4.545vw;
		line-height: 4.545vw;
		font-size: 2.182vw;
		border-radius: 1.364vw;
	}

	.c-flow__inner-list-sec .content .ttl {
		padding: 0.727vw 2.182vw;
		margin-bottom: 2.273vw;
		font-size: 2.182vw;
		border-radius: 1.364vw;
	}

}

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

	.c-flow__inner {
		padding: 35px 0 40px;
	}

	.c-flow__inner-list {
		padding-top: 15px;
	}

	.c-flow__inner-list-sec {
		display: block;
		padding: 30px 4.117647058823529% 4.117647058823529%;
		margin-bottom: 65px;
		border: 2px solid #c52c26;
		border-radius: 8px;
	}

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

	.c-flow__inner-list-sec:before {
		width: 32px;
		height: 21px;
		margin-bottom: -38px;
	}

	.c-flow__inner-list-sec .num {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		border-radius: 8px;
	}

	.c-flow__inner-list-sec .pic {
		width: 48vw;
		margin: 0 auto 15px;
		text-align: center;
	}

	.c-flow__inner-list-sec .content {
		width: auto;
	}

	.c-flow__inner-list-sec .content .ttl {
		padding: 3px 15px;
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
		border-radius: 8px;
	}

	.c-flow__inner-list-sec .content .txt01 {

	}
}



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

 c-office

***********************************/
.c-office {

}

.c-office__inner {
	padding: 70px 0 90px;
}

.c-office__inner-content {
	padding: 1px 4.9% 1%;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}

.c-office__inner-content .name {
	padding: 24px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-bottom: 1px solid #dddddd;
}

.c-office__inner-content .list {
	margin-bottom: 50px;
}

.c-office__inner-content .list dl {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.8;
	border-bottom: 1px solid #dddddd;
}

.c-office__inner-content .list dl dt {
	margin-right: .25em;
}

.c-office__inner-content .list dl dd {
}

.c-office__inner-content .sec {
	display: flex;
	justify-content: space-between;
}

.c-office__inner-content .sec .txt-area {
	width: 47.777777777777778%;
}

.c-office__inner-content .sec .txt-area .ttl {
	margin-top: -.2em;
	margin-bottom: .6em;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.c-office__inner-content .sec .txt-area p {
	line-height: 1.8;
}

.c-office__inner-content .sec .pic {
	width: 47.777777777777778%;
}

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

	.c-office__inner {
		padding: 6.364vw 0 8.182vw;
	}

	.c-office__inner-content {
		border-radius: 1.364vw;
	}

	.c-office__inner-content .name {
		padding: 2.182vw 0;
		font-size: 2vw;
	}

	.c-office__inner-content .list {
		margin-bottom: 4.545vw;
	}

	.c-office__inner-content .list dl {
		padding: 1.818vw 0;
		font-size: 1.636vw;
	}

	.c-office__inner-content .sec .txt-area .ttl {
		font-size: 2vw;
	}

}

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

	.c-office__inner {
		padding: 35px 0 40px;
	}

	.c-office__inner-content {
		padding: 1px 4.264705882352941% 5.735294117647059%;
		border-radius: 8px;
	}

	.c-office__inner-content .name {
		padding: 15px 0;
		font-size: 16px;
	}

	.c-office__inner-content .list {
		margin-bottom: 15px;
	}

	.c-office__inner-content .list dl {
		display: block;
		padding: 12px 0;
		font-size: 14px;
	}

	.c-office__inner-content .list dl dt {
		margin-right: 0;
		margin-bottom: .2em;
		font-weight: bold;
		text-align: center;
	}

	.c-office__inner-content .list dl dd {
		text-align: center;
	}

	.c-office__inner-content .sec {
		display: block;
	}

	.c-office__inner-content .sec .txt-area {
		width: auto;
	}

	.c-office__inner-content .sec .txt-area .ttl {
		margin-bottom: .6em;
		font-size: 14px;
		text-align: center;
	}

	.c-office__inner-content .sec .txt-area p {
		line-height: 1.8;
	}

	.c-office__inner-content .sec .pic {
		width: 57.333333333333333vw;
		margin: 20px auto 0;
	}
}



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

 c-fee

***********************************/
.c-fee {
	background-color: #fff7f7;
}

.c-fee__inner {
	padding: 70px 0 90px;
}

.c-fee__inner-content {
	padding: 4.5% 4.9%;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}

.c-fee__inner-content .txt01 {
	padding-bottom: 50px;
	margin-bottom: 50px;
	font-size: 57px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	letter-spacing: .12em;
	border-bottom: 1px solid #dddddd;
}

.c-fee__inner-content .txt01 span {
	display: inline-block;
	font-size: 110px;
	line-height: .8;
}

.c-fee__inner-content .txt02 {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-fee__inner-content .txt02 .small {
	font-size: 18px;
}

.c-fee__inner-content .txt02 .Oswald {
	display: inline-block;
	font-size: 42px;
	line-height: .8;
}

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

	.c-fee__inner {
		padding: 6.364vw 0 8.182vw;
	}

	.c-fee__inner-content {
		border-radius: 1.364vw;
	}

	.c-fee__inner-content .txt01 {
		padding-bottom: 4.545vw;
		margin-bottom: 4.545vw;
		font-size: 5.182vw;
	}

	.c-fee__inner-content .txt01 span {
		font-size: 10vw;
	}

	.c-fee__inner-content .txt02 {
		font-size: 2.182vw;
	}

	.c-fee__inner-content .txt02 .small {
		font-size: 1.636vw;
	}

	.c-fee__inner-content .txt02 .Oswald {
		font-size: 3.818vw;
	}
}

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


	.c-fee__inner {
		padding: 35px 0 45px;
	}

	.c-fee__inner-content {
		padding: 5.882352941176471% 4.264705882352941%;
		border-radius: 8px;
	}

	.c-fee__inner-content .txt01 {
		padding-bottom: 20px;
		margin-bottom: 25px;
		font-size: 21px;
	}

	.c-fee__inner-content .txt01 span {
		font-size: 45px;
	}

	.c-fee__inner-content .txt02 {
		margin-top: -.5em;
		font-size: 16px;
		line-height: 1.6;
	}

	.c-fee__inner-content .txt02 .small {
		font-size: 16px;
	}

	.c-fee__inner-content .txt02 .Oswald {
		font-size: 25px;
		line-height: 1.6;
	}

}


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

 c-contact

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

}

.c-contact__inner {
	width: 940px;
	padding: 55px 0 80px;
}

.c-contact__inner-intro {
	max-width: 840px;
	margin: 0 auto 40px;
}

.c-contact__inner-content {
	padding: 5.212765957446809%;
	border: 1px solid #dddddd;
	background-color: #fff;
	border-radius: 20px;
}

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

	.c-contact__inner {
		padding: 25px 0 45px;
	}

	.c-contact__inner-intro {
		margin: 0 auto 20px;
	}

	.c-contact__inner-content {
		padding: 6.470588235294118% 4.264705882352941% 8.676470588235294%;
		border-radius: 10px;
	}
}


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

 xxx

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

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

}

.infoboot-box{width:100%;position:fixed;z-index:999;bottom:0;left:0}
.infoboot-box__main .d-flex{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.infoboot-box__main--items{padding:0;width:50%;max-width:20.7rem}
.d-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}

