@charset "UTF-8";

/*
Theme Name: ThemeName
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

textarea,
select,
option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */
/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #FFFFFF;
	color: #333333;
}

#container {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.brSp {
	display: none;
}

.brTab {
	display: none;
}

.brPc {
	display: inline-block;
}

.on {
	transition: all 0.3s ease-in-out 0s;
}

.on:hover {
	opacity: 0.7;
}

.noScroll {
	/* スクロールバーを非表示にする最も一般的な方法 */
	overflow: hidden !important;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.layoutInner {
	padding: 0 35px;
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
}

/* header */
/* ----------------------------------- */
#header {
	width: 100%;
	position: relative;
}

#headerInner {
	padding: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#headerLogo {
	width: 27%;
}

#headerLogoLink {
	transition: .6s all ease;
}

#headerLogoLink:hover {
	opacity: .7;
}

#headerMenu {
	gap: 46px;
	display: flex;
	align-items: center;
}

#headerMenu nav ul {
	gap: 46px;
	display: flex;
	align-items: center;
}

#headerMenu nav ul li a {
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .075em;
	position: relative;
	text-align: center;
	font-weight: bold;
	transition: .3s all ease;
}

#headerMenu nav ul li a:hover {
	width: 100%;
	color: #29b5ea;
}

.subHeader {
	/* background: #FFFFFF; */
	min-height: 80px;
}

#drawer {
	display: none;
}


/* title */
/* ----------------------------------- */
.sectionTitle {
	font-size: 4rem;
	letter-spacing: 0.075em;
	line-height: 1;
	padding-top: 40px;
	font-weight: bold;
	color: #007ac1;
	position: relative;
	font-family: "noto-sans", sans-serif;
}

.sectionTitle::before {
	top: 0;
	left: 16px;
	font-weight: 500;
	padding-left: 12px;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.045em;
	line-height: 1.75;
	content: attr(data-en);
	color: #007ac1;
	position: absolute;
	display: block;
	font-family: "MuseoModerno", sans-serif;
}

.sectionTitle::after {
	width: 18px;
	height: 4px;
	top: 14px;
	left: 0;
	border-radius: 30px;
	background: #007ac1;
	content: "";
	position: absolute;
}

.sectionTitleNews::after {
	display: none;
}

.sectionTitle .subheading {
	font-weight: 500;
	padding-left: 30px;
	color: #3AA4FD;
}

.sectionTitle .subheading::after {
	left: 0;
}

.subheading {
	padding-left: 28px;
	font-size: 1.8rem;
	letter-spacing: 0.045em;
	font-weight: 300;
	line-height: 1.75;
	color: #007ac1;
	position: relative;
	display: block;
	font-family: "MuseoModerno", sans-serif;
}

.subheading span {
	font-family: "noto-sans", sans-serif;
}

.subheading::after {
	width: 18px;
	height: 4px;
	top: 45%;
	left: 0;
	border-radius: 30px;
	background: #007ac1;
	content: "";
	position: absolute;
}

.sectionTitleSecondary {
	color: #FFFFFF;
}

.sectionTitleSecondary .subheading {
	padding-left: 30px;
	font-weight: 300;
	color: #FFFFFF;
}

.sectionTitleSecondary .subheading::after {
	left: 0;
	background: #FFFFFF;
}

.sectionTitleImage {
	width: 400px;
	aspect-ratio: 400/120;
	max-width: 100%;
}

.sectionTitleImageContact {
	width: 432px;
	margin: 0 auto;
}

.sectionAccentText {
	font-size: clamp(6rem, 8vw, 14.6rem);
	opacity: .6;
	font-weight: 500;
	font-family: "MuseoModerno", sans-serif;
}

