@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap&text=0123456789.");
body {
  background-color: #f1f3f6;
}

#top-fv {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  padding-top: 200px;
}
@media screen and (max-width: 1023px) {
  #top-fv {
    padding-top: 0;
  }
}
#top-fv .smb-section-with-bgimage__bgimage {
  background-color: transparent;
}
#top-fv .smb-section-with-bgimage__bgimage--sm {
  height: 730px;
  max-height: 100vh;
}
#top-fv .smb-section__header {
  display: inline-block;
  width: 542px;
  height: 563px;
  margin-left: 60px;
  border-radius: 50%;
  background-image: url("../../image/top-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #top-fv .smb-section__header {
    margin: 200px auto;
    width: max(320px, 80vw);
    height: max(320px, 80vw);
  }
}
#top-fv h1.smb-section__title {
  font-weight: 900;
  font-size: 2.75rem;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  #top-fv h1.smb-section__title {
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.04em;
  }
}

#top-about {
  max-width: 1200px;
  margin: 80px auto 200px;
}
@media screen and (max-width: 1023px) {
  #top-about {
    max-width: calc(100vw - 40px);
    margin: 80px auto;
    gap: 40px !important;
  }
}
#top-about .wp-block-column:first-child h2 {
  font-size: 4.25rem;
  font-weight: 900;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1023px) {
  #top-about .wp-block-column:first-child h2 {
    font-size: 2.5rem;
  }
}
#top-about .wp-block-column:first-child p {
  font-weight: 600;
  line-height: 2.625;
  letter-spacing: 0.02em;
  margin-top: 0px;
}
#top-about .wp-block-column:first-child p:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  #top-about .wp-block-column:first-child p {
    font-size: 0.875rem;
    line-height: 2;
  }
  #top-about .wp-block-column:first-child p br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #top-about .wp-block-column:last-child {
    max-width: 100vw;
  }
}
#top-about .wp-block-column:last-child .wp-block-column {
  max-width: 33.3333333333%;
}
#top-about .wp-block-column:last-child .wp-block-column img {
  max-width: 100%;
}
#top-about .wp-block-column:last-child .wp-block-column:not(:nth-child(2)) {
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  #top-about .wp-block-column:last-child .wp-block-column:not(:nth-child(2)) {
    padding-top: 40px;
  }
}

#top-panels {
  z-index: 2;
}
#top-panels .smb-panels > .c-row {
  margin: 0 auto 120px;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
}
#top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link {
  max-width: 321.3333333333px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link {
    max-width: calc(100vw - 40px);
    margin: auto;
  }
  #top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link:not(:first-child) {
    margin-top: 20px;
  }
}
#top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item {
  margin: 0;
  aspect-ratio: 1/1;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 12px 12px 48px 0 rgba(0, 0, 0, 0.12);
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  #top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item {
    width: 100%;
    aspect-ratio: initial;
  }
}
#top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item .smb-panels__item__body {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item .smb-panels__item__body {
    padding: 20px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item .smb-panels__item__body figure > img {
  width: auto;
  height: 160px;
}
@media screen and (max-width: 1023px) {
  #top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item .smb-panels__item__body figure > img {
    height: 80px;
  }
}
#top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item .smb-panels__item__body p {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #top-panels .smb-panels > .c-row .wp-block-snow-monkey-blocks-panels-item-block-link .smb-panels__item .smb-panels__item__body p {
    font-size: 0.9375rem;
    margin: 0 0 0 20px;
  }
}

