@charset "UTF-8";
/*----------------------------------------------------------------------------

  reset

----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img,
object,
embed {
  border: 0;
  vertical-align: top;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*----------------------------------------------------------------------------

  CSS Custom Properties 

----------------------------------------------------------------------------*/
:root {
  --primary-color: #0093FB;
  --primary-txt-color: #000000;
  --primary-bg-color: #FFFFFF;
  --primary-grad-color: linear-gradient(to right, #2578FF 0%, #48AEFF 100%);
  --primary-grad-reverse-color: linear-gradient(to left, #2578FF 0%, #48AEFF 100%);
  --secondary-grad-color: linear-gradient(to right, #0093FB 0%, #2578FF 50%, #6CF7FE 100%);
  --base-width: 1600;
  --content-padding-top: 120px;
  --opening-time: 4s;
  --scrollbar-size: 0px;
}
@media screen and (max-width: 767px) {
  :root {
    --base-width: 375;
    --content-padding-top: 80px;
  }
}

/*----------------------------------------------------------------------------

  base

----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  padding-top: var(--content-padding-top);
  color: var(--primary-txt-color);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  background: var(--primary-bg-color);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
body.modal_open {
  overflow: hidden;
  padding-right: var(--scrollbar-size);
}
.sp,
.sp_inline {
  display: none;
}
.pc {
  display: block;
}
.pc_inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .pc,
  .pc_inline {
    display: none;
  }
}
.common_txt {
  font-size: clamp(14px, (20 / var(--base-width) * 100vw), 20px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .common_txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/*-------------------------------------------------

  section common

--------------------------------------------------*/
section.common_section {
  position: relative;
}
section.common_section > .outer {
  position: relative;
  width: min(1400 / var(--base-width) * 100vw, 1400px);
  margin: 0 auto;
}
section.common_section > .outer > .inner {
  position: relative;
  width: min(1320 / var(--base-width) * 100vw, 1320px);
  margin: 0 auto;
}
section.common_section .common_wrap {
  display: flex;
}
.common_btn a.common {
  position: relative;
  display: inline-block;
  min-width: 300px;
  aspect-ratio: 300 / 90;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(1.4rem, (18 / var(--base-width) * 100vw), 1.8rem);
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: var(--primary-grad-color);
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
  z-index: 1;
}
.common_btn a.common .obj {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn_obj1.svg) 0 0 no-repeat;
  background-size: 30px auto;
/*   transition: background .2s ease-out; */
}
.common_btn a.common .obj::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-grad-reverse-color);
  z-index: -1;
  opacity: 0;
  transition: opacity 1.6s ease-out;
  transform: translateZ(0);
}
.common_btn a.common::before {
  content: '';
  width: 0.5em;
  aspect-ratio: 1 / 1;
  margin-right: 1.0em;
  background: #00F3FF;
  border-radius: 9999px;
  flex-shrink: 0;
}
.common_btn a.common::after {
  content: '';
  width: 20px;
  aspect-ratio: 1 / 1;
  margin-left: 0.75em;
  background: url(../img/icon_link_blank1.svg) center center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .common_btn a.common:hover .obj::before {
    opacity: 1;
    transition: opacity .2s ease-out .1s;
  }
  .common_btn a.common:hover .obj {
    background: url(../img/btn_obj1_on.svg) 0 0 no-repeat;
    background-size: 30px auto;
/*     transition: background .2s ease-out .1s; */
  }
}
.main_ttl {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.85em;
  padding-left: 0.70em;
  color: var(--primary-color);
  background: var(--primary-grad-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(4.2rem, (60 / var(--base-width) * 100vw), 6.0rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.main_ttl::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0.1em;
  width: 0.15em;
  height: 0.15em;
  border-radius: 9999px;
  background: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .common_btn a.common {
    min-width: 260px;
  }
  .common_btn a.common .obj, 
  .common_btn a.common:hover .obj {
    background-size: 26px auto;
  }
  .common_btn a.common::after {
    width: 18px;
  }
}
@media screen and (max-width: 991px) {
  .common_btn a.common {
    min-width: 220px;
  }
  .common_btn a.common .obj, 
  .common_btn a.common:hover .obj {
    background-size: 22px auto;
  }
  .common_btn a.common::after {
    width: 15px;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  section.common_section > .outer {
    width: calc(320 / var(--base-width) * 100vw);
  }
  section.common_section > .outer > .inner {
    width: calc(312 / var(--base-width) * 100vw);
  }
  section.common_section .common_wrap {
    flex-direction: column;
  }
  .common_btn a.common {
    min-width: 230px;
    aspect-ratio: 230 / 70;
    font-size: 1.5rem;
  }
  .common_btn a.common .obj, 
  .common_btn a.common:hover .obj {
    background-size: 18px auto;
  }
  .common_btn a.common::after {
    width: 17px;
    margin-left: 0.5em;
  }
  .main_ttl {
    margin-bottom: 40px;
    padding-left: 0.85em;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .main_ttl::before {
    width: 0.22em;
    height: 0.22em;
  }
}
 
/*----------------------------------------------------------------------------

 fadein

----------------------------------------------------------------------------*/
.fadein {
  opacity : 0;
  filter: blur(5px);
  transition : opacity 1.4s cubic-bezier(0.33, 1, 0.68, 1), filter 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein.scrollin {
  opacity : 1;
  filter: blur(0);
}
@keyframes fadein { /* animation: fadein 1.4s cubic-bezier(0.33, 1, 0.68, 1) both; */
  0% {
    opacity : 0;
    filter: blur(5px);
  }
  100% {
    opacity : 1;
    filter: blur(0);
	}
}
.fadein_x,
.fadein_x02 {
  opacity : 0;
  transform : translate3d(-30px, 0, 0);
  filter: blur(5px);
  transition : transform 1.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.4s cubic-bezier(0.33, 1, 0.68, 1), filter 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein_x02 {
  transform : translate3d(-60px, 0, 0);
  transition-duration: 2s;
}
.fadein_x.scrollin,
.fadein_x02.scrollin {
  opacity : 1;
  transform : translate3d(0, 0, 0);
  filter: blur(0);
}
@-moz-document url-prefix() {
  .fadein_x {
    transform : translate3d(-30px, 0, 0) rotate(0.0001deg);
  }
  .fadein_x02 {
    transform : translate3d(-60px, 0, 0) rotate(0.0001deg);
  }
  .fadein_x.scrollin,
  .fadein_x02.scrollin {
    transform : translate3d(0, 0, 0) rotate(0.0001deg);
  }
}
@keyframes fadein_x { /* animation: fadein_y 1.4s cubic-bezier(0.33, 1, 0.68, 1) both; */
  0% {
    opacity : 0;
    transform : translate3d(-30px, 0, 0);
    filter: blur(5px);
  }
  100% {
    opacity : 1;
    transform : translate3d(0, 0, 0);
    filter: blur(0);
	}
}
@-moz-document url-prefix() {
  @keyframes fadein_x {
    0% {
      opacity : 0;
      transform : translate3d(-30px, 0, 0) rotate(0.0001deg);
      filter: blur(5px);
    }
    100% {
      opacity : 1;
      transform : translate3d(0, 0, 0) rotate(0.0001deg);
      filter: blur(0);
    }
  }
}
.fadein_y,
.fadein_y02 {
  opacity : 0;
  transform : translate3d(0, 30px, 0);
  filter: blur(5px);
  transition : transform 1.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.4s cubic-bezier(0.33, 1, 0.68, 1), filter 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein_y02 {
  transform : translate3d(0, 60px, 0);
  transition-duration: 2s;
}
.fadein_y.scrollin,
.fadein_y02.scrollin {
  opacity : 1;
  transform : translate3d(0, 0, 0);
  filter: blur(0);
}
@-moz-document url-prefix() {
  .fadein_y {
    transform : translate3d(0, 30px, 0) rotate(0.0001deg);
  }
  .fadein_y02 {
    transform : translate3d(0, 60px, 0) rotate(0.0001deg);
  }
  .fadein_y.scrollin,
  .fadein_y02.scrollin {
    transform : translate3d(0, 0, 0) rotate(0.0001deg);
  }
}
@keyframes fadein_y { /* animation: fadein_y 1.4s cubic-bezier(0.33, 1, 0.68, 1) both; */
  0% {
    opacity : 0;
    transform : translate3d(0, 30px, 0);
    filter: blur(5px);
  }
  100% {
    opacity : 1;
    transform : translate3d(0, 0, 0);
    filter: blur(0);
	}
}
@-moz-document url-prefix() {
  @keyframes fadein_y {
    0% {
      opacity : 0;
      transform : translate3d(0, 30px, 0) rotate(0.0001deg);
      filter: blur(5px);
    }
    100% {
      opacity : 1;
      transform : translate3d(0, 0, 0) rotate(0.0001deg);
      filter: blur(0);
    }
  }
}
.scale_down {
  opacity : 0;
  filter: blur(5px);
  transform: scale(1.05);
  transition : opacity 1.4s cubic-bezier(0.33, 1, 0.68, 1), transform 1.4s cubic-bezier(0.33, 1, 0.68, 1), filter 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.scale_down.scrollin {
  opacity : 1;
  transform: scale(1);
  filter: blur(0);
}
.no_blur {
  filter: blur(0) !important;
}
.fadein_title {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.fadein_title > img {
  opacity: 0;
}
.fadein_title > .slide_txt {
  display: inline-block;
  opacity: 0;
}
.fadein_title.scrollin > img,
.fadein_title.scrollin > .slide_txt {
  animation: 1.0s slide_up cubic-bezier(.2,1,.28,.92) forwards;
}
@keyframes slide_up {
  0% {
      transform: translate3d(0, calc(100% + .25em), 0);
      opacity: 0;
  }
  100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}
@-moz-document url-prefix() {
  @keyframes slide_up {
    0% {
        transform: translate3d(0, calc(100% + .25em), 0) rotate(0.0001deg);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(0.0001deg);
        opacity: 1;
    }
  }
}
.text_wipe_x {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: translateX(-2.5%);
  transition: clip-path 2.0s cubic-bezier(.2,1,.28,.92) 0.5s, transform 1.5s cubic-bezier(.2,1,.28,.92) 0.5s;
}
.text_wipe_x.scrollin {
  transform: translateX(0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*-------------------------------------------------

gide line

--------------------------------------------------*/
body {
  position: relative;
}
body.debug::before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  background: magenta;
  pointer-events: none;
  z-index: 9999;
}

/*-------------------------------------------------

header

--------------------------------------------------*/
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding-left: min((80 / var(--base-width) * 100vw), 80px);
  padding-right: min((80 / var(--base-width) * 100vw), 80px);
  line-height: 1;
  z-index: 300;
}
header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: clamp(1.4rem, 18 / var(--base-width) * 100vw, 1.8rem);
}
.modal_open header .inner {
  transform: translateX(calc(var(--scrollbar-size) * -1));
}
header .logo {
  display: flex;
  align-items: center;
  gap: min(50 / var(--base-width) * 100vw, 50px);
}
header .logo a {
  display: flex;
  gap: min(15 / var(--base-width) * 100vw, 15px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
header .logo a .logo_txt {
  color: var(--primary-txt-color);
  font-size: clamp(1.0rem, 14 / var(--base-width) * 100vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
header .logo a > img {
  width: min(160 / var(--base-width) * 100vw, 160px);
}
header .logo > .txt {
  font-size: clamp(1.4rem, 18 / var(--base-width) * 100vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}
header .logo > .txt a {
  color: var(--primary-color);
}
header .main_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min((100 / var(--base-width) * 100vw), 100px);
}
header .main_nav .nav {
  display: grid;
  gap: min((50 / var(--base-width) * 100vw), 50px);
  grid-template-columns: repeat(5, max-content);
}
header .main_nav .nav a {
  color: #000;
  font-size: clamp(1.4rem, 18 / var(--base-width) * 100vw, 1.8rem);
  font-weight: bold;
  text-decoration: none;
  background: none;
  transition: color 0.8s ease-in-out, background 0.8s ease-in-out;
}
@media (hover: hover) {
  header .main_nav .nav a:hover {
    color: var(--primary-color);
    background: linear-gradient(to left, #0093FB 0%, #2578FF 50%, #6CF7FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color .1s ease-out .1s, background .1s ease-out .1s;
  }
}
header .is_btn {
  display: none;
}
header .entry_link a.btn {
  position: relative;
  display: block;
  width: calc(200 / 16 * 1em);
  aspect-ratio: 200 / 56;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  color: #fff;
  font-size: clamp(1.2rem, 16 / var(--base-width) * 100vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: var(--primary-grad-color);
  border-radius: 9999px;
  overflow: hidden;
  z-index: 1;
}
header .entry_link a.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-grad-reverse-color);
  opacity: 0;
  transition: opacity 1.6s ease-out;
  z-index: -1;
  transform: translateZ(0);
}
@media (hover: hover) and (pointer: fine) {
  header .entry_link a.btn:hover::before {
    opacity: 1;
    transition: opacity .2s ease-out .1s;
  }
}
header .entry_link a.btn .icon {
  display: inline-block;
  width: calc(25 / 16 * 1em);
  aspect-ratio: 1 / 1;
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: calc(12 / 25 * 100%) center;
  background-size: calc(12 / 25 * 100%) auto;
  background-color: #fff;
  border-radius: 9999px;
  transition: background-position .1s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  header .entry_link a.btn:hover .icon {
    background-position: calc(16 / 25 * 100%) center;
    transition: background-position .1s ease-out .1s;
  }
}
header .hamburger,
header .inner .main_nav_bg {
  display: none;
}
@media screen and (max-width: 1200px) {
  header {
    padding-left: min((60 / var(--base-width) * 100vw), 60px);
    padding-right: min((60 / var(--base-width) * 100vw), 60px);
  }
  header .logo {
    gap: min(30 / var(--base-width) * 100vw, 30px);
  }
  header .main_nav {
    gap: min((40 / var(--base-width) * 100vw), 40px);
  }
}
@media screen and (max-width: 991px) {
  header .main_nav {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
    padding: 0 0 0 20px;
  }
  header .logo {
    gap: 24px;
  }
  header .logo a {
    gap: 10px;
  }
  header .logo a .logo_txt {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  header .logo a > img {
    width: 100px;
  }
  header .logo > .txt {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
  header .hamburger {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 9999px;
    background: var(--primary-grad-color);
    overflow: hidden;
    z-index: 5;
  }
  header .hamburger_line {
    position: absolute;
    top: 22px;
    left: 14px;
    width: 18px;
    height: 1px;
    background: #fff;
    border-radius: 9999px;
    transition: transform .2s ease-out, top .2s ease-out .2s, opacity .1s ease-out;
  }
  header .hamburger .hamburger_line:first-of-type {
    top: 16px
  }
  header .hamburger .hamburger_line:last-of-type {
    top: 28px;
  }
  header .hamburger.is_open .hamburger_line:first-of-type {
    top: 22px;
    left: 9px;
    width: 28px;
    transform: rotate(45deg);
    transition: transform .2s ease-out .2s, top .2s ease-out, opacity .1s ease-out;
  }
  header .hamburger.is_open .hamburger_line:nth-child(2) {
    opacity: 0;
    transition: transform .2s ease-out .2s, top .2s ease-out, opacity .1s ease-out;
  }
  header .hamburger.is_open .hamburger_line:last-of-type {
    top: 22px;
    left: 9px;
    width: 28px;
    transform: rotate(-45deg);
    transition: transform .2s ease-out .2s, top .2s ease-out, opacity .1s ease-out;
  }
  body header .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--secondary-grad-color);
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-out .3s, visibility .2s ease-out .3s;
  }
  body.nav_open header .inner::before {
    pointer-events: auto;
    opacity: 0.75;
    visibility: visible;
    transition: opacity .2s ease-out, visibility .2s ease-out;
  }
  body header .inner .main_nav_bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(315 / 375 * 100vw);
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    background: #fff;
    z-index: 3;
    transform: translateX(100%);
    transition: transform .2s ease-out .2s;
  }
  body.nav_open header .inner .main_nav_bg {
    transform: translateX(0);
    transition: transform .2s ease-out;
  }
  header .inner .main_nav_bg .btm_bar {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
  }
  header .inner .main_nav_bg .btm_bar img {
    width: 20px;
  }
  header .inner .main_nav_bg .btm_bar::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 40px;
    background: #fff;
  }
  header .main_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: auto;
    top: 0;
    right: 0;
    bottom: auto;
    width: calc(315 / 375 * 100vw);
    height: 100vh;
    height: 100dvh;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(2%);
    transition: opacity .2s ease-out, transform .2s ease-out, visibility .2s ease-out;
  }
  body.nav_open header .main_nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity .2s ease-out .2s, transform .2s ease-out .2s, visibility .2s ease-out .2s;
  }
  header .main_nav .nav {
    gap: 6px;
    grid-template-columns: 1fr;
        padding-left: 4%;
  }
  header .main_nav .nav li {

  }
  header .main_nav .nav a {
    position: relative;
    display: inline-block;
    padding: 0.85em 1.25em;
    padding-left: 1em;
    font-size: 1.8rem;
    font-weight: 500;
  }
  header .main_nav .nav a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.35em;
    aspect-ratio: 1 / 1;
    margin-right: 1.0em;
    background: var(--primary-grad-color);
    border-radius: 9999px;
  }
  header .entry_link {
    margin-top: 20px;
  }
  header .entry_link a.btn {
    width: 200px;
    aspect-ratio: 200 / 60;
    gap: 0.5em;
    font-size: 1.6rem;
  }
  header .is_btn {
    display: block;
    width: 200px;
    aspect-ratio: 200 / 70;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
  }
  header .is_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
  }
  header .is_btn a .txt {
    display: inline-block;
    padding-left: 0.3em;
  }
  header .is_btn img.logo {
    width: 124px;
  }
}

/*-------------------------------------------------

 kv

--------------------------------------------------*/
#kv {
  position: relative;
  padding-inline: 30px;
  overflow: hidden;
}
#kv > .outer {
	position: relative;
	width: 100%;
  height: 100%;
	aspect-ratio: 1530 / 578;
  border-radius: 20px;
  background: var(--primary-color) url(../img/kv_bg.webp) no-repeat center / cover;
  overflow: hidden;
}
#kv > .outer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv_obj.webp) no-repeat center / cover;
  overflow: hidden;
  pointer-events: none;
}
#kv .main_visual {
  position: relative;
  width: 100%;
  height: 100%;
}
#kv .main_visual .img {
  position: absolute;
  aspect-ratio: 1 / 1;
  opacity: 0;
  overflow: hidden;
}
#kv .main_visual .img.img1 {
  top: 0;
  left: 0;
  width: calc(340 / 1530 * 100%);
}
#kv .main_visual .img.img2 {
  top:  calc(341 / 578 * 100%);
  left: 0;
  width: calc(170 / 1530 * 100%);
}
#kv .main_visual .img.img3 {
  bottom: 0;
  left: calc(170 / 1530 * 100%);
  width: calc(170 / 1530 * 100%);
}
#kv .main_visual .img.img4 {
  bottom: 0;
  left: calc(340 / 1530 * 100%);
  width: calc(340 / 1530 * 100%);
}
#kv .main_visual .img.img5 {
  top: 0;
  left: calc(442 / 1530 * 100%);
  width: calc(238 / 1530 * 100%);
}
#kv .main_visual .img.img6 {
  top: calc(68 / 578 * 100%);
  left: calc(680 / 1530 * 100%);
  width: calc(170 / 1530 * 100%);
}
#kv .main_visual .img.img7 {
  bottom: 0;
  left: calc(731 / 1530 * 100%);
  width: calc(238 / 1530 * 100%);
}
#kv .main_visual .img.img8 {
  top: 0;
  right: calc(340 / 1530 * 100%);
  width: calc(340 / 1530 * 100%);
}
#kv .main_visual .img.img9 {
  bottom: 0;
  right: calc(340 / 1530 * 100%);
  width: calc(170 / 1530 * 100%);
}
#kv .main_visual .img.img10 {
  top: 0;
  right: calc(170 / 1530 * 100%);
  width: calc(170 / 1530 * 100%);
}
#kv .main_visual .img.img11 {
  top: calc(68 / 578 * 100%);
  right: 0;
  width: calc(170 / 1530 * 100%);
}
#kv .main_visual .img.img12 {
  bottom: 0;
  right: 0;
  width: calc(340 / 1530 * 100%);
}

