@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --g-padding-s: 36rem;
  --g-padding-m: 80px;
  --g-padding-l: 180rem;
  --g-color-base: #ffd9cb;
  --g-color-black: #000;
  --g-color-white: #fafafa;
  --g-color-orange: #f76934;
  --g-color-border: #333333;
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1370px) {
  html {
    font-size: 0.078125vw;
  }
}
@media screen and (max-width: 769px) {
  html {
    font-size: 0.2564102564vw;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: hidden;
}
body.is-loading main {
  filter: blur(20px);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
a,
p,
span {
  color: var(--g-color-black);
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

.en {
  font-family: "Inter", sans-serif;
}

section {
  position: relative;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 1370px) {
  .container {
    max-width: 1080rem;
    padding-right: 16rem;
    padding-left: 16rem;
  }
}
@media screen and (max-width: 769px) {
  .container {
    max-width: 100%;
    padding-right: 16rem;
    padding-left: 16rem;
  }
}

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

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

.a-btn a {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  width: 137px;
  height: 46px;
  padding: 0 10px 0 14px;
  background: linear-gradient(260deg, #fec969, #f76934);
}
.a-btn a span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 5;
  transition: all 0.6s ease-in-out;
  display: block;
  width: 100%;
}
.a-btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.a-btn a img {
  position: absolute;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.a-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 88%;
  width: 0;
  background: #fff;
  transition: all 0.6s ease-in-out;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.a-btn a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  height: 7px;
  width: 18px;
  transition: all 0.3s ease-in-out;
}
.a-btn a svg line {
  transition: all 0.3s ease-in-out;
}
.a-btn a:hover span {
  color: var(--g-color-black);
}
.a-btn a:hover span::after {
  border: 1px solid #000;
}
.a-btn a:hover::before {
  width: 94%;
}
.a-btn a:hover svg {
  right: 15px;
}
.a-btn a:hover svg line {
  stroke: #000;
}

.sec-ttl-en {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .sec-ttl-en {
    font-size: 18rem;
  }
}

.sec-ttl-jp {
  color: #ff6331;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .sec-ttl-jp {
    font-size: 26rem;
  }
}

.sec-ctn {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 50px;
  padding-top: 48px;
}
@media screen and (max-width: 769px) {
  .sec-ctn {
    font-size: 16rem;
    line-height: 2;
    padding-top: 24rem;
  }
}

.sec-more {
  margin-top: 48px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(45deg, #e4511c, #ff9b77);
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  color: white;
  border: 1px solid;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .sec-more {
    margin-top: 36px;
  }
}
.sec-more::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 120px;
  -webkit-clip-path: polygon(0% 0%, 33% 0%, 100% 99%, 68% 100%);
          clip-path: polygon(0% 0%, 33% 0%, 100% 99%, 68% 100%);
  background-color: rgba(255, 255, 255, 0.4666666667);
  left: -50%;
  transition: all 0.3s;
  top: 0;
}
.sec-more:hover {
  transform: translateY(-5px);
}
.sec-more:hover::before {
  left: 100%;
}

.sec-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.sec-ttl .ttl-en {
  font-size: 39px;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  line-height: 56.5px;
  color: #000000;
}
.sec-ttl .ttl-en .ttl-absolute {
  position: absolute;
  top: 25px;
  transform: translateX(-15px);
  text-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-25px);
  }
}
.sec-ttl .ttl-jp {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}

#scroll-svg path,
#scroll-svg circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s linear;
}

#scroll-svg circle {
  transition: fill 0.3s ease;
}

#scroll-svg circle {
  stroke-dasharray: 0; /* Approximately the circumference of the circle */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms ease, opacity 300ms ease;
  opacity: 0; /* Start fully transparent */
}

#scroll-svg-result path,
#scroll-svg-result circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s linear;
}

#scroll-svg-result circle {
  transition: fill 0.3s ease;
}

#scroll-svg-result circle {
  stroke-dasharray: 0; /* Approximately the circumference of the circle */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms ease, opacity 300ms ease;
  opacity: 0; /* Start fully transparent */
}

#scroll-svg-news path,
#scroll-svg-news circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s linear;
}

#scroll-svg-news circle {
  transition: fill 0.3s ease;
}

#scroll-svg-news circle {
  stroke-dasharray: 0; /* Approximately the circumference of the circle */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms ease, opacity 300ms ease;
  opacity: 0; /* Start fully transparent */
}

#scroll-svg-media path,
#scroll-svg-media circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s linear;
}

#scroll-svg-media circle {
  transition: fill 0.3s ease;
}

#scroll-svg-media circle {
  stroke-dasharray: 0; /* Approximately the circumference of the circle */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms ease, opacity 300ms ease;
  opacity: 0; /* Start fully transparent */
}

#scroll-svg-about path,
#scroll-svg-about circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s linear;
}

#scroll-svg-about circle {
  transition: fill 0.3s ease;
}

#scroll-svg-about circle {
  stroke-dasharray: 0; /* Approximately the circumference of the circle */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms ease, opacity 300ms ease;
  opacity: 0; /* Start fully transparent */
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 60s infinite linear;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-txt {
  font-family: Noto Sans JP;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  font-size: 130px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-right: 30px;
}
@media screen and (max-width: 1370px) {
  .slide-auto-loop-txt {
    margin-right: 30rem;
    font-size: 130rem;
  }
}
@media screen and (max-width: 769px) {
  .slide-auto-loop-txt {
    line-height: 1.2;
  }
}

@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-VariableFont_wght.ttf");
  font-weight: 200;
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

._bold {
  font-weight: 700;
}

.qg {
  font-family: "Qwitcher Grypen", serif;
  font-weight: 700;
  font-style: normal;
  color: #ff6e01;
  font-size: 49px;
  line-height: normal;
}

.js-io._fadeup {
  transform: translate(0, 36px);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.12s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.24s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.36s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.48s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.6s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.72s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.84s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.96s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 1.08s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 1.1s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 1.22s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 1.34s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 1.46s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 1.58s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 1.7s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 1.82s;
}

._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
._blur._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}

