@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共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
}
#section01 .backimg {
  position: relative;
  width: 100%;
  height: 18.33vw;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    height: 30vw;
  }
}
#section01 .backimg figure {
  width: 100%;
  position: relative;
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 46%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
  }
}
#section01 .minis {
  position: absolute;
  color: #fff;
  bottom: 4px;
  right: 4px;
  z-index: 15;
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 150px;
  position: relative;
  z-index: 10;
  background-color: #ebe9e8;
  padding: 100px 0 40px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 40px 0;
  }
}
#section02 .section__in {
  width: 90%;
  margin: 0 auto;
}
#section02 h2 {
  width: 80%;
  max-width: 690px;
  margin: 0 auto 55px auto;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin: 0 auto 30px auto;
  }
}
#section02 .sub_text {
  text-align: center;
  margin-bottom: 30px;
}
#section02 ul.merit4 {
  width: 80%;
  max-width: 688px;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 ul.merit4 {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
#section02 ul.merit4 li {
  width: 18.4%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 ul.merit4 li {
    width: 22.5%;
  }
}
#section02 ul.merit4 li figure {
  position: relative;
  z-index: 5;
}
#section02 ul.merit4 li .backcolor {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #7d7574;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#section02 .base_text {
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    font-size: 3.8vw;
    line-height: 180%;
  }
}

#section03 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  overflow: hidden;
}
#section03 .backimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: scale(1);
}
#section03 .backimg figure {
  width: 100%;
  position: relative;
}
#section03 h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    font-size: 5vw;
  }
}
#section03 .minis {
  position: absolute;
  color: #fff;
  bottom: 4px;
  right: 4px;
  z-index: 15;
}
#section03 .subs {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 0.25em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width:800px) {
  #section03 .subs {
    font-size: 2.8vw;
  }
}

#section04 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 5vw 0 15vw 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
#section04 h3.base {
  text-align: left;
  margin-bottom: 1em;
}
#section04 .flexbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#section04 .flexbox2 .photo {
  width: 40.74%;
}
@media screen and (max-width:800px) {
  #section04 .flexbox2 .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section04 .flexbox2 .text {
  width: 56.5%;
}
@media screen and (max-width:800px) {
  #section04 .flexbox2 .text {
    width: 100%;
  }
}
#section04 .flexbox2 .text p {
  margin-bottom: 0.75em;
}
#section04 .flexbox2 .text h3 {
  margin-bottom: 1.5em;
}
#section04 .flexbox2 .text h3 .name {
  padding-right: 1em;
  display: inline-block;
}
#section04 .flexbox2 .text h3 .f44 {
  font-size: 44px;
  font-weight: 500;
  color: #005428;
}
#section04 .flexbox2 .text .base_text {
  width: 130%;
  margin-right: -30%;
  line-height: 170%;
}
@media screen and (max-width:800px) {
  #section04 .flexbox2 .text .base_text {
    width: 100%;
    margin-right: 0%;
    font-size: 3.6vw;
  }
}
#section04 .flexbox4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .flexbox4 .items {
  width: 23.2%;
}
@media screen and (max-width:800px) {
  #section04 .flexbox4 .items {
    width: 48%;
    margin-bottom: 4vw;
  }
}

#section05 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  overflow: hidden;
}
#section05 .backimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: scale(1);
}
#section05 .backimg figure {
  width: 100%;
  position: relative;
}
#section05 h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section05 h2 {
    font-size: 5vw;
  }
}
#section05 .minis {
  position: absolute;
  color: #fff;
  bottom: 4px;
  right: 4px;
  z-index: 15;
}
#section05 .subs {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 0.25em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width:800px) {
  #section05 .subs {
    font-size: 2.8vw;
  }
}

#section06 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 5vw 0 15vw 0;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
#section06 h3.base {
  text-align: left;
  margin-bottom: 1em;
  width: 120%;
}
@media screen and (max-width:1000px) {
  #section06 h3.base {
    width: 100%;
  }
}
#section06 .flexbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#section06 .flexbox2 .photo {
  width: 40.74%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox2 .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section06 .flexbox2 .text {
  width: 56.5%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox2 .text {
    width: 100%;
  }
}
#section06 .flexbox2 .text p {
  margin-bottom: 0.75em;
}
#section06 .flexbox2 .text h3 {
  padding-top: 0em;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section06 .flexbox2 .text h3 {
    margin-top: 0em;
    padding-top: 0em;
  }
}
#section06 .flexbox2 .text h3 .name {
  padding-right: 1em;
  display: inline-block;
}
#section06 .flexbox2 .text h3 .f44 {
  font-size: 44px;
  color: #005428;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section06 .flexbox2 .text h3 .f44 {
    font-size: 8vw;
  }
}
#section06 .flexbox2 .text .base_text {
  width: 130%;
  margin-right: -30%;
  line-height: 175%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox2 .text .base_text {
    width: 100%;
    margin-right: 0%;
    font-size: 3.6vw;
  }
}
#section06 .flexbox4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section06 .flexbox4 .f38 {
  font-size: 38px;
  color: #005428;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section06 .flexbox4 .f38 {
    font-size: 8vw;
  }
}
#section06 .flexbox4 .subtts {
  padding-bottom: 0.1em;
}
#section06 .flexbox4 .items1 {
  width: 26.17%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox4 .items1 {
    width: 40%;
    margin-bottom: 4vw;
  }
}
#section06 .flexbox4 .items2 {
  width: 21.6%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox4 .items2 {
    width: 58%;
    margin-bottom: 4vw;
  }
}
#section06 .flexbox4 .items3 {
  width: 26.17%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox4 .items3 {
    width: 40%;
    margin-bottom: 4vw;
  }
}
#section06 .flexbox4 .items4 {
  width: 22.06%;
}
@media screen and (max-width:800px) {
  #section06 .flexbox4 .items4 {
    width: 58%;
    margin-bottom: 4vw;
  }
}

