@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
.title {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.title h2 {
	font-size: 40px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
}
.title h2 span {
	display: block;
	font-size: 60px;
	font-size: clamp(36px, 6vw, 60px);
	font-family: var(--font3);
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 1.8px;
}
.title.title-parts h2 {
	padding: 10px 10px;
}
.title-parts::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
	width: 180px;
	height: 70px;
	background-color: var(--black);
-webkit-mask-image: url("./img/parts/parts1.svg");
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/parts1.svg");
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
/* ------------------------------------------------ */
rt {
	font-size: 0.4em;
	line-height: 1em;
}
/* ------------------------------------------------ */
.bg-blue1 {background-image: url("./img/bg/bg-blue1.webp");background-attachment: fixed;}
.bg-blue2 {background-image: url("./img/bg/bg-blue2.webp");background-attachment: fixed;}
.bg-blue3 {background-image: url("./img/bg/bg-blue3.webp");background-attachment: fixed;}
.bg-yellow1 {background-image: url("./img/bg/bg-yellow1.webp");background-attachment: fixed;}

.wave-bloc {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 200px;
	margin-top: -2.5em;
-webkit-mask-size: 100%;
-webkit-mask-repeat: repeat-x;
	mask-size: 100%;
	mask-repeat: repeat-x;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
opacity: 1;
box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
	.wave-bloc {
		height: 100px;
	}
}
@media screen and (max-width: 1199px) {
	.wave-bloc {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.wave-bloc {
		height: 70px;
	}
}
@media screen and (max-width: 390px) {
	.wave-bloc {
		height: 50px;
	}
}
.wave-btm {
/*
	mask-image: url('data:image/svg+xml;utf8,<svg width="1440px" height="250px" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0,194.555L0,0.555L1440,0.555L1440,226.555L1380,210.555C1320,194.555 1200,162.555 1080,173.255C960,183.555 840,237.555 720,247.855C600,258.555 480,226.555 360,210.555C240,194.555 120,194.555 60,194.555L0,194.555Z"/></svg>');
*/
-webkit-mask-image: url("./img/parts/wave1.svg");
-webkit-mask-position: bottom;
	mask-image: url("./img/parts/wave1.svg");
	mask-position: bottom;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
	top: 0px;
}
.wave-top {
-webkit-mask-image: url("./img/parts/wave2.svg");
	mask-image: url("./img/parts/wave2.svg");
/*
	mask-image: url('data:image/svg+xml;utf8,<svg width="1440px" height="250px" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M0,250L0,37L60,37C120,37 240,37 360,53C480,69 600,101 720,90.3C840,80 960,26 1080,15.7C1200,5 1320,37 1380,53L1440,69L1440,250L0,250Z"/></svg>');
*/
-webkit-mask-position: top;
	mask-position: top;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
	bottom: 0px;
}
.build1 {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: -70px;
	width: 100%;
	height: 100px;
	background-image: url("./img/parts/build1.webp");
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100px;
}
.build2 {
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 170px;
	background-position: center top;
}
.build2-white {
	background-image: url("./img/parts/build2.webp");
	background-repeat: no-repeat;
}
.build2-mask {
	background-color: var(--white);
	background-image: url("./img/bg/bg-blue2.webp");
	background-repeat: repeat;
	background-attachment: fixed;

-webkit-mask-image: url("./img/parts/build2.webp");
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 100%;
-webkit-mask-repeat: repeat-x;
-webkit-mask-position: center;
-webkit-mask-position: bottom;

	mask-image: url("./img/parts/build2.webp");
	mask-repeat: no-repeat;
	mask-size: 100%;
	mask-repeat: repeat-x;
	mask-position: center;
	mask-position: bottom;

-webkit-mask-source-type: alpha;
mask-mode: alpha;
}

.cloud {
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 170px;
	background-position: center top;
}
.cloud-btm {
	background-image: url("./img/parts/cloud.webp");
	background-repeat: no-repeat;
}

.gara {
}
.gara-bg {
}
.gara::before,
.gara::after,
.gara-bg::before,
.gara-bg::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.gara::before {
	left: 0px;
	top: 0px;
	background-position: left top;
}
.gara::after {
	left: 0px;
	bottom: 0px;
	background-position: left bottom;
}
.gara-bg::before {
	right: 0px;
	top: 0px;
	background-position: right top;
}
.gara-bg::after {
	right: 0px;
	bottom: 0px;
	background-position: right bottom;
}
.gara1 {
}
.gara1::before {
	background-image: url("./img/parts/gara1a.webp");
}
.gara1::after {
	background-image: url("./img/parts/gara1b.webp");
}
.gara1 .gara-bg::before {
	background-image: url("./img/parts/gara1c.webp");
}
.gara1 .gara-bg::after {
	background-image: url("./img/parts/gara1d.webp");
}
.gara2::before {
	background-image: url("./img/parts/gara2a.webp");
}
.gara2::after {
	background-image: url("./img/parts/gara2b.webp");
}
.gara2 .gara-bg::before {
	background-image: url("./img/parts/gara2c.webp");
}
.gara2 .gara-bg::after {
	background-image: url("./img/parts/gara2d.webp");
}
#index-ourservices .build2 {
	position: absolute;
	z-index: 1;
}
.gara3::after {
	background-image: url("./img/parts/gara3.webp");
	background-repeat: repeat;
}
#index-slide1 .wave-top::after {
	content: "";
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-image: url("./img/parts/gara3.webp");
	background-position: right top;
}
.gara4::after {
	background-image: url("./img/parts/gara4.webp");
	background-repeat: repeat;
}
#index-recruit .wave-btm::after {
	content: "";
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-image: url("./img/parts/gara4.webp");
	background-position: right top;
}

.gara5::before {
	background-image: url("./img/parts/gara5a.webp");
}
.gara5 .gara-bg::before {
	background-image: url("./img/parts/gara5b.webp");
}
.gara5 .gara-bg::after {
	background-image: url("./img/parts/gara5c.webp");
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	.gara::before,
	.gara::after,
	.gara-bg::before,
	.gara-bg::after {
		background-size: 200px
	}
}
@media screen and (max-width: 479px) {
	.gara::before,
	.gara::after,
	.gara-bg::before,
	.gara-bg::after {
		background-size: 100px
	}
}

/* ------------------------------------------------ */
#title {
	position: relative;
	z-index: 0;
	text-align: center;
