@charset "UTF-8";
/* CSS Document */
/*=============================================================
import css
=============================================================*/
@import url("reset.css");
/*
=============================================================
共通
=============================================================
*/
html { 
scroll-behavior: smooth;
}
body {
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
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*/
}
a {
display: block;
transition: all 0.3s;
color: #fff;
}
#page-top {
position: fixed;
bottom: 100px;
right: 5px;
z-index: 99;
}
#page-top a {
display: block;
width: 40px;
height: 40px;
}
/***マウスオーバー時***/
#pagetop:hover {
bottom: 6rem;
}
address {
font-style: normal;
}
#container {
margin: 0;
padding: 0;
overflow: hidden;
}

.tpn1 {
background-image: url(../images/ptn1.svg);
background-repeat: no-repeat;
background-position: top left;
background-size: 9%;
padding-top: 2rem;
padding-left: 2rem;
}
.tpn2 {
    background-image: url(../images/ptn2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 15%;
    padding-top: 6rem;
    color: #2c6862;
    font-weight: bold;
}
.tpn3 {
background-image: url(../images/ptn3_l.svg), url(../images/ptn3_r.svg);
background-repeat: no-repeat,no-repeat;
background-position: top left,top right;
background-size: 10%, 10%;
}
.tpn4 {
background-image: url(../images/ptn4.svg);
background-repeat: no-repeat;
background-position: top left;
background-size: 5%;
padding-top: 1rem;
padding-left: 2rem;
}
.pack {
margin-bottom: 6rem;
}
section .contact {
width: 70%;
margin: 0 auto;
}
section .contact dl {
display: flex!important;
justify-content: center;
flex-wrap: wrap!important;
flex-direction: row!important;
}
section .contact dt {
width: 100%;
line-height: 1.4em;
color: #ff5a32;
font-weight: bold;
position: relative;
display: inline-block;
margin-bottom: 2rem!important;
border-bottom: none!important;
font-size: clamp(2rem, 1.797rem + 1.02vw, 2.813rem)!important;/*45-32*/
}
section .contact dt span {
display: block;
font-size: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem)!important;/*30-20*/
}
section .contact dt:before {
    position: absolute;
    left: -2rem;
    top: 3rem;
    content: "";
    width: 4px;
    height: 60%;
    background: #ff5a32;
    border-radius: 3px;
    transform: rotate(-35deg);
}
section .contact dt:after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 3rem;
    width: 4px;
    height: 60%;
    background: #ff5a32;
    border-radius: 3px;
    transform: rotate(35deg);
}
section .contact dd {
width: 44%;
margin: 0 1rem;
}

section h2 {
text-align: center;
font-weight: bold;
font-size: clamp(2.25rem, 2.031rem + 1.09vw, 3.125rem);/*50-36*/
}

a.sink {
position: relative;
top: 0;
border-radius: 10px;
box-shadow: 1px 9px 0px 0px rgba(193, 63, 17, 1);
transition: .2s ease-in-out;
}
a.sink:hover {
top: 9px;
 box-shadow: 0 0 #c13f11;
}



/*
=============================================================
header
=============================================================
*/
#header {
width: 100%;
background: #fff;
position: fixed;
z-index: 999;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#header .wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1vw;
}
#header .logo  {
width: 20vw;
display: flex;
align-items: center;
flex-wrap: nowrap;
}
#global-navi {
width: 83vw;
}
#global-navi ul {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: nowrap;
}
#global-navi ul li {
margin: 0 0 0 2vw;
display: flex;
justify-content: flex-start;
}
#global-navi ul li a {
font-size: 0.9vw;
color: #000;
display: block;
background-image: url("../images/navi_point.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 10px;
padding-left: 1rem;
}
#global-navi ul li .contact  {
color: #fff;
border-radius: 10px;
padding: 0.5rem 2rem 0.5rem 3rem;
display: block;
background-color: #f14900;
margin-bottom: 0;
}
#global-navi ul li .contact {
background-image: url("../images/icon_mail.png");
background-repeat: no-repeat;
background-position: left 0.6rem center;
background-size: 15%;
}
#global-navi ul li .contact span {
font-size: 0.6vw;
display: block;
text-align: center;
}
.inner {
width: 80%;
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: 1200px;
}
}
/*
==========================================================
フッター
==========================================================
*/
#footer {
background: #f4f1ed;
padding: 0.5rem 1rem 2rem;
color: #000;
border-top: solid 3px #2c6862;
}
#footer-navi {
width: 90%;
margin: 2rem auto 5rem;
}
#footer-navi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 3rem;
}
#footer-navi li {

}
#footer-navi li a {
font-size: 0.9vw;
display: block;
background-image: url("../images/fnavi_point.svg");
background-repeat: no-repeat;
background-position: left center;
background-size: 10px;
padding: 0 2rem;
}
#footer .logo {
width: 70%;
margin: 0 auto 2rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
#footer .logo li {
width: 45%
}

.copyright {
color: #000;
text-align: center;
font-size: 0.8vw;
}


/*
==========================================================
サンクスページ
==========================================================
*/
#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;
}
#header .logo {
width: 20vw;
}
#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;
}

#footerbtn {
display: none;
}

}

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

#contents {
padding-top: 7vw;
}
#global-navi {
display: none;
}
#header {
position: fixed;
}
#header .wrap {
display: block;
}
#header .logo {
width: 40%;
}
#footer {
padding-top: 2rem;
padding-bottom: 2rem;
}
#footer-navi {
display: none;
}
#footer .company {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto 3rem;
}
.f_logo {
width: 100%;
}
.f_logo a {
display: block;
width: 50%;
margin: 0 auto 2rem;
 }
#footer .company address {
width: 100%;
}

#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: 33.33333333%;
    height: auto;
}
#footerbtn ul li a {
    display: block;
}
.sphd {
display: none;
}
#footerbtn {
display: none;
}

}

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

.sphd {
display: none;
}
.inner {
    width: 90%;
    margin: 0 auto;
}

section h2 {
font-size: 28px!important;
}
#global-navi {
display: none;
}
#header {
position: fixed;
height: 70px;
}
#header .wrap {
display: block;
}
#header .logo {
width: 70%;
}

#footer {
padding-top: 2rem;
padding-bottom: 2rem;
}
#footer-navi {
display: none;
}
#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.fadein-right {
	transform: translate(50px, 0);
}