.sec-fv-main-txt ._fadeup {
  transform: translateY(36px);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.sec-fv-main-txt ._fadeup._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.sec-fv-main-txt ._fadeup._delay.--fadein {
  transform: translateY(0);
}
.sec-fv-main-txt ._fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.06s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.12s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.18s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.24s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(6) {
  transition-delay: 0.3s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(7) {
  transition-delay: 0.36s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(8) {
  transition-delay: 0.42s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(9) {
  transition-delay: 0.48s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(10) {
  transition-delay: 0.54s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(11) {
  transition-delay: 0.6s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(12) {
  transition-delay: 0.66s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(13) {
  transition-delay: 0.72s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(14) {
  transition-delay: 0.78s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(15) {
  transition-delay: 0.84s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(16) {
  transition-delay: 0.9s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(17) {
  transition-delay: 0.96s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(18) {
  transition-delay: 1.02s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(19) {
  transition-delay: 1.08s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(20) {
  transition-delay: 1.14s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(21) {
  transition-delay: 1.2s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(22) {
  transition-delay: 1.26s;
}
.sec-fv-main-txt ._fadeup._delay._show:nth-of-type(23) {
  transition-delay: 1.32s;
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: var(--g-color-white);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-img {
  transform: translateY(30%);
  animation: loadingimg 1s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes loadingimg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-img.loadingimgmove {
  transform: translateY(0);
}
.loading-img img {
  width: 233px;
}
.loading-txt {
  transform: translateY(-30%);
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.loading-txt.loadingtxtmove {
  transform: translateY(0);
  opacity: 1;
}
.loading-txt img {
  width: 233px;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

.c-preloader__progress {
  color: var(--g-color-white);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

body.is-loading .js-cursor {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: transform 0.8s ease-in-out;
}
.header-container {
  height: 85px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #fff;
}
.header-logo {
  position: relative;
  z-index: 999;
}
.header-logo img {
  width: 175px;
}
.header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .header-link {
    display: none;
  }
}
.header-link ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-link ul li {
  margin-left: 32px;
  position: relative;
}
.header-link ul li svg {
  transition: all 0.3s;
  transform: translateY(-3px);
}
.header-link ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 500px; /* 必要な高さに変更（調整可能） */
}
.header-link ul li:hover a svg {
  transform: rotateX(180deg);
}
.header-link ul li a {
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.header-link ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
}
.header-link ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.header-link ul li a img {
  width: 30px;
}
.header-link ul li .submenu {
  opacity: 0;
  visibility: hidden;
  max-height: 0; /* 初期状態で高さを0にする */
  overflow: hidden; /* 中の要素が見えないようにする */
  position: absolute;
  left: 0;
  top: 61px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.6s ease, visibility 0.3s ease, max-height 1s ease; /* max-heightをアニメーションさせる */
  padding: 0;
  background-color: unset;
  display: flex;
  flex-direction: column;
}
.header-link ul li .submenu li {
  text-align: center;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #fff;
  margin-left: 0;
  border-bottom: 1px solid;
}
.header-link ul li .submenu li a {
  color: #3b3b3b;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-link ul li .submenu li a:hover {
  background-color: #dfdcdc;
}
.header-link ul li.social-link {
  margin-left: 25px;
}
.header-link ul li.social-link a::after {
  display: none;
}
.header-link .link-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .header-link .link-wrap {
    display: none;
  }
}
.header-link .wrap-btn {
  padding: 6px 25px;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.header-link .wrap-btn.full {
  background: linear-gradient(45deg, #e4511c, #ff9b77);
  color: #fafafa;
  transition: all 0.3s;
}
.header-link .wrap-btn.full:hover {
  background: #fff;
  color: #ff6e01;
}
.header-link .wrap-btn.blank {
  background-color: #fafafa;
  border: 2px solid #ff6e01;
  color: #ff6e01;
  transition: all 0.3s;
}
.header-link .wrap-btn.blank:hover {
  background-color: #ff6e01;
  color: #fafafa;
}
.header .hambtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .hambtn {
    display: block;
  }
}
.header .hamburger-menu-icon-wrap {
  width: 28px;
  height: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
  z-index: 999;
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line.top {
  top: 0;
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line.middle {
  top: 50%;
  transform: translateY(-50%);
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line.bottom {
  bottom: 0;
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line.top.open {
  transform: translateY(2px) rotate(-45deg);
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line.middle.open {
  opacity: 0;
  visibility: visible;
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line.bottom.open {
  transform: translateY(-12px) rotate(45deg);
}
.header .hamburger-menu-icon-wrap .hamburger-menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.1s;
}
.header .header-menu-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header-menu-sp {
    display: block;
    position: fixed;
    z-index: 750;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff9a4d;
    padding: 100px 30px 16px;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    background-color: #ff9a4d;
    visibility: hidden;
    transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  }
}
.header .header-menu-sp.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.header .header-menu-sp-container > ul {
  margin-bottom: 36px;
}
.header .header-menu-sp-container > ul li:not(:last-child) {
  margin-bottom: 24px;
}
.header .header-menu-sp-container > ul li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.header .header-menu-sp-btns {
  margin-bottom: 58px;
}
.header .header-menu-sp-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .header .header-menu-sp-btns ul {
    flex-direction: column;
  }
}
.header .header-menu-sp-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.header .header-menu-sp-btns ul li a svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.header .header-menu-sp-btns ul li a span {
  font-size: 22px;
  color: var(--g-color-white);
  font-weight: 700;
}
.header .header-menu-sp .site-share {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #2d58a3;
  width: 100%;
}
.header .header-menu-sp .site-share span {
  display: inline-block;
  margin-right: 30px;
  color: var(--g-color-white);
  font-size: 20px;
  font-weight: 900;
}
.header .header-menu-sp .site-share ul li:not(:last-child) {
  margin-right: 20px;
}
.header .header-menu-sp .site-share ul li img {
  width: 60px;
}
.header .full-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 720;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
}
.header .full-bg.open-menu {
  visibility: visible;
  opacity: 1;
}

.js-header {
  width: 100%;
  position: fixed;
  top: 0;
  transform: translate(0, -130px);
  transition: all 0.4s ease-in-out; /* Smooth transition for moving header */
  z-index: -1;
  background-color: white;
}
.js-header-container {
  height: 85px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #fff;
}
.js-header-logo {
  position: relative;
  z-index: 999;
}
.js-header-logo img {
  width: 175px;
}
.js-header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .js-header-link {
    display: none;
  }
}
.js-header-link ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.js-header-link ul li {
  margin-left: 32px;
  position: relative;
}
.js-header-link ul li svg {
  transition: all 0.3s;
  transform: translateY(-3px);
}
.js-header-link ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 500px; /* 必要な高さに変更（調整可能） */
}
.js-header-link ul li:hover a {
  color: #e4511c;
}
.js-header-link ul li:hover a svg {
  transform: rotateX(180deg);
}
.js-header-link ul li a {
  font-weight: bold;
  color: #3b3b3b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.js-header-link ul li a img {
  width: 30px;
}
.js-header-link ul li .submenu {
  opacity: 0;
  visibility: hidden;
  max-height: 0; /* 初期状態で高さを0にする */
  overflow: hidden; /* 中の要素が見えないようにする */
  position: absolute;
  left: 0;
  top: 61px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.6s ease, visibility 0.3s ease, max-height 1s ease; /* max-heightをアニメーションさせる */
  padding: 0;
  background-color: unset;
  display: flex;
  flex-direction: column;
}
.js-header-link ul li .submenu li {
  text-align: center;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #fff;
  margin-left: 0;
  border-bottom: 1px solid;
}
.js-header-link ul li .submenu li::after {
  content: "";
  width: 0;
  background: unset;
}
.js-header-link ul li .submenu li a {
  color: #3b3b3b;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-header-link ul li .submenu li a:hover {
  background-color: #dfdcdc;
}
.js-header-link ul li.social-link {
  margin-left: 25px;
}
.js-header-link ul li.social-link a::after {
  display: none;
}
.js-header-link .link-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .js-header-link .link-wrap {
    display: none;
  }
}
.js-header-link .wrap-btn {
  padding: 6px 25px;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.js-header-link .wrap-btn.full {
  background: linear-gradient(45deg, #e4511c, #ff9b77);
  color: #fafafa;
  transition: all 0.3s;
  border: 1px solid;
}
.js-header-link .wrap-btn.full:hover {
  background: #fff;
  color: #ff6e01;
}
.js-header-link .wrap-btn.blank {
  background-color: #fafafa;
  border: 2px solid #ff6e01;
  color: #ff6e01;
  transition: all 0.3s;
}
.js-header-link .wrap-btn.blank:hover {
  background-color: #ff6e01;
  color: #fafafa;
}
.js-header .hambtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .js-header .hambtn {
    display: block;
  }
}
.js-header .hamburger-menu-icon-wrap {
  width: 28px;
  height: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
  z-index: 999;
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line.top {
  top: 0;
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line.middle {
  top: 50%;
  transform: translateY(-50%);
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line.bottom {
  bottom: 0;
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line.top.open {
  transform: translateY(2px) rotate(-45deg);
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line.middle.open {
  opacity: 0;
  visibility: visible;
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line.bottom.open {
  transform: translateY(-12px) rotate(45deg);
}
.js-header .hamburger-menu-icon-wrap .hamburger-menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: transform 0.3s, opacity 0.1s;
}
.js-header .header-menu-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .js-header .header-menu-sp {
    display: block;
    position: fixed;
    z-index: 750;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--g-color-blue);
    padding: 100px 30px 16px;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    background-color: #fee9d9;
    visibility: hidden;
    transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  }
}
.js-header .header-menu-sp.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.js-header .header-menu-sp-container > ul {
  margin-bottom: 36px;
}
.js-header .header-menu-sp-container > ul li:not(:last-child) {
  margin-bottom: 24px;
}
.js-header .header-menu-sp-container > ul li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.js-header .header-menu-sp-btns {
  margin-bottom: 58px;
}
.js-header .header-menu-sp-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .js-header .header-menu-sp-btns ul {
    flex-direction: column;
  }
}
.js-header .header-menu-sp-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.js-header .header-menu-sp-btns ul li a svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.js-header .header-menu-sp-btns ul li a span {
  font-size: 22px;
  color: var(--g-color-white);
  font-weight: 700;
}
.js-header .header-menu-sp .site-share {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #2d58a3;
  width: 100%;
}
.js-header .header-menu-sp .site-share span {
  display: inline-block;
  margin-right: 30px;
  color: var(--g-color-white);
  font-size: 20px;
  font-weight: 900;
}
.js-header .header-menu-sp .site-share ul li:not(:last-child) {
  margin-right: 20px;
}
.js-header .header-menu-sp .site-share ul li img {
  width: 60px;
}
.js-header .full-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 720;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
}
.js-header .full-bg.open-menu {
  visibility: visible;
  opacity: 1;
}

.sub-header {
  background-color: white;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: transform 0.8s ease-in-out;
}
.sub-header-container {
  height: 85px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #fff;
}
.sub-header-logo {
  position: relative;
  z-index: 999;
}
.sub-header-logo img {
  width: 175px;
}
.sub-header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sub-header-link {
    display: none;
  }
}
.sub-header-link ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.sub-header-link ul li {
  margin-left: 32px;
  position: relative;
}
.sub-header-link ul li svg {
  transition: all 0.3s;
  transform: translateY(-3px);
}
.sub-header-link ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 500px; /* 必要な高さに変更（調整可能） */
}
.sub-header-link ul li:hover a {
  color: #e4511c;
}
.sub-header-link ul li:hover a svg {
  transform: rotateX(180deg);
}
.sub-header-link ul li a {
  font-weight: bold;
  color: #3b3b3b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.sub-header-link ul li a img {
  width: 30px;
}
.sub-header-link ul li .submenu {
  opacity: 0;
  visibility: hidden;
  max-height: 0; /* 初期状態で高さを0にする */
  overflow: hidden; /* 中の要素が見えないようにする */
  position: absolute;
  left: 0;
  top: 61px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: -moz-max-content;
  width: max-content;
  transition: opacity 0.6s ease, visibility 0.3s ease, max-height 1s ease; /* max-heightをアニメーションさせる */
  padding: 0;
  background-color: unset;
  display: flex;
  flex-direction: column;
}
.sub-header-link ul li .submenu li {
  text-align: center;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #fff;
  margin-left: 0;
  border-bottom: 1px solid;
}
.sub-header-link ul li .submenu li::after {
  content: "";
  width: 0;
  background: unset;
}
.sub-header-link ul li .submenu li a {
  color: #3b3b3b;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-header-link ul li .submenu li a:hover {
  background-color: #dfdcdc;
}
.sub-header-link ul li.social-link {
  margin-left: 25px;
}
.sub-header-link ul li.social-link a::after {
  display: none;
}
.sub-header-link .link-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .sub-header-link .link-wrap {
    display: none;
  }
}
.sub-header-link .wrap-btn {
  padding: 6px 25px;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
}
.sub-header-link .wrap-btn.full {
  background: linear-gradient(45deg, #e4511c, #ff9b77);
  color: #fafafa;
  transition: all 0.3s;
  border: 1px solid;
}
.sub-header-link .wrap-btn.full:hover {
  background: #fff;
  color: #ff6e01;
}
.sub-header-link .wrap-btn.blank {
  background-color: #fafafa;
  border: 2px solid #ff6e01;
  color: #ff6e01;
  transition: all 0.3s;
}
.sub-header-link .wrap-btn.blank:hover {
  background-color: #ff6e01;
  color: #fafafa;
}
.sub-header .hambtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sub-header .hambtn {
    display: block;
  }
}
.sub-header .hamburger-menu-icon-wrap {
  width: 28px;
  height: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
  z-index: 999;
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line.top {
  top: 0;
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line.middle {
  top: 50%;
  transform: translateY(-50%);
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line.bottom {
  bottom: 0;
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line.top.open {
  transform: translateY(2px) rotate(-45deg);
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line.middle.open {
  opacity: 0;
  visibility: visible;
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line.bottom.open {
  transform: translateY(-12px) rotate(45deg);
}
.sub-header .hamburger-menu-icon-wrap .hamburger-menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: transform 0.3s, opacity 0.1s;
}
.sub-header .header-menu-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sub-header .header-menu-sp {
    display: block;
    position: fixed;
    z-index: 750;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--g-color-blue);
    padding: 100px 30px 16px;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    background-color: #fee9d9;
    visibility: hidden;
    transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  }
}
.sub-header .header-menu-sp.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.sub-header .header-menu-sp-container > ul {
  margin-bottom: 36px;
}
.sub-header .header-menu-sp-container > ul li:not(:last-child) {
  margin-bottom: 24px;
}
.sub-header .header-menu-sp-container > ul li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.sub-header .header-menu-sp-btns {
  margin-bottom: 58px;
}
.sub-header .header-menu-sp-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .sub-header .header-menu-sp-btns ul {
    flex-direction: column;
  }
}
.sub-header .header-menu-sp-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.sub-header .header-menu-sp-btns ul li a svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.sub-header .header-menu-sp-btns ul li a span {
  font-size: 22px;
  color: var(--g-color-white);
  font-weight: 700;
}
.sub-header .header-menu-sp .site-share {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #2d58a3;
  width: 100%;
}
.sub-header .header-menu-sp .site-share span {
  display: inline-block;
  margin-right: 30px;
  color: var(--g-color-white);
  font-size: 20px;
  font-weight: 900;
}
.sub-header .header-menu-sp .site-share ul li:not(:last-child) {
  margin-right: 20px;
}
.sub-header .header-menu-sp .site-share ul li img {
  width: 60px;
}
.sub-header .full-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 720;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
}
.sub-header .full-bg.open-menu {
  visibility: visible;
  opacity: 1;
}

.contact {
  background-image: url(../img/bg-contact.png);
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1370px) {
  .contact {
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .contact {
    height: 220px;
    padding-left: 16px;
    background-size: cover;
  }
}
.contact figure {
  max-width: 496px;
}
@media screen and (max-width: 769px) {
  .contact figure {
    max-width: 300px;
    margin-right: 20px;
  }
}

.banner {
  position: relative;
  padding-top: 121px;
  padding-bottom: 100px;
  background: linear-gradient(-96deg, #d13d29 0%, #ef8624 35%, #f46c3a 69%, #e76c0b 100%);
}
@media screen and (max-width: 769px) {
  .banner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.banner .banner-top-slide,
.banner .banner-bottom-slide {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
.banner .banner-top-slide {
  top: 0;
}
.banner .banner-bottom-slide {
  bottom: 0;
}
.banner .container {
  position: relative;
  z-index: 2;
  max-width: 1077px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .banner .container {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
.banner .container .link-wrap {
  max-width: 502px;
  width: 100%;
  padding: 30px 45px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 769px) {
  .banner .container .link-wrap {
    padding: 20px 16px;
  }
}
.banner .container .link-wrap .link-ttl {
  text-align: center;
  line-height: 1;
  font-size: 49px;
  font-weight: 500;
  color: #ff6331;
}
@media screen and (max-width: 769px) {
  .banner .container .link-wrap .link-ttl {
    font-size: 36px;
  }
}
.banner .container .link-wrap .ttl-jp {
  font-size: 24px;
  font-weight: 500;
  color: #3b3b3b;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .banner .container .link-wrap .ttl-jp {
    font-size: 18px;
  }
}
.banner .container .link-wrap .ctn {
  font-size: 24px;
  font-weight: 400;
  color: #3b3b3b;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .banner .container .link-wrap .ctn {
    font-size: 16px;
  }
}
.banner .container .link-wrap .sec-more {
  border: unset;
  margin-top: 32px;
  background: #e4511c;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .banner .container .link-wrap .sec-more {
    margin-top: 24px;
  }
}

.footer-main {
  padding: 72px 0 62px;
  background: #333;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .footer-main {
    padding: 48px 0 24px;
  }
}
.footer-main .container {
  max-width: 1050px;
}
.footer-main .footer-ttl p {
  color: #fafafa;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 36px;
  letter-spacing: 0.04em;
}
.footer-main .footer-link {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 769px) {
  .footer-main .footer-link {
    flex-direction: column;
  }
}
.footer-main .footer-link .footer-logo {
  max-width: 225px;
}
.footer-main .footer-link .fz-20 {
  font-size: 20px;
}
.footer-main .footer-link > ul > li {
  margin-bottom: 16px;
  color: #fafafa;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .footer-main .footer-link > ul > li {
    margin-bottom: 8px;
  }
}
.footer-main .footer-link > ul > li > a {
  position: relative;
  color: #fafafa;
}
.footer-main .footer-link > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: var(--g-color-white);
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
}
.footer-main .footer-link > ul > li > a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer-main .footer-link > ul > li ul li {
  padding-left: 30px;
  margin-top: 16px;
  position: relative;
}
.footer-main .footer-link > ul > li ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--g-color-white);
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.footer-main .footer-link > ul > li ul li a {
  position: relative;
  color: #fafafa;
}
.footer-main .footer-link > ul > li ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: var(--g-color-white);
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
}
.footer-main .footer-link > ul > li ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer-main .footer-link > ul ul.footer-sns {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-main .footer-link > ul ul.footer-sns li:not(:last-child) {
  margin-right: 12px;
}
.footer-main .footer-link > ul ul.footer-sns li a {
  transition: all 0.3s ease-in-out;
}
.footer-main .footer-link > ul ul.footer-sns li a svg {
  width: 40px;
  height: 40px;
}
.footer-main .footer-link > ul ul.footer-sns li a:hover {
  transform: scale(1.1);
}
.footer-main .footer-link .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .footer-main .footer-link .wrap {
    padding-top: 24px;
  }
}
.footer-main .footer-link .wrap a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  width: 195px;
}
.footer-main .footer-link .wrap .wrap-contact {
  background-color: #fafafa;
  color: #333;
}
.footer-main .footer-link .wrap .wrap-line {
  color: #fafafa;
  background-color: #06c755;
}
.footer-main .footer-link .social-footer-ctns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 16px;
}
.footer-main .footer-link .social-footer-ctns a figure {
  max-width: 24px;
}
.footer-main .footer-copyright {
  padding-top: 16px;
}
.footer-main .footer-copyright figure {
  max-width: 203px;
  margin: auto;
}
.footer-main .footer-copyright p {
  color: var(--g-color-white);
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 19px;
  font-size: 13px;
}
.footer-main .footer-deco {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-main .footer-deco img {
  width: 500px;
}

#top {
  overflow-x: hidden;
}
#top .fv {
  background-image: url(../img/bg-fv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .fv .fv-txt p {
  font-size: 25px;
  font-weight: 700;
  color: #fafafa;
  text-shadow: 0px 0px 8px rgba(46, 44, 42, 0.0509803922);
}
@media screen and (max-width: 769px) {
  #top .fv .fv-txt p {
    font-size: 16px;
  }
}
#top .fv .fv-txt img {
  max-width: 577px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#top .fv .fv-txt h2 {
  font-size: 60.5px;
  padding-top: 8px;
  font-weight: 700;
  color: #fafafa;
  text-shadow: 0px 0px 14px #ff6331;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #top .fv .fv-txt h2 {
    font-size: 36rem;
  }
}
#top .fv .fv-txt h2 .pc-txt {
  display: inline;
}
@media screen and (max-width: 769px) {
  #top .fv .fv-txt h2 .pc-txt {
    display: none;
  }
}
#top .fv .fv-absholute {
  position: absolute;
  bottom: 72px;
  right: 75px;
}
@media screen and (max-width: 769px) {
  #top .fv .fv-absholute {
    bottom: 10rem;
    right: 50%;
    transform: translateX(50%);
    width: 40rem;
  }
}
#top .p-about {
  padding-top: 94px;
  padding-bottom: 76px;
  background: linear-gradient(30deg, #efefef 0%, #ffffff 30%, #efefef 53%, #ffffff 75%, #efefef 100%);
  position: relative;
}
@media screen and (max-width: 769px) {
  #top .p-about {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
#top .p-about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 1370px) {
  #top .p-about .container {
    max-width: 100%;
    padding: 0 50rem;
  }
}
@media screen and (max-width: 769px) {
  #top .p-about .container {
    padding: 0 15rem;
    display: block;
  }
}
#top .p-about .container .sec-ttl-jp {
  line-height: 1.5;
}
#top .p-about .container .sec-ctn {
  max-width: 527px;
  font-weight: normal;
  text-shadow: 0px 0px 9.1px #ffffff;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  #top .p-about .container .sec-ctn {
    max-width: 100%;
  }
}
#top .p-about-img {
  max-width: 900px;
  height: 503px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1370px) {
  #top .p-about-img {
    max-width: 585rem;
    height: 403rem;
  }
}
@media screen and (max-width: 769px) {
  #top .p-about-img {
    max-width: 100%;
    height: 234rem;
    margin: 30rem 0;
  }
}
#top .p-about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .p-about #scroll-svg {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  #top .p-about #scroll-svg {
    max-width: 150px;
    top: 85%;
  }
}
#top .p-service {
  padding-top: 94px;
  padding-bottom: 92px;
  background: linear-gradient(89.61deg, #E4511C 0.24%, #FF925C 35.07%, #FF6F56 68.41%, #E37C57 99.76%);
}
@media screen and (max-width: 769px) {
  #top .p-service {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#top .p-service .container {
  max-width: 1280px;
}
#top .p-service .container .sec-ttl {
  padding-left: 105px;
  margin: unset;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-ttl {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
}
#top .p-service .container .sec-ttl .sec-ttl-jp {
  color: white;
}
#top .p-service .container .sec-ttl .sec-ctn {
  color: white;
  padding-top: 10px;
  max-width: 929px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-ttl .sec-ctn {
    text-align: left;
  }
}
#top .p-service .container .sec-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  padding-top: 36px;
}
#top .p-service .container .sec-main .service-swiper {
  height: 600px;
  border-radius: 16px;
  background: var(--g-color-white);
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-swiper {
    height: 780px;
  }
}
#top .p-service .container .sec-main .swiper-pagination {
  background: #3b3b3b;
  width: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 0;
  right: auto;
  left: 14px;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .swiper-pagination {
    width: 36rem;
    left: 4rem;
    padding: 12rem 0;
  }
}
#top .p-service .container .sec-main .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: var(--g-color-white);
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .swiper-pagination-bullet {
    width: 18rem;
    height: 18rem;
    font-size: 12rem;
    margin: 10rem 0;
  }
}
#top .p-service .container .sec-main .swiper-pagination-bullet-active {
  color: #ff6f56;
  background: #ff6f56;
}
#top .p-service .container .sec-main .service-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  background-color: white;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item {
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
    justify-content: flex-start;
  }
}
#top .p-service .container .sec-main .service-item figure {
  max-width: 516px;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item figure {
    max-width: 350px;
  }
}
#top .p-service .container .sec-main .service-item figure img {
  width: 90%;
}
#top .p-service .container .sec-main .service-item .item-main {
  max-width: 640px;
  width: 100%;
}
#top .p-service .container .sec-main .service-item .item-main .mark {
  font-size: 90px;
  font-weight: 500;
  text-shadow: -2px -2px 0 #e4511c, 2px -2px 0 #e4511c, -2px 2px 0 #e4511c, 2px 2px 0 #e4511c;
  text-align: right;
  color: white;
  line-height: 92px;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item .item-main .mark {
    font-size: 56rem;
    line-height: 36rem;
  }
}
#top .p-service .container .sec-main .service-item .item-main .item-ttl {
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  border-bottom: #000000 2px solid;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item .item-main .item-ttl {
    font-size: 24rem;
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
}
#top .p-service .container .sec-main .service-item .item-main .item-ctn {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  padding-top: 32px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item .item-main .item-ctn {
    font-size: 14rem;
    padding-top: 26rem;
  }
}
#top .p-service .container .sec-main .service-item .item-main .sec-more {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item .item-main .sec-more {
    margin-top: 0;
  }
}
#top .p-service .container .sec-main .service-item .sec-more {
  margin-top: 64px;
}
@media screen and (max-width: 769px) {
  #top .p-service .container .sec-main .service-item .sec-more {
    margin-top: 0;
  }
}
#top .p-service .container .sec-main .service-item .bg-item {
  position: absolute;
  top: -22px;
  left: -9px;
  z-index: -1;
}
#top .p-service .container .sec-main .service-item:nth-child(2) .item-main .mark {
  text-shadow: -2px -2px 0 #d4d122, 2px -2px 0 #d4d122, -2px 2px 0 #d4d122, 2px 2px 0 #d4d122;
}
#top .p-service .container .sec-main .service-item:nth-child(2) .item-main .item-ttl {
  color: #d4d122;
}
#top .p-service .container .sec-main .service-item:nth-child(2) .item-main .sec-more {
  margin-top: 16px;
  background: #d4d122;
}
#top .p-service .container .sec-main .service-item:nth-child(2) .sec-more {
  background: #d4d122;
}
#top .p-service .container .sec-main .service-item:nth-child(3) .item-main .mark {
  text-shadow: -2px -2px 0 #14a67f, 2px -2px 0 #14a67f, -2px 2px 0 #14a67f, 2px 2px 0 #14a67f;
}
#top .p-service .container .sec-main .service-item:nth-child(3) .item-main .item-ttl {
  color: #14a67f;
}
#top .p-service .container .sec-main .service-item:nth-child(3) .item-main .sec-more {
  margin-top: 16px;
  background: #14a67f;
}
#top .p-service .container .sec-main .service-item:nth-child(3) .sec-more {
  background: #14a67f;
}
#top .p-result {
  display: none !important;
  padding-top: 96px;
  padding-bottom: 151px;
  position: relative;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #top .p-result {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#top .p-result .container {
  max-width: 1280px;
}
#top .p-result .container .sec-ttl {
  margin-left: 58px;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  #top .p-result .container .sec-ttl {
    margin-left: 0;
    text-align: center;
  }
}
#top .p-result .container .result-main {
  position: relative;
  z-index: 5;
}
#top .p-result .container .result-main .result-slider-container {
  padding-top: 32px;
}
#top .p-result .container .result-main .result-slider-container .slider-items {
  transform: translateX(-8%);
}
#top .p-result .container .result-main .result-slider-container .slider-items .slick-prev,
#top .p-result .container .result-main .result-slider-container .slider-items .slick-next {
  display: none !important;
}
#top .p-result .container .result-main .result-slider-container .slider-items .logo-item {
  padding-right: 12px;
  padding-left: 12px;
}
#top .p-result .container .result-main .result-slider-container .slider-items-right {
  padding-top: 24px;
  transform: translateX(8%);
}
#top .p-result .container .result-main .result-slider-container .slider-items-right .slick-prev,
#top .p-result .container .result-main .result-slider-container .slider-items-right .slick-next {
  display: none !important;
}
#top .p-result .container .result-main .result-slider-container .slider-items-right .logo-item {
  padding-right: 12px;
  padding-left: 12px;
}
#top .p-result .container .result-main .slider-controll-btns .before-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #ff6e01;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 50%;
  transition: all 0.3s;
  transform: translateX(-100%);
}
@media screen and (max-width: 769px) {
  #top .p-result .container .result-main .slider-controll-btns .before-btn {
    width: 24px;
    height: 24px;
    transform: translateX(100%);
  }
  #top .p-result .container .result-main .slider-controll-btns .before-btn svg {
    max-width: 8px;
  }
}
#top .p-result .container .result-main .slider-controll-btns .after-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #ff6e01;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateX(100%);
}
@media screen and (max-width: 769px) {
  #top .p-result .container .result-main .slider-controll-btns .after-btn {
    width: 24px;
    height: 24px;
    transform: translateX(-100%);
    z-index: 20;
  }
  #top .p-result .container .result-main .slider-controll-btns .after-btn svg {
    max-width: 8px;
  }
}
#top .p-result .container .result-main .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-top: 84px;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  #top .p-result .container .result-main .btns {
    padding-top: 40px;
  }
}
#top .p-result .container .result-main .btns .btn {
  padding: 8px 40px;
  background-color: white;
  font-size: 20px;
  font-weight: 700;
  color: #e4511c;
}
#top .p-result .container .result-main .btns .btn.red {
  background-color: #e4511c;
  color: white;
}
#top .p-result #scroll-svg-result {
  top: 40px;
  right: -80px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #top .p-result #scroll-svg-result {
    max-width: 220px;
  }
}
#top .p-news {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #top .p-news {
    padding-top: 100rem;
    padding-bottom: 100rem;
  }
}
#top .p-news .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url(../img/bg-news.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  max-width: 1090px;
  gap: 56px;
}
@media screen and (max-width: 769px) {
  #top .p-news .container {
    flex-direction: column;
    gap: 20rem;
    background-image: unset;
  }
}
#top .p-news .container .sec-ttl {
  max-width: 294px;
  margin: unset;
  padding-top: 35px;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .sec-ttl {
    max-width: unset;
    width: 100%;
    text-align: center;
  }
}
#top .p-news .container .sec-ttl .sec-ctn {
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .sec-ttl .sec-ctn {
    text-align: left;
  }
}
#top .p-news .container .news-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
#top .p-news .container .news-main .news-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 24px 32px;
  border-bottom: 1px solid;
  max-width: 737px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item {
    gap: 24rem;
    flex-direction: column;
    padding: 24rem 0;
  }
}
#top .p-news .container .news-main .news-item figure {
  max-width: 288px;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item figure {
    max-width: unset;
  }
}
#top .p-news .container .news-main .news-item a {
  display: block;
  width: 100%;
}
#top .p-news .container .news-main .news-item .item-ctn .date {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item .item-ctn .date {
    font-weight: 500;
    font-size: 16rem;
  }
}
#top .p-news .container .news-main .news-item .item-ctn .ttl {
  font-size: 20px;
  font-weight: 700;
  padding-top: 8px;
  line-height: 23px;
  display: block;
  color: #333333;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item .item-ctn .ttl {
    font-size: 20rem;
    padding-top: 8rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
