@charset "UTF-8";
/*共通スタイル*/
/* main colors */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  word-break: break-all;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
  color: #111111;
  line-height: 1.75;
  font-size: 14px;
  background-color: #f7f7f7;
}
@media (min-width: 920px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer !important;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.disc {
  list-style-type: disc;
  padding-left: 1.5em;
  list-style-position: outside;
}

.site_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.site_body {
  margin-bottom: auto;
}

.container-base {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .container-base {
    padding: 0 min(3.3333333333vw, 40px);
  }
}
@media (max-width: 919px) {
  .container-base.hidden_sp {
    padding: 0;
  }
}

.btn {
  background-color: #111;
  border-radius: 999px;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 253px;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}
.btn_text {
  font-size: 20px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  line-height: 1;
  color: #fff;
  transition: color 0.3s ease;
}
.btn .circle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008cc1;
  transition: background-color 0.3s ease;
}
.btn .circle .arrow {
  display: inline-block;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  width: 12px;
  height: 9px;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .btn:hover {
    background-color: #008cc1;
  }
}
@media (min-width: 920px) {
  .btn:hover .btn_text {
    color: #111;
  }
}
@media (min-width: 920px) {
  .btn:hover .circle {
    background-color: #fff;
  }
}
@media (min-width: 920px) {
  .btn:hover .circle .arrow {
    background-color: #008cc1;
  }
}

.text_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.text_btn span {
  font-family: "Syne", sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media (min-width: 920px) {
  .text_btn span {
    font-size: 16px;
  }
}
.text_btn .circle {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008cc1;
  border: 1px solid #008cc1;
  transition: background-color 0.3s ease;
}
.text_btn .circle .arrow {
  display: inline-block;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  width: 10px;
  height: 7px;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .text_btn:hover span {
    color: #008cc1;
  }
}
@media (min-width: 920px) {
  .text_btn:hover .circle {
    background-color: #fff;
  }
}
@media (min-width: 920px) {
  .text_btn:hover .circle .arrow {
    background-color: #008cc1;
  }
}

.section_title {
  padding-left: 40px;
  position: relative;
}
.section_title_en {
  font-size: min(8.5333333333vw, 32px);
  font-weight: 700;
  font-family: "Syne", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .section_title_en {
    font-size: min(3.8709677419vw, 48px);
  }
}
.section_title_ja {
  font-size: 16px;
  font-weight: 700;
}
.section_title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/title_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 920px) {
  .section_title::before {
    width: 24px;
    height: 24px;
  }
}

