@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

:root {
	--font-color: #333;
	--gray-color:#EFEDED;
	--dark-gray-color:#CECECE;
	--primary-color:#22B273;
	--accent-color:#ECF854;
	--fs-normal: 22px;
	--fs-h1: 46px;
	--fs-h2: 40px;
	--fs-h3: 30px;
	--fs-h4: 26px;
	--fs-link: 16px;
	--fs-small: 12px;
	--fs-big: 94px;
}


@media(max-width:1200px){
	:root {
	--fs-normal: 20px;
	--fs-h1: 40px;
	--fs-h2: 32px;
	--fs-h3: 28px;
	--fs-h4: 24px;
	--fs-link: 16px;
	--fs-small: 12px;
	--fs-big: 90px;
	}
}

@media(max-width:992px){
	:root {
	--fs-normal: 16px;
	--fs-h1: 38px;
	--fs-h2: 30px;
	--fs-h3: 26px;
	--fs-h4: 22px;
	--fs-link: 16px;
	--fs-small: 12px;
	--fs-big: 60px;
	}
}

@media(max-width:575px){
	:root {
	--fs-normal: 14px;
	--fs-h1: 35px;
	--fs-h2: 24px;
	--fs-h3: 22px;
	--fs-h4: 18px;
	--fs-small: 10px;
	--fs-big: 50px;
	}
}

html {
	font-size: var(--fs-normal);
	scroll-behavior: smooth;

}



body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: 500;
	scroll-behavior: smooth;
	background: var(--gray-color);
}

.overflow{
	overflow-x: hidden;
}

h1{
	font-size: var(--fs-h1);
}

h2{
	font-size: var(--fs-h2);
}

h3{
	font-size: var(--fs-h3);
}

h4{
	font-size: var(--fs-h4);
}

@media(max-width:575px){
	body{
	}
}

a {
	text-decoration: none;
	outline: none;
}

section:not(.mainvisual,.contact-guide){
	margin-block: 3rem;
}

@media (max-width:992px){
	section:not(.mainvisual,.contact-guide){
		margin-block: 0.75rem;
	}
}

@media (max-width:768px){
	section:not(.mainvisual,.contact-guide){
		margin-block: 1.5rem;
	}
}

@media (max-width:575px){
	section:not(.mainvisual,.contact-guide){
		margin-block: 0.75rem;
	}
}

