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

/*----- 共通 --------------------------------------------------*/
/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap');
.fira {
	font-family: "Fira Sans", var(--swl-font_family);
	font-weight: 600;
	font-style: normal;
	font-size: clamp(2em, 5vw, 60px);
	color: #00abe9;
	line-height: 1.2;
}

/*余白*/
#body_wrap .l-content{
	margin-bottom:0;
	padding-bottom: 0;
}
#body_wrap:not(.blog,.archive,.single) .l-content{
	padding-top: 0;
}
#before_footer_widget.w-beforeFooter{
	margin: 0;
}



/* 角丸 */
.round{
	border-radius: 1rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;	
}


@media (max-width: 600px) {
    p.has-text-align-center {
        text-align: left !important;
    }
}

/* フッター */
footer #menu-footer-menu {
	width: fit-content;
    display: flex;
	flex-wrap: wrap;
    list-style: none;
    margin: auto;
    padding: 0 0 1rem 0;
}
footer #menu-footer-menu li {
    border-left: 1px solid #fff;
    padding: 0 0.75rem;
}
footer #menu-footer-menu li:last-of-type {
    border-right: 1px solid #fff;
}

footer .swell-block-box-menu .swell-block-box-menu__inner {
	display: block;
    max-width: fit-content;
    margin-left: auto !important;;
}

footer .swell-block-box-menu .swell-block-box-menu__item {
    --the-border-color: transparent;
	width: fit-content;
}
footer .swell-block-box-menu .swell-block-box-menu__link {
    padding: 0.25rem 0.5rem;
}

footer a:hover{
	text-decoration: underline;
}

@media (max-width: 959px) and (min-width: 601px){
	footer #menu-footer-menu li {
		width: 32%;
		border-right: none !important;
	}
}
@media (max-width: 600px){
	footer #menu-footer-menu li {
		width: 48%;
		border-right: none !important;
	}
}


/*コンテンツヘッダー*/
.l-topTitleArea{
    flex-direction: column;
}

.single .l-topTitleArea {
    align-items: center;
    display: flex;
    margin: 0;
    min-height: 11em;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
}
.single .l-topTitleArea__body {
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 3;
}

@media (min-width: 600px) {
    .l-topTitleArea,
	.single .l-topTitleArea{
        min-height: 35vh;
		padding: 1em 0;
    }
}
.l-topTitleArea.c-filterLayer.-texture-brushed:after{
	display: none;
}



/* ページタイトル */
.l-topTitleArea__body {
	flex-grow: 3;
    display: flex;
    justify-content: center;
	align-items: center;
}

.c-pageTitle{
	display: inline-block;
    font-size: clamp(1.5em, 4vw, 40px);
    text-shadow: none;
    color: #000;
	text-align: center;
}

.single .c-pageTitle {
	font-weight: bold;
    line-height: 1.4;
    position: relative;
}

.c-pageTitle__subTitle,
.wp-block-heading.underline-title small{
	display: block;
    font-size: clamp(1rem, 2.5vw, 24px);
    font-style: normal;
    letter-spacing: 2px;
    opacity: 1;
    margin: 0.75rem 0 0 0;
    padding-top: 1rem !important;
	position: relative;
}
.c-pageTitle__subTitle::before,
.wp-block-heading.underline-title small::before{
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: currentColor;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}


/* パンくずリスト */
.p-breadcrumb{
	width: 100%;
	z-index: 3;
}

/* ボタン */
.is-style-btn_line a{
    background: #fff;	
}

/* 投稿リスト */
.-type-simple .p-postList__link{
	padding: 1em 1.5rem;
}
.-type-simple .p-postList__body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.-type-simple .p-postList__body .p-postList__meta{
    margin: 0 0 4px 0;
    min-width: 35%;
}
.-type-simple .p-postList__body .p-postList__times{
	font-size: 1rem;
    min-width: 50%;
}
.-type-simple .u-thin{
	opacity: 1;
}
.-type-simple .p-postList__body .p-postList__title{
    flex-grow: 2;
}

.p-postList__cat.icon-folder::before,
.c-postTimes__posted.icon-posted::before,
.c-categoryList:before,
.c-taxList:before{
	display: none;
}
.p-postList__cat,
.c-categoryList__link,
.c-taxList__link{
	background: #00ABE9;
	color: #fff;
    padding: 0.5em 1em;
    border-radius: 16px;	
}

@media (max-width: 600px) {
	.-type-simple .p-postList__body .p-postList__title{
		width: 80%;
	}
}


/* テーブル */
@media (max-width: 959px) {
	.post_content .wp-block-table.is-style-simple.sp_block_ th{
        border-bottom: none;
        padding-bottom: 0;
    }
	.post_content .wp-block-table.is-style-simple.sp_block_ td{
        border-top: none;
        padding-top: 0.5rem;
    }
}


