@charset "UTF-8";
/* =======================================
	index

1.リセットCSS
2.メインコンテンツ
　Body
　Container
　headline
　MainContents
  リスト
  チェックリスト
  スペーサー
  強調
  フォントサイズ
  マーカー
  ボタン
	テーブル
	youtube
  Q&A
3.フッター
4.お問い合わせフォーム

#レスポンシブ
■レスポンシブ　1024px以下768px以上
■レスポンシブ　767px以下576px以上
■レスポンシブ　575px以下321px以上
■レスポンシブ　320px以下
*/

/* =========================================
/*リセットCSS
=========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
iframe {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
strong {
	font-weight: 600;
}
figure {
	margin: 0 10%;
}
figcaption {
	font-size: 120%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* =======================================
	メインコンテンツ
======================================= */
/* Body */
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #ffffff;
}
.thanks_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #efefef;
}
/* headline */
header {
	padding: 0 0 10px 0;
}
.headimg > span {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	padding: 20px;
	display: block;
	background: #efefef;
}
header > div.lead {
	background-color: #084b73;
	font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	padding: 40px 20px;
	margin: 0;
}
div.headimg > img {
	border: 0;
	vertical-align: bottom;
	padding: 40px 20px 0 20px;
	text-align: center;
	width: 100%;
}
/* MainContents */
section {
	background: #fff;
}
h2 {
	color: white;
	font-size: 60px;
	background: #084b73;
	margin: 20px 0;
	font-weight: 600;
	padding: 24px 10%;
	text-align: center;
}
h3 {
	align-items: center;
	font-size: 24px;
	color: red;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}
