@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	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 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	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;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	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: #323232;
}
a:visited {
	color: #323232;
}
a.normal:link {
	color: #323232;
}
a.normal:visited {
	color: #323232;
}
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: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: 14px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 14px;
		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: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 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;
}

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

.l-main {
}

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

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

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

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

	.l-wrap.top .l-pageTop {
		bottom: 68px;
	}
}

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

 l-header

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

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__inner-logo {

}

.l-header__inner-btn {
	font-size: 22px;
	font-weight: bold;
}

.l-header__inner-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	padding: 0 24px;
	background-color: #ffff00;
	border: 3px solid #000000;
	border-radius: 100px;
}

.l-header__inner-btn a span {
	padding-right: 42px;
	position: relative;
	z-index: 1;
}

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

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

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

	.l-header__inner-logo {
		width: 180px;
	}

	.l-header__inner-btn {
		display: none;
	}
}

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

 l-footer

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

}

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

.l-footer__inner-logo {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__inner-copy {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

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

	.l-footer__inner-logo {
		width: 180px;
		margin: 0 auto 10px;
	}

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

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

 l-fixed-content

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

@media screen and (min-width:768px){
	.l-fixed-content {
		display: none;
	}
}

@media screen and (max-width:767px){
	.l-fixed-content {
		width: 100%;
		height: 52px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-content__btn {
		font-size: 18px;
		font-weight: bold;
	}

	.l-fixed-content__btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 52px;
		background-color: #ffff66;
	}

	.l-fixed-content__btn a span {
		position: relative;
		z-index: 1;
	}

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

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

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

***********************************/
.c-title1 {
	margin-bottom: 60px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .1em;
	position: relative;
	z-index: 1;
}

.c-title1.merit {
	padding-top: 90px;
}

.c-title1.merit:before {
	content: "";
	display: block;
	width: 110px;
	height: 70px;
	background: url(../images/merit_ttl_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title1.business {
	padding-top: 120px;
}

.c-title1.business:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/business_ttl_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title1__inner {
	display: inline-block;
	padding: 4px 20px;
	text-align: center;
	background-color: #fff;
	border: 5px solid #000000;
	border-radius: 10px;
}

@media screen and (max-width:1099px){
	.c-title1 {
		margin-bottom: 5.455vw;
		font-size: 3.818vw;
	}

	.c-title1.merit {
		padding-top: 8.182vw;
	}

	.c-title1.merit:before {
		width: 10vw;
		height: 6.364vw;
	}

	.c-title1.business {
		padding-top: 10.909vw;
	}

	.c-title1.business:before {
		width: 9.091vw;
		height: 9.091vw;
	}

	.c-title1__inner {
		padding: 0.364vw 1.818vw;
		border: 0.454545454545455vw solid #000000;
		border-radius: 0.909vw;
	}

}

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

	.c-title1 {
		margin-bottom: 30px;
		font-size: 21px;
	}

	.c-title1.merit {
		padding-top: 45px;
	}

	.c-title1.merit:before {
		width: 55px;
		height: 35px;
	}

	.c-title1.business {
		padding-top: 60px;
	}

	.c-title1.business:before {
		width: 50px;
		height: 50px;
	}

	.c-title1__inner {
		padding: 2px 10px;
		border: 3px solid #000000;
		border-radius: 6px;
	}

}

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

 c-title2

***********************************/
.c-title2 {
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-title2.recruit {
	padding-top: 110px;
}

.c-title2.recruit:before {
	content: "";
	display: block;
	width: 88px;
	height: 100px;
	background: url(../images/recruit_ttl_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title2.company {
	padding-top: 110px;
}

.c-title2.company:before {
	content: "";
	display: block;
	width: 104px;
	height: 100px;
	background: url(../images/company_ttl_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title2.contact {
	padding-top: 110px;
}

.c-title2.contact:before {
	content: "";
	display: block;
	width: 74px;
	height: 100px;
	background: url(../images/contact_ttl_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-title2__inner {

}

@media screen and (max-width:1099px){
	.c-title2 {
		margin-bottom: 4.545vw;
		font-size: 3.818vw;
	}

	.c-title2.recruit {
		padding-top: 10vw;
	}

	.c-title2.recruit:before {
		width: 8vw;
		height: 9.091vw;
	}

	.c-title2.company {
		padding-top: 10vw;
	}

	.c-title2.company:before {
		width: 9.455vw;
		height: 9.091vw;
	}

	.c-title2.contact {
		padding-top: 10vw;
	}

	.c-title2.contact:before {
		width: 6.727vw;
		height: 9.091vw;
	}

}

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

	.c-title2 {
		margin-bottom: 25px;
		font-size: 21px;
	}

	.c-title2.recruit {
		padding-top: 55px;
	}

	.c-title2.recruit:before {
		width: 44px;
		height: 50px;
	}

	.c-title2.company {
		padding-top: 55px;
	}

	.c-title2.company:before {
		width: 52px;
		height: 50px;
	}

	.c-title2.contact {
		padding-top: 55px;
	}

	.c-title2.contact:before {
		width: 37px;
		height: 50px;
	}

	.c-title2__inner {

	}
}

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

 c-hero

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

.c-hero__inner {
	height: 800px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-ttl {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

	.c-hero {
		margin-bottom: 7.357vw;
	}

	.c-hero__inner {
		width: 71.429vw;
		height: 57.143vw;
	}
}

@media screen and (max-width:767px){
	.c-hero {
		padding: 0;
		margin-bottom: 0;
		background: url(../images/hero_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-hero__inner {
		width: auto;
		height: 150.4vw;
	}

	.c-hero__inner-ttl img {
		width: 100%;
		max-width: none;
	}
}

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

 c-merit

***********************************/
.c-merit {
}

.c-merit__inner {
	padding: 60px 0 90px;
	position: relative;
	z-index: 1;
}

.c-merit__inner:before {
	content: "";
	display: block;
	width: 154px;
	height: 282px;
	margin-right: 260px;
	background: url(../images/merit_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.c-merit__inner-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: -7.5%;
	position: relative;
	z-index: 1;
}

.c-merit__inner-content-sec {
	width: 46%;
	padding: 37px 2.7% 3%;
	margin-bottom: 7.5%;
	border: 3px solid #000;
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.c-merit__inner-content-sec .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: url(../images/merit_num_bg01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-merit__inner-content-sec .pic {
	margin-bottom: 15px;
	text-align: center;
}

.c-merit__inner-content-sec .ttl {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-merit__inner-content-sec .copy {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 3px;
	margin-bottom: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #ffff66;
	border: 2px solid #000;
	border-radius: 10px;
}

.c-merit__inner-content-sec .txt01 {

}

.c-merit__inner-content-bg01 {
	width: 154px;
	height: 318px;
	margin-top: -190px;
	margin-left: 40px;
	background: url(../images/merit_bg02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-merit__inner-content-bg02 {
	width: 154px;
	height: 318px;
	margin-top: -65px;
	margin-right: -53px;
	background: url(../images/merit_bg03.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.c-merit__inner-content-bg03 {
	width: 154px;
	height: 318px;
	margin-top: -2%;
	margin-left: -11.5%;
	background: url(../images/merit_bg04.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

	.c-merit__inner:before {
		width: 14vw;
		height: 25.636vw;
		margin-right: 23.636vw;
	}

	.c-merit__inner-content-bg01 {
		width: 14vw;
		height: 28.909vw;
		margin-top: -17.273vw;
		margin-left: 3.636vw;
	}

	.c-merit__inner-content-bg02 {
		width: 14vw;
		height: 28.909vw;
		margin-top: -5.909vw;
		margin-right: -4.818vw;
	}

	.c-merit__inner-content-bg03 {
		width: 14vw;
		height: 28.909vw;
	}

}

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

	.c-merit__inner {
		padding: 30px 0 35px;
	}

	.c-merit__inner:before {
		width: 77px;
		height: 141px;
		margin-right: 50px;
	}

	.c-merit__inner .c-title1 {
		margin-bottom: 25px;
		z-index: 2;
	}

	.c-merit__inner-content {
		display: block;
		padding-top: 12px;
		margin-bottom: 0;
	}

	.c-merit__inner-content-sec {
		width: auto;
		padding: 18px 4.117647058823529% 4%;
		margin-bottom: 42px;
		border: 2px solid #000;
		border-radius: 6px;
	}

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

	.c-merit__inner-content-sec .num {
		width: 48px;
		height: 24px;
		margin-top: -2px;
		font-size: 12px;
		background: url(../images/merit_num_bg01_sp.png) no-repeat center / contain;
	}

	.c-merit__inner-content-sec .pic {
		margin-bottom: 12px;
		text-align: center;
	}

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

	.c-merit__inner-content-sec .ttl {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.c-merit__inner-content-sec .copy {
		display: block;
		padding: 4px 10px;
		margin-bottom: 12px;
		font-size: 14px;
		border-radius: 5px;
	}

	.c-merit__inner-content-sec .txt01 {

	}

	.c-merit__inner-content-bg01 {
		width: 77px;
		height: 159px;
		margin-top: -92px;
		margin-left: 18px;
		z-index: -1;
	}

	.c-merit__inner-content-bg02 {
		display: none;
	}

	.c-merit__inner-content-bg03 {
		display: none;
	}
}

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

 c-business

***********************************/
.c-business {
	background: #ffff29 url(../images/business_bg01_pc.png) no-repeat center / cover;
}

.c-business__inner {
	padding: 80px 0 100px;
}

.c-business__inner-content {

}

.c-business__inner-content-sec {
	display: flex;
	margin-bottom: 60px;
}

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

.c-business__inner-content-sec:nth-child(even) {
	flex-direction: row-reverse;
}

.c-business__inner-content-sec .pic {
	width: 50%;
	overflow: hidden;
}

.c-business__inner-content-sec:nth-child(odd) .pic {
	border-radius: 10px 0 0 10px;
}

.c-business__inner-content-sec:nth-child(even) .pic {
	border-radius: 0 10px 10px 0;
}

.c-business__inner-content-sec .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-business__inner-content-sec .content {
	flex: 1;
	padding: 2.5% 4%;
	background-color: #fff;
}

.c-business__inner-content-sec:nth-child(odd) .content {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-radius: 0 10px 10px 0;
}

.c-business__inner-content-sec:nth-child(even) .content {
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	border-radius: 10px 0 0 10px;
}

.c-business__inner-content-sec .content .ttl {
	margin-bottom: .6em;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.c-business__inner-content-sec .content .txt01 {

}

@media screen and (max-width:767px){
	.c-business {
		background: #ffff29 url(../images/business_bg01_sp.png) no-repeat center;
		background-size: 100% 100%;
	}

	.c-business__inner {
		padding: 30px 0 35px;
	}

	.c-business__inner-content {

	}

	.c-business__inner-content-sec {
		display: block;
		margin-bottom: 30px;
	}

	.c-business__inner-content-sec .pic {
		width: auto;
	}

	.c-business__inner-content-sec:nth-child(odd) .pic {
		border-radius: 6px 6px 0 0;
	}

	.c-business__inner-content-sec:nth-child(even) .pic {
		border-radius: 6px 6px 0 0;
	}

	.c-business__inner-content-sec .pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.c-business__inner-content-sec .content {
		padding: 3.5% 4.117647058823529%;
		background-color: #fff;
	}

	.c-business__inner-content-sec:nth-child(odd) .content {
		border-top: none;
		border-right: 2px solid #000;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		border-radius: 0 0 6px 6px;
	}

	.c-business__inner-content-sec:nth-child(even) .content {
		border-top: none;
		border-right: 2px solid #000;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		border-radius: 0 0 6px 6px;
	}

	.c-business__inner-content-sec .content .ttl {
		margin-bottom: .4em;
		font-size: 18px;
		text-align: center;
	}

	.c-business__inner-content-sec .content .txt01 {
	}
}

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

 c-recruit

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

.c-recruit__inner {
	padding: 80px 0 100px;
}

.c-recruit__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 50px;
	text-align: center;
}

.c-recruit__inner-tab {

}

.c-recruit__inner-tab-head {
}

.c-recruit__inner-tab-head ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 87px;
	padding: 0 2%;
}

.c-recruit__inner-tab-head ul li {
	width: 48.958333333333333%;
	font-size: 22px;
	font-weight: bold;
}

.c-recruit__inner-tab-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 67px;
	text-align: center;
	background-color: #fff;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-radius: 10px 10px 0 0;
}

.c-recruit__inner-tab-head ul li a.is-active {
	height: 87px;
	background-color: #ffff66;
}

.c-recruit__inner-tab-body {
	padding: 5.2% 3.7% 5.5%;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 10px;
}

.c-recruit__inner-tab-body-box {
	display: none;
}

.c-recruit__inner-tab-body-box:first-child {
	display: block;
}

.c-recruit__inner-tab-body-box-inner {

}

.c-recruit__inner-tab-body-box-inner dl {
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.c-recruit__inner-tab-body-box-inner dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-recruit__inner-tab-body-box-inner dl dt {
	width: 240px;
	padding: 19px 40px;
	font-weight: bold;
	text-align: center;
	background-color: #fafafa;
}

.c-recruit__inner-tab-body-box-inner dl dd {
	flex: 1;
	padding: 19px 40px;
}

.c-recruit__inner-tab-body-box-inner .btn {
	margin: 45px auto 0;
	font-size: 24px;
	font-weight: bold;
}

.c-recruit__inner-tab-body-box-inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffff66;
	border-radius: 100px;
	box-shadow: 0 5px 0 #d0d000;
	position: relative;
	z-index: 1;
}

.c-recruit__inner-tab-body-box-inner .btn a:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 30px;
	background: url(../images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-recruit__inner-tab-body-box-inner .btn a span {

}

@media screen and (max-width:1920px){
	.c-recruit {
		background-size: auto;
	}
}

@media screen and (max-width:767px){
	.c-recruit {
		background: #5dc6f3 url(../images/recruit_bg01_sp.jpg) no-repeat center bottom / cover;
	}

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

	.c-recruit__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 25px;
		text-align: left;
	}

	.c-recruit__inner-tab {

	}

	.c-recruit__inner-tab-head {
	}

	.c-recruit__inner-tab-head ul {
		height: 46px;
		padding: 0 2.941176470588235%;
	}

	.c-recruit__inner-tab-head ul li {
		width: 48.4375%;
		font-size: 14px;
	}

	.c-recruit__inner-tab-head ul li a {
		height: 36px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		border-radius: 6px 6px 0 0;
	}

	.c-recruit__inner-tab-head ul li a.is-active {
		height: 46px;
	}

	.c-recruit__inner-tab-body {
		padding: 4.117647058823529% 4.117647058823529% 9.558823529411765%;
		border: 2px solid #000;
		border-radius: 6px;
	}

	.c-recruit__inner-tab-body-box {

	}

	.c-recruit__inner-tab-body-box-inner {

	}

	.c-recruit__inner-tab-body-box-inner dl {
		display: block;
	}

	.c-recruit__inner-tab-body-box-inner dl:last-of-type {
		border-bottom: none;
	}

	.c-recruit__inner-tab-body-box-inner dl dt {
		width: auto;
		padding: .55em 0;
		text-align: center;
		line-height: 1.8;
	}

	.c-recruit__inner-tab-body-box-inner dl dd {
		flex: 1;
		padding: .55em 0;
		line-height: 1.8;
	}

	.c-recruit__inner-tab-body-box-inner .btn {
		margin: 15px auto 0;
		font-size: 18px;
	}

	.c-recruit__inner-tab-body-box-inner .btn a {
		width: 180px;
		height: 52px;
		box-shadow: 0 3px 0 #d0d000;
	}

	.c-recruit__inner-tab-body-box-inner .btn a:before {
		width: 17px;
		height: 17px;
		margin-right: 15px;
	}

	.c-recruit__inner-tab-body-box-inner .btn a span {

	}
}

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

 c-company

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

.c-company__inner {
	padding: 80px 0 100px;
}

.c-company__inner-content {
	padding: 5% 3.7%;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 10px;
}

.c-company__inner-content dl {
	display: flex;
	border-bottom: 1px solid #dddddd;
}

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

.c-company__inner-content dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	padding: 19px 40px;
	font-weight: bold;
	text-align: center;
	background-color: #fafafa;
}

.c-company__inner-content dl dd {
	flex: 1;
	padding: 19px 40px;
}

.c-company__inner-content dl dd .address {
	margin-bottom: .6em;
}

.c-company__inner-content dl dd .address:last-child {
	margin-bottom: 0;
}

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

	.c-company__inner {
		padding: 30px 0 35px;
	}

	.c-company__inner-content {
		padding: 4.117647058823529% 4.117647058823529% 4.411764705882353%;
		border: 2px solid #000;
		border-radius: 6px;
	}

	.c-company__inner-content dl {
		display: block;
	}

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

	.c-company__inner-content dl:last-of-type {
		border-bottom: none;
	}

	.c-company__inner-content dl dt {
		width: auto;
		padding: .55em 0;
		text-align: center;
		line-height: 1.8;
	}

	.c-company__inner-content dl dd {
		flex: 1;
		padding: .55em 0;
		line-height: 1.8;
	}

	.c-company__inner-content dl dd .address {
		margin-bottom: .2em;
	}

	.c-company__inner-content dl dd .address:last-child {
		margin-bottom: 0;
	}
}


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

 c-subHero

***********************************/
.c-subHero {
	background-color: #ffff00;
}

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

.c-subHero__inner__ttl {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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;
		box-shadow:0px 3px 0px 0px #000;
	}
}

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

 c-form

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

.c-form:before {
}

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 265px;
	padding-right: 25px;
	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: 18px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-form__content dl dt .inner .require {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #ff3f00;
	border-radius: 5px;
}

.c-form__content dl dt .inner .any {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #0a4399;
	border-radius: 5px;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
	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% - 10px);
}

.c-form__content dl dd .name-box__block p {
	width: 50px;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

.c-form__content dl dd .company {
	background: transparent;
}

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

.c-form__content dl dd .list {
	margin: .25em -.5em;
}

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

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

.c-form__privacy-content {
	padding: 20px 0 20px 29px;
	margin-bottom: 35px;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 150px;
	padding-right: 29px;
	overflow-y: scroll;
}

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

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 18px;
}

.c-form__privacy-content-scroll p {
	font-size: 16px;
}

.c-form__privacy-txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
}

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

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

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #000000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,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;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

	.c-form__content {
		margin-bottom: 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;
		border-right: none;
	}

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

	.c-form__content dl dt .inner .name {
		font-size: 14px;
		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: 14px;
	}

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

	.c-form__content dl dd .name-box__block:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .name-box__block p {
		width: 35px;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

	.c-form__content dl dd .list li {
		display: block;
		margin: 0 0 .5em 0;
	}

	.c-form__content dl dd .list li:last-child {
		margin-bottom: 0;
	}

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

	.c-form__privacy-content {
		padding: 7px 0 10px 15px;
		margin-bottom: 18px;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 85px;
		padding-right: 15px;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 25px;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 12px;
	}

	.c-form__privacy-content-scroll p {
		font-size: 12px;
	}

	.c-form__privacy-txt01 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

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

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #000000;
	}

	.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;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #333333;
	}

}


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

 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: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #2b536a;
	border-radius: 5px;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

.c-faq-list dl dd .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #4481a5;
	border-radius: 5px;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

	.c-faq-list dl dt .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

	.c-faq-list dl dd .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 4px;
	}

	.c-faq-list dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

	.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: 430px;
	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-contact

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

}

.c-contact__inner {
	padding: 80px 0 60px;
}

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

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

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

	.c-contact__inner {
		padding: 30px 0 35px;
	}

	.c-contact__inner-content {
		padding: 2px 4.264705882352941% 8.088235294117647%;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: none;
	}

	.c-contact__inner-content:before {
		height: 2px;
	}
}


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

 xxx

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

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

}

