/*
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: .1em;
	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: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 5rem;
	padding: .5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .09em;
	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.6rem;
	font-weight: bold;
	letter-spacing: .09em;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .09em;
	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;
}
.Montserrat {
	font-family: "YakuHanJP", 'Montserrat', sans-serif;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		font-size: 2.66666667vw;
	}
	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.6rem;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.6rem;
		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;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #1969c2 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: 126rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.25rem;
	}
}

/* ---------------------------------------------------------
 投稿スタイル
--------------------------------------------------------- */
.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;
}
.entry_content h1,
.entry_content h2 {
	padding: 1.2rem 2.5rem 1.2rem 2.5rem;
	margin: 5rem 0 1.1em 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	border-radius: 1.2rem;
	background: #534b50;
	position: relative;
	z-index: 1;
}
.entry_content h1:before,
.entry_content h2:before {
	content: "";
	display: block;
	width: .3rem;
	height: 1.2rem;
	background-color: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h3 {
	padding: 1.1rem 1.5rem 1.1rem 3.3rem;
	margin: 5rem 0 1.1em 0;
	font-size: 1.8rem;
	line-height: 1.5;
	border: .2rem solid #dedcde;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}
.entry_content h3:before {
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	background-color: #534b50;
	border-radius: .2rem;
	position: absolute;
	top: 50%;
	left: 1.6rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h4 {
	margin: 5rem 0 .11em 0;
	font-size: 1.6rem;
}
.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: #524b50;
	text-decoration: none;
}
.entry_content a:hover {
	text-decoration: underline;
}
.entry_content blockquote {
	padding: 0 0 0 1.7rem;
	margin: 0 0 2.8rem 0;
}
.entry_content blockquote p {
	margin: 0;
}
.entry_content ul {
	margin: 1.5em 0 1.666666666666667em;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry_content ul li {
	padding: 0.5625em 1.5rem 0.5625em 4.5rem;
	margin-bottom: 2rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
	position: relative;
	z-index: 1;
}
.entry_content ul li:after {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	margin-top: 1.2em;
	border: .4rem solid #534b50;
	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 4rem;
}
.entry_content code {
}
.entry_content pre {
	margin: 0 0 1em;
	padding: 1rem 2.5rem 1rem;
	word-wrap: break-word;
	overflow: auto;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
}
.entry_content p {
	margin: 1em 0 1.4em;
}
.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: 1.4rem .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: 1rem 0 0 0;
}
.entry_content table tr:first-child th,
.entry_content table tr:first-child td {
	border-top: .2rem #dddddd solid;
}
.entry_content table tr th:first-child,
.entry_content table tr td:first-child {
	border-left: .2rem #dddddd solid;
}
.entry_content table tr:first-child th:last-child,
.entry_content table tr:first-child td:last-child {
	border-top: .2rem #dddddd solid;
	border-radius: 0 1rem 0 0;
}
.entry_content table tr th:last-child,
.entry_content table tr td:last-child {
	border-right: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:first-child,
.entry_content table tr:last-child td:first-child {
	border-left: .2rem #dddddd solid;
	border-radius: 0 0 0 10px;
}
.entry_content table tr:last-child th,
.entry_content table tr:last-child td {
	border-bottom: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:last-child,
.entry_content table tr:last-child td:last-child {
	border-right: .2rem #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: 1rem 0 0 0 !important;
}
.entry_content table thead tr th:last-child,
.entry_content table thead tr td:last-child {
	border-radius: 0 1rem 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: 3.5rem;
	margin-bottom: 3.5rem;
}
.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: 1.5rem 2.5rem;
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
}

.entry_content .wp-block-embed__wrapper {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	overflow: hidden;
	/*border-radius: 3rem;*/
	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 {
		margin: .6em 0 1em;
	}
	.entry_content h1,
	.entry_content h2 {
		padding: .6rem 1.5rem .6rem 2rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.4rem;
		line-height: 1.6;
		border-radius: .8rem;
	}
	.entry_content h1:before,
	.entry_content h2:before {
		width: .15rem;
		height: .8rem;
		left: 1rem;
	}
	.entry_content h3 {
		padding: .6rem 1.5rem .6rem 1.8rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
		border-radius: 1rem;
		border: .1rem solid #dedcde;
	}
	.entry_content h3:before {
		width: .55rem;
		height: .55rem;
		border-radius: .2rem;
		left: .8rem;
	}
	.entry_content h4 {
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.entry_content figure {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.entry_content img {
		/*border-radius: 20px;*/
	}
	.entry_content table {
		margin: 0 0 1.2em;
		font-size: .9rem;
	}
	.entry_content table th,
	.entry_content table td {
		padding: .9rem .25em;
	}
	.entry_content table tr:first-child th:first-child,
	.entry_content table tr:first-child td:first-child {
		border-radius: .6rem 0 0 0;
	}
	.entry_content table tr:first-child th:last-child,
	.entry_content table tr:first-child td:last-child {
		border-radius: 0 .6rem 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 .6rem;
	}
	.entry_content table tr:last-child th:last-child,
	.entry_content table tr:last-child td:last-child {
		border-radius: 0 0 .6rem 0;
	}
	.entry_content table thead tr th:first-child,
	.entry_content table thead tr td:first-child {
		border-radius: .6rem 0 0 0 !important;
	}
	.entry_content table thead tr th:last-child,
	.entry_content table thead tr td:last-child {
		border-radius: 0 .6rem 0 0 !important;
	}
	.entry_content ul {
		margin: 1em 0 1.666666666666667em;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.entry_content ul li {
		padding: 0.5625em 1.5rem 0.5625em 2.5rem;
		margin-bottom: 1rem;
		border-radius: .8rem;
	}
	.entry_content ul li:after {
		width: .9rem;
		height: .9rem;
		margin-top: 1em;
		border: .3rem solid #534b50;
		left: 1rem;
	}

	.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: 1rem 1rem;
		margin: 1.5rem 0;
		font-size: 1.1rem;
		line-height: 1.5;
		border-radius: .8rem;
	}

	.entry_content .wp-block-embed__wrapper {
		margin-top: 2rem;
		margin-bottom: 2rem;
		/*border-radius: 2rem;*/
	}

}



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

 layout

***********************************/
body {
	height: auto !important;
}

body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}

.l-wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

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

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

	.l-cover {
		display: none !important;
	}
}

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

	.l-main {
		padding-top: 1.75rem;
	}

	.l-pageTop {
		width: 3.1rem;
	}
}





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

 l-humberger

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

	.l-humberger {
		width: 5.5rem;
		height: 5rem;
		position: absolute;
		top: 1.75rem;
		right: 1.75rem;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 5.5rem;
		height: 5rem;
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
	}
	.menu-trigger span {
		position: absolute;
		left: 1.6rem;
		width: 100%;
		height: .2rem;
		background-color: #1969c2;
	}
	.menu-trigger.is-active span {
		background-color: #1969c2;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 2.3rem;
		top: 1.5rem;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 1.3rem;
		top: 2.4rem;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 1.9rem;
		bottom: 1.5rem;
	}

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


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

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100dvh;
		padding: 0 3rem;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: absolute;
		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: 10rem;
		padding-bottom: 5rem;
	}

	.l-drawerMenu__inner ul {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
	}

	.l-drawerMenu__inner ul li {
		margin-top: 3rem;
		font-weight: bold;
	}

	.l-drawerMenu__inner ul li:first-child {
		margin-top: 0;
	}

	.l-drawerMenu__inner ul li a {
		display: block;
		color: #1969c2;
		text-decoration: none;
	}
}


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

 l-header

