@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共通ここまで***/
#section02 {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:768px) {
  #section02 {
    padding: 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section02 .section__in {
    margin: 0 auto;
  }
}
#section02 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section02 .contenabox .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section02 .contenabox h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  #section02 .contenabox h2 {
    font-size: 3.7vw;
  }
}
#section02 .contenabox h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section02 .contenabox .base_text {
  width: 100%;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .base_text {
    margin-bottom: 10vw;
  }
}
#section02 .contenabox .textbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#section02 .contenabox .textbox .photo {
  width: 26.9%;
  position: relative;
  z-index: 10;
  padding-top: 1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .photo {
    width: 37.5%;
    margin: 2vw auto 12vw auto;
  }
}
#section02 .contenabox .textbox .text {
  width: 57%;
  line-height: 180%;
  font-weight: 500;
  position: relative;
  z-index: 15;
  color: #50321E;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .text {
    width: 100%;
  }
}
#section02 .contenabox .textbox .text h3 {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1.25em;
}
#section02 .contenabox .textbox .text h3 span {
  display: inline-block;
  line-height: 100%;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#section02 .contenabox .textbox .text h3 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E95504;
  bottom: 0;
  left: 0;
}
#section02 .contenabox .textbox .text h3 span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E95504;
  top: 0;
  right: 0;
}
#section02 .contenabox .textbox .text p.first {
  margin-bottom: 1.5em;
}

#section03_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section03 {
  width: 100%;
  background: linear-gradient(16deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 {
    padding: 75px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section03 .section__in {
    width: 90%;
    margin: 0 auto;
  }
}
#section03 .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section03 h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  #section03 h2 {
    font-size: 3.7vw;
  }
}
#section03 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section03 .base_text {
  width: 100%;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #section03 .base_text {
    margin-bottom: 10vw;
  }
}
#section03 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section03 .contenabox .zulist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .contenabox .zulist li:nth-child(1) {
  width: 29.89%;
}
@media screen and (max-width:768px) {
  #section03 .contenabox .zulist li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section03 .contenabox .zulist li:nth-child(2) {
  width: 40.5%;
}
@media screen and (max-width:768px) {
  #section03 .contenabox .zulist li:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section03 .contenabox .zulist li:nth-child(3) {
  width: 26.54%;
  position: relative;
}
@media screen and (max-width:768px) {
  #section03 .contenabox .zulist li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  #section03 .contenabox .zulist li:nth-child(3) .listimg {
    width: 40%;
  }
}
#section03 .contenabox .zulist li:nth-child(3) .ill {
  width: 95%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  #section03 .contenabox .zulist li:nth-child(3) .ill {
    width: 40%;
    bottom: auto;
    top: -5vw;
    right: 5vw;
  }
}

#section04 {
  width: 100%;
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section04 {
    padding: 75px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section04 .section__in {
    width: 90%;
    margin: 0 auto;
  }
}
#section04 .subtitle {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5em;
  color: #E95504;
}
#section04 h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  #section04 h2 {
    font-size: 3.7vw;
  }
}
#section04 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section04 .base_text {
  width: 100%;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #section04 .base_text {
    margin-bottom: 10vw;
  }
}
#section04 .base_text span {
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  position: relative;
  margin-bottom: 1.25em;
  color: #E95504;
}
#section04 .base_text span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E95504;
  bottom: 0;
  left: 0;
}
#section04 .base_text span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E95504;
    top: 0;
    right: 0;
}
#section04 .base_text p {
  margin-bottom: 1.5em;
}

#section04 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section04 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section04 .contenabox .dami {
  text-align: center;
  padding: 200px 0;
}/*# sourceMappingURL=action.css.map */