/*===============================
MARK: root 
=================================*/
:root {
	--main-color: #0195d4;
	--main-txt: #333;
	--fz10: 0.625rem;
	--fz12: 0.75rem;
	--fz14: 0.875rem;
	--fz17: 1.0625rem;
	--fz18: 1.125rem;
	--fz20: 1.25rem;
	--fz22: 1.375rem;
	--fz24: 1.5rem;
	--fz26: 1.625rem;
	--fz28: 1.75rem;
	--fz30: 1.875rem;
	--fz32: 2rem;
	--fz34: 2.125rem;
	--fz36: 2.25rem;
	--fz38: 2.375rem;
	--fz40: 2.5rem;
}

/*===============================
MARK: common
=================================*/

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, メイリオ, Meiryo,
		sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.025em;
	color: var(--main-txt);
	background: #fff;
}

/* タブバー透過防止 */
.for-tab-bars {
	display: none;
	position: fixed;
	bottom: 0;
	pointer-events: none;
	height: 4px;
	width: 100%;
	background-color: #fff;
	opacity: 0.001;
	z-index: 0;
}

a {
	transition: 0.3s;
	color: #01d4b4;
}

a:hover {
	opacity: 0.8;
}

img {
	display: block;
}

.d-flex {
	display: flex;
	align-items: start;
	justify-content: start;
}

.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}

.tb-content {
	display: none !important;
}

.sp-content {
	display: none !important;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin-inline: auto;
	padding-inline: 20px;
}

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.bold {
	font-weight: 700;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.bg-white {
	background-color: #fff;
}

.c-white,
.c-white * {
	color: #fff;
}

.btn {
	position: relative;
	display: inline-block;
	line-height: 1.4;
	text-decoration: none;
	vertical-align: bottom;
	color: #fff;
	padding: 0.6em 3em 0.6em 2em;
	letter-spacing: 0.1em;
	background: var(--main-color);
	border-radius: 50em;
	font-weight: 400;
}

.btn:hover,
.btn:visited {
	color: #fff;
}

.btn02 {
	color: var(--main-color);
	background: #fff;
}

.btn02:hover,
.btn02:visited {
	color: var(--main-color);
}

.btn span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	height: 0.6em;
	width: 0.3em;
}

h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.05em;
}

.semicircle {
	display: inline-block;
	width: 0.45em;
	height: 0.9em;
	border-radius: 0 100% 100% 0% / 50%;
	background: #fff;
	vertical-align: middle;
}

.btn02 .semicircle {
	background: var(--main-color);
}

.c-blue {
	color: var(--main-color);
}

/*===============================
MARK: header
=================================*/
.site-header {
	position: sticky;
	padding: 23px 30px 20px 30px;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 3px 30px #dbe6eb;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-logo {
	display: flex;
	align-items: center;
	gap: 15px;
}

.site-logo a {
	display: block;
	width: fit-content;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav a {
	text-decoration: none;
	color: var(--main-txt);
}

.main-nav a.nav-inner-btn {
	background: var(--main-color);
	font-size: 15px;
	padding: 5px 1.3em 7px;
	color: #fff;
}

.toggle_btn {
	display: none;
}

/*===============================
MARK: MV
=================================*/
#mv {
	position: relative;
	margin-right: 3%;
}

.mv-slider {
	overflow: hidden;
	border-radius: 0 min(14vw, 200px) 0 0;
	height: min(70vh, 650px);
}

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

.mv-copy {
	position: absolute;
	bottom: 8%;
	left: 4%;
	width: 38%;
	z-index: 1;
}

.mv-copy h1 {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

/*===============================
MARK: TOP CONTENT
=================================*/

#about-us {
	padding-block: min(10%, 135px) min(11%, 140px);
	color: var(--main-color);
	background-image: url(../images/index/top_about_bg.png);
	background-repeat: no-repeat;
	background-size: auto min(45vw, 95%);
	background-position: 90% 70%;
}

.section-heading .ttl-ja {
	display: inline-block;
	margin-top: 1em;
	font-weight: 500;
	font-size: var(--fz20);
}