#top .p-news .container .news-main .news-item .item-ctn .detail * {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  display: block;
  padding-top: 12px;
  text-wrap: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item .item-ctn .detail * {
    font-size: 16rem;
    padding-top: 16rem;
  }
}
#top .p-news .container .news-main .news-item .item-ctn .cats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 24px;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item .item-ctn .cats {
    padding-top: 16rem;
  }
}
#top .p-news .container .news-main .news-item .item-ctn .cats .cat {
  padding: 6px 12px;
  background-color: #333333;
  color: #fafafa;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  #top .p-news .container .news-main .news-item .item-ctn .cats .cat {
    font-size: 13rem;
  }
}
#top .p-news .container .news-main .news-item .item-ctn .cats .cat.blank {
  background-color: #fafafa;
  border: #333333 1px solid;
  color: #333333;
}
@media screen and (max-width: 769px) {
  #top .p-news .container > .sec-more {
    margin: auto;
    margin-top: 40rem;
  }
}
#top .p-news #scroll-svg-news {
  left: 0;
  bottom: -40px;
  position: absolute;
  z-index: 500;
}
@media screen and (max-width: 769px) {
  #top .p-news #scroll-svg-news {
    right: 0;
    bottom: -120px;
    position: absolute;
    z-index: 500;
    max-width: 120px;
    left: unset;
  }
}
#top .p-member {
  padding-top: 0;
  padding-bottom: 104px;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #top .p-member {
    padding-bottom: 64rem;
  }
}
#top .p-member .container {
  max-width: 1240px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 0;
  position: relative;
  z-index: 10;
  padding-left: 0;
  transform: translateX(96px);
}
@media screen and (max-width: 1025px) {
  #top .p-member .container {
    padding-right: 16px;
    padding-left: 16px;
    transform: unset;
  }
}
@media screen and (max-width: 769px) {
  #top .p-member .container {
    padding-right: 16rem;
    padding-left: 16rem;
    flex-direction: column;
    transform: unset;
  }
}
#top .p-member .container .sec-ttl {
  max-width: 356px;
  margin: unset;
}
@media screen and (max-width: 769px) {
  #top .p-member .container .sec-ttl {
    margin: auto;
    text-align: center;
    margin-bottom: 30rem;
  }
}
#top .p-member .container .member-main figure {
  max-width: 805px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #top .p-member .container .member-main figure {
    max-width: 100%;
    height: 300rem;
    border-radius: 12rem;
    overflow: hidden;
  }
}
#top .p-member .container .member-main figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #top .p-member .container .member-main figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 769px) {
  #top .p-member .container .sec-more {
    margin: auto;
    margin-top: 40rem;
  }
}
#top .p-member #scroll-svg-media {
  max-width: 200px;
  position: absolute;
  bottom: -34px;
  right: 50%;
  z-index: 1;
  transform: rotate(2deg);
}
#top .p-media {
  padding-bottom: 70px;
  position: relative;
  background-color: #fafafa;
}
#top .p-media .container {
  max-width: 959px;
  width: 100%;
}
#top .p-media .container .sec-ttl {
  text-align: center;
}
#top .p-media .container .sec-ctn {
  padding-top: 6px;
  padding-left: 30px;
}
#top .p-media .container .media-main {
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 769px) {
  #top .p-media .container .media-main {
    grid-template-columns: 1fr;
  }
}
#top .p-media .container .media-main .media-item .item-main {
  padding-top: 16px;
}
#top .p-media .container .media-main .media-item .item-main .item-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
  padding-left: 16px;
}
#top .p-media .container .media-main .media-item .item-main .item-ctn {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  padding-top: 12px;
  padding-left: 16px;
}
#top .p-media .container .sns-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 87px;
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  #top .p-media .container .sns-btns {
    gap: 36px;
    padding-top: 48px;
  }
}
#top .p-media .container .sns-btns a {
  display: flex;
}
#top .p-media .container .sns-btns a figure {
  max-width: 64px;
}
@media screen and (max-width: 769px) {
  #top .p-media .container .sns-btns a figure {
    max-width: 36px;
  }
}
#top .p-media #scroll-svg-media {
  position: absolute;
  bottom: -50px;
  right: -60px;
  transform: rotate(63deg);
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #top .p-media #scroll-svg-media {
    max-width: 120px;
  }
}
#top .p-recruit {
  padding-top: 92px;
  padding-bottom: 88px;
  background-image: url(../img/bg-recruit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #top .p-recruit {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
#top .p-recruit .container .sec-ttl .sec-ttl-en {
  text-align: center;
}
#top .p-recruit .container .sec-ttl .sec-ttl-jp {
  text-align: center;
  color: white;
}
@media screen and (max-width: 769px) {
  #top .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 20px;
  }
}
#top .p-recruit .container .sec-ttl .sec-ctn {
  max-width: 462px;
  margin: auto;
  line-height: 30px;
  color: white;
  padding-top: 30px;
}
#top .p-recruit .container .sec-ttl .sec-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  background: white;
  color: #ff6331;
}
@media screen and (max-width: 769px) {
  #top .p-recruit .container .sec-ttl .sec-more {
    margin-top: 30rem;
  }
}

#about {
  overflow-x: hidden;
}
#about .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #about .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#about .p-fv .container {
  max-width: 1120px;
}
#about .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #about .p-fv .container h2 {
    font-size: 40rem;
  }
}
#about .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #about .p-fv .container p {
    font-size: 16rem;
  }
}
#about .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #about .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#about .p-ibasho {
  padding-top: 90px;
  padding-bottom: 80px;
  background: linear-gradient(-107deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
}
@media screen and (max-width: 769px) {
  #about .p-ibasho {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
#about .p-ibasho .container {
  max-width: 1120px;
  position: relative;
  z-index: 3;
}
#about .p-ibasho .container .sec-ttl {
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: normal;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .sec-ttl {
    font-size: 26rem;
  }
}
#about .p-ibasho .container .sec-ttl:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 50px;
  background-image: url(../img/img-after-text.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -10px;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .sec-ttl:after {
    width: 120%;
    height: 20px;
  }
}
#about .p-ibasho .container .sec-ctn {
  text-align: center;
  color: white;
  padding-bottom: 50px;
}
#about .p-ibasho .container figure {
  width: 100%;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container figure {
    margin-bottom: 100px;
  }
}
#about .p-ibasho .container .strenth {
  padding-top: 174px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth {
    padding-top: 170px;
  }
}
#about .p-ibasho .container .strenth::before {
  content: "";
  position: absolute;
  width: 226%;
  height: 103%;
  background-color: #f7f7f7;
  border-radius: 16px;
  z-index: -1;
  right: -20%;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth::before {
    top: 50%;
    transform: translateY(-50%);
    width: 130%;
    height: 96%;
  }
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth {
    padding-top: 64px;
    flex-direction: column;
  }
}
#about .p-ibasho .container .strenth .strenth-main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-direction: column;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item:nth-child(2) .item-body {
  border-left: 1px solid #d4d122;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item:nth-child(2) .item-body .strenth-item-ttl {
  color: #d4d122;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item:nth-child(3) .item-body {
  border-left: 1px solid #14a67f;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item:nth-child(3) .item-body .strenth-item-ttl {
  color: #14a67f;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item figure {
  max-width: 157px;
  margin: unset;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth .strenth-main .strenth-item figure {
    max-width: 80rem;
    width: 100%;
  }
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item .item-body {
  padding-left: 24px;
  border-left: 1px solid #ff6331;
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item .item-body .strenth-item-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #ff6331;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth .strenth-main .strenth-item .item-body .strenth-item-ttl {
    font-size: 28rem;
  }
}
#about .p-ibasho .container .strenth .strenth-main .strenth-item .item-body .strenth-item-ctn {
  padding-top: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #3b3b3b;
  line-height: 32px;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth .strenth-main .strenth-item .item-body .strenth-item-ctn {
    font-size: 16rem;
    padding-top: 7rem;
  }
}
#about .p-ibasho .container .strenth .strenth-img {
  max-width: 421px;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .container .strenth .strenth-img {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}