#top-services {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  #top-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#top-services h2 {
  margin-bottom: 80px;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #top-services h2 {
    font-size: 2.125rem;
    margin-bottom: 40px;
  }
}
#top-services .smb-buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  #top-services .smb-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top-services .smb-buttons .smb-btn-wrapper {
    min-width: 100%;
  }
}
#top-services .smb-buttons .smb-btn {
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 216px;
  padding: 15px;
  border-radius: 24px;
  background-color: #ffffff;
  border: solid 1px #4d4d4d;
}
@media screen and (max-width: 1023px) {
  #top-services .smb-buttons .smb-btn {
    min-width: 100%;
  }
}
#top-services .smb-buttons .smb-btn::after {
  content: "";
  background-image: url("../../image/btn-arrow.svg");
  display: inline-block;
  width: 17.7px;
  height: 7.8px;
  position: absolute;
  right: 16px;
}
#top-services .smb-buttons .smb-btn .smb-btn__label {
  color: #4d4d4d;
  font-size: 0.688rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#top-services .wp-block-group:nth-child(2) {
  max-width: 1024px;
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns {
    flex-direction: column;
  }
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-color: #f1f3f6;
  width: 100%;
  height: 480px;
  border-radius: 300px;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns::before {
    top: 20%;
    transform: translateY(0);
    height: 90%;
    border-radius: 0;
  }
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col {
    padding-right: 0;
    max-width: calc(100vw - 40px);
    margin: auto;
  }
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col > h3 {
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col > h3 {
    font-size: 1.875rem;
    margin-left: 0;
  }
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col > .service-description > p {
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col > .service-description > p {
    font-size: 0.875rem;
    line-height: 2;
  }
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns > .text-col > .service-description > p br {
    display: none;
  }
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns > .image-col {
  z-index: 1;
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns > .image-col figure {
  width: 800px;
  height: 580px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns > .image-col figure {
    width: calc(100vw - 40px);
    height: auto;
    position: static;
  }
}
#top-services .wp-block-group:nth-child(2) > .wp-block-columns > .image-col figure img {
  width: 800px;
  height: 580px;
  position: absolute;
  right: 280px;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(2) > .wp-block-columns > .image-col figure img {
    width: 100%;
    height: auto;
    position: static;
  }
}
#top-services .wp-block-group:nth-child(3) {
  margin-top: 160px;
  max-width: 1024px;
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns {
    flex-direction: column-reverse;
  }
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-color: #f1f3f6;
  width: 100%;
  height: 480px;
  border-radius: 300px;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns::before {
    top: 20%;
    transform: translateY(0);
    height: 90%;
    border-radius: 0;
  }
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col {
  margin-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col {
    margin-left: 0;
    max-width: calc(100vw - 40px);
    margin: auto;
  }
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col > h3 {
  font-size: 2.5625rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col > h3 {
    font-size: 1.875rem;
  }
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col > .service-description > p {
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col > .service-description > p {
    font-size: 0.875rem;
    line-height: 2;
  }
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns > .text-col > .service-description > p br {
    display: none;
  }
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns > .image-col {
  z-index: 1;
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns > .image-col figure {
  width: 800px;
  height: 580px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns > .image-col figure {
    width: calc(100vw - 40px);
    height: auto;
    position: static;
  }
}
#top-services .wp-block-group:nth-child(3) > .wp-block-columns > .image-col figure img {
  width: 800px;
  height: 580px;
}
@media screen and (max-width: 1023px) {
  #top-services .wp-block-group:nth-child(3) > .wp-block-columns > .image-col figure img {
    width: 100%;
    height: auto;
    position: static;
  }
}

#top-news {
  max-width: 1023px;
  background-color: transparent;
  margin: 60px auto;
}
@media screen and (max-width: 1023px) {
  #top-news {
    margin-top: 0;
  }
}
#top-news h2 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  padding-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #top-news h2 {
    display: block;
    text-align: center;
    font-size: 2.125rem;
    background-color: #ffffff;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  #top-news .smb-tabs {
    margin-top: 0;
  }
}
#top-news .smb-tabs__tabs {
  min-width: 280px;
}
#top-news .smb-tabs__tabs .smb-tabs__tab {
  padding: 10px 40px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  #top-news .smb-tabs__tabs .smb-tabs__tab {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #top-news .smb-tabs__tabs .smb-tabs__tab[aria-selected=false] {
    color: #4d4d4d;
    opacity: 1;
  }
}
#top-news .smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
  color: rgba(77, 77, 77, 0.3137254902);
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1023px) {
  #top-news .smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
    color: #4d4d4d;
    border-bottom: solid 3px #4d4d4d;
  }
}
@media screen and (min-width: 1024px) {
  #top-news .smb-tabs__body {
    position: relative;
  }
  #top-news .smb-tabs__body::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 1px;
    height: calc(100% + 120px);
    background-color: #4d4d4d;
  }
}
#top-news .smb-tabs__body .smb-tab-panel {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
#top-news .smb-tabs__body .smb-tab-panel .c-entries--text2 {
  border: none;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item {
  margin-left: 1px;
  border: solid 1px #4d4d4d;
  border-left: none;
}
@media screen and (max-width: 1023px) {
  #top-news .smb-tabs__body .smb-tab-panel li.c-entries__item {
    border: solid 1px #ffffff;
    border-left: none;
    border-right: none;
  }
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item:not(:first-child) {
  border-top: none;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a {
  padding: 20px 50px;
}
@media screen and (max-width: 1023px) {
  #top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a {
    padding: 20px;
  }
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a .c-entry-summary__body {
  display: flex;
  flex-direction: column-reverse;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a .c-entry-summary__body .c-entry-summary__header h3 {
  max-height: 1.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a .c-entry-summary__body .c-entry-summary__meta {
  margin: 0 0 4px;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a .c-entry-summary__body .c-entry-summary__meta > span.c-entry-summary__term {
  display: none;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a .c-entry-summary__body .c-entry-summary__meta li.c-meta__item--published {
  font-family: Lato;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#top-news .smb-tabs__body .smb-tab-panel li.c-entries__item a .c-entry-summary__body .c-entry-summary__meta li.c-meta__item--categories span {
  background-color: #4d4d4d;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
}
#top-news .smb-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  #top-news .smb-btn-wrapper {
    min-width: 100%;
  }
}
#top-news .smb-btn {
  position: relative;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 240px;
  padding: 15px;
  border-radius: 28px;
  background-color: transparent;
  border: solid 1px #4d4d4d;
}
@media screen and (max-width: 1023px) {
  #top-news .smb-btn {
    min-width: calc(100% - 40px);
    margin: 20px;
  }
}
#top-news .smb-btn::after {
  content: "";
  background-image: url("../../image/btn-arrow.svg");
  display: inline-block;
  width: 17.7px;
  height: 7.8px;
  position: absolute;
  right: 16px;
}
#top-news .smb-btn .smb-btn__label {
  color: #4d4d4d;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

