@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;
}
@media screen and (max-width: 900px) {
  .pc-hidden {
    display: block;
  }
}

.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;
  }
}

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

#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(50%);
          filter: opacity(50%);
  -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 p {
  overflow-y: visible;
  overflow-x: hidden;
  white-space: nowrap;
  font-family: "Noto Serif JP", 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;
}
@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;
  }
}
/* ★ */
.drop-h2{
  font-family: "Archivo", "Alexandria", sans-serif;
  font-size: 150rem;
  line-height: 1.3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* 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: clamp(40rem,calc(100vw * 60 / 400),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;

}
/* ★ */
/* ==== 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: 30rem;
  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: 38rem;
  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;
  -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-color: 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;
}
#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;
}
#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 .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;
}
.cta .contactbox .item.recruit {
  background: url(../img/common/cta-recruit.jpg) no-repeat center/cover;
} */

 /* 共通設定：親要素ははみ出しを隠す */
.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; */
}
.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;
}
@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;
}
@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;
  }
}

.w1440 {
  max-width: 1440rem;
  width: 90%;
  margin: 0 auto;
}

.bg-main {
  background-color: #0D003B;
}

.page-fv {
  opacity: 0;
  /* -webkit-filter: blur(20px);
          filter: blur(20px); */
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  min-height: 1854rem;
}
@media screen and (max-width: 900px) {
  .page-fv {
    min-height: 700rem;
  }
}
.page-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8c8c8c;
  mix-blend-mode: multiply;
}
.page-fv .w1440 {
  position: relative;
  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;
}
@media screen and (max-width: 900px) {
  .page-fv .w1440 {
    max-width: 88%;
    width: 100%;
  }
}
.page-fv .ink-bg {
  background: url(../img/common/p-ink.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  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);
}
@media screen and (max-width: 900px) {
  .page-fv .ink-bg {
    background-image: url(../img/common/p-ink_sp.png);
  }
}
.page-fv .title {
  position: relative;
  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;
}
.page-fv .title .subtit {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #ffffff;
  text-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  margin-bottom: 30rem;
  overflow: hidden;
}
.page-fv .title .subtit span {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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) {
  .page-fv .title .subtit {
    font-size: 20rem;
    margin-bottom: 13rem;
  }
}
.page-fv .title .maintit {
  width: 100%;
  margin: 0 auto 0 0;
  margin-bottom: 90rem;
}
@media screen and (max-width: 900px) {
  .page-fv .title .maintit {
    margin-bottom: 30rem;
  }
}
.page-fv .title .maintit svg {
  width: 100%;
  height: 100%;
}
.page-fv .title .desc {
  width: 1200px;
}
@media screen and (max-width: 900px) {
  .page-fv .title .desc {
    width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .page-fv .title .desc {
    width: 352px;
  }
}
.page-fv .title .desc .text-block {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .page-fv .title .desc .text-block {
    line-height: 220%;
    font-weight: 700;
    font-size: 18px;
  }
}
.page-fv .title .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .page-fv .title .desc .text-block .text-line {
    white-space: pre;
  }
}
.page-fv .title .desc .text-block .text-line .char {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  display: inline-block;
  line-height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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);
}
.page-fv.about {
  background-image: url(../img/about/fv.jpg);
}
.page-fv.about .maintit {
  max-width: 1190rem;
  width: 100%;
  height: 312rem;
}
@media screen and (max-width: 900px) {
  .page-fv.about .maintit {
    max-width: 237rem;
    height: 68rem;
  }
}
.page-fv.company {
  background-image: url(../img/company/fv.jpg);
}
.page-fv.company .maintit {
  max-width: 1084rem;
  width: 100%;
  height: 312rem;
}
@media screen and (max-width: 900px) {
  .page-fv.company .maintit {
    max-width: 237rem;
    height: 68rem;
  }
}
.page-fv.overview {
  background-image: url(../img/overview/fv.jpg);
}
.page-fv.overview .maintit {
  max-width: 1187rem;
  width: 100%;
  height: 312rem;
}
@media screen and (max-width: 900px) {
  .page-fv.overview .maintit {
    max-width: 237rem;
    height: 68rem;
  }
}
.page-fv.contact {
  background-image: url(../img/contact/fv.jpg);
  min-height: 50vh;
}
.page-fv.contact .w1440 {
  min-height: 50vh;
}
.page-fv.contact .ink-bg {
  display: none;
}
.page-fv.contact .maintit {
  max-width: 960rem;
  width: 100%;
  height: 144rem;
}
@media screen and (max-width: 900px) {
  .page-fv.contact .maintit {
    max-width: 194rem;
    height: 28rem;
  }
}
.page-fv.sdgs {
  background-image: url(../img/sdgs/fv.jpg);
}
.page-fv.sdgs .maintit {
  max-width: 1085rem;
  width: 100%;
  height: 312rem;
}
@media screen and (max-width: 900px) {
  .page-fv.sdgs .maintit {
    max-width: 217rem;
    height: 68rem;
  }
}
.page-fv.news, .page-fv.news-single {
  background-image: url(../img/news/fv.jpg);
}
.page-fv.news .maintit, .page-fv.news-single .maintit {
  max-width: 1077rem;
  width: 100%;
  height: 312rem;
}
@media screen and (max-width: 900px) {
  .page-fv.news .maintit, .page-fv.news-single .maintit {
    max-width: 237rem;
    height: 68rem;
  }
}
.page-fv.news-single {
  min-height: 1095rem;
}
@media screen and (max-width: 900px) {
  .page-fv.news-single {
    min-height: 348rem;
  }
}
.page-fv.news-single .w1440 {
  margin-top: auto;
  margin-bottom: 157rem;
}
@media screen and (max-width: 900px) {
  .page-fv.news-single .w1440 {
    margin-bottom: 77px;
  }
}
.page-fv.news-single .maintit {
  margin-bottom: 0;
}
.page-fv.news-single .ink-bg {
  display: none;
}
.page-fv.recruit {
  min-height: 1206rem;
  background-image: url(../img/recruit/fv.jpg);
}
@media screen and (max-width: 900px) {
  .page-fv.recruit {
    background-image: url(../img/recruit/fv_sp.jpg);
    background-position: top;
    background-size: 100% auto;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 532rem;
  }
  .page-fv.recruit:after {
    content: "";
    display: block;
    width: 100%;
    height: 200rem;
    background-color: #0D003B;
    /* background: linear-gradient(to top, #0D003B 0%, transparent 100%);
    margin-top: -100rem; */
  }
  .page-fv.recruit .w1440 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-fv.recruit .w1440 .title {
    position: static;
  }
}
.page-fv.recruit::before {
  content: none;
}
.page-fv.recruit .ink-bg {
  background-image: url(../img/recruit/ink.png);
  background-position: bottom;
}
@media screen and (max-width: 900px) {
  .page-fv.recruit .ink-bg {
    background-image: url(../img/recruit/ink_sp.png);
    top: auto;
    right: 0;
    left: auto;
    width: 100vw;
    bottom: 59rem;
    height: unset;
    aspect-ratio: 800/1400;
  }
}
@media screen and (max-width: 900px) {
  .page-fv.recruit .w1440 {
    margin-bottom: auto;
  }
}
.page-fv.recruit .title {
  min-height: 1206rem;
}
@media screen and (max-width: 900px) {
  .page-fv.recruit .title {
    min-height: 532rem;
  }
}
.page-fv.recruit .maintit {
  position: absolute;
  right: 34rem;
  max-width: 165rem;
  width: 100%;
  height: 435rem;
  margin: auto 0 0 auto;
  bottom: 43rem;
}
@media screen and (max-width: 900px) {
  .page-fv.recruit .maintit {
    max-width: 108rem;
    height: 315rem;
    bottom: -146rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.page-fv.recruit .maintit svg {
/*   -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); */
}
.page-fv.join-our-team, .page-fv.s-join {
  min-height: 1206rem;
  background-image: url(../img/joinourteam/fv.jpg);
  position: relative;
  overflow: hidden;
}
.page-fv.join-our-team .w1440, .page-fv.s-join .w1440 {
  min-height: 1206rem;
}
@media screen and (max-width: 900px) {
  .page-fv.join-our-team .w1440, .page-fv.s-join .w1440 {
    min-height: 532rem;
  }
}
@media screen and (max-width: 900px) {
  .page-fv.join-our-team, .page-fv.s-join {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/recruit/fv_sp.jpg);
    background-position: top;
    background-size: 100% auto;
    min-height: 532rem;
  }
  .page-fv.join-our-team:after, .page-fv.s-join:after {
    content: "";
    display: block;
    width: 100%;
    height: 192rem;
/*     background-color: #0d003b; */
    position: relative;
    z-index: 0;
    mix-blend-mode: normal;
    top: 100%;
  }
  .page-fv.join-our-team::before, .page-fv.s-join::before {
    content: none;
  }
  .page-fv.join-our-team .w1440, .page-fv.s-join .w1440 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-fv.join-our-team .w1440 .title, .page-fv.s-join .w1440 .title {
    margin-top: 130rem;
  }
}
.page-fv.join-our-team .ink-bg, .page-fv.s-join .ink-bg {
  background-image: url(../img/recruit/ink.png);
}
@media screen and (max-width: 900px) {
  .page-fv.join-our-team .ink-bg, .page-fv.s-join .ink-bg {
    background-image: url(../img/recruit/ink_sp.png);
    top: auto;
    right: 0;
    left: auto;
    width: 504rem;
    bottom: 59rem;
    height: 417rem;
	  top: 0;
	  width: 100%;
	  height: 100%;
  }
}
.page-fv.join-our-team .maintit, .page-fv.s-join .maintit {
  max-width: 100%;
  width: 90%;
  margin-bottom: 0;
}
.page-fv.join-our-team .maintit svg, .page-fv.s-join .maintit svg {
  max-width: 100%;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .page-fv.join-our-team .maintit, .page-fv.s-join .maintit {
    max-width: 237rem;
    height: 68rem;
  }
}
.page-fv.join-our-team .catchcopy, .page-fv.s-join .catchcopy {
  position: absolute;
  right: 29rem;
  bottom: 43rem;
  max-width: 165rem;
  width: 100%;
  height: 435rem;
  margin: auto 0 0 auto;
}
.page-fv.join-our-team .catchcopy svg, .page-fv.s-join .catchcopy svg {
  width: 100%;
  height: 100%;
/*   -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); */
}
@media screen and (max-width: 900px) {
  .page-fv.join-our-team .catchcopy, .page-fv.s-join .catchcopy {
    max-width: 108rem;
    height: 315rem;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
  }
}
.page-fv.s-join::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  background-color: transparent;
  mix-blend-mode: normal;
}

