/* CSS Document */
html {
	font-size: 62.5%;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
}
:root {
  color-scheme: light;
}
@media screen and (min-width:1180px) {
	.pc_none {
		display: none;
	}
}
@media screen and (max-width:1179px) and (min-width:481px) {
	.tb_none {
		display: none;
	}
}
@media screen and (max-width:480px) {
	.sp_none {
		display: none;
	}
}
.fixed_contact02 {
	position: fixed;
	right: 0;
	bottom: 150px;
	display: block;
	padding: 20px 15px;
	font-size: 1.6rem;
	font-weight: 700;
	background: #FF9F0B;
	color: #fff;
	border: 3px solid #FF9F0B;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 7px 0 0 7px;
	z-index: 99;
	transition: .3s;
}
.fixed_contact02 a:hover {
	background: #fff;
	color: #FF9F0B;
}
@media screen and (max-width:480px) {
	.fixed_contact {
	position: fixed;
	bottom: 0;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
		width: 100%;
		z-index: 99;
	}
	.fixed_contact01 {
		display: block;
		width: 50%;
		padding: 10px 0;
		font-size: 1.8rem;
		font-weight: 700;
		text-align: center;
		background: #0A5AFF;
		text-decoration: none;
		letter-spacing: 1px;
		color: #fff;
	}
	.fixed_contact01 span {
		display: block;
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: 0;
	}
.fixed_contact02 {
	position:inherit;
	bottom: 0;
	display: block;
	width: 50%;
	padding: 20px 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	background: #FF9F0B;
	color: #fff;
	border: none;
    writing-mode: inherit;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0;
	z-index: 99;
	transition: .3s;
}
}
.header_box {
	position: fixed;
	top: 0;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
	margin: auto;
	background: #fff;
	border-top: 5px solid #009139;
	box-shadow: 0 6px 4px gray;
	z-index: 1;
}
.header_box_left {
	margin: 10px;
}
.header_box_left h1 {
	margin-left: 12px;
	font-size: 1.3rem;
	font-weight: 400;
}
.header_box_left a {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0;
}
.header_box_left a img {
	display: block;
	width: 100%;
	margin: 0;
}
.header_box_right {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	margin: 10px;
}
.header_box_right_left {
	width: 20%;
}
.header_box_right_left img {
	width: 100%;
}
.header_box_right_right {
	width: 77%;
}
.header_box_right_right_p01 {
	font-size: 1.4rem;
}
.header_box_right_right_p02 {
	font-size: 3.5rem;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
}
.header_box_right_right_p02 a {
	text-decoration: none;
}
@media screen and (max-width:780px) {
	
.header_box {
	border-top: 3px solid #009139;
}
.header_box_left h1 {
	font-size: 1.2rem;
}
.header_box_left a {
	max-width: 200px;
}
.header_box_right {
	display: none;
}
}
.header_img_bg {
	margin-top: 86px;
	background-image: url("../images/header_img_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header_img {
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background: rgba(255,255,255,0.70);
}
.header_img_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 95%;
	margin: 0 auto;
}
.header_img_box_left {
	width: 60%;
}
.header_img_box_left_box01 {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	margin: 40px 0 20px;
}
.header_img_box_left_box01_block {
	width: 31%;
}
.header_img_box_left_box01 img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.header_img_box_left_box02 img {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.header_img_box_left_box03 {
	margin: 30px 0;
}
.header_img_box_left_box03_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	margin: 0 auto 5px;
	border: 2px solid #707070;
	border-radius: 30px;
}
.header_img_box_left_box03_box_left {
	width: 25%;
	padding: 3px 0;
	border-right:2px solid #707070;
	background: #fff61f;
	border-radius: 30px 0 0 30px;
}
.header_img_box_left_box03_box_left p {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.header_img_box_left_box03_box_right {
	width: 75%;
	padding: 3px 0;
	background: #fff;
	border-radius: 0 30px 30px 0;
}
.header_img_box_left_box03_box_right p {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
}
.header_img_box_left_box03 span {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 1.4rem;
}
.header_img_box_right {
	width: 40%;
}
.header_img_box_right img {
	width: 90%;
	margin-top: 20px;
}

@media screen and (max-width:1179px) and (min-width:481px) {
	
.header_img_bg {
	margin-top: 50px;
}
	.header_img {
		max-width: 780px;
		margin: 0 auto;
	}
	.header_img_box {
		width: 100%;
	}
.header_img_box_left {
	width: 100%;
}
.header_img_box_left_box01 {
	width: 90%;
	margin: 40px auto 10px;
}
	.header_img_box_left_box025_sp {
		display: block;
		width: 40%;
		margin: 20px auto 0;
	}
	.header_img_box_left_box025_sp img {
		width: 100%;
	}
	.header_img_box_left_box03 {
		margin: 0 auto;
	}
.header_img_box_left_box03_box {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}
.header_img_box_left_box03_box_left {
	width: 100%;
	padding: 3px 0;
	border-right:none;
	border-radius: 0;
}
.header_img_box_left_box03_box_left p {
	font-size: 1.8rem;
}
.header_img_box_left_box03_box_right {
	width: 100%;
	border-radius: 0;
}
.header_img_box_left_box03_box_right p {
	font-size: 1.6rem;
	font-weight: 600;
}
.header_img_box_left_box03 span {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 1.24em;
	text-align: center;
	background: #fff;
}
}
@media screen and (max-width:480px) {
	
.header_img_bg {
	margin-top: 50px;
}
	.header_img_box {
		width: 100%;
	}
.header_img_box_left {
	width: 100%;
}
.header_img_box_left_box01 {
	width: 90%;
	margin: 40px auto 10px;
}
	.header_img_box_left_box025_sp {
		display: block;
		width: 60%;
		margin: 20px auto 0;
	}
	.header_img_box_left_box03 {
		margin: 0 auto;
	}
.header_img_box_left_box03_box {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}
.header_img_box_left_box03_box_left {
	width: 100%;
	padding: 3px 0;
	border-right:none;
	border-radius: 0;
}
.header_img_box_left_box03_box_left p {
	font-size: 1.6rem;
}
.header_img_box_left_box03_box_right {
	width: 100%;
	border-radius: 0;
}
.header_img_box_left_box03_box_right p {
	font-size: 1.4rem;
	font-weight: 600;
}
.header_img_box_left_box03 span {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 1.2rem;
	background: #fff;
}
}
.top_service_bg {
	padding: 100px 0;
	background: rgba(213,255,229,0.30);
}
.top_service {
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.top_service01 {
	margin-bottom: 100px!important;
	padding-bottom: 100px;
	border-bottom: 1px solid #707070;
}
.top_service01,.top_service02 {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	margin: 0 auto;
}
.top_service01_left,.top_service02_left {
	width: 60%;
}
.top_service h2 span {
	display: block;
	color: #000;
	font-size: 2.9rem;
}
.top_service h2 {
	margin-bottom: 20px;
	font-size: 5.3rem;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #ff0000;
}
.top_service p {
	font-size: 2rem;
	font-weight: 700;
}
.top_service p span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}
.top_service01_right,.top_service02_right {
	width: 37%;
}
.top_service01_right {
	margin-top: 20px;
}
.top_service01_right img,.top_service02_right img {
	width: 100%;
	border-radius: 30px;
}

@media screen and (max-width:480px) {
	
.top_service_bg {
	padding: 50px 0;
}
.top_service {
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.top_service01 {
	margin-bottom: 50px!important;
	padding-bottom: 50px;
	border-bottom: 1px solid #707070;
}
.top_service01,.top_service02 {
	width: 90%;
	margin: 0 auto;
}
.top_service01_left,.top_service02_left {
	width: 100%;
}
.top_service h2 span {
	font-size: 1.8rem;
}
.top_service h2 {
	margin-bottom: 10px;
	font-size: 3.2rem;
}
.top_service p {
	font-size: 1.6rem;
}
.top_service p span {
	margin-top: 10px;
	font-size: 1.4rem;
}
.top_service01_right,.top_service02_right {
	width: 100%;
}
.top_service01_right img,.top_service02_right img {
	display: block;
	margin-top: 20px;
}
}
.top_price_bg {
	padding: 100px 0;
	background: #f5f5f5;
}
.top_price {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.top_price h2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
	background: #009139;
	border-radius: 50px;
}
.top_price_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	margin: 30px auto;
	background: #fff;
	border-radius: 30px;
}
.top_price_box_left {
	width: 30%;
}
.top_price_box_left img {
	width: 100%;
	border-radius: 30px 0 0 30px; 
}
.top_price_box_right {
	width: 40%;
	margin: 45px auto 0;
}
.top_price_box_right_p01 {
	font-size: 2.5rem;
	font-weight: 600;
}
.top_price_box_right_p02 {
	font-size: 7rem;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ff0000;
}
.top_price_box_right_p02 span {
	font-size: 1.6rem;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}
.top_price_box_right_p03 {
	font-size: 2rem;
	font-weight: 400;
}
.top_price_box_right_p04 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #707070;
}

