@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
.byoooon {
  opacity: 0;
}

.byoooon.active {
  animation: beyooon_h4 2.5s forwards;
}

.byoooon2 {
  opacity: 0;
}

.byoooon2.active {
  animation: beyooon_h4 2.5s 0.5s forwards;
}

@keyframes beyooon_h4 {
  0% {
    transform: translate(0%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1.22);
  }
  28% {
    transform: translate(0%, 0%) scale(1);
  }
  88% {
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}

.kururi1 {
  -webkit-transition: all 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  transform: rotate(-180deg);
}

.kururi1.active {
  transform: rotate(0deg);
}

/******************************************************************************/
strong {
  font-weight: 700;
}

/*****************************************************************************/
.prev {
  display: none;
}

.next {
  display: none;
}

.your-class li {
  padding: 0 0px;
}

.your-class figure {
  position: relative;
}

.slick-dots li button:before {
  content: "" !important;
  height: 100% !important;
  　width: 100% !important;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 4;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  content: '';
  background-color: #000;
  text-align: center;
  /*opacity: .25;*/
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #2f9c3c;
  color: black;
}

/*******************************************************************/
#section01 {
  width: 100%;
}

#section02 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 150px;
}

@media (max-width: 800px) {
  #section02 {
    padding-bottom: 60px;
  }
}

#section02 .sec02 {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

#section02 .sec02 .titleh2 {
  position: absolute;
  z-index: 10;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 800px) {
  #section02 .sec02 .titleh2 {
    top: 13%;
  }
}

#section02 .sec02 .titleh2 .subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  #section02 .sec02 .titleh2 .subtitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}

#section02 .sec02 .titleh2 .maintext {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  position: relative;
  line-height: 100%;
}

@media (max-width: 800px) {
  #section02 .sec02 .titleh2 .maintext {
    font-size: 8vw;
    line-height: 125%;
  }
}

#section02 .sec02 .titleh2 .maintext::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url(../images/kakko_1.png);
  background-size: contain;
  top: -20px;
  left: -35px;
}

@media (max-width: 800px) {
  #section02 .sec02 .titleh2 .maintext::before {
    width: 7vw;
    height: 7vw;
    top: 0vw;
    left: -3vw;
  }
}

#section02 .sec02 .titleh2 .maintext::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url(../images/kakko_2.png);
  background-size: contain;
  bottom: -20px;
  right: -35px;
}

@media (max-width: 800px) {
  #section02 .sec02 .titleh2 .maintext::after {
    width: 7vw;
    height: 7vw;
    bottom: 0vw;
    right: -3vw;
  }
}

#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section02 .textbody {
  text-align: center;
  font-size: 20px;
  line-height: 210%;
  font-weight: 700;
  padding: 15px 0 75px 0;
}

@media (max-width: 800px) {
  #section02 .textbody {
    font-size: 4vw;
    padding: 15px 0 40px 0;
  }
}

#section02 .textbody span {
  color: #de0000;
}

#section02 .contents_waku {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 45px;
}

#section02 .contents_waku h3 {
  width: 100%;
  background: linear-gradient(90deg, #008700 0%, #005200 99.91%);
  font-weight: 700;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.2em;
  padding: 11px 0 13px 0;
  font-size: 22px;
  color: #fff;
  margin-bottom: 4px;
}

@media (max-width: 800px) {
  #section02 .contents_waku h3 {
    font-size: 5vw;
    padding: 8px 0 10px 0;
  }
}

#section02 .contents_waku ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section02 .contents_waku ul li {
  width: 33%;
  height: 160px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

@media (max-width: 800px) {
  #section02 .contents_waku ul li.first {
    width: 100%;
  }
}

@media (max-width: 800px) {
  #section02 .contents_waku ul li.last {
    width: 49.3%;
    margin-bottom: 0px;
  }
}

@media (max-width: 800px) {
  #section02 .contents_waku ul li {
    width: 49.3%;
    margin-bottom: 4px;
  }
}

#section02 .contents_waku ul li:hover > .mask {
  background-color: rgba(0, 0, 0, 0.7);
}

#section02 .contents_waku ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
  align-items: center;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
}

@media (max-width: 800px) {
  #section02 .contents_waku ul li a {
    font-size: 3.8vw;
  }
}

#section02 .contents_waku ul li a::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  font-size: 30px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#section02 .contents_waku ul li a span {
  text-align: center;
  display: inline-block;
  width: 100%;
}

#section02 .contents_waku ul li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section02 .contents_waku ul li.list01 {
  background-image: url(../images/cont_01.png);
}

#section02 .contents_waku ul li.list02 {
  background-image: url(../images/cont_02.png);
}

@media (max-width: 800px) {
  #section02 .contents_waku ul li.list02 {
    background-image: url(../images/cont_02_sp.jpg);
  }
}

#section02 .contents_waku ul li.list03 {
  background-image: url(../images/cont_03.png);
}

#section02 .contents_waku ul li.list04 {
  background-image: url(../images/cont_04.png);
}

/**********************************************/
#section03 {
  width: 100%;
  position: relative;
  background-image: url(../images/sec03_back.png);
  background-size: 105px;
  padding-bottom: 250px;
}

@media (max-width: 800px) {
  #section03 {
    padding-bottom: 150px;
  }
}

