@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共通ここまで***/
body {
  overflow: hidden;
}

#section01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section01 ul.base {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 ul.base li {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section01 ul.base li {
    width: 50%;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 960px;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    display: none;
  }
}

#section01sp {
  display: none;
}
@media screen and (max-width:800px) {
  #section01sp {
    display: block;
    width: 100%;
    background-color: #d7d7d6;
    padding: 0.5em 0 1.75em 0;
  }
}
#section01sp h2 {
  width: 90%;
  margin: 0 auto;
  line-height: 180%;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
}
#section01sp .section__in {
  width: 90%;
  margin: 0 auto 2em auto;
  letter-spacing: 0.1em;
  font-weight: 3030;
}

#section02 {
  width: 100%;
  padding: 140px 0 120px 0;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 15vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#section02 h2 {
  line-height: 180%;
  padding-bottom: 0.35em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 10vw;
    display: none;
  }
}
#section02 .base_text {
  line-height: 240%;
  letter-spacing: 0.1em;
}
#section02 .base_text_name {
  text-align: right;
  line-height: 240%;
  letter-spacing: 0.1em;
  padding-top: 2.5em;
}

#section03 {
  width: 100%;
  padding: 120px 0 120px 0;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 15vw 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#section03 h2 {
  line-height: 180%;
  padding-bottom: 0.35em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  position: relative;
}
#section03 .uewhite {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.5em 2.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03 .uewhite {
    padding: 8vw 2.5em;
    margin-bottom: 12.5vw;
  }
}
#section03 .uewhite .logo {
  width: 32.8%;
}
@media screen and (max-width:800px) {
  #section03 .uewhite .logo {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5vw;
  }
}
#section03 .uewhite .text {
  width: 62.78%;
  letter-spacing: 0.1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section03 .uewhite .text {
    width: 100%;
  }
}
#section03 .base_text {
  line-height: 240%;
  letter-spacing: 0.1em;
}
#section03 .base_text_name {
  text-align: right;
  line-height: 240%;
  letter-spacing: 0.1em;
  padding-top: 2.5em;
}
#section03 .sitawhitebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#section03 .sitawhitebox .icons {
  width: 18%;
  top: 5%;
  right: 0;
  transform: translate(10%, 0);
  position: absolute;
}
@media screen and (max-width:800px) {
  #section03 .sitawhitebox .icons {
    width: 50%;
    right: auto;
    left: 55%;
    top: 32.5%;
    transform: translate(10%, 50%);
  }
}
#section03 .sitawhitebox .photo {
  width: 28%;
}
@media screen and (max-width:800px) {
  #section03 .sitawhitebox .photo {
    width: 100%;
  }
}
#section03 .sitawhitebox .text {
  width: 72%;
  background-color: #fff;
  padding: 1.5em;
}
@media screen and (max-width:800px) {
  #section03 .sitawhitebox .text {
    width: 100%;
  }
}
#section03 .sitawhitebox .text .names {
  line-height: 180%;
  margin-bottom: 1.5em;
}
#section03 .sitawhitebox .text .base_text2 {
  letter-spacing: 0.1em;
  line-height: 180%;
}/*# sourceMappingURL=greetings.css.map */