@keyframes kv_fadein {
  0% {
    opacity: 0;
    filter: brightness(1.3);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
body.loaded #kv .main_visual .img {
  opacity: 0; 
  animation-name: kv_fadein;
  animation-duration: 2.4s;
  animation-timing-function: cubic-bezier(.2,1,.28,.92);
  animation-fill-mode: forwards;
}
.img1 { animation-delay: 0s;   } 
.img2 { animation-delay: 0.1s; }
.img3 { animation-delay: 0.2s; }
.img4 { animation-delay: 0.3s; }
.img5 { animation-delay: 0.4s; }
.img6 { animation-delay: 0.5s; }
.img7 { animation-delay: 0.6s; }
.img8 { animation-delay: 0.7s; }
.img9 { animation-delay: 0.8s; }
.img10 { animation-delay: 0.9s; }
.img11 { animation-delay: 1.0s; }
.img12 { animation-delay: 1.1s; }

body.loaded #kv .main_visual .img img {
	transform: scale(1.5) translateY(14%);
}
#kv .txt_block {
	position: relative;
  margin-top: min(35 / var(--base-width) * 100vw, 35px);
}
#kv .txt_block .catchcopy {
  width: calc(1227 / var(--base-width) * 100vw);
  margin-bottom: min(35 / var(--base-width) * 100vw, 35px);
}
#kv .txt_block .catchcopy img {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  transition : clip-path 1.0s cubic-bezier(.2,1,.28,.92) .5s;
}
body.loaded #kv .txt_block .catchcopy img {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
#kv .txt_block .catchcopy_sub {
  position: relative;
  display: inline-block;
  padding: 0.666em 2.5em;
  font-size: calc(24 / var(--base-width) * 100vw);
  background: var(--secondary-grad-color);
  z-index: 1;
}
#kv .txt_block .catchcopy_sub::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: min(20 / var(--base-width) * 100vw, 20px);
  aspect-ratio: 20 / 30;
  background: url(../img/obj_kv_catchcopy_sub_top.svg) no-repeat 0 center / contain;
  z-index: 2;
}
#kv .txt_block .catchcopy_sub::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(30 / var(--base-width) * 100vw, 30px);
  aspect-ratio: 30 / 20;
  background: url(../img/obj_kv_catchcopy_sub_btm.svg) no-repeat right center / contain;
  z-index: 2;
}
#kv .txt_block .catchcopy_sub p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#kv .txt_block .catchcopy_sub {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  transition : clip-path 1.2s cubic-bezier(.2,1,.28,.92) .8s;
}
body.loaded #kv .txt_block .catchcopy_sub {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.application #kv .outer {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: var(--secondary-grad-color);
  aspect-ratio: 1530 / 340;
  border-radius: 20px 0 20px 0;
  z-index: 1;
}
.application #kv .outer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: min(45 / var(--base-width) * 100vw, 45px);
  aspect-ratio: 45 / 60;
  background: url(../img/obj_common_top.svg) no-repeat right top / contain;
  z-index: 2;
}
.application #kv .outer::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: min(30 / var(--base-width) * 100vw, 30px);
  height: auto;
  aspect-ratio: 30 / 60;
  background: url(../img/obj_common_btm.svg) no-repeat 0 bottom / contain;
  z-index: 2;
}
.application #kv .outer .inner {
  padding-left: min(70 / var(--base-width) * 100vw, 70px);
}
.page_title {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: min(40 / var(--base-width) * 100vw, 40px);
  color: #fff;
  font-size: clamp(3.6rem, 60 / var(--base-width) * 100vw, 6.0rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page_title::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  width: 0.15em;
  height: 0.15em;
  border-radius: 9999px;
  background: #00F3FF;
}
.page_description {
  margin-top: 1.4em;
  padding-left: min(40 / var(--base-width) * 100vw, 40px);
  color: #fff;
  font-size: clamp(1.2rem, 20 / var(--base-width) * 100vw, 2.0rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #kv {
    padding-inline: 18px;
  }
  #kv > .outer {
    width: calc(340 / var(--base-width) * 100vw);
    margin-inline: auto;
    aspect-ratio: 340 / 500;
    background: var(--primary-color) url(../img/kv_bg_sp.webp) no-repeat center / cover;
    overflow: hidden;
  }
  #kv > .outer::after {
    background: url(../img/kv_obj_sp.webp) no-repeat center / cover;
  }
  #kv .main_visual {
    height: auto;
    aspect-ratio: 340 / 500;
  }
  #kv .main_visual .img.img1 {
    top: calc(200 / var(--base-width) * 100vw);
    left: 0;
    width: calc(200 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img5 {
    top: 0;
    left: calc(40 / var(--base-width) * 100vw);
    width: calc(100 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img6 {
    top: auto;
    bottom: 0;
    left: calc(40 / var(--base-width) * 100vw);
    width: calc(100 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img7 {
    bottom: calc(170 / var(--base-width) * 100vw);
    left: auto;
    right: 0;
    width: calc(100 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img9 {
    bottom: 0;
    right: 0;
    width: calc(140 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img10 {
    top: calc(100 / var(--base-width) * 100vw);
    right: auto;
    left: 0;
    width: calc(100 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img12 {
    bottom: auto;
    top: 0;
    right: 0;
    width: calc(200 / var(--base-width) * 100vw);
  }
  #kv .main_visual .img.img2,
  #kv .main_visual .img.img3,
  #kv .main_visual .img.img4,
  #kv .main_visual .img.img8,
  #kv .main_visual .img.img11 {
    display: none;
  }
  #kv .txt_block {
    width: 100%;
    margin-top: calc(20 / var(--base-width) * 100vw);
  }
  #kv .txt_block .catchcopy {
    width: 100%;
    margin-inline: auto;
    margin-bottom: calc(20 / var(--base-width) * 100vw);
  }
  #kv .txt_block .catchcopy_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 340 / 35;
    padding: 0;
    font-size: calc(15 / var(--base-width) * 100vw);
  }
  #kv .txt_block .catchcopy_sub p {
    letter-spacing: 0.05em;
  }
  #kv .txt_block .catchcopy_sub::before {
    width: calc(10 / var(--base-width) * 100vw);
  }
  #kv .txt_block .catchcopy_sub::after {
    width: calc(15 / var(--base-width) * 100vw);
  }
  .application #kv .outer {
    padding-top: calc(50 / var(--base-width) * 100vw);
    padding-bottom: calc(60 / var(--base-width) * 100vw);
    aspect-ratio: inherit;
  }
  .application #kv .outer::before {
    width: 30px;
    aspect-ratio: 30 / 40;
  }
  .application #kv .outer::after {
    width: 20px;
    aspect-ratio: 20 / 40;
  }
  .application #kv .outer .inner {
    padding-left: calc(20 / var(--base-width) * 100vw);
  }
  .page_title {
    padding-left: 20px;
    font-size: 2.6rem;
  }
  .page_description {
    margin-top: 30px;
    padding-left: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/*-------------------------------------------------

main

--------------------------------------------------*/
main {
  overflow-x: clip;
}

/*-------------------------------------------------

page_link

--------------------------------------------------*/
#page_link {
  position: relative;
  padding-top: min(140 / var(--base-width) * 100vw, 140px);
  padding-bottom: min(120 / var(--base-width) * 100vw, 120px);
}
#page_link .outer {
  position: relative;
}
#page_link .inner {
  position: relative;
  width: min(1440 / var(--base-width) * 100vw, 1440px);
  margin: 0 auto;
}
#page_link .inner .nav {
  position: relative;
  display: grid;
  gap: min(27 / var(--base-width) * 100vw, 27px);
  grid-template-columns: repeat(4, 1fr);
}
#page_link .inner .nav li {
  position: relative;
  width: 100%;
}
#page_link .inner .nav li a {
  justify-content: space-between;
  min-width: inherit;
  width: 100%;
  padding-right: 1em;
  padding-left: 1.5em;
  font-size: clamp(1.2rem, (18 / var(--base-width) * 100vw), 1.8rem);
  line-height: 1.5;
}
#page_link .inner .nav li a .t {
  flex: 1;
}
#page_link .inner .nav li a.common::after {
  content: '';
  width: 25px;
  aspect-ratio: 1 / 1;
  margin-left: 0.75em;
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 12px auto;
  background-color: #fff;
  flex-shrink: 0;
  border-radius: 9999px;
  transition: background-position .1s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #page_link .inner .nav li a.common:hover::after {
    background-position: 8px center;
    transition: background-position .1s ease-out .1s;
  }
}
@media screen and (max-width: 1200px) {
  #page_link .inner .nav li a.common::after {
    width: 20px;
    background-size: 10px auto;
    background-position: 5px center;
  }
  #page_link .inner .nav li a.common br {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 1200px) {
  #page_link .inner .nav li a.common:hover::after {
    background-position: 7px center;
  }
}
@media screen and (max-width: 991px) {
  #page_link .inner .nav li a.common::after {
    width: 16px;
    margin-left: 0.25em;
    background-size: 8px auto;
    background-position: 4px center;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 991px) {
  #page_link .inner .nav li a.common:hover::after {
    background-position: 6px center;
  }
}
@media screen and (max-width: 767px) {
  #page_link {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #page_link .inner {
    width: calc(340 / var(--base-width) * 100vw);  
  }
  #page_link .inner .nav {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  #page_link .inner .nav li a.common {
    aspect-ratio: 166 / 70;
    padding-inline: 10px;
    font-size: min(13 / var(--base-width) * 100vw, 2.0rem);  
  }
  #page_link .inner .nav li a.common::after {
    width: 18px;
    margin-left: 8px;
    background-size: 8px auto;
    background-position: 5px center;
  }
  #page_link .inner .nav li a.common::before {
    margin-right: 8px;
  }
  #page_link .inner .nav li a.common br.sp_inline {
    display: inline !important;
  }
}