#about .p-ibasho .strenth-slider {
  padding-top: 170px;
  position: relative;
  z-index: 3;
}
#about .p-ibasho .strenth-slider::before {
  content: "BUSHITSU";
  font-size: 191px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3411764706);
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  position: absolute;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .strenth-slider::before {
    font-size: 71px;
    top: -40px;
  }
}
@media screen and (max-width: 769px) {
  #about .p-ibasho .strenth-slider {
    padding-top: 36px;
  }
}
#about .p-ibasho .strenth-slider figure {
  padding-right: 16px;
  padding-left: 16px;
}
#about .p-ibasho .strenth-slider figure img {
  border-radius: 20px;
  overflow: hidden;
}
#about .p-ibasho #scroll-svg-news {
  position: absolute;
  top: 15%;
  left: 0;
  transform: rotate(333deg);
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho #scroll-svg-news {
    max-width: 150px;
    top: 24%;
  }
}
#about .p-ibasho #scroll-svg-media {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(333deg);
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #about .p-ibasho #scroll-svg-media {
    max-width: 150px;
    bottom: -106px;
  }
}
#about .p-member {
  padding-top: 92px;
  padding-bottom: 176px;
}
@media screen and (max-width: 769px) {
  #about .p-member {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
#about .p-member .container {
  max-width: 1120px;
  width: 100%;
}
#about .p-member .container .sec-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#about .p-member .container .sec-ttl .ttl-en {
  font-size: 39px;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  line-height: 56.5px;
  color: #000000;
}
#about .p-member .container .sec-ttl .ttl-en .ttl-absolute {
  position: absolute;
  top: 25px;
  transform: translateX(-15px);
  text-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-25px);
  }
}
#about .p-member .container .sec-ttl .ttl-jp {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}
#about .p-member .container .ceo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
  padding-top: 76px;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .ceo {
    padding-top: 36px;
    flex-direction: column;
    gap: 36px;
  }
}
#about .p-member .container .ceo .ceo-img {
  max-width: 446px;
  width: 100%;
  height: 445px;
  overflow: hidden;
  border-radius: 20px;
}
#about .p-member .container .ceo .ceo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .p-member .container .ceo .ceo-main {
  max-width: 624px;
}
#about .p-member .container .ceo .ceo-main .ttl {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 56px;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .ceo .ceo-main .ttl {
    font-size: 20px;
  }
}
#about .p-member .container .ceo .ceo-main .ctn {
  padding-top: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #00042d;
  max-width: 555px;
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .ceo .ceo-main .ctn {
    padding-top: 16px;
    line-height: 36px;
  }
}
#about .p-member .container .ceo .ceo-main .name {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  padding-top: 24px;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .ceo .ceo-main .name {
    font-size: 16px;
  }
}
#about .p-member .container .members {
  padding-top: 155px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .members {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 50px;
    flex-direction: column;
    display: grid;
    gap: 16px;
  }
}
#about .p-member .container .members .member {
  padding: 20px;
  background-color: #fbfbfb;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}
#about .p-member .container .members .member figure {
  max-width: 100%;
  width: 100%;
  height: 372px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .members .member figure {
    height: 250rem;
  }
}
#about .p-member .container .members .member figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .p-member .container .members .member .member-ctn {
  padding-top: 16px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .members .member .member-ctn {
    padding-top: 16rem;
  }
}
#about .p-member .container .members .member .member-ctn .name {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .members .member .member-ctn .name {
    font-size: 24rem;
  }
}
#about .p-member .container .members .member .member-ctn .info {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .members .member .member-ctn .info {
    font-size: 15rem;
  }
}
#about .p-member .container .members .member #scroll-svg-about {
  position: absolute;
  z-index: 1;
  max-width: 120px;
  bottom: 0;
  left: -40px;
  transform: rotate(340deg) translate(-85%, 50%);
}
@media screen and (max-width: 769px) {
  #about .p-member .container .members .member #scroll-svg-about {
    display: none;
  }
}
#about .p-member .container .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 440px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #about .p-member .container .result-loop-wrap {
    bottom: 24px;
  }
}
#about .p-member .container .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#about .p-member .container .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#about .p-member .container #scroll-svg {
  position: absolute;
  left: 0;
  top: 36%;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #about .p-member .container #scroll-svg {
    max-width: 150px;
    bottom: 0;
    top: unset;
    right: 0;
    left: unset;
    display: none;
  }
}
#about .p-company {
  padding-bottom: 104px;
}
#about .p-company .container .ttl .ttl-jp {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #about .p-company .container .ttl .ttl-jp {
    font-size: 13px;
  }
}
#about .p-company .container .ttl .ttl-en {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  padding-top: 10px;
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  #about .p-company .container .ttl .ttl-en {
    font-size: 39px;
  }
}
#about .p-company .container .company-main {
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  #about .p-company .container .company-main {
    padding-top: 36px;
  }
}
#about .p-company .container .company-main .company-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 24px 16px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 769px) {
  #about .p-company .container .company-main .company-item {
    display: block;
    padding: 16rem 8rem;
  }
}
#about .p-company .container .company-main .company-item .head {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #about .p-company .container .company-main .company-item .head {
    font-size: 16rem;
    width: 100%;
  }
}
#about .p-company .container .company-main .company-item .body {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #about .p-company .container .company-main .company-item .body {
    font-weight: 500;
    width: 100%;
    font-size: 16rem;
  }
}
#about .p-recruit {
  padding-top: 92px;
  padding-bottom: 88px;
  background-image: url(../img/bg-recruit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #about .p-recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#about .p-recruit .container .sec-ttl .sec-ttl-en {
  text-align: center;
}
#about .p-recruit .container .sec-ttl .sec-ttl-jp {
  text-align: center;
  color: white;
}
@media screen and (max-width: 769px) {
  #about .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 20px;
  }
}
#about .p-recruit .container .sec-ttl .sec-ctn {
  max-width: 462px;
  margin: auto;
  line-height: 30px;
  color: white;
  padding-top: 30px;
}
#about .p-recruit .container .sec-ttl .sec-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  background: white;
  color: #ff6331;
}

#service_1 {
  overflow-x: hidden;
}
#service_1 .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#service_1 .p-fv .container {
  max-width: 1120px;
}
#service_1 .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #service_1 .p-fv .container h2 {
    font-size: 40rem;
  }
}
#service_1 .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_1 .p-fv .container p {
    font-size: 16rem;
  }
}
#service_1 .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #service_1 .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#service_1 .p-issue {
  padding-top: 90px;
  padding-bottom: 250px;
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
#service_1 .p-issue .container {
  max-width: 904px;
}
#service_1 .p-issue .container .sec-ttl .ttl-en {
  font-size: 64px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue .container .sec-ttl .ttl-en {
    font-size: 40px;
  }
}
#service_1 .p-issue .container .issue-main {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue .container .issue-main {
    font-size: 25px;
  }
}
#service_1 .p-issue .container .issue-main .main-items {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  row-gap: 36px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue .container .issue-main .main-items {
    grid-template-columns: 1fr 1fr;
  }
}
#service_1 .p-issue .container .issue-main .main-items .item {
  max-width: 293px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2117647059);
  padding: 30px;
  min-height: 323px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue .container .issue-main .main-items .item {
    min-height: 200px;
  }
}
#service_1 .p-issue .container .issue-main .issue-ctn {
  text-align: center;
  font-size: 36px;
  padding-top: 60px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue .container .issue-main .issue-ctn {
    font-size: 20px;
    padding-top: 24px;
  }
}
#service_1 .p-issue .container .issue-main .issue-ctn::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  right: 50%;
  transform: translateX(50%);
  bottom: -75px;
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(0% 0%, 100% 1%, 51% 100%);
          clip-path: polygon(0% 0%, 100% 1%, 51% 100%);
}
@media screen and (max-width: 769px) {
  #service_1 .p-issue .container .issue-main .issue-ctn::after {
    width: 40px;
    height: 40px;
  }
}
#service_1 .p-feature {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(-98deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#service_1 .p-feature .container {
  max-width: 1255px;
}
#service_1 .p-feature .container .ttl {
  text-align: center;
}
#service_1 .p-feature .container .ttl .ttl-jp {
  font-size: 20px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .ttl .ttl-jp {
    font-size: 16px;
  }
}
#service_1 .p-feature .container .ttl .ttl-en {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .ttl .ttl-en {
    font-size: 39px;
  }
}
#service_1 .p-feature .container .feature-main {
  padding-top: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .feature-main {
    flex-direction: column;
  }
}
#service_1 .p-feature .container .feature-main .feature-img {
  max-width: 628px;
  transform: translateX(-20%);
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .feature-main .feature-img {
    transform: unset;
  }
}
#service_1 .p-feature .container .feature-main .main-ctn {
  max-width: 531px;
}
#service_1 .p-feature .container .feature-main .main-ctn .subttl {
  font-size: 25px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .feature-main .main-ctn .subttl {
    font-size: 25rem;
  }
}
#service_1 .p-feature .container .feature-main .main-ctn .ttl {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .feature-main .main-ctn .ttl {
    font-size: 24rem;
  }
}
#service_1 .p-feature .container .feature-main .main-ctn .detail {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-feature .container .feature-main .main-ctn .detail {
    font-size: 14rem;
    line-height: 2;
  }
}
#service_1 .p-detail {
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: rgba(247, 247, 247, 0.7333333333);
  position: relative;
}
@media screen and (max-width: 769px) {
  #service_1 .p-detail {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
#service_1 .p-detail .container {
  max-width: 1120px;
  position: relative;
  z-index: 10;
}
#service_1 .p-detail .container .ttl {
  text-align: center;
}
#service_1 .p-detail .container .ttl .ttl-jp {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_1 .p-detail .container .ttl .ttl-jp {
    font-size: 16px;
  }
}
#service_1 .p-detail .container .ttl .ttl-en {
  font-size: 48px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_1 .p-detail .container .ttl .ttl-en {
    font-size: 39px;
  }
}
#service_1 .p-detail .container .detail-main {
  padding-top: 108px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-detail .container .detail-main {
    padding-top: 48px;
    flex-direction: column;
  }
}
#service_1 .p-detail .container .detail-main .detail-item {
  border-radius: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2666666667);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  background-color: white;
  width: 100%;
}
#service_1 .p-detail .container .detail-main .detail-item:first-child .item-img figure {
  transform: scale(0.8);
}
#service_1 .p-detail .container .detail-main .detail-item .item-img {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service_1 .p-detail .container .detail-main .detail-item figure {
  max-width: 236px;
  width: auto;
  margin: auto;
}
#service_1 .p-detail .container .detail-main .detail-item figure img {
  width: auto;
  margin: auto;
}
#service_1 .p-detail .container .detail-main .detail-item .item-main .ttl {
  font-size: 26px;
  font-weight: 700;
  color: #ff6331;
  text-align: left;
}
#service_1 .p-detail .container .detail-main .detail-item .item-main .ctn {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-top: 8px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
  max-height: 88px;
  height: 100%;
}
#service_1 .p-detail .container .detail-main .detail-item .item-main .ctn.more {
  -webkit-line-clamp: 15;
  max-height: 500px;
}
#service_1 .p-detail .container .detail-main .detail-item .item-main a {
  padding: 12px 24px;
  background-color: #e4511c;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
#service_1 .p-detail #scroll-svg-result {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_1 .p-detail #scroll-svg-result {
    bottom: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#service_1 .p-detail #scroll-svg-news {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_1 .p-detail #scroll-svg-news {
    top: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#service_1 .p-study {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(-99deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
}
#service_1 .p-study .container {
  max-width: 1200px;
}
#service_1 .p-study .container .sec-ttl .ttl-en {
  color: white;
}
#service_1 .p-study .container .sec-ttl .ttl-en .ttl-absolute {
  transform: translateX(-90px);
}
#service_1 .p-study .container .sec-ttl .ttl-jp {
  color: white;
}
#service_1 .p-study .container .study-main {
  padding-top: 130px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #service_1 .p-study .container .study-main {
    padding-top: 40px;
  }
}
#service_1 .p-study .container .study-main .study-slider .slick-list {
  overflow: visible;
}
#service_1 .p-study .container .study-main .study-slider .slick-list .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-study .container .study-main .study-slider .slick-list .slick-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#service_1 .p-study .container .study-main .study-slider .slick-next {
  display: none !important;
}
#service_1 .p-study .container .study-main .study-slider .slick-prev {
  display: none !important;
}
#service_1 .p-study .container .study-main .study-slider .study-item {
  padding: 40px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  background-color: #f7f7f7;
  min-height: 455px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-study .container .study-main .study-slider .study-item {
    flex-direction: column;
    padding: 24px;
  }
}
#service_1 .p-study .container .study-main .study-slider .study-item figure {
  max-width: 333px;
  width: 100%;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main {
  max-width: 540px;
  width: 100%;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
  font-size: 30px;
  font-weight: 500;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
    font-size: 24px;
  }
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl span {
    font-size: 14px;
  }
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-detail {
  padding-left: 16px;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ttl {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ttl::before {
  content: "・";
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  left: -20px;
  top: 5px;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ctn {
  font-size: 16px;
  font-weight: 500;
}
#service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-info {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background-color: #ffece5;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
#service_1 .p-study .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_1 .p-study .result-loop-wrap {
    bottom: 24px;
  }
}
#service_1 .p-study .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#service_1 .p-study .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#service_1 .p-member {
  padding-top: 92px;
  padding-bottom: 176px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
#service_1 .p-member .container {
  max-width: 1120px;
  width: 100%;
}
#service_1 .p-member .container .sec-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#service_1 .p-member .container .sec-ttl .ttl-en {
  font-size: 39px;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  line-height: 56.5px;
  color: #000000;
}
#service_1 .p-member .container .sec-ttl .ttl-en .ttl-absolute {
  position: absolute;
  top: 25px;
  transform: translateX(-15px);
  text-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-25px);
  }
}
#service_1 .p-member .container .sec-ttl .ttl-jp {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}
#service_1 .p-member .container .ceo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 76px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container .ceo {
    padding-top: 36px;
    flex-direction: column;
  }
}
#service_1 .p-member .container .ceo .ceo-img {
  max-width: 446px;
  width: 100%;
}
#service_1 .p-member .container .ceo .ceo-main {
  max-width: 624px;
}
#service_1 .p-member .container .ceo .ceo-main .ttl {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container .ceo .ceo-main .ttl {
    font-size: 20px;
  }
}
#service_1 .p-member .container .ceo .ceo-main .ctn {
  padding-top: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #00042d;
  max-width: 423px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container .ceo .ceo-main .ctn {
    padding-top: 48px;
    padding-left: 0;
  }
}
#service_1 .p-member .container .members {
  padding-top: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container .members {
    padding-top: 50px;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
#service_1 .p-member .container .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container .result-loop-wrap {
    bottom: 24px;
  }
}
#service_1 .p-member .container .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#service_1 .p-member .container .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#service_1 .p-member .container #scroll-svg {
  position: absolute;
  left: 0;
  top: 36%;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #service_1 .p-member .container #scroll-svg {
    max-width: 150px;
    bottom: 0;
    top: unset;
    right: 0;
    left: unset;
  }
}
#service_1 .p-recruit {
  padding-top: 92px;
  padding-bottom: 88px;
  background: linear-gradient(-95deg, #d13d29 0%, #ef8624 35%, #f46c3a 69%, #e76c0b 100%);
}
@media screen and (max-width: 769px) {
  #service_1 .p-recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#service_1 .p-recruit .container .sec-ttl .sec-ttl-en {
  text-align: center;
  color: #000000;
}
#service_1 .p-recruit .container .sec-ttl .sec-ttl-jp {
  text-align: center;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_1 .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 20px;
  }
}
#service_1 .p-recruit .container .sec-ttl .sec-ctn {
  max-width: 462px;
  margin: auto;
  line-height: 30px;
  color: white;
  padding-top: 30px;
}
#service_1 .p-recruit .container .sec-ttl .sec-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  background: white;
  color: #ff6331;
}

