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


body{
	scroll-behavior: smooth;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
#body_wrap{
	overflow: hidden;
}
#content{
	padding-top: 14vh;
}
#body_wrap.home #content{
	margin-bottom: 0;
}


/* ヘッダー */
@media (min-width: 960px){
    .p-spMenu{
        display: block !important;
    }
    .l-header__customBtn.sp_,
    .l-header__menuBtn.sp_{
        display: block !important;
    }
    .l-header__inner{
        justify-content: flex-end !important;
    }
}
.l-header{
	z-index: 102 !important;
}
/* ------------------------------ヘッダーの背景有------------------------------ */
/* .l-header[data-spfix="1"]{
	position: sticky !important;
	top: var(--swl-adminbarH,0) !important;
} */
/* .l-header__inner .l-header__logo{
	background-color: #fff;
} */
/* ---------------------------------------------------------------------------- */
/* ------------------------------ヘッダーの背景無------------------------------ */
.l-header[data-spfix="1"]{
	position: fixed !important;
	top: var(--swl-adminbarH,0) !important;
	background: none !important;
	box-shadow: none !important;
}
/* ---------------------------------------------------------------------------- */
.l-fixHeader,
.l-header__gnav{
    display: none !important;
}
.l-header__logo{
    margin-right: auto !important;
}
.l-header__logo .c-headLogo{
	height: calc(var(--logo_size_pc) * 0.8);
}
.l-header__logo .c-headLogo__link{
	padding: 0 !important;
}
#fix_header .l-fixHeader__inner{
	max-width: 100%;
}
.l-header__bar{
	position: absolute;
	top: 0;
    bottom: 0;
	display: flex !important;
    justify-content: center;
    align-items: center;
	width: auto;
	background-color: #ffffff00;
	z-index: 2;
}
.l-header__bar .l-header__barInner{
    padding: 0;
}
.l-header__bar .l-header__barInner .c-iconList{
	gap: 10px;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	overflow: hidden;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a:before{
	position: absolute;
	content: "" !important;
	background-color: #ffffff33;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	transition: 0.6s;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a:hover:before{
	bottom: 0;
}
/* -----------------------SNSアイコンの色をグレーにする----------------------- */
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a{
	filter: grayscale(80%);
}
/* ---------------------------------------------------------------------------- */
.l-header__inner{
	max-width: 100%;
	padding: 0 20px 0 0 !important;
    gap: 0;
}
.l-header__inner .l-header__logo{
	text-align: left;
	padding: 0 0 0 20px;
}
.l-header__inner .l-header__logo .c-headLogo__img{
	filter: drop-shadow(0 0 4px rgba(255 255 255 / 90%));
}
.l-header__inner .l-header__logo .c-catchphrase{
	margin: 0;
}
.l-header__inner .l-header__gnav{
	color: #333;
	margin: 0 !important;
}
.l-header__inner .l-header__gnav .c-gnav{
	justify-content: start;
	flex-wrap: wrap;
	height: auto;
}
.l-header__inner .l-header__gnav .c-gnav .menu-item{
	width: 20%;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.l-header__inner .l-header__gnav .c-gnav .menu-item a{
	font-weight: bold;
	transition: 0.4s;
}
.l-header__inner .l-header__gnav .c-gnav .current-menu-item a,
.l-header__inner .l-header__gnav .c-gnav .menu-item:hover a{
	background-color: #fcf8e9;
	color: #e1813b;
}
/* ------------------------------メニューの形■------------------------------ */
.l-header__bar{
	right: 304px;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a .c-iconList__icon{
	font-size: 1.2rem;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-facebook a{
	color: #1877f2;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-twitter a{
	color: #1DA1F2;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-instagram a{
	color: #CF2E92;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-line a{
	color: #00B900;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-youtube a{
	color: #DA1725;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-tiktok a{
	color: #000000;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-search button{
	color: var(--color_footer_bg);
}
.l-header__inner{
	padding: 0 !important;
}
.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn{
	margin: 0;
}
/* -------------------------------------------------------------------------- */
/* ------------------------------メニューの形●------------------------------ */
/* .l-header__bar{
	right: 280px;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-facebook a{
	background-color: #1877f2;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-twitter a{
	background-color: #1DA1F2;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-instagram a{
	background-color: #CF2E92;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-line a{
	background-color: #00B900;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-youtube a{
	background-color: #DA1725;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-tiktok a{
	background-color: #000000;
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item.-search button{
	background-color: var(--color_footer_bg);
}
.l-header__bar .l-header__barInner .c-iconList .c-iconList__item a{
	color: #fff;
}
.l-header__inner{
	padding: 0 20px 0 0 !important;
}
.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn{
	margin: 10px;
}
.l-header__inner .c-iconBtn{
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0 0 0 / 20%);
}
@media screen and (max-width: 599px){
	.l-header__inner{
		padding: 0 10px 0 0 !important;
	}
	.l-header__inner .l-header__customBtn,
    .l-header__inner .l-header__menuBtn{
		margin: 10px 5px;
    }
} */
/* -------------------------------------------------------------------------- */
.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn{
	width: calc(var(--logo_size_pc) * 1.2);
	height: calc(var(--logo_size_pc) * 1.2);
}
.l-header__inner .c-iconBtn{
	color: #fff;
}
.l-header__inner .l-header__customBtn .c-iconBtn{
	position: relative;
	background-color: var(--color_main);
	overflow: hidden;
}
.l-header__inner .l-header__menuBtn .c-iconBtn{
	position: relative;
	background-color: var(--color_footer_bg);
	overflow: hidden;
}
.l-header__inner .l-header__customBtn .c-iconBtn:before,
.l-header__inner .l-header__menuBtn .c-iconBtn:before{
	position: absolute;
	content: "" !important;
	background-color: #ffffff33;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	transition: 0.6s;
}
.l-header__inner .l-header__customBtn .c-iconBtn:hover:before,
.l-header__inner .l-header__menuBtn .c-iconBtn:hover:before{
	bottom: 0;
}
.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin{
	position: relative;
	width: 24px;
	height: 24px;
	transition: 0.5s;
	animation: hamburgerClickv2 .5s ease-out forwards;
}
.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:before{
	content: "" !important;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: 6px;
	left: 0;
	transition: 0.5s;
/* 	animation: hamburgerClickv202 .5s ease-out forwards; */
}
.l-header__inner .l-header__menuBtn .c-iconBtn i.icon-menu-thin:after{
	content: "" !important;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: 6px;
	left: 0;
	transition: 0.5s;
/* 	animation: hamburgerClickv203 .5s ease-out forwards; */
}
/* .l-header__inner .l-header__menuBtn .c-iconBtn.activeh i.icon-menu-thin{
	animation: hamburgerClick .5s ease-out forwards !important;
}
.l-header__inner .l-header__menuBtn .c-iconBtn.activeh i.icon-menu-thin:before{
	animation: hamburgerClick02 .5s ease-out forwards !important;
}
.l-header__inner .l-header__menuBtn .c-iconBtn.activeh i.icon-menu-thin:after{
	animation: hamburgerClick03 .5s ease-out forwards !important;
} */
@keyframes hamburgerClickv202 {
	0%{
		top: 11px;
		transform: rotate(-45deg);
	}
	50%{
		top: 11px;
		transform: rotate(0deg);
	}
	100%{
		top: 6px;
		transform: rotate(0deg);
	}
}
@keyframes hamburgerClickv203 {
	0%{
		bottom: 11px;
		transform: rotate(45deg);
	}
	50%{
		bottom: 11px;
		transform: rotate(0deg);
	}
	100%{
		bottom: 6px;
		transform: rotate(0deg);
	}
}
@keyframes hamburgerClick02 {
	50%{
		top: 11px;
		transform: rotate(0deg);
	}
	100%{
		top: 11px;
		transform: rotate(-45deg);
	}
}
@keyframes hamburgerClick03 {
	50%{
		bottom: 11px;
		transform: rotate(0deg);
	}
	100%{
		bottom: 11px;
		transform: rotate(45deg);
	}
}
#sp_menu .c-widget__title{
	display: none;
}
#sp_menu .p-spMenu__nav{
	margin-top: 0;
}
.-right .p-spMenu__inner{
	-webkit-transform: translateX(100vw) !important;
	transform: translateX(100vw) !important;
}
[data-spmenu=opened] .p-spMenu__inner{
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
#sp_menu .p-spMenu__inner{
	width: 100vw;
	padding-top: 0;
}
#sp_menu .p-spMenu__inner:before{
	background-color: #ffffffcc;
}
#sp_menu .p-spMenu__inner .p-spMenu__body{
	background-color: var(--color_bg);
	max-width: 980px;
	width: 90%;
	height: calc(100% - 200px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	margin: 140px auto 60px auto;
	overflow-y: auto;
}
#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a{
	position: relative;
	border: none;
	overflow: hidden;
}
/* #sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a:before{
	position: absolute;
	content: "";
	background-color: var(--color_main);
	opacity: 0.1;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	transition: 0.4s;
} */
#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a:hover:before{
	bottom: 0;
}
#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a .c-smallNavTitle{
	display: inline-block;
	top: auto;
}
#sp_menu .p-spMenu__inner .p-spMenu__closeBtn{
	display: none;
}
@media screen and (max-width: 959px){
	.l-header__bar{
		display: none !important;
	}
}
@media screen and (max-width: 599px){
	.l-header__inner .l-header__customBtn,
	.l-header__inner .l-header__menuBtn{
		width: var(--logo_size_sp);
		height: var(--logo_size_sp);
	}
}


