@charset "UTF-8";

.center-box-s { max-width: 720px; }

.text-yellow { color: #ff0; }

.btmline-single { border-bottom: 1px solid; }

.btmline-double { border-bottom: 6px double; }

.in-block { display: inline-block; }

/** ============================================================================
 * LPヘッダー
============================================================================ **/

/**
	 ヘッダー廻り
----------------------------------------------------- **/

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

	.lphead-contents {
		margin: 0;
		overflow: hidden;
	}

	.lp-title.img-lptit {
		margin: 0 -8% 0 1%;
	}
}

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

	.lptop-txt { padding: 8px 0 }

	.lphead-copy {
		font-size: 2em;
		text-align: center;
		width: 100%;
	}
}

/** ============================================================================
 *  contents
============================================================================ **/

.lpsec-contents.contents > h2:not(.not-large) { font-size: 2.5em; }

.lpsec-contents.contents > h3:not(.not-large){ font-size: 1.75em; }

.lpsec-contents.contents p { text-indent: 0; }

.lpsec-contents.contents p:last-child { margin-bottom: 0; }

.lpsec-contents.contents .indent_-1,
.lpsec-contents.contents .p-indent_-1 p {
  padding-left: 1em;
  text-indent: -1em;
}

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

	.lpsec-wrap { font-size: 1.125rem; }

	.lpsec-contents.contents > h2:not(.not-large) { font-size: 2.75em; }

	.lpsec-contents.contents > h3:not(.not-large) { font-size: 2.0625em; }
}

.lpsec-contents.contents .text-indent > p { text-indent: 1em; }

/** ============================================================================
 * セクション帯内
============================================================================ **/

/* タイトルテキスト関連 */

h2.lpsec-title {
	font-size: 1.625em;
	text-align: center;
}

.sec-subtxt { font-size: 0.6em; }

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

	h2.lpsec-title {
		font-size: 2.5em;
	}

	.sec-subtxt { font-size: 0.5em; }
}

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

	h2.lpsec-title {
		font-size: 3.25em;
	}

	.sec-subtxt { font-size: 0.4em; }
}


/* フォームボタン関連 */

.btn-side { margin-bottom: 0; }

.btn-side .guarantee-txt {
	font-size: 1.7em;
	line-height: 1.2;
}

.btn-splp a {
	font-size: 1.625em;
	line-height: 1;
	padding: 0.4em 0.5em;
	text-shadow: 0 1px 0 #fff;
	border-radius: 2px;
}

.btn-splp a .fa-circle-play {
	top: 50%;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: drop-shadow( 1px 0 0 #fff );
}

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

	.sechead-line .splp-btnline { padding: 0; }

	.splp-btnline {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 2em;
	}

	.btn-side {
		text-align: center;
		margin: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.btn-splp {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.btn-splp .appl-txt { font-size: 1.1em; }

	.btn-splp a { font-size: 2em; }
}

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

	.splp-btnline { gap: 2.5em; }

	.btn-side .guarantee-txt { font-size: 1.9em; }

	.btn-splp .appl-txt { font-size: 1.4em; }

	.btn-splp a { font-size: 2.375em; }
}

/** ============================================================================
* 各セクション
============================================================================ **/

/** ----------------------------------------------------------
 * セクション1
---------------------------------------------------------- **/

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

	.splp-sec01 .lpsec-wrap {
		padding: 40px 0;
	}

}

/** ----------------------------------------------------------
 * セクション2
---------------------------------------------------------- **/

/* チェックリスト
----------------------------- */