/*
	background-color: #ccc;
	background-image: url("./img/parts/title.jpg");
*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 10px;
}
@media screen and (max-width: 767px) {
	#title {
		background-size: cover;
	}
}
#title.title-aaaa {background-image: url("./img/aaaa/title.webp");}

#title::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
}
#title div {
	position: relative;
	z-index: 1;
}
#title span {
	display: block;
	color: rgba(255,255,255,0.5);
	color: rgba(0,0,0,0.8);
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-family: var(--font3);
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	font-size: 20px;
	font-size: clamp(24px, 3.6vw, 36px);
	color: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.8);
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#title{
		padding: 40px 10px;
	}
}
html#html_single #title {
	padding: 80px 10px;
}
html#html_single #title div {
	display: none;
}
/* ------------------------------------------------ */
#page {
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
/* ------------------------------------------------ */
#page-archive {
	padding: 50px 0px;
}
/* ------------------------------------------------ */
#page-single {
	padding: 50px 0px;
}
.single-title {
	display: block;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.single-title h2 {
}
.single-title h2 b {
	display: block;
	color: var(--black);
	font-size: 24px;
}
.single-title h2 em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.single-title h2 i {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.single-photo {
	margin-bottom: 30px;
}
.single-photo img {
	width: auto;
	margin: 0px auto;
}
.single-content {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.single-content {
		padding: 10px 30px;
	}
}
.single-content:last-child {
}
.single-content img {
	display: inline-block;
}
.single-content img.aligncenter {
	display: block;
	margin: 0px auto;
}
.single-content img.alignleft {
	display: block;
	margin: 0px auto 0px 0px;
}
.single-content img.alignright {
	display: block;
	margin: 0px 0px 0px auto;
}
.single-content img.alignnone {
}
.single-content h1 {
	color: var(--white);
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	background-color: var(--color1);
	margin-bottom: 15px;
	padding: 10px 5px;
}
.single-content h2 {
	color: var(--color1);
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 3px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h3 {
	color: var(--color1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	border-left: 5px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h4 {
	color: var(--color2);
	font-size: 22px;
	margin-bottom: 15px;
}
.single-content h5 {
	color: var(--color2);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	color: var(--color2);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content p {
	margin-bottom: 15px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.single-content p {
	margin-bottom: 20px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.entry-footer {
	display: none;
	font-size: 0.688em;
	text-align: right;
	padding-top: 30px;
}
.single-content a {
	color: #2d84a7;
}
.single-content a:hover {
	color: #78accb;
}
/* ------------------------------------------------ */
.navigation {
}
.navigation h2 {
	display: none;
}
.navigation {
	padding: 30px 0px;
}
.nav-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nav-previous,
.nav-next {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.nav-previous {
}
.nav-next {
	text-align: right;
}
.nav-links a {
	display: inline-block;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.nav-links a:hover {
	background-color: #f2f2f2;
}
.nav-previous a::before {
	content: "<<"
}
.nav-next a::after {
	content: ">>"
}
.nav-links .meta-nav,
.nav-links .screen-reader-text {
	display: none;
}
.nav-links .post-title {
}
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a.page {
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: var(--color2);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-color: var(--gray6);
}
.wp-pagenavi a:hover {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--color4);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
	content: "";
	position: absolute;
	left: 50%;;
	top: 50%;
	width: 1px;
	height: 8px;
	background-color: var(--gray1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wp-pagenavi a.previouspostslink:hover::before,
.wp-pagenavi a.nextpostslink:hover::before,
.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after {
	background-color: var(--white);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::after {
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::before {
	-webkit-transform: skewX(35deg);
	transform: skewX(35deg);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	margin-top: -8px;
}
/* ------------------------------------------------ */
.article-outer {
}
.article-inner {
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	background-color: var(--white);
	margin: 0px auto;
	padding: 0px;
}
/*
.bloc::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.5s linear;
}
*/
.outer {
	position: relative;
	z-index: 10;
}
.bloc .outer {
	padding: 50px 0px;
}
@media screen and (min-width: 768px) {
	.bloc .outer {
		padding: 100px 0px;
	}
}
@media screen and (max-width: 767px) {

}
.inner {
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 10px;
	}
}
.inner p {margin-bottom: 20px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
/* --------- */
.bloc#index-news {
background-color: #ccc;
}
.bloc#index-news .outer {
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px dashed #000;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}

.index-news ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a div {
	margin-bottom: 5px;
}
.index-news ul li a div img {
	margin: 0px auto;
}
.index-news ul li a dl {
}
.index-news ul li a dl dt {
	line-height: 1.2em;
}
.index-news ul li a dl dt span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.index-news ul li a dl dt strong {
	display: block;
	font-size: 16px;
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	.index-news ul {
		display: block;
		width: auto;
	}
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
	.index-news ul li a div {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl dt {
		line-height: 1.2em;
	}
	.index-news ul li a dl dt span {
	}
	.index-news ul li a dl dt strong {
	}
	.index-news ul li a dl dd {
	}
}

#news {
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--red1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--red1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--white);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
.pp {
}
@media screen and (min-width: 768px) {
	.pp {
		padding: 10px 20px;
	}
}
.pp-top {
	margin-bottom: 20px;
}
.pp dl {
	margin-bottom: 20px;
}
.pp dl dt {
	color: var(--color2);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pp dl dd {
	padding: 0px 20px;
}
.pp dl dd p {
}
.pp dl dd ol {
}
.pp dl dd ol li {
}
.pp dl dd ol li ol {
	margin-left: 20px;
}
/* ------------------------------------------------ */
.index-slide {
	position: relative;
}
#index-slide1 {
}

/* ------------------------------------------------ */
.slide-carousel {
	max-width: 100%;
	overflow: hidden;
}
.slide-carousel ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	will-change: transform;
}
.slide-carousel ul li {
	padding: 0px 2px;
}
@media screen and (min-width: 1201px) {
	.slide-carousel ul li {
		flex: 0 0 33.33333%;
	}
}
@media screen and (max-width: 1200px) {
	.slide-carousel ul li {
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 1000px) {
	.slide-carousel ul li {
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 767px) {
	.slide-carousel ul li {
		flex: 0 0 100%;
	}
}
.slide-carousel ul li img {
	border-radius: 5px;
}
.slide-carousel ul li:last-child {
}
/* ------------------------------------------------ */
.satei-ban {
	padding: 80px 0px 0px 0px;
}
.satei-ban.satei-ban-btm {
	padding: 0px 0px 0px 0px;
}
.satei-ban-inner {
	position: relative;
	text-align: center;
	background-color: var(--color2);
	border-radius: 10px;
	padding: 10px 10px;
}
.satei-ban.satei-ban-btm .satei-ban-inner {
	border-radius: 0px;
}
.satei-ban-inner::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-image: url("./img/parts/build2.webp");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: cover;
	background-size: contain;
	opacity: .5;
}
@media screen and (min-width: 768px) {
	.satei-ban {
		padding: 80px 80px 0px 80px;
	}
}
.satei-ban-title {
	position: relative;
	z-index: 1;
}
.satei-ban-title img {
	margin: 0px auto;
}
.satei-ban-btn {
	position: relative;
	z-index: 1;
}
.satei-ban-btn ul {
	display: inline-block;
}
.satei-ban-btn ul li {
	text-align: left;
	padding: 5px 0px;
}
.satei-ban.satei-ban-btm .satei-ban-inner {
	border-radius: 0px;
}
.satei-ban.satei-ban-btm .satei-ban-btn ul li {
}
@media screen and (min-width: 768px) {
	.satei-ban.satei-ban-btm .satei-ban-btn ul li {
		display: inline-block;
		vertical-align: middle;
		padding: 10px 10px;
	}
}
@media screen and (max-width: 767px) {

}
.satei-ban-btn ul li a {
	display: block;
	color: var(--color2);
	background-color: var(--white);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.satei-ban-btn ul li a:hover {
	background-color: var(--color3);
}
.satei-ban-btn ul li a span {
	display: block;
	position: relative;
	font-size: 20px;
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 700;
	padding: 15px 40px 15px 50px;
}
.satei-ban-btn ul li a span::before,
.satei-ban-btn ul li a span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.satei-ban-btn ul li a span::before {
	left: 10px;
	width: 20px;
	height: 20px;
	background-color: var(--color2);
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
.satei-ban-btn ul li:nth-child(1) a span::before {
-webkit-mask-image: url("./img/parts/satei.svg");
	mask-image: url("./img/parts/satei.svg");
}
.satei-ban-btn ul li:nth-child(2) a span::before {
-webkit-mask-image: url("./img/parts/mail.svg");
	mask-image: url("./img/parts/mail.svg");
}
.satei-ban-btn ul li a span::after {
	right: 10px;
	width: 20px;
	height: 20px;
	background-color: var(--color2);
-webkit-mask-image: url("./img/parts/arrow.svg");
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/arrow.svg");
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
/* ------------------------------------------------ */
.ban {
	text-align: center;
	padding: 50px 10px;
}
.ban a {
	display: inline-block;
}
.ban a img {
	display: inline-block;
}
/* ------------------------------------------------ */
.tab-link {
}
@media screen and (max-width:767px) {
	.tab-link {
		text-align: center;
	}
}
.tab-link#tab-link1 {
	padding: 30px 0px 0px 0px;
}
.tab-link#tab-link2 {
	padding: 0px 0px 10px 0px;
}
.tab-link ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 0px;
	align-items: flex-end;
	justify-content: center;
}
.tab-link ul li {
}
.service-tab .tab-link ul li {
	padding: 0px 10px;
}
.tab-link#tab-link1 ul li {
	vertical-align: bottom;
}
.tab-link#tab-link2 ul li {
	vertical-align: top;
}
.tab-link ul li a {
	display: block;
	color: var(--white);
	font-weight: 700;
/*
	background-color: var(--color1);
*/
	padding: 8px 30px 10px 30px;
}
.tab-link ul li a.active,
.tab-link ul li a:hover {
/*
	background-color: #c00;
*/
	padding: 15px 30px 8px 30px;
}
.tab-link#tab-link1 ul li a {
	border-radius: 5px 5px 0px 0px;
}
.tab-link#tab-link2 ul li a {
	border-radius: 0px 0px 5px 5px;
}
.tab-bloc {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
}
.tab-bloc.passive {
	display: none;
}
.tab-bloc.active {
	visibility: visible;
	opacity: 1;
}
/* ------------------------------------------------ */
#index-about {
}
#index-about .outer {
}
@media screen and (min-width: 768px) {
	#index-about .outer {
		padding: 30px 0px 100px 0px;
	}
}
.index-about {
}
.index-about-tex {
	text-align: center;
}
.index-about-tex p {
	font-size: 20px;
	font-size: clamp(20px, 2.6vw, 26px);
	font-weight: 700;
	line-height: 2.4em;
}
.index-about-tex p b {
	display: block;
	font-size: 46px;
	font-size: clamp(28px, 4.6vw, 46px);
}
/* ------------------------------------------------ */
#index-reason {
}
#index-reason .outer {
}
.index-reason {
}
#index-reason .title {
	padding: 10px 10px;
}
#index-reason .title h2 {
	line-height: 1.8em;
}
#index-reason .title h2 b {
	font-size: 1.2em;
}
#index-reason .title.title-parts h2::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
	width: 180px;
	height: 70px;
	background-color: var(--white);
