/*!
Theme Name: cross-s
Theme URI: http://underscores.me/
Author: cross-s
Author URI: https://cross-s.biz/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cross-s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ----------
 * 追加
 * ---------- */
:root {
	--text-color: #242424;
	--main-color: #0085d6;
	--sub-color: #ea396a;
	--cta-color: #3db24c;
	--section-padding: 50px 5.3333vw;
	--font-jp: "Noto Sans JP", serif;
	--font-en: "Open Sans", sans-serif;
}
/* ----------
 * layout
 * ---------- */
#wrapper {
	position: relative;
	overflow: hidden;
}
#wrapper::after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/common/bg.webp") center top / 100% auto repeat-y;
	content: "";
}
.page {
	margin: 0;
}
section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: var(--section-padding);
	box-sizing: border-box;
}
.inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	z-index: 1;
}
.inner.narrow {
	max-width: 1000px;
}
/* ----------
 * common
 * ---------- */
body {
	color: var(--text-color);
	font-family: var(--font-jp);
	font-size: .875rem;
}
ul, ol {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}
ul.none {
	margin: 0;
}
ul.disc, ol.decimal {
	margin-left: 0;
}
ol.decimal,
.single .site-main ol {
	counter-reset: number 0;
}
ul.disc li,
.single .site-main ul li {
	position: relative;
	padding-left: 1em;
	margin-bottom: .5em;
}
.single .site-main ol li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .5em;
}
ul.disc li::before,
.single .site-main ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
ol.decimal li::before,
.single .site-main ol li::before {
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(number) ".";  
}
li {
	line-height: 2;
}
figure {
	margin: 0;
}
img {
	display: block;
}
time {
	display: block;
	font-family: var(--font-en);
	color: #6d6761;
	font-size: 87.5%;
	letter-spacing: .2em;
	text-indent: .2em;
}
table, tbody {
	border-collapse: collapse;
}
a.none {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
}
p {
	text-align: justify;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 2;
}
.pc, .pc2, .pc3 {
	display: none !important;
}
.ct {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.caution {
	position: relative;
	padding-left: 1.2em;
}
.caution::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	content: "※";
}
/* heading */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 1.3;
}
.sec_title {
	margin: 0 0 1.5em;
	color: #00388d;
	font-size: 2em;
	text-align: center;
}
.sec_title2 {
	position: relative;
	margin: 0 0 1.75em;
	padding-bottom: .65em;
	font-size: 1.75em;
	text-align: center;
}
.sec_title2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2em;
	height: 2px;
	background: var(--main-color);
	content: "";
	transform: translateX(-50%);
}
/* button */
.btn_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: 2px solid var(--main-color);
	border-radius: 30px;
	box-sizing: border-box;
	background: #fff;
	color: var(--main-color);
	font-size: 1.125rem;
	letter-spacing: .1em;
	text-indent: .1em;
	text-decoration: none;
	transition: all .3s ease;
}
.btn_link a::after {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url("images/common/arrow.svg") center / contain no-repeat;
	content: "";
	transition: all .3s ease;
	transform: translateY(-50%);
}
.btn_link a:hover {
	background: var(--main-color);
	color: #fff;
}
.btn_link a:hover::after {
	background: url("images/common/arrow-wh.svg") center / contain no-repeat;
	transform: translate(10px, -50%);
}
.top_news .btn_link a {
	width: 160px;
	height: 40px;
	margin-right: 0;
	border-radius: 20px;
	font-size: .9375rem;
}
/* ----------
 * header
 * ---------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0 5.3333vw;
	box-sizing: border-box;
	background: #fff;
	z-index: 100;
}
/* logo */
.site-branding, .site-title {
	height: 100%;
	margin: 0;
}
.site-title {
	display: flex;
	align-items: center;
	width: 150px;
}
/* mobile menu */
.fixed_menu * {
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	line-height: 1.5;
}
.fixed_menu .fixed_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(24, 181, 24, .8);
	backdrop-filter: blur(12px);
	width: 100%;
	height: 100vh;
	z-index: 999;
}
.fixed_menu .fixed_button {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 15px;
	right: 20px;
	background: none;
	width: 26px;
	padding: 0;
	border: none;
	z-index: 1001;
}
.fixed_menu .fixed_button.active {
	top: 15px;
	right: 15px;
}
.fixed_menu .fixed_bar {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: var(--main-color);
	transition: all .2s;
	transform-origin: 0 0;
}
.fixed_menu .fixed_button.active .fixed_bar {
	width: 25px;
}
.fixed_menu .fixed_button.active .fixed_bar1 {
	transform: translateX(1px) rotate(45deg);
}
.fixed_menu .fixed_button.active .fixed_bar2 {
	opacity: 0;
}
.fixed_menu .fixed_button.active .fixed_bar3 {
	transform: translateY(1px) rotate(-45deg);
}
.fixed_menu .fixed_button.active .fixed_close {
	display: block;
}
.fixed_menu .fixed_close {
	display: none;
}
.fixed_menu .fixed_nav_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	background: url("images/common/bg.webp") center / 100% auto repeat-y, #fff;
	width: 100%;
	max-width: 420px;
	height: 100%;
	padding: 30px 5.3333vw 20px;
	box-sizing: border-box;
	overflow-y: scroll;
	transition: .8s all cubic-bezier(0.52, 0.08, 0.18, 1);
	transform: translateX(420px);
	z-index: 1000;
}
.fixed_menu .fixed_nav_wrapper.open {
	transform: translateX(0);
}
.fixed_nav_wrapper .logo {
	display: flex;
	align-items: center;
	width: 150px;
	height: 60px;
}
ul.global_menu {
	display: flex;
	flex-flow: row wrap;
	margin: 2em 0;
}
.global_menu li {
	width: 50%;
}
.global_menu li a {
	display: inline-block;
	padding: 1.2em 0;
	color: var(--text-color);
	font-size: 1rem;
	letter-spacing: .1em;
	text-indent: .1em;
	line-height: 1;
	transition: color .3s ease;
}
.global_menu li a:hover {
	color: var(--main-color);
}
.shop_info {
	padding: 1em .6em;
	border: 1px solid var(--cta-color);
	box-sizing: border-box;
	background: #fff;
}
.shop_info p {
	margin: 0;
	color: var(--text-color);
	text-align: center;
}
.shop_info .desc {
	font-size: .75rem;
	letter-spacing: .05em;
}
.shop_info .tel {
	line-height: 1;
}
.shop_info .tel a {
	display: inline-block;
	position: relative;
	padding-left: 1.4em;
	color: var(--cta-color);
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-decoration: none;
}
.shop_info .tel a::before,
.cta .tel a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.2em;
	height: 1.2em;
	background: url("images/common/icon-tel.svg") center / contain no-repeat;
	content: "";
	transform: translateY(-50%);
}
.shop_info .hour {
	font-size: .8125rem;
}
.site-header .btn_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	height: 60px;
	margin: 15px auto 0;
	border-radius: 30px;
	box-sizing: border-box;
	background: #00388d;
	color: #fff;
	text-decoration: none;
	transition: background .3s ease;
}
.site-header .btn_contact a:hover {
	background: var(--main-color);
}
.site-header .btn_contact a span {
	display: inline-block;
	position: relative;
	padding-left: 2.1em;
}
.site-header .btn_contact a span::before,
.btn_cta a span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 2em;
	height: 2em;
	background: url("images/common/icon-mail.svg") center / contain no-repeat;
	content: "";
	transform: translateY(-50%);
}
/* ----------
 * footer
 * ---------- */
