@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
  scroll-behavior: smooth;
}
.img-wrap img{
  object-fit: cover;
  object-position: center;
}
body {
  font-family: "Noto Serif JP", serif;;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0520833333vw;
}
@media screen and (max-width: 900px) {
  html,
  body {
    font-size: clamp(1px, 0.25vw, 1.2px);
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.is_loading {
  overflow: hidden !important;
}

.pc-hidden {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .pc-hidden {
    display: block !important;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1163px) {
  .tab-block {
    display: block;
  }
}

.tab-hidden {
  display: block;
}
@media screen and (max-width: 1163px) {
  .tab-hidden {
    display: none !important;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 900px) {
  .sp-hidden {
    display: none !important;
  }
}

#main {
  overflow-x: clip;
}

svg.w100 {
  width: 100%;
  height: auto;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.w1445 {
  max-width: 1445rem;
  width: 90%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200rem;
  width: 90%;
  margin: 0 auto;
}

.w960 {
  max-width: 960rem;
  width: 90%;
  margin: 0 auto;
}

.line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line-btn.svganim svg path {
  -webkit-animation: draw 1.8s ease forwards;
          animation: draw 1.8s ease forwards;
}
.line-btn.svganim p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.line-btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.line-btn:hover p .border {
  -webkit-transform: scaleX(1.2) !important;
          transform: scaleX(1.2) !important;
}
.line-btn p {
  overflow-y: visible;
  white-space: nowrap;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(18px, 18px + (22.8 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  color: #00CCBB;
  position: relative;
  padding-right: 20rem;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 1163px) {
  .line-btn p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 900px) {
  .line-btn p {
    font-size: 18rem;
    line-height: 3.3888888889;
  }
}
.line-btn p .border {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 120%;
  height: 1px;
  background-color: #00CCBB;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 1163px) {
  .line-btn p .border {
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .line-btn p .border {
    bottom: 16rem;
  }
}
.line-btn .inner {
  display: inline-block;
  position: relative;
  padding: 49rem 0 53rem 61rem;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 900px) {
  .line-btn .inner {
    padding: 12rem 0 16rem 35rem;
  }
}
.line-btn .inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.line-btn .inner .circle {
  position: absolute;
  left: 0;
  top: 0;
}
.line-btn .inner .circle svg {
  width: 157rem;
  height: 164rem;
}
@media screen and (max-width: 900px) {
  .line-btn .inner .circle svg {
    width: 86rem;
    height: 89rem;
  }
}

/* ==== PATH 共通 ==== */
svg .path path {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* 初期は線を消しておく */
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-opacity: 0;
  /* アニメ時 */
}
svg .path path.w2 {
  stroke-width: 2;
}
svg .path path.mvsvg, svg .path path.svganim {
  -webkit-animation: draw 1.6s ease forwards;
          animation: draw 1.6s ease forwards;
}
@media screen and (max-width: 900px) {
  svg .path path.mvsvg {
    -webkit-animation: draw 2s ease forwards;
            animation: draw 2s ease forwards;
  }
}

/* ==== 塗り ==== */
svg .fill,
svg path.fill {
  fill-opacity: 0;
}
svg .fill.mvsvg, svg .fill.svganim,
svg path.fill.mvsvg,
svg path.fill.svganim {
  -webkit-animation: fillin 1s ease forwards;
          animation: fillin 1s ease forwards;
}
@media screen and (max-width: 900px) {
  svg .fill.mvsvg,
  svg path.fill.mvsvg {
    -webkit-animation: fillin 5s ease forwards;
            animation: fillin 5s ease forwards;
  }
}

@-webkit-keyframes draw {
  0% {
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  0% {
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ==== 塗りを出すアニメーション ==== */
@-webkit-keyframes fillin {
  0% {
    fill-opacity: 0;
  }
  60% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillin {
  0% {
    fill-opacity: 0;
  }
  60% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
section {
  position: relative;
}
section.active {
  opacity: 1;
}
section.active .ink-bg {
  -webkit-animation: inkBurst 1.2s cubic-bezier(0.3, 0.6, 0.1, 1) forwards;
          animation: inkBurst 1.2s cubic-bezier(0.3, 0.6, 0.1, 1) forwards;
}

.has-bg {
  background: url(../img/common/sec-bg.jpg) no-repeat center/cover;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  z-index: 10;
}

.ink-bg {
  background: url(../img/common/ink.png) no-repeat center/cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes inkBurst {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes inkBurst {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes revealLine {
  0% {
    clip-path: inset(100% 0 0 0);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes revealLine {
  0% {
    clip-path: inset(100% 0 0 0);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .svg-pc {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .svg-sp {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
  }
}

@-webkit-keyframes brushWrite {
  0% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@keyframes brushWrite {
  0% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}
@-webkit-keyframes brushWriteMv {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%; /* ← 最上（Y=0%） */
  }
  100% {
    -webkit-mask-position: 0% 100%;
            mask-position: 0% 100%; /* ← 最下（Y=100%） */
  }
}
@keyframes brushWriteMv {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%; /* ← 最上（Y=0%） */
  }
  100% {
    -webkit-mask-position: 0% 100%;
            mask-position: 0% 100%; /* ← 最下（Y=100%） */
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}
#header.fixed-small, #header.page-header {
  position: fixed;
  top: 0;
  left: 0;
}
#header.fixed-small .hamburger, #header.page-header .hamburger {
  top: 57rem;
  bottom: auto;
  right: 58rem;
}
@media screen and (max-width: 900px) {
  #header.fixed-small .hamburger, #header.page-header .hamburger {
    top: 25rem;
    right: 24rem;
  }
}
#header.fixed-small .hamburger.is-invert, #header.page-header .hamburger.is-invert {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
#header.fixed-small .hamburger.is-invert:hover, #header.page-header .hamburger.is-invert:hover {
  -webkit-filter: opacity(80%) brightness(4);
          filter: opacity(80%) brightness(4);
}
@media screen and (max-width: 900px) {
  #header.is_open {
    position: fixed;
  }
}
#header .h_logo {
  position: absolute;
  top: 33rem;
  left: 58rem;
  z-index: 10;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  #header .h_logo {
    top: 17rem;
    left: 34rem;
  }
}
#header .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #header .h_logo a img {
    width: 39rem;
    height: auto;
  }
}
#header .hamburger {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  width: 72rem;
  cursor: pointer;
  position: absolute;
  top: 30rem;
  right: 100rem;
}
@media screen and (max-width: 900px) {
  #header .hamburger {
    top: 25rem;
    bottom: auto;
    right: 24rem;
    width: 48rem;
  }
}
#header .hamburger:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .hamburger span {
  display: block;
  width: 72rem;
  height: 7rem;
  margin-bottom: 10rem;
  background-color: #00CCBB;
	background: linear-gradient(to bottom, #00CCBB 2.18%, #1099CB 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  #header .hamburger span {
    width: 30rem;
    height: 4rem;
    margin-bottom: 5px;
  }
}
#header .hamburger span.bar3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  #header .hamburger span.bar3 {
    margin-bottom: 4rem;
  }
}
#header .hamburger span.toggle {
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  margin-bottom: 0;
}
#header .hamburger span.toggle::before {
  content: "MENU";
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 14px + (18.8 - 14) * (100vw - 375px) / (1920 - 375), 20px);
  line-height: 100%;
  white-space: nowrap;
  color: #00CCBB;
	background: linear-gradient(to right, #00CCBB 2.18%, #1099CB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#header .hamburger.is_open {
  margin-left: auto;
  position: fixed;
  right: 100rem;
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open {
    position: fixed;
    right: 25rem;
    top: 17rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#header .hamburger.is_open span {
  margin: 0;
}
#header .hamburger.is_open .bar1 {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
  margin: 0;
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .bar1 {
    -webkit-transform: translateY(19px) rotate(405deg);
            transform: translateY(19px) rotate(405deg);
  }
}
#header .hamburger.is_open .bar3 {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .bar3 {
    -webkit-transform: translateY(16px) rotate(495deg);
            transform: translateY(16px) rotate(495deg);
  }
}
#header .hamburger.is_open .bar2 {
  display: none;
}
#header .hamburger.is_open .toggle {
  margin-top: 30rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .toggle {
    margin-top: 31px;
  }
}
#header .hamburger.is_open .toggle::before {
  content: "CLOSE";
}
#header .h_wrap {
  position: relative;
  pointer-events: none;
}
#header .h_wrap .inner {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 143rem 0 53rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 58rem;
}
@media screen and (max-width: 900px) {
  #header .h_wrap .inner {
    padding: 124rem 0 80rem;
    max-width: 88.25%;
    width: 100%;
    margin: 0 auto;
  }
}
#header .h_wrap .inner .text {
  opacity: 0;
  visibility: hidden;
}
#header .h_wrap .inner .text::before {
  content: none;
}
#header .h_wrap.is_open {
  pointer-events: auto;
  height: 100vh;
  overflow-y: auto;
  -webkit-animation: slide-in 0.6s ease forwards;
          animation: slide-in 0.6s ease forwards;
  background: url(../img/common/menu-bg.jpg) no-repeat center/cover;
}
#header .h_wrap.is_open .text {
  position: relative;
  /* -webkit-transform: translateY(40px);
          transform: translateY(40px); */
  /* opacity: 0; */
  /* visibility: visible; */
  /* -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease; */
      /* mask-size: 100% 2500%;
    -webkit-mask-size: 100% 2500%;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%; */
}
#header .h_wrap.is_open .text.show {
  /* -webkit-animation: brushWriteMv 0.8s steps(22) forwards;
    animation: brushWriteMv 0.8s steps(22) forwards; */
  /* opacity: 1; */
}
#header .h_wrap.is_open .text.show::before {
  content: "";
  position: absolute;
  right: 28rem;
  top: 47rem;
  background: url(../img/menu/text.svg) no-repeat center/contain;
  width: 261rem;
  height: 986rem;

  -webkit-mask: url(../img/top/brush_tate.png);
    mask: url(../img/top/brush_tate.png);
  -webkit-animation: brushWriteMv 0.8s steps(22) forwards;
    animation: brushWriteMv 0.8s steps(22) forwards;
          mask-size: 100% 2500%;
    -webkit-mask-size: 100% 2500%;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
}
@media screen and (max-width: 900px) {
  #header .h_wrap.is_open .text.show::before {
    background-image: url(../img/menu/text_sp.svg);
    width: 322rem;
    height: 89rem;
    top: 17rem;
    right: auto;
    left: -3rem;
  }
}
#header .h_wrap.is_open .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
}
#header .h_wrap.closing {
  -webkit-animation: slide-out 0.6s ease forwards;
          animation: slide-out 0.6s ease forwards;
}
#header .h_wrap.closing .inner {
  display: block;
  padding: 44rem 0 54rem;
  margin: auto;
  position: relative;
}
#header .h_wrap.closing .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: url(../img/common/menu-bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#header .h_wrap.closing .inner #mobile-nav .hamburger {
  margin-left: auto;
  margin-right: 47rem;
  margin-bottom: 23rem;
}
#header .h_wrap.closing .inner #mobile-nav .menu {
  max-width: 1437rem;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  height: 100vh;
  position: relative;
}
#header #mobile-nav {
  pointer-events: auto;
}
#header #mobile-nav .menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#header #mobile-nav .menu.is_open {
  max-width: 1437rem;
  width: 100%;
  margin: auto;
  opacity: 1;
  visibility: visible;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu.is_open {
    height: auto;
    max-width: 100%;
  }
}
#header #mobile-nav .menu nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 60rem 103rem;
}
@media screen and (max-width: 1130px) {
  #header #mobile-nav .menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
#header #mobile-nav .menu nav a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
#header #mobile-nav .menu nav a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header #mobile-nav .menu nav a img{
  transition: transform 0.4s ease;
  transform: scale(1);

}

