@charset "utf-8";
:root {
  --color-primary: #0243AF;
  --color-secondary: #C5DAFE;
  --color-bg: #E8F0FF;
  --color-black: #333333;
  --color-orange: #FFC143;
  --ja: "Noto Sans JP", sans-serif;
  --en: "Jost", sans-serif;
  --txt20: calc(20 / 16 * 1rem);
  --txt18: calc(18 / 16 * 1rem);
  --txt16: calc(16 / 16 * 1rem);
  --txt15: calc(15 / 16 * 1rem);
  --txt14: calc(14 / 16 * 1rem);
  --txt13: calc(13 / 16 * 1rem);
  --txt12: calc(12 / 16 * 1rem);
  --txt10: calc(10 / 16 * 1rem);
}
@media screen and (max-width: 768px) {
  :root {
    --txt20: calc(18 / 16 * 1rem);
    --txt18: calc(16 / 16 * 1rem);
    --txt16: calc(14 / 16 * 1rem);
    --txt15: calc(13 / 16 * 1rem);
    --txt14: calc(12 / 16 * 1rem);
    --txt13: calc(11 / 16 * 1rem);
    --txt12: calc(11 / 16 * 1rem);
  }
}
body {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.7;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
#l-main {
  margin-top: 0;
}
.l-container {
  padding: 140px 0;
  width: 100%;
}
.l-inner-l {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.l-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-inner-s {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-inner-ss {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .l-inner-l {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-inner-l .l-inner,
  .l-inner-l .l-inner-s,
  .l-inner-l .l-inner-ss {
    max-width: 100%;
    padding-left: calc(6.8vw - 10px);
    padding-right: calc(6.8vw - 10px);
  }
  .l-inner-sp {
    width: 100%;
  }
  .l-inner,
  .l-inner-s,
  .l-inner-ss,
  .l-inner-sp {
    max-width: 100%;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
  .l-inner .l-inner,
  .l-inner-s .l-inner,
  .l-inner-ss .l-inner,
  .l-inner-sp .l-inner,
  .l-inner .l-inner-s,
  .l-inner-s .l-inner-s,
  .l-inner-ss .l-inner-s,
  .l-inner-sp .l-inner-s,
  .l-inner .l-inner-ss,
  .l-inner-s .l-inner-ss,
  .l-inner-ss .l-inner-ss,
  .l-inner-sp .l-inner-ss {
    max-width: 100%;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 100px 0;
  }
}
@media screen and (min-width: 951px) {
  #sp-header {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
  }
  header.is-active {
    margin: 20px 30px;
    width: calc(100% - 60px);
    border-radius: 9999px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }
  header.is-active .l-header {
    padding: 20px 40px;
  }
  header.is-active .l-header-logo img {
    width: clamp(220px, 23vw, 320px);
  }
  header.is-active .l-header-nav {
    gap: 1.3em;
  }
  header.is-active .p-btn-header {
    padding: 1em;
  }
  .l-header {
    display: flex;
    align-items: center;
    padding: 30px 40px;
  }
  .l-header-logo a {
    display: block;
  }
  .l-header-logo h1 {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .l-header-logo img {
    width: clamp(240px, 25vw, 360px);
  }
  .l-header-logo span {
    color: var(--color-black);
    font-size: clamp(12px, 2.4vw, 16px);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  .l-header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    gap: 2em;
  }
  .l-header-nav-item {
    font-weight: 500;
    position: relative;
    font-size: var(--txt14);
    white-space: nowrap;
  }
  .l-header-nav-item:hover {
    color: var(--color-primary);
  }
}
@media screen and (max-width: 1300px) {
  header.is-active {
    margin: 20px 20px;
    width: calc(100% - 40px);
  }
  header.is-active .l-header {
    padding: 20px 30px;
  }
  header.is-active .l-header-nav {
    gap: 1.2em;
  }
  .l-header {
    padding: 30px 30px;
  }
  .l-header-logo h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .l-header-logo img {
    max-width: 240px;
  }
  .l-header-logo span {
    font-size: var(--txt14);
  }
  .l-header-nav {
    gap: 1.3em;
  }
}
@media screen and (max-width: 950px) {
  #pc-header {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.5s;
  }
  header.is-active .l-header {
    padding: 10px 25px 10px 25px;
    margin: 10px;
    width: calc(100% - 20px);
    border-radius: 9999px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  }
  header.is-active .l-header-logo img {
    width: 200px;
  }
  header.is-active #hbg {
    right: 30px;
    top: 30px;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 30px 18px 20px;
    z-index: 200;
    background: #fff;
    transition: all 0.5s;
  }
  .l-header-logo a {
    display: block;
  }
  .l-header-logo h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .l-header-logo img {
    max-width: 240px;
  }
  .l-header-logo span {
    color: var(--color-black);
    font-size: calc(12 / 16 * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  /* ハンバーガー */
  #hbg {
    display: block;
    position: fixed;
    z-index: 300;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 18px;
    cursor: pointer;
    text-align: center;
  }
  #hbg span {
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    background: var(--color-primary);
    transition: 0.4s all;
  }
  #hbg span:nth-child(1) {
    width: 20px;
    top: 0;
  }
  #hbg span:nth-child(2) {
    width: 20px;
    top: 8px;
  }
  #hbg span:nth-child(3) {
    width: 20px;
    bottom: 0;
  }
  #hbg.is-active span:nth-child(1) {
    top: 6px;
    left: 0;
    width: 25px;
    transform: rotate(-45deg);
  }
  #hbg.is-active span:nth-child(2) {
    left: 60%;
    opacity: 0;
    animation: active-hamburger-bar02 0.3s forwards;
  }
  #hbg.is-active span:nth-child(3) {
    top: 6px;
    width: 25px;
    transform: rotate(45deg);
  }
  @keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
  .sp-header-cont-inner {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-108%);
    transition: all 0.5s;
    width: 100vw;
    height: 0;
    padding: 120px 5.5% 70px 5.5%;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: hidden;
    z-index: 0;
  }
  .sp-header-cont-inner .sp-header-cont-inner-nav {
    height: auto;
  }
  .sp-header-cont-inner.is-active {
    transform: translateY(0%);
    top: 0;
    bottom: 0;
    height: 100vh;
    visibility: visible;
    background: var(--color-primary);
    z-index: 100;
  }
  .sp-header-cont-list {
    display: flex;
    flex-flow: column;
  }
  .sp-header-cont-list .l-header-nav-item {
    margin-top: 25px;
    font-size: var(--txt18);
    font-weight: 400;
    line-height: 1.8;
  }
  .sp-header-cont-list .l-header-nav-item a:not([class*="btn"]) {
    color: #fff;
  }
  .sp-header-cont-list .btn-wrap {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .sp-header-cont-list .btn-wrap + .btn-wrap {
    margin-top: 20px;
  }
}
#l-footer {
  padding: 60px 0 0 0;
}
.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.l-footer-logo figure {
  width: clamp(15rem, 13.295rem + 7.27vw, 18.75rem);
  widows: 20vw;
}
.l-footer-content {
  font-size: calc(14 / 16 * 1rem);
  margin-top: 15px;
}
.l-footer-content p + p {
  margin-top: 15px;
}
.c-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 60px;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  #l-footer {
    padding: 40px 0 0 0;
  }
  .l-footer-content {
    font-size: calc(12 / 16 * 1rem);
  }
  .c-copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}
