@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, 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, footer .footer_top nav .page_links .recruit_links a {
    gap: 8px;
  }
  .common_link_btn .text, footer .footer_top nav .page_links .recruit_links a .text {
    font-size: 14px;
  }
}
.common_link_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, footer .footer_top nav .page_links .recruit_links a .circle {
    width: 33px;
    height: 33px;
  }
}
.common_link_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, footer .footer_top nav .page_links .recruit_links a .circle svg {
  position: relative;
  z-index: 2;
}
.common_link_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, footer .footer_top nav .page_links .recruit_links a:hover .circle::after {
  width: 46px;
  height: 46px;
}
.common_link_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, 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, #categories, #pager, #details) {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section:not(#fv, #categories, #pager, #details) {
    width: 92.3%;
  }
}

#categories {
  width: 84%;
  max-width: 750px;
  margin: 0 auto;
  padding: 130px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #categories {
    width: 92.3%;
    max-width: 360px;
    padding: 70px 0 0;
    flex-flow: column;
    justify-content: flex-start;
    gap: 18px;
  }
}
#categories a {
  width: 140px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #categories a {
    width: 100%;
  }
}
#categories a.current {
  background-color: #F6F6F6;
}

#container {
  padding: 80px 0 130px;
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 50px 0 70px;
    gap: 33px;
  }
}
#container a {
  display: block;
  width: 100%;
  height: fit-content;
}
#container a article {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 50px 35px;
  border-bottom: 1px solid #AAB4C6;
}
@media screen and (max-width: 768px) {
  #container a article {
    flex-flow: column;
    align-items: flex-start;
    gap: 25px;
    padding: 0 20px 55px;
  }
}
#container a article img {
  width: 24.8%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #container a article img {
    width: 100%;
  }
}
#container a article .contents {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #container a article .contents {
    height: fit-content;
  }
}
#container a article .contents .date_category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  #container a article .contents .date_category {
    margin: 0 0 19px;
  }
}
#container a article .contents .date_category time {
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #A1A9B7;
}
#container a article .contents .date_category span {
  width: 100px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border: 1px solid #A1A9B7;
}
#container a article .contents p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  transition: 0.3s;
}
#container a:hover p {
  opacity: 0.6;
}

#pager {
  width: 84%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 130px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 42px;
}
#pager a {
  font-size: 20px;
  letter-spacing: 0.6px;
  opacity: 0.5;
}
#pager a.current {
  opacity: 1;
}

#details {
  width: 72%;
  max-width: 865px;
  margin: 0 auto;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  #details {
    width: 92.3%;
    padding: 60px 0;
  }
}
#details .date_category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  #details .date_category {
    margin: 0 0 19px;
  }
}
#details .date_category time {
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #A1A9B7;
}
#details .date_category span {
  width: 100px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border: 1px solid #A1A9B7;
}
#details h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.9px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #details h2 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 17px;
  }
}
#details article {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #details article {
    gap: 30px;
  }
}
#details article img {
  display: block;
  width: 90%;
  max-width: 600px;
  object-fit: cover;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #details article img {
    width: 100%;
    margin: 20px auto;
  }
}
#details article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  #details article p {
    line-height: 1.7;
  }
}
#details article strong {
  font-size: 16px;
  font-weight: 600;
}
#details article h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin: 40px 0 8px;
}
@media screen and (max-width: 768px) {
  #details article h1 {
    font-size: 24px;
    margin: 30px 0 6px;
  }
}
#details article h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 35px 0 8px;
}
@media screen and (max-width: 768px) {
  #details article h2 {
    font-size: 20px;
    margin: 25px 0 6px;
  }
}
#details article h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 30px 0 8px;
}
@media screen and (max-width: 768px) {
  #details article h3 {
    font-size: 18px;
    margin: 20px 0 6px;
  }
}
#details article h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 25px 0 6px;
}
@media screen and (max-width: 768px) {
  #details article h4 {
    font-size: 17px;
    margin: 18px 0 5px;
  }
}
#details article h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 6px;
}
@media screen and (max-width: 768px) {
  #details article h5 {
    font-size: 16px;
    margin: 15px 0 5px;
  }
}
#details article h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 6px;
}
@media screen and (max-width: 768px) {
  #details article h6 {
    font-size: 16px;
    margin: 15px 0 5px;
  }
}
#details article ul,
#details article ol {
  padding-left: 20px;
}
#details article ul li,
#details article ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #details article ul li,
  #details article ol li {
    line-height: 1.7;
  }
}
#details article blockquote {
  padding: 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  border-left: 4px solid #AAB4C6;
  font-style: italic;
}
#details article blockquote p {
  margin: 0;
}

#back {
  padding: 0 0 130px;
  display: flex;
  justify-content: center;
}
#back .common_link_btn .circle, #back footer .footer_top nav .page_links .recruit_links a .circle, footer .footer_top nav .page_links .recruit_links #back a .circle {
  transform: rotate(180deg);
}

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