@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Raleway:wght@100..900&display=swap");
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# パス
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* mv
=========================================== */
#mv {
  position: relative;
  overflow: hidden;
}
#mv .slider {
  overflow: hidden;
  height: 100vh;
}
#mv .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
#mv .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
#mv picture {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
#mv picture img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .copy {
  position: absolute;
  top: 125px;
  right: 60px;
}
#mv .copy img {
  width: 117px;
}
@media (max-width: 767px) {
  #mv .copy {
    top: 70px;
    right: 20px;
  }
  #mv .copy img {
    width: 24.2666666667vw;
  }
}
#mv .subCopy {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#mv .subCopy p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 10.7vw;
  white-space: nowrap;
  background: linear-gradient(45deg, rgb(89, 211, 115) 0%, rgb(29, 139, 204) 100%);
  opacity: 0.7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 767px) {
  #mv .subCopy p {
    font-size: 20vw;
  }
}
#mv .mv_logo {
  position: absolute;
  top: 60px;
  left: 15px;
  width: 212px;
}
@media (min-width: 768px) {
  #mv .mv_logo {
    display: none;
  }
}

/* topics
=========================================== */
@media (max-width: 767px) {
  #topics {
    padding-bottom: 60px;
  }
}
#topics .section_title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #topics .section_title {
    margin-bottom: 40px;
  }
}
#topics .section_title .title {
  position: relative;
}
#topics .section_title .title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: linear-gradient(45deg, rgb(89, 211, 115) 0%, rgb(29, 139, 204) 100%);
}
#topics .section_title .title .title_en {
  display: inline-block;
  font-size: clamp(4rem, 3.2942898975vw, 5rem);
  margin-right: 20px;
  margin-bottom: 0;
}
#topics .section_title .title.animated .title_en {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#topics .section_title .title.animated .title_en .first-letter {
  animation: colorFade 0.5s ease 0.25s forwards;
}
#topics .section_title .title.animated span {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#topics .news_list {
  background: linear-gradient(45deg, rgb(242, 255, 238) 0%, rgb(226, 241, 255) 100%);
  padding: 30px 50px 40px;
}
@media (max-width: 767px) {
  #topics .news_list {
    padding: 20px;
  }
}
#topics .topics-btn {
  margin: 0 auto 20px;
  text-align: right;
}
#topics .topics-btn a {
  position: relative;
  padding-right: 20px;
}
#topics .topics-btn a::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 5px;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.2rem solid #5FC1CE;
  border-right: 0.2rem solid #5FC1CE;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  #topics .topics-btn a:hover::after {
    right: 0;
  }
}

/* about
=========================================== */
#about {
  background: url(/wp-content/uploads/top_about_bg.jpg) no-repeat bottom center/cover;
  padding: 11.7130307467vw 0;
  position: relative;
}
#about::before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
  background: linear-gradient(45deg, rgb(89, 211, 115) 0%, rgb(29, 139, 204) 100%);
  -webkit-clip-path: polygon(0 30vw, 100% 0, 100% calc(100% - 30vw), 0 100%);
          clip-path: polygon(0 30vw, 100% 0, 100% calc(100% - 30vw), 0 100%);
}
@media (max-width: 479px) {
  #about::before {
    -webkit-clip-path: polygon(0 50vw, 100% 0, 100% calc(100% - 50vw), 0 100%);
            clip-path: polygon(0 50vw, 100% 0, 100% calc(100% - 50vw), 0 100%);
    height: 120%;
  }
}
@media (max-width: 479px) {
  #about {
    padding: 30px 0 60px;
    background-image: url(/wp-content/uploads/about_bg_sp.jpg);
  }
}
#about .flex {
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 479px) {
  #about .flex {
    color: #fff;
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  #about .section_title {
    margin-top: 50px;
  }
  #about .section_title .title_en .first-letter {
    animation: kf_c01c 0.5s ease 0.25s forwards;
  }
}
#about .sub_title {
  font-size: clamp(2.6rem, 2.0497803807vw, 3.2rem);
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  #about .sub_title {
    margin-bottom: 20px;
    word-break: keep-all;
  }
}
#about .text {
  font-size: 1.8rem;
  margin-bottom: 48px;
}
@media (max-width: 479px) {
  #about .text {
    margin-bottom: 45px;
    word-break: keep-all;
  }
}
#about .primary-btn a {
  margin-left: 0;
}