/*-------------------------------------------------

  interview

--------------------------------------------------*/  
#interview {
  padding-top: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(120 / var(--base-width) * 100vw, 120px);
}
#interview .common_wrap {
  justify-content: space-between;
  margin-bottom: min(100 / var(--base-width) * 100vw, 100px);
}
#interview .section_lead {
  padding-right: 2em;
}
#interview .interview_list {
  display: grid;
  gap: min(25 / var(--base-width) * 100vw, 25px);
  grid-template-columns: repeat(4, 1fr);
  width: calc(1195 / 1320 * 100%);
}
#interview .interview_list .list {
  position: relative;
  width: 100%;
  border: 1px solid #0093FB;
  border-radius: 20px;
}
#interview .interview_list .list .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: min(35 / var(--base-width) * 100vw, 35px);
  aspect-ratio: 1 / 1;
  background: url(../img/icon_link.svg) center center no-repeat;
  background-size: contain;
/*   transition: background .2s ease-out; */
}
#interview .interview_list .list a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #interview .interview_list .list a:hover .icon {
    background: url(../img/icon_link_on.svg) center center no-repeat;
    background-size: contain;
/*     transition: background .2s ease-out .1s; */
  }
}
#interview .interview_list .list .img {
  position: relative;
  border-radius: 0 10px 0 10px;
  overflow: hidden;
}
#interview .interview_list .list .img img {
  transition: transform .2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #interview .interview_list .list a:hover .img img {
    transform: scale(1.075);
    transition: transform .2s ease-out .1s;
  }
}
#interview .interview_list .list .name {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-top: 20px;
  margin-left: -15px;
  padding: 0.35em 0.7em;
  color: #FFF;
  font-size: clamp(1.6rem, 24 / var(--base-width) * 100vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--primary-grad-color);
}
#interview .interview_list .list .name .year {
  display: inline-block;
  font-size: calc(15 / 24 * 100%);
  font-weight: 500;
}
#interview .interview_list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #interview .interview_list {
    width: 100%;
  }
  #interview .interview_list .list .name {
    gap: 0.4em;
    padding: 0.35em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #interview {
    padding-top: 50px;
    padding-bottom:  50px;
  }
  #interview .common_wrap {
    gap: 40px;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
  }
  #interview .section_lead {
    padding-right: 0;
  }
  #interview .interview_list {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  #interview .interview_list .list {
    border-radius: 8px;
  }
  #interview .interview_list .list a {
    padding: 8px 8px 15px 8px;
  }
  #interview .interview_list .list .img {
    border-radius: 0 8px 0 8px;
  }
  #interview .interview_list .list .name {
    gap: 8px;
    margin-top: 15px;
    margin-left: -8px;
    padding: 8px 8px;
    font-size: 1.4rem;
  }
  #interview .interview_list .list .name .year {
    font-size: 1.1rem;
  }
  #interview .interview_list .list .icon {
    right: 8px;
    bottom: 18px;
    width: 20px;
  }
}

