@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
#mv {
}
.mv {
	position: relative;
}
.mv-img {
	position: relative;
	z-index: 0;
}
.mv-img::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.mv-img img {
}
.mv-tex {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.mv-tex {
		top: 60%;
		transform: translateY(-60%);
	}
}
@media screen and (max-width: 767px) {

}
.mv-tex strong {
	display: block;
	color: var(--white);
	font-size: 50px;
	font-size: clamp(24px, 5vw, 50px);
	line-height: 1em;
	text-shadow: 3px 4px 0 rgba(0,0,0,0.2);
}
.mv-tex strong em {
	display: block;
	padding: 20px 10px;
}
.mv-tex strong em:nth-child(1) {
}
.mv-tex strong em:nth-child(2) {
}
@media screen and (min-width: 768px) {
	.mv-tex strong em:nth-child(1) {
		margin-right: 150px;
	}
	.mv-tex strong em:nth-child(2) {
		margin-left: 150px;
	}
}
@media screen and (max-width: 767px) {

}
/* ------------------------------------------------ */
#top {
	margin-bottom: 40px;
}
.top {
	position: relative;
}
.top-img {
	position: relative;
	z-index: 0;
}
.top-img::after {
	position: absolute;
	content: "";
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
}
.top-tex {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 10px;
}
@media screen and (max-width:767px) {
	.top-tex {
		width: 100%;
		text-align: center;
		padding: 0px 10px;
	}
}
@media screen and (min-width:768px) {
	.top-tex {
		left: 50px;
		bottom: 50px;
	}
}
.top-tex-inner {
}
.top-tex-inner em {
	display: block;
	color: rgba(255,255,255,0.8);
	font-size: 40px;
	font-size: clamp(28px, 6vw, 60px);
	font-family: var(--font3);
	font-weight: 400;
	margin-bottom: 20px;
}
.top-tex-inner p {
	color: var(--white);
}
.top-tex-link {
}
.top-tex-link .link2 {
	text-align: left;
}
/* ------------------------------------------------ */
#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: 50px 10px;
}
@media screen and (max-width: 767px) {
	#title {
		background-size: cover;
	}
}
#title::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#title div {
	position: relative;
	z-index: 1;
}
#title span {
	display: block;
	color: rgba(255,255,255,0.5);
	font-size: 36px;
	font-size: clamp(24px, 3.6vw, 36px);
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
}
@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 {
	line-height: 1em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 0px 10px;
	}
}
.title h2 {
	display: block;
	font-size: 24px;
	font-size: clamp(24px, 2.4vw, 24px);
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 40px;
}
.title h2 b {
	display: inline-block;
	line-height: 1em;
	border-bottom: 3px solid var(--color1);
	padding-bottom: 10px;
}
.title 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;
	height: auto;
	margin: 0px auto;
}
.single-content {
	padding: 10px 10px 50px 10px;
}
@media screen and (min-width: 768px) {
	.single-content {
		padding: 10px 30px 50px 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;
}
.entry-footer {
	display: none;
	font-size: 0.688em;
	text-align: right;
	padding-top: 30px;
}
.single-content a {
	color: var(--color1);
	text-decoration: underline;
}
.single-content a:hover {
	color: var(--color2);
}
/* ------------------------------------------------ */
.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;
}
/* ------------------------------------------------ */
.article-outer {
}
.article-inner {
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	margin: 0px auto;
	padding: 0px;
}
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 20px 0px;
}
@media screen and (min-width:768px) {
	.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-news {
	background-color: var(--color5);
}
#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 (max-width: 767px) {
	.index-news ul li {
	}
}
@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;
}
.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: 0px 5px;
}
.index-news ul li a p {
	font-size: 13px;
	line-height: 1.4em;
}

