@charset "UTF-8";
/* CSS Document */
/*=============================================================
import css
=============================================================*/
@import url("reset.css");

/*
=============================================================
共通
=============================================================
*/
html, body {
margin: 0;
padding: 0;
font-size: var(--font-size-18);
line-height: 1.8em;
}
html { 
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-style: normal;
margin: 0;
color: #333;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
p {
color: #000;
line-height: 1.8em;
font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1.125rem);/*18-14*/
}
#container {
min-height: 100%;
display: flex;
flex-direction: column;
}

.inner {
width: 90%;
margin: 0 auto;
}
@media screen and (min-width:1024px) {
.pchd {
display: none;
}
#header .openbtn {
display: none;
}
#footerbtn {
display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
@media screen and (min-width:1025px) {
.inner {
max-width: 90%;
}
}


:root {
 --font-size-12: clamp(0.625rem, calc(0.625rem + 0.00977vw), 0.75rem);/* 10→12px */
--font-size-14: clamp(0.75rem, calc(0.75rem + 0.1786vw), 0.875rem); /* 12→14px */
 --font-size-16: clamp(0.875rem, 0.815rem + 0.19vw, 1rem);/*16-14*/
--font-size-15: clamp(0.8125rem, calc(0.8125rem + 0.1786vw), 0.9375rem); /* 13→15px */
--font-size-18: clamp(0.875rem, calc(0.875rem + 0.2976vw), 1.125rem);/* 14→18px */
--font-size-20: clamp(1.0625rem, calc(1.0625rem + 0.01465vw), 1.25rem);/* 17→20px */
--font-size-22: clamp(1rem, calc(1rem + 0.4464vw), 1.375rem);/* 16→22px */
--font-size-24: clamp(1.125rem, calc(1.125rem + 0.0293vw), 1.5rem);/* 18→24px */
--font-size-26: clamp(1.1875rem, calc(1.1875rem + 0.0342vw), 1.625rem);/* 19→26px */
--font-size-28: clamp(1.25rem, calc(1.25rem + 0.5357vw), 1.75rem); /* 20→28px */
--font-size-32: clamp(1.375rem, calc(1.375rem + 0.0488vw), 2rem); /* 22→32px */
--font-size-36: clamp(1.5rem, calc(1.5rem + 0.6696vw), 2.25rem); /* 24→36px */
--font-size-40: clamp(1.75rem, calc(1.75rem + 0.0586vw), 2.5rem);/* 28→40px */
--font-size-42: clamp(1.875rem, calc(1.875rem + 0.0586vw), 2.625rem);/* 30→42px */
--font-size-48: clamp(2rem, calc(2rem + 0.8929vw), 3rem); /* 32→48px */
--font-size-52: clamp(2.25rem, calc(2.25rem + 0.0781vw), 3.25rem);/* 36→52px */
--font-size-56: clamp(2.375rem, calc(2.375rem + 0.0879vw), 3.5rem);/* 38→56px */
--font-size-64: clamp(2.625rem, calc(2.625rem + 0.1074vw), 4rem);/* 42→64px */
--font-size-72: clamp(2.875rem, calc(2.875rem + 0.1270vw), 4.5rem);/* 46→72px */
 --font-size-100: clamp(3.25rem, calc(3.25rem + 0.2344vw), 6.25rem);/* 52→100px */
 }
 

a.zoom {
cursor: pointer;
overflow: hidden;
width: 100%;
}
a.zoom img{
width: 100%;
height: auto;
transition: transform .3s ease;
}
a.zoom:hover img {
transform: scale(1.1);
}


/*
=============================================================
header
=============================================================
*/

#header {
width: 100%;
background: rgba(255,255,255,0.5);
position: fixed;
top: -10rem; /* 最初は画面外に隠す */
left: 0;
z-index: 999;
transition: top 0.6s ease; /* スクロール時にスッと降りる */
}
#header.show {
  top: 0; 
}
#header.contact {
  top: 0; 
}
#header .wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
}
#header .logo {
width: 65vw;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
margin-left: 2rem;
}
#header .logo a {
width: 45%;
font-weight: 900;
}
#header .logo span {
display: block;
margin-left: 3vw;
margin-top: 1vw;
font-weight: 600;
}
#global-navi {
width: 25vw;
height: 100%;
}
#global-navi ul {
display: flex;
align-items: stretch;
height: 100%;
}
#global-navi ul li {
display: flex;
flex: 1 1 auto; 
}
#global-navi ul li a {

