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

.h2_title{ 
	position:relative;
	display:flex;
	align-items:baseline;
	line-height: 1;
	width:fit-content;
	margin-bottom:1em;
}
@media (max-width: 768px){
	.h2_title{ 
		margin-bottom:25px;
	}
}	
.h2_title::before{
	content:"";
	position:absolute;
	bottom:0;
	height:100%;
	background: linear-gradient(transparent 70%, #E5E5E5 30%);
	z-index:-1;
	left: -20vw;
    width: calc(100% + 20vw);
}	
.h2_title--en{
	font-size:76px;
	font-weight:bold;
	line-height:1;
}
.h2_title--ja{
	font-size:34px!important;
	padding-left:.5em;
}
.post_content h3.h3_title{
	font-size:47px;
	line-height:1.5;
	padding:.5em;
	margin:1.5em 0 1.2em 0;
}
.post_content h3.h3_title::before{
	content:none;	
}
.post_content h4.h4_title{
	font-size:44px;
	line-height:1.5;
	margin:.8em 0 .7em 0;
	padding: 0;
    border-left: none;
}
@media (max-width: 768px){
	.h2_title--en{
		font-size:38px;
	}
	.h2_title--ja{
		font-size:20px!important;
		padding-left:0;
	}
	.post_content h3.h3_title{
		margin-top:25px;
		margin-bottom:17px;
	}
	.post_content h4.h4_title{
			margin-top:17px;
	}
	.post_content h3.h3_title,
	.post_content h4.h4_title{
		font-size:22px;
	}
	.h2_title{ 
	flex-direction:column-reverse;
	}
	.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	padding-left:8px;
	}
}
p{
font-size:16px;
	line-height:1.8;
}



/* gmap白黒 */
.gmap{
    filter: grayscale(1);
}

/* ボタン */
.is-style-more_btn a,
.is-style-btn_normal a,
.submit input{
	background: #E80534;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    transition: none;
	border-radius:20px;
	max-width:270px;
	min-width:270px;
	font-weight:bold;
	font-size:20px;
	border:2px solid #E80534;
	transition:all ease .3s;
}
@media (max-width: 768px){
	.is-style-more_btn a, .is-style-btn_normal a, .submit input{
	font-size:16px;
	max-width:180px;
	min-width:180px;
		padding:.3em;
	}
}

.is-style-more_btn a:after{
	content:none;
}
.is-style-more_btn a:hover,
.is-style-btn_normal a:hover{
	box-shadow:none;
	background-color:#fff!important;
	color:#E80534;
}

/* fv */
.p-mainVisual__textLayer{
	margin-top: -5%;
}
.p-mainVisual__textLayer p{
	font-size:24px;
	line-height:1.8;
	letter-spacing:.03em;
	text-shadow:none;
}
@media (max-width: 768px){
	.p-mainVisual__textLayer{
		margin-top:2em;
		justify-content:start;
	}
	.p-mainVisual__textLayer p{
		font-size:16px;
	}
	.fv_title_head{
		margin-bottom:8px!important;
		text-align:center;
	}
	.fv_title{
		margin-bottom:16px!important;
	}
}
@media (max-width: 768px){
.top #content{
padding-top:28px;
}
}
/* buisiness */
/* .buisiness_content .wp-block-media-text__content{
align-self: initial!important;
} */
.buisiness_desc{
	font-size:77px;
	margin-bottom:0;
	line-height:1.5;
}
@media (max-width: 768px){
	.buisiness_desc{
		font-size:25px;
		line-height:1.8;
	}
}
.buisiness_head{
	font-size:40px;
	line-height:1.5;
	display:inline-block;
	padding:0 1em!important;
	width:fit-content;
	margin-bottom:0;
}
@media (max-width: 768px){
	.buisiness_head{
		font-size:24px;
	}
}
.number{
	font-size:150px;
	margin-bottom:0!important;
	line-height:1;
	padding-top:.1em;
	padding-bottom:.2em;
}
@media (max-width: 768px){
.number{
	font-size:70px;
}
}