#section03 .head {
  position: relative;
  width: 100%;
  margin: -2px auto 0 auto;
}

#section03 h3 {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 115px 0 75px 0;
  position: relative;
}

@media (max-width: 800px) {
  #section03 h3 {
    padding: 5vw 0;
  }
}

#section03 h3 .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 65%;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 800px) {
  #section03 h3 .text {
    font-size: 4.5vw;
    top: 88%;
    width: 90%;
    margin-left: 8%;
  }
}

#section03 .subtext {
  width: 80%;
  max-width: 720px;
  margin: 0 auto 25px auto;
  position: relative;
}

#section03 .subtext .intext {
  font-weight: bold;
  width: 94%;
  margin-left: 3%;
  font-size: 18px;
  position: absolute;
  text-align: center;
  top: 46%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#section03 .subtext .intext strong {
  color: #d80201;
}

@media (max-width: 1000px) {
  #section03 .subtext .intext {
    font-size: 1.9vw;
  }
}

@media (max-width: 800px) {
  #section03 .subtext .intext {
    top: 49%;
    font-size: 3.8vw;
    line-height: 150%;
  }
}

#section03 .twitter_waku {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#section03 .twitter_waku .cp_end {
  position: absolute;
  z-index: 30;
  top: calc(50% - 60px);
  left: 50%;
  width: 80%;
  max-width: 548px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
  #section03 .twitter_waku .cp_end {
    top: calc(100% - 45vw);
  }
}

#section03 .twitter_waku::after {
  content: "";
  width: 100%;
  height: calc(100% + 170px);
  position: absolute;
  bottom: -25px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 800px) {
  #section03 .twitter_waku::after {
    height: calc(100% + 45vw);
    bottom: -5vw;
    width: 114%;
    left: -6%;
  }
}

#section03 .twitter_waku h4 {
  position: relative;
  width: 100%;
}

#section03 .twitter_waku .tw01 {
  width: 5%;
  position: absolute;
  top: 5%;
  left: 11.5%;
}

@media (max-width: 800px) {
  #section03 .twitter_waku .tw01 {
    width: 14%;
    position: absolute;
    top: 10%;
    left: 0%;
  }
}

#section03 .twitter_waku .tw02 {
  width: 11.8%;
  position: absolute;
  bottom: 0%;
  left: 3.5%;
}

@media (max-width: 800px) {
  #section03 .twitter_waku .tw02 {
    width: 20%;
    left: 2%;
  }
}

#section03 .twitter_waku .tw03 {
  width: 14%;
  position: absolute;
  bottom: 19%;
  right: 19.5%;
}

@media (max-width: 800px) {
  #section03 .twitter_waku .tw03 {
    width: 22%;
    right: 0%;
    bottom: 4%;
  }
}

#section03 .twitter_waku .tw04 {
  width: 5.2%;
  position: absolute;
  bottom: 2%;
  right: 8%;
}

@media (max-width: 800px) {
  #section03 .twitter_waku .tw04 {
    width: 12%;
    position: absolute;
    bottom: 65%;
    right: 3%;
  }
}

#section03 .white_borad {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  color: #000;
  padding: 80px 100px;
  margin: 70px auto 0 auto;
  border-radius: 25px;
}

@media (max-width: 800px) {
  #section03 .white_borad {
    width: 90%;
    margin: 10vw auto 0 auto;
    padding: 30px 5vw;
  }
}

#section03 h5 {
  width: 100%;
  background-color: #00b3bf;
  margin: 0 auto 25px auto;
  color: #fff;
  font-size: 22px;
  padding: 8px 0 10px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#section03 h5.firesttt {
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  #section03 h5.firesttt {
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  #section03 h5 {
    font-size: 4vw;
    padding: 5px 0 7px 0;
  }
}

#section03 .clim_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section03 .clim_2 .left {
  width: 57.1%;
}

@media (max-width: 800px) {
  #section03 .clim_2 .left {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section03 .clim_2 .right {
  width: 38.3%;
}

@media (max-width: 800px) {
  #section03 .clim_2 .right {
    width: 100%;
  }
}

#section03 .sub_oub {
  width: 60%;
  max-width: 220px;
  margin: 50px auto 20px auto;
}

#section03 .sub_oub2 {
  width: 80%;
  max-width: 325px;
  margin: 20px auto 70px auto;
}

#section03 .sub_oub3 {
  width: 80%;
  max-width: 325px;
  margin: 20px auto 0px auto;
}

#section03 .botan_twitter {
  display: inline-block;
  width: 100%;
  position: relative;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

#section03 .botan_twitter .icon {
  position: absolute;
  z-index: 10;
  width: 6.22%;
  top: 25%;
  left: 5%;
}

@media (max-width: 800px) {
  #section03 .botan_twitter .icon {
    width: 15%;
    top: 15%;
    left: 75%;
  }
}

#section03 .botan_twitter .line01_yell {
  position: absolute;
  z-index: 10;
  left: 57.5%;
  top: 58%;
  width: 0%;
  height: 5px;
  background-color: #ffff00;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

@media (max-width: 800px) {
  #section03 .botan_twitter .line01_yell {
    width: 0%;
    top: 64%;
    left: 9%;
  }
}

#section03 .botan_twitter .line01_yell.active {
  width: 31.2%;
}

@media (max-width: 800px) {
  #section03 .botan_twitter .line01_yell.active {
    width: 68%;
  }
}

