@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

html {
	font-size: clamp(12px,1.4vw,16px);
}
@media (max-width: 960px) {
	html {
	font-size: clamp(14px,1.8vw,16px);	
	}
}
@media (max-width: 600px) {
	html {
		font-size: clamp(10px,3.6vw,20px);
	}
}
#lp-content .post_content,#main_content .post_content {
    font-size: 1rem;
}

.p-fixBtnWrap {
	display: none!important;
}

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

header

***************************/
.l-header__tit_inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0.86rem;
	text-decoration: none;
	color: inherit;
	padding: 0.5rem 0 0.62rem;
}
.l-header__tit_text {
	flex: 1;
	font-weight: 600;
	padding-bottom: 2px;
}
.l-header__tit_inner > img {
	width: 3.9rem;
}
.l-header__tit_text01 {
	display: block;
	font-size: 1.15rem;
	font-weight: 600;
	color: #000;
	line-height: 1.62;
	letter-spacing: 0;
}
.l-header__tit_text01.font-s {
	font-size: 0.96rem;
}
.l-header__tit_text01.font-l {
	font-size: 1.34rem;
}
.l-header__tit_text02 {
	display: block;
	font-size: 1.82rem;
	font-weight: 600;
	color: #000;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.l-header__tit_text02.font-s {
	font-size: 1.55rem;
}
.l-header__tit_text02.font-l {
	font-size: 2.0rem;
}

@media screen and (max-width : 960px) {
	.l-header__inner {
		width: 96%;
	}
	.l-header__tit_inner > img {
		width: 2.2rem;
	}

	.l-header__tit_text {
		padding-bottom: 1px;
	}
	.l-header__tit_inner {
		column-gap: 0.4rem;
		padding: 0.4rem 0 0.5rem;
	}
	.l-header__tit_text01 {
		font-size: 0.70rem;
	}
	.l-header__tit_text01.font-s {
		font-size: 0.62rem;
	}
	.l-header__tit_text01.font-l {
		font-size: 0.86rem;
	}
	.l-header__tit_text02 {
		font-size: 1.15rem;
	}
	.l-header__tit_text02.font-s {
		font-size: 1.0rem;
	}
	.l-header__tit_text02.font-l {
		font-size: 1.2rem;
	}
}


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

fixed_footer

***********************************/
.fixed_footer[data-display="on"] ~ .p-fixBtnWrap,
.fixed_footer[data-display="pc_on"] ~ .p-fixBtnWrap,
.fixed_footer[data-display="sp_on"] ~ .p-fixBtnWrap {
	bottom: 1em;
}
@media screen and (max-width:960px) {
	.fixed_footer[data-display="on"] ~  .p-fixBtnWrap,
	.fixed_footer[data-display="sp_on"] ~ .p-fixBtnWrap {
		bottom: 6.2em;
	}
}