@keyframes inkBurst {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.overview-item .img {
  position: relative;
}
.overview-item .img .item-texts {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 240rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 50rem;
	z-index: 6;
}
@media screen and (max-width: 900px) {
	.overview-item .img .item-texts {
		position: static;
		margin-top: -67rem;
	}
}
.overview-item .img .item-catch {
/*   position: absolute;
  top: 0;
  left: 177rem; */
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .overview-item .img .item-catch {
    inset: 0;
    margin: auto;
  }
}
.overview-item .img .item-catch svg {
  width: 100%;
  height: 100%;
}
.overview-item .img .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  position: relative;
}
@media screen and (max-width: 900px) {
  .overview-item .img .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview-item .img .img-wrap img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
  opacity: 0;
  /* -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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); */
}
.overview-item .img .img-wrap .large {
/*   max-width: 1438rem; */
  width: 100%;
  height: 873rem;
}
@media screen and (max-width: 900px) {
  .overview-item .img .img-wrap .large {
/*     max-width: 84%; */
    height: 400rem;
    display: none;
  }
}
.overview-item .img .img-wrap .minimum {
  max-width: 954rem;
  width: 100%;
  height: 844rem;
/*   margin-top: 453rem; */
  margin-top: -63rem;
  margin-left: 0;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .overview-item .img .img-wrap .minimum {
    max-width: 100%;
    height: 370rem;
/*     margin-left: auto; */
    margin-top: 10rem;
  }
}
.overview-item .img .texts {
/*   position: absolute;
  bottom: 0;
  right: 223rem; */
	text-align: right;
}
@media screen and (max-width: 900px) {
  .overview-item .img .texts {
    width: 100%;
    bottom: auto;
    top: calc(100% - 18rem);
    left: 0;
	  right: 0;
    z-index: 10;
    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;
	  text-align: left;
  }
}
.overview-item .img .texts .item-ttl {
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .overview-item .img .texts .item-ttl {
    margin-bottom: 30rem;
    max-width: 88%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.overview-item .img .item-texts .svg-tit{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.overview-item.reverse .img .item-texts .svg-tit{
  align-items: flex-start;

}
.overview-item .img .item-texts .svg-tit .line p{
  font-family: "Archivo", "Alexandria", sans-serif;
  font-size: 150rem;
  line-height: .95;
}
.overview-item .img .item-texts .svg-tit .line{
  padding: 2rem 10rem;
  width: fit-content;
   position: relative;
   margin-bottom: 5rem;
}
.overview-item .img .item-texts .svg-tit .line .linebg{
  background-color: #0D003B;
}
.overview-item .img .texts .item-ttl .line {
  position: relative;
  padding: 0 25rem 0 0;
}
@media screen and (max-width: 900px) {
  .overview-item .img .item-texts .svg-tit .line p {
    font-size: clamp(40rem, calc(100vw * 60 / 400), 60rem);
  }
  .overview-item .img .item-texts .svg-tit .line{
    padding: 2rem 0;
  }
  .overview-item .img .texts .item-ttl .line {
    /* padding: 10rem 20rem; */
    padding: 10rem 0;
  }
  .overview-item .img .item-texts .svg-tit{
    align-items: flex-start;
  }
}
.overview-item .img .item-texts .line p {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 150%;
  color: #00CCBB;
  text-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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);
	
	background: linear-gradient(to right, #00CCBB, #1099CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .overview-item .img .texts .item-ttl .line p {
    font-size: 24rem;
    line-height: 100%;
  }
}
.overview-item .img .item-texts .line .linebg{
  background-color: #0D003B;
  height: 150rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.overview-item .img .texts .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D003B;
  z-index: -1;
}
.overview-item .img .texts .desc.w622 {
  max-width: 622rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .overview-item .img .texts .desc.w622 {
    max-width: 88%;
    margin: 0 auto;
  }
}
.overview-item .img .texts .desc .text-block {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 30rem;
  line-height: 200%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .overview-item .img .texts .desc .text-block {
    font-size: 18rem;
/*     width: 352rem; */
    margin: 0 auto;
  }
}
.overview-item .img .texts .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.overview-item .img .texts .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .overview-item .img .texts .desc {
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
  }
}
.overview-item.reverse .img-wrap {
/*   -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; */
}
@media screen and (max-width: 900px) {
  .overview-item.reverse .img-wrap {
/*     -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
  }
}
.overview-item.reverse .img-wrap .large {
/*   margin-left: -474rem; */
}
@media screen and (max-width: 900px) {
  .overview-item.reverse .img-wrap .large {
/*     max-width: 84%; */
/*     margin-left: auto; */
display: none;
  }
}
.overview-item.reverse .img-wrap .minimum {
/*   margin-top: 435rem; */
  margin-top: -63rem;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .overview-item.reverse .img-wrap .minimum {
    max-width: 100%;
/*     margin-right: auto; */
/*     margin-left: 0; */
    margin-top: 10rem;
  }
}
.overview-item.reverse .item-texts {
	left: 240rem;
	right: auto;
	align-items: flex-start;
}
.overview-item.reverse .item-catch {
  left: 243rem;
}
@media screen and (max-width: 900px) {
  .overview-item.reverse .item-catch {
    inset: 0;
    margin: auto;
  }
}
.overview-item.reverse .texts {
  left: 240rem;
	text-align: left;
}
@media screen and (max-width: 900px) {
  .overview-item.reverse .texts {
    left: 0;
  }
}
.overview-item.first {
  padding-top: 69rem;
}
.overview-item.first .img .item-catch {
  max-width: 997rem;
  width: 100%;
  /* height: 408rem; */
}
@media screen and (max-width: 900px) {
  .overview-item.first .img .item-catch {
    /* max-width: fit-content; */
    max-width: 88%;
    height: unset;
  }
  .overview-item.first {
    padding-top: 35rem;
  }
}
.overview-item.second {
  padding-top: 268rem;
}
@media screen and (max-width: 900px) {
  .overview-item.second {
    padding-top: 73rem;
  }
}
.overview-item.second .img .item-catch {
  max-width: 1492rem;
  width: 100%;
  /* height: 710rem; */
}
@media screen and (max-width: 900px) {
  .overview-item.second .img .item-catch {
    /* max-width: fit-content; */
    max-width: 88%;
    height: unset;
  }
}
.overview-item.third {
  padding-top: 264rem;
}
@media screen and (max-width: 900px) {
  .overview-item.third {
    padding-top: 73rem;
  }
}
.overview-item.third .img .item-catch {
  max-width: 1224rem;
  width: 100%;
  /* height: 558rem; */
}
@media screen and (max-width: 900px) {
  .overview-item.third .img .item-catch {
    /* max-width: fit-content; */
    max-width: 88%;
    height: unset;
  }
}
.overview-item.forth {
  padding-top: 259rem;
  padding-bottom: 125rem;
}
@media screen and (max-width: 900px) {
  .overview-item.forth {
    padding-top: 73rem;
    padding-bottom: 53rem;
  }
}
.overview-item.forth .img .item-catch {
  max-width: 1152rem;
  width: 100%;
  /* height: 258rem; */
  left: auto;
  right: 250rem;
}
@media screen and (max-width: 900px) {
  .overview-item.forth .img .item-catch {
    /* max-width: fit-content; */
    max-width: 92%;
    /* height: 286rem; */
    right: 0;
    left: 0;
  }
}

.company_greeting .img {
  position: relative;
}
@media screen and (max-width: 900px) {
  .company_greeting .img {
    max-width: 100%;
    width: 100%;
    height: 596rem;
  }
}
.company_greeting .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_greeting .img .color {
  position: absolute;
  bottom: 0;
  right: 24rem;
  max-width: 1539rem;
  width: 90%;
  height: 1033rem;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .company_greeting .img .color {
    max-width: 100%;
    width: 100%;
    height: 100%;
    right: 0;
  }
}
.company_greeting .img .catch {
  position: absolute;
  max-width: 613rem;
  width: 100%;
  height: 959rem;
  top: 164rem;
  left: 262rem;
  z-index: 12;
  /* 今までの clip-path アニメは不要になるので削除 */
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  /* ▼ 筆アニメ開始 */
}
@media screen and (max-width: 900px) {
  .company_greeting .img .catch {
    max-width: 269rem;
    height: 421rem;
    left: 36rem;
    top: 240rem;
  }
}
.company_greeting .img .catch img {
  opacity: 0;
}
.company_greeting .img .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/company/catch.svg);
  background-size: 100% auto;
  opacity: 1;
}
.company_greeting .img .catch.brush-on {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.company_greeting .img .catch.brush-on::after {
  -webkit-animation: brushWriteMv 0.6s steps(22) forwards;
          animation: brushWriteMv 0.6s steps(22) forwards;
}
.company_greeting .w960 {
  padding-top: 50rem;
	padding-bottom: 100rem;
}
@media screen and (max-width: 1200px) {
  .company_greeting .w960 {
    padding-top: 96rem;
    padding-bottom: 30rem;
  }
}
.company_greeting .w960 .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 + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .company_greeting .w960 .desc .text-block {
    font-size: 18px;
    line-height: 200%;
    width: 88%;
    margin: 0 auto;
  }
}
.company_greeting .w960 .desc .text-block.tar {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .company_greeting .w960 .desc .text-block.tar {
    text-align: left;
  }
}
.company_greeting .w960 .desc .text-block.tar .text-line {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .company_greeting .w960 .desc .text-block.tar .text-line {
    width: auto;
  }
}
.company_greeting .w960 .desc .text-block.name {
	display: block;
	margin-top: .5em;
  font-size: clamp(16px, 16px + (27.2 - 16) * (100vw - 375px) / (1920 - 375), 30px);
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .company_greeting .w960 .desc .text-block.name {
    display: block;
	  margin-top: 0;
    font-size: 24rem;
  }
  .company_greeting .w960 .desc .text-block.name.tar {
    text-align: right;
  }
}
.company_greeting .w960 .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
  white-space: pre;
}
.company_greeting .w960 .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}

.page-company .sec-title {
  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: 30rem;
}
@media screen and (max-width: 900px) {
  .page-company .sec-title {
    gap: 30px;
  }
}
.page-company .ttl-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 60rem;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(91.19deg, #00CCBB 2.18%, #1099CB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;


  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
}
@media screen and (max-width: 900px) {
  .page-company .ttl-ja {
    font-size: 24px;
  }
}