#about-us .sub-ttl {
	font-weight: 400;
	font-size: var(--fz24);
	margin-block: 1.5em 1.2em;
}

#about-us p:first-of-type {
	margin-bottom: 2em;
}

#our-value {
	background: rgba(40, 178, 230, 10);
	background: linear-gradient(
		135deg,
		rgba(40, 178, 230, 0.8) 0%,
		rgba(56, 187, 224, 0.8) 40%,
		rgba(194, 235, 80, 0.8) 100%
	);
	padding-block: 10px 130px;
	overflow-x: hidden;
}

#our-value .section-heading {
	color: #fff;
}

.value-list {
	list-style: none;
	margin: 0;
	margin-top: 80px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
}

.value-list li {
	position: relative;
	background: #fff;
	border-radius: 0 100px 0 0;
	color: var(--main-color);
	padding: 40px 30px 50px;
	font-size: var(--fz14);
}

.value-list .num,
.value-list .value-icon {
	display: inline-block;
	position: absolute;
}

.value-list .num {
	bottom: 85%;
	left: -2px;
}

.value-list li:nth-child(1) .value-icon {
	bottom: 7px;
	left: 65%;
	width: 45%;
}

.value-list li:nth-child(2) .value-icon {
	bottom: 11px;
	left: 63%;
	width: 50%;
}

.value-list li:nth-child(3) .value-icon {
	bottom: 15px;
	left: 63%;
	width: 53%;
}

.value-list h3 {
	font-size: var(--fz24);
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
}

#service {
	padding-block: 20px 70px;
}

#service .section-heading {
	color: var(--main-color);
}

.service-list {
	list-style: none;
	margin: 0;
	margin-top: 45px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.service-list .list-item:nth-child(1) {
	grid-area: 1 / 1 / 2 / 3;
}
.service-list .list-item:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
}
.service-list .list-item:nth-child(3) {
	grid-area: 2 / 2 / 3 / 3;
}

.service-list a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
}

.service-list a p,
.service-list a .arrow {
	position: absolute;
}

.service-list a p {
	display: flex;
	align-items: center;
	gap: 15px;
	bottom: 12px;
	left: 20px;
	font-size: var(--fz28);
	letter-spacing: 0.05em;
	margin: 0;
}

.service-list a p span {
	width: 0.3em;
	height: 0.6em;
}

.service-list a .arrow {
	right: 20px;
	bottom: 20px;
}

#service .btn-wrap {
	margin-top: 44px;
}

#cases {
	background: rgba(236, 242, 244, 0.6);
	padding-block: 20px 60px;
}

#cases .section-heading {
	color: var(--main-color);
}

#cases .cases-slider {
	overflow: visible;
}

.cases-slider .swiper-slide.cases-item {
	opacity: 0.6;
	transform: translateZ(0) scale(0.8);
	transition: 0.7s;
}
.cases-slider .cases-item img {
	height: auto;
	width: 100%;
}
.cases-slider .cases-item.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.cases-item .inner {
	background: #fff;
	border-radius: 25px;
	padding: 30px;
}

.cases-img {
	border-radius: 15px;
	overflow: hidden;
}

.cases-item h3 {
	font-size: var(--fz24);
	font-weight: 500;
	color: #333;
	margin-block: 18px 5px;
}

.cases-cat .category {
	background: var(--main-color);
	color: #fff;
	font-size: var(--fz12);
	border-radius: 7px;
	padding: 4px 1.4em 6px;
}

#cases .slide-wrap {
	margin-bottom: 50px;
}

#cases .swiper-pagination {
	bottom: unset;
	top: calc(100% + 55px);
}

#cases .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin-inline: 10px;
}

#cases .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #707070;
}

#cases .swiper-button-next:after,
#cases .swiper-button-prev:after {
	content: none;
}

#cases .swiper-button-next,
#cases .swiper-button-prev {
	width: 89px;
	height: 89px;
}

#cases .swiper-button-next {
	background-image: url(../images/slide_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: 25vw;
}

