@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;
  text-align: center;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 0px;
  }
}
#section01 .section__in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#section01 .section__in .section__in__text {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}
#section01 h1 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.25em;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:1200px) {
  #section01 h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 6.2vw;
    line-height: 100%;
    padding-top: 0.5em;
  }
}
#section01 h1 span {
  font-size: 60%;
}
@media screen and (max-width:800px) {
  #section01 h1 span {
    display: inline-block;
    margin-left: -0.5em;
  }
}
#section01 .h1sub {
  text-align: left;
  margin-bottom: 1em;
  color: #fff;
  max-width: 560px;
  line-height: 180%;
}
@media screen and (max-width:1200px) {
  #section01 .h1sub {
    font-size: 1.3vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .h1sub {
    margin-bottom: 30px;
    display: none;
  }
}

#section01_sp {
  display: none;
}
@media screen and (max-width:800px) {
  #section01_sp {
    background-color: #fff;
    padding: 5vw;
    display: block;
  }
}
#section01_sp .h1sub2 {
  text-align: left;
  color: #000;
  line-height: 180%;
  padding-bottom: 1em;
}

#section02 {
  width: 100%;
  background-color: #f9f8f8;
  padding: 55px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 5vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}
#section02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 ul li {
  background-color: #fff;
  transition: all 0.4s ease-out 0.01s;
}
#section02 ul li a {
  display: inline-block;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 ul li a {
    padding: 7.5vw;
  }
}
#section02 ul li .linksbs {
  width: 80%;
  max-width: 220px;
  background-color: #1d2088;
  color: #fff;
  transition: all 0.4s ease-out 0.01s;
  text-align: center;
  padding: 0.55em 0 0.65em 0;
  margin: 40px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02 ul li .linksbs {
    width: 65%;
    max-width: 400px;
    margin: 20px auto 0 auto;
  }
}
#section02 ul li.list03 {
  width: 33%;
}
@media screen and (max-width:800px) {
  #section02 ul li.list03 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section02 ul li.list03 h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #1d2088;
}
#section02 ul li.list03 p {
  width: 100%;
  max-width: 260px;
  text-align: left;
  line-height: 180%;
  margin: 0 auto;
}
#section02 ul li.list04 {
  width: 33%;
}
@media screen and (max-width:800px) {
  #section02 ul li.list04 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section02 ul li.list04 h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #1d2088;
}
#section02 ul li.list04 p {
  width: 100%;
  max-width: 260px;
  text-align: left;
  line-height: 180%;
  margin: 0 auto;
}
#section02 ul li.list05 {
  width: 33%;
}
@media screen and (max-width:800px) {
  #section02 ul li.list05 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section02 ul li.list05 h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #1d2088;
}
#section02 ul li.list05 p {
  width: 100%;
  max-width: 260px;
  text-align: left;
  line-height: 180%;
  margin: 0 auto;
}
#section02 ul li figure.ic03 {
  width: 92px;
  margin: 0 auto;
}
#section02 ul li figure.ic04 {
  width: 86px;
  margin: 3px auto;
}
#section02 ul li figure.ic05 {
  width: 84px;
  margin: 18px auto;
}
#section02 ul li .icons {
  fill: #1d2088;
  transition: all 0.4s ease-out 0.01s;
}
#section02 ul li:hover {
  background-color: #1d2088;
}
@media screen and (max-width:800px) {
  #section02 ul li:hover {
    background-color: #fff;
  }
}
#section02 ul li:hover h3 {
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02 ul li:hover h3 {
    color: #1d2088;
  }
}
#section02 ul li:hover p {
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02 ul li:hover p {
    color: #000;
  }
}
#section02 ul li:hover .linksbs {
  background-color: #fff;
  color: #1d2088;
}
@media screen and (max-width:800px) {
  #section02 ul li:hover .linksbs {
    background-color: #1d2088;
    color: #fff;
  }
}
#section02 ul li:hover .icons {
  fill: #fff;
}
@media screen and (max-width:800px) {
  #section02 ul li:hover .icons {
    fill: #1d2088;
  }
}/*# sourceMappingURL=dx.css.map */