/* cta */
.cta {
	padding-bottom: 0;
	background: #fff;
	z-index: 1;
}
.cta::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: url("images/common/bg-cta.webp") center / cover no-repeat;
	content: "";
}
.cta .inner {
	padding: 5px;
	box-sizing: border-box;
	background: var(--cta-color);
}
.cta_box {
	padding: 30px 20px 0;
	border-radius: 1.5em;
	box-sizing: border-box;
	background: #fff;
}
.cta .sec_title {
	margin: 0 0 .35em;
	font-weight: 900;
}
.cta .text > p {
	line-height: 1.5;
}
.cta .logo img {
	margin: 0 auto;
}
.cta .tel {
	margin: 1em 0 0;
}
.cta .tel a {
	display: flex;
	position: relative;
	padding-left: 1.4em;
	color: var(--cta-color);
	font-family: var(--font-en);
	font-size: 2.375em;
	letter-spacing: .05em;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.25;
}
.cta .hour {
	margin: 0;
	font-size: 93.75%;
	text-align: right;
}
.btn_cta a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 70px;
	margin: 30px auto 0;
	border-radius: 35px;
	box-sizing: border-box;
	background: var(--cta-color);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	transition: background .3s ease;
}
.btn_cta a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url("images/common/arrow-wh.svg") center / contain no-repeat;
	content: "";
	transition: transform .3s ease;
	transform: translateY(-50%);
}
.btn_cta a:hover {
	background: var(--sub-color);
}
.btn_cta a:hover::after {
	transform: translate(10px, -50%);
}
.btn_cta a span {
	display: inline-block;
	position: relative;
	padding-left: 2.5em;
}
.cta figure {
	width: 50%;
	margin: 2em 0 0;
}
/* footer content */
.site-footer {
	position: relative;
	padding: 40px 5.333vw;
	box-sizing: border-box;
	background: #fff;
	z-index: 1;
}
.footer_info p {
	margin: 0;
	font-size: 93.3333%;
	line-height: 1.5;
}
.footer_info .address {
	margin-top: 1em;
}
.footer_info .tel a {
	color: var(--text-color);
	text-decoration: none;
}
.footer_info .hour {
	margin-bottom: 1em;
}
.footer_info .certification {
	font-size: clamp(.6875rem, 2.933vw, .8125rem);
}
ul.sns_list {
	display: flex;
	margin: 1.2em 0;
}
.sns_list li {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.sns_list li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
}
.sns_list li:nth-child(1) a { background: url("images/common/icon-youtube.svg") center / contain no-repeat; }
.sns_list li:nth-child(2) a { background: url("images/common/icon-instagram.svg") center / contain no-repeat; }
.sns_list li:nth-child(3) a { background: url("images/common/icon-tiktok.svg") center / contain no-repeat; }
.sns_list li a:hover,
.copyright a:hover {
	opacity: .6;
}
.area_box {
	position: relative;
	margin-top: 3em;
	padding: 0 20px;
	border: 1px solid var(--text-color);
	border-radius: .6666em;
	box-sizing: border-box;
}
.area_box h2 {
	display: inline-block;
	position: absolute;
	top: -.75em;
	left: 50%;
	padding: 0 2em;
	background: #fff;
	font-size: 1em;
	transform: translateX(-50%);
}
.area_box h3 {
	margin: 1.75em 0 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid var(--text-color);
	font-size: 1em;
	font-weight: 500;
}
.area_box p {
	font-size: .9333em;
	line-height: 1.5;
}
.footer_menu {
	display: none;
	justify-content: space-between;
	margin: 3em -2em 0;
}
.footer_menu li {
	flex-grow: 2;
	position: relative;
	text-align: center;
}
.footer_menu li::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.5em;
	background: var(--main-color);
	content: "";
	opacity: .5;
	transform: translateY(-50%);
}
.footer_menu li:last-child::after {
	display: none;
}
.footer_menu li a {
	display: block;
	color: #473f3f;
	font-size: 1.125rem;
	letter-spacing: .05em;
	text-decoration: none;
	transition: color .3s ease;
}
.footer_menu li a:hover {
	color: var(--main-color);
}
.copyright {
	color: #473f3f;
	margin: 2em 0 0;
	font-size: .8125rem;
	letter-spacing: .2em;
	text-indent: .2em;
	text-align: right;
}
.copyright a {
	color: #473f3f;
	text-decoration: none;
	transition: opacity .3s ease;
}
/* foating button */
.site-footer .btn_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -80px;
	right: -80px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--cta-color);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	transition: all .3s ease;
	z-index: 1;
}
.site-footer .btn_contact a:hover {
	background: var(--sub-color);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 40px -8px, rgba(0, 0, 0, 0.3) 0px 9px 24px -15px;
}
/* page top */
#pageTop {
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 99;
}
#pageTop a {
	display: block;
	width: 60px;
	height: 40px;
	background: url("images/common/pagetop.svg") center bottom / contain no-repeat;
	transition: all .3s ease;
}
#pageTop a:hover {
	opacity: .6;
}
/* ----------
 * top
 * ---------- */
