@charset "utf-8";
/*
	Theme Name: 環境衛生グループ
	Description: 環境衛生グループのレスポンシブテーマ
	Theme URI: 
	Author: 環境衛生グループ
	Author URI: 

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	color:#10131A;
	font-size:62.5%;
	margin-top: 0 !important;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #FF0000;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem !important;
}
.indent1{
  padding-left: 1rem;
}
.indent2{
  padding-left: 2rem;
}
.indent3{
  padding-left: 3rem;
}
.indent4{
  padding-left: 4rem;
}

@media screen and (max-width: 1600px) {
	.layout{
		width:94%;
		margin: 0 3%;
	}
}
@media screen and (max-width: 1200px) {
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}

/*--- 見出し ---*/
h2{
	font-size: 2.3rem;
	font-weight: bold;
}
h3{
	font-size: 2rem;
	font-weight: bold;
}
h4{
	font-size: 1.8rem;
	font-weight: bold;
}
h5{
	font-size: 1.5rem;
	font-weight: bold;
}
h6{
	font-size: 1.35rem;
	font-weight: bold;
}




/* header
---------------------------------------*/
header{
	position: absolute;
	width: 100%;
	z-index: 999999;
	top: 50px;
}
.header_area{
	justify-content: space-between;
	align-items: center;
}
.header_logo{
	width: 20%;
}
.header_logo img{
	display: block;
}
.header_R{
	padding: 2rem 4rem;
	border-radius: 50px;
	background-color: #FFF;
	align-items: center;
}
.gnav{
	height: 28px;
	font-weight: 600;
}
.gnav ul{
	display: flex;
}
.gnav ul li{
	margin-right: 3rem;
}
.btn_header{
	margin-left: 4.5rem;
}
.btn_header a{
	display: block;
	color: #FFF;
	padding: 0.5rem 4rem;
	border-radius: 30px;
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
}
.btn_header a i{
	margin-left: 0.5rem; 
}

#fixed_header {
	position: fixed;
	top: -90px;  
	background-color: #FFF;
	width: 100%;
	transition: .5s;
}
#fixed_header.is-show {
	top: 0;
	z-index: 99999;
}
@media screen and (max-width: 800px) {
	header{
		position: fixed;
		top: 0;
		background-color: #FFF;
		padding: 0.5rem 1rem;
	}
	#fixed_header.is-show {
		top: 0;
		display: none;
	}
	.header_R{
		display: none;
	}
	.header_logo{
		width: 40%;
		margin-left: 30%;
		padding-top: 1rem;
	}
	.fixed_header{
		padding-bottom: 1rem;
	}
}

/* --- hamburger-menu --- */
.hamburger-menu{
	position: fixed;
	top: 15px;
	left: 10px;
	z-index: 999999;
}
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}