p + p{
	margin-top: 0.5rem;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper__inner {
	display: block;
	width: 95%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

.top__page .wrapper {
	min-height: 100svh;
}

.wrapper{
	overflow: hidden;
}

.top__page .wrapper::before{
	content: "";
	display: block;
	width: 80%;
	height: 97vh;
	background-color: var(--gray-color);
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width:768px){
	.wrapper::before{
		width: 85%;
		height: 95vh;
	}
}

@media (max-width:575px){
	.wrapper::before{
		width: 90%;
		height: 92vh;
	}
}


/* A Modern CSS Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
div,
span,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
/*	font-family: "League Spartan","Noto Sans JP", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}

ul[role="list"],
ol[role="list"] {
	list-style: none;
}

html {
	scroll-behavior: auto;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

@keyframes menu-container-appeared {
	0% {
	transform: translateX(100%);
	}
	100% {
	transform: translateX(0);
	}
}

@keyframes menu-container-leaved {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(100%);
	}
}

@keyframes menu-overlay-appeared {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}

@keyframes menu-overlay-leaved {
	0% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */


.top-logo__black{
	display: none;
}

.top-logo__black.headerLogoScroll{
	display: block;
}


.top-logo__white.headerLogoScroll{
	display: none;
}

.nav-header__link{
	z-index: 9999;
}


.nav-header__link.headerMenuScroll{
	color: var(--font-color);
}

/**********************
	nav-header__pc
/**********************/

.nav-header:before{
	content: "";
	background-color: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.5px;
	display: block;
	z-index: 5000;
}

.bnr__join-us{
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	width: min(300px, 75%);
	z-index: 500;
	opacity: 1;
  	pointer-events: auto;
  	transition: opacity 0.4s ease;
}

.bnr__join-us img {
  filter:
    drop-shadow(1px 0 0 #fff)
    drop-shadow(-1px 0 0 #fff)
    drop-shadow(0 1px 0 #fff)
    drop-shadow(0 -1px 0 #fff);
}

.bnr__join-us.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  top:-30px;
  z-index: 50;
}

.marquee-text {
	font-family: "League Spartan", sans-serif;
  color:transparent!important;                 /* 中を透明にする */
  -webkit-text-stroke: 2px var(--primary-color);   /* 緑の縁取り（太さ・色） */
  display: inline-block;
  padding-right: 1.5rem; /* 文字の間隔 */
  font-size: 80px;
  font-weight: 800;
  -webkit-background-clip: text; /* ←重要 */
  background-clip: text;         /* Firefox用 */
  line-height: 1;
  letter-spacing: 0.05em;

}


@media (hover: hover) and (pointer: fine) and (min-width: 992px){
	.nav-header__menu-item:hover .nav-header__link:after {
		opacity: 0.6;
		width: 100%;
	}

	.nav-header__contact:hover {
		background-color: #079698;
	}

	.nav-header__menu-item:hover .nav-header__children{
		opacity: 1;
		pointer-events: auto;
	}

	.nav-header__children__link:hover{
		opacity: .75;
	}
}


@media (min-width: 992px) { 
	.nav-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 10vh;
	}

	.nav-header__container {
		display: flex;
		justify-content: flex-end;
		width: 95%;
		margin: 1rem auto 0;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		height: 10vh;
		position: relative;
	}

	.nav-header__logo {
		display: flex;
		align-items: center;
		margin-right: auto;
		position: relative;
		z-index: 5000;
		width: 250px;
	}

	.nav-header__logo > img{
		mix-blend-mode:color-dodge;
	}

	.nav-header__logo-image {
		display: block;
		max-width: 100%;
		max-height: 100%;
		padding: 7px;
	}
	.nav-header__menu {
		display: flex;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 1010;
	}

	.nav-header__menu-item {
		display: flex;
		justify-content: flex-start!important;
		align-items: center;
		position: relative;
		height: 100%;
	}

	.nav-header__link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		color: #fff;
		text-align: center;
		font-weight: 700;
		padding: 0 1rem;
		min-width: 100px;
	}

	.nav-header__link:after {
		display: block;
		opacity: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 4px;
		background: #fff;
		content: "";
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}



	.nav-header__contact {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		border: none;
		line-height: 1;
		text-decoration: none;
		text-align: center;
		outline: none;
		cursor: pointer;
		transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
		background-color: var(--primary-color);
		color: #ffffff;
		margin-left: 1.3rem;
		padding: 1.2rem 3.2rem;
		border-radius: 100px;
	}

	.nav-header__children{
		transform: none;
		opacity: 0;
		position: fixed;
		z-index: 9999;
		top: 70px;
		right: 30px;
		width: calc(100% - 285px);
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
		padding: 20px;
		gap: 15px;
		pointer-events: none;
	}
	.nav-header__children__item{
		width: calc(25% - 12px);
		list-style: none;
	}
	.nav-header__children__link{
		color: var(--font-color);
		font-weight: 700;
	}
	.nav-header__toggle{
		display: none;
	}

}

@media (min-width: 1200px) { 
	.nav-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 10vh;
	}
	.nav-header__link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		color: #fff;
		text-align: center;
		font-weight: 700;
		min-width: 100px;
	}
}

/**********************
	l-header__sp
/**********************/
@media (hover: hover) and (pointer: fine) {
	.nav-header__toggle:hover {
		background: var(--primary-color);
	}
}


@media (max-width: 991.98px) {
	.menu-open{
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.nav-header__logo {
		position: relative;
		display: flex;
		align-items: center;
		margin-right: auto;
		width: 70%;
		max-width: 250px;
		height: 64px;
		z-index: 11;
		margin-left: 5%;
		margin-top: 1.5rem;
	}

	.nav-header__logo-image {
		display: block;
		max-width: 100%;
		max-height: 100%;
		padding: 7px;
	}

	.menu-open .top-logo__white{
		display: none;
	}

	.menu-open .top-logo__black{
		display: block;
	}
	.nav-header__toggle {
		position: fixed;
		top: 1.5rem;
		right: 5%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 65px;
		height: 65px;
		background: var(--gradient-color);
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		border: none;
		z-index: 11;
	}

	.nav-header__toggle-line {
		display: inline-block;
		width: 35px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: .5s;
	}

	.menu-open .nav-header__toggle-line {
		background-color: #fff!important;
	}

	.menu-open .nav-header__toggle{
		background-color: var(--primary-color);
	}

	.nav-header__toggle-line.headerMenuScroll{
		background-color: var(--font-color);
	}

	.nav-header__toggle-line:nth-of-type(1){
		top: 22.5px;
	}
	.nav-header__toggle-line:nth-of-type(2){
		top: 32.5px;
	}
	.nav-header__toggle-line:nth-of-type(3){
		top: 42.5px;
	}
	.menu-open .nav-header__toggle-line{
		top: 50%;
	}
	.menu-open .nav-header__toggle-line:nth-of-type(1){
		transform: translateX(-50%) translateY(-50%) rotate(40deg);
	}
	.menu-open .nav-header__toggle-line:nth-of-type(2){
		display: none;
	}
	.menu-open .nav-header__toggle-line:nth-of-type(3){
		transform: translateX(-50%) translateY(-50%) rotate(-40deg);
	}
	
	.nav-header {
		width: 100%;
		height: 90px;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		z-index: 1002;
	}
	.nav-header__container{
		height: 100%;
	}

	.nav-header__menu {
		position: fixed;
		height: 100%;
		background: #fff;
		padding: 120px 12% 0;
		transition: .3s;
		overflow: hidden;
		top: 0;
		left: 100%;
		width: 100%;
		color: #fff;
		z-index: 10;
		margin: 0;
	}
	.menu-open .nav-header__menu {
		opacity: 1;
		left: 0;
	}
	.nav-header__menu{
		
	}
	.nav-header__menu-item:nth-of-type(n+2){
		border-top: 1px solid #ddd;
	}
	.nav-header__link,
	.nav-header__contact{
		position: relative;
		display: block;
		font-weight: 600;
		padding: 15px 0 15px 30px;
		color: var(--font-color);
	}
	.nav-header__children{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin: 0 0 15px;
	}
	.nav-header__children__item {
		width: calc(50% - 3px);
	}
	.nav-header__children__link{
		color: var(--font-color);
	}
	.nav-header__contact{
		display: block;
		position: relative;
		line-height: 1;
		text-decoration: none;
		text-align: center;
		background-color: var(--primary-color);
		color: #ffffff;
		margin: 30px 15px;
		padding: 15px;
		border-radius: 100px;
	}
	.nav-header__children__image{
		display: none;
	}

	
}
@media (max-width: 992px) {

	.bnr__join-us{
		bottom: 1.5rem;
		right: 5%;
		width: min(250px, 50%);
		z-index: 500;
	}
}
@media (max-width: 575px) {
	.menu-open{
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.nav-header__logo {
		position: relative;
		display: flex;
		align-items: center;
		margin-right: auto;
		width: 70%;
		max-width: 250px;
		height: 64px;
		z-index: 11;
		margin-left: 2.5%;
		margin-top: 1.5rem;
	}

	.nav-header__logo-image {
		display: block;
		max-width: 100%;
		max-height: 100%;
		padding: 7px;
	}
	.nav-header__toggle {
		position: fixed;
		top: 1.5rem;
		right: 2.5%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 65px;
		height: 65px;
		background: var(--gradient-color);
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		border: none;
		z-index: 11;
	}
}

/**********************
	l-header__sp
/**********************/
/*@media (max-width: 767.98px) {


	.nav-drawer {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		z-index: 1002;
	}

	.nav-drawer__container {
		display: flex;
		flex-direction: column;
		position: absolute;
		right: 0;
		top: 0;
		width: 80%;
		height: 100%;
		max-width: 350px;
		min-width: 200px;
		background: #fff;
		border-left: #e2e2e2 1px solid;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		animation-duration: var(--nav-drawer-duration);
		animation-fill-mode: forwards;
	}

	.menu-open .nav-drawer__container {
		animation-name: menu-container-appeared;
	}

	.menu-open .nav-drawer__container {
		animation-name: menu-container-leaved;
	}

	.nav-drawer__menu {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		overflow-y: auto;
	}

	.nav-drawer__menu-item {
		border-bottom: #e2e2e2 1px dashed;
	}

	.nav-drawer__menu-item:hover {
		background: #efefef;
	}

	.nav-drawer__link {
		position: relative;
		display: block;
		align-items: center;
		justify-content: space-between;
		color: inherit;
		letter-spacing: 0.01em;
		padding: 1em 2.5em 1em 2em;
		text-decoration: none;
	}

	.nav-drawer__link-main {
		display: block;
		font-weight: 500;
	}

	.nav-drawer__link-sub {
		color: #aaa;
		display: block;
	}

	.nav-drawer__menu-button {
		display: flex;
		margin: 0px;
		padding: 0px;
	}

	.nav-drawer__button-close {
		position: relative;
		background-color: var(--primary-color);
		margin: 0px 0px 0px auto;
		padding: 0px;
		width: 3rem;
		height: 3rem;
		border: none;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
		outline: none;
		background: #09c6c8;
	}

	.nav-drawer__button-close-line {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 40%;
		height: 2px;
		margin: auto;
		background: #fff;
	}

	.nav-drawer__button-close-line:nth-child(1) {
		transform: translateY(0) rotate(45deg);
	}

	.nav-drawer__button-close-line:nth-child(2) {
		transform: translateY(0) rotate(-45deg);
	}

	.nav-drawer__overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: rgba(0, 0, 0, 0.08);
		animation-duration: var(--nav-drawer-duration);
		animation-fill-mode: forwards;
	}

	.nav-drawer[data-open="true"] .nav-drawer__overlay {
		animation-name: menu-overlay-appeared;
	}

	.nav-drawer[data-open="false"] .nav-drawer__overlay {
		animation-name: menu-overlay-leaved;
	}
}*/

.mainvisual__container {
    position: relative;
    width: 100%;
    height: 105svh;
    overflow: hidden;
}

.mainvisual__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105svh;
    opacity: 0;
    transition: opacity 0.8s;
}

.mainvisual__slide > img {
    width: 100%;
    height: 105svh;
    object-fit: cover;
}

@media (max-width:575px){
	.mainvisual__container > .mainvisual__slide:nth-of-type(1) > img{
		object-position: 15% 100%;
	}
	.mainvisual__container > .mainvisual__slide:nth-of-type(2) > img{
		object-position: 0% 100%;
	}
	.mainvisual__container > .mainvisual__slide:nth-of-type(3) > img{
		object-position: 50% 100%;
	}

}

.mainvisual__slide.show {
    opacity: 1;
}

.mainvisual {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.mainvisual::after {
	content: "";
	display: block;
	position: absolute;
	right: 0%;
	bottom: 0%;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 44, 0.4);
}

.mainvisual__container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 100%;
	height: 105svh;
	padding-top: 0vh;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

.mainvisual__text-main {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: absolute;
	bottom: calc(50% - 5rem);
	right: 3rem;
	z-index: 50;
	text-shadow: 2px 3px 10px rgba(20, 20, 20, 0.4);
	font-size: var(--fs-h1);
}

.mainvisual__text-main span{
	font-size: var(--fs-h2);
}

.mainvisual__text-main > .sp-block{
	display: inline;
}


@media (max-width: 992px) {
	.mainvisual__text-main {
		left: 5%;
		right: auto;
		letter-spacing: 0.05em;
	}

	.mainvisual__text-main span{
		letter-spacing: 0.025em;
	}

	.mainvisual__text-sub {
		left: 6.0rem;
	}
}


@media (max-width: 768px) {
	.mainvisual__text-main {
		font-size: var(--fs-h1);
	}

	.mainvisual__text-main span{
		font-size: var(--fs-h2);
	}

	.mainvisual__text-sub {
		bottom: 1.75rem;
	}

	.mainvisual__text-main > .sp-block{
		display: inline-block;
		margin-top: 0.2em;
	}
}

@media (max-width: 575px){
	.mainvisual {
		position: relative;
/*		background-image: url("../img/mainvisual01.jpg");
		background-position: 39% 100%;
		background-size: cover;
*/		background-repeat: no-repeat;
		margin-inline: auto;
	}
	.mainvisual__container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 90vh;
		padding-top: 10vh;
		margin: 0 auto 0;
		position: relative;
		z-index: 4;
	}

	.mainvisual__text-main {
		letter-spacing: 0.05em;
		bottom: 15rem;
		left: 2.5%;
		line-height: 1.5;
		z-index: 15;
	}

	.mainvisual__text-main > .sp-block{
		display: block;
		margin-top: 0em;
	}


	.mainvisual__text-sub {
		padding-top: 2.3rem;
		left: 1.5rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 2;
		bottom: 1.0rem;
	}
}
.pagevisual {
	position: relative;
	z-index: 0;
	margin: 0;
	padding-top: calc(3rem + 6.4rem);
	padding-bottom: 6.4rem;
	background-image: url("../img/mainvisual.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pagevisual::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
}

.pagevisual__container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 6rem 15px;
	z-index: 2;
	padding-top: 0;
	padding-bottom: 0;
}

.pagevisual__text-main {
	font-weight: 700;
	font-family: "League Spartan", cursive;
}

.pagevisual__text-main:after {
	display: block;
	max-width: 20rem;
	margin: 1.3rem 0rem;
	border-bottom: 3px solid #222222;
	background: #222222;
	content: "";
}

.pagevisual__text-sub {
	color: #222222;
}
@media (min-width: 992px) {
	.pagevisual {
		padding-top: calc(3rem + 9.3rem);
		padding-bottom: 9.3rem;
	}
	.pagevisual__text-main {
	}
}

.page-heading__content {
	margin: 0;
	padding: 0;
}

.page-heading__content--left {
	text-align: left;
}

.page-heading__content--center {
	margin: 0 auto;
	position: relative;
}

.page-heading__content--right {
	text-align: right;
}

.page-heading__text-main {
	font-weight: 800;
	font-family: "League Spartan","Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 4.5rem;
}

.sub-page h3 {
	font-weight: 700;
	font-family: "League Spartan","Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 1.0rem;
}

#top-recruit .page-heading__text-main{
	text-align: center;
	margin-top: 1em;
}