/* main visual */
.main_visual {
	margin-top: 60px;
	padding: 0;
	z-index: 1;
}
.main_visual h2 {
	margin: 0;
}
/* top news */
.top_news {
	padding-top: 35px;
	padding-bottom: 35px;
	background: #fff;
	z-index: 1;
}
.top_news h2 {
	padding-bottom: .5em;
	border-bottom: 1px solid var(--main-color);
	font-family: var(--font-en);
}
.news_list li h3 a {
	color: var(--text-color);
	font-size: 93.3333%;
	font-weight: 400;
	text-decoration: none;
	transition: color .3s ease;
}
.news_list li h3 a:hover {
	color: var(--main-color);
}
/* google review */
.google_review {
	background: #e8f3e9;
}
/* top price */
.top_price, .top_flow {
	padding-bottom: 0;
}
/* top blog */
.top_blog {
	background: #f2f3f4;
}
/* top price */
.price_digest li {
	margin-top: 3em;
	background: #fff;
	box-shadow: 0 0 .35em rgba(0, 0, 0, .3);
}
.price_digest li:first-child,
.review_list li:first-child {
	margin: 0;
}
.price_digest li .img {
	position: relative;
}
.price_digest li .price {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 7em;
	height: 7em;
	margin: 0;
	border: 1px solid #00388d;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	color: #00388d;
	font-size: 1.125em;
	font-weight: 500;
}
.price_digest li h3 {
	margin: 0;
	padding: 1.2em 0;
	color: var(--sub-color);
	font-size: 1.5em;
	text-align: center;
}
.top_price .desc {
	margin-top: 3em;
}
.top_price .caution {
	line-height: 1.5;
}
/* top flow */
.video {
	display: block;
	width: 100%;
}
/* top review */
.review_list li {
	position: relative;
	margin-top: 20px;
	padding: 1.5em 1em 1.5em 90px;
	border-radius: 1em;
	box-sizing: border-box;
	background: #e4f5ff;
}
.review_list li::before {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 64px;
	height: 54px;
	background: url("images/top/icon-review.svg") center / contain no-repeat;
	content: "";
	transform: translateY(-50%);
}
.review_list li .tag {
	width: 6.5em;
	border: 1px solid var(--main-color);
	border-radius: .5em;
	box-sizing: border-box;
	background: #fff;
	color: var(--main-color);
	font-size: 93.3333%;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
}
.review_list li h3 {
	margin: .5em 0 0;
}
.review_list li h3 a {
	color: var(--text-color);
	font-weight: 400;
	text-decoration: none;
}
/* top feature */
.top_feature {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background: #fcfbe3;
}
.top_feature .content {
	position: relative;
	z-index: 1;
}
.top_feature .text {
	position: relative;
	width: 90%;
	margin: -2em 0 0;
	padding: 2em 5.3333vw;
	background: #ffff;
}
.top_feature .text p {
	margin-bottom: 0;
}
/* top works */
.top_works {
	background: #fcfbe3;
}
.works_digest li {
	padding: 0 10px;
	box-sizing: border-box;
}
.works_digest li a {
	position: relative;
	text-decoration: none;
}
.works_digest li a h3 {
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .8);
	color: var(--sub-color);
	font-size: .75rem;
	font-weight: 400;
}
.works_digest .slick-arrow {
	position: absolute;
	top: 30%;
	width: 30px;
	height: 30px;
	transition: opacity .3s ease;
	z-index: 1;
}
.works_digest .arrow-prev {
	left: 12.5%;
	background: url("images/common/arrow-prev.svg") center / contain no-repeat;
}
.works_digest .arrow-next {
	right: 12.5%;
	background: url("images/common/arrow-next.svg") center / contain no-repeat;
}
.works_digest .slick-arrow:hover {
	opacity: .6;
}
/* top blog */
.blog_list li {
	position: relative;
	margin-top: 3em;
	background: #fff;
}
.blog_list li:first-child {
	margin: 0;
}
.blog_list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: background .3s ease;
}
.blog_list li a:hover {
	background: #e4f5ff;
}
.blog_list li a figure,
.article_list article a figure {
	position: relative;
	height: 0;
	padding-top: 66.6666%;
	overflow: hidden;
}
.blog_list li a figure img,
.article_list article a figure img,
.post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}
.blog_list li a:hover figure img,
.article_list article a:hover figure img {
	transform: scale(1.1);
}
.blog_list li a .cat_name,
.article_list article a figure .cat_name {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: .1em .2em;
	border: 1px solid var(--main-color);
	border-radius: .3em;
	background: #fff;
	color: var(--main-color);
	font-size: clamp(.3875rem, 2.9333vw, .8125rem);
	letter-spacing: .1em;
	text-indent: .1em;
	white-space: nowrap;
	text-align: center;
}
.blog_list li a .text {
	padding: 1.2em 1em;
	box-sizing: border-box;
}
.blog_list li a h3 {
	margin-top: .5em;
	color: var(--text-color);
	font-size: 93.3333%;
	line-height: 1.5;
}
.blog_list li a p {
	margin: 0;
	color: var(--text-color);
	font-size: .8125rem;
	line-height: 1.5;
}
/* ----------
 * page
 * ---------- */
 /* page header */
