@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  color: #131834;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type=image]:hover {
  opacity: 0.7;
}

p, dd {
  line-height: 2.35;
}

main {
  overflow: hidden;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Roboto Condensed", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}
.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6.2rem;
  }
}

.animated {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.mask {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.mask.evt {
  visibility: visible;
}
.mask.bg:before {
  background: #EEF4F7;
}
.mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEF4F7;
  opacity: 0.1;
  transition: all 1.2s 0.3s;
  pointer-events: none;
}
.mask.show::before {
  left: 100%;
  opacity: 0.2;
}
.mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEF4F7;
  opacity: 0.5;
  transition: all 1.5s;
  pointer-events: none;
}
.mask.show::after {
  left: 100%;
  opacity: 0.2;
}

.evt_ttl {
  overflow: hidden;
  display: block;
}
.evt_ttl.show span {
  transition: 0.5s 0.2s;
  transform: none;
}
.evt_ttl span {
  display: block;
  transform: translateY(100%);
}

.c_btn a {
  background: #727171;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  width: 14.5rem;
  padding: 0.1em 0.8em;
  font-size: 1.3rem;
}
.c_btn a:hover {
  opacity: 1;
}
.c_btn a:hover:after {
  margin-left: 1em;
}
.c_btn a:after {
  content: "";
  background: url(../img/arw-r01.svg) no-repeat 50%/contain;
  width: 0.9rem;
  height: 1rem;
  transition: margin 0.3s;
}

.c_ttl {
  font-size: 2.8rem;
  margin-bottom: 0.4em;
}
.c_ttl i {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.4em;
}
.c_ttl em {
  font-size: 3.5rem;
  margin-left: 0.4em;
}
.c_ttl small {
  display: block;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin-top: 1.2em;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 90rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  background: #fff;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  #header {
    height: 6.2rem;
  }
}