#contact-guide .page-heading__text-main{
	text-align: center;
	margin-top: 0em;
}

#top-webdesign .page-heading__text-main{
	margin-bottom: 1.5rem;
}

section:not(#top-recruit,#contact-guide,#sub-page__top,#top-webdesign) .page-heading__text-main:before{
	content: "";
	background-color: var(--primary-color);
	width: 3em;
	height: 5px;
	display: block;
	position: absolute;
	bottom:-1.5rem;
	left: 0;
}

section:not(#top-recruit,#contact-guide,#sub-page__top,#top-webdesign) .page-heading__text-main:after{
	content: "";
	background-color: var(--dark-gray-color);
	width: 9em;
	height: 5px;
	display: block;
	position: absolute;
	bottom:-1.5rem;
	left: 3em;
}

@media (max-width:768px){
	#top-webdesign .page-heading__text-main{
		text-align: center;
		margin-bottom: 0rem;
	}
}

@media (max-width:575px){
	.page-heading__text-main{
		letter-spacing: 0.05em;
	}
	section:not(#top-recruit,#contact-guide,#sub-page__top) .page-heading__text-main:before{
		bottom: -0.75rem;
	}
	section:not(#top-recruit,#contact-guide,#sub-page__top) .page-heading__text-main:after{
		bottom: -0.75rem;
	}

	#top-recruit .page-heading__text-main{
		margin-top: 0.25em;
	}
}

#top-recruit .page-heading{
	margin-bottom: 5rem;
}

#top-recruit .footer-recruit__container{
	position: relative;	
}

.footer-recruit__image{
	width: 37.5%;
	position: absolute;
	top: -2.5rem;
	left: 0;
}

.footer-recruit__content{
	background-color: var(--primary-color);
	width: 97.5%;
	margin-right: 0;
	margin-left: auto;
	padding: 3rem 3rem 3rem calc(35% + 3rem);
	color: #fff;
	font-weight: 700;
	margin-top: 5rem;
}

.footer-recruit__header{
	color: var(--accent-color);
	font-weight: 800;
	margin-bottom: 2rem;
	font-size: var(--fs-h2);
}

.top-recruit__contact{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	align-items: center;
}

.footer-recruit__link{
	color: var(--primary-color);
	background-color: #fff;
	padding: 1.5rem 1rem;
	width: calc(50% - 1.5rem);
	text-align: center;
	font-weight: 800;
	vertical-align: middle;
	align-self: center;
	position: relative;
	font-size: var(--fs-h4);
	transition: 0.2s;
}

@media (hover: hover) and (pointer: fine) {
	.footer-recruit__link:hover{
		color: var(--font-color);
	}
}



.footer-recruit__link:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -0.75rem;
	right: -0.25rem;
	border-left: 1rem solid var(--primary-color);
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	transform: rotate(45deg);
	display: block;
}

.footer-recruit__link.external-link{
	background-color: var(--accent-color);
}


@media(max-width:768px){
	.footer-recruit__image{
		top: -8rem;
		width: min(250px,60%);
	}
	.footer-recruit__content{
		padding: 5rem 3rem 3rem;
		margin-top: 10rem;
	}
	.top-recruit__contact{
		flex-direction: column;
		gap: 1rem;
		margin-top: 1.5rem;
	}

	.footer-recruit__link{
		width: 100%;
	}
}

@media(max-width:768px){
	.footer-recruit__image{
		top: -8rem;
		width: min(250px,70%);
	}
	.footer-recruit__content{
		padding: 5rem 1.5rem 3rem;
		margin-top: 10rem;
	}


	.footer-recruit__header{
		margin-bottom: 1rem;
	}
}

.top-about__us .page-heading__text-main {
	color: var(--primary-color);
	position: relative;
}

.top-about__us .page-heading__text-main:before{
	content: "";
	width: 1px;
	height: 50px;
	display: block;
	left: 50%;
	top: -1.5em;
	position: absolute;
	background-color: var(--primary-color);
	z-index: 50;
}

@media(max-width:575px){
	.top-about__us .page-heading__text-main:before{
	top: -2.5em;
}
}


.page-heading__content--left .page-heading__text-main::after {
	margin-left: 0;
	margin-right: auto;
}