#top-recruit {
  padding: 80px 120px;
  color: #ffffff;
  background-color: #ffffff;
  background-image: url("../../image/top-recruit-bg.svg");
  background-repeat: no-repeat;
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  #top-recruit {
    padding: 80px 20px;
    background-image: linear-gradient(to bottom, #1599de 2%, rgba(237, 238, 151, 0) 100%);
  }
}
#top-recruit > .wp-block-columns {
  justify-content: space-between;
  max-width: 1200px;
}
#top-recruit .wp-block-column {
  flex-basis: content !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#top-recruit h2 {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  background-image: linear-gradient(90deg, white 0% 20%, transparent 20% 80%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
}
@media screen and (max-width: 1023px) {
  #top-recruit h2 {
    font-size: 2.5rem;
    padding-bottom: 12px;
  }
}
#top-recruit p {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1023px) {
  #top-recruit .smb-btn-wrapper {
    min-width: 100%;
  }
}
#top-recruit .smb-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 240px;
  padding: 15px;
  border-radius: 28px;
  background-color: transparent;
  border: solid 1px #ffffff;
}
@media screen and (max-width: 1023px) {
  #top-recruit .smb-btn {
    min-width: 100%;
  }
}
#top-recruit .smb-btn::after {
  content: "";
  background-image: url("../../image/btn-arrow-white.svg");
  display: inline-block;
  width: 17.7px;
  height: 7.8px;
  position: absolute;
  right: 16px;
}
#top-recruit .smb-btn .smb-btn__label {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  #top-recruit .wp-block-column:nth-child(2) .wp-block-columns {
    gap: 20px !important;
  }
  #top-recruit .wp-block-column:nth-child(2) .wp-block-columns figure,
#top-recruit .wp-block-column:nth-child(2) .wp-block-columns img {
    width: 320px;
    height: auto;
    border-radius: 48px;
  }
}
@media screen and (max-width: 1023px) {
  #top-recruit .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  #top-recruit .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column figure,
#top-recruit .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column img {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=top.css.map */