.circle-check {
	line-height: 1.4;
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.circle-check > li {
	padding-left: 1.5em;
	position: relative;
}

.circle-check > li::before,
.circle-check > li::after { content: ''; }

.circle-check > li::before {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0 0.3em 0 -1.5em;
	vertical-align: -0.28em;
	background: #ccc;
	border-radius: 50%;
}

.circle-check > li::after {
	display: block;
	width: 0.8em;
	height: 0.5em;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: #fff;
	position: absolute;
	top: 0.4em;
	left: 0.2em;
	transform: rotate(-45deg);
}

.circle-check > li:not(:last-child) { margin-bottom: 0.5em; }

.recommend-list { font-size: 1.0625em; }

.recommend-list > li::before { background: #039a31; }

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

	.recommend-list { font-size: 1.25em; }

	.recommend-list > li:not(:last-child) { margin-bottom: 1em; }
}



/** ----------------------------------------------------------
 * セクション3
---------------------------------------------------------- **/

/* 戦略リスト */

.lpsec-contents.contents > .strategy-list { font-size: 1.5em; }

.strategy-list {
	line-height: 1.4;
	padding-left: 2.8em;
	position: relative;
	margin-bottom: 0;
}

.strategy-list:not(:first-of-type) { margin-top: 1em; }

.strategy-circle {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	display: block;
	width: 2.4em;
	height: 2.4em;
	border-radius: 50%;
	padding-top: 0.3em;
	background: #004c6f;
	float: left;
	margin: 0 0.4em 0 -2.8em;
}

.strategy-circle .sp-block { font-size: 0.6em; }

.strategy-list + ul {
	line-height: 1.4;
	margin-left: 0;
}

.strategy-list + ul > li::before {
	content: '';
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #ca1a1a;
	vertical-align: 0.05em;
	margin: 0 0.32em 0 -0.9em;
}

.strategy-list + ul > li:not(:last-child) { margin-bottom: 0.5em; }

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

	.lpsec-contents.contents > .strategy-list { font-size: 2.0625em; }

	.strategy-list > span[style] { display: block; }

	.strategy-list + ul { margin-left: 1.5em; }
}

/** ----------------------------------------------------------
 * セクション4
---------------------------------------------------------- **/

/* お客様の声 */

.voice-list {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.voice-list > li {
	padding: 0.3em 0 0.3em 1.5em;
	border-bottom: 1px dotted;
}

.voice-list > li::before {
	content: '';
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	background: #ca1a1a;
	vertical-align: 0.05em;
	margin: 0 0.32em 0 -0.9em;
}

/* 大きな理由 */

.reason-box {
	border: 2px solid #ccc;
	background: #f0f9f9;
}

/* プロフィール */

.plofile-box {
	border: 8px solid #004c6f;
	margin-top: 40px;
}

.plofile-box > h2 { text-align: center; }

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

	.plofile-box { margin-top: 80px; }

	.plofile-box > h2 { font-size: 2.25em; }
}

/** ----------------------------------------------------------
 * セクション5
---------------------------------------------------------- **/

#section05 .lpsec-bg {
	background-position-y: 68.4px !important;
	background-repeat: repeat-x !important;
	background-size: auto 80px !important;
}

#section05 .sechead-line + .lpsec-wrap { padding-top: 120px; }

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

	#section05 .lpsec-bg {
		background-position-y: 88px !important;
		background-size: auto 112px !important;
	}

	#section05 .sechead-line + .lpsec-wrap { padding-top: 132px; }
}

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

	#section05 .lpsec-bg {
		background-position-y: 104.8px !important;
		background-size: auto auto !important;
	}

	#section05 .sechead-line + .lpsec-wrap { padding-top: 184px; }
}

/**
	セミナー開催概要
----------------------------------------------------- **/

.semi-outlinesec > h3 { margin-bottom: 0.3em; }

.reserve-txt {
	color: #fff;
	font-size: 0.625em;
	background: #f00;
	padding: 0 0.8em;
	margin-left: 0.5em;
}

.semi-outlinetb { font-size: 1rem; }

.semi-outlinetb th,
.semi-outlinetb td { border-color: #ccc; }

.semi-outlinetb th { font-weight: 700; }

.contents .semi-outlinetb p { margin: 0; }

.place-box { margin-bottom: 1em; }

.acf-map {
	width: 100%;
	height: 240px;
	border: 1px solid #eee;
	margin: 8px 0px;
}

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

	.semi-outlinetb .place-box {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.semi-outlinetb .place-box img {
		max-width: none;
		width: auto;
		height: 240px;
		object-fit: cover;
	}

	.semi-outlinetb .place-box .semiplace-ph {
		max-width: 40%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 2em 0 0;
	}

	.semi-outlinetb .place-box .acf-map {
		margin: 0;
	}
}

/** ----------------------------------------------------------
 * セクション6
---------------------------------------------------------- **/

/* 見出し */
h2.contact-h2 {
	text-align: center;
	color: #cf1c23;
	border-top: 3px solid #cf1c23;
	border-bottom: 3px solid #cf1c23;
	padding: 0.5em 0;

}

.contact-h2in {
	display: inline-block;
	position: relative;
	padding: 0 24px;
}

.contact-h2in::before,
.contact-h2in::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 12px;
	height: 5px;
	background: #cf1c23;
	margin-top: -2px;
}