-webkit-mask-image: url("./img/parts/parts1.svg");
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/parts1.svg");
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}

.index-reason-list {
	margin-bottom: 50px;
}
.index-reason-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	justify-content: center;
}
.index-reason-list ul li {
}
.index-reason-list ul li img {
	margin: 0px auto;
}
@media screen and (min-width: 768px) {
	.index-reason-list ul li {
		flex: 1 0 calc(33.33% - 10px);
	}
}
@media screen and (max-width: 767px) {
	.index-reason-list ul li {
		flex: 1 0 calc(50% - 10px);
	}
}
.index-reason-btm {
	position: relative;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.index-reason-btm::before,
	.index-reason-btm::after {
		content: "";
		position: absolute;
		z-index: 0;
		top: 50%;
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.index-reason-btm::before {
		left: 0px;
		width: 139px;
		height: 181px;
		background-image: url("./img/illust/1.webp");
	}
	.index-reason-btm::after {
		right: 0px;
		width: 128px;
		height: 187px;
		background-image: url("./img/illust/2.webp");
	}
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

}

.index-reason-btm p {
	font-size: 20px;
	font-size: clamp(24px, 2.6vw, 26px);
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.index-reason-btm p {
		line-height: 2.4em;
	}
}
@media screen and (max-width: 767px) {
	.index-reason-btm p {
		line-height: 1.8em;
	}
}
/* ------------------------------------------------ */
#index-ourservices {
}
#index-ourservices .outer {
	padding: 100px 0px 50px 0px;
}
.index-ourservices {
	text-align: center;
}
#index-ourservices .title h2 span {
	color: var(--color1);
}
.index-ourservices p {
	font-size: 60px;
	font-size: clamp(20px, 3.6vw, 36px);
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 0px;
	padding: 10px 0px;
}
.index-ourservices img {
	margin: 0px auto;
}
@media screen and (min-width: 768px) {
	.index-ourservices h2 {
		margin-bottom: 40px;
	}
	.index-ourservices p {
		padding: 30px 0px;
	}
}
@media screen and (max-width: 767px) {

}
/* ------------------------------------------------ */
#index-service {
}
#index-service .outer {
}
.index-service {
}
.index-service-top {
}
.index-service-list {
}

/* ------------------------------------------------ */
:root {
	--service1: #29abe2;
	--service2: #8cc63f;
	--service3: #fbb03b;
}

@media screen and (min-width: 768px) {
	.index-service {
		padding: 0px 20px;
	}
}
#service-tab .tab-link ul li a {
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 700;
	line-height: 1em;
}
#service-tab .tab-link ul li:nth-child(1) a {background-color: var(--service1);}
#service-tab .tab-link ul li:nth-child(2) a {background-color: var(--service2);}
#service-tab .tab-link ul li:nth-child(3) a {background-color: var(--service3);}
@media screen and (min-width: 768px) {
	#service-tab .tab-link ul li {
		padding: 0px 10px;
	}
	#service-tab .tab-link ul li a {
		padding: 15px 30px;
	}
	#service-tab .tab-link ul li a.active,
	#service-tab .tab-link ul li a:hover {
		padding: 25px 30px;
	}
}
@media screen and (max-width: 767px) {
	#service-tab .tab-link ul li {
	flex: 1;
		padding: 0px 0px;
	}
	#service-tab .tab-link ul li a {
		padding: 15px 5px;
	}
	#service-tab .tab-link ul li a.active,
	#service-tab .tab-link ul li a:hover {
		padding: 20px 5px;
	}
}
/*
#service-tab .tab-link ul li a:hover {
	background-color: var(--color1);
}
*/

