@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
#title {
	position: relative;
	font-family: var(--font2);
	text-align: center;
	background-image: url("./img/title3.webp");
	background-size: contain;
	background-attachment: fixed;
	padding: 180px 10px 20px 10px;
}
@media screen and (max-width: 767px) {
	#title {
		background-size: cover;
	}
}
#title::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
#title.title-about {background-image: url("./img/title1.webp");}
#title.title-service {background-image: url("./img/title2.webp");}
#title.title-contact {background-image: url("./img/title3.webp");}

#title div {
	position: relative;
	z-index: 1;
}
#title span {
	display: block;
	color: rgba(255,255,255,0.5);
	font-weight: 400;
	font-size: 60px;
	font-size: clamp(30px, 6vw, 60px);
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	font-size: clamp(14px, 2vw, 20px);
	font-weight: 400;
}
#title {
	padding: 180px 10px 100px 10px;
}
#title span,
#title strong {
	display: none;
}
@media screen and (max-width: 767px) {
	#title{
		padding: 40px 10px;
	}
}
/* title------------------------------------------------ */
.title {
	font-family: var(--font2);
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 0px 10px;
	}
}
.title h2 {
	font-size: 20px;
}
.title h2 span {
	display: block;
	color: var(--color1);
	font-size: 40px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title h2 b {
	display: block;
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: 400;
	line-height: 1em;
}
.title.h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.title.h3 h3 {
	color: #6d3511;
	font-size: 20px;
	font-weight: 400;
}
/* ------------------------------------------------ */
#page {
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
@media screen and (max-width: 767px) {
	div.page {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
#page-archive {
	padding: 50px 0px;
}
/* ------------------------------------------------ */
.content-single {
	padding: 0px 0px 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;
}
@media screen and (min-width: 768px) {
/*
	.bloc {
		min-height:96vh;
	}
*/
}
.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;
}
.bloc.stuck::before {
	background-color: rgba(255,255,255,0);
}
.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: 20px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
/* --------- */
.bloc#index-video,
.bloc#index-video.stuck {
	z-index: 1;
}
.bloc#index-video::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.bloc#index-video::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	height: calc(93vh);
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(255,255,255,0.1);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2)), linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2));
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	  font-weight: bold;
}
#youtube-area{
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("./img/movie.jpg") no-repeat;
    background-size: cover;
}

#video{
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("./img/movie.jpg") no-repeat;
    background-size: cover;
}

#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
}
@media screen and (max-width: 767px) {
	#video{
	position: relative;
	width: auto;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	}
}


#youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
}
@media screen and (max-width: 767px) {
#youtube-area{
position: relative;
width: auto;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}
}
/*

.movie {z-index: 9998!important;width: 560px;margin: 0 auto;padding:0;}
.movie iframe{z-index: 9998!important;}
@media screen and (max-width: 767px){
.movie {
position: relative;
width: auto;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.movie iframe {
position: absolute;
top: 0;left: 0;
width: 100%;height: 100%;
}
}

*/

#test {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
	background-color: #c00;
	background-image: url("./mountain-2574006_1920.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.video-tex {
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 45%;
}
.video-tex strong {
	color: #fff;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
/* --------- */
.bloc#index-news {
background-color: #ccc;
background: linear-gradient(to right,  rgba(252,247,242,1) 0%,rgba(247,230,222,1) 47%,rgba(252,247,242,1) 100%);

}
.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;
	line-height: 1.2em;
}
.index-news ul li a span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a 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 strong {
	display: block;
	display: inline-block;
	font-size: 16px;
	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;
		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: 40px;
}
.pp dl {
	margin-bottom: 30px;
}
.pp dl dt {
	color: var(--color1);
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px dashed #999;
	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-concept {
}
.bloc#index-concept .outer {
/*
	padding: 50px 0px 0px 0px;
*/
}
.bloc#index-concept .inner {
	padding: 0px;
}
.index-concept {
}
.index-concept ul {
}
.index-concept ul li {
}
@media screen and (min-width: 768px) {
/*
	.index-concept ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
	}
	.index-concept ul li {
		flex: 1;
		box-sizing: border-box;
	}
*/
}
@media screen and (max-width: 767px) {

}
.index-concept ul li {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: contain;
	background-size: cover;
}
.index-concept ul li:nth-child(1) {
	background-image: url("./img/concept1.webp");
}
.index-concept ul li:nth-child(2) {
	background-image: url("./img/concept2.webp");
}
.index-concept ul li:nth-child(3) {
	background-image: url("./img/concept3.webp");
}