.contact-h2in::before { left: 0; }

.contact-h2in::after { right: 0; }

.contact-h3 {
	font-size: 1.375em;
	background: #f2f2f2;
	border-left: 5px solid #000;
	padding:  0.4em;
}

/* 電話番号 */

.contact-tel,
.contact-tel > a { color: #fff; }

.contact-tel {
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	background: #ef862d;
	line-height: 1.0;
	border-radius: 16px;
	padding: 0.4em 1em;
	width: max-content;
}

.contents .contact-tel {
	line-height: 1;
	margin: 1.5rem auto 0.5rem;
}

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

	.contact-tel { font-size: 2.8em; }
}

/**
	コンタクトフォーム7
----------------------------------------------------- **/

/* フォームタグ 基本
----------------------------- */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea,
select {
	font-size: 0.9375rem;
	width: 100%;
	padding: 0.6em;
	border: 1px solid #d4d4d7;
	border-radius: 2px;
	background: #fcfcfc;
	box-shadow: 1px 1px 2px var( --border-light-col ) inset;
}

input[type="password"] { width: auto; }

input.auto-imput { width: auto; }

textarea {
	height: auto;
	line-height: 1.6;
}

select {
	-moz-appearance: none;
	appearance: none;
	background: url(../../images/ico_select_arrow.svg) no-repeat calc(100% - 8px) center,#fcfcfc;
	background-size: 1em auto;
	padding-right: 2em !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.wp-block-search__button {
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1;
	padding: 0.4em 1.8em;
	background: #212121;
	border: none;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 1px 1px rgba( 0,0,0,0.3 );
	display: inline-block;
	margin-top: 0.6em;
	position: relative;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	opacity: 0.8;
	text-decoration: none;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active {
	/*top: 1px;*/
	box-shadow: 0 0 1px rgba( 0,0,0,0.3 );
}

input[disabled][type="submit"],
input[disabled][type="submit"]:hover,
input[disabled][type="submit"]:active {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	background: #4f4d4d;
	box-shadow: none;
	cursor: default;
}

@media screen and ( min-width: 641px )  {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="date"],
	input[type="number"],
	textarea,
	select { padding: 0.8em; }

	.wp-block-search__button { padding: 0.5em 1em; }

	.btn-line { float: none; }
}

/* CF7 フォーム チェックボックス ラジオデザイン */

span.wpcf7-list-item { margin: 0 1em 0 0; }

/*.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] { display: none; }*/

.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] {
	display: inline-block;
	opacity: 0;
	margin-right: -1em;
}

fieldset {
	padding: 0;
	border: none;
}

legend { display: none; }

