@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
#mv{
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: var(--white);

}
#mv:after {
/*
	content: "";
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
border: 1px solid #c00;

	box-sizing: border-box;
*/

}
.video-title {
	position: absolute;
	z-index: 4;
	left: 40px;
	top: 40px;
	box-sizing: border-box;
	color: var(--white);
	color: var(--black);
	color: rgba(255,255,255,0.3);
	font-family: var(--font2);
}
.video-title span {
	display: block;
	font-size: 20px;
	font-size: clamp(100px, 10vw, 14rem);
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
}
@media screen and (max-width:479px) {
	.video-title {
		left: 10px;
		top: 10px;
		color: rgba(255,255,255,0.2);
	}
	.video-title span {
		display: block;
		font-size: 20px;
		font-size: clamp(58px, 10vw, 14rem);
		font-weight: 400;
		line-height: 1em;
	  font-optical-sizing: auto;
	}
}
.video-tex {
	position: absolute;
	z-index: 4;
	right: 0px;
	bottom: 150px;
/*
	top: 60%;
	transform: translateY(-60%);
*/
	box-sizing: border-box;
	width: 50%;
	color: var(--white);
	color: var(--black);
	text-align: right;
}
.video-tex-inner {
	display: inline-block;
	text-align: left;
	padding: 0px 40px 0px 10px ;
}
@media screen and (max-width:1100px) {
	.video-tex {
		bottom: 60px;
		width: 70%;
	}
}
@media screen and (max-width:767px) {
	.video-tex {
		bottom: 20px;
		width: 70%;
	}
	.video-tex-inner {
		display: inline-block;
		text-align: left;
		padding: 0px 5px;
	}
}
.video-tex p {
	color: var(--white);
	font-size: 20px;
	font-size: clamp(14px,1.8vw, 1.8rem);
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.video-tex p:last-child {
	margin-bottom: 0px;
}
@media screen and (min-width: 1001px) {
	.video-tex p {
		font-size: clamp(20px,1.8vw, 2.4rem);
		line-height: 1.8em;
	}
}
@media screen and (max-width:1000px) {
	.video-tex p {
		font-size: clamp(20px,1.8vw, 2.4rem);
		line-height: 1.6em;
	}
}
@media screen and (max-width:479px) {
	.video-tex p {
		font-size: clamp(13px,1.8vw, 1.8rem);
		line-height: 1.6em;
	}
}
.video-bg {
	position: relative;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
}
.video-bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(93vh);
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.3);
	box-sizing: border-box;
	line-height: 1em;
}
.video-wave {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -2px;
	pointer-events: none;
	line-height: 1em;
	width: 100%;
	box-sizing: border-box;
}
.video-wave svg {
	width: 100%;
}
.video-wave1 {
	z-index: 3;
}
.video-wave2 {
	z-index: 2;
}
.video-wave1 svg path {
	fill: rgba(255,255,255,1);
}
.video-wave2 svg path {
	fill: rgba(243,179,207,0.5);
}
#video {
	position: relative;
	z-index: 0;
	margin: 0;
	line-height: 1em;
	width: 100%;
}
#bg-video {
	width: 100%;
}
/* ------------------------------------------------ */
#title {
	position: relative;
	z-index: 0;
	text-align: center;
	background-image: url("./img/title1.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-size: cover;
	padding: 60px 10px;
}
@media screen and (max-width: 767px) {
	#title {
		background-size: cover;
	}
}
#title.title-company {background-image: url("./img/title1.webp");}
#title.title-recruit {background-image: url("./img/title2.webp");}
#title.title-grouphome {background-image: url("./img/title3.webp");}
#title.title-contact {background-image: url("./img/title4.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.3);
	font-size: 36px;
	font-size: clamp(36px, 5vw, 50px);
	font-family: var(--font2);
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	font-size: 20px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	display: none;
}
@media screen and (max-width: 767px) {
	#title{
		padding: 40px 10px;
	}
}
html#html_single #title {
	padding: 80px 10px;
}
html#html_single #title div {
	display: none;
}
/* title------------------------------------------------ */
.title {
	font-family: var(--font2);
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
.title h2 {
	display: block;
	font-size: 24px;
	font-size: clamp(24px, 2.4vw, 24px);
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 40px;
}
.title h2 span {
	display: block;
	font-size: 24px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title h2 b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
}
.title.h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.title.h3 h3 {
	color: var(--color1);
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 600;
	line-height: 1em;
	border-bottom: 2px solid var(--color1);
	margin-bottom: 40px;
	padding-bottom: 10px;
}
/* ------------------------------------------------ */
#page {
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
@media screen and (max-width: 767px) {
	div.page {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
#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;
}
/* ------------------------------------------------ */
.widget_search {
	position: relative;
	max-width: 250px;
}
.headerwidget .widget_search {
	margin: 0px 0px 0px auto;
}
.widget_search label span.screen-reader-text {display: none;}
.widget_search button span.screen-reader-text {display: none;}
.widget_search label input[type="search"]{
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 5px;
}
.widget_search button[type="submit"]{
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
	height: 25px;
	background-color: transparent;
	background-image: url("./img/parts/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	border: 0px;
	padding: 0;
	cursor: pointer;
}
/* ------------------------------------------------ */
#pagecon {
	position: relative;
	z-index: 10;
	color: var(--black);
	background-color: var(--white);
	background: rgb(114,186,224);
	background: -moz-linear-gradient(top, rgba(114,186,224,1) 0%, rgba(188,224,238,1) 62%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(114,186,224,1) 0%,rgba(188,224,238,1) 62%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(114,186,224,1) 0%,rgba(188,224,238,1) 62%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72bae0', endColorstr='#ffffff',GradientType=0 );
	text-align: center;
	-moz-box-shadow: 0px -2px 15px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -2px 15px 1px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 15px 1px rgba(0,0,0,0.3);
}
.pagecon {
	background-image: url("./img/parts/pagecon.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 100px 10px;
}
@media screen and (max-width: 767px) {
	.pagecon {
		background-position: right 20px;
		background-size: 150px;
	}
}
.pagecon a {
	text-decoration: none;
}
.pagecon h2 {
}
.pagecon h2 span {
	display: block;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.pagecon h2 strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.pagecon p {
	font-size: 18px;
	padding: 40px 10px;
}
.pagecon-tel {
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.pagecon-tel a {
	display: inline-block;
	color: var(--black);
}
.pagecon-tel a div {
	display: inline-block;
	position: relative;
	width: 30px;
	vertical-align: top;
	margin-right: 20px;
}
.pagecon-tel a div::after {
	position: absolute;
	left: 10px;
	bottom: -25px;
	color: var(--tel1);
	font-size: 12px;
	font-weight: 700;
}
.pagecon-tel.tel a div::after {
	content: "TEL";
}
.pagecon-tel.fax a div::after {
	content: "FAX";
}
.pagecon-tel a svg {
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon-tel a svg path {
	fill: var(--tel1);
}
.pagecon-tel a span {
	display: inline-block;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.pagecon-tel.tel {
		margin-bottom: 15px;
	}
	.pagecon-tel a svg {
		width: 24px;
	}
	.pagecon-tel a span {
		font-size: 32px;
	}
}
.pagecon-contact {
	display: block;
	vertical-align: top;
	padding: 40px 10px 0px 10px;
}
.pagecon-contact a {
	display: inline-block;
	color: var(--white);
	background-color: var(--tel1);
	border: 2px solid var(--white);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	padding: 15px 30px;
}
.pagecon-contact a svg {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon-contact a svg path {
	fill: var(--white);
}
.pagecon-contact a span {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
}
.pagecon-contact a:hover {
	background-color: var(--tel2);
}
@media screen and (max-width: 767px) {
	.pagecon-contact a svg {
		display: block;
		width: 20px;
		margin: 0px auto 10px auto;
	}
	.pagecon-contact a span {
		display: block;
		font-size: 22px;
	}
}
/* ------------------------------------------------ */
.article-outer {
}
.article-inner {
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	background-color: var(--white);
	margin: 0px auto;
	padding: 0px;
}
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 50px 0px;
}
.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: 30px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
/* --------- */

/* --------- */
.bloc#bloc-indexnews-news {
}
.bloc#bloc-indexnews .outer {
	padding: 30px 0px 50px 0px;
}
.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;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a span {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	padding: 3px 5px;
}
.index-news ul li a em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	vertical-align: middle;
	background-color: var(--color1);
	padding: 3px 5px;
}
.index-news ul li a strong {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding: 3px 5px;
}
@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 {
		line-height: 1.2em;
	}
	.index-news ul li a span {
	}
	.index-news ul li a 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(--color3);
	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;
}
/* ------------------------------------------------ */
.bloc.wave {
	position: relative;
}
.bloc.wave::before,
.bloc.wave::after {
	content: "";
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	height: 50px;

	background-repeat: no-repeat;
	background-size: cover;
opacity: 1;
}
.bloc.wave.wave-top::before {
	top: -50px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 900 120" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0,115.988L0,16.882L37.5,12.209C75,7.633 150,-1.716 225,0.274C300,2.263 375,15.589 450,12.209C525,8.926 603,12.748 678,5.488C753,-1.873 900,21.249 900,21.249L900,111.026L862.5,109.414C825,107.677 750,104.451 675,103.583C600,102.715 525,104.451 450,110.158C375,115.988 299,109.69 224,111.302C149,113.039 75,122.564 37.5,119.338L0,115.988Z"/></svg>');
	background-position: center top;
}
.bloc.wave.wave-btm::after {
	bottom: -50px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 900 120" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0,115.988L0,16.882L37.5,12.209C75,7.633 150,-1.716 225,0.274C300,2.263 375,15.589 450,12.209C525,8.926 603,12.748 678,5.488C753,-1.873 900,21.249 900,21.249L900,111.026L862.5,109.414C825,107.677 750,104.451 675,103.583C600,102.715 525,104.451 450,110.158C375,115.988 299,109.69 224,111.302C149,113.039 75,122.564 37.5,119.338L0,115.988Z"/></svg>');
	background-position: center bottom;
}
@media screen and (max-width:479px) {
	.bloc.wave.wave-top::before {
		top: -30px;
	}
	.bloc.wave.wave-btm::after {
		bottom: -30px;
	}
}
/* ------------------------------------------------ */
#bloc-index-withhome {
}
.bloc#bloc-index-withhome .outer {
	padding: 30px 0px 20px 0px;
}
.index-withhome {
	text-align: center;
}
.index-withhome-title {
	position: relative;
	font-family: var(--font2);
	text-align: center;
	margin-bottom: 40px;
	padding: 10px 10px;
}
.index-withhome-title span {
	display: block;
	color: var(--color3);
	font-size: 50px;
	font-size: clamp(30px, 8vw, 80px);
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	opacity: .2;
}
.index-withhome-title b {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	color: var(--color3);
	font-size: 50px;
	font-size: clamp(18px, 3vw, 30px);
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
/* ------------------------------------------------ */
#bloc-index-about {
	color: var(--white);
	background-color: var(--bg1);
	background-image: url("./img/bg1.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;
}
#bloc-index-about::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.bloc#bloc-index-about .outer {
	padding: 50px 0px;
}
@media screen and (min-width: 768px) {
	.bloc#bloc-index-about .outer {
		padding: 120px 0px;
	}
}
@media screen and (max-width: 767px) {

}
.index-about {
}
.index-about::after {
	content: "";
	display: block;
	clear: both;
}
.index-about img {
	border-radius: 10px;
}
.index-about p {
}
@media screen and (min-width: 768px) {
	.index-about img {
		float: right;
		width: 400px;
	}
	.index-about p {
		font-size: 1em;
	}
}
@media screen and (max-width: 767px) {
	.index-about img {
		margin: 0px auto 10px auto;
	}
}
/* ------------------------------------------------ */
#recruit-info {
}
.recruit-info {
	text-align: center;
}
.recruit-info h3 {
	display: none;
}
.recruit-info h4 {
	margin-bottom: 20px;
}
.recruit-info h4 b {
	display: inline-block;
	position: relative;
	color: var(--color5);
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 700;
	line-height: 1em;
}
.recruit-info h4 b::before,
.recruit-info h4 b::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: var(--color5);
}
.recruit-info h4 b::before {
	left: -20px;
	transform: rotate(-25deg);
}
.recruit-info h4 b::after {
	right: -20px;
	transform: rotate(25deg);

}
.recruit-info p {
}
.recruit-info p strong {
	display: inline-block;
	color: var(--white);
	background-color: var(--color1);
	padding: 5px 10px;
}
.recruit-info h4 {
}
/* ------------------------------------------------ */
#index-withhome {
}
.index-withhome {
}
/* ------------------------------------------------ */
#index-withhome {
}
.index-withhome {
}
/* ------------------------------------------------ */