.company_about {
  background: url(../img/company/img03.png) no-repeat center/cover;
}
@media screen and (max-width: 900px) {
  .company_about {
    background-image: url(../img/company/img03_sp.png);
    background-position: top;
  }
}
.company_about .w1200 {
  padding: 100rem 0 200rem;
}
@media screen and (max-width: 900px) {
  .company_about .w1200 {
    padding: 100rem 0 150rem;
  }
}
.company_about .w1200 .sec-title {
  margin-bottom: 82rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .company_about .w1200 .sec-title {
    margin-bottom: 31rem;
  }
}
.company_about .w1200 .sec-title .ttl-en {
  /* max-width: 543rem; */
  width: 100%;
  /* height: 108rem; */
}
@media screen and (max-width: 900px) {
  .company_about .w1200 .sec-title .ttl-en {
    /* max-width: 217rem; */
    height: 43rem;
  }
}
.company_about .w1200 .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.company_about .w1200 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   gap: 80rem; */
  gap: 50rem;
}
@media screen and (max-width: 900px) {
  .company_about .w1200 .column {
    gap: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.company_about .w1200 .column .about-detail {
  display: grid;
/*   grid-template-columns: 365rem 1fr;; */
  grid-template-columns: 1fr;
/*   gap: 49rem; */
	gap: 10px;
/* 	padding: 25px 30px; */
	padding: 18px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	background: linear-gradient(to right, #00ccbbcc, #06877dcc);
	color: #fff;
}
@media screen and (max-width: 900px) {
  .company_about .w1200 .column .about-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
	  padding: 18px 30px;
  }
}
.company_about .w1200 .column .about-detail .line {
  position: relative;
  overflow: hidden;
}
.company_about .w1200 .column .about-detail .line .linebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*   background-color: #fff; */
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.company_about .w1200 .column .about-detail dt .desc {
/*   text-align: center; */
/*   padding: 16rem 0; */
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
/*   font-size: clamp(16px, 16px + (27.2 - 16) * (100vw - 375px) / (1920 - 375), 30px); */
  font-size: clamp(14px, 14px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
/*   color: #0D003B; */
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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) {
  .company_about .w1200 .column .about-detail dt .desc {
    text-align: left;
/*     padding: 3rem 22rem; */
    font-size: 20rem;
  }
}
.company_about .w1200 .column .about-detail dd .desc {
  overflow: hidden;
  text-align: left;
  position: relative;
/*   padding: 11rem 30rem; */
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (30 - 16) * (100vw - 375px) / (1920 - 375), 30px);
/*   color: #0D003B; */
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .company_about .w1200 .column .about-detail dd .desc {
    text-align: left;
/*     padding: 3rem 22rem; */
    font-size: 24rem;
  }
	.company_about .w1200 .column .about-detail dd .desc .small {
		font-size: 16rem;
	}
}

.company_history {
  background: url(../img/company/img04.png) no-repeat center/cover;
}
.company_history .w960 {
  padding: 134rem 0 0;
}
@media screen and (max-width: 1200px) {
  .company_history .w960 {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 900px) {
  .company_history .w960 {
    max-width: 351rem;
/*     padding: 61rem 0 19rem; */
    padding: 61rem 0 0;
  }
}
.company_history .w960 .sec-title {
  margin-bottom: 135rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .company_history .w960 .sec-title {
    margin-bottom: 54rem;
  }
}
.company_history .w960 .sec-title .ttl-en {
  /* max-width: 662rem; */
  width: 100%;
  /* height: 108rem; */
}
@media screen and (max-width: 900px) {
  .company_history .w960 .sec-title .ttl-en {
    /* max-width: 270rem; */
    height: 42rem;
  }
}
.company_history .w960 .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.company_history .w960 .sec-title .ttl-ja {
  color: #0D003B;
}
.company_history .w960 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   gap: 25rem; */
}
.company_history .w960 .column .timeline-item {
  display: grid;
  gap: 61rem;
  grid-template-columns: 140rem 46rem 1fr;
  grid-auto-flow: column;
}
@media screen and (max-width: 1200px) {
  .company_history .w960 .column .timeline-item {
    grid-template-columns: 20% 46rem auto;
  }
}
@media screen and (max-width: 900px) {
  .company_history .w960 .column .timeline-item {
    gap: 24rem;
    grid-template-columns: 32% 19px auto;
  }
}
.company_history .w960 .column .timeline-item .timeline-date {
  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: 11rem;
}
@media screen and (max-width: 900px) {
	.company_history .w960 .column .timeline-item .timeline-date {
		gap: 5rem;
	}
}
.company_history .w960 .column .timeline-item .timeline-date .year {
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  font-size: 50rem;
  line-height: 0;
  color: #0D003B;
  white-space: nowrap;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
.company_history .w960 .column .timeline-item .timeline-date .year .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.company_history .w960 .column .timeline-item .timeline-date .year .text-line .char {
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  .company_history .w960 .column .timeline-item .timeline-date .year {
    font-size: 40rem;
  }
}
@media screen and (max-width: 900px) {
  .company_history .w960 .column .timeline-item .timeline-date .year {
    font-size: 40px;
  }
}
.company_history .w960 .column .timeline-item .timeline-date .jp-era {
  white-space: nowrap;
/*   font-family: "Alexandria", sans-serif; */
  font-family: "Noto Serif JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(16px, 16px + (19.2 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  line-height: 0;
  color: #0D003B;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
.company_history .w960 .column .timeline-item .timeline-date .jp-era .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.company_history .w960 .column .timeline-item .timeline-date .jp-era .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.company_history .w960 .column .timeline-item .timeline-content {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 150%;
  color: #0D003B;
  text-align: left;
}
@media screen and (max-width: 900px) {
	.company_history .w960 .column .timeline-item .timeline-content {
		line-height: 2;
	}
}
.company_history .w960 .column .timeline-item .timeline-content .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.company_history .w960 .column .timeline-item .timeline-content .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.company_history .w960 .column .timeline-item .timeline-marker {
  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: 25rem; */
  position: relative;
}
@media screen and (max-width: 900px) {
  .company_history .w960 .column .timeline-item .timeline-marker {
/*     gap: 10px; */
  }
}
.company_history .w960 .column .timeline-item .timeline-marker .dot {
  display: block;
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
/*   background-color: #00CCBB; */
  background: linear-gradient(to right, #00CCBB, #1099CB);
}
@media screen and (max-width: 900px) {
  .company_history .w960 .column .timeline-item .timeline-marker .dot {
    width: 19px;
    height: 19px;
  }
}
.company_history .w960 .column .timeline-item .timeline-marker .borderwrap {
  overflow: hidden;
}
.company_history .w960 .column .timeline-item .timeline-marker .borderwrap .border {
  display: inline-block;
  width: 4rem;
  height: 124rem;
/*   background-color: #0D003B; */
	background: linear-gradient(to right, #00CCBB, #1099CB);
}
@media screen and (max-width: 900px) {
  .company_history .w960 .column .timeline-item .timeline-marker .borderwrap .border {
    width: 2rem;
    height: 182rem !important;
  }
}
.company_history .w960 .column .timeline-item:last-child .borderwrap .border {
  height: 291rem;
}

.company_access {
  position: relative;
  padding-top: 100rem;
}
@media screen and (max-width: 900px) {
  .company_access {
    padding-top: 100px;
    padding-bottom: 50rem;
  }
}
.company_access .ink-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/company/ink.png) no-repeat left/cover;
  z-index: 1;
}
.company_access .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 239rem;
  position: relative;
  z-index: 4;
	width: 100%;
	max-width: 1440rem;
	margin: 0 auto;
	justify-content: space-between;
	gap: 50rem;
}
@media screen and (max-width: 900px) {
  .company_access .column {
    margin-left: auto;
    margin-right: auto;
    -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;
    max-width: 88%;
    gap: 100px;
  }
}
.company_access .sec-title {
	width: 100%;
	max-width: 1440rem;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .company_access .sec-title {
	  width: 88%;
    margin-bottom: 50px;
  }
}
.company_access .sec-title .ttl-en {
  /* max-width: 1002rem; */
  width: 100%;
  /* height: 108rem; */
}
.company_access .sec-title .ttl-en .drop-h2{
  justify-content: left;
}
@media screen and (max-width: 900px) {
  .company_access .sec-title .ttl-en {
    /* max-width: 241rem; */
    height: 102rem;
  }
}
.company_access .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.company_access .column .address {
  color: #fff;
}
.company_access .column .address .text-line,
.company_access .column .address a {
  overflow: hidden;
  display: inline-block;
  -webkit-transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .company_access .column .address .text-line,
  .company_access .column .address a {
    font-size: 18rem;
  }
}
@media screen and (max-width: 900px) {
  .company_access .column .address a {
    display: inline;
  }
}
.company_access .column .address .char {
  display: inline-block;
  -webkit-transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
}
.company_access .column .address .c-name {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 0.9333333333;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  margin-bottom: 30rem;
}
@media screen and (max-width: 900px) {
  .company_access .column .address .c-name {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.company_access .column .address .c-detail {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 24rem;
  line-height: 1.8;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
}
@media screen and (max-width: 900px) {
  .company_access .column .address .c-detail {
    font-size: 18rem;
    line-height: 1.5555555556;
    font-size: 18px;
  }
}
.company_access .column .address .c-detail:first-of-type {
/*   margin-bottom: 20rem; */
}
@media screen and (max-width: 900px) {
  .company_access .column .address .c-detail:first-of-type {
    margin-bottom: 0;
  }
}
.company_access .column .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 10;
	padding-top: 50rem;
}
.company_access .column .col-right {
/*   margin-top: 77rem; */
/*   margin-left: -523rem; */
/*   max-width: 1200rem; */
  width: 100%;
	max-width: 904rem;
}
@media screen and (max-width: 900px) {
  .company_access .column .col-right {
    max-width: 100%;
    margin: 0;
  }
}
.company_access .column .map {
  height: 748rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .company_access .column .map {
    height: 352px;
  }
}
.company_access .column .map iframe {
/*   width: 1200rem; */
/*   height: 748rem; */
	width: 904rem;
	height: 739rem;
}
@media screen and (max-width: 900px) {
  .company_access .column .map iframe {
    width: 100%;
    height: 349px;
  }
}
.company_access .column .map::after {
  content: "";
/*   width: 100%;
  height: 224rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 0, 59, 0)), to(#0d003b));
  background: linear-gradient(180deg, rgba(13, 0, 59, 0) 0%, #0d003b 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0; */
}
@media screen and (max-width: 900px) {
  .company_access .column .map::after {
    height: 115px;
  }
}

.archive-join {
  background: url(../img/joinourteam/bg.png) no-repeat top/cover;
}
.archive-join .w1433 {
  max-width: 1433rem;
  width: 90%;
  margin: 0 auto;
  padding: 127rem 0 200rem;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 {
    max-width: none;
    width: 100%;
    padding: 24rem 0 100rem;
  }
}
.archive-join .w1433 .recruit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 147rem;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items {
    gap: 67rem;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .thumb {
  position: relative;
  width: 100%;
  height: 737rem;
  margin-bottom: 32rem;
	z-index: 1;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .thumb {
    height: 350rem;
    margin-bottom: 25rem;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .thumb::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #00000000, #000000);
	z-index: -1;
}
.archive-join .w1433 .recruit-items .recruit-item .thumb img {
	position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	z-index: -2;
}
.archive-join .w1433 .recruit-items .recruit-item .thumb .info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  margin: auto;
	z-index: 2;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .thumb .info {
    gap: 25rem;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .thumb .info .catchcopy {
  max-width: 753rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .thumb .info .catchcopy {
    max-width: 316rem;
    width: 100%;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .thumb .info .catchcopy img {
  width: 100%;
  height: auto;
  /* ▼ 最初は非表示（筆で reveal される） */
  opacity: 0;
  /* ▼ マスクは画像側につける！！ */
  -webkit-mask: none;
  mask: none;
}

.archive-join .w1433 .recruit-items .recruit-item .thumb .info .catchcopy.brush-on img {
  opacity: 1;
  -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%;
  -webkit-animation: brushWrite 0.6s steps(22) forwards;
          animation: brushWrite 0.6s steps(22) forwards;
}
.archive-join .w1433 .recruit-items .recruit-item .thumb .info .title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 60rem;
  line-height: 1.5;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
.archive-join .w1433 .recruit-items .recruit-item .thumb .info .title span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .thumb .info .title {
    font-size: 30rem;
    text-align: center;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 76rem;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 46rem;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .desc {
  /* overflow: hidden; */
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 949rem;
  width: 70%;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .desc {
	  width: 100%;
    max-width: 88%;
    margin: 0 auto;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .desc .text-block {
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  font-weight: 500;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .desc .text-block {
    font-size: 18rem;
    line-height: 200%;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
  white-space: pre;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .desc .text-block .text-line {
    white-space: normal;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.archive-join .w1433 .recruit-items .recruit-item .line-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .line-btn {
    margin: 0 auto;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .line-btn .circle svg {
  width: 157rem;
  height: 164rem;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .line-btn .circle svg {
    width: 99rem;
    height: 103rem;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .line-btn p {
  padding-right: 232rem;
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .archive-join .w1433 .recruit-items .recruit-item .line-btn p {
  	padding-right: 168rem;
    font-size: 16rem;
    line-height: 3.8125;
    font-size: 16rem;
  }
}
.archive-join .w1433 .recruit-items .recruit-item .line-btn p .border {
  background-color: #fff;
}
.archive-join .w1433 .recruit-items .recruit-item .line-btn a {
  display: block;
}

/* 詳細ページ */
.job-detail .inner {
  padding: 80rem 0 102rem;
}
@media screen and (max-width: 900px) {
  .job-detail .inner {
    padding: 50rem 0 63rem;
  }
}
.job-detail .inner .sec-title {
  margin: 0 auto 139rem;
  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: 52rem;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .sec-title {
    margin-bottom: 50rem;
  }
}
.job-detail .inner .sec-title .ttl-en {
  width: 100%;
  text-align: center;
}
.job-detail .inner .sec-title .ttl-en .svg-tit {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}
.job-detail .inner .sec-title .ttl-en .svg-tit svg {
  max-height: 450rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .sec-title .ttl-en .svg-tit {
    max-width: none;
    width: 80%;
  }
}
.job-detail .inner .sec-title .subttl {
	position: relative;
	width: 100%;
    max-width: 1206rem;
	z-index: 2;
    text-align: center;
}
@media screen and (max-width: 900px) {
	.job-detail .inner .sec-title .subttl {
		max-width: 88%;
		/* max-width: 84%; */
	}
}
.job-detail .inner .sec-title .line {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.job-detail .inner .sec-title .line .ttl-ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 70rem;
  line-height: 100%;
  color: #0d003b;
  padding: 10rem 8rem;
  /* padding: 10rem 29rem; */
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
.job-detail .inner .sec-title .line .ttl-ja.sp-hidden {
  display: none;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .sec-title .line .ttl-ja.sp-hidden {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .job-detail .inner .sec-title .line .ttl-ja.pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .job-detail .inner .sec-title .line .ttl-ja {
    font-size: 30rem;
    padding: 10rem 0;
    /* width: 352rem; */
    text-align: center;
  }
}
.job-detail .inner .sec-title .line .linebg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
.job-detail .inner .job-table {
  max-width: 1440rem;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table {
    gap: 50rem;
    max-width: 88%;
    width: 100%;
  }
}
.job-detail .inner .job-table .job-row {
  display: grid;
  grid-template-columns: 364rem 779rem;
  gap: 57rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
.job-detail .inner .job-table .job-row .job-left {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row .job-left {
    width: 100%;
  }
}
.job-detail .inner .job-table .job-row .job-left p {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 24rem;
  line-height: 2;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #0d003b;
  text-align: center;
  padding: 10rem 0;
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row .job-left p {
    font-size: 24rem;
  }
}
.job-detail .inner .job-table .job-row .job-left .jobbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
}
.job-detail .inner .job-table .job-row .job-right .desc {
  overflow: hidden;
}
.job-detail .inner .job-table .job-row .job-right .desc .text-block {
  font-family: "Noto Serif JP", serif;
  font-size: 24rem;
  line-height: 1.6666666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  font-weight: 500;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row .job-right .desc .text-block {
    font-size: 18rem;
    line-height: 200%;
  }
}
.job-detail .inner .job-table .job-row .job-right .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
  white-space: pre;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row .job-right .desc .text-block .text-line {
    white-space: normal;
  }
}
.job-detail .inner .job-table .job-row .job-right .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.job-detail .inner .job-table .job-row .job-right .desc .f-18 {
  font-family: "Noto Serif JP", serif;
  font-size: 18rem;
  line-height: 2.2222222222;
  font-size: clamp(16px, 16px + (17.6 - 16) * (100vw - 375px) / (1920 - 375), 18px);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row .job-right .desc .f-18 {
    font-size: 16rem;
    line-height: 2.5;
    font-size: 16rem;
  }
}
.job-detail .inner .job-table .job-row .job-right .desc .f-18.js-split-lines {
  display: block;
}
.job-detail .inner .job-table .job-row .job-right .desc .f-18 .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
  white-space: pre;
}
@media screen and (max-width: 900px) {
  .job-detail .inner .job-table .job-row .job-right .desc .f-18 .text-line {
    white-space: normal;
  }
}
.job-detail .inner .job-table .job-row .job-right .desc .f-18 .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.job-detail .inner .job-table .job-row .job-right .desc .break {
  display: block;
  height: 40rem;
}
.job-btn-wrap{
  margin-top: 100rem;
}
.job-btn-wrap .flex{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.job-btn-wrap .flex .btn{
  max-width: 250px;
  width: 45%;

}
.job-btn-wrap .flex .btn a{
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  background-color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #0d003b;

}
.job-btn-wrap .flex .btn a:hover{
  opacity: .7;
  transition: .5s;
}

.recruit_intro {
  background: url(../img/common/sec-bg.jpg) no-repeat center/cover;
}
.recruit_intro .ink-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/intro-ink.png);
  z-index: -1;
  /* -webkit-filter: blur(10px);
          filter: blur(10px); */
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
  -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);
}
.recruit_intro .w1440 {
  padding: 143rem 0 178rem;
}
@media screen and (max-width: 900px) {
  .recruit_intro .w1440 {
    padding: 66rem 0 51rem;
  }
}
.recruit_intro .w1440 .catchcopy {
  position: relative;
  max-width: 1327rem;
  width: 90%;
  margin: 0 auto 56rem;
  overflow: hidden;
  z-index: 5;
  /* --- 筆アニメ本体 --- */
  /* --- 発火時（JS から追加） --- */
}
@media screen and (max-width: 900px) {
  .recruit_intro .w1440 .catchcopy {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto 33rem;
  }
}
.recruit_intro .w1440 .catchcopy img {
  width: 100%;
  height: auto;
  opacity: 0;
  /* ▼ マスクは画像側につける！！ */
  -webkit-mask: none;
  mask: none;
}
.recruit_intro .w1440 .catchcopy.brush-on img {
  opacity: 1;
}

.recruit_intro .w1440 .catchcopy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* ▼ 画像本体 */
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1;
  /* ▼ PC：横スプライト */
  /* ▼ SP：縦スプライト */
}
@media screen and (min-width: 1100px) {
  .recruit_intro .w1440 .catchcopy::after {
    background-image: url(../img/recruit/sec01-catch.svg);
    -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%;
  }
}
@media screen and (max-width: 900px) {
  .recruit_intro .w1440 .catchcopy::after {
    background-image: url(../img/recruit/sec01-catch_sp.svg);
    -webkit-mask: url(../img/top/brush_tate.png);
    mask: url(../img/top/brush_tate.png);
    -webkit-mask-size: 100% 2500%;
    mask-size: 100% 2500%;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
  }
}
.recruit_intro .w1440 .catchcopy.brush-on::after {
  -webkit-animation: brushWrite 0.6s steps(22) forwards;
          animation: brushWrite 0.6s steps(22) forwards;
}
@media screen and (max-width: 900px) {
  .recruit_intro .w1440 .catchcopy.brush-on::after {
    -webkit-animation: brushWriteMv 0.6s steps(22) forwards;
            animation: brushWriteMv 0.6s steps(22) forwards;
  }
}
.recruit_intro .w1440 .desc {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .recruit_intro .w1440 .desc {
    text-align: left;
  }
}
.recruit_intro .w1440 .desc .text-block {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #0d003b;
}
@media screen and (max-width: 1200px) {
  .recruit_intro .w1440 .desc .text-block {
    line-height: 190%;
  }
}
.recruit_intro .w1440 .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.recruit_intro .w1440 .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}

.recruit_interview {
  background: url(../img/recruit/sec02.jpg) no-repeat center/cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .recruit_interview {
    background-image: url(../img/recruit/sec02_sp.jpg);
  }
}
.recruit_interview::after {
  content: "";
  width: 100%;
  height: 460rem;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .recruit_interview::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 0, 59, 0)), to(#0d003b));
    background: linear-gradient(180deg, rgba(13, 0, 59, 0) 0%, #0d003b 100%);
    height: 354rem;
  }
}
.recruit_interview .w1440 {
  padding: 236rem 0 33rem;
}
@media screen and (max-width: 900px) {
  .recruit_interview .w1440 {
    padding: 104rem 0 51rem;
  }
}
.recruit_interview .w1440 .mainttl {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 33rem;
}
.recruit_interview .w1440 .mainttl .line {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.recruit_interview .w1440 .mainttl .line p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 70rem;
  line-height: 100%;
  color: #0d003b;
  padding: 10rem 29rem;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
	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) {
  .recruit_interview .w1440 .mainttl .line p {
    font-size: 30rem;
  }
}
.recruit_interview .w1440 .mainttl .line .linebg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
}
.recruit_interview .w1440 .desc {
  text-align: center;
  margin-bottom: 27rem;
}
.recruit_interview .w1440 .desc .text-block {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.7083333333;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
}
.recruit_interview .w1440 .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.recruit_interview .w1440 .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.recruit_interview .w1440 .borderwrap {
  width: 1px;
  height: 210rem;
  margin: 0 auto;
  overflow: hidden;
}
.recruit_interview .w1440 .borderwrap .border {
  background-color: #fff;
  width: 1px;
  height: 100%;
  display: inline-block;
}

.recruit_article {
  background-color: #00CCBB;
}
.recruit_article .interview-thumb-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 657rem;
	position: relative;
}
.recruit_article .interview-thumb-tabs::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46.67%;
	background: linear-gradient(to bottom, #00000000, #000000);
	pointer-events: none;
	z-index: 2;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-thumb-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-rows: 1fr;
	  height: 250rem;
  }
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab {
  position: relative;
  padding: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-width: 499rem;
  max-width: 748.5rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-thumb-tabs .interview-thumb-tab {
    /* height: 137rem; */
    height: 100%;
	  /* grid-column: 1/3; */
  }
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab .catchcopy {
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab .catchcopy img {
  width: 80%;
  height: 100%;
  margin: auto;
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  max-width: 922rem;
  max-width: 1383rem;
  -webkit-transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .recruit_article .interview-thumb-tabs .interview-thumb-tab:hover {
    max-width: none;
  }
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab:hover .catchcopy {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.recruit_article .interview-thumb-tabs:hover .interview-thumb-tab:not(:hover){
  filter: grayscale(1);

}

.recruit_article .interview-thumb-tabs:hover .interview-thumb-tab:not(:hover) .catchcopy
{
  display: none;
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab.active {
  max-width: 922rem;
  max-width: 1383rem;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
  transition: max-width 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-thumb-tabs .interview-thumb-tab.active {
/*     grid-area: 1/1/2/3; */
    width: 100%;
/*     height: 407rem; */
  }
}
.recruit_article .interview-thumb-tabs .interview-thumb-tab.active .catchcopy {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.recruit_article .interview-thumb-tabs:hover .interview-thumb-tab.active {
  max-width: 499rem;
  max-width: 748.5rem;
}
@media screen and (max-width: 1200px) {
  .recruit_article .interview-thumb-tabs:hover .interview-thumb-tab.active {
    max-width: 100%;
  }
}
.recruit_article .interview-thumb-tabs:hover .interview-thumb-tab.active:hover {
  max-width: 922rem;
  max-width: 1383rem;
}
@media screen and (max-width: 1200px) {
  .recruit_article .interview-thumb-tabs:hover .interview-thumb-tab.active:hover {
    max-width: 100%;
  }
}
.recruit_article .interview-detail-area {
  padding-top: 67rem;
  padding-bottom: 192rem;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area {
    padding-bottom: 39rem;
    padding-top: 26rem;
  }
}
.recruit_article .interview-detail-area .interview-detail {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.recruit_article .interview-detail-area .interview-detail.prehide {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.recruit_article .interview-detail-area .interview-detail.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: auto;
  visibility: visible;
  gap: 119rem;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 26rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .interview-images {
  max-width: 922rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.recruit_article .interview-detail-area .interview-detail.active .interview-images .interview-image-item{
  width: 100%;
  aspect-ratio: 58/41;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .interview-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .interview-images figure {
  position: relative;
}
.recruit_article .interview-detail-area .interview-detail.active .interview-images figure:first-of-type {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.recruit_article .interview-detail-area .interview-detail.active .interview-images figure .catchcopy-overlay {
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .interview-images figure .catchcopy-overlay {
    display: none;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .interview-images figure .catchcopy-overlay img {
  width: 361rem;
  height: 100%;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block {
  max-width: 716rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block {
    max-width: 352rem;
    margin: 0 auto;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .basic-info {
  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;
  overflow: hidden;
  margin-bottom: 68rem;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .basic-info {
    margin-bottom: 50rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .column {
    -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;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .pos > span,
.recruit_article .interview-detail-area .interview-detail.active .profile-block .name {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 100%;
  color: #0d003b;
  padding: 10rem 29rem;
/*   background-color: #fff; */
	background: #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .pos span,
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .name {
    font-size: 16rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .pos {
  overflow: hidden;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .name {
  font-size: clamp(16px, 16px + (27.2 - 16) * (100vw - 375px) / (1920 - 375), 30px);
  padding: 15rem 29rem;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .name {
    font-size: 18rem;
    padding: 10rem 29rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .pos .txt,
.recruit_article .interview-detail-area .interview-detail.active .profile-block .name .txt {
	background: linear-gradient(to right, #00CCBB, #1099CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .years {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30rem;
  line-height: 2.0333333333;
  font-size: clamp(16px, 16px + (27.2 - 16) * (100vw - 375px) / (1920 - 375), 30px);
/*   color: #ffffff; */
  color: #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .years {
    font-size: 20rem;
    line-height: 100%;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush {
  width: 100%;
  height: 185rem;
  margin-bottom: 103rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush {
	  width: 90%;
    height: 96rem;
    margin: 0 auto 50rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush img {
  width: 100%;
  height: auto;
  /* ▼ 最初は非表示（筆で reveal される） */
  opacity: 0;
  /* ▼ マスクは画像側につける！！ */
  -webkit-mask: none;
  mask: none;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush {
    height: 96rem;
    margin-bottom: 26rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush.brush-on img {
  opacity: 1;
  /* === PC：横書きブラシ === */
  /* === SP：縦書きブラシ === */
}
@media screen and (min-width: 1100px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush.brush-on img {
    -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%;
    -webkit-animation: brushWrite 0.6s steps(22) forwards;
            animation: brushWrite 0.6s steps(22) forwards;
  }
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .catchcopy.js-brush.brush-on img {
    -webkit-mask: url(../img/top/brush_tate.png);
    mask: url(../img/top/brush_tate.png);
    -webkit-mask-size: 100% 2500%;
    mask-size: 100% 2500%;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
    -webkit-animation: brushWriteMv 0.6s steps(22) forwards;
            animation: brushWriteMv 0.6s steps(22) forwards;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100rem;
}
@media screen and (max-width: 900px) {
	.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa {
		gap: 50px;
	}
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18rem;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .q-txt {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(16px, 16px + (27.2 - 16) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 150%;
/*   color: #ffffff; */
  color: #0D003B;
  padding-bottom: 18rem;
  border-bottom: 1px solid #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .q-txt {
    font-size: 20rem;
    line-height: 200%;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .q-txt .text-line {
  display: inline-block;
  overflow: hidden;
  line-height: 100%;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .q-txt .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .a-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 200%;
/*   color: #ffffff; */
  color: #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .a-txt {
    font-size: 18rem;
  }
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .a-txt .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.recruit_article .interview-detail-area .interview-detail.active .profile-block .interview-qa .qa-item .a-txt .text-line .char {
  display: inline-block;
  line-height: 100%;
  line-height: 1;
}

.recruit_oneday {
  background-color: #00CCBB;
}
.recruit_oneday .w1200 {
  padding-bottom: 158rem;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 {
    padding-bottom: 87rem;
  }
}
.recruit_oneday .w1200 .sec-title {
  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: 37rem;
  margin-bottom: 92rem;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .sec-title {
    gap: 26rem;
    margin-bottom: 26rem;
  }
}
.recruit_oneday .w1200 .sec-title .ttl-en {
  /* max-width: 694rem; */
  width: 100%;
  /* height: 108rem; */
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .sec-title .ttl-en {
    /* max-width: 277rem; */
    height: 43rem;
  }
}
.recruit_oneday .w1200 .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.recruit_oneday .w1200 .sec-title .line {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.recruit_oneday .w1200 .sec-title .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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);
  background-color: #ffffff;
  z-index: -1;
}
.recruit_oneday .w1200 .sec-title .line .ttl-ja {
  color: #00CCBB;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 70rem;
  line-height: 100%;
  padding: 10rem 29rem;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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);
	background: #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .sec-title .line .ttl-ja {
    font-size: 30rem;
  }
}
.recruit_oneday .w1200 .sec-title .line .ttl-ja span {
	background: linear-gradient(to right, #00CCBB, #1099CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.recruit_oneday .w1200 .column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29rem;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .column {
    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;
  }
}
.recruit_oneday .w1200 .column .item {
  border: 2px solid #0D003B;
  padding: 30rem 0;
  height: 100%;
  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: 21rem;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .column .item {
    width: 100%;
  }
}
.recruit_oneday .w1200 .column .item .box-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #0D003B;
  padding: 10rem 29rem;
  border: 2px solid #0D003B;
  text-align: center;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .column .item .box-ttl {
    font-size: 24rem;
    border-width: 1px;
  }
}
.recruit_oneday .w1200 .column .item .desc {
  text-align: center;
}
.recruit_oneday .w1200 .column .item .desc .text-block {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 1.7083333333;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  text-align: center;
  color: #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_oneday .w1200 .column .item .desc .text-block {
    font-size: 18rem;
    line-height: 41rem;
  }
}
.recruit_oneday .w1200 .column .item .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.recruit_oneday .w1200 .column .item .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.recruit_partner {
	position: relative;
	background: url(../img/recruit/partner-bg.jpg) no-repeat center/cover;
}
.recruit_partner .w1200 {
  padding: 136rem 0 155rem;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 {
    padding: 0rem 0 63rem;
  }
}
.recruit_partner .sec-title {
  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;
  margin-bottom: 100rem;
  gap: 31rem;
  padding-top: 60rem;
}
@media screen and (max-width: 900px) {
  .recruit_partner .sec-title {
    margin-bottom: 38rem;
    gap: 15rem;
    
  }
}
.recruit_partner .sec-title .ttl-en {
  /* max-width: 1613rem; */
  width: 100%;
  /* height: 108rem; */
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .recruit_partner .sec-title .ttl-en {
    /* max-width: 335rem;
    height: 102rem; */
  }
  
}
.recruit_partner .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.recruit_partner .sec-title .line {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.recruit_partner .sec-title .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.recruit_partner .sec-title .line .ttl-ja {
  color: #0D003B;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 70rem;
  line-height: 100%;
  padding: 10rem 29rem;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
@media screen and (max-width: 900px) {
  .recruit_partner .sec-title .line .ttl-ja {
    font-size: 24rem;
    text-align: center;
  }
}
.recruit_partner .sec-title .line .ttl-ja span {
	background: linear-gradient(to right, #00CCBB, #1099CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.recruit_partner .w1200 .sec-body {
  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;
}
.recruit_partner .w1200 .catchcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45rem;
  margin-bottom: 110rem;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .catchcopy {
    gap: 21rem;
    margin-bottom: 28rem;
  }
}
.recruit_partner .w1200 .catchcopy p {
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  font-size: 90rem;
  line-height: 100%;
  color: #00CCBB;
	
	background: linear-gradient(to right, #00CCBB, #1099CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .catchcopy p {
    font-size: 24rem;
  }
}
.recruit_partner .w1200 .catchcopy svg {
  width: 83rem;
  height: 83rem;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .catchcopy svg {
    width: 21rem;
    height: 21rem;
  }
}
.recruit_partner .w1200 .desc {
/*   text-align: center; */
  margin-bottom: 106rem;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .desc {
    text-align: left;
    margin-bottom: 63rem;
  }
}
.recruit_partner .w1200 .desc .text-block {
/*   font-family: "Zen Kaku Gothic New", sans-serif; */
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 30rem;
  line-height: 250%;
  letter-spacing: -0.022em;
  color: #0D003B;
  margin-bottom: 55rem;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .desc .text-block {
    font-size: 18rem;
    line-height: 200%;
  }
}
.recruit_partner .w1200 .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.recruit_partner .w1200 .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.recruit_partner .w1200 .line-btn {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .line-btn {
    padding: 50rem 0 52rem 61rem;
  }
  .recruit_partner .w1200 .line-btn .inner {
    padding: 25rem 0 26rem 53rem;
  }
}
.recruit_partner .w1200 .line-btn .circle svg {
  width: 157rem;
  height: 164rem;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .line-btn .circle svg {
    width: 84rem;
    height: 91rem;
  }
}
.recruit_partner .w1200 .line-btn p {
  padding-right: 0;
  height: 61rem;
  line-height: 61rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  font-weight: 500;
  color: #0D003B;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .line-btn p {
    height: auto;
    font-size: 18rem;
    line-height: 1.1666666667;
    font-size: 18rem;
    padding-right: 54rem;
    padding-bottom: 5rem;
  }
}
.recruit_partner .w1200 .line-btn p .border {
  bottom: 5rem;
/*   width: 248rem; */
	width: 100%;
  background-color: #0D003B;
}
@media screen and (max-width: 900px) {
  .recruit_partner .w1200 .line-btn p .border {
    width: 216rem;
    bottom: 0;
  }
}
.recruit_partner .w1200 .line-btn a {
  display: block;
}

.recruit_entry .w1440 {
  padding: 174rem 0 145rem;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 {
    padding: 63rem 0 0;
    max-width: none;
    width: 100%;
  }
}
.recruit_entry .w1440 .sec-title {
  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;
  margin-bottom: 69rem;
  gap: 31rem;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .sec-title {
    margin-bottom: 42rem;
    gap: 14rem;
  }
}
.recruit_entry .w1440 .sec-title .ttl-en {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .sec-title .ttl-en {
    /* max-width: 201rem; */
    /* height: 102rem; */
  }
}
.recruit_entry .w1440 .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.recruit_entry .w1440 .sec-title .line {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.recruit_entry .w1440 .sec-title .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.recruit_entry .w1440 .sec-title .line .ttl-ja {
  color: #0D003B;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 70rem;
  line-height: 100%;
  padding: 10rem 29rem;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
	background: linear-gradient(to right, #00CCBB, #1099CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .sec-title .line .ttl-ja {
    font-size: 24rem;
  }
}
.recruit_entry .w1440 .entry-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.recruit_entry .w1440 .entry-flow .item {
  overflow: hidden;
}
.recruit_entry .w1440 .entry-flow .item.has-txt {
  padding: 100rem 0;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .entry-flow .item.has-txt {
    padding: 30rem 0 42rem;
  }
}
.recruit_entry .w1440 .entry-flow .entryimg {
  position: relative;
  
  
}

.recruit_entry .w1440 .entry-flow .entryimg img {
  aspect-ratio: 5/2;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(.5);

}
.recruit_entry .w1440 .entry-flow .entryimg span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .entry-flow .entryimg {
    height: 500rem;
  }
  .recruit_entry .w1440 .entry-flow .entryimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recruit_entry .w1440 .entry-flow .entryimg .img-tit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 166rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .entry-flow .entryimg .img-tit {
    left: 24rem;
  }
}
.recruit_entry .w1440 .entry-flow .entryimg .img-tit .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #ffffff;
  overflow: hidden;
}
.recruit_entry .w1440 .entry-flow .entryimg .img-tit .main {
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 100rem;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .entry-flow .entryimg .img-tit .main {
    font-size: 40rem;
  }
}
.recruit_entry .w1440 .entry-flow .entryimg .img-tit .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .entry-flow .entryimg .img-tit .sub {
    font-size: 24rem;
  }
}
.recruit_entry .w1440 .entry-flow .entry-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 100rem;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.recruit_entry .w1440 .entry-flow .entry-txt span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .recruit_entry .w1440 .entry-flow .entry-txt {
    font-size: 30rem;
  }
}

.recruit_join {
  background: url(../img/recruit/join-bg.png) no-repeat center/cover;
}
.recruit_join .inner {
  padding: 108rem 0 141rem;
}
.recruit_join .sec-title {
  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;
  margin-bottom: 69rem;
  gap: 31rem;
}
.recruit_join .sec-title .ttl-en {
  /* max-width: 1000rem; */
  width: 100%;
  /* height: 108rem; */
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .recruit_join .sec-title .ttl-en {
    /* max-width: 296rem;
    height: 102rem; */
  }
}
.recruit_join .sec-title .ttl-en svg {
  width: 100%;
  height: 100%;
}
.recruit_join .sec-title .line {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.recruit_join .sec-title .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.recruit_join .sec-title .line .ttl-ja {
    background: linear-gradient(91.19deg, #00CCBB 2.18%, #1099CB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 70rem;
  line-height: 100%;
  padding: 10rem 29rem;
  -webkit-transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
}
@media screen and (max-width: 900px) {
  .recruit_join .sec-title .line .ttl-ja {
    font-size: 24rem;
  }
}
.recruit_join .join-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 41rem;
    max-width: 352rem;
    width: 100%;
    margin: 0 auto;
  }
}
.recruit_join .join-list .join-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-transition: -webkit-flex-basis 0.4s ease, -webkit-transform 0.4s ease;
  transition: -webkit-flex-basis 0.4s ease, -webkit-transform 0.4s ease;
  transition: flex-basis 0.4s ease, transform 0.4s ease;
  transition: flex-basis 0.4s ease, transform 0.4s ease, -webkit-flex-basis 0.4s ease, -ms-flex-preferred-size 0.4s ease, -webkit-transform 0.4s ease;
  filter: grayscale(1);
}
.recruit_join .join-list .join-item:hover{
  filter: unset;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .join-item {
    height: 267rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.recruit_join .join-list .join-item .join-title {
  position: absolute;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 75rem;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .join-item .join-title {
    gap: 24rem;
    font-size: 24rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.recruit_join .join-list .join-item .join-title .desc {
  text-align: center;
}
.recruit_join .join-list .join-item .join-title .desc .text-block {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 47rem;
  line-height: 100%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .join-item .join-title .desc .text-block {
    font-size: 24rem;
  }
}
.recruit_join .join-list .join-item .join-title .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.recruit_join .join-list .join-item .join-title .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.recruit_join .join-list .join-item:hover {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.recruit_join .join-list .join-item:hover .join-thumb {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.recruit_join .join-list .join-item .join-thumb {
  width: 100%;
  height: 737rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .join-item .join-thumb {
    height: 267rem;
  }
}
.recruit_join .join-list .join-item .join-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit_join .join-list .line-btn {
  margin: 0;
}
.recruit_join .join-list .line-btn .inner {
  padding: 49rem 0 53rem 61rem;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .line-btn {
    margin: 0 0 -14rem auto;
  }
  .recruit_join .join-list .line-btn .inner {
    padding: 29rem 0 39rem 35rem;
  }
}
.recruit_join .join-list .line-btn .circle svg {
  width: 157rem;
  height: 164rem;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .line-btn .circle svg {
    width: 86rem;
    height: 89rem;
  }
}
.recruit_join .join-list .line-btn p {
  font-size: 24rem;
  line-height: 2.5416666667;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .line-btn p {
    font-size: 18rem;
    line-height: 1.1666666667;
    font-size: 18rem;
    padding-bottom: 7rem;
  }
}
.recruit_join .join-list .line-btn p .border {
  bottom: 8rem;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .recruit_join .join-list .line-btn p .border {
    bottom: 0;
  }
}
.recruit_join .join-list .line-btn a {
  display: block;
}

.about_sec01 .w1440 {
	width: 100%;
	max-width: 100%;
  padding-top: 359rem;
}
.about_sec01 .slideUp{
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .about_sec01 .w1440 {
    max-width: none;
    width: 100%;
    padding-top: 115rem;
  }
}
.about_sec01 .img {
  position: relative;
	height: 677rem;
	z-index: 2;
}
.about_sec01 .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	  height: 677rem;
	background: linear-gradient(to bottom, #0D003B00, #0D003B);
	mix-blend-mode: multiply;
	z-index: -1;
}
.about_sec01 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -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);
	position: relative;
	z-index: -2;
}
@media screen and (max-width: 900px) {
  .about_sec01 .img {
/*     height: 413rem; */
  }
}
.about_sec01 .img .slideUp-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: -297rem;
  margin: auto;
  /* max-width: 1226rem; */
  width: 100%;
  /* height: 344rem; */
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .about_sec01 .img .slideUp-wrap {
    /* max-width: 367rem;
    height: 103rem; */
    top: -80rem;
  }
}
.about_sec01 .img .catchcopy {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 304rem;
  text-align: center;
  -webkit-transition: all cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 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);
}
.about_sec01 .img .catchcopy .text-block {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 80rem;
  line-height: 100%;
  color: #00CCBB;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .about_sec01 .img .catchcopy .text-block {
    font-size: 40rem;
	  line-height: 1.5;
  }
}
.about_sec01 .img .catchcopy .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
}
.about_sec01 .img .catchcopy .text-block .text-line .char {
  display: inline-block;
  /* -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%); */
  line-height: 100%;
  /* -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1); */
}
@media screen and (min-width: 901px) {
	.about_sec01 .img .catchcopy .text-block .text-line .char {
		background: linear-gradient(to right, #00CCBB, #1099CB) 0/880rem;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(1) .char:nth-child(1) { background-position: 0rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(1) .char:nth-child(2) { background-position: -80rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(1) .char:nth-child(3) { background-position: -160rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(1) .char:nth-child(4) { background-position: -240rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(1) .char:nth-child(5) { background-position: -320rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(2) .char:nth-child(1) { background-position: -400rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(2) .char:nth-child(2) { background-position: -480rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(2) .char:nth-child(3) { background-position: -560rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(2) .char:nth-child(4) { background-position: -640rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(2) .char:nth-child(5) { background-position: -720rem 0px; }
	.about_sec01 .img .catchcopy .text-block .text-line:nth-of-type(2) .char:nth-child(6) { background-position: -800rem 0px; }
}

.about_sec01 .img .border {
  width: 1px;
  height: 269rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -48rem;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .about_sec01 .img .border {
    bottom: -176rem;
	  bottom: 0;
	  height: 204rem;
  }
}
.about_sec01 .img .border span {
  opacity: 0;
  display: inline-block;
  width: 1px;
  height: 269rem;
  background-color: #fff;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 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) {
  .about_item {
    margin-bottom: 20rem;
  }
  .about_item:last-child {
    margin-bottom: 0;
  }
}
.about_item .w1440 {
  padding-top: 144rem;
}
@media screen and (max-width: 900px) {
  .about_item .w1440 {
    max-width: none;
    width: 100%;
    padding-top: 33rem;
  }
}
.about_item .img {
  position: relative;
  max-width: 1200rem;
  width: 90%;
  height: 1320rem;
  margin-left: auto;
  /* overflow: hidden; */
}
@media screen and (max-width: 900px) {
  .about_item .img {
    max-width: none;
    width: 100%;
    height: 700rem;
    
  }
}
.about_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  /* -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -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); */
}
.about_item .img .texts {
  position: absolute;
  bottom: 0;
  left: -245rem;
  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;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts {
    inset: 0;
    display: block;
  }
}
.about_item .img .texts .svg-num {
  /* height: 217rem; */
  margin-bottom: 41rem;
}
.about_item .img .texts .svg-num .drop-h2{
  font-size: 300rem;
  font-family: "Alexandria", sans-serif;
  font-weight: bold;
  line-height: 250rem;
  align-items: flex-end;

}
.about_item .img .texts .svg-num .drop-h2 .char:first-child{
  font-size: 150rem;
  line-height: 150rem;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .svg-num {
    position: absolute;
    top: 0;
    left: 25rem;
    /* width: 138rem;
    height: 49rem; */
    margin-bottom: 0;
  }
  .about_item .img .texts .svg-num .drop-h2{
    font-size: clamp(50rem, calc(100vw*70/400),70rem);
    line-height: 1;
  }
  .about_item .img .texts .svg-num .drop-h2 .char:first-child{
    font-size: clamp(50rem, calc(100vw*70/400),70rem);
    line-height: 1;
  }
}
.about_item .img .texts .svg-tit {
  /* height: 255rem; */
  margin-bottom: 100rem;
}
.about_item .img .texts .svg-tit .line p{
  font-family: "Archivo", "Alexandria", sans-serif;
  font-size: 150rem;
  line-height: .8;
}
.about_item .img .texts .svg-tit .line{
  padding: 2rem 10rem;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .svg-tit {
    position: absolute;
    top: 0;
    left: unset;
    right: 5%;
    margin-left: auto;
 	/* margin-bottom: 45rem; */
    width: 134rem;
    display: flex;
    gap: 0rem;
  }
  .about_item .img .texts .svg-tit .line:first-child{
    order: 2;
  }
  .about_item .img .texts .svg-tit .line:last-child{
    order: 1;
  }
  .about_item .img .texts .svg-tit .line p {
    writing-mode: vertical-rl;
    font-size: clamp(40rem, calc(100vw * 60 / 400), 60rem);
    line-height: 1;
    display: block;
    width: 60rem;
  }
  .about_item .img .texts .svg-tit .line{
    width: auto;
    width: 60rem;
  }
  .about_item .img .texts .svg-tit .line .linebg{
    background-color: transparent;
  }
}
.about_item .img .texts .element {
  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;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .element {
    position: absolute;
    bottom: 24rem;
    left: 0;
  }
}
.about_item .img .texts .item-ttl {
  margin-bottom: 50rem;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .item-ttl {
    margin-top: auto;
  margin-bottom: 25rem;
  }
}
.about_item .img .texts .line {
  position: relative;
  padding: 22rem 25rem 22rem 0;
  margin-top: 25rem;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .line {
    padding: 10rem 20rem;
  }
}
.about_item .img .texts .line p {
	font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #00CCBB;
  text-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: all 0.4s 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);
	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) {
  .about_item .img .texts .item-ttl .line p {
    font-size: 24rem;
  }
}
.about_item .img .texts .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D003B;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .desc {
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
  }
}
.about_item .img .texts .desc .text-block {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 250%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .about_item .img .texts .desc .text-block {
    font-size: 18rem;
    width: 352rem;
    margin: 0 auto;
  }
}
.about_item .img .texts .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
.about_item .img .texts .desc .text-block .text-line .char {
  display: inline-block;
  /* -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%); */
  line-height: 100%;
  /* -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.5, 0, 0.3, 1); */
}
.about_item.first .img .texts .svg-num {
  /* width: 410rem; */
}
.about_item.first .img .texts .svg-tit {
  width: 1067rem;
}
@media screen and (max-width: 900px) {
  .about_item.first .w1440 {
/*     padding-top: 193rem; */
  }
  .about_item.first .img .texts .svg-num {
    width: 119rem;
  }
  .about_item.first .img .texts .svg-tit {
    width: 134rem;
    /* height: 425rem; */
  }
}
.about_item.second .img .texts .svg-num {
  width: 491rem;
}
.about_item.second .img .texts .svg-tit {
  width: 1068rem;
}
@media screen and (max-width: 900px) {
  .about_item.second .img .texts .svg-num {
    width: 138rem;
  }
  .about_item.second .img .texts .svg-tit {
    width: 134rem;
    /* min-width: 150px; */
  }
}
.about_item.third .img .texts .svg-num {
  width: 490rem;
}
.about_item.third .img .texts .svg-tit {
  width: 1188rem;
}
@media screen and (max-width: 900px) {
  .about_item.third .img .texts .svg-num {
    width: 138rem;
  }
  .about_item.third .img .texts .svg-tit {
    height: 434rem;
    width: 133rem;
  }
}

.contact_forms .tel-box {
  position: relative;
  padding: 50rem 0;
  max-width: 656rem;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .contact_forms .tel-box {
    max-width: 80%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .tel-box {
    max-width: 343rem;
    padding: 30px 40px;
  }
}
.contact_forms .tel-box:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact_forms .tel-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact_forms .tel-box .teltxt {
  margin-bottom: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .contact_forms .tel-box .teltxt {
    margin-bottom: 30px;
  }
}
.contact_forms .tel-box .teltxt p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32rem;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .contact_forms .tel-box .teltxt p {
    font-size: 18rem;
  }
}
.contact_forms .tel-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .contact_forms .tel-box .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_forms .tel-box .time p {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contact_forms .tel-box .time p {
    font-size: 16rem;
  }
}
.contact_forms .w1200 {
  padding: 83rem 0 150rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 {
    max-width: 90%;
    padding: 40rem 0 89rem;
  }
}
.contact_forms .w1200 .sec-title {
  margin-bottom: 83rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .sec-title {
    margin-bottom: 40px;
  }
}
.contact_forms .w1200 .sec-title .desc {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 200%;
  color: #fff;
  text-align: center;
}
.contact_forms .w1200 .sec-title .desc span.sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .sec-title .desc span.sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .sec-title .desc {
    text-align: left;
  }
}
.contact_forms .w1200 .contact-step {
  max-width: 1106rem;
  width: 90%;
  margin: 0 auto 105rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .contact-step {
    max-width: 351rem;
    margin-bottom: 40px;
  }
}
.contact_forms .w1200 .contact-step li {
  width: 100%;
  height: 100rem;
  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) {
  .contact_forms .w1200 .contact-step li {
    height: 46rem;
    background-size: 100% 100%;
  }
}
.contact_forms .w1200 .contact-step li.active.step01 {
  background: url(../img/contact/step01-b.png) no-repeat right/100% 100%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .contact-step li.active.step01 {
    background-image: url(../img/contact/step01-b_sp.png);
    background-size: contain;
  }
}
.contact_forms .w1200 .contact-step li.active.step02 {
  background: url(../img/contact/step02-b.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .contact-step li.active.step02 {
    background-image: url(../img/contact/step02-b_sp.png);
    background-size: contain;
  }
}
.contact_forms .w1200 .contact-step li.step01 {
  max-width: 378rem;
  background: url(../img/contact/step01-w.png) no-repeat right/100% 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .contact-step li.step01 {
    max-width: 122rem;
    background-image: url(../img/contact/step01-w_sp.png);
    background-size: contain;
  }
}
.contact_forms .w1200 .contact-step li.step02 {
  max-width: 378rem;
  background: url(../img/contact/step02-w.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .contact-step li.step02 {
    max-width: 122rem;
    background-image: url(../img/contact/step02-w_sp.png);
    background-size: contain;
  }
}
.contact_forms .w1200 .contact-step li.step03 {
  max-width: 350rem;
  background: url(../img/contact/step03.png) no-repeat left/100% 100%;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .w1200 .contact-step li.step03 {
    max-width: 114rem;
    background-image: url(../img/contact/step03_sp.png);
    background-size: contain;
  }
}
.contact_forms .form_items .mw_wp_form .error {
  font-size: 16px;
}
.contact_forms .form_items form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_forms .form_items .item {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: auto 500rem;
  grid-auto-flow: column;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50rem 150rem;
  border-bottom: 1px solid #9baec9;
}
@media screen and (max-width: 1200px) {
  .contact_forms .form_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 50rem;
    margin-bottom: 50rem;
  }
}
.contact_forms .form_items .item.nogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
.contact_forms .form_items .item.nogrid .wrap {
  width: 100%;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: auto 500rem;
  grid-auto-flow: column;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .contact_forms .form_items .item.nogrid .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
.contact_forms .form_items .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .ttl {
    font-size: 21rem;
  }
}
.contact_forms .form_items .item .ttl .required {
  border-radius: 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (18.4 - 16) * (100vw - 375px) / (1920 - 375), 19px);
  padding: 8px 10px;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 30rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .ttl .required {
    padding: 8rem 10rem;
    margin-left: 30px;
    font-size: 21rem;
  }
}
.contact_forms .form_items .item input,
.contact_forms .form_items .item textarea {
  width: 100%;
  border: 1px solid #c4c3c3;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 18rem;
  line-height: 2;
  font-size: 18px;
  padding: 4px 16px;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item input,
  .contact_forms .form_items .item textarea {
    font-size: 18rem;
    width: 100%;
  }
}
.contact_forms .form_items .item input {
  height: 70rem;
}
@media screen and (max-width: 1200px) {
  .contact_forms .form_items .item .detail {
    width: 100%;
  }
}
.contact_forms .form_items .item .detail .w200 input {
  width: 200rem;
}
@media screen and (max-width: 1200px) {
  .contact_forms .form_items .item .detail .w200 input {
    width: 30%;
    height: 46rem;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .w200 input {
    width: auto;
  }
}
.contact_forms .form_items .item .detail .formarea {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .formarea {
    font-size: 24rem;
    width: 100%;
  }
}
.contact_forms .form_items .item .detail .formarea .btn-search {
  display: inline-block;
  padding: 10rem 20rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (18.4 - 16) * (100vw - 375px) / (1920 - 375), 19px);
  color: #0D003B;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 14rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .formarea .btn-search {
    display: none;
  }
}
.contact_forms .form_items .item .detail .attention {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  color: #ececec;
  margin-top: 20rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail .attention {
    margin-top: 10px;
    font-size: 16rem;
  }
}
.contact_forms .form_items .item .detail.radiobtn .formarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43rem;
  /* 選択時：中丸も透明、枠だけ表示 */
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail.radiobtn .formarea {
    gap: 20rem;
  }
}
.contact_forms .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  border: 1.5rem solid #fff;
  background: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.contact_forms .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #00CCBB;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field {
  margin: 0;
}
.contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field .mwform-radio-field-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .item .detail.radiobtn .formarea .mwform-radio-field .mwform-radio-field-text {
    font-size: 21rem;
  }
}
.contact_forms .form_items .item .detail .fileupload {
  color: #000000;
}
.contact_forms .form_items .item .detail .fileupload input[type=file] {
  padding: 15rem;
  height: auto;
}
.contact_forms .form_items .privacy {
  max-width: 800rem;
  width: 100%;
  margin: 20rem auto 0;
}
.contact_forms .form_items .privacy .policy-title {
  text-align: center;
  font-size: 21rem;
  margin-bottom: 50rem;
}
@media screen and (max-width: 1200px) {
  .contact_forms .form_items .privacy {
    max-width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .privacy {
    max-width: 100%;
  }
}
.contact_forms .form_items .privacy .privacy-txt {
  border: 1px solid #333333;
  height: 339rem;
  background-color: #fff;
  overflow-y: scroll;
  padding: 50rem;
  margin-bottom: 50rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .privacy .privacy-txt {
    padding: 30px;
  }
}
.contact_forms .form_items .privacy .privacy-txt .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15rem;
  line-height: 150%;
  font-size: 16rem;
  color: #333333;
}
.contact_forms .form_items .privacy .privacy-txt .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.contact_forms .form_items .privacy .privacy-txt .content ul li {
  padding-left: 15rem;
  margin-left: 1em;
  position: relative;
}
.contact_forms .form_items .privacy .privacy-txt .content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  font-size: 16rem;
}
.contact_forms .form_items .privacy .privacy-check {
  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;
  margin-bottom: 55rem;
  /* ベース */
  /* チェックマーク表示 */
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .privacy .privacy-check {
    gap: 30rem;
  }
}
.contact_forms .form_items .privacy .privacy-check .required {
  border-radius: 8px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (18.4 - 16) * (100vw - 375px) / (1920 - 375), 19px);
  padding: 8px 10px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 30rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .privacy .privacy-check .required {
    min-width: 62rem;
    margin-right: 0;
    font-size: 21rem;
    padding: 8rem 0;
    text-align: center;
  }
}
.contact_forms .form_items .privacy .privacy-check input.custom-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  min-width: 20rem;
  height: 20rem;
  border: 1rem solid #333333;
  background: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  border-radius: 4rem;
}
.contact_forms .form_items .privacy .privacy-check input.custom-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: 14rem;
  border-right: 3rem solid #fff;
  border-bottom: 3rem solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.contact_forms .form_items .privacy .mwform-checkbox-field {
  margin: 0;
}
.contact_forms .form_items .privacy .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .privacy .mwform-checkbox-field label {
    gap: 30rem;
  }
}
.contact_forms .form_items .privacy .mwform-checkbox-field .mwform-checkbox-field-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contact_forms .form_items .privacy .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 21rem;
    line-height: 150%;
  }
}
.contact_forms .btns .btn-confirm,
.contact_forms .btns .btn-submit,
.contact_forms .btns .btn-back {
  max-width: 360rem;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .contact_forms .btns .btn-confirm,
  .contact_forms .btns .btn-submit,
  .contact_forms .btns .btn-back {
    max-width: 100%;
    width: 100%;
  }
}
.contact_forms .btns .btn-confirm button,
.contact_forms .btns .btn-submit button,
.contact_forms .btns .btn-back button {
  position: relative;
  width: 360rem;
  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%;
  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;
  height: 84rem;
  color: #000000;
  background-color: #fff;
  gap: 25rem;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #000;
}
@media screen and (max-width: 1200px) {
  .contact_forms .btns .btn-confirm button,
  .contact_forms .btns .btn-submit button,
  .contact_forms .btns .btn-back button {
    height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact_forms .btns .btn-confirm button,
  .contact_forms .btns .btn-submit button,
  .contact_forms .btns .btn-back button {
    width: 100%;
    font-size: 24rem;
    height: 84rem;
    gap: 25rem;
  }
}
.contact_forms .btns .btn-confirm button::after,
.contact_forms .btns .btn-submit button::after,
.contact_forms .btns .btn-back button::after {
  content: "";
  background: url(../img/contact/btn_yaji.svg) no-repeat center/contain;
  width: 15px;
  height: 17px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .contact_forms .btns .btn-confirm button::after,
  .contact_forms .btns .btn-submit button::after,
  .contact_forms .btns .btn-back button::after {
    width: 15rem;
    height: 17rem;
  }
}
.contact_forms .btns .btn-confirm button:hover,
.contact_forms .btns .btn-submit button:hover,
.contact_forms .btns .btn-back button:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact_forms .btns .btn-back button::after {
  content: none;
}
.contact_forms .btns .btn-back button::before {
  content: "";
  background: url(../img/contact/btn_yaji.svg) no-repeat center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 15rem;
  height: 17rem;
  display: inline-block;
}
.contact_forms .w960 {
  max-width: 960rem;
  width: 100%;
  margin: 0 auto;
  padding: 150rem 0 250rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .w960 {
    padding: 48rem 0 104rem;
    max-width: 102.6239067055%;
    width: 90%;
  }
}
.contact_forms .w960 .complete {
  margin-bottom: 120rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30rem;
}
.contact_forms .w960 .complete svg {
  width: 100rem;
  height: auto;
}
.contact_forms .w960 .complete .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 40rem;
  text-align: center;
  color: #fff;
}
.contact_forms .w960 .desc {
  margin-bottom: 150rem;
}
@media screen and (max-width: 900px) {
  .contact_forms .w960 .desc {
    margin-bottom: 30px;
  }
}
.contact_forms .w960 .desc p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 200%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contact_forms .w960 .desc p {
    font-size: 21rem;
  }
}

.contact-confirm .mw-wp-form_file,
.contact-confirm .privacy-check {
  color: #fff;
  font-size: 21rem;
  font-weight: 500;
}
.contact-confirm .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .contact-confirm .btns {
    gap: 20rem;
  }
}
.contact-confirm .item p,
.contact-confirm .item .detail {
  font-size: 18rem;
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}
.contact-confirm .attention,
.contact-confirm .privacy-txt,
.contact-confirm .btn-search,
.contact-confirm .form_items .item .detail .formarea .btn-search,
.contact-confirm .privacy-check .required {
  display: none;
}

.news_list {
  background: url(../img/common/sec-bg.jpg) no-repeat center/cover;
}
.news_list .w1436 {
  max-width: 1436rem;
  width: 90%;
  margin: 0 auto;
  padding: 241rem 0 161rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 {
    padding: 70px 0;
  }
}
.news_list .w1436 .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 76rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item {
    gap: 46px;
  }
}
.news_list .w1436 .grid-item .item {
  background-color: #0D003B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 99rem 42rem 99rem 61rem;
  gap: 71rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item {
    padding: 48px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.news_list .w1436 .grid-item .item:hover .line-btn {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_list .w1436 .grid-item .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news_list .w1436 .grid-item .item .thum {
  max-width: 526rem;
  width: 100%;
  height: 338rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .thum {
    height: 195px;
  }
}
.news_list .w1436 .grid-item .item .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list .w1436 .grid-item .item .item-element {
  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;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_list .w1436 .grid-item .item .item-element .cat {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.11em;
  color: #0D003B;
  background-color: #f6f6f6;
  padding: 20rem 38rem;
  margin-bottom: 28rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .item-element .cat {
    display: none;
  }
}
.news_list .w1436 .grid-item .item .item-element .update {
  max-width: 453rem;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  color: #fff;
  margin-bottom: 37rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .item-element .update {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.news_list .w1436 .grid-item .item .item-element .item-ttl {
  max-width: 453rem;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .item-element .item-ttl {
    max-width: 100%;
    margin-bottom: 18px;
  }
}
.news_list .w1436 .grid-item .item .item-element .item-ttl p {
  max-width: 453rem;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .item-element .item-ttl p {
    max-width: 100%;
    font-size: 18px;
  }
}
.news_list .w1436 .grid-item .item .item-element .line-btn {
  margin: -17rem 0 0 auto;
}
.news_list .w1436 .grid-item .item .item-element .line-btn svg {
  width: 134rem;
  height: 140rem;
}
.news_list .w1436 .grid-item .item .item-element .line-btn .inner {
  padding: 34rem 0 45rem 43rem;
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .item-element .line-btn {
    margin: 0 auto;
  }
}
.news_list .w1436 .grid-item .item .item-element .line-btn p {
  font-size: 20rem;
  line-height: 3.05;
  font-size: clamp(16px, 16px + (19.2 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  color: #fff;
  padding-right: 148rem;
}
@media screen and (max-width: 1163px) {
  .news_list .w1436 .grid-item .item .item-element .line-btn p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 900px) {
  .news_list .w1436 .grid-item .item .item-element .line-btn p {
    font-size: 16rem;
    line-height: 3.8125;
    font-size: 16rem;
  }
}
.news_list .w1436 .grid-item .item .item-element .line-btn p .border {
  background-color: #fff;
}
.news_list .w1436 .grid-item .item .item-element .line-btn a {
  display: block;
}
.news_list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  margin-top: 100rem;
}
@media screen and (max-width: 900px) {
  .news_list .pagination {
    margin-top: 30px;
    gap: 10px;
  }
}
.news_list .pagination li.current a {
  background-color: #0d003b;
  color: #fff;
}
.news_list .pagination li.next a, .news_list .pagination li.prev a {
  width: 51rem;
  height: 51rem;
  border: 2.13px solid #0d003b;
  background-color: transparent;
}
.news_list .pagination li a {
  width: 52rem;
  height: 52rem;
  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;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  color: #0d003b;
}
@media screen and (max-width: 900px) {
  .news_list .pagination li a {
    width: 52rem;
    height: 51rem;
  }
}
.news_list .pagination li a:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_list .pagination li a img {
  width: 28rem;
  height: auto;
}
@media screen and (max-width: 900px) {
  .news_list .pagination li a img {
    width: 22px;
  }
}

.news_content {
  background: url(../img/common/sec-bg.jpg) no-repeat center/cover;
}
.news_content .w1200 {
  padding: 62rem 0 125rem;
}
@media screen and (max-width: 900px) {
  .news_content .w1200 {
    padding: 33px 0 105px;
    max-width: 352rem;
    width: 100%;
  }
}
.news_content .breadcrumb {
  margin-bottom: 73rem;
}
@media screen and (max-width: 900px) {
  .news_content .breadcrumb {
    margin-bottom: 32px;
  }
}
.news_content .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .news_content .breadcrumb ul {
    gap: 10px;
  }
}
.news_content .breadcrumb ul li {
  color: #0d003b;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
}
.news_content .breadcrumb ul li a {
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .news_content .w960 {
    max-width: 100%;
    width: 100%;
  }
}
.news_content .w960 .item-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .item-element {
    margin-bottom: 15px;
  }
}
.news_content .w960 .item-element .cat {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.11em;
  color: #0D003B;
  background-color: #f6f6f6;
  padding: 20rem 38rem;
  border: 1px solid #0d003b;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .item-element .cat {
    padding: 20px 20px;
  }
}
.news_content .w960 .item-element .update {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  color: #000000;
}
.news_content .w960 .thum {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .thum {
    margin-bottom: 13px;
  }
}
.news_content .w960 .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_content .w960 .item-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (22.4 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 200%;
  color: #000000;
  padding-bottom: 45rem;
  border-bottom: 1px solid #00264d;
  margin-bottom: 45rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .item-ttl {
    font-size: 20px;
    padding-bottom: 23px;
    margin-bottom: 25px;
  }
}
.news_content .w960 .text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 21px);
  line-height: 200%;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .text p {
    font-size: 18px;
  }
}
.news_content .w960 .text .wp-block-image {
  margin: 30rem 0 45rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .text .wp-block-image {
    margin: 19px 0;
  }
}
.news_content .w960 .page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 128rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .page-navi {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news_content .w960 .page-navi .navi {
  min-width: 200rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .page-navi .navi {
    min-width: 97px;
  }
}
.news_content .w960 .page-navi .navi a {
  border: 2px solid #0d003b;
  color: #0d003b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28rem 30rem;
  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%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .page-navi .navi a {
    padding: 19px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em;
  }
  .news_content .w960 .page-navi .navi a svg {
    width: 11px;
  }
}
.news_content .w960 .page-navi .navi a:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_content .w960 .page-navi .navi.prev a svg {
  margin-right: 16rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .page-navi .navi.prev a svg {
    width: 13px;
    height: 14px;
    margin-right: 16px;
  }
}
.news_content .w960 .page-navi .navi.next a svg {
  margin-left: 16rem;
}
@media screen and (max-width: 900px) {
  .news_content .w960 .page-navi .navi.next a svg {
    width: 13px;
    height: 14px;
    margin-left: 16px;
  }
}

.sdgs-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .sdgs-item {
    margin-bottom: 55rem;
  }
  .sdgs-item:last-child {
    margin-bottom: 0;
  }
}
.sdgs-item.first {
/*   background-image: url(../img/sdgs/img02.png); */
}
@media screen and (max-width: 900px) {
  .sdgs-item.first {
    background-image: none;
  }
}
.sdgs-item.first .imgdiv {
  max-width: 842rem;
  width: 90%;
  overflow: hidden;
}
.sdgs-item.first .textdiv {
  padding: 130rem 241rem 130rem 118rem;
}
.sdgs-item.second {
/*   background-image: url(../img/sdgs/img04.png); */
}
@media screen and (max-width: 900px) {
  .sdgs-item.second {
    background-image: none;
  }
}
.sdgs-item.second .imgdiv {
  max-width: 816rem;
  width: 90%;
  overflow: hidden;
}
.sdgs-item.second .textdiv {
  padding: 162rem 153rem 117rem 238rem;
}
.sdgs-item.third {
/*   background-image: url(../img/sdgs/img06.png); */
}
@media screen and (max-width: 900px) {
  .sdgs-item.third {
    background-image: none;
  }
}
.sdgs-item.third .imgdiv {
  max-width: 839rem;
  width: 90%;
  overflow: hidden;
}
.sdgs-item.third .textdiv {
  padding: 157rem 241rem 122rem 109rem;
}
.sdgs-item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 59rem;
  }
}
.sdgs-item .column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sdgs-item .column .imgdiv {
  position: relative;
  overflow: hidden;
}
.sdgs-item .column .imgdiv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .imgdiv {
    max-width: 100%;
    width: 100%;
    height: 400rem;
    overflow: visible;
  }
  .sdgs-item .column .imgdiv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sdgs-item .column .imgdiv .line {
  position: absolute;
  top: 486rem;
  left: 242rem;
  margin: auto;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .imgdiv .line {
    top: auto;
    bottom: -29rem;
    left: 24rem;
    padding-right: 25rem;
  }
}
.sdgs-item .column .imgdiv .line .innertext {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 50rem;
  line-height: 100%;
  color: #00CCBB;
  -webkit-transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  padding: 15px;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .imgdiv .line .innertext {
    font-size: 30rem;
  }
}
.sdgs-item .column .imgdiv .line .linebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D003B;
  z-index: -1;
}
.sdgs-item .column .textdiv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv {
    padding: 0;
    max-width: 87.5%;
    width: 100%;
    margin: 0 auto;
  }
}
.sdgs-item .column .textdiv .icons {
  max-width: auto;
  width: auto;
  height: 163rem;
  margin-bottom: 34rem;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .icons {
    height: 100rem;
    margin-bottom: 30rem;
  }
}
.sdgs-item .column .textdiv .item-ttl {
  overflow: hidden;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (30 - 16) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 200%;
  color: #ffffff;
}
.sdgs-item .column .textdiv .item-ttl span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .item-ttl {
    font-size: 24rem;
  }
}
.sdgs-item .column .textdiv .desc {
  margin-bottom: 40rem;
}
.sdgs-item .column .textdiv .desc .text-block {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 200%;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .desc .text-block {
    font-size: 18rem;
  }
}
.sdgs-item .column .textdiv .desc .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .desc .text-block .text-line {
    white-space: pre;
  }
}
.sdgs-item .column .textdiv .desc .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.sdgs-item .column .textdiv .item-box {
  border: 1px solid #fff;
  padding: 30rem;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .item-box {
    padding: 20rem;
  }
}
.sdgs-item .column .textdiv .item-box .box-ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (30 - 16) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 200%;
  color: #ffffff;
  overflow: hidden;
}
.sdgs-item .column .textdiv .item-box .box-ttl span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .item-box .box-ttl {
    font-size: 24rem;
  }
}
.sdgs-item .column .textdiv .item-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 24rem;
	line-height: 2;
}
.sdgs-item .column .textdiv .item-box .list li {
  font-family: "Noto Serif JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sdgs-item .column .textdiv .item-box .list li {
    font-size: 18rem;
    line-height: 200%;
  }
}
.sdgs-item .column .textdiv .item-box .list .text-block .text-line {
  overflow: hidden;
  display: inline-block;
  line-height: 100%;
  white-space: pre;
	padding-left: 1em;
}
.sdgs-item .column .textdiv .item-box .list .text-block .text-line .char {
  display: inline-block;
  line-height: 100%;
}
.sdgs-item .column .textdiv .item-box .list .text-block .text-line:first-child .char:first-child{
	margin-left: -1em;
}/*# sourceMappingURL=subpage.css.map */