.wpcf7-list-item-label {
	position: relative;
	cursor: pointer;
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after { content: ''; }

.wpcf7-list-item-label:before {
	display: inline-block;
	border: 1px solid;
	margin-right: 0.3em;
	background: #fff;
}

.wpcf7-list-item-label:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
.wpcf7-form.custom-wpcf7c-confirmed .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after,
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after,
.wpcf7-form.custom-wpcf7c-confirmed .wpcf7-list-item input[type="radio"]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label:after{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* radio */

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after { border-radius: 50%; }

.wpcf7-radio .wpcf7-list-item-label:before {
	width: 1.2em;
	height: 1.2em;
	vertical-align: -0.2em
}

.wpcf7-radio .wpcf7-list-item-label:after {
	display: block;
	width: 0.6em;
	height: 0.6em;
	background: #e53b00;
	position: absolute;
	top: 0.55em;
	left: 0.6em;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* checkbox */

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
	width: 1.1em;
	height: 1.1em;
	border-radius: 2px;
	vertical-align: -0.2em;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
	display: block;
	width: 1.1em;
	height: 0.6em;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: #e53b00;
	border-radius: 1px;
	position: absolute;
	top: 40%;
	left: 0.2em;
	-ms-transform: translate(0,-50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}

/* ローダー */

.wpcf7 .ajax-loader { margin: 0 -28px 0 4px; }

/* クラス .form-box .form-table */

table.form-table,
.form-transmit p {
	font-size: 15px;
	font-size: 0.9375rem;
}

table.form-table {
	width: 100%;
	border-top: none;
	margin-bottom: 16px;
	background: none;
}

table.form-table th,
table.form-table td {
	border: none;
}

table.form-table th {
	font-weight: 700;
	text-align: left;
}

.contents table.form-table th { background: none; }

table.form-table td { padding: 0 0 0.8em 1.5em; }

.entry-contents table.form-table td > p { margin: 0; }

.form-m input[type="text"],
.form-m input[type="number"],
.form-m input[type="date"],
.form-m select { max-width: 16em; }

input[type="number"],
.form-s input[type="text"],
.form-s input[type="date"],
.form-s input[type="date"],
.form-s select { max-width: 8em; }

input[type="date"] { width: 12em; }

.form-ss input[type="text"],
.form-ss input[type="date"],
.form-ss input[type="number"] { max-width: 4em; }

.has-free-text input[type="text"] {
	width: auto;
	/*vertical-align: text-top;*/
}

/* 必須テキスト */
.required-txt {
	color: #fff;
	font-size: 0.85em;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 0.5em;
	display: inline-block;
	vertical-align: 0.1em;
	margin: 0 0.3em;
	background: #f00;
}

th .required-txt { font-size: 0.72em; }

/* 外書きプレースホルダー */
.placeholder-txt {
	color: #999;
	font-size: 0.875em;
	display: block;
}

/* 承諾・送信ボタン */
.btn-line {
	text-align: center;
	position: relative;
	margin-bottom: 0;
}

.btn-line input[type="submit"] { margin-top: 0; }

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	top: 50%;
	left: calc( 100% + 4px );
	-ms-transform: translateX(0) translateY(-50%);
	transform: translate(0,-50%);
}

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

	table.form-table th,
	table.form-table td {
		padding: 0.5em 0;
		vertical-align: top;
	}

	table.form-table th {
		width: 9.5em;
		padding-right: 0.5em;
	}

	.form-transmit .acceptCheck { float: left; }

	input[type="button"].wpcf7c-btn-back { margin-right: 1em; }
}

/* FAX申込み
----------------------------- */

.semifax-section > h2 { font-size: 1.375em; }

.semi-faxbox {
	background: #fff;
	padding: 8px;
}

.semi-faxwrap > *:not(:first-child) { margin-top: 0.5rem; }

.fax-iconwrap > a,
.fax-iconwrap > a span { display: block; }

.fax-iconwrap > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.fax-iconwrap a .faxTxt {
	text-indent: -1.3em;
	padding-left: 1.5em;
}

.fax-icon {
	width: 3em;
	text-align: center;
}

.fa-file-pdf {
	color: var(--wp--preset--color--theme-brown);
	height: 2.5em;
}

.fax-numbox {
	text-align: center;
	text-indent: 0;
	line-height: 1.3;
	margin: 0;
	background: #fff;
	padding: 8px 8px;
}

p.fax-number {
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}

.fax-number .sp-block {
	font-size: 0.875rem;
	font-weight: normal;
}

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

	.semifax-section > h2 { font-size: 1.5em; }

	.semi-faxbox { padding: 16px; }

	.semi-faxwrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.semi-faxwrap > *:not(:first-child) { margin-top: 0; }

	.fax-numbox {
		-ms-flex: 1;
		flex: 1;
		margin: 0 0 0 1.5em;
	}
}

/**
	フェードアニメ関連
----------------------------------------------------- **/

.fade-group figure { overflow: hidden; }

.fade-out {
	-ms-transform: translateY( 50px );
	transform: translateY( 50px );
	-ms-transition: 0.8s;
	transition: 0.8s;
	opacity: 0;
}

.fade-right.fade-out {
	-ms-transform: translateX( 50px ),translateY( 0 );
	transform: translate( 50px, 0 );
}

.fade-left.fade-out {
	-ms-transform: translateX( -50px ),translateY( 0 );
	transform: translate( -50px, 0 );
}

.fade-out.scale-fade img  {
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	-ms-transition: 1s all;
	transition: 1s all;
}

.fade-out.scale-fade .thum-box img {
	-ms-transform: translateX(-50%) scale(1.2,1.2);
	transform: translate(-50%,0) scale(1.2,1.2);
}

.fade-in {
	-ms-transform: translateY( 0px );
	transform: translateY( 0px );
	opacity: 1;
}

.fade-right.fade-in,
.fade-left.fade-in {
	-ms-transform: translateX( 0 ),translateY( 0 );
	transform: translate( 0, 0 );
}

.fade-in.scale-fade img  {
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.fade-in.scale-fade .thum-box img  {
	-ms-transform:  translateX(-50%) scale(1,1);
	transform: translate(-50%,0) scale(1,1);
}