/*-------------------------------------------------

modal

--------------------------------------------------*/
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden; /* 非表示にしておく */
  opacity: 0; /* 非表示にしておく */
  background: var(--secondary-grad-color);
  z-index: 9990;
  pointer-events: none;
  transition: opacity .2s ease-out .4s, visibility .2s ease-out .4s;
}
body.modal_open::before {
  visibility: visible;
  opacity: 0.65;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}
.common_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  visibility: hidden; /* 非表示にしておく */
  opacity: 0; /* 非表示にしておく */
  display: flex;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
  transition: opacity .3s ease-out .3s, visibility .3s ease-out .3s;
}
.common_modal.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0s ease-out 0s, visibility 0s ease-out 0s;
}
.common_modal .modal_wrap {
  position: relative;
  margin-block: 10vh;
}
.common_modal .modal_scroll {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow-y: auto;
  overflow-x: clip;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #fff;
}
.common_modal .modal_scroll::-webkit-scrollbar {
  width: 6px;
}
.common_modal .modal_scroll::-webkit-scrollbar-track {
  background: transparent;
  background: #fff;
}
.common_modal .modal_scroll::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 0;
}
.common_modal .close_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.common_modal .close_box .close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  background: var(--primary-grad-color);
  overflow: hidden;
  cursor: pointer;
  transform: translate3d(50%, -50%, 0);
}
.common_modal .close_box .close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-grad-reverse-color);
  opacity: 0;
  transition: opacity .2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .common_modal .close_box .close:hover::before {
    opacity: 1;
    transition: opacity .2s ease-out .1s;
  }
}
.common_modal .close_box .close span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(40 / 70 * 100%);
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.common_modal .close_box .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);  
}
.common_modal .modal_outer {
  position: relative;
  width: calc(1280 / var(--base-width) * 100vw);
  padding-block: calc(120 / var(--base-width) * 100vw);
  background: #fff;
}
.common_modal .modal_inner {
  margin-inline: auto;
  opacity: 0;
  transition: opacity .3s ease-out;
}
.common_modal.active .modal_inner {
  opacity: 1;
  transition: opacity .3s ease-out .5s;
}
.common_modal .modal_inner .header {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: calc(30 / var(--base-width) * 100vw);
  padding-top: calc(10 / var(--base-width) * 100vw);
  padding-bottom: calc(20 / var(--base-width) * 100vw);
  padding-inline: calc(100 / var(--base-width) * 100vw);
  color: #fff;
  background: var(--secondary-grad-color);
}
.common_modal .modal_inner .header::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(39 / var(--base-width) * 100vw, 39px);
  aspect-ratio: 39 / 52;
  background: url(../img/obj_common_modal_header_btm.svg) no-repeat right bottom / contain;
  z-index: 2;
}
.common_modal .modal_inner .header .header_txt {
  padding-top: 1%;
  font-size: clamp(1.7rem, 26 / var(--base-width) * 100vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.common_modal .modal_inner .header .header_txt .min {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: calc(20 / 26 * 100%);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.common_modal .modal_inner .header .num {
  font-size: clamp(4.8rem, 80 / var(--base-width) * 100vw, 8.0rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.common_modal .modal_inner .content {
  width: calc(1020 / var(--base-width) * 100vw);
  margin-inline: auto;
}
.common_modal .modal_inner .interview_detail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(924 / 1020 * 100%);
  margin-bottom: calc(100 / var(--base-width) * 100vw);
}
.common_modal .modal_inner .interview_detail .title p {
  display: inline-block;
  padding-right: 1em;
  color: var(--primary-color);
  background: linear-gradient(to left, #0093FB 0%, #2578FF 50%, #6CF7FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 50 / var(--base-width) * 100vw, 5.0rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.common_modal .modal_inner .interview_detail .detail {
  width: calc(210 / var(--base-width) * 100vw);
  flex-shrink: 0;
}
.common_modal .modal_inner .interview_detail .detail .img {
  position: relative;
  margin-bottom: calc(20 / var(--base-width) * 100vw);
  border-radius: 0 10px 0 10px;
  overflow: hidden;
}
.common_modal .modal_inner .interview_detail .detail .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.35em 0;
  color: #FFF;
  font-size: clamp(1.3rem, 24 / var(--base-width) * 100vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--primary-grad-color);
}
.common_modal .modal_inner .interview_detail .detail .name .year {
  display: inline-block;
  font-size: calc(15 / 24 * 100%);
  font-weight: 500;
}
.common_modal .modal_inner .interview_body {
  width: calc(924 / 1020 * 100%);
  padding-bottom: calc(100 / var(--base-width) * 100vw);
}
.common_modal .modal_inner .faq_wrap {
  margin-bottom: calc(90 / var(--base-width) * 100vw);
}
.common_modal .modal_inner .faq_wrap dt {
  display: flex;
  align-items: center;
  gap: calc(20 / var(--base-width) * 100vw);
  margin-bottom: calc(25 / var(--base-width) * 100vw);
  color: var(--primary-color);
  font-size: min(26 / var(--base-width) * 100vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.common_modal .modal_inner .faq_wrap dt .num {
  display: grid;
  place-items: center;
  width: min(56 / var(--base-width) * 100vw, 56px);
  padding-bottom: 0.5%;
  padding-left: 0.25%;
  aspect-ratio: 1 / 1;
  color: #fff;
  font-size: min(26 / var(--base-width) * 100vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  background: var(--primary-grad-color);
  border-radius: 9999px;
  overflow: hidden;
}
.common_modal .modal_inner .faq_wrap dd {
  padding-left: calc(75 / var(--base-width) * 100vw);
}
.common_modal .nav_wrap {
  position: relative;
  padding-block: calc(80 / var(--base-width) * 100vw);
  background: var(--secondary-grad-color);
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  z-index: 1;
}
.common_modal .nav_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: min(45 / var(--base-width) * 100vw, 45px);
  aspect-ratio: 45 / 60;
  background: url(../img/obj_common_top.svg) no-repeat right top / contain;
  z-index: 2;
}
.common_modal .nav_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(30 / var(--base-width) * 100vw, 30px);
  aspect-ratio: 30 / 60;
  background: url(../img/obj_common_btm.svg) no-repeat 0 bottom / contain;
  z-index: 2;
}
.common_modal .nav_wrap .nav_title {
  display: flex;
  align-items: center;
  width: calc(854 / var(--base-width) * 100vw);
  margin-inline: auto;
  margin-bottom: calc(50 / var(--base-width) * 100vw);
  color: #fff;
  font-size: min(26 / var(--base-width) * 100vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.common_modal .nav_wrap .nav_title::before {
  content: '';
  width: 0.5em;
  aspect-ratio: 1 / 1;
  margin-right: 0.75em;
  margin-left: 0.15em;
  background: #00F3FF;
  border-radius: 9999px;
}
.common_modal .nav_wrap .nav_title::after {
  content: '';
  flex: 1;
  margin-left: 1em;
  height: 1px;
  background: #fff;
}
.common_modal .nav_wrap .nav_block .nav {
  position: relative;
  width: calc(785 / var(--base-width) * 100vw);
  margin-inline: auto;
  margin-bottom: calc(20 / var(--base-width) * 100vw);
}
.common_modal .nav_wrap .nav_block .nav:last-child {
  margin-bottom: 0;
}
#interview01.common_modal .nav_wrap .nav_block .nav.interview01,
#interview02.common_modal .nav_wrap .nav_block .nav.interview02,
#interview03.common_modal .nav_wrap .nav_block .nav.interview03,
#interview04.common_modal .nav_wrap .nav_block .nav.interview04 {
  display: none;
}
.common_modal .nav_wrap .nav_block .nav a {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 15px;
  padding-right: calc(75 / var(--base-width) * 100vw);
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.common_modal .nav_wrap .nav_block .nav a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: calc(35 / var(--base-width) * 100vw);
  aspect-ratio: 1 / 1;
  background: url(../img/icon_link.svg) no-repeat center center / contain;
  transform: translateY(-50%);
/*   transition: background .1s ease-in-out; */
}
@media (hover: hover) and (pointer: fine) {
  .common_modal .nav_wrap .nav_block .nav a:hover::before {
    background: url(../img/icon_link_on.svg) no-repeat center center / contain;
/*     transition: background .1s ease-in-out .1s; */
  }
}
.common_modal .nav_wrap .nav_block .nav a .img {
  position: relative;
  width: calc(120 / var(--base-width) * 100vw);
  border-radius: 10px;
  overflow: hidden;
}
.common_modal .nav_wrap .nav_block .nav a .img img {
  transition: transform .2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .common_modal .nav_wrap .nav_block .nav a:hover .img img {
    transform: scale(1.1);
    transition: transform .2s ease-out .1s;
  }
}
.common_modal .nav_wrap .nav_block .nav a .data {
  flex: 1;
}
.common_modal .nav_wrap .nav_block .nav a .data .name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5em;
  gap: 0.6em;
  margin-top: 0.25em;
  margin-bottom: 0.8em;
  padding: 0.25em 0 0.35em 0;
  color: #FFF;
  font-size: clamp(1.3rem, 24 / var(--base-width) * 100vw, 2.0rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--primary-grad-color);
}
.common_modal .nav_wrap .nav_block .nav a .data .name .year {
  display: inline-block;
  margin-top: 0.1em;
  font-size: calc(15 / 20 * 100%);
  font-weight: 500;
}
.common_modal .nav_wrap .nav_block .nav a .data .title p {
  display: inline-block;
  color: var(--primary-color);
  background: linear-gradient(to left, #2578FF 0%, #48AEFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.3rem, 50 / var(--base-width) * 100vw, 2.0rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#interview .interview_list .list .img::after,
.common_modal .modal_inner .interview_detail .detail .img::after,
.common_modal .nav_wrap .nav_block .nav a .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*
  background: url(../img/obj_interview_img1.svg) no-repeat center center;
  background-size: cover;
*/
}
#interview .interview_list .list .img.obj1::after,
.common_modal .modal_inner .interview_detail .detail .img.obj1::after,
.common_modal .nav_wrap .nav_block .nav a .img.obj1::after {
  background: url(../img/obj_interview_img1.svg) no-repeat center center;
  background-size: cover;
}
#interview .interview_list .list .img.obj2::after,
.common_modal .modal_inner .interview_detail .detail .img.obj2::after,
.common_modal .nav_wrap .nav_block .nav a .img.obj2::after {
  background: url(../img/obj_interview_img2.svg) no-repeat center center;
  background-size: cover;
}
#interview .interview_list .list .img.obj3::after,
.common_modal .modal_inner .interview_detail .detail .img.obj3::after,
.common_modal .nav_wrap .nav_block .nav a .img.obj3::after {
  background: url(../img/obj_interview_img3.svg) no-repeat center center;
  background-size: cover;
}
#interview .interview_list .list .img.obj4::after,
.common_modal .modal_inner .interview_detail .detail .img.obj4::after,
.common_modal .nav_wrap .nav_block .nav a .img.obj4::after {
  background: url(../img/obj_interview_img4.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .common_modal .modal_wrap {
    margin-block: 30px 20px;
  }
  .common_modal .modal_outer {
    width: calc(340 / var(--base-width) * 100vw);
    padding-block: 50px 0;
  }
  .common_modal .close_box .close {
    width: 50px;
    height: 50px;
    transform: translate3d(25%, -50%, 0);
  }
  .common_modal .modal_scroll {
    border-radius: 20px;
    scrollbar-width: none;
  }
  .common_modal .modal_scroll::-webkit-scrollbar {
    display: none;
  }
  .common_modal .modal_inner .header {
    gap: 15px;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-inline: 30px 50px;
  }
  .common_modal .modal_inner .header::before {
    width: 30px;
    aspect-ratio: 30 / 50;
    background: url(../img/obj_common_modal_header_btm_sp.svg) no-repeat right bottom / contain;
  }
  .common_modal .modal_inner .content {
    width: 100%;
  }
  .common_modal .modal_inner .header .header_txt {
    padding-top: 0;
    font-size: min(15 / var(--base-width) * 100vw, 2.6rem);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .common_modal .modal_inner .header .num {
    font-size: min(45 / var(--base-width) * 100vw, 7.5rem);
  }
  .common_modal .modal_inner .interview_detail {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }
  .common_modal .modal_inner .interview_detail {
    width: calc(268 / var(--base-width) * 100vw);
    margin-left: calc(30 / var(--base-width) * 100vw);
  }
  .common_modal .modal_inner .interview_detail .detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(20 / var(--base-width) * 100vw);
    width: 100%;
    margin-top: 40px;
  }
  .common_modal .modal_inner .interview_detail .title p {
    padding-right: 0;
    font-size: calc(20 / var(--base-width) * 100vw);
  }
  .common_modal .modal_inner .interview_detail .detail .img {
    width: calc(135 / 268 * 100%);
    margin-bottom: 0;
  }
  .common_modal .modal_inner .interview_detail .detail .img {
    width: calc(135 / 268 * 100%);
    margin-bottom: 0;
  }
  .common_modal .modal_inner .interview_detail .detail .name {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding: 0.30em 0.75em 0.45em;
    font-size: min(14 / var(--base-width) * 100vw, 2.4rem);
  }
  .common_modal .modal_inner .interview_detail .detail .name .year {
    font-size: calc(10 / 14 * 100%);
    transform: translateY(1px);
  }
  .common_modal .modal_inner .interview_body {
    width: calc(290 / var(--base-width) * 100vw);
    margin-left: calc(16 / var(--base-width) * 100vw);
    padding-bottom: 50px;
  }
  .common_modal .modal_inner .faq_wrap dt {
    gap: 15px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .common_modal .modal_inner .faq_wrap dt .num {
    width: 45px;
    padding-bottom: 0.5%;
    padding-left: 0.25%;
    font-size: 1.8rem;
    flex-shrink: 0;
  }
  .common_modal .modal_inner .faq_wrap dd {
    padding-left: 20px;
  }
  .common_modal .modal_inner .faq_wrap {
    margin-bottom: 50px;
  }
  .common_modal .nav_wrap {
    padding-block: 50px;
    padding-inline: 20px;
    border-radius: 20px 0 0 0;
  }
  .common_modal .nav_wrap::before {
    width: 30px;
    aspect-ratio: 30 / 40;
  }
  .common_modal .nav_wrap::after {
    display: none;
  }
  .common_modal .nav_wrap .nav_title {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .common_modal .nav_wrap .nav_title::before {
    width: 6px;
    margin-left: 0;
    margin-right: 10px;
  }
  .common_modal .nav_wrap .nav_block .nav {
    width: 100%;
    margin-bottom: 10px;
  }
  .common_modal .nav_wrap .nav_block .nav a {
    align-items: flex-start;
    gap: calc(12 / var(--base-width) * 100vw);
    padding: calc(10 / var(--base-width) * 100vw);
    padding-right: 50px;
    border-radius: 15px;
  }
  .common_modal .nav_wrap .nav_block .nav a .img {
    width: calc(100 / 295 * 100%);
    border-radius: 10px;
  }
  .common_modal .nav_wrap .nav_block .nav a .data .title p {
    font-size: min(13 / var(--base-width) * 100vw, 1.8rem);  
  }
  .common_modal .nav_wrap .nav_block .nav a::before {
    right: 10px;
    width: 25px;
  }
  .common_modal .nav_wrap .nav_block .nav a .data .name {
    min-width: 9em;
    gap: 0.6em;
    margin-top: 0;
    margin-bottom: 0.8em;
    padding: 0.25em 0 0.35em 0;
    font-size: min(12 / var(--base-width) * 100vw, 1.8rem);
  }
  .common_modal .nav_wrap .nav_block .nav a .data .name .year {
    font-size: calc(11 / 12 * 100%);
  }
}

/*-------------------------------------------------

 data_benefits

--------------------------------------------------*/
.data_benefits {
  position: relative;
  padding-block: min(120 / var(--base-width) * 100vw, 120px);
}
.data_benefits > .outer > .inner {
  position: relative;
  width: min(1540 / var(--base-width) * 100vw, 1540px);
  margin-inline: auto;
  padding-block: min(120 / var(--base-width) * 100vw, 120px);
  padding-inline: min(70 / var(--base-width) * 100vw, 70px);
  color: #fff;
  background: var(--secondary-grad-color);
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  z-index: 1;
}
.data_benefits > .outer > .inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: min(69 / var(--base-width) * 100vw, 69px);
  aspect-ratio: 69 / 92;
  background: url(../img/obj_common_top.svg) no-repeat right top / contain;
  z-index: 2;
}
.data_benefits > .outer > .inner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(46 / var(--base-width) * 100vw, 46px);
  aspect-ratio: 46 / 92;
  background: url(../img/obj_common_btm.svg) no-repeat left bottom / contain;
  z-index: 2;
}
.data_benefits .common_section .outer {
  position: relative;
  margin: inherit;
  margin-bottom: 0;
}
.data_benefits section.common_section > .outer > .inner {
  position: relative;
  width: min(1210 / var(--base-width) * 100vw, 1210px);
  margin-left: min(40 / var(--base-width) * 100vw, 40px);
  margin-right: auto;
}
.data_benefits .main_ttl {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset; 
}
.data_benefits .main_ttl::before {
  background-color: #00F3FF;
}
.data_benefits .section_lead {
  margin-bottom: min(100 / var(--base-width) * 100vw, 100px);
  padding-right: 2em;
}
.data_benefits .common_btn a.common {
  color: var(--primary-color);
  background: url(../img/common_btn_bg_white.png) center center no-repeat;
  background-size: contain;
  transition: background 0.8s ease-out .0s, color .2s ease-out .0s;
  border-radius: 0;
}
.data_benefits .common_btn a.common .obj {
  background: url(../img/btn_obj2.svg) 0 0 no-repeat;
  background-size: 30px auto;
}
.data_benefits .common_btn a.common .obj::before {
  display: none;
}
.data_benefits .common_btn a.common::before {
  background: #00F3FF;
}
.data_benefits .common_btn a.common::after {
  background: url(../img/icon_link_blank2.svg) center center no-repeat;
  transition: background .2s ease-out .1s;
}
@media (hover: hover) and (pointer: fine) {
  .data_benefits .common_btn a:hover.common {
    color: #fff;
    background: url(../img/common_btn_bg_grad.png) center center no-repeat;
    background-size: contain;
    transition: background .2s ease-out .0s, color .2s ease-out .0s;
  }
  .data_benefits .common_btn a:hover.common::after {
    background: url(../img/icon_link_blank1.svg) center center no-repeat;
    background-size: contain;
    transition: background .2s ease-out .0s;
  }
}
.data_benefits .txt_block {
  flex: 1;
}
.data_benefits .img_block {
  width: min(420 / var(--base-width) * 100vw, 420px);
}
.data_benefits #data {
  position: relative;
  margin-bottom: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(120 / var(--base-width) * 100vw, 120px);
}
.data_benefits #data::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 102%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .data_benefits .section_lead br.ctl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .data_benefits {
    padding-block: 50px;
  }
  .data_benefits .common_section .outer {
    width: 100%;
  }
  .data_benefits #data {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .data_benefits > .outer > .inner {
    width: calc(340 / var(--base-width) * 100vw);
    padding-block: 50px 60px;
    padding-inline: 20px;
    background: linear-gradient(to bottom,
     #0093FB 0%,
     #2578FF 20%,
     #6CF7FE 40%,
     #0093FB 60%,
     #2578FF 80%,
     #6CF7FE 100%
    );
  }
  .data_benefits > .outer > .inner::before {
    width: 30px;
    aspect-ratio: 30 / 40;
  }
  .data_benefits > .outer > .inner::after {
    width: 20px;
    aspect-ratio: 20 / 40;
  }
  .data_benefits section.common_section > .outer > .inner {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .data_benefits .section_lead {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .data_benefits .img_block {
    width: 100%;
    text-align: center;
  }
  .data_benefits .common_btn {
    text-align: center;
  }
  .data_benefits .common_section .common_wrap {
    gap: 50px;
    align-items: center;
  }
  .data_benefits .img_block {
    width: calc(210 / var(--base-width) * 100vw);
  }
/*
  .data_benefits .common_btn a.common {
    background: url(../img/common_btn_bg_white_sp.png) center center no-repeat !important;
    background-size: contain !important;
  }
*/
}

/*-------------------------------------------------

 training

--------------------------------------------------*/
#training {
  padding-block: min(120 / var(--base-width) * 100vw, 120px);
}
#training .section_lead {
  margin-bottom: min(60 / var(--base-width) * 100vw, 60px);
}
#training .training_table {
  padding: min(50 / var(--base-width) * 100vw, 50px) min(40 / var(--base-width) * 100vw, 40px);
  border: 1px solid #0093FB;
  border-radius: 20px;
}
#training .training_table .wrap {
  display: grid;
  grid-template-columns: 1fr 3fr 1.8fr;
  margin-bottom: min(40 / var(--base-width) * 100vw, 40px);
  padding-bottom: min(40 / var(--base-width) * 100vw, 40px);
  border-bottom: 1px solid var(--primary-color);
}
#training .training_table .wrap:last-of-type {
  padding-bottom: 0;
}
#training .training_table .wrap.head {
  margin-bottom: 0;
  border-bottom: none;
}
#training .training_table .wrap.head span {
  display: inline-block;
  margin-left: max(-10 / var(--base-width) * 100vw, -10px);
  padding: 0.75em 1.2em;
  color: #fff;
  font-size: min(16 / var(--base-width) * 100vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: var(--primary-color);
  border-radius: 9999px;
}
#training .training_table .wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#training .training_table .wrap .date {
  align-self: center;
  padding-right: min(40 / var(--base-width) * 100vw, 40px);
  color: var(--primary-color);
  font-size: min(60 / var(--base-width) * 100vw, 6.0rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
}
#training .training_table .wrap .date .min {
  display: inline-block;
  font-size: calc(30 / 60 * 100%);
}
#training .training_table .wrap .content {
  align-self: center;
  padding-right: min(30 / var(--base-width) * 100vw, 30px);
  padding-left: min(30 / var(--base-width) * 100vw, 30px);
  font-size: clamp(1.2rem, 20 / var(--base-width) * 100vw, 2.0rem);
  line-height: 2;
}
#training .training_table .wrap .event {
  padding-right: min(40 / var(--base-width) * 100vw, 40px);
  padding-left: min(30 / var(--base-width) * 100vw, 30px);
  font-size: clamp(1.2rem, 20 / var(--base-width) * 100vw, 2.0rem);
  line-height: 2;
}
#training .training_table .wrap:not(.head) .event {
  border-left: 1px dashed #D9D9D9;
}
#training .training_table .wrap ul li {
  position: relative;
  padding-left: 1.2em;
}
#training .training_table .wrap ul li::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  width: 0.5em;
  height: 0.5em;
  background: var(--primary-color);
  border-radius: 9999px;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  #training {
    padding-block: 50px;
  }
  section#training.common_section > .outer {
    width: calc(340 / var(--base-width) * 100vw);
  }
  section#training.common_section > .outer > .inner {
    width: 100%;
  }
  #training .main_ttl {
    margin-left: calc(20 / var(--base-width) * 100vw);
    padding-left: 0.85em;
  }
  #training .section_lead {
    width: calc(300 / var(--base-width) * 100vw);
    margin-inline: auto;
    margin-bottom: 50px;
  }
  #training .training_table {
    padding: 50px 0px;
  }
  #training .training_table .table {
    width: calc(310 / var(--base-width) * 100vw);
    margin-inline: auto;
  }
  #training .training_table .wrap.head {
    display: none;
  }
  #training .training_table .wrap {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #training .training_table .wrap .date {
    justify-self: center;
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 5.0rem;
    text-align: center;
  }
  #training .training_table .wrap .date .min {
    font-size: 3.0rem;
  }
  #training .training_table .wrap .content {
    position: relative;
    padding-top: 50px;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 1.5rem;
    text-align: justify;
  }
  #training .training_table .wrap .event {
    position: relative;
    padding-top: 50px;
    margin-top: 30px;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 1.5rem;
    text-align: justify;
  }
  #training .training_table .wrap ul li {
    padding-left: 1.0em;
  }
  #training .training_table .wrap ul li::before {
    left: 0em;
  }
  #training .training_table .wrap .content::before,
  #training .training_table .wrap .event::before {
    content: '研修内容';
    position: absolute;
    top: 0;
    left: 5px;
    padding: 0.75em 1.2em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    background-color: var(--primary-color);
    border-radius: 9999px;
  }
  #training .training_table .wrap .event::before {
    content: '主なイベント';
  }
  #training .training_table .wrap .event:empty::before {
    display: none;
  }
  #training .training_table .wrap .event:empty {
    display: none;
  }
  #training .training_table .wrap:not(.head) .event {
    border: none;
  }
}

