@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@600&display=swap');

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
    font-size: 1.6em;
	color: #000000;
    line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	background: #ffffff;
	margin:0 !important;
	width: 100%;
	position: relative;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.contents_inner{
	max-width: 1100px;
    width: 90%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	display: block;
	color: #000000;
	text-decoration:none;
    cursor: pointer;
	transition: all 0.5s;
}
a:hover {
	opacity: 0.6;
	text-decoration:none;
}
.tab{
	display: none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
@media screen and (max-width: 840px) {
	.pc{
		display:none;
	}	
	.sp{
		display:none;
	}
	.tab{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
	}
	.pc{
        display:none;
    }
	.tab{
        display:none;
	}
    .sp{
        display:block;
    }
}
@media (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	position: fixed;
	width: 100%;
	height: 8vw;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 999;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 1.33vw;
}
header #logo {
	width: 19.86vw;
	line-height: 0;
}
header #nav_menu {
	align-items: center;
	column-gap: 2vw;
}
header #nav_menu.on_block {
	display:flex !important;
}
header #nav_menu ul.nav_main {
	display:flex;
	align-items: center;
	column-gap: 2.67vw;
}
header #nav_menu ul.nav_main li a {
	font-size: 1.06vw;
	font-weight: 700;
}
header #nav_menu ul.nav_main li.current a,
header #nav_menu ul.nav_main li a:hover {
	color: #114C98;
	text-decoration: underline;
	position: relative;
	opacity: 1;
}
header #nav_menu dl.nav_tel {
	display: flex;
	align-items: flex-start;
	column-gap: 1vw;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