/* フッター */
/* .l-footer{
	padding-top: 80px;
} */
.l-footer__inner{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.l-footer__inner .l-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	height: 100%;
}
.l-footer__inner .l-footer__widgetArea{
	padding: 0 0 30px 0;
}
.l-footer__inner .l-footer__foot{
	padding: 0;
}
/* .l-footer__inner .l-footer__foot .copyright{
	text-align: right;
	opacity: 0.75;
} */
.l-footer__inner .l-footer__foot .l-footer__nav{
	flex-direction: column;
	padding: 0 20px 0 0;
	font-size: 16px; 
}
.l-footer__inner .l-footer__foot .l-footer__nav li a{
	position: relative;
	border: none !important;
	padding: 10px;
}
.l-footer__inner .l-footer__foot .l-footer__nav li a:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	top: 0;
	bottom: 0;
	left: -15px;
	background-color: #fff;
	margin: auto 0;
	transition: 0.4s;
}
.l-footer__inner .l-footer__foot .l-footer__nav li a:hover:before{
	left: -20px;
}
.w-beforeFooter{
	position: relative;
	overflow: inherit;
	z-index: -1;
	margin-top: 0;
}
.w-beforeFooter .footer-imgarea img{
	display: block;
	aspect-ratio: 4/1;
	object-fit: cover;
	object-position: bottom;
}
@media screen and (max-width: 959px){
	.w-beforeFooter .footer-imgarea img{
		aspect-ratio: 3/1;
	}
}
@media screen and (max-width: 599px){
/* 	.l-footer__inner{
		flex-direction: column;
		padding-bottom: 60px;
	} */
	.l-footer__inner .l-footer__foot .copyright{
		text-align: center;
	}
	.l-footer__inner .l-footer__foot .l-footer__nav{
		padding: 0;
	}
}
/* ------------------------------フッターデザイン02-------------------------- */
/* .l-footer{
	width: 92vw;
	margin-left: auto;
	border-radius: 50px 0 0 0;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
} */
.w-beforeFooter{
	margin-top: 5rem;
	margin-bottom: -80px !important;
}
.w-beforeFooter .footer-imgarea img{
	width: 96vw;
}
.w-beforeFooter .footer-imgarea.swell-block-fullWide{
	width: 96vw;
}
/* -------------------------------------------------------------------------- */


/* 検索モーダル */
#search_modal .p-searchModal__inner .c-searchForm__submit{
	border-radius: 0 6px 6px 0;
}


/* ページタイトル */
.c-pageTitle{
	display: none;
}


/* パンくず */
#breadcrumb{
	color: #fff;
	text-shadow: 0 0 10px rgba(0 0 0 / 90%);
}


