@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.5rem;
	color: #444;
	font-weight: 300;
	line-height: 1.75;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#444;
}
a:hover{
	opacity:0.6;
}

#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.in_in{
	width:900px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

.bg_gray{
	background: #f0f0f0;
}
.bg_blue{
	background: #fffadb;
}

.sec_ttl{
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin-bottom: 60px;
}
.sec_ttl::after {
	content: "";
	width: 100px;
	height: 4px;
	background: #f18d00;
	display: block;
	margin:20px auto 0;
}
.sec_ttl h2 {
	color: #f18d00;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
	display: table;
	margin: auto;
}

@media screen and (max-width: 900px) {

.pc{
	display:none;
}

.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}

.sec_ttl h2{
	font-size: 2.8rem;
}
.sec_ttl h2.ttl_ptn_01 {
	font-size: 2.8rem;
}
.sec_ttl h2.ttl_ptn_02 {
	font-size: 2.8rem;
}
.sec_ttl h2.ttl_ptn_01 {
	font-size: 3rem;
}
.sec_ttl h2.ttl_ptn_02 {
	font-size: 3rem;
}

}


#header{
	padding: 10px 0;
}
.header_w{
	align-items: center;
	justify-content: space-between;
}
.h_btns .flex{
	align-items: center;
}
#header .h_btns a{
	margin-left: 10px;
}
#header .tel_btn{
	width: 250px;
}
#header .line_btn,
#header .form_btn{
	width: 200px;
	display: inline-block;
}
@media screen and (max-width: 900px) {
	.h_btns{
		width: 90%;
    margin-left: 10px;
	}
	#header .h_btns a {
    margin-left: 5px;
    width: 33%;
	}
}


.main img{
	width: 100%;
}
.main h1{
	position: relative;
	z-index: 2;
}
.main .r_img{
	position: absolute;
	right: -265px;
	top: -50px;
}
.main .float_img{
	position: absolute;
	right: -110px;
	bottom: -80px;
	z-index: 2;
}
@media screen and (max-width: 900px) {
	.main{
		padding: 0;
	}
}

.cta{
	margin: 60px 0 0;
}
.cta .in{
	border: .3em solid #f18d00;
	background: #fff;
	padding:0 0px 40px;
	box-sizing: border-box;
}
.cta h2{
	font-size: 3.0rem;
	font-weight: 700;
	margin: auto;
	background: #fff;
	color: #fff;
	text-align: center;
	padding:10px;
	background: #f18d00;
	margin-bottom: 20px;
}
.cta_w{
	width: 80%;
}
.nums{
	justify-content: center;
}
.nums div{
	margin: 0 10px;
}
.cta_btns{
	justify-content: center;
	margin-top: 20px;
	align-items: center;
}
.cta_btns a{
	display: inline-block;
	margin: 5px;
}
.cta_img{
	position: absolute;
	right: -15px;
	top: 18px;
}
@media screen and (max-width: 900px) {

	.cta .in {
    padding: 0 10px 40px;
	}
	.cta h2:before{
		display: none;
	}
	.cta h2:after{
		display: none;
	}
	.cta h2 {
    font-size: 2.0rem;
    top: -20px;
    margin-right: auto;
    margin-left: -10px;
	}

	.cta_btns {
    width: 100%;
    flex-wrap: wrap;
		margin-left: auto;
}

.cta_img {
	position: absolute;
	left: -45px;
	top: 145px;
	width: 180px;
	display: none;
}

	.cta_w {
    width: 100%;
	}
	.nums {

	}
	.nums div {
    margin: 5px;
	}
}

.subject{
	margin-top: 100px;
	margin-bottom: 130px;
	padding-top: 60px;
}
.subject_item_w{
	justify-content: center;
}
.subject_item_w li{
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.subject_item_w li p{
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	    color: #f18d00;
}
.subject_item_w li:nth-of-type(5n){
	margin-right: 0;
}
.other_item{
	margin-top: 40px;
}
.other_item h3{
	padding: 10px 20px;
	display: table;
	background: #f18d00;
	margin-bottom: 50px;
	text-align: center;
	font-size: 3.0rem;
	color: #fff;
	border-radius: 100px;
	margin: auto;
	position: relative;
	margin-bottom: 60px;
}
.other_item h3::after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%,0%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #f18d00 transparent transparent transparent;
}
.other_item_w{
	align-items: center;
}
.other_item_w .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.st_area{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top:50px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.st_area .flex{
	align-items: center;
}
.st_area .imgarea{
	flex-shrink: 0;
}
.st_area .txtarea{
	width: 100%;
	padding: 0px 50px 0 30px;
	box-sizing: border-box;
}
.st_area .txtarea h3{
	font-size: 3.0rem;
	color: #f18d00;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid  #f18d00;
}
.st_area .txtarea p{
	font-weight: 700;
	font-size: 1.8rem;
}
.st_area .txtarea p span{
	color: #ff4c43;
}
@media screen and (max-width: 900px) {
	.subject {
    margin-top: 60px;
	}
	.subject_item_w li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 45%;
	}
	.subject_item_w li:nth-of-type(5n) {
		margin-right: 20px;
    margin-bottom: 20px;
	}
	.subject_item_w li:nth-of-type(2n) {
    margin-right: 0;
	}


	.other_item h3{
		font-size: 2.0rem;
		line-height: 1.25;
	}
	.other_item_w .imgarea {
    flex-shrink: unset;
    margin-right: 0;
    margin-bottom: 30px;
	}

	.st_area .txtarea {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	}
	.st_area .txtarea h3 {
    font-size: 2.6rem;
	}
	.st_area .txtarea p {
    font-weight: 700;
    font-size: 1.4rem;
	}
}

