.main {
  overflow: hidden;
  background-color: #F6D95E;
}

.fv {
  position: relative;
}
.fv__copy {
  display: block;
  position: absolute;
  left: calc(50% + 350px);
  top: 270px;
  width: 12%;
  max-width: 228px;
  z-index: 9;
}
.fv-bottom {
  width: calc(100% - 30px);
  max-width: 970px;
  height: 553px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/top/fv_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.fv-bottom__text {
  font-size: 62px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
.fv-bottom__text-bottom {
  padding-top: 34px;
  display: block;
  font-size: 1.3125rem;
  color: #595757;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 1919px) {
  .fv__copy {
    top: 22%;
    left: 68%;
  }
}
@media screen and (max-width: 1024px) {
  .fv-bottom {
    height: auto;
    padding: 8% 0;
  }
  .fv-bottom__text {
    font-size: 40px;
  }
  .fv-bottom__text-bottom {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__copy {
    left: auto;
    right: 7%;
    width: 24%;
  }
  .fv-bottom {
    width: calc(100% - 20px);
    margin-top: 49px;
    padding: 0;
    background: none;
  }
  .fv-bottom__text {
    font-size: 1.5rem;
  }
  .fv-bottom__text-bottom {
    padding-top: 20px;
    font-size: 0.8125rem;
  }
}

.top-section__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.top-section__top-deco {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 50px;
  font-family: "Noto Sans", sans-serif;
  font-size: 6.875rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.top-section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto 0;
}
.top-section__title-img {
  width: 206px;
  margin: 0 auto;
}
.top-section__title-text {
  margin-top: 32px;
  display: block;
  text-align: center;
  font-size: 2.5625rem;
  font-weight: 700;
  color: #000333;
}
@media screen and (max-width: 1024px) {
  .top-section__top-deco {
    font-size: 5rem;
  }
  .top-section__title-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section__title {
    margin-top: 0;
    width: 100%;
  }
  .top-section__title-img {
    width: 47%;
    max-width: 200px;
    margin: 0 auto;
  }
  .top-section__title-text {
    margin-top: 13px;
    font-size: 1.5rem;
  }
}

.btn-link {
  display: block;
  width: 221px;
  height: 51px;
  margin-top: 50px;
  background-image: url(../images/top/btn_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}
.btn-link__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (hover: hover) {
  .btn-link:hover {
    background-image: url(../images/top/btn_link_hover.png);
  }
}
@media screen and (max-width: 767px) {
  .btn-link {
    width: 183px;
    height: 43px;
  }
}

.top-activities {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
}
.top-activities::before {
  position: absolute;
  display: block;
  content: "";
  width: 678px;
  height: 353px;
  top: 7%;
  left: calc(50% + 469px);
  background: url(../images/top/activities_bg_1.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
.top-activities::after {
  position: absolute;
  display: block;
  content: "";
  width: 747px;
  height: 425px;
  top: 35%;
  right: calc(50% + 434px);
  background: url(../images/top/activities_bg_2.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
.top-activities .top-section__top-deco {
  color: #FFF1A2;
}
.top-activities__container {
  padding: 70px 0;
}
.top-activities__container:nth-child(3) {
  background-color: #F7E27B;
}
.top-activities__container:nth-child(4) {
  background-color: #FFF191;
}
.top-activities__container-inner {
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top-activities__container-img {
  display: block;
  width: 55.8%;
  margin-left: 19px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 28px;
}
.top-activities__container-img.activities2 {
  margin-left: auto;
}
.top-activities__container-img img {
  transition: all 0.3s;
}
@media (hover: hover) {
  .top-activities__container-img:hover img {
    transform: scale(1.1);
  }
}
.top-activities__container-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58.7%;
  height: 352px;
  padding-left: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.top-activities__container-wrap.activities1, .top-activities__container-wrap.activities3 {
  background-image: url(../images/top/activities_bg_right.png);
}
.top-activities__container-wrap.activities2 {
  right: auto;
  left: 0;
  padding-left: 308px;
  background-image: url(../images/top/activities_bg_left.png);
}
.top-activities__container-wrap::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-activities__container-wrap.activities1::after {
  top: 80px;
  right: 0;
  width: 290px;
  height: 133px;
  background-image: url(../images/top/activities_illust_1.png);
}
.top-activities__container-wrap.activities2::after {
  top: 70px;
  left: 88px;
  width: 181px;
  height: 248px;
  background-image: url(../images/top/activities_illust_2.png);
}
.top-activities__container-wrap.activities3::after {
  top: 70px;
  right: 82px;
  width: 177px;
  height: 251px;
  background-image: url(../images/top/activities_illust_3.png);
}
.top-activities__container-title {
  padding-top: 153px;
  font-size: 2rem;
  font-weight: 700;
}
.top-activities__container-text {
  padding-top: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .top-activities__container-inner {
    width: calc(100% - 100px);
  }
  .top-activities__container-wrap {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center bottom;
  }
  .top-activities__container-wrap.activities2 {
    padding-left: 28%;
  }
  .top-activities__container-wrap.activities1::after {
    top: auto;
    bottom: 140px;
    right: 0;
    width: 48%;
    height: 133px;
  }
  .top-activities__container-wrap.activities2::after {
    left: 50px;
    width: 30%;
    background-position: center bottom;
  }
  .top-activities__container-wrap.activities3::after {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 30%;
    background-position: center bottom;
  }
  .top-activities__container-title {
    position: relative;
    padding-top: 0;
    z-index: 2;
  }
  .top-activities__container-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-activities__container-wrap.activities2 {
    padding-left: 22%;
  }
  .top-activities__container-wrap.activities1::after {
    bottom: 120px;
    width: 40%;
  }
  .top-activities__container-wrap.activities2::after {
    left: 30px;
    width: 24%;
  }
  .top-activities__container-wrap.activities3::after {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .top-activities {
    padding-top: 74px;
    padding-bottom: 75px;
  }
  .top-activities::before, .top-activities::after {
    content: none;
  }
  .top-activities__container {
    padding: 50px 0 0;
  }
  .top-activities__container:nth-child(3), .top-activities__container:nth-child(4) {
    padding-top: 65px;
    background-color: transparent;
  }
  .top-activities__container-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-activities__container-img {
    width: 58%;
    margin: 0 auto;
    order: -1;
    border: 3px solid #fff;
    border-radius: 20px;
  }
  .top-activities__container-wrap {
    position: static;
    justify-content: flex-start;
    height: auto;
    padding-bottom: 0;
  }
  .top-activities__container-wrap.activities1, .top-activities__container-wrap.activities2, .top-activities__container-wrap.activities3 {
    margin: 0 auto;
    padding-left: 0;
    background-image: none;
  }
  .top-activities__container-wrap::after {
    content: none;
  }
  .top-activities__container-title {
    margin-top: 10px;
    font-size: 1.25rem;
    text-align: center;
  }
  .top-activities__container-text {
    padding-top: 10px;
    font-size: 0.875rem;
    text-align: center;
  }
  .top-activities__container-link {
    width: 100%;
    max-width: 183px;
    margin: 20px auto 0;
  }
}

.top-strengths {
  position: relative;
  padding-top: 268px;
  padding-bottom: 453px;
  background-color: #5dc2d0;
  z-index: 2;
}
.top-strengths .top-section__top-deco {
  color: #9ed3dc;
  position: relative;
  z-index: 3;
}
.top-strengths .top-section__top-deco .text-appear {
  white-space: nowrap;
}
.top-strengths__body {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 72px 0 64px;
  background-image: url(../images/top/strengths_bg_body.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.top-strengths__lead {
  margin-top: 30px;
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
}
.top-strengths__list {
  display: flex;
  justify-content: space-between;
  max-width: 978px;
  width: 80%;
  margin: 4.4% auto 0;
}
.top-strengths__item-img {
  width: 204px;
  margin: 0 auto;
}
.top-strengths__item-text {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.top-strengths__item-link {
  margin: 50px auto 0;
}
.top-strengths__bg {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-strengths__bg.bg1 {
  top: -23px;
  right: calc(50% + 297px);
  width: 632px;
  height: 236px;
  background-image: url(../images/top/strengths_bg_1.png);
}
.top-strengths__bg.bg2 {
  top: 265px;
  left: calc(50% + 234px);
  width: 1160px;
  height: 652px;
  background-image: url(../images/top/strengths_bg_2.png);
}
.top-strengths__bg.bg3 {
  right: calc(50% + 523px);
  bottom: 0;
  width: 611px;
  height: 326px;
  background-image: url(../images/top/strengths_bg_3.png);
  background-position: center bottom;
}
.top-strengths__bg.bg4 {
  left: calc(50% + 448px);
  bottom: 20px;
  width: 877px;
  height: 531px;
  background-image: url(../images/top/strengths_bg_4.png);
  background-position: center bottom;
}
@media (max-width: 1319px) {
  .top-strengths .top-section__top-deco .text-appear {
    white-space: normal;
  }
  .top-strengths__lead {
    margin-top: 20px;
  }
  .top-strengths__item {
    transform-origin: center top;
    transform: scale(0.95) translateY(-15px);
  }
}
@media (max-width: 1099px) {
  .top-strengths__list {
    margin-top: 3%;
  }
  .top-strengths__item {
    transform: none;
  }
  .top-strengths__item-img {
    width: 110px;
  }
  .top-strengths__item-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-strengths {
    padding-top: 160px;
    padding-bottom: 271px;
  }
  .top-strengths .top-section__title-text {
    margin-top: 20px;
    font-size: 28px;
  }
  .top-strengths__body {
    padding-top: 40px;
  }
  .top-strengths__lead {
    line-height: 1.7;
  }
  .top-strengths__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 95%;
    margin-top: 2%;
  }
  .top-strengths__item-text {
    margin-top: 10px;
    font-size: 18px;
  }
  .top-strengths__item-link {
    margin-top: 20px;
    width: 200px;
    height: 46px;
  }
  .top-strengths__bg.bg1 {
    right: calc(50% + 157px);
    width: 379px;
    height: 141px;
  }
  .top-strengths__bg.bg2 {
    top: 14%;
    left: calc(50% + 124px);
    width: 696px;
    height: 391px;
  }
  .top-strengths__bg.bg3 {
    right: calc(50% + 277px);
    width: 367px;
    height: 196px;
  }
  .top-strengths__bg.bg4 {
    left: calc(50% + 237px);
    width: 526px;
    height: 319px;
  }
}
@media screen and (max-width: 767px) {
  .top-strengths {
    padding: 23px 0 0;
  }
  .top-strengths .top-section__inner {
    padding: 0;
  }
  .top-strengths .top-section__title-text {
    margin-top: 13px;
    font-size: 1.5rem;
  }
  .top-strengths__body {
    padding-top: 13%;
    padding-bottom: calc(15.5% + 30px);
    width: 100%;
    min-height: 300px;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
  }
  .top-strengths__body::before, .top-strengths__body::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 40%;
    background: url("../images/top/strengths_bg_sp.png") no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 1;
  }
  .top-strengths__body::after {
    padding-top: calc(40% - 2px);
    background-color: #5dc2d0;
    z-index: 0;
  }
  .top-strengths__title {
    position: relative;
    z-index: 2;
  }
  .top-strengths__lead {
    position: relative;
    z-index: 2;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .top-strengths__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    width: calc(100% - 20px);
    margin-top: 55px;
    position: relative;
    z-index: 2;
  }
  .top-strengths__item-img {
    width: 56%;
    max-width: 200px;
  }
  .top-strengths__item-text {
    margin-top: 16px;
    font-size: 1.25rem;
  }
  .top-strengths__item-link {
    margin-top: 16px;
    width: 183px;
  }
  .top-strengths__bg.bg1 {
    right: calc(50% + 157px);
    width: 379px;
    height: 141px;
  }
  .top-strengths__bg.bg2 {
    top: 14%;
    left: calc(50% + 124px);
    width: 696px;
    height: 391px;
  }
  .top-strengths__bg.bg3 {
    right: calc(50% + 277px);
    width: 367px;
    height: 196px;
  }
  .top-strengths__bg.bg4 {
    left: calc(50% + 237px);
    width: 526px;
    height: 319px;
  }
}

.top-recruit {
  position: relative;
  margin-top: -9.3%;
  padding-top: 190px;
  padding-bottom: 342px;
  background-image: url(../images/top/recruit_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 2;
  overflow: hidden;
}
.top-recruit .top-section__top-deco {
  color: #e1eccd;
}
.top-recruit__lead {
  margin-top: 40px;
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
}
.top-recruit__link {
  position: relative;
  margin: 60px auto 0;
  z-index: 3;
}
.top-recruit__img1 {
  position: absolute;
  width: 1920px;
  left: 50%;
  bottom: 244px;
  transform: translateX(-50%);
}
.top-recruit__img2 {
  display: block;
  position: absolute;
  width: 26%;
  max-width: 505px;
  left: calc(50% + 242px);
  bottom: 234px;
  border-radius: 28px;
  border: 8px solid #fff;
  overflow: hidden;
  z-index: 2;
}
.top-recruit__img2 img {
  transition: all 0.3s;
}
@media (hover: hover) {
  .top-recruit__img2:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 1920px) {
  .top-recruit {
    margin-top: -180px;
    background-size: 1920px auto;
  }
}
@media (max-width: 1299px) {
  .top-recruit__img1 {
    width: 100%;
  }
  .top-recruit__img2 {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit {
    margin-top: -15.5%;
    padding-top: calc(15.5% + 24px);
    padding-bottom: calc(14.6% + 50px);
    background-size: 100% auto;
    background-image: url(../images/top/recruit_bg_sp.png);
  }
  .top-recruit .top-section__inner {
    display: flex;
    flex-direction: column;
  }
  .top-recruit__lead {
    margin-top: 17px;
    font-size: 0.8125rem;
    line-height: 1.7;
    order: 1;
  }
  .top-recruit__link {
    margin-top: 43px;
    order: 1;
  }
  .top-recruit__img2 {
    width: 61%;
    max-width: 228px;
    position: static;
    margin: 18px auto 0;
    border: 4px solid #fff;
  }
}

.top-news {
  position: relative;
  margin-top: -8.5%;
  padding-top: 164px;
  padding-bottom: 200px;
  background-image: url(../images/top/news_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 2;
}
.top-news .top-section__top-deco {
  color: #f5d95f;
}
.top-news__wrap {
  width: 100%;
  max-width: 780px;
  margin: 76px auto 0;
}
.top-news__item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  min-height: 100px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #009E3B;
}
.top-news__item-date {
  width: 133px;
  font-size: 0.9375rem;
  color: #898989;
}
.top-news__item-text {
  width: calc(100% - 133px);
  font-size: 1.0625rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .top-news__item:hover .top-news__item-text {
    color: #009E3B;
  }
}
.top-news__link {
  margin-top: 37px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s;
}
.top-news__link::before {
  content: "";
  width: 31px;
  height: 31px;
  margin-right: 12px;
  background-image: url(../images/top/news_btn_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (hover: hover) {
  .top-news__link:hover {
    color: #009E3B;
  }
}
@media (max-width: 1920px) {
  .top-news {
    margin-top: -190px;
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-top: -14.6%;
    padding-top: 22.4%;
    padding-bottom: 29%;
    background-image: url(../images/top/news_bg_sp.png);
    background-size: 100% auto;
  }
  .top-news__wrap {
    width: 75%;
    margin-top: 0;
  }
  .top-news__item {
    display: block;
    margin-top: 0;
    padding: 40px 0 20px;
    min-height: auto;
    line-height: 1;
  }
  .top-news__item-date {
    width: 100%;
    font-size: 0.875rem;
  }
  .top-news__item-text {
    width: 100%;
    margin-top: 22px;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .top-news__link {
    margin: 27px auto 0;
  }
  .top-news__link::before {
    width: 25px;
    height: 25px;
    margin-right: 9px;
  }
}/*# sourceMappingURL=top.css.map */