#header #mobile-nav .menu nav a img:hover{
  transform: scale(1.1);

}
#header #mobile-nav .menu nav .menuitem {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
#header #mobile-nav .menu nav .menuitem .img {
  overflow: hidden;
}
#header #mobile-nav .menu nav .menuitem .img img {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .menuitem .img {
    height: 194rem;
  }
  #header #mobile-nav .menu nav .menuitem .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#header #mobile-nav .menu nav .menuitem .img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#header #mobile-nav .menu nav .menuitem .img a:hover {
  -webkit-filter: none;
          filter: none;
}
#header #mobile-nav .menu nav .menuitem .menuttl {
  margin-top: -21rem;
  margin-bottom: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10rem;
  position: relative;
  z-index: 5;
	height: auto;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .menuitem .menuttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .menuitem .menuttl .ttl-en img {
    width: auto;
    height: 50rem;
  }
}
#header #mobile-nav .menu nav .menuitem .menuttl .ttl-ja {
  font-family: "Noto Serif JP", serif;;
  font-weight: 500;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 100%;
  color: #00CCBB;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .menuitem .menuttl .ttl-ja {
    font-size: 24rem;
  }
}
#header #mobile-nav .menu nav .menuitem .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem 40rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header #mobile-nav .menu nav .menuitem .menulist li {
  font-family: "Noto Serif JP", serif;;
  font-weight: 700;
  font-size: clamp(16px, 16px + (19.2 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  line-height: 100%;
  color: #ffffff;
  padding-left: 31rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .menuitem .menulist li {
    font-size: 18rem;
    font-weight: 500;
  }
}
#header #mobile-nav .menu nav .menuitem .menulist li::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 13rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
}
#header #mobile-nav .menu nav .menuitem.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#header #mobile-nav .menu nav .banneritem {
  grid-area: 3/1/4/3;
}
#header #mobile-nav .menu nav .banneritem .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .banneritem .menulist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header #mobile-nav .menu nav .menuitem .menulist.center {
    justify-content: center;
    margin-top: 40px;
  }
  #header #mobile-nav .menu nav .menuitem .icon-menu{
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }
}
#header #mobile-nav .menu nav .banneritem .menulist li {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 900px) {
  #header #mobile-nav .menu nav .banneritem .menulist li {
    width: 100%;
  }
  #header #mobile-nav .menu nav .banneritem .menulist li img {
    width: 100%;
  }
}
#header #mobile-nav .menu nav .banneritem .menulist li.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cta {
  background-color: #0D003B;
	overflow: hidden;
}
@media screen and (max-width: 900px) {
  .cta {
    padding-bottom: 50rem;
  }
}
.cta .sectit {
  padding: 100rem 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .cta .sectit {
    padding: 50rem 0;
  }
}
.cta .sectit .ttl-en {
  max-width: 1016rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .cta .sectit .ttl-en {
    max-width: 293rem;
    height: 42rem;
  }
}
.cta .sectit .ttl-en svg {
  width: 100%;
  height: 100%;
}
.cta .contactbox {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .cta .contactbox {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
    gap: 20rem;
  }
}
.cta .contactbox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* padding: 69rem 0 49rem; */
  width: 33.3333333333vw;
  overflow: hidden;
  position: relative;
}
.cta .contactbox .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .cta .contactbox .item {
    padding: 15vw 0 2vw;
    width: 100%;
  }
  .cta .contactbox .item.youtube{
    padding-top: 0;
  }
  
}
@media screen and (max-width: 500px) {
  .cta .contactbox .item {
    padding: 12vw 0 1vw;
    width: 100%;
  }

  
}
/* .cta .contactbox .item.contact {
  background: url(../img/common/cta-contact.jpg) no-repeat center/cover;
  background-position: center;
  transition: background-size 0.6s ease-out;
}
.cta .contactbox .item.recruit {
  background: url(../img/common/cta-recruit.jpg) no-repeat center/cover;
  background-position: center;
  transition: background-size 0.6s ease-out;
}
.cta .contactbox .item.recruit:hover, .cta .contactbox .item.contact:hover{
  background-size: 130%;
  transition: .5s;

} */
 /* 共通設定：親要素ははみ出しを隠す */