.points{
	margin-top:100px;
	padding-bottom: 80px;
	padding-top: 60px;
}
.points .lead{
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 40px;
}
.points_w{
	justify-content: space-between;
}
.points_i{
	margin-bottom: 40px;
	width: 48%;
}
.points_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.points_i:nth-of-type(2n) .flex{
	flex-flow: row-reverse;
}
.points_i .imgarea{
	flex-shrink: 0;
}
.points_i .imgarea img{
	width: 100%;
}
.points_i .txtarea h3{
	background: #ffee7d;
	padding: 10px;
	color: #f18d00;
	font-size: 2.0rem;
	display: flex;
	text-align: center;
}
.points_i .txtarea h3 span{
	align-items: center;
	width: 40px;
	text-align: center;
}
.points_i .txtarea p{
	padding: 20px 0 0 0;
	font-weight: 700;
	line-height: 1.5;
}
.points_i .txtarea p span{
	color: #ff382e;
}
@media screen and (max-width: 900px) {
	.points_i{
		width: 100%;
	}
	.points .lead{
		font-size: 1.6rem;
		text-align: left;
	}
	.points_i .imgarea {
    flex-shrink: unset;
	}
	.points_i .txtarea p {
    padding: 20px 0 0 0;
	}
	.points_i:nth-of-type(2n) .flex {
    flex-flow: column;
	}
	.points_i .txtarea h3 {
    font-size: 1.8rem;
	}
}

.sodai{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin: 40px auto 120px;
}
.sodai .flex{
	align-items: center;
}
.sodai .imgarea{
	flex-shrink: 0;
}
.sodai .txtarea{
	width: 100%;
	padding: 0px 50px 0 30px;
	box-sizing: border-box;
}
.sodai .txtarea h3{
	font-size: 2.6rem;
	color: #f18d00;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid  #f18d00;
}
.sodai .txtarea p{
	font-weight: 700;
	font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
	.sodai .txtarea {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	}
	.sodai .txtarea h3 {
    font-size: 2.6rem;
	}
	.sodai .txtarea p {
    font-weight: 700;
    font-size: 1.4rem;
	}
}

