@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: 1.0322580645vw;
  }
}
@media (min-width: 1550px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1E1E1E;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .chuui{
  width: 80%;
  font-size: 0.6rem;
  }
}
.chuui{
 color: #333;
 text-align: right;
 margin: 0 auto;
 font-size: 0.8rem;
  }

html, body {
  overflow-x: hidden;
}

/*****************************
* 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 {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  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;
}

/* 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;
  }
}
.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: 1550px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-pagetop {
    bottom: 3.125rem;
    right: 2.125rem;
  }
}

.c-btn_02 {
  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;
  background-color: #1538D3;
  border: 1px solid #1538D3;
  color: #F6F8FF;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 1rem 1.25rem;
  min-width: 18.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn_02:hover {
  background-color: #F6F8FF;
  color: #1538D3;
  opacity: 1;
}
.c-btn_02:hover.c-btn_02::after {
  background: url(../images/arrow-blue_02.svg) no-repeat center/cover;
}

.c-btn_02::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 1.25rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/arrow.svg) no-repeat center/cover;
  margin-left: 4.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn_03 {
  display: inline-block;
  text-align: center;
  background-color: #040E39;
  border: 1px solid #040E39;
  color: #F6F8FF;
  font-weight: bold;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0.5625rem 2.25rem;
  min-width: 8.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn_03:hover {
  background-color: #F6F8FF;
  color: #040E39;
  opacity: 1;
}

.c-btn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #040E39;
  border: 1px solid #040E39;
  color: #F6F8FF;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 1.4375rem 1.6875rem 1.4375rem 2.5rem;
  min-width: 17.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 1;
  background-color: #F6F8FF;
  color: #040E39;
}
.c-btn:hover.c-btn::after {
  background: url(../images/arrow-blue.svg) no-repeat center/cover;
}

.c-btn::after {
  display: inline-block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/arrow.svg) no-repeat center/cover;
  margin-left: 3.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-card {
  border: 2px solid #1538D3;
  min-height: 11.25rem;
  padding: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    min-height: 21.875rem;
  }
}

.c-card__img {
  margin-inline: auto;
  width: 25vw;
}
@media screen and (min-width: 768px) {
  .c-card__img {
    margin-top: 1.5rem;
    width: 10.9375rem;
  }
}

.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__head {
  margin-top: 0.625rem;
  font-weight: bold;
  color: #1538D3;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card__head {
    margin-top: 3.4375rem;
    font-size: 1.4375rem;
    line-height: 1;
  }
}

.c-card__text {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    margin-top: 1.875rem;
  }
}

.c-card--02 {
  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: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
}
@media screen and (min-width: 768px) {
  .c-card--02 {
    padding: 1.25rem;
    min-height: 29.875rem;
  }
}

.c-card--02 .c-card__img {
  width: 25vw;
}
@media screen and (min-width: 768px) {
  .c-card--02 .c-card__img {
    margin-top: 0;
    width: 14.3125rem;
  }
}

.c-card--02 .c-card__head {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card--02 .c-card__head {
    font-size: 1.5625rem;
  }
}

.c-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-cards {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
    row-gap: 2.5rem;
  }
}

.c-list__item {
  background-color: #F6F8FF;
}
@media screen and (min-width: 768px) {
  .c-list__item {
    margin-top: 7.5rem;
    margin-right: calc(50% - 50vw);
    padding-left: 6.5625rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.0625rem;
    max-width: 102.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .c-list__item:nth-child(2n) {
    margin-right: 0;
    margin-right: initial;
    margin-left: calc(50% - 50vw);
    padding-right: 5.75rem;
    padding-left: 4.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-list__item:nth-child(2n) .c-list__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-list__item:nth-child(2n) .c-list__body {
    margin-right: 0;
  }
}

.c-list__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-list__img {
    margin-top: -4.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48.375rem;
  }
}

.c-list__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list__body {
  position: relative;
  padding: 5rem 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-list__body {
    padding: 0 0 0 10%;
    margin-right: 3.125rem;
    max-width: 50.625rem;
  }
}

.c-list__body::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.625rem;
  left: 0.625rem;
  width: 4.5rem;
  height: 3.875rem;
  background: url(../images/recruit_icon.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .c-list__body::before {
    top: -2.6875rem;
    left: 0;
    width: 9.125rem;
    height: 7.875rem;
  }
}

.c-list__head {
  font-weight: bold;
  padding-bottom: 1.25rem;
  border-bottom: 0.3125rem solid;
  -o-border-image: linear-gradient(to right, #1C1C1C, #FFF) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#1C1C1C), to(#FFF)) 1;
     border-image: linear-gradient(to right, #1C1C1C, #FFF) 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-list__head {
    margin-top: 4.0625rem;
    text-align: left;
    text-align: initial;
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.625rem solid;
  }
}

.c-list__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-list__text {
    margin-top: 2.5rem;
  }
}

.c-list__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-list__btn {
    margin-top: 1.875rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .c-list--02 .c-list__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-list.c-list--02 .c-list__item {
  margin-top: 0;
  padding-bottom: 3.125rem;
}
.c-list.c-list--02 .c-list__item:not(:first-child) {
  margin-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__body {
    margin-right: 0;
    padding: 0 0 0 5%;
    max-width: 46.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__body::before {
    left: -1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__head {
    margin-top: 7.5rem;
  }
}

.c-list.c-list--02 .c-list__img {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__img {
    margin-top: 6.25rem;
  }
}

.c-list.c-list--02 .c-list__img--bg {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__img--bg::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: -0.625rem;
    right: -3.125rem;
    width: 43.75rem;
    height: 27.5rem;
    background: rgb(21, 57, 211);
    background: url(../images/recruit_bg.png) no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(21, 57, 211)), to(rgb(3, 10, 39)));
    background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
    -webkit-transform: rotate(-10deg) skewX(8deg);
            transform: rotate(-10deg) skewX(8deg);
    z-index: 50;
  }
}

.c-list.c-list--02 .c-list__img--bg img {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__item:nth-child(2n) {
    padding-left: 11.125rem;
  }
}
.c-list.c-list--02 .c-list__item:nth-child(2n) .c-list__img {
  margin-right: 0rem;
}
@media screen and (min-width: 768px) {
  .c-list.c-list--02 .c-list__item:nth-child(2n) .c-list__img--bg::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 6.25rem;
    width: 46.875rem;
    height: 25rem;
    background: rgb(21, 57, 211);
    background: url(../images/recruit_bg.png) no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(21, 57, 211)), to(rgb(3, 10, 39)));
    background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
    -webkit-transform: rotate(10deg) skewX(-20deg);
            transform: rotate(10deg) skewX(-20deg);
    z-index: 50;
  }
}

.c-nav {
  background: rgb(21, 57, 211);
  background: url(../images/recruit_bg.png) no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(21, 57, 211)), to(rgb(3, 10, 39)));
  background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
}
@media screen and (min-width: 768px) {
  .c-nav {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.c-nav__inner {
  padding-top: 4.375rem;
  padding-left: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-nav__inner {
    padding-top: 0;
    padding-left: 0;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-nav__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .c-nav__list {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__item {
    height: inherit;
  }
}

.c-nav__item a {
  position: relative;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #F6F8FF;
  text-transform: uppercase;
  padding: 0.9375rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-nav__item a {
    padding: 0 1.4375rem;
    height: inherit;
    display: grid;
    place-items: center;
  }
  .c-nav__item a:hover {
    color: #040E39;
    opacity: 1;
  }
  .c-nav__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 768px) {
  .c-nav__item a::after {
    position: absolute;
    content: "";
    position: absolute;
    bottom: 30%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #040E39;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.c-nav__btn {
  margin-top: 0.9375rem;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .c-nav__btn {
    margin-top: 0;
    margin-left: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-nac--black .c-nav__item a {
    color: #1E1E1E;
  }
}

.c-nac--black .c-nav__item a:hover {
  color: #1538D3;
}

.c-opening {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

.c-opening__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-opening__bg {
  display: none;
}

body.appear .c-opening__bg {
  display: block;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 100000;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-300%) skewX(-45deg);
          transform: translateX(-300%) skewX(-45deg);
  background-color: #333;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-300%) skewX(-45deg);
            transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(500%) skewX(-45deg);
            transform: translateX(500%) skewX(-45deg);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(-300%) skewX(-45deg);
            transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateX(500%) skewX(-45deg);
            transform: translateX(500%) skewX(-45deg);
  }
}
#container {
  opacity: 0;
}

body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-pagetop {
  display: inline-block;
  width: 1.6875rem;
  height: 7.125rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #1538D3;
  text-transform: uppercase;
  border-right: 1px solid #1538D3;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-pagetop::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.125rem;
  right: -0.0625rem;
  width: 0.4375rem;
  height: 1px;
  background-color: #1538D3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-pagetop::before {
    right: -0.125rem;
  }
}

.c-section-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.1875rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 5rem;
  }
}

.c-section-title span {
  display: block;
  line-height: 1.037037037;
  font-size: 0.75rem;
  color: #1538D3;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    font-size: 1.6875rem;
  }
}

.c-section-title--white {
  color: #F6F8FF;
}

.c-section-title--white span {
  color: #F6F8FF;
}

.p-about {
  padding-bottom: 3.125rem;
  background: url(../images/hougan_bg.jpg) repeat center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-bottom: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.5rem;
  }
}

.p-about__head {
  font-size: 1.25rem;
  margin-top: 3.125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__head {
    font-size: 2.5rem;
    margin-top: 3.5rem;
  }
}

.p-about__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__body {
    width: 29.25rem;
  }
}

.p-about__box {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    margin-top: 0;
    max-width: 64.1875rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -12.5rem;
  }
}

.p-about__img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    margin-top: -4rem;
    width: 100%;
    max-width: 40rem;
  }
}

.p-about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__img02 {
  width: 60%;
  margin-top: -3.125rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-about__img02 {
    max-width: 41.3125rem;
    width: 100%;
    margin-left: 22.875rem;
    margin-top: -6.25rem;
  }
}

.p-about__img02 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-category {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  background-color: #EBEDF7;
}
@media screen and (min-width: 768px) {
  .p-category {
    padding-top: 4.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-category__cards {
  margin-top: 2.5rem;
  max-width: 75.625rem;
  margin-inline: auto;
}

.p-company {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-bottom: 9.375rem;
  }
}

.p-company__info {
  margin-top: 5rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.875rem;
  }
}

.p-company__info dt {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__info dt {
    margin-top: 3.125rem;
    width: 11.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDDDDD;
  }
}

.p-company__info dd {
  font-size: 1rem;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__info dd {
    margin-top: 3.125rem;
    width: calc(100% - 11.25rem);
    font-size: 1.25rem;
  }
}

.p-contact {
  padding: 10.375rem 0 4.5625rem 0;
  background: url(../images/contact_bg.jpg) no-repeat center bottom/cover;
  min-height: 34.625rem;
}

.p-contact__title span {
  line-height: normal;
  line-height: initial;
}

.p-contact__btn {
  margin-top: 6.25rem;
  text-align: center;
}

.p-footer {
  background-color: #101210;
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 5.625rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    height: 4.5rem;
  }
}

.p-footer__item {
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    height: inherit;
  }
}

.p-footer__item a {
  height: inherit;
  display: grid;
  place-items: center;
  padding: 0.9375rem;
  font-size: 0.9375rem;
  color: #F6F8FF;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    padding: 1.5625rem;
  }
}

.p-footer__wrap {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    margin-top: 0;
  }
}

.p-footer__logo {
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 6.25rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__address {
  margin-top: 2.1875rem;
  font-size: 0.9375rem;
  color: #F6F8FF;
  font-style: normal;
}

.p-footer__copy {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: #F6F8FF;
}

.p-fv {
  padding-top: 9.375rem;
  /* height: 41.375rem; */
  /* height: 48.5rem; */
  /* background-color: #F7F7F7; */
  background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 0;
    /* height: 75rem; */
    /* height: 81rem; */
  }
}

