@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9696969697vw;
  }
}
@media (min-width: 1650px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #00203E;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    cursor: pointer;
  }
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.p-drawer {
  pointer-events: initial;
}

.p-drawer-inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #00203E;
  opacity: 0;
  z-index: 7777;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-drawer-inner.is-open {
  opacity: 1;
}

.p-drawer-inner.is-open {
  pointer-events: initial;
}

.p-drawer nav {
  margin-top: 4.875rem;
  border-bottom: 1px solid #fff;
}

.p-drawer nav ul li {
  border-top: 1px solid #fff;
}

.p-drawer nav ul li a {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1.25rem 3.75rem;
  text-transform: uppercase;
}

.p-drawer__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 3000;
}

/* ハンバーガーメニュー
-----------------------------------------------------*/
.p-drawer-hamburger {
  position: fixed;
  width: 3.125rem;
  height: 2.875rem;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer;
  z-index: 9999;
}

.p-drawer-hamburger span {
  position: absolute;
  display: inline-block;
  width: 1.125rem;
  height: 0.125rem;
  right: 0.9375rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-drawer-hamburger span:nth-of-type(1) {
  top: 0.9375rem;
}

.p-drawer-hamburger span:nth-of-type(2) {
  top: 1.3125rem;
}

.p-drawer-hamburger span:nth-of-type(3) {
  top: 1.6875rem;
}

/* クリック時
------------------------------------*/
.p-drawer-hamburger.is-open span:nth-of-type(1) {
  width: 50%;
  top: 1rem;
  left: 0.75rem;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
}

.p-drawer-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-drawer-hamburger.is-open span:nth-of-type(3) {
  width: 50%;
  top: 1.75rem;
  left: 0.75rem;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
}

.l-footer {
  padding-bottom: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 6.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

.l-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer ul {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5rem;
  }
}

.l-footer ul li p {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer ul li p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.l-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer-flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 3.75rem;
  }
}

.l-footer-img01 {
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer-img01 {
    width: 18.75rem;
  }
}

.l-footer-img02 {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer-img02 {
    width: 12.5rem;
    margin-top: 1.875rem;
  }
}

.l-footer-img03 {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer-img03 {
    width: 13.5rem;
    margin-top: 0.9375rem;
  }
}

.l-footer-img04 {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer-img04 {
    width: 11.125rem;
    margin-top: 0.4375rem;
  }
}

.l-footer-copy {
  font-weight: 300;
  font-size: 0.9375rem;
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-copy {
    margin-top: 3.25rem;
  }
}

.l-header {
  position: fixed;
  font-family: "din-2014-narrow", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9000;
}

@media screen and (min-width: 768px) {
  .l-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 128%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .3);
    z-index: -1;
  }
}

.l-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75rem;
  padding: 0.625rem;
  background-color: #EEA015;
}
@media screen and (min-width: 768px) {
  .l-header-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5rem;
    padding: 0;
  }
}

.l-header-top p {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-header-top p {
    font-size: 1.875rem;
  }
}

.l-header-top h1 {
  position: relative;
  width: 8.125rem;
  z-index: 9100;
}
@media screen and (min-width: 768px) {
  .l-header-top h1 {
    width: 11.6875rem;
    margin-left: 5rem;
  }
}

.l-header-bottom {
  position: relative;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .l-header-bottom {
    display: none;
  }
}

.l-header-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header-bottom ul li:not(:first-child) {
  position: relative;
}

.l-header-bottom ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.l-header-bottom ul li a {
  font-size: 1.375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-transform: uppercase;
}

.l-header-bottom ul li:first-child a {
  padding-left: 0;
}

.l-header-bottom ul li:last-child a {
  padding-right: 0;
}

.l-header-btn {
  position: absolute;
  top: -1rem;
  right: 1.875rem;
}

.l-header-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  width: 15.625rem;
  height: 3.75rem;
  background-color: #3B7EA1;
  -webkit-box-shadow: 6px 6px 0 0 rgba(33, 24, 21, .8);
          box-shadow: 6px 6px 0 0 rgba(33, 24, 21, .8);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l-header-btn a {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1700px) {
  .l-header-btn a {
    width: 14vw;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1650px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-main {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 5rem;
  }
}

.l-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #00203E;
  border-top: 0.125rem solid #fff;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.c-btn {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn {
    margin-top: 2.5rem;
  }
}

.c-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  color: #fff;
  background-color: #3B7EA1;
  line-height: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: 1.625rem;
    width: 55rem;
    height: 5.5rem;
  }
}