.page-heading__content--center .page-heading__text-main::after {
	margin-left: auto;
	margin-right: auto;
}

.page-heading__content--right .page-heading__text-main::after {
	margin-left: auto;
	margin-right: 0;
}

section:not(#top-recruit,#contact-guide,#sub-page__top) .page-heading__text-sub {
	color: var(--gray-color);
	position: absolute;
	font-family: "League Spartan", sans-serif;
	font-weight: 900;
	letter-spacing: 0.05em;
}

#top-recruit .page-heading__text-sub,#contact-guide .page-heading__text-sub{
	color: var(--primary-color);
	font-family: "League Spartan", sans-serif;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-align: center;
	font-size:var(--fs-big);
	display: block;
}

#top-recruit .page-heading__text-sub:after{
	content: "";
	background-color: var(--primary-color);
	width: 2em;
	height: 5px;
	display: block;
	position: absolute;
	top:1.45em;
	left: calc(50% - 1em);
}

.notfound__page .page-heading__text-sub{
	position: initial;
	opacity: initial;
	color: var(--primary-color);
	font-family: "League Spartan", sans-serif;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}

.content{
	position: relative;
}


@media (max-width:575px){
	.content{
		padding-top: 85px;
		margin-top: -85px;
	}

	#contact-guide{
		padding-top: 100px;
		margin-top: -100px;
	}

	#top-recruit .page-heading__text-sub:after{
		top:1.4em;
	}

}

.content .page-heading__text-sub{
	right: 0;
	bottom: -21rem;
	font-size: 70px;
	z-index: -1;
}

@media(max-width:992px){
	.content .page-heading__text-sub{
		left: 0;
		right: auto;
		bottom: -12.5rem;
		font-size: 45px;
	}
}

@media(max-width:768px){
	.content .page-heading__text-sub{
		right: 0;
		bottom: -16rem;
	}
}

@media(max-width:575px){
	.content .page-heading__text-sub{
		display: none;
	}
}

@media(max-width:400px){
	.content .page-heading__text-sub{
		right: 0;
		bottom: -27rem;
	}
}


#top-recruit__container{
	background-color: var(--primary-color);
}

.page-heading__message {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 6.4rem;
	color: #aaaaaa;
	font-weight: 400;
	text-align: center;
}

.page-heading-sub__content {
	margin: 0;
	padding: 0;
}

.page-heading-sub__content--left {
	text-align: left;
}

.page-heading-sub__content--center {
	text-align: center;
}

.page-heading-sub__content--right {
	text-align: right;
}

.page-heading-sub__text {
	position: relative;
}

.page-heading-sub__text:before {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 1.6em;
	margin-right: .8rem;
	border-radius: 3px;
	background: var(--primary-color);
	content: "";
}

.page-heading-sub__message {
	margin: 0 auto;
	padding-top: 1.3rem;
	color: #aaaaaa;
	font-weight: 400;
}

footer{
	transition: 0.2s;
}

.footer {
	position: relative;
	overflow-x: hidden;
}
/*
.footer__container:before{
	content: "";
	display: block;
	position: absolute;
	right: -5%;
	top: -15%;
	z-index: 5;
	width: 250px;
	height: 250px;
	background-image: url("../img/deco_transparent.svg");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
}

@media (max-width:575px){
	.footer__container:before{
		right: -15%;
		top: -10%;
		width: 200px;
		height: 200px;
	}
}*/

.footer__container {
	margin: 0 auto;
	padding: 90px 0 90px calc(15px + 2.5%);
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	align-items: center;
}

.footer__logo{
	width: 30%;
	margin-right: 2rem;
}

.footer__info{
	width: fit-content;
	font-weight: 700;
	padding-left: 2rem;
	border-left: 3px solid var(--primary-color);
}


.footer__info-list{
	line-height: 2;
	color: var(--primary-color);
}

.footer__info__tel{
	margin-right: 2rem;
}

.footer__copy{
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: var(--primary-color);
	line-height: 3;
	font-size: var(--fs-small);
}


.button-guide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
	width: 100%;
	max-width: 60rem;
	margin: 0 auto;
	padding: 1.3rem;
	border: none;
	border-radius: 8px;
	background: #eeeeee;
	color: #222222;
	font-weight: 400;
}

@media (max-width:768px){
	.footer__container{
	}
	.footer__logo{
		width: min(75%, 350px);
		margin-right: 0rem;
		margin-bottom: 2rem;
	}

	.footer__info__tel{
		margin-right: 1rem;
	}
}
@media (max-width:575px){
	.footer__container{
		padding: 3rem 15px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.button-guide:hover, .button-guide:focus {
		background: var(--primary-color);
		color: #ffffff;
	}
}


.table-overview {
	width: 100%;
	line-height: 1.8;
	text-align: left;
}

.table-overview tr th {
	width: 13rem;
	padding: .8rem;
	vertical-align: top;
}

.table-overview tr td {
	width: calc(100% - 13rem);
	padding: .8rem 1.3rem;
	vertical-align: top;
}


/*
 * -------------------------------------------------------------------
 * ?ȥåץک`??
 * -------------------------------------------------------------------
 */
.content{
	padding-block: 5rem;
}
.content__content {
	max-width: 800px;
	margin: 0 auto;
}
#top-webdesign .content__content{
	max-width: initial;
	margin: initial;
	display: flex;
	justify-content: space-between;
}

/*.content__heading {
	margin-bottom: 50px;
}*/

.content__text {
	color: var(--font-color);
	line-height: 2.25;
	font-weight: 600;
}

#top-webdesign .content__text{
	width: calc(75% - 1.5rem);
}
@media(max-width:768px){
	#top-webdesign .content__content{
		max-width: initial;
		margin: initial;
		display: flex;
		flex-direction: column;
	}

	#top-webdesign .content__text{
		width: 100%;
		margin: 0 auto 1.5rem;
	}
}

@media(max-width:575px){
	.content__heading {
		margin-bottom: 25px;
	}

	#top-webdesign .content__heading{
		margin-bottom: 5px;
	}

	.content__text {
		line-height: 2.0;
	}
}

.content__guide {
	padding-top: 6.4rem;
}

.content__image{
	width: 60%;
	display: block;
	aspect-ratio: 1.1278 / 1;
	padding: 6rem 0px;
	background: url('../img/top-company.jpg') no-repeat border-box left top;
	background-size:140%;
	margin: 0 0 0 auto;
	position: relative;
	overflow: hidden;
	transition:0.3s;
}

#top-service .content__image{
	background: url('../img/top-service.jpg') no-repeat border-box right top;
	margin: 0 auto 0 0;
	background-size:140%;
}

#top-works .content__image{
	background: url('../img/top-works.jpg') no-repeat border-box right top;
	background-size:140%;
}

#top-kakuichi .content__image{
	background: url('../img/image-collabo.jpg') no-repeat border-box 75% 60%;
	margin: 0 auto 0 0;
	background-size:110%;
}

#top-webdesign .webdesign__image{
	width: 25%;
}

#top-webdesign .webdesign__image img{
	width: 100%;
}
/*
@media(max-width:1200px){
	#top-kakuichi .content__image{
		background: url('../img/image-collabo.jpg') no-repeat border-box 80% 60%;
	}
}*/

@media(max-width:768px){
		
	#top-webdesign .webdesign__image{
		width: 80%;
		margin: 0 auto;
	}
}

@media(max-width:575px){
	#top-webdesign .webdesign__image{
		width: 100%;
	}
}

@media(max-width:575px) or (orientation: portrait) {
	#top-kakuichi .content__image{
		background: url('../img/image-collabo-sp.jpg') no-repeat border-box 0 75%;
		margin: 0 auto 0 0;
		background-size:100%;
	}
}


