@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, 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, span, 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;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box !important;
}
html, body, div, 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 {
	font-style: normal;
	font-weight: normal;
}
div, 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, span, 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 {
	font-size: 101%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	background: #fff;
	width:100%;
}

body {
	font-size: 16px;
	font-size: 1.4rem;
	background: #FFF;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	margin-top: 70px;
	color: #222;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	box-sizing: border-box;
	width:100%;
}

img { font-family: sans-serif; }

/*  set tags
 --------------------------------------------------------------------------*/
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
section.section a:link {
	text-decoration: underline;
	font-weight:600;
}

section.section a:hover {
	text-decoration: none;
}

img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong {
	font-weight: 600;
	text-transform: none;
}

/*  items
 --------------------------------------------------------------------------*/
.pc { display:none !important; }
.sp { display:block !important; }
.pc-t { display: none !important; }
.sp-t { display: block !important; }

@media all and (min-width:768px) and (max-width:1024px) {
	.sp-t { display: none !important; }
	.pc-t { display: block !important; }
}

.unk { margin: -100px; padding: 100px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #282f7d; }

img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container-org{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	text-align:center;
	overflow-x: hidden;
}

#contents-org{
	padding-top: 70px;
}

body > div#container-org {
	height: auto;
	min-height: 100%;
}

div#main-org{
	padding-bottom: 0;
}
div#contents-wrapp {
	background: #fff;
}
@media all and (min-width:768px) and (max-width:1024px) {

}
/* header section
========================================== */
#header {
	height: 70px;
	position:absolute;
	width:60px;
	top:0;
	right:0;
	z-index:9999999;
}
#header-logo {
	padding: 0;
    margin: 0 0 0 10px;
    height: auto;
    width: 60%;
    position: fixed;
    top: 5px;
}
#header-logo img{
	height:26px;
	width:auto;
	margin: 5px 0 0 0;
	z-index:99999999999;
}

.headerpain{
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	background:#fff;
	z-index:99999;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#header-logo img{
		height:50px;
	}
}

/* =======================================
   header contact
========================================== */
#header-contact {
	width: 80%;
	height: 28px;
	position: fixed;
	top: 35px;
	left: 10px;
	display: block;
	text-align: left;
}
#header-contact span.telno {
	text-align: left;
	font-size: 1.25em;
	letter-spacing: -1px;
	position: relative;
	padding-left: 30px;
	margin-right: 10px;
}
#header-contact span.time {
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	font-size: 0.6em;
	display: inline-block;
}
#header-contact span.telno:before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -10px;
	content: "";
	background: url(../img/common/ico_tel.svg) no-repeat center center;
	background-size: 100%;
}

@media all  and (max-width:320px) {
	#header-contact span.time {
		display: none;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	#header-contact {
		width: auto;
		height: 28px;
		position: fixed;
		top: 5px;
		right: 70px;
		left: auto;
	}
	#header-contact span.telno {
		text-align: left;
		padding-left: 36px;
		font-size: 1.25em;
		letter-spacing: -1px;
		position: relative;
		display: flex;
		justify-content: left;
	}
	#header-contact span.time {
		height: 20px;
		line-height: 20px;
		border: 1px solid #407100;
		border-radius: 13px;
		font-size: 0.6em;
		padding: 0 6px;
		display: block;
		justify-content: center;
	}
	#header-contact span.telno:before {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -10px;
		content: "";
		background: url(../img/common/ico_tel.svg) no-repeat center center;
		background-size: 100%;
	}
}

/* =======================================
   pankuzu navi
========================================== */
#pankuzu {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	background: rgba(255,255,255,.8);
  position: absolute;
  bottom: 0;
  z-index: 11;
  transition: all .25s;
  z-index: 3333;
}

#pankuzu ul {
	width: auto;
	padding: 0;
	margin: 0 20px;
	display: block;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#pankuzu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	zoom: 1;
	font-size: 12px;
}
#pankuzu ul li a,
#pankuzu ul li span {
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 0 16px 20px;
}

#pankuzu ul li a:hover {
}
#pankuzu ul li a::after,
#pankuzu ul li span::after {
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}

/* =======================================
   global navigation
========================================== */
#g-menu {
	width: 70px;
	max-height: 100%;
	min-height: 70px;
	padding: 0;
	margin: 0;
	z-index:99999999;
	position:fixed;
	top:0;
	right:0;
}
.toggle-g {
    display: block;
    width: 70px;
    height: 70px;
    color: #F13522;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
}
.toggle-g span:nth-of-type(1){
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 4px;
    background: #F13522;
    border-radius: 2px;
}
.toggle-g span:nth-of-type(2) {
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    top: 32px;
    left: 20px;
    width: 30px;
	height: 4px;
	background: #F13522;
    border-radius: 2px;
}
.toggle-g span:nth-of-type(3) {
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    top: 44px;
    left: 20px;
    width: 30px;
	height: 4px;
	background: #F13522;
    border-radius: 2px;
}
.toggle-g.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
/* --------------------------------------------------- menu */
#g-menu .spmenu {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 70px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: #EFEFEF;
}
#g-menu .spmenu ul {
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 10%;
    left: 0;
}
}
#g-menu .spmenu ul.active {
    -webkit-overflow-scrolling:touch;/* iOS8 bug fix */
	overflow-y: auto;
}
#g-menu .spmenu ul li {
    list-style: none;
	float:none;
	position:relative;
}
#g-menu .spmenu ul li p {
    display: block;
    padding:0;
	width:100%;
	position:relative;
}
#g-menu .spmenu ul li a {
	display: block;
    position: relative;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.2em;
    line-height: 50px;
}
#g-menu .spmenu ul li a:hover {
    display: block;
    padding:0;
	line-height:40px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