#service-tab #tab {
	position: relative;
	background-color: var(--white);
	border: 3px solid #000;
}
.index-service-bloc {
	position: relative;
}
@media screen and (min-width: 768px) {
	#service-tab #tab {
		border-radius: 10px;
	}
	.index-service-bloc {
		padding: 50px;
	}
}
@media screen and (max-width: 767px) {
	#service-tab #tab {
		border-radius: 0px 0px 10px 10px;
	}
	.index-service-bloc {
		padding: 10px;
	}
}
.index-service-tab-title {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.index-service-tab-title {
		margin-bottom: 50px;
	}
}
.index-service-tab-title h3 {
	position: relative;
	font-weight: 700;
}
.index-service-tab-title h3 span {
	display: inline-block;
	position: relative;
	color: var(--white);
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1em;
	vertical-align: middle;
	width: 70px;
	height: 75px;
-webkit-mask-image: url("./img/parts/home.svg");
-webkit-mask-size: cover;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/home.svg");
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
	.index-service-tab-title h3 {
		text-align: center;
	}
}
#service-tab1 .index-service-tab-title h3 span {
	background-color: var(--service1);
}
#service-tab2 .index-service-tab-title h3 span {
	background-color: var(--service2);
}
#service-tab3 .index-service-tab-title h3 span {
	background-color: var(--service3);
}
.index-service-tab-title h3 span em {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index-service-tab-title h3 b {
	display: inline-block;
	font-size: 50px;
	font-size: clamp(36px, 5vw, 50px);
	line-height: 1em;
	vertical-align: middle;
	padding: 0px 20px;
}
@media screen and (max-width: 767px) {
	.index-service-tab-title h3 b {
		display: block;
	}
}
#service-tab1 .index-service-tab-title h3 span {background-color: var(--service1);}
#service-tab1 .index-service-tab-title h3 b {color: var(--service1);}
#service-tab2 .index-service-tab-title h3 span {background-color: var(--service2);}
#service-tab2 .index-service-tab-title h3 b {color: var(--service2);}
#service-tab3 .index-service-tab-title h3 span {background-color: var(--service3);}
#service-tab3 .index-service-tab-title h3 b {color: var(--service3);}

.index-service-tab-inner {
	padding: 0px;
}
.index-service-tab-top {
	margin-bottom: 50px;
}
.index-service-tab-top dl {
}
.index-service-tab-top dl dt {
	margin-bottom: 50px;
}
.index-service-tab-top dl dt b {
	display: block;
	font-size: 30px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.index-service-tab-top dl dt strong {
	display: block;
	font-size: 40px;
	font-size: clamp(36px, 5vw, 50px);
	font-weight: 900;
	line-height: 1em;
}
@media screen and (min-width: 768px) {
	.index-service-tab-top dl dt {
		margin-bottom: 50px;
	}
	.index-service-tab-top dl dt img {
		position: absolute;
		right: 30px;
		top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index-service-tab-top dl dt {
		text-align: center;
		margin-bottom: 20px;
	}
	.index-service-tab-top dl dt strong {
		margin-bottom: 20px;
	}
	.index-service-tab-top dl dt img {
		margin: 0px auto;
	}
}
.index-service-tab-top dl dd {
}
.index-service-tab-top dl dd p {
}

.index-service-tab-chigau {
	margin-bottom: 50px;
}
.index-service-tab-chigau h4 {
	text-align: center;
	margin-bottom: 50px;
}
.index-service-tab-chigau h4 em {
	display: inline-block;
	position: relative;
	color: var(--white);
	font-size: 30px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	letter-spacing: 1.4px;
	border-radius: 10px;
	padding: 20px 20px 15px 20px;
}
#service-tab1 .index-service-tab-chigau h4 em {background-color: var(--service1);}
#service-tab2 .index-service-tab-chigau h4 em {background-color: var(--service2);}
#service-tab3 .index-service-tab-chigau h4 em {background-color: var(--service3);}
.index-service-tab-chigau h4 em::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 13px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#service-tab1 .index-service-tab-chigau h4 em::after {background-color: var(--service1);}
#service-tab2 .index-service-tab-chigau h4 em::after {background-color: var(--service2);}
#service-tab3 .index-service-tab-chigau h4 em::after {background-color: var(--service3);}

.index-service-tab-chigau h4 em b {
	font-weight: 900;
}
.index-service-tab-chigau ul {
}
.index-service-tab-chigau ul li {
}
@media screen and (min-width: 768px) {
	.index-service-tab-chigau ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 50px;
		align-items: stretch;
		justify-content: center;
	}
	.index-service-tab-chigau ul li {
		flex: 1;
	}
	#service-tab3 .index-service-tab-chigau ul {
		flex-wrap: wrap;
	}
	#service-tab3 .index-service-tab-chigau ul li {
		flex: 1 0 calc(50% - 3px);
		flex: 1 0 calc(33.33% - 3px);
	}
}
@media screen and (max-width: 767px) {

	.index-service-tab-chigau ul li {
		margin-bottom: 40px;
	}
}
.index-service-tab-chigau ul li dl {
}
.index-service-tab-chigau ul li dl dt {
	margin-bottom: 10px;
}
.index-service-tab-chigau ul li dl dt div {
}
.index-service-tab-chigau ul li dl dt h5 {
	font-family: var(--font2);
	font-weight: 900;
	line-height: 1.6em;
}
#service-tab3 .index-service-tab-chigau ul li dl dt h5 b {
	color: var(--service3);
	font-size: 1.2em;
	font-weight: 900;
}
@media screen and (min-width: 768px) {
	#service-tab3 .index-service-tab-chigau ul li dl dt h5 b {
		font-size: 1.5em;
	}
}
@media screen and (min-width: 768px) {
	.index-service-tab-chigau ul li dl dt {
		text-align: center;
	}
	.index-service-tab-chigau ul li dl dt img {
		margin: 0px auto 20px auto;
	}
	.index-service-tab-chigau ul li dl dt {
		margin-bottom: 20px;
	}
	.index-service-tab-chigau ul li dl dt h5 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index-service-tab-chigau ul li dl dt {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
	}
	.index-service-tab-chigau ul li dl dt div {
		flex: 0 0 100px;
	}
	.index-service-tab-chigau ul li dl dt img {
		width: 90px;
		margin: 0px 20px 0px auto;
	}
	.index-service-tab-chigau ul li dl dt h5 {
		flex: 1;
		font-size: 22px;
	}
}
.index-service-tab-chigau ul li dl dd {
}