#section07 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  overflow: hidden;
}
#section07 .backimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: scale(1);
}
#section07 .backimg figure {
  width: 100%;
  position: relative;
}
#section07 h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section07 h2 {
    font-size: 5vw;
  }
}
#section07 .minis {
  position: absolute;
  color: #fff;
  bottom: 4px;
  right: 4px;
  z-index: 15;
}
#section07 .subs {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 0.25em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width:800px) {
  #section07 .subs {
    font-size: 2.8vw;
  }
}

#section08 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 5vw 0 15vw 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
#section08 h3.base {
  text-align: left;
  margin-bottom: 1em;
}
#section08 .flexbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#section08 .flexbox2 .photo {
  width: 40.74%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox2 .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section08 .flexbox2 .text {
  width: 56.5%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox2 .text {
    width: 100%;
  }
}
#section08 .flexbox2 .text p {
  margin-bottom: 0.75em;
}
#section08 .flexbox2 .text h3 {
  margin-top: -0.2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section08 .flexbox2 .text h3 {
    margin-top: 0em;
    padding-top: 0em;
  }
}
#section08 .flexbox2 .text h3 .name {
  padding-right: 1em;
  display: inline-block;
  padding-bottom: 0.25em;
}
#section08 .flexbox2 .text h3 .f44 {
  font-size: 44px;
  color: #005428;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section08 .flexbox2 .text h3 .f44 {
    font-size: 8vw;
  }
}
#section08 .flexbox2 .text .base_text {
  width: 130%;
  margin-right: -30%;
  line-height: 175%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox2 .text .base_text {
    width: 100%;
    margin-right: 0%;
    font-size: 3.6vw;
  }
}
#section08 .flexbox4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section08 .flexbox4 .f38 {
  font-size: 38px;
  color: #005428;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section08 .flexbox4 .f38 {
    font-size: 8vw;
  }
}
#section08 .flexbox4 .subtts {
  padding-bottom: 0.1em;
}
#section08 .flexbox4 .items1 {
  width: 26.17%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox4 .items1 {
    width: 40%;
    margin-bottom: 4vw;
  }
}
#section08 .flexbox4 .items2 {
  width: 21.6%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox4 .items2 {
    width: 58%;
    margin-bottom: 4vw;
  }
}
#section08 .flexbox4 .items3 {
  width: 26.17%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox4 .items3 {
    width: 40%;
    margin-bottom: 4vw;
  }
}
#section08 .flexbox4 .items4 {
  width: 22.06%;
}
@media screen and (max-width:800px) {
  #section08 .flexbox4 .items4 {
    width: 58%;
    margin-bottom: 4vw;
  }
}

#section09 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  overflow: hidden;
}
#section09 .backimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: scale(1);
}
#section09 .backimg figure {
  width: 100%;
  position: relative;
}
#section09 h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section09 h2 {
    font-size: 5vw;
  }
}
#section09 .minis {
  position: absolute;
  color: #fff;
  bottom: 4px;
  right: 4px;
  z-index: 15;
}
#section09 .subs {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 0.25em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width:800px) {
  #section09 .subs {
    font-size: 2.8vw;
  }
}

#section10 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #ebe9e8;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section10 {
    padding: 5vw 0 15vw 0;
  }
}
#section10 .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
#section10 h3.base {
  text-align: center;
  margin-bottom: 1.5em;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
}
@media screen and (max-width:1000px) {
  #section10 h3.base {
    width: 110%;
    margin: 0 -5% 1.5em -5%;
    font-size: 4.4vw;
  }
}
#section10 .flexbox3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section10 .flexbox3 .f38 {
  font-size: 38px;
  color: #005428;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section10 .flexbox3 .f38 {
    font-size: 8vw;
  }
}
#section10 .flexbox3 .subtts {
  padding-bottom: 0.1em;
}
#section10 .flexbox3 .items1 {
  width: 31%;
}
@media screen and (max-width:800px) {
  #section10 .flexbox3 .items1 {
    width: 48%;
    margin-bottom: 4vw;
  }
}
#section10 .flexbox3 .items1 figure {
  position: relative;
}
#section10 .flexbox3 .items1 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section10 .flexbox3 .items2 {
  width: 31%;
}
@media screen and (max-width:800px) {
  #section10 .flexbox3 .items2 {
    width: 48%;
    margin-bottom: 4vw;
  }
}
#section10 .flexbox3 .items2 figure {
  position: relative;
}
#section10 .flexbox3 .items2 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section10 .flexbox3 .items3 {
  width: 31%;
}
@media screen and (max-width:800px) {
  #section10 .flexbox3 .items3 {
    width: 100%;
  }
}
#section10 .flexbox3 .items3 .items3_text {
  width: 120%;
  margin-right: -20%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section10 .flexbox3 .items3 .items3_text {
    width: 100%;
    margin-right: 0%;
    line-height: 160%;
    font-size: 3.6vw;
  }
}

.animebigs {
  opacity: 0;
  transform: scale(1.125);
  transition: all 0.75s ease-out 0.01s;
}
.animebigs.active {
  opacity: 1;
  transform: scale(1);
}/*# sourceMappingURL=concept.css.map */