a {
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:focus {
  outline: none;
}
.underline {
  display: inline;
  color: var(--color-black);
  position: relative;
  border-bottom: 1px solid var(--color-black);
  transition: all 0.4s;
}
a[target="_blank"]:not([class*="btn"]) {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-primary);
}
a[target="_blank"]:not([class*="btn"]):after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  background: url(../images/icon_external.svg) no-repeat center center / contain;
}
a[target="_blank"]:not([class*="btn"]).external-white:after {
  background: url(../images/icon_external_white.svg) no-repeat center center / contain;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.txt20 {
  font-size: var(--txt20);
}
.txt18 {
  font-size: var(--txt18);
}
.txt16 {
  font-size: var(--txt16);
}
.txt15 {
  font-size: var(--txt15);
}
.txt14 {
  font-size: var(--txt14);
}
.txt13 {
  font-size: var(--txt13);
}
.txt12 {
  font-size: var(--txt12);
}
.txt10 {
  font-size: var(--txt10);
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-indent {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.txt-indent .txt-indent {
  display: inline-block;
}
.txt-indent-half {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.txt-indent-one-half {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.note,
.note a {
  font-size: var(--txt12);
  line-height: 2;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
::selection {
  background: var(--color-primary);
  color: #fff;
}
::-moz-selection {
  background: var(--color-primary);
  color: #fff;
}
.c-btn-wrap {
  margin: 60px auto 0;
}
.c-btn {
  display: inline-block;
  text-align: center;
  padding: 1.25em;
  width: 240px;
  font-size: var(--txt18);
  color: var(--color-black);
  border: 2px solid #fff;
  background: #fff;
  font-weight: 500;
  border-radius: 8px;
  line-height: 1;
  position: relative;
}
.c-btn:hover {
  opacity: 0.85;
}
.c-btn.p-btn-header {
  max-width: 160px;
  font-size: var(--txt14);
  background: var(--color-orange);
}
.c-btn.icon-btn-entry {
  border: 2px solid var(--color-orange);
  background: var(--color-orange);
}
.c-btn.icon-btn-entry span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.c-btn.icon-btn-entry span:before {
  content: "";
  width: 18px;
  height: 24px;
  background: url(../images/icon_entry.svg) no-repeat center center / contain;
}
.c-btn.icon-btn-company {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.c-btn.icon-btn-company span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.c-btn.icon-btn-company span:before {
  content: "";
  width: 23px;
  height: 24px;
  background: url(../images/icon_company.svg) no-repeat center center / contain;
}
.c-btn.icon-btn-company.no-border {
  border: 2px solid #fff;
}
.c-btn.icon-btn-movie {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.c-btn.icon-btn-movie span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.c-btn.icon-btn-movie span:before {
  content: "";
  width: 26px;
  height: 24px;
  background: url(../images/icon_movie.svg) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap {
    margin: 40px auto 0;
  }
  .c-btn-wrap + .c-btn-wrap {
    margin: 20px auto 0;
  }
  .c-btn {
    width: 100%;
  }
}
.c-balloon {
  text-align: center;
  margin-bottom: calc(28 / 16 * 1rem);
}
.c-balloon-wrap {
  padding: 0.65rem 1rem;
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: var(--color-primary);
}
.c-balloon-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 16px;
  border-radius: 0 100% 100% 0 / 50%;
  background: var(--color-primary);
  transform: translateY(50%);
}
.c-balloon .en {
  font-size: 1.25rem;
}
.c-balloon.white .c-balloon-wrap {
  color: var(--color-primary);
  background: #fff;
}
.c-balloon.white .c-balloon-wrap:after {
  background: #fff;
}
.c-anc {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-anc {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.c-content-ttl {
  margin-bottom: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  font-family: var(--ja);
  font-size: clamp(2rem, 1.375rem + 2.67vw, 3.375rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.c-content-sub-txt {
  font-size: var(--txt20);
  font-weight: 500;
  color: var(--color-subtxt);
}
.c-content-lead {
  margin-bottom: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  text-align: center;
  font-size: var(--txt18);
}
#kv {
  margin-bottom: 100px;
  padding-top: 115px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#kv:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 86vw;
  height: calc(100% - 100px);
  background: var(--color-primary);
  z-index: -2;
  border-radius: 0 0 120px 0;
}
#kv .c-balloon {
  text-align: left;
}
#kv .c-balloon-wrap {
  font-size: 1.125em;
}
.kv-copy {
  padding-left: 5vw;
  padding-top: 200px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 10;
  color: #fff;
}
.kv-copy-main {
  font-size: clamp(2.75rem, 1.557rem + 5.09vw, 5.375rem);
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.kv-copy-main span {
  display: block;
  margin-bottom: 0.2em;
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.kv-copy-sub {
  margin-top: calc(30 / 16 * 1rem);
  font-size: var(--txt18);
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.kv-copy .c-btn-wrap {
  margin-top: calc(40 / 16 * 1rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 14px;
}
.kv-copy .c-btn {
  width: clamp(15rem, 13.796rem + 4.94vw, 17.5rem);
}
.kv-img {
  width: 73vw;
  max-height: calc(100% - 100px);
  border-radius: 0 0 0 60px;
  overflow: hidden;
  aspect-ratio: 11 / 7;
  object-fit: cover;
  position: absolute;
  top: 115px;
  right: 0;
  z-index: -1;
}
.kv-img figure {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1250px) {
  .kv-copy {
    padding-left: 0;
  }
}
@media screen and (max-width: 950px) {
  #kv {
    margin-bottom: 100px;
    padding-top: 76px;
    flex-direction: column;
  }
  #kv:before {
    top: 136px;
    width: 100vw;
    height: calc(100% - 100px);
    border-radius: 0 0 80px 0;
  }
  .kv-copy {
    padding-left: 0;
    padding-top: 30px;
  }
  .kv-copy-sub {
    margin-top: calc(10 / 16 * 1rem);
  }
  .kv-copy .c-btn-wrap {
    margin-top: calc(20 / 16 * 1rem);
  }
  .kv-copy .c-btn {
    width: 100%;
  }
  .kv-img {
    width: 92.5vw;
    margin-right: 0;
    margin-left: auto;
    max-height: initial;
    border-radius: 0 0 0 30px;
    position: static;
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .kv-copy .c-btn-wrap {
    flex-wrap: wrap;
  }
  .kv-copy .c-btn-wrap > li {
    display: flex;
    width: 100%;
  }
}
#message {
  position: relative;
  overflow: hidden;
}
#message:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 200vw;
  height: 200vh;
  background: var(--color-bg);
  transform: translate(55vw, 100vh) rotate(-30deg);
  z-index: -1;
  opacity: 0.5;
}
#message .l-container {
  padding-top: 120px;
}
#message .l-inner-l {
  position: relative;
}
#message .p-message-ttl-en {
  font-size: clamp(4.625rem, 0.761rem + 16.48vw, 13.125rem);
  font-weight: 600;
  color: var(--color-bg);
  z-index: -2;
  line-height: 1;
  white-space: nowrap;
}
#message .p-message {
  display: flex;
  justify-content: space-between;
  margin-top: -5em;
  position: relative;
  z-index: 1;
}
#message .p-message-contents-ttl {
  margin-bottom: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  font-size: clamp(2rem, 1.375rem + 2.67vw, 3.375rem);
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}
#message .p-message-contents-txt {
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  line-height: 2;
}
#message .p-message-contents-txt span {
  font-weight: 900;
  color: var(--color-primary);
}
#message .p-message-contents-txt + .p-message-contents-txt {
  margin-top: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
}
#message .p-message-img {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  margin-right: -5em;
  z-index: -1;
}
#message .p-message-img figure img {
  border-radius: 1rem;
  box-shadow: 1rem 1rem 0 rgba(197, 218, 254, 0.8);
}
#message .p-message-img01 {
  width: 82%;
  margin-left: -11rem;
  max-width: clamp(13.25rem, 9.045rem + 17.94vw, 22.5rem);
  float: left;
}
#message .p-message-img02 {
  width: 72.5%;
  margin-top: -5rem;
  margin-right: -11vw;
  max-width: clamp(14.063rem, 9.602rem + 19.03vw, 23.875rem);
  float: right;
}
#message .p-message-need {
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
  margin-bottom: 120px;
  display: flex;
  gap: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  background: var(--color-secondary);
  border-radius: 20px;
}
#message .p-message-need-img {
  width: 36%;
}
#message .p-message-need-img figure img {
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
}
#message .p-message-need-contents {
  flex: 1;
}
#message .p-message-need-contents-ttl {
  display: inline-block;
  font-family: var(--ja);
  font-size: clamp(1.5rem, 1.33rem + 0.73vw, 1.875rem);
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1.5;
  border-bottom: 2px solid var(--color-primary);
}
#message .p-message-need-contents ul {
  margin-top: 1.5em;
}
#message .p-message-need-contents ul li {
  margin-top: 1em;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
