@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes mv_photos_loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 3.2vw));
  }
}
@keyframes mv_photos_loop_sp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 9.74vw));
  }
}
@keyframes mv_typo_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 48px));
  }
}
@keyframes link_btn_arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  48% {
    opacity: 1;
    transform: translateX(150%);
  }
  49% {
    opacity: 0;
    transform: translateX(150%);
  }
  50% {
    opacity: 0;
    transform: translateX(-150%);
  }
  51% {
    opacity: 1;
    transform: translateX(-150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes recruit_photos_loop_up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes recruit_photos_loop_down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes recruit_photos_sp_loop_left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes recruit_photos_sp_loop_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes footer_links_slide {
  0% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(-100%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  52% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes open_content_btn_angle {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  48% {
    opacity: 1;
    transform: translateY(150%);
  }
  49% {
    opacity: 0;
    transform: translateY(150%);
  }
  50% {
    opacity: 0;
    transform: translateY(-150%);
  }
  51% {
    opacity: 1;
    transform: translateY(-150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes recruit_links_filter {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mv_photos_loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 3.2vw));
  }
}
@keyframes mv_photos_loop_sp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 9.74vw));
  }
}
@keyframes mv_typo_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 48px));
  }
}
@keyframes link_btn_arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  48% {
    opacity: 1;
    transform: translateX(150%);
  }
  49% {
    opacity: 0;
    transform: translateX(150%);
  }
  50% {
    opacity: 0;
    transform: translateX(-150%);
  }
  51% {
    opacity: 1;
    transform: translateX(-150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes recruit_photos_loop_up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes recruit_photos_loop_down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes recruit_photos_sp_loop_left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes recruit_photos_sp_loop_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes footer_links_slide {
  0% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(-100%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  52% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes open_content_btn_angle {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  48% {
    opacity: 1;
    transform: translateY(150%);
  }
  49% {
    opacity: 0;
    transform: translateY(150%);
  }
  50% {
    opacity: 0;
    transform: translateY(-150%);
  }
  51% {
    opacity: 1;
    transform: translateY(-150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes recruit_links_filter {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  color: #474747;
}

html {
  margin: 0 !important;
}

body {
  width: 100%;
  min-height: 100svh;
  overflow-x: hidden;
}
body:has(#modals input:checked), body:has(header input:checked) {
  overflow-y: hidden;
}
body:has(header input:checked) .hamburger_menu_container {
  right: 0;
  opacity: 1;
}

picture,
img,
label,
strong {
  display: inline-block;
}

picture img {
  width: 100%;
  object-fit: cover;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.common_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  top: 0;
}
.common_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp_block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}

header {
  position: fixed;
  width: 100%;
  padding: 38px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 16px;
  }
}
header img {
  width: 388px;
}
@media screen and (max-width: 768px) {
  header img {
    width: 240px;
  }
}
header nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 23px;
}
header nav .header_link_btn {
  width: 167px;
  height: 50px;
  padding: 0 26px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 33px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.8px;
  border: 1px solid #AAB4C6;
}
@media screen and (max-width: 768px) {
  header nav .header_link_btn {
    display: none;
  }
}
header nav .header_link_btn:first-child {
  background-color: #474747;
  color: white;
  border: none;
}
header nav .header_link_btn img {
  width: 12px;
}
header nav .hamburger_btn {
  position: relative;
  width: 55.5px;
  height: 50px;
  margin: 0 0 0 39px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 12px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 999;
}
header nav .hamburger_btn span {
  width: 100%;
  height: 1px;
  background-color: black;
  transition: 0.3s;
}
header nav .hamburger_btn:has(input:checked) {
  gap: 0;
}
header nav .hamburger_btn:has(input:checked) span {
  position: absolute;
}
header nav .hamburger_btn:has(input:checked) span:first-child {
  transform: rotate(191deg);
}
header nav .hamburger_btn:has(input:checked) span:last-child {
  transform: rotate(-191deg);
}

.hamburger_menu_container {
  position: fixed;
  width: 100%;
  max-width: 842px;
  height: 100svh;
  padding: calc(130px + 5svh) 0 15.6svh 160px;
  background-color: rgba(255, 255, 255, 0.79);
  backdrop-filter: blur(20px);
  top: 0;
  right: -842px;
  z-index: 998;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container {
    padding: 123px 3.85% 41px;
    right: -100%;
    overflow-y: auto;
  }
}
.hamburger_menu_container nav {
  display: flex;
  flex-flow: column;
  gap: 5.8svh;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container nav {
    gap: 25px;
  }
}
.hamburger_menu_container nav div {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container nav div {
    flex-flow: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.hamburger_menu_container nav div a {
  width: 200px;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 29px;
  line-height: 37px;
  letter-spacing: 2px;
  white-space: nowrap;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container nav div a {
    width: fit-content;
    font-size: 23px;
    line-height: 29px;
  }
}
.hamburger_menu_container nav div a span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container nav div a span {
    font-weight: 500;
  }
}
.hamburger_menu_container nav div a.sub_link {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.4px;
  padding: 0 0 0 7px;
  border-left: 2px solid #474747;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container nav div a.sub_link {
    font-weight: 400;
  }
}
.hamburger_menu_container nav div a:hover {
  opacity: 0.6;
}
.hamburger_menu_container nav div p {
  width: 200px;
}
.hamburger_menu_container nav .sp_links {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_container nav .sp_links {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
}
.hamburger_menu_container nav .sp_links a {
  width: 47.2%;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  padding: 0 0 0 4.72%;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: white;
  background-color: #474747;
  border-radius: 25px;
  margin: 3px 0 0;
}
.hamburger_menu_container nav .sp_links a img {
  width: 12px;
}
.hamburger_menu_container nav .sp_links a:last-child {
  color: #474747;
  background-color: white;
}

.common_link_btn, #page_index .page_index_btn, footer .footer_top nav .page_links .recruit_links a {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .common_link_btn, #page_index .page_index_btn, footer .footer_top nav .page_links .recruit_links a {
    gap: 8px;
  }
  .common_link_btn .text, #page_index .page_index_btn .text, footer .footer_top nav .page_links .recruit_links a .text {
    font-size: 14px;
  }
}
.common_link_btn .circle, #page_index .page_index_btn .circle, footer .footer_top nav .page_links .recruit_links a .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #474747;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .common_link_btn .circle, #page_index .page_index_btn .circle, footer .footer_top nav .page_links .recruit_links a .circle {
    width: 33px;
    height: 33px;
  }
}
.common_link_btn .circle::after, #page_index .page_index_btn .circle::after, footer .footer_top nav .page_links .recruit_links a .circle::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  transform-origin: center;
  background-color: white;
  z-index: 1;
  transition: 0.5s ease-out;
}
.common_link_btn .circle svg, #page_index .page_index_btn .circle svg, footer .footer_top nav .page_links .recruit_links a .circle svg {
  position: relative;
  z-index: 2;
}
.common_link_btn .circle svg path, #page_index .page_index_btn .circle svg path, footer .footer_top nav .page_links .recruit_links a .circle svg path {
  transition: 0.5s;
}
.common_link_btn:hover .circle::after, #page_index .page_index_btn:hover .circle::after, footer .footer_top nav .page_links .recruit_links a:hover .circle::after {
  width: 46px;
  height: 46px;
}
.common_link_btn:hover .circle svg, #page_index .page_index_btn:hover .circle svg, footer .footer_top nav .page_links .recruit_links a:hover .circle svg {
  animation: link_btn_arrow 0.5s forwards ease-out;
}
.common_link_btn:hover .circle svg path, #page_index .page_index_btn:hover .circle svg path, footer .footer_top nav .page_links .recruit_links a:hover .circle svg path {
  fill: #474747;
  stroke: #474747;
}