/* cover */
.wp-block-cover p{
	font-size:77px;
	line-height:1.5;
	letter-spacing:.03em;
}
.cover_bottom{
	position:relative;
	z-index:1;
	margin-bottom: -7em;
}
.cover_image{
	position: absolute;
    bottom: 0;
    right: -110px;
    width: 55%;
    height: 520px;
    z-index: 1;
}
@media (max-width: 768px){
	.wp-block-cover{
		min-height:210px;
	}
	.wp-block-cover p{
		font-size:22px;
	}
	.cover_image{
		right: -30px;
		width: 66%;
		height: auto;
		overflow:hidden;
	}
}

/* SP時カラムの画像非表示 */
@media (max-width: 959px){
	.no_media.wp-block-media-text{
		grid-template-columns: auto 0%!important;
	}
	.no_media .wp-block-media-text__media{
		display:none;
	}
}
/* slider */
.loop-slider {
    display: flex;
    overflow: hidden;
    gap: 1.5rem; /* 画像間の余白を指定 */
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
    display: contents;
}

.loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 30s infinite linear; /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
    width: 500px; /* 画像の横幅を指定（パソコン） */
    position: relative;
}

.loop-slider .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 959px) {
    .loop-slider .swell-block-column figure {
        width: 200px; /* 画像の横幅を指定（スマホ） */
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* buisiness_banners */
.buisiness_banners{
}
.buisiness_banner{
	position:relative;
	color:#fff;
	font-weight:bold;
	padding:1em .5em;
}
.buisiness_banner::before,
.buisiness_banners .c-bannerLink::before{
	content:"";
	position: absolute;
  	right: 0;
  	width: 100%;
  	height: 1px;
  	background-color: #fff;
	top: 60%;
	opacity:.7;
}
.buisiness_banner p:nth-child(1),
.c-bannerLink__title{
	line-height:1.8;
	margin-bottom:0;
	opacity:.7;
	font-size:60px;
	white-space: nowrap;
}
.buisiness_banner p:nth-child(2),
.c-bannerLink__description{
	font-size:22px;
}

.wp-elements-beb907377f46b3d7642d9f9a5142fe62,
.wp-elements-23a303006f6385cd32f0dbc62fb19fa7{
	margin-bottom:0;
	font-size:47px;
    line-height: 0.7;
}
.c-bannerLink__text{
	padding:3em 1em;
}
@media (max-width: 768px){
	.buisiness_banner,
	.c-bannerLink__text{
		padding:1em!important;
	}
	.buisiness_banner::before,
	.c-bannerLink::before{
		top:5.4em;
	}
	.buisiness_banner p:nth-child(1),
	.c-bannerLink__title{
		font-size:20px;
	}
	.buisiness_banner p:nth-child(2),
	.c-bannerLink__description{
		font-size:12px;
		white-space:nowrap;
	}
	.wp-elements-beb907377f46b3d7642d9f9a5142fe62, .wp-elements-23a303006f6385cd32f0dbc62fb19fa7{
		font-size:24px;
	}
}


/* aboutus */
.aboutus{
	margin-top:4em;
}
.post_content div>:first-child .aboutus_title{
	margin-bottom:-4em;
	transform: translateY(-6em);
}
.aboutus_title p{
	font-size:76px;
	margin:0;
}
.post_content .aboutus_title h2{
	font-size:44px;
	margin:0;
}
.aboutus .swell-block-column:nth-child(2){
	width: 58vw;
    margin-right: -50vw;
}
.aboutus .has-medium-font-size{
	font-size:33px!important;
	margin-bottom:0!important;
}
.aboutus .wp-block-group{
	font-size:22px;
}
@media (max-width: 768px){
	.post_content div>:first-child .aboutus_title{
margin-bottom:2em;
	transform:none;
	}
	.aboutus{
padding-top:0!important;
		
	}
	.aboutus.swell-block-fullWide.has-bg-img{
		background-size:auto 150%;
		background-position:top;
	}	
	.aboutus_title{
width: 100vw;
        margin-left: -4vw !important;
        padding: 0 4vw;
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, transparent 30%, transparent 100%);
}
	.aboutus_title p{
	font-size:38px;
}
	.post_content .aboutus_title h2{
		font-size:22px;
	}
	.aboutus .has-medium-font-size{
		font-size:28px!important;
		margin-bottom:0!important;
	}
	.aboutus .wp-block-group{
		font-size:18px;
	}
	.aboutus .swell-block-column:nth-child(2){
	width: 100%;
    margin-right: 0;
	}
}
.aboutus_link{
	cursor:pointer;
}
.aboutus_link .wp-block-group p:nth-child(2){
	transition: all .3s ease;

}
.aboutus_link:hover .wp-block-group p:nth-child(2){
	margin-left:.5em;
}
.aboutus_link a{
	color:inherit;
}

/* link */
.link{
}
.link_desc{
	font-size:24px;
	line-height:1.8;
	letter-spacing:.03em;
}
.link_banner{
	border-radius:2rem;
}
.link_banner .wp-block-group{
	width:100%;
}
.post_content div>:last-child .link_banner .swell-block-button{
	margin:auto!important;
}
.link_banner .swell-block-button a{
	width:100%;
	white-space:nowrap;
}
.link_banner p:nth-child(1){
	font-size:36px;
}
.link_banner p:nth-child(2){
	font-size:21px;
}
@media (max-width: 959px){
	.link_banner.wp-elements-a31f88dd7715fe5b9349a6da6ae22847{
		    margin-top: -100vw;
	}
	.link_banner{
		position:relative;
	}
}
@media (max-width: 768px){
	.link.swell-block-fullWide.has-bg-img{
		background-image:url(/wp-content/uploads/2025/05/アセット-40-scaled.jpg)!important;
		background-position: top;
	}
	.link_banner{
		border-radius:10px;
	}
	.link_desc{
		font-size:16px;
		text-align:center;
	}
	.link_banner{
		flex-direction:column;
	}
	.link_banner p:nth-child(1){
		font-size:22px;
	}
	.link_banner p:nth-child(2){
		font-size:16px;
	}
	.post_content div>:last-child .link_banner .swell-block-button{
		margin-top:1em!important;
		font-size:16px;
	}
}

/* footer */
.footer li a{
	color:#fff!important;
	font-size:16px;
}
@media (max-width: 768px){
.footer .wp-block-list{
padding-top:1em;
border-top:1px solid #ffffff66;
}
}
.sp_only .gmap{
	height:150px;
}
.p-blogParts.post_content.sp_only.footer_map{
right: -30px;
    transform: translateX(0px);
    max-width: calc(100% + 30px) !important;
    margin-left: -30px;
}
/* image */
.wp-block-image.w100 figure,
.wp-block-image.w100 img{
	width:100%;
}

/* nav */
.c-gnav>.menu-item>a .ttl{
	font-weight:bold;
}
.menu-item:last-child:hover a{
	opacity:.7;
}
.menu-item:last-child:hover a:after,
.menu-item:last-child.-current a:after{
	content:none;
}
@media screen and (min-width:960px) {
	.menu-item:last-child a{
		background: #E80534;
		padding: 12px 20px;
		border-radius: 20px;
		color: #fff;
		height: 40px;
		align-items: center;
		margin-top: 14px;
		margin-left: 10px;
	}
}

/* お問い合わせ */
/* コンタクトフォーム */
.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
width:100%!important;
}
label{
display:block;
margin-top:10px;
}

