@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section_firest {
  width: 100%;
  background-color: #93e271;
}
#section_firest .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
#section_firest .section__in .top_contena {
  width: 100%;
  background-color: #fff;
  border-radius: 50px 50px 0px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena {
    border-radius: 10vw 10vw 0px 0;
    padding-top: 7.5vw;
    padding-bottom: 30vw;
  }
}
#section_firest .section__in .top_contena .copy {
  width: 88.4%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
#section_firest .section__in .top_contena .copy figure {
  width: 90%;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena .copy figure {
    width: 100%;
  }
}
#section_firest .section__in .top_contena .text02 {
  width: 88.4%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 160%;
  color: #572200;
  font-weight: 700;
  padding: 1.5em 0;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena .text02 {
    padding: 1em 0;
    text-align: center;
  }
}
#section_firest .section__in .top_contena .wides {
  width: 88.4%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena .wides {
    width: 90%;
  }
}
#section_firest .section__in .top_contena ul {
  width: 62.44%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena ul {
    width: 85%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#section_firest .section__in .top_contena ul li {
  width: 22.5%;
  border-radius: 50%;
  background-color: #ffe900;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena ul li {
    width: 42.5%;
    margin: 0vw auto 4vw auto;
  }
}
#section_firest .section__in .top_contena ul li .intext {
  width: 100%;
  position: absolute;
  z-index: 15;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 700;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena ul li .intext {
    font-size: 120%;
  }
}
#section_firest .section__in .top_contena .backimg {
  width: 96%;
  left: 3%;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width:800px) {
  #section_firest .section__in .top_contena .backimg {
    width: 85%;
    left: 7.5%;
  }
}
#section_firest .section__in .top_contena2 {
  width: 100%;
  background-color: #572200;
  border-radius: 0px 0 50px 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#section_firest .section__in .top_contena2 .intext1 {
  width: 95%;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.35em;
}
#section_firest .section__in .top_contena2 .intext2 {
  width: 95%;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.25em;
  margin-top: 1em;
  line-height: 160%;
}

#section02 {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 60px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 100px 0 40px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section02 .section__in .maru01 {
  position: absolute;
  width: 15.72%;
  top: 5%;
  right: 0;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru01 {
    width: 30%;
    top: 4%;
    right: 5%;
  }
}
#section02 .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 27.5%;
  left: 0;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru02 {
    width: 60%;
    top: 25%;
    left: 0;
    transform: translate(-65%, 0);
  }
}
#section02 .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 20%;
  left: 110%;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru03 {
    width: 20%;
    bottom: 18%;
    left: 110%;
    transform: translate(-75%, 0);
  }
}
#section02 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section02 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section02 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section02 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section02 .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section02 ul.merit6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 ul.merit6 {
    width: 86%;
    margin: 0 auto;
  }
}
#section02 ul.merit6 li {
  width: 30%;
  background-color: #fff;
  border: 3px solid #572200;
  border-radius: 80px;
  position: relative;
  padding: 35px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 ul.merit6 li {
    width: 100%;
    padding: 7.5vw 5vw;
    margin-bottom: 10vw;
    border-radius: 15vw;
  }
}
#section02 ul.merit6 li .no {
  width: 14%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
}
#section02 ul.merit6 li .icons {
  width: 36.66%;
  margin: 0 auto 22.5px auto;
}
#section02 ul.merit6 li h3 {
  text-align: center;
  font-weight: 500;
  color: #572200;
  margin-bottom: 22.5px;
  letter-spacing: 0.1em;
}
#section02 ul.merit6 li .base_text {
  text-align: center;
  font-weight: 500;
  color: #572200;
  letter-spacing: 0.1em;
}
#section02 .ansinbox {
  width: 100%;
  background-color: #572200;
  color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 45px;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox {
    width: 100%;
    padding: 7.5vw 5vw 7vw 5vw;
    border-radius: 7.5vw;
  }
}
#section02 .ansinbox .wapen {
  width: 7.4%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translate(-25%, -15%);
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .wapen {
    width: 20%;
  }
}
#section02 .ansinbox .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02 .ansinbox .clumbox .left {
  width: 36%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02 .ansinbox .clumbox .left .t01 {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .left .t01 {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#section02 .ansinbox .clumbox .left .t02 {
  width: 100%;
  background-color: #fff;
  color: #572200;
  padding: 0.5em 0;
  line-height: 100%;
  border-radius: 10px;
}
#section02 .ansinbox .clumbox .mid {
  width: 28.88%;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .mid {
    width: 100%;
    margin-bottom: 5vw;
    text-align: center;
  }
}
#section02 .ansinbox .clumbox .right {
  width: 26.11%;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .right {
    width: 80%;
    margin: 0 auto;
  }
}

