/*
Theme Name: 株式会社 FEAT.
Template: lightning
Author: 株式会社 FEAT.
Version: 0.6.1
*/

/*
font-family: "Zen Old Mincho", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
*/

/********************************
 * 共通
*********************************/
.mincho {
	font-family: "Zen Old Mincho", serif;
}
:root {
	--content-width: 575px;
	--blue-color: #25255a;
}
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
    z-index: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #292929;
}
body::before {
	content: '';
	width: 100%;
	height: 100vh;
	background: url('../../../wp-content/uploads/2026/03/pc_bg.webp') center / cover no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: transparent;
	pointer-events: none;
}
.site_box {
	max-width: var(--content-width);
	margin: 0 auto;
	min-height: 100vh;
	box-shadow: 0 0 50px #fff,0 0 50px #fff,0 0 50px #fff,0 0 50px #fff;
	background: url('../../../wp-content/uploads/2026/04/sp_bg.webp') top / contain repeat-y;
}
.sns_box {
	position: fixed;
	bottom: 50px;
	right: 49px;
	list-style: none;
	display: flex;
	gap: 30px;
	margin: 0;
	padding: 0;
/* 	z-index: 1001; */
}
.sns_box li {
	margin: 0;
}
.site-body-container {
	padding: 0;
	max-width: 100% !important;
}
.vk_outer_container {
	padding-left: 45px;
	padding-right: 45px;
}

.chara_slider {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: -1;
}
.chara_slider .swiper-wrapper {
	height: auto;
	transition-timing-function: linear;
}
#page_top {
	display: none !important;
}
@media screen and (max-width: 1650px) {
	.sns_box {
		bottom: 80px;
		right: 25px;
	}
}
@media screen and (max-width: 1024px) {
	:root {
		--content-width: 500px;
	}
	.sns_box {
		display: none;
	}
	.site_box {
		box-shadow: 0 0 20px #fff, 0 0 20px #fff;
	}
}
@media screen and (max-width: 767px) {
	.vk_outer_container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* タイトル */
.title_img.wp-block-image img:not([style*=object-fit]) {
	height: 114.75px !important;
	object-fit: contain;
}
.title01 {
	position: relative;
	max-width: 100%;
	width: max-content;
	margin: 0 auto 3.1rem;
	font-family: "Zen Old Mincho", serif;
	font-size: 38.25px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-shadow: 0 0 10px #decc6a, 0 0 10px #decc6a, 0 0 10px #decc6a;
	color: var(--blue-color);
	z-index: 1;
}
.title01::before {
	content: '';
	width: 97.92px;
	height: 47.43px;
	background: url('../../../wp-content/uploads/2026/04/title01_asset.png') center / contain no-repeat;
	position: absolute;
	top: -20px;
    left: -60px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: 28px;
		margin-bottom: 1.5rem;
	}
	.title01::before {
		width: 67.92px;
    	height: 32.43px;
		top: -14px;
    	left: -40px;
	}
}