#service_2 {
  overflow-x: hidden;
}
#service_2 .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#service_2 .p-fv .container {
  max-width: 1120px;
}
#service_2 .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #service_2 .p-fv .container h2 {
    font-size: 40rem;
  }
}
#service_2 .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_2 .p-fv .container p {
    font-size: 16rem;
  }
}
#service_2 .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #service_2 .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#service_2 .p-issue {
  padding-top: 90px;
  padding-bottom: 250px;
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
#service_2 .p-issue .container {
  max-width: 904px;
}
#service_2 .p-issue .container .sec-ttl .ttl-en {
  font-size: 64px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue .container .sec-ttl .ttl-en {
    font-size: 40px;
  }
}
#service_2 .p-issue .container .issue-main {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue .container .issue-main {
    font-size: 25px;
  }
}
#service_2 .p-issue .container .issue-main .main-items {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
  row-gap: 36px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue .container .issue-main .main-items {
    grid-template-columns: 1fr 1fr;
  }
}
#service_2 .p-issue .container .issue-main .main-items .item {
  max-width: 293px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2117647059);
  padding: 30px;
  min-height: 323px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue .container .issue-main .main-items .item {
    min-height: 200px;
  }
}
#service_2 .p-issue .container .issue-main .issue-ctn {
  text-align: center;
  font-size: 36px;
  padding-top: 60px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue .container .issue-main .issue-ctn {
    font-size: 20px;
    padding-top: 24px;
  }
}
#service_2 .p-issue .container .issue-main .issue-ctn::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  right: 50%;
  transform: translateX(50%);
  bottom: -75px;
  background-color: #d9d9d9;
  -webkit-clip-path: polygon(0% 0%, 100% 1%, 51% 100%);
          clip-path: polygon(0% 0%, 100% 1%, 51% 100%);
}
@media screen and (max-width: 769px) {
  #service_2 .p-issue .container .issue-main .issue-ctn::after {
    width: 40px;
    height: 40px;
  }
}
#service_2 .p-feature {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(-98deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#service_2 .p-feature .container {
  max-width: 1255px;
}
#service_2 .p-feature .container .ttl {
  text-align: center;
}
#service_2 .p-feature .container .ttl .ttl-jp {
  font-size: 20px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature .container .ttl .ttl-jp {
    font-size: 16px;
  }
}
#service_2 .p-feature .container .ttl .ttl-en {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature .container .ttl .ttl-en {
    font-size: 39px;
  }
}
#service_2 .p-feature .container .feature-main {
  padding-top: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature .container .feature-main {
    flex-direction: column;
  }
}
#service_2 .p-feature .container .feature-main .feature-img {
  max-width: 628px;
  transform: translateX(-20%);
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature .container .feature-main .feature-img {
    transform: unset;
  }
}
#service_2 .p-feature .container .feature-main .main-ctn {
  max-width: 531px;
}
#service_2 .p-feature .container .feature-main .main-ctn .subttl {
  font-size: 25px;
  font-weight: 700;
  color: white;
}
#service_2 .p-feature .container .feature-main .main-ctn .ttl {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature .container .feature-main .main-ctn .ttl {
    font-size: 25px;
  }
}
#service_2 .p-feature .container .feature-main .main-ctn .detail {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-feature .container .feature-main .main-ctn .detail {
    font-size: 16px;
    line-height: 36px;
  }
}
#service_2 .p-detail {
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: rgba(247, 247, 247, 0.7333333333);
  position: relative;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#service_2 .p-detail .container {
  max-width: 1120px;
  position: relative;
  z-index: 10;
}
#service_2 .p-detail .container .ttl {
  text-align: center;
}
#service_2 .p-detail .container .ttl .ttl-jp {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .ttl .ttl-jp {
    font-size: 16px;
  }
}
#service_2 .p-detail .container .ttl .ttl-en {
  font-size: 48px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .ttl .ttl-en {
    font-size: 39px;
  }
}
#service_2 .p-detail .container .detail-main .detail-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 10;
  margin-top: 64px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2509803922);
    padding: 24rem;
    border-radius: 20rem;
  }
}
#service_2 .p-detail .container .detail-main .detail-item::after {
  content: "";
  width: 200%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  z-index: -1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item::after {
    display: none;
  }
}
#service_2 .p-detail .container .detail-main .detail-item:first-child {
  padding-right: 64px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item:first-child {
    padding-right: 24rem;
  }
}
#service_2 .p-detail .container .detail-main .detail-item:first-child::after {
  width: 150%;
}
#service_2 .p-detail .container .detail-main .detail-item:last-child::after {
  width: 150%;
  left: 50%;
  transform: translate(-50%);
}
#service_2 .p-detail .container .detail-main .detail-item:nth-child(2) {
  padding-left: 64px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item:nth-child(2) {
    padding-left: 24rem;
    flex-direction: column-reverse;
  }
}
#service_2 .p-detail .container .detail-main .detail-item:nth-child(2)::after {
  width: 150%;
  left: 0;
  right: unset;
}
#service_2 .p-detail .container .detail-main .detail-item figure {
  max-width: 507px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item figure {
    border-radius: 16rem;
    overflow: hidden;
  }
}
#service_2 .p-detail .container .detail-main .detail-item .item-main .num {
  font-size: 62px;
  font-weight: 700;
  color: #ffd3c3;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item .item-main .num {
    font-size: 46rem;
  }
}
#service_2 .p-detail .container .detail-main .detail-item .item-main .item-ttl {
  font-size: 27px;
  font-weight: 700;
  color: #ff6331;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item .item-main .item-ttl {
    font-size: 25rem;
  }
}
#service_2 .p-detail .container .detail-main .detail-item .item-main .ctn {
  padding-top: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  max-width: 475px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail .container .detail-main .detail-item .item-main .ctn {
    padding-top: 30rem;
    padding-top: 16rem;
    font-size: 14rem;
  }
}
#service_2 .p-detail #scroll-svg-result {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail #scroll-svg-result {
    bottom: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#service_2 .p-detail #scroll-svg-news {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_2 .p-detail #scroll-svg-news {
    top: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#service_2 .p-study {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(-99deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
}
#service_2 .p-study .container {
  max-width: 1200px;
}
#service_2 .p-study .container .ttl {
  text-align: center;
}
#service_2 .p-study .container .ttl .ttl-jp {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .ttl .ttl-jp {
    font-size: 13px;
  }
}
#service_2 .p-study .container .ttl .ttl-en {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .ttl .ttl-en {
    font-size: 39px;
  }
}
#service_2 .p-study .container .study-main {
  padding-top: 130px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .study-main {
    padding-top: 40px;
  }
}
#service_2 .p-study .container .study-main .study-slider .slick-list {
  overflow: visible;
}
#service_2 .p-study .container .study-main .study-slider .slick-list .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .study-main .study-slider .slick-list .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
}
#service_2 .p-study .container .study-main .study-slider .slick-next {
  display: none !important;
}
#service_2 .p-study .container .study-main .study-slider .slick-prev {
  display: none !important;
}
#service_2 .p-study .container .study-main .study-slider .study-item {
  padding: 12px 64px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  background-color: #f7f7f7;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .study-main .study-slider .study-item {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
}
#service_2 .p-study .container .study-main .study-slider .study-item figure {
  max-width: 333px;
  width: 100%;
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main {
  max-width: 540px;
  width: 100%;
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
  font-size: 30px;
  font-weight: 500;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
    font-size: 24px;
  }
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl span {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl span {
    font-size: 14px;
  }
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
    font-size: 15px;
  }
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-detail {
  padding-left: 16px;
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ttl {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ttl::before {
  content: "・";
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  left: -20px;
  top: 5px;
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ctn {
  font-size: 16px;
  font-weight: 500;
}
#service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-info {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background-color: #ffece5;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
#service_2 .p-study .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_2 .p-study .result-loop-wrap {
    bottom: 24px;
  }
}
#service_2 .p-study .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#service_2 .p-study .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#service_2 .p-event {
  padding-top: 112px;
  position: relative;
  background-color: #f7f7f7;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event {
    padding-top: 64px;
  }
}
#service_2 .p-event .container {
  max-width: 1120px;
}
#service_2 .p-event .container .address {
  position: relative;
  z-index: 10;
}
#service_2 .p-event .container .address .address-main {
  padding-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main {
    flex-direction: column-reverse;
    padding-top: 48px;
    gap: 24px;
  }
}
#service_2 .p-event .container .address .address-main .address-ctn {
  max-width: 382px;
  width: 100%;
}
#service_2 .p-event .container .address .address-main .address-ctn .ttl {
  font-size: 32px;
  font-weight: 700;
  color: #272727;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main .address-ctn .ttl {
    font-size: 25px;
  }
}
#service_2 .p-event .container .address .address-main .address-ctn .ctn {
  padding-top: 32px;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}
#service_2 .p-event .container .address .address-main .address-ctn .lists {
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main .address-ctn .lists {
    padding-top: 36px;
  }
}
#service_2 .p-event .container .address .address-main .address-ctn .lists .list-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #272727;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main .address-ctn .lists .list-ttl {
    font-size: 25px;
  }
}
#service_2 .p-event .container .address .address-main .address-ctn .lists .sns {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main .address-ctn .lists .sns {
    padding-top: 16px;
  }
}
#service_2 .p-event .container .address .address-main .address-ctn .lists .sns figure {
  max-width: 64px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main .address-ctn .lists .sns figure {
    max-width: 36px;
  }
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .container .address .address-main .address-ctn .lists .sns {
    gap: 16px;
  }
}
#service_2 .p-event .container .address .address-img {
  max-width: 640px;
}
#service_2 .p-event .slider-items-right {
  padding-top: 70px;
  padding-bottom: 104px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .slider-items-right {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
#service_2 .p-event .slider-items-right .logo-item {
  padding-right: 12px;
  padding-left: 12px;
}
#service_2 .p-event .banner {
  margin-top: 126px;
  height: 468px;
  background-image: url(../img/img-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event .banner {
    margin-top: 48px;
    height: 250px;
  }
}
#service_2 .p-event #scroll-svg {
  position: absolute;
  left: 0;
  transform: rotate(85deg);
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #service_2 .p-event #scroll-svg {
    left: 60%;
    transform: rotate(85deg);
    top: 50%;
    max-width: 120px;
  }
}
#service_2 .p-member {
  padding-top: 92px;
  padding-bottom: 176px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
#service_2 .p-member .container {
  max-width: 1120px;
  width: 100%;
}
#service_2 .p-member .container .sec-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#service_2 .p-member .container .sec-ttl .ttl-en {
  font-size: 39px;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  line-height: 56.5px;
  color: #000000;
}
#service_2 .p-member .container .sec-ttl .ttl-en .ttl-absolute {
  position: absolute;
  top: 25px;
  transform: translateX(-15px);
  text-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-25px);
  }
}
#service_2 .p-member .container .sec-ttl .ttl-jp {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}
#service_2 .p-member .container .ceo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 76px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container .ceo {
    padding-top: 36px;
    flex-direction: column;
  }
}
#service_2 .p-member .container .ceo .ceo-img {
  max-width: 446px;
  width: 100%;
}
#service_2 .p-member .container .ceo .ceo-main {
  max-width: 624px;
}
#service_2 .p-member .container .ceo .ceo-main .ttl {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container .ceo .ceo-main .ttl {
    font-size: 20px;
  }
}
#service_2 .p-member .container .ceo .ceo-main .ctn {
  padding-top: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #00042d;
  max-width: 423px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container .ceo .ceo-main .ctn {
    padding-top: 48px;
    padding-left: 0;
  }
}
#service_2 .p-member .container .members {
  padding-top: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container .members {
    padding-top: 50px;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
#service_2 .p-member .container .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container .result-loop-wrap {
    bottom: 24px;
  }
}
#service_2 .p-member .container .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#service_2 .p-member .container .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#service_2 .p-member .container #scroll-svg {
  position: absolute;
  left: 0;
  top: 36%;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #service_2 .p-member .container #scroll-svg {
    max-width: 150px;
    bottom: 0;
    top: unset;
    right: 0;
    left: unset;
  }
}
#service_2 .p-recruit {
  padding-top: 92px;
  padding-bottom: 88px;
  background: linear-gradient(-95deg, #d13d29 0%, #ef8624 35%, #f46c3a 69%, #e76c0b 100%);
}
@media screen and (max-width: 769px) {
  #service_2 .p-recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#service_2 .p-recruit .container .sec-ttl .sec-ttl-en {
  text-align: center;
  color: #000000;
}
#service_2 .p-recruit .container .sec-ttl .sec-ttl-jp {
  text-align: center;
  color: white;
}
@media screen and (max-width: 769px) {
  #service_2 .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 20px;
  }
}
#service_2 .p-recruit .container .sec-ttl .sec-ctn {
  max-width: 462px;
  margin: auto;
  line-height: 30px;
  color: white;
  padding-top: 30px;
}
#service_2 .p-recruit .container .sec-ttl .sec-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  background: white;
  color: #ff6331;
}

#service_3 {
  overflow-x: hidden;
}
#service_3 .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#service_3 .p-fv .container {
  max-width: 1120px;
}
#service_3 .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #service_3 .p-fv .container h2 {
    font-size: 40rem;
  }
}
#service_3 .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_3 .p-fv .container p {
    font-size: 16rem;
  }
}
#service_3 .p-fv #scroll-svg-news {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #service_3 .p-fv #scroll-svg-news {
    max-width: 150px;
    top: -70px;
  }
}
#service_3 .p-ibasho {
  height: 600px;
  background-image: url(../img/bg-ibasho.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 769px) {
  #service_3 .p-ibasho {
    height: 250px;
  }
}
#service_3 .p-ibasho .container h3 {
  text-align: center;
  font-size: 48px;
  color: white;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  #service_3 .p-ibasho .container h3 {
    font-size: 25rem;
  }
}
#service_3 .p-ibasho .container p {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  #service_3 .p-ibasho .container p {
    font-size: 18rem;
    margin-top: 24rem;
  }
}
#service_3 .p-bar {
  position: relative;
  padding-top: 148px;
  background: linear-gradient(143.68deg, #eb612c 9.85%, #ff925c 44.87%, #ef7756 90.15%);
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar {
    padding-top: 64px;
  }
}
#service_3 .p-bar .container {
  max-width: 1125px;
  width: 100%;
  position: relative;
  z-index: 10;
}
#service_3 .p-bar .container .bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar .container .bar {
    flex-direction: column;
    gap: 32px;
  }
}
#service_3 .p-bar .container .bar .bar-main {
  max-width: 424px;
}
#service_3 .p-bar .container .bar .bar-main .sec-ttl {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar .container .bar .bar-main .sec-ttl {
    margin-right: auto;
    margin-left: auto;
  }
}
#service_3 .p-bar .container .bar .bar-main .sec-ttl .ttl-en {
  color: white;
  transform: translateX(-60px);
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar .container .bar .bar-main .sec-ttl .ttl-en {
    transform: unset;
    transform: translateX(-27rem);
    font-size: 50rem;
  }
}
#service_3 .p-bar .container .bar .bar-main .sec-ttl .ttl-jp {
  color: white;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar .container .bar .bar-main .sec-ttl .ttl-jp {
    text-align: center;
    font-size: 20rem;
  }
}
#service_3 .p-bar .container .bar .bar-main .bar-ctn {
  padding-top: 32px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
