@charset "UTF-8";

/*========================================
*
*	全ページ共通
*
*---------------------------------------*/
/*================================
**	全ページ共通
*-------------------------------*/
/*========================
**	全ページ共通
*/
html {
    /*background: #fff;*/
 	scroll-behavior: smooth;
 }
body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    min-width: 900px;
    font-family:;
    color: #000000;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

a {
    color:#000;
    text-decoration:none;
    -webkit-transition: all .3s;
  transition: all .3s;
}
/*a:hover {
    opacity: 0.6;
}*/
li{
    list-style: none;
}
p {
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
_:lang(x)+_:-webkit-full-screen-document, p {
	font-weight: 300;
}
.clearTxt{
    display: block;
    text-indent: -10000px;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    height: 0px; width: 0px;
    margin: 0; padding: 0;
}
h1,h2,h3,h4,h5,p,ol,ul,figure {
    margin: 0;
    padding: 0;
}
h2 {
    font-family: Roboto,"Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo,;
    font-size: 5rem;
    letter-spacing: 0.8rem;
}
.flexContainer {
    display: flex;
    justify-content: center;
}
.spOn {
    display: none;
}
.spOff {
    display: block;
}
/*
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
*/
input[type="submit"], input[type="reset"], input[type="button"], button { /* modify 200918 */
-webkit-appearance: none;
border-radius: 0;
cursor: pointer;
}
/*================================
**	文字設定
*-------------------------------*/
:root {
    font-size: 62.5%;
}

#homeMainCopy .subCopy {
    font-family: 'Roboto', sans-serif;
}
#footer {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo;
}
/*================================
**	ヘッダー
*-------------------------------*/

#spNav {
	display: none;
}

#header {
	height: 126px;
	background: #fff;
	position: fixed;
	z-index: 150;
	width: 100%;
    filter: drop-shadow(0 0 10px rgba(61,120,89,0.30));
}
#header .headerInner {
    width: 1500px;
    margin: 0 auto;
}
#header #headerLogo {
	position: relative;
	margin: 28px 0 0 0;
    width: 200px;
}
#header #headerLogo img{
	width: 100%;
}
#header .headerText {
    width: 330px;
    position: relative;
    margin: 43px 0 0 30px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.7;
}
#header #glNav {
    position: relative;
    width: 500px;
    margin: 50px 0 0 60px;
}
#header #glNav > ul > li {
	margin: 0 20px 0 0;
	text-align: center;
}
#header #glNav li a {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
 	 z-index: 1;
 	 display: inline-block;
}
#header #glNav li a:hover {
    color: #0A7A4C;
}
#header .subNav {
    width: 200px;
}
#header .subNav li.topContact a {
    padding: 53px 36px;
    height: 126px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #0A7A4C;
    position: relative;
    display: inline-block;
}
#header .subNav li.topFb {
    margin: 46px 30px 0 0;
}

@media screen and (max-width:1400px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
#header .headerInner {
    width: 1080px;
    margin: 0 auto;
}
#header #headerLogo {
	position: relative;
	margin: 30px 0 0 0;
    width: 180px;
}
#header #headerLogo img{
	width: 100%;
}
#header .headerText {
    width: 300px;
    position: relative;
    margin: 43px 0 0 30px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.7;
}
    #header #glNav {
    position: relative;
    width: 300px;
    margin: 50px 0 0 20px;
}
#header #glNav ul {
    flex-wrap: wrap;
}
#header #glNav > ul > li {
	margin: -8px 20px 12px 0;
	text-align: center;
}
#header #glNav li a {
    font-size: 1.5rem;
}
#header .subNav {
    width: 200px;
}
#header .subNav li.topFb {
    margin: 46px 30px 0 0;
}
h2 {
    font-family: Roboto,"Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo,;
    font-size: 4rem;
    letter-spacing: 0.8rem;
}

}

