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

/* Reset CSS */
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_sp, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header_sp, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}






/* Formatting styles
------------------------------*/
* {
	margin: 0%;
	padding: 0%;
	}

body {
	font-family: -apple-system, sans-serif;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
h1 {
	text-align: center;
	height: auto;
	width: 100%;
    margin: 0px;
	padding: 0px;

}
h2 {
	letter-spacing: 0em;
	line-height: 1.4em;
	text-align: center;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
}
h3 {
font-size: 24px;
font-weight: bold;
color: #4CB050;
padding-right: 3%;
padding-left: 3%;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
}

p {
	letter-spacing: 0em;
	line-height: 160%;
	font-weight: 400;
	font-size: 18px;
	color: #3e3e3e;
	margin: 0%;
	padding: 0%;
}
.red_yellow {
	color: #e74c3c;
	font-weight: bold;
	background-color: #FFFF80;
	}
.red {
	color: #e74c3c;
	}
.red_bold {
	color: #e74c3c;
	font-weight: bold;
	}
.green {
	color: #4CB050;
	font-weight: 500;
	}

.bold {
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
}
.center_bold {
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
	text-align: center;
}
.center_bold_160 {
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
	text-align: center;
	font-size: 160%;
}
.center {
	text-align: center;
}


.font_big {
	font-size: 24px;
	font-weight: 700;
}
.font_big_ttl {
	font-size: 48px;
	font-weight: 700;
}
.ttl_big {
	font-size: 140%;
	font-weight: 500;
}
.ttl_big_bold {
	font-size: 144%;
	font-weight: 600;
	padding-right: 3%;
	padding-left: 3%;
}

.center_red {
	text-align: center;
	color: #F00;
}
.center_red_bold {
	text-align: center;
	color: #e74c3c;
	font-weight: bold;	
}


/* Link styles
------------------------------*/
a img {
	border-style: none;
}
a img:hover {
	border-style: none;
}
a:link {
	color: #006CD9;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	text-decoration: none;
}
a:visited {
	color: #006CD9;
	text-decoration: none;
}
a:hover {
	color: #4CB050;
	text-decoration: underline;
}
a:active {
	color: #E67506;
	text-decoration: underline;
}
a:link img {
	border-style: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a[target="_blank"]::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0px 1px 2px 4px;
}

.ghost_btn_detail p a {
border: 1px solid #4CB050;
background: #4CB050;
color: #FFFFFF;
display: block;
font-size: 18px;
font-weight: bold;
line-height: 1;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
margin-bottom: 48px;
padding-top: 20px;
padding-right: 11%;
padding-left: 11%;
padding-bottom: 16px;
text-align: center;
text-decoration: none;
width: 33%;
}
.ghost_btn_detail p a:hover {
border: 1px solid #4CB050;
background: #FFF;
color: #4CB050;
display: block;
font-size: 18px;
font-weight: bold;
line-height: 1;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
margin-bottom: 48px;
padding-top: 20px;
padding-right: 11%;
padding-left: 11%;
padding-bottom: 16px;
text-align: center;
text-decoration: none;
width: 33%;
}

.back_to_top p a:link {
	color: #fff;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	text-decoration: none;
}
.back_to_top p a:visited {
	color: #fff;
	text-decoration: none;
}
.back_to_top p a:hover {
	color: #fff;
	text-decoration: underline;
}
.back_to_top p a:active {
	color: #fff;
	text-decoration: underline;
}

.footer p a:link {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

.footer p a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer p a:active {
	color: #FFF;
 position: relative;
	left: 1px;
	top: 1px;
	text-decoration: underline;
}


/* Basic layout
------------------------------*/
.wrapper {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding: 0%;
	width: 100%;
}

.wrapper img {
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrapper_line_top {
height: 7px;
width: 100%;
margin: 0px;
padding: 0px;

background: rgb(2,135,47);
background: -moz-linear-gradient(135deg, rgba(2,135,47,1) 0%, rgba(243,255,0,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(2,135,47,1) 0%, rgba(243,255,0,1) 100%);
background: linear-gradient(135deg, rgba(2,135,47,1) 0%, rgba(243,255,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02872f",endColorstr="#f3ff00",GradientType=1);
}

/*menu*/
.menu {
	width: 960px;
	background-color: #FFF;
	height: 48px;
    	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}
.menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.menu ul li {
	height: 60px;
	background-color: #FFF;
	float: left;
	padding: 0px;
	margin: 0px;
}
.menu ul #menu_last {
	height: 48px;
	background-color: #FFF;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*menu end*/


.catchcopy img {
  width: 100%;
  }

.logo {
    padding-top: 16px;
    padding-bottom: 6px;
}
.main {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}


.catchcopy {
margin-bottom: 26px;
}

.h2_ttl_notice {
font-size: 180%;
color: #4CB050;
padding-right: 3%;
padding-left: 3%;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
}
.line_top {
border-bottom: 1px solid #4CB050;
width: 94%;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 12px;
margin-bottom: 14px;
}
.line_bottom {
border-bottom: 1px solid #4CB050;
width: 94%;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 14px;
margin-bottom: 10px;
}
.line_top_privacy {
border-bottom: 1px solid #4CB050;
width: 100%;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 12px;
margin-bottom: 14px;
}
.line_bottom_privacy {
border-bottom: 1px solid #4CB050;
width: 100%;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 12px;
margin-bottom: 14px;
}


.h2_ttl_service {
font-size: 180%;
color: #4CB050;
padding-right: 3%;
padding-left: 3%;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
}

.h2_ttl_about {
font-size: 180%;
color: #4CB050;
padding-right: 3%;
padding-left: 3%;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
}

.h2_ttl_contact {
font-size: 180%;
color: #4CB050;
padding-right: 3%;
padding-left: 3%;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
}



.notice_days {
	padding-right: 3%;
	padding-left: 3%;
	width: 94%;
	padding-top: 4px;
	padding-bottom: 32px;
	overflow: hidden;
}

.notice_time {
	width: 100%;
	margin-bottom: 96px;
}
#last.notice_time {
	width: 100%;
	margin-bottom: 72px;
}
.notice_time_left p {
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}
.notice_time_right p img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	display: block;
	margin-top: 32px;
	margin-bottom: 32px;
}
.notice ul li {
	list-style-type: disc;
	margin-bottom: 20px;
	font-size: 18px;
	margin-left: 24px;
    text-align: left;
	color: #3e3e3e;
}
.notice ul li#last {
	list-style-type: disc;
	margin-bottom: 0px;
	font-size: 18px;
	margin-left: 24px;
    text-align: left;
	color: #3e3e3e;
}

.service {
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
padding-bottom: 4px;
}
.service_tx {
    margin-bottom: 112px;
    padding-right: 3%;
    padding-left: 3%;
    width: 94%;
}

.service_home .service_tx p {
text-align: center;
}
.service_home p {
text-align: center;
margin-right: auto;
margin-left: auto;
}
.service_tx p {
text-align: left;
}

.about {
margin-top: 24px;
margin-bottom: 64px;
padding-left: 3%;
padding-right: 3%;
}

.contact {
margin-bottom: 32px;
padding-right: 3%;
padding-left: 3%;
width: 94%;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 36px;
}
.contact p img {
	height: 17px;
	width: 176px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.back-to-top {
position: fixed;
right: 10px;
bottom: 10px;
color: #fff;
width: 40px;
height: 40px;
z-index: 2;
display: none;
}
.back-to-top:before {
content: "";
display: block;
width: 40px;
height: 40px;
border-radius: 20px;
position: absolute;
left: 0;
top: 0;
background-color: #4CB050;
}
.back-to-top:after {
content: "↑";
display: block;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
position: absolute;
left: 0;
top: 0;
}

.footer {
text-align: center;
padding-top: 48px;
margin-top: 40px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-bottom: 40px;
height: auto;
width: 100%;
padding-right: 0px;
padding-left: 0px;

background: rgb(2,135,47);
background: -moz-linear-gradient(135deg, rgba(2,135,47,1) 0%, rgba(106,189,5,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(2,135,47,1) 0%, rgba(106,189,5,1) 100%);
background: linear-gradient(135deg, rgba(2,135,47,1) 0%, rgba(106,189,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02872f",endColorstr="#6abd05",GradientType=1);
}

.footer p {
	color: #fff;
	font-size: 92%;
}
.footer_p_n p {
	font-size: 100%;
}






/* PRIVACY */
.privacy {
	padding-top: 56px;
	padding-right: 3%;
	padding-bottom: 72px;
	padding-left: 3%;
	width: 94%;
}
.privacy h1 {
	text-align: center;
	margin-bottom: 46px;
	font-size: 140%;
	font-weight: bold;
}
.privacy h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}
.ad img {
	height: 15px;
	width: 173px;
}




/* YouTube */
.youtube {
	background-repeat: no-repeat;
	padding: 4.1%;
　/* 左右合計40px（％にしたい数値）÷960px（親数値）× 100　*/
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	width: 91.6%;
　/* 880px（％にしたい数値）÷960px（親数値）× 100　*/
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 58%;/* html横495px（％にしたい数値）÷html縦880px（親数値）× 100　→　ブラウザ微調整 */
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* SUB PAGES */
.bg_title {
  position: relative;
margin-bottom: 26px;
  }

.bg_title p {
position: absolute;
top: 48%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 0;
padding: 0;
font-size: 36px;
color: #FFFFFF;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
  }

.bg_title img {
  width: 100%;
  }

.bg_title_privacy {
  position: relative;
margin-bottom: 26px;
  }

.bg_title_privacy p {
position: absolute;
top: 48%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 0;
padding: 0;
font-size: 36px;
color: #FFFFFF;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
line-height: 1.3em;
  }

.bg_title_privacy img {
  width: 100%;
  }

.service_home .ttl h3 {
text-align: center;
margin-top: 40px;
	margin-bottom: 40px;
	color: #3e3e3e;
	font-weight: normal;
	color: #4CB050;
padding-right: 3%;
padding-left: 3%;
	font-size: 180%;
}

.service ul li {
	list-style-type: disc;
	margin-bottom: 8px;
	font-size: 120%;
	margin-left: 6%;
text-align: left;
}
.main_img p  {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


.img_harushibeyanagi {
padding-left: 3%;
padding-right: 3%;
}
p a img {
}
.service .service_tx .center {
    text-align: center;
}