#section03 .botan_twitter .line02_yell {
  position: absolute;
  z-index: 10;
  left: 57.5%;
  top: 58%;
  width: 0%;
  height: 5px;
  background-color: #ffff00;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

@media (max-width: 800px) {
  #section03 .botan_twitter .line02_yell {
    width: 0%;
    top: 64%;
    left: 9%;
  }
}

#section03 .botan_twitter .line02_yell.active {
  width: 31.2%;
}

@media (max-width: 800px) {
  #section03 .botan_twitter .line02_yell.active {
    width: 68%;
  }
}

#section03 .toku {
  width: 100%;
  margin: 0 auto 50px auto;
}

@media (max-width: 800px) {
  #section03 .toku {
    margin: 0 auto 20px auto;
  }
}

#section03 .toku2 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 70px auto;
}

@media (max-width: 800px) {
  #section03 .toku2 {
    margin: 0 auto 20px auto;
  }
}

#section03 .days {
  width: 75%;
  max-width: 395px;
  margin: 0 auto 80px auto;
}

#section03 .step {
  margin: 0 auto 70px auto;
}

#section03 .atentionwaku {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 70px auto;
  height: 200px;
  border: 1px solid #666;
  overflow-y: scroll;
}

#section03 .atentionwaku .atentionwaku__in {
  width: 100%;
  padding: 22px;
  font-size: 14px;
}

/**********************************************/
#section04 {
  width: 100%;
  position: relative;
  background-image: url(../images/sec6_back_new_pc.jpg);
  background-size: 106px;
  background-repeat: repeat-x;
  padding-bottom: 200px;
}

@media (max-width: 800px) {
  #section04 {
    padding-bottom: 100px;
    background-size: 72px;
  }
}

#section04 .head {
  position: relative;
  width: 100%;
  margin: -2px auto 0 auto;
}

#section04 .head_upwaku {
  width: 100%;
  height: 1px;
  position: relative;
}

#section04 h3 {
  width: 80%;
  max-width: 573px;
  margin: 0 auto;
  padding: 140px 0 75px 0;
  position: relative;
}

@media (max-width: 800px) {
  #section04 h3 {
    padding: 5vw 0;
  }
}

#section04 h3 .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60%;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  width: 90%;
  margin-left: 10%;
  line-height: 140%;
}

@media (max-width: 800px) {
  #section04 h3 .text {
    font-size: 4.5vw;
    top: 82%;
    width: 100%;
    margin-left: 0%;
  }
}

#section04 .about_waku {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#section04 .about_waku .icon {
  width: 14%;
  max-width: 71px;
  line-height: 100%;
}

#section04 .about_cotena1 {
  width: 100%;
  border: 2px solid #00a200;
  padding: 4px;
  margin-bottom: 50px;
}

#section04 .about_cotena1 .inbox {
  width: 100%;
  border: 1px solid #00a200;
  padding: 30px 30px 30px 30px;
}

@media (max-width: 800px) {
  #section04 .about_cotena1 .inbox {
    padding: 15px;
  }
}

#section04 .about_cotena1 .inbox h4 {
  font-size: 20px;
  color: #00a200;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 120%;
  position: relative;
  width: 100%;
}

@media (max-width: 800px) {
  #section04 .about_cotena1 .inbox h4.active::after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media (max-width: 800px) {
  #section04 .about_cotena1 .inbox h4::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

@media (max-width: 800px) {
  #section04 .about_cotena1 .inbox h4 {
    font-size: 4vw;
    margin-bottom: 0px;
  }
}

#section04 .about_cotena1 .inbox .acd01 {
  font-size: 16px;
  line-height: 160%;
  padding-top: 12px;
  display: block;
}

@media (max-width: 800px) {
  #section04 .about_cotena1 .inbox .acd01 {
    display: none;
  }
}

#section04 .about_cotena1 .inbox .acd01 span {
  font-size: 14px;
}

#section04 .about_waku2 {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0 auto;
}

#section04 .about_waku2 .icon {
  width: 14%;
  margin-left: 5%;
  max-width: 71px;
  line-height: 100%;
}

#section04 .about_cotena2 {
  width: 100%;
  border: 2px solid #9cc000;
  padding: 4px;
  background-color: #fff;
}

#section04 .about_cotena2 .inbox {
  width: 100%;
  border: 1px solid #9cc000;
  padding: 30px 30px 30px 30px;
}

@media (max-width: 800px) {
  #section04 .about_cotena2 .inbox {
    padding: 15px;
  }
}

#section04 .about_cotena2 .inbox h4 {
  font-size: 20px;
  color: #9cc000;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 120%;
  position: relative;
  width: 100%;
}

@media (max-width: 800px) {
  #section04 .about_cotena2 .inbox h4 {
    font-size: 4vw;
    margin-bottom: 0px;
  }
}

#section04 .about_cotena2 .inbox .acd01 {
  font-size: 16px;
  line-height: 160%;
  padding-top: 12px;
}

#section04 .about_cotena2 .inbox .acd01 span {
  font-size: 14px;
}

#section04 .about_waku3 {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0 auto;
}

#section04 .about_waku3 .icon {
  width: 14%;
  margin-left: 5%;
  max-width: 71px;
  line-height: 100%;
}