.c-btn a::after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 1.125rem;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_white-triangle.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-btn a::after {
    width: 1.3125rem;
    height: 1.5rem;
    right: 12.5rem;
  }
}

.c-flex {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-flex {
    max-width: 55rem;
    width: 100%;
    margin-top: 3.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-flex ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.c-flex ul li + li {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-flex ul li + li {
    margin-top: 1.5625rem;
  }
}

.c-flex ul li p:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-flex ul li p:nth-child(1) {
    font-size: 1.125rem;
    width: 9.375rem;
    height: 2.9375rem;
    line-height: 2.625rem;
  }
}

.c-flex ul li p:nth-child(2) {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-flex ul li p:nth-child(2) {
    width: calc(100% - 11.25rem);
    font-size: 1.5rem;
    margin-top: 0.4375rem;
    margin-left: 1.875rem;
  }
}

.c-flex ul li p:nth-child(2) span {
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-flex ul li p:nth-child(2) span {
    font-size: 1.125rem;
  }
}

.c-flex-fz15 {
  font-weight: 300 !important;
  font-size: 0.75rem !important;
  margin-top: 0.75rem !important;
}
@media screen and (min-width: 768px) {
  .c-flex-fz15 {
    font-size: 0.9375rem !important;
  }
}

.c-title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.c-title01 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.125rem;
  width: 4.375rem;
  height: 4.375rem;
  color: #fff;
  background-color: #EEA015;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title01 p {
    font-size: 1.75rem;
    width: 6.75rem;
    height: 6.75rem;
  }
}

.c-title02 {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  background-color: #EEA015;
  text-align: center;
}

.c-title02 p {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title02 p {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

.c-top-text {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1.5rem;
  color: #FFEF90;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-top-text {
    font-size: 1.625rem;
    margin-top: 2.5rem;
    line-height: 3.3125rem;
  }
}

.p-about-text {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-text {
    margin-top: 2.5rem;
  }
}

.p-about-text p:nth-child(1) {
  font-weight: 700;
  font-size: 1.125rem;
  color: #EEA015;
}
@media screen and (min-width: 768px) {
  .p-about-text p:nth-child(1) {
    font-size: 1.625rem;
  }
}

.p-about-text p:nth-child(2) {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about-text p:nth-child(2) {
    font-size: 1.125rem;
    margin-top: 2rem;
    line-height: 2.625rem;
  }
}

.p-fv {
  position: relative;
  height: 28.125rem;
  background: url(../images/img_fv-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 48.125rem;
  }
}

.p-fv-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-fv-box {
    top: 16.25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv-box p {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv-box p {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
  }
}

.p-fv-box img {
  width: 15.625rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-fv-box img {
    width: 21.875rem;
  }
}

.p-gallery {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    padding-top: 1.25rem;
  }
}

.p-gallery-swiper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-gallery-swiper {
    margin-top: 3.375rem;
  }
}

.p-gallery-swiper .swiper-button-prev {
  left: 2.5rem;
}

.p-gallery-swiper .swiper-button-next {
  right: 2.5rem;
}

.p-impression {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-impression {
    padding-top: 1.25rem;
  }
}