.noise-layer {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.noise-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  filter: url(#noise-filter);
  pointer-events: none;
  z-index: -1;
}

.gradient-blue {
  background: linear-gradient(180deg, #008cc1 55%, #89dfff 100%);
}

.gradient-blue-bottom {
  background: linear-gradient(to bottom, #89dfff 0%, #008cc1 45%);
}

.br_pc {
  display: none;
}
@media (min-width: 920px) {
  .br_pc {
    display: block;
  }
}

.br_sp {
  display: block;
}
@media (min-width: 920px) {
  .br_sp {
    display: none;
  }
}

.hover_line {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.hover_line::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}
@media (min-width: 920px) {
  .hover_line:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.hover_line_black::before {
  background-color: #000;
}

.link_line {
  background-image: linear-gradient(to right, #111, #111);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  line-height: 1;
  width: fit-content;
  font-size: 14px;
}
@media (min-width: 920px) {
  .link_line {
    font-size: 16px;
  }
}
.link_line:hover {
  animation: none;
}
@media (min-width: 920px) {
  .link_line:hover {
    animation: linkLineReverse 0.5s ease forwards;
  }
}
@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }
  50% {
    background-size: 0 1px;
    background-position: bottom right;
  }
  51% {
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
  }
}

/*ヘッダーのスタイル*/
.site_header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 920px) {
  .site_header {
    padding: 24px 30px;
  }
}
.site_header_logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 919px) {
  .site_header_logo {
    max-width: 188px;
  }
}
.site_header.is-open {
  background: #fff;
}
.site_header.is-open .site_header_logo {
  opacity: 1;
}

.global_nav {
  position: relative;
  z-index: 99;
}
.global_nav_toggle {
  box-shadow: none;
  display: block;
  width: 32px;
  height: 20px;
  border: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  color: #fff;
  transition: 0.3s linear;
  text-align: left;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 920px) {
  .global_nav_toggle {
    display: none;
  }
}
.global_nav_toggle_bar {
  height: 1px;
  background: #111111;
  display: block;
  position: absolute;
  transition: 0.3s linear;
  transition-property: transform, opacity, width;
  transform-origin: 100% 50%;
  right: 0;
  width: 32px;
}
.global_nav_toggle_bar-top {
  top: 14px;
}
.global_nav_toggle_bar-btm {
  bottom: 13px;
}
.global_nav_toggle.is-active .global_nav_toggle_bar {
  background-color: #111111 !important;
}
.global_nav_toggle.is-active .global_nav_toggle_bar-top {
  transform: translateY(-13px) rotate(-40deg);
}
.global_nav_toggle.is-active .global_nav_toggle_bar-btm {
  transform: translateY(16px) rotate(40deg);
}
@media (max-width: 919px) {
  .global_nav_overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    transition: all 0.3s linear;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/common/header_bg.png);
    background-image: image-set(url(../img/common/header_bg.png) 1x, url(../img/common/header_bg@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/header_bg.png) 1x, url(../img/common/header_bg@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 919px) {
  .global_nav_overlay.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 920px) {
  .global_nav_overlay.noise-layer::after {
    display: none;
  }
}
@media (min-width: 920px) {
  .global_nav_overlay.gradient-blue {
    background: transparent;
  }
}
@media (max-width: 919px) {
  .global_nav_container {
    padding: 46px 40px 140px;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
    height: max-content;
  }
}
.global_nav_container .menu_logo {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .global_nav_container .menu_logo {
    display: none;
  }
}
.global_nav_container .menu_address {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 920px) {
  .global_nav_container .menu_address {
    display: none;
  }
}
.global_nav_list {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 919px) {
  .global_nav_list {
    gap: 0;
    margin-bottom: 52px;
  }
}
@media (min-width: 920px) {
  .global_nav_list {
    flex-direction: row;
    gap: 1em;
    width: auto;
  }
}
@media (min-width: 920px) and (min-width: 1200px) {
  .global_nav_list {
    gap: 2em;
  }
}
@media (min-width: 920px) {
  .global_nav_list_item {
    display: flex;
    align-items: center;
  }
}
.global_nav_list_item_sp {
  display: block;
}
@media (min-width: 920px) {
  .global_nav_list_item_sp {
    display: none;
  }
}
.global_nav_list_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  transition: opacity 0.3s ease-out;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 920px) {
  .global_nav_list_link {
    display: block;
    font-size: 16px;
    padding: 0;
    color: #111;
  }
}
.global_nav_list_link.policy {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
.global_nav_list_link img {
  display: block;
}
@media (min-width: 920px) {
  .global_nav_list_link img {
    display: none;
  }
}
@media (min-width: 920px) {
  .global_nav_list_link_btn {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #111;
    border: 1px solid #111;
    padding: 11px 23px;
    border-radius: 999px;
    width: fit-content;
    transition: background-color 0.3s ease;
  }
}
.global_nav_list_link_btn .text {
  color: #fff;
  transition: color 0.3s ease;
}
.global_nav_list_link_btn .icon {
  display: none;
}
@media (min-width: 920px) {
  .global_nav_list_link_btn .icon {
    display: inline-block;
    background-color: #fff;
    -webkit-mask-image: url("../img/common/contact_icon.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url("../img/common/contact_icon.svg");
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    width: 24px;
    height: 24px;
    transition: background-color 0.3s ease;
  }
}
@media (min-width: 920px) {
  .global_nav_list_link_btn:hover {
    background-color: #fff;
  }
}
@media (min-width: 920px) {
  .global_nav_list_link_btn:hover .text {
    color: #111;
  }
}
@media (min-width: 920px) {
  .global_nav_list_link_btn:hover .icon {
    background-color: #111;
  }
}

.site_header {
  background: transparent;
  transition: background 0.3s ease, padding 0.3s ease;
}
.site_header.is-scrolled {
  background: #fff;
}
.site_header.is-scrolled .site_header_logo {
  opacity: 1;
  pointer-events: auto;
}

.site_header.is-scrolled {
  padding: 16px 24px 16px 12px;
}
@media (min-width: 920px) {
  .site_header.is-scrolled {
    padding: 10px 12px;
  }
}

/*フッターのスタイル*/
.site_footer_wrap {
  padding-top: 120px;
  background-color: #f7f7f7;
}

.site_footer {
  padding: 20px 0 0;
  position: relative;
  background-color: #008cc1;
}
@media (min-width: 920px) {
  .site_footer {
    padding: 160px 0 0;
    background-color: #f7f7f7;
  }
}
.site_footer.noise-layer::after {
  display: block;
}
@media (min-width: 920px) {
  .site_footer.noise-layer::after {
    display: none;
  }
}
.site_footer_top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .site_footer_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    z-index: 1;
    margin: 0;
    max-width: none;
    gap: 40px;
  }
}
.site_footer_top_item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 62px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (min-width: 920px) {
  .site_footer_top_item {
    width: min(45vw, 540px);
    padding: min(4.4444444444vw, 64px) min(2.7777777778vw, 40px);
  }
}
.site_footer_top_item_title {
  text-align: center;
}
.site_footer_top_item_title_en {
  font-size: 32px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  padding-left: 40px;
  position: relative;
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .site_footer_top_item_title_en {
    font-size: 48px;
  }
}
.site_footer_top_item_title_en::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/title_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 920px) {
  .site_footer_top_item_title_en::before {
    width: 24px;
    height: 24px;
  }
}
.site_footer_top_item_title_ja {
  font-size: 16px;
  font-weight: 700;
}
.site_footer_body {
  background-color: #008cc1;
  padding: 41px 0 40px;
}
@media (min-width: 920px) {
  .site_footer_body {
    padding: 231px 0 80px;
  }
}
.site_footer_body_top {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto 62px;
  gap: 30px;
}
@media (min-width: 920px) {
  .site_footer_body_top {
    padding: 0 0 46px 0;
    border-bottom: 1px solid #ffffff;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin: 0 0 42px 0;
  }
}
@media (max-width: 919px) {
  .site_footer_body_top_wrap {
    width: 100%;
  }
}
.site_footer_body_top .pagetop {
  width: 80px;
  height: 80px;
}
@media (min-width: 920px) {
  .site_footer_body_top .pagetop {
    width: 96px;
    height: 96px;
  }
}
.site_footer_body_nav {
  display: flex;
  gap: 14px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .site_footer_body_nav {
    flex-direction: row;
    margin-bottom: 26px;
    gap: 32px;
  }
}
.site_footer_body_nav_item {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 920px) {
  .site_footer_body_nav_item {
    font-size: 20px;
  }
}
@media (max-width: 919px) {
  .site_footer_body_nav_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site_footer_body_nav_item a img {
  display: block;
}
@media (min-width: 920px) {
  .site_footer_body_nav_item a img {
    display: none;
  }
}
.site_footer_body_policy {
  display: flex;
}
.site_footer_body_policy .policy {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 920px) {
  .site_footer_body_policy .policy {
    width: auto;
    font-size: 13px;
  }
}
.site_footer_body_policy .policy img {
  display: block;
}
@media (min-width: 920px) {
  .site_footer_body_policy .policy img {
    display: none;
  }
}
.site_footer_body_policy .copyright {
  display: none;
}
@media (min-width: 920px) {
  .site_footer_body_policy .copyright {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #fff;
  }
}
.site_footer_body_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  gap: 18px;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .site_footer_body_bottom {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.site_footer_body_bottom .address {
  font-size: 13px;
  color: #fff;
}

.sp_content {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (min-width: 920px) {
  .sp_content {
    display: none;
  }
}

@media (max-width: 919px) {
  .page_contents_company .page_contents_top img {
    object-position: center center;
  }
}

.philosophy {
  position: relative;
}
.philosophy::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(87.7083333333vw, 1263px);
  height: min(60.5555555556vw, 872px);
  background-image: url(../img/company/philosophy_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.philosophy_top {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  gap: 20px;
}
@media (min-width: 920px) {
  .philosophy_top {
    gap: 0;
    justify-content: space-between;
    flex-direction: row;
  }
}
.philosophy_top_catch {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .philosophy_top_catch {
    font-size: min(6.4516129032vw, 80px);
  }
}
.philosophy_top_text {
  font-size: 16px;
}
@media (min-width: 920px) {
  .philosophy_top_text {
    padding-top: min(13.064516129vw, 162px);
    font-size: min(1.935483871vw, 24px);
  }
}
.philosophy_top_text .underline {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: #48b4dd;
  text-underline-offset: -6px;
  text-decoration-skip-ink: none;
}
.philosophy_slider {
  margin-right: calc(50% - 50vw);
}
.philosophy_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.philosophy_slider .swiper-slide {
  width: max-content;
}
.philosophy_slider_item {
  width: 200px;
  height: auto;
}
@media (min-width: 920px) {
  .philosophy_slider_item {
    width: 29.8611111111vw;
    height: 38.8888888889vw;
  }
}

.mission {
  padding-top: 100px;
}
@media (min-width: 920px) {
  .mission {
    padding-top: 120px;
  }
}
.mission .page_section_title {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .mission .page_section_title {
    margin-bottom: 80px;
  }
}
.mission_body {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media (min-width: 920px) {
  .mission_body {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mission_body_img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .mission_body_img {
    width: min(48.3870967742vw, 600px);
  }
}
.mission_body_img img {
  width: 100%;
}
@media (min-width: 920px) {
  .mission_body_text {
    width: min(38.7096774194vw, 480px);
  }
}
.mission_body_text_top {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .mission_body_text_top {
    font-size: min(3.3333333333vw, 40px);
    margin-bottom: 40px;
  }
}
.mission_body_text_inr {
  font-size: 16px;
}

.value {
  padding-top: 100px;
}
@media (min-width: 920px) {
  .value {
    padding-top: 126px;
  }
}
.value_body {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 920px) {
  .value_body {
    flex-direction: row;
    justify-content: space-between;
  }
}
.value_body_text_item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .value_body_text_item {
    padding-left: 30px;
    margin-bottom: 46px;
  }
}
.value_body_text_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #111;
  width: 6px;
  height: 6px;
}
@media (min-width: 920px) {
  .value_body_text_item::before {
    top: 20px;
    width: 8px;
    height: 8px;
  }
}
.value_body_text_item:last-child {
  margin-bottom: 0;
}
.value_body_text_item_en {
  font-family: "Syne", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #008cc1;
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .value_body_text_item_en {
    margin-bottom: 8px;
    font-size: 48px;
  }
}
.value_body_text_item_ja {
  font-size: 16px;
}
.value_body::before {
  position: absolute;
  content: "";
  top: -200px;
  left: -220px;
  width: 480px;
  height: 480px;
  background-image: image-set(url("../img/company/value_bg.png") 1x, url("../img/company/value_bg@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 920px) {
  .value_body::before {
    width: 720px;
    height: 720px;
  }
}

.overview {
  padding-top: 100px;
}
@media (min-width: 920px) {
  .overview {
    padding-top: 122px;
  }
}
.overview .page_section_title {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .overview .page_section_title {
    margin-bottom: 80px;
  }
}
.overview_body {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 920px) {
  .overview_body {
    flex-direction: row;
    justify-content: space-between;
  }
}
.overview_body iframe {
  border-radius: 16px;
  width: 100%;
  height: 257px;
}
@media (min-width: 920px) {
  .overview_body iframe {
    width: 544px;
    height: 514px;
  }
}
.overview_body dl {
  display: grid;
  grid-template-columns: 1fr;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 920px) {
  .overview_body dl {
    width: 496px;
    grid-template-columns: 13.5% 1fr;
  }
}
.overview_body dl dt {
  font-weight: 700;
  color: #008cc1;
  font-size: 16px;
  padding: 14px 0 0;
  position: relative;
  border-top: 2px solid #d9d9d9;
}
@media (min-width: 920px) {
  .overview_body dl dt {
    border-top: 2px solid #008cc1;
    font-size: 16px;
    padding: 16px 0 14px;
    margin-bottom: 0;
  }
}
@media (max-width: 919px) {
  .overview_body dl dt::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 16%;
    height: 2px;
    background: #008cc1;
  }
}
.overview_body dl dd {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  padding: 0 0 14px;
}
@media (min-width: 920px) {
  .overview_body dl dd {
    line-height: 1.75;
    font-size: 16px;
    padding: 16px 0 14px 24px;
    border-top: 2px solid #d9d9d9;
  }
}
.overview_body dl dd .item {
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .overview_body dl dd .item {
    margin-bottom: 20px;
  }
}
.overview_body dl dd .item .bold {
  font-weight: 700;
}

.service_item {
  padding-top: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 920px) {
  .service_item {
    margin-bottom: 120px;
  }
}
.service_item .label {
  position: absolute;
  top: -58px;
  max-width: 280px;
}
@media (min-width: 920px) {
  .service_item .label {
    max-width: none;
  }
}
.service_item .label_left {
  left: 0;
}
.service_item .label_left .label_text {
  position: absolute;
  left: 18px;
  top: 50%;
  display: flex;
  gap: 74px;
  width: max-content;
}
@media (min-width: 920px) {
  .service_item .label_left .label_text {
    left: 58px;
    gap: 114px;
  }
}
.service_item .label_right {
  right: 0;
}
.service_item .label_right .label_text {
  position: absolute;
  right: 18px;
  top: 50%;
  display: flex;
  gap: 74px;
  width: max-content;
}
@media (min-width: 920px) {
  .service_item .label_right .label_text {
    right: 58px;
    gap: 114px;
  }
}
.service_item .label_text .num {
  font-size: 18px;
  font-weight: 500;
  color: #008cc1;
  position: relative;
  font-family: "Syne", sans-serif;
}
@media (min-width: 920px) {
  .service_item .label_text .num {
    font-size: 24px;
  }
}
.service_item .label_text .num::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -68px;
  width: 60px;
  height: 1px;
  background-color: #008cc1;
}
@media (min-width: 920px) {
  .service_item .label_text .num::before {
    right: -100px;
    width: 86px;
  }
}
.service_item .label_text .text {
  font-size: 18px;
  font-weight: 500;
  color: #008cc1;
  font-family: "Syne", sans-serif;
}
@media (min-width: 920px) {
  .service_item .label_text .text {
    font-size: 24px;
  }
}
.service_item:first-child .service_item_body_text_top {
  line-height: 1.2;
}
.service_item:last-child {
  margin-bottom: 0;
}
.service_item_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  .service_item_body {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 82px;
  }
}
.service_item_body.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 920px) {
  .service_item_body.reverse {
    flex-direction: row;
  }
}
.service_item_body_img {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .service_item_body_img {
    width: min(50vw, 600px);
    border-radius: 16px;
  }
}
.service_item_body_img img {
  width: 100%;
}
.service_item_body_text {
  position: relative;
}
@media (min-width: 920px) {
  .service_item_body_text {
    width: min(40vw, 480px);
  }
}
.service_item_body_text .btn {
  margin: 0 auto;
}
@media (min-width: 920px) {
  .service_item_body_text .btn {
    margin: 0;
  }
}
.service_item_body_text_top {
  font-size: min(6.4vw, 24px);
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .service_item_body_text_top {
    font-size: min(3.3333333333vw, 40px);
    margin-bottom: 40px;
  }
}
.service_item_body_text_top .sub {
  font-size: 18px;
}
@media (min-width: 920px) {
  .service_item_body_text_top .sub {
    font-size: min(2vw, 24px);
  }
}
.service_item_body_text_inr {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  .service_item_body_text_inr {
    margin-bottom: 40px;
  }
}
.service_item_body_text_inr .gray {
  font-size: 13px;
  color: #969696;
}
.service_item_body_text .text_btn {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: max-content;
}
@media (min-width: 920px) {
  .service_item_body_text .text_btn {
    right: 0;
    transform: none;
    width: fit-content;
  }
}

#service01,
#service02,
#service03,
#service04,
#service05 {
  scroll-margin-top: 120px;
}

.works_category_filter {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .works_category_filter {
    margin-bottom: 80px;
  }
}
.works_category_filter_head {
  font-size: 28px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  margin-bottom: 18px;
  line-height: 1;
}
@media (min-width: 920px) {
  .works_category_filter_head {
    text-align: center;
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.works_category_filter .category_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 920px) {
  .works_category_filter .category_list {
    justify-content: center;
    gap: 16px;
  }
}
.works_category_filter .category_list li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 7px 11px;
  background-color: #008cc1;
  border: 1px solid #008cc1;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 920px) {
  .works_category_filter .category_list li a:hover {
    background-color: #ebebeb;
    border-color: #d9d9d9;
    color: #969696;
  }
}
.works_category_filter .category_list li a.active {
  background-color: #ebebeb;
  border-color: #d9d9d9;
  color: #969696;
}

.works_body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 920px) {
  .works_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.3333333333vw, 40px);
  }
}
.works_body_item a {
  display: inline-block;
  width: 100%;
}
@media (min-width: 920px) {
  .works_body_item a:hover img {
    transform: scale(1.05);
  }
}
@media (min-width: 920px) {
  .works_body_item a:hover .works_body_item_title {
    color: #008cc1;
  }
}
.works_body_item_thumb {
  width: 100%;
  height: 60vw;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .works_body_item_thumb {
    width: min(45vw, 540px);
    height: min(30vw, 360px);
    border-radius: 20px;
    margin-bottom: 26px;
  }
}
.works_body_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.works_body_item_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.works_body_item_cat {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #008cc1;
  border-radius: 4px;
  padding: 3px 8px 1px;
  width: fit-content;
}
.works_body_item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  transition: color 0.3s ease;
}
@media (min-width: 920px) {
  .works_body_item_title {
    font-size: min(1.6363636364vw, 18px);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.pagination .pagination_list {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media (min-width: 920px) {
  .pagination .pagination_list {
    gap: 16px;
  }
}
.pagination .pagination_list .pagination_item:first-child {
  margin-right: 8px;
}
@media (min-width: 920px) {
  .pagination .pagination_list .pagination_item:first-child {
    margin-right: 30px;
  }
}
.pagination .pagination_list .pagination_item:last-child {
  margin-left: 8px;
}
@media (min-width: 920px) {
  .pagination .pagination_list .pagination_item:last-child {
    margin-left: 30px;
  }
}
.pagination .pagination_list .pagination_item .circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #008cc1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .pagination .pagination_list .pagination_item .circle {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 920px) {
  .pagination .pagination_list .pagination_item .circle:hover {
    background-color: #d9d9d9;
    color: #111;
  }
}
.pagination .pagination_list .pagination_item .circle.dots {
  background-color: transparent;
  color: #111;
  width: 14px;
  height: 14px;
}
.pagination .pagination_list .pagination_item .circle.arrow {
  width: 30px;
  height: 30px;
  padding: 0;
}
@media (min-width: 920px) {
  .pagination .pagination_list .pagination_item .circle.arrow {
    width: 56px;
    height: 56px;
  }
}
.pagination .pagination_list .pagination_item.active .circle {
  background-color: #d9d9d9;
  color: #111;
  pointer-events: none;
}
.pagination .pagination_list .pagination_item.disabled .circle {
  opacity: 0.4;
  pointer-events: none;
}
.pagination .pagination_list .pagination_item .mask {
  width: 16px;
  height: 11px;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media (min-width: 920px) {
  .pagination .pagination_list .pagination_item .mask {
    width: 22px;
    height: 17px;
  }
}
.pagination .pagination_list .pagination_item .mask.prev {
  transform: scaleX(-1);
}

.single .works_body {
  display: flex;
  gap: 80px;
  flex-direction: column;
}
@media (min-width: 920px) {
  .single .works_body {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .single .works_body_content {
    width: 740px;
  }
}
.single .works_body_content_thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  .single .works_body_content_thumb {
    width: min(61.6666666667vw, 740px);
    height: min(41.0833333333vw, 493px);
    border-radius: 20px;
    margin-bottom: 64px;
  }
}
.single .works_body_content_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.single .works_body_content_category {
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
}
@media (min-width: 920px) {
  .single .works_body_content_category {
    margin-bottom: 24px;
  }
}
.single .works_body_content_category li {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 9px 8px 7px;
  background-color: #008cc1;
  border-radius: 4px;
}
.single .works_body_content_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .single .works_body_content_title {
    font-size: min(2.6666666667vw, 32px);
    line-height: 1.65;
    margin-bottom: 63px;
  }
}
.single .works_body_content_textArea {
  border-bottom: 1px solid #969696;
}
@media (min-width: 920px) {
  .single .works_body_content_textArea {
    width: min(61.6666666667vw, 740px);
  }
}
.single .works_body_content_textArea p {
  font-size: 16px;
  margin: 26px 0 32px;
}
@media (min-width: 920px) {
  .single .works_body_content_textArea p {
    margin: 26px 0 64px;
  }
}
.single .works_body_content_textArea h2.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #008cc1;
  border-radius: 5px;
  color: #fff;
  padding: 10px 12px 10px 24px;
  position: relative;
  margin-bottom: 26px;
}
@media (min-width: 920px) {
  .single .works_body_content_textArea h2.wp-block-heading {
    font-size: min(2vw, 24px);
    padding: 12px 16px 12px 32px;
  }
}
.single .works_body_content_textArea h2.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  background-color: #fff;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 920px) {
  .single .works_body_content_textArea h2.wp-block-heading::before {
    left: 16px;
    height: 61%;
  }
}
.single .works_body_content_textArea h3.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #008cc1;
  position: relative;
  padding-left: 12px;
  margin-bottom: 26px;
}
@media (min-width: 920px) {
  .single .works_body_content_textArea h3.wp-block-heading {
    font-size: min(1.8518518519vw, 20px);
    padding-left: 16px;
  }
}
.single .works_body_content_textArea h3.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #008cc1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single .works_body_content .works_body_nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.single .works_body_content .works_body_nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  transition: color 0.3s ease;
}
.single .works_body_content .works_body_nav .nav_btn .circle {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #008cc1;
  border: 1px solid #008cc1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.single .works_body_content .works_body_nav .nav_btn .circle .mask {
  width: 10px;
  height: 7px;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.3s ease;
}
.single .works_body_content .works_body_nav .nav_btn.prev .mask {
  transform: scaleX(-1);
}
.single .works_body_content .works_body_nav .nav_btn .text {
  font-size: 16px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
}
@media (min-width: 920px) {
  .single .works_body_content .works_body_nav .nav_btn:hover {
    color: #008cc1;
  }
}
@media (min-width: 920px) {
  .single .works_body_content .works_body_nav .nav_btn:hover .circle {
    background-color: #fff;
  }
}
@media (min-width: 920px) {
  .single .works_body_content .works_body_nav .nav_btn:hover .circle .mask {
    background-color: #008cc1;
  }
}
.single .works_body_side {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .single .works_body_side {
    width: 300px;
    max-width: none;
    margin: 0;
  }
}
.single .works_body_side_head {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #008cc1;
  font-family: "Syne", sans-serif;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 919px) {
  .single .works_body_side_latest {
    max-width: 400px;
    margin: 0 auto;
  }
}
.single .works_body_side_latest .latest_list {
  margin-bottom: 80px;
}
.single .works_body_side_latest .latest_list_item {
  padding: 24px 0 22px;
  border-bottom: 2px dashed #d9d9d9;
  display: inline-block;
  width: 100%;
}
@media (min-width: 920px) {
  .single .works_body_side_latest .latest_list_item:hover img {
    transform: scale(1.05);
  }
}
@media (min-width: 920px) {
  .single .works_body_side_latest .latest_list_item:hover .list_item_title {
    color: #008cc1;
  }
}
.single .works_body_side_latest .latest_list_item .list_item_thumb {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 16px;
  width: 100%;
  height: 190px;
}
@media (min-width: 920px) {
  .single .works_body_side_latest .latest_list_item .list_item_thumb {
    width: 200px;
    height: 133px;
  }
}
.single .works_body_side_latest .latest_list_item .list_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}
.single .works_body_side_latest .latest_list_item .list_item_title {
  font-size: 14px;
  transition: color 0.3s ease;
}
.single .works_body_side_latest .latest_list_item .list_item_category {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 9px 8px 7px;
  background-color: #008cc1;
  border-radius: 4px;
  width: fit-content;
}
.single .works_body_side_latest .latest_list_item .list_item_category_group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
}
.single .works_body_side_category .category_list_item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
@media (min-width: 920px) {
  .single .works_body_side_category .category_list_item {
    flex-direction: column;
    gap: 16px;
  }
}
.single .works_body_side_category .category_list_item li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 7px;
  background-color: #008cc1;
  border: 1px solid #008cc1;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 920px) {
  .single .works_body_side_category .category_list_item li a:hover {
    background-color: #ebebeb;
    border-color: #d9d9d9;
    color: #969696;
  }
}