#section04 .about_cotena3 {
  width: 100%;
  border: 2px solid #00ab6a;
  padding: 4px;
  background-color: #fff;
}

#section04 .about_cotena3 .inbox {
  width: 100%;
  border: 1px solid #00ab6a;
  padding: 30px 30px 30px 30px;
}

@media (max-width: 800px) {
  #section04 .about_cotena3 .inbox {
    padding: 15px;
  }
}

#section04 .about_cotena3 .inbox h4 {
  font-size: 20px;
  color: #00ab6a;
  font-weight: bold;
  line-height: 120%;
  position: relative;
  width: 100%;
}

@media (max-width: 800px) {
  #section04 .about_cotena3 .inbox h4 {
    font-size: 4vw;
    margin-bottom: 0px;
  }
}

#section04 .about_cotena3 .inbox .acd01 {
  font-size: 16px;
  line-height: 160%;
  padding-top: 12px;
}

#section04 .about_cotena3 .inbox .acd01 span {
  font-size: 14px;
}

#section04 .himitsu01 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  position: relative;
  background-image: url(../images/sec04_back_a.png);
  background-size: 66px 66px;
  padding: 75px 100px;
}

@media (max-width: 800px) {
  #section04 .himitsu01 {
    padding: 45vw 5% 5vw 5%;
  }
}

#section04 .himitsu02 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  position: relative;
  background-image: url(../images/sec04_back_b.png);
  background-size: 66px 66px;
  padding: 75px 100px;
}

@media (max-width: 800px) {
  #section04 .himitsu02 {
    padding: 45vw 5% 5vw 5%;
  }
}

#section04 .himitsu03 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  position: relative;
  background-image: url(../images/sec04_back_c.png);
  background-size: 66px 66px;
  padding: 75px 100px;
}

@media (max-width: 800px) {
  #section04 .himitsu03 {
    padding: 45vw 5% 5vw 5%;
  }
}

#section04 .photoue {
  width: 22%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

@media (max-width: 800px) {
  #section04 .photoue {
    width: 100%;
  }
}

#section04 h5 {
  width: 80%;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  #section04 h5 {
    width: 100%;
  }
}

#section04 h5 .maru {
  width: 72px;
  margin-right: 15px;
  margin-top: 15px;
}

@media (max-width: 800px) {
  #section04 h5 .maru {
    display: none;
  }
}

#section04 h5 .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  width: calc(100% - 87px);
}

@media (max-width: 800px) {
  #section04 h5 .text {
    width: 100%;
    text-align: center;
    font-size: 6vw;
  }
}

#section04 h5 .text span.marker_new {
  background: linear-gradient(transparent 90%, #00a200 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}

#section04 h5 .text span.marker_new2 {
  background: linear-gradient(transparent 90%, #9cc000 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}

#section04 h5 .text span.marker_new3 {
  background: linear-gradient(transparent 90%, #00ab6a 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}

#section04 .zuu01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

#section04 .zuu01 h6 {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #00a200;
  padding-top: 50px;
}

@media (max-width: 800px) {
  #section04 .zuu01 h6 {
    padding-top: 0px;
    font-size: 4vw;
  }
}

#section04 .zuu01 p {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 800px) {
  #section04 .zuu01 p {
    font-size: 3.2vw;
  }
}

#section04 .zuu01 .left {
  width: 27.7%;
}

@media (max-width: 800px) {
  #section04 .zuu01 .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

#section04 .zuu01 .right {
  width: 70%;
}

@media (max-width: 800px) {
  #section04 .zuu01 .right {
    width: 100%;
  }
}

#section04 .zuu01 .right img {
  width: 110%;
}

@media (max-width: 800px) {
  #section04 .zuu01 .right img {
    width: 100%;
  }
}

#section04 .zuu02 {
  width: 100%;
}

#section04 .zuu02 h6 {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #00a200;
}

@media (max-width: 800px) {
  #section04 .zuu02 h6 {
    padding-top: 30px;
    font-size: 4vw;
  }
}

#section04 .zuu02 p {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 800px) {
  #section04 .zuu02 p {
    font-size: 3.2vw;
  }
}

#section04 .zuu02b {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 800px) {
  #section04 .zuu02b {
    margin-top: 30px;
  }
}

#section04 .zuu02b h6 {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #00a200;
}

@media (max-width: 800px) {
  #section04 .zuu02b h6 {
    padding-top: 30px;
    font-size: 4vw;
  }
}

#section04 .zuu02b p {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 800px) {
  #section04 .zuu02b p {
    font-size: 3.2vw;
  }
}

#section04 .zuu02b .mintext {
  font-size: 12px;
  padding-top: 15px;
}

#section04 .zuu03 {
  width: 100%;
}

#section04 .zuu03 img {
  width: 110%;
  margin-left: -5%;
}

@media (max-width: 800px) {
  #section04 .zuu03 img {
    margin-top: 15px;
    width: 100%;
    margin-left: 0%;
  }
}

#section04 .zuu04 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

#section04 .zuu04 h6 {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #9cc000;
  padding-top: 0px;
}

@media (max-width: 800px) {
  #section04 .zuu04 h6 {
    padding-top: 0px;
    font-size: 4vw;
  }
}

#section04 .zuu04 p {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 800px) {
  #section04 .zuu04 p {
    font-size: 3.2vw;
  }
}