.service-tab-kaitori {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.service-tab-kaitori b {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: var(--white);
	font-size: 20px;
	font-size: clamp(22px, 2.6vw, 26px);
	font-weight: 700;
}
.service-tab-kaitori img {
	position: relative;
	z-index: 0;
	margin: 0px auto;
}
.service-tab-btm {
	text-align: center;
	padding: 10px 10px;
}
.service-tab-btm strong {
	display: block;
	font-size: 30px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.service-tab-btm em {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0px 10px;
}
.service-tab-btm em::before,
.service-tab-btm em::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: var(--black);
}
.service-tab-btm em::before {
	left: 0px;
	transform: rotate(-15deg);
}
.service-tab-btm em::after {
	right: 0px;
	transform: rotate(15deg);
}
.service-tab-btm b {
	display: block;
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 900;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.service-tab-btm b small {
	font-size: 0.5em;
	line-height: 1em;
}
.service-tab-btm b u {
	display: inline-block;
	position: relative;
	line-height: 1em;
	vertical-align: bottom;
	text-decoration: none;
}
.service-tab-btm b u::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: -5px;
	width: 100%;
	height: 13px;
	background-color: #7ee4ff;
}
.service-tab-btm b u span {
	position: relative;
	z-index: 1;
}
.service-tab-btm a {
	display: inline-block;
	font-size: 30px;
	font-size: clamp(32px, 4.6vw, 46px);
	font-weight: 900;
	line-height: 1em;
}
/* --------------- */
.index-service-tab2-tex {
	margin-bottom: 30px;
}

.index-service-tab2-tex div {
	background-color: #e8f4d8;
	border-radius: 10px;
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.index-service-tab2-tex {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
		align-items: stretch;
		justify-content: center;
	}
	.index-service-tab2-tex div {
		flex: 1;
		box-sizing: border-box;
	padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index-service-tab2-tex div {
		margin-bottom: 10px;
	}
}
.index-service-tab2-tex div h4 {
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
	margin-bottom: 10px;
}


.index-service-tab2-tex div dl dd ul li {
	position: relative;
	padding: 5px 5px 5px 30px;
}
@media screen and (max-width: 767px) {
	.index-service-tab2-tex div dl dd ul li {
		padding: 10px 10px 10px 30px;
	}
}
.index-service-tab2-tex div dl dd ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: var(--service2);
-webkit-mask-image: url("./img/parts/check.svg");
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/check.svg");
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}

/* ------------------------------------------------ */
#index-sodan {
}
#index-sodan .outer {
}
.index-sodan {
}
#index-sodan .title {
	text-align: center;
	margin-bottom: 70px;
}
#index-sodan .title h2 {
	line-height: 1.5em;
	margin-bottom: 20px;
}
#index-sodan .title.title-parts h2::before {
	background-color: var(--color2);
}
#index-sodan .title em {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 20px;
}
#index-sodan .title em span {
	color: var(--white);
	background-color: var(--color2);
	font-size: 28px;
	font-size: clamp(18px, 2.8vw, 28px);
	font-weight: 700;
	line-height: 1em;
	border-radius: 10px;
	padding: 10px 15px;
}
@media screen and (min-width: 768px) {
	#index-sodan .title em {
		flex-wrap: nowrap;
		gap: 5px;
	}
}
@media screen and (max-width: 767px) {
	#index-sodan .title em {
		flex-wrap: wrap;
		gap: 5px;
	}
	#index-sodan .title em span {
		flex: 1 0 calc(50% - 5px);
		padding: 10px 0px;
	}
}
#index-sodan .title p {
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.8em;
}
#index-sodan .title p b {
	color: var(--color2);
	font-size: 42px;
	font-size: clamp(30px, 4.2vw, 42px);
	font-weight: 700;
}
.index-sodan-nayami {
	margin-bottom: 40px;
}
.index-sodan-nayami dl {
	position: relative;
}
.index-sodan-nayami dl dt {
	position: absolute;
	z-index: 1;
	left: 30px;
	top: -30px;
}
.index-sodan-nayami dl dt h3 {
	color: var(--white);
	font-size: 22px;
	font-size: clamp(18px, 2.2vw, 22px);
	background-color: var(--black);
	border-radius: 10px;
	padding: 10px 10px;
}
.index-sodan-nayami dl dt h3::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 13px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: var(--black);
}
.index-sodan-nayami dl dd {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	padding: 10px 10px;
}
.index-sodan-nayami dl dd ul {
}
.index-sodan-nayami dl dd img {
}
@media screen and (min-width: 768px) {
	.index-sodan-nayami dl dd {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
	}
	.index-sodan-nayami dl dd ul {
		flex: 1;
		padding: 40px 10px 20px 30px;
	}
	.index-sodan-nayami dl dd div {
		flex: 0 0 300px;
	}
}
@media screen and (max-width: 767px) {
	.index-sodan-nayami dl dd ul {
		padding: 30px 20px 20px 20px;
	}
	.index-sodan-nayami dl dd div img {
		margin: 0px auto;
	}
}
.index-sodan-nayami dl dd ul li {
	position: relative;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
	border-bottom: 2px dotted var(--black);
	padding: 10px 10px 10px 30px;
}
@media screen and (max-width: 767px) {
	.index-sodan-nayami dl dd ul li {
		padding: 10px 10px 10px 40px;
	}
}
.index-sodan-nayami dl dd ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: var(--color2);
-webkit-mask-image: url("./img/parts/check.svg");
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/check.svg");
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
.index-sodan-tsuyomi {
	text-align: center;
	margin-bottom: 40px;
}
.index-sodan-tsuyomi dl {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	overflow: hidden;
}
.index-sodan-tsuyomi dl dt {
	background-color: var(--color2);
	padding: 20px 10px;
}
.index-sodan-tsuyomi dl dt h3 {
	color: var(--white);
	font-size: 22px;
	font-size: clamp(26px, 3vw, 30px);
}
.index-sodan-tsuyomi dl dd {
	padding: 10px 10px;
}
.index-sodan-tsuyomi dl dd ul {
}
.index-sodan-tsuyomi dl dd ul li {
	position: relative;
	box-sizing: border-box;
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.index-sodan-tsuyomi dl dd ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: stretch;
		justify-content: center;
	}
	.index-sodan-tsuyomi dl dd ul li {
		flex: 1 0 calc(33.3333% - 10px);
	}
	.index-sodan-tsuyomi dl dd ul li {
	}
	.index-sodan-tsuyomi dl dd ul li:nth-child(3n) {
		border-right: none;
	}
	.index-sodan-tsuyomi dl dd ul li:nth-child(-n+3) {
	}
	.index-sodan-tsuyomi dl dd ul li::before,
	.index-sodan-tsuyomi dl dd ul li::after {
		content: "";
		position: absolute;
	}
	.index-sodan-tsuyomi dl dd ul li::before {
		right: -5px;
		bottom: 0px;
		width: 2px;
		height: 100%;
		border-right: 2px dotted var(--color2);
	}
	.index-sodan-tsuyomi dl dd ul li:nth-child(3n)::before {
		display: none;
	}
	.index-sodan-tsuyomi dl dd ul li:nth-child(-n+3)::after {
		left: 0px;
		bottom: -5px;
		width: 100%;
		height: 2px;
		border-bottom: 2px dotted var(--color2);
	}
}
@media screen and (max-width: 767px) {
	.index-sodan-tsuyomi dl dd ul li {
		border-bottom: 2px dotted var(--color2);
	}
	.index-sodan-tsuyomi dl dd ul li:last-child {
		border-bottom: none;
	}
}
.index-sodan-tsuyomi dl dd ul li img {
	margin: 0px auto;
}
.index-sodan-tsuyomi dl dd ul li span {
	display: block;
	font-size: 22px;
	font-size: clamp(16px, 2.2vw, 22px);
	font-weight: 700;
}
.index-sodan-tsuyomi dl dd ul li span em {
	display: inline-block;
	line-height: 1.6em;
	vertical-align: middle;
}
.index-sodan-tsuyomi dl dd ul li span b {
	font-size: 30px;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 900;
}
.index-sodan-tsuyomi dl dd ul li span small {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 55px;
	color: var(--color2);
	border: 3px solid var(--color2);
	border-radius: 100px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 10px;
	padding-top: 15px;
}

.index-sodan-about {
	text-align: center;
	padding-top: 30px;
}
.index-sodan-about h3 {
	font-size: 30px;
	font-size: clamp(21px, 3vw, 30px);
	line-height: 1.6em;
	margin-bottom: 20px;
}
:root {
	--sodan1: #0071bc;
	--sodan2: #00a99d;
}
#sodan-tab .tab-link ul li a {
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 700;
	line-height: 1em;
}
#sodan-tab .tab-link ul li:nth-child(1) a {background-color: var(--sodan1);}
#sodan-tab .tab-link ul li:nth-child(2) a {background-color: var(--sodan2);}
@media screen and (min-width: 768px) {
	#sodan-tab .tab-link ul li {
		padding: 0px 10px;
	}
	#sodan-tab .tab-link ul li a {
		padding: 15px 30px;
	}
	#sodan-tab .tab-link ul li a.active,
	#sodan-tab .tab-link ul li a:hover {
		padding: 25px 30px;
	}
}
@media screen and (max-width: 767px) {
	#sodan-tab .tab-link ul li {
	flex: 1;
		padding: 0px 0px;
	}
	#sodan-tab .tab-link ul li a {
		padding: 15px 5px;
	}
	#sodan-tab .tab-link ul li a.active,
	#sodan-tab .tab-link ul li a:hover {
		padding: 20px 5px;
	}
}
/*
#sodan-tab .tab-link ul li a:hover {
	background-color: var(--color1);
}
*/

#sodan-tab #tab {
	position: relative;
	background-color: var(--white);
	border: 3px solid #000;
}