/* ボタン */
.line_btn {
	position: fixed;
	bottom: 40px;
    right: 195px;
	z-index: 1;
}
.line_btn a {
	position: relative;
    display: block;
    max-width: 475px;
	width: 100%;
    margin: 0 auto;
    border: 2px solid #d6ce6c !important;
    border-radius: 8px;
	background: #02c748;
    padding: 12px !important;
    padding-left: 70px !important;
    text-align: left;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.line_btn a::before {
	content: '';
    width: 40px;
    height: 38px;
    background: url('../../../wp-content/uploads/2026/03/ダミーline-icon.jpg') center / contain no-repeat;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1650px) {
	.line_btn {
		bottom: 10px;
    	right: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.line_btn {
    	right: 10px;
	}
	.line_btn a {
		padding: 12px 8px !important;
		padding-left: 35px !important;
		font-size: 16px !important;
	}
	.line_btn a::before {
		width: 27px;
    	height: 25px;
		left: 5px;
	}
}
@media screen and (max-width: 1024px) {
	.line_btn {
		width: var(--content-width);
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}
	.line_btn a {
		padding-left: 135px !important;
		font-size: 27px !important;
		width: 90%;
	}
	.line_btn a::before {
		width: 40px;
        height: 41px;
		left: 70px;
	}
}
@media screen and (max-width: 767px) {
	.line_btn a {
		font-size: 18px !important;
		padding-left: 10px !important;
		padding: 12px 10px !important;
		text-align: center;
		border-radius: 5px;
	}
	.line_btn a::before {
		width: 35px;
		height: 33px;
		left: 50px;
	}
	.line_btn span {
		padding-left: 35px;
	}
}

/********************************
 * ヘッダー
*********************************/
.site-header-container {
	max-width: 100% !important;
	padding: 0;
}
.site-header-logo {
	padding-top: 0;
    margin: 0 !important;
    position: absolute;
    top: 42px;
    left: 40px;
}
.site-header-logo a {
	pointer-events: auto;
}
.site-header-logo img {
	max-height: 220px;
}
.global-nav {
	position: absolute;
    top: 48px;
    right: 78px;
    pointer-events: auto;
}
.global-nav li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.global-nav li a {
	position: relative;
	justify-content: flex-start;
	font-family: "Zen Old Mincho", serif;
	color: var(--blue-color);
	padding: 32px 12px 0 !important;
	letter-spacing: .13em;
}
.global-nav li a::before {
	content: '';
	width: 48px;
	height: 28px;
	background: url('../../../wp-content/uploads/2026/03/menu_icon.png') center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.global-nav-list>li .global-nav-name {
	font-size: 20px;
}
.global-nav-list>li:before {
	display: none;
}

.vk-mobile-nav-menu-btn {
/* 	display: block !important; */
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid var(--blue-color);
    right: calc((100% - var(--content-width)) / 2 + 15px) !important;
    top: 15px !important;
	background: url("../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-black.svg") center 50% no-repeat #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url("../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-black.svg") center 50% no-repeat #fff;
	border: 1px solid var(--blue-color);
}
/* body.device-pc .vk-mobile-nav {
	display: block !important;
} */
.vk-mobile-nav {
	max-width: 450px;
	padding: 7rem 25px 45px 25px;
	background: url('../../../wp-content/uploads/2026/03/pc_bg.webp') center / cover no-repeat;
	overflow: hidden;
	left: unset !important;
	opacity: 0;
	pointer-events: none;
	right: calc((100% - var(--content-width)) / 2);
	box-shadow: -10px 0 5px rgba(0,0,0,0.2);
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
	left: unset !important;
	opacity: 1;
	pointer-events: auto;
}
.vk-mobile-nav nav ul li a {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: var(--blue-color);
}
.vk-mobile-nav nav ul li a,
.vk-mobile-nav nav>ul {
	border-color: var(--blue-color);
}
@media screen and (max-width: 1300px) {
	.site-header-logo {
		top: 30px;
		left: 20px;
	}
	.site-header-logo img {
		max-height: 120px;
	}
	.global-nav {
		top: 30px;
		right: 20px;
	}
	.global-nav li a {
		padding: 25px 10px 0 !important;
	}
	.global-nav li a::before {
		width: 35px;
    	height: 19px;
	}
	.global-nav-list>li .global-nav-name {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.site-header {
		height: auto;
		max-width: var(--content-width);
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
	}
	.site-header-logo {
		top: 15px;
		left: 15px;
	}
	.global-nav {
		display: none !important;
	}
	#vk-mobile-nav-menu-btn,
	.vk-mobile-nav {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	:root {
		--content-width: 100%;
	}
	.vk-mobile-nav {
		max-width: 80%;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		left: 20%;
	}
	.vk-mobile-nav nav ul li a {
		font-size: 16px;
		padding: 15px 5px;
	}
	.site-header-logo img {
		max-height: 90px;
	}
	.vk-mobile-nav-menu-btn {
		width: 40px;
		height: 40px;
	}
}

/********************************
 * フッター
*********************************/
.site-footer {
	border-top: none;
}
.site-footer-content {
	padding-top: 2.1rem;
	padding-bottom: 2rem;
}
.site-footer .widget {
	margin-bottom: 0;
}
.footer_logo {
	max-width: 119.34px;
	margin: 0 auto 1.7rem;
}
.footer_sns_box {
	gap: 27px;
}
.site-footer-copyright {
	display: none !important;
}
.copyright_text {
	font-size: 12.24px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: var(--blue-color);
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
	.site-footer-content {
		padding-bottom: 7rem;
	}
}
@media screen and (max-width: 767px) {
/* 	.site-footer-content {
		padding-bottom: 1rem;
	} */
	.footer_sns_box {
		gap: 15px;
	}
	.footer_sns_box figure {
		max-width: 35px;
	}
}




/********************************
 * トップページ
*********************************/
/* FV */
.fv_box {
	position: relative;
	margin-bottom: -1rem;
}
.fv_box::before {
	content: '';
	width: 100%;
	height: 126px;
	background: url('../../../wp-content/uploads/2026/03/fv_asset1.png') center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.fv_title {
	position: absolute;
    top: 21%;
    right: 16.7%;
    width: 4.96%;
}
.fv_img {
	margin-bottom: 0;
}
.fv_asset2 {
	position: absolute;
    bottom: 24.4%;
    left: 0;
    width: 22%;
}
.fv_asset3 {
	position: absolute;
    top: 17%;
    right: 0;
    width: 16.5%;
}
@media screen and (max-width: 1024px) {
	.fv_box::before {
		height: 109px;
	}
}
@media screen and (max-width: 767px) {
	.fv_box::before {
		height: 22vw;
	}
}


/* 数秘について */
.about_content {
	margin-top: 10.6rem;
    padding-top: 7rem;
	padding-bottom: 22rem;
	overflow: visible;
}
.about_content::before {
	content: '';
    width: 86px;
    height: 93px;
    background: url('../../../wp-content/uploads/2026/03/about_asset5.png') center / contain no-repeat;
    position: absolute;
    top: -62px;
    left: 37px;
    z-index: 1;
}
.about_content .vk_outer-background-area {
	border-radius: 0 10rem 0 0;
}
.about_title {
	font-size: 41.31px;
	letter-spacing: 0.08em;
	margin-bottom: 2.4rem;
	color: var(--blue-color);
	text-shadow: 0 0 10px rgba(255,255,255,0.9),0 0 10px rgba(255,255,255,0.9),0 0 10px rgba(255,255,255,0.9),0 0 10px rgba(255,255,255,0.9),0 0 10px rgba(255,255,255,0.9);
}
.about_text {
	font-size: 21.42px;
    font-weight: 500;
    line-height: 1.78;
	letter-spacing: 0.06em;
	color: var(--blue-color);
	margin-bottom: 0;
}
.about_assets {
	position: relative;
	margin-top: 7.7rem;
}
.about_assets figure {
	position: absolute;
}
.about_asset1 {
	top: 4px;
    left: 2px;
    width: 95px;
}
.about_asset2 {
	top: 104px;
    left: 62px;
    width: 87px;
}
.about_asset3 {
	top: 0px;
    left: 200px;
    width: 88px;
}
.about_asset4 {
	top: 50px;
    right: -23px;
    width: 183px;
}
@media screen and (max-width: 1024px) {
	.about_asset3 {
		left: 157px;
	}
}
@media screen and (max-width: 767px) {
	.about_content {
		margin-top: 8rem;
		padding-top: 4rem;
		padding-bottom: 70vw;
	}
	.about_content::before {
		width: 60px;
		height: 67px;
		top: -45px;
		left: 15px;
	}
	.about_content .vk_outer-background-area {
		border-radius: 0 5rem 0 0;
	}
	.about_title {
		font-size: 32px;
		margin-bottom: 1.5rem;
	}
	.about_text {
		font-size: 15px;
	}
	.about_assets {
		margin-top: 2.5rem;
	}
	.about_asset1 {
		top: 1%;
		left: 1%;
		width: 22%;
	}
	.about_asset2 {
		top: 20vw;
		left: 13vw;
		width: 20vw;
	}
	.about_asset3 {
		width: 19vw;
		left: 35vw;
		top: 0vw;
	}
	.about_asset4 {
		top: 18vw;
		right: -3vw;
		width: 40vw;
	}
}

/* ごあいさつ */
.message_content {
	position: relative;
	padding-top: 4.2rem;
	padding-bottom: 4.2rem;
    margin-top: -4.6rem;
	border-radius: 3.5rem;
    border: 4px solid #decc6a;
	filter: drop-shadow(0 0 16px rgb(160 160 160 / 75%));
}
.message_content::before {
	content: '';
	width: 265px;
	height: 789px;
	background: url('../../..//wp-content/uploads/2026/03/message_img_asset.webp') center / contain no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.message_text {
	font-size: 21.42px;
	line-height: 1.714;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.message_name_box {
	margin-top: 5rem;
    gap: 20px;
}
.message_post {
	font-size: 21.42px;
	line-height: 1.714;
	letter-spacing: 0.08em;
}
.message_name {
	font-size: 30.6px;
	line-height: 1;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.message_content {
		border-width: 2px;
		border-radius: 2rem;
	}
	.message_content::before {
		width: 50vw;
        height: 149vw;
	}
	.message_text {
		font-size: 15px;
	}
	.message_name_box {
		gap: 15px;
		margin-top: 3rem;
	}
	.message_post {
		font-size: 15px;
	}
	.message_name {
		font-size: 24px;
	}
}

/********************************
 * サービス内容
*********************************/
.service_content {
	position: relative;
	padding-top: 25rem;
	padding-bottom: 29.5rem;
}
.service_content .vk_outer_container {
	position: static !important;
}
.service_content .vk_outer-background-area {
	pointer-events: none;
}
.service_assets figure {
	position: absolute;
}
.service_asset1 {
	top: 75px;
    left: 4px;
    width: 164.475px;
}
.service_asset2 {
	top: 79px;
    right: 6px;
    width: 175.185px;
}
.service_asset3 {
	top: 60px;
    left: 216px;
    width: 170.595px;
}
.service_asset4 {
	bottom: 3.4rem;
    left: 29px;
    width: 285.345px;
}
.service_asset5 {
	bottom: 4.6rem;
    right: 47px;
    width: 227.97px;
}
.service_box {
	background: #fff;
	box-shadow: 0 0 38px #decc6a;
    max-width: 485px;
    margin: 0 auto;
	padding: 4.5rem 3rem 0;
}
.service_box .title_img {
	position: relative;
    margin-top: -3.7rem;
	margin-bottom: -0.4rem;
}
.service_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.411;
	letter-spacing: 0.08em;
	color: var(--blue-color);
	border-bottom: 2px solid var(--blue-color);
	margin-bottom: 1.3rem;
	padding-bottom: 0.6rem;
}
.service_text {
	font-size: 18.36px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 0;
}
.recommend_box {
	margin-top: 4.1rem;
}
.service_items {
	margin-top: 4.4rem;
}
.service_item {
	gap: 0;
	margin-bottom: 0;
}
.service_item + .service_item {
	margin-top: 1rem;
}
.service_item > .wp-block-column:has(.service_item_img) {
	margin-left: -3rem;
}
.service_item:nth-child(even) > .wp-block-column:has(.service_item_img) {
	margin-right: -3rem;
}
.service_item_text {
	font-size: 16.83px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.818;
	color: #3f417e;
	padding-left: 1rem;
	margin-bottom: 0 !important;
	white-space: nowrap;
}
#point1 .service_item_img {
	padding-right: 14px;
}
#point1 .service_item_text {
	margin-bottom: 3rem !important;
}
#point2 .service_item_text {
	margin-top: 0.8rem;
    padding-left: .3rem;
}
#point3 .service_item_img {
	margin-top: 2.5rem;
}
#point3 .service_item_text {
	margin-top: 1.6rem;
}
#point4,
#point5 {
	margin-top: 2rem;
}
#point4 .service_item_text {
	padding-left: 0.3rem;
    margin-bottom: 2.2rem !important;
}
#point3 > .wp-block-column,
#point4 > .wp-block-column {
	flex-grow: unset;
    flex-basis: unset;
}
#point3 > .wp-block-column:has(.service_item_img) {
	width: 212.86px;
	margin-left: -1rem;
}
#point3 > .wp-block-column:has(.service_item_text) {
	width: calc(100% - 196.86px);
}
#point3 .service_item_text {
	padding-left: 0;
}
#point4 > .wp-block-column:has(.service_item_img) {
	width: 190.77px;
	margin-right: 0;
}
#point4 > .wp-block-column:has(.service_item_text) {
	width: calc(100% - 142.77px);
}
#point5 > .wp-block-column:has(.service_item_img) {
	margin-left: 0;
}
#point5 .service_item_img {
	padding-left: 14px;
}
#point5 .service_item_text {
	margin-bottom: 2.6rem !important;
}
#point6 {
	margin-top: -1.5rem;
}
#point6 .service_item_img {
	padding-left: 3rem;
}
#point6 > .wp-block-column:has(.service_item_img) {
	margin-right: 0;
}
#point6 .service_item_text {
    padding-left: .3rem;
}
#point7 {
	margin-top: 1.5rem;
}
#point7 > .wp-block-column:has(.service_item_img) {
	margin-left: -1.8rem;
}
#point7 .service_item_text {
	padding-left: 0;
	line-height: 1.72;
	margin-bottom: 2rem !important;
}
#point8 {
	margin-top: 1.5rem;
}
#point8 > .wp-block-column:has(.service_item_img) {
	margin-right: 0;
	padding-left: 4rem;
}
#point8 .service_item_text {
	white-space: nowrap;
	padding-left: .3rem;
}
#point9 {
	margin-top: 3.4rem;
}
#point9 > .wp-block-column:has(.service_item_img) {
	margin-left: -1.5rem;
    margin-right: -4rem;
}
#point9 .service_item_text {
	white-space: nowrap;
    padding-left: 0;
    margin-left: -3rem;
}
#point9 .service_item_img {
	margin-top: 6rem;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.service_asset3 {
		left: 180px;
	}
	.service_box {
		padding: 4.5rem 1.5rem 0;
	}
	.service_item > .wp-block-column:has(.service_item_img) {
		margin-left: -1.5rem;
	}
	.service_item:nth-child(even) > .wp-block-column:has(.service_item_img) {
		margin-right: -1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.service_content {
		padding-top: 87vw;
		padding-bottom: 90vw;
	}
	.service_asset1 {
		top: 27vw;
		left: 0;
		width: 31vw;
	}
	.service_asset2 {
		top: 30vw;
		right: 0;
		width: 32vw;
	}
	.service_asset3 {
		width: 35vw;
		top: 30vw;
		left: 35vw;
	}
	.service_asset4 {
		bottom: 13vw;
		left: 2vw;
		width: 50vw;
	}
	.service_asset5 {
		bottom: 13vw;
		right: 2vw;
		width: 46vw;
	}
	.service_box {
		padding: 3rem 1rem 0;
	}
	.service_title {
		font-size: 22px;
	}
	.service_text {
		font-size: 15px;
		line-height: 1.666;
	}
	.service_item > .wp-block-column:has(.service_item_img) {
		margin-left: -15px;
	}
	.service_item:nth-child(even) > .wp-block-column:has(.service_item_img) {
		margin-right: -15px;
	}
	.service_item_text {
		font-size: 14px;
		padding-left: 0;
	}
	#point3 > .wp-block-column:has(.service_item_img) {
		width: 55%;
    	margin-left: 0;
	}
	#point3 > .wp-block-column:has(.service_item_text) {
		width: 45%;
	}
	#point7 > .wp-block-column:has(.service_item_img) {
		margin-left: 0;
	}
	#point9 > .wp-block-column:has(.service_item_img) {
		margin-left: 0;
	}
}

