@charset "UTF-8";
body {
  background-color: #EFFCFF;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  width: 456px;
  border-radius: 10px;
  transform: translateY(-50%);
  color: #fff;
}
#splash_text img {
  position: absolute;
  bottom: 190%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  height: 152px;
  z-index: 999;
  animation: UnicornAnime 2s forwards;
  opacity: 0;
}

@keyframes UnicornAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 460px) {
  #splash_text {
    width: 220px;
  }
}
.section-top {
  position: relative;
  z-index: -2;
  background-color: #C6EAF2;
}
.section-top::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  width: 100%;
  height: 13.3333333333vw;
  max-height: 40px;
  background: url(..//images/decoration/header_bg2.svg) no-repeat top center/100% 100%;
}
.section-top__container {
  position: relative;
  padding: 21.3333333333vw 0 40px;
  overflow: hidden;
}
.section-top__container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 12%;
  left: -12%;
  width: 63.733%;
  height: 20%;
  background: url(..//images/decoration/top-deco_left.svg) no-repeat 0 0/100%;
}
.section-top__container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 1%;
  right: -3%;
  width: 28.8%;
  height: 20%;
  background: url(..//images/decoration/top-deco_right.svg) no-repeat 0 0/100%;
}
.section-top__container__list {
  list-style: none;
}
.section-top__container__list-item {
  width: 100%;
  padding: 0 16px;
}
.section-top__container__list-item img {
  width: 100%;
}