/* .p-fv::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 41.375rem;
  height: 48.5rem;
  background: rgb(21, 57, 211);
  background: url(../images/recruit_bg.png) no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(21, 57, 211)), to(rgb(3, 10, 39)));
  background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
}
@media screen and (min-width: 768px) {
  .p-fv::before {
    width: 56.875rem;
    width: 70%;
    height: 75rem;
    height: 81rem;
  }
} */

.p-fv__img {
  position: relative;
  background: url(../images/fv-sp.jpg) no-repeat bottom/contain;
  height: 23.625rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    background: url(../images/fv_img.jpg) no-repeat center right/cover;
    height: 59.375rem;
  }
}

.p-fv__inner {
  position: absolute;
  bottom: 7.9375rem;
  top: 21.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    /* top: auto; */
    /* top: initial; */
    /* bottom: 26.4375rem; */
    bottom: initial;
    top: 40rem;
  }
}

.p-fv__logo {
  width: 19.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__logo {
    width: 43.5rem;
    margin: 0;
  }
}
.back-b{
  background-color: #c4deff!important;
}


.p-fv__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__sub-copy {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 1.875rem;
  color: #F6F8FF;
  margin-top: 1.5625rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -11.5625rem;
    font-weight: 700;
    font-size: 3.125rem;
  }
}

