@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;900&display=swap');
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
* {
  box-sizing: border-box;
}

.boujee-text {
  --bg-size: 400%;
  --color-one: hsl(15 90% 55%);
  --color-two: hsl(40 95% 55%);
  font-size: clamp(3rem, 25vmin, 8rem);
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
}

@media (prefers-reduced-motion: no-preference) {
  .boujee-text {
    animation: move-bg 8s linear infinite;
  }
@keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}

html {
  font-size: 100%;
  overflow-y: scroll;
}
body {
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  margin: 0;
  background: #ffffe8;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
	
.ti02 {transition-delay: .2s;}
.ti03 {transition-delay: .4s;}
.ti04 {transition-delay: .6s;}
.ti05 {transition-delay: .8s;}
.ti06 {transition-delay: 1s;}
.ti07 {transition-delay: 1.2s;}
.ti08 {transition-delay: 1.4s;}
.ti09 {transition-delay: 1.6s;}
	






/*  PC向けのスタイル：1000px～ */
@media only screen and (min-width: 1350px) {
  body {
    font-size: 80%;
  }
  header {
    position: absolute;
    width: 100%;
    transition: .6s;
    display: flex;
    justify-content: space-between;
    z-index: 1000000;
  }
  header h1 {
    padding: 40px 0 0 60px;
  }
  header h1 img.h_logo-s {
    display: none;
  }
  .sec01 {
    background: url("../img/header/h_bg-m.png") top left no-repeat;
    position: relative;
  }
  .h_p {
    font-size: 650%;
    padding: 380px 0 100px 75px;
    font-weight: 900;
    line-height: 115px;
    letter-spacing: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
  }
  header nav {
    display: flex;
    height: 140px;
    align-items: center;
    padding: 0 45px 0 0;
  }
  header nav ul {
    display: flex;
    height: 100%;
    align-items: center;
  }
  header nav ul li {
    height: 100%;
  }
  header nav ul li a {
    color: #42210b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
    font-size: 130%;
    font-weight: bold;
    background-color: #42210b;
    background-image: -webkit-linear-gradient(left, #ff8000 0, #008780 50%, transparent 50%);
    background-position: 100% 0;
    background-size: 200% 200%;
    -webkit-transition: .1s .2s;
    transition: .1s .2s;
    -webkit-background-clip: text;
    background-clip: text;
  }
  header nav ul li a:hover {
    background-position: 0 0;
    color: transparent;
    transition: .4s 0
  }
  header nav div {
    padding-left: 15px;
  }
  .is-animation h1 img.h_logo-s {
    display: block;
  }
  .is-animation h1 img.h_logo-b {
    display: none;
  }
  .is-animation {
    height: 100px;
    align-items: center;
    background: #ffffe8;
    position: fixed;
    transition: .6s;
  }
  .is-animation h1 {
    padding: 0 0 0 60px;
  }
  .is-animation nav {
    height: 100px;
  }
  .slide {
    display: flex;
    justify-content: flex-end;
    padding: 140px 0 0 0;
  }
  .swiper {
    width: calc(100% - 450px);
    height: calc(100vh - 200px);
    overflow: hidden;
    position: relative;
    border-radius: 40px 0 0 40px;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .swiper-img {
    width: 100%;
    height: 100%;
  }
  .swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-img {
    animation: zoomUp 8s linear 0s normal both;
  }
  .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
.bg01 {
background: url("../img/sec02/bg_01.png") no-repeat 80% 700px;
position: relative;
overflow: hidden;
width: 100%;
}
.sinryou {
position: absolute;
top: 500px;
right: -100px;
z-index: 100000;
transition: .6s;
}
.sinryou-sc {
position: fixed;
top: 500px;
right: -660px;
z-index: 100000;
transition: .6s;
}
.sinryou-sc:hover {
right: -100px;
transition: .6s;
}
#sec02 {
padding: 150px 0;
display: flex;
justify-content: center;
width: 94%;
margin: 0 auto;
}
.sec02l,.sec02r {
width: 50%;
}
.sec02l {
display: flex;
justify-content: flex-end;
padding-right: 50px;
}
.sec02l img {
max-width: 100%;
}
.sec02r h2 {
color: #008780;
font-size: 400%;
padding-bottom: 40px;
}
.sec02r h3 {
color: #ff8000;
font-size: 280%;
line-height: 53px;
padding-bottom: 50px;
}
.sec02r h3 span {
display: block;
}
.sec02r p {
color: #42210b;
font-size: 145%;
line-height: 38px;
padding-bottom: 30px;
font-weight: bold;
}
.sec02r p span {
display: block;
}
#sec03 {
padding: 150px 0;
background: #ffe8b8;
}
#sec03 h2 {
color: #008780;
font-size: 400%;
text-align: center;
margin-bottom: 70px;
}
.sec03h3-1 {
background: #ff7272;
width: 360px;
height: 75px;
display: flex;
justify-content: center;
align-items: center;
font-size: 280%;
color: #fff;
letter-spacing: 3px;
border-radius: 38px;
margin: 0 auto;
}
.sec03_ul1 {
display: flex;
justify-content: center;
padding: 15px 0 0;
}

.sec03_h401 {
text-align: center;
font-size: 280%;
color: #42210b;
padding-bottom: 10px;
}
.sec03_h401 span.font01 {
font-size: 60%;
}
.sec03_p01 {
font-size: 150%;
font-weight: bold;
text-align: center;
line-height: 32px;
color: #42210b;
padding-bottom: 120px;
}
.sec03_p01 span {
display: block;
}

.sec03h3-2 {
background: #007f80;
width: 360px;
height: 75px;
display: flex;
justify-content: center;
align-items: center;
font-size: 280%;
color: #fff;
letter-spacing: 3px;
border-radius: 38px;
margin: 0 auto;
}
.sec03_h402 {
text-align: center;
font-size: 280%;
color: #42210b;
padding-bottom: 50px;
}
.sec03_h402 span.brpc {
display: block;
text-align: center;
}
.sec03_ryoukin {
width: 96%;
max-width: 895px;
background: #fff;
border: 3px solid #ffc637;
border-radius: 30px;
height: 416px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 120px;
}
.sec03_ryoukin div {
width: 92%;
}
.sec03_ryoukin img {
max-width: 100%;
}
.sec03h3-3 {
background: #0080c0;
width: 360px;
height: 75px;
display: flex;
justify-content: center;
align-items: center;
font-size: 280%;
color: #fff;
letter-spacing: 3px;
border-radius: 38px;
margin: 0 auto 30px;
}
.sec03_h403 {
text-align: center;
font-size: 220%;
color: #42210b;
padding-bottom: 50px;
}
.sec03_h403 span {
display: block;
text-align: center;
}

#sec04 {
padding: 150px 0;
}
#sec04 h2 {
color: #008780;
font-size: 400%;
text-align: center;
margin-bottom: 40px;
}
.sec04_dl {
width: 96%;
max-width: 1060px;
margin: 0 auto;
background: #fff;
border-radius: 30px;
display: flex;
justify-content: space-between;
padding: 40px 50px 40px 60px;
}
.sec04_dl dd {
width: 351px;
}
.sec04_dl dt {
width: calc(100% - 430px);
}
.sec04_dl dt h3 {
display: flex;
align-items: center;
font-size: 270%;
color: #42210b;
margin-bottom: 30px;
}
.sec04_dl dt h3 img {
display: block;
margin-right: 20px;
}
.sec04_dl dt p {
font-size: 130%;
font-weight: bold;
color: #42210b;
line-height: 30px;
}
.sec04_dl dt p span {
display: block;
}
.sec04_y {
text-align: center;
padding: 30px 0;
}
.red {
color: #d51c24;
}
.blue {
color: #008780;
}
.orange {
color: #ff8000;
}
#sec05 {
padding: 150px 0;
background-image: url("../img/sec05/sec05_bg.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.sec05_m {
width: 94%;
margin: 0 auto;
max-width: 1174px;
display: flex;
justify-content: space-between;
}
.sec05_l h2 {
color: #008780;
font-size: 400%;
margin-bottom: 40px;
}
.sec05_l p {
color: #42210b;
line-height: 30px;
font-weight: bold;
font-size: 110%;
}
.sec05_l p span {
display: block;
}
.sec05_p {
position: relative;
margin: 15px 0;
padding: 15px 0;
}
.sec05_p::before {
position: absolute;
top: 0;
left: 0;
width: 350px;
height: 1px;
background: #000;
content: "";
}
.sec05_p::after {
position: absolute;
bottom: 0;
left: 0;
width: 350px;
height: 1px;
background: #000;
content: "";
}


	.slide-items {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.slide-items li {
		border-radius: 30px;
		overflow: hidden;
		width: 900px;
		height: 450px;
		background: #fff;
		 box-shadow: 0 0 20px rgba(210,178,0,.6);
			margin: 80px 50px 150px
	}
	/*-----------height調整----------*/
	.slick-slide {
		height: auto !important;
	}
	/*-----------矢印表示----------*/
	.slick-next {
		top: 50% !important;
		right: 50% !important;
		margin-right: -580px;
	}
	.slick-next:before {
		background: url("../img/sec06/sec06_yn.svg") !important;
		background-size: contain !important;
	}
	.slick-prev {
		top: 50% !important;
		left:  50% !important;
		margin-left: -580px;
		}
.slick-prev:before {
		background: url("../img/sec06/sec06_yp.svg") !important;
		background-size: contain !important;
		}
	.slick-arrow {
		z-index: 2 !important;
		width: 90px !important;
		height: 90px !important;
	}
	.slick-arrow:before {
		content: "" !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1 !important;
	}
	.sec_inner {
		width: 300px;
		margin: 0 auto;
	}
	/*-----------height調整----------*/
	.slick-slide {
		height: auto !important;
	}
	/*------------------------------*/
	.slick-dots li button {
		box-shadow: 4px 4px 7px #b7b7b7, -4px -4px 7px #ffffff;
	}
	.slick-dots li button:before {
		background: #fff;
		background-size: contain !important;
	}
	.slick-dots li button:before {
		content: '' !important;
		height: 100% !important;
		width: 100% !important;
	}
	.slick-dots li {
	display: none !important;
		width: 12px !important;
		height: 12px !important;
		margin: 0 10px !important;
		box-shadow: 4px 4px 7px #b7b7b7, -4px -4px 7px #ffffff;
		border-radius: 6px;
	}
	.slick-dots li button {
		width: 100% !important;
		height: 100% !important;
	}
	.slick-dots {
		bottom: initial !important;
		margin-top: 30px !important;
	}
	#sec06 {
padding: 150px 0 0;
}
#sec06 h2 {
color: #008780;
font-size: 400%;
text-align: center;
}
.sl_1 {
display: flex;
}
.sl_1l {
width: 280px;
height: 450px;
overflow: hidden;
line-height: 0;
background-repeat: no-repeat;
background-size: cover;
}
.sl_1l img {
line-height: 0;
}
.bgimg_01 {
background-image: url("../img/sec06/sec06_img001.jpg");
background-position: center center;
}
.bgimg_02 {
background-image: url("../img/sec06/sec06_img002.jpg");
background-position: center center;
}
.bgimg_03 {
background-image: url("../img/sec06/sec06_img003.jpg");
background-position: center center;
}
.sl_1r {
width: calc(100% - 280px);
height: 450px;
padding: 40px;
}
.sl_1r dl {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.s6-p1 {
background: #008780;
font-weight: bold;
color: #fff;
height: 30px;
width: 140px;
border-radius: 15px;
display: flex;
justify-content: center;
align-items: center;
font-size: 110%;
margin-bottom: 30px;
}
.sl_1r dl dt h3 {
color: #008780;
font-size: 200%;
margin-bottom: 15px;
}
.sl_1r dl dt h3 span {
display: block;
}
.s6-p2 {
color: #818181;
font-weight: bold;
}
.s6-p3 {
color: #42210b;
font-weight: 600;
line-height: 30px;
font-size: 115%;
}

#sec07 {
padding: 150px 0 50px;
background: #e0ebcb;
}
#sec07 h2 {
color: #008780;
font-size: 400%;
text-align: center;
margin-bottom: 60px;
}
#sec07 h3 {
text-align: center;
margin-bottom: 60px;
}
.s7-p1 {
font-size: 220%;
text-align: center;
color: #42210b;
font-weight: bold;
margin-bottom: 60px;
}
.s7-div1 {
width: 870px;
background: #fff;
border-radius: 102px;
margin: 0 auto;
padding: 40px 0;
margin-bottom: 130px;
}
.s7-div1t {
width: 94%;
max-width: 730px;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.s7-div1l {
width: 50%;
}
.s7-div1l h4 {
text-align: center;
font-size: 270%;
width: 100%;
color: #008780;
}
.s7-div1l h4 span {
display: block;
text-align: center;
font-size: 60%;
}
.s7-div1r {
width: 50%;
}
.s7-p2 {
color: #42210b;
font-size: 150%;
text-align: center;
font-weight: bold;
margin-bottom: 5px;
}
.s7-p2 span {
display: inline-block;
padding: 0 20px;
}
.s7-p3 {
color: #808080;
font-weight: bold;
text-align: center;
}
.s7-p4 {
width: 96%;
margin: 20px auto 0;
text-align: center;
max-width: 674px;
}
.s7-p4 img {
max-width: 100%;
}
.sec08 {
width: 94%;
max-width: 1140px;
margin: 0 auto 80px;
display: flex;
justify-content: space-between;
}
.sec08l {
max-width: 500px;
width: 50%;
}
.sec08r {
max-width: 520px;
width: 50%;
}
.sec08-p1 {
color: #42210b;
padding-left: 25px;
background: url("../img/sec07/sec07_youbi-ic.svg") no-repeat center left;
margin: 10px 0 15px;
font-weight: bold;
font-size: 120%;
}
.sec08-p1 span {
display: inline-block;
padding-left: 20px;
}
.sec08-p2 {
color: #42210b;
margin: 10px 0 5px;
font-weight: bold;
font-size: 125%;
}
.sec08-p3 {
color: #666666;
background: url("../img/sec07/sec07_tizu-ic.svg") no-repeat center left;
margin: 0 0 15px;
font-weight: bold;
padding: 5px 0 5px 25px;
}
.sec08r p {
margin-top: 15px;
}
.sec08r p a {
display: flex;
justify-content: center;
align-items: center;
width: 134px;
height: 38px;
background: #ffffdb;
border: 2px solid #008780;
border-radius: 19px;
font-weight: bold;
font-size: 110%;
}

.sec09 {
display: flex;
justify-content: center;
}
.sec09 li {
margin: 0 10px;
}
footer {
padding-top: 50px;
text-align: center;
font-weight: bold;
color: #42210b;
}
.navToggle {
display: none;
}
.m_tel {
display: none;
}



































}