#service_3 .p-bar .container .bar .bar-img {
  max-width: 640px;
}
#service_3 .p-bar .container .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar .container .info {
    padding-top: 36px;
    flex-direction: column;
    gap: 36px;
  }
}
#service_3 .p-bar .container .info .info-item {
  max-width: 505px;
  width: 100%;
}
#service_3 .p-bar .container .info .info-item .info-ttl {
  font-size: 32px;
  font-weight: 700;
  color: white;
}
#service_3 .p-bar .container .info .info-item .info-ctn {
  font-size: 16px;
  padding-top: 32px;
  font-weight: 700;
  color: white;
}
#service_3 .p-bar .banner {
  margin-top: 126px;
  height: 468px;
  background-image: url(../img/img-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar .banner {
    height: 250px;
    margin-top: 64px;
  }
}
#service_3 .p-bar #scroll-svg-media {
  position: absolute;
  right: 0;
  top: 44%;
  z-index: 2;
  transform: rotate(205deg) scaleX(-1);
}
@media screen and (max-width: 769px) {
  #service_3 .p-bar #scroll-svg-media {
    max-width: 120px;
  }
}
#service_3 .p-menu {
  padding-top: 90px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-menu {
    padding-top: 48px;
  }
}
#service_3 .p-menu .container {
  max-width: 1100px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-menu .container .sec-ttl .ttl-en {
    font-size: 25rem;
    transform: translateX(-23rem);
  }
  #service_3 .p-menu .container .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-50px);
  }
}
#service_3 .p-menu .container .menu-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 90px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-menu .container .menu-main {
    flex-direction: column;
    padding-top: 48px;
    gap: 36px;
  }
}
#service_3 .p-menu .container .menu-main .menu-item {
  max-width: 505px;
  width: 100%;
}
#service_3 .p-menu .container .menu-main .menu-item .ttl {
  font-size: 32px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #service_3 .p-menu .container .menu-main .menu-item .ttl {
    font-size: 25px;
  }
}
#service_3 .p-menu .container .menu-main .menu-item .ctn {
  padding-top: 33px;
  font-size: 16px;
  font-weight: 700;
  color: #3b3b3b;
}
#service_3 .p-menu .container .menu-slider {
  padding-top: 104px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-menu .container .menu-slider {
    padding-top: 48px;
  }
}
#service_3 .p-menu .container .menu-slider .menu-slider-container .slick-list {
  overflow: visible;
}
#service_3 .p-menu .container .menu-slider .menu-slider-container .slick-slide {
  padding-right: 4px;
  padding-left: 4px;
}
#service_3 .p-menu .container .menu-slider .menu-slider-container .slick-next {
  display: none;
}
#service_3 .p-menu .container .menu-slider .menu-slider-container .slick-prev {
  display: none !important;
}
#service_3 .p-event {
  padding-top: 112px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event {
    padding-top: 64px;
  }
}
#service_3 .p-event .container {
  max-width: 1120px;
}
#service_3 .p-event .container .address .sec-ttl .ttl-en {
  color: #222222;
}
#service_3 .p-event .container .address .sec-ttl .ttl-jp {
  color: #222222;
}
#service_3 .p-event .container .address .address-main {
  padding-top: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main {
    flex-direction: column-reverse;
    padding-top: 48px;
    gap: 24px;
  }
}
#service_3 .p-event .container .address .address-main .address-ctn {
  max-width: 382px;
  width: 100%;
}
#service_3 .p-event .container .address .address-main .address-ctn .ttl {
  font-size: 32px;
  font-weight: 700;
  color: #222222;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main .address-ctn .ttl {
    font-size: 25px;
  }
}
#service_3 .p-event .container .address .address-main .address-ctn .ctn {
  padding-top: 32px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}
#service_3 .p-event .container .address .address-main .address-ctn .lists {
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main .address-ctn .lists {
    padding-top: 36px;
  }
}
#service_3 .p-event .container .address .address-main .address-ctn .lists .list-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #222222;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main .address-ctn .lists .list-ttl {
    font-size: 25px;
  }
}
#service_3 .p-event .container .address .address-main .address-ctn .lists .sns {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main .address-ctn .lists .sns {
    padding-top: 16px;
  }
}
#service_3 .p-event .container .address .address-main .address-ctn .lists .sns figure {
  max-width: 64px;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main .address-ctn .lists .sns figure {
    max-width: 36px;
  }
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .container .address .address-main .address-ctn .lists .sns {
    gap: 16px;
  }
}
#service_3 .p-event .container .address .address-img {
  max-width: 640px;
}
#service_3 .p-event .banner {
  margin-top: 126px;
  height: 468px;
  background-image: url(../img/img-banner_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event .banner {
    margin-top: 48px;
    height: 250px;
  }
}
#service_3 .p-event #scroll-svg-result {
  position: absolute;
  left: 0;
  transform: rotate(85deg);
  top: 33%;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #service_3 .p-event #scroll-svg-result {
    left: 60%;
    transform: rotate(85deg);
    top: 74%;
    max-width: 120px;
  }
}

#career {
  overflow-x: hidden;
}
#career .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #career .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#career .p-fv .container {
  max-width: 1120px;
}
#career .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #career .p-fv .container h2 {
    font-size: 40rem;
  }
}
#career .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #career .p-fv .container p {
    font-size: 16rem;
  }
}
#career .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #career .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#career .p-issue {
  padding-top: 90px;
  padding-bottom: 250px;
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #career .p-issue {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#career .p-issue .container {
  max-width: 887px;
}
#career .p-issue .container .recruit-ttl {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
#career .p-issue .container .recruit-subttl {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-top: 8px;
  text-align: center;
}
#career .p-issue .container .rec-items {
  width: 100%;
  padding-top: 48px;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items {
    padding-top: 24px;
  }
}
#career .p-issue .container .rec-items .rec-item {
  width: 100%;
  padding: 24px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item {
    flex-direction: column;
    gap: 16px;
  }
}
#career .p-issue .container .rec-items .rec-item .item-head {
  min-width: 130px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item .item-head {
    font-size: 18rem;
  }
}
#career .p-issue .container .rec-items .rec-item .item-body {
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item .item-body {
    font-size: 16rem;
  }
}
#career .p-issue .container .rec-items .rec-item .item-body span {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item .item-body span {
    font-size: 15rem;
    margin-top: 10rem;
  }
}
#career .p-issue .container .btns {
  padding-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .btns {
    padding-top: 64px;
    gap: 16px;
    flex-direction: column;
  }
}
#career .p-issue .container .btns .btn p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding-bottom: 16px;
}
#career .p-issue .container .btns .btn:first-child .sec-more {
  background-color: #e9514e;
  background: #e9514e;
  border: unset;
  position: relative;
  margin-top: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .btns .btn:first-child .sec-more {
    width: -moz-max-content;
    width: max-content;
  }
}
#career .p-issue .container .btns .btn:last-child .sec-more {
  background-color: #e9514e;
  background: #e9514e;
  border: unset;
  position: relative;
  background-color: #333333;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .btns .btn:last-child .sec-more {
    width: -moz-max-content;
    width: max-content;
  }
}
#career .p-feature {
  padding-top: 122px;
  padding-bottom: 100px;
  background: linear-gradient(-98deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
  background-color: rgba(247, 247, 247, 0.7333333333);
  margin-top: -150px;
}
@media screen and (max-width: 769px) {
  #career .p-feature {
    padding-top: 100rem;
    padding-bottom: 64rem;
    margin-top: -40rem;
  }
}
#career .p-feature .container {
  max-width: 1120px;
}
#career .p-feature .container .sec-ttl .ttl-en {
  color: white;
}
#career .p-feature .container .sec-ttl .ttl-jp {
  color: white;
}
#career .p-feature .container .feature-main {
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main {
    flex-direction: column;
  }
}
#career .p-feature .container .feature-main .feature-img {
  max-width: 628px;
  transform: translateX(-34%);
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main .feature-img {
    transform: unset;
  }
}
#career .p-feature .container .feature-main .main-ctn {
  max-width: 531px;
}
#career .p-feature .container .feature-main .main-ctn .subttl {
  font-size: 25px;
  font-weight: 700;
  color: white;
}
#career .p-feature .container .feature-main .main-ctn .ttl {
  font-size: 60px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main .main-ctn .ttl {
    font-size: 40px;
  }
}
#career .p-feature .container .feature-main .main-ctn .detail {
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main .main-ctn .detail {
    font-size: 16px;
  }
}
#career .p-detail {
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: rgba(247, 247, 247, 0.7333333333);
  position: relative;
}
@media screen and (max-width: 769px) {
  #career .p-detail {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
#career .p-detail .container {
  max-width: 1120px;
  position: relative;
  z-index: 10;
}
#career .p-detail .container .detail-main {
  padding-top: 108px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main {
    padding-top: 48rem;
    flex-direction: column;
  }
}
#career .p-detail .container .detail-main .detail-item {
  border-radius: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2666666667);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
  background-color: white;
}
#career .p-detail .container .detail-main .detail-item figure {
  max-width: 236px;
  width: auto;
  margin: auto;
}
#career .p-detail .container .detail-main .detail-item figure img {
  width: auto;
  margin: auto;
}
#career .p-detail .container .detail-main .detail-item .item-main .ttl {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main .detail-item .item-main .ttl {
    font-size: 22rem;
  }
}
#career .p-detail .container .detail-main .detail-item .item-main .ctn {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main .detail-item .item-main .ctn {
    font-size: 14rem;
  }
}
#career .p-detail .container .detail-main .detail-item .item-main a {
  padding: 12px 24px;
  background-color: #e4511c;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main .detail-item .item-main a {
    font-size: 14rem;
    padding: 10rem 20rem;
  }
}
#career .p-detail #scroll-svg-result {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #career .p-detail #scroll-svg-result {
    bottom: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#career .p-detail #scroll-svg-news {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #career .p-detail #scroll-svg-news {
    top: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#career .p-study {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(89.61deg, #E4511C 0.24%, #FF925C 35.07%, #FF6F56 68.41%, #E37C57 99.76%);
}
#career .p-study .container {
  max-width: 1200px;
}
#career .p-study .container .sec-ttl .ttl-en {
  color: white;
}
#career .p-study .container .sec-ttl .ttl-en .ttl-absolute {
  transform: translateX(-90px);
}
#career .p-study .container .sec-ttl .ttl-jp {
  color: white;
}
#career .p-study .container .study-main {
  padding-top: 130px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main {
    padding-top: 40px;
  }
}
#career .p-study .container .study-main .study-slider .slick-arrow {
  display: none !important;
}
#career .p-study .container .study-main .study-slider .slick-list {
  overflow: visible;
}
#career .p-study .container .study-main .study-slider .slick-list .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .slick-list .slick-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#career .p-study .container .study-main .study-slider .slick-next {
  display: none;
}
#career .p-study .container .study-main .study-slider .slick-prev {
  display: none;
}
#career .p-study .container .study-main .study-slider .study-item {
  border-radius: 24px;
  overflow: hidden;
  padding: 40px;
  background-color: #F8F8F8;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
  }
}
#career .p-study .container .study-main .study-slider .study-item-img {
  max-width: 332px;
  height: 332px;
  width: 100%;
  margin-left: 40px;
  background: #3B3B3B;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item-img {
    margin-left: unset;
    max-width: 250px;
    height: 250px;
  }
}
#career .p-study .container .study-main .study-slider .study-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#career .p-study .container .study-main .study-slider .study-item figure {
  max-width: 332px;
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item figure {
    margin-left: unset;
    max-width: 250px;
  }
}
#career .p-study .container .study-main .study-slider .study-item .item-main {
  max-width: 532px;
}
#career .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
    font-size: 25px;
  }
}
#career .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
  padding-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
    font-size: 16px;
  }
}
#career .p-study .container .study-main .study-slider .study-item .item-main .company {
  position: absolute;
  bottom: 28px;
  right: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item .item-main .company {
    font-size: 16px;
    position: relative;
    bottom: unset;
    right: unset;
  }
}
#career .p-study .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #career .p-study .result-loop-wrap {
    bottom: 24px;
  }
}
#career .p-study .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#career .p-study .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#career .p-member {
  padding-top: 92px;
  padding-bottom: 176px;
}
@media screen and (max-width: 769px) {
  #career .p-member {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
#career .p-member .container {
  max-width: 1120px;
  width: 100%;
}
#career .p-member .container .sec-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#career .p-member .container .sec-ttl .ttl-en {
  font-size: 39px;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  line-height: 56.5px;
  color: #000000;
}
#career .p-member .container .sec-ttl .ttl-en .ttl-absolute {
  position: absolute;
  top: 25px;
  transform: translateX(-15px);
  text-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-25px);
  }
}
#career .p-member .container .sec-ttl .ttl-jp {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}
#career .p-member .container .ceo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 76px;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .ceo {
    padding-top: 36px;
    flex-direction: column;
  }
}
#career .p-member .container .ceo .ceo-img {
  max-width: 446px;
  width: 100%;
}
#career .p-member .container .ceo .ceo-main {
  max-width: 624px;
}
#career .p-member .container .ceo .ceo-main .ttl {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .ceo .ceo-main .ttl {
    font-size: 20px;
  }
}
#career .p-member .container .ceo .ceo-main .ctn {
  padding-top: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #00042d;
  max-width: 423px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .ceo .ceo-main .ctn {
    padding-top: 48px;
    padding-left: 0;
  }
}
#career .p-member .container .members {
  padding-top: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .members {
    padding-top: 50px;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
#career .p-member .container .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .result-loop-wrap {
    bottom: 24px;
  }
}
#career .p-member .container .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#career .p-member .container .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#career .p-member .container #scroll-svg {
  position: absolute;
  left: 0;
  top: 36%;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #career .p-member .container #scroll-svg {
    max-width: 150px;
    bottom: 0;
    top: unset;
    right: 0;
    left: unset;
  }
}
#career .p-recruit {
  padding-top: 92px;
  padding-bottom: 88px;
  background: linear-gradient(-95deg, #d13d29 0%, #ef8624 35%, #f46c3a 69%, #e76c0b 100%);
}
@media screen and (max-width: 769px) {
  #career .p-recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#career .p-recruit .container .sec-ttl .sec-ttl-en {
  text-align: center;
  color: #000000;
}
#career .p-recruit .container .sec-ttl .sec-ttl-jp {
  text-align: center;
  color: white;
}
@media screen and (max-width: 769px) {
  #career .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 20px;
  }
}
#career .p-recruit .container .sec-ttl .sec-ctn {
  max-width: 462px;
  margin: auto;
  line-height: 30px;
  color: white;
  padding-top: 30px;
}
#career .p-recruit .container .sec-ttl .sec-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  background: white;
  color: #ff6331;
}

#news {
  overflow-x: hidden;
}
#news .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #news .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#news .p-fv .container {
  max-width: 1120px;
}
#news .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #news .p-fv .container h2 {
    font-size: 40rem;
  }
}
#news .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #news .p-fv .container p {
    font-size: 16rem;
  }
}
#news .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #news .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#news .p-news {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #news .p-news {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#news .p-news .container {
  max-width: 1120px;
}
#news .p-news .container .category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
#news .p-news .container .category label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
#news .p-news .container .category select {
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
#news .p-news .container .category select option {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
#news .p-news .container .news {
  padding-top: 32px;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news {
    padding-top: 32rem;
  }
}
#news .p-news .container .news .news-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  padding: 32px;
  background-color: #fafafa;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item {
    flex-direction: column;
    padding: 16rem 0;
    gap: 32rem;
  }
}
#news .p-news .container .news .news-item a {
  position: relative;
  width: 100%;
  display: flex;
}
#news .p-news .container .news .news-item a figure {
  max-width: 288px;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item a figure {
    max-width: unset;
  }
}
#news .p-news .container .news .news-item .news-ctn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}
#news .p-news .container .news .news-item .news-ctn > svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item .news-ctn > svg {
    width: 30rem;
    height: 30rem;
  }
}
#news .p-news .container .news .news-item .news-ctn .date {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item .news-ctn .date {
    font-size: 16rem;
    line-height: 1;
  }
}
#news .p-news .container .news .news-item .news-ctn .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 23px;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item .news-ctn .ttl {
    font-size: 20rem;
    line-height: 1.2;
  }
}
#news .p-news .container .news .news-item .news-ctn .detail {
  max-width: 80%;
  width: 100%;
}
#news .p-news .container .news .news-item .news-ctn .detail * {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  text-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item .news-ctn .detail * {
    font-size: 16rem;
  }
}
#news .p-news .container .news .news-item .news-ctn .cats {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item .news-ctn .cats {
    padding-top: 16rem;
  }
}
#news .p-news .container .news .news-item .news-ctn .cats .cat {
  padding: 6px 12px;
  background-color: #333;
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  #news .p-news .container .news .news-item .news-ctn .cats .cat {
    padding: 6rem 12rem;
    font-size: 15rem;
  }
}
#news .p-news .container .news .news-item .news-ctn .cats .cat:last-child {
  background-color: #fafafa;
  color: #333;
  border: 1px solid #333;
}

