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


/*==================================
共通クラス
==================================*/
/* font weight */
.fw500 {
	font-weight: 500;
}

/* PC48px,SP32px */
.fz48-32 {
	font-size: 48px !important;
}
@media screen and (max-width:599px) {
	.fz48-32 {
		font-size: 32px !important;
	}
}

/* PC40px,SP28px */
.fz40-28 {
	font-size: 40px !important;
}
@media screen and (max-width:599px) {
	.fz40-28 {
		font-size: 28px !important;
	}
}

/* PC32px,SP28px */
.fz36-24 {
	font-size: 36px !important;
}
@media screen and (max-width:599px) {
	.fz36-24 {
		font-size: 28px !important;
	}
}

/* PC32px,SP28px */
.fz32-28 {
	font-size: 32px !important;
}
@media screen and (max-width:599px) {
	.fz32-28 {
		font-size: 28px !important;
	}
}

/* PC32px,SP24px */
.fz32-24 {
	font-size: 32px !important;
}
@media screen and (max-width:599px) {
	.fz32-24 {
		font-size: 24px !important;
	}
}

/* PC28px,SP20px */
.fz28-20 {
	font-size: 28px !important;
}
@media screen and (max-width:599px) {
	.fz28-20 {
		font-size: 20px !important;
	}
}

/* PC25px,SP14px */
.fz25-14 {
	font-size: 25px !important;
}
@media screen and (max-width:599px) {
	.fz25-14 {
		font-size: 14px !important;
	}
}

/* PC24px,SP20px */
.fz24-20 {
	font-size: 24px !important;
}
@media screen and (max-width:599px) {
	.fz24-20 {
		font-size: 20px !important;
	}
}

/* PC20px,SP18px */
.fz20-18 {
	font-size: 20px !important;
}
@media screen and (max-width:599px) {
	.fz20-18 {
		font-size: 18px !important;
	}
}

/* PC20px,SP16px */
.fz20-16 {
	font-size: 20px !important;
}
@media screen and (max-width:599px) {
	.fz20-16 {
		font-size: 16px !important;
	}
}

/* PC16px,SP15px */
.fz16-15 {
	font-size: 16px !important;
}
@media screen and (max-width:599px) {
	.fz16-15 {
		font-size: 15px !important;
	}
}

/* 見出し */
.head_custom.wp-block-heading {
	position: relative;
	padding-top: 29px;
	font-size: 48px;
	color: var(--color_main);
} 
@media screen and (max-width:599px) {
	.head_custom.wp-block-heading {
		font-size: 40px;
	} 
}

.head_custom.wp-block-heading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 5px;
	background: var(--color_main);
} 


/* PCのみbold */
@media screen and (min-width:960px) {
	.pc-bold {
		font-weight: bold;
	}
}

/* PCのみ500 */
@media screen and (min-width:960px) {
	.pc-fw500 {
		font-weight: 500;
	}
}

/* SPのみ太字 */
@media screen and (max-width:959px) {
	.sp-bold {
		font-weight: bold;
	}
}

.max-width764 {
	width: 100%;
	max-width: 764px;
	margin-inline: auto;
}

/*==================================
ヘッダー
==================================*/
/* PC時にヘッダー非表示 */
.l-header {
	display: none;
}

/* SP時にハンバーガーメニュー非表示 */
@media screen and (max-width:959px) {
	.l-header__menuBtn.sp_ {
		display: none;
	}
}

/*==================================
フッター
==================================*/
/* デフォルトのコピーライト非表示 */
.l-footer__foot {
	display: none;	
}

/* ブログパーツで作成したフッターのカスタマイズ */
.footer_custom .swell-block-columns__inner {
	align-items: flex-end;
}

.footer_custom_logo .swell-block-columns__inner {
	align-items: flex-start;
}

@media screen and (max-width:599px) {
	.footer_custom_copyright p {
		text-align: center;
	}
	
	.footer_custom_logo .wp-block-image {
		text-align: left;
	}
}


/*==================================
CTA1
==================================*/
.border_custom {
	padding: 40px 24px;
	border: 4px solid  var(--color_main);
}

.decorated-text {
	position: relative;
	display: inline-block;
	padding: 0 2em;
}

@media screen and (max-width:959px) {
	.decorated-text {
		padding: 0 1em;
		line-height: 1.6;
	}
}

.decorated-text::before,
.decorated-text::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 33px;
	height: 2px;
	background: #333;
}

@media screen and (max-width:959px) {
	.decorated-text::before,
	.decorated-text::after {
		width: 59px;
	}
}

.decorated-text::before {
  left: 0;
  transform: translateY(-50%) rotate(60deg);
}

.decorated-text::after {
	right: 0;
	transform: translateY(-50%) rotate(-60deg);
}

@media screen and (max-width:959px) {
	.decorated-text::before {
	  left: -30px;
	  transform: translateY(-50%) rotate(70deg);
	}

	.decorated-text::after {
		right: -30px;
		transform: translateY(-50%) rotate(-70deg);
	}
}

/*==================================
メインビジュアル
==================================*/
.mv_sub-catch {
	font-size: 25px;
}
@media screen and (max-width:599px) {
	.mv_sub-catch {
		font-size: 14px;
	}
}

.mv_catch-copy {
	transform: skewX(-10deg);
    line-height: 1.4;
	font-size: min(72px, calc(72/1440*100vw));
}
@media screen and (max-width:599px) {	
	.mv_catch-copy {
		font-size: min(44px, calc(36/375*100vw));
	}

	.mv_catch-copy span.border {
		margin-top: 10px;
		padding: 0  min(50px, calc(50/1440*100vw)) 5px;
	}
}