#section04 .zuu04 .left {
  width: 55.5%;
}

@media (max-width: 800px) {
  #section04 .zuu04 .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

#section04 .zuu04 .right {
  width: 42.77%;
}

@media (max-width: 800px) {
  #section04 .zuu04 .right {
    width: 100%;
  }
}

#section04 .zuu04 .right img {
  width: 110%;
}

@media (max-width: 800px) {
  #section04 .zuu04 .right img {
    width: 100%;
  }
}

#section04 .zuu05 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

#section04 .zuu05 h6 {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #00a46e;
  padding-top: 0px;
}

@media (max-width: 800px) {
  #section04 .zuu05 h6 {
    padding-top: 0px;
    font-size: 4vw;
  }
}

#section04 .zuu05 p {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 800px) {
  #section04 .zuu05 p {
    font-size: 3.2vw;
  }
}

#section04 .zuu05 .left {
  width: 55.5%;
}

@media (max-width: 800px) {
  #section04 .zuu05 .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

#section04 .zuu05 .right {
  width: 42.77%;
}

@media (max-width: 800px) {
  #section04 .zuu05 .right {
    width: 100%;
  }
}

#section04 .zuu05 .right img {
  width: 110%;
}

@media (max-width: 800px) {
  #section04 .zuu05 .right img {
    width: 100%;
  }
}

/**********************************************/
#section05 {
  width: 100%;
  position: relative;
  background-color: #f4f4f0;
  padding-bottom: 150px;
}

@media (max-width: 800px) {
  #section05 {
    padding-bottom: 50px;
  }
}

#section05 .head_upwaku {
  width: 100%;
  height: 1px;
  position: relative;
}

#section05 .head {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
}

#section05 h3 {
  width: 60%;
  max-width: 336px;
  margin: 0 auto;
  padding: 60px 0 25px 0;
  position: relative;
}

@media (max-width: 800px) {
  #section05 h3 {
    padding: 6vw 0 5vw 0;
  }
}

#section05 h3 .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 87%;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  width: 100%;
  line-height: 140%;
}

@media (max-width: 800px) {
  #section05 h3 .text {
    font-size: 4.5vw;
    top: 85%;
    width: 100%;
    margin-left: 0%;
  }
}

#section05 .section__in {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

#section05 .textmain {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

#section05 .item_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}

#section05 .item_flex .left {
  width: 46.2%;
}

@media (max-width: 800px) {
  #section05 .item_flex .left {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section05 .item_flex .right {
  width: 46.2%;
}

@media (max-width: 800px) {
  #section05 .item_flex .right {
    width: 100%;
  }
}

#section05 .item_flex h3.bl {
  width: 100% !important;
  max-width: 800px;
  border-top: 4px solid #998961;
  border-bottom: 4px solid #998961;
  padding: 35px 0 35px 0;
  height: 125px;
  background: linear-gradient(90deg, #008700 0%, #005200 99.91%);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 800px) {
  #section05 .item_flex h3.bl {
    padding: 20px 0 20px 0;
    height: auto;
  }
}

#section05 .item_flex h3.cal {
  width: 100% !important;
  max-width: 800px;
  border-top: 4px solid #998961;
  border-bottom: 4px solid #998961;
  padding: 35px 0 35px 0;
  height: 125px;
  background: linear-gradient(90deg, #685695 0.07%, #302050 100%);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 800px) {
  #section05 .item_flex h3.cal {
    padding: 20px 0 20px 0;
    height: auto;
  }
}

#section05 .item_flex .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  width: 100%;
}

@media (max-width: 800px) {
  #section05 .item_flex .name {
    font-size: 5vw;
  }
}

#section05 .item_flex .name span {
  font-size: 16px;
}

@media (max-width: 800px) {
  #section05 .item_flex .name span {
    font-size: 4vw;
  }
}

#section05 .item_flex .imgin {
  margin-top: -25px;
}

@media (max-width: 800px) {
  #section05 .item_flex .imgin {
    width: 75%;
    margin: -5vw auto 0 auto;
  }
}

#section05 .item_flex .botan_block {
  width: 55%;
  margin: 25px auto 0 auto;
}

@media (max-width: 800px) {
  #section05 .item_flex .botan_block {
    margin: 25px auto 50px auto;
  }
}

#section05 .item_flex .botan_block2 {
  width: 55%;
  margin: 25px auto 0 auto;
}

@media (max-width: 800px) {
  #section05 .item_flex .botan_block2 {
    margin: 0px auto 50px auto;
  }
}

/**********************************************/
#section06 {
  width: 100%;
  position: relative;
  background-image: url(../images/sec06_back.png);
  background-size: 195px;
  padding-bottom: 100px;
}

@media (max-width: 800px) {
  #section06 {
    padding-bottom: 80px;
  }
}

#section06 .title_osusume {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 160%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 800px) {
  #section06 .title_osusume {
    font-size: 4vw;
    line-height: 160%;
  }
}

#section06 .title_osusume span {
  display: block;
  font-size: 28px;
}

@media (max-width: 800px) {
  #section06 .title_osusume span {
    font-size: 5.4vw;
  }
}

#section06 .head {
  position: relative;
  width: 100%;
  margin-top: -2px;
}

#section06 h3 {
  width: 60%;
  max-width: 556px;
  margin: 0 auto;
  padding: 150px 0 60px 0;
  position: relative;
}

