html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


.main__slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh !important;
  height: 100svh !important;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main__slider .logo {
  position: absolute;
  top: 16px;
  left: 16px;
}

.slideImg {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 82px;
  box-sizing: border-box;
  gap: 20px;
}

.slide01 .slideImg {
  padding-bottom: 0;
}

.slideImg img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
}

.splide__slide {
  position: relative;
  text-align: center;
  height: 100% !important;
  width: auto !important;
  overflow: hidden;
}

.cta {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 60px;
  text-align: center;
  border-radius: 40px;
  background: green;
  color: #fff;
  font-weight: bold;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  max-width: 560px;
}

.cta img {
  width: 100%;
}

.slide02 {
  background: url(../img/bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.slide02 .slideImg {
  padding-left: 25px;
  padding-right: 25px;
}

.slide20 .slideImg {
  padding-left: 25px;
  padding-right: 25px;
}


.slide04,
.slide14 {
  background: url(../img/bg_green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #009D73;
}

.slide04 .slideImg {
  padding-right: 25px;
  padding-left: 25px;
}

.slide14 .slideImg {
  padding-right: 25px;
  padding-left: 25px;
}

.slide05 {
  background: #E7F4F1;
}

.slide20 .slideImg {
  padding-bottom: 0;
}

.img20 {
  width: 214px !important;
}



.bg_green {
  background-color: #009D73;
}

.bg_lightGreen {
  background-color: #E7F4F1;
}

@media screen and (max-width:500px) {
  .slideImg {
    padding-bottom: 40px;
  }

  .cta {
    max-width: 100%;
  }

  .slideImg img {
    max-height: 100%;
  }

  .slide01 .slideImg {
    padding-bottom: 12px;
  }

  .slide06 .slideImg,
  .slide07 .slideImg,
  .slide08 .slideImg,
  .slide09 .slideImg,
  .slide10 .slideImg,
  .slide11 .slideImg,
  .slide20 .slideImg {
    padding-bottom: 0;
  }
}

@media screen and (max-width:390px) {
  .img20 {
    width: 164px !important;
  }

  .slide20 .slideImg {
    justify-content: flex-end;
  }

  .slideImg {
    width: 90%;
    margin: 0 auto;
  }

  .slide01 .slideImg,
  .slide11 .slideImg,
  .slide12 .slideImg,
  .slide13 .slideImg,
  .slide14 .slideImg,
  .slide17 .slideImg,
  .slide18 .slideImg,
  .slide19 .slideImg {
    width: 85%;
    margin: 0 auto;
  }

  .slide06 .slideImg,
  .slide07 .slideImg,
  .slide08 .slideImg,
  .slide09 .slideImg,
  .slide10 .slideImg {
    width: 80%;
    margin: 0 auto;
  }
}

/* 
.sp__contents {
  display: none;
}

@media screen and (max-width:768px) {
  .sp__contents {
    display: block;
  }

  .main {
    display: none;
  }
} */


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


  body {
    background-color: #009D73;
  }

  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pc.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    pointer-events: none;
  }

  .slide04,
  .slide14 {
    background-size: 95%;
  }

  .main .contents {
    max-width: 390px;
    position: relative;
    margin-left: auto;
    background: #fff;
    height: 100%;
  }

  .main .contents img {
    max-width: 100%;
  }

  .box {
    display: flex;
    justify-content: space-between;
  }

  .left {
    width: 50%;
  }

  .right {
    width: 45%;
    position: fixed;
    height: 100%;
    z-index: 2;
    top: 0;
    right: 0;
  }

  .right__inner {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 360px;
    margin: 0 auto;
  }

  .right__inner p {
    margin: 35px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    color: #fff;
  }

  .ctaBtn {
    background: #fff;
    padding: 12px 56px;
    padding-left: 110px;
    border-radius: 64px;
    position: relative;
  }

  .ctaBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/icon_logo.svg) no-repeat;
    background-size: 48px;
    background-position: left;

  }

  .ctaBtn {
    font-size: 10px;
    color: #040000;
    font-weight: #009D73;
    text-decoration: none;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    transition: 0.3s ease;
  }

  .ctaBtn:hover {
    opacity: 0.85;
  }

  .ctaBtn span {
    font-size: 21px;
    color: #009D73;
  }

  /* .fv {
    padding-bottom: 30px;
    background: #F7F7F7;
  }

  .fv .logo {
    padding: 20px 16px;
    box-sizing: border-box;
  }

  .section02 {
    background: url(../img/bg02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 35px;
  }

  .section03 {
    padding: 100px 0 0;
    background-color: #009D73;
  }

  .section04 {
    background: url(../img/bg_green.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 30px;
  }

  .section05 {
    padding: 100px 0;
  }

  .section06 {
    padding: 0 25px 50px;
  }

  .ttl {
    text-align: center;
  }

  .section06 .ttl {
    margin-bottom: 25px;
  }

  .list .item {
    margin-bottom: 25px;
  }

  .section07 {
    padding-bottom: 80px;
  }

  .section07 .ttl {
    margin-bottom: 32px;
  }

  .section07 .list .item {
    margin-bottom: 5px;
  }

  .section08 {
    background: url(../img/bg_green.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 30px;
  }

  .section09 {
    padding: 100px 0;
  }

  .section10 {
    background: #ECECEC;
    padding: 100px 0 50px;
  }

  .section10 .ttl {
    margin-bottom: 50px;
  }

  .section10 .list .item {
    margin-bottom: 50px;
  }

  .section11 {
    padding: 120px 25px 0;
    text-align: center;
    background: #009D73;
  }

  .section11 .btn {
    margin: 16px auto;
    display: block;
    transition: 0.3s ease;
  }

  .section11 .btn:hover {
    opacity: 0.8;
  } */

}


@media screen and (min-width:1100px) {
  .left {
    width: 40%;
  }

  .right {
    width: 60%;
  }
}

@media screen and (max-width:768px) {
  .contents {
    height: 100%;
  }

  .right {
    display: none;
  }
}