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

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, li, dl, dt, dd, span, table, th, td, a, input, textarea {
	box-sizing: border-box !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	background: #fff;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	letter-spacing: 0.02em;
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
     letter-spacing: 0.03em;
	}
}

img {
	border: 0;
	vertical-align: bottom;
}

*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}

* html div#container-org {
	height: 100%;
}

/*  set tags
 --------------------------------------------------------------------------*/
a {
	transition: .25s;
}
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;
}
strong {
	font-weight: 600;
	text-transform: none;
}

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

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

/* set border ( full wrapp ) */
.border { border: 1px solid #666; }
img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container-org {
	width: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
	min-width: 100%;
	text-align: center;
	transition: all 0.25s;
	overflow: hidden;
}
body > #container-org {
	height: auto;
	min-height: 100%;
}
#main-org {
	padding-bottom: 200px;
}
#contents-wrapp {
	background: #fff;
}

#contents-org {
	position: relative;
}

/* 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: 1200px;
	padding: 0;
	margin: 0 auto;
	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%;
}

@media all and (min-width:769px) and (max-width:1140px) {
	#pankuzu ul {
		width: auto;
		margin: 0 20px;
	}
}

/* header section
========================================== */
/* transition */
.headerpain {
	margin: 0;
	width: 100%;
	height: 100px;
	transition: 0.25s;
	position: relative;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header-logo {
	padding: 0;
	height: auto;
	position: absolute;
	z-index: 99999999;
	width: 30%;
	top: 20px;
	left: 30px;
	transition: 0.25s;
}

#header-logo img {
	width:80%;
	transition: 0.25s;
}
#header {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	z-index: 1111;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}

html.fixed .headerpain {
	position: fixed;
	top: 0;
	height: 60px;
	z-index: 99999999;
}
html.fixed #header-logo {
	width: 16%;
	top: 10px;
}

@media all and (min-width:769px) and (max-width: 1200px) {
	.headerpain {
		position: fixed;
		top: 0;
		height: 60px;
		z-index: 99999999;
	}
	#header-logo {
	    top: 14px;
	}
	#header-logo img {
		width: 90% !important;
	}
}

/* =======================================
   header contact
========================================== */
#header-contact {
	width: auto;
	padding:  10px 30px 10px 0;
	transition: all .25s;
}
#header-contact span.telno {
	text-align: left;
	padding-left: 45px;
	font-size: 1.75em;
	letter-spacing: -1px;
	position: relative;
	display: flex;
	justify-content: center;
}
#header-contact span.time {
	height: 26px;
	line-height: 26px;
	border: 1px solid #407100;
	border-radius: 13px;
	font-size: 0.8em;
	display: block;
}
#header-contact span.telno:before {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -17px;
	content: "";
	background: url(../img/common/ico_tel.svg) no-repeat center center;
	background-size: 100%;
}

html.fixed #header-contact span.time {
	display: none;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#header-contact {
		width: auto;
		padding:  6px 30px 6px 0;
		transition: all .25s;
	}
	#header-contact span.telno {
		text-align: left;
		padding-left: 45px;
		font-size: 1.25em;
		letter-spacing: -1px;
		position: relative;
		display: flex;
		justify-content: left;
	}
	#header-contact span.time {
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
		font-size: 0.6em;
		padding: 0 6px;
	}
	#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%;
	}
}

/* =======================================
   global navigation
========================================== */
#g-menu {
	width: auto;
	height: 100px;
	transition: all .25s;
	z-index: 99999999;
}


/* --------------------------------------------------- menu */
#g-menu ul {
	width: auto;
	height: 100px;
	max-width: auto;
	height: auto;
	display: block;
	padding: 0 20px;
}
html.fixed #g-menu ul {
	height: 60px;
}
#g-menu ul > li {
	display: inline-block;
}
#g-menu ul li a {
	display: block;
	position: relative;
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
#g-menu ul li a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	text-align: center;
	font-size: 11px;
}
html.fixed #g-menu ul li a,
html.fixed #g-menu ul li a:hover {
    height: 60px;
    line-height: 60px;
}
#g-menu ul li a:hover,
#g-menu ul li a.current {
	background: #e6f1d8;
}

#g-menu ul li a:hover::after,
#g-menu ul a.current::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 15px;
	background: #F13522;
	margin-left: -8px;
}
#g-menu ul::before,
#g-menu ul::after {
	content: "";
	display: table;
}
#g-menu ul::after {
	clear: both;
}

@media all and (min-width:1400px) and (max-width:1600px) {
	#g-menu ul li a {
	  font-size: 1vw;
	}
	#g-menu ul li a span, #g-menu ul li p span {
		font-size: 0.4vw;
	}
}
@media all and (min-width: 1200px) and (max-width:1399px) {
	#g-menu ul li a {
	  font-size: 1vw;
	}
	#g-menu ul li a span, #g-menu ul li p span {
		font-size: 0.4vw;
	}
}

@media all and (min-width:769px) and (max-width:1200px) {
	#g-menu {
		height: 60px;
	}
	#g-menu ul {
		height: 60px;
	}
	#g-menu ul li a {
		height: 60px;
	  line-height: 60px;
	  padding: 0 10px;
	  font-size: 1vw;
	}
	#g-menu ul li a span, #g-menu ul li p span {
		font-size: 0.4vw;
	}
}

/* =======================================
   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: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 6px solid #48A40C;
	z-index:9999;
}
.footer-wrapp {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
  justify-content: space-between;
}
#footer-logo {
	width: 50%;
}
#footer-logo span.logo {
	display: block;
	width: 60%;
	margin-bottom: 20px;
}
#footer-logo img {
	width: 100%;
}
#footer-logo .copy {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#footer-menu {
	padding: 0;
	margin: 0;
	width: 50%;
	text-align: left;
	display: flex;
	position: relative;
}
#footer-menu dl {
	width: 32%;
	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 (min-width:769px) and (max-width:1200px) {
	.footer-wrapp {
		width: auto;
		margin: 0 20px;
	}
	#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 auto;
	padding:50px 0;
	width: 1200px;
	text-align: left;
	position: relative;
	display: block;
	z-index: 2222;	
}
section.section {
    margin: 0 0 30px;
    padding: 30px 0;
    width: auto;
}
.contents-inner::before {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

@media all and (min-width:769px) and (max-width:1200px) {
	.contents-inner {
		padding: 0 20px;
		width: auto;
	}
}

/* =======================================
   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;
/* 	margin-top: 100px; */
	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;
}
html.fixed #contents-title {
	margin-top: 60px;
}
#contents-title h1 {
	width: 1200px;
	margin: 0 auto;
	padding:  50px 0 0 0;
	display: block;
	position: relative;
	text-align: left;
	height: auto;
	color: #fff;
	z-index: 2;
}
#contents-title h1 span {
	font-size: 40px;
}
@media all and (min-width:769px) and (max-width:1200px) {
	#contents-title {
		margin-top: 80px;
	}
	#contents-title h1 span {
		width: auto;
		margin: 0 20px;
	}
}

/* image + test set */
.img-text-wrapp {
	width:100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.img-text-wrapp .image {
	width: 40%;
}
.img-text-wrapp .image img {
	width: 100%;
}
.img-text-wrapp .text {
	width: 55%;
}
.img-text-wrapp.right-image .text {
	order: 1;
}