/* service
=========================================== */
#service {
  padding: 120px 0 150px;
}
@media (max-width: 767px) {
  #service {
    padding: 60px 0;
  }
}
#service .container {
  position: relative;
}
#service .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: -180px;
  background: url(/wp-content/uploads/top_service_bg.png) no-repeat center center/contain;
  width: 327px;
  height: 407px;
}
@media (max-width: 1099px) {
  #service .container::before {
    right: -20px;
  }
}
@media (max-width: 767px) {
  #service .container::before {
    width: 200px;
  }
}
@media (min-width: 768px) {
  #service .top_service_grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
}
#service .text {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #service .text {
    grid-area: 1/1/3/6;
    margin-bottom: 0;
  }
}
#service .top_service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  #service .top_service_list {
    grid-area: 4/1/14/10;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #service .top_service_list {
    grid-template-columns: 1fr;
  }
}
#service .top_service_list li {
  position: relative;
}
@media (hover: hover) {
  #service .top_service_list a:hover {
    opacity: 1;
  }
  #service .top_service_list a:hover .img_gra {
    opacity: 1;
  }
  #service .top_service_list a:hover .btn_service .arrow {
    margin-right: 0;
  }
}
#service .top_service_list a picture {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  #service .top_service_list a picture {
    height: 250px;
  }
  #service .top_service_list a picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 479px) {
  #service .top_service_list a picture {
    height: 180px;
  }
}
#service .top_service_list a picture .img_gra {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#service .top_service_list a .btn_service {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 479px) {
  #service .top_service_list a .btn_service {
    bottom: 15px;
    padding: 0 15px;
  }
}
#service .top_service_list a .btn_service .btn_text {
  margin-bottom: 0;
  font-size: clamp(1.6rem, 1.317715959vw, 2rem);
  font-weight: 600;
}
#service .top_service_list a .btn_service .arrow {
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
#service .top_service_list a .btn_service .arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  right: 4px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  #service .primary-btn {
    grid-area: 2/8/3/-1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #service .primary-btn {
    margin-top: 40px;
  }
}

/* recruit
=========================================== */
#recruit {
  position: relative;
  padding: 0;
  margin-bottom: 100px;
}
#recruit::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 300%;
  z-index: -1;
  background: linear-gradient(45deg, rgb(89, 211, 115) 0%, rgb(29, 139, 204) 100%);
  -webkit-clip-path: polygon(0 30vw, 100% 0, 100% calc(100% - 30vw), 0 100%);
          clip-path: polygon(0 30vw, 100% 0, 100% calc(100% - 30vw), 0 100%);
}
@media (max-width: 479px) {
  #recruit::before {
    -webkit-clip-path: polygon(0 50vw, 100% 0, 100% calc(100% - 50vw), 0 100%);
            clip-path: polygon(0 50vw, 100% 0, 100% calc(100% - 50vw), 0 100%);
    height: 120%;
    top: -60px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-bottom: 0;
  }
}
#recruit .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
#recruit > a {
  display: block;
}
@media (min-width: 1024px) {
  #recruit > a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#recruit picture {
  width: 95.5344070278vw;
  display: block;
}
@media (max-width: 1023px) {
  #recruit picture {
    width: 95%;
  }
}
@media (max-width: 767px) {
  #recruit picture {
    width: 100%;
  }
}
#recruit picture img {
  width: 100%;
}
#recruit .section_title {
  position: absolute;
  top: 60px;
  left: 60px;
}
@media (max-width: 767px) {
  #recruit .section_title {
    top: 40px;
    left: 5%;
  }
}
#recruit .section_title .title_en.animated,
#recruit .section_title span.animated {
  animation-name: kf_c01c;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#recruit .section_title .title_en.animated .first-letter {
  animation: kf_c01c 0.5s ease 0.25s forwards;
}
#recruit .recruit_btn_wrapper {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 10;
  opacity: 0;
}
@media (max-width: 1023px) {
  #recruit .recruit_btn_wrapper {
    display: none;
  }
}
#recruit .recruit_btn {
  position: relative;
  z-index: 11;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  background: linear-gradient(45deg, rgb(89, 211, 115) 0%, rgb(29, 139, 204) 100%);
  border-radius: 50%;
  transition: 0.2s;
}
#recruit .recruit_btn::before, #recruit .recruit_btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 140px;
  height: 140px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(89, 211, 115) 0%, rgb(29, 139, 204) 100%);
  transform: translate3d(0, 0, 0);
}
#recruit .recruit_btn span {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
  z-index: 12;
}
@media (hover: hover) {
  #recruit a:hover {
    opacity: 1;
  }
  #recruit a:hover .recruit_btn_wrapper {
    opacity: 1;
  }
  #recruit a:hover .recruit_btn::before {
    animation: anime 1s ease-out infinite;
  }
  #recruit a:hover .recruit_btn::after {
    animation: anime 1s ease-out 1s infinite;
  }
}
#recruit .primary-btn {
  position: absolute;
  bottom: 35px;
  width: 100%;
}
@media (min-width: 768px) {
  #recruit .primary-btn span {
    margin-right: 10%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #recruit .primary-btn {
    bottom: 10vh;
  }
}

/* cta
=========================================== */
#cta .cta_box {
  background: #eee;
  text-align: center;
  padding: 60px 0;
}
#cta .cta_box .cta_flex.flex {
  justify-content: center;
  gap: 16px;
  max-width: 500px;
  flex-wrap: nowrap;
  margin: auto;
}
#cta .cta_box .cta_flex.flex .primary-btn {
  width: 100%;
}
#cta .cta_box .cta_flex.flex .primary-btn a {
  margin: auto;
}/*# sourceMappingURL=top.css.map */