.talent {
  position: relative;
}
.talent .section_title {
  margin-bottom: 64px;
}
@media (min-width: 920px) {
  .talent .section_title {
    margin-bottom: 84px;
  }
}
.talent_body {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.talent::before {
  position: absolute;
  content: "";
  background-color: #f7f7f7;
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
}
@media (min-width: 920px) {
  .talent::before {
    border-radius: 80px 80px 0 0;
    height: 80px;
    top: -80px;
  }
}
.talent_item {
  padding: 40px 20px 34px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .talent_item {
    flex-direction: row;
    padding: min(5.3333333333vw, 64px);
    margin-bottom: 40px;
  }
}
.talent_item:last-of-type {
  margin-bottom: 66px;
}
@media (min-width: 920px) {
  .talent_item:last-of-type {
    margin-bottom: 80px;
  }
}
.talent_item_info {
  flex: 1;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .talent_item_info {
    flex-direction: row;
    padding-right: min(4.5714285714vw, 64px);
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    gap: min(3.3333333333vw, 40px);
  }
}
.talent_item_info_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 920px) {
  .talent_item_info_img {
    width: min(18.8679245283vw, 200px);
    height: min(18.8679245283vw, 200px);
  }
}
.talent_item_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.talent_item_info_text .sns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 920px) {
  .talent_item_info_text .sns {
    justify-content: unset;
    gap: 24px;
  }
}
.talent_item_info_text .sns_item {
  transition: opacity 0.3s ease;
}
@media (max-width: 919px) {
  .talent_item_info_text .sns_item:nth-child(1) {
    width: 32px;
  }
}
@media (max-width: 919px) {
  .talent_item_info_text .sns_item:nth-child(2) {
    width: 31px;
  }
}
@media (max-width: 919px) {
  .talent_item_info_text .sns_item:nth-child(3) {
    width: 40px;
  }
}
.talent_item_info_text .sns_item img {
  width: 100%;
}
.talent_item_info_text .sns_item {
  transition: opacity 0.3s ease;
}
.talent_item_info_text .sns_item:hover {
  opacity: 0.5;
}
.talent_item_info_text .name_ja {
  text-align: center;
  font-size: min(8.5333333333vw, 28px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .talent_item_info_text .name_ja {
    text-align: left;
    font-size: min(3.0188679245vw, 32px);
  }
}
.talent_item_info_text .name_en {
  text-align: center;
  font-size: min(6.4vw, 20px);
  font-weight: 500;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .talent_item_info_text .name_en {
    text-align: left;
    font-size: min(2.2641509434vw, 24px);
  }
}
.talent_item_text {
  flex: 1;
  position: relative;
  padding-bottom: 56px;
}
@media (min-width: 920px) {
  .talent_item_text {
    margin-left: min(4.5714285714vw, 64px);
    padding-bottom: 46px;
  }
}
.talent_item_text .text_btn {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-content: center;
}
@media (min-width: 920px) {
  .talent_item_text .text_btn {
    justify-content: flex-end;
  }
}
.talent_item_text_inr {
  font-size: 16px;
}

.single .talent_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  .single .talent_body {
    flex-direction: row;
    justify-content: space-between;
  }
}
.single .talent_body_img {
  overflow: hidden;
  width: 100%;
  height: 109.7435897436vw;
}
@media (min-width: 920px) {
  .single .talent_body_img {
    width: min(46.6666666667vw, 560px);
    height: min(57.0833333333vw, 685px);
    top: 100px;
    position: sticky;
  }
}
.single .talent_body_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 920px) {
  .single .talent_body_text {
    width: 496px;
  }
}
.single .talent_body_text .name_ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 920px) {
  .single .talent_body_text .name_ja {
    font-size: 32px;
    text-align: left;
  }
}
.single .talent_body_text .name_en {
  font-size: 20px;
  font-weight: 500;
  font-family: "Syne", sans-serif;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 920px) {
  .single .talent_body_text .name_en {
    font-size: 24px;
    text-align: left;
  }
}
.single .talent_body_text .sns {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  justify-content: center;
}
@media (min-width: 920px) {
  .single .talent_body_text .sns {
    justify-content: flex-start;
  }
}
.single .talent_body_text .sns_item {
  transition: opacity 0.3s ease;
}
@media (min-width: 920px) {
  .single .talent_body_text .sns_item:hover {
    opacity: 0.5;
  }
}
.single .talent_body_text_contents {
  display: grid;
  grid-template-columns: 1fr;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 920px) {
  .single .talent_body_text_contents {
    width: 496px;
    grid-template-columns: 13.5% 1fr;
  }
}
.single .talent_body_text_contents dt {
  font-weight: 700;
  color: #008cc1;
  font-size: 16px;
  margin-bottom: 4px;
  position: relative;
  border-top: 2px solid #d9d9d9;
  padding: 14px 0 0;
}
@media (min-width: 920px) {
  .single .talent_body_text_contents dt {
    border-top: 2px solid #008cc1;
    font-size: 16px;
    padding: 16px 0 14px;
    margin-bottom: 0;
  }
}
@media (max-width: 919px) {
  .single .talent_body_text_contents dt::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #008cc1;
  }
}
.single .talent_body_text_contents dd {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  padding: 0 0 14px;
}
@media (min-width: 920px) {
  .single .talent_body_text_contents dd {
    line-height: 1.75;
    font-size: 16px;
    padding: 16px 0 14px 24px;
    border-top: 2px solid #d9d9d9;
  }
}
.single .talent_body_text_contents dd .item {
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .single .talent_body_text_contents dd .item {
    margin-bottom: 20px;
  }
}
.single .talent_body_text_contents dd .item .bold {
  font-weight: 700;
}
.single .talent_body_text_contents dd .activity {
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .single .talent_body_text_contents dd .activity {
    margin-bottom: 22px;
  }
}
.single .talent_body_text_contents dd .activity:last-child {
  margin-bottom: 0;
}
.single .talent_body_text_contents dd .activity .year {
  font-weight: 700;
}
.single .talent_body_text_contents dd .activity .contents li {
  padding-left: 12px;
  position: relative;
}
.single .talent_body_text_contents dd .activity .contents li::before {
  position: absolute;
  content: "";
  background-color: #111;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  left: 0;
  top: 10px;
}
@media (min-width: 920px) {
  .single .talent_body_text_contents dd .activity .contents li::before {
    top: 12px;
  }
}
.single .talent_body_nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.single .talent_body_nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  transition: color 0.3s ease;
}
.single .talent_body_nav .nav_btn .circle {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #008cc1;
  border: 1px solid #008cc1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.single .talent_body_nav .nav_btn .circle .mask {
  width: 10px;
  height: 7px;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.3s ease;
}
.single .talent_body_nav .nav_btn.prev .mask {
  transform: scaleX(-1);
}
.single .talent_body_nav .nav_btn .text {
  font-size: 16px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
}
@media (min-width: 920px) {
  .single .talent_body_nav .nav_btn:hover {
    color: #008cc1;
  }
}
@media (min-width: 920px) {
  .single .talent_body_nav .nav_btn:hover .circle {
    background-color: #fff;
  }
}
@media (min-width: 920px) {
  .single .talent_body_nav .nav_btn:hover .circle .mask {
    background-color: #008cc1;
  }
}