#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(--color1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--color1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--color2);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
#index {
	background-image: url("./img/index/bg1.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
/* ------------------------------------------------ */
#index-aisatsu {
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
}
#index-aisatsu .outer {
}
@media screen and (min-width: 768px) {
	#index-aisatsu .outer {
		padding: 80px 0px 40px 0px;
	}
}
@media screen and (max-width: 767px) {
	#index-aisatsu .outer {
		padding: 40px 0px 40px 0px;
	}
}
.index-aisatsu {
	position: relative;
	text-align: center;
}
.index-aisatsu-tex {
	margin-bottom: 30px;
}
.index-aisatsu-tex strong {
	display: inline-block;
	font-size: 36px;
	font-size: clamp(32px, 3.6vw, 36px);
	line-height: 1em;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.index-aisatsu-tex strong b {
	color: var(--color1);
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
.index-aisatsu-tex strong b {
	display: inline-block;
	padding-top: 5px;
}
}
.index-aisatsu-tex img {
	width: 500px;
	margin: 0px auto 30px auto;
}
.index-aisatsu-tex p {
	font-weight: 500;
}
.index-aisatsu-tex p b {
	display: block;
	font-weight: 500;
}
.index-aisatsu-img {
	margin-bottom: 30px;
}
@media screen and (min-width:768px) {
	.index-aisatsu-img {
		padding: 0px 200px;
	}
}
.index-aisatsu-img ul {
	border-spacing: 20px 0px;
}
.index-aisatsu-img ul li img {
	border: 1px solid var(--white);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}
/* ------------------------------------------------ */
#index-works {
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,1) 100%);
}
.index-works {
	color: var(--white);
	text-align: center;
}
.index-works-inner {
	background-color: rgba(255,255,255,0);
	margin-bottom: 20px;
	padding: 20px;
}
.index-works-img {
	position: relative;
}
.index-works-img img {
}
.index-works-tex {
}
.index-works-tex p {
	line-height: 1.8em;
	padding: 20px 5px 0px 5px;
}
.index-works-tex strong {
	display: inline-block;
	font-size: 36px;
	font-size: clamp(28px, 3.8vw, 38px);
	line-height: 1em;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.index-works-tex img {
	width: 500px;
	margin: 0px auto 30px auto;
}
.index-works-tex p {
	font-weight: 500;
}
/* ------------------------------------------------ */
#works-about {
}
#works-about .outer {
}
@media screen and (min-width:768px) {
	#works-about .outer {
		padding: 50px 0px 0px 0px;
	}
}
.works-about {
	text-align: center;
}
.works-about-tex {
	margin-bottom: 50px;
}
.works-about-tex strong {
	display: block;
	color: var(--color1);
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.4em;
	vertical-align: middle;
	margin-bottom: 30px;
}
.works-about-tex p {
	line-height: 1.8em;
}
.works-about-tex .photo {
	margin-bottom: 20px;
}
.works-about-tex .photo ul li {
}
.works-about-tex .photo ul {gap: 10px;}
@media screen and (min-width: 768px) {.photo li {flex: 1 0 calc(33.33% - 10px);}}
@media screen and (max-width: 767px) {.photo li {flex: 1 0 calc(50% - 10px);}}

#works-det {
}
.works-det {
}
.works-det ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	justify-content: center;
}
.works-det ul li {
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
	.works-det ul li {
		flex: 1 0 calc(50% - 10px);
	}
}
@media screen and (min-width:768px) {
	.works-det ul li {
		flex: 1 0 calc(33.33% - 10px);
	}
}
/* ------------------------------------------------ */
#page-company {
	position: relative;
	background-image: url("./img/company/bg.webp");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
#page-company::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}
#page-company::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	background-image: linear-gradient(45deg, rgba(255,255,255,1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1)), linear-gradient(45deg, rgba(255,255,255,1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1));
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	opacity: 0.2;
}
#company-greeting {
}
.company-greeting {
	padding: 30px 10px;
}
.company-greeting-inner {
	position: relative;
	z-index: 1;
}
.company-greeting-tex {
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.company-greeting {
		padding: 50px 10px;
	}
	.company-greeting-tex {
		padding: 30px;
	}
}
#company-company {
	background-color: var(--white);
}
#company-map {
	position: relative;
}
/* ------------------------------------------------ */
#index-works {
}
.photo {
}
/* ------------------------------------------------ */