***********************************/
.l-header {
	width: 100%;
	position: absolute;
	top: 5rem;
	left: 0;
	z-index: 2;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 182rem;
	max-width: 100%;
	margin: 0 auto;
}

.l-header__inner-logo {
	width: 15rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .12em;
}

.l-header__inner-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10.5rem;
	color: #1969c2;
	background: #fff;
}

.l-header__inner-menu {
	display: flex;
	padding-right: 5rem;
}

.l-header__inner-menu .headline {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 11.6rem;
	height: 6rem;
	color: #1969c2;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	background: #fff;
	border-radius: 20rem 0 0 20rem;
}

.l-header__inner-menu nav {
	display: block;
	padding-left: 1.5rem;
	padding-right: 1rem;
	background: #1969c2;
	border-radius: 0 20rem 20rem 0;
}

.l-header__inner-menu nav ul {
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .07em;
}

.l-header__inner-menu nav ul li {
	display: flex;
	align-items: center;
	height: 6rem;
}

.l-header__inner-menu nav ul li a {
	display: block;
	padding: 0 2rem;
	color: #fff;
	border-right: 1px solid #ffffff;
	transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__inner-menu nav ul li a:hover {
	color: #bad2ed;
}

.l-header__inner-menu nav ul li:last-child a {
	border-right: none;
}

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

	.l-header {
		padding: 0 1.75rem;
		position: absolute;
		top: 1.75rem;
	}

	.l-header__inner-logo {
		width: 8.5rem;
		font-size: 1.8rem;
	}

	.l-header__inner-logo a {
		height: 5.75rem;
	}

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

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

 l-footer

***********************************/
.l-footer {
	margin-top: 14rem;
	padding-bottom: 10rem;
}

.l-footer__main {

}

.l-footer__main-inner {
	display: flex;
	justify-content: center;
	gap: 0 10rem;
	padding-top: 8.5rem;
}

.l-footer__main-inner-left {

}

.l-footer__main-inner-left .logo {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .12em;
}

.l-footer__main-inner-left .logo a {
	color: #1969c2;
}

.l-footer__main-inner-left .address {
	margin-top: 3rem;
	font-size: 1.1rem;
	line-height: 2.2;
	letter-spacing: .1em;
}

.l-footer__main-inner-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.l-footer__main-inner-right nav {
	padding-bottom: 3.5rem;
	border-bottom: 1px solid #dddddd;
}

.l-footer__main-inner-right nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
}