.p-fv__sub-copy::after {
  display: block;
  content: "";
  width: 21.5625rem;
  height: 0.5rem;
  border-top: 1px solid #F6F8FF;
  border-bottom: 1px solid #F6F8FF;
  margin-top: 0.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-copy::after {
    display: inline-block;
    width: 23.4375rem;
    margin-right: 0;
    margin-left: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__sub-copy::before {
    display: inline-block;
    content: "";
    height: 0.5rem;
    border-top: 1px solid #F6F8FF;
    border-bottom: 1px solid #F6F8FF;
    width: 23.4375rem;
    margin-right: 2.75rem;
  }
}

.p-fv__sub-copy span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-fv__sub-copy span {
    font-size: 2.5rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: rgb(237, 246, 255);
  background: linear-gradient(80deg, rgba(237, 246, 255, .4) 0%, rgba(3, 26, 126, .3) 100%);
}
@media screen and (min-width: 768px) {
  .p-header {
    background: transparent;
  }
}

.p-hrader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.75rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-hrader__inner {
    padding: 0 3.4375rem;
    height: 5.625rem;
  }
}

.p-header__logo {
  max-width: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 13.125rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__btn {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -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;
  background-color: #040E39;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn span {
  display: block;
  width: 1.125rem;
  height: 2px;
  background-color: #F6F8FF;
  border-radius: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__btn.open span {
  position: absolute;
}

.p-header__btn.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__btn.open span:nth-child(2) {
  display: none;
}

.p-header__btn.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 16.875rem;
  height: 100vh;
  max-height: 41.8125rem;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: static;
    height: 5.625rem;
    width: auto;
    display: block;
  }
}