.cta .contactbox .item.recruit, 
.cta .contactbox .item.contact {
  position: relative;
  overflow: hidden; /* ★必須：はみ出た画像を隠す */
  cursor: pointer;
}

/* 共通設定：背景画像用の擬似要素 */
.cta .contactbox .item.recruit::before,
.cta .contactbox .item.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* コンテンツの下に配置 */
  
  /* ★フワッとさせる設定 */
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 個別画像の設定 */
.cta .contactbox .item.contact::before {
  background-image: url(../img/common/cta-contact.jpg);
}
.cta .contactbox .item.recruit::before {
  background-image: url(../img/common/cta-recruit.jpg);
}

/* ホバー時の動き */
.cta .contactbox .item.recruit:hover::before, 
.cta .contactbox .item.contact:hover::before {
  transform: scale(1.15); /* 1.15倍くらいが上品です */
}
.cta .contactbox .item.youtube {
  display: block;
  /* background: url(../img/common/youtube_banner.jpg) no-repeat center/cover; */
	filter: none !important;
}
.cta .contactbox .item.youtube img {
  width: 100%;
  /* display: block; */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	transition: transform .3s;
}
.cta .contactbox .item:hover img {
	transform: scale(1.1);
}
.cta .contactbox .item.youtube .line-btn {
  width: 100%;
  height: 100%;
}
.cta .contactbox .item .line-btn .sp-txt {
  font-size: 18px;
  color: #fff;
  z-index: 5;
  margin-top: 30rem;
  position: absolute;
  display: none;
}
.cta .contactbox .item.youtube .line-btn .inner {
  width: 100%;
  height: 100%;
  padding: 0;
}
.cta .contactbox .item.youtube .line-btn {
  width: 100%;
  height: 100%;
}
.cta .contactbox .item.youtube .line-btn .inner {
  width: 100%;
  height: 100%;
  padding: 0;
}
.cta .contactbox .item .line-btn {
  width: 90%;
  display: block;
}
.cta .contactbox .item .line-btn .inner {
  display: block;
  margin: 0;
  padding: 186rem 0 184rem 139rem;
}
@media screen and (max-width: 900px) {
    .cta .contactbox .item.contact::before {
    background-image: url(../img/common/cta-contact-sp.png);
    background-position: right;
  }
  .cta .contactbox .item.recruit::before {
    background-image: url(../img/common/cta-recruit-sp.png);
    background-position: right;
  }
  .cta .contactbox .item .line-btn {
    width: 50%;
    aspect-ratio: 350/110;
  }
  .cta .contactbox .item .line-btn .inner {
    display: none;
  }
  .cta .contactbox .item .line-btn .sp-txt{
    display: none;
    margin-top: -7vw;
    margin-left: -38vw;
    font-size: clamp(22px,4vw,35rem) ;

  }
  .cta .contactbox .item.contact .line-btn .sp-txt{
    margin-top: -4vw;

  }
  .cta .contactbox .item .line-btn .inner {
    margin: 0 auto;
    padding: 12rem 0 10rem 35rem;
  }
}
@media screen and (max-width: 500px) {
  .cta .contactbox .item .line-btn {
    width: 60%;
  }
  .cta .contactbox .item .line-btn .sp-txt{
    margin-left: -30vw;
  }

}
.cta .contactbox .item .line-btn .circle{
  margin-top: 140rem;
  margin-left: 50rem;
}
.cta .contactbox .item .line-btn .circle svg {
  /* width: 435rem;
  height: 452rem; */
  top: 147rem;
  left: 50rem;
}
@media screen and (max-width: 900px) {
  .cta .contactbox .item .line-btn .circle{
    margin-top: -1vw;
    margin-left: -5vw;
  }
  .cta .contactbox .item .line-btn .circle svg {
    max-width: 156rem;
    width: 20vw;
    height: 21vw;
    max-height: 159rem;
  }
}
@media screen and (max-width: 900px) {
  .cta .contactbox .item .line-btn .circle{
    margin-top: -2vw;
    margin-left: 2vw;
  }

}
.cta .contactbox .item .line-btn p {
  color: #fff;
}
.cta .contactbox .item .line-btn p .border {
  background-color: #fff;
}
.cta .contactbox .item .line-btn a {
  display: block;
}
/* .cta .contactbox .item .line-btn p {
  font-size: 60rem;
  line-height: 1.35;
  font-size: 60rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 8px;
} */
@media screen and (max-width: 900px) {
  .cta .contactbox .item .line-btn p {
    font-size: 50rem;
    line-height: 3.3888888889;
    font-size: clamp(18px,3vw,28rem);
  }
}
@media screen and (max-width: 500px) {
  .cta .contactbox .item .line-btn p{
    line-height: 1.5;
  }
  
}