/*-------------------------------------------------

 career

--------------------------------------------------*/
#career {
  position: relative;
  padding-top: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(120 / var(--base-width) * 100vw, 120px);
}
#career .section_lead {
  margin-bottom: min(60 / var(--base-width) * 100vw, 60px);
}
#career .step_block {
  padding: min(80 / var(--base-width) * 100vw, 80px);
  border-radius: 20px;
  background: var(--primary-grad-color);
  overflow: hidden;
}
#career .step {
  position: relative;
  padding-bottom: min(60 / var(--base-width) * 100vw, 60px);
  padding-bottom: 60px;
}
#career .step:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 60px;
  aspect-ratio: 1 / 1;
  background: url(../img/icon_arrow_btm.svg) center center no-repeat;
  background-size: 16px auto;
}
#career .step.step1,
#career .step.step2,
#career .step.step3 {
  width: clamp(360px, 640 / var(--base-width) * 100vw, 640px);
  margin-inline: auto;
}
#career .step.step4 {
  width: clamp(546px, 910 / var(--base-width) * 100vw, 910px);
  margin-inline: auto;
}
#career .step.step4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#career .step .step_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(20 / var(--base-width) * 100vw, 20px) min(30 / var(--base-width) * 100vw, 30px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#career .step:not(.step4) .step_inner {
  aspect-ratio: 640 / 110;
  padding-left: min(50 / var(--base-width) * 100vw, 50px);
}
#career .step .step_inner .span {
  position: absolute;
  top: 50%;
  left: min(20 / var(--base-width) * 100vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6em;
  aspect-ratio: 1 / 1;
  color: #fff;
  font-size: clamp(1.1rem, 14 / var(--base-width) * 100vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  background: var(--primary-grad-color);
  border-radius: 9999px;
  transform: translate3d(0, -50%, 0);
}
#career .step .step_inner .span .num {
  display: inline-block;
  padding-inline: 0.15em;
  font-size: calc(15 / 14 * 100%);
}
#career .step .step_inner p {
  font-size: clamp(1.4rem, 22 / var(--base-width) * 100vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#career .step .step_inner p .note {
  display: inline-block;
  margin-top: 0.35em;
  font-size: clamp(1.0rem, 18 / var(--base-width) * 100vw, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  #career .step .step_inner p .note {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #career {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#career.common_section > .outer {
    width: calc(340 / var(--base-width) * 100vw);
  }
  section#career.common_section > .outer > .inner {
    width: 100%;
  }
  #career .main_ttl {
    margin-left: calc(20 / var(--base-width) * 100vw);
    padding-left: 0.85em;
  }
  #career .section_lead {
    width: calc(300 / var(--base-width) * 100vw);
    margin-inline: auto;
    margin-bottom: 40px;
  }
  #career .step_block {
    max-width: 480px;
    margin-inline: auto;
    padding: 50px 25px;
    background: var(--secondary-grad-color);
  }
  #career .step.step1, #career .step.step2, #career .step.step3 {
    width: 100%;
    padding-bottom: 35px;
  }
  #career .step .step_inner {
    padding: 25px calc(15 / var(--base-width) * 100vw);
  }
  #career .step .step_inner p {
    font-size: 1.5rem;
    font-size: min(15 / var(--base-width) * 100vw, 1.8rem);
  }
  #career .step .step_inner p .note {
    font-size: 1.4rem;
    font-size: calc(14 / 15 * 100%);
  }
  #career .step:not(.step4) .step_inner {
    aspect-ratio: 290 / 96;
    padding-left: calc(70 / var(--base-width) * 100vw);
  }
  #career .step.step4 {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #career .step:not(:last-of-type):after {
    height: 35px;
    background: url(../img/icon_arrow_btm.svg) center center no-repeat;
    background-size: 12px auto;
  }
  #career .step .step_inner .span {
    width: calc(54 / var(--base-width) * 100vw);
    left: calc(10 / var(--base-width) * 100vw);
    font-size: min(12 / var(--base-width) * 100vw, 1.8rem);
  }
}
    