width: 100%; 
height: 100%;
padding: 0;
}
#global-navi ul li a img {
display: block;
  max-height: 100%; /* 親の高さを超えない */
  width: auto;   
}
#global-navi ul li:first-child a {
background: #477750;
}
#global-navi ul li:last-child a {
background: #2d77ba;
}


 .topImage {
background-image: url(/images/topImage.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
height: 10rem;
margin-top: 5.2vw;
}
#header.lower {
top: 0rem;
}
#contents.lower {
margin-top: 4rem;
padding-bottom: 10rem;
}
#contents.lower h2 {
text-align: center;
}
/*
==========================================================
フッター
==========================================================
*/
#footer {
position: relative;
background: #333; 
color: #fff;
text-align: center;
z-index: 1;
}
#footer .inner {
width: 100%;
display: flex;
justify-content: space-between;
padding-top: 4rem;
margin-bottom: 2rem;
}
#footer dl.com {
width: 30%;
text-align: left;
}
#footer dl.com dt {
font-weight: 700;
margin-bottom: 0.5rem;
font-size: 1.2vw;
}
#footer dl.com dd {
padding: 0;
margin: 0;
line-height: 1.8em;
font-size: 1vw;
}
#footer dl.com dd ul {
margin-top: 2rem;
display: flex;
justify-content: space-between;
}
#footer dl.com dd ul li {
width: 48%;
}
#footer dl.com dd ul li img {
border-radius: 40px;
}
.footer-navi {
width: 60%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer-navi .global_top {
font-size: 1.2vw;
margin-bottom: 2rem;
width: 100%;
background-image: url("/images/icon_global.svg");
background-repeat: no-repeat;
background-size: 4%;
background-position: left center;
padding-left: 2rem;
}
.footer-navi .global_top a {
display: inline-block;
position: relative;
transition: .3s;
}
.footer-navi .global_top a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
}
.footer-navi .global_top a:hover::after{
  width: 100%;
}
.footer-navi dl {
width: 30%;
margin: 0;
padding: 0;
text-align: left;
margin-bottom: 2rem;
border-right: solid 1px #999;
}
.footer-navi dt {
font-size: 1.2vw;
margin-bottom: 1rem;
padding-left: 2rem;
}
.footer-navi dt a {
display: inline-block;
position: relative;
transition: .3s;
}
.footer-navi dt a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
}
.footer-navi dt a:hover::after{
  width: 100%;
}
.footer-navi dt.snow {
background-image: url("/images/icon_snow.svg");
background-repeat: no-repeat;
background-size: 10%;
background-position: left center;
}
.footer-navi dt.summer {
background-image: url("/images/icon_summer.svg");
background-repeat: no-repeat;
background-size: 10%;
background-position: left center;
}
.footer-navi dd {
line-height: 1.8em;
font-size: 1vw;
}
.footer-navi dd a {
display:inline-block;
padding:0 2rem 0 0;
position: relative;
}
.footer-navi dd a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.footer-navi dd a:hover::after{
    right: 10px;
}
.footer-navi dd ul {
display: block;
width: 100%;
}
.footer-navi dd ul li {
line-height: 2em;
}

.footer-navi p {
color: #fff;
text-align: left;
font-size: 1vw;
}
.copyright {
color: #fff;
text-align: center;
font-size: var(--font-size-12);
padding-bottom: 2rem;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

#page-top img {
  width: 50px;  /* 必要に応じて調整 */
  height: auto;
}



/*
==========================================================
サンクスページ
==========================================================
*/
#thanks {
width: 80%;
margin: 4rem auto 8rem;
text-align: center;
}

/*
=============================================================
スマホナビケーション
=============================================================
*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	 background-color: rgba(0, 0, 0, 0.80);
    /*動き*/
	transition: all 0.3s;
}
#g-nav .logo {
width: 80%;
margin: -6rem auto 2rem;
font-size: 14px;
text-align: center;
}
#g-nav .logo img {
width: 40%;
margin: 0 auto 1rem;
}


/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #efefef;
	text-decoration: none;
	padding: 0.8rem 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


