*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow: auto;
}

body {
	font-family: 'Noto Sans JP',
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 2;
	color: #36373b;
	overflow: hidden;
}

.sp {
	display: none;
}

.display-flex {
	display: flex;
}

.flex-item-center {
	align-items: center;
}

.p-ab {
	position: absolute;
}

.p-rl {
	position: relative;
}

.container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.btn {
	padding: 0.7rem 1rem;
	border: 1px solid #36373B;
}

.btn::before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 2.5rem;
	background-image: url(../img/letter.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.btn-w {
	font-size: 1.5rem;
	padding: 1rem 4rem;
}

.btn-blue {
	background-color: #E5F4FA;
}

.btn-pink {
	background-color: #F4CBD2;
}

.title-outline {
	/* text-shadow:1px 1px 0 #36373B, -1px -1px 0 #36373B,
              -1px 1px 0 #36373B, 1px -1px 0 #36373B,
              0px 1px 0 #36373B,  0-1px 0 #36373B,
              -1px 0 0 #36373B, 1px 0 0 #36373B; */
	-webkit-text-stroke: 1.5px #36373B;
	text-stroke: 1.5px #36373B;
}

.title-pink {
	color: #F4CBD2;
}

.title-yellow {
	color: #F2DC30;
}

h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	letter-spacing: 0.1rem;
	text-align: center;
}

h3 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0.85rem;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}

.member-section h3 {
	margin-bottom: 2rem;
}

h2 img, h3 img {
	width: 100%;
	max-width: 500px;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.9;
}

a.btn:hover {
	background-color: #fff;
}

.col30 {
	width: 40%;
	padding: 2%;
}

.message .col30,
.member-section .col30 {
	text-align: center;
}

.col30 img {
	width: 100%;
	height: auto;
}

.col70 {
	width: 60%;
	padding: 2%;
}

.card {
	padding: 32px;
	background-color: #fff;
	box-shadow: 5px 5px 0 #36373b;
	width: 32%;
	border: 4px solid #898C95;
}

.card-img {
	text-align: center;
}

.card-img img {
	width: 100%;
	height: auto;
}

.title-subtext {
	font-size: 0.625rem;
	display: block;
	-webkit-text-stroke: 0px;
	text-stroke: 0px;
	color: #36373B;
}

.title-subtext::before {
	content: '';
	display: block;
	width: 2rem;
	border-bottom: 3px solid #F2DC30;
	margin: 0 auto;
}

.mgb120 {
	margin-bottom: 120px;
}

.text-left {
	text-align: left;
}

header {
	justify-content: space-between;
	padding: 0.8rem 2rem;
	position: fixed;
	width: 100%;
	z-index: 999;
}

h1 img {
	width: 15rem;
}

nav ul {
	align-self: center;
}

/* ハンバーガーメニュー */
.humberger {
	display: none;
	height: 40px;
	margin-left: auto;
	position: relative;
	z-index: 10;
	width: 40px;
	border: none;
	background-color: transparent;
}

.humberger.-active .humberger__line {
	background-color: transparent;
}

.humberger.-active .humberger__line::before {
	top: 0;
	transform: rotate(45deg);
}

.humberger.-active .humberger__line::after {
	top: 0;
	transform: rotate(-45deg);
}

.humberger__line {
	display: block;
	height: 2px;
	position: absolute;
	top: 23px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	background-color: #172e59;
	transition: 0.4s;
}

.humberger__line:before,
.humberger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #172e59;
	transition: inherit;
}

.humberger__line:before {
	top: -6px;
}

.humberger__line:after {
	top: 6px;
}

.nav-one {
	text-align: center;
	margin: 0 1.5rem;
}

.nav-subtext {
	display: block;
	font-size: 0.625rem;
	line-height: 1;
}

.main-vis {
	height: 100vh;
	background-color: #7BDBFF;
}

.main-car {
	right: 0;
	bottom: 0;
	width: 100vw;
	object-fit: contain;
}

.main-chara {
	bottom: 0;
	right: 0;
	max-width: 98%;
	max-height: 70%;
}

.main-copy {
	top: 20%;
	left: 10%;
	width: 26rem;
	max-width: 60%;
}

.main-copy img {
	width: 100%;
	height: auto;
}

.main-copy p {
	width: fit-content;
	padding: 0 1rem;
	background-color: #fff;
	margin-bottom: 1rem;
}

.aboutus {
	padding: 120px 0;
	background-color: #D1E380;
	text-align: center;
}