.p-header--white {
  background-color: #F6F8FF;
}

body.js-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.p-header.fixed {
  background-color: #F6F8FF;
}
.p-header.fixed .c-nav__item a {
  color: #1E1E1E;
}

.p-message {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  background: url(../images/hougan_bg.jpg) repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-bottom: 6.25rem;
  }
}

.p-message__wrap {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-message__card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 37.5rem;
  }
}

.p-message__img {
  max-width: 30.125rem;
  margin-inline: auto;
}

.p-message__img img {
  height: auto;
  width: 100%;
  aspect-ratio: 482/580;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__name {
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    padding: 0 4.125rem;
    margin-top: 2.5rem;
    font-size: 1.6875rem;
  }
}

.p-message__name span {
  font-size: 0.9375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-message__name span {
    font-size: 1.25rem;
  }
}

.p-message__text {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    padding: 0 4.125rem;
  }
}

.p-message__text--white {
  color: #F6F8FF;
}
@media screen and (min-width: 768px) {
  .p-message__text--white {
    padding: 0;
    margin-top: 2.5rem;
  }
}

.p-message__body {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background: rgb(21, 57, 211);
  background: url(../images/recruit_bg.png) no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(21, 57, 211)), to(rgb(3, 10, 39)));
  background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
}
@media screen and (min-width: 768px) {
  .p-message__body {
    margin-left: -5rem;
    margin-top: 4.9375rem;
    padding: 3.125rem 2.5rem;
    height: 38.75rem;
  }
}

.p-message__head {
  font-weight: bold;
  color: #F6F8FF;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-message__head {
    font-size: 2.5rem;
  }
}

.p-price {
  background: url(../images/hougan_bg.jpg) repeat center/cover;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding-top: 37.9375rem;
    padding-bottom: 7.5rem;
  }
}

.p-price__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-price__inner::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 48.3125rem;
    height: 27.75rem;
    background: url(../images/price_01.jpg) no-repeat center/cover;
    top: -30rem;
    left: -3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-price__inner::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: -22.5rem;
    left: -5rem;
    width: 46.875rem;
    height: 26.25rem;
    background: rgb(21, 57, 211);
    background: url(../images/recruit_bg.png) no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(21, 57, 211)), to(rgb(3, 10, 39)));
    background: url(../images/recruit_bg.png) no-repeat top left/cover, linear-gradient(180deg, rgb(21, 57, 211) 0%, rgb(3, 10, 39) 100%);
    -webkit-transform: rotate(-20deg) skewX(15deg);
            transform: rotate(-20deg) skewX(15deg);
  }
}