.section_cv_type01 {
  width: 100%;
  background-color: #ffe900;
  position: relative;
  overflow: hidden;
}
.section_cv_type01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
  padding: 35px 0;
}
.section_cv_type01 .section__in .backimg {
  position: absolute;
  width: 120%;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .backimg {
    width: 300%;
    right: auto;
    left: 20%;
  }
}
.section_cv_type01 .section__in .hito {
  width: 14%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .hito {
    width: 20%;
  }
}
.section_cv_type01 .section__in .text {
  width: 53.7%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .text {
    width: 75%;
    font-weight: 600;
    line-height: 160%;
  }
}
.section_cv_type01 .section__in .botans {
  width: 22.6%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .botans {
    width: 100%;
    margin-top: 4vw;
  }
}
.section_cv_type01 .section__in .botans ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_cv_type01 .section__in .botans ul li {
  width: 100%;
  margin: 6px 0;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
.section_cv_type01 .section__in .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
}
.section_cv_type01 .section__in .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
.section_cv_type01 .section__in .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
}

#section03 {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 225px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 100px 0 50vw 0;
  }
}
#section03 .backimgunder {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/sec03_backimg.png) center bottom;
  background-size: auto 100%;
}
#section03 .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section03 .hito {
    width: 60%;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section03 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section03 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section03 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section03 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section03 .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section03 .imgroops {
  width: 100%;
  height: 282px;
  background: url(../images/sec03_imgs.png) 0 0;
  background-size: auto 100%;
  animation: roops 25s linear infinite;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section03 .imgroops {
    height: 176.25px;
    animation: roops2 25s linear infinite;
    margin-bottom: 4vw;
  }
}
@keyframes roops {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1542px 0;
  }
}
@keyframes roops2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -963.75px 0;
  }
}
#section03 ul.komata {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 ul.komata li {
  width: 48.5%;
  background-color: #fff;
  border: 3px solid #572200;
  border-radius: 20px;
  text-align: center;
  padding: 0.35em 0 0.45em 0;
  line-height: 140%;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 4em;
  margin-top: 25px;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section03 ul.komata li {
    width: 100%;
    margin-top: 3.5vw;
    border: 2px solid #572200;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.komata li:last-child {
    min-height: 1.5em;
  }
}
#section03 ul.komata li.others {
  background-color: transparent;
  border: 0;
}
#section03 ul.komata li span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.section_cv_type02 {
  width: 100%;
  background-color: #ffe900;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #572200;
}
.section_cv_type02 .section__in {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
  padding: 35px 0 0 0;
  /*
  .backimg{
  	position: absolute;
  	width: 120%;
  	bottom:0;
  	right:-15%;
  	@media screen and (max-width:800px) {
  		width: 300%;
  		right:auto;
  		left:20%;
  	}
  }
  	*/
}
.section_cv_type02 .section__in .hito {
  width: 12.65%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .hito {
    width: 20%;
    margin: 0 40% 4vw 40%;
  }
}
.section_cv_type02 .section__in .text {
  width: 44.62%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .text {
    width: 100%;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
  }
}
.section_cv_type02 .section__in .ill {
  width: 37.22%;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .ill {
    width: 85%;
    margin: 7.5vw auto 0 auto;
  }
}
.section_cv_type02 .section__in .botans {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans {
    width: 100%;
  }
}
.section_cv_type02 .section__in .botans ul {
  width: 87.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans ul {
    width: 100%;
  }
}
.section_cv_type02 .section__in .botans ul li {
  width: 48%;
  margin-bottom: 0vw;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
.section_cv_type02 .section__in .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
  letter-spacing: 0.05em;
}
.section_cv_type02 .section__in .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
.section_cv_type02 .section__in .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  letter-spacing: 0.05em;
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 30px solid #572200;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 100px 0 0vw 0;
    border-bottom: 8px solid #572200;
  }
}
#section04 .backimgunder {
  width: 120%;
  position: absolute;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  #section04 .backimgunder {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#section04 .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section04 .hito {
    width: 60%;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 225px;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    padding-bottom: 30vw;
  }
}
#section04 .section__in .maru01 {
  position: absolute;
  width: 15.72%;
  top: 15%;
  right: 115%;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #section04 .section__in .maru01 {
    width: 30%;
    top: 4%;
    right: 110%;
  }
}
#section04 .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 30%;
  left: 105%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section04 .section__in .maru02 {
    width: 60%;
    top: 25%;
    left: 85%;
    transform: translate(0%, 0);
  }
}
#section04 .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 30%;
  left: -10%;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section04 .section__in .maru03 {
    width: 20%;
    bottom: 26%;
    left: 0%;
    transform: translate(-75%, 0);
  }
}
#section04 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section04 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section04 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section04 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
  }
}
#section04 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 75px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section04 .clumbox {
    margin-top: 10vw;
  }
}
#section04 .clumbox .photo {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}
#section04 .clumbox .photo .photoin {
  border-radius: 50px;
  border: 3px solid #572200;
  overflow: hidden;
  position: relative;
}
#section04 .clumbox .photo .photoin .base {
  position: relative;
}
#section04 .clumbox .photo .photoin .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  animation: faderoop 6s infinite;
}
@keyframes faderoop {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#section04 .clumbox .text {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text {
    width: 100%;
    order: 2;
  }
}
#section04 .clumbox .text h3 {
  color: #572200;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