@media (hover: hover) and (pointer: fine){
	.content__image:hover{
		background-size:150%!important;
	}

	#top-kakuichi .content__image:hover{
		background-size:120%!important;
	}
}

.content__image .link__title{
	position: absolute;
	right: 1.5rem;
	bottom: 0.25rem;
	color: var(--primary-color);
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 2;
	font-size: var(--fs-h4);
	display: flex;
	justify-items: center;
}

.content__image .link__title .icon{
	width: 1.75em;
	transform: translate(5px,-3px);
	transition: 0.2s;
}

#top-service .content__image .link__title,#top-kakuichi .content__image .link__title{
	right: auto;
	left: 1.75rem;
}

.content__image:after{
	content: "";
	width: 250px;
	height: 76px;
	background-color: var(--gray-color);
	display: block;
	position: absolute;
	right: 0rem;
	bottom: -1px;
	transition: 0.3s;
	z-index: 1;
	border-top-left-radius: 15px;
}

#top-service .content__image:after,#top-kakuichi .content__image:after{
	  left: 0;
	  right: auto;
	  border-radius: 0px;
	  border-top-right-radius: 15px;
}
@media (hover: hover) and (pointer: fine){
	.content__image:hover:after{
		background-color: var(--accent-color);
	}

	.content__image:hover .link__title .icon{
		transform: translate(10px,-3px);
	}
}

@media (max-width:992px){

	#top-kakuichi .content__image{
		background: url('../img/image-collabo.jpg') no-repeat border-box 50% 50%;
		background-size:100%!important;
		margin: 0 auto 0 0;
		background-size:75%;
	}
}


@media (hover: hover) and (pointer: fine) and (max-width:992px){
	#top-kakuichi .content__image:hover{
		background-size:110%!important;
	}
}

@media (max-width:1200px){
	.content__image{
		width: 50%!important;
	}
}

@media (max-width:992px){
	.content{
		flex-direction: column;
		padding-block: 0.75rem;
	}

	.content__container{
		width: 100%!important;
	}

	.content__image{
		width:60%!important;
		align-self: center;
		padding: 3rem 0!important;
		z-index: 10;
		margin-top: 20rem;
		aspect-ratio: 1.6 / 1;
		background-size: 100%;
		background-position: 50% 60%;
	}

	.content .page-heading__text-main {
		margin-bottom: 3rem;
	}


	.content__image:after{
		content: "";
		width: 215px;
    	height: 60px;
	}

	#top-service .content__image:after,#top-kakuichi .content__image:after{
		left: auto;
		right: 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 0px;
	}

	#top-service .content__image,#top-kakuichi .content__image{
		margin: 20rem 0 0 auto;
		background-position: 50% 70%;
	}

	#top-works .content__image{
		background-position: 50% 60%;
	}


	#top-service .content__image .link__title,#top-kakuichi .content__image .link__title{
		right: 1.5rem;
		bottom: 0.25rem;
		left: auto;
	}

	#top-kakuichi .content__image{
		background: url('../img/image-collabo-sp.jpg') no-repeat border-box 0 50%;
		background-size:250%;
	}

}
/*
@media(max-width:992px) {
}*/

@media (max-width:768px){
	.content__image,#top-service .content__image,#top-kakuichi .content__image{
		margin-top: 24rem;
		width: 85%!important;
		aspect-ratio: 2.5 / 1;
	}
}


@media(max-width:575px){
	#top-company{
		margin-top: -3rem;
	}
	.content .page-heading__text-main {
		padding: 0.5rem 0rem;
		margin-bottom: 1.5rem;
	}
	.content__image:after{
		content: "";
		width: 175px;
    	height: 50px;
	}

	#contact-guide .page-heading__text-main{
		    margin-bottom: 1.5rem;
	}
	.content__image,#top-service .content__image,#top-kakuichi .content__image{
		margin-top: 23rem;
	}
}

@media(max-width:450px){
	.content__image,#top-service .content__image,#top-kakuichi .content__image{
		margin-top: 25rem;
	}
}

body:not(.sub-page) section:not(#top-recruit,#contact-guide,#top-webdesign) .content__container {
	padding: 3rem 3rem 9rem ;
	margin-top: 1.5rem;
	width: 50%;
	background-color: #fff;
	position: absolute;
	z-index: 10;
}

body:not(.sub-page) section#top-webdesign .content__container{
	padding: 3rem 3rem ;
	width: 100%;
	position: initial;
	background-color: #fff;
}



@media (max-width:1200px){
	body:not(.sub-page) section:not(#top-recruit,#contact-guide,#top-webdesign) .content__container{
		width: 55%;
	}

/*	.content__image{
		width: 50%!important;
	}*/
}

@media (max-width:992px){
	body:not(.sub-page) section:not(#top-recruit,#contact-guide,#top-webdesign) .content__container{
		width: 100%!important;
	}

	#top-service .content__container,#top-kakuichi .content__container{
		right: auto;
		left: 0;
	}
}

@media (max-width:575px){
	body:not(.sub-page) section:not(#top-recruit,#contact-guide,#top-webdesign) .content__container{
		padding: 1.5rem 1.5rem 6rem ;
		margin-top: 5rem;
		margin-bottom: 0;
		width: 100%!important;
	}
}

section#contact-guide .content__container{
	width:100%;
	padding: 3rem ;
	background-color: #fff;
	clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 3rem 100%, 0 calc(100% - 3rem));
	box-shadow: inset 0px 0px 0px 5px rgba(34, 178, 115, 1);
	position: relative;
}

section#contact-guide .content__container:before{
	content:"";
	width: 4.5rem;
	transform: rotate(45deg);
	aspect-ratio: 1 / 1;
	display: block;
	background-color: var(--primary-color);
	position: absolute;
	bottom: -2.15rem;
	left: -2.15rem;
}

section#contact-guide .content__container:after{
	content:"";
	width: 4.5rem;
	transform: rotate(45deg);
	aspect-ratio: 1 / 1;
	display: block;
	background-color: var(--primary-color);
	position: absolute;
	top: -2.15rem;
	right: -2.15rem;
}

#top-service .content__container,#top-kakuichi .content__container{
	right: 0;
}

@media(max-width:992px){
	.content__container {
		padding-top: 6.2rem;
	}
}

@media(max-width:768px){
	.content__container {
		padding-bottom:6.2rem;
		padding-top: 1.5rem;
	}
}


@media(max-width:575px){
	.content__container {
		position: relative;
		padding:3.2rem 0px ;
/*		margin-right: 5rem;*/
		width: 40%;
	}

	#top-recruit{
		margin-top: 3rem;
	}

	section#contact-guide .content__container{
		padding: 1.5rem;
		clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%, 1.5rem 100%, 0 calc(100% - 1.5rem));
		box-shadow: inset 0px 0px 0px 5px rgba(34, 178, 115, 1);
		position: relative;
	}

	section#contact-guide .content__container:after{
		width: 3rem;
	    top: -1.6rem;
	    right: -1.6rem;
	}


	section#contact-guide .content__container:before{
		width: 3rem;
		bottom: -1.6rem;
		left: -1.6rem;
	}
}

/*
.content__image::after{
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	background: var(--gradient-color);
	position: relative;
	top: calc(-100% + 1.5rem);
	left: 1.5rem;
	z-index: -1;
}*/