.voice{
	padding-bottom: 80px;
}
.voice_w{
	justify-content:space-between;
}
.voice_i{
	width: 48%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.voice_i .badge{
	display: table;
	background: #ffee7d;
	padding: 5px 20px;
	border-radius: 100px;
	font-weight: 700;
	color:#f18d00;
	margin-bottom: 10px;
}
.voice_i .men{
	margin-top: 20px;
}
.voice_i .men_img{
	flex-shrink: 0;
	margin-right: 20px;
	text-align: center;
	font-weight: 700;
}
.voice_i .men_txt{
	font-weight: 700;
	padding: 20px;
	background: #f0f0f0;
	border-radius: 10px;
}
@media screen and (max-width: 900px) {
	.voice{
		padding-bottom: 60px;
	}
	.voice_i{
		width: 100%;
		margin-bottom: 10px;
	}
	.voice_i .men_img {
    flex-shrink: unset;
    margin-right: 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
	}
}


.step{
	padding-bottom: 80px;
	margin-top: 50px;
	padding-top: 60px;
}
.step_w{
	justify-content:space-between;
	margin-top: 100px;
}
.step_i{
	width: 30%;
	background: #fff;
	border: 2px solid #ffee7d;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	padding-top: 80px;
}
.step_i .num{
	width: 80px;
	height: 80px;
	text-align: center;
	background: #ffee7d;
	color: #f18d00;
	border-radius: 100px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 1.8rem;
	position: absolute;
	left: 50%;
	top:-30px;
	transform: translate(-50%,0);
}
.step_i .imgarea{
	text-align: center;
}
.step_i h3{
	color: #f18d00;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 20px;
}
.step_i p{
	font-weight: 700;
}
@media screen and (max-width: 900px) {
	.step_i {
    width: 100%;
		margin-bottom: 40px;
	}
	.step_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

.whats{
	padding-bottom: 80px;
	margin-top: 60px;
	padding-top: 60px;
}
.whats_w{
	justify-content:space-between;
}
.whats_i{
	width: 48%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 0px;
	border-radius: 10px;
	overflow:hidden;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
}
.whats_i .txtarea{
	padding: 30px;
}
.whats_i h3{
	font-size: 2.2rem;
	color: #f18d00;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f18d00;
}
.whats_i p{
	font-weight: 700;
}
.staff_w{
	justify-content:space-between;
}
.staff_i{
	width: 48%;
}
.staff_i .imgarea{
	margin-bottom: 20px;
}
.staff_i p{
	font-weight: 700;
}
@media screen and (max-width: 900px) {
	.whats_i{
		width: 100%;
		margin-bottom: 10px;
	}
	.staff_i{
		width: 100%;
		margin-bottom: 30px;
	}
}


.faq{
	padding-bottom: 60px;
	padding-top: 60px;
}
.faq_i{
	border-bottom: #888 solid 2px;
	padding: 15px 0;
}
.faq_i .q_ico{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background: #f18d00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-right: 10px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
}
.q_w .flex,
.a_w .flex{
	align-items: center;
}
.q_w h3{
	font-size: 2.2rem;
	color: #f18d00;
}
.a_w p{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}
.a_w{
	margin-top: 20px;
}
.faq_i .a_ico{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background: #fff;
	border: 2px solid #f18d00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-right: 10px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #f18d00;
}
@media screen and (max-width: 900px) {
	.q_w h3{
		font-size: 1.6rem;
		line-height: 1.25;
	}
}

#form{
	padding: 0px 0 60px;
	padding-top: 60px;
}
#form table{
	width: 100%;
}
#form table th{
	width: 25%;
	text-align: left;
	padding: 20px 0;
	border-bottom: 2px solid #cecdcd;
	vertical-align: middle;
}
#form table td{
	padding: 20px 0;
	border-bottom: 2px solid #cecdcd;
	vertical-align: middle;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"]{
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding: 10px;
}
#form label{
	align-items:center;
	margin-right: 20px;
}
#form label input[type="checkbox"]{
	margin-right: 5px;
}
#form .textarea_w{
	margin-top: 20px;
}
#form textarea{
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	padding: 10px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]{
	background: #c9534d;
	color: #fff;
	border-radius: 5px;
	width: 300px;
	font-size: 1.8rem;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	display: block;
	margin:40px auto 0;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
#form .file,
#form .date{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#form label{
	display: inline-block;
}
#form .file span,
#form .date span{
  margin-right: 10px;
}
#form input[type=date],#form select{
  height: 30px;
}
@media screen and (max-width: 900px) {
	#form table th,
	#form table td{
		display: block;
	}
	#form table th{
		border-bottom: 0px;
		padding-bottom: 0;
		width: 100%;
	}
}

.company{
	padding-bottom: 30px;
	background: #fff;
}
.company table{
	width: 100%;
	border-top: 2px solid #cecdcd;
}
.company table th{
	width: 25%;
	text-align: left;
	padding: 20px 0;
	border-bottom: 2px solid #cecdcd;
}
.company table td{
	padding: 20px 0;
	border-bottom: 2px solid #cecdcd;
}
@media screen and (max-width: 900px) {
}

footer{
	background: #ffee7d;
	padding: 10px;
	text-align: center;
	color: #444;
}

@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 0px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
		padding: 1px;
	}
}

.thanks .main_w {
    padding-top: 230px;
		padding-bottom: 230px;
}
.thanks .main_w h2 {
    font-size: 2.8rem;
		text-align: center;
}


.home_area{
	padding: 60px 0;
}
.home_area h2 {
    color: #f18d00;
    font-size: 3.0rem;
    margin-bottom: 60px;
    text-align: center;
}
.area_txt_i{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.area_txt_i .imgarea{
  width: 50%;
  flex-shrink: 0;
  margin-right: 40px;
  text-align: center;
}
.chiba_map{
  width: 340px;
}
.area_txt_i h3{
  margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    border-left: 4px solid;
    padding-left: 15px;
    color: #f18d00;
}
.area_txt_i p{
  font-size: 1.4rem;
}
.home_area .caution{
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .area_txt_i{
    flex-wrap: wrap;
    padding: 7.5%;
  }
  .area_txt_i .imgarea{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .area_txt_i h3{
    margin-top: 0px;
      margin-bottom: 20px;
      font-size: 1.8rem;
      border-left: 4px solid;
      padding-left: 15px;
      color: #f18d00;
  }
}




.ny_w{
	margin: 40px auto;
	background: #f0f0f0;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.ny_w h2{
	color: #f18d00;
	text-align: center;
	font-size: 2.0rem;
}
.ny_w h3{
	text-align: center;
	font-size: 1.6rem;
	margin-top: 10px;
}
.ny_w p{
	font-size: 1.4rem;
}
@media screen and (max-width: 900px) {

}