footer {
  width: 100%;
  padding: 105px 0 54px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(221, 221, 221, 0.44) 100%);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 38px 3.85%;
  }
}
footer .footer_top {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 78px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer_top {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0 0 38px;
    gap: 38px;
  }
}
footer .footer_top .footer_logo {
  width: 388px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .footer_logo {
    width: 240px;
  }
}
footer .footer_top nav {
  width: fit-content;
  max-width: 730px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer_top nav {
    width: 100%;
    max-width: unset;
    flex-flow: column;
    justify-content: flex-start;
    gap: 64px;
  }
}
footer .footer_top nav .page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
}
@media screen and (max-width: 768px) {
  footer .footer_top nav .page_links {
    gap: 20px 48px;
  }
}
footer .footer_top nav .page_links a:not(.recruit_links a) {
  height: 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer .footer_top nav .page_links a:not(.recruit_links a) {
    font-size: 14px;
  }
}
footer .footer_top nav .page_links a:not(.recruit_links a) span {
  display: block;
  line-height: 25px;
  letter-spacing: 1.6px;
}
footer .footer_top nav .page_links a:not(.recruit_links a):hover span {
  animation: footer_links_slide 0.5s backwards linear;
}
footer .footer_top nav .page_links .recruit_links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 48px;
  margin: 3px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer_top nav .page_links .recruit_links {
    margin: 44px 0 0;
  }
}
footer .footer_top nav .page_links .recruit_links a {
  flex-shrink: 0;
  white-space: nowrap;
}
footer .footer_top nav .page_links .recruit_links a .circle {
  width: 31px;
  height: 31px;
  transform: rotate(-45deg);
}
footer .footer_top nav .media_links {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
}
footer .footer_top nav .media_links .blog_link {
  width: 120px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: white;
  border-radius: 22px;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #8491A9;
}
footer .footer_top nav .media_links .blog_link img {
  width: 12px;
}
footer .footer_bottom {
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #AAB4C6;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom {
    padding: 19px 0 0;
  }
}
footer .footer_bottom nav {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom nav {
    width: 100%;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 56px;
  }
}
footer .footer_bottom nav .footer_bottom_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom nav .footer_bottom_links {
    flex-wrap: wrap;
  }
}
footer .footer_bottom nav .footer_bottom_links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.72px;
  color: #7F8899;
}
footer .footer_bottom nav .footer_bottom_links hr {
  width: 1.2px;
  height: 10.7px;
  background-color: #7F8899;
}
footer .footer_bottom nav .page_top {
  width: 113px;
  height: 30px;
  padding: 0 0 5px;
  overflow: hidden;
  border-bottom: 2px solid #474747;
  flex-shrink: 0;
}
footer .footer_bottom nav .page_top span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.8px;
}
footer .footer_bottom nav .page_top span img {
  height: 12px;
}
footer .footer_bottom nav .page_top:hover span {
  animation: footer_links_slide 0.5s backwards linear;
}