.page_header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 60px;
	width: 100%;
	height: 30vh;
	background: var(--main-color);
}
.page_header.mv {
	height: 40vh;
	z-index: 1;
}
.service .page_header { background: url("images/service/bg-header.webp") center / cover no-repeat; }
.price .page_header { background: url("images/price/bg-header.webp") center / cover no-repeat; }
.recruit .page_header { background: url("images/recruit/bg-header.webp") center / cover no-repeat; }
.about .page_header { background: url("images/about/bg-header.webp") center / cover no-repeat; }
.faq .page_header { background: url("images/common/bg-header-faq.webp") center top / cover no-repeat; }
.post-type-archive-works .page_header { background: url("images/common/bg-header-works.webp") center / cover no-repeat; }
.post-type-archive-review .page_header { background: url("images/common/bg-header-review.webp") center / cover no-repeat; }
.post-type-archive-blog .page_header { background: url("images/common/bg-header-blog.webp") center top / cover no-repeat; }
.page_title {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	z-index: 1;
}
/* breadcrumbs */
.breadcrumbs {
	position: relative;
	width: 100%;
	padding: 0 5.3333vw;
	box-sizing: border-box;
	font-size: .8125rem;
	letter-spacing: .1em;
	z-index: 1;
}
.breadcrumbs .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
}
/* ----------
 * service
 * ---------- */
/* service content */
.service_content {
	padding-bottom: 0;
}
.feature_list li {
	margin-top: 4em;
}
.feature_list li:first-child,
.flow_list li:first-child {
	margin-top: 0;
}
.feature_list li figure img {
	width: 100vw;
}
.feature_list li h3 {
	margin: 1em 0;
	color: var(--main-color);
	font-size: 1.5em;
}
.feature_list li .text p:last-child {
	margin-bottom: 0;
}
/* service flow */
.flow_list li {
	margin-top: 4.5em;
	background: #fff;
}
.flow_list li figure {
	position: relative;
}
.flow_list li figure::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1.5em;
	left: -.5em;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--sub-color);
	color: #fff;
	font-family: var(--font-en);
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .1em;
}
.flow_list li:nth-child(1) figure::after { content: "step 1"; }
.flow_list li:nth-child(2) figure::after { content: "step 2"; }
.flow_list li:nth-child(3) figure::after { content: "step 3"; }
.flow_list li:nth-child(4) figure::after { content: "step 4"; }
.flow_list li:nth-child(5) figure::after { content: "step 5"; }
.flow_list li:nth-child(6) figure::after { content: "step 6"; }
.flow_list li:nth-child(7) figure::after { content: "step 7"; }
.flow_list li:nth-child(8) figure::after { content: "step 8"; }
.flow_list li:nth-child(9) figure::after { content: "step 9"; }
.flow_list li h3 {
	color: var(--main-color);
	margin: .5em 0;
}
.flow_list li p {
	margin-bottom: 0;
	font-size: 93.3333%;
	line-height: 1.75;
}
/* ----------
 * price
 * ---------- */