.policy_top {
  font-size: 14px;
  margin-bottom: 44px;
}
@media (min-width: 920px) {
  .policy_top {
    font-size: 16px;
  }
}

.policy_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  .policy_body {
    gap: 42px;
  }
}
.policy_body_item {
  border-radius: 8px;
  overflow: hidden;
}
.policy_body_item_top {
  background-color: rgba(0, 140, 193, 0.1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 20px;
}
@media (min-width: 920px) {
  .policy_body_item_top {
    padding: 28px 32px;
    font-size: 24px;
  }
}
.policy_body_item_text {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 920px) {
  .policy_body_item_text {
    padding: 40px;
  }
}
.policy_body_item_text_inr {
  font-size: 14px;
}
@media (min-width: 920px) {
  .policy_body_item_text_inr {
    font-size: 16px;
  }
}
.policy_body_item_text_inr.list_top {
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .policy_body_item_text_inr.list_top {
    margin-bottom: 30px;
  }
}
.policy_body_item_text_list {
  padding-left: 20px;
  margin: 0;
}
.policy_body_item_text_list li {
  font-size: 14px;
}
@media (min-width: 920px) {
  .policy_body_item_text_list li {
    font-size: 16px;
  }
}
.policy_body_item_text ul li {
  font-size: 14px;
  padding-left: 12px;
  position: relative;
}
@media (min-width: 920px) {
  .policy_body_item_text ul li {
    font-size: 16px;
  }
}
.policy_body_item_text ul li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #111;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
@media (min-width: 920px) {
  .policy_body_item_text ul li::before {
    top: 11px;
  }
}
.policy_body .margin {
  margin: 16px 0;
}
@media (min-width: 920px) {
  .policy_body .margin {
    margin: 30px 0;
  }
}
.policy_body .margin_top {
  margin-top: 16px;
}
@media (min-width: 920px) {
  .policy_body .margin_top {
    margin-top: 30px;
  }
}

.breadcrumbs_contact {
  margin-bottom: 100px !important;
}

.form_text {
  margin-bottom: 62px;
}
.form_text_top {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .form_text_top {
    font-size: 32px;
  }
}
.form_text_bottom {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.form_content {
  max-width: 642px;
  margin: 0 auto;
}
.form_content .form_item {
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .form_content .form_item {
    margin-bottom: 30px;
  }
}
.form_content .form_item_label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 920px) {
  .form_content .form_item_label {
    margin-bottom: 12px;
  }
}
.form_content .form_item input,
.form_content .form_item text,
.form_content .form_item textarea,
.form_content .form_item select {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  padding: 10px 16px;
}
.form_content .form_item textarea {
  height: 260px;
  resize: none;
}
.form_content .form_item select {
  height: 51px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/contact/select_arrow.svg") no-repeat right 16px center;
  background-size: 24px 24px;
  padding-right: 16px;
  background-color: #fff;
}
.form_bottom {
  text-align: center;
}
.form_bottom .wpcf7-spinner {
  display: none !important;
}
.form_bottom .wpcf7-list-item {
  margin: 0 !important;
}
.form_consent {
  font-size: 14px;
  margin-bottom: 36px;
}
@media (min-width: 920px) {
  .form_consent {
    font-size: 16px;
  }
}
.form_consent .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form_submit input[type=submit] {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  padding: 13px 26px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 920px) {
  .form_submit input[type=submit]:hover {
    color: #111;
    background-color: #fff;
  }
}

.form_consent input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: pointer !important;
}/*# sourceMappingURL=base.css.map */