/* subFV */
/* ----------------------------------- */
.subFv {
	width: 100%;
	height: 375px;
	background: linear-gradient(to right, #3aa7d8, #7ad2e8);
	position: relative;
	overflow: hidden;
}

.subFv::after {
	content: "";
	width: 50%;
	height: 100%;
	max-width: 876px;
	background: url(../img/common/sub_fv_bg_parts_pc.png) 0 0 no-repeat;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

/* subpageTitle*/
/* ----------------------------------- */
.serviceContentTtl {
	font-size: 4rem;
	line-height: 1;
	padding-top: 40px;
	position: relative;
	color: #007ac1;
	font-weight: bold;
}

.serviceContentTtl::after {
	font-size: 1.8rem;
	left: 0;
	top: 0;
	letter-spacing: .075em;
	font-weight: 400;
	color: #737373;
	font-family: "MuseoModerno", sans-serif;
	position: absolute;
}

.subSectionContentTtl {
	font-size: 4rem;
	line-height: 1;
	padding-top: 40px;
	color: #007ac1;
	font-weight: bold;
	position: relative;
}

.subSectionContentTtl::after {
	font-size: 1.8rem;
	left: 0;
	top: 0;
	font-weight: 400;
	letter-spacing: .075em;
	content: attr(data-en);
	position: absolute;
	color: #FFFFFF;
	font-family: "MuseoModerno", sans-serif;
}

.subSectionContentTtlAbout {
	letter-spacing: .05em;
}

.subSectionContentTtlAbout::after,
.subSectionContentTtlRecruit::after {
	color: #737373;
}

.sectionTitleSubPointText {
	position: absolute;
	font-size: 1.8rem;
	left: 0;
	top: 0;
	font-weight: 400;
	letter-spacing: .075em;
	position: absolute;
	color: #FFFFFF;
	font-family: "MuseoModerno", sans-serif;
}

.sectionTitleSubPointText span {
	font-family: "Noto Sans JP", sans-serif;
}

.subFvInner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.subFv .sectionTitleSub {
	padding-top: 60px;
	font-size: 5.4rem;
	line-height: 1;
	min-width: 300px;
	color: #FFFFFF;
}

.subFv .sectionTitleSub::before {
	padding-left: 0;
	font-size: 1.8rem;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.7);
}

.subFv .sectionTitleSub::after {
	display: none;
}

.subBreadCrumb {
	left: 35px;
	bottom: 34px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	align-items: center;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
}

.subBreadCrumbLink {
	width: 20px;
	transition: all 0.3s ease;
}

.subBreadCrumbLink:hover {
	opacity: .8;
}

.subBreadCrumb .subBreadCrumbText {
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 48px;
	color: #FFFFFF;
	position: relative;
}

.subBreadCrumbText::before {
	background: white;
	width: 20px;
	height: 1px;
	left: 13px;
	top: 50%;
	position: absolute;
	content: "";
}

/* btn */
/* ----------------------------------- */
.moreBtn {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 100vmax;
	z-index: 0;
}

.moreBtn .moreBtnText {
	height: 100px;
	font-size: 2rem;
	border-radius: 100vmax;
	letter-spacing: 0.075em;
	line-height: 1;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.moreBtn::before,
.moreBtn::after {
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	transition: all 0.6s ease;
	position: absolute;
	content: "";
}

.moreBtn .moreBtnText::after {
	position: absolute;
	content: "";
	width: 44px;
	height: 44px;
	z-index: 200;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.contactBtnHeader {
	width: 238px;
}

.contactBtnHeader .moreBtnText {
	height: 65px;
	padding-left: 44px;
}

.moreBtnContact .moreBtnText::after {
	background: url(../img/common/icon_arrowcircle_contact.svg) center center/contain no-repeat;
}

.moreBtnContact::before {
	z-index: -1;
	opacity: 1;
	background: linear-gradient(to right, #F7C232 0%, #EA9002 100%);
}

.moreBtnContact::after {
	z-index: -2;
	opacity: 1;
	background: linear-gradient(to right, #EA9002 0%, #F7C232 100%);
}

.moreBtnPrimary {
	transition: 0.6s all ease;
	width: 400px;
	max-width: 100%;
}

.moreBtnPrimary .moreBtnText {
	width: 100%;
	width: 100%;
	font-size: 2.6rem;
	letter-spacing: .075em;
	line-height: 1;
	z-index: 3;
	padding-left: 52px;
	color: #FFFFFF;
	text-align: left;
}

.moreBtnPrimary .moreBtnText::after {
	width: 56px;
	height: 56px;
	background: url(../img/common/icon_arrowcircle_primay.svg) center center/cover no-repeat;
}

.moreBtnPrimary::before {
	background: linear-gradient(to right, #3DC9D6 0%, #3AA4FD 100%);
	z-index: 1;
	opacity: 1;
}

.moreBtnPrimary::after {
	background: linear-gradient(to right, #3AA4FD 0%, #3DC9D6 100%);
	z-index: 0;
	opacity: 1;
}

.moreBtn:hover::before {
	transition: all 0.6s ease;
	opacity: 0;
}

#contactContentBtn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 98px;
}

#contactContentBtn .moreBtnContact {
	z-index: 3;
}

#contactContentBtn .moreBtnContact .moreBtnText::after {
	background: url(../img/common/icon_arrowcircle_contact.svg) center center/cover no-repeat;
}

.moreBtnThird .moreBtnText::after {
	background: url(../img/common/icon_arrowcircle_clear.svg) center center/cover no-repeat;
}

/* footer */
/* ----------------------------------- */
#footer {
	padding-top: 80px;
	padding-bottom: 50px;
	background: #5c5c5c;
	position: relative;
}

#footerInner {
	width: 1270px;
	padding-right: 35px;
	padding-left: 35px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

#footerContent {
	position: relative;
	display: flex;
}

#footerContentInfo {
	width: 45%;
	padding-top: 16px;
	padding-right: 3%;
	padding-bottom: 146px;
	border-right: 1px solid #ffffff;
	place-content: center;
	position: relative;
}

#footerContentBtn {
	bottom: 12px;
	left: 0%;
	padding-right: 72px;
	position: absolute;
}