@media (max-width: 800px) {
  #section06 h3 {
    padding: 6vw 0 5vw 0;
  }
}

#section06 h3 .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60%;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 80%;
  margin-left: 14%;
  line-height: 180%;
}

@media (max-width: 800px) {
  #section06 h3 .text {
    font-size: 3.5vw;
    top: 75%;
    width: 100%;
    margin-left: 0%;
  }
}

#section06 .wappen {
  width: 100%;
  max-width: 554px;
  margin: 0 auto 75px auto;
}

@media (max-width: 800px) {
  #section06 .wappen {
    padding: 15px 0 0px 0;
  }
}

#section06 h4.subtext {
  width: 80%;
  max-width: 414px;
  margin: 0 auto 25px auto;
}

#section06 .movie_contena {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 85px auto;
}

#section06 .recp_01 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 35px auto;
  position: relative;
}

#section06 .recp_01 .botanin {
  width: 30%;
  position: absolute;
  z-index: 10;
  bottom: 24%;
  left: 58%;
}

@media (max-width: 800px) {
  #section06 .recp_01 .botanin {
    width: 60%;
    z-index: 10;
    bottom: 10%;
    left: 20%;
  }
}

#section06 .recp_02 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 35px auto;
  position: relative;
}

#section06 .recp_02 .botanin {
  width: 30%;
  position: absolute;
  z-index: 10;
  bottom: 24%;
  left: 58%;
}

@media (max-width: 800px) {
  #section06 .recp_02 .botanin {
    width: 60%;
    z-index: 10;
    bottom: 10%;
    left: 20%;
  }
}

#section06 .recp_03 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 160px auto;
  position: relative;
}

@media (max-width: 800px) {
  #section06 .recp_03 {
    margin: 0 auto 80px auto;
  }
}

#section06 .recp_03 .botanin {
  width: 30%;
  position: absolute;
  z-index: 10;
  bottom: 24%;
  left: 58%;
}

@media (max-width: 800px) {
  #section06 .recp_03 .botanin {
    width: 60%;
    z-index: 10;
    bottom: 10%;
    left: 20%;
  }
}

#section06 h4.subtext2 {
  width: 60%;
  max-width: 306px;
  margin: 0 auto 40px auto;
  position: relative;
}

@media (max-width: 800px) {
  #section06 h4.subtext2 {
    margin: 0 auto 40px auto;
  }
}

#section06 .osusu01 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  overflow: hidden;
}

#section06 .osusu01 .photo {
  width: 47.5%;
  margin-right: 5%;
  margin-left: auto;
}

@media (max-width: 800px) {
  #section06 .osusu01 .photo {
    width: 95%;
    margin-left: -5%;
    height: 105vw;
  }
}

#section06 .osusu01 .fuki01 {
  width: 47%;
  position: absolute;
  z-index: 10;
  left: 5%;
  top: 5%;
}

@media (max-width: 800px) {
  #section06 .osusu01 .fuki01 {
    width: 100%;
    left: 5%;
    top: 50%;
  }
}

#section06 .osusu01 .fuki01 .morebt {
  width: 19.7%;
  position: absolute;
  bottom: 45%;
  right: 15%;
}

@media (max-width: 800px) {
  #section06 .osusu01 .fuki01 .morebt {
    width: 20vw;
    bottom: 20%;
    right: 15%;
  }
}

#section06 .osusu02 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 80px auto;
  text-align: right;
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  #section06 .osusu02 {
    margin: 0 auto 0px auto;
  }
}

#section06 .osusu02 .photo {
  width: 42.3%;
  margin-right: auto;
  margin-left: 8%;
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  #section06 .osusu02 .photo {
    width: 80%;
    margin-left: 30%;
    height: 110vw;
  }
}

#section06 .osusu02 .fuki01 {
  width: 47.6%;
  position: absolute;
  z-index: 10;
  left: 45%;
  top: 20%;
}

@media (max-width: 800px) {
  #section06 .osusu02 .fuki01 {
    width: 100%;
    left: -5%;
    top: 45%;
  }
}

#section06 .osusu02 .fuki01 .morebt {
  width: 19.7%;
  position: absolute;
  bottom: 47%;
  right: 10%;
}

@media (max-width: 800px) {
  #section06 .osusu02 .fuki01 .morebt {
    width: 20vw;
    bottom: 20%;
    right: 63%;
  }
}

#section06 .osusu03 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 75px auto;
  text-align: right;
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  #section06 .osusu03 {
    margin: 0 auto 0px auto;
    height: 98vw;
  }
}

#section06 .osusu03 .photo {
  width: 54.7%;
  margin-right: 5%;
  margin-left: auto;
}

@media (max-width: 800px) {
  #section06 .osusu03 .photo {
    width: 90%;
    margin-left: -5%;
    height: 85vw;
  }
}

#section06 .osusu03 .fuki01 {
  width: 40.9%;
  position: absolute;
  z-index: 10;
  left: 5%;
  top: 0%;
}

@media (max-width: 800px) {
  #section06 .osusu03 .fuki01 {
    width: 100%;
    left: 5%;
    top: 43%;
  }
}

#section06 .osusu03 .fuki01 .morebt {
  width: 23%;
  position: absolute;
  bottom: 47%;
  right: 15%;
}