#cases .swiper-button-prev {
	background-image: url(../images/slide_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 25vw;
}

#cases .swiper-button-prev #cases .btn-wrap {
	position: relative;
}

#cases .btn-wrap a {
	position: relative;
	z-index: 5;
}

#recruit {
	background: rgba(236, 242, 244, 0.6);
	padding-top: 10px;
}

#recruit .section-heading {
	color: var(--main-color);
	margin-top: 0;
}

#recruit .bg {
	position: relative;
	background: rgba(40, 178, 230, 10);
	background: linear-gradient(
		235deg,
		rgba(40, 178, 230, 0.8) 0%,
		rgba(56, 187, 224, 0.8) 40%,
		rgba(194, 235, 80, 0.8) 105%
	);
	margin-top: 50px;
	padding-block: 80px 90px;
}

#recruit .recruit-summary {
	color: #fff;
}

#recruit .recruit-summary h3 {
	font-size: clamp(1.375rem, calc(0.7916666666666666rem + 2.3333333333333335vw), 2.25rem);
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

#recruit .recruit-summary p {
	letter-spacing: 0.05em;
	font-weight: 500;
}

#recruit .recruit-summary .btn-wrap {
	margin-top: 50px;
}

#recruit .btn02 {
	width: 212px;
	font-weight: 500;
}

#recruit .recruit-img {
	position: absolute;
	border-radius: 50em 0 0 50em;
	overflow: hidden;
	right: 0;
	bottom: 55px;
	width: 53%;
	height: min(45vw, 525px);
}

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

/*===============================
MARK: footer
=================================*/
.footer-contact {
	background: url(../images/footer_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	padding-block: min(4vw, 50px) min(6vw, 90px);
}

.footer-contact .d-flex {
	align-items: end;
	justify-content: space-between;
}

.footer-contact .contact-txt {
	color: var(--main-color);
}

.footer-contact .contact-txt p {
	font-weight: 500;
	margin-block: 45px 0;
	line-height: 2.2;
}

.footer-contact .contact-btn {
	width: min(51%, 510px);
}

.footer-contact .contact-btn .btn-wrap {
	margin-top: 20px;
}

.footer-contact .contact-btn a {
	width: 100%;
	font-size: var(--fz28);
	padding-right: 1.5em;
}

.footer-contact .contact-btn a.btn02 {
	box-shadow: 0 0 15px rgba(201, 224, 244, 1);
}

.site-footer {
	background: var(--main-color);
	padding-block: 30px;
	padding-inline: min(6vw, 70px);
	color: #fff;
}

.footer-info {
	justify-content: space-between;
}

.site-footer .site-info p {
	margin: 0;
}

.footer-nav.d-flex {
	gap: 40px;
}

.footer-nav .nav-block {
	display: flex;
	flex-direction: column;
}

.footer-nav .nav-block a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	text-decoration: none;
}

.footer-nav .nav-block a.nav-main {
	margin-bottom: 5px;
}

.footer-nav .nav-block a .semicircle {
	width: 0.25em;
	height: 0.5em;
}

.footer-nav .nav-block a.nav-child {
	font-size: var(--fz14);
	font-weight: 300;
	margin-left: 1em;
}

.copyright {
	color: #fff;
	margin: 0;
	font-size: var(--fz12);
	letter-spacing: 0.1em;
	font-weight: 300;
	padding-block: 50px 20px;
}

/*==============================================================
MARK: Lower page
================================================================*/
.page-ttl {
	background: rgba(40, 178, 230, 10);
	background: linear-gradient(
		135deg,
		rgba(40, 178, 230, 0.8) 0%,
		rgba(56, 187, 224, 0.8) 40%,
		rgba(194, 235, 80, 0.8) 100%
	);
	padding-block: 125px 40px;
	color: #fff;
	margin-top: -89px;
}

.page-ttl h1 {
	font-size: clamp(1.75rem, calc(1.25rem + 2vw), 2.5rem);
	font-weight: 400;
	letter-spacing: 0.05em;
}