section p {
	font-size: 20px;
	margin: 20px 10% 30px 10%;
	padding: 0 0 14px 0;
}
/*リスト*/
.checklist,
.arrowlist {
	width: 70%;
	margin-left: 10%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.checklist ul li {
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	color: #000;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.checklist ul li img {
	margin-top: -4px;
	vertical-align: middle;
	margin-right: 10px;
	background-image: center;
}
.arrowlist > ul li:before {
	color: red;
	left: 1.5em;
	position: absolute;
	left: 0.5rem;
}
.arrowlist > ul li {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.arrowlist > ul > li > img {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	vertical-align: middle;
}
.fa-arrow-alt-circle-right:before {
	content: "\f35a";
	color: red;
}
i.far.fa-arrow-alt-circle-right {
	margin-right: 5px;
}
ol {
	counter-reset: number !important;
	font-size: 24px;
	margin: 20px 10% 30px 10%;
}
ol li {
	position: relative;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.6em;
}
ol li:before {
	position: absolute;
	font-family: "Quicksand", sans-serif;
	content: counter(number);
	counter-increment: number;
	top: 20px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: red;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}
/*自己紹介*/
.syoukai {
	width: 70%;
	margin-left: 10%;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: hidden;
}
.syoukai .column_main p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 20px;
	margin-bottom: 40px;
}
.syoukai .column_main p:last-child {
	margin-bottom: 0;
}
/* スペーサー */
span.spacer {
	display: block;
	margin: 20px 0 0 0;
}
/* 強調 */
.strong01 {
	/* 最も強調 */
	text-align: center !important;
	font-weight: 600;
	font-size: 30px !important;
	margin-bottom: 60px;
	color: red;
}
.strong01 p:last-child {
	margin-bottom: 0;
}
.strong02 {
	/* 強調 */
	font-weight: 600;
	margin-bottom: 40px;
	color: red;
}
.strong02 p:last-child {
	margin-bottom: 0;
}
.tred {
	color: red;
}
.bold {
	font-weight: 600;
}
.marker {
	/* マーカー */
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff799 10%) repeat scroll 0 0;
	font-weight: 600;
}
.marker:before {
	border-bottom: 10px solid #fadbda;
	border-radius: 5px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
/* フォントサイズ */
.f70 {
	font-size: 70%;
}
.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f100 {
	font-size: 100%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
/*文字位置*/
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
/*ボタン*/
.btn_wrap {
	text-align: center;
	margin-bottom: 1em;
}
.btn,
a.btn,
button.btn {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}
.btn-soudan,
a.btn-soudan {
	display: block;
	color: #fff;
	background-color: #770505;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 50%;
}
.btn-soudan:hover,
a.btn-soudan:hover {
	color: #fff;
	background: #fe8a8a;
}
/*テーブル*/
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl01 {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 90%;
	margin: 30px auto;
	font-size: 14px;
}
.tbl01 th,
.tbl01 td {
	padding: 0.5em 0.3em;
	border: 1px solid #aaa;
	vertical-align: middle;
}
.tbl01 th {
	background: #eee;
	text-align: center;
}
.tbl01 td {
	background: #fff;
}
.tbl01 tr:first-child {
	text-align: center;
}
th:first-child {
	width: 20%;
}
.treatment {
	margin-bottom: 20px;
}
table.tbl01 td {
	padding: 8px;
}
/* youtube */
#youtubewrap {
	width: 50%;
	margin: 0 auto;
	padding: 10px 10px 30px 10px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* Q&A */
div.qa p:first-letter {
	font-weight: 600;
	font-size: 160%;
}
div.qa p.q:first-letter {
	color: blue;
}
div.qa p.a:first-letter {
	color: red;
}
/* =======================================
	フッター
======================================= */
footer {
	width: 100%;
	background-color: #084b73;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	margin-top: -30px;
}
#thanks_footer {
	width: 100%;
	background-color: #d9bfd4;
	color: #000;
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	position: absolute;
	bottom: 0;
}
.thanks_wrapper {
	min-height: 100vh;
	position: relative;
	background: #fff;
}
.thanks_wrapper p :first-child {
	margin-top: 30px;
}
/* =======================================
	お問い合わせフォーム
======================================= */
.lp_mail_form {
	margin: 0 10%;
}
#acceptance_wrap {
	margin: 10px;
	text-align: center;
}
#acceptance_wrap center a {
	text-decoration: none;
}
.lp_mail_form p {
	display: none;
}
#jobformwrap {
	text-align: center !important;
	margin: 0 auto !important;
}
.lp_mail_form {
	width: 80%;
	margin: 5% 10%;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	font-size: 1rem;
}
.lp_mail_form dt {
	font-size: 20px;
	padding-top: 20px;
	font-weight: bold;
	margin-left: 10%;
	margin-bottom: 10px;
}
.lp_mail_form dt span {
	font-size: 14px;
	color: #bf0309;
	font-weight: bold;
	margin-left: 10px;
}
.lp_mail_form dd input {
	width: 90%;
	margin: 0 5%;
	height: 30px;
	font-size: 14px;
}
.lp_mail_form dd textarea {
	width: 90%;
	margin: 0 5%;
	font-size: 14px;
}
.lp_mail_form dd {
	width: 90%;
	margin: 0 5%;
	padding-bottom: 20px;
	border-bottom: solid 1px #cccccc;
}
.lp_mail_form dd p {
	font-size: 14px;
	color: #bf0309;
	margin-left: 10%;
	margin-top: 10px;
}
.lp_mail_form .form_submit {
	margin-right: 5%;
	margin-top: 10px;
	text-align: center;
}
input#formbtn {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 40px;
	background-color: #bf0309 !important;
	border: solid 2px #bf0309;
	color: #fff;
	margin: 20px 0;
}
.lp_mail_form dd textarea {
	padding: 10px;
}
input[type="checkbox"] {
	transform: scale(1.8);
	margin-right: 5px;
}
.wpcf7-not-valid-tip {
	margin: 0 5%;
}
/* =======================================
	ページトップへアイコン
======================================= */
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f106";
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* =======================================
■レスポンシブ　1024px以下768px以上
======================================= */
@media (max-width: 1024px) {
	/* headline */
	header {
		padding: 0 0 10px 0;
	}
	header > div.lead {
		font-size: 40px;
	}
	.headimg > span {
		font-size: 34px;
	}
	header > div.headimg {
		text-align: center;
		width: 100%;
	}
	/* MainContents */
	figure {
		margin: 0 10%;
		text-align: center;
	}
	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}
	section p {
		font-size: 24px;
	}
	/*リスト*/
	ol,
	ul {
		font-size: 24px !important;
	}
	/* テーブル */
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl01 {
		width: 80%;
		font-size: 24px;
	}
	.tbl01 th,
	.tbl01 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
		width: 80%;
	}
	.inquiry th {
		width: 26% !important;
	}
	input[type="checkbox"] {
		transform: scale(1.8);
		margin-right: 5px;
	}
}
/* =======================================
 ■レスポンシブ　767px以下576px以上
======================================= */
@media (max-width: 767px) {
	/* headline */
	header {
		padding: 0 0 10px 0;
	}
	header > div.headimg {
		text-align: center;
		width: 100%;
	}
	.img_wrap {
		margin: 0 auto;
		overflow: hidden;
	}
	.img_wrap img {
		width: 100%;
		cursor: pointer;
		transition-duration: 0.3s;
	}
	.img_wrap:hover img {
		opacity: 0.6;
		transition-duration: 0.3s;
	}
	/* MainContents */
	figure {
		margin: 0 10%;
		text-align: center;
	}
	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}
	section p {
		font-size: 24px;
	}
	/* リスト */
	ol,
	ul {
		font-size: 24px !important;
	}
	/* テーブル */
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl01 {
		width: 80%;
	}
	.tbl01 th,
	.tbl01 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	/* Q&A */
	.question {
		font-weight: bold;
		color: blue;
	}
	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
		width: 80%;
	}
	input[type="checkbox"] {
		transform: scale(1.8);
		margin-right: 5px;
	}
}
/* =======================================
■レスポンシブ　575px以下321px以上
======================================= */
@media (max-width: 575px) {
	figure {
		margin: 0 10%;
		text-align: center;
	}
	/* headline */
	header {
		padding: 0 0 10px 0;
	}
	header > div.lead {
		font-size: 26px !important;
	}
	.headimg > span {
		font-size: 20px;
		font-weight: 600;
		padding-left: 0;
		padding-right: 0;
	}
	.headimg > span > span.marker {
		letter-spacing: -0.08em;
	}
	/* MainContents */
	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}
	/* ボタン */
	.btn-soudan,
	a.btn-soudan {
		width: 90%;
	}
	/* テーブル */
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl01 {
		width: 80%;
		font-size: 18px;
	}
	.tbl01 th,
	.tbl01 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	/* Q&A */
	div.qa p {
		margin-top: 0;
		margin-bottom: 0;
	}
	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
		width: 90%;
	}
	.inquiry td,
	.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
	.inquiry .any,
	.inquiry .haveto {
		font-size: 10px;
	}
	input[type="checkbox"] {
		transform: scale(1.5);
	}
}
/* =======================================
■レスポンシブ　320px以下
======================================= */
@media (max-width: 320px) {
	/* headline */
	header {
		padding: 0 0 10px 0;
	}
	header > div.lead {
		font-size: 30px;
		padding: 30px 0;
	}
	header > div.headimg {
		text-align: center;
		width: 100% !important;
	}
	/* MainContents */
	h2 {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0em;
	}
	/* テーブル */
	.tbl01 {
		width: 90%;
		font-size: 20px;
	}
	.tbl01 th,
	.tbl01 td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	.tbl01 tr:last-child {
		border-bottom: 1px solid #aaa;
	}
	/* youtube */
	#youtubewrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	/* Q&A */
	div.qa p {
		margin-top: 0;
		margin-bottom: 0;
	}
	/* お問い合わせ */
	.wpcf7 table {
		border-spacing: 0;
		border: 1px solid #ccc;
		width: 90%;
	}
	.inquiry td,
	.inquiry th {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
	.inquiry .any,
	.inquiry .haveto {
		font-size: 10px;
	}
	input[type="checkbox"] {
		transform: scale(1.5);
	}
}
/* スマホのみ改行（768px以下） */
@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
}
/* =======================================
トップ画像 PCスマホ振り分け ※575px以下からスマホ
======================================= */
.headimg img.sp {
	display: none;
}
@media (max-width: 575px) {
	.headimg img.pc {
		display: none;
	}
	.headimg img.sp {
		display: block;
	}
}
/* =======================================
特商ページリンク
======================================= */
a.tokusyo-link {
	color: #fff;
	text-decoration: none;
	font-size: 0.8rem;
}

/* =======================================
SWELL調整
======================================= */
.lp-content__postContent:first-child {
	margin-top: 0;
	padding: 0 !important;
}
.lp-content {
	padding: 0 !important;
}
.lp-content__postContent > p:empty {
	display: none !important;
}
.lp-content__inner {
	background: #fff;
}
.lp-content__postContent > p > br:only-child {
	display: none !important;
}
.lp-content__postContent > p {
	margin: 0;
	padding: 0;
}
.lp-content__postContent > p:has(> br:only-child) {
	display: none !important;
}
a {
    text-decoration: underline;
}