@media (max-width: 800px) {
  #section06 .osusu03 .fuki01 .morebt {
    width: 20vw;
    bottom: 20%;
    right: 15%;
  }
}

#section06 .osusu04 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  overflow: hidden;
}

#section06 .osusu04 .photo {
  width: 51.4%;
  margin-right: auto;
  margin-left: 5%;
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  #section06 .osusu04 .photo {
    width: 95%;
    margin-left: 15%;
    height: 105vw;
    margin-bottom: 0px;
  }
}

#section06 .osusu04 .fuki01 {
  width: 45.1%;
  position: absolute;
  z-index: 10;
  left: 44%;
  top: 24%;
}

@media (max-width: 800px) {
  #section06 .osusu04 .fuki01 {
    width: 100%;
    left: -5%;
    top: 45%;
  }
}

#section06 .osusu04 .fuki01 .morebt {
  width: 19.7%;
  position: absolute;
  bottom: 45%;
  right: 12%;
}

@media (max-width: 800px) {
  #section06 .osusu04 .fuki01 .morebt {
    width: 20vw;
    bottom: 20%;
    right: 63%;
  }
}

#section06 .last_clum {
  width: 85%;
  max-width: 900px;
  margin: 160px auto 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  #section06 .last_clum {
    margin: 20px auto 15px auto;
  }
}

#section06 .last_clum .left {
  width: 49.4%;
}

@media (max-width: 800px) {
  #section06 .last_clum .left {
    margin-bottom: 10px;
    width: 100%;
  }
}

#section06 .last_clum .right {
  width: 49.4%;
}

@media (max-width: 800px) {
  #section06 .last_clum .right {
    width: 100%;
  }
}

#section06 .morefuki {
  width: 85%;
  max-width: 768px;
  margin: 0 auto;
}

#section06 h5 {
  width: 85%;
  max-width: 276px;
  position: absolute;
  top: 24%;
  left: 57.5%;
}

@media (max-width: 800px) {
  #section06 h5 {
    width: 65%;
    max-width: 800px;
    top: 63%;
    left: 17%;
  }
}

#section06 h5 p {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 800px) {
  #section06 h5 p {
    font-size: 4.5vw;
  }
}

#section07 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}

@media (max-width: 800px) {
  #section07 {
    padding: 40px 0;
  }
}

#section07 .snswaku {
  width: 50%;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px auto;
}

#section07 .snswaku .item {
  width: 34.5%;
}

#section07 .textpub {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

@media (max-width: 800px) {
  #section07 .textpub {
    font-size: 4vw;
  }
}

#section_footnav {
  width: 100%;
  text-align: center;
  padding: 8px 0 10px 0;
  background: linear-gradient(90deg, #a2935c 0%, #7f8015 100%);
  font-size: 18px;
}

@media (max-width: 800px) {
  #section_footnav {
    font-size: 3.2vw;
  }
}

#section_footnav ul {
  display: flex;
  justify-content: center;
}

#section_footnav ul li {
  padding: 0 1.5em;
  border-left: 1px solid #fff;
}

#section_footnav ul li a {
  color: #fff;
}

#section_footnav ul li.last {
  border-right: 1px solid #fff;
}