.breadcrumbs {
	background: #fff;
	box-shadow: 0 3px 15px #dceaef;
	color: var(--main-color);
	font-size: var(--fz14);
	padding-block: 5px;
}

.breadcrumbs a {
	text-decoration: none;
	color: var(--main-color);
	opacity: 0.5;
}

.section-heading {
	padding-block: 85px 45px;
}

.section-heading h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--main-color);
	font-weight: 400;
	font-size: clamp(1.5rem, calc(1.1666666666666665rem + 1.3333333333333335vw), 2rem);
	line-height: 1.4;
	margin: 0;
}

.section-heading h2 .semicircle {
	background-color: var(--main-color);
	height: 0.6em;
	width: 0.3em;
}

#company01 {
	padding-bottom: 80px;
}

.message {
	gap: 49px;
}

.message-txt {
	font-size: var(--fz14);
	flex: 1;
}

.message-txt p:first-of-type {
	margin-top: 0;
}

.message-img {
	max-width: 255px;
}

.img-wrap {
	overflow: hidden;
	border-radius: 0 100px 0 0;
}

.message-img .name {
	font-size: var(--fz24);
	font-weight: 500;
	margin-block: 13px 0;
	line-height: 1.3;
}

.message-img .name span {
	display: block;
	font-size: var(--fz14);
}

#company02 {
	background: #fff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(248, 251, 252, 1) 100%);
}

.bg-rounded {
	border-radius: 0 min(22vw, 300px) 0 0;
}

.table-dl {
	margin: 0;
}

.table-dl .row {
	display: flex;
	align-items: stretch;
}

.table-dl dt {
	color: var(--main-color);
	font-weight: normal;
	border-bottom: 1px solid var(--main-color);
	padding: 13px 1.5em;
	width: 21%;
}

.table-dl dd {
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
	margin: 0;
	flex: 1;
	padding: 13px 10px 13px 1.5em;
}

.table-dl .row:last-child dd,
.table-dl .row:last-child dt {
	border: none;
}

#company03 {
	padding-bottom: 140px;
}

.service-wrap {
	position: relative;
	padding-block: 40px 80px;
}

.service-wrap .bg-wrap {
	border-radius: 15px;
	overflow: hidden;
}

.service-detail {
	position: relative;
	background: #fff;
	border-radius: 0 100px 0 0;
	padding: 35px 30px 40px 60px;
	margin-inline: min(8%, 75px);
	box-shadow: 0 5px 10px #d3dfe2;
	margin-top: -80px;
	z-index: 1;
}

.service-detail h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--main-color);
	font-weight: 400;
	font-size: clamp(1.25rem, calc(0.9166666666666666rem + 1.3333333333333335vw), 1.75rem);
}

.service-detail h3 .semicircle {
	background-color: var(--main-color);
	height: 0.6em;
	width: 0.3em;
}

.service-summary {
	font-size: var(--fz20);
	margin-left: -5px;
	margin-block: 5px 20px;
}

.service-txt {
	font-weight: 500;
	margin-bottom: 0;
}

#service01 {
	background: #fff;
	background: linear-gradient(0deg, rgba(248, 251, 252, 1) 60%, rgba(255, 255, 255, 1) 40%);
}

#service02,
#service03 {
	background: #f8fbfc;
}

#service03 {
	padding-bottom: 70px;
}

.post-type-archive #page {
	background: rgba(236, 242, 244, 0.6);
}

.cases-list-wrap {
	padding-bottom: 150px;
}

.cases-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.cases-list-item {
	background: #fff;
	padding: 30px 30px 25px 30px;
	border-radius: 25px;
	margin-top: 40px;
}

.cases-list-item .thumbnail-wrap {
	display: flex;
	gap: 40px;
	position: relative;
}