header #nav_menu dl.nav_tel dt {
	font-size: 1.06vw;
	width: 2.67vw;
	background: #114C98;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
}
header #nav_menu dl.nav_tel dd .tel {
	display: block;
	font-size: 1.73vw;
	color: #114C98;
	margin-bottom: 0.33vw;
}
header #nav_menu dl.nav_tel dd .time {
	font-size: 0.8vw;
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}
header #nav_menu .nav_contact {
	width: 12vw;
	height: 8vw;
	background: #114C98;
	color: #FFF;
	font-size: 1.06vw;
	font-weight: 700;
	text-align: center;
	line-height: 8vw;
}
header .menu_btn_wrap {
    display: none;
}
@media screen and (max-width: 840px) {
	header {
		height: 70px;
		padding: 0 0 0 20px;
	}
	header #logo {
		width: 240px;
	}
	header .menu_btn_wrap {
        display: block;
		width: 70px;
		height: 70px;
		cursor:pointer;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	header .menu_btn_wrap .menu_btn {
		width: 34px;
		height: 21px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: all 0.3s;
		z-index:999;
	}
	header .menu_btn_wrap .menu_btn .lineh,
	header .menu_btn_wrap .menu_btn .linem,
	header .menu_btn_wrap .menu_btn .lineb {
		position:absolute;
		left: 0;
		width: 34px;
		height: 2px;
		background: #114C98;
		transition:all 0.3s;
	}
	header .menu_btn_wrap .menu_btn .lineh {
		top:0;
	}
	header .menu_btn_wrap .menu_btn .linem {
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
	}
	header .menu_btn_wrap .menu_btn .lineb {
		bottom: 0;
	}
	header .menu_btn_wrap .menu_btn.active .lineh {
		transform:rotate(-135deg);
		top: 10px;
	}
	header .menu_btn_wrap .menu_btn.active .linem {
		opacity: 0;
	}
	header .menu_btn_wrap .menu_btn.active .lineb {
		transform:rotate(135deg);
		bottom: 10px;
	}	
	header #nav_menu {
		width: 100%;
		height: auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
		padding-bottom: 50px;
		position: fixed;
		top: 70px;
		left: 0;
		display:none;
		z-index: 999;
	}
	header #nav_menu ul.nav_main {
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 30px;
		border-top: 4px solid #114C98;
	}
	header #nav_menu ul.nav_main li {
		width: 50%;
		border-bottom: 1px solid #ACACAC;
	}
	header #nav_menu ul.nav_main li:first-of-type {
		width: 100%;
	}
	header #nav_menu ul.nav_main li:nth-of-type(2n) {
		border-right: 1px solid #ACACAC;
	}
	header #nav_menu ul.nav_main li a {
		width: 100%;
		display: block;
		line-height: 60px;
		font-size: inherit;
		text-align: center;
	}
	header #nav_menu ul.nav_main li.current a {
		text-decoration: none;
	}
	header #nav_menu dl.nav_tel {
		justify-content: center;
		column-gap: 15px;
		margin-bottom: 20px;
	}
	header #nav_menu dl.nav_tel dt {
		font-size: inherit;
		width: 40px;
	}
	header #nav_menu dl.nav_tel dd .tel {
		font-size: 26px;
		margin-bottom: 10px;
	}
	header #nav_menu dl.nav_tel dd .time {
		font-size: 12px;
	}
	header #nav_menu .nav_contact {
		width: 180px;
		height: auto;
		font-size: inherit;
		line-height: inherit;
		padding: 20px 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	header {
		padding: 0 0 0 10px;
	}
	header #logo {
		width: 180px;
	}
	header #nav_menu {
		padding-bottom: 40px;
	}
	header #nav_menu ul.nav_main {
		margin-bottom: 20px;
	}
	header #nav_menu ul.nav_main li a {
		line-height: 50px;
	}
	header #nav_menu dl.nav_tel {
		column-gap: 10px;
		margin-bottom: 15px;
	}
	header #nav_menu dl.nav_tel dt {
		width: 35px;
	}
	header #nav_menu dl.nav_tel dd .tel {
		font-size: 22px;
		margin-bottom: 5px;
	}
	header #nav_menu dl.nav_tel dd .time {
		font-size: 11px;
	}
	header #nav_menu .nav_contact {
		width: 180px;
		padding: 15px 0;
	}
}
/*-----------------------------------

	link_block

-----------------------------------*/
#link_block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 130px;
}
#link_block > div {
	width: 33.33%;
	height: 375px;
	overflow: hidden;
}
#link_block a {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#link_block a:hover {
	opacity: 1;
}
#link_block a::before,
#link_block a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#link_block a::before {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: scale(1);
	transition: 0.5s;
	z-index: -1;
}
#link_block .item01 a::before {
	background-image: url(../img/common/link_img01.jpg);
}
#link_block .item02 a::before {
	background-image: url(../img/common/link_img02.jpg);
}
#link_block .item03 a::before {
	background-image: url(../img/common/link_img03.jpg);
}
#link_block a:hover::before {
	transform: scale(1.1);
}
#link_block a::after {
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}
#link_block a span {
	position: relative;
	z-index: 2;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
}
#link_block a span::after {
	display: block;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-align: center;
	margin-top: 15px;
}
#link_block .item01 a span::after {
	content: "Company";
}
#link_block .item02 a span::after {
	content: "Calendar";
}
#link_block .item03 a span::after {
	content: "Recycling";
}
@media screen and (max-width: 1100px) {
	#link_block > div {
		height: 290px;
	}
	#link_block a span {
		font-size: 20px;
	}
	#link_block a span::after {
		font-size: 16px;
	}
}
@media screen and (max-width: 840px) {
	#link_block > div {
		width: 100%;
		height: 200px;
	}
}
@media screen and (max-width: 640px) {
	#link_block {
		margin-bottom: 60px;
	}
	#link_block > div {
		height: 140px;
	}
	#link_block a span {
		font-size: 16px;
	}
	#link_block a span::after {
		font-size: 12px;
		margin-top: 10px;
	}
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	background: url(../img/common/contact_bg.jpg) no-repeat center/cover;
	padding-bottom: 80px;
}
#contact_block h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	top: -20px;
}
#contact_block h2::after {
	content: "Contact";
	font-size: 15px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.04em;
	color: #68B8F2;
	display: block;
	margin-top: 20px;
}
#contact_block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
}
#contact_block ul li {
	width: min(460px, calc(50% - 22.5px));
}
#contact_block ul li .ttl {
	display: block;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