/* .cta .contactbox .item .line-btn p .border {
  bottom: 0;
  background-color: #fff;
} */
@media screen and (max-width: 900px) {
  .cta .contactbox .item .line-btn p .border {
    bottom: 16rem;
  }
}
@media screen and (max-width: 500px) {
  .cta .contactbox .item .line-btn p .border {
    bottom: 0rem;
  }
}


.footer {
  background: url(../img/common/sec-bg.jpg) no-repeat center/cover;
}
.footer.active {
  opacity: 1;
}
.footer .w1672 {
  max-width: 1672rem;
  width: 90%;
  margin: 0 auto;
  padding: 28rem 0;
  display: grid;
  gap: 14rem 68rem;
}
@media screen and (max-width: 900px) {
	.footer .w1672 {
		padding: 43rem 0;
	}
	.footer .w1672:first-child {
		padding-bottom: 0;
	}
	.footer .w1672 + .w1672 {
		padding-top: 0;
	}
}
.footer .w1672 .col-left {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 900px) {
  .footer .w1672 .col-left {
    grid-area: 1/1/2/2;
  }
}
.footer .w1672 .col-right {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 900px) {
  .footer .w1672 .col-right {
    grid-area: 2/1/3/2;
  }
}
.footer .w1672 .copy {
  grid-area: 2/1/3/3;
}
.footer .w1672 .w100{
  width: 100%;
}
@media screen and (max-width: 900px) {
  .footer .w1672 .copy {
    grid-area: 3/1/4/2;
  }
}
.footer .col-left {
  margin-top: 56rem;
}
@media screen and (max-width: 900px) {
  .footer .col-left {
    margin-top: 0;
  }
}
.footer .col-left .map {
  margin-bottom: 44rem;
}
@media screen and (max-width: 900px) {
  .footer .col-left .map {
    margin-bottom: 30rem;
  }
}
.footer .col-left .map .ttl {
  display: inline-block;
  font-family: "Noto Serif JP", serif;;
  font-weight: 700;
  font-size: 30rem;
  line-height: 1;
  padding-bottom: 22rem;
  padding-right: 50rem;
  color: #000000;
  width: fit-content;
  border-bottom: 2px solid #0D003B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 900px) {
  .footer .col-left .map .ttl {
    font-size: 24rem;
  }
}
.footer .col-left .map .ttl::before {
  content: "";
  display: inline-block;
  width: 24rem;
  height: 24rem;
  background-color: #0D003B;
}
.footer .col-left .map .address {
  font-family: "Noto Serif JP", serif;;
  font-weight: 400;
  font-size: clamp(16px, 16px + (19.2 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  margin-bottom: 16rem;
}
@media screen and (max-width: 900px) {
  .footer .col-left .map .address {
    font-size: 20rem;
    line-height: 1.4;
    font-size: 16rem;
  }
}
.footer .col-left .map iframe {
  width: 100%;
  height: 274rem;
}
.footer .bannerarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13rem;
}
.footer .bannerarea.sp-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer .bannerarea.sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .footer .bannerarea.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .bannerarea li {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 900px) {
  .footer .bannerarea li img {
    width: 100%;
  }
}
.footer .bannerarea li:hover {
  opacity: 80%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .f-menu {
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .footer .f-menu {
/*     margin-bottom: 50rem; */
	  margin-bottom: 0;
  }
}
.footer .f-menu nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 60rem 26rem;
}
@media screen and (max-width: 900px) {
  .footer .f-menu nav {
    grid-template-columns: 1fr;
    gap: 15rem 0;
  }
}
.footer .f-menu nav .menu-item .menuttl {
  display: inline-block;
  font-family: "Noto Serif JP", serif;;
  font-weight: 700;
  font-size: 30rem;
  line-height: 1;
  padding-bottom: 22rem;
  color: #000000;
  border-bottom: 2px solid #0D003B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 900px) {
  .footer .f-menu nav .menu-item .menuttl {
    font-size: 20rem;
    margin-bottom: 0;
  }
}
.footer .f-menu nav .menu-item .menuttl::before {
  content: "";
  display: inline-block;
  width: 24rem;
  height: 24rem;
  background-color: #0D003B;
}
@media screen and (max-width: 900px) {
  .footer .f-menu nav .menu-item .menuttl::before {
    width: 20rem;
    height: 20rem;
  }
}
.footer .f-menu nav .menu-item .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26rem;
}
.footer .f-menu nav .menu-item .menulist a {
  display: block;
  padding-left: 64rem;
  font-family: "Noto Serif JP", serif;;
  font-weight: 400;
  font-size: clamp(16px, 16px + (19.2 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  position: relative;
}
.footer .f-menu nav .menu-item .menulist a::before {
  content: "";
  width: 52rem;
  height: 1px;
  background-color: #0D003B;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .f-catch {
  position: relative;
  margin-bottom: 42rem;
  /* ▼ アニメ開始用クラス */
}
.footer .f-catch img {
  opacity: 0;
  width: 100%;
}
.footer .f-catch::after {
  content: "";
  position: absolute;
  inset: 0;
  /* ▼ 横方向のブラシスプライト */
  -webkit-mask: url(../img/top/brush.png);
  mask: url(../img/top/brush.png);
  /* 22コマ横スプライト */
  -webkit-mask-size: 2500% 100%;
  mask-size: 2500% 100%;
  /* 最初は左端（0%） */
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
  /* ▼ f-catch.svg を背景に */
  background-image: url(../img/common/f-catch.svg);
  background-size: 100% auto;
  opacity: 1;
}
.footer .f-catch.brush-on::after {
  -webkit-animation: brushWrite 0.6s steps(22) forwards;
          animation: brushWrite 0.6s steps(22) forwards;
}
.footer .copy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (19.2 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  color: #000000;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .footer .copy {
    font-size: 20rem;
    text-align: center;
  }
}

/* ======================================
   ★ 全画面ローディング背景
====================================== */
.skip-loader #loader {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#loader {
  position: fixed;
  inset: 0;
  background: url(../img/common/loading-bg.jpg) no-repeat center/cover, #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  /* 1枚目の背景として load-bf.png をセット */
  /* 2枚目の背景として load-af.png をセット */
  /* ▼ 筆アニメ（22コマスプライト） */
  /* ============================
     左へ移動（1つ目）
  ============================ */
}
#loader.loader-hide {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
#loader .opening {
  position: relative;
  width: 100%;
  height: 100vh;
}
#loader .fude-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45%;
  max-width: 700px;
}
#loader .fude-1 {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loader .fude-2 {
  left: 72%; /* 1枚目が動いた後に自然に並ぶ位置 */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0; /* フェードイン用 */
}
#loader .fude-box img {
  width: 100%;
  opacity: 0;
}
#loader .fude-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask: url(../img/top/brush.png);
  mask: url(../img/top/brush.png);
  -webkit-mask-size: 2500% 100%;
  mask-size: 2500% 100%;
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  background-size: 100% auto;
  opacity: 1;
}
#loader .fude-1::after {
  background-image: url(../img/top/load-bf.png);
}
#loader .fude-2::after {
  background-image: url(../img/top/load-af.png);
}
#loader .fude-box.on::after {
  -webkit-animation: brushWrite 0.6s steps(22) forwards;
          animation: brushWrite 0.6s steps(22) forwards;
}
#loader .fude-1.move-left {
  -webkit-animation: moveLeft 0.4s ease-out forwards;
          animation: moveLeft 0.4s ease-out forwards;
}
@-webkit-keyframes moveLeft {
  from {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    left: 28%; /* 並び位置（調整可） */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes moveLeft {
  from {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  to {
    left: 28%; /* 並び位置（調整可） */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#loader .fude-2.fade-in {
  -webkit-animation: fadeIn 0.6s ease-out forwards;
          animation: fadeIn 0.6s ease-out forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mv {
  position: relative;
}
.mv .mv-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1372rem;
  height: 474rem;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .mv .mv-text {
    width: 110rem;
    height: 100%;
  }
}
.mv .mv-text svg {
  width: 100%;
  height: 100%;
}
.mv .mv-catch {
  position: absolute;
  right: 19rem;
  top: 1px;
  width: 708rem;
  height: 962rem;
  mix-blend-mode: soft-light;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv .mv-catch img {
  width: 100%;
  opacity: 0;
}
.mv .mv-catch::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url(../img/top/brush_tate.png);
  mask: url(../img/top/brush_tate.png);
  /* ▼縦方向に伸ばす（上→下） */
  mask-size: 100% 2500%;
  -webkit-mask-size: 100% 2500%;
  /* ▼最初は上（0%） */
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
  background-image: url(../img/top/mv-catch.png);
  background-size: 100% auto;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .mv .mv-catch::after {
    background-image: url(../img/top/mv-catch_sp.png);
  }
}
.mv .mv-catch.on {
  opacity: 1;
}
.mv .mv-catch.on::after {
  -webkit-animation: brushWriteMv 0.8s steps(22) forwards;
          animation: brushWriteMv 0.8s steps(22) forwards;
}
@media screen and (max-width: 900px) {
  .mv .mv-catch {
    width: 169rem;
    height: 542rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-catch {
    height: auto;
  }
}

.swiper {
  width: 100%;
  height: 100vh;
}

/* ===== 各スライド ===== */
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s ease;
  transition: -webkit-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease;
}

/* アクティブスライドはズームイン */
.swiper-slide-active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.t_intro {
  overflow: hidden;
}
.t_intro .inner_contents .t_intro_main {
  display: block;
}
.t_intro .inner_contents .textbox-wrap {
  opacity: 0;
  position: relative;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .t_intro .inner_contents .textbox-wrap {

  }
}
.t_intro .inner_contents .textbox-wrap .textbox {

}
@media screen and (max-width: 900px) {
  .t_intro .inner_contents .textbox-wrap .textbox {
    /* padding: 80rem; */
  }
}
.t_intro .inner_contents .textbox-wrap .textbox::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0D003B;
  pointer-events: none;
  opacity: 0.9;
}
.t_intro .inner_contents .textbox-wrap .textbox::before {
  content: "FUJIWARA INDUSTRY";
  white-space: pre;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 134rem;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 30%;
  bottom: 0;
  right: 0;
  width: 100vw;
  text-align: center;
  margin: auto;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .t_intro .inner_contents .textbox-wrap .textbox::before {
    content: "FUJIWARA\aINDUSTRY";
    font-size: 59rem;
    line-height: 1.2;
    right: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    margin-top: 0;
  }
}
.t_intro .inner_contents .desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 60px 0;
}
.t_intro .inner_contents .desc .text-block {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
  text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {

  .t_intro .inner_contents .desc .text-block {
    font-size: 18rem;
    line-height: 190%;
    max-width: 95%;
    display: block;
    margin: auto;
  }
}
.t_intro .inner_contents .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 1163px) {
  .t_intro .inner_contents .desc .text-block .text-line {
    white-space: pre;
  }
}
@media screen and (max-width: 900px) {
  .t_intro .inner_contents .desc .text-block .text-line {
    white-space: normal;
  }
}
.t_intro .inner_contents .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.t_intro .inner_contents .icatch-img-wrap img {
	display: block;
	width: 100%;
}
.t_intro .inner_contents .icatch-txt {
  padding: 0rem 0;
}
.t_intro .inner_contents .icatch-txt.slideUp {
  display: inline-block;
}
.t_intro .inner_contents .icatch-txt svg {
  width: 100%;
}
.t_intro .inner_contents .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}

.t_about {
  z-index: 10;
  background: url(../img/top/t_about-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 900px) {
  .t_intro .inner_contents .icatch-img-wrap img{
    width: 100%;
  }
	.t_intro .inner_contents .icatch-txt .svg-track {
		animation-name: svg-slide-right-sp;
		animation-duration: 30s;
	}
  .t_intro .inner_contents .icatch-txt svg {
	  width: 300%;
	  /* height: 80rem !important; */
	  height: 16vw !important;
  }

}
@media screen and (max-width: 900px) {
  .t_about {
    background-image: url(../img/top/t_about-bg_sp.jpg);
    position: relative;
  }
  .t_about::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.t_about .ink-bg {
  background-image: url(../img/top/t_about-ink.png);
}
@media screen and (max-width: 900px) {
  .t_about .ink-bg {
    background-image: url(../img/top/ink_sp.png);
  }
}
.t_about .w1445 {
  padding: 136rem 0 150rem;
}
@media screen and (max-width: 900px) {
  .t_about .w1445 {
    padding: 72rem 0;
  }
}
.t_about .ttl-en {
  max-width: 767rem;
  width: 100%;
  margin: 0 auto;
}


/* ★ */
.drop-h2{
  font-family: "Archivo", "Alexandria", sans-serif;
  font-size: 210rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto Mono", monospace;
  /* font-size: 5vw; */
  font-weight: 700;
  text-transform: uppercase;

}
.slideUp{
  font-family: "Archivo", "Alexandria", sans-serif;
  font-size: 210rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* font-family: "Roboto Mono", monospace; */
  /* font-size: 5vw; */
  font-weight: 700;
  text-transform: uppercase;
  /* 初期状態：下から100%の位置まで隠す（＝完全に見えない） */
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s ease-out; /* アニメーションの速度と動き */
}
.slideUp.is-active {
  /* 全て表示（隠す部分を0にする） */
  clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.slideUp .char {
  /* --- グラデーションの設定をここに追加 --- */
  background: linear-gradient(91.19deg, #00CCBB 2.18%, #1099CB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  
  /* 文字全体で一つのグラデーションに見せるための魔法の1行 */
  background-attachment: fixed;
}
@media screen and (max-width: 900px) {
  .drop-h2, .slideUp{
    font-size: 60rem;
  }
}
.drop-h2.is-active {
  --y: 0;
  --rotate: 0;
}
.drop-h2 .char {
  display: inline-block;
  transform: translateY(var(--y, -110%)) rotate(var(--rotate, -45deg));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.1s * var(--char-index));

  /* --- グラデーションの設定をここに追加 --- */
  background: linear-gradient(91.19deg, #00CCBB 2.18%, #1099CB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  
  /* 文字全体で一つのグラデーションに見せるための魔法の1行 */
  background-attachment: fixed;

}
/* ★ */
@media screen and (max-width: 900px) {
  .t_about .ttl-en {
    max-width: 220rem;
    height: 60rem;
  }
}
.t_about .ttl-en svg {
  width: 100%;
  height: 100%;
}
.t_about .movie {
  display: block;
  margin-bottom: 135rem;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 900px) {
  .t_about .movie {
    margin-bottom: 41rem;
  }
}
.t_about .movie .wrap {
  margin-top: 148rem;
  position: relative;
	cursor: pointer;
}
@media screen and (max-width: 900px) {
  .t_about .movie .wrap {
    margin-top: 45rem;
  }
}
.t_about .movie .wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
}
.t_about .movie .wrap.active iframe {
	opacity: 1;
	z-index: 20;
}
.t_about .movie .wrap img {
	display: block;
	width: 100%;
}
.t_about .movie .wrap .color {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.t_about .movie figure {
  position: relative;
}
.t_about .movie figure .text {
  position: absolute;
  bottom: 242rem;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  z-index: 15;
}
@media screen and (max-width: 900px) {
  .t_about .movie figure .text {
    bottom: 38rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .t_about .movie figure .text .btn {
    width: 60rem;
    height: auto;
  }
}
.t_about .movie figure .text h3 {
  font-family: "Archivo", "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 90rem;
  line-height: 100%;
  color: #00CCBB;
	background: linear-gradient(to right, #00CCBB 2.18%, #1099CB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .t_about .movie figure .text h3 {
    font-size: 25rem;
  }
}
.t_about .movie figure .linedeco {
  position: absolute;
  inset: 0;
  max-width: 1358rem;
  height: 705rem;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .t_about .movie figure .linedeco {
    max-width: 95%;
    height: 100%;
  }
}
.t_about .movie figure .linedeco svg {
  width: 100%;
  height: 100%;
  display: block;
}
.t_about .movie figure .linedeco svg .outer {
  stroke: #00ccbb;
  stroke-width: 60rem;
  fill: none;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  stroke-opacity: 1;
}
.t_about .line-btn a {
  display: block;
}

.t_service {
  z-index: 10;
  background: url(../img/top/t_service-bg.jpg) no-repeat center/cover;
}
.t_service .w1596 {
  max-width: 1596rem;
  width: 90%;
  margin: 0 auto;
  padding: 99rem 0 120rem;
}
@media screen and (max-width: 900px) {
  .t_service .w1596 {
    width: 94%;
    padding: 54rem 0 42rem;
  }
}
.t_service .ttl-en {
  max-width: 1596rem;
  width: 100%;
  margin: 0 auto 96rem;
}
@media screen and (max-width: 900px) {
  .t_service .ttl-en {
    max-width: 307rem;
    margin-bottom: 28rem;
  }
}
.t_service .ttl-en svg {
  width: 100%;
  height: 100%;
}
.t_service .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 100rem 159rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80%;
  margin-left: auto;
	
	flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .t_service .sec-body {
    width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21rem;
  }
}
.t_service .sec-body .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t_service .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   gap: 40rem; */
  margin-bottom: 50rem;
}
@media screen and (max-width: 900px) {
  .t_service .sec-ttl {
/*     gap: 16rem 0; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  	margin-bottom: 40rem;
    gap: -10px;
  }
}
.t_service .sec-ttl .outer {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .t_service .sec-ttl .outer:first-child {
    width: 100%;
  }
}
.t_service .sec-ttl .outer.c-blue .inner {
  color: #00CCBB;
}
.t_service .sec-ttl .outer .inner {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 90rem;
  line-height: 2;
  color: #ffffff;
  display: block;
  position: relative;
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
}
.t_service .sec-ttl .outer .inner .blue{
  color:#00CCBB !important;
}
@media screen and (max-width: 900px) {
  .t_service .sec-ttl .outer .inner {
    font-size: 40rem;
    white-space: nowrap;
    line-height: 1.6;
  }
}
.t_service .desc .text-block {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .t_service .desc .text-block {
    font-size: 18rem;
    line-height: 190%;
  }
}
.t_service .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .t_service .desc .text-block .text-line {
    white-space: pre;
  }
}
.t_service .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.t_service .line-btn {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .t_service .line-btn {
    margin: 0 auto;
  }
}
.t_service .line-btn a {
  display: block;
}

.t_news {
  z-index: 10;
  background: url(../img/common/sec-bg.jpg) no-repeat center/cover;
}
.t_news .w1075 {
  max-width: 1075rem;
  width: 90%;
  margin: 0 auto;
  padding: 99rem 0 105rem;
}
@media screen and (max-width: 900px) {
  .t_news .w1075 {
    padding: 54rem 0 79rem;
  }
}
.t_news .sectit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27rem;
  margin-bottom: 100rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .t_news .sectit {
    gap: 11rem;
    margin-bottom: 13rem;
  }
}
.t_news .sectit .ttl-en {
  max-width: 656rem;
  width: 100%;
  margin: 0 auto;
  /* height: 152rem; */
}
@media screen and (max-width: 900px) {
  .t_news .sectit .ttl-en {
    max-width: 194rem;
    height: 60rem;
  }
}
.t_news .sectit .ttl-en svg {
  width: 100%;
  height: 100%;
}
.t_news .sectit .subtit {
  font-family: "Noto Serif JP", serif;;
  font-weight: 700;
  font-size: 30rem;
  line-height: 100%;
  color: #0d003b;
  position: relative;
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
}
@media screen and (max-width: 900px) {
  .t_news .sectit .subtit {
    font-size: 24rem;
  }
}
.t_news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .t_news .news-list {
    margin-bottom: 41rem;
  }
}
.t_news .news-list .news-item {
  overflow: hidden;
  border-bottom: 1px solid #000000;
}
.t_news .news-list .news-item a {
  padding: 30rem 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	grid-template-columns: 150rem 1fr;
  gap: 40rem;
  grid-auto-flow: column;
  font-family: "Noto Serif JP", "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
  line-height: 100%;
  color: #0D003B;
  position: relative;
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}
.t_news .news-list .news-item a .news-date .text-line .char {
	background: linear-gradient(to right, #00CCBB 2.18%, #1099CB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .t_news .news-list .news-item a {
    padding: 20rem 0;
    grid-auto-flow: row;
    gap: 10rem;
    font-size: 18rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0D003B;
  }
}
.t_news .news-list .news-item a .news-date,
.t_news .news-list .news-item a .news-title {
  overflow: hidden;
}
.t_news .news-list .news-item a .news-date .text-line,
.t_news .news-list .news-item a .news-title .text-line {
  display: inline-block;
  line-height: 100%;
  white-space: pre;
}
.t_news .news-list .news-item a .news-date .text-line .char,
.t_news .news-list .news-item a .news-title .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.t_news .line-btn {
  margin: 0 auto;
}
.t_news .line-btn p {
  color: #000000;
}
.t_news .line-btn p .border {
  background-color: #000;
}
.t_news .line-btn a {
  display: block;
}

.t_recruit {
  z-index: 10;
  background: url(../img/top/t_recruit-img.png) no-repeat center/cover, #0D003B;

}
@media screen and (max-width: 900px) {
  .t_recruit {
    background: url(../img/top/t_recruit-img.png)  no-repeat center/cover, #0D003B;
  }
}
.t_recruit .recruit-img {
  position: absolute;
  width: 100%;
  height: 1144rem;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .t_recruit .recruit-img {
    height: 384rem;
  }
}
.t_recruit .w1720 {
  max-width: 1720rem;
  width: 90%;
  margin: 0 auto;
  padding: 119rem 0;

}
@media screen and (max-width: 900px) {
  .t_recruit .w1720 {
    padding: 83rem 0 100rem;
  }
}
.t_recruit .sectit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75rem;
  margin-bottom: 57rem;
  overflow: hidden;
}
.t_recruit .sectit .ttl-en {
  /* max-width: 656rem; */
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .t_recruit .sectit .ttl-en {
    max-width: 265rem;
    height: 43rem;
  }
}
.t_recruit .sectit .ttl-en svg {
  width: 100%;
  height: 100%;
}
.t_recruit .sectit .subtit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14rem;
}
@media screen and (max-width: 900px) {
  .t_recruit .sectit .subtit {
    flex-direction: column;
    /* -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; */
    /* gap: 5rem; */
    /* margin-bottom: 21rem;
    width: 107rem; */
  }
}
.t_recruit .sectit .subtit .line {
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 21rem 27rem;
}
@media screen and (max-width: 900px) {
  .t_recruit .sectit .subtit .line{
    padding: 10rem 20rem;
  }
  /* .t_recruit .sectit .subtit .line {
    padding: 2rem 0;
    width: 51rem;
  }
  .t_recruit .sectit .subtit .line:last-child {
    margin-top: 74rem;
  } */
}
.t_recruit .sectit .subtit .line p {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 90rem;
  line-height: 100%;
  color: #00CCBB;
	background: linear-gradient(to right, #00CCBB 2.18%, #1099CB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .t_recruit .sectit .subtit .line p {
    font-size: 40rem;
    /* -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: mixed; */
  }
}
.t_recruit .sectit .subtit .line .linebg {
  width: 100%;
  height: 100%;
/*   background-color: rgba(13, 0, 59, 0.9); */
	background: #0D003B;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.t_recruit .item-list {
  display: grid;
  gap: 44rem;
  grid-auto-flow: column;
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list {
    grid-auto-flow: row;
    gap: 33rem;
    margin: 0 auto 70rem;
    max-width: 350rem;
    width: 100%;
  }
}
.t_recruit .item-list .item {
  overflow: hidden;
  position: relative;
}
.t_recruit .item-list .item a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.t_recruit .item-list .item figure {
  position: relative;
	height: 100%;
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure {
    height: 364rem;
  }
}
.t_recruit .item-list .item figure img {
  width: 100%;
	height: 100%;
	object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.t_recruit .item-list .item figure .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  position: absolute;
  left: 29rem;
  right: 29rem;
  bottom: 58rem;
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure .texts {
    width: 198rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.t_recruit .item-list .item figure .texts .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t_recruit .item-list .item figure .texts .item-ttl .line {
  overflow: hidden;
  padding: 6rem 10rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure .texts .item-ttl .line {
    padding: 0;
  }
}
.t_recruit .item-list .item figure .texts .item-ttl .line p {
  font-family: "Noto Serif JP", serif;;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #0D003B;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure .texts .item-ttl .line p {
    font-size: 30rem;
  }
}
.t_recruit .item-list .item figure .texts .item-ttl .line .linebg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.t_recruit .item-list .item figure .texts .desc {
  white-space: pre;
}
.t_recruit .item-list .item figure .texts .desc .text-block {
  position: relative;
  font-family: "Noto Serif JP", serif;;
  font-weight: 500;
  font-size: 24rem;
  line-height: 1.7083333333;
/*   font-size: clamp(18px, 18px + (22.8 - 18) * (100vw - 375px) / (1920 - 375), 24px); */
  font-size: clamp(0px, 24rem, 24px);
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .t_recruit .item-list .item figure .texts .desc .text-block {
    line-height: 160%;
  }
}
@media screen and (max-width: 1163px) {
  .t_recruit .item-list .item figure .texts .desc .text-block {
  	font-size: clamp(18px, 18px + (22.8 - 18) * (100vw - 375px) / (1920 - 375), 24px);
  }
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure .texts .desc .text-block {
    font-size: 18rem;
    line-height: 190%;
  }
}
.t_recruit .item-list .item figure .texts .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 105%;
}
@media screen and (max-width: 900px) {
  .t_recruit .item-list .item figure .texts .desc .text-block .text-line {
    white-space: pre;
  }
}
.t_recruit .item-list .item figure .texts .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.t_recruit .line-btn {
  margin: 0 auto;
}
.t_recruit .line-btn p {
  color: #00CCBB;
}
.t_recruit .line-btn p .border {
  background-color: #00CCBB;
}
.t_recruit .line-btn a {
  display: block;
}

.t_company {
  background-color: #424242;
}
.t_company .w1439 {
  max-width: 1439rem;
  width: 90%;
  margin: 0 auto;
  padding: 121rem 0 100rem;
	padding-bottom: 476rem;
}
@media screen and (max-width: 900px) {
  .t_company .w1439 {
    padding: 42rem 0 78rem;
    max-width: none;
    width: 100%;
  }
}

.t_company .sectit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 51rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .t_company .sectit {
    gap: 18rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t_company .sectit .ttl-en {
  max-width: 1108rem;
  width: 100%;
  margin: 0 auto 0 0;
}
.t_company .sectit .ttl-en .text{
  justify-content: left;
}
@media screen and (max-width: 900px) {
  .t_company .sectit .ttl-en {
    max-width: 319rem;
    margin: 0 auto;
  }
  .t_company .sectit .ttl-en .text{
  justify-content: center;
}
}
.t_company .sectit .ttl-en svg {
  width: 100%;
  height: 100%;
}
.t_company .sectit .subtit {
  font-family: "Noto Serif JP", serif;;
  font-weight: 700;
  font-size: 30rem;
  line-height: 100%;
  color: #fffffd;
}
@media screen and (max-width: 900px) {
  .t_company .sectit .subtit {
    font-size: 24rem;
  }
}
.t_company .desc .text-block {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 24rem;
  line-height: 2.5;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .t_company .desc .text-block {
    font-size: clamp(15px, 15px + (19 - 15) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 190%;
  }
}
@media screen and (max-width: 900px) {
  .t_company .desc .text-block {
    font-size: 18rem;
    max-width: 352rem;
    width: 100%;
    margin: 0 auto 49rem;
  }
}
.t_company .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .t_company .desc .text-block .text-line {
    white-space: pre;
  }
}
.t_company .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.t_company .inner_contents {
  position: relative;
  z-index: 5;
}
.t_company .inner_contents .company-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 412rem;
	gap: 80rem;
}
@media screen and (max-width: 900px) {
  .t_company .inner_contents .company-text {
    gap: 23rem;
  }
}
@media screen and (max-width: 500px) {
  .t_company .inner_contents .company-text {
    gap: 78rem;
  }
}
.t_company .inner_contents .company-img {
  position: absolute;
/*   height: 992rem; */
  height: 824rem;
  bottom: 0;
  right: 0;
/*   max-width: 1083rem; */
  max-width: 1236rem;
/*   width: 70%; */
  width: 85%;
  margin-right: -241rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .t_company .inner_contents .company-img {
    position: relative;
    max-width: none;
    width: 100%;
    height: 408rem;
    margin-right: auto;
  }
}
.t_company .inner_contents .company-img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  /* ==== リスト ==== */
}
.t_company .inner_contents .company-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_company .inner_contents .company-img figure .counter {
  position: absolute;
  width: 100%;
  height: 97%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .t_company .inner_contents .company-img figure .counter {
    height: 100%;
  }
}
.t_company .inner_contents .company-img figure .year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 6.5s cubic-bezier(0.25, 1, 0.3, 1);
  transition: -webkit-transform 6.5s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 6.5s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 6.5s cubic-bezier(0.25, 1, 0.3, 1), -webkit-transform 6.5s cubic-bezier(0.25, 1, 0.3, 1);
  mix-blend-mode: multiply;
}
.t_company .inner_contents .company-img figure .year {
  height: 280rem;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 390rem;
  letter-spacing: -0.1em;
  line-height: 70%;
  text-align: right;
  color: #0d003b;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 900px) {
  .t_company .inner_contents .company-img figure .year {
    height: 80rem;
    font-size: 100rem;
  }
}
.t_company .inner_contents .bototmcont .desc {
  max-width: 100%;
/*   width: 43%; */
	width: 100%;
  display: inline-block;
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .t_company .inner_contents .bototmcont .desc {
    display: block;
    max-width: 352rem;
    width: 100%;
    margin: 0 auto 48rem;
  }
  .t_company .inner_contents .bototmcont .desc.sp-hidden{
    display: none;
  }
}
.t_company .line-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .t_company .line-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.t_company .line-btn p {
  color: #00CCBB;
}
.t_company .line-btn p .border {
  background-color: #00CCBB;
}
.t_company .line-btn a {
  display: block;
}/*# sourceMappingURL=style.css.map */

/* 追記 */
/* 親要素：はみ出しを隠す */
.icatch-txt.slideUp {
  width: 100%;
  overflow: hidden;
  display: flex;
}

/* アニメーションさせるトラック */
.svg-track {
  display: flex;
  /* SVGの本来の横幅が非常に広い場合は、widthを調整してください */
  /* width: fit-content;  */
  animation: svg-slide-right 15s linear infinite;
  padding-top: 10px;
}

/* SVG自体のサイズ設定 */
.svg-track svg {
  /* SVGの縦横比を維持しつつ、高さを固定したい場合などはここを調整 */
  /* height: 50px;  */
  width: auto;
  flex-shrink: 0; /* 潰れないように固定 */
}

/* 左から右へのループ */
@keyframes svg-slide-right {
  0% {
    transform: translateX(-50%); /* 半分（1枚分）左にずれた状態から開始 */
  }
  100% {
    transform: translateX(0); /* 右へ戻る */
  }
}
@keyframes svg-slide-right-sp {
  0% {
    transform: translateX(-500%); /* 半分（1枚分）左にずれた状態から開始 */
  }
  100% {
    transform: translateX(0); /* 右へ戻る */
  }
}