main section#fv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background-color: white;
}
@media screen and (max-width: 768px) {
  main section#fv {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
main section#fv .background_images {
  position: relative;
  width: 100%;
  height: 100%;
}
main section#fv .background_images picture {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: scale(1.2);
  opacity: 0;
  transition: 1.2s 1s ease-out;
}
main section#fv .background_images picture img {
  height: 100%;
}
main section#fv .background_images .bg_filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s;
}
main section#fv h1 {
  position: absolute;
  width: 84%;
  top: 31%;
  left: 8%;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 108px;
  letter-spacing: 2.171px;
  color: white;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section#fv h1 {
    width: 100%;
    top: unset;
    left: unset;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.8px;
    text-align: center;
  }
}
main section#fv h1 span {
  display: block;
  margin: 32px 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1.04px;
  color: white;
}
@media screen and (max-width: 768px) {
  main section#fv h1 span {
    margin: 0;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0.72px;
    text-align: center;
  }
}
main section#fv.visible picture {
  transform: scale(1);
  opacity: 1;
}
main section#fv.visible .bg_filter {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

section:not(#fv, #page_index, #welfare) {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section:not(#fv, #page_index, #welfare) {
    width: 92.3%;
  }
}

#page_index {
  width: 84%;
  margin: 200px auto 240px;
  padding: 76.5px 14.5% 89.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #page_index {
    width: 100%;
    margin: 70px auto 32px;
    padding: 22px 50px;
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #page_index .page_index_btn {
    width: 300px;
    justify-content: space-between;
  }
}
#page_index .page_index_btn .circle {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
}
#page_index .page_index_btn .text {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.68px;
}
#page_index .page_index_btn .text span {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.68px;
}

