@charset "UTF-8";
/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}
@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}
@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}
/* ---------------------------------------------------------
    Variable
--------------------------------------------------------- */
/*BK #2b66b4*/
/* ---------------------------------------------------------
    fade
--------------------------------------------------------- */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay {
  transition-delay: 0.5s;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn.delay {
  transition-delay: 0.5s;
}

.oneTxt {
  visibility: hidden;
}
.oneTxt.is-ready {
  visibility: visible;
}
.oneTxt span {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  font-weight: 400;
  overflow-x: hidden;
  font-family: "見出ゴMB31", "Yu Gothic", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/glass.png) no-repeat center/cover;
  position: absolute;
  z-index: -1;
}

img {
  width: 100%;
  vertical-align: top;
}

.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 8%;
}

/* ---------------------------------------------------------
    Utility
--------------------------------------------------------- */
@media (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hide-pc {
    display: none !important;
  }
}
/* ---------------------------------------------------------
    site_header
--------------------------------------------------------- */
.site_header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.site_header.is_top_absolute.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.site_header .header_brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #000;
}
.site_header .header_brand .header_logo_img {
  width: 300px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
.site_header .header_toggle {
  display: none;
}
.site_header .header_nav .header_sp_brand {
  display: none;
}
.site_header .header_nav .header_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.site_header .header_nav .header_nav_list .header_nav_item .header_nav_link {
  display: inline-block;
  text-decoration: none;
}
.site_header .header_nav .header_nav_list .header_nav_item .header_nav_link:hover {
  opacity: 0.75;
}
.site_header .header_nav .header_nav_list .header_nav_item:first-child .header_nav_link {
  width: 64px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(2) .header_nav_link {
  width: 75px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(3) .header_nav_link {
  width: 70px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(4) .header_nav_link {
  width: 64px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(5) .header_nav_link {
  width: 75px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(6) .header_nav_link {
  width: 123px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(7) .header_nav_link {
  width: 88px;
}
.site_header .header_nav .header_sns {
  display: none;
}

@media (max-width: 767px) {
  .site_header {
    height: 90px;
  }
  .site_header .inner {
    gap: 15px;
    padding: 0 8% !important;
  }
  .site_header .header_brand .header_logo_img {
    width: 240px;
  }
  .site_header .header_toggle {
    display: grid;
    width: 45px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 110;
  }
  .site_header .header_toggle .header_toggle_line {
    width: 45px;
    height: 2px;
    background: #000;
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
    position: absolute;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(1) {
    top: 0;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(3) {
    bottom: 0;
  }
  .site_header .header_nav {
    position: fixed;
    inset: 0;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 70px 20px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .site_header .header_nav .header_sp_brand {
    display: grid;
    place-items: center;
    margin: 0 0 34px;
  }
  .site_header .header_nav .header_sp_brand .header_sp_brand_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .site_header .header_nav .header_sp_brand .header_sp_brand_img {
    width: 320px;
    height: auto;
    display: block;
  }
  .site_header .header_nav .header_nav_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }
  .site_header .header_nav .header_nav_list .header_nav_item .header_nav_link {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:first-child .header_nav_link {
    width: 70px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(2) .header_nav_link {
    width: 82px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(3) .header_nav_link {
    width: 77px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(4) .header_nav_link {
    width: 70px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(5) .header_nav_link {
    width: 82px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(6) .header_nav_link {
    width: 135px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(7) .header_nav_link {
    width: 97px;
  }
  .site_header .header_nav .header_sns {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
  }
  .site_header .header_nav .header_sns .header_sns_item {
    width: 35px;
  }
  .site_header .header_nav .header_sns .header_sns_item:last-child {
    width: 80px;
  }
  .site_header .header_nav .header_sns .header_sns_item .header_sns_link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .site_header .header_nav .header_sns .header_sns_item .header_sns_icon {
    width: 100%;
    display: block;
  }
  body.is_header_open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
  }
  body.is_header_open .site_header .header_nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  body.is_header_open .site_header .header_toggle {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(1) {
    transform: translateY(14px) rotate(30deg);
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(2) {
    opacity: 0;
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(3) {
    transform: translateY(-14px) rotate(-30deg);
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.site_footer {
  padding: 160px 0 80px;
  position: relative;
}
.site_footer .f_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.site_footer .inner {
  position: relative;
}
.site_footer .inner .f_wrap {
  position: relative;
}
.site_footer .footer_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: start;
}
.site_footer .footer_left .footer_brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site_footer .footer_left .footer_brand .footer_logo {
  width: 430px;
  flex: 0 0 auto;
  position: relative;
}
.site_footer .footer_left .footer_brand .footer_logo .link {
  position: absolute;
  inset: 0;
}
.site_footer .footer_left .footer_brand .footer_logo .footer_logo_img {
  width: 100%;
  height: auto;
  display: block;
}
.site_footer .footer_left .footer_info {
  margin-top: 45px;
}
.site_footer .footer_left .footer_info .footer_info_line {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}
.site_footer .footer_left .footer_share {
  margin-top: 110px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.site_footer .footer_left .footer_share .footer_share_label {
  margin: 0;
  width: 75px;
}
.site_footer .footer_left .footer_share .footer_share_rule {
  width: 0.7px;
  height: 35px;
  background: #000;
  display: inline-block;
  margin: 0 8px;
}
.site_footer .footer_left .footer_share .footer_share_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item {
  width: 27px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item:last-child {
  width: 63px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item .footer_share_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item .footer_share_ico {
  width: 100%;
}
.site_footer .footer_nav {
  justify-self: end;
  padding-top: 18px;
}
.site_footer .footer_nav .footer_nav_list {
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 90px;
  row-gap: 30px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item {
  width: fit-content;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item .footer_nav_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item .footer_nav_link:hover {
  opacity: 0.75;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:first-child .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(2) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(3) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(4) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(5) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(6) .footer_nav_link {
  width: 160px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(7) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(8) .footer_nav_link {
  width: 140px;
}
.site_footer .footer_bottom {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.site_footer .footer_bottom .footer_copy {
  margin: 0;
  width: 580px;
}

/* ---------------------------------------------------------
    SP
  --------------------------------------------------------- */
@media (max-width: 767px) {
  .site_footer {
    padding: 90px 0 30px;
  }
  .site_footer .inner {
    position: static;
    text-align: center;
  }
  .site_footer .inner .f_wrap {
    display: contents;
  }
  .site_footer .footer_top {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
    justify-items: center;
  }
  .site_footer .footer_left {
    width: 100%;
    display: grid;
    justify-items: center;
  }
  .site_footer .footer_left .footer_brand {
    justify-content: center;
  }
  .site_footer .footer_left .footer_brand .footer_logo {
    width: 270px;
  }
  .site_footer .footer_left .footer_info {
    margin-top: 22px;
  }
  .site_footer .footer_left .footer_info .footer_info_line {
    font-size: 14px;
    line-height: 1.9;
  }
  .site_footer .footer_left .footer_share {
    margin-top: 34px;
    justify-content: center;
    gap: 14px;
  }
  .site_footer .footer_left .footer_share .footer_share_label {
    width: 63px;
  }
  .site_footer .footer_left .footer_share .footer_share_rule {
    height: 24px;
  }
  .site_footer .footer_left .footer_share .footer_share_list {
    gap: 14px;
  }
  .site_footer .footer_left .footer_share .footer_share_list .footer_share_item {
    width: 22.5px;
  }
  .site_footer .footer_left .footer_share .footer_share_list .footer_share_item:last-child {
    width: 54px;
  }
  .site_footer .footer_nav {
    display: none;
  }
  .site_footer .footer_bottom {
    position: static;
    margin-top: 34px;
    margin: 34px auto 0;
  }
  .site_footer .footer_bottom .footer_copy {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 8% !important;
  }
}
/* ---------------------------------------------------------
    header
--------------------------------------------------------- */
.site_header {
  width: 100%;
  height: 90px;
  position: absolute;
  /* 初期状態 */
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  top: 100vh !important;
  top: 100svh !important;
}
.site_header .inner {
  gap: 15px;
}
.site_header.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header.is_top_absolute {
  position: absolute;
  /* JavaScriptで計算された top が入る */
}
.site_header.is_fixed {
  position: fixed !important;
  top: 0 !important;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  /* 固定される瞬間のアニメーションが必要ならここに追加 */
}

/* ---------------------------------------------------------
    mainVisual
--------------------------------------------------------- */
.sect_mainVisual {
  width: 100%;
  height: 100vh;
}
.sect_mainVisual .mainVisual {
  display: flex;
  height: 100vh;
  position: relative;
}
.sect_mainVisual .mainVisual .panel {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.sect_mainVisual .mainVisual .base {
  position: absolute;
  inset: -2px;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.sect_mainVisual .mainVisual {
  /* 上（被さってくる） */
}
.sect_mainVisual .mainVisual .overlay {
  position: absolute;
  inset: -2px;
  z-index: 2;
  /* 初期値：JSで方向に合わせて上書き */
  will-change: transform;
  backface-visibility: hidden;
}
.sect_mainVisual .mainVisual .overlay.is-animating {
  transition: transform 800ms ease;
}
.sect_mainVisual .mainVisual .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  backface-visibility: hidden;
}
.sect_mainVisual .mainVisual .srcs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect_mainVisual .mainVisual .srcs img.sp {
  display: none;
}
.sect_mainVisual .mainVisual .logo {
  width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.sect_mainVisual .scroll {
  display: none;
}
.sect_mainVisual .header_toggle.sp {
  display: none;
}

:root {
  --vh: 1svh;
  --sat: env(safe-area-inset-top, 0px);
  --sar: env(safe-area-inset-right, 0px);
  --sab: env(safe-area-inset-bottom, 0px);
  --sal: env(safe-area-inset-left, 0px);
}

@media (max-width: 767px) {
  .sect_mainVisual {
    width: 100%;
    /* 100vhではなく、svhを優先しつつJSでの上書きを待つ */
    position: relative;
    overflow: hidden;
    height: 100vh;
    height: 100svh;
  }
  .sect_mainVisual .mainVisual {
    flex-direction: column;
    height: 100%;
  }
  .sect_mainVisual .mainVisual .panel {
    width: 100%;
    height: 50vh;
    height: 50svh;
  }
  .sect_mainVisual .mainVisual .base {
    position: absolute;
    inset: -2px;
    background-size: cover;
    background-position: center;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .sect_mainVisual .mainVisual {
    /* 上（被さってくる） */
  }
  .sect_mainVisual .mainVisual .overlay {
    position: absolute;
    inset: -2px;
    z-index: 2;
    /* 初期値：JSで方向に合わせて上書き */
    transform: translateY(-100%);
    will-change: transform;
    backface-visibility: hidden;
  }
  .sect_mainVisual .mainVisual .overlay.is-animating {
    transition: transform 800ms ease;
  }
  .sect_mainVisual .mainVisual .srcs .image.pc {
    display: none !important;
  }
  .sect_mainVisual .mainVisual .srcs .image.sp {
    display: block !important;
  }
  .sect_mainVisual .mainVisual .logo {
    width: clamp(0px, 78vw, 520px);
    position: absolute;
    top: 50.75%;
    /* 単純に50%に戻す */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* 他の要素より前面に */
    margin: 0;
  }
  .sect_mainVisual .scroll {
    display: block;
    position: absolute;
    z-index: 30;
    bottom: 50px;
    right: 8%;
  }
  .sect_mainVisual .scroll::before {
    content: "";
    width: 9.5px;
    height: 65px;
    background: url(../images/top/arrow.png) no-repeat center/cover;
    animation: scroll 1.8s infinite;
    position: absolute;
    left: 40%;
    top: -75px;
  }
  .sect_mainVisual .scroll span .image {
    width: 13.5px;
  }
  .sect_mainVisual .header_toggle {
    display: grid;
    width: 45px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 110;
  }
  .sect_mainVisual .header_toggle .header_toggle_line {
    width: 45px;
    height: 2px;
    background: #fff;
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
    position: absolute;
  }
  .sect_mainVisual .header_toggle .header_toggle_line:nth-child(1) {
    top: 0;
  }
  .sect_mainVisual .header_toggle .header_toggle_line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .sect_mainVisual .header_toggle .header_toggle_line:nth-child(3) {
    bottom: 0;
  }
  .sect_mainVisual .header_toggle.sp {
    display: block;
    position: absolute;
    top: 40px;
    right: 8%;
  }
  body.is_header_open .sect_mainVisual .header_toggle {
    top: 30px;
    right: 20px;
  }
  body.is_header_open .sect_mainVisual .header_toggle .header_toggle_line:nth-child(1) {
    transform: translateY(14px) rotate(30deg);
  }
  body.is_header_open .sect_mainVisual .header_toggle .header_toggle_line:nth-child(2) {
    opacity: 0;
  }
  body.is_header_open .sect_mainVisual .header_toggle .header_toggle_line:nth-child(3) {
    transform: translateY(-14px) rotate(-30deg);
  }
  body.is_header_open .sect_mainVisual .header_toggle.sp {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ---------------------------------------------------------
    vision
--------------------------------------------------------- */
.sect_vision {
  padding-top: 220px;
  position: relative;
}
.sect_vision .circle {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  z-index: -2;
  width: 60vw;
}
.sect_vision .inner {
  padding: 0 8% !important;
}
.sect_vision .vision {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.sect_vision .vision .left .sect_title {
  width: 700px;
}
.sect_vision .vision .left .sect_title .image.sp {
  display: none;
}
.sect_vision .vision .left .sentence {
  margin-top: 120px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.6rem;
  word-break: keep-all;
}
.sect_vision .vision .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.sect_vision .vision .right .page_title {
  width: 40px;
  margin-right: 75px;
}
.sect_vision .vision .right .btn {
  position: relative;
  width: 235px;
  transition: all 0.3s;
}
.sect_vision .vision .right .btn .link {
  position: absolute;
  inset: 0;
}
.sect_vision .vision .right .btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .sect_vision {
    padding-top: 130px;
  }
  .sect_vision .vision {
    gap: 20px;
    position: relative;
    padding-bottom: 100px;
  }
  .sect_vision .vision .left .sect_title {
    width: 195px;
  }
  .sect_vision .vision .left .sect_title .image.sp {
    display: block;
  }
  .sect_vision .vision .left .sect_title .image.pc {
    display: none;
  }
  .sect_vision .vision .left .sentence {
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.8rem;
  }
  .sect_vision .vision .right .page_title {
    width: 27px;
    margin-right: 0;
  }
  .sect_vision .vision .right .btn {
    position: absolute;
    width: 210px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ---------------------------------------------------------
    service
--------------------------------------------------------- */
.sect_service {
  margin-top: 90px;
  position: relative;
}
.sect_service .circle {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  z-index: -2;
  width: 80vw;
}
.sect_service .service .top {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.sect_service .service .top .left {
  width: 65%;
  max-width: 725px;
}
.sect_service .service .top .left .service_slider .item .image {
  border-radius: 0 60px 0 0;
}
.sect_service .service .top .right {
  margin: 75px 77px 0 0;
}
.sect_service .service .top .right .sect_title {
  width: 140px;
}
.sect_service .service .top .right .sect_title .image.sp {
  display: none;
}
.sect_service .service .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.sect_service .service .bottom .left .page_title {
  width: 40px;
  margin-left: 75px;
}
.sect_service .service .bottom .left .btn {
  margin-top: 70px;
  position: relative;
  width: 235px;
  transition: all 0.3s;
}
.sect_service .service .bottom .left .btn .link {
  position: absolute;
  inset: 0;
}
.sect_service .service .bottom .left .btn:hover {
  opacity: 0.7;
}
.sect_service .service .bottom .right .sentence {
  font-size: 20px;
  line-height: 2.6rem;
  text-align: right;
  font-weight: 600;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .sect_service {
    margin-top: 70px;
  }
  .sect_service .inner {
    padding: 0 8% !important;
  }
  .sect_service .service .top {
    display: block;
  }
  .sect_service .service .top .left {
    width: 100%;
    max-width: 100%;
  }
  .sect_service .service .top .left .service_slider .item .image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 70px 0 0;
  }
  .sect_service .service .top .right {
    margin: 0;
    padding: 40px 0 0;
  }
  .sect_service .service .top .right .sect_title {
    width: 225px;
    margin: 0 0 0 auto;
  }
  .sect_service .service .top .right .sect_title .image.sp {
    display: block;
  }
  .sect_service .service .top .right .sect_title .image.pc {
    display: none;
  }
  .sect_service .service .bottom {
    margin-top: 40px;
    align-items: flex-start;
    padding-bottom: 110px;
    position: relative;
  }
  .sect_service .service .bottom .left {
    display: contents;
  }
  .sect_service .service .bottom .left .page_title {
    margin: 0;
    width: 30px;
    margin-top: -110px;
  }
  .sect_service .service .bottom .left .btn {
    position: absolute;
    width: 215px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sect_service .service .bottom .right .sentence {
    font-size: 16px;
    line-height: 1.8rem;
    text-align: right;
  }
}
/* ---------------------------------------------------------
    topic
--------------------------------------------------------- */
.sect_topic {
  padding: 110px 0 140px;
  position: relative;
}
.sect_topic .topic_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.sect_topic .topic {
  position: relative;
  transition: all 0.3s;
}
.sect_topic .topic:hover {
  opacity: 0.7;
}
.sect_topic .topic .page_title {
  width: 345px;
  position: absolute;
  bottom: -20px;
  left: 50px;
}
.sect_topic .topic .link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sect_topic .topic .photo {
  width: 100%;
}
.sect_topic .topic .photo .image {
  border-radius: 0 90px 0 0;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.sect_topic .topic .btn {
  position: absolute;
  bottom: -25px;
  right: 50px;
  width: 280px;
}

@media (max-width: 767px) {
  .sect_topic {
    padding: 80px 0 180px;
  }
  .sect_topic .inner {
    padding: 0 8% !important;
  }
  .sect_topic .topic .page_title {
    width: 250px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sect_topic .topic .photo .image {
    border-radius: 0 30px 0 0;
  }
  .sect_topic .topic .btn {
    position: absolute;
    width: 250px;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ---------------------------------------------------------
  news
--------------------------------------------------------- */
.sect_news {
  padding: 100px 0 0;
}
.sect_news .news {
  max-width: 920px;
  margin: auto;
  /* 見出し＋フィルタ（左右に配置） */
}
.sect_news .news .news_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #000;
  padding: 0 20px 35px;
  box-sizing: border-box;
}
.sect_news .news .news_head .news_title {
  width: 335px;
}
.sect_news .news .news_head .news_more {
  width: 135px;
  transition: all 0.3s;
}
.sect_news .news .news_head .news_more:hover {
  opacity: 0.7;
}
.sect_news .news {
  /* 一覧（罫線で区切る） */
}
.sect_news .news .news_list {
  border-top: 0;
  transition: all 0.3s;
}
.sect_news .news .news_list:hover {
  opacity: 0.7;
}
.sect_news .news .news_list .news_row {
  border-bottom: 1px solid #000;
}
.sect_news .news .news_list .news_row .news_link {
  display: grid;
  grid-template-columns: 100px 100px 1fr;
  align-items: center;
  column-gap: 30px;
  padding: 30px 20px;
  text-decoration: none;
  color: inherit;
}
.sect_news .news .news_list .news_row .news_link .wrap {
  display: contents;
}
.sect_news .news .news_list .news_row .news_link .wrap .news_date {
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600;
}
.sect_news .news .news_list .news_row .news_link .wrap .news_tag {
  font-size: 18px;
  font-weight: 600;
  color: #005BAC;
  white-space: nowrap;
}
.sect_news .news .news_list .news_row .news_link .news_text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .sect_news {
    padding: 75px 0 0;
  }
  .sect_news .news {
    position: relative;
    padding-bottom: 70px;
  }
  .sect_news .news .news_head {
    display: contents;
  }
  .sect_news .news .news_head .news_title {
    text-align: center;
    order: 1;
    padding: 0 0 25px;
    width: 270px;
    margin: 0 auto;
  }
  .sect_news .news .news_head .news_more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sect_news .news .news_list {
    border-top: 1px solid #000;
  }
  .sect_news .news .news_list .news_row .news_link {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    gap: 10px;
    padding: 20px 10px;
  }
  .sect_news .news .news_list .news_row .news_link .wrap {
    display: block;
  }
  .sect_news .news .news_list .news_row .news_link .wrap .news_date {
    font-size: 16px;
    margin-right: 15px;
  }
  .sect_news .news .news_list .news_row .news_link .wrap .news_tag {
    font-size: 16px;
  }
  .sect_news .news .news_list .news_row .news_link .news_text {
    font-size: 16px;
    line-height: 1.6;
  }
}
/* ---------------------------------------------------------
    works
--------------------------------------------------------- */
.sect_works {
  padding: 100px 0 80px;
  position: relative;
}
.sect_works .works_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.sect_works .works_bg .image.sp {
  display: none;
}
.sect_works .works .works_head {
  margin-bottom: 50px;
}
.sect_works .works .works_head .works_title {
  width: 210px;
  padding-bottom: 25px;
}
.sect_works .works .works_head .works_line {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #000;
}
.sect_works .works .works_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 55px;
  align-items: start;
}
.sect_works .works .works_grid .works_card {
  min-width: 0;
  transition: all 0.3s;
}
.sect_works .works .works_grid .works_card:hover {
  opacity: 0.7;
}
.sect_works .works .works_grid .works_card .works_link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sect_works .works .works_grid .works_card .works_link .works_photo {
  border-radius: 0 26px 0 0;
  overflow: hidden;
}
.sect_works .works .works_grid .works_card .works_link .works_photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.sect_works .works .works_grid .works_card .works_link .works_cat {
  margin: 25px 0 15px;
}
.sect_works .works .works_grid .works_card .works_link .works_cat span {
  color: #3651a8;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  width: fit-content;
  padding: 2px 0;
}
.sect_works .works .works_grid .works_card .works_link .works_name {
  display: inline;
  width: fit-content;
  line-height: 1.5;
  font-size: 20px;
  background: #fff;
  font-weight: 600;
  padding: 2px 0;
}
.sect_works .works .btn {
  position: relative;
  width: 235px;
  margin: 60px auto 0;
  transition: all 0.3s;
}
.sect_works .works .btn .link {
  position: absolute;
  inset: 0;
}
.sect_works .works .btn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .sect_works {
    padding: 100px 0 60px;
  }
  .sect_works .works_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  .sect_works .works_bg .image.pc {
    display: none;
  }
  .sect_works .works_bg .image.sp {
    display: block;
  }
  .sect_works .inner {
    padding: 0 8% !important;
  }
  .sect_works .works .works_head .works_title {
    width: 150px;
  }
  .sect_works .works .works_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sect_works .works .btn {
    width: 200px;
  }
}
/* ---------------------------------------------------------
  flow slider
--------------------------------------------------------- */
.flow_slider {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
}
.flow_slider .flow_slider_track {
  margin: 0;
  padding: 0;
}
.flow_slider .flow_slider_track .flow_slider_item {
  width: 450px;
  /* 画像の横幅固定 */
  margin: 0;
  padding: 0;
  line-height: 0;
  /* 画像下の隙間対策 */
}
.flow_slider .flow_slider_track .flow_slider_item .flow_slider_img {
  width: 450px;
  height: auto;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.flow_slider {
  /* slickの余計な隙間対策 */
}
.flow_slider .slick-list,
.flow_slider .slick-track {
  margin: 0;
  padding: 0;
}
.flow_slider .slick-slide {
  height: auto;
}
.flow_slider .slick-slide > div {
  line-height: 0;
}

@media (max-width: 767px) {
  .flow_slider .flow_slider_track .flow_slider_item {
    width: 280px;
    /* 画像の横幅固定 */
  }
  .flow_slider .flow_slider_track .flow_slider_item .flow_slider_img {
    width: 280px;
  }
}
/* ---------------------------------------------------------
    recruit cta
--------------------------------------------------------- */
.sect_recruit_cta {
  padding: 120px 0 0;
}
.sect_recruit_cta .recruit_cta {
  display: grid;
  grid-template-columns: 580px auto;
  align-items: center;
  gap: 55px;
  padding: 45px 0;
  position: relative;
  transition: all 0.3s;
}
.sect_recruit_cta .recruit_cta:hover {
  opacity: 0.7;
}
.sect_recruit_cta .recruit_cta .link {
  position: absolute;
  inset: 0;
}
.sect_recruit_cta .recruit_cta .recruit_cta_photo {
  overflow: hidden;
  border-radius: 0 90px 0 0;
}
.sect_recruit_cta .recruit_cta .recruit_cta_photo .recruit_cta_img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.sect_recruit_cta .recruit_cta .recruit_cta_body {
  text-align: center;
}
.sect_recruit_cta .recruit_cta .recruit_cta_body .recruit_cta_title {
  width: 215px;
  padding-bottom: 30px;
  margin: auto;
}
.sect_recruit_cta .recruit_cta .recruit_cta_body .recruit_cta_text {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.sect_recruit_cta .recruit_cta .recruit_cta_body .btn {
  width: 235px;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .sect_recruit_cta {
    padding: 90px 0 0;
  }
  .sect_recruit_cta .inner {
    padding: 0 8% !important;
  }
  .sect_recruit_cta .recruit_cta {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
  .sect_recruit_cta .recruit_cta .recruit_cta_photo {
    border-radius: 0 30px 0 0;
  }
  .sect_recruit_cta .recruit_cta .recruit_cta_body .recruit_cta_title {
    width: 200px;
  }
  .sect_recruit_cta .recruit_cta .recruit_cta_body .recruit_cta_text {
    font-size: 16px;
    line-height: 1.9rem;
  }
  .sect_recruit_cta .recruit_cta .recruit_cta_body .btn {
    width: 205px;
  }
}
/* ---------------------------------------------------------
    shop
--------------------------------------------------------- */
.sect_shop {
  padding: 110px 0 0;
}
.sect_shop .shop {
  display: grid;
  grid-template-columns: auto 580px;
  justify-content: space-between;
  gap: 55px;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.sect_shop .shop:hover {
  opacity: 0.7;
}
.sect_shop .shop .link {
  position: absolute;
  inset: 0;
}
.sect_shop .shop .shop_body {
  text-align: center;
}
.sect_shop .shop .shop_body .shop_title {
  width: 365px;
  padding-bottom: 30px;
  margin: auto;
}
.sect_shop .shop .shop_body .shop_text {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.sect_shop .shop .shop_body .btn {
  position: relative;
  width: 235px;
  margin: 30px auto 0;
}
.sect_shop .shop .shop_photo {
  overflow: hidden;
  border-radius: 0 90px 0 0;
}
.sect_shop .shop .shop_photo .shop_img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}

@media (max-width: 767px) {
  .sect_shop {
    padding: 90px 0 0;
  }
  .sect_shop .inner {
    padding: 0 8% !important;
  }
  .sect_shop .shop {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
  .sect_shop .shop .shop_body {
    order: 2;
  }
  .sect_shop .shop .shop_body .shop_title {
    width: 315px;
    margin: auto;
  }
  .sect_shop .shop .shop_body .shop_text {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.9rem;
  }
  .sect_shop .shop .shop_body .btn {
    width: 205px;
  }
  .sect_shop .shop .shop_photo {
    order: 1;
    border-radius: 0 30px 0 0;
  }
}/*# sourceMappingURL=top.css.map */
