@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@layer foundation, layout, component, project, page, utilities;
:root {
  --sans-serif: "Zen Kaku Gothic New",sans-serif;
  --serif: "", serif;
  --en-sans: "Oswald", sans-serif;
  --en-serif: "EB Garamond", serif;
  --base: #fff;
  --main: #000;
  --blue01: #0052A5;
  --blue02: #E5EDF6;
  --blue03: #74AAE0;
  --blue04: #2881DB;
  --orange01: #F06E33;
  --gray01: #D0D0D0;
}

/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  figure {
    all: unset;
    display: revert;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
}
@layer foundation {
  /*========================================
  	要素の基本的なスタイル
  ========================================*/
  html {
    font-size: 10px;
    height: 100%;
  }
  body {
    text-size-adjust: 100%;
    font-family: var(--sans-serif);
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--main);
    background: var(--base);
  }
  @media screen and (max-width: 767px) {
    body {
      font-size: 3.7333333333vw;
      line-height: 1.5;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  :focus-visible {
    outline: 2px solid blue;
  }
  img,
  svg,
  iframe,
  video,
  picture {
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    img,
    svg,
    iframe,
    video,
    picture {
      max-width: none;
    }
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  @media screen and (max-width: 767px) {
    img {
      width: 100%;
    }
  }
  a {
    color: var(--blue01);
    word-break: break-all;
  }
  @media (hover: hover) {
    a:hover {
      text-decoration: none;
    }
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
    }
  }
  a[target=_blank]::after {
    background: url(../img/icon/icon-other-blue.svg) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: -2px;
  }
  @media screen and (max-width: 767px) {
    a[target=_blank]::after {
      width: 3.4666666667vw;
      height: 3.4666666667vw;
      vertical-align: -0.5333333333vw;
    }
  }
  a[href*=".pdf"]::after,
  .icon-pdf::after {
    background: url(../img/icon/icon-pdf.svg) no-repeat 0 0;
    background-size: contain;
    border: none;
    content: "";
    width: 13px;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: -3px;
  }
  @media screen and (max-width: 767px) {
    a[href*=".pdf"]::after,
    .icon-pdf::after {
      width: 3.4666666667vw;
      height: 4.2666666667vw;
      vertical-align: -0.8vw;
    }
  }
  a.no-icon[target=_blank]::after, a.no-icon[href*=".pdf"]::after {
    display: none;
  }
  small {
    font-size: 80%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  strong {
    font-weight: 700;
  }
  address {
    font-style: normal;
  }
  button,
  input[type=button],
  input[type=submit] {
    cursor: pointer;
    font: inherit;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../img/slick/fonts/slick.eot");
  src: url("../img/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../img/slick/fonts/slick.woff") format("woff"), url("../img/slick/fonts/slick.ttf") format("truetype"), url("../img/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*========================================
  サイト共通のフッター
========================================*/
@layer layout {
  .l-footer {
    background: var(--blue01);
    padding: 60px 0 50px;
  }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 6.3829787234% 0;
    }
  }
  .l-footer__company {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 22.9787234043% 77.0212765957%;
    align-items: center;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-footer__company {
      padding: 0 0 5.3333333333vw;
      grid-template-columns: 1fr;
    }
  }
  .l-footer__company::after {
    border-bottom: 1px solid var(--blue04);
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__company::after {
      width: calc(100% - 16vw);
      left: 8vw;
    }
  }
  .l-footer__logo {
    padding-right: 30px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__logo {
      width: 26.6666666667vw;
      margin: 0 auto 4vw;
      padding-right: 0;
    }
  }
  .l-footer__logo a {
    width: 100%;
    max-width: 248px;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .l-footer__logo a {
      max-width: none;
      margin: 0 auto;
    }
  }
  .l-footer__add {
    border-left: 1px solid var(--blue04);
    padding: 3px 0 3px 30px;
    color: var(--base);
  }
  @media screen and (max-width: 767px) {
    .l-footer__add {
      border-left: none;
      padding: 0;
      text-align: center;
    }
  }
  .l-footer__add address {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__add address {
      margin-top: 2.6666666667vw;
      font-size: 2.9333333333vw;
    }
  }
  .l-footer__add address p {
    display: flex;
    gap: 0 30px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__add address p {
      justify-content: center;
      gap: 0 4vw;
    }
  }
  .l-footer__add .company-name {
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    .l-footer__add .company-name {
      font-size: 3.7333333333vw;
    }
  }
  .l-footer__link {
    margin-top: 1em;
  }
  .l-footer__link a {
    color: var(--base);
  }
  @media (hover: hover) {
    .l-footer__link a:hover {
      text-decoration: none;
    }
  }
  .l-footer__copyright {
    margin-top: 20px;
    font-family: var(--en-sans);
    font-size: 1.2rem;
    color: var(--base);
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .l-footer__copyright {
      margin-top: 4vw;
      font-size: 1rem;
      letter-spacing: 0.1em;
      text-indent: 0.1em;
    }
  }
}
/*========================================
  サイト共通のヘッダー
========================================*/
@layer layout {
  .l-header {
    background: var(--base);
    display: flex;
    justify-content: space-between;
  }
  @media screen and (min-width: 768px) {
    .l-header {
      flex-wrap: wrap;
      align-items: center;
    }
  }
  .l-header__logo {
    background: var(--base);
    width: 97px;
    margin: 0 15px 5px 20px;
  }
  @media screen and (max-width: 767px) {
    .l-header__logo {
      width: calc(100% - 303px);
      margin: 0;
      padding: 0 10px;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 100;
    }
  }
  @media screen and (max-width: 767px) {
    .l-header__logo img {
      width: 68px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-header__contents {
      width: calc(100% - 497px);
    }
  }
}
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
@layer layout {
  @media screen and (max-width: 767px) {
    .l-nav {
      background: url(../img/bg/bg-gnav-sp.webp) no-repeat 0 0;
      background-size: cover;
      width: 100%;
      height: 100%;
      padding: 22.6666666667vw 9.3333333333vw 13.3333333333vw;
      display: block;
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0;
      right: -100%;
      overflow: auto;
      transition: 0.3s ease-in;
      z-index: 99;
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__body {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative;
    }
  }
  .l-nav__btn {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .l-nav__btn {
      background: var(--base);
      border: none;
      width: 55px;
      height: 55px;
      display: inline-block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 100;
    }
  }
  .l-nav__btn span {
    background: var(--blue01);
    width: 25px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 15px;
    transition: 0.3s;
  }
  .l-nav__btn span:nth-child(1) {
    top: 21px;
  }
  .l-nav__btn span:nth-child(2) {
    top: 27px;
  }
  .l-nav__btn span:nth-child(3) {
    top: 33px;
  }
  @media screen and (min-width: 768px) {
    .l-nav__list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__item {
      min-width: 4.2rem;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__item {
      border-bottom: 1px solid var(--base);
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__item:first-child {
      border-top: 1px solid var(--base);
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__item:nth-child(n+2) {
      margin-left: 20px;
    }
  }
  .l-nav__link {
    padding-bottom: 2px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--blue01);
    line-height: 2;
    text-decoration: none;
    display: block;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-nav__link {
      padding: 2.6666666667vw 4.5333333333vw;
      font-size: 3.7333333333vw;
      color: var(--base);
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__link::before {
      background: var(--blue01);
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 4px;
      left: 0;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: 0.3s;
    }
  }
  .l-nav__link:hover {
    text-decoration: none;
  }
  @media (hover: hover) {
    .l-nav__link:hover {
      text-decoration: none;
    }
    .l-nav__link:hover::before {
      transform: scale(1, 1);
    }
  }
  .l-nav__recruit,
  .l-nav__agency,
  .l-nav__cancel {
    width: 115px;
    position: relative;
    z-index: 100;
  }
  @media screen and (max-width: 767px) {
    .l-nav__recruit,
    .l-nav__agency,
    .l-nav__cancel {
      width: 76px;
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__recruit {
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__cancel {
      margin-right: 55px;
    }
  }
  .l-nav__recruit__link,
  .l-nav__agency__link,
  .l-nav__cancel__link {
    width: 100%;
    height: 90px;
    padding: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--base);
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
  }
  @media screen and (max-width: 767px) {
    .l-nav__recruit__link,
    .l-nav__agency__link,
    .l-nav__cancel__link {
      height: 55px;
      padding: 1px;
      font-size: 1rem;
      line-height: 1.5;
    }
  }
  @media (hover: hover) {
    .l-nav__recruit__link:hover,
    .l-nav__agency__link:hover,
    .l-nav__cancel__link:hover {
      background: var(--base);
      text-decoration: none;
    }
  }
  .l-nav__recruit__link {
    background: var(--orange01);
    border: 2px solid var(--orange01);
  }
  @media (hover: hover) {
    .l-nav__recruit__link:hover {
      color: var(--orange01);
    }
  }
  .l-nav__agency__link {
    background: var(--blue01);
    border: 2px solid var(--blue01);
  }
  @media (hover: hover) {
    .l-nav__agency__link:hover {
      color: var(--blue01);
    }
  }
  .l-nav__cancel__link {
    background: var(--blue03);
    border: 2px solid var(--blue03);
  }
  @media (hover: hover) {
    .l-nav__cancel__link:hover {
      color: var(--blue03);
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__contents-open .l-nav {
      visibility: visible;
      opacity: 1;
      right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__contents-open .l-nav__btn {
      background: var(--blue01);
    }
  }
  .l-nav__contents-open .l-nav__btn span {
    background: var(--base);
  }
  .l-nav__contents-open .l-nav__btn span:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .l-nav__contents-open .l-nav__btn span:nth-child(2) {
    opacity: 0;
  }
  .l-nav__contents-open .l-nav__btn span:nth-child(3) {
    transform: translateY(-5px) rotate(45deg);
  }
}
/*========================================
  ボタン
========================================*/
@layer component {
  .c-btn {
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: 0.3s;
  }
  .c-btn__orange {
    background: var(--orange01);
    border: 1px solid var(--orange01);
    width: auto;
    min-width: 200px;
    max-width: 400px;
    padding: 10px 30px;
    color: var(--base);
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .c-btn__orange {
      min-width: 50.1333333333vw;
      padding: 2.1333333333vw 4vw;
    }
  }
  @media (hover: hover) {
    .c-btn__orange:hover {
      background: var(--base);
      color: var(--orange01);
    }
  }
  .c-btn__orange.btn-pdf {
    padding: 10px 50px 10px 30px;
  }
  @media screen and (max-width: 767px) {
    .c-btn__orange.btn-pdf {
      padding: 2.4vw 10.6666666667vw 2.4vw 4vw;
    }
  }
  .c-btn__orange.btn-pdf::after {
    width: 18px;
    height: 22px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 767px) {
    .c-btn__orange.btn-pdf::after {
      width: 4.2666666667vw;
      height: 5.3333333333vw;
      right: 4vw;
    }
  }
  .c-btn__orange.btn-orange-large {
    width: 700px;
    max-width: none;
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    .c-btn__orange.btn-orange-large {
      width: 66.6666666667vw;
      font-size: 4vw;
    }
  }
}
/*========================================
  container
========================================*/
@layer component {
  .c-container, .c-container--940 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-container--940 {
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media screen and (max-width: 767px) {
    .c-container--940 {
      max-width: none;
      padding-left: 5.3333333333vw;
      padding-right: 5.3333333333vw;
    }
  }
  .c-container--box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .c-container--box {
      padding-top: 10.6666666667vw;
      padding-bottom: 10.6666666667vw;
    }
  }
  .c-container--box-top {
    padding-top: 100px;
  }
  @media screen and (max-width: 767px) {
    .c-container--box-top {
      padding-top: 10.6666666667vw;
    }
  }
  .c-container--box-bottom {
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .c-container--box-bottom {
      padding-bottom: 10.6666666667vw;
    }
  }
}
/*========================================
  アイコン
========================================*/
@layer component {}
/*========================================
  ボタン
========================================*/
@layer component {
  .c-col--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 28px;
  }
  @media screen and (max-width: 767px) {
    .c-col--3 {
      grid-template-columns: repeat(2, 1fr);
      gap: 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .c-col--sp-1 {
      grid-template-columns: 1fr;
      gap: 1.5em 0;
    }
  }
  .c-col--logo {
    display: grid;
    grid-template-columns: 179px 44px 179px;
    gap: 0 66px;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .c-col--logo {
      grid-template-columns: 26.6666666667vw 6.6666666667vw 26.6666666667vw;
      gap: 0 8vw;
    }
  }
  .c-col--2-text {
    display: flex;
    flex-wrap: wrap;
  }
  .c-col--2-text .text-left {
    width: 230px;
  }
  @media screen and (max-width: 767px) {
    .c-col--2-text .text-left {
      width: 100%;
      margin-bottom: 0.3em;
    }
  }
}
/*========================================
  pict-radius
========================================*/
@layer component {
  .c-pict-radius {
    border-radius: 0 0 0 5.8333333333vw;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .c-pict-radius {
      border-radius: 0 0 0 9.3333333333vw;
    }
  }
  .c-pict-radius-left {
    border-radius: 0 0 5.8333333333vw 0;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .c-pict-radius-left {
      border-radius: 0 0 9.3333333333vw 0;
    }
  }
}
/*========================================
  background
========================================*/
@layer component {
  .p-bg-lightblue {
    background: var(--blue02);
  }
  .p-bg-marble-blue {
    background: url(../img/bg/bg-marble-blue.webp) no-repeat 50% 0;
    background-size: cover;
  }
}
/*========================================
  title
========================================*/
@layer component {
  .p-ttl__main {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 500;
    color: var(--blue01);
  }
  @media screen and (max-width: 767px) {
    .p-ttl__main {
      margin-bottom: 6.6666666667vw;
      font-size: 4.2666666667vw;
    }
  }
  .p-ttl__en-jp {
    margin-bottom: 3.5em;
    color: var(--blue01);
    line-height: 1;
    display: flex;
    align-items: flex-end;
    gap: 0 30px;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__en-jp {
      text-align: center;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2.4vw 2.6666666667vw;
    }
  }
  .p-ttl__en-jp .ttl-en {
    font-family: var(--en-sans);
    font-size: 5rem;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__en-jp .ttl-en {
      font-size: 9.3333333333vw;
    }
  }
  .p-ttl__en-jp.ttl-white {
    color: var(--base);
  }
  .p-ttl__en-jp.ttl-blue {
    color: var(--blue01);
  }
  .p-ttl__h2 {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    padding-bottom: 26px;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--blue01);
    line-height: 1.6;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__h2 {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      padding-bottom: 5.3333333333vw;
      font-size: 4.5333333333vw;
    }
  }
  .p-ttl__h2::after {
    background: var(--blue01);
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__h2::after {
      width: 7.4666666667vw;
    }
  }
  .p-ttl__h3 {
    border: 1px solid var(--blue01);
    margin-top: 2.5em;
    margin-bottom: 1em;
    padding: 15px 30px;
    font-size: 2rem;
    font-weight: 500;
    color: var(--blue01);
    line-height: 1.7;
  }
  @media screen and (max-width: 767px) {
    .p-ttl__h3 {
      margin-top: 1.6em;
      padding: 2.6666666667vw 4vw;
      font-size: 4.2666666667vw;
    }
  }
  .p-ttl__h3.ttl-blue {
    background: var(--blue01);
    color: var(--base);
  }
}
/*========================================
  text
========================================*/
@layer component {
  .p-text-br {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .p-text-br-pc {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .p-text-br-sp {
      display: block;
    }
  }
  .p-text-white {
    color: var(--base);
  }
  .p-text-blue {
    color: var(--blue01);
  }
  .p-text-orange {
    color: var(--orange01);
  }
  .p-text__link {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--orange01);
    text-decoration: none;
    line-height: 1;
  }
  @media screen and (max-width: 767px) {
    .p-text__link {
      font-size: 5.3333333333vw;
    }
  }
  .p-text__link-large {
    font-size: 3.5rem;
    font-weight: 500;
    color: var(--orange01);
    line-height: 1;
  }
  @media screen and (max-width: 767px) {
    .p-text__link-large {
      font-size: 5.3333333333vw;
    }
  }
  .p-text__link-large a {
    color: var(--orange01);
    text-decoration: none;
  }
}
/*========================================
  box-col
========================================*/
@layer component {
  .p-box-col {
    display: grid;
    align-items: flex-start;
    gap: 0 50px;
  }
  @media screen and (max-width: 767px) {
    .p-box-col {
      gap: 6.6666666667vw 0;
    }
  }
  .p-box-col:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  @media screen and (max-width: 767px) {
    .p-box-col:nth-of-type(n + 2) {
      margin-top: 12vw;
    }
  }
  .p-box-col.box-left {
    grid-template-columns: auto 44.6808510638%;
  }
  @media screen and (max-width: 767px) {
    .p-box-col.box-left {
      grid-template-columns: 1fr;
    }
  }
  @media screen and (min-width: 768px) {
    .p-box-col.box-left .box-text {
      grid-column: 2/3;
      grid-row: 1/2;
    }
  }
  @media screen and (min-width: 768px) {
    .p-box-col.box-left .box-pict {
      grid-column: 1/2;
      grid-row: 1/2;
    }
  }
  .p-box-col.box-right {
    grid-template-columns: 44.6808510638% auto;
  }
  @media screen and (max-width: 767px) {
    .p-box-col.box-right {
      grid-template-columns: 1fr;
    }
  }
}
/*========================================
  list
========================================*/
@layer component {
  .p-list__num {
    counter-reset: num-zero;
  }
  .p-list__num > li {
    padding-left: 30px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-list__num > li {
      padding-left: 6.6666666667vw;
    }
  }
  .p-list__num > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .p-list__num > li::before {
    counter-increment: num-zero;
    content: counter(num-zero, decimal-leading-zero);
    font-family: var(--en-sans);
    letter-spacing: 0.09em;
    color: var(--blue01);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-list__num > li ul li:first-child,
  .p-list__num > li ol li:first-child {
    margin-top: 10px;
  }
  .p-list__num > li ol:nth-child(n+2) {
    margin-top: 10px;
  }
  .p-list__num > li ol li::before {
    color: var(--gray01);
  }
}
/*========================================
  background
========================================*/
@layer component {
  .p-bnr__list-01 a,
  .p-bnr__list-02 a {
    display: block;
  }
  @media (hover: hover) {
    .p-bnr__list-01 a:hover img,
    .p-bnr__list-02 a:hover img {
      transform: scale(1.03);
      transition: 0.3s;
    }
  }
  .p-bnr__list-01 a[target=_blank]::after,
  .p-bnr__list-02 a[target=_blank]::after {
    display: none;
  }
  .p-bnr__list-01 img,
  .p-bnr__list-02 img {
    transition: 0.3s;
  }
  .p-bnr__list-01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }
  @media screen and (max-width: 767px) {
    .p-bnr__list-01 {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.8666666667vw;
    }
  }
  .p-bnr__list-02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-bnr__list-02 {
      grid-template-columns: 1fr;
      gap: 1em;
    }
  }
}
/*========================================
  table
========================================*/
@layer component {
  table {
    width: 100%;
    color: var(--main);
    word-break: break-all;
  }
  table th {
    font-weight: normal;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .p-table__01 {
      border-top: 1px solid var(--gray01);
      border-bottom: 1px solid var(--gray01);
    }
  }
  .p-table__01 tr:not(:first-child) {
    border-top: 1px solid var(--gray01);
  }
  @media screen and (max-width: 767px) {
    .p-table__01 th,
    .p-table__01 td {
      width: 100%;
      display: block;
    }
  }
  @media screen and (min-width: 768px) {
    .p-table__01 th {
      width: 190px;
      padding: 20px 20px 20px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-table__01 th {
      background: var(--gray01);
      padding: 4vw;
    }
  }
  @media screen and (min-width: 768px) {
    .p-table__01 td {
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-table__01 td {
      padding: 4vw 4vw 8vw 4vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-table__01.table-white {
      border-top-color: var(--base);
      border-bottom-color: var(--base);
    }
  }
  .p-table__01.table-white tr:not(:first-child) {
    border-top-color: var(--base);
  }
  @media screen and (max-width: 767px) {
    .p-table__01.table-white th {
      background: rgba(255, 255, 255, 0.1);
    }
  }
}
/*========================================
  hero
========================================*/
/* ヒーロー全体 */
.p-hero{
    height:auto;
}
/* コンテナ */
.p-hero__box{
    width:100%;
    display:flex;
    flex-direction:column;
}

/* 画像を上段 */
.p-hero__slider{
    height:540px;
    overflow:hidden;
}

/* スライダー高さ固定解除 */
.p-hero__slider .slick-list{
    height:auto !important;
}

/* 画像フル幅 */
.p-hero__slider .p-hero__slider-pict img{
    width:100%;
    height:540px;
    object-fit:cover;
	object-position: top center;
}

/* ヒーロースライダー角丸 */
.p-hero__slider{
    border-radius: 40px;
    overflow: hidden;
    margin: 20px;
}

/* slick対策 */
.p-hero__slider .slick-list,
.p-hero__slider .slick-track,
.p-hero__slider .slick-slide{
    border-radius: 30px;
}

/* 画像 */
.p-hero__slider .p-hero__slider-pict img{
    border-radius: 30px 30px 0 0;
}


/* ロゴ・テキストを下段 */
.p-hero__box-info{
    position:static;
    width:100%;
    height:auto;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
	background: var(--blue02);
    padding:40px 20px 50px;
    max-width:none;
    margin:0;
}

/* ロゴ */
.p-hero-logo{
	max-width:180px;
}

/* テキスト */
.p-hero-text{
    margin-top:30px;
    max-width:800px;
	color: var(--blue01);
}
/*========================================
  slider
========================================*/
.p-hero__slider .slick-dotted.slick-slider {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-hero__slider .slick-list {
    height: 540px;
  }
}
.p-hero__slider .slick-dots {
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-hero__slider .slick-dots {
    text-align: left;
    left: -410px;
  }
}
@media (768px <= width <= 1200px) {
  .p-hero__slider .slick-dots {
    left: -34.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__slider .slick-dots {
    bottom: 4vw;
  }
}
.p-hero__slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.p-hero__slider .slick-dots li.slick-active button::before {
  background: var(--base);
}
.p-hero__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.p-hero__slider .slick-dots li button::before {
  border: 2px solid var(--base);
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  opacity: 1;
}
.p-hero__slider .p-hero__slider-pict img {
  aspect-ratio: 720/540;
  width: 100%;
  min-width: 720px;
  max-width: none;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-hero__slider .p-hero__slider-pict img {
    min-width: 0;
  }
}

/*========================================
  page header
========================================*/
@layer component {
  .p-pageheader {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
    .p-pageheader {
      margin-top: 10.6666666667vw;
      margin-bottom: 9.3333333333vw;
    }
  }
  .p-pageheader__ttl {
    color: var(--blue01);
    line-height: 1.5;
  }
  .p-pageheader__ttl span {
    display: block;
  }
  .p-pageheader__ttl .ttl-en {
    font-family: var(--en-sans);
    font-size: 1.9rem;
  }
  @media screen and (max-width: 767px) {
    .p-pageheader__ttl .ttl-en {
      font-size: 4vw;
    }
  }
  .p-pageheader__ttl .ttl-jp {
    font-size: 5rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .p-pageheader__ttl .ttl-jp {
      font-size: 8vw;
    }
  }
}
/******************************
* font size
******************************/
@layer utilities {
  .u-fs-11 {
    font-size: 1.1rem;
  }
  .u-fs-12 {
    font-size: 1.2rem;
  }
  .u-fs-13 {
    font-size: 1.3rem;
  }
  .u-fs-14 {
    font-size: 1.4rem;
  }
  .u-fs-15 {
    font-size: 1.5rem;
  }
  .u-fs-16 {
    font-size: 1.6rem;
  }
  .u-fs-17 {
    font-size: 1.7rem;
  }
  .u-fs-18 {
    font-size: 1.8rem;
  }
  .u-fs-19 {
    font-size: 1.9rem;
  }
  .u-fs-20 {
    font-size: 2rem;
  }
  .u-fs-21 {
    font-size: 2.1rem;
  }
  .u-fs-22 {
    font-size: 2.2rem;
  }
  .u-fs-23 {
    font-size: 2.3rem;
  }
  .u-fs-24 {
    font-size: 2.4rem;
  }
  .u-fs-25 {
    font-size: 2.5rem;
  }
  .u-fs-26 {
    font-size: 2.6rem;
  }
  .u-fs-27 {
    font-size: 2.7rem;
  }
  .u-fs-28 {
    font-size: 2.8rem;
  }
  .u-fs-29 {
    font-size: 2.9rem;
  }
  .u-fs-30 {
    font-size: 3rem;
  }
  @media screen and (max-width: 767px) {
    .u-SP-fs-1 {
      font-size: 1vw;
    }
    .u-SP-fs-2 {
      font-size: 2vw;
    }
    .u-SP-fs-3 {
      font-size: 3vw;
    }
    .u-SP-fs-4 {
      font-size: 4vw;
    }
    .u-SP-fs-5 {
      font-size: 5vw;
    }
    .u-SP-fs-6 {
      font-size: 6vw;
    }
    .u-SP-fs-7 {
      font-size: 7vw;
    }
    .u-SP-fs-8 {
      font-size: 8vw;
    }
    .u-SP-fs-9 {
      font-size: 9vw;
    }
    .u-SP-fs-10 {
      font-size: 10vw;
    }
    .u-SP-fs-11 {
      font-size: 11vw;
    }
    .u-SP-fs-12 {
      font-size: 12vw;
    }
    .u-SP-fs-13 {
      font-size: 13vw;
    }
    .u-SP-fs-14 {
      font-size: 14vw;
    }
    .u-SP-fs-15 {
      font-size: 15vw;
    }
    .u-SP-fs-16 {
      font-size: 16vw;
    }
    .u-SP-fs-17 {
      font-size: 17vw;
    }
    .u-SP-fs-18 {
      font-size: 18vw;
    }
    .u-SP-fs-19 {
      font-size: 19vw;
    }
    .u-SP-fs-20 {
      font-size: 20vw;
    }
    .u-SP-fs-21 {
      font-size: 21vw;
    }
    .u-SP-fs-22 {
      font-size: 22vw;
    }
    .u-SP-fs-23 {
      font-size: 23vw;
    }
    .u-SP-fs-24 {
      font-size: 24vw;
    }
    .u-SP-fs-25 {
      font-size: 25vw;
    }
    .u-SP-fs-26 {
      font-size: 26vw;
    }
    .u-SP-fs-27 {
      font-size: 27vw;
    }
    .u-SP-fs-28 {
      font-size: 28vw;
    }
    .u-SP-fs-29 {
      font-size: 29vw;
    }
    .u-SP-fs-30 {
      font-size: 30vw;
    }
  }
}
/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
/*========================================
 * スクリーンリーダーテキスト
========================================*/
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
}
/*========================================
 * text-align
========================================*/
@layer utilities {
  .u-ta-left {
    text-align: left;
  }
  .u-ta-center {
    text-align: center;
  }
  .u-ta-right {
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .u-SP-ta-left {
      text-align: left;
    }
    .u-SP-ta-center {
      text-align: center;
    }
    .u-SP-ta-right {
      text-align: right;
    }
  }
}
/*========================================
 * margin
========================================*/
@layer utilities {
  .u-mt-0 {
    margin-top: 0em;
  }
  .u-ml-0 {
    margin-left: 0em;
  }
  .u-mr-0 {
    margin-right: 0em;
  }
  .u-mb-0 {
    margin-bottom: 0em;
  }
  .u-mt-1 {
    margin-top: 1em;
  }
  .u-ml-1 {
    margin-left: 1em;
  }
  .u-mr-1 {
    margin-right: 1em;
  }
  .u-mb-1 {
    margin-bottom: 1em;
  }
  .u-mt-2 {
    margin-top: 2em;
  }
  .u-ml-2 {
    margin-left: 2em;
  }
  .u-mr-2 {
    margin-right: 2em;
  }
  .u-mb-2 {
    margin-bottom: 2em;
  }
  .u-mt-3 {
    margin-top: 3em;
  }
  .u-ml-3 {
    margin-left: 3em;
  }
  .u-mr-3 {
    margin-right: 3em;
  }
  .u-mb-3 {
    margin-bottom: 3em;
  }
  .u-mt-4 {
    margin-top: 4em;
  }
  .u-ml-4 {
    margin-left: 4em;
  }
  .u-mr-4 {
    margin-right: 4em;
  }
  .u-mb-4 {
    margin-bottom: 4em;
  }
  .u-mt-5 {
    margin-top: 5em;
  }
  .u-ml-5 {
    margin-left: 5em;
  }
  .u-mr-5 {
    margin-right: 5em;
  }
  .u-mb-5 {
    margin-bottom: 5em;
  }
  .u-mt-6 {
    margin-top: 6em;
  }
  .u-ml-6 {
    margin-left: 6em;
  }
  .u-mr-6 {
    margin-right: 6em;
  }
  .u-mb-6 {
    margin-bottom: 6em;
  }
  .u-mt-7 {
    margin-top: 7em;
  }
  .u-ml-7 {
    margin-left: 7em;
  }
  .u-mr-7 {
    margin-right: 7em;
  }
  .u-mb-7 {
    margin-bottom: 7em;
  }
  .u-mt-8 {
    margin-top: 8em;
  }
  .u-ml-8 {
    margin-left: 8em;
  }
  .u-mr-8 {
    margin-right: 8em;
  }
  .u-mb-8 {
    margin-bottom: 8em;
  }
  .u-mt-9 {
    margin-top: 9em;
  }
  .u-ml-9 {
    margin-left: 9em;
  }
  .u-mr-9 {
    margin-right: 9em;
  }
  .u-mb-9 {
    margin-bottom: 9em;
  }
  @media screen and (max-width: 767px) {
    .u-SP-mt-0 {
      margin-top: 0em;
    }
    .u-SP-ml-0 {
      margin-left: 0em;
    }
    .u-SP-mr-0 {
      margin-right: 0em;
    }
    .u-SP-mb-0 {
      margin-bottom: 0em;
    }
    .u-SP-mt-1 {
      margin-top: 1em;
    }
    .u-SP-ml-1 {
      margin-left: 1em;
    }
    .u-SP-mr-1 {
      margin-right: 1em;
    }
    .u-SP-mb-1 {
      margin-bottom: 1em;
    }
    .u-SP-mt-2 {
      margin-top: 2em;
    }
    .u-SP-ml-2 {
      margin-left: 2em;
    }
    .u-SP-mr-2 {
      margin-right: 2em;
    }
    .u-SP-mb-2 {
      margin-bottom: 2em;
    }
    .u-SP-mt-3 {
      margin-top: 3em;
    }
    .u-SP-ml-3 {
      margin-left: 3em;
    }
    .u-SP-mr-3 {
      margin-right: 3em;
    }
    .u-SP-mb-3 {
      margin-bottom: 3em;
    }
    .u-SP-mt-4 {
      margin-top: 4em;
    }
    .u-SP-ml-4 {
      margin-left: 4em;
    }
    .u-SP-mr-4 {
      margin-right: 4em;
    }
    .u-SP-mb-4 {
      margin-bottom: 4em;
    }
    .u-SP-mt-5 {
      margin-top: 5em;
    }
    .u-SP-ml-5 {
      margin-left: 5em;
    }
    .u-SP-mr-5 {
      margin-right: 5em;
    }
    .u-SP-mb-5 {
      margin-bottom: 5em;
    }
    .u-SP-mt-6 {
      margin-top: 6em;
    }
    .u-SP-ml-6 {
      margin-left: 6em;
    }
    .u-SP-mr-6 {
      margin-right: 6em;
    }
    .u-SP-mb-6 {
      margin-bottom: 6em;
    }
    .u-SP-mt-7 {
      margin-top: 7em;
    }
    .u-SP-ml-7 {
      margin-left: 7em;
    }
    .u-SP-mr-7 {
      margin-right: 7em;
    }
    .u-SP-mb-7 {
      margin-bottom: 7em;
    }
    .u-SP-mt-8 {
      margin-top: 8em;
    }
    .u-SP-ml-8 {
      margin-left: 8em;
    }
    .u-SP-mr-8 {
      margin-right: 8em;
    }
    .u-SP-mb-8 {
      margin-bottom: 8em;
    }
    .u-SP-mt-9 {
      margin-top: 9em;
    }
    .u-SP-ml-9 {
      margin-left: 9em;
    }
    .u-SP-mr-9 {
      margin-right: 9em;
    }
    .u-SP-mb-9 {
      margin-bottom: 9em;
    }
  }
}