/* price caution */
.price_flow .flow_list li figure::after {
	background: #efce00;
}
.caution_list > li {
	margin-top: 4em;
	font-size: 93.3333%;
}
.caution_list > li:first-child {
	margin-top: 0;
}
.caution_list * {
	line-height: 1.8;
}
p.mb0 {
	margin-bottom: .5em;
}
.caution_list li h3 {
	font-size: 1.125em;
}
/* ----------
 * about
 * ---------- */
/* about profile */
.staff_list li {
	margin-top: 4em;
}
.staff_list li:first-child {
	margin-top: 0;
}
.staff_list li .name {
	margin: .75em 0 0;
	color: #00388d;
	font-size: 2.25em;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1;
}
.staff_list li .name .position {
	display: inline-block;
	margin-right: 1em;
	font-size: 45%;
	letter-spacing: .1em;
}
.staff_list li .certificate {
	font-size: .875rem;
}
.staff_list li .certificate span {
	display: inline-block;
	font-size: .6875rem;
}
.staff_list li h3 {
	margin-top: 2em;
	padding-bottom: .5em;
	border-bottom: 2px solid var(--main-color);
}
.staff_list li .text p:last-child {
	margin-bottom: 0;
}
/* ----------
 * recruit
 * ---------- */
/* recruit pickup */
.recruit_pickup {
	background: #fcfbe3;
}
.comment_box ul {
	list-style: none;
	margin-top: -7em;
}
.comment_box ul li {
	margin-top: .35em;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	text-align: right;
}
.comment_box ul li span {
	display: inline-block;
	padding: 0 1em;
	background: linear-gradient(90deg, rgba(7, 174, 234, 1.000) 0.000%, rgba(43, 245, 152, 1.000) 100.000%);
}
/* ----------
 * contact
 * ---------- */
.btn_line a {
	display: block;
	margin-bottom: 4em;
	transition: all .3s ease;
}
.btn_line a:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 40px -8px, rgba(0, 0, 0, 0.3) 0px 9px 24px -15px;
}
#contactForm .inner {
	max-width: 720px;
}
.contact__form p {
	margin: 0;
}
.contact__form, .contact__form tbody {
	display: block;
}
.contact__form tr {
	display: flex;
	flex-direction: column;
}
.contact__form th, .contact__form td {
	display: block;
	padding: 5px 0;
}
.contact__form th {
	text-align: left;
	font-weight: 500;
}
.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="tel"],
.contact__form  textarea {
	width: 100%;
	padding: .4em .6em;
	border-radius: 1px;
	box-sizing: border-box;
}
.contact__form .req {
	display: inline-block;
	margin-left: .6em;
	color: #7f1620;
}
div.wpcf7 .form__btn .ajax-loader {
	display: none;
}
.wpcf7 .form__btn {
	display: flex;
	justify-content: center;
	position: relative;
	width: 300px;
	height: 60px;
	margin: 1.5em auto 0;
	border: 1px solid var(--main-color);
	border-radius: 30px;
	box-sizing: border-box;
	background: #fff;
	transition: background .3s ease;
}
.wpcf7 .form__btn:hover {
	background: var(--main-color);
}
.wpcf7 .form__btn p {
	margin: 0;
}
.wpcf7 .form__btn input[type="submit"], .wpcf7 .form__btn input[type="button"] {
	position: relative;
	width: 300px;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	color: var(--main-color);
	font-size: .9375rem;
	letter-spacing: .05em;
}
.wpcf7 .form__btn input[type="submit"]:hover, .wpcf7 .form__btn input[type="button"]:hover {
	cursor: pointer;
	color: #fff;
}
/* ----------
 * about
 * ---------- */
table.company {
	margin: 0;
	background: #fff;
}
table.company tr {
	display: flex;
	border-bottom: 1px solid rgba(0, 133, 214, .3);
}
table.company th, table.company td {
	padding: 2em 0;
	font-weight: 400;
	text-align: left;
}
table.company th {
	width: 8em;
}
table.company td {
	width: calc(100% - 8em);
}
table.company td a {
	color: var(--text-color);
	text-decoration: none;
}
/* ----------
 * faq
 * ---------- */
dl.faq {
	margin: 0;
	padding: 1.5em 0;
	border-bottom: 1px solid rgba(0, 133, 214, .2);
	background: #fff;
}
dl.faq dt, dl.faq dd {
	position: relative;
	margin: 0;
	padding: 1em 3.2em;
	font-weight: 400;
	line-height: 1.8;
}
dl.faq dt {
	font-size: 1.125em;
	font-weight: 700;
}
dl.faq dd {
	display: none;
}
dl.faq dt::before, dl.faq dd::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--font-en);
	font-size: 2.2em;
	font-weight: 700;
}
dl.faq dt::before {
	color: #00388d;
	content: "Q.";
}
dl.faq dd::before {
	color: var(--sub-color);
	content: "A.";
}
dl.faq dt::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -.2em;
	right: 0;
	width: 2em;
	height: 2em;
	color: var(--main-color);
	font-size: 2em;
	font-weight: 700;
	content: "＋";
	transition: all .3s ease;
}
dl.faq dt.is-active::after {
	content: "－";
	transform: rotate(360deg);
}
dl.faq dd a {
	color: var(--main-color);
	text-decoration: underline;
	transition: opacity .3s;
}
dl.faq dd a:hover {
	text-decoration: none;
	opacity: .6;
}
/* ----------
 * category
 * ---------- */