.h_logo.a {
  position: absolute;
  inset: 1rem auto auto 2rem;
  width: 18rem;
}
.h_logo.a span {
  display: block;
  padding: 0.4rem 0 0 5.3rem;
  font-size: 0.9rem;
}
.h_logo.b {
  position: absolute;
  inset: 2.7rem auto auto 2rem;
  width: 22rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .h_logo.b {
    position: initial;
    width: 28rem;
    margin: 5rem auto 0;
  }
}
.h_logo.b a {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .h_logo.b a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .h_logo.b a {
    display: block;
  }
}
.h_logo.b span {
  display: block;
  font-size: 1rem;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .h_logo.b span {
    padding: 0.6rem 0 0 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .h_logo.b span {
    padding: 0.6rem 0 0 8.3rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 1.5em;
    height: 10rem;
    position: relative;
    padding: 0 2rem 0 24rem;
  }
}
.h_nav a[href="#"] {
  position: relative;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .h_nav a[href="#"] {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.h_nav a[href="#"]::before {
  content: "COMING SOON";
  display: block;
  position: absolute;
  inset: auto auto 100% 50%;
  translate: -50% 0;
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .h_nav a[href="#"]::before {
    position: initial;
    translate: none;
  }
}
.h_nav p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  line-height: inherit;
  height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .h_nav p {
    font-size: 1.7rem;
    border-bottom: solid 1px rgba(35, 24, 21, 0.1);
    height: 3.5em;
  }
  .h_nav p:has(i.open) {
    border-color: #231815;
  }
}
.h_nav p i.arrow {
  background: url(../img/arrow-down.svg) no-repeat right center/1rem;
  width: 1rem;
  height: 1rem;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .h_nav p i.arrow {
    width: 6rem;
    height: 2rem;
  }
  .h_nav p i.arrow.open {
    background-image: url(../img/arrow-up.svg);
  }
}
.h_nav p a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .h_nav p a {
    width: 100%;
    height: 100%;
  }
}
.h_nav p a::before {
  content: "+";
}
.h_nav p a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .h_nav > li:has(.sub) p {
    transition: opacity 0.2s;
    height: 100%;
    position: relative;
  }
  header.show-submenu .h_nav > li:has(.sub) p {
    opacity: 0.5;
  }
  .h_nav > li:has(.sub) p:before {
    content: "";
    position: absolute;
    background: url(../img/f-line.png) no-repeat 50%/100% 100%;
    height: 2px;
    width: 100%;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 0;
    transition: width 0.3s;
  }
  header.show-submenu .h_nav > li:hover p {
    opacity: 1;
  }
  .h_nav > li:hover p i {
    background-image: url(../img/arrow-up.svg);
  }
  .h_nav > li:hover p:before {
    width: 100%;
  }
  .h_nav > li:hover .sub {
    height: 36rem;
  }
  .h_nav > li:hover .sub.interview {
    height: 50.7rem;
  }
}
@media screen and (max-width: 767px) {
  .h_nav > li:has(i.open) .sub {
    display: block;
  }
}
.h_nav p {
  cursor: pointer;
}
.h_nav p:not(:has(> a)), .h_nav p:has(> a[href="#"]) {
  cursor: default;
}
.h_nav p br.tab {
  display: none;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .h_nav p br.tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .h_nav .sub {
    display: none;
  }
  .h_nav .sub figure {
    display: none;
  }
  .h_nav .sub dt {
    display: none;
  }
  .h_nav .sub dd {
    padding: 0 0 1.5rem;
    border-bottom: solid 1px rgba(35, 24, 21, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .h_nav .sub {
    width: 80%;
    overflow: hidden;
    transition: height 0.5s;
    background: #fff;
    position: absolute;
    left: 24rem;
    height: 0;
    top: 10rem;
    border-radius: 0 0 3rem 3rem;
  }
  .h_nav .sub:has(dd .col) {
    width: 94%;
  }
  .h_nav .sub .row {
    display: flex;
    justify-content: space-between;
    padding: 5rem;
    gap: 2rem;
  }
  .h_nav .sub figure {
    width: 40rem;
  }
  .h_nav .sub dl {
    width: 43rem;
  }
  .h_nav .sub dt {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .h_nav .sub dt i {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .h_nav .sub dd li {
    width: 20rem;
  }
  .h_nav .sub dd .col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .h_nav .sub {
    font-size: 1.5rem;
  }
}
.h_nav .sub a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.2em 0;
}
.h_nav .sub a.a {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .h_nav .sub a {
    padding: 0.55em 0;
    border-bottom: solid 1px rgba(35, 24, 21, 0.1);
  }
  .h_nav .sub a:hover {
    opacity: 1;
    border-color: #231815;
  }
  .h_nav .sub a:after {
    content: "";
    background: #727171;
    width: 0.8rem;
    height: 0.8rem;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    right: 0;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .h_nav .sub:not(.interview) a::before {
    content: "+ ";
    margin-right: 0.5em;
  }
}
.h_nav .sub.interview {
  width: auto;
  left: 0;
}
.h_nav .sub.interview dl dt {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl dt {
    margin-bottom: 1rem;
    padding-top: 1rem;
    display: block;
  }
  .h_nav .sub.interview dl dt i {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.h_nav .sub.interview dl dd + dt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl dd + dt {
    margin-top: 0;
  }
}
.h_nav .sub.interview dl dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl dd ul {
    width: auto;
  }
}
.h_nav .sub.interview dl dd ul li {
  width: auto;
}
.h_nav .sub.interview dl dd ul li a {
  flex-direction: column;
  padding: 0;
  border: none;
}
.h_nav .sub.interview dl dd ul li a::after {
  display: none;
}
.h_nav .sub.interview dl dd ul li img {
  border-radius: 1rem;
}
.h_nav .sub.interview dl dd ul li span {
  width: 100%;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl dd ul li span {
    font-size: 1.1rem;
  }
}
.h_nav .sub.interview dl.interview {
  width: auto;
}
.h_nav .sub.interview dl.interview dd ul {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl.interview dd ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.h_nav .sub.interview dl.interview dd ul ul {
  width: auto;
}
.h_nav .sub.interview dl.interview dd ul .dir_link {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0 2rem 0.5rem 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: solid 1px #000;
}
.h_nav .sub.interview dl.interview dd ul .dir_link::after {
  content: "";
  background: #727171;
  display: block;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 0.8rem;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .h_nav .sub.interview dl.interview dd ul .recruit {
    grid-column: span 5;
  }
  .h_nav .sub.interview dl.interview dd ul .recruit ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .h_nav .sub.interview dl.interview dd ul .career {
    grid-column: span 3;
  }
  .h_nav .sub.interview dl.interview dd ul .career ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .h_nav .sub.interview dl.interview dd ul .disability {
    grid-column: span 1;
  }
  .h_nav .sub.interview dl.interview dd ul .disability ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl.interview dd ul ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.h_nav .sub.interview dl.story {
  width: auto;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl.story {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .h_nav .sub.interview dl.story dt:first-child {
    margin-bottom: 4.8rem;
  }
}
.h_nav .sub.interview dl.story dd ul {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .h_nav .sub.interview dl.story dd ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.h_nav .sub.interview dl.story dd ul li.col2 {
  grid-column: span 2;
}

.h_entry > p {
  font-size: 1.4rem;
  background: #727171;
  color: #fff;
  width: 14rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .h_entry > p {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_entry.b {
    position: absolute;
    right: 6.3rem;
    top: 1rem;
  }
  .h_entry.b .sub.show {
    position: fixed;
    inset: 6.2rem 0 auto auto;
    translate: 0;
    padding: 0 0 1rem;
    box-shadow: 0 5px 5px #ddd;
  }
  .h_entry:not(.b) {
    margin: 5rem auto 0;
  }
}
.h_entry .sub {
  background: #fff;
  position: absolute;
  inset: 10rem 0 auto auto;
  height: 0;
  padding: 0 5rem;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
  transition: height 0.5s;
}
@media screen and (max-width: 767px) {
  .h_entry .sub {
    display: none;
    position: initial;
    border-radius: 0;
  }
}
.h_entry .sub.show {
  height: 30rem;
}
@media screen and (max-width: 767px) {
  .h_entry .sub.show {
    position: relative;
    inset: 0 auto auto 50%;
    translate: -50% 0;
    display: block;
    width: 100vw;
    height: auto;
    padding: 2rem 0 0;
  }
}
.h_entry .sub ul {
  display: flex;
  align-items: center;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul {
    align-items: inherit;
    height: auto;
  }
}
.h_entry .sub ul li {
  position: relative;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul li {
    width: 33.3333333333%;
    padding: 0 1rem;
  }
}
.h_entry .sub ul li + li {
  border-left: 1px solid #E9E8E8;
}
.h_entry .sub ul .ttl {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul .ttl {
    padding-bottom: 0;
    font-size: 1.2rem;
  }
}
.h_entry .sub ul .img {
  width: 20rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul .img {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.h_entry .sub ul .img img {
  border-radius: 1rem;
}
.h_entry .sub ul .btn {
  width: 20rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul .btn {
    width: 100%;
  }
}
.h_entry .sub ul .btn a {
  background: #727171;
  color: #fff;
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul .btn a {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
.h_entry .sub ul .cap {
  position: absolute;
  inset: 100% auto auto 4rem;
  width: 20rem;
  margin: 0.5rem auto 0;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul .cap {
    position: initial;
    width: 100%;
    margin: 1rem auto 0;
    font-size: 0.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .h_entry .sub ul {
    flex-direction: column;
  }
  .h_entry .sub ul li {
    width: 100%;
    padding: 0 2rem;
  }
  .h_entry .sub ul li + li {
    position: relative;
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .h_entry .sub ul li + li::before {
    content: "";
    background: #E9E8E8;
    position: absolute;
    inset: 0 auto auto 50%;
    translate: -50% 0;
    width: calc(100% - 4rem);
    height: 1px;
  }
  .h_entry .sub ul .ttl {
    font-size: 1.6rem;
  }
  .h_entry .sub ul .img {
    width: 70%;
    height: 10rem;
    overflow: hidden;
    border-radius: 1rem;
  }
  .h_entry .sub ul .btn {
    width: 50%;
  }
  .h_entry .sub ul .btn a {
    font-size: 1.4rem;
  }
  .h_entry .sub ul .cap {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.5rem;
    margin-right: 2rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 1.75rem;
    cursor: pointer;
  }
  .h_menu img {
    width: 2.5rem;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    top: 6.2rem;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8rem 5rem 5rem;
    background: #fff url(../img/f-line.png) no-repeat center top/100% 2px;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn 0.5s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut 0.5s;
  }
}
#gototop.show {
  visibility: visible;
  animation: itemFadeIn 1s;
}
#gototop:not(.show) {
  visibility: hidden;
  animation: itemFadeOut 0.8s;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}
#footer {
  text-align: center;
  padding-top: 4rem;
  position: relative;
  z-index: 5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 3.5rem;
  }
}

.f_leben {
  max-width: 100%;
  width: 30rem;
  margin: 0 auto 2rem;
}

.f_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.f_nav li {
  font-size: 1.2rem;
  display: flex;
  letter-spacing: 0.04em;
}
.f_nav li:after {
  content: "|";
  margin: 0 0.5em;
}
.f_nav li:nth-child(1):before {
  content: "|";
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .f_nav li:nth-child(4):before {
    content: "|";
    margin-right: 0.6em;
  }
}

.f_logo {
  background: url(../img/f-line.png) no-repeat center top/100% 2px;
  margin: 1rem 2rem 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .f_logo {
    width: calc(100% - 6rem);
    margin: 3.5rem auto 0;
    padding: 3.5rem 0;
  }
}
.f_logo img {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .f_logo img {
    width: 70%;
  }
}

.f_copy {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .f_copy {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: rgba(1, 164, 230, 0.2);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-8px, -8px);
  transform-origin: center;
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease, transform 0.2s;
  z-index: 9999;
}
.cursor-dot.active {
  transform: translate(-8px, -8px) scale(1.5);
}
@media screen and (max-width: 767px) {
  .cursor-dot {
    display: none;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin: 10rem 1.6rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_main {
    margin: 6.2rem 2rem 6rem;
  }
}
.top_main .slide {
  border-radius: 2rem;
  overflow: hidden;
}
.top_main .swiper-wrapper {
  display: flex;
}
.top_main .swiper-slide {
  overflow: hidden;
  position: relative;
}
.top_main .swiper-slide img {
  width: 100%;
  transition: transform 10s linear;
}
@media screen and (max-width: 767px) {
  .top_main .swiper-slide img {
    height: 45rem;
  }
}
.top_main .swiper-slide-active img {
  transform: scale(1.05);
}
.top_main .ttl {
  z-index: 2;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.top_main .ttl img {
  width: 50rem;
  padding: 1rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  .top_main .ttl img {
    width: 30rem;
  }
}
.top_main .ttl span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  display: block;
}
.top_main .ttl.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.5s;
}
.top_main .ttl.show span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.5s 0.3s;
}
@media screen and (min-width: 768px) {
  .top_main .ttl {
    position: absolute;
    left: 5rem;
    bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .top_main .ttl {
    position: absolute;
    left: 2rem;
    bottom: 10rem;
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -1rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
.top_lead {
  position: relative;
  padding-bottom: 4.5rem;
}
.top_lead:before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../img/arw-d01.svg) no-repeat 50%/contain;
  height: 5.3rem;
  bottom: -4rem;
  animation: fuwafuwa 3s infinite ease-in-out alternate;
}
.top_lead .ttl {
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
}
.top_lead .lead {
  letter-spacing: 0.01em;
}
.top_lead ul {
  margin: 5rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top_lead ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1rem;
  }
}
.top_lead li p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  transition: transform 0.3s;
}
.top_lead li p:before, .top_lead li p:after {
  content: "";
  height: 1.4em;
  border-left: solid 1px #9FA0A0;
  position: absolute;
  top: 0.5em;
}
.top_lead li p:before {
  transform: rotate(-45deg);
  left: 1.2em;
}
.top_lead li p:after {
  transform: rotate(45deg);
  right: 1.2em;
}
.top_lead li a {
  display: block;
}
.top_lead li a:hover {
  opacity: 1;
}
.top_lead li a:hover p {
  transform: translateY(-0.5rem);
}
.top_lead li a:hover img {
  transform: scale(1.1);
}
.top_lead li a:hover figcaption {
  transform: translateY(-3.5rem);
}
.top_lead li:nth-child(4) {
  filter: grayscale(1);
  pointer-events: none;
}
.top_lead .sub {
  opacity: 0;
}
.top_lead .sub.show {
  transition: opacity 0.3s 0.6s;
  opacity: 1;
}
.top_lead figure {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.top_lead figure img {
  transition: transform 0.5s;
  width: 100%;
}
.top_lead figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 2.5rem;
  padding: 0.75em 0.85em;
  white-space: nowrap;
  transition: transform 0.5s;
}
.top_lead .catch {
  text-align: center;
  font-size: 2.9rem;
  line-height: 2;
}

.top_biz {
  background: #EEF4F7;
  padding: 8rem 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .top_biz {
    padding: 8rem 0;
  }
}
.top_biz .dei_txt {
  margin-top: 3rem;
}
.top_biz .dei_txt span {
  display: block;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .top_biz ul {
    margin-top: -1.5rem;
  }
}
.top_biz li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top_biz li {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-top: 6rem;
  }
}
.top_biz .ttl {
  font-size: 2.3rem;
  margin-bottom: 0.4em;
}
.top_biz .c_btn {
  margin-top: 2rem;
}
.top_biz figure img {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .top_biz figure {
    width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .top_biz .desc {
    width: calc(100% - 38rem);
  }
}

@media screen and (min-width: 768px) {
  .top_sec {
    margin-top: 16rem;
    display: flex;
    align-items: center;
    gap: 12rem;
  }
  .top_sec figure {
    width: calc(50% - 2rem);
  }
  .top_sec figure img {
    width: 100%;
    height: 32.8rem;
    object-fit: cover;
    display: block;
  }
}
.top_sec ul {
  margin-top: 2rem;
}
.top_sec li {
  margin-top: 0.8rem;
}
.top_sec li a {
  display: flex;
  gap: 0.5em;
  font-size: 1.6rem;
}
.top_sec li a:before {
  content: "+";
}
@media screen and (max-width: 767px) {
  .top_sec .desc {
    margin: 3.5rem 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .top_sec .desc {
    width: 50rem;
    margin-bottom: 1rem;
  }
}
.top_sec figure {
  overflow: hidden;
  border-radius: 0 2rem 2rem 0;
  display: flex;
  gap: 9.2%;
  justify-content: flex-end;
}
.top_sec figure .a {
  border-radius: 0 2rem 2rem 0;
  width: 40.8%;
}
.top_sec figure .b {
  width: 50%;
  border-radius: 2rem 0 0 2rem;
}
.top_sec .c_btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top_sec .c_btn {
    margin-top: 3rem;
  }
}

.top_about {
  margin: 9rem 0 15.5rem;
}
@media screen and (max-width: 767px) {
  .top_about {
    margin: 9rem 0 6rem;
  }
}

.top_our {
  margin: 0 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .top_our {
    margin: 0 0 9rem;
  }
}

.top_int {
  background: #EEF4F7;
  padding: 5rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .top_int {
    padding: 9rem 0;
  }
}
.top_int ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .top_int ul {
    width: 95rem;
  }
}
@media screen and (max-width: 767px) {
  .top_int ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.top_int li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_int figure {
  width: 19.4rem;
}
@media screen and (max-width: 767px) {
  .top_int figure {
    width: 14rem;
  }
}
.top_int figure img {
  border-radius: 2rem;
}
.top_int .desc {
  width: calc(100% - 23rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top_int .desc {
    width: calc(100% - 17rem);
  }
}
.top_int .c_btn {
  margin-top: 3rem;
}

.top_ws {
  margin: 12.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .top_ws {
    margin: 9rem 0 3rem;
  }
}

.low {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .low {
    margin-top: 6.2rem;
  }
}

.low_header {
  margin: 10rem 1.6rem 4.5rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .low_header {
    margin: 6.2rem 2rem 4.5rem;
  }
}
.low_header img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .low_header img {
    max-width: none;
    width: 300%;
    margin-left: -100%;
  }
  .low_header img.p_carrer {
    width: 150%;
    margin-left: -25%;
  }
}
.low_header h1 {
  position: absolute;
  color: transparent;
  z-index: -1;
}

.anchor_link {
  position: fixed;
  inset: 12rem 0 auto auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .anchor_link {
    inset: auto 0 20rem auto;
  }
}
.anchor_link li + li {
  margin-top: 1rem;
}
.anchor_link a {
  background: #BCE2E8;
  display: block;
  position: relative;
  width: 20rem;
  padding: 1.5rem 3rem 1.5rem 4.7rem;
  font-size: 1.4rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .anchor_link a {
    translate: calc(100% - 4.7rem) 0;
    transition: translate 0.2s;
  }
  .anchor_link a:hover {
    translate: 0 0;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .anchor_link a {
    width: 5rem;
    aspect-ratio: 1/1;
    padding: 0;
    font-size: 0;
  }
  .anchor_link a:hover {
    opacity: 1;
  }
}
.anchor_link a::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 1.4rem;
  translate: 0 -50%;
  width: 2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .anchor_link a::before {
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: 2.5rem;
  }
}
.anchor_link a[href="#interview"]::before {
  background: url(../img/ico-anchor-interview.svg) no-repeat center/cover;
}
.anchor_link a[href="#schedule"]::before {
  background: url(../img/ico-anchor-schedule.svg) no-repeat center/cover;
}
.anchor_link a::after {
  content: "";
  background: url(../img/arrow-down.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 1rem;
  aspect-ratio: 8/4;
}
@media screen and (max-width: 767px) {
  .anchor_link a::after {
    display: none;
  }
}

.work_body {
  margin: 8rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .work_body .u_inner {
    width: 82rem;
  }
}
.work_body .lead {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
.work_body .lead + p {
  padding-top: 4rem;
  text-align: center;
}
.work_body .ttl {
  font-size: 2.7rem;
  line-height: 1.625;
  margin: 10rem 0 1em;
  letter-spacing: 0.05em;
  padding-bottom: 0.1em;
  border-bottom: solid 0.5px #131834;
}
.work_body .ttl.first {
  margin-top: 5.5rem;
}
.work_body .ttl2 {
  font-size: 2.1rem;
  line-height: 1.625;
  margin: 4.5rem 0 0.5em;
  letter-spacing: 0.05em;
  padding-bottom: 0.1em;
}
.work_body .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .work_body .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work_body .cap {
  padding-top: 1rem;
  font-size: 1.2rem;
}
.work_body .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .work_body .row {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .work_body .row p {
    width: 53.2rem;
  }
}
@media screen and (min-width: 768px) {
  .work_body .row figure {
    width: 24.2rem;
  }
}
.work_body .row figure img {
  width: 100%;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .work_body .row figure img {
    border-radius: 2rem;
  }
}
.work_body .row2 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.work_body .row2 figure {
  text-align: center;
  width: 19.7rem;
}
.work_body .img {
  margin: 2rem 0;
}

.job_body {
  margin: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .job_body {
    margin-top: 8rem;
  }
}
.job_body .tab {
  display: flex;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .job_body .tab {
    gap: 1rem;
  }
  .job_body .tab li {
    flex: 1;
  }
}
.job_body .tab a {
  font-size: 1.3rem;
  background: #727171;
  color: #fff;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .job_body .tab a {
    width: 14.5rem;
  }
}
.job_body .ttl {
  font-size: 2.7rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 0.4em;
  margin-bottom: 1.5rem;
  border-bottom: solid 0.5px #131834;
}
.job_body dd .btn {
  background: #727171;
  color: #fff;
  display: block;
  width: 14rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job_body dt {
    margin-bottom: 0.5em;
  }
  .job_body dt br {
    display: none;
  }
  .job_body dd {
    border-bottom: solid 0.5px #9FA0A0;
    padding-bottom: 1.3rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .job_body dl {
    display: flex;
    flex-wrap: wrap;
  }
  .job_body dt, .job_body dd {
    border-bottom: solid 0.5px #9FA0A0;
    line-height: 2.4;
    padding: 1em 0;
  }
  .job_body dt {
    width: 13rem;
  }
  .job_body dd {
    width: calc(100% - 13rem);
  }
}

.job_info {
  background: #EEF4F7;
  padding: 8rem 0 6rem;
}
.job_info .ttl {
  font-size: 2.7rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  border-bottom: solid 0.5px #131834;
}
.job_info dt {
  font-size: 1.7rem;
  margin: 5rem 0 0.7em;
}
.job_info dd {
  margin-left: 0.3em;
}

.about_leben {
  padding: 3.5rem 0 8rem;
}
.about_leben .u_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_leben .u_inner {
    width: 80rem;
  }
}
.about_leben .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .about_leben .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
}
.about_leben .catch {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 0.5em;
}
.about_leben .catch.ft_e {
  font-size: 2.6rem;
  font-weight: 700;
}
.about_leben .c_btn {
  padding-top: 4rem;
}
.about_leben .logo {
  margin-top: 3rem;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .about_leben .logo {
    width: 28rem;
    margin-left: auto;
  }
}

.about_lead {
  background: #EEF4F7;
  padding: 8rem 0 6.5rem;
}
@media screen and (min-width: 768px) {
  .about_lead .u_inner {
    width: 80rem;
  }
}
.about_lead .lead {
  padding-bottom: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about_lead .lead {
    font-size: 1.8rem;
  }
}
.about_lead .logo {
  margin-bottom: 4rem;
}
.about_lead .logo img {
  width: 29.5rem;
}
.about_lead .ttl {
  background: url(../img/f-line.png) no-repeat left bottom/0% 2px;
  font-size: 1.7rem;
  margin: 5rem 0 1em;
  padding-bottom: 0.3em;
}
.about_lead .ttl.show {
  transition: background 0.3s 0.5s;
  background-size: 100% 2px;
}
.about_lead .ttl.b {
  margin-top: 6.5rem;
}
.about_lead .ttl i {
  font-size: 2.5rem;
  margin-right: 1em;
  font-weight: bold;
}
.about_lead .catch {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 0.5em;
}
.about_lead ul {
  display: flex;
  gap: 5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .about_lead ul {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .about_lead li {
    width: 20rem;
  }
}
.about_lead li img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .about_lead li img {
    border-radius: 2rem;
  }
}

.about_msg {
  padding: 8rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .about_msg .u_inner {
    width: 80rem;
  }
}
.about_msg .ttl {
  font-size: 2.1rem;
  margin-bottom: 5rem;
}
.about_msg .ttl i {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.about_msg .ttl2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5rem 0 2em;
  text-decoration: underline;
  text-underline-offset: 0.45em;
  text-decoration-thickness: 0.5px;
}
.about_msg dt {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 0.4em;
}
.about_msg dt i {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 0.25em;
}
.about_msg dd {
  line-height: 1.64;
  margin-left: 1.4em;
  margin-bottom: 3.5rem;
}
.about_msg .sign {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about_msg .sign {
    flex-direction: column-reverse;
  }
}
.about_msg .sign p {
  flex: 1;
  text-align: right;
  line-height: 1.5;
}
.about_msg .sign p em {
  display: block;
  font-size: 2.3rem;
}
.about_msg .sign .img {
  width: 22rem;
}
.about_msg .sign .img img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .about_msg .sign .img img {
    border-radius: 2rem;
  }
}
.about_msg ul {
  display: flex;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .about_msg ul {
    gap: 0.8rem;
  }
}
.about_msg li img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .about_msg li img {
    border-radius: 2rem;
  }
}

.biz_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.biz_ttl i {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
  letter-spacing: 0.03em;
}

.biz_sec {
  padding: 8.5rem 0 5.5rem;
}
.biz_sec.bg {
  background: #EEF4F7;
}
.biz_sec figure img {
  width: 100%;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .biz_sec figure img {
    border-radius: 2rem;
  }
}
.biz_sec .head {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .biz_sec .head {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .biz_sec .head {
    gap: 5.5rem;
  }
  .biz_sec .head figure {
    width: 27.5rem;
  }
  .biz_sec .head .desc {
    width: calc(100% - 32.7rem);
  }
}
.biz_sec .c_btn {
  margin-top: 2rem;
}
.biz_sec p {
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .biz_sec .biz_ttl {
    margin-top: 1.2rem;
  }
}
.biz_sec :has(.num) .biz_ttl {
  margin-bottom: 0.6em;
}
.biz_sec .num {
  margin-top: 1.5rem;
}
.biz_sec .num dt {
  font-size: 1.2rem;
}
.biz_sec .num dd {
  line-height: 1.5;
  font-size: 2.1rem;
}
.biz_sec .num dd em {
  font-weight: bold;
  font-size: 5.1rem;
  line-height: 1;
}
.biz_sec .num dd em.b {
  margin-left: 0.2em;
}
.biz_sec .ttl {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.biz_sec .ttl i {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.9rem;
  display: block;
  margin-bottom: 1em;
}
.biz_sec .story {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .biz_sec .story {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .biz_sec .story {
    width: 70rem;
  }
  .biz_sec .story figure {
    width: 25.5rem;
  }
}

.biz_lead {
  margin-bottom: 5rem;
}
.biz_lead figure {
  text-align: center;
  margin-top: 5rem;
}
.biz_lead figure img {
  width: 53.1rem;
}

.biz_group {
  background: #EEF4F7;
  padding: 5rem 0 3.5rem;
}
.biz_group .history {
  border: solid 1px #9FA0A0;
  max-width: 70rem;
  background: #fff;
  margin-top: 2rem;
}
.biz_group .history p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.biz_group .history p i {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  margin-bottom: 0.2em;
}
.biz_group .history p i:before, .biz_group .history p i:after {
  content: "";
  height: 1.2em;
  border-left: solid 1px #9FA0A0;
  position: absolute;
  top: 0.2em;
}
.biz_group .history p i:before {
  transform: rotate(-45deg);
  left: 0.5em;
}
.biz_group .history p i:after {
  transform: rotate(45deg);
  right: 0.5em;
}
.biz_group .history a {
  display: flex;
  padding: 1rem 1rem 1rem 2.8rem;
  justify-content: space-between;
  align-items: center;
}
.biz_group .history a:hover {
  opacity: 1;
}
.biz_group .history a:hover .btn {
  background-position: calc(100% - 0.5em) center;
}
.biz_group .history figure {
  position: relative;
  width: 25.5rem;
}
.biz_group .history figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.biz_group .btn {
  text-align: left;
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  color: #fff;
  width: 23.5rem;
  line-height: 2.5rem;
  padding: 0 1em;
  letter-spacing: 0.08em;
  background: #595757 url(../img/arw-blank01.svg) no-repeat calc(100% - 0.8em) center/1.1rem;
  transition: background 0.3s;
}
.int_sec {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .int_sec {
    padding: 6rem 0;
  }
}
.int_sec:nth-of-type(even) {
  background: #EEF4F7;
}
.int_sec:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .int_sec .u_inner {
    width: 99.8rem;
  }
}
.int_sec .dei_txt {
  margin: 12rem 0;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .int_sec .dei_txt {
    margin: 6rem 0;
    text-align: left;
  }
}
.int_sec .dei_txt span {
  display: block;
  font-size: 1.5em;
}
.int_sec .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .int_sec .row {
    flex-direction: column;
    gap: 2.5rem;
  }
  .int_sec .row:nth-of-type(1) .desc {
    display: contents;
  }
  .int_sec .row:nth-of-type(1) .desc .c_ttl {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .int_sec figure {
    width: 25rem;
  }
}
.int_sec figure img {
  width: 100%;
  border-radius: 2.7rem;
}
@media screen and (max-width: 767px) {
  .int_sec figure img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .int_sec .desc {
    width: 65.2rem;
  }
}
.int_sec .desc figure {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .int_sec .desc figure {
    width: 31rem;
  }
}
.int_sec .c_btn {
  margin-top: 4rem;
  display: table;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .int_sec .c_btn {
    order: 1;
  }
}

.int-list_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.int-list_ttl i {
  font-size: 2.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  display: block;
  letter-spacing: 0.03em;
}

.int_ttl {
  font-size: 2.4rem;
  line-height: 1.625;
  margin: 4.5rem 0 0.4em;
  letter-spacing: 0.05em;
  border-bottom: solid 0.5px #131834;
  padding-bottom: 0.6em;
}
.int_ttl:has(i) {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.int_ttl i {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  line-height: 1;
  font-size: 1.8rem;
}
.int_ttl i:before, .int_ttl i:after {
  content: "";
  height: 1.2em;
  border-left: solid 1px #131834;
  position: absolute;
  top: -0.1em;
}
.int_ttl i:before {
  transform: rotate(-45deg);
  left: 0.5em;
}
.int_ttl i:after {
  transform: rotate(45deg);
  right: 0.5em;
}

.int_sec02 {
  padding: 9rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .int_sec02 {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 768px) {
  .int_sec02 .u_inner {
    width: 99.8rem;
  }
}
.int_sec02 .ttl {
  font-size: 2.7rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  padding-bottom: 0.1em;
  border-bottom: solid 0.5px #131834;
}
.int_sec02 .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .int_sec02 .row {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .int_sec02 .desc {
    width: 64.6rem;
  }
}
.int_sec02 .img {
  display: flex;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .int_sec02 .img {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .int_sec02 figure {
    width: 29.4rem;
  }
}
.int_sec02 figure img {
  width: 100%;
  border-radius: 2.7rem;
}
@media screen and (max-width: 767px) {
  .int_sec02 figure img {
    border-radius: 2rem;
  }
}

.int_body {
  margin: 11rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .int_body .u_inner {
    width: 99.8rem;
  }
}
.int_body .c_ttl {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .int_body .c_ttl {
    margin-bottom: 0;
  }
}
.int_body .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .int_body .row:nth-of-type(1) .desc {
    margin-top: 7rem;
  }
  .int_body .row:nth-of-type(n + 2) > figure {
    margin-top: 4.5rem;
  }
  .int_body .row.last {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .int_body .row {
    flex-direction: column;
    margin-bottom: 4.5rem;
    gap: 2.5rem;
  }
  .int_body .row:nth-of-type(1) .desc {
    display: contents;
  }
  .int_body .row:nth-of-type(1) .desc .c_ttl {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .int_body .desc {
    width: 64.6rem;
  }
}
.int_body .desc figure {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .int_body .desc figure {
    width: 31rem;
  }
}
@media screen and (min-width: 768px) {
  .int_body .int_sch {
    width: 64.6rem;
    margin-left: auto;
  }
}
.int_body mark {
  background: none;
  background-image: linear-gradient(transparent 0%, #BCE2E8 0%);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-weight: bold;
}
.int_body mark.evt {
  background-size: 0% 100%;
  transition: background 0.5s;
}
.int_body mark.evt.show {
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .int_body figure {
    width: 25rem;
  }
}
.int_body figure img {
  width: 100%;
  border-radius: 2.7rem;
}
@media screen and (max-width: 767px) {
  .int_body figure img {
    border-radius: 2rem;
  }
}
.int_body .note {
  font-size: 1.2rem;
}

.story_body .c_ttl {
  margin-bottom: 4rem;
}
.story_body .row {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .story_body .row:nth-of-type(1) .desc {
    margin-top: 1rem;
  }
}
.story_body .img {
  display: flex;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .story_body .img {
    gap: 0.8rem;
  }
}
.story_body .note {
  margin-top: 1.5rem;
}
.story_body .c_btn {
  margin-top: 1rem;
}
.story_body figcaption {
  font-size: 1.5rem;
  margin-top: 0.5em;
  letter-spacing: -0.01em;
}

.int_sch {
  margin-top: 10rem;
}
.int_sch img {
  width: 5.2rem;
  display: block;
  margin-top: 1.5rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.int_sch .c_btn {
  margin-top: 1rem;
}
.int_sch .ttl {
  font-size: 1.9rem;
  border-bottom: dashed 0.5px #131834;
  padding-bottom: 0.3em;
  margin-bottom: 1.2em;
}
.int_sch dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  position: relative;
  margin-bottom: 8rem;
}
.int_sch dl:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: calc(100% - 3rem);
  background: #131834;
  width: 1px;
  left: 7rem;
}
.int_sch dt {
  font-size: 2.2rem;
  width: 5rem;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
}
.int_sch dt.show span {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.4s;
}
.int_sch dt.show:before {
  transform: scale(1);
  transition: transform 0.6s;
}
.int_sch dt span {
  display: block;
  clip-path: inset(0 100% 0 0);
  display: block;
  position: relative;
  height: 100%;
}
.int_sch dt:before {
  content: "";
  position: absolute;
  border: solid 0.3rem #131834;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  right: -2.95rem;
  background: #fff;
  top: 0.6rem;
  transform: scale(0);
}
.int_sch dd {
  width: calc(100% - 9rem);
  font-size: 1.7rem;
  line-height: 1.7;
  min-height: 8rem;
  padding-bottom: 4rem;
  clip-path: inset(0 100% 0 0);
}
.int_sch dd.show {
  clip-path: inset(0 0 0 0);
  transition: clip-path 2s 0.2s;
}
.int_sch dd small {
  display: block;
  font-size: 1.4rem;
}
.int_sch dd:last-of-type {
  padding-bottom: 0;
  min-height: 0;
}

.int-item_list {
  display: flex;
  flex-flow: row nowrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .int-item_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.int-item_list li {
  width: 15.6rem;
}
@media screen and (max-width: 767px) {
  .int-item_list li {
    width: 100%;
  }
}
.int-item_list li.span-2 {
  width: 34.2rem;
}
@media screen and (max-width: 767px) {
  .int-item_list li.span-2 {
    grid-column: span 3;
    width: 100%;
  }
}
.int-item_list li.span-2 a img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .int-item_list li.span-2 a img {
    height: 15.6rem;
  }
}
.int-item_list li a {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.int-item_list li a img.border-r {
  border-radius: 1.5rem;
}
.int-item_list li a span {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .int-item_list li a span {
    font-size: 1.4rem;
  }
}

.int-item_wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.int-item_wrap > h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.int-item_wrap .dir_link {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0 2.4rem 0.5rem 0;
  text-align: left;
  line-height: 1;
  border-bottom: solid 1px #000;
}
.int-item_wrap .dir_link::after {
  content: "";
  background: #727171;
  display: block;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 1.4rem;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.int-item_row-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .int-item_row-wrap {
    flex-flow: column nowrap;
  }
}
.int-item_row-wrap .int-item_wrap {
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .int-item_row-wrap .int-item_wrap {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
