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



/*==================================
フォント
==================================*/
html, body {
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
}

.font-notosans {
	font-family: 'Noto Sans JP', sans-serif;
}

.font-athiti {
	font-family: 'Athiti', 'Noto Sans JP', sans-serif;
}

/*==================================
パンくず非表示
==================================*/
#breadcrumb {
	display: none;
}

/*==================================
文字の太さ
==================================*/
/* font weight */
.fw600 {
	font-weight: 600 !important;
}

.fw500 {
	font-weight: 500 !important; 
}

/*==================================
フォントサイズ
==================================*/
/* PC44px,SP26px */
.fz44-26 {
	font-size: 44px !important;
}
@media screen and (max-width:959px) {
	.fz44-26  {
		font-size: 26px !important;
	}
}

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

/* PC30px,SP18px */
.fz30-18 {
	font-size: clamp(20px, calc(30/1440*100vw), 30px) !important;
}
@media screen and (max-width:599px) {
	.fz30-18 {
		font-size: clamp(18px, calc(18/375*100vw), 20px) !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:959px) {
	.fz20-18 {
		font-size: 18px !important;
	}
}

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

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

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


/*==================================
フォント斜体
==================================*/
.text-skew {
	transform: skewX(-13deg);
}


/*==================================
余白
==================================*/
.mt0 {
	margin-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.mt40 {
	margin-top: 40px !important;
}
@media screen and (max-width:959px) {
	.mt40 {
		margin-top: 28px !important;
	}
}

.mt80 {
	margin-top: 80px !important;
}
@media screen and (max-width:959px) {
	.mt80 {
		margin-top: 56px !important;
	}
}

/*==================================
角丸
==================================*/
.img-border-radius15 img {
	border-radius: 15px;
}

/*==================================
セクションタイトル
==================================*/
/* あしらいなし */
.post_content .section-title_custom {
	font-size: 36px;
}

@media screen and (max-width:959px) {
	.post_content .section-title_custom {
		font-size: 30px;
	}
}

/* あしらいあり */
.post_content .section-title_align-center {
	display: flex;
	align-items: center;
}

.post_content .section-title_align-center:before {
	content: "";
	position: static;
	display: inline-block;
	bottom: unset;
	left: unset;
	width: 18px;
	height: 18px;
	margin-right: 20px;
	background-color: #96E05F;
}


/*==================================
共通ボタン
==================================*/
/* 画像アイコン・ホバー時反転 */
.icon-right_hover-color {
	width: 270px;
	max-width: 100%;
}

.icon-right_hover-color .wp-block-button {
	width: 100%;
}

.icon-right_hover-color .wp-block-button a {
	position: relative;
	width: 100%;
	padding-right: 56px;
	padding-block: 20px;
	border: 1px solid #f5f5f5; 
	transition: background-color .3s ease, color .3s ease;
}

.icon-right_hover-color .wp-block-button a:before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translatey(-50%);
	right: 16px;
	width: 40px;
	height: 40px;
	background: url(http://curio-sity.jp/wp-content/uploads/2025/05/Arrow.png) center center / contain;
	transition: opacity .3s ease;
}

.icon-right_hover-color .wp-block-button a:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translatey(-50%);
	right: 16px;
	width: 40px;
	height: 40px;
	opacity: 0;
	background: url(http://curio-sity.jp/wp-content/uploads/2025/05/Arrow-white.png) center center / contain;
	transition: opacity .3s ease;
}

.icon-right_hover-color:hover .wp-block-button a {
	color: #fff !important;
	background-color: #029377 !important;
}

/* 背景緑のときはホバー時に白枠線 */
.icon-right_hover-color.hover-border:hover .wp-block-button a {
	border: 1px solid #f5f5f5;; 
}

.icon-right_hover-color:hover  .wp-block-button a:before  {
	opacity: 0;
}
.icon-right_hover-color:hover  .wp-block-button a:after  {
	opacity: 1;
}


/*==================================
グロナビお問い合わせボタン
==================================*/
.contact-btn_custom a {
	padding: 7px 30px;
	font-weight: 500;
}


/*==================================
ヘッダー
==================================*/
.l-fixHeader__logo {
	font-family: 'Athiti', 'Noto Sans JP', sans-serif;
}

@media (min-width: 960px) {
    .-txt .c-headLogo__link {
        font-size: 44px;
		font-weight: 600;
    }
}

/* グロナビ下線グラデーション */
.c-gnav a::after {
	background: linear-gradient(45deg, #96E05F, #0D7C66) !important;
}

/* グロナビ間の余白調整 */
li.menu-item {
    margin-inline: 12px;
}

/* グロナビ文字色 */
.l-header .l-header__inner {
	color: #222;
}

/* グロナビ太さ */
.c-gnav>.menu-item {
	font-weight: 500;
}

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

/* ページトップボタンとの重なり回避 */
.footer_custom {
	max-width: 1116px;
    margin-inline: auto;
}

/* フッターメニュー右寄せ */
.footer_link_custom {
	justify-content: flex-end;
}

.footer_link_custom .swell-block-linkList__item .swell-block-linkList__link:hover {
	color: #fff;
}


/*==================================
TOP／メインビジュアル
==================================*/
@media screen and (min-width:960px) {
	.p-mainVisual__textLayer {
		width: min(1080px, calc(1080/1440*100vw));
	}
}

h1.mv_catch {
	font-size: clamp(45px, calc(45/960*100vw), 61px);
	text-shadow: 0px 0px 10px rgba(0,0,0,25);
}

@media screen and (max-width:959px) {
	h1.mv_catch {
		font-size: min(48px, calc(32/375*100vw));
	}
}

/*==================================
TOP／テキスト・画像２カラム
==================================*/
.custom_wide-img-r_container .swell-block-fullWide__inner,
.custom_wide-img-l_container .swell-block-fullWide__inner {
	max-width: 1440px;
}

@media screen and (min-width:960px) {	
	.custom_wide-img-r_container .swell-block-fullWide__inner {
		padding-right: 0;
	}
	
	.custom_wide-img-l_container .swell-block-fullWide__inner {
		padding-left: 0;
	}
}

.custom_wide-img-r_container .swell-block-columns,
.custom_wide-img-l_container .swell-block-columns {
	max-width: 1220px;
}

.custom_wide-img-r_container .swell-block-columns {
	margin-left: auto;
}

.custom_wide-img-l_container .swell-block-columns {
	margin-right: auto;
}

@media screen and (max-width:959px) {
	.custom_wide-img-r_container figure {
		margin-right: calc(50% - 50vw);
	}
	
	.custom_wide-img-l_container figure {
		margin-left: calc(50% - 50vw);
	}
}

.custom_wide-img-r_container img {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.custom_wide-img-l_container img {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/*==================================
TOPページ／採用情報セクション
==================================*/
.recruit_custom .swell-block-fullWide__inner.l-article {
	max-width: 1268px;
}
.img-bottom-radius img {
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.img-top-radius img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


/*==================================
TOPページ／お問い合わせセクション
==================================*/
.swell-block-fullWide.has-bg-img.bg_conatct_custom {
	background-size: 120% auto;
    background-position: top center;
}

@media screen and (max-width:959px) {
	.swell-block-fullWide.has-bg-img.bg_conatct_custom {
		background-size: auto 60%;
	}
}

.swell-block-fullWide.has-bg-img.bg_conatct_custom .swell-block-fullWide__inner.l-article {
	max-width: 1000px;
	margin-inline: auto;
}
@media screen and (min-width:1921px) {
	.swell-block-fullWide.has-bg-img.bg_conatct_custom .swell-block-fullWide__inner.l-article {
		margin-block: 5vw !important;
	}
}

div.has-background.cta_custom {
	padding-block: 64px;
	border-radius: 15px;
}

.cta_custom .wp-block-buttons.icon-right_hover-color {
	margin-inline: auto;
}

/*==================================
下層ページ／ページタイトル
==================================*/
.l-topTitleArea__body {
	color: var(--color_main) ;
}

.l-topTitleArea  {
	border-bottom: solid 1px #dedede;
}

.c-pageTitle {
	display: flex ;
    flex-direction: column;
	font-size: 64px;
}
@media screen and (max-width:599px) {
	.c-pageTitle {
		font-size: 36px;
	}
}

.c-pageTitle__subTitle {
	margin-left: 0;
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	color: #444;
}
@media screen and (max-width:599px) {
.c-pageTitle__subTitle {
	margin-left: 0;
	font-size: 16px;
	}
}

/*==================================
下層ページ／採用情報ページ
==================================*/
.h3_custom {
	display: flex;
	align-items: center;
}
@media screen and (max-width:599px) {
	.h3_custom {
		position: relative;
		display: block;
		padding-left: 24px;
	}
}

h3.h3_custom::before {
	content: "";
	position: static;
	display: inline-block;
	bottom: unset;
	left: unset;
	width: 14px;
	height: 4px;
	margin-right: 10px;
	background-color: #96E05F;
}
@media screen and (max-width:599px) {
	h3.h3_custom::before {
		position: absolute !important;
		top: 12px;
		left: 0;
		margin-right: 0;
	}
}

/* メンバーセクション */
.member-section_custom .swell-block-fullWide__inner {
	max-width: 1440px;
	margin-inline: auto;
}

.member_img-left {
    text-align: left;
}

.member_img-right {
    text-align: right;
}

.member_text-left .wp-block-column.has-background,
.member_text-right .wp-block-column.has-background {
	padding: 44px 64px;
}
@media screen and (max-width:959px) {
	.member_text-left .wp-block-column.has-background,
	.member_text-right .wp-block-column.has-background {
		padding: 48px 24px;
	}
}

.member_text-left {
	justify-content: flex-end;
	margin-top: min(-244px, -17%);
	margin-right: min(318px, 23vw);
}
@media screen and (max-width:959px) {
	.member_text-left {
		width: 90%;
		margin-top: -120px;
		margin-right: auto;
	}
}
@media screen and (max-width:599px) {
	.member_text-left {
		margin-top: -60px;
		margin-inline: auto;
	}
}

.member_text-right {
	justify-content: flex-start;
	margin-top: min(-225px, -18%);
	margin-left: min(400px, 28vw);
}
@media screen and (max-width:959px) {
	.member_text-right {
		width: 90%;
		margin-top: -120px;
		margin-left: auto;
	}
}
@media screen and (max-width:599px) {
	.member_text-right {
		margin-top: -60px;
		margin-inline: auto;
	}
}

.text-line-icon {
	display: flex;
	align-items: center;
}
@media screen and (max-width:599px) {
	.text-line-icon {
		position: relative;
		display: block;
		padding-left: 26px;
	}
}

.text-line-icon::before {
	content: "";
	position: static !important;
	display: inline-block;
	bottom: unset;
	left: unset;
	width: 24px;
	height: 2px;
	margin-right: 10px;
	background-color: #96E05F;
}
@media screen and (max-width:599px) {
	.text-line-icon::before {
		position: absolute !important;
		top: 13px;
		left: 0;
		margin-right: 0;
	}
}

.padding-left34  {
	padding-left: 34px;
}


/*==================================
下層ページ／お問い合わせページ
==================================*/
/* フォーム全体 */
.wpcf7 form {
	font-family: "Noto Sans JP", sans-serif;
}

/* ラジオボタン余白調整 */
.wpcf7-form-control.wpcf7-radio {
	display: block;
	margin-top: 16px;
}

/* ラジオボタン行間調整 */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-bottom: 6px;
	margin-left: 0;
	font-size: 16px;
}

/* 入力欄スタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	margin-top: 8px;
	padding: 20px 24px;
	font-size: 18px;
	background-color: #f2f2f2;
	border: 1px solid #cacaca;
	border-radius: 5px;
	box-sizing: border-box;
}

@media screen and (max-width:959px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 textarea {
		padding: 10px 16px;
		font-size: 16px;
	}
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	max-width: 500px;
}

/* テキストエリア高さ調整 */
.wpcf7 textarea {
	height: 204px;
}

/* 必須マーク */
.required {
	color: #ff3b2f;
	font-size: 16px;
	margin-left: 24px;
}

/* プライバシーポリシー同意 */
.consent-wrap {
	letter-spacing: .06em;
	text-align: center;
	font-weight: bold;
}

.consent-wrap a {
	color: var(--color_main) ;
	text-decoration: underline;
	transition: opacity .3s ease;
}

.consent-wrap a:hover {
	opacity: .7;
}

/* チェックボックス調整 */
.wpcf7-acceptance {
	vertical-align: middle;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-inline: 0 12px;
	vertical-align: middle;
}

.wpcf7-acceptance input[type="checkbox"] {
	width: 24px;
	height: 24px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
}

.wpcf7-acceptance input[type="checkbox"]:checked {
	border: 1px solid var(--color_main) ;
	background-color: var(--color_main) ;
}

.wpcf7-acceptance input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	width: 10px;
	height: 16px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

/* 送信ボタン */
.submit-button_custom {
	margin-top: 48px;
	text-align: center;
}

.submit-button_container {
	position: relative;
	display: inline-block;
}

.submit-button_container:before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translatey(-50%);
	right: 16px;
	width: 40px;
	height: 40px;
	background: url(http://curio-sity.jp/wp-content/uploads/2025/05/Arrow.png) center center / contain;
	transition: opacity .3s ease;
}

.submit-button_container:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translatey(-50%);
	right: 16px;
	width: 40px;
	height: 40px;
	opacity: 0;
	background: url(http://curio-sity.jp/wp-content/uploads/2025/05/Arrow-white.png) center center / contain;
	transition: opacity .3s ease;
}

.wpcf7 input[type="submit"] {
	width: 270px;
	padding: 20px 56px 20px 26px;
	box-sizing: border-box;
	border-radius: 40px;
	text-align: left;
	border: 1px solid #f5f5f5;
	background-color: #F2F2F2;
    font-weight: bold;
    font-size: 14px;
	color: #222;
    cursor: pointer;
	transition: background-color 0.3s ease;
}

/* ホバー時挙動 */
.submit-button_container:hover input[type="submit"] {
	background-color: var(--color_main) ;
	color: #fff;
}

.submit-button_container:hover:before  {
	opacity: 0;
}
.submit-button_container:hover:after  {
	opacity: 1;
}

/* スピナー非表示 */
.wpcf7-spinner {
    display: none !important;
}


/*==================================
下層ページ／お問い合わせサンクスページ
==================================*/
.contact-thanks_custom .wp-block-buttons.icon-right_hover-color {
	margin-inline: auto;
}


/*==================================
下層ページ／プライバシーポリシー
==================================*/
.post_content>h2.margin-inline-none {
	margin-left: unset;
	margin-right: unset;
}