.archive,
.single {
	background: #fcfbe3;
}
.content_post {
	padding: var(--section-padding);
}
.article_list {
	margin-top: -3em;
}
.article_list article {
	margin: 3em 0 0;
}
.article_list article a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	text-decoration: none;
	transition: all .3s ease;
}
.article_list article a:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 40px -8px, rgba(0, 0, 0, 0.3) 0px 9px 24px -15px;
}
.article_list.ct-news article a figure {
	display: none;
}
.article_list.ct-blog article a figure .cat_name {
	display: inline-block;
}
.article_list article a .text {
	position: relative;
	padding: 10px 20px;
}
.article_list article a .date {
	text-align: right;
}
.article_list.ct-news article a .date {
	text-align: left;
}
.article_list article a h2 {
	margin: .5em 0;
	color: var(--text-color);
	font-size: .9375em;
	line-height: 1.5;
	transition: color .3s ease;
}
.article_list article a:hover h2 {
	color: var(--main-color);
}
/* pagenation */
.archive .pagination {
	width: 100%;
	margin-top: 70px;
}
.archive .nav-links {
	display: flex;
	justify-content: center;
}
.archive .page-numbers {
	display: flex;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.65;
	transition: all .3s ease;
}
.archive .page-numbers.current, .archive a.page-numbers:hover {
	background: var(--main-color);
	color: #fff;
}
.archive a.page-numbers {
	text-decoration: none;
}
.archive .page-numbers:hover, .archive a.page-numbers:hover {
	background: #00388d;
}
/* ----------
 * sidebar
 * ---------- */