.index-concept ul li::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/*
	background-color: rgba(110,60,55,0.4);
	background-image: linear-gradient(45deg, rgba(110,60,55,0.2) 25%, transparent 25%, transparent 75%, rgba(110,60,55,0.2) 75%, rgba(110,60,55,0.2)), linear-gradient(45deg, rgba(110,60,55,0.2) 25%, transparent 25%, transparent 75%, rgba(110,60,55,0.2) 75%, rgba(110,60,55,0.2));
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
*/
}
/*
.index-concept ul li:nth-child(1)::before {
	background-color: rgba(80,70,55,0.5);
}
.index-concept ul li:nth-child(2)::before {
	background-color: rgba(50,35,30,0.5);
	background-color: rgba(0,0,0,0.5);
}
.index-concept ul li:nth-child(3)::before {
	background-color: rgba(80,70,55,0.5);
	background-color: rgba(0,0,0,0.5);
}
*/
.index-concept ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(35,25,20,0.5);
	background-color: rgba(50,35,30,0.5);
	background-color: rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.5);
}

/*
.index-concept ul li:nth-child(1)::after {
	background-color: rgba(80,70,55,0.5);
}
.index-concept ul li:nth-child(2)::after {
	background-color: rgba(0,0,0,0.5);
	background-color: rgba(50,35,30,0.5);
}
.index-concept ul li:nth-child(3)::after {
	background-color: rgba(80,70,55,0.5);
	background-color: rgba(0,0,0,0.5);
}
*/
@media screen and (min-width: 768px) {
	.index-concept ul li {
	}

	.index-concept ul li dl {
/*
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: center;
		align-items: flex-end;
		justify-content: center;
*/
		width: 800px;
		margin: 0px auto;
	}
/*
	.index-concept ul li:nth-child(2) dl  {
		flex-direction: row-reverse;
	}
*/
/*
	.index-concept ul li dl dt  {
		position: absolute;
		z-index: 3;
		left: 0px;
		top: 20px;
		width: 100%;
		text-align: center;
	}
*/
/*
	.index-concept ul li:nth-child(1) dl dt,
	.index-concept ul li:nth-child(3) dl dt {
		right: 0px;
	}
	.index-concept ul li:nth-child(2) dl dt {
		left: 0px;
	}
*/
	.index-concept ul li dl dd {
/*
		flex: 1;
		box-sizing: border-box;
		width: 400px;
		text-align: center;
		padding: 120px 10px 40px 10px;
*/
	}
/*
	.index-concept ul li:nth-child(2) dl dd {
		margin: 0px 0px 0px auto;
	}
*/
}
@media screen and (max-width: 767px) {

}
.index-concept ul li dl {
	position: relative;
	z-index: 1;
	font-family: var(--font2);
}
.index-concept ul li dl dt {
/*
	color: var(--white);
	color: var(--black);
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 20px;
	width: 100%;
*/
	text-align: center;

}
.index-concept ul li dl dd {
	text-align: center;
	padding: 20px 10px 20px 10px;
}
@media screen and (min-width: 768px) {
	.index-concept ul li dl dd {
		padding: 20px 10px 40px 10px;
	}
}
/*
.index-concept ul li dl dd {
	text-align: center;
	padding: 80px 10px 40px 10px;
}
@media screen and (min-width: 768px) {
	.index-concept ul li dl dd {
		padding: 120px 10px 40px 10px;
	}
}
*/
.index-concept ul li dl dt b {
	display: block;
	color: var(--white);
	font-size: 100px;
	font-size: clamp(42px, 10vw, 100px);
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	opacity: .1;
}
.index-concept ul li dl dt b span.line::after {
	background-color: var(--white);
}
.index-concept ul li dl dd p {
	color: var(--white);
	font-size: 26px;
	font-size: clamp(22px, 2.6vw, 26px);
	line-height: 1.8em;
}
/* ------------------------------------------------ */
#about-top {
	position: relative;
	background-image: url("./img/about-top.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: contain;
	background-size: cover;
}
#about-top::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.5);
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,1) 100%);
}
.about-top {
	position: relative;
	z-index: 1;
	font-family: var(--font2);
	text-align: center;
	padding: 100px 10px;
}
.about-top strong {
	display: block;
	font-size: 40px;
	font-size: clamp(36px, 4vw, 40px);
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 30px;
}
.about-top strong ruby {
	ruby-align: center;
}
.about-top strong ruby rt {
	font-size: 0.5em;
	margin-bottom: 2px;
}
.about-top b {
	display: block;
	font-weight: 400;
}
#about-message {
	position: relative;
	background-image: url("./img/about-message-bg.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: contain;
	background-size: cover;
}
#about-message::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.5);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 19%,rgba(255,255,255,0.5) 87%,rgba(255,255,255,1) 100%);

}
.about-message {
}
.about-message-tex {
	margin-bottom: 50px;
}
.about-message-tex img {
}
@media screen and (min-width: 768px) {
	.about-message-tex img {
/*
		float: right;
		margin: 0px 20px 20px 0px;
*/
		margin: 0px auto 30px auto;
	}
}
@media screen and (max-width: 767px) {
	.about-message-tex img {
		max-width: 350px;
		margin: 0px auto 10px auto;
	}
}
.about-message-tex p {
	text-align: center;
}
.about-message-tex p b {
	color: var(--color2);
	font-size: 1.2em;
}
.about-message-reki {
	background-color: #fff;
	border: 2px solid var(--color6);
	padding: 10px 10px;
}
.about-message-reki dl {
}
.about-message-reki dl dt {
}
.about-message-reki dl dt h3 {
	font-family: var(--font2);
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}
.about-message-reki dl dt h3 b {
	color: var(--color2);
	font-size: 1.6em;
	font-weight: 400;
}
.about-message-reki dl dt img {
	width: 200px;
	margin: 0px auto;
}
.about-message-reki dl dd {
}
@media screen and (min-width: 768px) {
.about-message-reki {
	padding: 10px 20px;
}
.about-message-reki dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.about-message-reki dl dt,
.about-message-reki dl dd {
	display: table-cell;
	vertical-align: middle;
}
.about-message-reki dl dt {
	width: 280px;
}
.about-message-reki dl dt img {
	width: 250px;
}
.about-message-reki dl dd {
	padding: 10px 10px;
}
}
@media screen and (max-width: 767px) {

}
.about-message-reki dl dd b {
	display: block;
	font-weight: 500;
	color: var(--color2);
	line-height: 1em;
	text-align: center;
	border-bottom: 1px dashed var(--color2);
	margin-bottom: 10px;
	padding: 10px 10px;
}
.about-message-reki dl dd ul {
}
.about-message-reki dl dd ul li {
	position: relative;
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 3px 3px 3px 24px;
}
.about-message-reki dl dd ul li:nth-child(4) {
	color: var(--color3);
	font-size: 1.1em;
	font-weight: 700;
}
.about-message-reki dl dd ul li::before {
	content: "■";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color5);
}
/* ------------------------------------------------ */
#service-top {
}
.service-top {
	margin-bottom: 40px;
}
.service-top h3 {
	font-family: var(--font2);
	text-align: center;
	margin-bottom: 40px;
}
.service-top h3 b {
	display: block;
	color: var(--color2);
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: 400;
	line-height: 1.2em;
	padding: 10px 0px;
}
.service-top h3 strong {
	display: inline-block;
	color: var(--white);
	font-size: 18px;
	font-size: clamp(15px, 1.8vw, 18px);
	background-color: var(--color2);
	font-weight: 400;
	line-height: 1em;
	padding: 8px 20px;
}
.service-top p b {
	display: block;
	text-align: center;
}
.service-top-tex {
	text-align: center;
	margin-bottom: 40px;
}
.service-top-tex img {
	display: block;
	width: 350px;
	margin: 0px auto;
}
.service-top-tex p {
}
.service-top ul {
	text-align: center;
}
.service-top ul li {
	font-family: var(--font2);
}
@media screen and (min-width: 768px) {
	.service-top ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: stretch;
		justify-content: center;
	}
	.service-top ul li {
		box-sizing: border-box;
		width: 32%;
	}
}
@media screen and (max-width: 767px) {

}
.service-top ul li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: var(--color1);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 400;
	line-height: 30px;
	background-color: var(--white);
	border: 1px solid var(--color1);
	border-radius: 30px;
}
.service-top ul li b {
	display: block;
	color: var(--color2);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 10px 0px;
}
.service-top ul li img {
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.service-top ul li span {
		width: 20px;
		height: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.service-top ul li b {
		padding: 5px 0px;
	}
	.service-top ul li {
		margin-bottom: 20px;
	}
	.service-top ul li:last-child {
		margin-bottom: 0px;
	}
	.service-top ul li img {
		max-width: 250px;
		margin: 0px auto;
	}
}
.service-tex {
}
/* ------------------------------------------------ */