@media screen and (min-width:769px)and (max-width:1024px){
#global-navi {
display: none;
}
#header {
position: fixed;
}
#header .wrap {
display: block;
padding: 0.5rem 0;
}
#header .logo {
width: 65vw;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
margin-left: 2rem;
}
#header .logo a {
width: 45%;
font-weight: 900;
}
#header .logo span {
display: block;
margin-left: 3vw;
margin-top: 1vw;
font-weight: 600;
}
 .topImage {
margin-top: 8vw;
}
#footer-navi {
width: 90%;
margin: 2rem auto 5rem;
}
#footer-navi ul {
width: 100%;
margin: 0 auto;
flex-wrap: wrap;
justify-content: center;
gap:40;
}
#footer-navi li {
margin-bottom: 2rem;
}
#footer-navi li a {
font-size: 1.7vw;
}


}

@media screen and (min-width:521px) and (max-width:768px) {
#header .wrap {
padding: 0.5rem 0;
}
#header .logo {
    width: 50%;
}
#header .logo {
width: 65vw;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
margin-left: 2rem;
}
#header .logo a {
width: 45%;
font-weight: 900;
}
#header .logo span {
display: block;
margin-left: 3vw;
margin-top: 1vw;
font-weight: 600;
}
#contents {
padding-top: 7vw;
}
#global-navi {
display: none;
}
#header {
position: fixed;
}
#header .wrap {
display: block;
}
 .topImage {
margin-top: 10vw;
}
#header.lower {
top: 0rem;
}
#contents.lower {
margin-top: 4rem;
padding-bottom: 10rem;
}
#contents.lower h2 {
text-align: center;
}
#footer {
padding-top: 2rem;
padding-bottom: 2rem;
}
#footer-navi {
display: none;
}


}

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

.sphd {
display: none;
}
.inner {
    width: 90%!important;
    margin: 0 auto;
}
#contents {
overflow: hidden;
}


#global-navi {
display: none;
}
#header {
position: fixed;
height: 70px;
}
#header .wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#header .logo {
width: 75%;
margin-left: 0.5rem;
}
#header .logo a {
width: 100%;
display: block;
}
#header .logo span {
font-size: 3vw;
display: block;
width: 100%;
text-align: center;
}
 .topImage {
margin-top: 20vw;
}
#header.lower {
top: 0rem;
}
#contents.lower {
margin-top: 4rem;
padding-bottom: 10rem;
}

#footer {
padding-top: 2rem;
padding-bottom: 2rem;
margin-top: 0;
}
#footer .inner {
padding-top: 0;
}
#footer dl.com {
width: 90%;
margin: 0 auto;
}
#footer dl.com dt {
font-size: 16px;
}
#footer dl.com dd {
font-size: 14px;
}
.footer-navi {
display: none;
}
#footer dl {
width: 90%;
margin: 0 auto;
}
#footer .company {
width: 90%;
flex-wrap: wrap;
}
#footer .f_logo {
width: 70%;
margin: 0 auto 2rem;
}
#footer .company address {
width: 100%;
font-size: 14px;
}
.copyright {
font-size: 11px;
}

#footer .logo {
width: 80%;
}
#footer .logo li {
width: 100%;
margin-bottom: 1rem;
}
section .contact dt:before,
section .contact dt:after{
height: 50%;
}
section .contact dt:before {
left: -1rem;
}
section .contact dt:after {
right: -1rem;
}

.slide-button-container {
display: none!important;
}

#footerbtn {
    margin: 0px;
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: -100px;
    left: 0;
    padding: 0px;
    transition-duration: 0.7s;
}
#footerbtn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
#footerbtn ul li {
    width: 50%;
    height: auto;
}
#footerbtn ul li a {
    display: block;
}

}
 /*
=============================================================
アニメーション
=============================================================
*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.delayScroll > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 0.5s;
animation-fill-mode: forwards;
opacity: 0;
}

@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}


/*
=============================================================
スクロールアニメーション
=============================================================
*/

.fadein {
  opacity: 0;
  transition: all 1.5s;
}
.fadein-left   { transform: translate(-50px, 0); }
.fadein-right  { transform: translate(50px, 0); }
.fadein-up     { transform: translate(0, -50px); }
.fadein-bottom { transform: translate(0, 50px); }
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ===== h1 ロード時フェードイン用 ===== */
.fadein-load {
  opacity: 0;
  transition: opacity 1.5s;
}
.fadein-load.show {
  opacity: 1;
}

.order.fadein:nth-child(1) { transition-delay: 0.2s; }
.order.fadein:nth-child(2) { transition-delay: 0.4s; }
.order.fadein:nth-child(3) { transition-delay: 0.6s; }
.order.fadein:nth-child(4) { transition-delay: 0.8s; }



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




}