#contact {
  overflow-x: hidden;
}
#contact .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #contact .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#contact .p-fv .container {
  max-width: 1120px;
}
#contact .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #contact .p-fv .container h2 {
    font-size: 40px;
  }
}
#contact .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #contact .p-fv .container p {
    font-size: 16px;
  }
}
#contact .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #contact .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#contact .p-contact {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #contact .p-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#contact .p-contact .container {
  max-width: 960px;
}
#contact .p-contact .container .ctn {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #contact .p-contact .container .ctn {
    font-size: 16px;
  }
}
#contact .p-contact .container .__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-direction: column;
  padding-top: 64px;
}
@media screen and (max-width: 769px) {
  #contact .p-contact .container .__form {
    gap: 32px;
  }
}
#contact .p-contact .container .__form .__form-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* Style for the container and label positioning */
  /* Hide the default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media screen and (max-width: 769px) {
  #contact .p-contact .container .__form .__form-item {
    flex-direction: column;
    gap: 16px;
  }
}
#contact .p-contact .container .__form .__form-item.__reverse {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#contact .p-contact .container .__form .__form-item .__form-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#contact .p-contact .container .__form .__form-item .__form-type .__isneed {
  padding: 2px 8px;
  color: white;
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
}
#contact .p-contact .container .__form .__form-item .__form-type .__isneed.isnt {
  background: #333333;
  opacity: 0.7;
}
#contact .p-contact .container .__form .__form-item .__form-type .__isneed.is {
  background-color: #E4511C;
}
#contact .p-contact .container .__form .__form-item .__form-type .__item-ttl {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
#contact .p-contact .container .__form .__form-item .__item-input {
  max-width: 672px;
  width: 100%;
}
#contact .p-contact .container .__form .__form-item .__item-input.grid-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
#contact .p-contact .container .__form .__form-item .__item-input.__reverse {
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
#contact .p-contact .container .__form .__form-item .__item-input .star {
  font-size: 13px;
  color: #333333;
  font-weight: 700;
  opacity: 0.75;
}
#contact .p-contact .container .__form .__form-item .__item-input input:not([type=checkbox]) {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(229, 230, 233, 0.75);
  border: unset;
  outline: unset;
}
#contact .p-contact .container .__form .__form-item .__item-input textarea {
  background: rgba(229, 230, 233, 0.75);
  border: unset;
  outline: unset;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 8px;
  height: 240px;
}
@media screen and (max-width: 769px) {
  #contact .p-contact .container .__form .__form-item .__item-input textarea {
    height: 200px;
  }
}
#contact .p-contact .container .__form .__form-item .__item-input select {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #333333;
  color: #333333;
  background-color: #fafafa;
}
#contact .p-contact .container .__form .__form-item .__item-input select option {
  font-size: 16px;
}
#contact .p-contact .container .__form .__form-item .agree {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding-top: 24px;
  text-align: center;
}
#contact .p-contact .container .__form .__form-item .agree a {
  text-decoration: underline;
}
#contact .p-contact .container .__form .__form-item .__agree {
  display: block; /* Change to 'flex' if you want elements in line */
  margin: 10px; /* Spacing around the label */
}
#contact .p-contact .container .__form .__form-item .custom-checkbox {
  position: relative;
  padding-left: 35px; /* Space for the custom checkbox */
  cursor: pointer;
  display: inline-block;
  line-height: 20px; /* Adjust line height to vertically center text with the box */
  font-size: 16px;
}
#contact .p-contact .container .__form .__form-item .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#contact .p-contact .container .__form .__form-item .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; /* Background of the checkbox */
  border: 1px solid #dcdcdc; /* Border of the checkbox */
  border-radius: 4px; /* Rounded corners for the checkbox */
}
#contact .p-contact .container .__form .__form-item .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#contact .p-contact .container .__form .__form-item .custom-checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}
#contact .p-contact .container .__form .__form-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#contact .p-contact .container .__form .__form-item .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#contact .p-contact .container .__form .__form-item .custom-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#contact .p-contact .container .__form .submit {
  margin-top: 24px;
  text-decoration: none;
  color: #fafafa;
  background-color: #fe913f;
  padding: 12px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  border: 2px solid #fe913f;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  #contact .p-contact .container .__form .submit {
    padding: 12px 24px;
  }
}
#contact .p-contact .container .__form .submit:hover {
  gap: 24px;
  background-color: white;
  color: #fe913f;
}
#contact .p-contact .container .__form .submit:hover svg g path {
  stroke: #fe913f;
}

#career {
  overflow-x: hidden;
}
#career .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #career .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#career .p-fv .container {
  max-width: 1120px;
}
#career .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #career .p-fv .container h2 {
    font-size: 40rem;
  }
}
#career .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #career .p-fv .container p {
    font-size: 16rem;
  }
}
#career .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #career .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#career .p-issue {
  padding-top: 90px;
  padding-bottom: 250px;
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #career .p-issue {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#career .p-issue .container {
  max-width: 887px;
}
#career .p-issue .container .recruit-ttl {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
#career .p-issue .container .recruit-subttl {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-top: 8px;
  text-align: center;
}
#career .p-issue .container .rec-items {
  width: 100%;
  padding-top: 48px;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items {
    padding-top: 24px;
  }
}
#career .p-issue .container .rec-items .rec-item {
  width: 100%;
  padding: 24px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item {
    flex-direction: column;
    gap: 16px;
  }
}
#career .p-issue .container .rec-items .rec-item .item-head {
  min-width: 130px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item .item-head {
    font-size: 18rem;
  }
}
#career .p-issue .container .rec-items .rec-item .item-body {
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item .item-body {
    font-size: 16rem;
  }
}
#career .p-issue .container .rec-items .rec-item .item-body span {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .rec-items .rec-item .item-body span {
    font-size: 15rem;
    margin-top: 10rem;
  }
}
#career .p-issue .container .btns {
  padding-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .btns {
    padding-top: 64px;
    gap: 16px;
    flex-direction: column;
  }
}
#career .p-issue .container .btns .btn p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding-bottom: 16px;
}
#career .p-issue .container .btns .btn:first-child .sec-more {
  background-color: #e9514e;
  background: #e9514e;
  border: unset;
  position: relative;
  margin-top: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .btns .btn:first-child .sec-more {
    width: -moz-max-content;
    width: max-content;
  }
}
#career .p-issue .container .btns .btn:last-child .sec-more {
  background-color: #e9514e;
  background: #e9514e;
  border: unset;
  position: relative;
  background-color: #333333;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #career .p-issue .container .btns .btn:last-child .sec-more {
    width: -moz-max-content;
    width: max-content;
  }
}
#career .p-feature {
  padding-top: 122px;
  padding-bottom: 100px;
  background: linear-gradient(-98deg, #e4511c 0%, #ff925c 35%, #ff6f56 69%, #e37c57 100%);
  background-color: rgba(247, 247, 247, 0.7333333333);
  margin-top: -150px;
}
@media screen and (max-width: 769px) {
  #career .p-feature {
    padding-top: 100rem;
    padding-bottom: 64rem;
    margin-top: -40rem;
  }
}
#career .p-feature .container {
  max-width: 1120px;
}
#career .p-feature .container .sec-ttl .ttl-en {
  color: white;
}
#career .p-feature .container .sec-ttl .ttl-jp {
  color: white;
}
#career .p-feature .container .feature-main {
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main {
    flex-direction: column;
  }
}
#career .p-feature .container .feature-main .feature-img {
  max-width: 628px;
  transform: translateX(-34%);
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main .feature-img {
    transform: unset;
  }
}
#career .p-feature .container .feature-main .main-ctn {
  max-width: 531px;
}
#career .p-feature .container .feature-main .main-ctn .subttl {
  font-size: 25px;
  font-weight: 700;
  color: white;
}
#career .p-feature .container .feature-main .main-ctn .ttl {
  font-size: 60px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main .main-ctn .ttl {
    font-size: 40px;
  }
}
#career .p-feature .container .feature-main .main-ctn .detail {
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  #career .p-feature .container .feature-main .main-ctn .detail {
    font-size: 16px;
  }
}
#career .p-detail {
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: rgba(247, 247, 247, 0.7333333333);
  position: relative;
}
@media screen and (max-width: 769px) {
  #career .p-detail {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
#career .p-detail .container {
  max-width: 1120px;
  position: relative;
  z-index: 10;
}
#career .p-detail .container .detail-main {
  padding-top: 108px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main {
    padding-top: 48rem;
    flex-direction: column;
  }
}
#career .p-detail .container .detail-main .detail-item {
  border-radius: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2666666667);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
  background-color: white;
}
#career .p-detail .container .detail-main .detail-item figure {
  max-width: 236px;
  width: auto;
  margin: auto;
}
#career .p-detail .container .detail-main .detail-item figure img {
  width: auto;
  margin: auto;
}
#career .p-detail .container .detail-main .detail-item .item-main .ttl {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main .detail-item .item-main .ttl {
    font-size: 22rem;
  }
}
#career .p-detail .container .detail-main .detail-item .item-main .ctn {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main .detail-item .item-main .ctn {
    font-size: 14rem;
  }
}
#career .p-detail .container .detail-main .detail-item .item-main a {
  padding: 12px 24px;
  background-color: #e4511c;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 769px) {
  #career .p-detail .container .detail-main .detail-item .item-main a {
    font-size: 14rem;
    padding: 10rem 20rem;
  }
}
#career .p-detail #scroll-svg-result {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #career .p-detail #scroll-svg-result {
    bottom: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#career .p-detail #scroll-svg-news {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #career .p-detail #scroll-svg-news {
    top: -100px;
    z-index: 1;
    max-width: 150px;
  }
}
#career .p-study {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(89.61deg, #E4511C 0.24%, #FF925C 35.07%, #FF6F56 68.41%, #E37C57 99.76%);
}
#career .p-study .container {
  max-width: 1200px;
}
#career .p-study .container .sec-ttl .ttl-en {
  color: white;
}
#career .p-study .container .sec-ttl .ttl-en .ttl-absolute {
  transform: translateX(-90px);
}
#career .p-study .container .sec-ttl .ttl-jp {
  color: white;
}
#career .p-study .container .study-main {
  padding-top: 130px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main {
    padding-top: 40px;
  }
}
#career .p-study .container .study-main .study-slider .slick-arrow {
  display: none !important;
}
#career .p-study .container .study-main .study-slider .slick-list {
  overflow: visible;
}
#career .p-study .container .study-main .study-slider .slick-list .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .slick-list .slick-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#career .p-study .container .study-main .study-slider .slick-next {
  display: none;
}
#career .p-study .container .study-main .study-slider .slick-prev {
  display: none;
}
#career .p-study .container .study-main .study-slider .study-item {
  border-radius: 24px;
  overflow: hidden;
  padding: 40px;
  background-color: #F8F8F8;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
  }
}
#career .p-study .container .study-main .study-slider .study-item-img {
  max-width: 332px;
  height: 332px;
  width: 100%;
  margin-left: 40px;
  background: #3B3B3B;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item-img {
    margin-left: unset;
    max-width: 250px;
    height: 250px;
  }
}
#career .p-study .container .study-main .study-slider .study-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#career .p-study .container .study-main .study-slider .study-item figure {
  max-width: 332px;
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item figure {
    margin-left: unset;
    max-width: 250px;
  }
}
#career .p-study .container .study-main .study-slider .study-item .item-main {
  max-width: 532px;
}
#career .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
    font-size: 25px;
  }
}
#career .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
  padding-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
    font-size: 16px;
  }
}
#career .p-study .container .study-main .study-slider .study-item .item-main .company {
  position: absolute;
  bottom: 28px;
  right: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-study .container .study-main .study-slider .study-item .item-main .company {
    font-size: 16px;
    position: relative;
    bottom: unset;
    right: unset;
  }
}
#career .p-study .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #career .p-study .result-loop-wrap {
    bottom: 24px;
  }
}
#career .p-study .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#career .p-study .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#career .p-member {
  padding-top: 92px;
  padding-bottom: 176px;
}
@media screen and (max-width: 769px) {
  #career .p-member {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
#career .p-member .container {
  max-width: 1120px;
  width: 100%;
}
#career .p-member .container .sec-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#career .p-member .container .sec-ttl .ttl-en {
  font-size: 39px;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  line-height: 56.5px;
  color: #000000;
}
#career .p-member .container .sec-ttl .ttl-en .ttl-absolute {
  position: absolute;
  top: 25px;
  transform: translateX(-15px);
  text-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .sec-ttl .ttl-en .ttl-absolute {
    transform: translateX(-25px);
  }
}
#career .p-member .container .sec-ttl .ttl-jp {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
}
#career .p-member .container .ceo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 76px;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .ceo {
    padding-top: 36px;
    flex-direction: column;
  }
}
#career .p-member .container .ceo .ceo-img {
  max-width: 446px;
  width: 100%;
}
#career .p-member .container .ceo .ceo-main {
  max-width: 624px;
}
#career .p-member .container .ceo .ceo-main .ttl {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .ceo .ceo-main .ttl {
    font-size: 20px;
  }
}
#career .p-member .container .ceo .ceo-main .ctn {
  padding-top: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #00042d;
  max-width: 423px;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .ceo .ceo-main .ctn {
    padding-top: 48px;
    padding-left: 0;
  }
}
#career .p-member .container .members {
  padding-top: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .members {
    padding-top: 50px;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
#career .p-member .container .result-loop-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #career .p-member .container .result-loop-wrap {
    bottom: 24px;
  }
}
#career .p-member .container .result-loop-wrap .result-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 50s infinite linear;
}
#career .p-member .container .result-loop-wrap .result-loop-area .result-loop-txt {
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  padding-left: 32px;
}
@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#career .p-member .container #scroll-svg {
  position: absolute;
  left: 0;
  top: 36%;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #career .p-member .container #scroll-svg {
    max-width: 150px;
    bottom: 0;
    top: unset;
    right: 0;
    left: unset;
  }
}
#career .p-recruit {
  padding-top: 92px;
  padding-bottom: 88px;
  background: linear-gradient(-95deg, #d13d29 0%, #ef8624 35%, #f46c3a 69%, #e76c0b 100%);
}
@media screen and (max-width: 769px) {
  #career .p-recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#career .p-recruit .container .sec-ttl .sec-ttl-en {
  text-align: center;
  color: #000000;
}
#career .p-recruit .container .sec-ttl .sec-ttl-jp {
  text-align: center;
  color: white;
}
@media screen and (max-width: 769px) {
  #career .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 20px;
  }
}
#career .p-recruit .container .sec-ttl .sec-ctn {
  max-width: 462px;
  margin: auto;
  line-height: 30px;
  color: white;
  padding-top: 30px;
}
#career .p-recruit .container .sec-ttl .sec-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  background: white;
  color: #ff6331;
}

