@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  background-color: #F5F5F5;
  color: #515151;
  line-height: 1;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  background-image: url(../img/header_bk.png);
  background-repeat: repeat;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

header {
  display: flex;
}
header .mv {
  width: 55%;
  display: block;
  position: relative;
}
header .mv img {
  position: absolute;
  bottom: 0;
  width: 85%;
}
header .txt_box {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px 30px 0;
}

.box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.box01 .inner figure {
  margin: 30px 0 30px 50px;
}
@media (max-width: 750px) {
  .box01 .inner figure {
    margin: 30px 0 30px 20px;
  }
}
.box01 .inner .box01_txt {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .box01 .inner .box01_txt {
    left: 9%;
    top: 80%;
  }
}

.box02 h2 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: rgb(12, 173, 62);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}
.box02 h2 span {
  font-size: 2rem;
  margin-top: 5px;
}
.box02 .inner {
  padding: 20px;
  display: flex;
}
@media (max-width: 750px) {
  .box02 .inner {
    flex-direction: column;
    background-image: url(../img/box03img02.png);
    background-position: center top;
    padding-top: 55%;
  }
}
.box02 .inner figure {
  width: 30%;
}
@media (max-width: 750px) {
  .box02 .inner figure {
    width: 100%;
    display: none;
  }
}
.box02 .inner .txt_box {
  padding-left: 20px;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
@media (max-width: 750px) {
  .box02 .inner .txt_box {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.box02 .inner .txt_box ul li {
  margin-bottom: 20px;
  background-color: #d3f067;
  padding: 5px;
  display: flex;
}
.box02 .inner .txt_box ul li p span {
  color: #008842;
}
.box02 .inner .txt_box ul li:before {
  content: "●";
}
.box02 .inner .txt_box .txt_box_inner {
  padding: 5%;
}
.box02 .inner .txt_box .txt_box_inner p {
  font-size: 2rem;
  line-height: 1.5;
}
.box02 .inner .txt_box .txt_box_inner p .big {
  font-size: 4rem;
  font-weight: bold;
  background-color: #007e3b;
  color: #fff462;
  display: block;
  float: left;
  padding: 10px;
  margin: 0 5px 0px 0;
  line-height: 1;
}
.box02 .inner .txt_box .txt_box_inner p .line {
  background-color: #f3ff65;
  border-radius: 5px;
}
.box02 .inner .txt_box .txt_box_inner p .line02 {
  border-bottom: 2px solid #f3ff65;
}

.box03 {
  background-color: #007e3b;
}
.box03 .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.box03 .inner dl {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.box03 .inner dl dt {
  padding: 20px 0 20px 20px;
  width: 15%;
  border-right: 20px solid #fff;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 750px) {
  .box03 .inner dl dt {
    width: 100%;
    padding: 20px 0 20px 10px;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
}
.box03 .inner dl dt .day::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: -25px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .box03 .inner dl dt .day::before {
    display: none;
  }
}
.box03 .inner dl dt .day::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: -20px;
  top: 6px;
  background-color: #007e3b;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .box03 .inner dl dt .day::after {
    display: none;
  }
}
.box03 .inner dl dd {
  width: 85%;
  padding-left: 5%;
  padding: 20px 35% 20px 5%;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .box03 .inner dl dd {
    width: 100%;
    padding: 20px 2% 20px 4%;
  }
  .box03 .inner dl dd p {
    font-size: 1.4rem;
  }
}
.box03 .inner dl dd .ttl {
  background-color: #f3ff65;
  color: #007e3b;
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
  border-radius: 5px;
}
.box03 .inner dl dd .line {
  background-color: #f3ff65;
  color: #007e3b;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}
.box03 .inner .img_box {
  width: 30%;
  position: absolute;
  right: 0;
  top: -50px;
}
@media (max-width: 750px) {
  .box03 .inner .img_box {
    display: none;
  }
}
.box03 .inner .img_box .img02 {
  position: absolute;
  bottom: -190%;
  text-align: right;
  right: 5%;
}
.box03 .inner .img_box .img02 img {
  height: 40%;
  width: 60%;
}

.box04 {
  background-image: url(../img/box04.png);
  padding: 50px 0;
}
.box04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box04 .inner h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.box04 .inner .txt_01 {
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
.box04 .inner .txt_01 span {
  margin-right: 10px;
}
.box04 .inner .txt_02 {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.box04 .inner .map {
  margin-top: 20px;
}
.box04 .inner .map iframe {
  width: 100%;
  height: 400px;
}

footer {
  background-image: linear-gradient(90deg, rgb(12, 173, 62), rgb(176, 255, 42));
  padding: 50px 0 100px;
}
footer h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  footer h3 {
    font-size: 2rem;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 750px) {
  footer ul {
    display: none;
  }
}
footer ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
footer ul li:nth-child(2) {
  margin: 0 20px;
}
footer ul li:nth-child(2) a {
  background-color: #00acee;
}
footer ul li:nth-child(1) a {
  background-color: #3b5998;
}
footer ul li:nth-child(3) a {
  background-color: #c4302b;
}
footer h4 {
  text-align: center;
  margin-top: 30px;
  font-size: 3rem;
}
footer h4 span {
  font-size: 1.6rem;
}

.youtube {
  margin: 20px 0;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  background-image: url(../img/header_bk.png);
  background-size: cover;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.box10 {
  background-image: url(../img/header_bk.png);
  background-size: cover;
  padding: 50px;
}
@media (max-width: 750px) {
  .box10 {
    padding: 20px;
  }
}
.box10 ul {
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .box10 ul {
    padding: 10px;
  }
}
.box10 ul li {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .box10 ul li {
    flex-direction: column;
    text-align: center;
  }
}
.box10 ul li span {
  font-size: 4rem;
  text-align: left;
  margin-right: 30px;
  background-color: #009041;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .box10 ul li span {
    width: 100px;
    height: 100px;
  }
}
.box10 ul li p {
  text-align: left;
  color: #fff;
}
@media (max-width: 750px) {
  .box10 ul li p {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.fllow_02 {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.fllow_02 ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.fllow_02 ul li {
  width: 33.333%;
}
.fllow_02 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 100%;
  height: 50px;
}
.fllow_02 ul li a img {
  width: 30%;
}
.fllow_02 ul li:nth-child(2) {
  margin: 0 0px;
}
.fllow_02 ul li:nth-child(2) a {
  background-color: #00acee;
}
.fllow_02 ul li:nth-child(1) a {
  background-color: #3b5998;
}
.fllow_02 ul li:nth-child(1) a img {
  width: 15%;
}
.fllow_02 ul li:nth-child(3) a {
  background-color: #c4302b;
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*===========
inview
===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0%, 50%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
.imgBox
===========*/
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===========
.txtBox
===========*/
.txtBox {
  text-align: center;
}

.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}/*# sourceMappingURL=style.css.map */