/*----- 見出し --------------------------------------------------*/
h2.wp-block-heading{
	font-size: clamp(1.5em, 3vw, 36px);
}
.wp-block-heading.underline-title{
    display: block;
    width: fit-content;
    margin: 0 auto;	
}



/* サービス案内 */

.swell-block-columns.landscape-back {
    background: #F3F3F5;
    max-width: 80%;
}
.swell-block-columns.landscape-back.-right {
    margin-left: auto;
}
.swell-block-columns.landscape-back .swell-block-columns__inner{
    min-height: 450px;
}
.swell-block-columns.landscape-back.-right .swell-block-columns__inner {
    justify-content: flex-end;
}


.swell-block-columns.landscape-back .landscape-back_text{
	padding: 50px 3rem;
    margin: 0;
}



@media (min-width: 960px) {
  .swell-block-columns.landscape-back .landscape-back_text{
	display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 1200px) and (min-width: 769px){
	.swell-block-columns.landscape-back .swell-block-columns__inner{
    	min-height: 350px;
  	}
	.swell-block-columns.landscape-back .swell-block-column:not(.landscape-back_text){
		--clmn-w: 45%;
	}
	.swell-block-columns.landscape-back .swell-block-column.landscape-back_text{
		--clmn-w: 55%;
	}	
}

@media (max-width: 768px) {
	.swell-block-columns.landscape-back {
		margin: auto;
	}
  .swell-block-columns.landscape-back .swell-block-columns__inner {
		flex-direction: column;
  }	
  .swell-block-columns.landscape-back.-right .swell-block-columns__inner {
		flex-direction: column-reverse;
  }
	
	.swell-block-columns.landscape-back .swell-block-column:not(.landscape-back_text){
		--clmn-w--tab: 100% !important;
	}
	.swell-block-columns.landscape-back .swell-block-column.landscape-back_text{
		--clmn-w--tab: 100% !important;
	}
	
  .swell-block-columns.landscape-back .swell-block-columns__inner .wp-block-cover{
		min-height: 200px !important;
  }
  .swell-block-columns.landscape-back .landscape-back_text{
	  margin-left: var(--swl-clmn-mrgn--x);
	  padding: 0.5em 2em 2em;
  }
}



/*FV*/
.flow-icons{
    width: 100%;
    height: 75%;
	display: grid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
	z-index: 2;
}

.flow-icon-wrap{
	position: relative;
	width: 100%;
	z-index: 2;
}
.flow-icon-wrap.-icon1{
	grid-row: 1;
}
.flow-icon-wrap.-icon2{
	grid-row: 2;
}
.flow-icon-wrap.-icon3{
	grid-row: 3;
}


.flow-icon-wrap > .flow-icon {
	display: block;
	max-width: 4rem;
	width: 100%;
	height: auto;
	position: absolute;
    top: 35%;
}
.flow-icon-wrap.-icon1 > .flow-icon {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.flow-icon-wrap.-icon2 > .flow-icon {
    left: 90%;
	animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}
.flow-icon-wrap.-icon3 > .flow-icon {
	animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%) rotate(0deg);
  }
  100% {
    transform: translateY(10%) rotate(5deg);
  }
}


/* 事例紹介 */
.section-case .wp-block-group{
  margin-top: -1.5rem !important;
  padding: 3rem 3rem 2rem;
}
.section-case .case-post .p-postList.-type-card{
  gap: 2rem;
  justify-content: space-evenly;
}
@media (min-width: 600px) {
  .section-case .case-post .p-postList.-type-card .p-postList__item{
    width: 35%;
    flex-grow: 2;
  }
}


/* 特徴 */
/*
.feature-column .wp-block-media-text__content{
	position: relative;
	--swl-mediaimg--lap: calc(var(--swl-mediatext--lap) * -1);
}
.feature-column:not(.has-media-on-the-right) .wp-block-media-text__content{
	padding-left: var(--swl-mediaimg--lap);
}
.feature-column.has-media-on-the-right .wp-block-media-text__content{
	padding-right: var(--swl-mediaimg--lap);
}
.feature-column .wp-block-media-text__content::before{
	content: "";
	position: absolute;
	top: -2rem;
	display: block;
	width: calc( 100% + (100vw - var(--container_size))/2 );
	height: calc(100% + 4rem);
	background: aliceblue;
	z-index: -1;
}
.feature-column:not(.has-media-on-the-right) .wp-block-media-text__content::before{
	left: 0;
}
.feature-column.has-media-on-the-right .wp-block-media-text__content::before{
	right: 0;
}
*/


