@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
html,body{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	line-height: 1.7;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }




.big{ font-size: 3.1rem; }
.maker{ background: linear-gradient(transparent 80%, #FFC400 80%); }


body{
  padding-top: 7.2rem;
}


nav{
  width: 100%;
  height: 7.2rem;
  background: #555A58;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.8s;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h1.logo{
  display: block;
  width: 19.2rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
h1.logo a{
  display: block;
}
nav ul.nav{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 1rem;
}
nav ul.nav li{
  display: flex;
  align-items: center;
}
nav ul.nav li.nav-tel{
  margin-right: 1rem;
}
nav ul.nav li.nav-tel img{
  width: 20rem;
}
nav ul.nav li.nav-line img{
  width: auto;
  height: 8.2rem;
}
.mb30 {
	margin-bottom: 60px;
}
.mb100 {
	margin-bottom: 180px;
}
.h5re {
	height: 5rem !important;
}

.header{
  background: url(../images/header-bg.png) center center no-repeat;
  background-size: cover;
  height: 67.3rem;
  position: relative;
}
.header h1 img {
    width: 58.4rem;
    position: absolute;
    top: 6.5rem;
    /* left: 50%; */
    /* margin-left: -50rem; */
    left: 50%;
    transform: translate(-50%, -50%);
}
.header .header-txt img {
    width: 75rem;
    position: absolute;
    top: 45rem;
    /* left: 50%; */
    /* margin-left: -50rem; */
    left: 50%;
    transform: translate(-50%, -50%);
}


.header{
  height: 46.74vw;
}
.header h1 img {
    width: 28vw;
    top: 18vw;
    left: 28rem;
    /* margin-left: -38.19vw; */
}
.header .header-txt img {
    width: 26vw;
    top: 33vw;
    left: 28rem;
}


.cta {
    background: url("../images/sp/ctabg.png") center center no-repeat;
	background-size: cover;
  padding: 20rem 0 5rem;
}
.cta h2 img {
    width: 40rem;
    margin: 20px auto;
}
.cta a.cta-btn{
  display: block;
  width: 61rem;
  margin: 0 auto;
}



.cta2 {
    background: url("../images/sp/ctabg2.png") center center no-repeat;
	background-size: cover;
  padding: 20rem 0 5rem;
}
.cta2 h2 img {
    width: 40rem;
    margin: 20px auto;
}
.cta2 a.cta-btn{
  display: block;
  width: 61rem;
  margin: 0 auto;
}


.cta3 {
    background: url("../images/sp/ctabg3.png") center center no-repeat;
	background-size: cover;
  padding: 20rem 0 5rem;
}
.cta3 h2 img {
    width: 40rem;
    margin: 20px auto;
}
.cta3 a.cta-btn{
  display: block;
  width: 61rem;
  margin: 0 auto;
}


.cta .small{
  font-size: 1.2rem;
  text-align: center;
  margin-top: -1em;
  pointer-events: none;
}
.cta .cta-tel {
    width: 64.5rem;
    background: #58b3c8;
    color: #ffffff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5em;
    margin: 4rem auto 0;
    position: relative;
}
.cta .cta-tel span{
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 6.4rem;
  line-height: 1.2;
  padding-left: 0.9em;
  position: relative;
}
.cta .cta-tel span::before{
  content: "";
  display: block;
  width: 0.75em;
  height: 100%;
  background: url(../images/phone-solid.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.05em;
  left: 0;
}



h2.h2-1{
  font-size: 3.2rem;
  color: #006C5F;
  text-align: center;
  margin-bottom: 3rem;
}


.header-btm{
	padding: 30px 0;
}
.header-btm h2 img{
  width: 95rem;
  margin: 0 auto;
}


.sec-1{
  padding: 7.5rem 0 8rem;
	background-color: #fafafa;
}
.sec-1 .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.sec-1 .txt{
  width: calc(100% - 49rem);
}
.sec-1 img.sec-1-img{
  width: 49rem;
}
.sec-1 h2{
  font-size: 4rem;
  color: #58b3c8;
  margin-bottom: 4rem;
}
.sec-1 p{
  font-size: 2rem;
}


.sec-2{
  background: url("../images/sp/conbg.png") center center no-repeat;
	background-size: cover;
}
.sec-22{
}
.sec-2a{
	background-color: #555A58;
	padding: 4rem 0;
}

.sec-3{
  padding: 9rem 0 8.5rem;
  position: relative;
}



.sec-4 {
    background: #58b3c8;
    padding: 8rem 0;
}
.sec-4 h2 img{
  width: 54.3rem;
  margin: 0 auto 5.5rem;
}
.sec-4 ul li{
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.sec-4 ul li img.image{
  width: 56rem;
}
.sec-4 ul li .txt{
  width: calc(100% - 56rem);
  padding: 0 5rem;
}
.sec-4 ul li h3{
  font-size: 2.4rem;
  color: #006C5F;
  margin-bottom: 0.5em;
}


.sec-5{
  padding: 8rem 0;
}
.sec-5 ul li{
  display: flex;
  align-items: flex-start;
  border: 2px solid #E5E5E5;
  margin-bottom: 3rem;
  padding: 4rem;
}
.sec-5 ul li img.image{
  width: 14.8rem;
  border-radius: 50%;
}
.sec-5 ul li .txt{
  width: calc(100% - 14.8rem);
  padding-left: 3rem;
}
.sec-5 ul li .label{
  display: inline-block;
  background: #006C5F;
  color: #fff;
  border-radius: 0.2rem;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 1em 0.15em;
  margin-bottom: 0.5em;
}
.sec-5 ul li h3{
  font-size: 2.4rem;
  color: #006C5F;
  margin-bottom: 0.5em;
}
.sec-5 .small{
  font-size: 1.4rem;
}


.sec-6{
  background: #F2F8F7;
  padding: 8rem 0 5.5rem;
}
.sec-6 ul li{
  display: block;
  width: 84rem;
  margin: 0 auto 4rem;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 4rem 3rem 12.5rem;
  position: relative;
}
.sec-6 ul li::before{
  content: "";
  display: block;
  width: 4.9rem;
  height: 6rem;
  position: absolute;
  top: 4rem;
  left: 4.8rem;
}
.sec-6 ul li.li-1::before{
  background: url(../images/sec-6-1-img.png) center top no-repeat;
  background-size: contain;
}
.sec-6 ul li.li-2::before{
  background: url(../images/sec-6-2-img.png) center top no-repeat;
  background-size: contain;
}
.sec-6 ul li.li-3::before{
  background: url(../images/sec-6-3-img.png) center top no-repeat;
  background-size: contain;
}
.sec-6 ul li::after{
  content: "";
  display: block;
  width: 100%;
  height: 2.6rem;
  background: url(../images/sec-6-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2.6rem;
  left: 0;
}
.sec-6 ul li:last-child::after{
  content: none;
}
.sec-6 ul li h3{
  font-size: 2.4rem;
  color: #006C5F;
  margin-bottom: 0.5em;
}


.sec-7{
  background: linear-gradient(to bottom,#006C5F,#33897F);
  padding: 8rem 0 8.5rem;
  text-align: center;
}
.sec-7 h2.h2-1{
  color: #fff;
}
img.sec-7-txt{
  width: 57.4rem;
  margin: 0 auto 3.5rem;
}
.sec-7 ul{
  display: flex;
  justify-content: space-between;
}
.sec-7 ul li{
  display: block;
  width: 32rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.3);
  padding: 4.5rem 0;
}
.sec-7 ul li h3{
  font-size: 2.5rem;
  color: #006C5F;
}
.sec-7 ul li img{
  width: 7.9rem;
  height: 7.9rem;
  object-fit: contain;
  margin: 2rem auto 0.5rem;
}
.sec-7 ul li .price{
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  color: #D40000;
  font-weight: 700;
}
.sec-7 ul li .price b{
  font-size: 150%;
  margin-right: 0.1em;
}
.sec-7 .small{
  font-size: 1.4rem;
  color: #fff;
  margin-top: 5.5rem;
}


footer{
  background: #3C403E;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 3rem 0;
}
footer a{ color: #fff; }




/* ヘッダー動き */
.fade-1,.fade-2,.fade-3,.fade-4{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transform: translateY(2rem);
  transition-delay: 0.5s;
}
.fade-2{
  transform: scale3d(1.1);
  transition-delay: 1s;
}

.fade-1.load,.fade-2.load,.fade-3.load,.fade-4.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinleft,.fadeinright,.fadeinbottom,.fadeinbig {
  opacity: 0;
  transition: 1s;
}
.fadeinleft {
  transform: translateX(2em);
}
.fadeinright {
  transform: translateX(-2em);
}
.fadeinbottom {
  transform: translateY(2em);
}
.fadeinbig{
	transform: scale3d(1.05);
}

.fadein.scrollin,.fadeinleft.scrollin,.fadeinright.scrollin,.fadeinbottom.scrollin,.fadeinbig.scrollin {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 769px){
.count2.scrollin {
  transition-delay: 0.2s;
}
.count3.scrollin {
  transition-delay: 0.4s;
}
}


/* ボタン用アニメーション */
a.cta-btn img{ animation: pulse 2s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  70% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img{
  width: 25rem;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #898989;
}
#pagetop a img {
  width: 16px;
}


/* フローティングボタン */
#fl-line {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-line a {
  display: block;
  width: 10.5rem;
  height: 10.5rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content {
    width: 100%;
    max-width: 1100px;
    padding: 0 50px;
    margin: 0px auto;
}
	.fl {
    margin: 0 auto;
    width: 4% !important;
}





/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }

.content{
  padding: 0;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.6em; }

.content{
	width: 100%;
	padding: 0;
}


.big{ font-size: 2.4rem; }


body{
  padding-top: 4.8rem;
}


nav{
  height: 4.8rem;
}
h1.logo{
  width: 12.5rem;
  margin-left: 0.9rem;
}
nav ul.nav{
  margin-right: 1.2rem;
}
nav ul.nav li.nav-tel{
  margin-right: 0;
}
nav ul.nav li.nav-tel img{
  width: 11rem;
}
.h5re {
	height: 3rem !important;
	margin-left: 10px;
}

.header{
  background: url("../images/sp/header-bg.png") center center no-repeat;
  background-size: cover;
  height: 60.5rem;
}
.header h1 img{
  width: 40%;
    top: 10rem;
    left: 10rem;
}
.header .header-txt img{
  width: 60%;
    top: 50rem;
	left: 14rem
}

.cta{
	background: url("../images/sp/ctabg.png") center center no-repeat;
	background-size: cover;
  padding: 0 0 5rem;
}
.cta h2 img{
  margin: 3rem auto 1.5rem;
}
.cta a.cta-btn{
  width: 70%;
    padding-top: 16rem;
}
	
	
.cta2{
	background: url("../images/sp/ctabg2.png") center center no-repeat;
	background-size: cover;
  padding: 0 0 5rem;
}
.cta2 h2 img{
  margin: 3rem auto 1.5rem;
}
.cta2 a.cta-btn{
  width: 70%;
    padding-top: 16rem;
}	
	
.cta3{
	background: url("../images/sp/ctabg3.png") center center no-repeat;
	background-size: cover;
  padding: 0 0 5rem;
}
.cta3 h2 img{
  margin: 3rem auto 1.5rem;
}
.cta3 a.cta-btn{
  width: 70%;
    padding-top: 16rem;
}	
	
	
.cta .small{
  margin-top: 0;
}
.cta .cta-tel{
  width: 100%;
  margin: 2rem auto 0;
  font-size: 1.4rem;
}
.cta .cta-tel span{
  font-size: 3.4rem;
}

.cta .cta-tel img{
  position: relative;
  z-index: 0;
}


h2.h2-1{
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}


.header-btm{
  padding: 1.8rem 0 1.6rem;
}


.sec-1{
  padding: 3rem 0 5.5rem;
}
.sec-1 .content{
  display: block;
}
.sec-1 .txt{
  width: 100%;
  margin-top: 2rem;
}
.sec-1 img.sec-1-img{
  width: 100%;
}
.sec-1 h2{
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.sec-1 p{
  font-size: inherit;
}


.sec-2{
	background: url("../images/sp/conbg.png") center center no-repeat;
	padding: 4rem 0;
}
	
.sec-22{
	padding: 4rem 0;
}
	
.sec-2a{
	background-color: #555A58;
	padding: 4rem 0;
}


.sec-3{
  padding: 5rem 0 6rem;
}
.sec-3::before{
  height: 25vw;
  background: url(../images/sp/sec-3-top.png) center bottom no-repeat;
  top: -25vw;
}
.sec-3 img.sec-3-img{
  width: 100%;
}


.sec-4{
  padding: 5rem 0 3rem;
}
.sec-4 h2 img{
  margin: 0 auto 2rem;
}
.sec-4 ul li{
  display: block;
  margin-bottom: 2rem;
}
.sec-4 ul li .txt{
  width: 100%;
  padding: 1.6rem 1.6rem 2rem;
}
.sec-4 ul li h3{
  font-size: 2rem;
}


.sec-5{
  padding: 5rem 0;
}
.sec-5 h2.h2-1{
  margin-bottom: 4.8rem;
}
.sec-5 ul li{
  display: block;
  margin-bottom: 4rem;
  padding: 0 1.3rem 3rem;
}
.sec-5 ul li:last-child{
  margin-bottom: 2rem;
}
.sec-5 ul li img.image{
  width: 12.3rem;
  margin: -2.3rem auto 2.5rem;
}
.sec-5 ul li .txt{
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}
.sec-5 ul li h3{
  font-size: 2rem;
}
.sec-5 ul li p{
  text-align: left;
}


.sec-6{
  padding: 5rem 0 1rem;
}
.sec-6 ul li{
  width: 100%;
  padding: 10rem 1.6rem 2rem 1.6rem;
}
.sec-6 ul li::before{
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-6 ul li:last-child::after{
  content: none;
}
.sec-6 ul li h3{
  font-size: 2rem;
  text-align: center;
}


.sec-7{
  padding: 5rem 0;
}
img.sec-7-txt{
  margin: 0 auto 2.5rem;
}
.sec-7 ul{
  display: block;
}
.sec-7 ul li{
  width: 96%;
  margin: 0 auto 2rem;
  padding: 3rem 0 2.5rem;
}
.sec-7 ul li h3{
  font-size: 2rem;
}
.sec-7 ul li img{
  width: 7.1rem;
  height: auto;
  margin: 1.8rem auto 0.3rem;
}
.sec-7 ul li .price{
  font-size: 2.4rem;
}
.sec-7 .small{
  width: 96%;
  margin: 3rem auto 0;
  text-align: left;
}


footer{
  font-size: 1.2rem;
  padding: 1rem 0;
}


#loading img{
  width: 16rem;
}




}/*　スマホここまで */

.ml20 {
	margin-left: 20px;
}
/* table01 */
.tlaw {
	margin: 0 auto;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}



#footer {
    padding: 40px 0 20px;
    background: #cbcbcb;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.sec_box {
    width: calc(100% - 20px);
    max-width: 720px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
#footer h2 {
    z-index: 1;
    margin-bottom: 50px;
    color: #fff;
}
#footer h2 p {
    font-size: 1.4em;
    text-align: center;
}
#footer h2 span {
    font-size: 1.1em;
}
#footer dl {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1em;
}
#footer dt {
    width: 9em;
}
#footer dd {
    width: calc(100% - 9em);
}
#footer dt {
    width: 9em;
}
#footer dt, #footer dd {
    line-height: 30px;
    margin-bottom: 20px;
}
.f_map {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
}
.f_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.f_map:before {
    content: "";
    display: block;
    padding-top: 56.75%;
}
@media only screen and (max-width: 480px){
#footer {
    padding: 30px 0 20px;
}
#footer h2 {
    margin-bottom: 35px;
}
	#footer dl {
    font-size: 0.875em;
}
	#footer dt, #footer dd {
    line-height: 1.4em;
    margin-bottom: 10px;
}
}
.fl {
    margin: 0 auto;
    width: 10%;
}
.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}