.fixed_footer + .l-footer {
	margin-bottom: clamp(5px,32vw,200px);
}
@media screen and (min-width:960px) {
	.fixed_footer + .l-footer {
		margin-bottom: 132px;
	}
}
.fixed_footer[data-display="off"] + .l-footer {
	margin-bottom: 10px;
}
@media screen and (min-width:960px) {
	.fixed_footer[data-display="sp_on"] + .l-footer {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:960px) {
	.fixed_footer[data-display="pc_on"] + .l-footer {
		margin-bottom: 10px;
	}
}
.fixed_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: auto;
}
.fixed_footer[data-display="on"] {

}
.fixed_footer[data-display="off"] {
	display: none!important;
}
@media screen and (min-width:960px) {
	.fixed_footer[data-display="sp_on"] {
		display: none!important;
	}
}
@media screen and (max-width:960px) {
	.fixed_footer[data-display="pc_on"] {
		display: none!important;
	}
}
.fixed_footer__wrapper {
	width: 100%;
	padding: 1.4em 0 2.44em;
	background: #f2f6f9;
	font-size: clamp(5px,2.5vw,15px);
}
.fixed_footer__inner {
	position: relative;
	width: 92.8%;
	max-width: 39em;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	padding: 0.82em 1.2em 0.70em 0.2em;
	border-radius: 0.32em;
	box-shadow: 0 0.55em 0.1em #c85a21;
	background: #f17230;
	color: #fff;
}
.fixed_footer__inner:hover {
	filter: brightness(1.15);
}
.fixed_footer__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.1em;
	transform: translatey(-50%);
	width: 3.5em;
	height: auto;
	max-height: 96%;
	aspect-ratio: 1/1;
	background-image: url(./assets/img/icon/icon-pointer01.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.fixed_footer__text {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	line-height: 1.34;
}
.fixed_footer__text:nth-of-type(2) {
	margin-left: 1.1em;
	padding: 0 1em;
	border-left: 1px solid #fff;
}

.fixed_footer__sub_text {
	position: relative;
	font-size: 0.87em;
}
.fixed_footer__sub_text::before,
.fixed_footer__sub_text::after {
	content: "ー";
	font-weight: 500;
	display: inline-block;
}
.fixed_footer__sub_text::before {
	margin-right: 0.54em;
}
.fixed_footer__sub_text::after {
	margin-left: 0.54em;
}

@media screen and (min-width:960px) {
	.fixed_footer__wrapper {
		padding: 1.4em 0 2.0em;
		font-size: 10px;
	}
}




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

	parts

***********************************/
/***************************
 * author_block01
****************************/
.author_block01 > .wp-block-group__inner-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 1.5rem;
	padding: 1.25rem;
	border: 1px solid #e2e2e2;
	width: 100%;
	max-width: 44rem;
	margin: 2.0rem auto 2.8rem;
}

.author_block01 .wp-block-image {
	width: 5.0rem;
}

.author_block01__contents {
	flex: 1;
}
body .author_block01__tit:first-child {
	display: block;
	margin: 0.3em 0 0.69em!important;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.4;
}
.author_block01__text {
	margin: 0;
	font-size: 0.90rem;
	line-height: 1.6;
	letter-spacing: 0;
}
.author_block01__text a {
	display: block;
	width: fit-content;
	margin: 0 0.2em 0 auto;
	line-height: 1.5;
}

@media screen and (max-width: 600px) {
	body .author_block01__tit:first-child {
		margin-bottom: 0.62em!important;
	}
}





/*********************
* contact form
***********************/
.post_content .form_block__heading {
	margin-bottom: 2.5rem;
}
.post_content .form_block__text {
	margin: 0 0 1.7rem;
}

/*** cf7 ***/
.cf7_wrapper {
	--color: #929292;
	margin: 1rem auto;
}
.cf7_attention_text {
	text-align: right;
}
.cf7_attention_mark {
	color: var(--color);
}
.cf7_block {
	margin: 5px auto 10px;
}
.cf7_block__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	column-gap: 1.4rem;
	row-gap: 1.0rem;
	padding: 0.5rem 1.0rem 1.02rem;
}
.cf7_block__item.required_item {
}
.cf7_block__head {
	width: 100%;
}
.cf7_block__head_text {
	position: relative;
	top: 0.54em;
}
.cf7_block__item.required_item .cf7_block__head_text::before {
	content: "";
	color: var(--color);
}
.cf7_block__contents {
	flex: 1;
	width: 100%;
	padding: 0;
}

.cf7_block input:not([type="radio"]),
.cf7_block textarea,
.cf7_block select {
	width: 100%;
	padding: 0.47em 0.54em 0.54em;
	background:var(--color_bg);
	border: 1.5px solid var(--color);
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cf7_block textarea {
	height: 250px;
}
.cf7_block select {
	cursor: pointer;
}
.cf7_block .cf7_block__item--select {
	--select_height: 3.2rem;
}
.cf7_block .cf7_block__item--select .cf7_block__contents {
	position: relative;
}
.cf7_block .cf7_block__item--select .cf7_block__contents::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: var(--select_height);
	height: var(--select_height);
	background: var(--color_htag);
	z-index: 10;
	pointer-events: none;
}
.cf7_block .cf7_block__item--select .cf7_block__contents::after {
	content: "";
	position: absolute;
	top: calc(var(--select_height) / 2);
	right: calc(var(--select_height) / 2);
	width: calc(var(--select_height) / 4);
	height: calc(var(--select_height) / 4);
	transform: translatex(50%) translatey(-82%) rotatez(45deg);
	background: transparent;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	z-index: 10;
	pointer-events: none;
}
.cf7_block .cf7_block__item--select select {
	height: var(--select_height);
}