/* 共通タイトルデザイン */
/* .mainh2-box{
	position: relative;
}
.mainh2-box h2:first-child{
	color: var(--color_main);
}
.mainh2-box p{
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.14;
	color: var(--color_main);
	font-size: 8rem;
	font-weight: bold;
	line-height: 0.9;
	z-index: -1;
}
@media screen and (max-width: 959px){
	.mainh2-box h2:first-child{
		text-align: center !important;
	}
	.mainh2-box p{
		font-size: 12vw;
	}
}
@media screen and (max-width: 599px){
	.mainh2-box p{
		font-size: 16vw;
		line-height: 1;
	}
} */


/* 共通ボタンデザイン */
.button-design a.swell-block-button__link{
	max-width: 300px;
	min-width: auto;
	width: 100%;
	background-color: #fff;
	border: 1px solid var(--color_main);
	color: var(--color_main);
	font-weight: bold;
	box-shadow: none;
	border-radius: 50px;
	overflow: hidden;
	transition: 0.4s;
}
.button-design a.swell-block-button__link:hover{
	color: #fff;
}
.button-design a.swell-block-button__link span{
	position: relative;
	z-index: 1;
}
.button-design a.swell-block-button__link:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color_main);
	bottom: -100%;
	left: 0;
	transition: 0.4s;
	z-index: 0;
}
.button-design a.swell-block-button__link:hover:before{
	bottom: 0;
}
.button-design a.swell-block-button__link:after{
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: var(--color_main);
	color: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	right: 10px;
}


/* 共通コンテンツ幅指定用グループブロック */
.width980box{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}


