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, 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, hgroup, menu, nav, section {
	display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap');

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}



.header {
  position: relative;
  background-color: #FFF;
}

.header_bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.header_mov {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);

}

.header_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
h1 {
  text-align: center;
}
.header_contents p {
	text-align: center;
	font-size: 1.3em;
	margin-top: 10px;
	font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}



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;
}


.base_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

h3 {
	padding-top: 1em;
	padding-bottom: 3em;
	font-size: 1.6em;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
}

@media screen and (max-width:480px){
h3 {
	padding-top: 1em;
	padding-bottom: 3em;
	font-size: 1.2em;
	width: 100%;
}
}










#box01 {
	width: 100%;
	padding: 5em 0;
	background-color: #FFF;
	color: #222;
	text-align: center;
}

.box01_div01 p {
	width: 94%;
	margin: 0 3%;
	padding: 0.5em 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}

@media screen and (max-width:550px){
.box01_div01 p {
	font-size: 1.0em;
	line-height: 1.6em;
}
}



#box02 {
	width: 100%;
	padding: 5em 0;
	background-color: #555;
	color: #FFF;
	text-align: center;
}

.box02_div01{
	width: 29%;
	margin: 0 2%;
	float: left;
}

.box02_div01 img{
	width: 70%;
}

.box02_div01 h5{
	font-size: 1.4em;
	line-height: 1.6em;
}

.box02_div01 p{
	line-height: 1.4em;
}

@media screen and (max-width:900px){
.box02_div01 h5{
	font-size: 1em;
	line-height: 1.6em;
}

.box02_div01 p{
	font-size: 0.8em;
	line-height: 1.4em;
}
}

@media screen and (max-width:600px){
.box02_div01{
	width: 94%;
	margin: 0 3% 2em 3%;
	float: clear;
}
}

@media screen and (max-width:480px){
.box02_div01{
	width: 94%;
	margin: 0 3% 2em 3%;
	float: clear;
}

.box02_div01 img{
	width: 70%;
}

.box02_div01 h5{
	font-size: 1em;
	line-height: 1.6em;
}

.box02_div01 p{
	font-size: 0.8em;
	line-height: 1.4em;
}
}



#box03 {
	width: 100%;
	padding: 5em 0;
	background-color: #EEE;
	color: #222;
	text-align: center;
}

.box03_div01 table{
	width: 100%;
	border: 0;
}

.box03_div01 th{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
	padding-right: 0.5em;
}

.box03_div01 td{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 0.5em;
}

@media screen and (max-width:550px){
.box03_div01 th{
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 0.5em;
}

.box03_div01 td{
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 1em;
	padding-bottom: 1em;
}
}


#box04 {
	width: 100%;
	padding: 5em 0;
	background-color: #ff9024;
	color: #FFF;
	text-align: center;
}

.box04_div01 textarea{
	width: 90%;
	height: 10em;
}

.box04_div01 button {
	display: inline-block;
	text-align: center;
	border: 2px solid #FFF;
	font-size: 1.2em;
	background-color: #FFF;
	color: #ff9024;
	text-decoration: none;
	padding: 0.5em 1em;
	margin-top: 1em;
	border-radius: 10px;
	transition: .4s;
}

.box04_div01 button:hover {
  background-color: #ff9024;
  color: #fff;
}

@media screen and (max-width:480px){
.box04_div01 button {
  font-size: 1.0em;
  padding: 0.5em 1em;
}
}



#header_m {
	position: relative;
	height: 200px;
	width: 100%;
	background-color: #DDD;
	background-image: url('img_headerbg.jpg');
	background-position: 50% 50%;
	background-attachment: fixed;
	color: #FFF;
	overflow: hidden;
}

#header_m h1 {
	font-size: 3em;
	font-weight: bold;
}

#header_m p {
	font-size: 1.4em;
}

.header_m_div01{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	width: 100%;
}

@media screen and (max-width:480px){
#header_m h1 {
	font-size: 1.8em;
	font-weight: bold;
}
#header_m p {
	font-size: 0.8em;
}
}



#box05 {
	width: 100%;
	height: 60vh;
	padding: 5em 0;
	background-color: #EEE;
	color: #222;
	text-align: center;
}

.box05_div01 p {
	width: 94%;
	margin: 0 3%;
	padding: 0.5em 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}

.box05_div01 button {
	display: inline-block;
	text-align: center;
	border: 2px solid #FFF;
	font-size: 1.2em;
	background-color: #777;
	color: #FFF;
	text-decoration: none;
	padding: 0.5em 1em;
	margin-top: 1em;
	border-radius: 10px;
	transition: .4s;
}

.box05_div01 button:hover {
	background-color: #ff9024;
  color: #fff;
}

@media screen and (max-width:550px){
.box05_div01 p {
	font-size: 1.0em;
	line-height: 1.6em;
}
.box05_div01 button {
  font-size: 1.0em;
  padding: 0.5em 1em;
}
}



#footer {
	width: 100%;
	padding: 2em 0;
	background-color: #e60000;
	color: #FFF;
	text-align: center;
}

#footer p {
	font-size: 1em;
	line-height: 1.6em;
}

@media screen and (max-width:480px){
#footer p {
	font-size: 0.8em;
	line-height: 1.6em;
}
}
