@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;
  overflow: hidden;
}
#section01 .base {
  position: relative;
}
#section01 .section__in {
  width: 90%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 10;
}
#section01 .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section01 .titles {
    flex-wrap: wrap;
  }
}
#section01 .titles h2 {
  width: 50%;
  color: #fff;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 {
    width: 100%;
  }
}
#section01 .titles h2 .eng {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 0.8em;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng {
    width: 100%;
    display: block;
  }
}
#section01 .titles h2 .eng::after {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  right: 0.35em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng::after {
    content: none;
  }
}
#section01 .titles h2 .jpn {
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 1em;
    padding-top: 0.75em;
  }
}
#section01 .titles h2 .jpn::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn::after {
    display: block;
  }
}
#section01 .titles .lefttext {
  width: 50%;
  text-align: right;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .titles .lefttext {
    width: 100%;
    text-align: left;
    margin-top: 0.35em;
  }
}

#section02 {
  width: 100%;
  background-color: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
  padding: 110px 0 180px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 12vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section02 h2 {
  line-height: 100%;
  padding-bottom: 0.35em;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 12vw;
  }
}
#section02 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 h2::after {
    width: 110%;
  }
}
#section02 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul li {
  width: 32.5%;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02 ul li {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section02 ul li::before, #section02 ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#section02 ul li::before {
  background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
}
#section02 ul li::after {
  background: linear-gradient(0deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#section02 ul li:hover::after {
  opacity: 1;
}
#section02 ul li a {
  width: 100%;
  display: block;
  padding: 0 0 25px 0;
  position: relative;
  z-index: 5;
}
#section02 ul li a:hover figure {
  transform: scale(1.075);
}
#section02 ul li figure {
  width: 52.5%;
  margin: -15px auto 0 auto;
  transition: all 0.4s ease-out 0.01s;
  position: relative;
  z-index: 5;
}
#section02 ul li h3 {
  text-align: center;
  font-weight: 300;
  padding: 0.5em 0 0.25em 0;
  position: relative;
  z-index: 5;
  min-height: 3em;
}
#section02 ul li .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 1.25em;
  font-weight: 300;
  position: relative;
  z-index: 5;
}
#section02 ul li .icons {
  width: 18px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}/*# sourceMappingURL=business.css.map */