.widget-area {
	position: relative;
}
section.widget {
	margin: 0 auto 4em;
	padding: 0;
}
section.widget:first-of-type {
	margin-top: clamp(65px, 18.5vw, 110px);
}
section.widget:last-of-type {
	margin-bottom: 0;
}
.widget-title {
	position: relative;
	margin-bottom: 1.35em;
	padding: 1.25em;
	background: #fff;
	color: var(--main-color);
	font-size: 1.25em;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget li:last-child {
	margin-bottom: 0;
}
.widget li {
	margin-bottom: 1.35em;
	font-size: clamp(.875rem, 3.7333vw, .9375rem);
}
.widget li a {
	color: var(--text-color);
	text-decoration: none;
	transition: opacity .3s ease;
}
.widget li a:hover {
	text-decoration: underline;
	opacity: .6;
}
/* ----------
 * post
 * ---------- */
.post-thumbnail {
	position: relative;
	height: 0;
	margin: 0 0 1.5em;
	padding-top: 56.25%;
	overflow: hidden;
}
.single .site-main .entry-header {
	margin-bottom: 1.8em;
}
.single .site-main time {
	text-align: right;
}
.single .entry-title {
	font-size: clamp(1.125rem, 4.75vw, 1.75rem);
	font-weight: 700;
}
/* post content */
.single .site-main p {
	margin: 1.8em 0;
	line-height: 1.8;
}
.single .site-main h2 {
	padding: .2em 0 .2em .8em;
	border-left: .2em solid var(--main-color);
	color: #00388d;
	font-weight: 700;
}
.single .site-main h3 {
	margin: 3em 0 1.5em;
	padding-left: .5em;
	border-left: .2em solid var(--main-color);
	font-weight: 700;
}
.single .site-main h4 {
	font-weight: 700;
}
/* pagenation */
.single .post-navigation {
	margin-top: 50px;
}
.single .nav-links a {
	color: var(--main-color);
	font-size: 93.3333%;
	text-decoration: none;
	transition: all .3s ease;
}
.single .nav-links a:hover {
	color: #00388d;
}
.single a:hover .nav-title {
	text-decoration: underline;
}
.single .nav-previous a .nav-subtitle,
.single .nav-next a .nav-subtitle {
	display: inline-block;
}
.single .nav-previous a .nav-subtitle {
	margin-right: .5em;
}
.single .nav-next a .nav-subtitle {
	margin-left: .5em;
}
/* ----------
 * responsive
 * ---------- */
@media (min-width: 768px) {
	:root {
		--section-padding: 60px 5.3333vw;
	}
	/* ----------
	 * common
	 * ---------- */
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* cta */
	.cta_box {
		display: flex;
		padding: 30px 30px 0;
	}
	.cta_box figure {
		align-self: end;
		width: 26%;
		margin: 0;
	}
	.cta_box .text {
		order: 1;
		width: 74%;
	}
	.cta_box .detail {
		display: flex;
	}
	.cta .sec_title {
		text-align: left;
	}
	.cta .logo {
		margin-right: 1em;
	}
	.cta .tel {
		margin: 0;
	}
	.btn_cta a {
		margin: 20px auto 30px;
		font-size: 1.25rem;
	}
	.btn_cta a::after {
		right: 30px;
		width: 15px;
		height: 15px;
	}
	/* footer content */
	.area_box {
		padding: 10px 50px;
	}
	/* ----------
	 * top
	 * ---------- */
	/* top news */
	.news_list li {
		display: flex;
	}
	.news_list li time {
		width: 10em;
	}
	.news_list li h3 {
		width: calc(100% - 12em);
	}
	/* top price */
	.price_digest {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: -3em;
	}
	.price_digest li, .price_digest li:first-child {
		width: 30%;
		margin: 3em 0 0;
	}
	.price_digest li h3 {
		font-size: 1em;
	}
	/* top review */
	.review_list li {
		padding: 1.5em 2em 1.5em 105px;
	}
	.review_list li::before {
		left: 1.5em;
	}
	/* top feature */
	.top_feature .text {
		margin: -3em 0 0;
		padding: 3em 5.3333vw;
	}
	/* top works */
	.works_digest li  a h3 {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.works_digest .slick-arrow {
		top: 38%;
		width: 40px;
		height: 40px;
	}
	.works_digest .arrow-prev {
		left: 18%;
	}
	.works_digest .arrow-next {
		right: 18%;
	}
	/* ----------
	 * service
	 * ---------- */
	/* service flow */
	.flow_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.flow_list li {
		width: 47.5%;
	}
	.flow_list li:nth-child(2) {
		margin-top: 0;
	}
	/* ----------
	 * about
	 * ---------- */
	/* about company */
	table.company th {
		width: 12em;
	}
	table.company td {
		width: calc(100% - 12em);
	}
	/* about profile */
	.staff_list li {
		display: flex;
		justify-content: space-between;
		margin-top: 7em;
	}
	.staff_list li figure,
	.staff_list li .text {
		width: 47%;
	}
	.staff_list li .name {
		margin-top: 0;
	}
	/* ----------
	 * contact
	 * ---------- */
	.bnr__line {
		margin: 100px auto 0;
	}
	.contact__form tr {
		flex-direction: row;
		justify-content: space-between;
	}
	.contact__form th, .contact__form td {
		padding: 10px 0;
	}
	.contact__form th {
		width: 28%;
	}
	.contact__form td {
		width: 70%;
	}
	/* ----------
	 * category
	 * ---------- */
	/* pagenation */
	.archive .pagination {
		margin-top: 80px;
	}
}
@media (min-width: 992px) {
	:root {
		--section-padding: 70px 5.3333vw;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: .875rem;
	}
	.sp2 {
		display: none !important;
	}
	.pc2 {
		display: block !important;
	}
	/* heading */
	.sec_title {
		font-size: 3rem;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* cta */
	.cta .inner {
		padding: 10px;
	}
	.cta .text > p {
		font-size: 1.125rem;
	}
	.cta .tel a {
		font-size: 3.25rem;
	}
	.cta .hour {
		font-size: 1em;
	}
	/* footer content */
	.footer_content {
		display: flex;
		justify-content: space-between;
	}
	.footer_info {
		width: 35%;
	}
	.area_box {
		width: 60%;
		margin-top: .75em;
	}
	#pageTop a {
		width: 100px;
		height: 67px;
	}
	/* ----------
	 * top
	 * ---------- */
	/* google review */
	.google_review p {
		margin-bottom: 3em;
		text-align: center;
	}
	/* top price */
	.price_digest li h3 {
		font-size: 1.5em;
	}
	/* top review */
	.review_list li {
		display: flex;
		align-items: center;
		padding: 2em 2em 2em 120px;
	}
	.review_list li::before {
		left: 2em;
	}
	.review_list li .tag {
		margin-right: 2em;
	}
	.review_list li h3 {
		margin: 0;
	}
	/* top works */
	.works_digest .arrow-prev {
		left: 24%;
	}
	.works_digest .arrow-next {
		right: 24%;
	}
	/* ----------
	 * service
	 * ---------- */
	/* service content */
	.feature_list li {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.feature_list li figure {
		width: 46%;
	}
	.feature_list li:nth-child(even) figure {
		order: 1;
	}
	.feature_list li .text {
		width: 48%;
	}
	.feature_list li h3 {
		margin-top: 0;
	}
	.flow_list li {
		width: 31%;
	}
	.flow_list li:nth-child(3) {
		margin-top: 0;
	}
	/* ----------
	 * service
	 * ---------- */
	/* price caution */
	.caution_list {
		display: flex;
		justify-content: space-between;
	}
	.caution_list > li {
		width: 30%;
		margin-top: 0;
	}
	/* ----------
	 * category
	 * ---------- */
	.article_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.article_list.ct-news {
		display: block;
	}
	.article_list article {
		width: 46.8%;
	}
	.article_list.ct-news article {
		width: 100%;
	}
	.article_list article a {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.article_list article a .text {
		display: flex;
		flex-direction: column;
		flex-grow: 2;
		height: 100%;
	}
	.article_list article a .more {
		margin-top: auto;
	}
	/* pagenation */
	.archive .pagination {
		margin-top: 100px;
	}
}
@media (min-width: 1200px) {
	:root {
		--section-padding: 80px 3vw;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: 1rem;
	}
	.sp3 {
		display: none !important;
	}
	.pc3 {
		display: block !important;
	}
	/* button */
	.btn_link a {
		margin: 60px auto 0;
	}
	/* ----------
	 * header
	 * ---------- */
	.site-header {
		position: relative;
		height: 160px;
		padding: 20px 3vw 0;
		transition: all .3s ease;
	}
	.site-branding,
	.site-title {
		width: 204px;
		height: 66px;
	}
	.fixed_menu .fixed_nav_wrapper {
		position: static;
		max-width: initial;
		padding: 12px 0 0;
		background: none;
		overflow-y: visible;
		transform: translateX(0);
	}
	ul.global_menu {
		flex-flow: row nowrap;
		justify-content: space-between;
		margin: 0 -2em;
		padding: 0;
	}
	.global_menu li {
		flex-grow: 2;
		position: relative;
		width: auto;
		text-align: center;
	}
	.global_menu li::after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 1.5em;
		background: var(--main-color);
		content: "";
		opacity: .5;
		transform: translateY(-50%);
	}
	.global_menu li:last-child::after {
		display: none;
	}
	.global_menu li a {
		font-size: 1.125rem;
	}
	.shop_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: -66px;
		right: 0;
		width: 954px;
		height: 66px;
		padding: 0;
		border: none;
	}
	.shop_info .desc,
	.shop_info .hour {
		font-size: 1rem;
		line-height: 1.5;
	}
	.shop_info .desc {
		text-align: left;
	}
	.shop_info .tel a {
		font-size: 3.25rem;
	}
	.shop_info .hour {
		margin-top: -.5em;
		text-align: right;
		line-height: 1;
	}
	.site-header .btn_contact a {
		width: 300px;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* footer content */
	.site-footer {
		padding: 60px 3vw;
	}
	.footer_menu {
		display: flex;
	}
	/* ----------
	 * top
	 * ---------- */
	/* main visual */
	.main_visual {
		margin-top: 0;
	}
	/* top news */
	.news_box {
		display: flex;
		justify-content: space-between;
	}
	.top_news h2 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 7em;
		margin: 0;
		padding: 0;
		border-right: 2px solid var(--main-color);
		border-bottom: 0;
	}
	.news_list {
		width: 62%;
	}
	.news_list li:last-child h3 {
		margin: 0;
	}
	/* top feature */
	.feature_box {
		display: flex;
	}
	.top_feature figure {
		order: 1;
		width: 70%;
		margin: 0 0 0 auto;
	}
	.top_feature .text {
		width: 37.5%;
		margin: 150px -7.5% 0 0;
		padding: 3em 5.3333vw;
	}
	/* top blog */
	.blog_list {
		display: flex;
		justify-content: space-between;
	}
	.blog_list li {
		width: 23%;
		margin: 0;
	}
	.blog_list li::after,
	.article_list article a::after {
		pointer-events: none;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 10px;
		height: 10px;
		background: url("images/common/icon-more.svg") center / contain no-repeat;
		content: "";
		opacity: 0;
		transition: opacity .3s ease;
	}
	.blog_list li:hover::after,
	.article_list article a:hover::after {
		opacity: 1;
	}
	/* ----------
	 * page
	 * ---------- */
	 /* page header */
	.page_header {
		margin-top: 0;
	}
	.page_header.mv {
		height: 70vh;
	}
	/* breadcrumbs */
	.breadcrumbs {
		padding: 0 3vw;
	}
	/* ----------
	 * recruit
	 * ---------- */
	/* recruit pickup */
	.comment_box {
		display: flex;
		justify-content: space-between;
	}
	.comment_box figure {
		width: 37%;
	}
	.comment_box .text {
		width: 55%;
	}
	.comment_box ul {
		margin: 0 0 3em;
	}
	.comment_box ul li {
		margin-top: .5em;
		text-align: left;
	}
	/* ----------
	 * category
	 * ---------- */
	.content_post {
		display: flex;
		justify-content: space-between;
	}
	.content_post .site-main {
		width: 72.3076%;
	}
	.content_post .widget-area {
		align-self: baseline;
		width: 25%;
	}
	section.widget:first-of-type {
		margin-top: 0;
	}
	.article_list article a {
		position: relative;
	}
	/* pagenation */
	.archive .pagination {
		margin-top: 120px;
	}
}
@media (min-width: 1350px) {
	:root {
		--section-padding: 100px 0;
	}
	/* ----------
	 * header
	 * ---------- */
	.site-header {
		padding: 20px 0 0;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* footer content */
	.site-footer {
		padding: 60px 0;
	}
	/* ----------
	 * top
	 * ---------- */
	/* top works */
	.works_digest .slick-arrow {
		width: 70px;
		height: 70px;
	}
	.works_digest li {
		padding: 0 20px;
	}
	.works_digest li a h3 {
		padding: 1.2em;
		font-size: 1rem;
	}
	.top_works .detail {
		display: flex;
		justify-content: space-between;
	}
	.top_works .detail p {
		width: calc(100% - 350px);
		margin: 3em 0 0;
	}
	.top_works .btn_link {
		width: 300px;
	}
	/* ----------
	 * page
	 * ---------- */
	/* breadcrumbs */
	.breadcrumbs {
		padding: 0;
	}
	/* ----------
	 * service
	 * ---------- */
	/* service content */
	.feature_list li {
		margin-top: 80px;
	}
	/* ----------
	 * category
	 * ---------- */
	.content_post .widget-area {
		width: 21.1538%;
	}
	.widget-area::before {
		width: 290px;
		left: 100%;
	}
}