.cases-list-item .thumbnail-wrap .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thumbnail-wrap .cases-img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.thumbnail-wrap .cases-img .badge {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.cases-ttl {
	font-size: var(--fz22);
	margin-block: 15px 5px;
}

.cases-list-item .cases-cat .category {
	font-size: 11px;
}

.cases-list-wrap .pagination-wrap {
	display: flex;
	justify-content: center;
}

.post-archive .nav-links .page-numbers {
	border: 1px solid var(--main-color);
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	background: var(--main-color);
	padding: 0.3em 0.8em;
}

.post-archive .nav-links .page-numbers.current {
	background: #fff;
	color: var(--main-color);
}

#requirements {
	padding-bottom: 120px;
}

#entry {
	background: #f8fbfc;
	padding-bottom: 120px;
}

#entry .section-heading p {
	font-weight: 500;
	margin-bottom: 0;
}

.section-lead .contact {
	display: flex;
	align-items: end;
	gap: 10px;
}

.section-lead .contact .notice {
	line-height: 1.3;
	font-weight: 400;
}

#contact {
	padding-bottom: 120px;
}

#contact .section-heading p {
	font-weight: 500;
	margin-bottom: 0;
}

.message-404 {
	margin-bottom: 20vh;
}

/*==============================================================
MARK: フォーム
================================================================*/
.entry-form {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	padding: 45px min(10vw, 125px) 80px;
	margin-top: 40px;
}

.contact-form {
	background: #f8fbfc;
	border-radius: 15px;
	padding: 45px min(10vw, 125px) 80px;
	margin-top: 40px;
}

.form-heading {
	position: relative;
}

.form-heading h3 {
	font-size: clamp(1.5rem, calc(1.1666666666666665rem + 1.3333333333333335vw), 2rem);
	color: var(--main-color);
	margin-block: 0;
	font-weight: 600;
}

.form-heading p {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0.8em;
	font-size: var(--fz12);
	font-weight: 600;
}

.form-heading p span {
	color: #ff0000;
}

.snow-monkey-form {
	margin-top: 60px;
}

.wp-block-snow-monkey-forms-item.smf-item {
	margin-bottom: 25px;
}

.smf-item__label {
	margin-bottom: 8px;
}

.smf-item__label__text {
	position: relative;
	font-size: var(--fz18);
	font-weight: 500;
}

.smf-item:has([data-validations~='required']) .smf-item__label__text::after {
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	content: '*';
	font-size: 20px;
	color: #ff0000;
	font-weight: 500;
}

.smf-text-control {
	width: 100%;
}

.smf-textarea-control {
	width: 100%;
}

.smf-form .smf-select-control {
	width: 100%;
}

.smf-item input,
.smf-item textarea,
.smf-item select {
	font-size: var(--fz14);
	padding-block: 8px !important;
	border-color: var(--main-color) !important;
	width: 100%;
	border-radius: 5px !important;
}

.smf-action {
	text-align: center;
	margin-top: 65px;
}

.smf-form .smf-select-control__toggle:before {
	border-color: #707070;
	border-width: 0 2px 2px 0;
	height: 12px;
	position: absolute;
	top: calc(50% - 10px);
	width: 12px;
}

.smf-action .smf-button-control__control {
	font-size: var(--fz20);
	background: var(--main-color);
	background: linear-gradient(
		135deg,
		rgba(40, 178, 230, 1) 0%,
		rgba(56, 187, 224, 1) 40%,
		rgba(194, 235, 80, 1) 100%
	);
	font-weight: 500;
	color: #fff;
	border: none;
	border-radius: 50em;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	min-width: 35%;
	padding: 0.7em 1.5em;
	position: relative;
	text-decoration: none;
	width: min(100%, 353px);
	transition: all 0.3s;
}

#contact .smf-action .smf-button-control__control {
	background: var(--main-color);
}

.smf-action .smf-button-control__control::after {
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 0.45em;
	height: 0.9em;
	border-radius: 0 100% 100% 0% / 50%;
	background: #fff;
	vertical-align: middle;
}

.smf-action .smf-button-control__control:hover {
	opacity: 0.7;
}

.snow-monkey-form[data-screen='confirm'] .reset-btn,
.snow-monkey-form[data-screen='confirm'] .has-text-align-center {
	display: none;
}

