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


/*
==========================================================
リセットCSS
==========================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
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;
	vertical-align: baseline;
	/* [disabled]position: relative; */
	background-repeat: no-repeat;
	line-height: 1.6;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
}

html {
font-size: 62.5%;
}
body {
 line-height: 1;
	font-family: 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;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	height: auto;
	width: 100%;
}
html { 
scroll-behavior: smooth;
}


/*
==========================================================
フォント設定
==========================================================
*/

body {
	text-align: center;
	font-size: 1.6rem; 
 font-family: "Noto Sans JP";;
	background-color: #fff;
}

/*ページfade in設定の為*/
body {
	display: none;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*
==========================================================
共通設定
==========================================================
*/

body {
	margin: 0px;
	padding: 0px;
}
#container {
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.op:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/images/index_bg.jpg");
		background-size: cover;
		background-position: center top;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #E5DCD2 0%, #BDA894 100%);
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color:rgba(255,255,255,0.6);
    border: solid 2px #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #ddd;
    border-right: 3px solid #ddd;
    transform: translateY(20%) rotate(-45deg);
}

#topImage .fade span {
opacity: 0;
}
#topImage .fade.appeartext span { 
animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #999999;
    }
}


@media print , screen and (min-width : 769px ){

/*
==========================================================
PC共通設定
==========================================================
*/
p,dl,ul,table {
	line-height: 1.8em;
}

.pchd {
	display: none;
}
#contents {
	position: relative;
	text-align: center;
}
.inner {
width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.topicPath {
	list-style-type: none;
	font-size: 1.2rem;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10%;
	padding-bottom: 10px;
	padding-left: 10%;
	margin-right: 0px;
	margin-left: 0px;
}
.topicPath ol {
	font-size: 1.2rem;
	color: #333;
}
.topicPath li {
	display: inline-block;
}
.topicPath li + li:before {
	content: ">";
	margin: 0 1em;
}
.topicPath li a {
	margin-right: 6px;
}
.topicPath li a:link, .topicPath li a:visited, .topicPath li a:active {
	color: #000;
	text-decoration: none;
}
.topicPath li a:hover {
	color: #265AA9;
	text-decoration: underline;
}
section {
 padding-top: 100px;
 margin-top: -100px;
}
/*
======================
flex設定
=======================
*/

/*センター揃え*/
ul.flex {
	display: flex;
 flex-wrap: wrap;
 justify-content: center;
 position: relative;
}



/*
==========================================================
ヘッダー
==========================================================
*/

#header {
    height: 80px;
				min-width: 1200px;
  }

  .h_logo img {
    width: 100%;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
				padding: 0 0px 0 15px; ;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.6em;
  }
  #gNav .nav li.bgb {
    margin-right: 0;
  }
		#gNav .nav li.bgb a {
padding-left: 10px;
padding-right: 10px;
background-color: #000;
transition : all 0.5s ease 0s;
}
#gNav .nav li.bgb a:hover {
background-color: #999;
color: #333;
}
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
				color: #fff;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }


/*
==========================================================
フッター
==========================================================
*/
/*
#footer {
	width: 100%;
	margin: 0px;
	background:linear-gradient(90deg, #fff 0%, #fff 50%, #008CD6 50%, #008CD6 100%);
	overflow: hidden;
}
*/
#footer {
	width: 100%;
	height: 220px;
	margin: 0px;
	background:#008CD6;
	overflow: hidden;
}
#footer .com {
width: 22%;
height: 220px;
background-color: #fff;
float: left;
}
#footer .com dl {
padding-top: 50px;
text-align: left;
}
#footer .com dt {
width: 182px;
margin: 0 auto;
}
#footer .com dd {
font-size: 1.4rem;
padding-left: 24px;
}
#footer .fnav {
width: 78%;
float: right;
background-color: #008CD6;
}
#footer .fnav ul.nav1 {
padding: 20px 0px 20px 20px;
display: flex;
justify-content: space-between;
margin-bottom: 0;
overflow: hidden;
}
#footer .fnav ul.nav1 .flex-item1  {
flex-basis: 15%;
}
#footer .fnav ul.nav1 .flex-item2  {
flex-basis: 33%;
}
#footer .fnav ul.nav1 .flex-item3  {
flex-basis: 18%;
}
#footer .fnav ul.nav1 dl {
text-align: left;
margin-bottom: 0;
}
#footer .fnav ul.nav1 dt {
font-weight: 500;
margin-bottom: 8px;
}
#footer .fnav ul.nav1 dd {
font-size: 1.4rem;
}
#footer .fnav ul.nav1 .flex-item2 dd ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#footer .fnav ul.nav1 .flex-item2 dd ul li {
width: 50%;
}
#footer .fnav ul.nav1 .flex-item2 dt {
width: 30%;
}