.submit{
	 margin-top:40px;
}
.submit input{
	margin:auto;
	display: block;
}
.submit input:hover{
	background:#fff;
	color:#E80534;
}

/*  .submit{
	 position:relative;
	background:#fff;
	box-shadow:none;
	color:#e4002b;
	transition:all ease .3s;
	display: flex;
	align-items:center;
	justify-content:center;
    position: relative;
    overflow: hidden;
	max-width:320px;
    width: 100%;
    height: 50px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #e4002b;
    border-radius: 100px;
	margin:auto;
	padding:0;
	 z-index:0;
	 margin-top:40px;
}
 .submit:hover{
	 border-radius:50px;
}

.submit::before {
 content: '';
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 0;
    width: 150%;
    height: 450%;
    border-radius: 50%;
    background-color: #e4002b;
    -webkit-transition: top .65s ease, left .65s ease;
    transition: top .65s ease, left .65s ease;
	z-index:-1;
}
.submit:hover input {
  color: #fff;
}
.submit:hover::before {
    top: -100%;
    left: -20%;
}

.submit input{
	color:#e4002b;
background:none;
	border:none;
	width:100%;
	height:100%;
}
@media (max-width: 959px){
.submit input{
	padding:10px 0;
}
}
.submit::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    border-right: 1px solid #e4002b;
    border-bottom: 1px solid #e4002b;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .65s ease;
    transition: border-color .65s ease;
	right: 21px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
	}
.submit:hover::after{
transform: rotate(-45deg);
	border-color:#fff;
} */
.submit .wpcf7-spinner{
	display:none;
}

