@charset "UTF-8";
/* CSS Document */

/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle,.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}

/* all */
body{
	color: #000;
	background-color: #fff;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 調整　*/
.w1680{
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
.flex_contents{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.flex_contents .img{
	width: 250px;
}
.flex_contents .img img{
	width: 100%;
	padding: 20px;
	align-self: center;
}
.flex_contents .txt{
	align-self: center;
	width: calc(100% - 300px);
	padding: 0 15px;
}
.flex_contents .txt h3{
	font-size: 1.2em;
	border-bottom: solid 2px #00a3f5;
	margin-bottom: 10px;
}
.flex_contents .txt p{
	margin-bottom: 10px;
}
.flex_contents .txt ul {
	display: flex;
	flex-wrap: wrap;
}
.flex_contents .txt ul li{
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	background: #ceeaf9;
	line-height: 150%;
}
/* 見出し*/
.copy_2em{ 
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-size: 2em;
}
/* 背景カラー*/
.bg_blue{
	background: #d9ebf4;
}
.bg_gray{
	background: #f5f5f5;
}
.bg_gray_in{
	background: #f5f5f5;
	border-radius: 50px;
}
.bg_lr{
	background: url("../img/bg_cut01.png"),url("../img/bg_cut04.png");
	background-repeat: no-repeat;
	background-position: top left 50px,top 60% right 50px;
	background-size: 250px;
}

/* ボタン */

.btn_wrap{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
	color: #fff;
    background:#00a3f5;
	border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}

/*ボタン内spanの形状*/
.btn_wrap span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#004e75;
 	width: 100%;
	height: 100%;
	border-radius: 5px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background: rgba(255,255,255,1.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items: flex-start;
    transition: .5s;
    width: 100%;
	height: 60px;
}
.site-header.transform{
    background: rgba(255,255,255,1.0);
}
.site-header h1{
	line-height: 60px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
}
.site-header h1 img{
	width: auto;
	height: 65px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;
	transition: .5s;
	background:#fff;
	margin-top: 8px;
}
.site-header.transform h1 img{
	height: 45px;
	margin-top: 0;
}
.site-header h1 a{
	color: #000;
}
.header_phone{
	padding-right: 20px;
}
.header_phone h2{
	display: block;
	width: 150px;
	text-align: center;
	font-size: 0.8em;
	font-family: source-han-sans-japanese, sans-serif;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
}
.header_phone h2 a{
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: #00a3f5;
	transition:all .5s;
	border-radius: 30px;
}
.header_phone h2 :hover{
	background: #333;
	color: #fff;
	padding: 3px;
	transition:all .5s;
}
.flex_contents_nav{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.gnav {
	width: 500px;
	margin: 0 auto;
}
.gnav .gnav-contents {
	display: flex;
}
.gnav .gnav-contents .menu {
	width: calc(100% / 4);
	text-align: center;
	line-height: 60px;
	position: relative;
}

.gnav .gnav-contents .menu a{
	width: 100%;
	height: 100%;
	color: #333;
	border-bottom: solid 2px rgba(0,163,245,0);
	transition: .5s;
}
.gnav .gnav-contents .menu a:hover{
	color: #00a3f5;
	border-bottom: solid 2px rgba(0,163,245,1);
}

.gnav .gnav-contents .menu .dropdown-menu {
	width: 250px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
}
.gnav .gnav-contents .menu .dropdown-menu li {
	line-height: 40px;
	text-align: left;
	position: relative;
}
.gnav .gnav-contents .menu .dropdown-menu li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.gnav .gnav-contents .menu .dropdown-menu li a:hover{
	color: #00a3f5;
}


/* firstview 
   ========================================================================== */

.firstview{
	height: 100vh;
	width: 100%;
	position: relative;
}
.firstview h2.catch{
	position: absolute;
	top: 55%;
	left: 10%;
	font-size: 3em;
	z-index: 3;
}
.firstview h2.catch span{
	font-size: 50%;
	color: #00a3f5;
	vertical-align: top;
	text-shadow:none;
}
.firstview .main_bg01{
	position: absolute;
	bottom: 10%;
	left: 5%;
	width: 300px;
}
.firstview .main_bg01 img{
	width: 100%;
}
.firstview .main01{
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	width:auto;
	height: calc(100vh - 140px);
}
.firstview .main01 img{
	width: auto;
	height: 100%;
	border-radius: 15px;
}
.firstview .main02{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	max-width: 450px;
}
.firstview .main02 img{
	width: 100%;
}
.firstview .main03{
	position: absolute;
	top: 100px;
	left: 10%;
	width: 30%;
	max-width: 450px;
}
.firstview .main03 img{
	width: 100%;
}

/* コンテンツ
   ========================================================================== */

.contents{
	padding: 50px 0;
}
.contents_inner{
	max-width: 960px;
	margin: auto;
	padding: 0 10px;
}
.txt_level01{
	position: relative;
	font-size: 1.8rem;
	padding: 10px 0;
}
.txt_level01::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #00a3f5 5px;
	bottom: -5px;
	left: 0;
	width: 2em;
}
.txt_level02{
	font-size: 1.2em;
	border-bottom: solid 1px #00a3f5;
	margin-bottom: 30px;
}

/* お知らせ ======================================== */
.news{
	width: calc(100% - 30px);
	background:#f5f5f5;
	border-radius: 0 20px 20px 0;
}
.news_inner{
	height: 150px;
	overflow-y: auto;
	margin-top: 1rem;
}


/* Greeting ======================================== */
.greeting{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
}

.greeting_in{
	width: 50%;
	padding: 20px 30px 10px;
}
.txt_wrap_left{
	width: 460px;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.greeting p{
	font-size: 1em;
	line-height: 200%;
	margin-bottom: 1em;
}

.txt_wrap_right{
	width: 460px;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.bg_img01{
	background: url("../img/services04.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	border-radius: 0 20px 20px 0;
	height: 500px;
}
.bg_img02{
	background: url("../img/services02.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	border-radius:20px 0 0 20px ;
	height: 500px;
}
.bg_img03{
	background: url("../img/services03.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	border-radius: 0 20px 20px 0;
	height: 500px;
}
.icon_g{
	width: 80px;
	margin: 0 0 0 auto;
}
.icon_g img{
	width: 100%;
}

.bg_point_r{
	background:url("../img/bg_cut02.png") no-repeat;
	background-position: top right 20px;
	background-size: 380px;
}
.bg_point_l{
	background:url("../img/bg_cut04.png") no-repeat;
	background-position: left 20px center;
	background-size: 280px;
}
.bg_point_r2{
	background:url("../img/bg_cut03.png") no-repeat;
	background-position: top 5% right 20px;
	background-size: 250px;
}
.bg_point_l2{
	background:url("../img/bg_cut04.png"),url("../img/bg_cut02.png") ;
	background-repeat: no-repeat;
	background-position: right 20px bottom 20px, center left 20px;
	background-size: 280px;
}

/* 対応エリア ======================================== */
.area_map{
	padding: 50px 10px;
	background: url("../img/map.png") no-repeat;
	background-position: left 20% center;
	background-size: auto calc(100% - 40px);
	min-height: 400px;
	background-color: #f5f5f5;
}
.area_map02{
	padding: 50px 10px;
	background: url("../img/map02.png") no-repeat;
	background-position: left 20% center;
	background-size: auto calc(100% - 40px);
	min-height: 400px;
	background-color: #f5f5f5;
}
.area_map ul,.area_map02 ul {
	margin-top: 30px;
}
.area_map ul li,.area_map02 ul li{
	font-size: 1.2em;
	padding: 0.25em 1em;
}
.area_map .txt_wrap_right,.area_map02 .txt_wrap_right{
	padding: 10px 30px;
}


/* 当社について ======================================== */

.bottom_greeting{
	height: 500px;
	background:url("../img/bg_img02.jpg") no-repeat;
	background-size: cover;
	background-position: center left;
	width: calc(100% - 50px);
	margin: 50px auto 50px 0;
	border-radius: 0 20px 20px 0;
}
.bottom_greeting p{
	font-size: 1.3rem;
	margin: 30px 0 50px;
}


/* footer ======================================== */
footer{
	background:#d9ebf4;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	padding: 1.5em 1em;
	text-align: center;
}
footer nav ul li i{
	font-size: 1.1em;
}
footer nav ul li a{
	color: #000;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #00a3f5;
	transition:all .5s ease-in;
}

.footer_in{
	padding: 30px 10px;
	max-width: 960px;
	margin: auto;
	background: url("../img/bg_cut02.png") no-repeat;
	background-position: bottom 30px right;
	background-size: 250px;
}
.footer_in div{
	width: 100%;
}
.footer_in h2{
	font-family: source-han-sans-japanese, sans-serif;
	margin: 30px 0 15px;
	transform: rotate(0.05deg);
	text-align: center;
}
.footer_in h2 img{
	width: 350px;
}
.footer_in p{
	display: block;
	max-width: 400px;
	margin: auto;
	font-size: 1rem;
	padding: 0.5rem 0;
}
.footer_in ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}
.footer_in ul li{
	font-size: 1.2em;
	background:#004e75;
	color: #fff;
	line-height: 50px;
	vertical-align: middle;
	width: 300px;
	text-align: center;
	border-radius: 5px;
}
.footer_in ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background:#00a3f5;
	border-radius: 5px;
	transition: .5s;
}
.footer_in ul li :hover{
	background: #004e75;
}

footer small p{
	width: 100%;
	text-align: center;
	color: #fff;
	background: #004e75;
	padding: 1em;
}


/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #fff;
	position: relative;
	max-width: 1680px;
	margin: auto;
}
.subtitle h2{
	color:#000;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 50px;
	font-size:2.9em;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.subtitle h2 span{
	font-size:60%;
	color: #00a3f5;
}

.sub_img05{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 330px;
	width: 50%;
	max-width: 800px;
	background-image:url("../img/bg_img01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	border-radius: 20px 0 0 20px;
}
.subtitle .sub01{
	position: absolute;
	top: 50px;
	right: 55%;
	width:300px;
}
.subtitle .sub01 img{
	width: 100%;
}
/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	left: 50px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  color: #00a3f5;
}
/* サブページコンテンツ
   ========================================================================== */
.bg_sub_img01{
	background: url("../img/greasetrap_img.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	border-radius: 0 20px 20px 0;
	height: 550px;
}
.bg_sub_img02{
	background: url("../img/recycling_industrial.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	border-radius: 0 20px 20px 0;
	height: 450px;
}
.bg_sub_img03{
	background: url("../img/recycling.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	border-radius: 0 20px 20px 0;
	height: 500px;
}

/* table ============================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #00a3f5;
	padding: 1em;
	width: 200px;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 1em;
}

.line03 table{
	border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
	background-color: #fff;
}

.line03 table th{
	background:#bce2e8;
	padding: 1em;
	border-right: solid 2px #fff;
}

.line03 table td{
	padding: 1em 0.5em;
	border-bottom: solid 2px #ccc;
	border-right: dashed 1px #ccc;
}
.line03 table td:last-child{
	border-right:none;
}
.line03 table .w01{
	width: 25%;
}
/* 工場============================================================ */
.factory figure img{
	max-width: 100%;
	border-radius: 20px;
}
/* フロー============================================================ */
.flow_wrap{
	padding: 50px 0;
}
.flow_flex{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.reverse{
	flex-direction: row-reverse;
}
.flow_inner{
	width:calc((100% - 70px) / 2);
	max-width: 450px;
	margin: 0 auto;
	padding: 10px;
	border:solid 1px #ccc;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-self: stretch;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flow_photo{
	width: calc(100% - 20px);
	max-width: 300px;
	text-align: center;
	background:rgba(152,199,41,0.25);
	padding: 15px;
	height: 220px;
	border-radius: 10px;
	position: relative;
}
.flow_photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	border-radius: 10px;
	object-fit: cover;
}

.h_number{
	position: absolute;
	top:10px;
	left: -30px;
	display: inline-block;
	line-height: 70px;
	vertical-align: middle;
	width: 70px;
	background:url("../img/icon_blue.png") no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
	color: #fff;
	font-size: 2em;
	z-index: 1;
}
.flow_txt{
	padding: 10px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weit: 300;
}
.flow_txt h3{
	font-size: 1.2em;
	margin-bottom: 15px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	align-self: center;
	color: #00a3f5;
}
.arrow01{
	
}
.arrow02{
	display: block;
	width: calc(100% / 2);
	margin: 0 0 0 auto;
	text-align: center;
	transform: rotate(90deg);
}
.arrow03{
	transform: rotate(180deg);
}

/* ビフォーアフター ================================================== */
.works_wrap{
	padding-bottom: 30px;
}
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	height: 260px;
	overflow: hidden;
	position: relative;
	border:solid 1px #ccc;
	border-radius: 15px;
	background: #fff;
}
.before_after .ba_img img.ba01{
	width: 270px;
	height: 240px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background:#f5f5f5;
}
.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 1.5em;
	color: #4caae8;
	text-shadow: 2px 2px #fff,-2px -2px #fff,-2px 2px #fff,2px -2px #fff,2px 0px #fff,0px 2px #fff,-2px 0px #fff,0px -2px #fff;
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #00a3f5;
	font-size: 1.5em;
}

/* 業務内容============================================================ */

/* QA ============================================================ */
.faq dl{
	margin-bottom: 20px;
	border-bottom: solid 1px #00a3f5;
}
.faq i{
	color: #004e75;
}

.question {
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 700;
	vertical-align: middle;
	margin-bottom: 10px;
	padding-left: 50px;
	text-indent: -40px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.question::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f103';
	font-size: 20px;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
}
.question span{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../img/icon_blue.png") no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	padding-top: 0.5em;
	padding-left: 40px;
}
.question:hover {
	color: #00a3f5;
}
.answer {
	display: none;
	background: #f2f2f2;
	margin-left: 2em;
	padding: 10px;
	margin-bottom: 10px;
}
.answer span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../img/icon_orange.png") no-repeat;
	background-size: contain;
	text-align: center;
	color: #333;
	padding-top: 0.5em;
}
/* ギャラリー============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
	padding: 50px 0;
}
.carousel_a {
	width: calc(100% - 100px);
	padding: 0;
	margin: auto;
}
.carousel_a div {
	overflow: hidden;
	margin: auto;
}
.carousel_a div img {
	width: 100%;
	height: 250px;
	padding: 5px;
	object-fit: cover;
}
.carousel_a .slick-next {
	right: -40px;
	z-index: 50;
}
.carousel_a .slick-prev {
	left: -40px;
	z-index: 50;
}
/* 代表挨拶============================================================ */
.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
	height: 500px;
	object-fit: contain;
	border-radius: 20px;
}

/* メールフォーム============================================================ */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
.bg_img_city{
	background:url("../img/sub_img02.png") no-repeat;
	background-position: bottom left;
}

#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#d11100;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
#mailform input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#00a3f5;
	color:#fff ;
	border-radius: 30px;
	margin: 0 auto;
	transition: .5s;
}
#mailform input[type='submit']:hover{
	color: #fff;
	background:#000;
}
.infobox{
	margin-bottom: 30px;
	background: rgba(255,255,255,0.79);
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #00a3f5;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}
.tel_button{
	width: 820px;
	margin:0 auto 20px;
	font-size: 1.6em;
	font-family: source-han-sans-japanese, sans-serif;
	line-height: 60px;
	vertical-align: middle;
}
.tel_button a{
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 60px;
	background: #00a3f5;
	border-radius: 30px;
	transition:all .5s;
}
.tel_button a:hover{
	background: #000;
	color: #fff;
	transition:all .5s;
}
.contents_mail p.center{
	text-align: center;
	font-size: 1.2em;
}
.contents_mail p.txt_small{
	color: #666;
	font-size: 80%;
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	text-shadow:2px 2px 5px rgba(0,0,0,0.2);
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


