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

@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .12em;
	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;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

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

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

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



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

	html {
		font-size: .769230769230769vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 10px;
	}

	body {
		font-size: 1.2rem;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
}

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

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.green {
	color: #01aa92;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.underline {
	text-decoration: underline;
}

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

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

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 120rem;
	margin: 0 auto;
}

.js-objectFit {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;'
}


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

	.define_wrap {
		padding: 0 10%;
	}
}

/* ---------------------------------------------------------
 投稿スタイル
--------------------------------------------------------- */
.entry_content {
	font-size: 1.6rem;
	line-height: 2;
}
.entry_content section,
.entry_content article,
.entry_content footer,
.entry_content header,
.entry_content div,
.entry_content dl,
.entry_content dt,
.entry_content dd,
.entry_content li,
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6,
.entry_content pre,
.entry_content form,
.entry_content fieldset,
.entry_content input,
.entry_content textarea,
.entry_content p,
.entry_content blockquote,
.entry_content th,
.entry_content td,
.entry_content caption {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
	clear: both;
	line-height: 1.846153846;
	margin: 1.5em 0;
	font-weight: 600;
	letter-spacing: .07em;
}
.entry_content h1,
.entry_content h2 {
	padding: 1.2rem 2.5rem;
	margin: 3rem 0 1em 0;
	color: #01aa92;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
	background: #edf9f7;
}
/*.entry_content h1:before,*/
/*.entry_content h2:before {*/
	/*content: "";*/
	/*display: block;*/
	/*width: 3px;*/
	/*height: 12px;*/
	/*background-color: #fff;*/
	/*border-radius: 10px;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 15px;*/
	/*z-index: 1;*/
	/*transform: translateY(-50%);*/
	/*-webkit-transform: translateY(-50%);*/
/*}*/
.entry_content h3 {
	padding: 1.4rem 0 1.4rem 2.5rem;
	margin: 3rem 0 1em 0;
	font-size: 1.8rem;
	line-height: 1.5;
	border-top: 1px solid #01aa92;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 1;
}
.entry_content h3:before {
	content: "";
	display: block;
	width: .3rem;
	height: calc(100% - 1.5em);
	background-color: #01aa92;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h4 {
	margin: 50px 0 .11em 0;
	font-size: 16px;
}
.entry_content h3 {
	/*font-size: 20px;*/
}
.entry_content h2 {
	/*font-size: 22px;*/
}
.entry_content h1 {
	/*font-size: 24px;*/
}

.entry_content strong {
	font-weight: bold;
}
.entry_content em {
	font-style: italic;
}
.entry_content mark,
.entry_content ins {
	background-color: #fff9c0;
	text-decoration: none;
}
.entry_content del {
	opacity: 0.8;
}
.entry_content a {
	color: #000000;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	/*text-decoration: underline;*/
}
.entry_content a:hover {
	opacity: .7;
	/*text-decoration: none;*/
}
.entry_content blockquote {
	padding: 0 0 0 17px;
	margin: 0 0 28px 0;
}
.entry_content blockquote p {
	margin: 0;
}
.entry_content ul {
	margin: 1em 0 1.666666666666667em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.entry_content ul li {
	padding: 0.5625em 15px 0.5625em 45px;
	margin-bottom: 20px;
	background-color: #f9f9f3;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.entry_content ul li:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	margin-top: 1.2em;
	border: 4px solid #3d62ac;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 1;
}
.entry_content ul li:last-child {
	margin-bottom: 0;
}
.entry_content ol {
	list-style-type: decimal;
	margin: 1em 0 1.666666666666667em;
	padding: 0 0 0 40px;
}
.entry_content code {
}
.entry_content pre {
	margin: 0 0 1em;
	padding: 10px 3% 10px 3%;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
}
.entry_content p {
	margin: 1em 0 1.666666666666667em;
	letter-spacing: .07em;
}
.entry_content table {
	width: 100%;
	margin: 0 0 1.2em;
	line-height: 1.6;
	letter-spacing: .03em;
	border-spacing: 0;
	border-collapse: separate;
}
.entry_content table caption {
	text-align: center;
}
.entry_content table th {
	font-weight: bold;
}
.entry_content table th,
.entry_content table td {
	padding: 14px .25em;
	border-top: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: none;
	border-left: none;
}
.entry_content table th.has-text-align-left,
.entry_content table td.has-text-align-left {
	text-align: left;
}
.entry_content table th.has-text-align-right,
.entry_content table td.has-text-align-right {
	text-align: right;
}
.entry_content table th.has-text-align-center,
.entry_content table td.has-text-align-center {
	text-align: center;
}
.entry_content table tr:first-child th:first-child,
.entry_content table tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}
.entry_content table tr:first-child th,
.entry_content table tr:first-child td {
	border-top: 2px #dddddd solid;
}
.entry_content table tr th:first-child,
.entry_content table tr td:first-child {
	border-left: 2px #dddddd solid;
}
.entry_content table tr:first-child th:last-child,
.entry_content table tr:first-child td:last-child {
	border-top: 2px #dddddd solid;
	border-radius: 0 10px 0 0;
}
.entry_content table tr th:last-child,
.entry_content table tr td:last-child {
	border-right: 2px #dddddd solid;
}
.entry_content table tr:last-child th:first-child,
.entry_content table tr:last-child td:first-child {
	border-left: 2px #dddddd solid;
	border-radius: 0 0 0 10px;
}
.entry_content table tr:last-child th,
.entry_content table tr:last-child td {
	border-bottom: 2px #dddddd solid;
}
.entry_content table tr:last-child th:last-child,
.entry_content table tr:last-child td:last-child {
	border-right: 2px #dddddd solid;
	border-radius: 0 0 10px 0;
}
.entry_content table[data-col="2"] th,
.entry_content table[data-col="2"] td {
	width: 50%;
}
.entry_content table[data-col="3"] th,
.entry_content table[data-col="3"] td {
	width: 33.333334%;
}
.entry_content table[data-col="4"] th,
.entry_content table[data-col="4"] td {
	width: 25%;
}
.entry_content table[data-col="5"] th,
.entry_content table[data-col="5"] td {
	width: 20%;
}
.entry_content table[data-col="6"] th,
.entry_content table[data-col="6"] td {
	width: 16.666666666666667%;
}
.entry_content table td {
}
.entry_content table .head,
.entry_content table thead tr th,
.entry_content table thead tr td {
	background-color: #f6f6f6;
	border-bottom: 1px #dddddd solid !important;
}
.entry_content table thead tr th:first-child,
.entry_content table thead tr td:first-child {
	border-radius: 10px 0 0 0 !important;
}
.entry_content table thead tr th:last-child,
.entry_content table thead tr td:last-child {
	border-radius: 0 10px 0 0 !important;
}
.entry_content table thead + tbody tr:first-child th:first-child,
.entry_content table thead + tbody tr:first-child td:first-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th:last-child,
.entry_content table thead + tbody tr:first-child td:last-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th,
.entry_content table thead + tbody tr:first-child td {
	border-top: none !important;
}
.entry_content table strong {
	background: none;
}
.entry_content .wp-block-image {
	margin-bottom: 2em;
}
.entry_content figure {
	margin-top: 35px;
	margin-bottom: 25px;
}
.entry_content img {
	max-width: 100%;
	height: auto;
	border-radius: 40px;
}
.entry_content iframe {
	max-width: 100%;
}
.entry_content .aligncenter {
	text-align: center;
	margin: 0 auto 1em;
	display: block;
}
.entry_content .alignleft {
	float: left;
	margin: 0 1em 0.857142857em 0;
}
.entry_content .alignright {
	float: right;
	margin: 0 0 0.857142857em 1em;
}

.entry_content .has-text-align-left {
	text-align: left;
}

.entry_content .has-text-align-center {
	text-align: center;
}

.entry_content .has-text-align-right {
	text-align: right;
}

.entry_content .has-small-font-size {
	font-size: 1.3rem !important;
}

.entry_content .has-medium-font-size {
	font-size: 2rem !important;
}

.entry_content .has-large-font-size {
	font-size: 3.6rem !important;
}

.entry_content .has-x-large-font-size {
	font-size: 4.2rem !important;
}

.entry_content sup {
	font-size: .5em;
	vertical-align: top;
}

.entry_content sub {
	font-size: .5em;
	vertical-align: bottom;
}

.entry_content .c-entryBox {
	padding: 20px 30px;
	font-size: 14px;
	background-color: #f2f4fa;
	border-radius: 20px;
}

