@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
*/

/*
.l-content{
		margin: 0 auto;
	}
.post_content>:last-child{
	margin-bottom:unset !important;
}
*/
#custom_html-2{
	margin-top:0;
}

.p-mainVisual__slideTitle{
	font-size: 6vh;
	font-weight:bold;
	text-align: center;
}
/*
.l-header{
	background:rgba(255,255,255,0.8) !important;
	position:fixed;
}
*/
.l-mainContent{
	position: relative !important;
/*	z-index:101;*/
}
.l-content{
	z-index:unset;
}
.spOnly {
		display:none;
}

.top #content{
	padding-top:0;
}


.c-widget__title.-footer{
	display:none;
}

#before_footer_widget{
	position:relative;
	z-index:0;
}

/* 親要素（カード全体）のスタイル */
.js-modal-btn{
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

/* ホバー時の演出（お好みで） */
.js-modal-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}




.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 2;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto 15%;
    padding: 3rem 5rem 5rem;
    border: 1px solid #888;
    width: 80%;
	height: 80vh;
    position: absolute;
	overflow-y: scroll;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
    position: relative;
    z-index: 4;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.lineLink{
	color: #fff;
	text-decoration: none;
}
.lineBox{
	background; #06c755;
	align-items: center;
	justify-content: center;
	height: 110px;
}
#before_footer_widget{
	z-index:1 !important;
	margin:0 auto;
}
.ctaBtn a{
	padding: 1.5em 0;
}

/* 親要素（カード全体）のスタイル */
.u-card-link {
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
	padding: 0;
}

/* ホバー時の演出（お好みで） */
.u-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* クラスをつけたブロックの「中にあるリンク(aタグ)」を拡張する */
.u-stretched-link a::after { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto; /* 明示的にクリックを受け付ける */
}

#before_footer_widget{
	z-index:3;
}

#fixed-sidebar-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: #000;
    color: #fff;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;  /* 縦書きモード */
    text-align: center;
}
	#fixed-sidebar-menu:hover {
		opacity:0.7;
	}
#fixed-sidebar-menu .swl-inline-icon {
    width: 15px;
    height: 24px;
    margin-bottom: 2px;
}
#fixed-sidebar-menu a {
    color: #fff;
    padding: 1em .5em;
}
#fixed-sidebar-menu a .__icon{
	margin-left: 0 !important;
}

/* Contact Form 7 */
/* フォーム類
--------------------------------------- */


.formBox button{
	border:none;
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox textarea,
.formBox select{
	padding: 5px;
	background-color:#fff;
	border:none;
	border:solid 2px #c9c9c9;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	font-size:16px;
}


.formBox input{ 
	vertical-align: middle;
	height:37px;
}

.formBox select{
	vertical-align: middle;
	height:37px;
}

.formBox textarea{
	width: 593px;
	min-height: 264px;
}

.formBox label{
	cursor: pointer;
	width: 90px;
	margin: 0;
	float: left;
	display: block;
	vertical-align: middle;
}

.formBox label > input{ 
	margin:0 ;
	display:inline;
}


.formBox{
	margin: 0 auto;
	width: 100%;
	clear:both;
	position:relative;
	margin:0;
}
.formBox .red{
	color:red;
}
.formBox #formBtn{
	position:relative;
	/* left:50%; */
	/* float:left; */
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
}

.formBox #formBtn li{
	/* position:relative; */
	/* left:-50%; */
	/* float:left; */
	/* margin:0 10px; */
	/* padding:0; */
	width:165px;
	/* text-align:center; */
	list-style:none;
}

.formBox #formBtn li input{
	width:100%;
	height:45px;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	background: #000;
	color:#fff;
}
.formBox #formBtn li input:hover{
	opacity:0.7;
}
#formDl{
	margin: 0 auto 40px;
	border-bottom: 1px solid #c9c9c9;
	padding:0 0 30px;
	width:1060px;
}