.p-impression-items {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-impression-items {
    max-width: 70.625rem;
    width: 100%;
    margin-top: 3.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-impression-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-impression-item + .p-impression-item {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-impression-item + .p-impression-item {
    margin-top: 6.875rem;
    padding-top: 5rem;
    border-top: 1px solid #fff;
  }
}

.p-impression-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .p-impression-item > img {
    width: 25rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 767px) {
  .p-impression-item > img {
    width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-impression-text {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-impression-item:nth-child(2n) .p-impression-text {
    margin-left: 0;
    margin-right: 2.5rem;
  }
}

.p-impression-text h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #EEA015;
  line-height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-impression-text h3 {
    font-size: 1.625rem;
    line-height: 3.3125rem;
  }
}

.p-impression-accordion {
  color: #fff;
}

.p-impression-accordion + .p-impression-accordion {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-impression-accordion + .p-impression-accordion {
    margin-top: 3.125rem;
  }
}

.p-impression-accordion p {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-impression-accordion p {
    font-size: 1.125rem;
    line-height: 2.625rem;
  }
}

.p-impression-accordion p:nth-child(1) {
  position: relative;
  padding-right: 1.25rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-impression-accordion p:nth-child(1) {
    padding-right: 1.875rem;
    padding-bottom: 0;
  }
}

.p-impression-accordion p:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 0.875rem;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../images/icon_white-triangle.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-impression-accordion.is-active p:nth-child(1)::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-impression-accordion p:nth-child(2) {
  display: none;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-impression-accordion p:nth-child(2) {
    padding-top: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-impression .c-top-text {
    margin-top: 5rem;
  }
}

.p-impression .l-inner > img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-impression .l-inner > img {
    width: 55rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-inquiry {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-inquiry {
    padding-top: 1.25rem;
  }
}

.p-news {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 5rem;
  }
}

.p-news-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-news ul {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news ul {
    margin-top: 2rem;
  }
}

.p-news ul li + li {
  margin-top: 0.625rem;
}

.p-news ul li a {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 1.5rem;
  color: #fff;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .p-news ul li a {
    font-size: 1.5rem;
  }
}

.p-news ul li a::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #EEA015;
  border-radius: 6.25rem;
}

.p-orientation {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-orientation {
    padding-top: 1.25rem;
  }
}

.p-orientation-text {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  color: #fff;
  line-height: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-orientation-text {
    font-size: 1.125rem;
  }
}

.p-orientation-youtube {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-orientation-youtube {
    max-width: 55rem;
    width: 100%;
    margin-top: 3.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-orientation-youtube__iframe iframe {
  width: 100%;
  height: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-orientation-youtube__iframe iframe {
    width: 55rem;
    height: 28.125rem;
  }
}

.p-orientation-youtube p {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.75rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-orientation-youtube p {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-our-vision__inner {
    max-width: calc(70.625rem + 50px);
  }
}

.p-our-vision__text {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-our-vision__text {
    margin-top: 2.5rem;
  }
}

.p-our-vision__text p {
  font-weight: 700;
  font-size: 1.125rem;
  color: #EEA015;
}
@media screen and (min-width: 768px) {
  .p-our-vision__text p {
    font-size: 1.625rem;
  }
}

.p-our-vision__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-our-vision__flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}

.p-our-vision__flex > p {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  color: #fff;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-our-vision__flex > p {
    width: calc(100% - 25rem);
    font-size: 1.125rem;
    margin-top: 0;
    line-height: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-our-vision__img {
    margin-left: 6.25rem;
  }
}

.p-our-vision__img img {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-our-vision__img img {
    width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-our-vision__img p {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1.125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-our-vision__img p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-our-vision__img p {
    width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-program {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-program {
    padding-top: 8.75rem;
  }
}

.p-program .l-inner {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-program .l-inner {
    padding-top: 1.25rem;
  }
}

.p-program-contents {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-program-contents {
    max-width: calc(70.625rem + 50px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-program-content + .p-program-content {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-program-content + .p-program-content {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-program-content__inner {
    max-width: 55rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* p-program-top
-----------------------------------------------------*/
.p-program-top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-program-top__head img {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-program-top__head img {
    width: 9.375rem;
  }
}

.p-program-top__head h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 1rem;
  color: #EEA015;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-program-top__head h3 {
    font-size: 1.625rem;
    margin-left: 2.8125rem;
    line-height: 3.3125rem;
  }
}

.p-program-top__text {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-program-top__text {
    font-size: 1.125rem;
    margin-top: -0.625rem;
    margin-left: 12.1875rem;
    line-height: 2.625rem;
  }
}

.p-program-top__text span {
  color: #FFEF90;
}

.p-program-top__box {
  margin-top: 1.0625rem;
  padding: 1rem 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-program-top__box {
    padding: 1.375rem 1.375rem 1.375rem 2.625rem;
  }
}

.p-program-top__box p {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-program-top__box p {
    font-size: 1.125rem;
    line-height: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-program-top__box p {
    text-indent: -0.875rem;
    padding-left: 0.875rem;
  }
}

/* p-program-info
-----------------------------------------------------*/
.p-program-info .c-flex {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-program-info .c-flex {
    margin-top: 1.875rem;
  }
}

.p-program-info__mentor {
  margin-top: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor {
    margin-top: 1.125rem;
  }
}

.p-program-info__mentor-text01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  width: 100%;
  height: 2.25rem;
  color: #00203E;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor-text01 {
    font-size: 1.125rem;
    width: 9.375rem;
    height: 2.9375rem;
    line-height: 2.625rem;
  }
}

.p-program-info__mentor-text01-sub {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor-text01-sub {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.p-program-info__mentor ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0625rem 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-program-content03 .p-program-info__mentor ul {
    gap: 1.0625rem 5rem;
  }
}

.p-program-info__mentor-text p:nth-child(1) {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor-text p:nth-child(1) {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-program-info__mentor-text p:nth-child(1) span {
    letter-spacing: -0.2em;
  }
}

.p-program-info__mentor-text p:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor-text p:nth-child(2) {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

.p-program-info__mentor-text02 {
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__mentor-text02 {
    font-size: 0.9375rem;
    margin-left: 20.625rem;
    line-height: 1.875rem;
  }
}

.p-program-info__advanced-dojo {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__advanced-dojo {
    margin-top: 3.625rem;
  }
}

.p-program-info__advanced-dojo h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  line-height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__advanced-dojo h3 {
    font-size: 1.5rem;
  }
}

.p-program-info__advanced-dojo ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-program-info__advanced-dojo ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6875rem 4rem;
    margin-top: 1.25rem;
  }
}

.p-program-info__advanced-dojo ul li p {
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-program-info__advanced-dojo ul li p {
    font-size: 1.125rem;
    margin-top: 0;
    line-height: 2.625rem;
  }
}

.p-reports {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-reports {
    padding-top: 1.25rem;
  }
}

.p-reports-text {
  font-weight: 500;
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reports-text {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
}

.p-reports ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-reports ul {
    max-width: 67.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .p-reports ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-reports ul li a img {
  will-change: filter;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reports ul li iframe {
  width: 100%;
  border: none;
}

@media screen and (min-width: 768px) {
  .p-reports .c-btn {
    margin-top: 0;
  }
}

.p-requirements {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-requirements {
    padding-top: 1.25rem;
  }
}

.p-requirements-other {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 55rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-requirements-other > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-requirements-other > p {
    font-size: 1.125rem;
    width: 9.375rem;
    height: 2.9375rem;
    line-height: 2.625rem;
  }
}

.p-requirements-other ul {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-other ul {
    width: calc(100% - 11.25rem);
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.p-requirements-other ul li {
  position: relative;
  padding-left: 2.5rem;
}

.p-requirements-other ul li + li {
  margin-top: 1.875rem;
}

.p-requirements-other ul li::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  top: 0;
  left: 0;
  background: url(../images/icon_check.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-requirements-other ul li::before {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.p-requirements-other ul li p:nth-child(1) {
  font-weight: 700;
  font-size: 1rem;
  color: #EEA015;
}
@media screen and (min-width: 768px) {
  .p-requirements-other ul li p:nth-child(1) {
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
}

.p-requirements-other ul li p:nth-child(2) {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #fff;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-other ul li p:nth-child(2) {
    font-size: 1.125rem;
    margin-top: 0;
    line-height: 2.625rem;
  }
}

.p-requirements-other ul li p:nth-child(2) span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-other ul li p:nth-child(2) span {
    font-size: 0.9375rem;
  }
}

.p-requirements-text {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 2.125rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-requirements-text {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}

.p-requirements-step {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step {
    max-width: 55rem;
    width: 100%;
    margin-top: 6.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-requirements-step__box {
  padding: 1rem 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__box {
    padding: 1.25rem 2.5rem;
  }
}

.p-requirements-step__head h3 {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__head h3 {
    font-size: 3rem;
  }
}

.p-requirements-step__head h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-requirements-step__head h3 p:nth-child(1) {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__head h3 p:nth-child(1) {
    font-size: 1rem;
  }
}

.p-requirements-step__head > p {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__head > p {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.8;
  }
}

.p-requirements-step__head > p span {
  font-weight: 700;
}

.p-requirements-step__body {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-requirements-step__body dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-requirements-step__body dl + dl {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__body dl + dl {
    margin-top: 1.5rem;
  }
}

.p-requirements-step__body dl dt {
  font-weight: 700;
  font-size: 1rem;
  padding: 0.3125rem;
  color: #fff;
  background-color: #00203E;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__body dl dt {
    width: 7.5rem;
    font-size: 1.25rem;
  }
}

.p-requirements-step__body dl dd {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__body dl dd {
    width: calc(100% - 8.5rem);
    margin-top: 0;
    margin-left: 1rem;
  }
}

.p-requirements-step__body dl dd {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__body dl dd {
    font-size: 1.25rem;
  }
}

.p-requirements-step__body dl dd span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__body dl dd span {
    font-size: 1.125rem;
  }
}

.p-requirements-step__body dl dd ul li {
  font-weight: 300;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__body dl dd ul li {
    font-size: 1rem;
  }
}

.p-requirements-step__body dl dd ul li + li {
  margin-top: 0.3125rem;
}

.p-requirements-step__text {
  font-size: 0.875rem;
  margin-top: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-requirements-step__text {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-requirements-step img {
  width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-requirements-step img {
    width: 26.25rem;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirements-step .c-btn a::after {
    right: 1.25rem;
  }
}

.p-support {
  border: none;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding-top: 1.25rem;
  }
}

.p-support img {
  width: 40.1875rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-support img {
    margin-top: 2.5rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