.entry_content .wp-block-embed__wrapper {
	margin-top: 35px;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 30px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.entry_content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry_content *:first-child {
	margin-top: 0;
}

.entry_content *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
	.entry_content {
		font-size: 1.2rem;
	}

	.entry_content section,
	.entry_content article,
	.entry_content footer,
	.entry_content header,
	.entry_content div,
	.entry_content dl,
	.entry_content dt,
	.entry_content dd,
	.entry_content li,
	.entry_content h1,
	.entry_content h2,
	.entry_content h3,
	.entry_content h4,
	.entry_content h5,
	.entry_content h6,
	.entry_content pre,
	.entry_content form,
	.entry_content fieldset,
	.entry_content input,
	.entry_content textarea,
	.entry_content p,
	.entry_content blockquote,
	.entry_content th,
	.entry_content td,
	.entry_content caption {
	}

	.entry_content p {
	}
	.entry_content h1,
	.entry_content h2 {
		padding: .6rem 1.5rem;
		margin: 2rem 0 .5em 0;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	/*.entry_content h1:before,*/
	/*.entry_content h2:before {*/
		/*width: 3px;*/
		/*height: 11px;*/
		/*left: 10px;*/
	/*}*/
	.entry_content h3 {
		padding: .7rem 0 .7rem 1.5rem;
		margin: 2rem 0 .5em 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.entry_content h3:before {
		width: 2px;
	}
	.entry_content h4 {
		margin: 30px 0 1em 0;
		font-size: 14px;
		line-height: 1.6;
	}
	.entry_content figure {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.entry_content img {
		border-radius: 20px;
	}
	.entry_content table {
		margin: 0 0 1.2em;
		font-size: 9px;
	}
	.entry_content table th,
	.entry_content table td {
		padding: 9px .25em;
	}
	.entry_content table tr:first-child th:first-child,
	.entry_content table tr:first-child td:first-child {
		border-radius: 6px 0 0 0;
	}
	.entry_content table tr:first-child th:last-child,
	.entry_content table tr:first-child td:last-child {
		border-radius: 0 6px 0 0;
	}
	.entry_content table tr:last-child th:first-child,
	.entry_content table tr:last-child td:first-child {
		border-radius: 0 0 0 6px;
	}
	.entry_content table tr:last-child th:last-child,
	.entry_content table tr:last-child td:last-child {
		border-radius: 0 0 6px 0;
	}
	.entry_content table thead tr th:first-child,
	.entry_content table thead tr td:first-child {
		border-radius: 6px 0 0 0 !important;
	}
	.entry_content table thead tr th:last-child,
	.entry_content table thead tr td:last-child {
		border-radius: 0 6px 0 0 !important;
	}
	.entry_content ul {
		margin: 1em 0 1.666666666666667em;
		font-size: 14px;
		line-height: 1.6;
	}
	.entry_content ul li {
		padding: 0.5625em 15px 0.5625em 26px;
		margin-bottom: 15px;
		border-radius: 6px;
	}
	.entry_content ul li:after {
		width: 10px;
		height: 10px;
		margin-top: 1em;
		border: 3px solid #3d62ac;
		left: 10px;
	}

	.entry_content .has-small-font-size {
		font-size: 1rem !important;
	}

	.entry_content .has-medium-font-size {
		font-size: 1.6rem !important;
	}

	.entry_content .has-large-font-size {
		font-size: 2rem !important;
	}

	.entry_content .has-x-large-font-size {
		font-size: 2.4rem !important;
	}

	.entry_content .wp-block-image {
		margin-bottom: 1.3em;
	}

	.entry_content .c-entryBox {
		padding: 10px 15px;
		font-size: 12px;
		border-radius: 10px;
	}

	.entry_content .wp-block-embed__wrapper {
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 20px;
	}

}



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

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

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

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

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



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

 l-humberger

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

	.l-humberger {
		width: 70px;
		height: 70px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 70px;
		height: 70px;
		/*background-color: #fff;*/
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 70px;
		height: 70px;
	}
	.menu-trigger span {
		position: absolute;
		left: 24px;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger.is-active span {
		/*background-color: #fff;*/
	}
	.menu-trigger span:nth-of-type(1) {
		width: 23px;
		top: 25px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 13px;
		top: 33px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 19px;
		bottom: 25px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}


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

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 105px;
		padding-bottom: 30px;
	}

	.l-drawerMenu__inner ul {
		margin-bottom: 30px;
		font-size: 21px;
		font-weight: bold;
	}

	.l-drawerMenu__inner ul li {
		margin-bottom: 1.2em;
		text-align: center;
	}

	.l-drawerMenu__inner ul li:last-child {
		margin-bottom: 0;
	}

	.l-drawerMenu__inner ul li a {
		text-decoration: none;
	}
}





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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10rem;
	padding: 0 5.5rem;
	background: #fff;
}

.l-header__logo {
	width: 15.5rem;
}

.l-header__navi {

}

.l-header__navi ul {
	display: flex;
	font-weight: bold;
}

.l-header__navi ul li {
	margin-right: 3.5rem;
}

.l-header__navi ul li:last-child {
	margin-right: 0;
}

.l-header__navi ul li a {

}


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

	.l-header__logo {
		width: 92px;
	}

	.l-header__navi {
		display: none;
	}
}

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

 l-footer

***********************************/
.l-footer {
	background: url(images/common/ft_bg01_pc.jpg) no-repeat center / cover;
}

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

.l-footer__inner-content {
	width: 89rem;
	margin: 0 auto;
}