/*================================
**	フッター
*-------------------------------*/
/*========================
**	フッター　お問い合わせ
*/
#footer {
    background: #E6E6E6;
    padding: 70px 0 0;
}
#footer #footerLogo {
    width: 270px;
}
#footer #footerLogo img {
    width: 100%;
}
#footer .flexContainer {
    justify-content: center;
    margin: 0 0 30px;
}
#footer .flexContainer .flexBox {
    margin: 0 60px 0 0;
}
#footer .footerInfo p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 0 4px;
}
#footer .footerLink > a {
    font-size:  1.8rem;
    color: #0A7A4C;
    font-weight: 700;
    margin: 0 20px 0 0;
}
#header a:hover,
#footer .footerLink a:hover {
    opacity: 0.6;
}
#footer #footerNav li {
    font-size: 1.6rem;
    margin: 0 0 12px 26px;
    position: relative;
    font-weight: 500;
}
#footer #footerNav li:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #0A7A4C;
    margin: auto;
    left: -20px;
    top: 10px;
}
#copyright {
    text-align: center;
    font-size: 1.2rem;
    padding: 10px 0;
    font-weight: 500;
}
#gotoTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    width: 80px;
}
#gotoTop img {
    width: 100%;
}
/*========================================
*
*	下層ページ共通
*
*---------------------------------------*/
/*================================
**	下層全ページ共通
*-------------------------------*/
/*========================
**	下層全ページ共通
*/
/*========================
**	下層ページ タイトル
*/
#lowerTitle {
	position: relative;
	height: 540px;
	margin: 0 calc(50% - 50vw) 120px;
	min-width: 1366px;
}
#lowerTitle::before,
#lowerTitle::after {
	content: "";
	position: absolute;
}

#lowerTitle::after {
	height: 440px;
	min-width: 850px;
	width: calc(100% - 516px);
	right: 0;
	top: 124px;
}
#lowerTitle .lowerTitleInner {
    position: relative;
    top: 270px;
    left: 200px;
}
#lowerTitle h1 {
    font-size: 7.8rem;
    background: #0A7A4C;
    color: #fff;
    font-weight: 700;
    position: absolute;
	left: 0;
    top: -20px;
    z-index: 30;
    letter-spacing: 2rem;
    padding: 0 0 0 20px;
}
#lowerTitle .subTitle {
    font-size: 7rem;
    font-weight: 700;
    color: #000;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 20;
}


/*========================
**	下層ページ
*/

/*========================
**	フェードイン アニメーション左
*/
.animate__fadeInLeft1 {
 -webkit-animation-name:fadeInLeft;
    animation-duration: 1.5s;
     animation-delay: 0s;
    animation-fill-mode:backwards;
    animation-name:fadeInLeft1
}
@-webkit-keyframes fadeInLeft1 {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-100%,0,0);
  transform:translate3d(-100%,0,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
@keyframes fadeInLeft1 {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
.animate__fadeInLeft2 {
 -webkit-animation-name:fadeInLeft;
    animation-duration: 1.5s;
     animation-delay: 0.5s;
    animation-fill-mode:backwards;
    animation-name:fadeInLeft2
}
@-webkit-keyframes fadeInLeft2 {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
@keyframes fadeInLeft2 {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
.animate__fadeInLeft3 {
 -webkit-animation-name:fadeInLeft;
    animation-duration: 1.5s;
     animation-delay: 1s;
    animation-fill-mode:backwards;
    animation-name:fadeInLeft3
}
@-webkit-keyframes fadeInLeft3 {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
@keyframes fadeInLeft3 {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
/*========================
**	フェードイン アニメーション
*/
/*
.effect-fade {
  opacity : 0;
  transform : translate(0, 45px);
  transition : all 300ms;
}

.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}
*/
/*========================
**	ブラウザ対応
*/
@media all and (-ms-high-contrast: none){
  #header {
    box-shadow: 10px 10px 37px 10px rgba(61,120,89,0.2)
}
#lowerTitle h1 {
    padding: 30px 0 0 20px;
}
}