/*-------------------------------------------------

 office

--------------------------------------------------*/
#office {
  position: relative;
  padding-top: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(120 / var(--base-width) * 100vw, 120px);
}
#office .section_lead {
  margin-bottom: min(60 / var(--base-width) * 100vw, 60px);
}
#office .img_block {
  width: min(1140 / var(--base-width) * 100vw, 1140px);
  display: grid;
  gap: min(60 / var(--base-width) * 100vw, 60px);
  grid-template-columns: repeat(2, 1fr);
}
#office .img_block .img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #office {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#office.common_section > .outer {
    width: calc(300 / var(--base-width) * 100vw);
    margin-inline: auto;
  }
  section#office.common_section > .outer > .inner {
    width: 100%;
  }
  #office .section_lead {
    margin-bottom: 40px;
  }
  #office .section_lead .common_txt {
    letter-spacing: 0.03em;
  }
  #office .img_block {
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  #office .img_block .img {
    border-radius: 10px;
  }
}

/*-------------------------------------------------

 application_flow

--------------------------------------------------*/
#application_flow {
  position: relative;
  padding-top: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(240 / var(--base-width) * 100vw, 120px);
}
#application_flow .section_lead {
  margin-bottom: min(80 / var(--base-width) * 100vw, 80px);
}
@media screen and (max-width: 767px) {
  #application_flow {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#application_flow.common_section > .outer {
    width: calc(300 / var(--base-width) * 100vw);
    margin-inline: auto;
  }
  section#application_flow.common_section > .outer > .inner {
    width: 100%;
  }
  #application_flow .section_lead {
    margin-bottom: 40px;
  }
  section.common_section .common_wrap {
    align-items: center;
  }
}