.snow-monkey-forms-turnstile > div {
	justify-content: center;
}

/* 完了メッセージ */
.smf-complete-content {
	text-align: center;
}

.smf-complete-content p {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	border-radius: 50em;
	padding: 1em 3em;
}

/*==============================================================
MARK: responsive
================================================================*/

@media (max-width: 767px) {
	/*===============================
	MARK: common
	=================================*/
	.pc-content {
		display: none !important;
	}
	.sp-content {
		display: block !important;
	}

	.d-flex {
		flex-wrap: wrap;
	}

	/* タブバー透過防止 */
	.for-tab-bars {
		display: block;
	}

	/*===============================
	MARK: header
	=================================*/
	.site-header {
		padding: 0px 0px 0px 10px;
	}

	.site-logo {
		gap: 10px;
		width: 70%;
	}

	.g-nav .g-nav__overlay {
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 120;
		overflow: hidden;
		opacity: 0;
		transition: all 0.3s;
		visibility: hidden;
	}

	.g-nav.open .g-nav__overlay {
		opacity: 0.8;
		visibility: visible;
	}

	.g-nav .inner {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: all 0.2s;
		background: var(--main-color);
		position: fixed;
		top: 0;
		right: -100%;
		width: 40%;
		height: 100%;
		padding: 70px 30px 100px 30px;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 30px;
		z-index: 150;
		overflow: auto;
	}

	.g-nav.open .inner {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		right: 0;
	}

	.toggle_btn {
		position: relative;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 10px;
		border: none;
		border-radius: 0;
		background: var(--main-color);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		cursor: pointer;
		padding: 15px 15px 15px 15px;
		z-index: 200;
	}

	.toggle_btn .toggle_inner {
		position: relative;
		width: 38px;
		height: 18px;
	}

	.toggle_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	.toggle_btn span:nth-child(1) {
		top: 0;
	}

	.toggle_btn span:nth-child(2) {
		top: 8px;
	}

	.toggle_btn span:nth-child(3) {
		bottom: 0;
	}

	.open .toggle_btn span:nth-child(1) {
		transform: translateY(8px) rotate(-20deg);
	}

	.open .toggle_btn span:nth-child(2) {
		width: 0;
		opacity: 0;
	}

	.open .toggle_btn span:nth-child(3) {
		transform: translateY(-8px) rotate(20deg);
	}

	.g-nav nav {
		width: 100%;
	}

	.main-nav {
		flex-direction: column;
		gap: 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.main-nav li {
		padding-block: 0.7em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
		width: 100%;
	}

	.main-nav a {
		position: relative;
		display: flex;
		align-items: center;
		column-gap: 10px;
		color: #fff;
		text-decoration: none;
		font-size: var(--fz18);
		font-weight: 400;
		letter-spacing: 0.1em;
		padding-left: 25px;
	}

	.main-nav a::before {
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		content: '';
		display: inline-block;
		width: 0.35em;
		height: 0.7em;
		border-radius: 0 100% 100% 0% / 50%;
		background: #fff;
		vertical-align: middle;
	}

	.main-nav a.nav-inner-btn {
		font-size: inherit;
		padding: 0;
		padding-left: 25px;
		font-size: var(--fz18);
	}

	.g-nav .inner {
		width: 75%;
	}
	/*===============================
	MARK: TOP CONTENT
	=================================*/
	#mv {
		margin-top: 10px;
	}

	.mv-slider {
		height: 35vh;
	}

	.mv-copy {
		width: 70%;
	}

	#about-us {
		padding-block: 0 100%;
		background-size: auto 40%;
		background-position: center bottom;
	}

	#about-us .sub-ttl {
		margin-block: 0.5em 1.2em;
	}

	.section-heading {
		padding-block: 45px 25px;
	}

	.value-list {
		display: block;
		margin-top: 30px;
	}

	.value-list li {
		margin-top: 60px;
		padding: 40px 25px 20px;
	}

	.value-list li:nth-child(1) .value-icon {
		width: 33%;
	}

	.value-list li:nth-child(2) .value-icon {
		width: 39%;
	}

	.value-list li:nth-child(3) .value-icon {
		width: 38%;
	}

	#service {
		padding-block: 7% 40px;
	}

	.service-list {
		margin-top: 30px;
		display: block;
	}

	.service-list .list-item {
		margin-top: 30px;
	}

	#service .btn-wrap {
		text-align: center !important;
	}

	#cases .slide-wrap {
		padding-inline: 20px;
		margin-bottom: 20px;
	}

	#cases .cases-slider {
		overflow: hidden;
		padding-bottom: 60px;
	}

	.cases-item .inner {
		padding: 25px;
	}

	.cases-item h3 {
		font-size: var(--fz20);
	}

	#cases .swiper-pagination {
		top: 90%;
	}

	#cases .swiper-button-next,
	#cases .swiper-button-prev {
		width: 45px;
		height: 45px;
	}

	#cases .swiper-button-next {
		right: 0;
		top: 94%;
	}
	#cases .swiper-button-prev {
		left: 0;
		top: 94%;
	}

	#cases .btn-wrap {
		text-align: center !important;
	}

	#recruit .bg {
		padding-block: 80px 60px;
	}

	#recruit .recruit-img {
		bottom: 80%;
	}

	/*===============================
	MARK: footer
	=================================*/
	.footer-contact .contact-txt p {
		margin-block: 0 0;
		font-size: var(--fz14);
	}

	.footer-contact .contact-btn {
		width: 100%;
	}

	.footer-contact .contact-btn a {
		font-size: var(--fz20);
	}

	.footer-contact {
		padding-block: 0 40px;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.site-footer .site-info p {
		margin-bottom: 0.7em;
		font-size: var(--fz14);
	}

	.footer-nav.d-flex {
		row-gap: 30px;
		margin-top: 30px;
	}

	/*==============================================================
	MARK: Lower page
	================================================================*/
	.page-ttl {
		padding-block: 105px 30px;
	}

	.breadcrumbs {
		font-size: var(--fz12);
	}

	.message {
		gap: 30px;
		flex-direction: column;
	}

	.message-img {
		margin-inline: auto;
	}

	.table-dl .row {
		flex-direction: column;
	}

	.table-dl dt {
		width: 100%;
		padding: 13px 0.7em;
	}
	.table-dl dd {
		padding: 13px 10px 13px 0.7em;
	}

	.table-dl .row:last-child dt {
		border-bottom: 1px solid var(--main-color);
	}

	#company03 {
		padding-bottom: 60px;
	}

	.service-wrap {
		padding-block: 20px 40px;
	}

	#service03 {
		padding-bottom: 50px;
	}

	.service-detail {
		border-radius: 0 70px 0 0;
		padding: 20px 20px 20px 20px;
		margin-inline: 20px;
		margin-top: -30px;
	}

	.service-summary {
		font-size: 1rem;
		margin-left: 0px;
		margin-block: 5px 10px;
	}

	.service-txt {
		font-size: var(--fz14);
	}

	.cases-list-wrap {
		padding-bottom: 120px;
	}

	.cases-list-item {
		border-radius: 20px;
		margin-top: 30px;
		padding: 20px 20px 25px 20px;
	}

	.cases-list-item .thumbnail-wrap {
		flex-direction: column;
	}

	.cases-list-item .thumbnail-wrap .arrow {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.cases-ttl {
		font-size: var(--fz20);
	}

	#entry .section-heading p {
		font-size: var(--fz14);
	}

	.section-lead .contact {
		flex-direction: column;
		align-items: start;
	}

	.section-lead .contact .notice {
		font-size: var(--fz14);
	}

	.form-heading p {
		margin: 0;
		position: relative;
		right: 0;
		bottom: 0;
		text-align: right;
	}

	.entry-form,
	.contact-form {
		padding: 25px 30px 40px;
	}

	.snow-monkey-form {
		margin-top: 30px;
	}

	#contact .section-heading p {
		font-size: var(--fz14);
	}
}