.top-carousel .slick-slide {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.top-carousel .slick-slide + .slick-slide{
	margin-left: 5rem;
}

.top-carousel .slick-slide:has(.carousel01){
	width: 500px;
	padding-top: 1rem;
}

.top-carousel .slick-slide:has(.carousel02){
	width: 400px;
	padding-top: 6rem;
}

.top-carousel .slick-slide:has(.carousel03){
	width: 550px;
}

.top-carousel .slick-slide:has(.carousel04){
	width: 450px;
	padding-top: 7rem;
}

.top-carousel .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width:992px){
	.top-carousel {
		margin-top: 3rem;
	}

	.top-carousel .slick-slide + .slick-slide{
		margin-left: 3rem;
	}

	.top-carousel .slick-slide:has(.carousel01){
		width: 300px;
		padding-top: 1rem;
	}

	.top-carousel .slick-slide:has(.carousel02){
		width: 250px;
		padding-top: 6rem;
	}

	.top-carousel .slick-slide:has(.carousel03){
		width: 300px;
	}

	.top-carousel .slick-slide:has(.carousel04){
		width: 350px;
		padding-top: 7rem;
	}
}


@media (max-width:575px){

	.top-carousel .slick-slide + .slick-slide{
		margin-left: 1.5rem;
	}

	.top-carousel .slick-slide:has(.carousel01){
		width: 150px;
		padding-top: 0rem;
	}

	.top-carousel .slick-slide:has(.carousel02){
		width: 125px;
		padding-top: 2rem;
	}

	.top-carousel .slick-slide:has(.carousel03){
		width: 150px;
	}

	.top-carousel .slick-slide:has(.carousel04){
		width: 125px;
		padding-top: 3rem;
	}
}


.top-about__us__container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 6rem 15px;
}

.top-about__us__heading {
	margin-bottom: 6.4rem;
}


@media(max-width:575px){
	.top-about__us__heading{
		margin-bottom: 3rem;
	}
}

.top-about__us__list {
/*	background: #fff;
	box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.15);*/
}

.top-about__us__list dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 2;
}

.top-about__us__list dl dt{
	width: 25%;
	background-color: rgba(0, 152, 170, 0.1);
	color: var(--primary-color);
	padding: 30px;
	border-top: 2px var(--primary-color) solid;
	font-weight: 700;
	text-align: center;
}

.top-about__us__list dl dt:last-of-type{
	border-bottom: 2px var(--primary-color) solid;
}

.top-about__us__list dl dd{
	width: 60%;
	background-color: #fff;
	padding: 30px;
	border-top: 2px var(--primary-color) solid;
	line-height: 2.25;
}

.top-about__us__list dl dd:last-of-type{
	border-bottom: 2px var(--primary-color) solid;
}

.to_toppage{
	margin-top: 2rem;
}

.top-about__us__list dl li a,.to_toppage a{
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--font-color);
}


@media screen and (min-width:768px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

@media (hover: hover) and (pointer: fine) {
	.top-about__us__list dl a:hover{
		border-bottom: none;
	}
}

@media(max-width:992px){
	.top-about__us__list dl dt{
		width: 30%;
		background-color: rgba(0, 152, 170, 0.1);
		color: var(--primary-color);
		padding: 15px;
		border-top: 2px var(--primary-color) solid;
		font-weight: 700;
		text-align: center;
	}

	.top-about__us__list dl dd{
		width: calc(70% - 1rem);
		background-color: #fff;
		padding: 15px;
		border-top: 2px var(--primary-color) solid;
	}
}

@media(max-width:575px){
	.top-about__us__list dl dt{
		width: 30%;
		background-color: rgba(0, 152, 170, 0.1);
		color: var(--primary-color);
		padding: 10px;
		border-top: 2px var(--primary-color) solid;
		font-weight: 700;
		text-align: center;
	}

	.top-about__us__list dl dd{
		width: 70%;
		background-color: #fff;
		padding: 10px;
		border-top: 2px var(--primary-color) solid;
	}
}
.top-about__us__list-item {
	padding: 2.4rem 1.3rem;
}


.top-about__us__guide {
	padding-top: 6.4rem;
}


@media (min-width: 992px) {
	.top-about__us__list {
		display: flex;
		padding: 3.2rem;
	}
	.top-about__us__list-item:not(:first-child) {
		border-left: 1px dashed #aaaaaa;
	}
}
.top-works__container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 6rem 15px;
}

.top-works__heading {
	margin-bottom: 6.4rem;
}

.top-works__list {
	margin: 0 -15px 0 -15px;
}


.top-works__list-item {
	margin: 15px 15px 4.8rem 15px;
}


.top-works__guide {
	padding-top: 6.4rem;
}

@media (min-width: 992px) {
	.top-works__list {
		display: flex;
		flex-wrap: wrap;
	}
	.top-works__list-item {
		width: calc(100% / 3 - 30px);
		margin: 15px;
	}
}

.top-contact__contact{
	display: flex;
	justify-content: space-between;
}

.top-contact__contact a{
	background-color: var(--primary-color);
	color: #fff;
	font-weight: 800;
	width: calc(50% - 1rem);
	text-align: center;
	padding: 1.5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: var(--fs-h3);
	
}

@media (hover: hover) and (pointer: fine) {
	.top-contact__contact a:nth-of-type(2):hover{
		color: var(--accent-color);
	}
}

.top-contact__contact a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -1rem;
	right: -0.5rem;
	border-left: 1.25rem solid #fff;
	border-top: 1.25rem solid transparent;
	border-bottom: 1.25rem solid transparent;
	transform: rotate(45deg);
	display: block;
}

.top-contact__contact a .icon{
	width: 1em;
	height: 1em;
	margin-right: 0.75em;
	display: inline-block;
}

@media(max-width:992px){

	.top-contact__contact a{
		width: calc(50% - 0.5rem);
	}

	.top-contact__contact a .icon{
		margin-right: 0.5rem;
	}
}

@media(max-width:992px){
	.top-contact__contact{
		flex-direction: column;
		gap: 1.5rem;
	}
	.top-contact__contact a{
		width:100%;
	}
}
/*
 * contact
 * -------------------------------------------------------------------
 */
.contact-guide {
	padding: 6rem 15px 0;
}

@media(max-width:768px){
	.contact-guide {
		padding: 6.2rem 0;
	}
}

.contact-guide__container {
	box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.15);
	max-width: 1140px;
	margin: 0 auto;
	padding: 6.4rem 15px;
	background: center / cover no-repeat url("../img/contact__bg.jpg");
	color: #fff;
	position: relative;
}

.contact-guide__container:after{
	content: "";
	height: calc(100% - 5rem);
	width: calc(100% - 5rem);
	border: 1px solid #fff;
	display: block;
	position: absolute;
	top: 2.5rem;
	left: 2.5rem;
}

.contact-guide__heading {
	margin: 0 0 7.5rem 0;
	text-align: center;
}

.contact-guide__heading-main {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.contact-guide__heading-sub {
	font-family: "League Spartan", cursive;
	font-style: italic;
	font-weight: 900;
	padding-top: 0.5rem;
}

.contact-guide__message {
	margin: 0 0 4.8rem 0;
	text-align: center;
}

.contact-guide__list{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
}
.contact-guide__list-item {
	margin: 0 0 2.4rem 0;
}

.contact-guide__list-item.number{
}
.form .contact-guide__item {
	width: 100%;
}
.number .contact-guide__item {
}

.contact-guide__button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	text-align: center;
	outline: none;
	transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
	width: 100%;
	padding: 1.3rem;
	color: #ffffff;
	height: 70px;
	font-weight: 700;
}
.number .contact-guide__button{

}
.tel .contact-guide__link{
	pointer-events: none;
}
.contact-guide__title{
	color: #707070;
	margin-right: 10px;
}
.contact-guide__num{
	text-align: left;
	font-family: "League Spartan","Zen Kaku Gothic New", cursive;
	font-style: italic;
	margin-block: 2rem;
	letter-spacing: 0.05em;
}