#message .p-message-need-contents ul li:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_check.svg) center center / contain;
}
#message .p-message-need-contents ul li p {
  flex: 1;
}
@media screen and (max-width: 1350px) {
  #message .p-message-img01 {
    margin-right: 0.5em;
  }
  #message .p-message-img02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #message:after {
    width: 250vh;
    height: 250vh;
    transform: translate(0vw, 75vh) rotate(-30deg);
  }
  #message .l-container {
    padding-top: 0;
  }
  #message .p-message {
    flex-direction: column;
    margin-top: -2em;
  }
  #message .p-message-img {
    width: 100%;
    display: block;
  }
  #message .p-message-img:after {
    clear: both;
  }
  #message .p-message-img01 {
    max-width: 60%;
    margin-left: 0;
    float: left;
  }
  #message .p-message-img02 {
    max-width: 55%;
    margin-top: -5em;
    margin-right: 0;
    float: right;
  }
  #message .p-message-need {
    flex-direction: column;
  }
  #message .p-message-need-img {
    width: 100%;
  }
}
#reason .l-container {
  margin-top: -120px;
  background: var(--color-bg);
  border-radius: 0 clamp(5rem, 3.864rem + 4.85vw, 7.5rem) 0 0;
}
#reason .p-reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#reason .p-reason-list > li {
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 20px;
}
#reason .p-reason-list-num {
  position: absolute;
  top: -0.4em;
  left: 0.2em;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}