#g-menu .spmenu ul ul.open { display:block;}
#g-menu .spmenu ul > li > p { cursor:pointer;}
#g-menu .spmenu ul li a.go:after { position:absolute; /*top:0;*/ right:15px; content: "\f054";font-family: FontAwesome; font-size:10px;line-height:40px; }
#g-menu .spmenu ul li a.menu:after { position:absolute; /*top:0;*/ left:15px; content: "\f078";font-family: FontAwesome; font-size:10px;line-height:40px; }

@media all and (min-width:768px) and (max-width:1024px) {

}

/* =======================================
   footer section
========================================== */
#page-back {
	position: fixed;
	width:56px;
	height:61px;
	right:40px;
	bottom: 80px;
	z-index:99999999999;
}
#page-back a {
	position: relative;
	width:56px;
	height:61px;
	display: block;
}
#page-back a img {
	width: 100%;
}
footer {
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: relative;
	border-bottom: 6px solid #48A40C;
	z-index: 1111;
}
.footer-wrapp {
	width: auto;
	margin: 0 20px;
	height: auto;
	display: block;
}
#footer-logo {
	width: 100%;
}
#footer-logo span.logo {
	display: block;
	width: 90%;
	margin-bottom: 5px;
}
#footer-logo img {
	width: 100%;
}
#footer-logo .copy {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	font-size:0.6em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#footer-menu {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#footer-menu dl {
	width: 48%;
	margin-right: 5px;
}
#footer-menu dd {
	display: block;
	position: relative;
}
#footer-menu a {
	width: auto;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0;
	padding: 0 5px 0 26px;
	position: relative;
}
#footer-menu a::before {
	display: block;
  	position: absolute;
  	top: 50%;
  	left: 5px;
  	content: "";
  	width: 14px;
  	height: 14px;
  	margin-top: -7px;
  	background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
  	background-size: 100%;
}
#footer-menu a:hover {
	background: #EFEFEF;
}

@media all and (max-width:320px) {
}

@media all and (min-width:768px) and (max-width:1024px) {
	.footer-wrapp {
		display: flex;
	    justify-content: space-between;
	}
	#footer-logo {
		width: 40%;
	}
	#footer-logo span.logo {
		width: 80%;
	}
	#footer-menu {
		width: 60%;
		flex-wrap: nowrap;
	}
	#footer-menu dl:nth-child(1),
	#footer-menu dl:nth-child(2) {
		width: 28%;
	}
	#footer-menu dl:nth-child(3) {
		width: 44%;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
#sub-contents {
	width: 100%;
	position: relative;
	background-size: 100%;
}
.contents-inner {
	margin: 0;
	padding: 30px 20px;
	width: 100%;
	text-align: left;
	position: relative;
}
section.section {
    margin: 0;
    padding: 20px 0;
    width: auto;
}

@media all and (min-width:768px) and (max-width:1024px) {
	.contents-inner {
		padding: 40px;
	}
}

/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */
/* contents title */
#contents-title {
	background: url(../img/common/back_h1.jpg) center center no-repeat;
	background-size: cover;
	height: 200px;
	display: block;
	position: relative;
	z-index: 1;
}
#contents-title::after {
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	top: 0;
	content: "";
	z-index: 1;
}
#contents-title h1 {
	width: auto;
	height: 200px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	text-align: left;
	color: #fff;
	z-index: 2;
}
#contents-title h1 span {
	font-size: 30px;
	margin-top: -50px;
}

/* image + test set */
.img-text-wrapp {
	width:100%;
	display: block;
	position: relative;
}
.img-text-wrapp .image {
	width: 100%;
	margin-bottom: 30px;
}
.img-text-wrapp .image img {
	width: 100%;
}
.img-text-wrapp .text {
	width: 100%;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#contents-title {
		height: 200px;
	}
	#contents-title h1 {
		padding-top: 60px;
	}
	.img-text-wrapp {
		display: flex;
		justify-content: space-between;
	}
	.img-text-wrapp .image {
		width: 40%;
		margin-bottom: 0;
	}
	.img-text-wrapp .text {
		width: 55%;
	}
	.img-text-wrapp.right-image .text {
		order: 1;
	}
}