#footer .fnav ul.nav1 a {
display: inline-block;
color: #fff;
position: relative;
transition: .3s;
}
#footer .fnav ul.nav1 a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
#footer .fnav ul.nav1 a:hover::after{
  width: 100%;
}
#footer ul.nav1 a.fpoint {
display: flex;
align-items: center;
}
#footer ul.nav1 a.dash:before {
 font-family: "Font Awesome 5 Free";
 content: "\f068";
 padding-right: 10px;
 font-weight: 900;
	color: #fff;
}
#footer ul.nav1 dd a:before {
 font-family: "Font Awesome 5 Free";
 content: "\f054";
 padding-right: 10px;
 font-weight: 900;
	color: #fff;
}

#footer .fnav ul.nav1 .flex-item3 p {
font-size: 1.3rem;
margin-bottom: 3px;
text-align: left;
}
#footer .fnav ul.nav1 .flex-item3 p.st {
width: 50%;
}
#footer .fnav ul.nav1 .flex-item3 p.st2 {
width: 100%;
}
#footer ul.nav1 a.fpoint::before {
content: "";
height:1px;
flex-grow: 1;
background-color:#fff;
margin-right: 10px;
}
.copyright {
	font-size: 1.1rem;
	color: #fff;
	clear: both;
	margin: 0px;
	float: right;
}


/*
==========================================================
コンテンツ共通
==========================================================
*/
	#topImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 80px;
	height: 180px;
	position: relative;
}
#topImage .in {
background-color: rgba(0,0,0,0.6);
height: 180px;
}
#topImage .backtext {
position: absolute;
top: 44%;
left: 50%;
transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
display: inline-block;
font-size: 12.0rem;
font-weight: 700;
color: rgba(255,255,255,0.2);
animation-delay: 2s;
}
#topImage .fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}
#topImage h1 {
font-size: 3.6rem;
font-weight: 800;
color: #fff;
padding-top: 50px;
letter-spacing: 0.2em;
text-shadow: 0 0 0.4em rgba(0,0,0,1);
}

#contents h2 {
line-height: 0.8;
border-bottom: solid 1px #000;
width: 400px;
text-align: left;
padding-left: 50px;
position: relative;
margin-bottom: 50px;
}
h2:before {
content:"";
display:inline-block;
width: 2px;
height: 70px;
background-color: #008CD6;
position: absolute;
top: 60%;
transform: translateY(-50%);
left: 30px;
}
h2 .main {
display: block;
font-size: 3.6rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
text-align: left;
}
h2 strong {
color: #008CD6;
}
.contebox {
margin-bottom: 50px;
}

.contact_banner {
background-image: url("/images/company_bg.jpg");
padding: 20px;
margin-bottom: 50px;
}
.contact_banner .contact_inner {
background-color: rgba(0,0,0,.5);
overflow: hidden;
padding-bottom: 30px;
}
.contact_banner .contact_inner h3 {
font-size: 5.2rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
color: #fff;
text-align: center;
margin-bottom: 10px;
}
.contact_banner .contact_inner strong {
color: #008cd6;
font-size: 5.2rem;
}
.contact_banner .contact_inner h3 span {
font-size: 1.8rem;
margin-left: 20px;
align-items: center;
}
.contact_banner .contact_inner ul {
 display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 0 80px;
}
.contact_banner .contact_inner li {
width: 45%;
}
.contact_banner .contact_inner li:last-child {
margin-bottom: 0px;
}
.contact_banner .contact_inner li a,
.contact_banner .contact_inner li .tel_area {
display: block;
border: solid 1px #fff;
font-size: 2.4rem;
color: #fff;
padding: 10px;
transition : all 0.3s ease 0s;
}
.contact_banner .contact_inner li a:hover {
background-color: rgba(255,255,255,0.2);
}
.contact_banner .contact_inner li a.mail {
padding: 16px;
}

.contact_banner .contact_inner li a.mail:before {
 content: url(/images/icon_mail.png);
 margin: 10px;
 position: relative;
 top: 4px;
}
.contact_banner .contact_inner li .tel_area:before {
 content: url(/images/icon_tel.png);
 margin: 10px 20px 10px 10px;
 position: relative;
 top: 4px;
}
.contact_banner .contact_inner li .tel_area i {
font-size: 1.2rem;
line-height: 1em;
display: inline-block;
margin-right: 10px;
font-style: normal;
}
.contact_banner .contact_inner li .tel_area a {
color: #fff;
}




}