.p-price__wrap {
  text-align: center;
  margin-top: 2.5rem;
}

.p-price__head {
  color: #666666;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__head {
    font-size: 2.5rem;
  }
}

.p-price__table {
  border-collapse: collapse;
  text-align: center;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__table {
    width: 80%;
  }
}

.p-price__table .p-price__bn {
  border: none;
  background-color: transparent;
  background-color: initial;
}

@media screen and (min-width: 768px) {
  .p-price__table .small {
    width: 13rem;
  }
}

.p-price__table th.p-price__bg {
  background-color: #666666;
}

.p-price__h {
  font-weight: bold;
  font-size: 0.9375rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-price__h {
    height: 6.25rem;
  }
}

.p-price__h span {
  font-size: 1.5625rem;
}

.p-price__table td, .p-price__table th {
  border: 2px solid #F6F8FF;
  border-collapse: collapse;
  width: 25rem;
  height: 3.125rem;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-price__table td, .p-price__table th {
    height: 3.6875rem;
    padding: 1rem;
  }
}

.p-price__table th {
  background-color: #1538D3;
  color: #F6F8FF;
  font-weight: bold;
  font-style: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price__table th {
    font-size: 1.15rem;
  }
}

.p-price__table td {
  background-color: #F0F0F0;
}

.p-price__table td svg {
  width: 1.5rem;
  height: 1.5rem;
}

.p-price__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    margin-top: 1.25rem;
    width: 80%;
    margin-inline: auto;
    padding-left: 1.25rem;
  }
}

.p-slide {
  padding: 3.125rem 0;
  background: url(../images/hougan_bg.jpg) repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-slide {
    padding: 7.8125rem 0;
  }
}

.p-slide__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-slide__swiper .swiper-slide {
  max-width: 56.25rem;
}
.p-slide__swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-sub-contact {
  padding: 3.125rem 0;
  background: url(../images/hougan_bg.jpg) repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-contact {
    padding: 6.25rem 0;
  }
}

.p-sub-contact__inner {
  max-width: 75rem;
}

.p-sub-contact__text {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__text {
    text-align: center;
  }
}

.p-sub-contact__wrap {
  margin-top: 3.125rem;
  padding: 3rem 1.25rem 5.5rem;
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__wrap {
    margin-top: 6.25rem;
  }
}

.p-sub-contact__form {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form {
    width: 40rem;
  }
}

.p-sub-contact__form table th,
.p-sub-contact__form table td {
  display: block;
  width: 100%;
  border-bottom: none;
}

.p-sub-contact__form-table {
  width: 100%;
}

.p-sub-contact__form-head {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
}

.p-sub-contact__form-required {
  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;
  width: 2.9375rem;
  height: 1.5rem;
  background-color: #1538D3;
  color: #F6F8FF;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-right: 0.9375rem;
}

.p-sub-contact__form-body {
  margin-top: 0.5rem;
  width: 100%;
}

.p-sub-contact__form-body input,
.p-sub-contact__form-body textarea {
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #B6B8BD;
  background-color: #fff;
  width: 100%;
}

.p-sub-contact__form-body input::-webkit-input-placeholder,
.p-sub-contact__form-body textarea::-webkit-input-placeholder {
  color: #B2B4B9;
  font-weight: 400;
  font-size: 0.9375rem;
}

.p-sub-contact__form-body input::-moz-placeholder,
.p-sub-contact__form-body textarea::-moz-placeholder {
  color: #B2B4B9;
  font-weight: 400;
  font-size: 0.9375rem;
}

.p-sub-contact__form-body input::-ms-input-placeholder,
.p-sub-contact__form-body textarea::-ms-input-placeholder {
  color: #B2B4B9;
  font-weight: 400;
  font-size: 0.9375rem;
}

.p-sub-contact__form-body input::placeholder,
.p-sub-contact__form-body textarea::placeholder {
  color: #B2B4B9;
  font-weight: 400;
  font-size: 0.9375rem;
}