#footerContentBtn .moreBtnPrimary {
	width: 100%;
	max-width: 530px;
}

#footerContentBtn .moreBtnPrimary .moreBtnText {
	font-size: 1.7rem;
	padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 24px;
	padding-right: 74px;
}

#footerContentDataWrap {
	margin-top: 24px;
	grid-template-columns: 1fr;
	gap: 24px;
	display: grid;
}

#footerContentDataWrap a {
	color: #FFFFFF !important;
}

#footerContentDataWrap .footerContentData {
	color: #FFFFFF;
}

#footerContentDataWrap .footerContentData span {
	color: #FFFFFF !important;
}

.footerContentDataTelWrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footerContentData {
	padding-left: 12px;
	gap: 12px;
	font-size: 1.5rem;
	color: #ffffff;
	position: relative;
}

.footerContentDataName {
	font-size: 1.6rem;
	position: relative;
	font-weight: bold;
}

.footerContentDataName::after {
	height: 16px;
	width: 2px;
	top: 5px;
	left: -12px;
	position: absolute;
	content: "";
	background: #FFFFFF;
}

.footerContentDataText {
	line-height: 1.6;
}

.footerContentData .footerContentDateLink {
	color: #FFFFFF;
}

#footerContentBtn {
	margin-top: 32px;
}

#footerContentBtn p {
	font-size: 1.6rem;
	width: calc(100% - 44px);
	font-weight: bold;
}

#footerMenus {
	width: 55%;
	padding-left: clamp(32px, 4.8vw, 70px);
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 3.5vw, 53px);
	display: grid;
}

#footerMenus a {
	color: #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
}