.cf7_block .wpcf7-list-item {
	margin: 0 1em 0 0.2em;
}
.cf7_block .wpcf7-list-item label {
	position: relative;
}
.cf7_block .wpcf7-list-item label input {
	display: none;
}
.cf7_block .wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding-left: 2.0em;
	cursor: pointer;
}
.cf7_block .wpcf7-list-item .wpcf7-list-item-label::before,
.cf7_block .wpcf7-list-item .wpcf7-list-item-label::after {
	--size: 1.5em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%) translatex(-0.1em);
	display: block;
	width: var(--size);
	height: var(--size);
	border-radius: 1000px;
	background: #ccc;
	border: 1px solid #000;
}
.cf7_block .wpcf7-list-item .wpcf7-list-item-label::after {
	--size: 0.92em;
	border: none;
	background: var(--color);
	display: none;
	left: 0.29em;
}
.cf7_block .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
	display: block;
}

.cf7_wrapper .cf7_submit_block {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 22px auto 20px;
	border-radius: 1000px;
}
.cf7_wrapper .cf7_submit_block > p::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translatey(-50%) rotatez(45deg);
	border: 2.5px solid #fff;
	border-bottom: 0;
	border-left: 0;
	width: 0.62em;
	height: 0.62em;
	transition: right 0.1s;
	pointer-events: none;
}
.cf7_wrapper .wpcf7-submit {
	display: block;
	width: 100%;
	height: 62px;
	border-radius: 1000px;
	box-shadow: 0.1em 0.1em 0.2em rgba( 0, 0, 0, 0.28);
	background: #54b43f;
	background-position: 0 0;
	background-size: auto 200%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: background-position 0.32s ease;
}
.cf7_wrapper .wpcf7-submit:hover {
	opacity: 0.92;
	background-position: 0 -244%;
}

.cf7_wrapper .wpcf7-spinner {
	display: none;
}

.cf7_wrapper .cf7_text {
	width: fit-content;
	margin: 25px auto;
}

.cf7_wrapper .wpcf7-not-valid-tip {
	margin-top: 0.28em;
}

.cf7_check_before_submit {
	display: block;
	width: fit-content;
	margin: 1.3em auto 1.1em;
	font-size: 1.15em;
	line-height: 1.25;
}
.cf7_check_before_submit input {
	margin-right: 4px;
	transform: scale(1.25);
}
.wpcf7-submit.inactive {
	pointer-events: none!important;
}


@media (max-width:600px) {
	.post_content .form_block__heading {
		margin-bottom: 2.2rem;
	}
	.cf7_block {
		margin-bottom: 5.5px;
	}
	.cf7_block .cf7_block__item {
		flex-direction: column;
		row-gap: 0.5rem;
	}

	.cf7_block .cf7_block__contents {
		width: 100%;
	}

	.cf7_block .cf7_block__head {
		width: 100%;
	}
	.cf7_block .cf7_block__head_text {
		top: 0;
	}

	.cf7_block .wpcf7-form-control.wpcf7-radio {
		display: block;
		margin-top: 0.32em;
	}
	
	.cf7_check_before_submit {
		margin-top: 1.44rem;
	}

	.cf7_block .cf7_block__item--select {
		--select_height: 3.4rem;
	}
}


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

* contact_thanks_sec

***************/
body .thanks_block {
  min-height: 25vh;
  width: 92.2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 44px 0 76px;
  box-sizing: border-box;
}
body .thanks_block__tit {
  margin: 0 auto 32px;
  background: transparent;
  color: #f17230;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.32!important;
  letter-spacing: 0.092em;
}

body .thanks_block__text {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.086em;
}

@media screen and (max-width: 736px){
  body .thanks_block {
  min-height: 25vh;
  padding: 1.8rem 0 2rem;
  }
  body .thanks_block__tit {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  body .thanks_block__text {
    font-size: 0.92rem;
  }
}