.aboutus .container::before,
.aboutus .container::after {
	content: '';
	display: inline-block;
	width: 5rem;
	background-image: url(../img/tree.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.aboutus .container {
	justify-content: space-around;
	align-self: center;
}

.work {
	justify-content: space-between;
	background-color: #AFE9FF;
	padding: 100px 0;
}

.link-detail {
	text-align: right;
}

.cycle {
	padding: 100px 0;
	text-align: center;
}

.cycle img {
	width: 100%;
	max-width: 1000px;
}

.recycool{
	max-width: 400px;
}

.attention {
	background-color: #fff;
	padding: 2rem;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.attention img {
	margin-right: 3rem;
	max-width: 3rem;
}

.other-work {
	width: 80%;
	margin: 3rem auto;
}

.other-work img {
	max-width: 300px;
}

.other-work ul {
	margin-left: 5rem;
	list-style: none;
}

.other-work li {
	border-bottom: 1px solid #333333;
}

.recruit {
	background-color: #7BDBFF;
	text-align: center;
	padding: 120px 0 300px 0;
	background-image: url(../img/member.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom
}

.recruit p {
	margin-bottom: 60px;
}

#company-profile {
	padding: 120px 0;
}

.map {
	position: relative;
	height: 450px;
}

/* Google Mapのiframe */
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

tr {
	border-bottom: 1px solid #36373B;
}

th {
	text-align: left;
	font-weight: normal;
	padding: 0.5rem;
	min-width: 6rem;
}

footer {
	color: #36373B;
	background-color: #E5F4FA;
	padding: 120px 0;
}

footer .container.display-flex {
	justify-content: space-between;
	align-items: center;
}

.footer-logo {
	margin-right: 5%;
}

.footer-info {
	width: 40rem;
}

.footer-contact {
	color: #36373B;
	margin: 2rem auto;
}

.footer-contact .btn {
	background-color: #fff;
}

small {
	text-align: center;
	display: block;
	margin: 2rem 0;
}

/* 下層ページ */

.page-head {
	padding: 120px 0;
	background-image: url(../img/page-head-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.page-title {
	letter-spacing: 0.2rem;
	text-align: left;
}

.message {
	padding: 120px 0;
}

.member-section {
	background-color: #7BDBFF;
	padding: 80px 0;
}

.work-detail {
	text-align: center;
	padding: 120px;
	max-width: 1000px;
	margin: 0 auto;
}

.work-title {
	margin-bottom: 2rem;
	;
}

.work-copy {
	font-size: 1.8rem;
}

.icon-item-list {
	margin-bottom: 60px;
}

.icon-item-list .display-flex {
	flex-wrap: wrap;
	justify-content: center;
}

.icon-item {
	list-style: none;
	padding: 2%;
	width: 22%;
	max-width: 200px;
	min-width: 100px;
}

.icon-item img {
	width: 100%;
	height: auto;
}

.round-list {
	/* padding-right: 3rem;
	margin-bottom: 1rem; */
	/* padding: 0.5rem 1rem; */
	margin: 0 auto;
	font-weight: bold;
	align-items: center;
	background-color: #fff;
	width: 80%;
	border: 2px solid #898C95;
}

.round-head-text {
	font-size: 1.3rem;
	display: inline-block;
	padding-left: 2.5rem;
	line-height: 2rem;
	margin: 1rem 2rem;
}

.round-head {
	font-size: 2rem;
	color: #fff;
	background-color: #36373B;
	/* border: 3px solid #f2dc30;
  display: inline-block; */
	width: 4rem;
	text-align: center;
	/* height: 4rem;
  border-radius: 2rem;
  line-height: 3.5rem;
	left: -1rem;
	top: 50%;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); */
	/* margin-right: 1rem;
	vertical-align: middle; */
}

.work-flow {
	margin: 4rem 0;
}

.flow-item {
	font-weight: bold;
	text-align: left;
	margin-bottom: 2rem;

}

.recruit-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.recruit-note {
	padding: 120px 0;
}

.member {
	width: 100%;
	margin-bottom: 3rem;
}

.member-info {
	display: inline-block;
	border-bottom: 3px solid #F2DC30;
}

.dl-container{
	justify-content: center;
}
.dl-container .btn{
	margin: 1rem;
}
.dl-container .btn::before{
	display: none;
}
.contact-info, .form {
	margin: 120px auto;
	max-width: 1000px;
}

.send {
	font-size: 1rem;
	letter-spacing: 0.7rem;
}

.contact-btn {
	font-weight: bold;
	color: #36373b;
	margin: 50px auto 0;
	display: block;
	max-width: 200px;
	width: 100%;
	background-color: #fff;
}

/* お問い合わせフォーム */
.end-message {
	display: none;
}

.false-message {
	display: none;
}

.type-list_section {
	display: flex;
}

.contact_list_title {
	max-width: 250px;
	width: 100%;
	display: inline-block;
}

.flex-box {
	display: flex;
	max-width: 200px;
	width: 100%;
}

.type-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	width: 100%;
}

.contact_section {
	margin-top: 30px;
	display: flex;
}

input {
	padding: 0;
}

.contact_section input {
	max-width: 600px;
	width: 100%;
	box-shadow: 0 0 4px gray;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	padding: 5px;
}

.contact_section textarea {
	max-width: 600px;
	width: 100%;
	box-shadow: 0 0 4px gray;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	padding: 5px;
}

@media (max-width:1150px) {
	.sp {
		display: block;
	}

	.humberger {
		display: block;
	}

	.header__nav-area {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 9;
		height: 100vh;
		width: 300px;
		visibility: hidden;
		padding-top: 60px;
		background-color: #fff;
		transition: 0.4s;
	}

	.header__nav-area.-active {
		right: 0;
		visibility: visible;
	}

	nav .display-flex {
		flex-direction: column;
	}

	.nav-one {
		height: 5rem;
	}

	.main-vis {
		max-height: 40rem;
	}

	.container {
		width: 95%;
	}

	.work.display-flex {
		flex-direction: column;
	}

	.recruit {
		padding: 50px 0 120px 0;
	}

	.message .display-flex {
		flex-direction: column;
	}

	.col30, .col70 {
		width: 100%;
	}

	.attention, .other-work {
		flex-direction: column;
		width: 92%;
	}

	.other-work ul {
		margin-left: 0;
	}

	.card {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		margin-bottom: 2rem;
	}

	.nationwide .container {
		margin-left: 5%;
	}

	#company-profile .display-flex {
		flex-direction: column;
	}

	#company-profile .col30,
	#company-profile .col70 {
		width: 100%;
	}

	footer .display-flex {
		flex-direction: column;
		width: 100%;
		text-align: center;
	}

	.footer-logo {
		margin-right: 0;
	}

	.footer-info {
		width: auto;
	}

	.round-list {
		width: 92%;
	}

	.aboutus .container::before,
	.aboutus .container::after {
		content: '';
		display: none;
	}

}

@media (max-width:800px) {
	.display-flex {
		flex-direction: column;
	}

	h1 img {
		max-width: 45vw;
	}

	header {
		padding: 0.5rem;
	}

	header.display-flex, .icon-item-list .display-flex {
		flex-direction: row;
	}

	.col30, .col70 {
		width: 100%;
	}

	.main-vis {
		max-height: 25rem;
	}

	.main-copy {
		font-size: 6vw;
		left: 4%;
	}

	.main-car {
		max-width: none;
		max-height: 100vh;
		right: auto;
	}

	.main-chara {
		max-width: 80%;
	}

	.aboutus .container::before,
	.aboutus .container::after {
		display: none;
	}

	.aboutus .col30 ,
	.recycool-section .col30{
		text-align: center;
	}

	.card {
		flex-direction: column;
	}

	.card-img img,
	.col30 img {
		max-width: 50vw;
	}

	footer img {
		max-width: 50vw;
	}

	.work-img {
		text-align: center;
	}

	.work-img img {
		width: 100%;
		height: auto;
	}

	.work-detail {
		padding: 60px 0;
	}

	/* お問い合わせフォーム */
	.end-message {
		display: none;
	}

	.false-message {
		display: none;
	}

	.type-list_section {
		display: block;
	}

	.contact_list_title {
		max-width: 300px;
		width: 100%;
		display: inline-block;
	}

	.flex-box {
		display: flex;
		max-width: 200px;
		width: 100%;
	}

	.type-list {
		display: flex;
		flex-wrap: wrap;
		max-width: 600px;
		width: 100%;
	}

	.contact_section {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.contact_section input {
		/* max-width: 350px; */
		width: 100%;
		height: 40px;
		box-shadow: 0 0 4px gray;
		border: 1px solid #F2F2F2;
		border-radius: 5px;
		margin-top: 5px;
	}

	.contact_section textarea {
		max-width: 600px;
		width: 100%;
		box-shadow: 0 0 4px gray;
		border: 1px solid #F2F2F2;
		border-radius: 5px;
	}
}