.index-service-bloc {
}
@media screen and (min-width: 768px) {
	#sodan-tab #tab {
		border-radius: 10px;
	}
	.index-sodan-bloc {
		padding: 50px;
	}
}
@media screen and (max-width: 767px) {
	#sodan-tab #tab {
		border-radius: 0px 0px 10px 10px;
	}
	.index-sodan-bloc {
		padding: 10px;
	}
}
.index-sodan-tab-inner {
}
.index-sodan-tab-bloc {
	margin-bottom: 50px;
}
.index-sodan-tab-bloc:last-child {
	margin-bottom: 0px;
}
.index-sodan-tab-top {
	text-align: center;
}
.index-sodan-tab-top span {
	display: block;
	margin-bottom: 20px;
}
.index-sodan-tab-top span b {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	padding: 0px 10px;
}
.index-sodan-tab-top span b::before,
.index-sodan-tab-top span b::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: var(--black);
}
.index-sodan-tab-top span b::before {
	left: 0px;
	transform: rotate(-15deg);
}
.index-sodan-tab-top span b::after {
	right: 0px;
	transform: rotate(15deg);
}
.index-sodan-tab-top strong {
	display: block;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.index-sodan-tab-top strong b {
	color: var(--color2);
	font-size: 40px;
	font-size: clamp(36px, 4vw, 40px);
	font-weight: 900;
}
.index-sodan-tab-top em {
	display: block;
	font-size: 24px;
	font-size: clamp(18px, 2.4vw, 24px);
	margin-bottom: 20px;
}
.index-sodan-tab-top em b {
	display: inline-block;
	vertical-align: middle;
	color: var(--white);
	background-color: var(--color2);
	border-radius: 10px;
	margin: 4px 5px;
	padding: 5px 10px;
}
.index-sodan-tab-top em small {
	display: inline-block;
	color: var(--color2);
	font-weight: 700;
	vertical-align: middle;
}
.index-sodan-tab-top p {
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 700;
	line-height: 1.8em;
}
.index-sodan-tab-top p b {
	font-size: 40px;
	font-size: clamp(30px, 3.6vw, 36px);
}
.index-sodan-tab-bloc h4 {
	font-size: 22px;
	font-size: clamp(20px, 2.4vw, 24px);
	line-height: 1em;
	text-align: center;
	margin-bottom: 40px;
}
.index-sodan-tab-bloc.index-sodan-tab-table h4 u {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid var(--black);
	padding-bottom: 5px;
}
.index-sodan-tab-table table {
	position: relative;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells:show;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.index-sodan-tab-table table {
		width: 550px;
	}
}
.index-sodan-tab-table table tr {
}
.index-sodan-tab-table table tr th {
	position: relative;
	font-size: 20px;
	color: var(--white);
	font-size: clamp(15px, 2vw, 20px);
	text-align: center;
	border: 1px solid #000;
	padding: 10px 10px;
}
.index-sodan-tab-table table tr th:nth-child(2) {
	background-color: var(--sodan1);
}
.index-sodan-tab-table table tr th:nth-child(3) {
	background-color: var(--sodan2);
}
.index-sodan-tab-table table tr td {
	position: relative;
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	text-align: center;
	border: 1px solid #000;
	padding: 10px 10px;
}
.index-sodan-tab-table table tr td p {
	display: inline-block;
	text-align: left;
}
.index-sodan-tab-table table tr th:nth-child(1),
.index-sodan-tab-table table tr td:nth-child(1) {
	background-color: #fffff4;
}
#sodan-tab1 .index-sodan-tab-table table tr td:nth-child(2) {
	position: relative;
	font-weight: 700;
}
#sodan-tab2 .index-sodan-tab-table table tr td:nth-child(3) {
	position: relative;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.index-sodan-tab-table table tr th:nth-child(1),
	.index-sodan-tab-table table tr td:nth-child(1) {
		width:100px;
	}
}
@media screen and (max-width:767px) {
	.index-sodan-tab-table table tr td {
		padding: 10px 5px;
	}
	.index-sodan-tab-table table tr th:nth-child(1),
	.index-sodan-tab-table table tr td:nth-child(1) {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
		width: 50px;
		font-size: 14px;
	}
	.index-sodan-tab-table table tr th:nth-child(1)::before,
	.index-sodan-tab-table table tr td:nth-child(1)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-right: 2px solid #000;
		border-bottom: 1px solid #000;
		background: #ccc;
		z-index: -1;
	}
	.scroll {
		position: relative;
	}
	.scroll-inner {
		position: relative;
		z-index: 0;
		width:100%;
		overflow-x:scroll;
		border: 1px solid #000;
	}
	.scroll-inner table {
		width: 800px;
	}
	.scroll-tex {
		position: absolute;
		z-index: 1;
		right: 0px;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		transition: all 0.2s linear;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
		padding: 10px;
		pointer-events: none;
	}
	.scroll-tex img {
		width: 50px;
		opacity: 0.5;
	}
	.scroll.active .scroll-tex {
		opacity: 0;
	}
	.scroll.left .scroll-tex {
		opacity: 0;
	}
}
.index-sodan-tab-flow {
}
.index-sodan-tab-flow h4 {
}
.index-sodan-tab-flow ul {
}
.index-sodan-tab-flow ul li {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.index-sodan-tab-flow ul {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		align-items: stretch;
		justify-content: center;
	}
	.index-sodan-tab-flow ul li {
		box-sizing: border-box;
		flex: 0 0 calc(33.33% - 20px);
	}
}
@media screen and (max-width: 767px) {

}
.index-sodan-tab-flow ul li dl {
}
.index-sodan-tab-flow ul li dl dt {
	position: relative;
	margin-bottom: 10px;
}
.index-sodan-tab-flow ul li dl dt span {
	display: inline-block;
	position: absolute;
	left: 0px;
	color: var(--white);
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1em;
	vertical-align: middle;
	width: 60px;
	height: 60px;
-webkit-mask-image: url("./img/parts/home.svg");
-webkit-mask-size: cover;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-image: url("./img/parts/home.svg");
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
@media screen and (min-width: 768px) {
	.index-sodan-tab-flow ul li dl dt span {
		top: -30px;
	}
}
@media screen and (max-width: 767px) {
	.index-sodan-tab-flow ul li dl dt span {
		top: -10px;
	}
}
#sodan-tab1 .index-sodan-tab-flow ul li dl dt span {
	background-color: var(--sodan1);
}
#sodan-tab2 .index-sodan-tab-flow ul li dl dt span {
	background-color: var(--sodan2);
}

.index-sodan-tab-flow ul li dl dt span em {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 70%;
	transform: translate(-50%,-70%);
	text-align: center;
}
.index-sodan-tab-flow ul li dl dt span em small {
	display: block;
	font-size: 16px;
	line-height: 1em;
}
.index-sodan-tab-flow ul li dl dt span em b {
	display: block;
	font-size: 22px;
	line-height: 1em;
	display: block;
}
.index-sodan-tab-flow ul li dl dt img {
	margin: 0px auto;
}
.index-sodan-tab-flow ul li dl dd {
}
.index-sodan-tab-flow ul li dl dd h5 {
	font-size: 18px;
	font-size: clamp(16px,1.8vw, 18px);
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
}
.index-sodan-tab-flow ul li dl dd p {
	text-align: left;
}


/* ------------------------------------------------ */
#index-access {
}
#index-access .outer {
}
.index-access {
}

#index-access .title h2 {
	display: inline-block;
	position: relative;
}
#index-access .title h2::before,
#index-access .title h2::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#index-access .title h2::before {
	left: -60px;
	width: 50px;
	height: 100px;
	background-image: url("./img/illust/3.webp");
}
#index-access .title h2::after {
	right: -60px;
	width: 50px;
	height: 50px;
	background-image: url("./img/illust/4.webp");
}
@media screen and (min-width: 768px) {
	#index-access .title h2::before {
		left: -130px;
		width: 98px;
		height: 143px;
	}
	#index-access .title h2::after {
		right: -150px;
		width: 120px;
		height: 119px;
	}
}

@media screen and (min-width: 768px) {
	#index-access .outer::before,
	#index-access .outer::after,
	#index-access .inner::before {
		content: "";
		position: absolute;
		z-index: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	#index-access .outer::before {
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 71px;
		height: 163px;
		background-image: url("./img/illust/5.webp");
	}
	#index-access .outer::after {
		right: 0px;
		top: 30%;
		transform: translateY(-30%);
		width: 116px;
		height: 97px;
		background-image: url("./img/illust/6.webp");
	}
	#index-access .inner::before {
		right: 0px;
		bottom: 0px;
		width: 135px;
		height: 177px;
		background-image: url("./img/illust/7.webp");
	}
}