/* footer
---------------------------------------*/
footer{
	background-color: #10131A;
	border-radius: 30px 30px 0 0;
	padding-bottom: 3rem;
	margin-bottom: -30px;
}
footer,footer a{
	color: #FFF;
}
.footer_area{
	justify-content: space-between;
	padding: 7rem 0;
}
.footer_logo{
	width: 25%;
}
.footerR{
	width: 68%;
}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}
.footer_nav ul li{
	margin-right: 3rem;
}
.Flead01{
	display: inline-block;
	margin-bottom: 3rem;
	border: 1px solid #FFF;
	border-radius: 30px;
	padding: 0.5rem 7rem;
}
.Flead02{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.Fflex02,.Fflex03,.copy{
	font-size: 1.4rem;
}
.Fflex02 .Fttl01{
	width: 34%;
}
.Fflex02 .Fad{
	width: 66%;
}
.Fflex03 .Fttl01{
	width: 25%;
}
.Fflex03 .Fad{
	width: 75%;
}

.Fbox01{
	margin-top: 5rem;
}
@media screen and (max-width: 800px) {
	.Flead02{
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.footer_area{
		padding: 5rem 0;
	}
	.footer_logo{
		margin-bottom: 3rem;
		text-align: center;
	}
	.footer_logo img{
		width: 70%;
	}
	.footer_logo,.footerR{
		width: 100%;
	}
	.Fflex02 .Fttl01{
		width: 37%;
	}
	.Fflex02 .Fad{
		width: 63%;
	}
}

/*---- back-top ----*/
/* ボタンの指定 */
.js-backToTop{
	position: fixed;
	right: 20px;
	bottom: 85px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	border: 1px solid #D3DEE7;
	background: linear-gradient( #0058A3,#0067C0,#0089FF);
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #000;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 480px) {
	.js-backToTop{
		right: 2%;
		bottom: 20px;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
/*.contents{
	margin-top: -30px;
}*/
.contents section{
	margin-bottom: 8rem;
}

.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.top_flex{
	margin-top: 95px;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-100px;
	padding-top:100px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.top_flex{
		margin-top: 70px;
	}
	.anchor{
		margin-top:-80px;
		padding-top:80px;
	}
	.width70,.width60{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.top_flex{
		margin-top: 70px;
	}
}

/* TOP PAGE
---------------------------------------*/
/* ---- slider ----*/
.contents .slider_area{
	padding: 3rem 2% 0;
	margin-bottom: 3rem;
	position: relative;
	border-radius: 30px;
}
.slider_area img{
	border-radius: 30px;
}
.slide_text{
	font-size: 3.7vw;
	font-weight: bold;
	color: #FFF;
	text-shadow: 3px 3px 3px #707070;
	position: absolute;
	z-index: 999;
	top: 30rem;
	left: 20%;
	line-height: 1.5;
}
@media screen and (max-width: 800px) {
	.slide_text{
		top: 16rem;
	}
}
@media screen and (max-width: 480px) {
	.contents .slider_area{
		margin-top: 5rem;
	}
	.slide_text{
		top: 8rem;
		left: 15%;
	}
}
@media screen and (max-width: 480px) {
.slider_area img{
	border-radius: 15px;
}
}

/* ---- fade_up ----*/
.fade_up{
    transform: translateY(50px);
    opacity: 0;
	border-radius: 30px;
	padding: 3rem 2rem;
	background-color: #FFF;
}
.fade_up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
.fade_up .child_box{
	margin-bottom: 0;
}
/* ---- Our Business ----*/
.bg01{
	border-radius: 30px;
	padding: 8rem 0;
	margin: 3rem 2%;
	background-color: #D3DEE7;
} 
.box01{
	margin-bottom: 5rem;
	align-items: flex-start;
}
.box01 .boxL01{
	width: 42%;
}
.box01 .boxR01{
	width: 55%;
}
.page .box01 .boxL01{
	width: 45%;
}
.page .box01 .boxR01{
	width: 52%;
}

h2.lead01{
	font-size: 3.8vw;
	line-height: 1.3;
}
.lead02{
	font-size: 1.9vw;
	font-weight: bold;
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.3;
	margin-bottom: 5rem;
}
.page h2.lead01{
	font-size: 3.1vw;
}
.page .lead02{
	font-size: 1.7vw;
}
.boxR01 a{
	width: 46%;
	margin-left: 2%;
	margin-bottom: 1.5rem;
	padding: 1rem 3rem 1rem 5rem;
	border-radius: 35px;
	background-color: #FFF;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.page .boxR01 a{
	font-size: 1.8rem;
}
.boxR01 a img{
	width: 30px;
	display: block;
}
@media screen and (max-width: 1500px) {
	h2.lead01{
		font-size: 6rem;
	}
	.lead02{
		font-size: 2.2rem;
	}
	.boxR01 a{
		padding: 1rem 2.5rem 1rem 3.5rem;
	}
	.page .boxR01 a{
		font-size: 1.6rem;
	}
	.boxR01 a img{
		width: 25px;
	}
}

.flex_area .anchor:nth-of-type(even) .box02{
	flex-direction: row-reverse;
}
.flex_area .anchor{
	margin-bottom: 30px;
}
.flex_area .anchor:last-of-type{
	margin-bottom: 0;
}
.box02{
	align-items: center;
}
.lead03{
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 5rem;
}
.lead03 span{
	display: block;
	line-height: 1.3;
}
.text01{
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.6rem;
}
.box03{
	width: 60%;
	margin: 0 auto;
}
.lead04{
	margin-bottom: 1rem;
}
.btn01{
	margin-top: 8rem;
}
.btn01 a{
	display: block;
	width: 100%;
	border-radius: 30px;
	text-align: center;
	background-color: #D3DEE7;
	padding: 1rem 0;
	font-weight: bold;
	position: relative;
}
.btn01 a::after{
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('images/arrow01.png');
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 9px;
	right: 30px;
}
.img_box01{
	position: relative;
	padding-bottom: 100%; 
	/* padding-bottom: 115%;  */
	height: 0;
	overflow: hidden;
	border-radius: 25px;
}
.img_box01 .img_inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img_box01 .img_inner img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 480px) {
	.bg01{
		border-radius: 20px;
		padding: 3rem 0;
		margin: 3rem 2%;
	} 
	.fade_up{
		border-radius: 20px;
		padding: 2rem 1rem;
	}
	.box01{
		margin-bottom: 3rem;
	}
	.box01 .boxL01,.box01 .boxR01,
	.page .box01 .boxL01,.page .box01 .boxR01{
		width: 100%;
	}
	.box01 .boxL01{
		margin-bottom: 2rem;
	}
	h2.lead01,.page h2.lead01{
		font-size: 3rem;
		line-height: 1.3;
	}
	.lead02,.page .lead02{
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.boxR01 a{
		width: 100%;
		margin-left: 0;
		margin-bottom: 1.5rem;
		padding: 1rem 3rem 1rem 5rem;
		border-radius: 35px;
		background-color: #FFF;
		justify-content: space-between;
		align-items: center;
	}
	.box03{
		width: 100%;
	}
	.lead03{
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	.btn01{
		margin: 3rem 0;
	}
}

/* ---- CSR活動 ----*/
.top_area02 .lead02{
	margin-bottom: 2rem;
}
.top_area02 .box01 .boxL01,.top_area02 .box01 .boxR01{
	width: 50%;
}
.boxR01 .btn02{
	width: 340px;
}
.boxR01 .btn02 a{
	background-color: #D3DEE7;
}

.bg01 .btn02 a{
	background-color: #FFF;
}
.box04 .boxR01{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.box05{
	padding: 0;
}
.box05 .img_box02{
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 1rem;
}
.box05 .img_box02 img{
	display: block;
}
.cat01{
	width: 180px;
	color: #FFF;
	padding: 0.2rem 0;
	text-align: center;
	border-radius: 30px;
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
	margin-top: 1rem;
	font-size: 1.4rem;
}
.box05 .child_box{
	margin-bottom: 4rem;
	transition: all 0.3s;
}
.box05.fade_up{
	background-color: transparent;
}

@media screen and (max-width: 480px) {
	.top_area02 .box01 .boxL01,.top_area02 .box01 .boxR01{
		width: 100%;
	}
	.boxR01 .btn02{
		width: 100%;
		margin: 0;
	}
	.cat01{
		width: 150px;
	}
}

/* 下層ページ
---------------------------------------*/
.page.bg01{
	margin: 2rem 2%;
}
.wrap01{
	padding: 0 8%;
}
.breadcrumbs{
	margin: 4rem auto 10rem;
	font-size: 1.4rem;
}
.pad01{
	margin: 0 5% 3rem;
}
.default .bg02{
	margin: 0;
}
@media screen and (max-width: 1580px) {
	.wrap01{
		padding: 0 5%;
	}
}
@media screen and (max-width: 1200px) {
	.pad01{
		margin: 0 2% 3rem;
	}
}
@media screen and (max-width: 1300px) {
	.wrap01{
		padding: 0 2%;
	}
}
@media screen and (max-width: 800px) {
	.breadcrumbs{
		margin: 2rem auto 3rem;
	}
}
@media screen and (max-width: 480px) {
	.page.bg01{
		margin: 7rem 2% 2rem;
	}
}

/* 会社情報
---------------------------------------*/
.toggle_contents {
	margin-bottom: 4rem;
}
.toggle_title {
	position: relative;
	cursor: pointer;
	display: flex;
}
.toggle_contents dd{
	position: relative;
}
.toggle_contents dt{
	margin-bottom: 2rem;
}
.toggle_contents dt,.toggle_contents dd{
	background-color: #FFF;
	padding: 3rem 5rem;
	border-radius: 30px;
}
.flex_box02{
	align-items: center;
}
.lead05{
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: 3rem;
}
.lead_en01{
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about_table{
	width: 100%;
}
.about_table th,.about_table td{
	padding: 2rem 0;
	border-bottom: 1px solid #D3DEE7;
}
.about_table th{
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.about_table td{
	width: 80%;
}
.catch_copy01{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 3rem;
	text-align: center;
}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 5rem;
	transform: translateY(-50%);
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #FFF;
	position: absolute;
	width: 13px;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 3px;
	height: 13px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
@media screen and (max-width: 480px) {
	.toggle_contents dt,.toggle_contents dd{
		padding: 1.5rem;
	}
	.lead05{
		font-size: 2rem;
		margin-right: 2rem;
	}
	
	.about_table th,.about_table td{
		padding: 0;
		border: none;
		display: block;
	}
	.about_table th{
		width: 100%;
		padding-top: 1rem;
	}
	.about_table td{
		width: 100%;
		padding-left: 1em;
		border-bottom: 1px solid #D3DEE7;
		padding-bottom: 1rem;
	}
	.toggle_btn {
		right: 1.5rem;
	}
	.catch_copy01{
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
}


.group_box .child_box{
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	padding: 2rem 3rem 4rem;
}
.lead06{
	font-size: 2.6rem;
	margin: 2rem 0;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.group_box .child_box{
		width: 100%;
		padding: 2rem 1.5rem 4rem;
	}
	.lead06{
		font-size: 2rem;
	}
	
}

/* インフォメーション・CSR アーカイブ
---------------------------------------*/
.box05 .child_box{
    opacity: 1;
}
.box05 .child_box.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
.more{
	margin-top: 5rem;
}
.more button{
	cursor: pointer;
	display: inline-block;
	width: 300px;
	border-radius: 30px;
	text-align: center;
	background-color: #FFF;
	padding: 2rem 0;
	font-weight: bold;
	position: relative;
	border: none;
}
.more button::after{
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('images/arrow01.png');
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 12px;
	right: 30px;
}
.more.is-btn-hidden{
  display:none;
}

/* インフォメーション・CSR シングル
---------------------------------------*/
.bg02{
	background-color: #FFF;
	padding: 7rem 0;
	margin: 0 5%;
	border-radius: 30px;
}
.lead07{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
}
.ttl_area{
	margin-bottom: 4rem;
}
.text_area p{
	margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
	.bg02{
		margin: 0 2%;
	}
	
}
@media screen and (max-width: 480px) {
	.bg02{
		background-color: #FFF;
		padding: 4rem 0;
	}
}

/* プライバシーポリシー
---------------------------------------*/
.privacy h2{
	margin-top: 1em;
	font-size: 2.4rem;
}
/* お問い合わせ
---------------------------------------*/
.required{
	text-align: center;
	color: #FF0000;
	margin-left: 0.5rem;
	font-size: 2rem;
}
.contact_box01{
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.co_lead{
	width: 20%;
}
.co_input01,.co_input02{
	width: 60%;
}
.co_input03{
	width: 80%;
}
.co_input01 .coL,.co_input01 .coR{
	width: 49%;
	text-align: center;
}
.co_input01 .coL{
	margin-right: 2%;
}
.border_box{
	padding: 1.5rem 3rem;
	border-radius: 30px;
	border: 1px solid #0067C0;
}
.contact_box01 input,.contact_box01 textarea{
	width: 100%;
}
.contact_box01 textarea{
	border: none;
}
.submit button[type="submit"] {
	width: 250px;
	text-align: center;
	padding: 1.5rem 0;
	cursor: pointer;
	background: linear-gradient(90deg, #0058A3,#0067C0,#0089FF);
	border: none;
	position: relative;
	color: #FFF;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1.8rem;
}
.back_btn{
	margin-left: 2rem;
}
.consent{
	margin: 3rem 0;
}
.contact_box01 .mwform-tel-field input{
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.co_input01,.co_input02{
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.co_lead,.co_input01,.co_input02,.co_input03{
		width: 100%;
	}
	.co_lead{
		margin-bottom: 0.5rem;
	}
	.co_input02 input::placeholder{
		font-size: 1.2rem;
	}
	.back_btn{
		margin-top: 1rem;
		margin-left: 0;
	}
}