/* お問い合わせフォーム */
.form-content{
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
}
.form-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.form-item input,
.form-item textarea{
	max-width: 100%;
	width: 700px;
}
.form-item .required{
	display: inline-block;
	font-size: 12px;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	padding: 1px 6px;
	margin-left: 20px;
}
.form-accept{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 2rem;
}
.form-accept .acceptbox{
	width: 800px;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid var(--color_main);
	border-radius: 20px;
	padding: 40px;
	margin: 0 auto;
}
.form-accept .acceptbox h3{
	text-align: left;
	border: none;
	padding: 0;
	margin-bottom: 20px;
}
.form-accept .acceptbox h3:before{
	content: none !important;
}
.form-accept .acceptbox p{
	text-align: left;
	margin-bottom: 40px;
}
.form-accept .acceptbox .wpcf7-list-item{
	margin-left: 0;
}
.form-submit{
	text-align: center;
}
.form-submit input{
	width: 240px;
	max-width: 100%;
	background-color: var(--color_main);
	color: #fff;
	border: none;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 50px;
	transition: 0.4s;
}
.form-submit input:hover{
	opacity: 0.7;
}
.form-submit .wpcf7-spinner{
	position: absolute;
}
@media screen and (max-width: 959px){
	.form-content{
		width: 800px;
	}
	.form-item{
		display: block;
	}
	.form-item label{
		display: block;
		margin-bottom: 6px;
	}
	.form-item input,
	.form-item textarea{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.form-accept .acceptbox{
		padding: 40px 20px;
}
}


/* サイトマップ用 */
.wsp-container{
	display: grid;
}
.wsp-container h2{
	position: relative;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	padding: 5px 9px 5px 36px;
	margin: 40px 0 10px;
	background-color: #f6f6f6;
	color: #454545;
	font-size: 1em;
}
.wsp-container h2:before{
	position: absolute;
	content: "";
	top: 34%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #c29f54;
}
.wsp-container ul{
	list-style: none !important;
	margin: 0;
}
.wsp-container a{
    position: relative;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	padding: 5px 9px 5px 36px;
	margin: 10px 0;
	background-color: #f6f6f6;
    color: #454545;
	font-size: .8em;
}
.wsp-container a:before{
    position: absolute;
    content: "";
    top: 34%;
    left: 15px;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #c29f54;
}
.wsp-container a:last-child{
	margin-bottom: 0;
}
.wsp-container a:hover{
	background-color: #fff;
}
.wsp-areas-list a{
	padding: 4px 9px 4px 34px;
    margin-left: 20px;
	font-size: 14px;
    color: #454545;
}
.wsp-areas-list a:before{
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #5d2240bb;
}
.sitemap-title{
	display: block;
	font-size: 1.4rem;
	color: #333;
	text-decoration: underline;
	margin-bottom: 30px;
	transition: 0.4s;
}
.sitemap-title:hover{
	opacity: 0.7;
}


/* メインビジュアル */
.p-mainVisual__textLayer{
/* 	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	width: 65%;*/
	right: 0;
	left: auto;
	padding-top: 16vh;
	padding-bottom: 10vh;
	justify-content: flex-end;
	-webkit-transform: none;
	transform: none;
	box-sizing: border-box;
}
.p-mainVisual__textLayer .p-mainVisual__slideTitle{
	font-size: 3vw !important;
}
.p-mainVisual__textLayer .p-mainVisual__slideText{
	font-size: 1.4vw !important;
}
.topmv-snsembed{
	position: relative;
	width: 35%;
	background-color: var(--color_bg);
	padding: 10px;
	border-radius: 0 14px 14px 0;
	margin: -500px auto 0 0;
	z-index: 2;
	box-sizing: border-box;
}
.topmv-snsembed .twitter-container,
.topmv-snsembed .facebook-container,
.topmv-snsembed .instagram-container,
.topmv-snsembed .tiktok-container,
.topmv-snsembed .threads-container{
	max-width: 450px !important;
	width: 100% !important;
	height: 600px !important;
	margin-left: auto;
}
.topmv-snsembed .facebook-container iframe{
	width: 100%;
}
.topmv-snsembed .facebook-container .fb-page,
.topmv-snsembed .facebook-container .fb-page span,
.topmv-snsembed .facebook-container iframe{
	width: 100% !important;
}
.topmv-snsembed .instagram-container iframe{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 2/3;
}
.topmv-snsembed .threads-container{
	overflow: auto;
}
.topmv-snsembed .instagram-container .insta-box-h{
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: .8em;
}
.topmv-snsembed .instagram-container .insta-box-h .insta-prf{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #1d9bf0;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
}
.topmv-snsembed .instagram-container .insta-box-h .insta-prf:hover{
    opacity: .8;
}
.topmv-snsembed .instagram-container .insta-box-c{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    padding: 1em;
    height: calc(100% - 56px) !important;
}
.topmv-snsembed .tiktok-container .tiktok-embed{
	margin: 0;
}
.topmv-snsembed .tiktok-container iframe{
	height: 600px !important;
}
.topmv-snsembed .tiktok-container .css-vptvdy{
	max-width: 100% !important;
}
@media screen and (max-width: 1279px){
	.p-mainVisual__textLayer{
		width: 60%;
	}
	.topmv-snsembed{
		width: 40%;
	}
}
@media screen and (max-width: 959px){
	.p-mainVisual__textLayer{
		width: 100vw;
		justify-content: center;
	}
	.p-mainVisual__textLayer .p-mainVisual__slideTitle{
		font-size: 5.5vw !important;
	}
	.p-mainVisual__textLayer .p-mainVisual__slideText{
		font-size: 3.5vw !important;
	}
	.topmv-snsembed{
		max-width: 90%;
		width: 400px;
		border-radius: 14px;
		margin: -100px auto 0 auto;
	}
	.topmv-snsembed .twitter-container,
	.topmv-snsembed .facebook-container,
	.topmv-snsembed .instagram-container,
	.topmv-snsembed .tiktok-container,
	.topmv-snsembed .threads-container{
		width: 100% !important;
		height: 500px !important;
		margin: 0 auto;
	}
	.topmv-snsembed .facebook-container .fb-page,
	.topmv-snsembed .facebook-container .fb-page span,
	.topmv-snsembed .facebook-container iframe{
		height: 500px !important;
	}
	.topmv-snsembed .tiktok-container iframe{
		height: 500px !important;
	}
}


/* トップページ */
.dgwt-jg-gallery{
	max-height: 600px;
	overflow: auto !important;
}
.top-business02 .swell-block-column:last-child{
	position: relative;
}
.top-business02 .swell-block-column:last-child:before{
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 20px;
	transform: scale(1.3, 1.4);
	z-index: -1;
}
.top-business .business-list .swell-block-columns__inner{
	counter-reset: number 0;
}
.top-business .business-list img{
	aspect-ratio: 3/2;
	object-fit: cover;
}
.top-business .business-list h3,
.top-business .business-list p{
	padding: 0 16px;
}
.top-business .business-list h3{
	position: relative;
	padding-right: 5rem;
}
.top-business .business-list h3:after{
	position: absolute;
	content: "";
	counter-increment: number 1;
	content: counter(number);
	bottom: -20px;
	right: 20px;
	font-size: 7rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 2px 2px 4px rgba(255 255 255 / 90%);
	z-index: 2;
	opacity: 0.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: italic;
}
.top-productlist02 .catlist-area{
	max-width: 280px;
	width: 100%;
	list-style: none;
	padding: 10px;
	margin: 0 auto;
}
.top-productlist02 .catlist-area li{
	margin: 0;
}
.top-productlist02 .catlist-area li .catlist-item{
	position: relative;
	display: block;
	color: var(--color_main);
	border-bottom: 1px solid #999;
	padding: 10px 10px 10px 40px;
	overflow: hidden;
}
.top-productlist02 .catlist-area .catlist-item:before{
	position: absolute;
	content: "\e92f";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	font-size: 16px;
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
}
.top-productlist02 .catlist-area .catlist-item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color_main);
	bottom: -100%;
	left: 0;
	opacity: 0.2;
	transition: 0.4s;
	z-index: 0;
}
.top-productlist02 .catlist-area .catlist-item:hover:after{
	bottom: 0;
}
.top-productlist02 .productlist02-postlist .p-postList__link{
	overflow: hidden;
}
.top-productlist02 .productlist02-postlist .p-postList__thumb{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	box-shadow: none;
}
.top-productlist02 .productlist02-postlist .p-postList__thumb:after{
	position: absolute;
	content: "";
	background: linear-gradient(to right, rgba(255,255,255,0) 30%, #fff 80%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top-productlist02 .productlist02-postlist .p-postList__body{
	position: relative;
	width: 100% !important;
	padding: 10px 8% 10px 30%;
	z-index: 10;
}
.top-productlist02 .productlist02-postlist .p-postList__body:after{
	position: absolute;
	content: "\e930";
    font-family: icomoon;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color_main);
	color: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	transition: 0.4s;
}
.top-productlist02 .productlist02-postlist .p-postList__link:hover .p-postList__body:after{
	right: 0;
}
.top-productlist02 .productlist02-postlist .p-postList__body .p-postList__meta .c-postThumb__cat{
	position: relative;
}
.top-productlist .productlist-postlist .p-postList{
	max-width: 780px;
	width: 100%;
	border-top: none;
	padding-top: 0;
	margin: 0 auto;
}
.top-productlist .productlist-postlist .p-postList .p-postList__item{
	background-color: #fff;
	border: 1px solid var(--color_main);
	padding: 20px;
}
.top-recommend .recommend-postlist .wp-block-group__inner-container{
	width: 100%;
	max-width: 100%;
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider{
	padding: 0;
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider .p-postSlider__swiper{
	padding-bottom: 50px !important;
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider .p-postList__item{
	display: block;
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider .swiper-pagination{
	bottom: 16px;
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider .swiper-pagination .swiper-pagination-bullet{
	background-color: var(--color_main);
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider .swiper-button-prev{
	background-color: var(--color_main);
	top: auto !important;
	bottom: -16px;
	left: calc(50% - 100px);
}
.top-recommend .recommend-postlist .wp-block-group__inner-container .p-postSlider .swiper-button-next{
	background-color: var(--color_main);
	top: auto !important;
	bottom: -16px;
	right: calc(50% - 100px);
}
.top-recommend .recommend-postlist .wp-block-coblocks-post-carousel__item{
	display: block;
}
.top-recommend .recommend-postlist .wp-block-coblocks-post-carousel__item .wp-block-coblocks-post-carousel__image a{
	aspect-ratio: 16/9;
	width: 100%;
	padding-top: 0;
}
.top-recommend .recommend-postlist .wp-block-coblocks-post-carousel__item .wp-block-coblocks-post-carousel__content a{
	color: var(--color_text);
}
.top-access02 .swell-block-column:first-child{
	padding: 100px 4vw;
}
.top-access02 iframe{
	width: 100%;
	filter: grayscale(1);
}
.top-access .access-mandt .wp-block-media-text__content{
	background-color: #ffffffcc;
	box-shadow: 0 0 50px rgba(0 0 0 / 6%);
	align-self: end;
	padding: 20px 30px !important;
	margin-bottom: 3rem !important;
	z-index: 1;
}
.top-access .access-mandt{
	color: inherit;
	background: none;
	box-shadow: none;
}
.top-access iframe{
	width: 100%;
	filter: grayscale(1);
}
.top-notice .p-postListWrap .p-postList__body{
	display: flex;
	align-items: center;
}
.top-notice .p-postListWrap .p-postList{
	border: none;
}
.top-notice .p-postListWrap .p-postList__link{
	position: relative;
	border-bottom: 1px dashed var(--color_border);
	padding: 28px 10px;
	overflow: hidden;
}
.top-notice .p-postListWrap .p-postList__link:before{
	position: absolute;
	content: "";
	background-color: var(--color_main);
	opacity: 0.1;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	transition: 0.4s;
}
.top-notice .p-postListWrap .p-postList__link:hover:before{
	bottom: 0;
}
.top-notice .p-postListWrap .p-postList__body .p-postList__meta{
	margin: 0;
}
@media screen and (max-width: 959px){
	.top-access .access-mandt .wp-block-media-text__content{
		margin-bottom: 8px !important;
	}
	.top-notice .p-postListWrap .p-postList__body{
		align-items: start;
		flex-direction: column;
	}
}
@media screen and (max-width: 599px){
	.top-business02 .swell-block-column:last-child:before{
		left: 30%;
	}
	.top-productlist02 .productlist02-postlist .p-postList__item{
		margin-bottom: 1em;
	}
	.top-productlist02 .productlist02-postlist .p-postList__body{
		min-height: 63px !important;
	}
	.top-productlist02 .productlist02-postlist .p-postList__body:after{
		width: 30px;
		height: 30px;
		right: 4px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.top-access02 .swell-block-column:first-child{
		padding: 20px 4vw;
	}
	.top-access .access-mandt .wp-block-media-text__content{
		padding: 10px 20px !important;
		margin-top: -18px !important;
		margin-bottom: 0 !important;
	}
}


/* 記事一覧 */
#body_wrap.archive #main_content{
	max-width: none;
}
#body_wrap.archive .p-termContent{
	padding: 6rem 0;
}
#body_wrap.archive .mainh2-box{
	margin-bottom: 4rem;
}
#body_wrap.archive .mainh2-box h2{
	font-size: 1.4em;
	line-height: 1.4;
	text-align: center;
}
#body_wrap.archive .p-postList{
	max-width: 780px;
	margin: 0 auto;
}
@media screen and (max-width: 599px){
	#body_wrap.archive .p-termContent{
		padding: 4rem 0;
	}
	#body_wrap.archive .mainh2-box h2{
		font-size: 1.2em;
	}
}