#section04 .clumbox .text .base_text {
  color: #572200;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#section04 .clumbox .text .botansmore {
  margin-top: 1.5em;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .botansmore {
    text-align: center;
  }
}
#section04 .clumbox .text .botansmore a {
  display: inline-block;
  padding: 0.75em 3em 0.85em 3em;
  background-color: #93e271;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #572200;
  font-weight: 700;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .botansmore a {
    width: 75%;
  }
}
#section04 .clumbox .text .botansmore a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

#section05 {
  width: 100%;
  background-color: #ffe900;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 100px 0 0vw 0;
  }
}
#section05 .backimgunder {
  width: 120%;
  position: absolute;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  #section05 .backimgunder {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#section05 .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section05 .hito {
    width: 60%;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    padding-bottom: 15vw;
  }
}
#section05 .section__in .maru01 {
  position: absolute;
  width: 25.72%;
  top: -10%;
  right: 110%;
  transform: translate(30%, 0);
}
@media screen and (max-width:800px) {
  #section05 .section__in .maru01 {
    width: 40%;
    top: -7.5%;
    right: 110%;
    display: none;
  }
}
#section05 .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 26%;
  left: 105%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section05 .section__in .maru02 {
    width: 60%;
    top: 20%;
    left: 85%;
    transform: translate(0%, 0);
  }
}
#section05 .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 45%;
  left: -10%;
  transform: translate(-75%, 0);
  opacity: 0.85;
}
@media screen and (max-width:800px) {
  #section05 .section__in .maru03 {
    width: 20%;
    bottom: 36%;
    left: 0%;
    transform: translate(-75%, 0);
  }
}
#section05 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section05 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section05 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section05 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section05 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
  }
}
#section05 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  #section05 .clumbox {
    margin-top: 10vw;
  }
}
#section05 .clumbox .photo {
  width: 59.8%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}