footer {
  width: 100%;
  padding: 40px 0 40px 0;
  background: linear-gradient(90deg, #008c00 0%, #005000 99.96%);
  color: #fff;
}

@media (max-width: 800px) {
  footer {
    padding: 50px 0 100px 0;
  }
}

footer .company {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}

footer .company a {
  color: #fff;
}

@media (max-width: 800px) {
  footer .company {
    font-size: 4.5vw;
  }
}

footer .copyright {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 800px) {
  footer .copyright {
    font-size: 3.4vw;
  }
}

/******************************************************************/
.head_close {
  width: 40px;
  margin: 0 0 20px auto;
}

.under_close {
  width: 40px;
  margin: 20px auto 0 auto;
}

.color_close:hover {
  cursor: pointer;
}

.pop_contena {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  padding: 50px;
  border-radius: 8px;
}

@media (max-width: 800px) {
  .pop_contena {
    padding: 12vw 5vw;
  }
}

.name_text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.name_text .photo {
  width: 15%;
}

@media (max-width: 800px) {
  .name_text .photo {
    width: 40%;
    margin: 0 auto 10px auto;
  }
}

.name_text .text {
  width: 83%;
}

@media (max-width: 800px) {
  .name_text .text {
    width: 100%;
    text-align: center;
  }
}

.name_text .text h3 {
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 140%;
  font-size: 24px;
  color: #ff0f0c;
}

@media (max-width: 800px) {
  .name_text .text h3 {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}

.name_text .text h3.color2 {
  color: #fc802d !important;
}

.name_text .text h3.color3 {
  color: #3f96e2 !important;
}

.name_text .text h3.color4 {
  color: #7ab643 !important;
}

.name_text .text .acount {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .name_text .text .acount {
    font-size: 3.8vw;
    margin-bottom: 15px;
    text-align: center;
  }
}

.name_text .text .nomal {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .name_text .text .nomal {
    font-size: 3.6vw;
    text-align: left;
  }
}

.name_text .text .mintext {
  font-size: 12px;
  padding-top: 15px;
  text-align: left;
}

@media (max-width: 800px) {
  .name_text .text .mintext {
    font-size: 2.8vw;
    line-height: 140%;
  }
}

.insta_waku {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}

@media (max-width: 800px) {
  .insta_waku {
    margin: 25px auto 0 auto;
  }
}

.insta_waku li {
  width: 19%;
}

@media (max-width: 800px) {
  .insta_waku li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pop_contena2 {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
  padding: 50px 80px;
}

@media (max-width: 800px) {
  .pop_contena2 {
    padding: 5vw;
  }
}

.pop_contena2 .mainphoto {
  width: 81%;
  margin: 0 auto 45px auto;
  position: relative;
}

@media (max-width: 800px) {
  .pop_contena2 .mainphoto {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}

.pop_contena2 .recip_clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pop_contena2 .recip_clum .left {
  width: 37.7%;
}

@media (max-width: 800px) {
  .pop_contena2 .recip_clum .left {
    width: 100%;
    margin-bottom: 35px;
  }
}

.pop_contena2 .recip_clum .left li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0 6px 0;
  border-bottom: 1px solid #666;
}

.pop_contena2 .recip_clum .left li .gu {
  width: 70%;
}

.pop_contena2 .recip_clum .left li .ryou {
  width: 25%;
  text-align: right;
}

.pop_contena2 .recip_clum .right {
  width: 55.5%;
}

@media (max-width: 800px) {
  .pop_contena2 .recip_clum .right {
    width: 100%;
  }
}

.pop_contena2 .recip_clum h4 {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 3px solid #ffd200;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .pop_contena2 .recip_clum h4 {
    font-size: 3.2vw;
  }
}

.pop_contena2 h5 {
  width: 85%;
  max-width: 290px;
  position: absolute;
  top: 32%;
  left: 62%;
}

@media (max-width: 800px) {
  .pop_contena2 h5 {
    width: 85%;
    max-width: 800px;
    top: 80%;
    left: 7.5%;
  }
}

.pop_contena2 h5 p {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 800px) {
  .pop_contena2 h5 p {
    font-size: 4.5vw;
  }
}

.maru2sp {
  width: 22.5%;
  position: absolute;
  z-index: 14;
  left: 7%;
  top: 23vw;
}

/****************************************************/
.intext_fuki01 {
  position: absolute;
  top: 12%;
  left: 15%;
  width: 100%;
  text-align: left;
}

@media (max-width: 800px) {
  .intext_fuki01 {
    top: 16%;
    left: 30%;
  }
}

.intext_fuki01 .textbold {
  position: relative;
  font-weight: bold;
  line-height: 160%;
  color: #ff0f0c;
  font-size: 24px;
  margin-bottom: 12px;
}

@media (max-width: 1000px) {
  .intext_fuki01 .textbold {
    font-size: 2.5vw;
    margin-bottom: 0.5vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki01 .textbold {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}

.intext_fuki01 p {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .intext_fuki01 p {
    font-size: 1.8vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki01 p {
    font-size: 3.2vw;
  }
}

/****************************************************/
.intext_fuki02 {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 100%;
  text-align: left;
}

@media (max-width: 800px) {
  .intext_fuki02 {
    top: 14%;
    left: 18%;
  }
}

.intext_fuki02 .textbold {
  position: relative;
  font-weight: bold;
  line-height: 160%;
  color: #ff8200;
  font-size: 24px;
  margin-bottom: 12px;
}

@media (max-width: 1000px) {
  .intext_fuki02 .textbold {
    font-size: 2.5vw;
    margin-bottom: 0.5vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki02 .textbold {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}

.intext_fuki02 p {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .intext_fuki02 p {
    font-size: 1.8vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki02 p {
    font-size: 3.2vw;
  }
}

/****************************************************/
.intext_fuki03 {
  position: absolute;
  top: 7%;
  left: 17%;
  width: 100%;
  text-align: left;
}

@media (max-width: 800px) {
  .intext_fuki03 {
    top: 14%;
    left: 33%;
  }
}

.intext_fuki03 .textbold {
  position: relative;
  font-weight: bold;
  line-height: 160%;
  color: #4093e8;
  font-size: 24px;
  margin-bottom: 12px;
}

@media (max-width: 1000px) {
  .intext_fuki03 .textbold {
    font-size: 2.5vw;
    margin-bottom: 0.5vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki03 .textbold {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}

.intext_fuki03 p {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .intext_fuki03 p {
    font-size: 1.8vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki03 p {
    font-size: 3.2vw;
  }
}

/****************************************************/
.intext_fuki04 {
  position: absolute;
  top: 12%;
  left: 17%;
  width: 100%;
  text-align: left;
}

@media (max-width: 800px) {
  .intext_fuki04 {
    top: 14%;
    left: 15%;
  }
}

.intext_fuki04 .textbold {
  position: relative;
  font-weight: bold;
  line-height: 160%;
  color: #7aac43;
  font-size: 24px;
  margin-bottom: 12px;
}

@media (max-width: 1000px) {
  .intext_fuki04 .textbold {
    font-size: 2.5vw;
    margin-bottom: 0.5vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki04 .textbold {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}

.intext_fuki04 p {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .intext_fuki04 p {
    font-size: 1.8vw;
  }
}

@media (max-width: 800px) {
  .intext_fuki04 p {
    font-size: 3.2vw;
  }
}

/*******************************************************************/