.top-slick {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 872px) {
  .section-top::before {
    max-height: 60px;
  }
  .section-top .decoration-pc {
    width: 100%;
    height: auto;
    background-image: url(..//images/decoration/top-deco_left.svg), url(..//images/decoration/top-deco_right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: -10% 40%, 120% 100%;
    background-size: 40% 50%, 50% 50%;
  }
  .section-top__container {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 9.0277777778vw;
  }
  .section-top__container::before, .section-top__container::after {
    content: none;
  }
}
.section-top-lead {
  position: relative;
  padding: 16vw 0 8vw;
}
.section-top-lead::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  top: -1px;
  background-image: url(..//images/decoration/section-Turquoise-blew_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-top-lead__list {
  list-style: none;
  padding: 0 16px;
}
.section-top-lead__list-item {
  width: 100%;
  padding: 30px 30px;
  margin: 0 auto 50px;
  color: #fff;
  background-image: url(..//images/decoration/top-lead_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.section-top-lead__list-item:last-child {
  margin-bottom: 0;
}

.LeadScroll-box {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 600px) {
  .section-top-lead__list-item {
    width: 60%;
  }
}
@media (min-width: 872px) {
  .section-top-lead {
    padding: 150px 0;
  }
  .section-top-lead::before {
    height: 5.5555555556vw;
    max-height: 80px;
  }
  .section-top-lead__list {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .section-top-lead__list-item {
    width: 62.5vw;
    max-width: 900px;
    max-height: 144px;
    margin: 0 0 50px auto;
    padding: 50px 0;
  }
  .section-top-lead__list-item:nth-child(2) {
    transform: translateX(-14.9305555556vw);
    margin: 0 auto 50px 0;
  }
  .section-top-lead__list-item span {
    font-size: 2.3rem;
  }
  .section-top-lead .br-pc {
    display: none;
  }
}
.section-work {
  position: relative;
  padding: 21.3333333333vw 0 16vw;
  background-color: #C6EAF2;
}
.section-work::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  top: -1px;
  background-image: url(..//images/decoration/section-light-blew_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-work__container {
  padding: 0 4.2666666667vw;
}
.section-work__container h2 {
  color: #54B8CC;
  margin-bottom: 30px;
  text-align: left;
  font-family: "Hachi Maru Pop", cursive;
}
.section-work__container__list {
  list-style: none;
}
.section-work__container__list-item {
  width: 68.2666666667vw;
  height: 68.2666666667vw;
  margin: 0 auto 30px;
  max-width: 256px;
  max-height: 256px;
}
.section-work__container__list-item:nth-child(2), .section-work__container__list-item:nth-child(3), .section-work__container__list-item:nth-child(4), .section-work__container__list-item:nth-child(5), .section-work__container__list-item:nth-child(6), .section-work__container__list-item:nth-child(7), .section-work__container__list-item:nth-child(8) {
  display: none;
}
.section-work__container__list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-work__container__list-item span {
  display: block;
  width: 100%;
  height: 100%;
}
.section-work__container__list-item span img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-work__container .button {
  position: relative;
  display: block;
  max-width: 270px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  background-color: #FFE178;
}
.section-work__container .button:hover {
  background-color: #54B8CC;
  transition: all 0.3s;
}
.section-work__container .button a {
  padding: 10px 60px;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #585F62;
  cursor: pointer;
}
.section-work__container .button a:hover {
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}
.section-work .work_decoration-bird {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 22px;
}
.section-work .work_decoration-bird_lightblew, .section-work .work_decoration-bird_turquoiseblew, .section-work .work_decoration-bird_white {
  display: block;
  position: absolute;
  width: 26.6666666667vw;
}
.section-work .work_decoration-bird_lightblew {
  left: 4.2666666667vw;
  top: 5.3333333333vw;
}
.section-work .work_decoration-bird_turquoiseblew {
  width: 13.3333333333vw;
  left: 48vw;
  top: 18.6666666667vw;
}
.section-work .work_decoration-bird_white {
  width: 8vw;
  right: 4.2666666667vw;
}

.zoom img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.zoom img:hover {
  transform: scale(1.2);
}

.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}

/*　鳥デコレーション　ランダムフェードイン */
.birdScroll-box {
  opacity: 0;
}

.bird {
  animation-name: birdAnime;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes birdAnime {
  from {
    opacity: 1;
    transform: translateX(500px) rotate(360deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}
.workScroll-box {
  opacity: 0;
}

.slide-down {
  animation-name: slideDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideDownAnime {
  from {
    opacity: 0;
    transform: translate(200px, -200px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.lightbox {
  left: 50% !important;
  padding: 40px 3% 6%;
  background-color: #DCEDF1;
  transform: translateX(-50%);
}

.lb-outerContainer {
  width: 100% !important;
  border: initial;
  border-radius: initial;
}

.lightbox .lb-image {
  margin: 0 auto;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.lb-data .lb-close {
  position: absolute;
  top: 1%;
  right: 20px;
  z-index: 100;
  float: none;
}

.lb-nav a.lb-prev {
  opacity: 1;
  width: 13vw;
  max-width: 45px;
  background-size: 60%;
  transform: translateX(-15%);
  opacity: 0.6;
}

.lb-nav a.lb-next {
  opacity: 1;
  width: 13vw;
  max-width: 45px;
  background-size: 60%;
  transform: translateX(15%);
  opacity: 0.6;
}

.title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #585F62;
  margin: 10px 0;
}

.text {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4rem;
  color: #585F62;
  margin-bottom: 20px;
}

@media (max-width: 799px) {
  main {
    overflow: hidden;
  }
  .slick-slider {
    width: 94% !important;
    margin: 0 auto !important;
  }
  .slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all 0.5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 1;
    /*透過50%*/
  }
  .slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
  }
  /*矢印の設定*/
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
  }
  .slick-next {
    width: 30px;
    height: 30px;
    right: 10%;
    z-index: 10;
  }
  .slick-prev {
    width: 30px;
    height: 30px;
    left: 10%;
    z-index: 10;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #FFE178;
    font-size: 30px;
  }
}
@media (min-width: 800px) {
  .section-work {
    padding: 150px 0;
  }
  .section-work::before {
    height: 5.5555555556vw;
    max-height: 80px;
  }
  .section-work__container {
    margin: 0 auto;
    padding: 0 11.1111111111vw;
  }
  .section-work__container h2 {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 80px;
  }
  .section-work__container__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 160px;
  }
  .section-work__container__list-item {
    width: 17.7777777778vw;
    height: 17.7777777778vw;
    max-width: none;
    max-height: none;
  }
  .section-work__container__list-item:nth-child(1), .section-work__container__list-item:nth-child(3), .section-work__container__list-item:nth-child(5), .section-work__container__list-item:nth-child(7) {
    transform: translateY(130px);
  }
  .section-work__container__list-item:nth-child(2), .section-work__container__list-item:nth-child(3), .section-work__container__list-item:nth-child(4), .section-work__container__list-item:nth-child(5), .section-work__container__list-item:nth-child(6), .section-work__container__list-item:nth-child(7), .section-work__container__list-item:nth-child(8) {
    display: block;
  }
  .section-work .work_decoration-bird {
    max-width: 1120px;
    margin: 0 auto;
    top: -8px;
  }
  .section-work .work_decoration-bird_lightblew, .section-work .work_decoration-bird_turquoiseblew, .section-work .work_decoration-bird_white {
    top: 0;
    left: 0;
  }
  .section-work .work_decoration-bird_lightblew {
    top: 70px;
    left: 4%;
    max-width: 280px;
  }
  .section-work .work_decoration-bird_turquoiseblew {
    top: 170px;
    left: 45%;
    max-width: 150px;
  }
  .section-work .work_decoration-bird_white {
    top: 100px;
    left: 85%;
    max-width: 100px;
  }
  .lightbox {
    padding: 40px 10% 6%;
    background-color: initial;
  }
  .lb-outerContainer {
    padding: 50px 24px 24px;
    background-color: #DCEDF1;
  }
  .lb-dataContainer {
    padding: 6% 12% 24px;
    background-color: #DCEDF1;
    width: 100% !important;
    border-radius: 0;
  }
  .lightbox .lb-image {
    width: 750px !important;
    height: auto !important;
  }
  .lb-data .lb-close {
    top: 50px;
    right: 13%;
  }
  .lb-nav a.lb-next {
    background-size: 100%;
    transform: translateX(-20%);
    opacity: 1;
  }
  .lb-nav a.lb-prev {
    background-size: 100%;
    transform: translateX(20%);
    opacity: 1;
  }
}
.section-news {
  position: relative;
  padding: 21.3333333333vw 0 16vw;
}
.section-news::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  top: -1px;
  background-image: url(..//images/decoration/section-Turquoise-blew_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-news__container {
  padding: 0 16px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.section-news__container h2 {
  color: #54B8CC;
  margin-bottom: 30px;
  font-family: "Hachi Maru Pop", cursive;
}
.section-news__container h3 {
  font-size: 1.6rem;
  color: #54B8CC;
}
.section-news__container__list {
  list-style: none;
}
.section-news__container__list-items {
  margin-bottom: 40px;
}
.section-news__container__list-items a {
  display: flex;
  gap: 15px;
  width: 100%;
  text-decoration: none;
  color: #585F62;
}
.section-news__btn {
  background-color: #FFE178;
  border-radius: 10px;
  width: 60%;
  max-width: 270px;
  margin: 0 auto;
}
.section-news__btn:hover {
  background-color: #54B8CC;
  transition: all 0.3s;
}
.section-news__btn a {
  padding: 10px 0;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #585F62;
  cursor: pointer;
}
.section-news__btn a:hover {
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}

@media (min-width: 800px) {
  .section-news {
    padding: 150px 0;
  }
  .section-news::before {
    height: 5.5555555556vw;
    max-height: 80px;
  }
  .section-news__container {
    padding: 0 11.1111111111vw;
  }
  .section-news__container h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .section-news__container__list {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 60px;
  }
  .section-news__container__list-items a {
    gap: 100px;
  }
}
.section-profile {
  position: relative;
  padding: 80px 0;
  margin-bottom: 120px;
  background-color: #C6EAF2;
}
.section-profile::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  top: -1px;
  background-image: url(..//images/decoration/section-light-blew_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-profile::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  bottom: -39px;
  background-image: url(..//images/decoration/section-Turquoise-blew_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-profile__container {
  padding: 0 16px;
}
.section-profile__container h2 {
  position: relative;
  z-index: 1;
  color: #54B8CC;
  margin: 0 0 30px 0;
  text-align: left;
  font-family: "Hachi Maru Pop", cursive;
}
.section-profile__container-flex {
  position: relative;
}
.section-profile__container-flex .section-profile__decoration {
  position: absolute;
  width: 100%;
  height: 20%;
  top: -10%;
}
.section-profile__container-flex .section-profile__decoration img {
  position: absolute;
  display: block;
}
.section-profile__container-flex .section-profile__decoration-yellow {
  width: 14.133%;
  top: -30%;
  left: 60%;
}
.section-profile__container-flex .section-profile__decoration-white {
  width: 8.533%;
  top: -13%;
  right: 0;
}
.section-profile__container-flex .section-profile__decoration-turquoise {
  width: 26.666%;
  top: -30%;
  left: 30%;
}
.section-profile__container-flex p {
  width: 100%;
  padding: 11.25% 6.75%;
  margin-bottom: 30px;
  text-align: left;
  color: #585F62;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(..//images/decoration/lead-white_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-profile__container-flex p span {
  font-weight: 600;
}
.section-profile__container-picture-flex img {
  display: block;
  width: 80%;
  max-width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 40px;
}
.section-profile__container-picture-flex .button {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  background-color: #FFE178;
}
.section-profile__container-picture-flex .button:hover {
  background-color: #54B8CC;
  transition: all 0.3s;
}
.section-profile__container-picture-flex .button a {
  padding: 10px 60px;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #585F62;
  cursor: pointer;
}
.section-profile__container-picture-flex .button a:hover {
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}

.randomScroll-box {
  opacity: 0;
}

.scale {
  animation-name: scaleAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes scaleAnime {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 800px) {
  .section-profile {
    padding: 150px 0;
  }
  .section-profile::before {
    height: 5.5555555556vw;
    max-height: 80px;
  }
  .section-profile::after {
    height: 5.5555555556vw;
    max-height: 80px;
  }
  .section-profile__container {
    padding: 0 160px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-profile__container h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .section-profile__container-flex {
    display: flex;
    z-index: 1;
    max-width: 930px;
    margin: 0px auto;
  }
  .section-profile__container-flex .section-profile__decoration {
    width: 43.611%;
    height: 72%;
    top: 0;
    right: 0;
  }
  .section-profile__container-flex .section-profile__decoration-yellow {
    width: 30%;
    max-width: 70px;
    top: -10%;
    left: 35%;
  }
  .section-profile__container-flex .section-profile__decoration-white {
    width: 30%;
    max-width: 115px;
    top: 0%;
    right: 0%;
  }
  .section-profile__container-flex .section-profile__decoration-turquoise {
    width: 40%;
    max-width: 220px;
    top: 40%;
    left: 0;
  }
  .section-profile__container-flex p {
    width: 50%;
  }
  .section-profile__container-picture-flex {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 800px;
    margin: -100px auto;
  }
  .section-profile__container-picture-flex img {
    width: 44%;
    max-width: 450px;
    margin: 0;
  }
  .section-profile__container-picture-flex .button {
    z-index: 2;
    position: absolute;
    bottom: 20%;
    left: 0;
  }
  .section-profile__container-picture-flex .button a .btn-more-arrow {
    right: 15%;
  }
}
.news-btn {
  width: 250px;
  background-color: #FFE178;
  margin: 50px auto 0;
}
.news-btn a {
  display: block;
  width: 100%;
  padding: 20px 0;
}/*# sourceMappingURL=top.css.map */