@media screen and (max-width : 768px ){

/*
==========================================================
SP共通設定
==========================================================
*/


body {
	line-height: 1;
	font-family: sans-serif;
}

.sphd {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
#container section {
	margin-bottom: 50px;
	overflow: hidden;
}
#contents {
	position: relative;
	clear: both;
}
#contents .inner {
margin: 0;
padding-left: 12px;
padding-right: 12px;
}
section {
 padding-top: 80px;
 margin-top: -80px;
}


	/*
==========================================================
ヘッダー
==========================================================
*/

#header {
    height: 60px!important;
  }

  .h_logo {
    width: 180px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

/*
==========================================================
コンテンツ
==========================================================
*/
	#topImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 60px;
	margin-bottom: 20px;
	height: 120px;
	position: relative;
}
#topImage .in {
background-color: rgba(0,0,0,0.6);
height: 120px;
}
#topImage .backtext {
position: absolute;
top: 44%;
left: 50%;
transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
display: inline-block;
font-size: 5rem;
font-weight: 700;
color: rgba(255,255,255,0.1);
animation-delay: 2s;
}
#topImage .fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}
#topImage h1 {
font-size: 1.8rem;
font-weight: 800;
color: #fff;
padding-top: 40px;
letter-spacing: 0.2em;
text-shadow: 0 0 0.4em rgba(0,0,0,1);
}
.topicPath {
display: none;
}

#contents h2 {
line-height: 0.8;
border-bottom: solid 1px #000;
text-align: left;
padding-left: 24px;
position: relative;
margin-bottom: 40px;
}
h2:before {
content:"";
display:inline-block;
width: 2px;
height: 50px;
background-color: #008CD6;
position: absolute;
top: 60%;
transform: translateY(-50%);
left: 10px;
}
h2 .main {
display: block;
font-size: 2.4rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
text-align: left;
}
h2 strong {
color: #008CD6;
}

/*
==========================================================
お問い合わせバナー
==========================================================
*/
.contact_banner {
background-image: url("/images/company_bg.jpg");
padding: 16px;
margin-bottom: 20px;
}
.contact_banner h3 {
border: none;
}
.contact_banner .contact_inner {
background-color: rgba(0,0,0,.5);
overflow: hidden;
padding-bottom: 30px;
}
.contact_banner .contact_inner h3 {
font-size: 2.4rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
color: #fff;
text-align: center;
margin-bottom: 10px;
}
.contact_banner .contact_inner strong {
color: #008cd6;
font-size: 3.2rem;
}
.contact_banner .contact_inner h3 span {
font-size: 1.8rem;
margin-left: 20px;
align-items: center;
}
.contact_banner .contact_inner ul {
 display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 0 16px;
}
.contact_banner .contact_inner li {
width: 100%;
margin-bottom: 24px;
}
.contact_banner .contact_inner li:last-child {
margin-bottom: 0px;
}
.contact_banner .contact_inner li a.mail,
.contact_banner .contact_inner li .tel_area{
display: block;
border: solid 1px #fff;
font-size: 1.6rem;
color: #fff;
padding: 0px;
transition : all 0.3s ease 0s;
}
.contact_banner .contact_inner li a:hover {
background-color: rgba(255,255,255,0.2);
}
.contact_banner .contact_inner li a.mail,
.contact_banner .contact_inner li .tel_area{
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact_banner .contact_inner li a.mail:before {
 content: url(/images/icon_mail.png);
 margin: 6px 30px 6px 0px;
 position: relative;
 top: 4px;
}
.contact_banner .contact_inner li .tel_area:before {
 content: url(/images/icon_tel.png);
 margin: 10px 20px 10px 10px;
 position: relative;
 top: 4px;
}
.contact_banner .contact_inner li .tel_area i {
font-size: 1.7rem;
line-height: 1em;
display: inline-block;
margin-right: 10px;
font-style: normal;
}
.contact_banner .contact_inner li .tel_area .tel a {
color: #fff;
font-size: 1.8rem;
}

/*
==========================================================
フッター
==========================================================
*/

#footer {
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
#footer .com {
width: 100%;
text-align: center;
}
#footer .com dl {
padding-top: 20px;
margin-bottom: 20px;
}
#footer .com dt {
width: 182px;
margin-left: auto;
margin-right: auto;
}
#footer .com dd span {
font-size: 1.4rem;
}
#footer .fnav {
width: 100%;
background-color: #008CD6;
}
#footer .fnav ul {
display: none;
}
.copyright {
background-color: #008CD6;
	font-size: 1.1rem;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #fff;
	margin: 0px;
text-align: center;
}

.pagetop {
  height: 35px;
  width: 35px;
  right: 10px;
  bottom: 10px;
}

}


 @media print {
.sphd {
	display: block;
}
.pchd {
	display: block;
}
.no_print{
        display: none;
    }

body {
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:172mm !IMPORTANT;
        height:251mm !IMPORTANT;
    }

}