/********************************
 * 鑑定までの流れ
*********************************/
.flow_content {
	position: relative;
	padding-top: 0;
	padding-bottom: 0.5rem;
	margin-top: 7.4rem;
	margin-bottom: 10rem;
	overflow: visible;
}
.flow_content::before {
	content: '';
    width: 573.75px;
    height: 132.345px;
    background: url('../../../wp-content/uploads/2026/04/flow_bg_top.png') center / contain no-repeat;
    position: absolute;
    top: -131px;
    left: 0;
}
.flow_content::after {
	content: '';
    width: 573.75px;
    height: 143.82px;
    background: url('../../../wp-content/uploads/2026/04/flow_bg_bottom.png') center / contain no-repeat;
    position: absolute;
    bottom: -143px;
    left: 0;
}
.flow_box .title01 {
	margin-bottom: 5.5rem;
}
.flow_item {
	position: relative;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    border: 4px solid #decc6a;
    margin-bottom: 0;
	padding: 1.8rem 1rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.flow_item::before {
	content: '';
	width: 15.3px;
	height: 52.785px;
	background: url('../../../wp-content/uploads/2026/03/flow_arrow.png') center / contain no-repeat;
	position: absolute;
	bottom: -56px;
	left: 50%;
	transform: translateX(-50%);
}
.flow_item:last-child::before {
	display: none;
}
.flow_item + .flow_item {
	margin-top: 3.5rem;
}
.flow_num {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 73.44px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #decc6a;
    color: #fff;
    font-size: 61.2px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 0;
    position: absolute;
    top: -37px;
    left: -22px;
}
.flow_title {
	font-family: "Zen Old Mincho", serif;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.315;
	letter-spacing: 0.08em;
	color: var(--blue-color);
	margin-top: 0;
}
.flow_insta_btn {
	max-width: 290px;
    margin: 0 auto;
}
.flow_insta_btn figure {
	margin-bottom: 0 !important;
}
.flow_insta_btn a {
	transition: all .3s;
}
.flow_insta_btn a:hover {
	filter: drop-shadow(0 0 10px #d0bc55);
}
.flow_bg_title {
	font-size: 21.42px;
	line-height: 1.428;
	color: var(--blue-color);
	background-color: #decc6a;
    padding: 5px 10px !important;
    max-width: 370px;
    margin: 0 auto 1rem;
}
.flow_list {
	list-style: none;
	padding-left: 0;
	font-size: 18.36px;
	font-weight: 500;
	line-height: 1.666;
	letter-spacing: 0.08em;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
}
.flow_list li {
	margin: 0;
}
.flow_list_text {
	font-size: 21.42px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.428;
    max-width: 100%;
    width: max-content;
    margin: 0 auto 2rem;
}
.flow_text {
	font-size: 21.42px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.428;
}

.price_box {
	margin-top: 6.7rem;
}
.service_price_box {
	margin-bottom: 1.5rem;
}
.price_box .title01 {
	margin-bottom: 2.8rem;
}
.service_price_text_box {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 38px #d0bc55,0 0 38px #d0bc55;
	padding: 3rem 1rem 2.5rem;
}
.service_price {
	font-family: "Zen Old Mincho", serif;
	font-size: 33.6px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.service_sub_price {
	font-family: "Zen Old Mincho", serif;
    font-size: 19.89px;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: 0.08em;
	margin: .7rem 0 1.8rem;
}
.price_text {
	font-size: 18.36px;
	font-weight: 300;
	line-height: 1.666;
	letter-spacing: 0.08em;
}
.service_hero_text {
	font-family: "Zen Old Mincho", serif;
	font-size: 21.42px;
	font-weight: 600;
	line-height: 1.928;
	letter-spacing: 0.08em;
	color: var(--blue-color);
	text-shadow: 0 0 16px #d0bc55,0 0 16px #d0bc55,0 0 16px #f6e18d;
	margin-bottom: 0;
}
.online_btn {
	max-width: 485px;
	width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
}
.online_btn figure {
	margin-bottom: 0 !important;
	filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.6));
}
.online_btn a {
	transition: opacity .3s;
}
.online_btn a:hover {
	opacity: .7;
}
@media screen and (max-width: 1024px) {
	.flow_content::before {
		width: 500px;
		height: 115.345px;
		top: -113px;
	}
	.flow_content::after {
		width: 500px;
    	height: 124.82px;
		bottom: -123px;
	}
	.service_price {
		font-size: 30px;
	}
	.service_sub_price {
		font-size: 18px;
	}
	.service_hero_text {
		font-size: 18.42px;
	}
}
@media screen and (max-width: 767px) {
	.flow_content {
		margin-top: 23vw;
		margin-bottom: 25vw;
	}
	.flow_content::before {
		width: 100%;
		height: 23vw;
		top: -22.9vw;
	}
	.flow_content::after {
		width: 100%;
    	height: 25.1vw;
		bottom: -25vw;
	}
	.flow_item {
		border-width: 2px;
		border-radius: 10px;
	}
	.flow_item::before {
		width: 11.3px;
    	height: 39.785px;
		bottom: -41px;
	}
	.flow_num {
		font-size: 32px;
        width: 50.44px;
        padding-bottom: 6px;
        top: -23px;
        left: -10px;
	}
	.flow_title {
		font-size: 22px;
	}
	.flow_box .title01 {
		margin-bottom: 3rem;
	}
	.flow_insta_btn {
		max-width: 250px;
	}
	.flow_bg_title {
		font-size: 16px;
	}
	.flow_list {
		font-size: 13px;
	}
	.flow_list_text {
		font-size: 14px;
		margin-bottom: 1rem;
	}
	.flow_text {
		font-size: 14px;
	}
	.price_box .title01 {
		margin-bottom: 2.5rem;
	}
	.service_price_text_box {
		box-shadow: 0 0 15px #d0bc55;
		border-radius: 10px;
	}
	.service_price {
		font-size: 24px;
	}
	.service_sub_price {
		font-size: 14px;
	}
	.price_text {
		font-size: 15px;
	}
	.service_hero_text {
		font-size: 15px;
		line-height: 1.666;
		text-shadow: 0 0 10px #d0bc55, 0 0 10px #d0bc55;
	}
}

/********************************
 * アクセス
*********************************/
.access_content {
	position: relative;
	margin-top: 7rem;
	overflow: visible;
	padding-top: 1.7rem;
	padding-bottom: 3.8rem;
}
.access_content::before {
	content: '';
    width: 100%;
    height: 35px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    top: -34px;
    left: 0;
}
.access_title {
	font-family: "Zen Old Mincho", serif;
	font-size: 30.6px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: var(--blue-color);
	max-width: 100%;
	width: max-content;
	border-bottom: 1px solid var(--blue-color);
	margin: 0 auto 3.6rem;
}
.access_text_box {
	max-width: 430px;
    margin: 0 auto;
}
.company_name {
	font-size: 30.6px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	margin-bottom: 2rem;
}
.access_text {
	font-size: 21.42px;
	font-weight: 500;
	line-height: 1.714;
	letter-spacing: 0.08em;
	margin-bottom: 2.5rem;
}
.tel_num {
	display: flex;
    gap: 15px;
    align-items: center;
	font-size: 24.48px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2em;
}
.tel_num mark {
	font-size: 24.48px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.map {
	display: block;
    max-width: 485px !important;
    width: 100%;
    aspect-ratio: 1 / .62;
    margin: 3.3rem auto 0 !important;
}
@media screen and (max-width: 1024px) {
	.company_name {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.access_content {
		padding-top: 3rem;
	}
	.access_title {
		font-size: 28px;
		padding-bottom: 5px;
		margin-bottom: 2.5rem;
	}
	.company_name {
		font-size: 22px;
		margin-bottom: 1rem;
	}
	.access_text {
		font-size: 15px;
		line-height: 1.666;
		margin-bottom: 1rem;
	}
	.tel_num {
		font-size: 18px;
		gap: 10px;
	}
	.tel_num mark {
		font-size: 18px;
	}
	.map {
		margin-top: 2.5rem !important;
	}
}


/***********************************************
 * アニメーション
***********************************************/
.delay1 {
	transition-delay: 0.1s !important;
}
.delay2 {
	transition-delay: 0.2s !important;
}
.delay3 {
	transition-delay: 0.3s !important;
}
.delay4 {
	transition-delay: 0.4s !important;
}
.delay5 {
	transition-delay: 0.5s !important;
}
.delay6 {
	transition-delay: 0.6s !important;
}
.delay7 {
	transition-delay: 0.7s !important;
}
.delay8 {
	transition-delay: 0.8 !important;
}
.delay9 {
	transition-delay: 0.9s !important;
}
.delay10 {
	transition-delay: 1s !important;
}

.animate_en span {
	display: inline-block;
	overflow: hidden;
	transform: translateY(70%);
	opacity: 0;
	transition: all .3s var(--char-index);
}
.animate_en.class_active span {
	opacity: 1;
	transform: translate(0);
}
.animate_en span.space {
	display: inline;
}

/* opacity */
.class_key.opacity {
	opacity: 0;
	transition: all .3s;
}
.opacity.class_active {
	opacity: 1;
}

/* ふわっと上 */
.class_key.up {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}

/* ふわっと下 */
.class_key.down {
	transform: translateY(-30px);
	opacity: 0;
	transition: all .3s;
}
.down.class_active {
	transform: translateY(0);
	opacity: 1;
}

/* 右から左 */
.class_key.right {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s;
}
.right.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* 左から右 */
.class_key.left {
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s;
}
.left.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* マスク */
.class_key.mask {
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 340% 340%;
    -webkit-mask-size: 340% 340%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
}
.class_active.mask {
	animation: mask-animation 0.8s linear forwards;
}
@keyframes mask-animation {
	0% {
		mask-position: 130% 130%;
    	-webkit-mask-position: 130% 130%;
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	99% {
		mask-position: 0 0;
    	-webkit-mask-position: 0 0;
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	100% {
		mask-image: unset;
		-webkit-mask-image: unset;
	}
}