#body_wrap.archive .p-postList.-type-simple{
	border: none;
}
#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link{
	position: relative;
	border-bottom: 1px dashed var(--color_border);
	padding: 28px 10px;
	overflow: hidden;
}
#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link:before{
	position: absolute;
	content: "";
	background-color: var(--color_main);
	opacity: 0.1;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	transition: 0.4s;
}
#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link:hover:before{
	bottom: 0;
}
#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body{
	display: flex;
	align-items: center;
	gap: 2vw;
}
#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta{
	margin: 0;
}
#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .c-postThumb__cat{
	position: inherit;
}
@media screen and (max-width: 599px){
	#body_wrap.archive .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body{
		flex-direction: column;
		align-items: baseline;
		gap: 1vw;
	}
}

#body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0 0 0 / 6%);
	overflow: hidden;
}
#body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__thumb{
	box-shadow: none;
	overflow: initial;
}
#body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__thumb .c-postThumb__cat{
	top: auto;
	bottom: -30px;
	left: 0;
	right: auto;
}
#body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body{
	padding: 40px 10px 20px 10px;
}
#body_wrap.archive .p-postList.-type-card .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times{
	display: none;
}


/* 記事詳細 */
.p-articleFoot .p-articleMetas__termList.c-categoryList{
	display: none;
}


/* 削除用css */
@media screen and (max-width: 599px){
	.spnone{
		display: none !important;
	}
}
.dispnone{
	display: none !important;
}



/* -------トップページ-------*/
/* パララックス背景 */
.wrapper__contents {
    position: relative;
}

.wrapper__contents::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 410px;
    background: url("/turuga/wp-content/uploads/2026/01/circlebg04.png") center center / cover no-repeat;
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-45%);
    }
}

.area__start .swell-block-fullWide__inner,
.wrapper__intro,
.wrapper__recruit,
.area__recruit,
.wrapper__img {
    position: relative;
    z-index: 1;
}

/* ページ内リンク */
.area__start {
    padding-top: 20px !important;
}

.box__link__content .swell-block-columns__inner {
    justify-content: center;
    gap: 24px;
}

.link__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 176px !important;
    height: 176px;
    transition: 0.3s;
    cursor: pointer;
    min-width: 154px;
}

.link__content p {
    font-size: 16px;
    font-weight: bold;
}

.link__content a {
    color: #5A3E2B;
}