.footerMenuContainer {
	gap: 48px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footerMenuContainer ul {
	grid-template-columns: 1fr;
	gap: 6px;
	display: grid;
}

.footerMenuContainer ul li a {
	padding-left: 20px;
	position: relative;
	display: inline-block;
}

.footerMenuContainer ul li a::after {
	left: 0;
	top: 14px;
	height: 1px;
	width: 10px;
	content: "";
	position: absolute;
	background: #FFFFFF;
}

.footerMenuContainer ul li a {
	font-size: 1.7rem;
	/* transition: .3s all ease; */
}

.footerMenuHeading {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
}

#footerCopy {
	margin-top: 44px;
	font-size: 1.4rem;
	text-align: center;
	color: #FFFFFF;
	font-family: "MuseoModerno", sans-serif;
}

#footerMenus a:hover {
	color: #29b5ea;
}

.footerMenuContainer ul li a:hover::after {
	background: #29b5ea;
}

/* contact */
/* ----------------------------------- */
.contact {
	width: 100%;
}

.contactContent {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.contactContent::before {
	content: "";
	width: 45vw;
	height: 100%;
	background: url(../img/common/bg_contact_left_pc.png) bottom left/contain no-repeat;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.contactContent::after {
	content: "";
	width: 45vw;
	height: 100%;
	background: url(../img/common/bg_contact_right_pc.png) top right/contain no-repeat;
	right: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}

.contactContentAccentText {
	opacity: 1;
	line-height: 1;
	color: #3DC9D6;
	background: linear-gradient(to right, #3DC9D6 0%, #3EAAD9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contactContentBox {
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.contactContentBox .contactContentText h2 {
	font-size: 3rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
	color: #007ac1;
	font-weight: bold;
}

.contactContentBox .contactContentText p {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
	margin-top: 28px;
	display: block;
}

.contactContentBox .contactContentBtn {
	width: 470px;
	margin: 48px auto 0;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#container {
		position: relative;
		font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.5;
	}

	.brTab {
		display: block;
	}

	.sectionAccentText {
		font-size: clamp(6rem, 9vw, 14.6rem);
	}

	.layoutInner {
		padding: 0 4%;
		width: 100%;
	}

	/* header */
	/* ----------------------------------- */
	#headerInner {
		padding: 18px 4%;
		align-items: center;
	}

	#headerLogo {
		width: 320px;
		display: grid;
		place-content: center;
	}

	#headerMenu {
		display: none;
	}

	#headerDrawerBtn {
		display: grid;
		place-content: center;
		cursor: pointer;
	}

	.drawerActive .headerDrawerBarTop {
		top: 50%;
		transform: translateX(-50%) rotate(-45deg);
	}

	.drawerActive .headerDrawerBarMid {
		width: 0;
	}

	.drawerActive .headerDrawerBarBottom {
		top: 50%;
		transform: translateX(-50%) rotate(45deg);
	}

	/* drawer */
	/* ----------------------------------- */
	#drawer {
		display: block;
	}

	#headerDrawerBtn {
		position: fixed;
		right: 4%;
		top: 8px;
		padding: 0;
		z-index: 11000;
		border: none;
		background-color: transparent;
		display: block;
	}

	#headerDrawerBtnWrap {
		width: 60px;
		height: 60px;
		border: 0;
		border-radius: 50%;
		background: linear-gradient(to right, #F7C232 0%, #EA9002 100%);
		position: relative;
		cursor: pointer;
		display: grid;
		place-content: center;
	}

	.headerDrawerBars {
		height: 24px;
		width: 30px;
		position: relative;
		display: grid;
		place-content: center;
	}

	.headerDrawerBar {
		width: 100%;
		max-width: 100%;
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
		background: #FFFFFF;
		position: absolute;
		transition: all 0.3s ease-in-out 0s;
	}

	body.drawerActive {
		overflow: hidden;
	}

	.headerDrawerBarTop {
		top: 0%;
	}

	.headerDrawerBarMid {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.headerDrawerBarBottom {
		bottom: 0%;
	}

	#drawerMenuContainer {
		width: 100%;
		height: 0;
		transition: all 0.3s ease-in-out 0s;
		background: #333;
		z-index: 1000;
		position: fixed;
		overflow: hidden;
		left: 0;
		top: 0;
		overflow-y: auto;
	}


	.drawerActive #drawerMenuContainer {
		height: 100%;
	}

	#drawerContentBtn {
		width: 650px;
		padding: 0 4% 50px;
		max-width: 100%;
		margin: 0 auto;
	}

	#drawerContentBtn .moreBtnPrimary {
		width: 100%;
		font-size: 3rem;
		width: 100%;
	}

	#drawerContentBtn .moreBtnPrimary .moreBtnText {
		width: 100%;
		padding-left: 0;
		text-align: left;
		font-size: clamp(1.8rem, 3.8vw, 3rem);
	}

	#drawerContentBtn .moreBtnPrimary span {
		display: grid;
		place-content: center;
	}

	#drawerMenuContainer .drawerMenuListTopLink {
		font-size: clamp(2rem, 4vw, 3rem);
		font-weight: bold;
		color: #FFFFFF;
		display: block;
		margin-bottom: clamp(25px, 4.6vw, 35px);
		position: relative;
		transition: all 0.3s ease;
	}

	#drawerMenuContainer .drawerMenuListTopLink:hover {
		color: #007ac1;
	}

	#drawerMenuContainer .drawerMenuListTopLink::after {
		width: clamp(35px, 6.67vw, 50px);
		height: clamp(35px, 6.67vw, 50px);
		background: url(../img/common/icon_arrowcircle_primay.svg) center center/cover no-repeat;
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.drawerMenuList {
		border-top: 1px solid #FFFFFF;
		padding-top: 30px;
		padding: 30px 4% 50px;
	}

	.drawerMenuList:first-child {
		margin-top: 80px;
	}

	.drawerMenuList ul {
		padding: 30px 60px;
		background: #6e6d6d;
	}

	.drawerMenuList ul li {
		position: relative;
	}

	.drawerMenuList ul li:not(:last-child) {
		margin-bottom: clamp(20px, 4vw, 30px);
	}

	.drawerMenuList ul li:hover a {
		color: #007ac1;
	}

	.drawerMenuList ul li:hover:after {
		background: #007ac1;
	}

	.drawerMenuList ul li::after {
		width: 15px;
		height: 2px;
		background: #FFFFFF;
		content: "";
		position: absolute;
		left: -32px;
		top: 50%;
		transform: translateY(-50%);
	}

	.drawerMenuList ul li a {
		font-size: clamp(1.6rem, 2.5vw, 2.8rem);
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1;
		position: relative;
		display: block;
	}


	/* title */
	/* ----------------------------------- */
	.subSectionContentTtl {
		padding-top: 30px;
		font-size: 3rem;
	}

	/* btn */
	/* ----------------------------------- */
	#headerMenu .contactBtnHeader .moreBtnText {
		padding: 0;
		height: 100px;
		width: 100%;
		font-size: 2.6rem;
		letter-spacing: .075em;
		line-height: 1;
		z-index: 3;
		text-align: left;
		display: grid;
		place-content: center;
		color: #FFFFFF;
		display: block;
		text-align: center;
	}

	/* footer */
	/* ----------------------------------- */
	#footer {
		padding-top: 48px;
		padding-bottom: 32px;
	}

	#footerInner {
		padding-right: 4%;
		padding-left: 4%;
	}

	#footerContent {
		gap: 0rem;
		flex-direction: column;
	}

	#footerContentInfo {
		padding-right: 0;
		padding-top: 32px;
		padding-bottom: 160px;
		margin-bottom: 48px;
		width: 100%;
		border-right: 0;
		border-top: 0px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		place-content: none;
	}

	#footerContentInfo .moreBtnSecondary {
		width: 100%;
	}

	#footerContentLogo {
		width: 240px;
	}

	#footerContentBtn {
		bottom: 40px;
		padding-right: 0;
		padding-left: 0%;
		width: 400px;
		left: 50%;
		transform: translateX(-50%);
	}

	#footerContentBtn .moreBtnPrimary {
		max-width: 100%;
	}

	#footerContentBtn .moreBtnPrimary .moreBtnText {
		line-height: 1.7;
		padding-left: 40px;
	}

	.footerMenuHeading {
		font-size: 1.8rem;
	}

	#footerContentInfo {
		padding-left: 4%;
		padding-right: 4%;
	}

	#footerContentInfo .moreBtn {
		width: 100%;
		margin: 0 auto;
	}

	#footerMenus {
		width: 100%;
	}

	.footerMenuContainer ul li a {
		padding-left: 10px;
		position: relative;
		display: inline-block;
	}

	.footerMenuContainer ul li a::after {
		top: 11px;
		width: 5px;
	}

	/* subFv */
	/* ----------------------------------- */
	.subFv {
		max-width: 100%;
		height: 300px;
	}

	.subFv::after {
		width: 100%;
		height: 100%;
		background: url(../img/common/sub_fv_bg_parts_sp.png) center right 0/contain no-repeat;
		bottom: 0%;
		right: 0%;
	}

	.subFv .sectionTitleSub {
		font-size: clamp(3rem, 4vw, 4rem);
	}

	.subFv .sectionTitleSub {
		left: 0px;
	}

	.subBreadCrumb {
		left: 4%;
	}

	/* contactContent*/
	/* ----------------------------------- */
	.contactContent::before {
		content: "";
		width: 50vw;
		height: 100vw;
		background: url(../img/common/bg_contact_left_sp.png) bottom left/contain no-repeat;
		position: absolute;
		z-index: -1;
	}

	.contactContent::after {
		content: "";
		width: 50vw;
		height: 100vw;
		background: url(../img/common/bg_contact_right_sp.png) top right/contain no-repeat;
		right: 0;
		top: 0;
		position: absolute;
		z-index: -1;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.brSp {
		display: inline-block;
	}

	.brPc {
		display: none;
	}

	/* title */
	/* ----------------------------------- */
	.sectionTitle {
		font-size: clamp(3rem, 6.4vw, 4.8rem);
		padding-left: 0;
	}

	.sectionTitle::before {
		font-size: clamp(1.8rem, 3.2vw, 2.4rem);
		padding-left: 9px;
	}

	.sectionTitle::after {
		top: 20%;
		width: 16px;
		height: 3px;
	}

	.sectionTitle .subheading {
		padding-left: 24px;
	}

	.sectionTitle .subheading::after {
		left: 0;
	}

	.subheading {
		font-size: 1.8rem;
	}

	.subheading::after {
		top: 45%;
		width: 16px;
		height: 3px;
	}

	.sectionTitleImage {
		width: 300px;
	}

	.sectionTitleImageContact {
		width: 300px;
	}

	.subSectionContentTtl {
		padding-top: 32px;
		font-size: clamp(2.8rem, 5.2vw, 4rem);
		margin-bottom: 30px;
	}

	.serviceContentTtl {
		font-size: clamp(2.6rem, 4.7vw, 3.6rem);
		padding-top: 35px;
	}

	.serviceContentTtl::after {
		font-size: 1.2rem;
	}

	/* btn */
	/* ----------------------------------- */
	.moreBtnContact {
		width: 100%;
	}

	.moreBtn:hover::before {
		opacity: 1;
	}

	.moreBtn .moreBtnText {
		line-height: 1;
		white-space: nowrap;
	}

	.moreBtn:hover::before {
		opacity: 1;
	}

	.moreBtnPrimary .moreBtnText {
		height: clamp(60px, 13vw, 100px);
		width: 100%;
		font-size: clamp(1.8rem, 3vw, 2.6rem);
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}

	.moreBtnPrimary .moreBtnText::after {
		width: 30px;
		height: 30px;
	}

	/* MENU */
	/* ----------------------------------- */
	#headerDrawerBtnWrap {
		width: 50px;
		height: 50px;
	}

	.headerDrawerBars {
		height: 20px;
		width: 25px;
	}

	.drawerMenuList:first-child {
		margin-top: 70px;
	}

	/* header */
	/* ----------------------------------- */
	#headerLogo {
		padding-top: 0;
		width: clamp(180px, 40vw, 300px);
		position: relative;
	}

	#headerMenu {
		padding-left: 4%;
		padding-right: 4%;
	}

	.subHeader {
		min-height: 70px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		height: inherit;
	}

	#headerMenu nav ul li a:hover {
		color: #333333;
	}

	#headerMenu .contactBtnHeader .moreBtnText {
		height: clamp(70px, 13vw, 100px);
	}

	/* subFV */
	/* ----------------------------------- */
	.subFv {
		aspect-ratio: 750/370;
		height: 220px;
	}

	.subFvInner {
		padding-top: 0px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.subFv .sectionTitleSub {
		padding-top: 35px;
	}

	.subFv .sectionTitleSub::before {
		font-size: 1.2rem;
	}

	.subFv .sectionTitle {
		font-size: clamp(2.6rem, 4.7vw, 3.6rem);
	}

	.subBreadCrumb {
		max-width: 100%;
		bottom: 20px;
	}

	.subBreadCrumb .subBreadCrumbText {
		font-size: 1.4rem;
		padding-left: 24px;
		color: #FFFFFF;
		position: relative;
	}

	.subBreadCrumbText::before {
		background: white;
		width: 10px;
		height: 1px;
		left: 8px;
		top: 55%;
		position: absolute;
		content: "";
	}

	.subBreadCrumbLink {
		width: 15px;
		transition: all 0.3s ease;
		line-height: 1;
	}

	/* contact */
	/* ----------------------------------- */
	.contactContent {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contactContentBox {
		padding: 0 4%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.contactContentBgLeft {
		left: 0;
		top: inherit;
		bottom: 0;
		width: 56%;
		height: 100%;
		z-index: -2;
	}

	.contactContentBgRight {
		right: 0;
		top: 0;
		width: 70%;
		height: 100%;
	}

	.contactContentBox .contactContentText p {
		font-size: clamp(1.8rem, 2vw, 2rem);
	}

	.contactContentBox .contactContentBtn {
		width: 100%;
		max-width: 600px;
		padding: 0;
	}

	.moreBtnContact .moreBtnText {
		width: 100%;
		height: clamp(70px, 13vw, 100px);
		font-size: clamp(1.5rem, 2.3vw, 2rem);
	}

	/* footer */
	/* ----------------------------------- */
	#footer {
		padding-top: 60px;
	}

	#footerContentInfo {
		padding-top: 0;
	}

	#footerContentBtn {
		padding: 0;
		max-width: 100%;
		bottom: 24px;
		width: 600px;
		max-width: 100%;
		bottom: 44px;
		left: 50%;
		transform: translateX(-50%);
	}

	#footerContentBtn .moreBtn {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}

	#footerContentBtn .moreBtn .moreBtnText {
		height: clamp(70px, 13vw, 100px);
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		padding: 0;
		font-size: clamp(1.6rem, 2.3vw, 2rem);
		line-height: 1.4;
		text-align: left;
		display: grid;
		place-content: center;
	}

	#footerMenus {
		width: 100%;
		padding-left: 0;
	}

	.footerMenuHeading {
		font-size: clamp(1.6rem, 2vw, 1.8rem);
	}

	.footerMenuContainer ul li a {
		font-size: clamp(1.5rem, 1.8vw, 1.7rem);
	}

	.footerMenuBottom ul li a {
		font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	}

	#footerMenus a:hover {
		color: #FFFFFF;
	}

	.footerMenuContainer ul li:hover::after {
		background: #FFFFFF;
	}

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