#reason .p-reason-list figure {
  width: 100px;
  margin: 0 auto 20px auto;
  display: block;
}
#reason .p-reason-list figure img {
  margin: 0 auto;
  display: block;
}
#reason .p-reason-list-ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: var(--txt20);
}
#reason .p-reason-summary {
  margin-top: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  padding: 40px;
  display: flex;
  background: #fff;
  border-radius: 20px;
  gap: 30px;
}
#reason .p-reason-summary figure {
  width: 120px;
  margin: 0 auto;
}
#reason .p-reason-summary figure img {
  display: block;
}
#reason .p-reason-summary-content {
  flex: 1;
}
#reason .p-reason-summary-content-ttl {
  margin-bottom: 10px;
  font-size: var(--txt20);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  #reason .p-reason-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 590px) {
  #reason .p-reason-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #reason .p-reason-summary {
    flex-direction: column;
  }
  #reason .p-reason-summary-content-ttl {
    text-align: center;
  }
}
#career .p-career-sample {
  display: flex;
}
#career .p-career-sample-img {
  width: 40%;
  max-width: 560px;
}
#career .p-career-sample-img figure {
  position: sticky;
  top: 120px;
}
#career .p-career-sample-img figure img {
  border-radius: 1rem;
  box-shadow: 1rem 1rem 0 rgba(197, 218, 254, 0.8);
  margin-left: -40%;
}
#career .p-career-sample-list {
  max-width: 670px;
  padding-top: 20px;
  border-left: 2px solid var(--color-secondary);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#career .p-career-sample-list > li {
  position: relative;
  padding-left: 50px;
}
#career .p-career-sample-list > li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  width: 24px;
  height: 24px;
  background: var(--color-primary);
  border-radius: 100%;
}
#career .p-career-sample-list > li:last-child {
  margin-bottom: 20px;
}
#career .p-career-sample-year {
  margin-bottom: 10px;
  color: var(--color-primary);
  font-weight: 700;
}
#career .p-career-sample-ttl {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: 700;
}
#career .p-career-sample-tags {
  margin-top: 15px;
}
#career .p-career-sample-tags .tag {
  display: inline-block;
  padding: 0.65em 1.2em;
  font-size: var(--txt12);
  color: var(--color-primary);
  line-height: 1;
  border: 1px solid var(--color-primary);
  border-radius: 9999px;
}
#career .p-career-expand {
  margin-top: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem) clamp(1.25rem, 0.398rem + 3.64vw, 3.125rem);
  border: 2px solid var(--color-primary);
  border-radius: 1em;
}
#career .p-career-expand-ttl {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
#career .p-career-expand-list {
  margin-top: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  text-align: center;
}
#career .p-career-expand-list-ttl {
  margin-bottom: 10px;
  line-height: 1.5;
}
#career .p-career-expand-list figure {
  margin-bottom: 10px;
}
#career .p-career-expand-list figure img {
  border-radius: 10px;
}
#career .p-career-expand-list p {
  font-size: var(--txt14);
}
#career .p-career-model {
  margin-top: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem) clamp(1.25rem, 0.398rem + 3.64vw, 3.125rem);
  border: 2px solid var(--color-primary);
  border-radius: 1em;
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 0.398rem + 3.64vw, 3.125rem);
}
#career .p-career-model-10year {
  display: flex;
  align-items: center;
  gap: 20px;
}
#career .p-career-model-10year figure {
  width: clamp(2.25rem, 1.795rem + 1.94vw, 3.25rem);
}
#career .p-career-model-10year p {
  font-size: var(--txt20);
  font-weight: 700;
}
#career .p-career-model-salary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#career .p-career-model-salary-plan {
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}
#career .p-career-model-salary .num {
  font-size: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  color: var(--color-primary);
}
#career .p-career-model-salary .yen {
  margin-top: 15px;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
}
@media screen and (max-width: 950px) {
  #career .p-career-sample-img {
    width: 35%;
  }
  #career .p-career-sample-img figure img {
    margin-left: -35%;
  }
  #career .p-career-sample-list {
    width: 65%;
    max-width: initial;
  }
  #career .p-career-expand-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #career .p-career-model {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #career .p-career-sample {
    display: block;
  }
  #career .p-career-sample-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
  #career .p-career-sample-img figure img {
    margin: 0 auto;
  }
  #career .p-career-sample-list {
    width: 100%;
    max-width: 100%;
  }
  #career .p-career-expand-list {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }
  #career .p-career-expand-list > li {
    display: grid;
    grid-template-columns: 35% auto;
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 20px;
  }
  #career .p-career-expand-list > li figure {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  #career .p-career-expand-list-ttl {
    margin-bottom: 0;
    line-height: 1.5;
  }
}
#voice .l-container {
  background: var(--color-primary);
  border-radius: 120px 0 0 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#voice .l-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 200vw;
  height: 200vh;
  background: var(--color-bg);
  transform: translate(-55vw, 120vh) rotate(30deg);
  z-index: -1;
  opacity: 0.4;
  mix-blend-mode: soft-light;
}
#voice .l-inner-ss {
  max-width: 800px;
}
#voice *:not([class^="c-balloon"],[class^="c-btn"] *) {
  color: #fff;
}
#voice .p-voice-movie {
  width: 100%;
}
#voice .p-voice-movie video {
  width: 100%;
}
#voice .p-voice-ttl {
  margin-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  margin-bottom: 10px;
  font-size: var(--txt20);
  font-weight: 700;
  line-height: 1.5;
}
#voice .c-btn-wrap {
  text-align: center;
}
#voice .c-btn {
  width: 320px;
  padding: 1.5em 1.25em;
}
@media screen and (max-width: 768px) {
  #voice .l-container:after {
    left: -150vw;
    width: 400vw;
    transform: translate(-55vw, 100vh) rotate(30deg);
  }
}
.staff-slide {
  overflow: hidden;
  display: flex;
}
.staff-slide > li {
  display: flex;
}
.staff-slide > li:nth-child(1) {
  animation: staff-slide01 80s -40s linear infinite;
}
.staff-slide > li:nth-child(2) {
  animation: staff-slide02 80s linear infinite;
}
.staff-slide ul {
  display: flex;
}
.staff-slide ul > li {
  width: calc(100vw / 4);
}
@media screen and (max-width: 768px) {
  .staff-slide > li:nth-child(1) {
    animation: staff-slide01 50s -25s linear infinite;
  }
  .staff-slide > li:nth-child(2) {
    animation: staff-slide02 50s linear infinite;
  }
  .staff-slide ul > li {
    width: calc(100vw / 3);
  }
}
@keyframes staff-slide01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes staff-slide02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#training .p-training-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 70px;
}
#training .p-training-list > li:first-child .p-training-list-year:before {
  display: none;
}
#training .p-training-list-year {
  position: relative;
  margin-bottom: 20px;
}
#training .p-training-list-year span {
  display: inline-block;
  padding: 14px 20px;
  background: var(--color-primary);
  font-size: var(--txt16);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 9999px;
}
#training .p-training-list-year:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  transform: translate(-65%, -50%);
  z-index: -1;
}
#training .p-training-list-ttl {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  line-height: 1.5;
}
#training .p-training-list-txt {
  text-align: left;
  font-size: var(--txt16);
}
#training .p-training-support {
  padding: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  margin-top: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
  display: flex;
  gap: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  background: var(--color-bg);
  border-radius: 20px;
}
#training .p-training-support-img {
  width: 32%;
}
#training .p-training-support-img figure img {
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
}
#training .p-training-support-contents {
  flex: 1;
}
#training .p-training-support-contents-ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #training .p-training-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  #training .p-training-list-year:before {
    top: calc(-100% - 10px);
    left: 50%;
    height: 100%;
    width: 2px;
    transform: translate(-50%, 0);
  }
  #training .p-training-support {
    flex-direction: column;
  }
  #training .p-training-support-img {
    width: 100%;
  }
}
#contact {
  background: url(../images/contact_bg_img.jpg) no-repeat center center / cover;
  position: relative;
}
#contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: 0.45;
  mix-blend-mode: multiply;
}
#contact *:not([class^="c-btn"] *) {
  color: #fff;
}
#contact .l-inner-s {
  z-index: 1;
  position: relative;
}
#contact .p-contact-copy {
  margin-bottom: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
  font-size: clamp(2.5rem, 1.648rem + 3.64vw, 4.375rem);
  font-weight: 900;
  line-height: 1.2;
}
#contact .c-content-lead {
  text-align: left;
  line-height: 2;
}
#contact .c-btn-wrap {
  margin-top: calc(40 / 16 * 1rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 14px;
}
#contact .c-btn {
  width: clamp(15rem, 13.796rem + 4.94vw, 17.5rem);
}
#contact .p-contact-contact {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact .p-contact-contact-ttl {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
}
#contact .p-contact-contact-tel {
  display: flex;
  align-items: center;
}
#contact .p-contact-contact-tel p:first-of-type {
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
}
#contact .p-contact-contact-tel p:first-of-type:before {
  content: "";
  width: 18px;
  height: 24px;
  margin-right: 0.25em;
  background: url(../images/icon_tel.svg) no-repeat center center / contain;
}
#contact .p-contact-contact-tel p:last-of-type {
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  #contact {
    background: url(../images/contact_bg_img_sp.jpg) no-repeat center center / cover;
  }
  #contact .c-btn-wrap {
    margin-top: calc(20 / 16 * 1rem);
  }
  #contact .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #contact .p-contact-contact-ttl {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-right: none;
    position: relative;
  }
  #contact .p-contact-contact-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
  }
  #contact .p-contact-contact-tel {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
  }
  #contact .p-contact-contact-tel p {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #contact .c-btn-wrap {
    flex-wrap: wrap;
  }
  #contact .c-btn-wrap > li {
    width: 100%;
  }
}