.l-footer__inner-content-logo {
	width: 15.5rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.l-footer__inner-content-sns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.l-footer__inner-content-sns .line {
	width: 42rem;
}

.l-footer__inner-content-sns .line a {
	display: block;
	padding: 1.4rem 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #02aa93;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.l-footer__inner-content-sns .line a:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.2rem;
	margin-right: 3rem;
	background: url(images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-footer__inner-content-sns .instagram {
	width: 42rem;
}

.l-footer__inner-content-sns .instagram a {
	display: block;
	padding: 1.4rem 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #485cf9;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.l-footer__inner-content-sns .instagram a:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.2rem;
	margin-right: 3rem;
	background: url(images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-footer__inner-content-navi {
}

.l-footer__inner-content-navi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -1.75rem;
	font-weight: bold;
}

.l-footer__inner-content-navi ul li {
	margin: 0 1.75rem;
}

.l-footer__inner-content-navi ul li a {
	color: #fff;
}

.l-footer__inner-content-copy {
	padding-top: 4rem;
	margin-top: 4rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-top: 1px solid #ffffff;
}

@media screen and (max-width:767px){
	.l-footer {
		background: url(images/common/ft_bg01_sp.jpg) no-repeat center / cover;
	}

	.l-footer__inner {
		padding: 3.5rem 0 2.5rem;
	}

	.l-footer__inner-content {
		width: 83.333333333333333%;
		margin: 0 auto;
	}

	.l-footer__inner-content-logo {
		width: 9.2rem;
		margin: 0 auto 2.5rem;
	}

	.l-footer__inner-content-sns {
		display: block;
		margin-bottom: 2rem;
	}

	.l-footer__inner-content-sns .line {
		width: auto;
		margin-bottom: 2rem;
	}

	.l-footer__inner-content-sns .line a {
		padding: 1.1rem 0;
		font-size: 1.1rem;
	}

	.l-footer__inner-content-sns .line a:before {
		width: 1.05rem;
		height: .85rem;
		margin-right: 2rem;
	}

	.l-footer__inner-content-sns .instagram {
		width: auto;
	}

	.l-footer__inner-content-sns .instagram a {
		padding: 1.1rem 0;
		font-size: 1.1rem;
	}

	.l-footer__inner-content-sns .instagram a:before {
		width: 1.05rem;
		height: .85rem;
		margin-right: 2rem;
	}

	.l-footer__inner-content-navi {
	}

	.l-footer__inner-content-navi ul {
		margin: 0 -.85rem -.75em;
		font-size: 1rem;
	}

	.l-footer__inner-content-navi ul li {
		margin: 0 .85rem .75em;
	}

	.l-footer__inner-content-navi ul li a {
		color: #fff;
	}

	.l-footer__inner-content-copy {
		padding-top: 2.5rem;
		margin-top: 2rem;
		font-size: .9rem;
	}
}


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

 c-pager

***********************************/
.c-pager {
	padding: 1rem 2rem;
	margin-top: 6rem;
	font-family: "YakuHanJP", 'Lato', 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 0;
	background-color: #edf9f7;
	border-radius: .5rem;
}

.c-pager .wp-pagenavi {

}

.c-pager a {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	margin: 1rem;
	color: #00aa92;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: .6rem;
	background-color: #ffffff;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-pager a:hover {
	opacity: .7;
}

.c-pager a.first {
	width: auto;
	padding: 0 1.2rem 0 3.2rem;
}

.c-pager a.first:before {
	content: "";
	display: block;
	width: .8rem;
	height: .7rem;
	margin-top: .05em;
	background: url(images/common/pager_arr_first_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-pager a.previouspostslink {
	width: auto;
	padding: 0 1.2rem 0 2.6rem;
}

.c-pager a.previouspostslink:before {
	content: "";
	display: block;
	width: .4rem;
	height: .7rem;
	margin-top: .05em;
	background: url(images/common/pager_arr_prev_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-pager a.nextpostslink {
	width: auto;
	padding: 0 2.6rem 0 1.2rem;
}

.c-pager a.nextpostslink:before {
	content: "";
	display: block;
	width: .4rem;
	height: .7rem;
	margin-top: .05em;
	background: url(images/common/pager_arr_next_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-pager a.last {
	width: auto;
	padding: 0 3.2rem 0 1.2rem;
}

.c-pager a.last:before {
	content: "";
	display: block;
	width: .8rem;
	height: .7rem;
	margin-top: .05em;
	background: url(images/common/pager_arr_last_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-pager span.current {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	margin: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: .6rem;
	color: #fff;
	background-color: #00aea7;
	box-sizing: border-box;
	vertical-align: top;
}

.c-pager span.extend {
	display: inline-block;
	margin: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #00aea7;
}

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

	.c-pager {
		padding: .75rem;
		margin: 2.5rem -1rem 0;
		border-radius: .6rem;
	}

	.c-pager a {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		margin: .375rem;
		font-size: 1.2rem;
		border-radius: .5rem;
	}

	.c-pager a.first {
		width: auto;
		padding: 0 .6rem 0 1.6rem;
	}

	.c-pager a.first:before {
		content: "";
		display: block;
		width: .7rem;
		height: .6rem;
		margin-top: .05em;
		background: url(images/common/pager_arr_first_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: .6rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-pager a.previouspostslink {
		width: auto;
		padding: 0 .6rem 0 1.6rem;
	}

	.c-pager a.previouspostslink:before {
		content: "";
		display: block;
		width: .35rem;
		height: .6rem;
		margin-top: .05em;
		background: url(images/common/pager_arr_prev_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: .6rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-pager a.nextpostslink {
		width: auto;
		padding: 0 1.6rem 0 .6rem;
	}

	.c-pager a.nextpostslink:before {
		content: "";
		display: block;
		width: .35rem;
		height: .6rem;
		margin-top: .05em;
		background: url(images/common/pager_arr_next_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: .6rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-pager a.last {
		width: auto;
		padding: 0 1.6rem 0 .6rem;
	}

	.c-pager a.last:before {
		content: "";
		display: block;
		width: .7rem;
		height: .6rem;
		margin-top: .05em;
		background: url(images/common/pager_arr_last_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: .5rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-pager span.current {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		margin: .375rem;
		font-size: 1.2rem;
		border-radius: .5rem;
	}

	.c-pager span.extend {
		margin: .375rem;
		font-size: 1.2rem;
	}
}


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

 c-breadcrumb

***********************************/
.c-breadcrumb {
	border-bottom: 1px solid #eeeeee;
}

.c-breadcrumb__inner {
	padding: 2.6rem 0;
	font-size: 1.2rem;
	line-height: 1.5;
}

.c-breadcrumb__inner br {
	display: none;
}

.c-breadcrumb__inner > span {
	padding-right: 1.6rem;
	margin-right: 1.2rem;
	position: relative;
	z-index: 1;
}

.c-breadcrumb__inner > span:before {
	content: "";
	display: block;
	width: .4rem;
	height: .7rem;
	background: url(images/common/breadcrumb_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-breadcrumb__inner > span:last-child:before {
	display: none;
	padding-right: 0;
	margin-right: 0;
}

.c-breadcrumb__inner a {
	color: #01aa92;
	font-weight: bold;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-breadcrumb__inner a:hover {
	opacity: .7;
}

@media screen and (max-width:767px){
	.c-breadcrumb {
		display: none;
	}

}


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

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 3.5rem;
}

.c-title01__txt01 {
	display: block;
	margin-top: -.3em;
	margin-bottom: .1em;
	color: #01aa92;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.6;
}

.c-title01__txt02 {
	display: block;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.6;
}

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

	.c-title01 {
		margin-bottom: 1.75rem;
	}

	.c-title01__txt01 {
		font-size: 2.5rem;
	}

	.c-title01__txt02 {
		font-size: 1.5rem;
	}
}

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

 c-title02

***********************************/
.c-title02 {
	margin-top: -.3em;
	margin-bottom: 4rem;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:767px){
	.c-title02 {
		margin-top: -.3em;
		margin-bottom: 2rem;
		font-size: 2.1rem;
	}
}

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

 c-title03

***********************************/
.c-title03 {
	padding: 1.4rem 1.5rem;
	margin-bottom: 3rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #02aa93;
	border-radius: 2rem;
}

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

.c-title03--arr:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 0 1rem;
	border-color: #02aa94 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (max-width:767px){
	.c-title03 {
		padding: .6rem 1rem;
		margin-bottom: 1.8rem;
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-title03--arr:before {
		border-width: .8rem .8rem 0 .8rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: inline-block;
	width: 30rem;
	padding: 2rem 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
	background: #02aa93;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

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

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

	a.c-btn01 {
		width: 22.5rem;
		padding: 1.5rem 0;
		margin: 0 auto;
		font-size: 1.3rem;
	}

	a.c-btn01:before {
		width: 1.05rem;
		height: .85rem;
		margin-right: 2rem;
	}
}



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

 c-sub-hero

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

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

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

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

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

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

.c-sub-hero__inner {
	display: flex;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner-box {
}

.c-sub-hero__inner-box-ttl {
}

.c-sub-hero__inner-box-ttl .txt01 {
	display: block;
	margin-top: -.3em;
	margin-bottom: .1em;
	color: #01aa92;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.6;
}

.c-sub-hero__inner-box-ttl .txt02 {
	display: block;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.6;
}

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

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

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

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

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

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

	.c-sub-hero__inner {
		height: 12rem;
	}

	.c-sub-hero__inner-box-ttl .txt01 {
		font-size: 2.5rem;
	}

	.c-sub-hero__inner-box-ttl .txt02 {
		font-size: 1.5rem;
	}

}

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

 c-form

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

.c-form:before {
}

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 26rem;
	padding-right: 2.5rem;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	background-color: #0a4399;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 1rem);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

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

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

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

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

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

.c-form__privacy {
	margin-bottom: 3rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

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

.c-form__privacy-content-scroll section {
	margin-bottom: 2.5rem;
}

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

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

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

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

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

.c-form__submit {
	width: 37rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit button:disabled,
.c-form__submit input:disabled,
.c-form__confirmBtn__btn .submit:disabled {
	opacity: 1 !important;
	box-shadow:0 .5rem 0 0 #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}

/*.c-form__submit button:disabled,*/
/*.c-form__submit input:disabled,*/
/*.c-form__confirmBtn__btn .submit:disabled {*/
/*opacity: 1;*/
/*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 *!*/
/*background: rgb(102,102,102); !* Old browsers *!*/
/*background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); !* IE6-9 *!*/
/*}*/

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

.c-form__confirmBtn__btn {
	width: 36rem;
}

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

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

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

	.c-form__content {
		margin-bottom: 2rem;
	}

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

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

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

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

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

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

	.c-form__content dl dd .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 1.5rem;
	}

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

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

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

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

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

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

	.c-form__privacy {
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 1.5rem;
	}

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

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

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

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

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

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #4d2600;
	}

	.c-form__submit button:disabled,
	.c-form__submit input:disabled,
	.c-form__confirmBtn__btn .submit:disabled {
		box-shadow:0 .3rem 0 0 #333333;
	}

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #333333;
	}

}


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

 c-faq-list

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

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

.c-faq-list dl:last-child {
	margin-bottom: 0;
}

.c-faq-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.c-faq-list dl dt .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #2b536a;
	border-radius: .5rem;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

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

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

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

	.c-faq-list {
	}

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

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

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

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

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

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

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

}


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

 c-faq-list-acc

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

.c-faq-list-acc dl {
	margin-bottom: 5.3rem;
}

.c-faq-list-acc dl:last-child {
	margin-bottom: 0;
}

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	width: 8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #1861ae;
	border-radius: 2rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 8rem;
	padding: 2.2rem 7.5rem 2.2rem 3rem;
	margin-left: 2rem;
	color: #1860ad;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 3.9rem 3rem 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.8rem;
	margin: 3.1rem 3.8rem 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2.3rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	width: 8rem;
	color: #1860ad;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #fff;
	border-radius: 2rem;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	min-height: 8rem;
	padding: 2.5rem 3rem;
	margin-left: 2rem;
	font-size: 1.6rem;
	background-color: #fff;
	border-radius: 2rem;
}

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

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

	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		margin-bottom: 3.2rem;
	}

	.c-faq-list-acc dl dt {
	}

	.c-faq-list-acc dl dt .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 4rem .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

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

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.4rem;
		margin: 1.3rem 2.1rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		margin-top: 1.2rem;
	}

	.c-faq-list-acc dl dd .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

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

}


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

 c-completeSec

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

}

.c-completeSec__inner {
	width: 100rem;
	padding: 12rem 0;
}

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

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


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

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

	.c-completeSec__inner .intro {
		margin-bottom: 2.5rem;
	}

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



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

 c-hero

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

.c-hero__inner {
	display: flex;
	align-items: center;
	height: 69rem;
}

.c-hero__inner-box {

}

.c-hero__inner-box-copy {
	margin-bottom: .4em;
	color: #fff;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-hero__inner-box-copy .Oswald {
	display: inline-block;
	font-size: 6.8rem;
	font-weight: normal;
	line-height: 1;
}

.c-hero__inner-box-ttl {
	color: #fff;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-hero__inner-box-award {
	margin-top: 4rem;
}

.c-hero__inner-box-award p {
	display: inline-block;
	width: 31.9rem;
	height: 6rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
	background: url(images/top/hero_bg02.png) no-repeat center / contain;
}

.c-hero__inner-box-award p span {
	display: inline-block;
	margin: 0 .1em;
	font-size: 3rem;
	font-weight: normal;
}

@media screen and (max-width:1499px){
	.c-hero {
		background-size: cover;
	}

	.c-hero__inner {
		height: 46vw;
	}

}

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

	.c-hero__inner {
		display: block;
		height: 177.333333333333333vw;
		padding-top: 10.667vw;
	}

	.c-hero__inner-box {

	}

	.c-hero__inner-box-copy {
		margin-bottom: .4em;
		font-size: 6.4vw;
		text-align: center;
	}

	.c-hero__inner-box-copy .Oswald {
		display: inline-block;
		font-size: 9.067vw;
		line-height: 1;
	}

	.c-hero__inner-box-ttl {
		font-size: 6.4vw;
		text-align: center;
	}

	.c-hero__inner-box-award {
		margin-top: 5.333vw;
		text-align: center;
	}

	.c-hero__inner-box-award p {
		width: 63.733vw;
		height: 12vw;
		font-size: 3.2vw;
	}

	.c-hero__inner-box-award p span {
		font-size: 5.867vw;
	}

}



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

 c-about

***********************************/
.c-about {
	display: flex;
	flex-direction: row-reverse;
}

.c-about__content {
	width: 50%;
}

.c-about__content-inner {
	max-width: 660px;
	padding: 6rem 6rem 7rem 6rem;
}

.c-about__content-inner-ttl {
	margin-top: -.1em;
	margin-bottom: 1.5rem;
	color: #02aa93;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.3;
}

.c-about__content-inner-copy {
	margin-bottom: 2.5rem;
	font-size: 2.3rem;
	font-weight: bold;
}

.c-about__content-inner-txt01 {
	margin-bottom: 1.2em;
}

.c-about__content-inner-btn {
	margin-top: 3.5rem;
}

.c-about__pic {
	width: 50%;
	background: url(images/top/about_pic01_pc.jpg) no-repeat center / cover;
}

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

	.c-about {
		display: block;
	}

	.c-about__content {
		width: auto;
		padding: 0 10%;
	}

	.c-about__content-inner {
		max-width: none;
		padding: 3rem 0 4rem;
	}

	.c-about__content-inner-ttl {
		margin-top: -.1em;
		margin-bottom: 1.2rem;
		font-size: 2.5rem;
	}

	.c-about__content-inner-copy {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}

	.c-about__content-inner-txt01 {
		margin-bottom: 1.2em;
	}

	.c-about__content-inner-btn {
		margin-top: 2.5rem;
		text-align: center;
	}

	.c-about__pic {
		width: auto;
		height: 72vw;
		background: url(images/top/about_pic01_sp.jpg) no-repeat center / cover;
	}
}



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

 c-works

***********************************/
.c-works {
	overflow: hidden;
}

.c-works__inner {
	padding: 13.5rem 0 7rem;
	position: relative;
	z-index: 1;
}

.c-works__inner:before {
	content: "";
	display: block;
	width: 132rem;
	height: 6rem;
	background: #02aa93;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-works__inner-head {
	display: flex;
	margin-bottom: 4rem;
}

.c-works__inner-head .c-title01 {
	margin-bottom: 0;
}

.c-works__inner-head-txt01 {
	margin-left: 6.5rem;
}

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

.c-works__inner-body:before {
	content: "";
	display: block;
	width: 132rem;
	height: calc(100% + 500px);
	background: #edf9f7;
	position: absolute;
	top: 12rem;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-works__inner-body-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-works__inner-body-list:after {
	content: "";
	display: block;
	width: 35rem;
}

.c-works__inner-body-list-sec {
	width: 35rem;
}

.c-works__inner-body-list-sec a {
	display: block;
}

.c-works__inner-body-list-sec .pic {
	height: 25rem;
	position: relative;
	z-index: 1;
}

.c-works__inner-body-list-sec .pic.noimage:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	pointer-events: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-works__inner-body-list-sec .meta {
	display: flex;
	margin-top: -2.1rem;
	position: relative;
	z-index: 1;
}

.c-works__inner-body-list-sec .meta .date {
	padding: .7rem 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	background: #02aa93;
}

.c-works__inner-body-list-sec .meta .pref {
	padding: .7rem 1.5rem;
	color: #000;
	font-size: 1.4rem;
	font-weight: 900;
	background: #ffffff;
}

.c-works__inner-body-list-sec .ttl {
}

.c-works__inner-body-list-sec .ttl span {
	display: inline-block;
	padding: .7rem 1.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	background: #000000;
}

.c-works__inner-body-btn {
	margin-top: 5rem;
	text-align: center;
}

@media screen and (max-width:767px){
	.c-works {
		overflow: hidden;
	}

	.c-works__inner {
		padding: 4.5rem 0 4rem;
	}

	.c-works__inner:before {
		width: 100%;
		height: 1.1rem;
	}

	.c-works__inner-head {
		display: block;
		margin-bottom: 2.5rem;
	}

	.c-works__inner-head .c-title01 {
		margin-bottom: 1.5rem;
	}

	.c-works__inner-head-txt01 {
		margin-left: 0;
	}

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

	.c-works__inner-body:before {
		width: 100%;
		height: calc(100% + 500px);
		top: 16vw;
	}

	.c-works__inner-body-list {
		display: block;
	}

	.c-works__inner-body-list:after {
		display: none;
	}

	.c-works__inner-body-list-sec {
		width: 86.666666666666667%;
		margin: 0 auto 3rem;
	}

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

	.c-works__inner-body-list-sec a {
		display: block;
	}

	.c-works__inner-body-list-sec .pic {
		height: 48vw;
	}

	.c-works__inner-body-list-sec .meta {
		margin-top: -1.4rem;
	}

	.c-works__inner-body-list-sec .meta .date {
		padding: .3rem .75rem;
		font-size: 1.2rem;
	}

	.c-works__inner-body-list-sec .meta .pref {
		padding: .3rem .75rem;
		font-size: 1.2rem;
	}

	.c-works__inner-body-list-sec .ttl {
	}

	.c-works__inner-body-list-sec .ttl span {
		padding: .3rem .75rem;
		font-size: 1.2rem;
	}

	.c-works__inner-body-btn {
		margin-top: 3.5rem;
	}

}



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

 c-news

***********************************/
.c-news {

}

.c-news__inner {
	padding: 8rem 0 11rem;
}

.c-news__inner-content {
	display: flex;
	justify-content: space-between;
	max-width: 117rem;
	margin: 0 auto;
}

.c-news__inner-content-side {
	width: 35rem;
	padding: 5rem 3rem;
	background: #edf9f7;
}

.c-news__inner-content-side ul {
	margin-bottom: 3.5rem;
	font-weight: bold;
}

.c-news__inner-content-side ul li {
	margin-bottom: 1.5em;
	text-align: center;
}

.c-news__inner-content-side ul li:last-child {
	margin-bottom: 0;
}

.c-news__inner-content-side ul li a {
	color: #01aa92;
}

.c-news__inner-content-side-btn {
	text-align: center;
}

.c-news__inner-content-side-btn a {
	display: inline-block;
	width: 25rem;
	padding: 1rem 0;
	color: #01aa92;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
	border: 1px solid #a6e1d9;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.c-news__inner-content-side-btn a:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.2rem;
	margin-right: 2rem;
	background: url(images/common/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-news__inner-content-main {
	width: 76rem;
}

.c-news__inner-content-main-list {

}

.c-news__inner-content-main-list-sec {
	border-bottom: 1px solid #dddddd;
}

.c-news__inner-content-main-list-sec a {
	display: flex;
	justify-content: space-between;
	padding: 4rem 0;
}

.c-news__inner-content-main-list-sec:first-child a {
	padding-top: 0;
}

.c-news__inner-content-main-list-sec .pic {
	width: 18rem;
	height: 10rem;
	margin-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-news__inner-content-main-list-sec .pic.noimage:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	pointer-events: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-news__inner-content-main-list-sec .content {
	flex: 1;
}

.c-news__inner-content-main-list-sec .content .meta {
	display: flex;
	line-height: 1.6;
}

.c-news__inner-content-main-list-sec .content .meta .cate {
	margin-right: 2rem;
	color: #01aa92;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-news__inner-content-main-list-sec .content .meta .date {
	color: #bababa;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-news__inner-content-main-list-sec .content .ttl {
	margin-top: .8em;
}

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

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

	.c-news__inner-content {
		display: block;
		max-width: none;
	}

	.c-news__inner-content-side {
		width: auto;
		padding: 0;
		margin-bottom: 2.5rem;
		background: none;
	}

	.c-news__inner-content-side ul {
		display: flex;
		flex-wrap: wrap;
		margin: -.25rem -.75rem;
	}

	.c-news__inner-content-side ul li {
		margin: .25rem .75rem;
		text-align: center;
	}

	.c-news__inner-content-side ul li:last-child {
		margin: .25rem .75rem;
	}

	.c-news__inner-content-main {
		width: auto;
	}

	.c-news__inner-content-main-list {

	}

	.c-news__inner-content-main-list-sec {
		border-bottom: 1px solid #dddddd;
	}

	.c-news__inner-content-main-list-sec a {
		padding: 2rem 0;
	}

	.c-news__inner-content-main-list-sec:first-child a {
		padding-top: 0;
	}

	.c-news__inner-content-main-list-sec .pic {
		width: 9rem;
		height: 5rem;
		margin-right: 2rem;
	}

	.c-news__inner-content-main-list-sec .content .meta {
		display: flex;
		line-height: 1.6;
	}

	.c-news__inner-content-main-list-sec .content .meta .cate {
		margin-right: 1.2rem;
		font-size: .9rem;
	}

	.c-news__inner-content-main-list-sec .content .meta .date {
		font-size: .9rem;
	}

	.c-news__inner-content-main-list-sec .content .ttl {
		margin-top: .5em;
		font-size: 1.2rem;
	}

}



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

 c-cv

***********************************/
.c-cv {
	display: flex;
}

.c-cv__tel {
	width: 50%;
	padding: 5.5rem 0 6rem;
	background: #000000;
}

.c-cv__tel-ttl {
	margin-bottom: 3rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-cv__tel-box {
}

.c-cv__tel-box .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50rem;
	padding: .9rem 0;
	margin: 0 auto;
	border: 1px solid #666666;
	border-radius: 100px;
}

.c-cv__tel-box .inner .num {
	margin-right: 1.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: .2em;
	white-space: nowrap;
}

.c-cv__tel-box .inner .time {
	color: #fff;
	font-size: 1.2rem;
}

.c-cv__form {
	width: 50%;
	padding: 5.5rem 0 6rem;
	background: #02aa93;
}

.c-cv__form-ttl {
	margin-bottom: 3rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-cv__form-btn {
	text-align: center;
}

.c-cv__form-btn a {
	display: inline-block;
	width: 50rem;
	padding: 1.3rem 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
	border: 1px solid #ffffff;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.c-cv__form-btn a:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.2rem;
	margin-right: 3rem;
	background: url(images/common/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:767px){
	.c-cv {
		display: block;
	}

	.c-cv__tel {
		width: auto;
		padding: 2.5rem 0 3rem;
	}

	.c-cv__tel-ttl {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
	}

	.c-cv__tel-box {
	}

	.c-cv__tel-box .inner {
		display: block;
		width: 25rem;
		padding: .5rem 0;
		border-radius: 200px;
	}

	.c-cv__tel-box .inner .num {
		margin-right: 0;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.6;
	}

	.c-cv__tel-box .inner .time {
		font-size: .9rem;
		text-align: center;
	}

	.c-cv__form {
		width: auto;
		padding: 2.5rem 0 3rem;
	}

	.c-cv__form-ttl {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
	}

	.c-cv__form-btn {
		text-align: center;
	}

	.c-cv__form-btn a {
		width: 25rem;
		padding: 1rem 0;
		font-size: 1.1rem;
	}

	.c-cv__form-btn a:before {
		width: 1.05rem;
		height: .85rem;
		margin-right: 2rem;
	}

}


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

 c-company-page

***********************************/
.c-company-page {

}

.c-company-page__inner {
	padding: 11rem 0 12rem;
}

.c-company-page__inner-content {
	width: 100rem;
	margin: 0 auto;
}

.c-company-page__inner-content dl {
	display: flex;
	padding: 3rem 0;
	line-height: 1.8;
	border-bottom: 1px solid #dddddd;
}

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

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

.c-company-page__inner-content dl dd {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 3rem;
}

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

	.c-company-page__inner {
		padding: 4rem 0 4rem;
	}

	.c-company-page__inner-content {
		width: auto;
	}

	.c-company-page__inner-content dl {
		display: block;
		padding: 1.5rem 0;
		line-height: 1.8;
		border-bottom: 1px solid #dddddd;
	}

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

	.c-company-page__inner-content dl dt {
		display: block;
		width: auto;
		padding-right: 0;
		margin-bottom: .5em;
		text-align: center;
		border-right: none;
	}

	.c-company-page__inner-content dl dd {
		display: block;
		padding-left: 0;
		text-align: center;
	}
}


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

 c-services-page

***********************************/
.c-services-page {

}

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

}

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

 c-price

***********************************/
.c-price {
}

.c-price__inner {
	width: 1000px;
	padding: 8rem 0 4rem;
}

.c-price__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 4rem;
}

.c-price__inner-list {
	display: flex;
	justify-content: space-between;
}

.c-price__inner-list-sec {
	width: 30%;
	padding: 2.4% 3.5%;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
}

.c-price__inner-list-sec .ttl {
	margin-top: -.3em;
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-price__inner-list-sec .price {
	color: #03aa94;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.c-price__inner-list-sec .price .Oswald {
	font-size: 3.6rem;
	font-weight: normal;
}

.c-price__inner-list-sec .model {
	padding: .7rem 1rem;
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
	background-color: #ecf9f8;
	border-radius: 1rem;
}

.c-price__inner-note {
	margin-top: 2rem;
	font-size: 1.2rem;
}

@media screen and (max-width:767px){
	.c-price {
		padding: 0 4.666666666666667%;
	}

	.c-price__inner {
		padding: 3.8rem 0 1.8rem;
	}

	.c-price__inner-txt01 {
		margin-top: -.25em;
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}

	.c-price__inner-list {
		display: flex;
		justify-content: space-between;
		margin: 0 -3.088235294117647%;
	}

	.c-price__inner-list-sec {
		width: 33.333334%;
		padding: 4.847645429362881% 2.770083102493075%;
		border: 1px solid #dddddd;
		border-radius: 1rem;
	}

	.c-price__inner-list-sec:nth-child(1) {
		border-radius: 1rem 0 0 1rem;
	}

	.c-price__inner-list-sec:nth-child(2) {
		border-radius: 0;
	}

	.c-price__inner-list-sec:nth-child(3) {
		border-radius: 0 1rem 1rem 0;
	}

	.c-price__inner-list-sec .ttl {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}

	.c-price__inner-list-sec .price {
		font-size: 1.7rem;
	}

	.c-price__inner-list-sec .price .Oswald {
		font-size: 2.3rem;
	}

	.c-price__inner-list-sec .model {
		padding: .6rem .5rem;
		margin-top: 1.2rem;
		font-size: 1.2rem;
		line-height: 1.6;
		border-radius: .6rem;
	}

	.c-price__inner-note {
		margin-top: 1.2rem;
		font-size: 1.1rem;
	}
}


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

 c-feature

***********************************/
.c-feature {

}

.c-feature__inner {
	width: 1000px;
	padding: 4rem 0 3.5rem;
}

.c-feature__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 5rem;
}

.c-feature__inner-list {
	display: flex;
	justify-content: space-between;
}

.c-feature__inner-list-sec {
	width: 30%;
	padding: 4rem 3.8% 2%;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

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

.c-feature__inner-list-sec .icon {
	padding: 2rem;
	text-align: center;
	background: #ecf9f8;
	border-radius: 1.5rem;
}

.c-feature__inner-list-sec .icon img {
	width: 6.4rem;
}

.c-feature__inner-list-sec .ttl {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-feature__inner-maintenance {
	margin-top: 6rem;
}

.c-feature__inner-maintenance .box {
	padding: 3rem 3rem;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
}

.c-feature__inner-maintenance .box .txt01 {
	margin-top: -.5em;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-feature__inner-maintenance .box .txt01 .large {
	font-size: 2.8rem;
}

.c-feature__inner-maintenance .box .txt01 .Oswald {
	font-size: 3.2rem;
}

.c-feature__inner-maintenance .box .txt02 {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1.5rem;
	text-align: center;
}

@media screen and (max-width:767px){
	.c-feature {
		padding: 0 4.666666666666667%;
	}

	.c-feature__inner {
		padding: 1.8rem 0 1.8rem;
	}

	.c-feature__inner-txt01 {
		margin-top: -.25em;
		margin-bottom: 30px;
		font-size: 1.4rem;
	}

	.c-feature__inner-list {
		display: block;
	}

	.c-feature__inner-list-sec {
		width: 70.588235294117647%;
		padding: 25px 5.735294117647059% 3%;
		margin: 0 auto 42px;
		border: 1px solid #dddddd;
		border-radius: 10px;
	}

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

	.c-feature__inner-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		border-radius: 6px;
	}

	.c-feature__inner-list-sec .icon {
		padding: 10px;
		border-radius: 8px;
	}

	.c-feature__inner-list-sec .icon img {
		width: 38px;
	}

	.c-feature__inner-list-sec .ttl {
		margin-top: 8px;
		font-size: 16px;
	}

	.c-feature__inner-maintenance {
		width: 70.588235294117647%;
		margin: 30px auto 0;
	}

	.c-feature__inner-maintenance .box {
		padding: 15px 4.411764705882353%;
		border: 2px solid #dddddd;
		border-radius: 10px;
	}

	.c-feature__inner-maintenance .box .txt01 {
		margin-top: -.25em;
		font-size: 14px;
	}

	.c-feature__inner-maintenance .box .txt01 .large {
		font-size: 16px;
	}

	.c-feature__inner-maintenance .box .txt01 .Oswald {
		font-size: 18px;
	}

	.c-feature__inner-maintenance .box .txt02 {
		margin-top: 10px;
		font-size: 11px;
	}
}



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

 c-flow

***********************************/
.c-flow {

}

.c-flow__inner {
	width: 1000px;
	padding: 3.5rem 0;
}

.c-flow__inner-list {
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
}

.c-flow__inner-list-sec {
	width: 22%;
	padding: 4rem 2.3% 2%;
	border: .2rem solid #dddddd;
	background-color: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

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

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 1.4rem;
	height: 2.1rem;
	background: url(images/services/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.c-flow__inner-list-sec .num {
	padding: .5rem 1.2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #02aa93;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list-sec .icon {
	padding: 2rem;
	text-align: center;
	background: #ecf9f8;
	border-radius: 1rem;
}

.c-flow__inner-list-sec .icon img {
	width: 5.8rem;
}

.c-flow__inner-list-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .75em;
	margin-bottom: .25em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-flow__inner-list-sec .txt01 {

}

.c-flow__inner-list-sec .note {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1em;
	font-size: 1.2rem;
}

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

	/*.c-flow__inner-list-sec:before {*/
		/*width: 1.273vw;*/
		/*height: 1.909vw;*/
		/*right: -2.727vw;*/
	/*}*/
}

@media screen and (max-width:767px){
	.c-flow {
		padding: 0 4.666666666666667%;
	}

	.c-flow__inner {
		padding: 1.8rem 0;
	}

	.c-flow__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 2rem;
		margin-bottom: -4.2rem;
	}

	.c-flow__inner-list-sec {
		width: 45.588235294117647%;
		padding: 25px 4.264705882352941% 2.941176470588235%;
		margin-bottom: 4.2rem;
		border: 1px solid #dddddd;
		border-radius: 1rem;
	}

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

	.c-flow__inner-list-sec:before {
		width: 2.933vw;
		height: 4.267vw;
		right: -6.133vw;
	}

	.c-flow__inner-list-sec:nth-child(2):before,
	.c-flow__inner-list-sec:last-child:before {
		display: none;
	}

	.c-flow__inner-list-sec .num {
		padding: .3rem .8rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}

	.c-flow__inner-list-sec .icon {
		padding: 1rem;
		border-radius: .6rem;
	}

	.c-flow__inner-list-sec .icon img {
		width: 3.5rem;
	}

	.c-flow__inner-list-sec .ttl {
		margin-top: .5em;
		margin-bottom: .1em;
		font-size: 1.6rem;
	}

	.c-flow__inner-list-sec .txt01 {

	}

	.c-flow__inner-list-sec .note {
		margin-top: .5em;
		font-size: 1.1rem;
	}
}

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

 c-maker

***********************************/
.c-maker {

}

.c-maker__inner {
	width: 1000px;
	padding: 3.5rem 0;
}

.c-maker__inner-sec {
	margin-bottom: 5rem;
}

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

.c-maker__inner-sec .ttl {

}

.c-maker__inner-sec .list {
	padding: 3%;
	background: #ecf9f8;
	border-radius: 2rem;
}

.c-maker__inner-sec .list ul {
	display: flex;
	justify-content: space-between;
}

.c-maker__inner-sec .list ul li {
	width: 10.638297872340426%;
	padding: .9rem 0 .9rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 1rem;
}

.c-maker__inner-sec .list ul li .pic {
	width: 91.836734693877551%;
	margin: 0 auto;
	text-align: center;
}

.c-maker__inner-sec .list ul li .txt01 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 .5em;
	margin-top: .5em;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	/*.c-maker__inner-sec .list ul li {*/
		/*padding: 0.818vw 0 0.818vw;*/
		/*border-radius: 0.909vw;*/
	/*}*/

	/*.c-maker__inner-sec .list ul li .txt01 {*/
		/*font-size: 1.182vw;*/
	/*}*/

/*}*/

@media screen and (max-width:767px){
	.c-maker {
		padding: 0 4.666666666666667%;
	}

	.c-maker__inner {
		padding: 1.8rem 0;
	}

	.c-maker__inner-sec {
		margin-bottom: 3rem;
	}

	.c-maker__inner-sec .list {
		padding: 2.941176470588235%;
		border-radius: 1rem;
	}

	.c-maker__inner-sec .list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -3.125%;
	}

	.c-maker__inner-sec .list ul li {
		width: 22.65625%;
		padding: .5rem 0 .5rem;
		margin-bottom: 3.125%;
		border-radius: .6rem;
	}

	.c-maker__inner-sec .list ul li .pic {
		width: 63.85%;
		margin: 0 auto;
		text-align: center;
	}

	.c-maker__inner-sec .list ul li .txt01 {
		padding: 0 .5em;
		margin-top: .5em;
		font-size: 1.1rem;
	}
}

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

 c-area

***********************************/
.c-area {

}

.c-area__inner {
	width: 1000px;
	padding: 3.5rem 0;
}

.c-area__inner-sec {
	margin-bottom: 4rem;
}

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

.c-area__inner-sec .ttl {
}

.c-area__inner-sec .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% -3.846153846153846%;
}

.c-area__inner-sec .list .sec {
	width: 25%;
	padding: 0 1.923076923076923%;
	margin-bottom: 3.846153846153846%;
}

.c-area__inner-sec .list .sec .pref {
	padding: 1.6rem 1rem;
	font-weight: bold;
	text-align: center;
	background-color: #ecf9f8;
	border-radius: 2rem;
}

.c-area__inner-sec .list .sec ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1.8rem;
	line-height: 1.6;
}

.c-area__inner-sec .list .sec ul li {
}

.c-area__inner-sec .txt01 {
}

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

	.c-area {
		padding: 0 4.666666666666667%;
	}

	.c-area__inner {
		padding: 1.8rem 0;
	}

	.c-area__inner-sec {
		margin-bottom: 2rem;
	}

	.c-area__inner-sec .ttl {
	}

	.c-area__inner-sec .list {
		justify-content: center;
		margin: 0 -2.941176470588235% -20px;
	}

	.c-area__inner-sec .list .sec {
		width: 33.333334%;
		padding: 0 2.777777777777778%;
		margin-bottom: 2rem;
	}

	.c-area__inner-sec .list.col4 .sec:nth-child(odd) {
		margin-left: 16.666666666666667%;
	}

	.c-area__inner-sec .list.col4 .sec:nth-child(even) {
		margin-right: 16.666666666666667%;
	}

	.c-area__inner-sec .list .sec .pref {
		padding: .6rem .5rem;
		font-size: 1.4rem;
		border-radius: 1rem;
	}

	.c-area__inner-sec .list .sec ul {
		margin-top: .8rem;
		font-size: 1.4rem;
	}

	.c-area__inner-sec .list .sec ul li {
	}

	.c-area__inner-sec .txt01 {
	}
}


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

 c-payment

***********************************/
.c-payment {

}

.c-payment__inner {
	width: 1000px;
	padding: 3.5rem 0;
}

.c-payment__inner-top {
	display: flex;
	justify-content: space-between;
}

.c-payment__inner-top-sec {
	width: 48%;
	padding: 2.8%;
	background-color: #fff;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
}

.c-payment__inner-top-sec .c-title02 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}

.c-payment__inner-top-sec .sec {
	margin-bottom: 2.5rem;
}

.c-payment__inner-top-sec .sec:last-child {
	margin-bottom: 0;
}

.c-payment__inner-top-sec .sec .ttl {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-payment__inner-top-sec .sec .logo01 {
	width: 72.619047619047619%;
	margin: 0 auto;
	text-align: center;
}

.c-payment__inner-top-sec .sec .logo02 {
	width: 66.428571428571429%;
	margin: 0 auto;
	text-align: center;
}

.c-payment__inner-top-sec .sec .txt01 {
	margin-bottom: 2rem;
	letter-spacing: normal;
}

.c-payment__inner-top-sec .sec .pic {
	width: 91.19047619047619%;
	margin: 0 auto;
	text-align: center;
}

.c-payment__inner-cancel {
	margin-top: 5rem;
}

.c-payment__inner-cancel-table {
	width: 100%;
	border-spacing: 0;
}

.c-payment__inner-cancel-table table {
	width: 100%;
	border-spacing: 0;
}

.c-payment__inner-cancel-table table tr th {
	width: 50%;
	padding: 1.4rem 1.5rem;
	font-weight: bold;
	text-align: center;
	background-color: #ecf9f8;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-payment__inner-cancel-table table tr:first-child th {
	border-top: 1px solid #dddddd;
	border-radius: 1.5rem 0 0 0;
}

.c-payment__inner-cancel-table table tr:last-child th {
	border-radius: 0 0 0 1.5rem;
}

.c-payment__inner-cancel-table table tr td {
	width: 50%;
	padding: 1.4rem 1.5rem;
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-payment__inner-cancel-table table tr:first-child td {
	border-top: 1px solid #dddddd;
	border-radius: 0 1.5rem 0 0;
}

.c-payment__inner-cancel-table table tr:last-child td {
	border-radius: 0 0 1.5rem 0;
}

.c-payment__inner-cancel-note {
	margin-top: 1.5rem;
	font-size: 1.4rem;
}

.c-payment__inner-cancel-note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

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

	.c-payment {
		padding: 0 4.666666666666667%;
	}

	.c-payment__inner {
		padding: 1.8rem 0;
	}

	.c-payment__inner-top {
		display: block;
	}

	.c-payment__inner-top-sec {
		width: auto;
		padding: 4.117647058823529% 4.117647058823529% 5.882352941176471%;
		margin-bottom: 3rem;
		background-color: #fff;
		border: .2rem solid #dddddd;
		border-radius: 1rem;
	}

	.c-payment__inner-top-sec:last-child {
		margin-bottom: 0;
	}

	.c-payment__inner-top-sec .c-title02 {
		display: block;
		margin-bottom: 1.2rem;
	}

	.c-payment__inner-top-sec .c-title03 {
		letter-spacing: .07em;
	}

	.c-payment__inner-top-sec .sec {
		margin-bottom: 1.5rem;
	}

	.c-payment__inner-top-sec .sec .ttl {
		margin-bottom: .8rem;
		font-size: 1.4rem;
	}

	.c-payment__inner-top-sec .sec .logo01 {
		width: 73.870967741935484%;
	}

	.c-payment__inner-top-sec .sec .logo02 {
		width: 67.741935483870968%;
	}

	.c-payment__inner-top-sec .sec .txt01 {
		margin-bottom: 1.5rem;
		letter-spacing: normal;
		font-size: 1.4rem;
	}

	.c-payment__inner-top-sec .sec .pic {
		width: auto;
	}

	.c-payment__inner-cancel {
		margin-top: 3rem;
	}

	.c-payment__inner-cancel-table table {
		width: 100%;
		border-spacing: 0;
	}

	.c-payment__inner-cancel-table table tr th {
		padding: .7rem .8rem;
		font-size: 1.2rem;
	}

	.c-payment__inner-cancel-table table tr:first-child th {
		border-radius: .8rem 0 0 0;
	}

	.c-payment__inner-cancel-table table tr:last-child th {
		border-radius: 0 0 0 .8rem;
	}

	.c-payment__inner-cancel-table table tr td {
		padding: .7rem .8rem;
		font-size: 1.2rem;
	}

	.c-payment__inner-cancel-table table tr:first-child td {
		border-radius: 0 .8rem 0 0;
	}

	.c-payment__inner-cancel-table table tr:last-child td {
		border-radius: 0 0 .8rem 0;
	}

	.c-payment__inner-cancel-note {
		margin-top: 1rem;
		font-size: 1.1rem;
	}
}


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

 c-others

***********************************/
.c-others {
}

.c-others__inner {
	width: 1000px;
	padding: 3.5rem 0 11rem;
}

.c-others__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 3rem;
}

.c-others__inner-list-head {
}

.c-others__inner-list-head ul {
	display: flex;
	width: 100%;
}

.c-others__inner-list-head ul li {
	width: 50%;
	padding: 1.4rem 1rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background-color: #02aa93;
	border-right: 1px solid #03c0a9;
	line-height: 1.6;
}

.c-others__inner-list-head ul li:first-child {
	border-radius: 2rem 0 0 0;
}

.c-others__inner-list-head ul li:last-child {
	border-radius: 0 2rem 0 0;
	border-right: 1px solid #02aa93;
}

.c-others__inner-list-body {
	background-color: #fff;
	border-left: .2rem solid #dddddd;
	border-right: .2rem solid #dddddd;
	border-bottom: .2rem solid #dddddd;
	border-radius: 0 0 2rem 2rem;
}

.c-others__inner-list-body dl {
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.c-others__inner-list-body dl:last-child {
	border-bottom: none;
}

.c-others__inner-list-body dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 1.5rem 1.5rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-others__inner-list-body dl dt:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 3rem);
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-others__inner-list-body dl dt .block {
	display: block;
}

.c-others__inner-list-body dl dt .small {
	font-size: 1.2rem;
}

.c-others__inner-list-body dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 1.5rem 1.5rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-others__inner-list-body dl dd .block {
	display: block;
}

.c-others__inner-note {
	margin-top: 2rem;
	font-size: 1.2rem;
}

@media screen and (max-width:767px){
	.c-others {
		padding: 0 4.666666666666667%;
	}

	.c-others__inner {
		padding: 1.8rem 0 4rem;
	}

	.c-others__inner-txt01 {
		margin-top: 0;
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}

	.c-others__inner-list {
		margin: 0 -5.147058823529412%;
	}

	.c-others__inner-list-head ul li {
		padding: .7rem .5rem;
		font-size: 1.4rem;
	}

	.c-others__inner-list-head ul li:first-child {
		border-radius: 0;
	}

	.c-others__inner-list-head ul li:last-child {
		border-radius: 0;
	}

	.c-others__inner-list-body {
		border-radius: 0;
	}

	.c-others__inner-list-body dl {
		letter-spacing: normal;
	}

	.c-others__inner-list-body dl dt {
		width: 50%;
		padding: .5rem .5rem;
		font-size: 1.2rem;
	}

	.c-others__inner-list-body dl dt:before {
		height: 100%;
	}

	.c-others__inner-list-body dl dt .small {
		font-size: 1rem;
	}

	.c-others__inner-list-body dl dd {
		padding: .5rem .5rem;
		font-size: 1.5rem;
	}

	.c-others__inner-note {
		margin-top: 1.2rem;
		font-size: 1.1rem;
	}

}


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

 c-contact-page

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

}

.c-contact-page__inner {
	width: 1000px;
	padding: 7rem 0 12rem;
}

.c-contact-page__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 4rem;
	text-align: center;
}

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

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

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

	.c-contact-page__inner {
		width: 1000px;
		padding: 4rem 0 4rem;
	}


	.c-contact-page__inner .c-title02 {
		font-size: 1.5rem;
	}

	.c-contact-page__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 2.5rem;
		text-align: left;
	}

	.c-contact-page__inner-content {
		padding: 2px 4.833333333333333% 9.558823529411765%;
		margin: 0 -6.666666666666667%;
		background-color: #fff;
		border-radius: .6rem;
		box-shadow: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

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




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

 c-single

***********************************/
.c-single {

}

.c-single__inner {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	padding: 11rem 0 12rem;
}

.c-single__inner-main {
	width: 68%;
}

.c-single__inner-side {
	width: 24%;
}

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

	.c-single__inner {
		display: block;
		width: auto;
		padding: 4rem 0 4rem;
	}

	.c-single__inner-main {
		width: auto;
	}

	.c-single__inner-side {
		width: auto;
		margin-top: 4rem;
	}

}




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

 c-archive

***********************************/
.c-archive {

}

.c-archive__inner {
	display: flex;
	justify-content: space-between;
	padding: 11rem 0 12rem;
}

.c-archive__inner-main {
	width: 75.833333333333333%;
}

.c-archive__inner-side {
	width: 20%;
}

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

	.c-archive__inner {
		display: block;
		width: auto;
		padding: 4rem 0 4rem;
	}

	.c-archive__inner-main {
		width: auto;
	}

	.c-archive__inner-side {
		width: auto;
		margin-top: 4rem;
	}

}


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

 c-widget

***********************************/
.c-widget {
	margin-bottom: 5rem;
}

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

.c-widget__ttl {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.c-widget__list {
	padding: 0 2rem;
	line-height: 1.5;
	border-radius: 0;
	background-color: #f6f6f6;
	overflow: hidden;
}

.c-widget__list li {
	border-bottom: 1px solid #dddddd;
}

.c-widget__list li:last-child {
	border-bottom: none;
}

.c-widget__list li a {
	display: block;
	padding: 1.8rem 2rem 1.8rem 0;
	position: relative;
	z-index: 1;
}

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

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

.c-widget__select:before {
	content: "";
	display: block;
	width: 1rem;
	height: .6rem;
	background: url(images/common/icon_arr04.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}

.c-widget__select select {
	width: 100%;
	height: auto;
	padding: 1.8rem 2rem;
	color: #000000;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	background: #f6f6f6;
	border: none;
	border-radius: 0;
	appearance: none;
	outline: none;
}

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

	.c-widget {
		margin-bottom: 3rem;
	}

	.c-widget__ttl {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
	}

	.c-widget__list {
		padding: 0 1.5rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}

	.c-widget__list li a {
		display: block;
		padding: 1.3rem 2rem 1.3rem 0;
		position: relative;
		z-index: 1;
	}

	.c-widget__list li a:before {
		width: .5rem;
		height: .9rem;
		background: url(images/common/icon_arr03.png) no-repeat center / contain;
	}

	.c-widget__select:before {
		width: .9rem;
		height: .5rem;
		background: url(images/common/icon_arr04.png) no-repeat center / contain;
		right: 1.5rem;
	}

	.c-widget__select select {
		padding: 1.3rem 2rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}
}


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

 c-single-body

***********************************/
.c-single-body {

}

.c-single-body__ttl {
	margin-bottom: .8em;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .07em;
}

.c-single-body__date {
	margin-bottom: 2.5rem;
	color: #bababa;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.6;
}

.c-single-body__works {
	margin-bottom: 4rem;
}

.c-single-body__works .pic {
	position: relative;
	z-index: 1;
}

.c-single-body__works .pic.noimage:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	pointer-events: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-single-body__works .pic img {
	max-width: none;
	width: 100%;
}

.c-single-body__works .meta {
	display: flex;
	margin-top: -2.1rem;
	position: relative;
	z-index: 1;
}

.c-single-body__works .meta .date {
	padding: .7rem 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	background: #02aa93;
}

.c-single-body__works .meta .pref {
	padding: .7rem 1.5rem;
	color: #000;
	font-size: 1.4rem;
	font-weight: 900;
	background: #ffffff;
}

.c-single-body__works .ttl {
}

.c-single-body__works .ttl span {
	display: inline-block;
	padding: .7rem 1.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	background: #000000;
}

.c-single-body__entry {

}

.c-single-body__navi {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	margin-top: 7rem;
	line-height: 1.5;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-single-body__navi-prev {
	width: 19.5rem;
	padding-right: 3.5rem;
	text-align: right;
}

.c-single-body__navi-prev a {
	padding-left: 2.8rem;
	position: relative;
	z-index: 1;
}

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

.c-single-body__navi-back {
	width: 29.5rem;
	text-align: center;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.c-single-body__navi-next {
	width: 19.5rem;
	padding-left: 3.5rem;
	text-align: left;
}

.c-single-body__navi-next a {
	padding-right: 2.8rem;
	position: relative;
	z-index: 1;
}

.c-single-body__navi-next a:before {
	content: "";
	display: block;
	width: .6rem;
	height: 1rem;
	background: url(images/common/icon_arr05_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

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

	.c-single-body__ttl {
		margin-bottom: .8em;
		font-size: 1.4rem;
	}

	.c-single-body__date {
		margin-bottom: 1.5rem;
		font-size: .9rem;
	}

	.c-single-body__works {
		margin-bottom: 2.5rem;
	}

	.c-single-body__works .pic {

	}

	.c-single-body__works .pic img {
		max-width: none;
		width: 100%;
	}

	.c-single-body__works .meta {
		margin-top: -1.3rem;
	}

	.c-single-body__works .meta .date {
		padding: .4rem .75rem;
		font-size: .9rem;
	}

	.c-single-body__works .meta .pref {
		padding: .4rem .75rem;
		font-size: .9rem;
	}

	.c-single-body__works .ttl {
	}

	.c-single-body__works .ttl span {
		padding: .3rem .75rem;
		font-size: 1.2rem;
	}

	.c-single-body__entry {

	}

	.c-single-body__navi {
		padding: 1.5rem 0;
		margin-top: 3rem;
	}

	.c-single-body__navi-prev {
		width: 29.583333333333335%;
		padding-right: 4%;
		font-size: 1.2rem;
		text-align: right;
	}

	.c-single-body__navi-prev a {
		display: block;
		padding-left: 1.5rem;
		position: relative;
		z-index: 1;
	}

	.c-single-body__navi-prev a:before {
		width: .5rem;
		height: .9rem;
		background: url(images/common/icon_arr05_sp.png) no-repeat center / contain;
	}

	.c-single-body__navi-back {
		width: 40.833333333333333%;
		font-size: 1.1rem;
	}

	.c-single-body__navi-next {
		width: 29.583333333333335%;
		padding-left: 4%;
		font-size: 1.2rem;
		text-align: left;
	}

	.c-single-body__navi-next a {
		display: block;
		padding-right: 1.5rem;
		position: relative;
		z-index: 1;
	}

	.c-single-body__navi-next a:before {
		width: .5rem;
		height: .9rem;
		background: url(images/common/icon_arr05_sp.png) no-repeat center / contain;
	}

}


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

 c-archive__inner-main-list

***********************************/
.c-archive__inner-main-wrap {
	overflow: hidden;
}

.c-archive__inner-main-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5rem -91px;
}

.c-archive__inner-main-list:after {
	content: "";
	display: block;
	width: 33.33334%;
}

.c-archive__inner-main-list-sec {
	width: 33.33334%;
	padding: 0 2.5rem 4rem;
	margin-bottom: 5rem;
	border-bottom: 1px solid #eeeeee;
}

.c-archive__inner-main-list-sec a {
	display: block;
}

.c-archive__inner-main-list-sec .pic {
	height: 14.9rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}

.c-archive__inner-main-list-sec .pic.noimage:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-archive__inner-main-list-sec .meta {
	display: flex;
}

.c-archive__inner-main-list-sec .meta .cate {
	margin-right: 1.5rem;
	color: #00aa92;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-archive__inner-main-list-sec .meta .date {
	color: #b9b9b9;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-archive__inner-main-list-sec .ttl {
	margin-top: .6em;
	line-height: 1.8;
}

@media screen and (max-width:767px){
	.c-archive__inner-main-wrap {
		overflow: hidden;
	}

	.c-archive__inner-main-list {
		display: block;
		margin: 0;
	}

	.c-archive__inner-main-list:after {
		display: none;
	}

	.c-archive__inner-main-list-sec {
		width: auto;
		padding: 0 0 2rem 0;
		margin-bottom: 2.5rem;
	}

	.c-archive__inner-main-list-sec.last,
	.c-archive__inner-main-list-sec:last-child {
		/*padding: 0;*/
		margin-bottom: 0;
	}

	.c-archive__inner-main-list-sec a {
		display: block;
	}

	.c-archive__inner-main-list-sec .pic {
		height: 44.266666666666667vw;
		margin-bottom: 1.2rem;
	}

	.c-archive__inner-main-list-sec .meta {
		display: flex;
	}

	.c-archive__inner-main-list-sec .meta .cate {
		margin-right: 1.2rem;
		font-size: .9rem;
	}

	.c-archive__inner-main-list-sec .meta .date {
		font-size: .9rem;
	}

	.c-archive__inner-main-list-sec .ttl {
		margin-top: .6em;
		font-size: 1.2rem;
	}

}


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

 c-404

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

}

.c-404__inner {
	padding: 11rem 0 12rem;
}

.c-404__inner-content {
	width: 100rem;
	margin: 0 auto;
}

.c-404__inner-content-txt01 {

}

.c-404__inner-content-btn {
	margin-top: 5rem;
	text-align: center;
}

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

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

	.c-404__inner-content {
		width: auto;
	}

	.c-404__inner-content-btn {
		margin-top: 2.5rem;
	}

}


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

 xxx

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

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

}