/*----- サービス内容 --------------------------------------------------*/
/* ページタイトル */
.title-cover .wp-block-cover__image-background{
    max-height: 70%;
}
.title-cover .wp-block-cover__background {
    z-index: -1;
}
.title-cover .title-column h1{
    font-size: clamp(1.5em, 4vw, 40px) !important;
}
.title-cover .title-column p{
    position: relative;
    width: fit-content;
}
.title-cover .title-column p::before{
    content: "";
    position: absolute;
    left: -1em;
    display: block;
    width: calc(100% + 2em);
    height: 100%;
    background: #fff;
    z-index: -1;
}


.title-cover .wp-block-cover__image-background::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

@media (min-width: 960px) {
	.title-cover .title-column .swell-block-column:has(p){
		margin-top: 5rem;
	}
}
@media (max-width: 959px) {
	.title-cover .title-column p{
		width: 100%;
		margin-bottom: 0rem !important;
		padding: 0 0.5rem;
		font-size: 1.15rem !important;
	}
	.title-cover .title-column p::before{
		height: calc(100% + 1em);
		top: -0.5em;
	}
}
@media (max-width: 599px) {
	.title-cover{
		min-height: 35vh !important;
	}
	.title-cover .wp-block-cover__image-background{
		max-height: 100%;
	}
	.title-cover .title-column p::before{
        width: calc(100% + 1em);
        border-radius: 0 1rem 1rem 0;
	}
}

/*あしらいコンテナ*/
.design-container::before{
    content: "SUPPORT";
    font-family: "Fira Sans", var(--swl-font_family);
    color: #F3F3F5;
    font-size: clamp(3rem, 8vw, 160px);
    line-height: 1;
    opacity: 0.75;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    transform: translate(0, 50%);
}

@media (max-width: 599px) {
	.design-container{
        margin-top: -2em !important;
	}
}


/*----- メールフォーム --------------------------------------------------*/
.snow-monkey-form .smf-item__label__text{
  font-weight: bold;
}

.snow-monkey-form .smf-text-control__control,
.snow-monkey-form .smf-textarea-control__control,
.snow-monkey-form .smf-select-control,
.snow-monkey-form .smf-select-control .smf-select-control__control{
    width: 100%;
    border-radius: 0.5rem !important;
}

.snow-monkey-form .form-customer .smf-radio-buttons-control__control .smf-label,
.snow-monkey-form .wp-block-group.is-row .smf-item{
    flex-grow: 1;
    --_margin-1: 0;
}

.snow-monkey-form .form-customer .smf-radio-buttons-control__control{
    display: flex;
    gap: 1.5rem;
}
.snow-monkey-form .form-customer .smf-radio-buttons-control__control .smf-label label{
    display: inline-block;
    width: 100%;
    border: 1px solid #D1D5DB;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
}

.smf-action{
    text-align: center;
	--btn_back: var(--color_main);
	--btn_text: #fff;
}

.smf-action .smf-button-control__control{
    margin: 2rem 0;
    width: 30%;
    background-color: var(--btn_back);
    background-image: var(--btn_back);
    color: var(--btn_text);
    font-weight: bold;
    border: 2px solid var(--btn_back);
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    transition: background 0.3s, color 0.3s;
}
.smf-action .smf-button-control__control:hover{
    background-color: var(--btn_text);
    background-image: var(--btn_text);
    color: var(--btn_back);
    transition: background 0.3s, color 0.3s;
}

.smf-action .smf-button-control__control[data-action="back"]{
	--btn_back: #fff;
	--btn_text: var(--color_main);
	border: 2px solid var(--btn_text);
}


.snow-monkey-form[data-screen="confirm"] .policy-item{
	display: none;
}

.grecaptcha-badge{
    bottom: 95px !important;
	z-index: 99;
}

@media (max-width: 959px) {
    .snow-monkey-form .wp-block-group.is-row,
    .snow-monkey-form .form-customer .smf-radio-buttons-control__control{
        flex-direction: column;
        gap: 0.5rem 0;
    }
    .snow-monkey-form .form-customer .smf-radio-buttons-control__control .smf-label,
    .snow-monkey-form .wp-block-group.is-row .smf-item{
        width: 100%;
    }
}


/*----- 採用・お客様の声 --------------------------------------------------*/
.single-recruit h1.c-postTitle__ttl,
.single-case h1.c-postTitle__ttl{
	/*color: var(--color_main);*/
	text-align: center;
	font-size: clamp(1.5em, 3vw, 36px);
	padding-bottom: .75em;
	position: relative;
}
.single-recruit h1.c-postTitle__ttl::after,
.single-case h1.c-postTitle__ttl::after{
	position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 1.25em);
    right: auto;
    display: block;
    width: 2.5em;
    height: 1px;
    border-radius: 2px;
    pointer-events: none;
    content: "";
    background: #93d1ef;	
}

.single-recruit .post_content{
	margin-top: 0;
}

.single-recruit #before_footer_widget{
	display: none !important;
}

.single-case .case-ex{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 4rem;	
}




