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


.eb {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sp_only {
	display: none;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.l-header .l-header__inner {
    padding-top: 32px;
}

.post_content h2 {
	font-size: clamp(24px, 4.6vw, 48px);
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.5;
	margin-bottom: 0;
}
.business-flex {
justify-content:space-between;
	margin-bottom: 120px;
}

.business-text-area>div {
display: flex;
    flex-direction: column;
    gap: 48px;
	width: 75%;
	margin: 0 auto;
}

.post_content .about-main-copy {
    font-size: clamp(15px, 2vw, 20px);
    margin-bottom: 30px;
    line-height: 2;
}
.business-title p {
	margin-bottom: 30px;
	font-size:16px;
}

.business-title h3 {
	margin-top:  0;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight:  normal;
}

.sticky {
	position: sticky;
top: 80px;
height: fit-content;
}

.post_content div>:first-child .history-ja {
	margin-top: 48px !important;
}

.swell-block-step__item .swell-block-step__title {
font-weight:400;
font-size: clamp(20px, 2vw, 30px)!important;}

.swell-block-step__item {
    padding: 0 0 4em 80px;
}

.p-postList__meta :before {
	display:none;
}

.p-postList .p-postList__title {
	font-weight: 400;
	margin-top: clamp(8px, 1.6vw, 20px);
}

.is-style-more_btn a {
min-width:40%;
padding: 1.75rem 3em;

}

.member-flex {
	width: 50%;
}

.w-footer {
display: block;}

.p-postList .p-postList__title {
font-size: clamp(16px, 1.6vw, 20px);
line-height:2;
font-weight: 400 !important;}

.c-pageTitle__subTitle {
	display: none;
}

.c-pageTitle {
	
font-size: clamp(24px, 4.8vw, 60px);
  font-weight: 400;
  font-style: normal;
	text-align: center;
}
.l-topTitleArea__body {
	text-shadow:none;
}

/*お問い合わせ*/

.wpcf7 {
    max-width: 960px;
    margin   : 0 auto;
}

.wpcf7 p {
    margin-bottom: 10px;
    font-size    : 16px;
}

.required {
    color: #F47F5E;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    width             : 100%;
    padding           : 8px;
    border            : 1px solid #ccc;
    line-height       : 1.2;
    padding           : 30px;
    background-color  : #fff;
    margin-bottom     : 32px;
}

.wpcf7 input[type=checkbox] {
    width         : auto;
    max-width     : 97%;
    padding       : 8px;
    border        : 1px solid #ccc;
    width         : 20px;
    height        : 20px;
    margin-bottom : 0;
    vertical-align: sub;
}



.privacy-policy-detail {
    padding   : 20px;
    height    : 280px;
    border    : 1px solid #ccc;
    overflow  : scroll;
    background: #fff;
}

.wpcf7 .privacy-policy-detail p {
    line-height  : 2;
    margin-bottom: 5px;
    font-size    : 17px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
    font-size: 17px;
}

.contact-agreement-check {
    margin-top   : 40px;
    margin-bottom: 40px;
}

.wpcf7 .wpcf7-submit {
    background-color: #141414;
    color           : #fff;
    width           : 320px;
    display         : block;
    margin          : 0 auto;
}

.p-articleThumb__img, .p-articleThumb__youtube {
    box-shadow: none;
}

@media(max-width:960px) {
	.business-flex {
display: flex;
    flex-direction: column-reverse;
}
	.business-flex-reverse {
		flex-direction: column;
}
	
	.sticky {
	position: static !important;
}
	
	
}

@media(max-width:599px) {
	
	.top #content {
padding-top: 48px;}
	
	.l-header .l-header__inner {
		padding: 16px 8px;
	}
	.swell-block-fullWide {
		padding: 2em 12px;
	}
	
	.head-title {
		margin-bottom:clamp(8px, 1vw, 16px);
		font-size: clamp(13px, 1.4vw, 16px);
	}
	.sp_img img {
		aspect-ratio: 4 / 3;
    object-fit: cover;
	}
	.pc_only {
display:none;}
	
	.sp_only {
	display: block;
}
	.business-text-area>div {
		gap: 20px;
    width: 100%;
}
	.business-title p {
		margin-bottom: 12px;
    font-size: 14px;
	}
	.business-flex {
margin-bottom:48px;}
	.swell-block-step__number {
		height: 30px;
		width: 30px;
		top: -30px;
}
	.swell-block-step__item {

	padding: 20px 0 5.6em 0;}
	.swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item>.swell-block-step__body {
        margin-left: 0;
    }
	.post_content .about-main-copy {
margin-bottom: 12px;
	}
	
/* 	.member-flex {
	width: 100%;
} */
	.is-style-more_btn a {
		width: 100%;
		font-size: 16px;
	}
	.l-content {
		margin: 0 auto 3em;
	}
	.w-beforeFooter {margin: 0 auto 3em}
	
	.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
		padding: 20px;
	}
	
	.wpcf7 .privacy-policy-detail p {
font-size: 15px;}
	.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 15px;
}
	
}