/*-------------------------------------------------

 idealcandidate

--------------------------------------------------*/
#idealcandidate .inner {
  position: relative;
  padding-bottom: min(40 / var(--base-width) * 100vw, 40px);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
}
#idealcandidate .inner .main_title {
  position: relative;
  margin-bottom: min(40 / var(--base-width) * 100vw, 40px);
  color: #fff;
  padding: 0.85em;
  font-size: clamp(1.8rem, 26 / var(--base-width) * 100vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background: var(--primary-color);
}
#idealcandidate .inner .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(1214 / var(--base-width) * 100vw);
  margin-inline: auto;
  gap: min(100 / var(--base-width) * 100vw, 100px);
  max-width: 1220px;
}
#idealcandidate .inner .row .col {
  position: relative;
  padding-bottom: min(20 / var(--base-width) * 100vw, 20px);
}
#idealcandidate .inner .row .col:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: max(-50 / var(--base-width) * 100vw, -50px);
  width: 1px;
  height: 100%;
  background-color: var(--primary-color);
}
#idealcandidate .inner .row .col .img {
  position: relative;
  width: calc(140 / var(--base-width) * 100vw);
  margin-inline: auto;
}
#idealcandidate .inner .sub_ttl {
  position: relative;
  margin-top: min(30 / var(--base-width) * 100vw, 30px);
  margin-bottom: min(20 / var(--base-width) * 100vw, 20px);
  color: var(--primary-color);
  font-size: clamp(1.4rem, 20 / var(--base-width) * 100vw, 2.0rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
#idealcandidate .inner .common_txt {
  text-align: center;
}
@media screen and (max-width: 991px) {
  #idealcandidate .inner .common_txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #idealcandidate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#idealcandidate.common_section > .outer {
    width: calc(340 / var(--base-width) * 100vw);
  }
  #idealcandidate .inner {
    width: 100%;
    padding-bottom: min(40 / var(--base-width) * 100vw, 40px);
  }
  #idealcandidate .main_ttl {
    margin-left: calc(20 / var(--base-width) * 100vw);
    padding-left: 0.85em;
    line-height: 1.5;
  }
  #idealcandidate .main_ttl::before {
    top: 0.8em
  }
  #idealcandidate .inner .main_title {
    margin-bottom: 30px;
    padding: 0.875em;
    font-size: 1.8rem;
  }
  #idealcandidate .inner .row {
    grid-template-columns: repeat(1, 1fr);
    width: calc(300 / var(--base-width) * 100vw);
    gap: 80px;
  }
  #idealcandidate .inner .row .col {
    padding-bottom: 0;
  }
  #idealcandidate .inner .row .col:not(:last-child):after {
    top: auto;
    bottom: -40px;
    right: 0;
    width: 100%;
    height: 1px;
  }
  #idealcandidate .inner .row .col .img {
    width: calc(100 / var(--base-width) * 100vw);
  }
  #idealcandidate .inner .sub_ttl {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  #idealcandidate .inner .common_txt {
    font-size: 1.5rem;
  }
}

/*-------------------------------------------------

 requirements

--------------------------------------------------*/
#requirements {
  position: relative;
  padding-top: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(120 / var(--base-width) * 100vw, 120px);
}
#requirements .section_lead {
  margin-bottom: min(80 / var(--base-width) * 100vw, 80px);
}
#requirements .item {
  margin-bottom: min(50 / var(--base-width) * 100vw, 50px);
  padding-block: min(50 / var(--base-width) * 100vw, 50px);
  padding-inline: min(80 / var(--base-width) * 100vw, 80px);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
}
#requirements .item:last-of-type {
  margin-bottom: 0;
}
#requirements .item .item_ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(20 / var(--base-width) * 100vw, 20px);
  margin-bottom: min(50 / var(--base-width) * 100vw, 50px);
  padding-bottom: min(30 / var(--base-width) * 100vw, 30px);
  font-size: clamp(1.6rem, 26 / var(--base-width) * 100vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#requirements .item .item_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -3.5%;
  width: 107%;
  height: 1px;
  background-color: var(--primary-color);
}
#requirements .item .item_ttl .title {
  display: inline-block;
  padding: 0.8em 1em;
  color: #fff;
  font-size: calc(16/ 26 * 100%);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  background: var(--primary-color);
  border-radius: 9999px;
}
#requirements .item_body table {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#requirements .item_body table td {
  vertical-align: top;
}
#requirements .item_body table td:first-child {
  position: relative;
  padding: 0 1.8em;
  white-space: nowrap;
}
#requirements .item_body table td:first-child::before {
  position: absolute;
  content: "";
  top: 0.8em;
  left: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--primary-color);
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  #requirements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#requirements.common_section > .outer {
    width: calc(340 / var(--base-width) * 100vw);
  }
  #requirements .inner {
    width: 100%;
    padding-bottom: 0;
  }
  #requirements .main_ttl {
    margin-left: calc(20 / var(--base-width) * 100vw);
    padding-left: 0.85em;
  }
  #requirements .section_lead {
    width: calc(300 / var(--base-width) * 100vw);
    margin-inline: auto;
    margin-bottom: 40px;
  }
  #requirements .item {
    margin-bottom: min(50 / var(--base-width) * 100vw, 50px);
    padding-block: 30px;
    padding-inline: 20px;
  }
  #requirements .item .item_ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 1.8rem;
  }
  #requirements .item .item_ttl .title {
    font-size: 1.4rem;
  }
  #requirements .item .item_ttl::after {
    left: -1.5%;
    width: 103%;
  }
  #requirements .item_body table th,
  #requirements .item_body table td {
    display: block;
    width: auto;
  }
  #requirements .item_body table td:first-of-type {
    font-weight: bold;
    white-space: inherit;
  }
  #requirements .item_body table td:last-of-type {
    padding-left: 1.8em;
  }
}