#section05 .clumbox .photo .inbox {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#section05 .clumbox .photo .inbox .before {
  width: 46.9%;
  border: 4px solid #572200;
  border-radius: 35px;
  position: relative;
}
#section05 .clumbox .photo .inbox .before figure {
  border-radius: 30px;
  overflow: hidden;
}
#section05 .clumbox .photo .inbox .before::after {
  content: "";
  width: 17.5%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  background: url(../images/sec05_yaji.svg) no-repeat center;
  background-size: contain;
  height: 30%;
}
#section05 .clumbox .photo .inbox .before::before {
  content: "";
  width: 35%;
  height: 10%;
  position: absolute;
  bottom: 5%;
  left: -5%;
  background: url(../images/sec05_before.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .photo .inbox .before::before {
    width: 55%;
    height: 15%;
  }
}
#section05 .clumbox .photo .inbox .after {
  width: 46.9%;
  border: 4px solid #572200;
  border-radius: 35px;
  position: relative;
}
#section05 .clumbox .photo .inbox .after figure {
  border-radius: 30px;
  overflow: hidden;
}
#section05 .clumbox .photo .inbox .after::before {
  content: "";
  width: 35%;
  height: 10%;
  position: absolute;
  bottom: 5%;
  left: -5%;
  background: url(../images/sec05_after.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .photo .inbox .after::before {
    width: 55%;
    height: 15%;
  }
}
#section05 .clumbox .text {
  width: 36.5%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text {
    width: 100%;
    order: 2;
  }
}
#section05 .clumbox .text h3 {
  color: #572200;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.15em;
}
#section05 .clumbox .text .subtext {
  color: #572200;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section05 .clumbox .text .base_text {
  color: #572200;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#section06 {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 100px 0 0vw 0;
  }
}
#section06 .backimgunder {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0%;
  background: url(../images/sec06_backimg.png) repeat center bottom;
  background-size: auto 80px;
}
#section06 .tree {
  width: 18%;
  position: absolute;
  bottom: 0;
  left: -18%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section06 .tree {
    left: -12%;
    width: 35%;
    bottom: auto;
    top: 0%;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    padding-bottom: 15vw;
  }
}
#section06 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section06 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section06 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section06 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section06 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section06 ul.areabox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#section06 ul.areabox li {
  width: 47%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section06 ul.areabox li {
    width: 100%;
  }
}
#section06 ul.areabox li .pref_title {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
#section06 ul.areabox li .pref_title img {
  width: auto;
  height: 77px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 ul.areabox li .pref_title img {
    height: 15vw;
  }
}
#section06 ul.areabox li .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 50px 10%;
  border-radius: 30px;
  min-height: 15em;
}
@media screen and (max-width:800px) {
  #section06 ul.areabox li .whitebox {
    padding: 7.5vw 10%;
    min-height: 10em;
  }
}
#section06 ul.areabox li .whitebox .base_text {
  font-weight: 600;
  color: #572200;
  letter-spacing: 0.1em;
  line-height: 200%;
}