#number {
  position: relative;
  padding: 117px 0 374px;
}
@media screen and (max-width: 768px) {
  #number {
    padding: 134px 0 80px;
  }
}
#number .typo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 154px;
  mix-blend-mode: overlay;
  flex-shrink: 0;
  opacity: 0.68;
  color: black;
}
@media screen and (max-width: 768px) {
  #number .typo {
    top: 65px;
    font-size: 80px;
    line-height: 100px;
  }
}
#number h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #number h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
#number .row {
  width: 96%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #919498;
}
@media screen and (max-width: 768px) {
  #number .row {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    border: none;
    gap: 64px;
  }
}
#number .row article {
  width: 50%;
  padding: 20px 5% 0 3.5%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #number .row article {
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
#number .row article:last-child {
  border-left: 1px solid #919498;
}
@media screen and (max-width: 768px) {
  #number .row article:last-child {
    border: none;
  }
}
#number .row article#grow {
  width: 100%;
  border-left: none;
}
#number .row article h3 {
  width: fit-content;
  min-width: 154px;
  height: 50px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
  background-color: #919498;
  color: white;
}
@media screen and (max-width: 768px) {
  #number .row article h3 {
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #number .row article .title {
    width: 100%;
  }
}
#number .row article .title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #919498;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  #number .row article .title span {
    text-align: center;
  }
}
#number .row article p {
  height: clamp(64px, 8.33vw, 120px);
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: clamp(64px, 8.33vw, 120px);
  line-height: 1;
  letter-spacing: 2.4px;
  color: #919498;
}
@media screen and (max-width: 768px) {
  #number .row article p {
    height: unset;
    font-size: 90px;
    line-height: 113px;
    letter-spacing: 1.8px;
    font-weight: 200;
  }
}
#number .row article p span {
  display: inline;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: clamp(24px, 2.78vw, 40px);
  letter-spacing: 0.8px;
  color: #919498;
}
@media screen and (max-width: 768px) {
  #number .row article p span {
    font-size: 30px;
  }
}
#number .row .column {
  width: 50%;
  padding: 0 20px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #number .row .column {
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 64px;
  }
}
#number .row .column article {
  width: 100%;
  height: 50%;
  padding: 20px 8% 0 7%;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #number .row .column article {
    height: unset;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
#number .row .column article:first-child {
  border-bottom: 1px solid #919498;
}
@media screen and (max-width: 768px) {
  #number .row .column article:first-child {
    border: none;
  }
}
#number .row .column article p {
  height: clamp(60px, 7.64vw, 110px);
  font-size: clamp(60px, 7.64vw, 110px);
  letter-spacing: -2.2px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #number .row .column article p {
    height: unset;
    font-size: 90px;
    letter-spacing: 1.8px;
  }
}
#number .row .column article p span {
  font-size: clamp(14px, 1.8vw, 26px);
}
@media screen and (max-width: 768px) {
  #number .row .column article p span {
    font-size: 30px;
  }
}
#number #women_manager img {
  display: block;
  width: 40%;
  margin: 2.5% auto 4%;
}
@media screen and (max-width: 768px) {
  #number #women_manager img {
    width: 53.3%;
    margin: 30px auto 0;
  }
}
#number #women_manager p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #number #women_manager p {
    margin: 15px 0 0;
  }
}
#number #vacation {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #number #vacation {
    justify-content: flex-start;
  }
}
#number #vacation img {
  display: block;
  width: 29%;
  margin: 10% auto 1.5%;
}
@media screen and (max-width: 768px) {
  #number #vacation img {
    width: 42.5%;
    margin: 30px 0 0;
  }
}
#number #vacation p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #number #vacation p {
    margin: 20px 0 0;
  }
}
#number #age div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18% 0 0;
}
@media screen and (max-width: 768px) {
  #number #age div {
    flex-flow: column;
    justify-content: flex-start;
    margin: 30px 0 0;
    gap: 15px;
  }
}
#number #age div img {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #number #age div img {
    width: 33%;
  }
}
#number #achievement {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #number #achievement {
    justify-content: flex-start;
    gap: 15px;
  }
}
#number #achievement img {
  position: absolute;
  top: 20%;
  right: 8%;
  width: 46%;
}
@media screen and (max-width: 768px) {
  #number #achievement img {
    position: relative;
    width: 80%;
    top: unset;
    right: unset;
  }
}
#number #achievement p {
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #number #achievement p {
    font-size: 74px;
    margin: 0;
  }
  #number #achievement p span {
    font-size: 26px;
  }
}
#number #ratio {
  padding: 20px 5% 12% 3.5%;
}
@media screen and (max-width: 768px) {
  #number #ratio {
    padding: 0;
  }
}
#number #ratio .graph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 12% auto 0;
  background: conic-gradient(white 0% 30%, #99BEE3 30% 89%, #C0CCE1 89% 100%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #number #ratio .graph {
    width: 83.3%;
    margin: 64px auto 0;
  }
}
#number #ratio .graph .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background-image: url("../../images/common/common_bg.png");
  background-size: 100vw 100svh;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-color: white;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #number #ratio .graph .inner {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