.contact-guide__num > span{
	letter-spacing: 0.1em;
}

.contact-guide__info{
	display: block;
	font-weight: 500;
	margin-top: 4.5rem;
	font-style: normal;
	font-family: "Pontano Sans","Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "?ҥ饮?νǥ? ProN W3", Hiragino Kaku Gothic ProN, Arial, "?ᥤ?ꥪ", Meiryo, sans-serif;
	text-align: center;
	margin-bottom: 6.4rem;
}
.contact-guide__info > span{
	padding: 1rem 1.5rem;
	border: 1px solid #fff;
	margin-right: 2rem;
}
.contact-form__container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 6rem 15px;
}

.contact-form__heading {
	margin-bottom: 3.2rem;
}

.contact-form__content {
	margin: 0 auto;
	padding: 3.2rem 1rem;
	background: #fff;
	border: 4px solid #efefef;
}
.contact-form__form {
	max-width: 850px;
	margin: 0 auto 1.3rem auto;
}
.contact-form__button {
	text-align: center;
}
.contact-form__button-submit {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: none;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
	background: var(--primary-color);
	padding: 1em 3em;
	color: #fff;
	border-radius: 50px;
	width: 100%;
	max-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.contact-form__button-submit:hover, .contact-form__button-submit:focus {
		background: #079698;
	}
}

@media (min-width: 992px) {
	.contact-form__content {
		padding: 6.4rem 4rem;
	}
	.contact-form__form {
		margin: 0 auto 6.4rem auto;
	}
	.contact-form__button-submit {
		max-width: 240px;
	}
}
@media (max-width: 991.98px) {
	.contact-guide__list{
		width: 100%;
	}
}


@media (max-width: 575.98px) { 
	.number .contact-guide__item{
		width: 100%;
	}

	.contact-guide__heading-main {
	}

	.contact-guide__heading{
		margin-bottom: 3.5rem;
	}

	.contact-guide__info{
		margin-bottom: 3.2rem;
		margin-top: 3.2rem;
	}

	.contact-guide__container{
		padding:3.2rem 15px;
	}

	.contact-guide__container:after{
		height: calc(100% - 1.5rem);
		width: calc(100% - 1.5rem);
		top: 0.75rem;
		left: 0.75rem;
	}

}

@media (max-width:450px){

	.contact-guide__info > span{
		padding: 0.75rem 1rem;
	}
}


#notfound .wrapper__inner{
	position: relative;
	margin-top: 8rem;
}

@media (min-width: 992px) {

	.notfound__container {
		position: relative;
		max-width: 1140px;
		margin: 8rem auto 1.5rem;
		padding: .8rem 15px;
	}
}



/*
 * sub-page
 * -------------------------------------------------------------------
 */
#sub-page__top{
 padding: 3rem;
 height: 50vh;
 margin: 0;
 position: relative;
}


#sub-page__top .page-heading{
	position: absolute;
	padding: 3rem 5.5rem 1.5rem 3rem;
	clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%,0 100%);
	background-color: var(--gray-color);
	bottom: -7.5rem;
	line-height: 1.2;
	left: 0;
	z-index: 100;
}

#sub-page__top .page-heading__text-main{
	margin-bottom: 0rem;
	letter-spacing: 0.2rem;
	font-weight: 900;
	font-size:var(--fs-big);
}
 #sub-page__top .page-heading__text-sub{
 	color: var(--font-color);
 	font-weight: 800;
 	font-size: var(--fs-h2);
 	line-height: 1.6;
 }

.sub-page .wrapper__inner{
 	width: calc(100% - 3rem);
 	padding: 0 1.5rem;
 }

 .sub-page .wrapper__inner section:not(#contact-guide):first-child{
 	margin-top: 6rem;
 }


 .sub-page .wrapper__inner section#sub-page__outline:first-child{
 	margin-top: 9rem;
 }

 .sub-page .wrapper__inner .page-heading{
 	margin-bottom: 3rem;
 }


@media (max-width:768px){
	#sub-page__top .page-heading{
		padding:1.5rem 3rem 1.5rem 1.5rem;
		clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%,0 100%);
		bottom: -5rem;
	}

	.sub-page .wrapper__inner{
	 	width: calc(100% - 0rem);
	 	padding: 0 1.5rem;
	 }

	 .sub-page .content__container{
	 	padding: 0;
	 }

	 #sub-page__top .page-heading__text-main{
	 	line-height: 1.0;
	 }

	 #sub-page__top .page-heading__text-sub{
	 	line-height: 1.2;
	 }

	 .sub-page .wrapper__inner section#sub-page__outline:first-child{
	 	margin-top: 6rem;
	 }

}


/*
 * company
 * -------------------------------------------------------------------
 */

#sub-company #sub-page__top,#notfound #sub-page__top{
	background: url('../img/company.jpg') no-repeat border-box center top / cover;
}

.company__content{
	display: flex;
	justify-content: space-between;
}

.company__greeting__text{
	width: calc(60% - 5rem);
}

.company__greeting__img{
	width: 40%;
}

.company__greeting__img img{
	width: 100%;
}

@media (max-width:768px){
	.company__content{
		flex-direction: column;
	}

	#company__greeting .company__content .company__greeting__text{
		width: 100%;
	}


	#company__greeting .company__content .company__greeting__img{
		width: min(100%, 500px);
		margin-inline: auto;
		margin-top: 1.5rem;

	}
}

.infomation__table{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 5rem auto 0;
}

.infomation__headline{
	width: 30%;
	padding: 1.75rem 1.5rem;
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	text-align: center;
	font-weight: 800;
}

.infomation__headline:first-child{
	border-top: 2px solid var(--primary-color);
}

.infomation__detail{
	width: 70%;
	padding: 1.75rem 1.5rem;
	background-color: #fff;
	border-bottom: 2px solid var(--primary-color);
}


.infomation__detail:nth-of-type(1){
	border-top: 2px solid var(--primary-color);
}


@media (max-width:768px){
	.infomation__table{
		width: 100%;
	}
}

@media (max-width:768px){
	.infomation__table{
		width: 100%;
		margin-top: 3rem;
	}

	.infomation__headline{
		padding: 1.25rem 1.0rem;
		color: var(--primary-color);
		border-bottom: 2px solid var(--primary-color);
		text-align: center;
		font-weight: 800;
	}

	.infomation__headline:first-child{
		border-top: 2px solid var(--primary-color);
	}

	.infomation__detail{
		padding: 1.25rem 1.0rem;
		background-color: #fff;
		border-bottom: 2px solid var(--primary-color);
	}
}

.access__content{
	text-align: center;
}

.access__content p{
	text-align: left;
}

.access__content iframe{
	max-width: 80%;
	aspect-ratio: 16 / 9;
	margin:1.5rem auto;
}


@media (max-width:768px){

.access__content iframe{
	max-width: 100%;
}
}

/*
 * service
 * -------------------------------------------------------------------
 */

#sub-service #sub-page__top{
	background: url('../img/mainvisual01.jpg') no-repeat border-box center 45% / cover;
}

#sub-service .content__container + .content__container{
	margin-top: 6rem;
}

.service__list__content{
	display: flex;
	justify-content: space-between;
}

.service__list__text{
	width: calc(60% - 5rem);
}

.service__list__img{
	width: 40%;
	position: relative;
}

.service__list__img img{
	width: 100%;
}