.form__item.check-item .wpcf7-list-item-label{
	background:none;
}

/* お問い合わせフォーム */
.wpcf7-list-item .wpcf7-list-item-label{
white-space:nowrap;
}
.form__contents{
position:relative;
}
.form__contents::before{
content:"";
position:absolute;
top:0;
left:0;
bottom:0;
background: #35A89B;
background: linear-gradient(135deg, rgba(53, 168, 155, 1) 50%, rgba(63, 181, 111, 1) 100%);
	width:260px;
height:100%;
z-index:-1;
	border-radius:14px 0 0 14px;
}
@media screen and (max-width:781px){
.form__contents::before{
width:100%;
right:0;
	background:#f2f2f2;
	border-radius:14px;
}
}
.form__item{
display:flex;
align-items:center;
}
.form__item:first-child>span{
			border-radius: 0 14px 0 0;
}
.form__item:last-child>span{
			border-radius:  0 0 14px 0;
}
@media screen and (max-width:781px) {
	.form__item{
flex-direction:column;
}
}
.form__item>label{
color:#fff;
}
@media screen and (max-width:781px) {
.form__item>label{
color:#333;
}
}
.form__item label{
max-width: 260px;
width:100%;
display: flex;
align-items: center;
gap:13px;
padding:0 20px;
}
@media screen and (max-width:781px) {
.form__item label{
max-width:100%;
padding-top:10px;
}
}
.form__item label>span{
background-color:#fff;
border-radius:12px;
color:#333;
max-width:66px;
width:100%;
display: flex;
align-items: center;
justify-content: center;
	color:#1F1673;
}
@media screen and (max-width:781px) {
.form__item label>span{
background: #35A89B;
background: linear-gradient(135deg, rgba(53, 168, 155, 1) 50%, rgba(63, 181, 111, 1) 100%);
color:#fff;
	}
	}
	.wpcf7-form-control-wrap{
		width:100%;
	}
@media screen and (max-width:781px){
.form__item.check-item label>span{
background:#333;
	color:#fff!;
}
	.form__item.check-item .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label{
		justify-content:flex-start;
	}
input[type="checkbox"] {
max-width:20px!important;
	}
	.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
display:flex;
		flex-direction:column;
	}
}

.form__item>span{
padding:10px 90px 10px 10px;
	width:100%;
		background:#F2F2F2;
}
@media screen and (max-width:781px) {
.form__item>span{
padding:10px;
	width:100%;
		background:#F2F2F2;
}
}
.file-item_item{
display:flex;
flex-direction:column;
	width:100%;
}
.form__item.file-item span{
background:none;
padding:10px;
}
.form__item.file-item span input{
			background:#F2F2F2;
	width:fit-content;
	height:inherit;
}