.mv_catch-copy span.border {
	display: inline-block;
	margin-top: 10px;
	padding: 0  min(50px, calc(50/1440*100vw)) 5px;
	border: 1px solid var(--color_main);
}


/*==================================
悩みセクション
==================================*/
@media screen and (max-width:599px) {	
	.flex-direction_custom .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
	
	.check-icon_text {
		padding: 0 24px !important;
	}
}

.check-icon_text p {
	position: relative;
	padding-left: 28px;
	font-size: 20px;
}

.check-icon_text img {
	position: absolute;
	top: 9px;
	left: 0;
	width: 18px !important;
}

@media screen and (max-width:599px) {	
	.padding_custom {
		padding-inline: 24px !important;
	}
}


/*==================================
日本人工芝計画ではセクション
==================================*/
.sec_bg-custom {
	position: relative;
	padding-top: 170px !important;
}

@media screen and (max-width:599px) {
	.sec_bg-custom {
		padding-top: 130px !important;
	}
}

.sec_bg-custom:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 780px;
	aspect-ratio: 780 / 105;
	background: transparent;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #fafafa;;
	z-index: 1;
}

@media screen and (max-width:599px) {
	.sec_bg-custom:after {
		aspect-ratio: 375 / 60;
	}
}

.bg_white {
	background: #fff;
}

@media screen and (max-width:599px) {
	.sp-order-1 {
		order: 1;
	}
	.sp-order-2 {
		order: 2;
	}

	.sp-order-3 {
		order: 3;
	}
	
	.sp-order-4 {
		order: 4;
	}
}

/*==================================
社員の声セクション
==================================*/
.shadow_custom,
.shadow_custom .swell-block-columns__inner {
	height: 100%;
}

@media screen and (max-width:959px) {
	.shadow_custom .swell-block-columns__inner {
		row-gap: 4px;
	}
}

.shadow_custom .shadow_custom_text {
	padding: 16px;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

@media screen and (min-width:960px) {
	.shadow_custom .shadow_custom_text {
		margin-left: 6px;
	}
}

@media screen and (max-width:959px) {
	.shadow_custom .shadow_custom_text {
		padding: 20px;
	}
}

.shadow_custom .shadow_custom_text p {
	line-height: 1.6;
}

.voice_sp-img img {
	width: 100%;
}

.voice_name{
	padding: 8px 18px !important;
	line-height: 1.5;
}

.sp-blank {
  display: none;
}

@media screen and (max-width:959px) {
	.sp-blank::before {
		content: '\3000'; /* 全角スペース（U+3000 IDEOGRAPHIC SPACE） */
	}
	.sp-blank {
		display: inline;
	}
}

/*==================================
 キャリアセクション
==================================*/
div.has-background.career_custom {
	padding: 64px 60px;
}

@media screen and (max-width:959px) {
	div.has-background.career_custom {
		padding: 24px 15px;
	}
}

.career_inner_custom {
	padding: 24px;
	border: 1px solid var(--color_main); 
}


@media screen and (max-width:959px) {
.career_inner_custom {
	padding: 24px 15px;
	}
}

p.has-background.career_step {
	display: inline-block;
	width: 230px;
	max-width: 100%;
	padding: 0 10px;
}

p.has-background.career_step span {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}


/*==================================
 １日のスケジュールセクション
==================================*/
.timeline_custom_container {
	max-width: 880px;
	margin-inline: auto;
}

.img-margin1 img {
	margin-right: 24px;
}

.img-margin2 img {
	margin-right: 12px;
}

.timeline_custom {
	position: relative;
}

.timeline_custom:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 9px;
    top: 26px;
    bottom: -45px;
    width: 1px;
	background-color: var(--color_main); 
}

.timeline_custom .swell-block-columns__inner {
	row-gap: 12px;
}

.swell-block-column.swl-has-mb--s.timeline_text1 {
	padding-left: 20px;
}

.swell-block-column.swl-has-mb--s.timeline_text2 {
	padding-left: 20px;
}


/*==================================
 募集要項セクション
==================================*/
.table_custom {
	padding: 40px 60px;
	background: #fff;
}
@media screen and (max-width:959px) {
	.table_custom {
		padding: 24px 15px;
	}	
}

.table_custom th {
	padding: 24px 12px 24px 24px;
	font-weight: 500;
}

.table_custom td {
	padding: 24px 24px 24px 12px;
}
@media screen and (max-width:959px) {
	.table_custom th {
		padding: 12px 12px 6px;
	}
	.table_custom td {
		padding: 6px 12px 12px;
	}
}

.table_custom tr th,
.table_custom tr td {
	border-color: rgb(18 134 45 / 20%);
}

.table_custom tr:first-child th,
.table_custom tr:first-child td {
	border-top: none;
}

@media screen and (max-width:959px) {
	.table_custom tr th {
		border: none;
	}
	.table_custom tr td {
		border-top: none;
	}
}

/*==================================
採用プロセスセクション
==================================*/
.step_custom {
	padding: 64px 124px;
	background: #FAFAFA;
}
@media screen and (max-width:599px) {
	.step_custom {
		padding: 64px 24px;
	}
}

.step_custom .swell-block-step__item:before {
	border-left: 1px solid var(--color_main);
}

@media screen and (max-width:599px) {
	.step_custom.swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item>.swell-block-step__body {
		margin-left:0;
	}
	
	.step_custom.swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item:before {
		display: block;
    }
}