.access-box {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.index-access {
		padding: 50px 0px;
	}
	.access-box {
		padding: 50px;
	}
}
@media screen and (max-width: 767px) {

}

.index-access-list {
	position: relative;
	z-index: 1;
}
.index-access-list ul {
}
.index-access-list ul li {
}
@media screen and (min-width: 768px) {
	.index-access-list ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: stretch;
		justify-content: center;
	}
	.index-access-list ul li {
		box-sizing: border-box;
		flex: 0 0 calc(33.33% - 10px);
	}
}
@media screen and (max-width: 767px) {
.index-access-list ul li {
	margin-bottom: 20px;
}
}
.index-access-list ul li a {
	display: block;
	position: relative;
	height: 100%;
	color: var(--black);
	text-align: center;
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	padding: 10px 10px 0px 10px;
	transition: all 0.2s linear;
}
.index-access-list ul li a:hover {
	transform: translateY(-10px);
	color: var(--white);
	background-color: var(--color2);
	border: 3px solid var(--white);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	transition: all 0.2s linear;
}

.index-access-list ul li a h3 {
	margin-bottom: 10px;
}
.index-access-list ul li a h3 em {
	display: inline-block;
	font-size: 24px;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1em;
	vertical-align: bottom;
	margin-right: 10px;
}
.index-access-list ul li a h3 b {
	display: inline-block;
	font-size: 36px;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1em;
	vertical-align: bottom;
}
.index-access-list ul li a div {
	margin-bottom: 10px;
}
.index-access-list ul li a div img {
	margin: 0px auto;
}
.index-access-list ul li a address {
	display: block;
	margin-bottom: 5px;
}
.index-access-list ul li a p {
	margin-bottom: 0px;
}
.index-access-list ul li a p span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 5px 10px 0px 30px;
}
.index-access-list ul li a p span.tel {
}
.index-access-list ul li a p span.fax {
}
.index-access-list ul li a p span::before {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: var(--black);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
.index-access-list ul li a p span.tel::before {
-webkit-mask-image: url("./img/parts/tel.svg");
	mask-image: url("./img/parts/tel.svg");
}
.index-access-list ul li a p span.fax::before {
-webkit-mask-image: url("./img/parts/fax.svg");
	mask-image: url("./img/parts/fax.svg");
}









.access-box-top {
	margin-bottom: 20px;
}
.access-box-main {
}
.access-box-photo {
}
@media screen and (min-width: 768px) {
	.access-box-top {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.access-box-main,
	.access-box-photo {
		display: table-cell;
		vertical-align: middle;
	}
	.access-box-main {
	padding: 0px 20px;
	}
	.access-box-photo {
		width: 300px;
	}
}
@media screen and (max-width: 767px) {

}
.access-box-main dl {
}
.access-box-main dl dt {
	border-bottom: 2px solid var(--black);
	padding: 20px 10px;
}
.access-box-main dl dt h3 {
}
.access-box-main dl dt h3 em {
	display: inline-block;
	font-size: 24px;
	font-size: clamp(18px, 2.4vw, 24px);
	line-height: 1em;
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
	.access-box-main dl dt h3 em {
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.access-box-main dl dt h3 em {
		margin-bottom: 10px;
	}
}
.access-box-main dl dt h3 b {
	display: inline-block;
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	line-height: 1em;
	vertical-align: bottom;
}
.access-box-main dl dd {
	padding: 20px 10px;
}
.access-box-main dl dd address {
	display: block;
	font-size: 24px;
	font-size: clamp(18px, 2vw, 20px);
	margin-bottom: 10px;
}
.access-box-main dl dd ul {
}
.access-box-main dl dd ul li {
	font-weight: 700;
}
.access-box-main dl dd ul li span {
	display: inline-block;
	color: var(--white);
	font-size: 24px;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1em;
	vertical-align: middle;
	border-radius: 5px;
	padding: 5px 10px;
}
.access-box-main dl dd ul li:nth-child(1) span {background-color: var(--color1);}
.access-box-main dl dd ul li:nth-child(2) span {background-color: var(--gray1);}
.access-box-main dl dd ul li a {
	display: inline-block;
	font-size: 24px;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1em;
	vertical-align: middle;
	padding: 5px 10px;
}
.access-box-photo img {
	border: 3px solid var(--black);
	border-radius: 10px;
}
.access-box-map {
}
/* ------------------------------------------------ */
#index-recruit {
}
#index-recruit .outer {
}
.index-recruit {
}
.index-recruit {
}
#index-recruit .title::before {
	background-color: var(--white);
}
#index-recruit .title h2 span {
	color: var(--color3);
	margin-bottom: 20px;
}

#index-recruit .title h2 b {
	color: var(--white);
}
.index-recruit-top {
	color: var(--white);
	text-align: center;
	padding-top: 50px;
}
.index-recruit-top p {
	font-size: 20px;
	font-size: clamp(18px, 2.6vw, 26px);
	line-height: 2em;
}
.index-recruit-mess {
}
.index-recruit-mess-top {
}
.index-recruit-mess-top img {
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.index-recruit-mess-top {
		padding: 30px 0px 10px 0px;
	}
}
.index-recruit-mess-bloc {
}
@media screen and (min-width: 768px) {
	.index-recruit-mess-bloc {
		padding: 50px 50px 0px 50px;
	}
}
.index-recruit-mess-bloc dl {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
}
.index-recruit-mess-bloc dl dt {
	position: relative;
}
.index-recruit-mess-bloc dl dt img {
	margin: 0px auto;
}
@media screen and (min-width: 768px) {
	.index-recruit-mess-bloc dl dt img {
		position: absolute;
		z-index: 0;
		left: 50%;
		top: -55px;
		transform: translateX(-50%);
	}
}
.index-recruit-mess-bloc dl dd {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.index-recruit-mess-bloc dl dd {
		padding: 50px;
	}
}
@media screen and (max-width: 767px) {
	.index-recruit-mess-bloc dl dt {
		padding: 0px 10px;
	}
	.index-recruit-mess-bloc dl dd {
		padding: 10px;
	}
}
.index-recruit-mess-box {
}
.index-recruit-mess-tex {
}
.index-recruit-mess-img {
}
.index-recruit-mess-img img {
	margin: 0px auto;
}
@media screen and (min-width: 768px) {
	.index-recruit-mess-box {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
		margin-bottom: 40px;
	}
	.index-recruit-mess-box:nth-child(even) {
		flex-direction: row-reverse;
	}
	.index-recruit-mess-tex {
		flex: 1 0;
	}
	.index-recruit-mess-img {
		flex: 0 0 300px;
	}
	.index-recruit-mess-tex {
		padding: 0px 30px;
	}
}
@media screen and (max-width: 767px) {
.index-recruit-mess-tex {
		padding: 30px 0px;
}
	.index-recruit-mess-img img {
		width: 200px;
	}
}
.index-recruit-mess-btm {
	text-align: center;
}
.index-recruit-mess-btm p {
}
.index-recruit-mess-btm b {
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 700;
	line-height: 2em;
}
@media screen and (min-width: 768px) {
z
}
@media screen and (max-width: 767px) {
	.index-recruit-mess-btm {
		line-height: 1.4em;
		padding: 20px 0px;
	}
}
#index-recruit .ban.recruit-ban {
	padding: 100px 10px 0px 10px;
}
/* ------------------------------------------------ */
#index-company {
}
#index-company .outer {
}
#index-company .title h2 img {
	margin: 0px auto;
}
#index-company .title h2 span {
	color: var(--color1);
	margin-bottom: 20px;
}
#index-company .title::before {
	background-color: var(--black);
}
.index-company {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	padding: 10px 10px;
}
.index-company img {
	margin: 0px auto 20px auto;
}
.index-company .table-border dl:first-child {
	border-top: none;
}
.index-company .table-border dl:last-child {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.index-company {
		padding: 50px;
	}
}
@media screen and (max-width: 767px) {

}
/* ------------------------------------------------ */
#index-sponsor {
}
#index-sponsor .title {
}
#index-sponsor .title h2 span {
	color: var(--color1);
	margin-bottom: 20px;
}
#index-sponsor .ban {
	padding: 10px 10px;
}