@media screen and (max-width:1179px) and (min-width:481px) {
	
.top_price_bg {
	padding: 50px 0;
}
.top_price {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.top_price h2 {
	font-size: 3.2rem;
}
.top_price_box {
	max-width: 480px;
}
.top_price_box_left {
	width: 100%;
}
.top_price_box_left img {
	width: 100%;
	border-radius: 30px 30px 0 0; 
}
.top_price_box_right {
	width: 90%;
	margin: 45px auto;
	text-align: center;
}
.top_price_box_right_p01 {
	font-size: 1.8rem;
}
.top_price_box_right_p02 {
	font-size: 5rem;
}
.top_price_box_right_p02 span {
	font-size: 1.4rem;
}
.top_price_box_right_p03 {
	font-size: 1.6rem;
}
.top_price_box_right_p04 {
	font-size: 1.2rem;
}
}
@media screen and (max-width:480px) {
	
.top_price_bg {
	padding: 50px 0;
}
.top_price {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.top_price h2 {
	font-size: 3.2rem;
}
.top_price_box {
}
.top_price_box_left {
	width: 100%;
}
.top_price_box_left img {
	width: 100%;
	border-radius: 30px 30px 0 0; 
}
.top_price_box_right {
	width: 90%;
	margin: 45px auto;
	text-align: center;
}
.top_price_box_right_p01 {
	font-size: 1.8rem;
}
.top_price_box_right_p02 {
	font-size: 5rem;
}
.top_price_box_right_p02 span {
	font-size: 1.4rem;
}
.top_price_box_right_p03 {
	font-size: 1.6rem;
}
.top_price_box_right_p04 {
	font-size: 1.2rem;
}
}
.top_contact_bg {
	padding: 100px 0;
	background-image: url("../images/top_contact_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top_contact_box01 {
	display: block;
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	border: 4px solid #ffb036;
	border-radius: 30px;
	background: #fff;
}
.top_contact_box01 h2::before,
.top_contact_box01 h2::after {
	content: ' ';
	position: absolute;
	top: 2px;
	padding: 15px;
	background-image: url(../images/top_contact03.png);
	background-repeat: no-repeat;
}
.top_contact_box01 h2::before {
	margin-left: -35px;
}
.top_contact_box01 h2::after {
	margin-right: -30px;
	transform: rotatey(180deg)
}
.top_contact_box01 h2 {
	position: relative;
	margin: 20px 0;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}
.top_contact_box01 h3 {
	font-size: 1.6rem;
	text-align: center;
}
.top_contact_box01 p {
	display: block;
	width: 80%;
	margin: 10px auto;
	font-size: 1.4rem;
}
.top_contact_box01 img {
	display: block;
	width: 50%;
	margin: 30px auto;
}
.top_contact_box02 {
	margin-top: 50px;
}
.top_contact_box02 h4 {
	font-size: 2rem;
	text-align: center;
}
.top_contact_box02_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
	max-width: 840px;
	margin: 20px auto 0;
}
.top_contact_box02_box_left {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 48%;
	padding: 5px;
	background: #fff;
	border: 3px solid #ffb036;
	border-radius: 15px;
	text-decoration: none;
}
.top_contact_box02_box_left_left {
	width: 18%;
	margin-left: 3%;
}
.top_contact_box02_box_left_left img {
	width: 100%;
}
.top_contact_box02_box_left_right {
	width: 73%;
	margin-top: 4px;
}
.top_contact_box02_box_left_right_p01 {
	font-size: 1.4rem;
}
.top_contact_box02_box_left_right_p02 {
	font-size: 3.5rem;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
}
.top_contact_box02_box_right {
	width: 48%;
	padding: 20px 0;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #ffb036;
	border: 3px solid #fff;
	border-radius: 15px;
	text-decoration: none;
}

@media screen and (max-width:480px) {
	
.top_contact_bg {
	padding: 50px 0;
}
.top_contact_box01 h2 {
	font-size: 2.2rem;
}
.top_contact_box01 h3 {
	font-size: 1.6rem;
}
.top_contact_box01 p {
	width: 90%;
}
.top_contact_box01 img {
	display: block;
	width: 60%;
	margin: 20px auto;
}
.top_contact_box02 {
	margin-top: 50px;
}
.top_contact_box02 h4 {
	font-size: 1.8rem;
	text-align: center;
}
.top_contact_box02_box {
	width: 90%;
	margin: 20px auto 0;
}
.top_contact_box02_box_left {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
	padding: 5px;
	background: #fff;
	border: 3px solid #ffb036;
	border-radius: 15px;
	text-decoration: none;
}
.top_contact_box02_box_left_left {
	width: 18%;
	margin-left: 3%;
}
.top_contact_box02_box_left_left img {
	width: 100%;
}
.top_contact_box02_box_left_right {
	width: 73%;
	margin-top: 4px;
}
.top_contact_box02_box_left_right_p01 {
	font-size: 3vw;
}
.top_contact_box02_box_left_right_p02 {
	font-size: 7.5vw;
}
.top_contact_box02_box_right {
	width: 100%;
	margin-top: 10px;
	padding: 20px 0;
	font-size: 5vw;
}

}
.top_other {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 100px 0;
}
.top_other h2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
	background: #009139;
	border-radius: 50px;	
}
.top_other_box {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	margin: 50px 0;
}
.top_other_box_block {
	width: 31%;
	margin-bottom: 30px;
	box-shadow: 0 3px 6px gray;
	border-radius: 15px; 
}
.top_other_box_block h3 {
	padding: 8px 0;
	font-size: 2.2rem;
	text-align: center;
	color: #fff;
	background: #009139;
	border-radius: 15px 15px 0 0; 
}
.top_other_box_block01 h3 {
	padding: 5px 0!important;
	font-size: 1.6rem!important;
	line-height: 100%;
}
.top_other_box_block p {
	padding: 10px 0;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.5rem;
	text-align: center;
	color: #ff0000;
	background: #efefef;
	border-radius: 0 0 15px 15px;
	text-shadow: 3px 3px 0 #fff;
}
.top_other_box_block p span {
	font-size: 3rem;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	color: #000;
}

@media screen and (max-width:480px) {
	.top_other {
	padding: 50px 0;
}
.top_other h2 {
	width: 90%;
	font-size: 2.2rem;
}
.top_other_box {
	width: 90%;
	margin: 25px auto;
}
.top_other_box_block {
	width: 48%;
	margin-bottom: 15px;
}
.top_other_box_block h3 {
	font-size: 1.4rem;
}
.top_other_box_block01 h3 {
	font-size: 1.4rem!important;
}
.top_other_box_block p {
	font-size: 2.5rem;
}
.top_other_box_block p span {
	font-size: 1.8rem;
}
}
footer {
	position: relative;
	padding: 100px 0 150px;
	background: #f4ffff;
}
.footer_box01 {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.footer_box01_left {
	width: 50%;
}
.footer_box01_left iframe {
	width: 100%;
	height: 300px;
}
.footer_box01_right {
	width: 45%;
}
.footer_box01_right h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.footer_box01_right p {
	font-size: 1.6rem;
}
.footer_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width:480px) {
	footer {
	position: relative;
	padding: 50px 0 100px;
	background: #f4ffff;
}
.footer_box01 {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
.footer_box01_left {
	width: 100%;
}
.footer_box01_left iframe {
	width: 100%;
	height: 300px;
}
.footer_box01_right {
	width: 100%;
}
.footer_box01_right h2 {
	font-size: 2rem;
	margin:30px 0 10px;
}
.footer_box01_right p {
	font-size: 1.6rem;
}
.footer_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
}