#formDl dt{
	font-weight: bold;
	display: block;
	width: 210px;
	clear: left;
	float: left;
	padding: 40px 0 0 0;
	font-size: 16px;
	line-height:37px;
	text-align: right;
}

#formDl dd{
	font-size:16px;
	display: block;
	width: 743px;
	margin: 0 0 0 27px;
	padding: 40px 0 0 30px;
	float:left;
}


#errorArea {
	color: #ff0000;
	text-align: center;
}
.wpcf7 form .wpcf7-response-output{
	margin-top:2em;
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
    visibility: hidden;
}
.u-recaptcha-policy {
    font-size: 10px;
    line-height: 1.2;
    width: fit-content;
    margin: 0 auto;
}


@media screen and (max-width: 960px){
.close {
	font-size: 20px;
}
.modal-content {
    padding: 1.5rem 1.5rem 3rem;
    width: 95%;
    height: 80vh;
	z-index:200;
	}
	.modal-content .has-text-align-center {
    font-size: .7em!important;
	}
	.modal-content .u-mb-40, .modal-content .u-mb-30 {
	    margin-bottom: .5em!important;
	}
}

@media screen and (max-width: 959px) {
    body {
        padding-bottom: 45px; /* 固定メニューの高さに合わせて余白を設定 */
    }
    .p-fixBtnWrap {
        bottom: 5.5em; /* 上に戻るボタンの位置を上に */
    }
	.l-footer{
		z-index:2;
	}
    #fixed-bottom-menu {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
        background-color: #000;
        padding: 0;
    }
    #fixed-bottom-menu .swell-block-column {
        padding: 0;
    }
    #fixed-bottom-menu .swell-block-button__link[data-has-icon] {
        padding: 0.6em 0;
    }
	.lineBox figure{
		flex: 1;
	}
/*
	.w-beforeFooter,
	.l-content{
		margin: 0 auto;
	}
*/
}


@media screen and (min-width: 960px) {
    #fixed-bottom-menu {
        display: none; /* PCでは非表示にする */
    }
}

@media screen and (max-width: 782px) {
	#fixed-sidebar-menu{
		display: none !important;
	}

.formBox textarea{
	width: 100%;
	min-height: 100px;
}

.formBox label{
	cursor: pointer;
	width: 90px;
	margin: 0;
	float: left;
	display: block;
	vertical-align: middle;
}

.formBox label > input{ 
	margin:0 ;
	display:inline;
}
.formBox input[type="text"], .formBox input[type="email"], .formBox textarea, .formBox select{
			max-width : 100%;
	}

.formBox{
	margin: 0 auto;
	width: 100%;
	clear:both;
	position:relative;
	margin:0;
}
.formBox .red{
	color:red;
}
.formBox #formBtn{
	position:relative;
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
}

.formBox #formBtn li{
	/* position:relative; */
	/* left:-50%; */
	/* float:left; */
	/* margin:0 10px; */
	/* padding:0; */
	width:165px;
	/* text-align:center; */
	list-style:none;
}

.formBox #formBtn li input{
	width:100%;
	height:45px;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
	background: #000;
	color:#fff;
}
.formBox #formBtn li input:hover{
	opacity:0.7;
}
#formDl{
	margin: 0 auto 40px;
	border-bottom: 1px solid #c9c9c9;
	padding:0 0 30px;
	width:100%;
}

#formDl dt{
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 16px;
	line-height:30px;
	text-align: left;
	float:unset;
}

#formDl dd{
	font-size:16px;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px;
	float:unset;
}

}
@media only screen and (max-width:960px){
	.l-header__bar{
		display: block !important;
	}
	.l-header__bar .c-catchphrase{
		margin: 0 auto;
		width : 100%;
		max-width: 90px;
	}
	}

@media only screen and (max-width:727px) {
	.spOnly {
		display:block;
	}
.p-mainVisual__slideTitle{
/*	font-size: 11vw;*/
	font-size: 9vw;
	font-weight:bold;
	text-align:left;
}
	.l-footer__foot, .l-footer__widgetArea{
		padding:0 0 1em;
	}
}