/* ------------------------------------------------ */
:root {
	--satei1: #484588;
	--satei2: #017c46;
	--satei3: #994334;
	--satei4: #998805;
}
#page-satei {
}
#page-satei .outer {
}
.satei {
}
.satei ul {
}
.satei ul li {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.satei ul {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		align-items: stretch;
		justify-content: center;
	}
	.satei ul li {
		flex: 1 0 calc(50% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.satei ul li {
		margin-bottom: 10px;
	}
}
.satei ul li a {
	display: block;
	color: var(--black);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	background-color: var(--white);
	border: 4px solid;
	border-radius: 10px;
	padding: 50px 10px;
}
.satei ul li:nth-child(1) a {color: var(--satei1);}
.satei ul li:nth-child(2) a {color: var(--satei2);}
.satei ul li:nth-child(3) a {color: var(--satei3);}
.satei ul li:nth-child(4) a {color: var(--satei4);}

.satei ul li a span {
	display: inline-block;
	position: relative;
	padding: 0px 0px 0px 60px;
}
.satei ul li a span::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--black);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
-webkit-mask-source-type: alpha;
mask-mode: alpha;
}
.satei ul li:nth-child(1) a span::before {background-color: var(--satei1);}
.satei ul li:nth-child(2) a span::before {background-color: var(--satei2);}
.satei ul li:nth-child(3) a span::before {background-color: var(--satei3);}
.satei ul li:nth-child(4) a span::before {background-color: var(--satei4);}
.satei ul li:nth-child(1) a span::before {mask-image: url("./img/parts/satei1.svg");}
.satei ul li:nth-child(2) a span::before {mask-image: url("./img/parts/satei2.svg");}
.satei ul li:nth-child(3) a span::before {mask-image: url("./img/parts/satei3.svg");}
.satei ul li:nth-child(4) a span::before {mask-image: url("./img/parts/satei4.svg");}
.satei ul li a span b {
	font-size: 1.4em;
}
.satei {
}
/* ------------------------------------------------ */
#index-about {
}
.recruit-det-top {
	text-align: center;
	margin-bottom: 100px;
}
.recruit-det-top img {
	width: 700px;
	margin: 0px auto 40px auto;
}
.recruit-det-top dl {
	margin-bottom: 50px;
}
.recruit-det-top dl dt {
	font-size: 20px;
	-webkit-text-stroke: 2px var(--white);
	text-stroke: 2px black;
	paint-order: stroke;
	margin-bottom: 20px;
}
.recruit-det-top dl dd {
	color: var(--white);
	font-size: 1.2em;
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 2em;
}
.recruit-det-top-link {
}
.recruit-det-top-link ul {
}
.recruit-det-top-link ul li {
	padding: 7px 10px;
}
@media screen and (min-width: 768px) {
	.recruit-det-top-link ul li {
		display: inline-block;
		vertical-align: middle;
		padding: 5px 10px;
	}
}
@media screen and (max-width: 767px) {

}
.recruit-det-top-link ul li a {
	display: block;
	color: var(--white);
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 700;
	background-color: var(--white);
	background-color: var(--color2);
	border: 2px solid var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}
.recruit-det-top-link ul li a:hover {
	background-color: var(--color1);
}
.recruit-det-top-link ul li a span {
	display: block;
	position: relative;
	padding: 7px 25px 7px 15px;
}
@media screen and (max-width: 767px) {
	.recruit-det-top-link ul li a span {
		display: block;
		position: relative;
		padding: 12px 25px 12px 15px;
	}
}
.recruit-det-top-link ul li a span::after {

	content: "";
	position: absolute;
	z-index: 0;
	right: 0px;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 8px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: var(--color3);
}

.recruit-detail {
	margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.recruit-detail {
		padding: 0px 50px;
	}
}
.recruit-detail-top {
}
.recruit-detail-inner {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.recruit-detail-top {
	}
	.recruit-detail-inner,
	.recruit-form-inner {
		padding: 30px 50px;
	}
}
.recruit-detail .title h2,
.recruit-form .title h2 {
	font-size: 30px;
	font-size: clamp(22px, 2.6vw, 26px);
}
.recruit-detail .title,
.recruit-form .title {
	border-bottom: 4px dotted var(--gray5);
	padding-bottom: 10px;
}
.recruit-detail .title h2,
.recruit-form .title h2 {
	display: inline-block;
	position: relative;
}
.recruit-detail .title h2::before,
.recruit-detail .title h2::after,
.recruit-form .title h2::before,
.recruit-form .title h2::after {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: contain;
}
.recruit-detail .title h2::before {
	left: -70px;
	width: 50px;
	background-image: url("./img/illust/3.webp");
}
.recruit-detail .title h2::after {
	right: -90px;
	width: 70px;
	height: 80px;
	background-image: url("./img/illust/4.webp");
}
.recruit-form .title h2::before {
	left: -70px;
	width: 50px;
	background-image: url("./img/illust/7.webp");
}
.recruit-form .title h2::after {
	right: -70px;
	width: 50px;
	background-image: url("./img/illust/5.webp");
}
@media screen and (min-width: 768px) {
	.recruit-detail .title h2::before,
	.recruit-detail .title h2::after,
	.recruit-form .title h2::before,
	.recruit-form .title h2::after {
		height: 100px;
	}
	.recruit-detail .title h2::before {
		left: -100px;
		width: 90px;
	}
	.recruit-detail .title h2::after {
		right: -140px;
		width: 120px;
		height: 80px;
	}
	.recruit-form .title h2::before {
		left: -100px;
		width: 70px;
	}
	.recruit-form .title h2::after {
		right: -100px;
		width: 70px;
	}
}


.recruit-detail-inner dl {
	margin-bottom: 30px;
}
.recruit-detail-inner dl dt {
	color: var(--color1);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	border-bottom: 1px solid var(--black);
	margin-bottom: 10px;
}
.recruit-detail-inner dl dd {
	padding: 10px 10px;
}
.recruit-detail-inner dl dd p {
	margin-bottom: 20px;
}
.recruit-detail-inner dl dd p:last-child {
	margin-bottom: 0px;
}
.recruit-detail-inner dl dd p b {
	font-size: 1.2em;
}
.recruit-detail-ex {
}
.recruit-detail-ex em {
	font-size: 1.2em;
}
.recruit-detail-ex ul {
}
.recruit-detail-ex ul li {
	position: relative;
	padding: 5px 5px 5px 30px;
}
.recruit-detail-ex ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: var(--service1);
	background-image: url("./img/parts/check.svg");
	background-size: 100%;
/*
	mask-image: url("./img/parts/check.svg");
	mask-size: 100%;
	mask-repeat: no-repeat;
	mask-position: center;
*/
}
.recruit-form {
}
@media screen and (min-width: 768px) {
	.recruit-form {
		padding: 0px 50px 50px 50px;
	}
}
.recruit-form-inner {
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 10px;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.recruit-form-inner {
		padding: 50px 50px 30px 50px;
	}
}
.recruit-form .forminner {
	background-color: var(--white);
	border: none;
	padding: 10px 0px;
}

/* ------------------------------------------------ */
#index-about {
}
#index-about .outer {
}
/* ------------------------------------------------ */