.l-footer__main-inner-right nav ul li {

}

.l-footer__main-inner-right .link {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .15em;
}

.l-footer__main-inner-right .link a {
	padding-right: 2rem;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.l-footer__main-inner-right .link a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.4rem;
	background: url(images/common/icon_blank01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-footer__main-inner-right .copy {
	margin-top: 1.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
}

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

	.l-footer {
		margin-top: 4rem;
		padding-bottom: 3rem;
	}

	.l-footer__main {

	}

	.l-footer__main-inner {
		display: block;
		padding-top: 4rem;
	}

	.l-footer__main-inner-left {

	}

	.l-footer__main-inner-left .logo {
		font-size: 1.8rem;
		text-align: center;
	}

	.l-footer__main-inner-left .address {
		margin-top: 1.5rem;
		font-size: 1rem;
	}

	.l-footer__main-inner-right {
		display: block;
		margin-top: 3rem;
	}

	.l-footer__main-inner-right nav {
		padding-bottom: 2.25rem;
		border-bottom: .1rem solid #dddddd;
	}

	.l-footer__main-inner-right nav ul {
		gap: 0 2rem;
		font-size: 1.1rem;
	}

	.l-footer__main-inner-right .link {
		margin-top: 2.25rem;
		font-size: 1rem;
	}

	.l-footer__main-inner-right .link a {
		padding-right: 2rem;
	}

	.l-footer__main-inner-right .link a:before {
		width: 1.35rem;
		height: 1.15rem;
	}

	.l-footer__main-inner-right .copy {
		margin-top: 2.25rem;
		font-size: .9rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	display: flex;
	align-items: flex-end;
}

.c-title01__txt01 {
	display: block;
	margin-right: 3.5rem;
	font-size: 5.6rem;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
}

.c-title01__txt02 {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.4;
}

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

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

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

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

 c-title02

***********************************/
.c-title02 {
	padding: 1.5rem 1.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .12em;
	background: #fff;
	border-top: 2px solid #1969c2;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

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

	.c-title02 {
		padding: 1rem 1.5rem;
		font-size: 1.4rem;
		line-height: 1.6;
		border-top: .15rem solid #1969c2;
		border-left: .1rem solid #ddd;
		border-right: .1rem solid #ddd;
		border-bottom: .1rem solid #ddd;
	}
}

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

 c-sub-hero

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

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

.c-sub-hero__inner__ttl {
	color: #000;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

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

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: inline-block;
	padding: 2.3rem 10rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
	background: #000;
	border: .3rem solid #000;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-btn01:before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1rem;
	background: url(images/common/icon_arr01_w.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2.7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-btn01:hover:before {
	background: url(images/common/icon_arr01_b.png) no-repeat center center / contain;
}

a.c-btn01:hover {
	color: #000;
	background: #fff;
}


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

	a.c-btn01 {
		padding: 1.5rem 5rem;
		font-size: 1.2rem;
		border: .15rem solid #000;
	}

	a.c-btn01:before {
		width: 1.2rem;
		height: .95rem;
		right: 1.35rem;
	}
}

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

 c-form

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

.c-form:before {
}

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

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 38rem;
	padding-right: 4rem;
	color: #1f1f20;
	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 {
	color: #1f1f20;
	font-size: 1.6rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .3rem .7rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

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

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

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

.c-form__content dl dd input[type="text"],
.c-form__content dl dd input[type="search"],
.c-form__content dl dd input[type="tel"],
.c-form__content dl dd input[type="url"],
.c-form__content dl dd input[type="email"],
.c-form__content dl dd input[type="password"],
.c-form__content dl dd input[type="date"],
.c-form__content dl dd input[type="number"] {
	height: 5.4rem;
	padding: .5rem 2rem;
	font-size: 1.6rem;
	border: none;
	background: #eff1f2;
}

.c-form__content dl dd select {
	height: 5.4rem;
	padding: .5rem 1rem .5rem 2rem;
	color: #1f1f20 !important;
	font-size: 1.6rem;
	border: none;
	background: #eff1f2;
}

.c-form__content dl dd textarea {
	padding: 1.5rem 2rem;
	font-size: 1.6rem;
	border: none;
	background: #eff1f2;
}

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

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

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

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

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

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

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

.c-form__privacy-content-scroll p a {
	color: #1f1f1f;
}

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

.c-form__privacy-txt01 span {
	font-weight: bold;
}

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

.c-form__submit {
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
}

.confirm-wrap button:before,
.submit-wrap button:before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1rem;
	background: url(images/common/icon_arr01_w.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 2.7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.confirm-wrap button:hover:before,
.submit-wrap button:hover:before {
	background: url(images/common/icon_arr01_b.png) no-repeat center / contain;
}

.mw_wp_form_confirm .confirm-wrap {
	display: none;
}

.submit-wrap {
	display: none;
	position: relative;
	z-index: 1;
}

.mw_wp_form_confirm .submit-wrap {
	display: block;
}

.back-wrap {
	display: none;
	margin-right: 5rem;
}

.mw_wp_form_confirm .back-wrap {
	display: block;
}

.c-form__submit .confirm,
.c-form__submit .submit {
	display: block;
	color: #fff;
	width: 42rem;
	max-width: 100%;
	padding: 3.2rem 3rem;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 0px;
	background: #000;
	border: .3rem solid #000;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit .confirm:hover,
.c-form__submit .submit:hover {
	color: #000;
	background: #fff;
}

.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__submit .back {
	display: block;
	color: #fff;
	width: 42rem;
	max-width: 100%;
	padding: 3.2rem 3rem;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .12em;
	border-radius: 0px;
	background: #999;
	border: .3rem solid #999;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit .back:hover {
	color: #999;
	background: #fff;
}

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

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

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 2rem 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: flex;
		justify-content: normal;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		margin-right: 1.25rem;
		font-size: 1.6rem;
		text-align: center;
	}

	.c-form__content dl dt .inner .require,
	.c-form__content dl dt .inner .any {
		padding: .2rem .5rem;
		font-size: 1.1rem;
	}

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

	.c-form__content dl dd input[type="text"],
	.c-form__content dl dd input[type="search"],
	.c-form__content dl dd input[type="tel"],
	.c-form__content dl dd input[type="url"],
	.c-form__content dl dd input[type="email"],
	.c-form__content dl dd input[type="password"],
	.c-form__content dl dd input[type="date"],
	.c-form__content dl dd input[type="number"] {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.6rem;
	}

	.c-form__content dl dd select {
		height: 4.4rem;
		padding: .5rem 1rem .5rem 1rem;
		font-size: 1.6rem;
	}

	.c-form__content dl dd textarea {
		padding: 1rem 1rem;
		font-size: 1.6rem;
	}

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

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 2.5rem;
		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: 2rem;
	}

	.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 {
		display: flex;
		justify-content: space-between;
		max-width: 100%;
		margin: 0 auto;
	}

	.back-wrap,
	.submit-wrap {
		width: 47%;
		margin-right: 0;
	}

	.confirm-wrap button:before,
	.submit-wrap button:before {
		width: 1.2rem;
		height: .95rem;
		right: 1.35rem;
	}

	.c-form__submit .confirm,
	.c-form__submit .submit {
		width: 22rem;
		padding: 1.9rem 2.5rem;
		font-size: 1.4rem;
		border: .15rem solid #000;
	}

	.c-form__submit .back {
		width: 22rem;
		padding: 1.9rem 2.5rem;
		font-size: 1.4rem;
		border: .15rem solid #999;
	}

}


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

 c-hero-sub

***********************************/
.c-hero-sub {
}

.c-hero-sub__inner {
	width: 182rem;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-hero-sub__inner-pic {

}

.c-hero-sub__inner-pic img {
	width: 100%;
	max-width: none;
}

.c-hero-sub__inner-box {
	width: 126rem;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-hero-sub__inner-box .ttl {

}

.c-hero-sub__inner-box .ttl__txt01 {
	display: block;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.5;
}

.c-hero-sub__inner-box .ttl__txt02 {
	display: block;
	color: #fff;
	font-size: 150px;
	font-weight: bold;
	line-height: .81;
	letter-spacing: normal;
	white-space: nowrap;
}

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

	.c-hero-sub__inner-box {
		width: 65.625vw;
	}

	.c-hero-sub__inner-box .ttl__txt01 {
		font-size: 1.667vw;
	}

	.c-hero-sub__inner-box .ttl__txt02 {
		font-size: 7.813vw;
	}

}

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

	.c-hero-sub {
		padding: 0 1.75rem;
	}

	.c-hero-sub__inner {
		width: 182rem;
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	.c-hero-sub__inner-pic {

	}

	.c-hero-sub__inner-pic img {
		width: 100%;
		max-width: none;
	}

	.c-hero-sub__inner-box {
		width: 100%;
		padding: 0 1.25rem;
	}

	.c-hero-sub__inner-box .ttl {

	}

	.c-hero-sub__inner-box .ttl__txt01 {
		font-size: 1.6rem;
	}

	.c-hero-sub__inner-box .ttl__txt02 {
		margin-top: .5rem;
		font-size: 3.5rem;
		line-height: .81;
	}

}

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

 c-breadcrumb

***********************************/
.c-breadcrumb {
}

.c-breadcrumb__wrap {
	width: 172rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-breadcrumb__wrap.is-line {
	border-top: 1px solid #ddd;
}

.c-breadcrumb__wrap.is-line-bottom {
	border-bottom: 1px solid #ddd;
}

.c-breadcrumb__wrap-inner {
	padding: 3.4rem 0;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: right;
}

.c-breadcrumb__wrap.is-line .c-breadcrumb__wrap-inner {
	padding: 2.9rem 0;
}

.c-breadcrumb__wrap-inner br {
	display: none;
}

.c-breadcrumb__wrap-inner > span {
	padding-right: 1.8rem;
	margin-right: 1.2rem;
	position: relative;
	z-index: 1;
}

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

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

.c-breadcrumb__wrap-inner a {
	color: #1969c2;
	font-weight: bold;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-breadcrumb__wrap-inner a:hover {
	opacity: .7;
}

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

}


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

 c-completeSec

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

}

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

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

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


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

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

	.c-completeSec__inner .intro {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

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



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

 c-hero

***********************************/
.c-hero {

}

.c-hero__inner {
	width: 182rem;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-hero__inner-pic {

}

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

.c-hero__inner-box {
	position: absolute;
	top: 215px;
	left: 215px;
	z-index: 1;
}

.c-hero__inner-box-ttl {
	font-size: 76px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: .12em;
}

.c-hero__inner-box-txt01 {
	margin-top: 30px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

.c-hero__inner-copy {
	color: #fff;
	font-size: 150px;
	font-weight: bold;
	line-height: .81;
	letter-spacing: normal;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

	.c-hero__inner-box {
		top: 11.198vw;
		left: 11.198vw;
	}

	.c-hero__inner-box-ttl {
		font-size: 3.958vw;
	}

	.c-hero__inner-box-txt01 {
		margin-top: 1.563vw;
		font-size: 1.667vw;
	}

	.c-hero__inner-copy {
		font-size: 7.813vw;
	}
}

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

	.c-hero {
		padding: 0 1.75rem;
	}

	.c-hero__inner-box {
		position: absolute;
		top: 11rem;
		left: 1.5rem;
		z-index: 1;
	}

	.c-hero__inner-box-ttl {
		font-size: 3rem;
		line-height: 1.5;
	}

	.c-hero__inner-box-txt01 {
		margin-top: 1.75rem;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.c-hero__inner-copy {
		padding-left: .5rem;
		font-size: 3.5rem;
		line-height: .81;
	}
}



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

 c-suggestion

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

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

.c-suggestion__inner {
	padding: 9rem 0 32rem;
}

.c-suggestion__inner-ttl {
	font-size: 6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.45;
	letter-spacing: .12em;
	position: relative;
	z-index: 1;
}

.c-suggestion__inner-ttl:before {
	content: "";
	display: block;
	width: 108rem;
	height: 25rem;
	background: url(images/top/suggestion_pic01_pc.png) no-repeat center center / contain;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-suggestion__inner-ttl .marker {
	background: linear-gradient(transparent 75%, #1969c2 75%);
}

.c-suggestion__inner-txt01 {
	margin-top: 6rem;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-suggestion__inner-txt01 .block {
	display: inline-block;
	padding: 2rem 0;
	border-top: .3rem solid #000000;
	border-bottom: .3rem solid #000000;
}

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

	.c-suggestion:before {
		width: 96rem;
		height: 14.9rem;
	}

	.c-suggestion__inner {
		padding: 4rem 0 10rem;
	}

	.c-suggestion__inner-ttl {
		font-size: 2.5rem;
	}

	.c-suggestion__inner-ttl:before {
		display: none;
	}

	.c-suggestion__inner-ttl:after {
		content: "";
		display: block;
		width: 26rem;
		height: 12.5rem;
		margin: 1.5rem auto 0;
		background: url(images/top/suggestion_pic01_sp.png) no-repeat center center / contain;
	}

	.c-suggestion__inner-ttl .marker {
		background: linear-gradient(transparent 75%, #1969c2 75%);
	}

	.c-suggestion__inner-txt01 {
		margin-top: 2.25rem;
		font-size: 1.6rem;
	}

	.c-suggestion__inner-txt01 .block {
		padding: 1rem 0;
		width: 26.6rem;
		background: url(images/top/suggestion_line01_sp.png) no-repeat center center / contain;
		border-top: .15rem solid #000000;
		border-bottom: .15rem solid #000000;
		position: relative;
		z-index: 1;
	}
}



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

 c-services

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

}

.c-services__inner {
	padding-top: 9rem;
}

.c-services__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10rem 0;
	margin-top: 4.5rem;
}

.c-services__inner-list-item {
	width: 58rem;
}

.c-services__inner-list-item a {
	display: block;
}

.c-services__inner-list-item a .pic {
	position: relative;
	z-index: 1;
}

.c-services__inner-list-item a .pic:before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: #000 url(images/common/icon_arr01_w.png) no-repeat center center;
	background-size: 1.3rem 1rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-services__inner-list-item a .pic img {
	width: 100%;
	max-width: none;
}

.c-services__inner-list-item a .box {
	margin-top: -2.5rem;
	position: relative;
	z-index: 2;
}

.c-services__inner-list-item a .box .ttl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-services__inner-list-item a .box .ttl .block {
	display: inline-block;
	padding: 1rem 1.5rem;
	background: #fff;
}

.c-services__inner-list-item a .box .sub {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-services__inner-list-item a .box .sub .block {
	display: inline-block;
	padding: 1rem 1.5rem;
	background: #1969c2;
}

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

	.c-services__inner {
		padding-top: 4rem;
	}

	.c-services__inner-list {
		display: block;
		margin-top: 2.5rem;
	}

	.c-services__inner-list-item {
		width: auto;
		margin-top: 3rem;
	}

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

	.c-services__inner-list-item a .pic:before {
		width: 2.4rem;
		height: 2.4rem;
		background-size: 1rem .75rem;
	}

	.c-services__inner-list-item a .box {
		margin-top: -1.7rem;
	}

	.c-services__inner-list-item a .box .ttl {
		font-size: 1.4rem;
	}

	.c-services__inner-list-item a .box .ttl .block {
		padding: .7rem 1rem;
	}

	.c-services__inner-list-item a .box .sub {
		font-size: 1.1rem;
	}

	.c-services__inner-list-item a .box .sub .block {
		padding: .7rem 1rem;
	}
}



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

 c-column

***********************************/
.c-column {

}

.c-column__inner {

}

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

}



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

 c-cv

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

.c-cv__tel {
	width: 50%;
	padding: 6rem 0 7rem;
	background: #1969c2;
}

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

.c-cv .ttl {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.c-cv .number {
	margin-top: 2.5rem;
	text-align: center;
}

.c-cv .number a {
	display: inline-block;
	padding: .9rem 2.5rem;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .2em;
	white-space: nowrap;
	background: #fff;
}

.c-cv .time {
	margin-top: 2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .12em;
}

.c-cv .btn {
	width: 38rem;
	margin: 3.5rem auto 0;
}

.c-cv .btn a {
	display: block;
	padding: 2.3rem 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
	border: .3rem solid #fff;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv .btn a:before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1rem;
	background: url(images/common/icon_arr01_w.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2.7rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv .btn a:hover:before {
	background: url(images/common/icon_arr01_b.png) no-repeat center center / contain;
}

.c-cv .btn a:hover {
	color: #000;
	background: #fff;
}

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

	.c-cv {
		display: block;
		padding: 0 4.25rem;
	}

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

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

	.c-cv .ttl {
		font-size: 1.5rem;
	}

	.c-cv .number {
		margin-top: 1.25rem;
	}

	.c-cv .number a {
		padding: .9rem 1.5rem;
		font-size: 1.75rem;
	}

	.c-cv .time {
		margin-top: 1.75rem;
		font-size: 1.1rem;
	}

	.c-cv .btn {
		width: 19rem;
		margin: 2rem auto 0;
	}

	.c-cv .btn a {
		padding: 1.5rem 2.2rem 1.5rem 0;
		font-size: 1.2rem;
		border: .15rem solid #fff;
	}

	.c-cv .btn a:before {
		width: 1.2rem;
		height: .95rem;
		right: 1.35rem;
	}
}


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

 c-services-page

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

}

.c-services-page__inner {
	padding-top: 6.5rem;
}

.c-services-page__inner-navi {
	border-top: .3rem solid #1969c2;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-services-page__inner-navi ul {
	display: flex;
}

.c-services-page__inner-navi ul li {
	width: 50%;
	border-right: 1px solid #dddddd;
}

.c-services-page__inner-navi ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7.7rem;
	position: relative;
	z-index: 1;
}

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

.c-services-page__inner-navi ul li a .txt01 {
	display: block;
	margin-right: 1.2rem;
	color: #1968c1;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .1em;
}

.c-services-page__inner-navi ul li a .txt02 {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}

.c-services-page__inner-list {
	margin-top: 7rem;
}

.c-services-page__inner-list .sec {
	margin-top: 8rem;
}

.c-services-page__inner-list .sec:first-child {
	margin-top: 0;
}

.c-services-page__inner-list .sec__hero {
	display: flex;
}

.c-services-page__inner-list .sec__hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}

.c-services-page__inner-list .sec__hero-content .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 6rem;
	letter-spacing: .1em;
	background: #1969c2;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}

.c-services-page__inner-list .sec__hero-content .ttl {
	margin-top: -.3em;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .17em;
}

.c-services-page__inner-list .sec__hero-content .sub {
	margin-top: 2rem;
	color: #1968c1;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .1em;
}

.c-services-page__inner-list .sec__hero-pic {
	width: 50%;
}

.c-services-page__inner-list .sec__hero-pic img {
}

.c-services-page__inner-list .sec__intro {
	margin-top: 4rem;
	letter-spacing: .11em;
}

.c-services-page__inner-list .sec__content01 {
	margin-top: 5rem;
}

.c-services-page__inner-list .sec__content01-box {
	display: flex;
	justify-content: space-between;
	padding: 4rem;
	margin-top: 5rem;
	background: #fffaf2;
}

.c-services-page__inner-list .sec__content01-box .pic-area {
	flex: 1;
}

.c-services-page__inner-list .sec__content01-box .pic-area .pic01 {
	width: 57.2rem;
	margin-top: -7rem;
}

.c-services-page__inner-list .sec__content01-box .pic-area .pic02 {
	width: 54rem;
	margin-top: -6rem;
}

.c-services-page__inner-list .sec__content01-box .content {
	width: 57rem;
}

.c-services-page__inner-list .sec__content01-box .content__sec {
	margin-top: 3rem;
}

.c-services-page__inner-list .sec__content01-box .content__sec:first-child {
	margin-top: 0;
}

.c-services-page__inner-list .sec__content01-box .content__sec-ttl {
	padding: .9rem 1.5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .12em;
	background: #1969c2;
}

.c-services-page__inner-list .sec__content01-box .content__sec-txt01 {
	margin-top: .8rem;
}

.c-services-page__inner-list .sec__content02 {
	margin-top: 7rem;
}

.c-services-page__inner-list .sec__content02-box {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.c-services-page__inner-list .sec__content02-box-item {
	width: 39rem;
	padding: 3rem 4rem;
	background: #fffaf2;
}

.c-services-page__inner-list .sec__content02-box-item .pic {
	width: 31.2rem;
	margin: 0 auto;
}

.c-services-page__inner-list .sec__content02-box-item .pic.pic01 {
	margin-top: -5.2rem;
}

.c-services-page__inner-list .sec__content02-box-item .pic.pic04,
.c-services-page__inner-list .sec__content02-box-item .pic.pic05,
.c-services-page__inner-list .sec__content02-box-item .pic.pic06 {
	width: 20.2rem;
}

.c-services-page__inner-list .sec__content02-box-item .ttl {
	margin-top: 1.5rem;
	color: #1968c1;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .12em;
}

.c-services-page__inner-list .sec__content02-box-item .txt01 {
	margin-top: .8rem;
	letter-spacing: .1em;
}

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

	.c-services-page__inner {
		padding-top: 4rem;
	}

	.c-services-page__inner-navi {
		border-top: .15rem solid #1969c2;
		border-left: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-services-page__inner-navi ul {
		display: flex;
	}

	.c-services-page__inner-navi ul li {
		width: 50%;
		border-right: 1px solid #dddddd;
	}

	.c-services-page__inner-navi ul li a {
		display: flex;
		flex-direction: column;
		height: 10.35rem;
	}

	.c-services-page__inner-navi ul li a:before {
		width: .75rem;
		height: .45rem;
		right: 1rem;
	}

	.c-services-page__inner-navi ul li a .txt01 {
		display: block;
		margin-right: 0;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.2;
	}

	.c-services-page__inner-navi ul li a .txt02 {
		margin-top: .5rem;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.6;
	}

	.c-services-page__inner-list {
		margin-top: 3rem;
	}

	.c-services-page__inner-list .sec {
		margin-top: 4rem;
	}

	.c-services-page__inner-list .sec__hero {
		display: block;
	}

	.c-services-page__inner-list .sec__hero-content {
		display: block;
		width: auto;
		padding: 2rem 1.5rem 1.5rem;
		border-top: .1rem solid #dddddd;
		border-left: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: none;
		position: relative;
		z-index: 1;
	}

	.c-services-page__inner-list .sec__hero-content .num {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.4rem;
		line-height: 3.5rem;
		top: -.1rem;
		left: -.1rem;
	}

	.c-services-page__inner-list .sec__hero-content .ttl {
		margin-top: -.3em;
		font-size: 1.6rem;
	}

	.c-services-page__inner-list .sec__hero-content .sub {
		margin-top: 1rem;
		font-size: .9rem;
	}

	.c-services-page__inner-list .sec__hero-pic {
		width: auto;
	}

	.c-services-page__inner-list .sec__hero-pic img {
		width: 100%;
		max-width: none;
	}

	.c-services-page__inner-list .sec__intro {
		margin-top: 1rem;
	}

	.c-services-page__inner-list .sec__content01 {
		margin-top: 2rem;
	}

	.c-services-page__inner-list .sec__content01-box {
		display: block;
		padding: 2rem 1.5rem;
		margin-top: 5rem;
		background: #fffaf2;
	}

	.c-services-page__inner-list .sec__content01-box .pic-area {
	}

	.c-services-page__inner-list .sec__content01-box .pic-area .pic01 {
		width: 22.9rem;
		margin: -3.5rem auto 0;
	}

	.c-services-page__inner-list .sec__content01-box .pic-area .pic02 {
		width: 21.6rem;
		margin: -3.5rem auto 0;
	}

	.c-services-page__inner-list .sec__content01-box .content {
		width: auto;
		margin-top: 1.5rem;
	}

	.c-services-page__inner-list .sec__content01-box .content__sec {
		margin-top: 1.5rem;
	}

	.c-services-page__inner-list .sec__content01-box .content__sec-ttl {
		padding: .4rem .75rem;
		font-size: 1.3rem;
		letter-spacing: .1em;
	}

	.c-services-page__inner-list .sec__content01-box .content__sec-txt01 {
		margin-top: .8rem;
		letter-spacing: .1em;
	}

	.c-services-page__inner-list .sec__content02 {
		margin-top: 3rem;
	}

	.c-services-page__inner-list .sec__content02-box {
		display: block;
		padding: 0;
		margin-top: 2.5rem;
	}

	.c-services-page__inner-list .sec__content02-box-item {
		width: auto;
		padding: 2rem 1.5rem;
		margin-top: 3rem;
	}

	.c-services-page__inner-list .sec__content02-box-item:first-child {
		margin-top: 0;
	}

	.c-services-page__inner-list .sec__content02-box-item .pic {
		width: 18.7rem;
		margin: 0 auto;
	}

	.c-services-page__inner-list .sec__content02-box-item .pic.pic01 {
		margin-top: -3.5rem;
	}

	.c-services-page__inner-list .sec__content02-box-item .pic.pic04,
	.c-services-page__inner-list .sec__content02-box-item .pic.pic05,
	.c-services-page__inner-list .sec__content02-box-item .pic.pic06 {
		width: 12rem;
	}

	.c-services-page__inner-list .sec__content02-box-item .ttl {
		margin-top: .75rem;
		font-size: 1.3rem;
	}

	.c-services-page__inner-list .sec__content02-box-item .txt01 {
		margin-top: .4rem;
		letter-spacing: .1em;
	}
}


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

 c-company-page

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

}

.c-company-page__inner {
	padding-top: 6.5rem;
}

.c-company-page__inner-list {

}

.c-company-page__inner-list dl {
	display: flex;
	padding: 4.8rem 0;
	border-bottom: 1px solid #dddddd;
}

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

.c-company-page__inner-list dl dt {
	display: flex;
	align-items: center;
	width: 30rem;
	padding-right: 5rem;
	font-weight: bold;
}

.c-company-page__inner-list dl dd {
	flex: 1;
}

.c-company-page__inner-map {
	margin-top: 11rem;
}

.c-company-page__inner-map iframe {
	display: block;
	width: 100%;
	height: 40rem;
}

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

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

	.c-company-page__inner-list dl {
		display: block;
		padding: 1.2rem 0;
		font-size: 1.2rem;
		border-bottom: .1rem solid #dddddd;
	}

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

	.c-company-page__inner-list dl dt {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}

	.c-company-page__inner-list dl dd {
		margin-top: .5em;
	}

	.c-company-page__inner-map {
		margin-top: 4rem;
	}

	.c-company-page__inner-map iframe {
		height: 20rem;
	}
}



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

 c-contact

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

}

.c-contact__inner {
	padding-top: 6.5rem;
}

.c-contact__inner-content {
}

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

	.c-contact {
		padding: 0 1.75rem;
	}

	.c-contact__inner {
		padding-top: 4rem;
	}

	.c-contact__inner-content {
	}

}



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

 c-thanks

***********************************/
.c-thanks {

}

.c-thanks__inner {
	padding-top: 6.5rem;
}

.c-thanks__inner-content {
}

.c-thanks__inner-content-txt01 {
}

.c-thanks__inner-content-btn {
	margin-top: 6rem;
	text-align: center;
}

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

	.c-thanks__inner {
		padding-top: 4rem;
	}

	.c-thanks__inner-content-btn {
		margin-top: 3rem;
	}

}



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

 c-404

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

}

.c-404__inner {
	padding-top: 6.5rem;
}

.c-404__inner-txt01 {

}

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

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

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

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

}


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

 xxx

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

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

}