#section07 {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 100px 0 0vw 0;
  }
}
#section07 .backimgunder {
  width: 810px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section07 .backimgunder {
    width: 120%;
  }
}
#section07 .hito {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 75%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section07 .hito {
    width: 85%;
    right: 45%;
  }
}
#section07 .tree {
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section07 .tree {
    width: 120%;
    left: 40%;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    padding-bottom: 15vw;
  }
}
#section07 h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section07 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section07 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section07 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section07 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section07 dl.qabox {
  width: 100%;
  background-color: #ffe900;
  padding: 40px 0;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section07 dl.qabox {
    margin-bottom: 5vw;
  }
}
#section07 dl.qabox.last {
  margin-bottom: 0;
}
#section07 dl.qabox dt {
  width: 82%;
  margin: 0 auto;
  padding-right: 3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #572200;
  position: relative;
  transition: all 0.4s ease-out 0.01s;
}
#section07 dl.qabox dt::after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: -0.15em;
  right: 0;
  background: url(../images/sec07_icon_plus_on.svg) no-repeat center;
  background-size: contain;
}
#section07 dl.qabox dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  #section07 dl.qabox dt:hover {
    opacity: 1;
  }
}
#section07 dl.qabox dt.active::after {
  background: url(../images/sec07_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#section07 dl.qabox dd {
  width: 82%;
  margin: 0 auto;
  display: none;
}
#section07 dl.qabox dd .inbox {
  width: 100%;
  padding: 1.5em 0 0 0;
  color: #10421d;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#section08 {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 100px 0 0vw 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section08 .section__in {
    padding-bottom: 15vw;
  }
}
#section08 h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section08 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section08 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section08 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section08 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section08 .boxins {
  width: 100%;
  background-color: #fff;
  border-radius: 35px;
  padding: 46px 0;
}
@media screen and (max-width:800px) {
  #section08 .boxins {
    padding: 5vw 0;
  }
}
#section08 .boxins .intext {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section08 .boxins .intext .icons {
  width: 10.6%;
}
@media screen and (max-width:800px) {
  #section08 .boxins .intext .icons {
    width: 15%;
    margin-bottom: 5vw;
  }
}
#section08 .boxins .intext .titles {
  width: 26.85%;
  font-weight: 600;
  color: #572200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section08 .boxins .intext .titles {
    width: 75%;
    margin-bottom: 5vw;
  }
}
#section08 .boxins .intext .base_text {
  width: 52.57%;
  font-weight: 600;
  line-height: 180%;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section08 .boxins .intext .base_text {
    width: 100%;
  }
}
#section08 .undericon {
  width: 6%;
  margin: 10px auto 25px auto;
}
@media screen and (max-width:800px) {
  #section08 .undericon {
    width: 15%;
  }
}

#section09 {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section09 {
    padding: 100px 0 0vw 0;
  }
}
#section09 .section__in {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section09 .section__in {
    padding-bottom: 15vw;
  }
}
#section09 h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section09 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section09 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section09 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section09 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section09 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section09 .clumbox figure {
  width: 34.88%;
}
@media screen and (max-width:800px) {
  #section09 .clumbox figure {
    width: 75%;
    margin: 5vw auto 0 auto;
    order: 2;
  }
}
#section09 .clumbox figure .names {
  text-align: center;
  line-height: 160%;
  color: #572200;
  font-weight: 500;
  margin-top: 0.5em;
}
#section09 .clumbox .text {
  width: 59.48%;
  line-height: 240%;
  letter-spacing: 0.05em;
  color: #572200;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .text {
    width: 100%;
    line-height: 200%;
    order: 1;
  }
}

#section10 {
  width: 100%;
  background-color: #572200;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section10 {
    padding: 100px 0 0vw 0;
  }
}
#section10 .section__in {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section10 .section__in {
    padding-bottom: 15vw;
  }
}
#section10 h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section10 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section10 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section10 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section10 .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section10 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}
#section10 dl.last {
  border-bottom: 0;
}
#section10 dl dt {
  width: 28.5%;
  font-weight: 600;
  color: #fff;
  padding: 0.85em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section10 dl dt {
    width: 100%;
    padding: 0.75em 0.5em 0 0.5em;
  }
}
#section10 dl dd {
  width: 68.8%;
  font-weight: 500;
  color: #fff;
  padding: 0.85em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section10 dl dd {
    width: 100%;
    padding: 0.5em 0.5em 0.75em 0.5em;
  }
}
#section10 dl dd .text01 {
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
#section10 dl dd .text02 {
  letter-spacing: 0.05em;
  padding-left: 1em;
  line-height: 180%;
  margin-bottom: 2.5em;
}
#section10 dl dd .tel-number a {
  color: #fff;
  text-decoration: underline;
}
#section10 dl dd .tel-number2 a {
  color: #fff;
  pointer-events: none;
}/*# sourceMappingURL=top.css.map */