#number #ratio .graph .inner img {
  width: 52%;
  z-index: 1;
}
#number #ratio .ratios {
  display: flex;
  justify-content: space-between;
  margin: 10% auto 0;
}
@media screen and (max-width: 768px) {
  #number #ratio .ratios {
    flex-flow: column;
    justify-content: flex-start;
    width: 83.3%;
    margin: 45px 0 0;
    max-width: 360px;
  }
}
#number #ratio .ratios div {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #number #ratio .ratios div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#number #ratio .ratios div b {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #919498;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #number #ratio .ratios div b {
    width: fit-content;
  }
}
#number #ratio .ratios div b::before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 27px;
  background-color: #D9D9D9;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #number #ratio .ratios div b::before {
    width: 22px;
    height: 22px;
  }
}
#number #ratio .ratios div:nth-child(2) b::before {
  background-color: #3B7AB7;
}
#number #ratio .ratios div:nth-child(3) b::before {
  background-color: #62A1DF;
}
#number #ratio .ratios div p {
  height: clamp(50px, 6.25vw, 90px);
  font-size: clamp(50px, 6.25vw, 90px);
  letter-spacing: -1.8px;
  margin: 30% 0 0;
}
@media screen and (max-width: 768px) {
  #number #ratio .ratios div p {
    height: unset;
    font-size: 66px;
    letter-spacing: 1.32px;
    margin: 0;
  }
}
#number #ratio .ratios div p span {
  font-size: clamp(18px, 2.3vw, 33px);
}
@media screen and (max-width: 768px) {
  #number #ratio .ratios div p span {
    font-size: 30px;
  }
}
#number #grow {
  position: relative;
}
#number #grow img {
  position: absolute;
  width: 28%;
  left: 19%;
}
@media screen and (max-width: 768px) {
  #number #grow img {
    bottom: unset !important;
    top: 100px;
    left: 8.35%;
  }
}
#number #grow p {
  width: 100%;
  padding: 0 16% 0 0;
  text-align: right;
  height: clamp(75px, 9.72vw, 140px);
  font-size: clamp(75px, 9.72vw, 140px);
}
@media screen and (max-width: 768px) {
  #number #grow p {
    width: 83.3%;
    padding: 0;
    height: unset;
    font-size: 90px;
    line-height: 76px;
    margin: 36px 0 0;
  }
}
#number #grow p span {
  font-size: clamp(32px, 3.68vw, 53px);
}
@media screen and (max-width: 768px) {
  #number #grow p span {
    font-size: 30px;
  }
}
#number #grow .chart {
  width: 66%;
  max-width: 760px;
  margin: 2% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #number #grow .chart {
    width: 100%;
    margin: 16px 0 0;
  }
}
#number #grow .chart div {
  width: 11.2%;
}
#number #grow .chart div b {
  width: 100%;
  display: block;
  background-color: #3B7AB7;
}
#number #grow .chart div span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin: 11px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #number #grow .chart div span {
    font-size: 9px;
  }
  #number #grow .chart div span span {
    display: inline;
    font-size: 6px;
  }
}

