@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
h2{
	line-height: 1.3;
	font-weight: 900;
}


.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
.header1{
	background-color: #ededed;
	padding: 5px 0;
	font-size: 14px;
}
.header2 .fixedcontainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.header3{
	background-color: #ff6600;
	border-bottom: 4px solid #cc5200;
}
.header_links ul{
	display: flex;
	align-items: center;
}
.header_links ul li{
	margin-left: 20px;
}
.header3 ul{
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.header3 ul li{
	width: 16.66%;
}
.header3 ul li a{
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-left: 1px dashed #fff;
}
.header3 ul li:last-child a{
	border-right: 1px dashed #fff	;
}
.header3 ul li a span{
	display: block;
	margin-top: 3px;
}

#main{
	height: 460px;
	background: url(../img/main.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0;
}
.main_subtxt{
	background-color: #70bb2b;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	padding: 15px 0;
}
#links{
	padding: 70px 0;
}
.link_two{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.covid{
	border: 3px solid #dd0000;
	background-color: #fdf0f0;
	margin-top: 50px;
}
.covid{
	padding: 50px;
	position: relative;
}
.covid_img{
	position: absolute;
	right: 50px;
	top: 30px;
}
.covid_ttl{
	font-size: 43px;
	color: #dd0000;
	font-weight: bold;
}
.covid_in{
	display: flex;
	margin-top: 30px;
}
.covid_icons{
	width: 50%;
	text-align: center;
}
.covid_txt{
	font-weight: bold;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 2px;
}
#nayami{
	background: url(../img/nayami-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#soudan{
	background: url(../img/soudan-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.sec{
	padding: 100px 0;
}
.title2{
	font-weight: 900;
	font-size: 54px;
	text-align: center;
	margin-bottom: 50px;
}
.title2 span{
	color: #ff6600;
}
.soudan_in{
	display: flex;
	justify-content: space-between;
}
.soudan_content{
	width: 700px;
	margin-top: -30px;
}
.soudan_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.soudan_one{
	width: 200px;
	margin-top: 30px;
}
.soudan_icons{
	background-color: #70bb2b;
	padding: 5px 10px 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.soudan_icons span{
	display: block;
}
.soudan_txt{
	margin-top: 10px;
}
#time{
	background-color: #f4e8d1;
}
.title3{
	font-weight: 900;
	font-size: 48px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.title3 span{
	color: #ff6600;
}
.time_subttl{
	font-weight: bold;
	font-size: 18px;
}
.time_subttl span{
	color: #ff6600;
}
.time_one{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 40px;
	margin-top: 40px;
	position: relative;
}
.time_one_ttl{
	font-size: 24px;
	color: #ff6600;
	margin-bottom: 30px;
}
.time_one_ttl span{
	font-size: 32px;
}
.time_one_ttl img{
	margin-right: 20px;
	vertical-align: bottom;
}
.time_list{
	display: flex;
	flex-wrap: wrap;
}
.time_list li{
	width: 30%;
	margin-right: 5%;
	line-height: 2;
	padding-left: 24px;
	position: relative;
}
.time_list li:nth-child(3n){
	margin-right: 0;
}
.time_list li:before{
	content: '';
	position: absolute;
	width: 18px;
	height: 15px;
	background: url(../img/check.png) no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
	top: 8px;
}
.time_btn{
	position: absolute;
	right: 40px;
	top: 50px;
	width: 320px;
	display: block;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #70bb2b;
}
#time .fixedcontainer{
	position: relative;
}
.time_img{
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 60px;
}
#works{
	background: url(../img/works-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.title{
	text-align: center;
	font-size: 42px;
	margin-bottom: 50px;
}
.title span{
	font-size: 54px;
	color: #ff6600;
}
#works .title{
	color: #fff;
	margin-bottom: 0;
}
#works .title span{
	color: #fce501;
}
.works_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_one{
	width: 320px;
	background-color: #fff;
	margin-top: 50px;
}
.work_txt{
	text-align: center;
	color: #ff6600;
	font-weight: bold;
	padding: 20px;
}
.profile_in{
	display: flex;
	justify-content: space-between;
}
.profile_txt{
	width: calc(100% - 530px);
	font-size: 18px;
	font-weight: 500;
}
#reason{
	background: url(../img/reason-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#reason .fixedcontainer{
	position: relative;
}
.title span.num{
	font-size: 82px;
}
.reason_top_img{
	position: absolute;
	right: 0;
	top: 0;
}
.reason_one{
	background-color: #fff;
	padding: 40px;
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	justify-content: space-between;
}
.reason_one:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.4);
}
.reason_content{
	width: calc(100% - 360px);
}
.reason_img{
	width: 320px;
}
.reason_header{
	display: flex;
	align-items: center;
}
.reason_ttl{
	margin-left: 20px;
	font-size: 32px;
	color: #ff6600;
}
.reason_txt{
	margin-top: 30px;
}
.more_arrow{
	text-align: center;
}
.more_txt{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-top: 30px;
}
#voice{
	background-color: #f4e8d1;
}
#voice .title{
	background: url(../img/voice-ttl-back.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.voice_in{
	display: flex;
	justify-content: space-between;
}
.voice_one{
	border: 1px solid #ff6600;
}
.voice_ttl{
	text-align: center;
	padding: 20px;
	color: #fff;
	background-color: #ff6600;
	font-size: 20px;
	font-weight: bold;
}
#cta{
	text-align: center;
	background: url(../img/cta-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.cta_in{
	display: flex;
	justify-content: space-between;
}
#price{
	background: url(../img/price-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#price .title{
	color: #fff;
}
#price .title span{
	color: #fce501;
}
.price_in{
	padding: 40px;
	background-color: #fff;
	position: relative;
}
.price_mark{
	position: absolute;
	left: 40px;
	top: -20px;
}
.price_top_ttl{
	font-size: 32px;
	margin-left: 160px;
	color: #ff6600;
	margin-bottom: 40px;
}
.price_list{
	display: flex;
	justify-content: space-between;
}
.price_one{
	width: 480px;
	background-color: #f4e8d1;
	padding: 40px;
}
.price_ttl{
	font-size: 28px;
	margin: 20px 0;
}
.price_content_ttl span{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #39b54a;
	padding: 3px;
	width: 124px;
	text-align: center;
	margin-right: 20px;
}
.price_content ul li{
	display: flex;
	margin-top: 10px;

}
.price_content_txt{
	font-size: 18px;
}
.price_content_txt span{
	font-size: 54px;
	color: #dd0000;
	font-weight: 500;
	line-height: 1;
}
#price .btn_wrap{
	text-align: center;
	margin-top: 40px;
}
#point{
	background-color: #f4e8d1;
}
#point .fixedcontainer{
	position: relative;
}
.point_top_img{
	position: absolute;
	right: 0;
	top: -77px;
}
.point_top_ttl{
	font-size: 42px;
	font-weight: 900;
	color: #ff6600;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.point_top_txt{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
.point_top_txt span{
	color: #ff6600;
}
.point_one{
	margin-top: 50px;
	background-color: #fff;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}
.point_img{
	width: 400px;
}
.point_content{
	width: calc(100% - 440px);
}
.point_ttl{
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.point_one:nth-child(2n){
	flex-direction: row-reverse;
}
.company_one{
	margin-top: 50px;
}
.company_ttl{
	font-size: 32px;
	font-weight: bold;
	border-left: 3px solid #ff6600;
	padding-left: 20px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.company_map{
	width: 520px;
}
.company_in{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.company_link{
	margin-bottom: 40px;
}
.company_info_list{
	display: flex;
	justify-content: space-between;
}
.company_info_list>.company_info{
	width: 48%;
}
.company_info{
	margin-bottom: 30px;
	padding-left: 24px;
}
.company_info h4{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
.company_info h4:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background-color: #ff6600;
	top: 10px;
	left: -20px;
}
#area{
	background-color: #f6f6f6;
}
.area_in{
	display: flex;
	justify-content: space-between;
}
.area_map{
	width: 670px;
	text-align: center;
}
.area_content{
	width: calc(100% - 670px);
}
.area_txt{
	line-height: 2;
	margin-bottom: 100px;
}
.area_txt span{
	font-size: 24px;
	font-weight: bold;
}
#about{
	background: url(../img/company-back.png) no-repeat;
	background-attachment: fixed;
  background-position: center;
}
.about_in table{
	width: 100%;
	background-color: #fff;
}
.about_in table th,.about_in table td{
	padding: 30px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #ccc;
	font-weight: normal;
}
.about_in table th{
	width: 280px;
}
#about .title span{
	color: #fce501;
}
.contact_in{
	margin-top: 50px;
}
.contact_in table{
	width: 100%;
}
.contact_in table th,.contact_in table td{
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
}
.contact_in table th{
	width: 280px;
}
.contact_in table td input[type="text"],
.contact_in table td input[type="tel"],
.contact_in table td input[type="email"]{
	width: 100%;
	padding: 12px 10px;
	border: none;
	outline: none;
	background-color: #f2f2f2;
}
.contact_in table td label{
	display: block;
	margin-bottom: 5px;
}
.contact_in table td label input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	margin-top: 3px;
	vertical-align: top;
}
.contact_in table td textarea{
	width: 100%;
	padding: 12px 10px;
	height: 140px;
	border: none;
	outline: none;
	background-color: #f2f2f2;
}
.submit_wrap{
	margin-top: 30px;
	text-align: center;
}
.submit_wrap input{
	width: 480px;
	display: inline-block;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	background-color: #70bb2b;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	border-bottom: 4px solid #336600;
	outline: none;
}
footer{
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background-color: #ff6600;
	font-size: 14px;
}
.header3{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#gotop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 5;
}
.voice_one.active .voice_modal{
	display: flex;
	justify-content: center;
	align-items: center;
}
.voice_modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.voice_modal_back{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.voice_modal_img{
	position: relative;
	z-index: 2;
}
.close{
	position: absolute;
	top: -30px;
	right: -30px;
}
.sp-footer{
	display: none;
}