/*-------------------------------------------------

 flow

--------------------------------------------------*/
#flow {
  position: relative;
  padding-top: min(120 / var(--base-width) * 100vw, 120px);
  padding-bottom: min(240 / var(--base-width) * 100vw, 240px);
}
#flow .section_lead {
  margin-bottom: min(80 / var(--base-width) * 100vw, 80px);
}
#flow .step_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(55 / var(--base-width) * 100vw, 55px);
  width: 100%;
}
#flow .step_list .step {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 220 / 95;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  letter-spacing: 0.1em;
}
#flow .step_list .step::after {
  content: '';
  width: min(55 / var(--base-width) * 100vw, 55px);
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translate3d(100%, -50%, 0);
  background: url(../img/icon_arrow_right.svg) center center no-repeat;
  background-size: calc(18 / 55 * 100%) auto
}
#flow .step_list .step.step5 {
  color: #fff;
  border: none;
  background: var(--primary-grad-color);
}
#flow .step_list .step.step5::after {
  display: none;
}
#flow .step_list .step p {
  font-size: min(20 / var(--base-width) * 100vw, 2.0rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#flow.common_section > .outer {
    width: calc(340 / var(--base-width) * 100vw);
  }
  #flow .inner {
    width: 100%;
    padding-bottom: 0;
  }
  #flow .main_ttl {
    margin-left: calc(20 / var(--base-width) * 100vw);
    padding-left: 0.85em;
  }
  #flow .section_lead {
    width: calc(300 / var(--base-width) * 100vw);
    margin-inline: auto;
    margin-bottom: 40px;
  }
  #flow .step_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    width: calc(200 / var(--base-width) * 100vw);
    margin-inline: auto;
  }
  #flow .step_list .step::after {
    width: 32px;
    top: auto;
    bottom: -2px;
    left: 50%;
    right: auto;
    background: url(../img/icon_arrow_right.svg) center center no-repeat;
    background-size: auto 12px;
    transform: translate3d(-50%, 100%, 0) rotate(90deg);
  }
  #flow .step_list .step p {
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------

 fix_btn

--------------------------------------------------*/
.fix_btn {
  position: fixed;
  bottom: 150px;
  right: 0;
  width: clamp(180px, 260 / var(--base-width) * 100vw, 260px);
  z-index: 10;
  opacity: 1;
  transition: opacity .1s ease-out;
}
.fix_btn a.is_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(18 / var(--base-width) * 100vw);
  aspect-ratio: 260 / 140;
  color: #000;
  font-size: clamp(1.0rem, 15 / var(--base-width) * 100vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #000;
  border-right: none;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  text-align: center;
  transition: border-color .8s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .fix_btn a.is_btn:hover {
    border-color: var(--primary-color);
    transition: border-color .1s ease-out .0s;
  }
}
.fix_btn a.is_btn .txt {
  display: inline-block;
}
.fix_btn a.is_btn img.logo {
  width: calc(182 / 260 * 100%);
}
body.modal_open .fix_btn {
  right: var(--scrollbar-size);
  opacity: 0;
}
.fix_btn .entry_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .fix_btn {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 75px;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-out, visibility .2s ease-out;
  }
  .fix_btn.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .fix_btn a.is_btn {
    width: 160px;
    gap: 10px;
    aspect-ratio: 160 / 75;
    padding-bottom: 3px;
    font-size: 1.0rem;
    letter-spacing: 0;
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 10px;
  }
  .fix_btn .entry_link {
    display: block;
  }
  .fix_btn .entry_link a.btn {
    display: block;
    width: 164px;
    aspect-ratio: 164 / 50;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    background: var(--primary-grad-color);
    border-radius: 9999px;
  }
  .fix_btn .entry_link a.btn .icon {
    display: inline-block;
    width: 15px;
    aspect-ratio: 1 / 1;
    background: url(../img/icon_arrow_right_circle1.svg) no-repeat center / contain;
  }
}



/*-------------------------------------------------

 footer

--------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
}
footer .entry_block {
  position: relative;
  background: var(--secondary-grad-color);
}
footer .entry_block .outer {
  position: relative;
  width: min(1540 / var(--base-width) * 100vw, 1540px);
  margin-inline: auto;
  padding-block: 30px;
}
footer .entry_block .outer .bar {
  display: flex;
}
footer .entry_block .outer .bar_obj {
  flex: 1;
  border-radius: 20px 0 0 0;
  background: #fff;
  overflow: hidden;
}
footer .entry_block .outer .bar img {
  width: min(45 / var(--base-width) * 100vw, 45px);
}
footer .entry_block .outer .bar.btm {
  flex-direction: row-reverse;
}
footer .entry_block .outer .bar.btm .bar_obj {
  border-radius: 0 0 20px 0;
}
footer .entry_block .outer .bar.btm img {
  width: min(30 / var(--base-width) * 100vw, 30px);
}
footer .entry_block .inner {
  position: relative;
  padding-block: min(30 / var(--base-width) * 100vw, 30px);
  padding-inline: min(90 / var(--base-width) * 100vw, 90px);
  background: #fff;
  overflow: hidden;
}
footer .entry_block .lead {
  margin-bottom: min(40 / var(--base-width) * 100vw, 40px);
}
footer .entry_block .lead p {
  color: var(--primary-color);
  font-size: clamp(1.8rem, 30 / var(--base-width) * 100vw, 3.0rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
footer .entry_block .txt {
  margin-bottom: min(40 / var(--base-width) * 100vw, 40px);
}
footer .entry_block .txt p {
  text-align: center;
}
footer .entry_block .btn_block {
  margin-bottom: min(50 / var(--base-width) * 100vw, 50px);
  text-align: center;
}
footer .other_sites {
  position: relative;
}
footer .other_sites .note {
  margin-bottom: 1.5em;
  font-size: clamp(1.2rem, 16 / var(--base-width) * 100vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
}
footer .other_sites .sites {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .other_sites .sites li {
  width: clamp(175px, 250 / var(--base-width) * 100vw, 250px);
}
footer .other_sites .sites li a {
  display: block;
  position: relative;
  padding-block: min(20 / var(--base-width) * 100vw, 20px);
  padding-inline: min(30 / var(--base-width) * 100vw, 30px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
  transition: border-color .8s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .other_sites .sites li a:hover {
    border-color: var(--primary-color);
    transition: border-color .1s ease-out .0s;
  }
}
footer .info_block {
  display: grid;
  grid-template-rows: repeat(2, max-content);
  grid-auto-flow: column;
  gap: min(25 / var(--base-width) * 100vw, 25px);
  padding: min(80 / var(--base-width) * 100vw, 80px);
  background: #fff;
}
footer .logo {
  width: min(250 / var(--base-width) * 100vw, 250px);
  margin-bottom: min(10 / var(--base-width) * 100vw, 10px);
}
footer .address {
  font-size: clamp(1.0rem, 14 / var(--base-width) * 100vw, 1.4rem);
  letter-spacing: .05em;
}
footer .nav {
  align-self: end;
  text-align: right;
}
footer .nav ul {
  display: inline-grid;
  grid-template-columns: repeat(3, max-content);
}
footer .nav ul li {
  position: relative;
  padding-inline: min(30 / var(--base-width) * 100vw, 30px);
}
footer .nav ul li:last-of-type {
  padding-right: 0;
}
footer .nav ul li::before {
  content: '';
  position: absolute;
  top: 0.1em;
  right: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
footer .nav ul li:last-of-type::before {
  display: none;
}
footer .nav ul a {
  position: relative;
}
footer .nav ul a {
  color: #000;
  font-weight: bold;
  font-size: clamp(1.0rem, 14 / var(--base-width) * 100vw, 1.4rem);
  text-decoration: none;
  transition: color 0.8s ease-in-out, background 0.8s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .nav ul a:hover {
    color: var(--primary-color);
    background: linear-gradient(to left, #0093FB 0%, #2578FF 50%, #6CF7FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color .1s ease-in-out .1s, background .1s ease-in-out .1s;
  }
}
footer .copyright {
  justify-self: end;
  font-size: clamp(0.8rem, 12 / var(--base-width) * 100vw, 1.2rem);
  letter-spacing: .05em;
}
footer .other {
  display: flex;
  align-items: center;
}
footer .brand a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 44px;
  font-size: 0.9rem;
  background: #d8d2c5;
  border-radius: 5px;
  transition: filter .1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .brand a:hover {
    filter: brightness(1.1);
    transition: filter .1s ease-in-out .1s;
  }
}
footer .brand a .logo {
  width: 30px;
  height: 31px;
  margin-right: 14px;
}
footer .brand a .ttl {
  width: 206px;
  height: 15px;
}
footer .insta {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
footer .insta a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  letter-spacing: .05em;
  text-decoration: none;
  transition: opacity .1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .insta a:hover {
    opacity: 0.75;
    transition: opacity .1s ease-in-out .1s;
  }
}
footer .insta .icon_instagram {
  width: 40px;
  height: 40px;
}
footer .insta .txt {
  margin-left: 15px;
}
@media (max-width: 767px) {
  footer {
    position: relative;
    padding-bottom: 85px;
  }
  footer .entry_block .outer {
    width: calc(340 / var(--base-width) * 100vw);
    padding-block: 20px;
  }
  footer .entry_block .outer .bar img {
    width: 30px;
  }
  footer .entry_block .outer .bar.btm img {
    width: 20px;
  }
  footer .entry_block .inner {
    position: relative;
    padding-block: 10px 20px;
    padding-inline: 0;
  }
  footer .entry_block .lead {
    margin-bottom: 30px;
  }
  footer .entry_block .lead p {
    font-size: 2.0rem;
    line-height: 2;
  }
  footer .entry_block .txt {
    margin-bottom: 40px;
  }
  footer .other_sites .note {
    margin-bottom: 1.5em;
    font-size: 1.3rem;
  }
  footer .other_sites .sites {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .other_sites .sites li {
    width: 200px;
  }
  footer .info_block {
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 30px;
    padding: 50px 30px;
  }
  footer .logo {
    width: 200px;
    margin-bottom: 0;
  }
  footer .address {
    font-size: 1.2rem;
    line-height: 2;
  }
  footer .nav {
    margin-top: 50px;
    align-self: center;
    text-align: center;
  }
  footer .nav ul {
    gap: 30px;
  }
  footer .nav ul li {
    padding: 0;
    font-size: 1.2rem;
  }
  footer .nav ul a {
    font-size: 1.2rem;
  }
  footer .nav ul li::before {
    right: -15px;
  }
  footer .copyright {
    font-size: 1.1rem;
    justify-self: center;
  }
  
}