#welfare {
  position: relative;
  padding: 151px 0 77px;
  background-color: rgba(255, 255, 255, 0.44);
}
@media screen and (max-width: 768px) {
  #welfare {
    padding: 80px 0 160px;
  }
}
#welfare picture {
  position: absolute;
  top: -22%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #welfare picture {
    position: relative;
    top: unset;
    display: block;
    aspect-ratio: 1.857/1;
  }
}
#welfare picture img {
  width: 70%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #welfare picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
#welfare .inner {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  #welfare .inner {
    width: 93.3%;
    margin: 24px auto 0;
  }
}
#welfare .inner h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  #welfare .inner h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
#welfare .inner h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  #welfare .inner h2 span {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
#welfare .inner .contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1px, 1.7vw, 21px) 1.745%;
  margin: 43px 0 0;
}
@media screen and (max-width: 768px) {
  #welfare .inner .contents {
    flex-flow: column;
    gap: 16px;
  }
}
#welfare .inner .contents article {
  width: 32.17%;
  min-height: 273px;
  padding: 2.5% 2.3%;
  border: 0.5px solid #AAB4C6;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #welfare .inner .contents article {
    width: 100%;
    padding: 30px 10px 22px;
  }
}
#welfare .inner .contents article h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  padding: 0 0 12px;
  border-bottom: 1px solid #AAB4C6;
}
@media screen and (max-width: 768px) {
  #welfare .inner .contents article h3 {
    padding: 0 0 20px;
  }
}
#welfare .inner .contents article h3 b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #AAB4C6;
  border-radius: 10px;
  border: 0.4px solid #AAB4C6;
  margin: 0 0 10px;
}
#welfare .inner .contents article h3 span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
#welfare .inner .contents article p {
  position: relative;
  width: 100%;
  padding: 12px 0 0 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  #welfare .inner .contents article p {
    padding: 20px 0 0 13px;
    font-size: 15px;
    line-height: 1.8;
  }
}
#welfare .inner .contents article p::before {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #D9D9D9;
  top: 21.4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #welfare .inner .contents article p::before {
    top: 30px;
  }
}

#office {
  position: relative;
  padding: 250px 0 130px;
}
@media screen and (max-width: 768px) {
  #office {
    padding: 88px 0 70px;
  }
}
#office .typo {
  position: absolute;
  top: 175px;
  right: 0;
  display: block;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 154px;
  mix-blend-mode: overlay;
  flex-shrink: 0;
  opacity: 0.68;
  color: black;
}
@media screen and (max-width: 768px) {
  #office .typo {
    font-size: 70px;
    line-height: 88px;
    top: 0;
  }
}
#office h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  #office h2 {
    font-size: 24px;
  }
}
#office .summary {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  #office .summary {
    font-size: 16px;
  }
}
#office .summary span {
  display: block;
  font-weight: 500;
}
#office .tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #office .tabs {
    gap: 15px;
    margin: 48px 0 32px;
  }
}
#office .tabs label {
  width: 245px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
  border: 1px solid #AAB4C6;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #office .tabs label {
    width: 172px;
    height: 46px;
    font-size: 17px;
    letter-spacing: 0.85px;
  }
}
#office .tabs label:has(input:checked) {
  background-color: #AAB4C6;
  color: white;
}
#office .container {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
#office .container article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 1.775%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #office .container article {
    flex-flow: column;
    gap: 30px;
  }
}
#office .container article .office_image {
  position: relative;
  width: 32.08%;
}
@media screen and (max-width: 768px) {
  #office .container article .office_image {
    width: 100%;
  }
}
#office .container article .office_image picture,
#office .container article .office_image img {
  width: 100%;
  height: 240px;
  margin: 0 0 16px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  #office .container article .office_image picture,
  #office .container article .office_image img {
    height: 200px;
  }
}
#office .container article .office_image p {
  width: 100%;
  font-size: 22px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.66px;
}
#office .container article .office_image span {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.45px;
  color: black;
}
#office:has(input#tokyo:checked) #tokyo_office {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#office:has(input#okinawa:checked) #okinawa_office {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 600px;
}

/*# sourceMappingURL=place.css.map */
