/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

/* BEM
----------------------------------------------------- */

/* 基本設定
===================================== */

#js-pagetop {
	bottom: 30px;
	display: none;
	position: fixed;
	right: 20px;
	z-index: 999;
}

#js-pagetop a {
	background: #008c00;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

.two-column-layout {
	display: flex;
	gap: 3%;
	padding-block: 100px;
}

.inner {
	margin-inline: auto;
	max-width: calc(1200px + 40px * 2);
	padding-inline: 40px;
}

.page-mv__inner {
	position: relative;
}

.page-mv__bg {
	-o-object-fit: cover;
	-o-object-position: top center;
	height: 320px;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.page-mv__bg.recruit-mv {
	-o-object-position: center;
	filter: brightness(60%);
	height: 500px;
	object-position: center;
}

.page-mv__heading {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	left: 50%;
	padding: 25px 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-breadcrumb {
	background-color: #f8f8f8;
	padding-block: 20px;
}

.page-breadcrumb__inner {
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 13px;
}

.page-breadcrumb .breadcrumb span {
	padding-right: 3px;
}

.page-breadcrumb .breadcrumb span:nth-of-type(2),
.page-breadcrumb .breadcrumb span:nth-of-type(3),
.page-breadcrumb .breadcrumb span:nth-of-type(4) {
	padding-left: 6px;
}

.page-pagination {
	padding-bottom: 100px;
}

.page-pagination__lists {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.page-numbers {
	background-color: #fff;
	border: 1px solid #008c00;
	color: #008c00;
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	width: 50px;
}

.page-numbers.current {
	background-color: #008c00;
	color: #fff;
}

.page-numbers:focus,
.page-numbers:hover {
	background-color: #008c00;
	color: #fff;
}

.indent-list {
	display: block;
	padding-left: 16px;
	text-indent: -16px;
}

.p-numberList {
	counter-reset: custom-counter;
	font-size: 16px;
	list-style: none;
}

.p-numberList__item {
	padding-left: 1.7em;
	text-indent: -1.5em;
}

.p-numberList__item + .p-numberList__item {
	margin-top: 5px;
}

.p-numberList__item:before {
	content: counter(custom-counter) "." " ";
	counter-increment: custom-counter;
	padding-right: 2px;
}

.heading3 {
	border-bottom: 2px solid #008c00;
	display: block;
}

.heading3._right {
	text-align: right;
}

.heading3__title {
	color: #008c00;
	display: block;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.heading3__title._company {
	color: #008c00;
}

.util-ttl {
	font-size: 25px;
	font-weight: 600;
}

.util-ttl__en {
	color: #008c00;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.util-link {
	border: solid 1px #3e3e3e;
	border-radius: 28px;
	color: #3e3e3e;
	display: block;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 18px;
	height: 56px;
	line-height: 56px;
	position: relative;
	text-align: center;
	transition: background-color 0.2s, color 0.2s;
}

.util-link.mod-light {
	border-color: #fff;
	color: #fff;
}

.button {
	border: 1px solid #008c00;
	color: #008c00;
	display: inline-block;
	letter-spacing: 0.02px;
	line-height: 1.4;
	min-width: 100px;
	padding: 11px;
	text-align: center;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.button__wrap {
	margin-top: 5px;
}

/* コンテンツスタイル
===================================== */

/* header
---------------------------- */

#header {
	background-color: #fff;
	height: 90px;
	position: sticky;
	top: -100px;
	transition: top 0.3s;
	width: 100%;
	z-index: 100;
}

#header.show {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	top: 0;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-inline: 15px 30px;
}

.header__inner .button {
	font-size: 17px;
}

.header__left {
	display: contents;
}

.header__right {
	display: none;
}

.header__freedial {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: "Roboto", sans-serif;
	margin-top: 15px;
	padding: 7px 15px;
}

.header__logo a img {
	display: block;
}

.header__lists {
	align-items: center;
	display: flex;
	gap: 1.5748031496vw;
}

.header__list {
	text-align: right;
}

.header__link {
	display: block;
	font-size: 17px;
	line-height: 1.5;
	padding-block: 8px;
}

.header__link-en {
	color: #999;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

/* hero
---------------------------- */

.slide {
	height: calc(100vh - 90px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slide-image {
	animation: slider-1 30s linear infinite;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(65%);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide-image:nth-child(1) {
	animation-delay: -2s;
	background-image: url(../img/fv1.webp);
}

.slide-image:nth-child(2) {
	animation-delay: 6s;
	background-image: url(../img/fv2.webp);
}

.slide-image:nth-child(3) {
	animation-delay: 14s;
	background-image: url(../img/fv3.webp);
}

.slide-image:nth-child(4) {
	animation-delay: 22s;
	background-image: url(../img/fv4.webp);
}

.fv__inner {
	position: relative;
}

.picture-copy {
	color: #fff;
	font-weight: 600;
	left: 10.4166666667%;
	line-height: 1.5;
	position: absolute;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.picture-copy__title {
	color: #fff;
	font-size: 2.3097112861vw;
}

.picture-copy__title-en {
	color: #f5e77f;
	font-size: 4.3569553806vw;
}

/* works
---------------------------- */

.works {
	background-image: url(../img/ecology.webp);
	background-position: top center;
	background-size: cover;
	margin-top: 40px;
	padding-block: 50px;
	position: relative;
	z-index: 1; /*エリアの表示非表示と形状*/ /*areaにis-activeというクラスがついた時の形状*/
}

.works .tab {
	display: grid;
	font-size: 19px;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin-inline: auto;
	max-width: 860px;
}

.works .tab .button {
	width: 100%;
}

.works .tab li.active a {
	background: #008c00;
	color: #fff;
}

.works .area {
	display: none; /*はじめは非表示*/
	opacity: 0; /*透過0*/
}

.works .area.is-active {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
	display: block; /*表示*/
}

.works .util-ttl {
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.works .util-ttl__en {
	color: #fff;
}

.works__bg {
	background-color: #fff;
	margin-top: 60px;
	padding: 60px;
}

.works__item {
	margin-top: 80px;
}

.works__heading {
	border-bottom: 1px solid #008c00;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: center;
}

.works__description {
	color: #008c00;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 20px;
}

.works__description._solar {
	color: #131313;
	font-size: 17px;
}

.works__text {
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	margin-top: 5px;
}

.works__maker-text {
	background-color: #fd6e00;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 30px;
}

.works__media {
	display: flex;
	gap: 5%;
	margin-top: 40px;
	width: 100%;
}

.works__media._reverse {
	flex-direction: row-reverse;
}

.works__media._solar {
	align-items: center;
	gap: 10px;
}

.works__media._maker {
	gap: 20px;
}

.works__body {
	flex-grow: 1;
}

.works__body._reform {
	flex: 0 1 66.6666%;
}

.works__body._reform-maker {
	flex: 0 1 33.3333%;
}

.works__title {
	background-color: #008c00;
	border-left: 10px solid #89f546;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 5px 15px 5px 10px;
}

.works__title-wrap {
	margin-top: 40px;
}

.works__title-answer {
	color: #008c00;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.works__maker-title {
	background-color: #fd6e00;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 160px;
}

.p-numberList {
	margin-top: 20px;
}

.p-numberList__item {
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 20px;
}

.works__images {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.works__image {
	width: 513px;
}

.works__image._solar-border-left {
	border-left: 1px solid #edf2ee;
	margin-left: 10px;
}

.works__image._maker {
	flex-shrink: 0;
}

.works__image img {
	display: block;
}

.works__solar-image {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-inline: auto;
	margin-top: 50px;
	width: 608px;
}

.works__solar-image .battery-img {
	width: 465px;
}

.works__reform-image {
	margin-top: 20px;
	text-align: center;
}

.works__solar-btn {
	display: inline-block;
	margin-top: 5px;
	transition: filter 0.3s;
}

.works__solar-btn:focus,
.works__solar-btn:hover {
	filter: brightness(60%);
}

.works__solar-btn-wrap {
	margin-top: 30px;
	text-align: center;
}

.works__solar-text {
	color: #008c00;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 18px;
}

.works__point {
	color: #008c00;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 55px;
	position: relative;
}

.works__point::before {
	color: #89f546;
	content: attr(data-number);
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.works__point::after {
	background-color: #89f546;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100px;
}

.works__point-title {
	background-color: #008c00;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 100px;
}

.works__point-wraps {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

/* news
---------------------------- */

.news {
	background: linear-gradient(45deg, #3ab900 0%, #004400 99.98%);
	margin: 58px 0 0 0;
	max-width: calc(50vw + 600px);
	padding: 40px 0 40px 16px;
}

.news.voice {
	-webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
	background: #5ec92c;
	border-radius: unset;
	clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
	max-width: 100%;
	padding-inline: 15px;
	padding-top: 30px;
}

.news .util-ttl__wrap {
	display: inline-block;
}

.news .util-ttl {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.news .util-ttl__en {
	color: #fff;
}

.news .util-linkBox {
	margin: 40px 16px 0 0;
}

.news .button {
	padding-inline: 20px;
}

.news-container {
	margin-top: 36px;
}

.news-pagination {
	position: static !important;
}

.news-pagination .swiper-pagination-bullet {
	background: #fff;
	height: 12px;
	margin: 0 10px !important;
	opacity: 1;
	position: relative;
	width: 12px;
}

.news-pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	border: solid 1px #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.news-itemLink {
	background: #fff;
	color: #3e3e3e;
	display: block;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}

.news-itemLinkInner {
	display: flex;
	flex-direction: column;
	height: 186px;
	justify-content: space-between;
	padding: 12px 16px 20px;
}

.news-itemFig img {
	width: 100%;
}

.news__date {
	color: #008c00;
}

.news-itemTtl {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

/* company
---------------------------- */

.company.recruit {
	margin: 80px auto;
	max-width: 1600px;
	padding-inline: 15px;
}

.company .util-ttl {
	text-align: center;
}

.company .util-linkBox {
	margin: 40px 16px 0;
}

.company .util-link {
	margin: 0 auto;
	padding-bottom: 16px;
	padding-top: 16px;
}

.company .is-const {
	margin-top: 80px;
}

.company .is-const .horizontal-table__header {
	border-bottom: 1px solid #fd6e00;
}

.company .is-const .horizontal-table__header:first-child {
	border-top: 1px solid #fd6e00;
}

.company .horizontal-table__inner {
	width: 100%;
}

.company .horizontal-table__header {
	border-bottom: 1px solid #008c00;
	font-weight: 500;
	padding: 15px;
	vertical-align: middle;
	width: 23%;
}

.company .horizontal-table__header:last-child {
	border-right-width: 0;
}

.company .horizontal-table__header:first-child {
	border-top: 1px solid #008c00;
}

.company .horizontal-table__text {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
	vertical-align: middle;
}

.company .horizontal-table__text:last-child {
	border-right-width: 0;
}

.company .horizontal-table__text:first-of-type {
	border-top: 1px solid #ccc;
}

.company .horizontal-table .center {
	margin: 0 auto;
}

.company .list__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	max-width: 690px;
}

.company .list__item {
	width: 200px;
}

.company .list__item .gothic {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}

.company-inner {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
}

.company__items {
	display: flex;
	gap: 5.0955414013%;
	margin-top: 60px;
}

.company__items.recruit__items {
	margin-block: 20px;
	margin-top: 50px;
}

.company__body {
	flex: 0 0 58%;
}

.company__images {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.company__image {
	margin-inline: 15px;
}

/* bg wrapper
---------------------------- */

.bg-wrapper {
	position: relative;
}

.bg-wrapper:before {
	background: #131313;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: -70px;
	width: 100%;
}

/* access
---------------------------- */

.access {
	position: relative;
	z-index: 1;
}

.access .util-ttl {
	color: #fff;
	display: inline-block;
}

.access .util-link {
	color: #fff;
	font-family: "Roboto", sans-serif;
	margin-top: 28px;
	text-transform: uppercase;
}

.access-ttl {
	color: #fff;
	text-align: left;
}

.access-address {
	color: #fff;
	margin-top: 30px;
}

.access-map iframe {
	height: 100%;
	width: 100%;
}

/* contact
---------------------------- */

.contact {
	background: url(../img/contact-bg.webp) center center/cover;
	padding: 40px 16px;
}

.contact input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}

.contact input[type=checkbox] {
	display: none;
}

.contact .util-ttl {
	color: #fff;
	text-align: center;
}

.contact .util-ttl__en {
	color: #fff;
}

.contact-inner {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	width: 100%;
}

.contact-header {
	background-color: #000;
	box-shadow: 0 0 4px #3e3e3e;
	padding: 32px 16px;
	position: relative;
}

.contact-header:before {
	background: url(../img/contact-mv.webp) center center/cover no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-headerInner {
	position: relative;
}

.contact__content {
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}

.contact__description {
	background-color: #edf2ee;
	padding-block: 20px;
	padding-inline: 15px;
	text-align: center;
}

.contact__items {
	margin: 20px;
}

.contact__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}

.contact__label {
	background-color: #fd6e00;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
	padding-inline: 10px;
}

.contact__attention {
	line-height: 1.5;
	margin-top: 10px;
	text-align: center;
}

/* links
---------------------------- */

.links {
	background: linear-gradient(to bottom, #005600 0, #89f546 250px, transparent 250px, transparent 100%);
	padding-block: 36px;
}

.links .util-ttl {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.links-inner {
	margin: 25px auto 0;
	max-width: 1100px;
}

.links-list {
	background: #fff;
	box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 20px;
}

.links-item {
	display: block;
	transition: 0.3s;
}

.links-item img {
	width: 100%;
}

/* footer
---------------------------- */

.footer {
	background: linear-gradient(to bottom, #fff 0, #e5e9e3 100%);
	padding-block: 40px 10px;
}

.footer__inner {
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}

.footer__logo a {
	transition: opacity 0.3s;
}

.footer__logo a img {
	display: block;
	margin-inline: auto;
	width: 380px;
}

.footer__address {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.footer__menu-items {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}

.footer__menu-item {
	font-size: 14px;
}

.footer__menu-link {
	background-color: #fd6e00;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 31px;
	padding-inline: 15px;
	transition: background-color 0.3s;
}

.footer__copyright {
	font-size: 11px;
	margin-top: 40px;
	text-align: center;
}

.footer__copyright small {
	color: #777;
	font-size: inherit;
}

/* archive
---------------------------- */

.blog {
	padding-block: 60px;
}

.blog__inner {
	margin-inline: auto;
	max-width: calc(767px + 40px * 2);
}

.blog__medias {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.blog__media {
	background-color: #fff;
	border: 1px solid #89f546;
	display: flex;
	gap: 5%;
	padding: 25px;
}

.blog__image {
	flex-shrink: 0;
	position: relative;
	width: 25%;
}

.blog__image img {
	width: 100%;
}

.blog__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}

.blog__title {
	color: #008c00;
	font-size: 19px;
	font-weight: 500;
	margin-top: 10px;
	text-decoration: underline;
	transition: color 0.3s;
}

.blog__text {
	margin-top: 10px;
}

/* single
---------------------------- */

.detail {
	margin-block: 60px;
}

.detail__inner {
	background-color: #fff;
	border: 1px solid #89f546;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	margin-inline: auto;
	max-width: calc(767px + 40px * 2);
	padding: 50px;
}

.detail__batch {
	background-color: #008c00;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100px;
}

.detail__title {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
}

.detail__items {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.detail__news-items {
	margin-top: 20px;
	text-align: right;
}

.detail__sns-items {
	align-items: center;
	display: flex;
	gap: 10px;
}

.detail__sns-item {
	color: #fff;
	font-size: 13px;
	min-width: 70px;
	text-align: center;
}

.detail__date {
	font-size: 14px;
}

.detail__text {
	font-size: 18px;
	margin-top: 10px;
}

.detail__body {
	margin-top: 40px;
}

.detail__title-h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 30px;
}

.detail__title-h3::before {
	color: #008c00;
	content: "◆";
	padding-right: 7px;
}

.detail__image {
	margin-top: 20px;
}

.detail__image img {
	width: auto;
}

.detail__description {
	margin-top: 30px;
}

.detail-btn__wrap {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 50px;
}

.detail-btn__wrap .button {
	background-color: #fff;
	padding-inline: 30px;
}

.sns-twitter {
	background-color: #000;
}

.sns-fb {
	background-color: #3b5998;
}

.sns-line {
	background-color: #6cc655;
}

.sns-link {
	display: block;
	height: 25px;
	line-height: 25px;
}

.main {
	width: 100%;
}

.sidebar {
	flex-shrink: 0;
	width: 300px;
}

.sidebar__inner {
	display: grid;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	gap: 40px;
}

.sidebar__title {
	background-color: #008c00;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.sidebar__lists {
	display: grid;
	gap: 20px;
	margin-top: 20px;
}

.sidebar__media {
	display: flex;
	gap: 10px;
}

.sidebar__media-image {
	flex-shrink: 0;
	width: 40%;
}

.sidebar__media-link {
	flex-grow: 1;
	font-size: 13px;
	text-decoration-line: underline;
}

.sidebar__category-lists {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.sidebar__category-link {
	font-weight: bold;
}

.sidebar__category-link::before {
	color: #008c00;
	content: "・";
	font-weight: bold;
}

/* プライバシーポリシー
---------------------------- */

.top-privacy__inner {
	background-color: #fff;
	padding: 70px 80px;
}

.top-privacy__lists {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.top-privacy__list span {
	display: inline-block;
}

.top-privacy__list-title {
	font-weight: bold;
	padding-left: 32px;
	text-indent: -32px;
}

.top-privacy__list-text {
	margin-left: 32px;
}

.top-privacy__list-indent {
	padding-left: 32px;
	text-indent: -32px;
}

/* コンプライアンス
---------------------------- */

.compliance {
	border-top: 10px solid #999;
}

.compliance__inner {
	background-color: #fff;
	padding: 60px 100px;
}

.compliance__heading {
	color: #008c00;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-inline: auto;
	max-width: 1100px;
}

.compliance__title {
	color: #008c00;
	font-size: 19px;
	font-weight: 500;
	padding-left: 19px;
	text-indent: -19px;
}

.compliance__text {
	margin-top: 15px;
}

.compliance__items {
	margin-top: 60px;
}

.compliance__item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.compliance__item + .compliance__item {
	margin-top: 40px;
}

.compliance-numberList {
	counter-reset: custom-counter;
	font-size: 16px;
	list-style: none;
	margin-top: 15px;
}

.compliance-numberList__item {
	padding-left: 20px;
	text-indent: -20px;
}

.compliance-numberList__item + .compliance-numberList__item {
	margin-top: 5px;
}

.compliance-numberList__item:before {
	content: counter(custom-counter) "." " ";
	counter-increment: custom-counter;
	padding-right: 2px;
}

/* 採用情報
---------------------------- */

.recruit-mv__wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.recruit-mv__heading {
	color: #fff;
	font-size: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	text-align: center;
}

.recruit-mv__heading.voice {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	width: 100%;
}

.recruit-mv__heading.voice::before {
	top: 0px;
}

.recruit-mv__heading span {
	position: relative;
	z-index: 2;
}

.recruit-mv__heading::before {
	color: rgba(226, 94, 133, 0.5);
	content: attr(data-en);
	font-size: 100px;
	font-style: italic;
	font-weight: 700;
	left: 50%;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
}

.recruit__title {
	font-size: 40px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}

.recruit__title::after {
	background-color: #008c00;
	bottom: 0;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
}

.recruit-button__wrap {
	margin-top: 60px;
	text-align: center;
}

.recruit-button {
	background: linear-gradient(180deg, #3ab900 0%, #004400 99.98%);
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	font-size: 26px;
	font-weight: 500;
	height: 90px;
	line-height: 90px;
	transition: opacity 0.3s, transform 0.3s;
	width: 320px;
}

.voice {
	-webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
	background: #77de40;
	border-radius: unset;
	clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0% 100%);
	max-width: 100%;
	padding-block: 50px 30px;
}

.voice__inner {
	margin-inline: auto;
	max-width: 1750px;
	padding-inline: 15px;
}

.voice__heading-wrap {
	display: block;
	text-align: center;
}

.voice-container {
	margin-top: 0px;
}

.voice-pagination {
	margin-top: 50px;
	position: static !important;
}

.voice-pagination .swiper-pagination-bullet {
	background: #fff;
	height: 12px;
	margin: 0 10px !important;
	opacity: 1;
	position: relative;
	width: 12px;
}

.voice-pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.voice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	border: solid 1px #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.voice-item {
	align-items: center;
	background: #fff;
	border-radius: 20px;
	color: #3e3e3e;
	display: flex;
	font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
	gap: 20px;
	height: 230px;
	padding: 20px;
}

.voice-itemLinkInner {
	flex: 0 0 50%;
}

.voice-name {
	margin-top: 10px;
	text-align: center;
}

.voice-itemFig {
	flex: 1;
}

.voice-itemFig img {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 150px;
	object-fit: cover;
	width: 150px;
}

.member__items {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2.3622047244vw;
	margin: 50px auto 0;
	max-width: 1450px;
}

.member__item {
	flex: 1;
	text-align: center;
}

.member__card {
	display: inline-block;
	width: 200px;
}

.member__image img {
	-o-object-fit: cover;
	border-radius: 15px 15px 0 0;
	height: 200px;
	object-fit: cover;
	width: 200px;
}

.member__body {
	background-color: #008c00;
	border-radius: 0 0 15px 15px;
	padding: 15px 5px;
	position: relative;
}

.member__body:before {
	border: 15px solid transparent;
	border-top: 15px solid #008c00;
	content: "";
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 100%;
}

.member__body.orange {
	background-color: #fd6e00;
}

.member__body.orange:before {
	border-top: 15px solid #fd6e00;
}

.member__text {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05em;
}

/* 左から右にカーテン */

.curtainLefttoRight {
	position: relative;
}

.curtainLefttoRight.visible {
	animation-duration: 1s;
	animation-name: curtainLeftFadeIn;
	animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: curtainLeft;
	animation-timing-function: ease-in-out;
	background-color: #131313;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	width: 100%;
	z-index: 999;
}

/* 準備中 */

.soon {
	padding-block: 120px;
}

.soon__inner {
	margin-inline: auto;
	max-width: 630px;
	padding-inline: 15px;
}

.soon__box {
	background-color: #dfe9dd;
	border-radius: 20px;
	padding: 70px 10px 85px;
	text-align: center;
}

.soon__title {
	color: #bbb;
	font-size: 55px;
	text-transform: uppercase;
}

.soon__read {
	font-size: 32px;
}

.soon__text {
	font-size: 20px;
	margin-top: 15px;
}

.entry-404 {
	padding-block: 85px;
	text-align: center;
}

.entry-404-head {
	color: #f0cdd0;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}

.entry-404-head span::after {
	content: " ";
}

.entry-404-lead {
	color: #808080;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-404-content {
	color: #808080;
}

.entry-404-btn {
	margin-top: 58px;
}

.entry-404-btn .btn {
	background: #ebebeb;
	color: #8d8d8d;
}

.entry-404-btn .btn:hover {
	background: #ccc;
	opacity: 1;
}

/* FLOCSS
----------------------------------------------------- */

/* BEM
----------------------------------------------------- */

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

img {
	max-width: 100%;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

main {
	overflow: hidden; /*横スクロールの発生を防止*/
}

body {
	background: #edf2ee;
	color: #131313;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

a {
	cursor: pointer;
	text-decoration: none;
}

img {
	height: auto;
}

/* BEM
----------------------------------------------------- */

/* BEM
----------------------------------------------------- */

/* BEM
----------------------------------------------------- */

/* BEM
----------------------------------------------------- */

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.mb-6 {
	margin-bottom: 60px;
}

.mb-7 {
	margin-bottom: 70px;
}

.mb-8 {
	margin-bottom: 80px;
}

.mb-9 {
	margin-bottom: 90px;
}

.mb-10 {
	margin-bottom: 100px;
}

@media screen and (min-width: 768px) {

#js-pagetop a:focus,
#js-pagetop a:hover {
	opacity: 0.6;
}

.util-ttl {
	font-size: 55px;
}

.util-ttl__en {
	font-size: 24px;
}

.util-link.mod-light:hover {
	background: #fff;
	color: #008c00;
}

.util-link:hover {
	background: #3e3e3e;
	color: #fff;
}

.button:focus,
.button:hover {
	background-color: #008c00;
	color: #fff;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-left {
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-in-left.is-in-view {
	opacity: 1;
	transform: translateX(0px);
}

.fade-in {
	opacity: 0;
	transition: opacity 2s;
}

.fade-in.is-in-view {
	opacity: 1;
}

.works {
	background-attachment: fixed;
	margin-top: 120px;
	padding-block: 100px;
}

.news {
	border-radius: 4.1994750656vw 0 0 0;
	margin: 120px 0 0 auto;
	padding: 58px 0 60px 60px;
}

.news.voice {
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	padding-top: 100px;
}

.news .util-linkBox {
	margin: 42px 0 0 0;
}

.news .util-link {
	max-width: 250px;
}

.news-container {
	margin-top: 54px;
}

.news-pagination {
	margin: 44px 0 0 -5px;
	text-align: left;
}

.news-itemLink {
	transition: opacity 0.2s;
}

.news-itemLink:hover {
	opacity: 0.7;
}

.company {
	margin: 120px auto 200px;
	max-width: 1600px;
	padding-inline: 15px;
	width: 100%;
}

.company .util-link {
	width: 236px;
}

.company .util-link:hover {
	background: #3e3e3e;
	color: #fff;
}

.company-inner {
	padding: 80px 50px;
	width: 100%;
}

.bg-wrapper:before {
	bottom: 138px;
	width: 76.5625%;
}

.access {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	display: grid;
	grid-template-columns: 414px 1fr;
	grid-template-rows: auto 1fr;
	margin: 120px auto 0;
	max-width: 1200px;
	padding: 0 0 0 60px;
}

.access .util-link {
	max-width: 220px;
	transition: color 0.3s;
}

.access .util-link:focus,
.access .util-link:hover {
	color: #131313;
}

.access-inner {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
}

.access-address {
	font-size: 20px;
}

.access-linkBox {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 2/1/3/2;
}

.access-map {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	box-shadow: 0 5px 12px rgba(62, 62, 62, 0.2);
	flex: 0 1 720px;
	grid-area: 1/2/3/3;
	height: 520px;
}

.contact {
	margin-top: 120px;
	padding: 100px 40px;
}

.contact-header {
	padding: 58px 0 54px;
}

.contact__items {
	margin-bottom: 30px;
}

.links {
	padding-block: 80px;
}

.links-inner {
	padding: 0 40px;
}

.links-item:focus,
.links-item:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.footer__logo a:focus,
.footer__logo a:hover {
	opacity: 0.6;
}

.footer__menu-link:focus,
.footer__menu-link:hover {
	opacity: 0.6;
}

.blog__title:focus,
.blog__title:hover {
	color: #fd6e00;
}

.recruit-button:focus,
.recruit-button:hover {
	opacity: 0.8;
	transform: scale(1.05);
}

.voice {
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	padding-block: 80px 50px;
}

.hidden-pc {
	display: none;
}

}

@media screen and (min-width: 768px) and (min-width: 768px) {

.util-ttl.access-ttl {
	font-size: 40px;
}

}

@media screen and (min-width: 1024px) {

.hidden-tab {
	display: none;
}

}

@media screen and (min-width: 1200px) {

.header__left {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.header__right {
	align-items: center;
	display: flex;
	gap: 20px;
}

.header__logo a {
	transition: opacity 0.3s;
}

.header__logo a:focus,
.header__logo a:hover {
	opacity: 0.6;
}

.header__icon {
	display: none;
}

.header__list {
	text-align: center;
}

.header__list._sp {
	display: none;
}

.header__link {
	transform: scale(1);
	transition: 0.3s;
}

.header__link:focus,
.header__link:hover {
	color: #008c00;
	transform: scale(1.05);
}

}

@media (max-width: 1460px) {

.header__logo a img {
	width: 27.5229357798vw;
}

}

@media screen and (max-width: 1460px) and (max-width: 1199px) {

.header__logo a img {
	width: 380px;
}

}

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

.header__logo a img {
	width: 71.7079530639vw;
}

}

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

.p-numberList__item {
	padding-left: 20px;
	text-indent: -20px;
}

.heading3__title {
	font-size: 25px;
}

#header {
	height: 70px;
}

.header__inner {
	padding-inline: 15px;
}

.drawer-icon {
	height: 18px;
	position: relative;
	width: 30px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1),
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
	top: 9px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
	transform: rotate(45deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
	display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
	transform: rotate(-45deg);
}

.drawer-icon__bar {
	background: #008c00;
	height: 2px;
	left: 0;
	position: absolute;
	transition: top 0.3s, transform 0.3s;
	width: 30px;
}

.drawer-icon__bar:nth-child(1) {
	top: 0;
}

.drawer-icon__bar:nth-child(2) {
	top: 8px;
}

.drawer-icon__bar:nth-child(3) {
	top: 16px;
}

.header__nav {
	background: #008c00;
	height: calc(100% - 70px);
	max-width: 100%;
	overflow-x: auto;
	padding: 32px 15px;
	position: fixed;
	right: 0;
	top: 70px;
	transform: translateX(100%);
	transition: transform 0.3s;
	width: 270px;
}

.header__nav.is-checked {
	transform: translateX(0);
}

.header__lists {
	align-items: flex-end;
	flex-direction: column;
	gap: 10px;
}

.header__link {
	color: #fff;
	display: inline-block;
}

.picture-copy__title {
	font-size: 3.6697247706vw;
}

.picture-copy__title-en {
	font-size: 6.9224353628vw;
}

.works .tab {
	max-width: 420px;
}

.works__maker-text {
	font-size: 16px;
	padding: 15px;
}

.p-numberList__item {
	font-size: 16px;
}

.works__image {
	width: 37.5312760634vw;
}

.company__items {
	flex-direction: column;
}

.company__images {
	flex-direction: row;
	margin-top: 30px;
}

.top-privacy__inner {
	padding: 50px;
}

.top-privacy__list span {
	display: inline;
}

.compliance__inner {
	padding: 50px;
}

.member__items {
	gap: 50px 2.7%;
}

}

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

.heading3__title {
	font-size: 20px;
	letter-spacing: 0;
}

.picture-copy__title {
	font-size: 4.5632333768vw;
}

.picture-copy__title-en {
	font-size: 6.9100391134vw;
}

.works .tab {
	font-size: 16px;
	text-align: center;
}

.company__items {
	margin-top: 30px;
}

.company__images {
	flex-direction: column;
	gap: 20px;
}

.blog__title {
	font-size: 17px;
}

.top-privacy__inner {
	padding: 30px 15px;
}

.compliance__inner {
	padding: 30px 15px;
}

.member__items {
	flex-direction: column;
	gap: 40px;
	margin-top: 25px;
}

}

@media screen and (max-width: 1199px) and (max-width: 1023px) {

.works__image {
	text-align: center;
	width: 100%;
}

}

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

.inner {
	padding-inline: 15px;
}

.works__media {
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.works__media._reverse {
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.works__media._col-reverse {
	flex-direction: column-reverse;
}

.works__image img {
	display: inline;
}

.works__solar-image {
	margin-top: 30px;
}

.blog__inner {
	margin-inline: 15px;
	max-width: 100%;
}

.blog__media {
	padding-inline: 15px;
}

.detail__inner {
	margin-inline: 15px;
	max-width: 100%;
	padding-inline: 15px;
}

}

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

.works__solar-image {
	width: 100%;
}

}

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

#js-pagetop {
	width: 50px;
}

.two-column-layout {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-block: 50px;
}

.page-mv__heading {
	font-size: 24px;
	padding: 20px;
	width: 75%;
}

.page-pagination {
	padding-bottom: 50px;
}

.util-linkBox {
	text-align: center;
}

.util-link {
	margin: 0 auto;
	max-width: 250px;
}

.works {
	padding-bottom: 64px;
}

.works__bg {
	margin-top: 30px;
	padding: 25px 15px;
}

.works__item {
	margin-top: 40px;
}

.works__heading {
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.works__description {
	font-size: 16px;
	margin-top: 15px;
}

.works__description._solar {
	font-size: 16px;
}

.works__media._maker {
	gap: 5px;
	margin-top: 5px;
}

.works__title {
	font-size: 17px;
	text-align: center;
}

.works__title-wrap {
	margin-top: 20px;
}

.works__image._solar-border-left {
	border-left: unset;
	margin-left: unset;
}

.works__solar-text {
	font-size: 16px;
}

.works__point {
	font-size: 16px;
	line-height: 1.4;
	padding-left: 45px;
}

.works__point::before {
	font-size: 28px;
}

.news {
	margin-top: 60px;
	padding-top: 36px;
}

.news .util-ttl {
	padding-right: 16px;
	text-align: center;
}

.news .util-linkBox {
	margin: 24px 16px 0 0;
}

.news .util-link {
	max-width: 100%;
	width: 240px;
}

.news-pagination {
	margin-top: 30px;
}

.news-itemLinkInner {
	padding: 12px 12px 8px;
}

.news-itemTtl {
	font-size: 17px;
}

.company {
	margin: 50px 15px;
	position: relative;
	z-index: 1;
}

.company .util-linkBox {
	margin: 38px 16px 0;
}

.company .util-link {
	padding-bottom: 13px;
	padding-top: 13px;
}

.company .is-const {
	margin-top: 50px;
}

.company .is-const .horizontal-table__header:first-child {
	border-top-width: 0;
}

.company .horizontal-table__header {
	background-color: #e0f6d9;
	border-right: 0;
	padding: 10px;
	width: 100%;
}

.company .horizontal-table__header:first-child {
	border-top-width: 0;
}

.company .horizontal-table__text {
	border-bottom-width: 0;
}

.company .horizontal-table__text:first-of-type {
	border-top-width: 0;
}

.company .horizontal-table__text {
	width: 100%;
}

.company .horizontal-table__row {
	display: flex;
	flex-direction: column;
}

.company .list__items {
	flex-direction: column;
	gap: 0;
}

.company-inner {
	padding: 40px 0 0;
}

.company-inner.recruit-inner {
	padding: 40px 0 20px;
}

.company__items.recruit__items {
	margin-top: 25px;
}

.bg-wrapper:before {
	top: 0px;
}

.access {
	padding: 40px 16px;
}

.access .util-link {
	margin-top: 24px;
	max-width: 70%;
}

.access-linkBox {
	text-align: center;
}

.access-map {
	height: 240px;
	margin-top: 22px;
}

.contact-header {
	padding-bottom: 38px;
	padding-top: 38px;
}

.links-inner {
	margin: 38px 16px 0;
}

.footer {
	padding-bottom: 14px;
}

.footer__logo a img {
	width: 90%;
}

.footer__menu-items {
	flex-direction: column;
	gap: 10px;
}

.blog {
	padding-block: 30px;
}

.blog__media {
	flex-direction: column;
}

.blog__image {
	width: 100%;
}

.blog__body {
	margin-top: 10px;
}

.detail {
	margin-top: 30px;
}

.detail__title {
	font-size: 22px;
}

.detail__items {
	align-items: flex-start;
	flex-direction: column;
}

.detail__date {
	margin-top: 15px;
}

.detail__text {
	font-size: 16px;
}

.detail__title-h3 {
	font-size: 18px;
}

.detail-btn__wrap {
	flex-direction: column;
	gap: 20px;
	margin-top: 25px;
}

.sidebar {
	width: 100%;
}

.compliance__heading {
	font-size: 16px;
}

.compliance__title {
	font-size: 16px;
	padding-left: 16px;
	text-indent: -16px;
}

.compliance__items {
	margin-top: 30px;
}

.recruit-mv__heading {
	font-size: 25px;
}

.recruit-mv__heading.voice {
	font-size: 25px;
}

.recruit-mv__heading.voice::before {
	top: -5px;
}

.recruit-mv__heading::before {
	font-size: 45px;
	top: 15px;
}

.recruit__title {
	font-size: 22px;
	padding-bottom: 30px;
}

.recruit__title::after {
	height: 25px;
}

.recruit-button__wrap {
	margin-top: 20px;
	padding-inline: 15px;
}

.recruit-button {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.voice-pagination {
	margin-top: 30px;
}

.voice-item {
	flex-direction: column;
	height: auto;
}

.soon {
	padding-block: 50px;
}

.soon__title {
	line-height: 1.3;
}

.soon__read {
	font-size: 27px;
	margin-top: 20px;
}

.soon__text {
	font-size: 16px;
}

.entry-404 {
	padding-block: 50px;
	padding-inline: 15px;
}

.entry-404-head {
	font-size: 40px;
}

.entry-404-lead {
	font-size: 22px;
}

.hidden-sp {
	display: none;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-3 {
	margin-bottom: 15px;
}

.mb-4 {
	margin-bottom: 20px;
}

.mb-5 {
	margin-bottom: 25px;
}

.mb-6 {
	margin-bottom: 30px;
}

.mb-7 {
	margin-bottom: 35px;
}

.mb-8 {
	margin-bottom: 40px;
}

.mb-9 {
	margin-bottom: 45px;
}

.mb-10 {
	margin-bottom: 50px;
}

}

@keyframes slider-1 {

0% {
	opacity: 0;
	transform: scale(1);
}

4.16% {
	opacity: 1;
}

33.33% {
	opacity: 1;
}

41.66% {
	opacity: 0;
	transform: scale(1.2);
}

100% {
	opacity: 0;
}

}

@keyframes displayAnime {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes curtainLeftFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes curtainLeft {

0% {
	transform: scaleX(0);
	transform-origin: left;
}

50% {
	transform: scaleX(1);
	transform-origin: left;
}

50.001% {
	transform-origin: right;
}

100% {
	transform: scaleX(0);
	transform-origin: right;
}

}