.p-sub-contact__form-wrap {
  display: grid;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-sub-contact__form-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sub-contact__form-wrap input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin-right: 0.75rem;
  position: relative;
  border: 1px solid #B6B8BD;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-sub-contact__form-wrap input[type=checkbox]:checked:before {
  position: absolute;
  top: 0.0625rem;
  left: 0.5rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.p-sub-contact__form-btn {
  text-align: center;
  margin-top: 4.375rem;
}

.p-sub-contact__form-btn .c-btn_02 {
  padding: 0;
}

.p-sub-contact__form-btn input[type=submit],
.p-sub-contact__form-btn input[type=button] {
  background-color: #1538D3;
  border: none;
  color: #F6F8FF;
  width: 100%;
  height: 100%;
  padding: 1rem 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__form-btn input[type=submit],
  .p-sub-contact__form-btn input[type=button] {
    cursor: pointer;
  }
  .p-sub-contact__form-btn input[type=submit]:hover,
  .p-sub-contact__form-btn input[type=button]:hover {
    background-color: #F6F8FF;
    color: #1538D3;
    opacity: 1;
  }
}

.p-sub-fv {
  margin-top: 3.75rem;
  background: url(../images/suv-fv_trainingplan.jpg) no-repeat center/cover;
  width: 100%;
  min-height: 28.125rem;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-sub-fv {
    margin-top: 5.625rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    height: 35rem;
  }
}

.p-sub-fv--recruit {
  background: url(../images/sub-fv_recruit.jpg) no-repeat center right/cover;
}

.p-sub-fv--company {
  background: url(../images/sub-fv_company.jpg) no-repeat center/cover;
}

.p-sub-fv--contact {
  background: url(../images/suv-fv_contact.jpg) no-repeat center right/cover;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-sub-fv--contact .p-sub-fv__title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-fv__title {
    text-align: left;
  }
}

.p-sub-fv__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__body {
    margin-top: 3.5rem;
    width: 37.625rem;
  }
}

.p-sub-fv__head {
  font-weight: bold;
  font-size: 1.25rem;
  color: #F6F8FF;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__head {
    font-size: 2.5rem;
  }
}

.p-sub-fv__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  color: #F6F8FF;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__text {
    margin-top: 2.5rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-trainingplan {
  background-color: #F7F7F7;
  padding: 0 1.875rem;
}

.p-trainingplan__inner {
  background-color: #F0F0F0;
  padding: 1.25rem 1.25rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-trainingplan__inner {
    padding: 3.75rem 2.5rem 6.25rem;
  }
}

.p-trainingplan__wrap {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-trainingplan__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.6fr 1.2fr 1.2fr;
    gap: 0 2.5rem;
    grid-template-areas: "item1 item3" "item2 item3" "item4 item3";
  }
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
}

.item3 {
  grid-area: item3;
}

.item4 {
  grid-area: item4;
}

.p-trainingplan__head {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trainingplan__head {
    font-size: 2.5rem;
    padding-top: 2.5rem;
  }
}

.p-trainingplan__text {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-trainingplan__cards {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-trainingplan__cards {
    margin-top: 0;
    width: 59.3125rem;
  }
}

.p-trainingplan__btn {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-trainingplan__btn {
    text-align: left;
    margin-top: 0;
  }
}

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

.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.fade-up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

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

/* note追加 */
.p-note {
  padding: 3.75rem 0;
}

.p-note__lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-note__lists {
    gap: 20px;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-note__list {
  display: flex;
  width: 100%;
  justify-content: center;
}

.p-note__list iframe {
  width: 100% !important;
}

.p-note__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.p-note__items {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1.5rem;
  margin-top: 50px;

  display: none;
}

@media screen and (min-width: 768px) {
  .p-note__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1100px;
    margin-inline: auto;
    margin-top: 100px;

    display: none;
  }
}

/* 画像で企業ロゴ使う場合以下削除してください */
.p-note__item {
  display: grid;
  place-items: center;
  color: #FFF;
  background: #000;
  min-height: 70px;
}


.p-sub-fv.--works {
  background: url(../images/fv-works.png) no-repeat center/cover;
}

.p-fv__content {
  padding: 10px;
  /* margin-top: 20px; */
  max-width: 420px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  width: 90%;
}



.p-fv__head {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}
.p-fv__head span {
  font-size: 10px;
}
.p-fv__head.--visible {
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    font-size: 28px;
    margin-top: 10px;
    line-height: 1.1;
  }

  .p-fv__head span {
    font-size: 16px;
  }
}

.p-fv__companys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 10px;
  max-width: 420px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  /* .p-fv__companys {
    display: none;
  } */
  .p-fv__companys.--visible {
    display: grid;
  }

  .p-about {
    margin-top: 7rem;
  }
}

.p-information {
  padding: 3.75rem 0;
}
.p-information__items {
  display: grid;
  justify-content: center;
  margin-top: 1rem;
}