#contact_block ul li a {
	border: 1px solid #114C98;
	height: 110px;
	display: grid;
	place-content: center;
	place-items: center;
	row-gap: 10px;
}
#contact_block ul li a .note {
	font-size: 12px;
	font-weight: 500;
}
#contact_block ul li.item01 a {
	background: #FFF;
}
#contact_block ul li.item01 a dl {
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
#contact_block ul li.item01 a dt {
	width: 40px;
	background: #114C98;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
}
#contact_block ul li.item01 a dd {
	display: block;
	font-size: 26px;
	color: #114C98;
}
#contact_block ul li.item02 a {
	background: #114C98;
	color: #FFF;
}
#contact_block ul li.item02 .mail {
	font-size: 20px;
	font-weight: 700;
	padding: 4px 0 4px 33px;
	background: url(../img/common/icon_mail.svg) no-repeat left center/23px;
	text-box: trim-both cap alphabetic;
}
#contact_block ul li.item02 .note {
	font-size: 11px;
}
@media screen and (max-width: 1100px) {
	#contact_block ul {
		gap: 30px;
	}
	#contact_block ul li {
		width: min(460px, calc(50% - 15px));
	}
}
@media screen and (max-width: 840px) {
	#contact_block ul li {
		width: min(460px, 100%);
	}
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding-bottom: 50px;
	}
	#contact_block h2 {
		font-size: 24px;
		margin-bottom: 20px;
		top: -15px;
	}
	#contact_block h2::after {
		font-size: 11px;
		margin-top: 10px;
	}
	#contact_block ul {
		gap: 20px;
	}
	#contact_block ul li a {
		height: 80px;
		row-gap: 5px;
	}
	#contact_block ul li a .note {
		font-size: 10px;
	}
	#contact_block ul li.item01 a dl {
		column-gap: 10px;
	}
	#contact_block ul li.item01 a dt {
		width: 35px;
	}
	#contact_block ul li.item01 a dd {
		font-size: 22px;
	}
	#contact_block ul li.item02 .mail {
		font-size: 16px;
		padding: 4px 0 4px 30px;
		background: url(../img/common/icon_mail.svg) no-repeat left center/21px;
	}
	#contact_block ul li.item02 .note {
		font-size: 10px;
	}
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
	background: #114C98;
    border-radius: 50%;
    transition-duration: 0.3s;
}
#pagetop::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
	top: 17px;
    left: 14px;
    transform: rotate(-45deg);
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
	background: #FFF;
	padding: 80px 0 0;
}
footer #footer_wrap {
	display:flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
footer #footer_wrap .details #footer_logo {
	width: 300px;
	margin-bottom: 25px;
}
footer #footer_wrap .details #footer_logo a {
	display: block;
}
footer #footer_wrap .details .address {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}
footer #footer_wrap nav {
	display: flex;
	flex-direction: column;
	align-items: end;
	row-gap: 50px;
}
footer #footer_wrap nav ul {
	display: flex;
}
footer #footer_wrap nav ul.nav_main {
	gap: 40px;
}
footer #footer_wrap nav ul.nav_main li a {
	font-weight: 700;
}
footer #footer_wrap nav ul.nav_main li.current a,
footer #footer_wrap nav ul.nav_main li a:hover,
footer #footer_wrap nav ul.nav_sub li a:hover{
	opacity: 1;
	color: #114C98;
	text-decoration: underline;
}
footer #footer_wrap nav ul.nav_sub {
	gap: 25px;
}
footer #footer_wrap nav ul.nav_sub li a {
	font-size: 12px;
	font-weight: 500;
}
footer small {
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 0 0 30px;
}
@media screen and (max-width: 1100px) {
	footer #footer_wrap nav ul.nav_main {
		gap: 2.4vw;
	}
	footer #footer_wrap nav ul.nav_main li a {
		font-size: 15px;
	}
}
@media screen and (max-width: 840px) {
	footer #footer_wrap {
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	footer #footer_wrap .details {
		text-align: center;
	}
	footer #footer_wrap .details #footer_logo {
		margin: 0 auto 25px;
	}
	footer #footer_wrap nav ul.nav_main {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	footer {
		padding: 40px 0 0;
	}
	footer #footer_wrap {
		margin-bottom: 40px;
		gap: 30px;
	}
	footer #footer_wrap .details #footer_logo {
		width: 200px;
		margin-bottom: 15px;
	}
	footer #footer_wrap nav ul.nav_sub {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	footer #footer_wrap nav ul.nav_sub li a {
		font-size: 10px;
	}
	footer small {
		font-size: 10px;
	}
}