.link__content a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.link__pink {
    background-image: url(/turuga/wp-content/uploads/2025/10/circlepink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.link__yellow {
    background-image: url(/turuga/wp-content/uploads/2025/10/circleyellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.link__blue {
    background-image: url(/turuga/wp-content/uploads/2025/10/circleblue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.link__green {
    background-image: url(/turuga/wp-content/uploads/2025/10/circlegreen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.link__orange {
    background-image: url(/turuga/wp-content/uploads/2026/03/circleorange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.link__sky {
    background-image: url(/turuga/wp-content/uploads/2026/03/circlesky.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.link__content:hover {
    opacity: 0.8;
}

/* 施設紹介 */
.wrapper__intro {
    width: 95%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 60px 100px;
    background-color: #FFF8E7;
    border-radius: 20px;
}

.title__intro {
    font-size: 28px !important;
    margin: 30px 0 !important;
    z-index: 2;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: none;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0;
}

.caption__intro {
    position: relative;
    color: #F99053;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    z-index: 2;
}

.photo__intro {
    margin-top: 60px;
}

.photo__intro img {
    border-radius: 20px;
}

.btn__contact {
    z-index: 2;
    margin-bottom: 0;
}

.btn__contact a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,
            #F99053 0%, #F99053 15%, #F9B953 40%, #D0E4BB 50%,
            /* ここまで通常 */
            #F99053 50%, #F99053 100%
            /* ここからホバー用 */
        );
    background-size: 200% auto;
    width: 280px;
    height: 70px;
    border-radius: 20px;
    color: #FFF8E7;
    font-size: 18px;
    transition: background-position 0.6s ease;
}

.btn__contact a::before {
    content: "\f0e0";
    color: #FFF8E7;
    font-family: "Font Awesome 6 Free";
    font-size: 32px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 14px;
}

.btn__contact a::after {
    content: "\f061";
    color: #F99053;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin-left: 14px;
    transition: 0.6s;
}

.btn__contact a:hover {
    background-position: 100% 0;
}

.btn__contact a:hover::after {
    background-color: #fff;
    transform: translateX(8px);
}

.circleparts__pink {
    position: relative;
}

.circleparts__pink::before {
    content: "";
    position: absolute;
    left: -100px;
    transform: translateY(-25%);
    width: 400px;
    height: 400px;
    background: url("/turuga/wp-content/uploads/2025/11/intropink.png") no-repeat center/contain;
    z-index: 1;
}

.circleparts__yellow {
    position: relative;
}

.circleparts__yellow::before {
    content: "";
    position: absolute;
    left: -100px;
    transform: translateY(-25%);
    width: 400px;
    height: 400px;
    background: url("/turuga/wp-content/uploads/2025/11/introyellow.png") no-repeat center/contain;
    z-index: 1;
}

.circleparts__blue {
    position: relative;
}

.circleparts__blue::before {
    content: "";
    position: absolute;
    left: -100px;
    transform: translateY(-25%);
    width: 400px;
    height: 400px;
    background: url("/turuga/wp-content/uploads/2025/11/introblue.png") no-repeat center/contain;
    z-index: 1;
}

.circleparts__green {
    position: relative;
}

.circleparts__green::before {
    content: "";
    position: absolute;
    left: -100px;
    transform: translateY(-25%);
    width: 400px;
    height: 400px;
    background: url("/turuga/wp-content/uploads/2025/11/introgreen.png") no-repeat center/contain;
    z-index: 1;
}

.circleparts__orange {
    position: relative;
}

.circleparts__orange::before {
    content: "";
    position: absolute;
    left: -100px;
    transform: translateY(-25%);
    width: 400px;
    height: 400px;
    background: url("/turuga/wp-content/uploads/2026/03/introorange.png") no-repeat center/contain;
    z-index: 1;
}

.circleparts__sky {
    position: relative;
}

.circleparts__sky::before {
    content: "";
    position: absolute;
    left: -100px;
    transform: translateY(-25%);
    width: 400px;
    height: 400px;
    background: url("/turuga/wp-content/uploads/2026/03/introsky.png") no-repeat center/contain;
    z-index: 1;
}

/* 採用情報 */
.wrapper__recruit {
    width: 95%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 60px 100px;
    background-color: #8B6E5C;
    border-radius: 20px;
    overflow: hidden;
}

.box__title--recruit {
    height: 60px;
}

.title__recruit {
    font-size: 16px !important;
    color: #FFFFF0 !important;
    height: 0;
}

.title__recruit--en {
    position: relative;
    top: -92px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 120px;
    font-weight: bold;
    color: #5A3E2B !important;
    opacity: 0.4;
    line-height: 1;
    z-index: 0;
}

.comment__recruit {
    font-size: 18px;
    color: #FFFFF0;
}

.wrapper__recruitinfo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 30px 0 30px;
    background-color: #FFFFF0;
    border-radius: 20px;
}

.title__recruitinfo {
    margin: 0 !important;
    border-bottom: 2px solid #5A3E2B;
    padding: 0 20px 30px !important;
}

.wp-block-table {
    --table-border: none;
}

.table__recruitinfo tr {
    border-bottom: 1px solid #5A3E2B;
}

.table__recruitinfo tr:last-child {
    border-bottom: none;
}

.table__recruitinfo td {
    padding: 30px;
    font-size: 16px;
}

.table__recruitinfo td.has-text-align-left {
    font-weight: bold;
}

.btn__recruit a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,
            #83CFA6 0%, #A7E2C2 25%, #D0E4BB 40%, #FFFFF0 50%,
            #83CFA6 50%, #83CFA6 100%);
    background-size: 200% auto;
    width: 280px;
    min-width: 280px;
    height: 70px;
    border-radius: 20px;
    color: #5A3E2B;
    font-size: 18px;
    transition: background-position 0.6s ease;
}

.btn__recruit a::after {
    content: "\f061";
    color: #5A3E2B;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 14px;
    transition: 0.6s;
}

.btn__recruit a:hover {
    background-position: 100% 0;
}

.btn__recruit a:hover::after {
    transform: translateX(8px);
}

/* 採用情報とリンク間*/
.wrapper__img {
    height: 40vh;
}

.photo__facility {
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.photo__facility img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* バナーリンク */
.wrapper__link {
    position: relative;
    z-index: 2;
    padding: 30px 0 15px 0 !important;
}

.box__access {
    border-bottom: 1px dashed #5A3E2B;
    padding-bottom: 15px;
	margin-bottom: 15px;
}

.title__access {
    font-size: 20px !important;
}

.box__access p {
    font-size: 16px;
}

.box__access p a {
    color: #5A3E2B;
    border-bottom: 1px solid #5A3E2B;
    padding-bottom: 2px;
    transition: 0.3s;
}

.link__ex a {
    color: #5A3E2B;
    font-size: 14px;
    border-bottom: 1px solid #5A3E2B;
    padding-bottom: 2px;
    transition: 0.3s;
}

.box__access p a:hover,
.link__ex a:hover {
    color: #F99053;
    border-bottom: 1px solid #F99053;
}

/* レスポンシブ */
@media (max-width: 1139px) {
    .wrapper__intro {
        padding: 30px;
    }
}

@media (max-width: 1059px) {
    .wrapper__contents::before {
        height: 270px;
    }

    .table__recruitinfo td {
        padding: 20px;
    }

    .wrapper__img {
        height: 30vh;
        margin-top: 60px !important;
    }

    .photo__facility {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 959px) {
    .area__start {
        padding-top: 0 !important;
    }

    .wrapper__intro {
        padding: 30px 20px;
    }

    .caption__intro {
        font-size: 16px;
    }

    .title__intro {
        font-size: 24px !important;
        margin: 30px 0 !important;
    }

    .wrapper__intro p {
        font-size: 14px;
    }

    .wrapper__recruit {
        padding: 40px 60px;
    }

    .title__recruit--en {
        font-size: 100px;
        top: -73px;
    }

    .table__recruitinfo td {
        padding: 0 20px 20px;
    }

    .table__recruitinfo td.has-text-align-left {
        margin-top: 20px !important;
    }

    .wrapper__img {
        height: 22vh;
    }
}

@media (max-width: 779px) {
    .wrapper__contents::before {
        background: url("/turuga/wp-content/uploads/2026/01/circlebg-sp.png") center center / cover no-repeat;
    }

    .swell-block-columns.box__link__content .swell-block-columns__inner {
        flex-wrap: wrap !important;
        flex-direction: row !important;
    }

    .swell-block-columns.box__link__content .swell-block-column {
        width: 33% !important;
        max-width: 33% !important;
        flex: 0 0 33% !important;
    }
}

@media (max-width: 699px) {
	.link__content {
        width: 155px !important;
        height: 155px;
    }

    .link__content p {
        font-size: 14px;
    }
	
    .area__recruit .swell-block-fullWide__inner.l-container {
        padding: 0;
    }

    .wrapper__recruit {
        width: 100%;
        padding: 40px 20px;
    }

    .wrapper__recruitinfo {
        padding: 40px 10px 20px;
    }
}

@media (max-width: 599px) {
    @keyframes float {

        0%,
        100% {
            transform: translateY(-80%);
        }

        50% {
            transform: translateY(-75%);
        }
    }

    .wrapper__intro {
        padding: 30px 16px;
    }

    .swell-block-button {
        text-align: -webkit-center !important;
    }

    .area__recruit {
        padding-bottom: 20px !important;
    }

    .title__recruit--en {
        font-size: 80px;
        top: -56px;
    }

    .table__recruitinfo td {
        padding: 0 16px 20px;
    }

    .photo__facility {
        top: -60px;
        width: 280px;
        height: 280px;
    }
}
/* -------トップページここまで -------*/



/* -------メインビジュアル-------*/
.p-mainVisual.-height-full {
    height: 90vh;
}

.p-mainVisual__imgLayer.c-filterLayer__img {
    width: 110%;
    margin-left: -5%;
}

.p-mainVisual__imgLayer.c-filterLayer__img img {
    position: absolute;
    top: -10px;
    left: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.p-mainVisual__textLayer {
    width: 100%;
    max-width: 100% !important;
}
.p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px !important;
    font-weight: bold;
    color: #F99053;
    letter-spacing: 3px;
}

.p-mainVisual__textLayer .p-mainVisual__slideText {
    text-shadow: none;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    color: #5A3E2B;
}

/* レスポンシブ */
@media (max-width: 959px) {
    .p-mainVisual.-height-full {
        height: 80vh;
    }

    .p-mainVisual__textLayer {
        justify-content: flex-end;
    }

    .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 28px !important;
    }

    .p-mainVisual__textLayer .p-mainVisual__slideText {
        font-size: 16px !important;
    }
}

@media (max-width: 599px) {
    .p-mainVisual.-height-full {
        height: 70vh;
    }

    .p-mainVisual__imgLayer.c-filterLayer__img {
        width: 140%;
        margin-left: -20%;
    }

    .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 24px !important;
        word-break: keep-all;
    }
}
/* -------メインビジュアルここまで -------*/



/* -------共通レイアウト-------*/
/* ヘッダー */
.l-header__inner .l-header__logo {
    padding: 20px 0 0 40px;
}

.l-header__inner .l-header__logo a {
    position: relative;
    transition: 0.3s;
}

.l-header__inner .l-header__logo a::before {
    content: "長野医療生活協同組合";
    position: absolute;
    top: 5px;
    left: 90px;
    color: #5A3E2B;
    font-size: 18px;
    white-space: nowrap;
    transition: 0.3s;
}

.l-header__inner .l-header__logo a::after {
    content: "長野中央介護センターつるが";
    position: absolute;
    bottom: 5px;
    left: 90px;
    color: #5A3E2B;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    transition: 0.3s;
}

.l-header__inner .l-header__logo a:hover,
.l-header__inner .l-header__logo a:hover::before,
.l-header__inner .l-header__logo a:hover::after {
    opacity: 0.8;
}

.toggle__wrapper {
    display: none !important;
}

.l-header__inner .l-header__customBtn .c-iconBtn,
.l-header__inner .l-header__menuBtn .c-iconBtn {
    background-color: #F99053;
}

.l-header__inner .l-header__customBtn,
.l-header__inner .l-header__menuBtn {
    position: fixed;
    top: 50px;
    z-index: 100;
}

.l-header__inner .l-header__customBtn {
    width: 280px;
    height: 80px;
    right: 156px;
}

.l-header__inner .l-header__menuBtn {
    right: 60px;
}

.l-header__inner .l-header__customBtn .c-iconBtn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    gap: 10px;
}

.l-header__inner .l-header__customBtn .c-iconBtn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 60px;
    border-right: 1px solid #FFF8E7;
}

.l-header__inner .l-header__customBtn .c-iconBtn__icon.icon-mail:before {
    content: "\f0e0";
    color: #FFF8E7;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 36px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}

.l-header__inner .l-header__customBtn .c-iconBtn__label {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFF8E7;
}

.l-header__inner .l-header__menuBtn .c-iconBtn {
    height: 80px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.l-header__inner .l-header__menuBtn .c-iconBtn span {
    display: none;
}

.l-header__inner .l-header__menuBtn .c-iconBtn .icon-menu-thin {
    height: 2px !important;
    background-color: #FFF8E7;
}

.l-header__inner .l-header__menuBtn .c-iconBtn .icon-menu-thin:before {
    background-color: #FFF8E7 !important;
    top: 8px !important;
    transition: all 0.4s ease;
}

.l-header__inner .l-header__menuBtn .c-iconBtn .icon-menu-thin:after {
    background-color: #FFF8E7 !important;
    bottom: 8px !important;
    transition: all 0.4s ease;
}

html[data-spmenu="opened"] .l-header__menuBtn .c-iconBtn .icon-menu-thin {
    background-color: transparent;
}

html[data-spmenu="opened"] .l-header__menuBtn .c-iconBtn .icon-menu-thin:before {
    top: 0 !important;
    transform: rotate(45deg) !important;
}

html[data-spmenu="opened"] .l-header__menuBtn .c-iconBtn .icon-menu-thin:after {
    bottom: 0 !important;
    transform: rotate(-45deg) !important;
}

/* フッター */
.l-footer__inner {
    justify-content: center;
    padding: 10px 0;
}

/* ページトップボタン */
.p-fixBtnWrap {
    padding-right: 60px;
}

.c-fixBtn.hov-bg-main {
    position: relative;
    width: 36px;
    height: 36px;
    background: #5A3E2B;
    border: none;
    overflow: visible;
    transition: 0.3s;
}

.c-fixBtn.hov-bg-main::before {
    content: "PAGE TOP";
    position: absolute;
    top: 0;
    right: -60px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5A3E2B;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    white-space: nowrap;
}

.c-fixBtn.hov-bg-main::after {
    content: "\f062";
    position: absolute;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.c-fixBtn.hov-bg-main:hover {
    background: #5A3E2B !important;
}

.c-fixBtn__icon.icon-chevron-up:before {
    content: none;
}

/* メニュー */
#sp_menu .p-spMenu__inner .p-spMenu__body {
    width: 50%;
    border-radius: 20px;
    padding: clamp(20px, 5vw, 60px);
}
#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu li a {
    color: #5A3E2B;
    font-size: clamp(18px, 4vw, 22px);
    border-bottom: 1px solid #5A3E2B !important;
    transition: 0.3s;
}

#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu li:last-child a {
    border-bottom: none !important;
}

#sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu a:hover {
    background-color: transparent;
    opacity: 0.7;
}

#sp_menu .p-spMenu__bottom {
    margin-top: 0;
}

#sp_menu .c-iconList {
    display: none;
}


/* レスポンシブ */
@media screen and (max-width: 959px) {
    .l-header__inner .l-header__logo {
        padding: 20px 0 0 20px;
    }

    .l-header__inner .l-header__logo a::before {
        top: 8px;
        font-size: 16px;
    }

    .l-header__inner .l-header__logo a::after {
        bottom: 8px;
        font-size: 22px;
    }

    .l-header__inner .l-header__customBtn {
        display: none;
    }

    .l-header__inner .l-header__menuBtn .c-iconBtn {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .l-header__inner .l-header__menuBtn {
        top: 66px;
        right: 14px;
    }

    .p-fixBtnWrap {
        padding-right: 0;
    }

    .c-fixBtn.hov-bg-main::before {
        content: none;
    }

    #sp_menu .p-spMenu__inner .p-spMenu__body {
        width: 70%;
    }
}

@media screen and (max-width: 599px) {
    .l-header__inner .l-header__logo {
        max-width: 180px;
        padding: 0 0 0 10px;
        width: 60px;
    }

    .l-header__inner .l-header__logo a::before {
        top: 12px;
        left: 60px;
        font-size: 14px;
    }

    .l-header__inner .l-header__logo a::after {
        bottom: 12px;
        left: 60px;
        font-size: 18px;
    }

    .l-header__inner .l-header__menuBtn {
        top: 56px;
        right: 20px;
    }

    #sp_menu .p-spMenu__inner .p-spMenu__body {
        width: 90%;
    }
}

@media screen and (max-width: 399px) {
    .l-header__inner .l-header__logo a::after {
        font-size: 17px;
    }
}
/* -------共通レイアウトここまで -------*/



/* お問い合わせ */
.wrapper__contact {
    width: 95%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 60px 100px;
    background-color: #FFF8E7;
    border-radius: 20px;
    overflow: hidden;
}

.title__contact {
    font-size: 16px !important;
    color: #5A3E2B !important;
    height: 0;
}

.title__contact--en {
    position: relative;
    top: -92px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 120px;
    font-weight: bold;
    color: #F99053 !important;
    opacity: 0.4;
    line-height: 1;
    z-index: 0;
}

.form-item p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.form-item.detail p {
    align-items: flex-start;
}

.form-item p label {
    width: 188px;
    font-size: 16px;
}

.form-item .required {
    font-size: 14px;
    color: #FFFFF0;
    background-color: #F99053;
    border-radius: 10px;
}

.form-item p br {
    display: none;
}

.form-item input,
.form-item select,
.form-item textarea {
    width: clamp(300px, 50vw, 700px);
    border-radius: 8px;
}

.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
    box-shadow: inset 0 0 0 2px #F99053;
    outline: none;
}

.form-accept .acceptbox {
    background-color: transparent;
    border: 1px solid #F99053;
}

.form-accept .acceptbox h3 {
    text-align: center;
    font-size: clamp(16px, 4vw, 20px);
}

.form-accept .acceptbox p {
    text-align: center;
    margin-bottom: 10px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.5;
}

.form-submit {
    margin-top: 60px;
}

.form-submit input {
    background: linear-gradient(to right, #F99053 0%, #F99053 35%, #F9B953 75%, #D0E4BB 100%);
    width: 260px;
    height: 60px;
    border-radius: 20px;
    color: #FFF8E7;
    font-size: 18px;
    transition: transform 0.3s;
}

.form-submit input:hover {
    background: #F99053;
    transform: scale(1.03);
    opacity: 1;
}

.p-breadcrumb {
    display: none;
}

/* レスポンシブ */
@media screen and (max-width: 959px) {
    .wrapper__contact {
        padding: 40px 60px;
    }

    .title__contact--en {
        font-size: 100px;
        top: -73px;
    }
}

@media (max-width: 859px) {
    .form-item p {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-item p label {
        width: 100%;
    }

    .form-item .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
    }
    .form-item input,
    .form-item select,
    .form-item textarea {
        width: 100%;
    }
}

@media (max-width: 699px) {
    .area__contact .swell-block-fullWide__inner.l-container {
        padding: 0;
    }

    .wrapper__contact {
        width: 100%;
        padding: 40px 20px;
    }
}

@media (max-width: 599px) {
    .title__contact--en {
        font-size: 80px;
        top: -56px;
    }
}