.file-item_item{
		background:#F2F2F2;
}
.form__item span input{
height:46px;
}
.form__item span textarea{
height:430px;
}
.form__item span input,
.form__item span textarea{
border-radius:9px;
	max-width:100%;
	width:100%;
	background-color:#fff;
	border:none;
	}
.form__item.check-item .wpcf7-form-control-wrap{
	padding:0 10px;
}

.form__item.check-item .wpcf7-form-control-wrap label{
max-width:100%;
padding:10px 5px;
}
@media screen and (max-width:781px) {
.check-item .wpcf7-form-control-wrap label{
margin-top:0;
}
	.form__item.check-item .wpcf7-form-control-wrap label {
    padding: 0px 15px;
}
}

/* 下層ページ */
/* 下層 title */
	.page:not(.top) .post_content h2.wp-block-heading:not(.w-beforeFooter h2.wp-block-heading)  {
	color:#333;
	width: 100%;
	font-size:30px;
	margin:1em 0;
	background:#f1f1f1;
	padding:.5em;
}
.page:not(.top) .post_content h3.wp-block-heading:not(.w-beforeFooter h3.wp-block-heading) {
	font-size:30px;
	margin:1em 0;
}
@media (max-width: 768px){
	.page:not(.top) .post_content h2.wp-block-heading:not(.w-beforeFooter h2.wp-block-heading) ,
	.page:not(.top) .post_content h3.wp-block-heading:not(.w-beforeFooter h3.wp-block-heading) {
			font-size:18px;
	}
}
/* 下層FV */
.c-pageTitle{
	display: flex;
    flex-direction: column-reverse;
    font-size: 77px;
	max-width: 1200px;
    margin: auto;
}
.c-pageTitle__subTitle {
    margin-left: 0.4em;
    opacity: 1;
    top: -2px;
    font-style: normal;
    font-size: 21px;
    line-height: 1;
}
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 280px;
    }
}
@media (max-width: 768px){
	.c-pageTitle{
		font-size:32px;
	}
	.c-pageTitle__subTitle {
		font-size:10px;
	}
}
/* パンくず */
.p-breadcrumb.-bg-on{
	background:#3EB56E!important;
	color:#fff;
}
@media (min-width: 600px) {
    .p-breadcrumb__list {
        font-size: 13px;
        max-width: 1290px;
    }
}
/* contact-page */
.l-topTitleArea.c-filterLayer::before,
.c-filterLayer.-texture-dot:after{
	content:none;
}

/* footer前共通パーツ調整 */
#custom_html-3{
	margin-top: 4em;
}
.w-beforeFooter{
margin-bottom:0;
}

/* お問い合わせページ共通パーツ非表示 */
.page-id-2217 #custom_html-3{
	display:none;
}

@media (max-width: 600px) {
    .is-stacked-on-mobile>.wp-block-media-text__content {
        padding: 0!important;
    }
}

.post_content hr{
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.ti-widget.ti-goog .ti-col-4 .ti-review-item{
max-width:20%!important;
}

/* 追尾サイドバー */
@media (min-width: 1200px) {
    :root {
        --swl-sidebar_width: 400px;
        --swl-sidebar_margin: 52px;
    }
}
#fix_sidebar img{
width:100%;
}

/* blog */
@media (max-width: 768px){
	.c-postThumb__cat{
font-size:10px!important;
	width:100%;
				margin-top:.5em;
	
	}
	.c-postThumb__cat{
	transform:none;

	}
}

@media (max-width: 768px){
	.-type-card .p-postList__item{
margin-bottom:36px;
	}
}

@media (max-width: 960px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: wrap!important;
    }
}
@media (min-width: 959px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 768px) {
    .ti-widget.ti-goog .ti-col-1 .ti-reviews-container-wrapper .ti-review-item {
        max-width: 44% !important;
    }
}