.service__list__img .service__list__link{
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	background-color: var(--gray-color);
	font-size: var(--fs-h4);
	color: var(--primary-color);
	font-weight: 700;
	padding: 0.75rem 1.5rem 0.5rem;
	overflow: hidden;
	display: flex;
	border-top-left-radius: 15px;
}

#partner{
	scroll-margin-top: 6rem;
}

.partner{
	margin-top: 3rem;
}

.partner p + .other__link{
	margin-top: 1.5rem;
}

.partner-lists .partner-list:first-child{
	border-top: 3px solid var(--dark-gray-color);
}

.partner-list{
	border-bottom: 3px solid var(--dark-gray-color);
}

.partner-list dl{
	display: flex;
	flex-wrap: wrap;
	margin-block: 1rem;
}

.partner-list .partner-list_link{
	font-size: var(--fs-link);
}

.service__list__img .service__list__link .icon,.other__link .icon{
	width: 1.75em;
	transition: 0.2s;
	margin-left: 0.25rem;
}

.other__link{
	color: var(--primary-color);
	font-weight: 600;
	display: flex;
}


body:not(#sub-collabo) .other__link{
	padding: 0.25rem 0.75rem;
	border: solid var(--primary-color) 2px;
	border-radius: 50px;
	color: var(--primary-color);
	font-weight: 600;
	display: flex;
	width: fit-content;
	margin-left: 1rem;
}

#sub-collabo .other__link{
	display: inline-block;
}

#sub-collabo .other__link:hover{
	text-decoration: underline;
}

.other__link + .other__link{
	margin-top: 0.5rem;
}

@media (hover: hover) and (pointer: fine) {
	.service__list__img .service__list__link:hover{
		background-color: var(--accent-color);
	}

	.service__list__img .service__list__link:hover .icon{
		transform: translate(10px,0px);
	}
}

@media (max-width:1350px){
	.service__list__img .service__list__link{
		font-size: var(--fs-normal);
	}
}

@media (max-width:768px){
	.service__list__text{
		width: calc(60% - 1.5rem);
	}

	.service__list__img .service__list__link{
		font-size: var(--fs-normal);
		padding: 0.5rem 1.0rem 0.25rem;
	}
}


@media (max-width:575px){
	.service__list__content{
		flex-direction: column;
		gap: 1.5rem;
	}

	.service__list__text{
		width:100%;
	}

	.service__list__img{
		width:min(100%,350px);
		margin-inline: auto;
	}
}

/*
 * collabo
 * -------------------------------------------------------------------
 */

#sub-collabo #sub-page__top{
	background: url('../img/image-kakuichi.jpg') no-repeat border-box center 75% / cover;
}

#sub-collabo .service__list__img figure:hover figcaption{
	text-decoration: underline;
}

.service__list__img figcaption{
	text-align: center;
	color: var(--primary-color);
	font-weight: 600;
}

.service__list__img figcaption .caution{
	font-size: var(--fs-link);
}

@media (max-width:575px){
	.service__list__img figcaption .caution{
		font-size: var(--fs-normal);
	}
}

/*
 * works
 * -------------------------------------------------------------------
 */

#sub-works #sub-page__top{
	background: url('../img/top-works.jpg') no-repeat border-box center center / cover;
}

#sub-page__outline .anchor-link__box{
	background-color: #fff;
	border: solid 3px var(--primary-color);
	padding: 2rem 1.5rem;
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

#sub-page__outline .anchor-link__box .anchor-link__list{
	color: var(--primary-color);
	font-weight: 700;
}

.works__list__content{
	margin-bottom: 3rem;
}

.works__list__content .works{
	display: flex;
	gap: 5rem;
	flex-wrap: wrap;
}

.works__list__content > div > div{
	width: 400px;
	aspect-ratio: 1.6 / 1;
}

.works__list__content > div > div > img{
	width: 100%;
	height: 100%;
}

.works .example{
	background-color: #ccc;
}

.works__list__content .before__after{
	display: flex;
	gap: 5rem;
	flex-wrap: wrap;
}

.works__list__content .before__after > div{
	position: relative;	
}

.works__list__content .before__after > div:before{
	content: "";
	background-color: var(--gray-color);
	bottom: 0;
	right: 0;
	position: 1rem;
	color: var(--primary-color);
	position: absolute;
	display: inline-block;
	font-weight: 800;
	padding: 0.5rem 1.25rem 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 15px;
	font-size: var(--fs-h3);
	font-family: "League Spartan", sans-serif;
}

.works__list__content .before__after > .before:after{
	content:"";
	clip-path: polygon(0 0, 75% 50%, 0 100%);
	background-color: var(--primary-color);
	display: block;
	width: 40px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: calc(50% - 20px);
	right: calc(-2.5rem - 25px);

}

#constructionWorks,#civilEngineeringWorks,#otherWorks{
	scroll-margin-top: 100px;
}




.works__list__content .before__after .before:before{
	content: "BEFORE";
}

.works__list__content .before__after .after:before{
	content: "AFTER";
}

.works__list__content .before__after + div{
	margin-top: 3rem;
}



@media (max-width:1200px){
	.works__list__content .before__after,.works__list__content .works{
		gap: 3rem;
	}
	.works__list__content .before__after > .before:after{
		content:"";
		clip-path: polygon(0 0, 75% 50%, 0 100%);
		background-color: var(--primary-color);
		display: block;
		width: 20px;
		aspect-ratio: 1 / 1;
		position: absolute;
		top: calc(50% - 10px);
		right: calc(-1.5rem - 15px);

	}
}

@media (max-width:992px){
	.works__list__content .before__after,.works__list__content .works{
		flex-direction: column;
	}
	.works__list__content .before__after > .before:after{
		content:"";
		clip-path: polygon(0 0, 75% 50%, 0 100%);
		rotate: 90deg;
		background-color: var(--primary-color);
		display: block;
		width: 20px;
		aspect-ratio: 1 / 1;
		position: absolute;
		top: auto;
		right: calc(50% - 15px);
		bottom: calc(-1.5rem - 13px);

	}
}

@media (max-width:575px){
	.works__list__content > div > div{
		width: 100%;
	}

	#sub-page__outline .anchor-link__box{
		gap: 1rem;
		padding: 1rem ;
	}

	.works__list__content .before__after + div{
		margin-top: 5rem;
	}
}

@media (max-width:400px){
	#sub-page__outline .anchor-link__box{
		flex-wrap: wrap;

	}
}


/*
 * recruit
 * -------------------------------------------------------------------
 */

#sub-recruit #sub-page__top{
	background: url('../img/join-us.jpg') no-repeat border-box center center / cover;
}

.for__apply-page{
	width: 80%;
	margin-inline: auto;
	margin-top: 3rem;
}

.apply-page__btn{
	background-color: var(--primary-color);
	font-weight: 700;
	color: var(--accent-color);
	text-align: center;
	padding: 1.5rem 0rem;
	width: 100%;
	display: block;
	margin-top: 1.5rem;
	font-size: var(--fs-h4);
}


@media (max-width:768px){
	.for__apply-page{
		width: 100%;
	}
}


/*
 * contact
 * -------------------------------------------------------------------
 */

#sub-contact #sub-page__top{
	background: url('../img/company.jpg') no-repeat border-box center center / cover;
}

#google-form{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%; /* ← 高さ比率を調整（縦長フォームなら150〜200%くらい） */
  z-index: 150;
  margin-top: 9rem!important;
}

#google-form iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


@media (max-width:768px){
	#google-form{
	  margin-top: 5rem!important;
	}
}


/*
 * notfound
 * -------------------------------------------------------------------
 */

#notfound .page-heading__text-main,#notfound .page-heading{
	margin-bottom: 1rem;
}