#policy {
  overflow-x: hidden;
}
#policy .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #policy .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#policy .p-fv .container {
  max-width: 1120px;
}
#policy .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #policy .p-fv .container h2 {
    font-size: 40px;
  }
}
#policy .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #policy .p-fv .container p {
    font-size: 16px;
  }
}
#policy .p-fv #scroll-svg {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #policy .p-fv #scroll-svg {
    max-width: 150px;
    top: -70px;
  }
}
#policy .p-policy {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #policy .p-policy {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#policy .p-policy .container .policy-ctn {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 769px) {
  #policy .p-policy .container .policy-ctn {
    font-size: 16px;
  }
}
#policy .p-policy .container .policy-items {
  padding-top: 64px;
  padding-right: 64px;
  padding-left: 64px;
}
@media screen and (max-width: 769px) {
  #policy .p-policy .container .policy-items {
    padding-right: 0;
    padding-left: 0;
    padding-top: 24px;
  }
}
#policy .p-policy .container .policy-items .policy-item {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  border-bottom: 2px solid #bebebe;
}
@media screen and (max-width: 769px) {
  #policy .p-policy .container .policy-items .policy-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#policy .p-policy .container .policy-items .policy-item:first-child {
  border-top: unset;
}
#policy .p-policy .container .policy-items .policy-item .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #ff6e01;
}
#policy .p-policy .container .policy-items .policy-item p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
  padding-top: 24px;
}
#policy .p-policy .container .policy-items .policy-item .ctn {
  padding-top: 24px;
}
#policy .p-policy .container .policy-items .policy-item .ctn ul {
  padding-left: 16px;
}
#policy .p-policy .container .policy-items .policy-item .ctn ul li {
  list-style: decimal;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}

#terms {
  margin-top: 96px;
  overflow-x: hidden;
}
#terms .fv {
  background-image: url(../img/img-about-fv.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
#terms .fv .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #terms .fv .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#terms .fv .fv-txt {
  padding-left: 40px;
  border-left: 2px solid white;
}
@media screen and (max-width: 769px) {
  #terms .fv .fv-txt {
    padding-left: 24px;
  }
}
#terms .fv .fv-txt p {
  font-size: 20px;
  font-weight: 700;
  color: #fafafa;
  text-shadow: 0px 0px 8px rgba(46, 44, 42, 0.0509803922);
}
@media screen and (max-width: 769px) {
  #terms .fv .fv-txt p {
    font-size: 16px;
    padding-top: 16px;
  }
}
#terms .fv .fv-txt h2 {
  font-size: 49px;
  font-weight: 700;
  color: #fafafa;
  text-shadow: 0px 0px 8px rgba(46, 44, 42, 0.0509803922);
  line-height: 89px;
}
@media screen and (max-width: 769px) {
  #terms .fv .fv-txt h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
#terms .p-terms {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #terms .p-terms {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#terms .p-terms .container .terms-ctn {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 769px) {
  #terms .p-terms .container .terms-ctn {
    font-size: 16px;
  }
}
#terms .p-terms .container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 64px;
}
@media screen and (max-width: 769px) {
  #terms .p-terms .container table {
    margin-top: 36px;
  }
}
#terms .p-terms .container th,
#terms .p-terms .container td {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 769px) {
  #terms .p-terms .container th,
  #terms .p-terms .container td {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }
}
#terms .p-terms .container th {
  background-color: #faece1;
  border: 1px solid #ff6e01;
  width: 256px;
  padding-left: 23px;
  padding-right: 23px;
}
@media screen and (max-width: 769px) {
  #terms .p-terms .container th {
    width: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#terms .p-terms .container .radius-tl {
  border-radius: 16px 0 0 0;
}
#terms .p-terms .container .radius-tr {
  border-radius: 0 16px 0 0;
}
#terms .p-terms .container .radius-bl {
  border-radius: 0 0 16px 0;
}
#terms .p-terms .container .radius-br {
  border-radius: 0 0 0px 16px;
}
#terms .p-terms .container td {
  border: 1px solid #969696;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 769px) {
  #terms .p-terms .container td {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#terms .p-terms .container td .red {
  font-size: 13px;
  font-weight: 500;
  color: #ff6e01;
  line-height: 19px;
  padding-top: 16px;
}
#terms .p-terms .container .bold {
  font-weight: bold;
}
#terms .p-terms .container .important {
  color: #e53935;
  font-weight: bold;
}

#detail {
  overflow-x: hidden;
}
#detail .p-fv {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #detail .p-fv {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#detail .p-fv .container {
  max-width: 1120px;
}
#detail .p-fv .container h2 {
  font-size: 64px;
  font-weight: 700;
  color: #e4511c;
}
@media screen and (max-width: 769px) {
  #detail .p-fv .container h2 {
    font-size: 40px;
  }
}
#detail .p-fv .container p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  #detail .p-fv .container p {
    font-size: 16px;
  }
}
#detail .p-fv #scroll-svg-result {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(335deg);
}
@media screen and (max-width: 769px) {
  #detail .p-fv #scroll-svg-result {
    max-width: 150px;
    top: -70px;
  }
}
#detail .p-detail {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: rgba(247, 247, 247, 0.7333333333);
}
@media screen and (max-width: 769px) {
  #detail .p-detail {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#detail .p-detail .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 64px;
  max-width: 1120px;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container {
    flex-direction: column;
    gap: 36px;
  }
}
#detail .p-detail .container .detail-main {
  max-width: 769px;
  width: 100%;
}
#detail .p-detail .container .detail-main .to-news {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #ff6e01;
  border-bottom: 1px solid #ff6e01;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s;
}
#detail .p-detail .container .detail-main .to-news:hover {
  gap: 24px;
}
#detail .p-detail .container .detail-main .main-body {
  padding-top: 73px;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .detail-main .main-body {
    padding-top: 32px;
  }
}
#detail .p-detail .container .detail-main .main-body .first-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .detail-main .main-body .first-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
#detail .p-detail .container .detail-main .main-body .first-line .date {
  font-size: 16px;
  font-weight: 700;
  color: rgba(51, 51, 5, 0.5);
  line-height: 20px;
}
#detail .p-detail .container .detail-main .main-body .first-line .cats {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
#detail .p-detail .container .detail-main .main-body .first-line .cats .cat {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #ff6e01;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s;
  color: #ff6e01;
}
#detail .p-detail .container .detail-main .main-body .first-line .cats .cat:hover {
  background-color: #ff6e01;
  color: #fafafa;
}
#detail .p-detail .container .detail-main .main-body .single-ttl {
  padding-top: 24px;
  font-size: 31px;
  font-weight: 700;
  color: #333;
  padding-bottom: 32px;
  border-bottom: 1px solid #fdb47e;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .detail-main .main-body .single-ttl {
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 25px;
  }
}
#detail .p-detail .container .detail-main .main-body .single-body {
  padding-top: 80px;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .detail-main .main-body .single-body {
    padding-top: 36px;
  }
}
#detail .p-detail .container .detail-main .main-body .single-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}
#detail .p-detail .container .detail-main .main-body .single-body h1,
#detail .p-detail .container .detail-main .main-body .single-body h2,
#detail .p-detail .container .detail-main .main-body .single-body h3,
#detail .p-detail .container .detail-main .main-body .single-body h4,
#detail .p-detail .container .detail-main .main-body .single-body h5,
#detail .p-detail .container .detail-main .main-body .single-body h6 {
  margin-top: 64px;
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 4px solid #ff6e01;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .detail-main .main-body .single-body h1,
  #detail .p-detail .container .detail-main .main-body .single-body h2,
  #detail .p-detail .container .detail-main .main-body .single-body h3,
  #detail .p-detail .container .detail-main .main-body .single-body h4,
  #detail .p-detail .container .detail-main .main-body .single-body h5,
  #detail .p-detail .container .detail-main .main-body .single-body h6 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
#detail .p-detail .container .detail-main .back-news {
  display: flex;
  align-items: center;
  justify-content: start;
  width: -moz-max-content;
  width: max-content;
  gap: 16px;
  border: 1px solid #ff6e01;
  background-color: #ff6e01;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fafafa;
  margin-top: 64px;
  transition: all 0.3s;
}
#detail .p-detail .container .detail-main .back-news svg {
  transition: all 0.3;
}
#detail .p-detail .container .detail-main .back-news:hover {
  color: #ff6e01;
  background-color: #fafafa;
}
#detail .p-detail .container .detail-main .back-news:hover svg g path {
  stroke: #ff6e01;
}
#detail .p-detail .container .sidebar {
  max-width: 288px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  padding-bottom: 104px;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .sidebar {
    max-width: unset;
    gap: 24px;
    padding-bottom: 32px;
  }
}
#detail .p-detail .container .sidebar .__sidebar-item {
  width: 100%;
  transition: all 0.7s;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .sidebar .__sidebar-item:first-child .__sidebar-item-main .__sidebar-item_main-list {
    justify-content: flex-start;
  }
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  border-radius: 8px;
  background-color: #fda665;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl {
    padding: 16px;
  }
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl .item-ttl {
  font-size: 16px;
  font-weight: 700;
  color: #fafafa;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl .__item-collapse__mark {
  position: absolute;
  right: 24px;
  border-radius: 50%;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl .__item-collapse__mark-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl .__item-collapse__mark-container span {
  position: absolute;
  height: 2px;
  width: 14px;
  background: #fafafa;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl .__item-collapse__mark-container span:first-child {
  transition: transform 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-ttl .__item-collapse__mark.open .__item-collapse__mark-container span:first-child {
  transform: translate(-50%, -50%) rotate(0);
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.7s;
  max-height: 5000px;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main.close {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cacac9;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list:first-child {
  padding-top: 24px;
}
@media screen and (max-width: 769px) {
  #detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list:first-child {
    padding-top: 16px;
  }
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list:last-child {
  padding-bottom: 24px;
  padding-bottom: 16px;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list figure {
  width: 64px;
  max-height: 44px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list .blog-side-item-ttl {
  font-size: 13px;
  font-weight: 700;
  color: #2d2a29;
  max-width: 184px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list .num {
  font-size: 16px;
  font-weight: 700;
  color: #2d2a29;
}
#detail .p-detail .container .sidebar .__sidebar-item .__sidebar-item-main .__sidebar-item_main-list .cat-name {
  font-size: 16px;
  font-weight: 500;
}

#interview {
  margin-top: 96px;
  overflow-x: hidden;
}
#interview .fv {
  background-image: url(../img/img-about-fv.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
#interview .fv .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #interview .fv .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#interview .fv .fv-txt {
  padding-left: 40px;
  border-left: 2px solid white;
}
@media screen and (max-width: 769px) {
  #interview .fv .fv-txt {
    padding-left: 24px;
  }
}
#interview .fv .fv-txt p {
  font-size: 20px;
  font-weight: 700;
  color: #fafafa;
  text-shadow: 0px 0px 8px rgba(46, 44, 42, 0.0509803922);
}
@media screen and (max-width: 769px) {
  #interview .fv .fv-txt p {
    font-size: 16px;
  }
}
#interview .fv .fv-txt h2 {
  font-size: 61px;
  font-weight: 700;
  color: #fafafa;
  text-shadow: 0px 0px 8px rgba(46, 44, 42, 0.0509803922);
  line-height: 89px;
}
@media screen and (max-width: 769px) {
  #interview .fv .fv-txt h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
#interview .p-interview {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #interview .p-interview {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
#interview .p-interview .container .profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile {
    flex-direction: column;
    gap: 36px;
  }
}
#interview .p-interview .container .profile .profile-info {
  max-width: 672px;
  width: 100%;
}
#interview .p-interview .container .profile .profile-info .info-personal {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #ff6e01;
  flex-wrap: wrap;
}
#interview .p-interview .container .profile .profile-info .info-personal .position {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
#interview .p-interview .container .profile .profile-info .info-personal .name {
  font-size: 31px;
  font-weight: 700;
  color: #333;
  padding-top: 8px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile .profile-info .info-personal .name {
    font-size: 25px;
  }
}
#interview .p-interview .container .profile .profile-info .info-personal .university {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile .profile-info .info-personal .university {
    font-size: 16px;
  }
}
#interview .p-interview .container .profile .profile-info .info-personal .university span {
  color: #ff6e01;
  padding-right: 4px;
  position: relative;
}
#interview .p-interview .container .profile .profile-info .info-personal .university span:after {
  content: "•";
  font-size: 31px;
  font-weight: 700;
  color: #333;
  position: relative;
  top: 50%;
  left: 3px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile .profile-info .info-personal .university span:after {
    font-size: 25px;
    top: 60%;
  }
}
#interview .p-interview .container .profile .profile-info .info-personal .university span:last-child {
  margin-right: 0;
}
#interview .p-interview .container .profile .profile-info .info-personal .university span:last-child:after {
  font-size: 0;
}
#interview .p-interview .container .profile .profile-info .profile-msg {
  padding-top: 64px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile .profile-info .profile-msg {
    padding-top: 36px;
  }
}
#interview .p-interview .container .profile .profile-info .profile-msg .msg-ttl {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: rgba(255, 110, 1, 0.1);
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile .profile-info .profile-msg .msg-ttl {
    font-size: 16px;
    line-height: 25px;
  }
}
#interview .p-interview .container .profile .profile-info .profile-msg .msg-ctn {
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .profile .profile-info .profile-msg .msg-ctn {
    padding-right: 0;
    padding-left: 0;
  }
}
#interview .p-interview .container .profile .profile-img {
  max-width: 384px;
  max-height: 466px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#interview .p-interview .container .profile .profile-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .p-interview .container .interview-main .interview-item {
  padding-top: 64px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .interview-main .interview-item {
    padding-top: 36px;
  }
}
#interview .p-interview .container .interview-main .interview-item .item-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding: 16px 24px;
  background-color: rgba(255, 110, 1, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .interview-main .interview-item .item-ttl {
    font-size: 16px;
    line-height: 25px;
  }
}
#interview .p-interview .container .interview-main .interview-item .item-ctn {
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .interview-main .interview-item .item-ctn {
    padding-right: 0;
    padding-left: 0;
  }
}
#interview .p-interview .container .interview-main .interview-item figure {
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 769px) {
  #interview .p-interview .container .interview-main .interview-item figure {
    margin-top: 36px;
  }
}
#interview .p-consal {
  padding: 40px 16px;
  background-color: rgba(255, 110, 1, 0.15);
}
#interview .p-consal .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  padding: 40px 16px;
  border-radius: 16px;
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  #interview .p-consal .container {
    gap: 16px;
    padding: 24px 16px;
  }
}
#interview .p-consal .container .consal-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  #interview .p-consal .container .consal-ttl {
    font-size: 16px;
  }
}
#interview .p-consal .container .consal-ttl span {
  color: #ff6e01;
}
#interview .p-consal .container .consal-ttl .fz-25 {
  font-size: 25px;
}
@media screen and (max-width: 769px) {
  #interview .p-consal .container .consal-ttl .fz-25 {
    font-size: 18px;
  }
}
#interview .p-consal .container .contact-btn {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #ff6e01;
  border-radius: 8px;
  flex-direction: column;
  width: 544px;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  #interview .p-consal .container .contact-btn {
    width: 100%;
    padding: 16px 8px;
  }
}
#interview .p-consal .container .contact-btn:hover {
  transform: translateY(5px);
}
#interview .p-consal .container .contact-btn .btn-ttl {
  font-size: 16px;
  font-weight: 700;
  color: #fafafa;
  text-align: center;
}
#interview .p-consal .container .contact-btn .btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #fafafa;
}
@media screen and (max-width: 769px) {
  #interview .p-consal .container .contact-btn .btn-main {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */