@charset "UTF-8";
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "lineseed";
  src: url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3698630137vw;
  }
}
@media (min-width: 1168px) {
  html {
    font-size: 100%;
  }
}

body {
  background: #00A5E6;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

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

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

/*****************************
* 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-bg {
  position: fixed;
  top: -3.75rem;
  right: 0;
  z-index: -1;
  width: 20.75rem;
  height: 50.875rem;
  background: url(../img/common/bg.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .l-bg {
    width: 50.3125rem;
    height: 105.0625rem;
    top: 0;
  }
}

.l-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home .l-en {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.l-en span {
  font-size: 2.5rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}
@media screen and (min-width: 768px) {
  .l-en span {
    font-size: 8.125rem;
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-en--footer {
  overflow: hidden;
}

.home .l-en--footer {
  display: none;
}

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

.c-btn-arrow {
  width: 100%;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  color: #00A5E6;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .c-btn-arrow {
    width: unset;
    min-width: 31.25rem;
    font-size: 1.25rem;
    padding: 1.25rem;
  }
}

.c-btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.03125rem;
  height: 0.625rem;
  background-color: #00A5E6;
  -webkit-mask-image: url(../img/common/btn-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../img/common/btn-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-btn-arrow--main {
  background: #00A5E6;
  color: #fff;
}

.c-btn-arrow--main::after {
  background-color: #fff;
}

.c-btn {
  font-size: 1rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.125rem 1.25rem 0.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  color: #fff;
  background: #00A5E6;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 0.3125rem 1.875rem;
  }
}

.c-btn--white {
  background: #fff;
  color: #00A5E6;
}

.c-card {
  display: inline-block;
}

.c-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  max-width: 17.8125rem;
  margin-inline: auto;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-card__img {
    max-width: 100%;
    margin-top: 0;
  }
}

.c-card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% center;
     object-position: 60% center;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-card:hover .c-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-card__img-wrap {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 1.25rem;
}

.c-card__department {
  margin-top: 0.625rem;
  display: block;
}

.c-card__department span {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #00A5E6;
  color: #fff;
  padding: 0.125rem 2.125rem;
  border-radius: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card__department span {
    font-size: 1rem;
  }
}

.c-card__department--white span {
  background: #fff;
  color: #00A5E6;
}

.c-card__year {
  content: "";
  position: absolute;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0.05em;
  color: #00A5E6;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-card__year {
    font-size: 2.25rem;
  }
}

.c-card__year span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}

.c-card__body {
  position: relative;
  margin-top: -7.25rem;
  padding: 1rem 0 0;
}

.c-card__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3125rem;
  height: 1.125rem;
  background-color: #00A5E6;
  -webkit-mask-image: url(../img/common/news-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../img/common/news-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-card__name {
  margin-top: 0.3125rem;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .c-card__name {
    font-size: 1.3125rem;
  }
}

.c-card__en {
  margin-top: 0.375rem;
  color: #00A5E6;
  font-size: 1.25rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-card__en {
    font-size: 2.1875rem;
  }
}

.c-card__text {
  display: inline;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #00A5E6;
  padding: 0 0.625rem;
  background: #fff;
  border-radius: 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    font-size: 1.125rem;
  }
}

.c-card__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  z-index: -1;
}

.c-card:hover .c-card__body::after {
  right: -0.3125rem;
}

.c-card2 {
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  position: relative;
  overflow: hidden;
}

.c-card2:hover {
  opacity: 1;
}

.c-card2::after {
  content: "";
  position: absolute;
  bottom: 1.0625rem;
  right: 0.8125rem;
  width: 1.0625rem;
  height: 1.25rem;
  background-color: #00A5E6;
  -webkit-mask-image: url(../img/common/news-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../img/common/news-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-card2::after {
    bottom: 0.875rem;
    right: 1rem;
    width: 1.3125rem;
    height: 1.125rem;
  }
}

.c-card2::before {
  content: "";
  position: absolute;
  bottom: -6.75rem;
  right: -6.75rem;
  width: 6.75rem;
  height: 6.75rem;
  background: rgba(0, 141, 228, .7);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-card2:hover::after {
  right: 0.875rem;
  background-color: #fff;
}

.c-card2:hover::before {
  bottom: -3.375rem;
  right: -3.125rem;
}

.c-card2__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/207;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.c-card2__body {
  background: #fff;
  padding: 0.9375rem;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .c-card2__body {
    padding: 1rem 1.875rem 1.25rem;
  }
}

.c-card2__title {
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .c-card2__title {
    font-size: 1.5rem;
  }
}

.c-section-title {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
  line-height: 2.5;
  font-family: "lineseed", serif;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.3125rem;
    padding-left: 2.625rem;
  }
}

.c-section-title__en {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.05em;
  font-family: "lineseed", serif;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 3.3125rem;
  }
}

.c-section-title::before {
  content: "";
  position: absolute;
  top: 28%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: #00A5E6;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

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

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

.c-section-title--white::before {
  color: #fff;
  background: #fff;
}

.c-section-title2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "lineseed", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-section-title2 {
    font-size: 3.3125rem;
  }
}

.c-section-title2 p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-section-title2 p {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.c-section-title2 p.small {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-section-title2 p.small {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.c-section-title2--main {
  color: #00A5E6;
}

.c-table dl {
  display: grid;
  gap: 0.625rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .c-table dl {
    grid-template-columns: 10.9375rem 1fr;
    gap: 2.5rem;
  }
}

.c-table dl:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-table dl:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.c-table dt {
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #00A5E6;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 0.3125rem 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .c-table dt {
    padding: 0.625rem 0;
    font-size: 1rem;
    width: unset;
  }
}

.c-table dd {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-table dd {
    font-size: 1.125rem;
    padding-left: unset;
  }
}

.c-title {
  display: inline-block;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0.625rem 0.9375rem;
  color: #00A5E6;
  background: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  border-radius: 15px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: 0.2em;
    padding: 0.3125rem 0.9375rem;
    border-radius: 10px;
  }
}

.c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 50%;
  border-radius: 10px;
  background: #fff;
  z-index: -1;
}

.p-404 {
  color: #fff;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404 {
    margin-top: 0;
    text-align: left;
  }
}

.p-404__title {
  margin-top: 1.75rem;
  font-size: 1.625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    margin-top: 3rem;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.p-404__subtitle {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-404__subtitle {
    margin-top: 0;
    font-size: 1.3125rem;
    line-height: 2.8571428571;
  }
}

.p-404__text {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.14em;
  }
}

.p-404__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    margin-top: 2.5rem;
  }
}

.p-about {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-top: 7.4375rem;
  }
}

.p-about__head {
  color: #fff;
}

.p-about__head-read {
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__head-read {
    font-size: 1.875rem;
    line-height: 2;
  }
}

.p-about__head-text {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__head-text {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.p-about__service {
  margin-top: 5rem;
  padding: 6.25rem 0 7.5rem;
  background: rgba(0, 141, 228, .8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.p-about__business {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-about__business {
    margin-top: 5.625rem;
  }
}

.p-about__business-items {
  margin-top: 1.875rem;
}

.p-about__business-item {
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-about__business-item {
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
            box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-about__business-item:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-about__business-img {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-about__business-img {
    min-width: 32.375rem;
    max-width: 32.375rem;
    margin-right: unset;
  }
}

.p-about__business-img img {
  border-radius: 30px 0 0 30px;
  width: 100%;
  height: 100%;
  aspect-ratio: 518/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__business-body {
  margin-top: -1.5625rem;
  margin-left: calc(50% - 50vw);
  background: #fff;
  padding: 3.3125rem 0.9375rem 2.5rem;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-about__business-body {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    margin-left: unset;
    padding: 1.875rem 1.875rem;
  }
}

.p-about__business-title {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #00A5E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-about__business-title {
    padding-bottom: 0.4375rem;
    font-size: 1.5rem;
  }
}

.p-about__business-text {
  margin-top: 0.9375rem;
  line-height: 2;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__business-text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-about__business-item:nth-child(even) .p-about__business-img {
  margin-right: unset;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-about__business-item:nth-child(even) .p-about__business-img {
    margin-left: unset;
  }
}

.p-about__business-item:nth-child(even) .p-about__business-img img {
  border-radius: 0 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-about__business-item:nth-child(even) .p-about__business-img img {
    border-radius: 30px 0 0 30px;
  }
}

.p-about__business-item:nth-child(even) .p-about__business-body {
  margin-left: unset;
  margin-right: calc(50% - 50vw);
  border-radius: 30px 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-about__business-item:nth-child(even) .p-about__business-body {
    margin-right: unset;
    border-radius: 0 30px 30px 0;
  }
}

.p-about__effort {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-about__effort {
    margin-top: 5.625rem;
  }
}

.p-about__effort-container {
  margin-top: 1.5625rem;
  display: grid;
  gap: 1.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about__effort-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.8125rem;
  }
}

.p-about__effort-read {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__effort-read {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-about__effort-text {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__effort-text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-about__effort-img source,
.p-about__effort-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 545/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.p-about__message {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    margin-top: 7.0625rem;
  }
}

.p-about__inner {
  position: relative;
  z-index: 1;
}

.p-about__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-about__message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about__message-item {
    gap: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-about__message-body {
  color: #fff;
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-about__message-body {
    display: block;
    width: 50.8928571429%;
  }
}

.p-about__message-read {
  margin-top: 0.9375rem;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-about__message-read {
    margin-top: 0.625rem;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
}

.p-about__message-text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 0.9375rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__message-text {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.p-about__message-name {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  text-align: right;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__message-name {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-about__message-name span {
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__message-name span {
    font-size: 1.0625rem;
    line-height: 2.3529411765;
  }
}

.p-about__message-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-about__message-img {
    width: 46.25%;
  }
}

.p-about__message-img source,
.p-about__message-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 518/482;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.p-about__office {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__office {
    margin-top: 7.5rem;
  }
}

.p-about__office-container {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__office-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-about__office-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 470/277;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.p-about__office-body {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0.9375rem 0.9375rem 1.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about__office-body {
    padding: 0.9375rem 1.875rem 1.5625rem;
  }
}

.p-about__office-title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 0.375rem;
  border-bottom: 2px solid #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-about__office-title {
    font-size: 1.5rem;
  }
}

.p-about__office-address {
  margin-top: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-about__office-address {
    font-size: 0.9375rem;
  }
}

.p-about__office-tel {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__office-tel {
    font-size: 0.9375rem;
  }
}

.p-about__office-tel span {
  color: #00A5E6;
  font-size: 0.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__office-tel span {
    font-size: 1rem;
  }
}

.p-about__office-fax {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__office-fax {
    font-size: 0.9375rem;
  }
}

.p-about__office-fax span {
  color: #00A5E6;
  font-size: 0.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__office-fax span {
    font-size: 1rem;
  }
}

.p-about__office-btn {
  text-align: right;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.25rem 1.0625rem;
}

.p-about__office-btn a {
  padding-top: 1.25rem;
  position: relative;
  color: #00A5E6;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__office-btn a {
    padding-top: 2.125rem;
    font-size: 1.5rem;
  }
}

.p-about__office-btn a span {
  position: relative;
  z-index: 1;
}

.p-about__office-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.25rem;
  height: 1.875rem;
  background-color: #00A5E6;
  -webkit-mask-image: url(../img/common/map.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../img/common/map.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-about__office-btn a::before {
    width: 1.8125rem;
    height: 2.5rem;
  }
}

.p-about__office-btn a:hover:before {
  background-color: #fff;
}

.p-about__office-btn a::after {
  content: "";
  position: absolute;
  bottom: -18.75rem;
  right: -18.75rem;
  width: 11.75rem;
  height: 11.75rem;
  background: rgba(0, 141, 228, .75);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-about__office-btn:hover a {
  color: #fff;
  opacity: 1;
}

.p-about__office-btn:hover a::after {
  bottom: -5.625rem;
  right: -5.625rem;
}

.p-about__profile {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-about__profile {
    margin-top: 8.75rem;
    margin-bottom: 12.5rem;
  }
}

.p-about__profile-table {
  margin-top: 1.8125rem;
  background: #fff;
  border-radius: 30px;
  padding: 1.25rem 0.9375rem;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-about__profile-table {
    margin-top: 1.875rem;
    padding: 1.875rem;
  }
}

.p-entry {
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-top: 5.0625rem;
  }
}

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

.p-entry__contents:nth-child(n+2) {
  margin-top: 3.75rem;
}

.p-entry__title:nth-child(n+2) {
  margin-top: 3.75rem;
}

.p-entry__items {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-entry__items {
    margin-top: 3.125rem;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-faq {
  padding: 1.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 3.1875rem 0 0;
  }
}

.p-faq__head {
  background: #fff;
  padding: 1.25rem 0.9375rem;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-faq__head {
    padding: 1.875rem;
    border-radius: 30px;
  }
}

.p-faq__links {
  display: grid;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__links {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.9375rem;
  }
}

.p-faq__link a {
  display: block;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0.5625rem 1.875rem;
  background: #00A5E6;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__link a {
    font-size: 1.0625rem;
    line-height: 1.5;
    padding: 0.8125rem 1.875rem 0.6875rem;
  }
}

.p-faq__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.03125rem;
  height: 0.625rem;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/down-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../img/common/down-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-faq__container {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container {
    margin-top: 3.875rem;
  }
}

.p-faq__contents:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__contents:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-faq__title {
  color: #fff;
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5882352941;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 1.5rem;
    line-height: 2.5;
  }
}

.p-faq__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__content {
    margin-top: 3.75rem;
  }
}

.p-faq__item {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .2));
          filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .2));
}

.p-faq__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-faq__item-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.625rem 1.875rem 0.75rem 2.5rem;
  background: #fff;
  border-radius: 15px;
  color: #00A5E6;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 3.64px;
  text-indent: -2.8em;
  padding-left: 4em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title {
    font-size: 1.125rem;
    line-height: 2.1111111111;
    letter-spacing: 5.4px;
    padding: 1.3125rem 3.75rem;
    text-indent: -3.1em;
    padding-left: 5.1em;
    border-radius: 30px;
  }
}

.p-faq__item-title span {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title span {
    margin-right: 1.25rem;
    font-size: 1.5625rem;
    line-height: 1.36;
  }
}

.p-faq__circle {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(0, 141, 228, .75);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq__circle {
    margin-right: 2.5rem;
    width: 6.75rem;
    height: 6.75rem;
    right: -8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item-title:hover .p-faq__circle {
    right: -1.875rem;
  }
}

/* 縦線 */
.p-faq__item-title::before {
  background: #00A5E6; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 1rem;
  top: 50%; /* 線の位置を縦中央に */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /* 線を縦に */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 0.875rem; /* 線の幅 */
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title::before {
    width: 1.125rem; /* 線の幅 */
    right: 2.375rem;
  }
}

/* 横線 */
.p-faq__item-title::after {
  background: #00A5E6; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 1rem;
  top: 50%; /* 線の位置を縦中央に */
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 0.875rem; /* 線の幅 */
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title::after {
    width: 1.125rem; /* 線の幅 */
    right: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item-title:hover::before {
    background: #fff; /* 線の色 */
  }
}

@media screen and (min-width: 768px) {
  .p-faq__item-title:hover::after {
    background: #fff; /* 線の色 */
  }
}

/* 縦線(クリック後) */
.p-faq__item-title.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #fff; /* 線の色 */
}

/* 横線(クリック後) */
.p-faq__item-title.open::after {
  opacity: 0;
  background: #fff; /* 線の色 */
}

.p-faq__item-body {
  display: none;
  margin-top: 0.625rem;
  padding: 0.625rem 1.3125rem 0.5625rem 1.3125rem;
  background-color: #fff;
  border-radius: 15px;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body {
    padding: 1.25rem 2.5rem 1.25rem 2.25rem;
    border-radius: 30px;
  }
}

.p-faq__item-body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__item-body p {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 3.36px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 4.8px;
  }
}

.p-faq__item-body span {
  margin-right: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body span {
    margin-right: 1.25rem;
    font-size: 1.5625rem;
    line-height: 1.36;
  }
}

.p-faq__item-body a {
  text-decoration: underline;
  font-weight: 700;
}

.p-faq__item-title.open p {
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-faq__item-title.open .p-faq__circle {
  right: -1.25rem;
  width: 56.25rem;
  height: 56.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title.open .p-faq__circle {
    width: 75rem;
    height: 75rem;
    right: -1.875rem;
  }
}

.p-footer {
  color: #fff;
  padding: 3.75rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 9rem;
    padding: 0;
  }
}

.home .p-footer {
  padding: 3.75rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .home .p-footer {
    padding: 0 0 10rem;
  }
}

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

.p-footer__left {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__left {
    display: block;
    padding-right: 6.25rem;
  }
}

.p-footer__btn {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding-left: 3.75rem;
  }
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-footer__nav-item {
  font-size: 1.5rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    padding-top: 0.625rem;
    font-size: 1.5rem;
  }
}

.p-footer__nav-item a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.625rem;
    height: 0.625rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
}

.p-footer__nav-item:hover::before {
  opacity: 1;
}

.p-footer__nav-item--btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  color: #00A5E6;
  padding: 0 2rem 0 1.9375rem;
}

.p-footer__nav-item--btn:hover {
  opacity: 0.7;
}

.p-footer__link {
  margin-top: 3.3125rem;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
    text-align: right;
    text-decoration: none;
  }
}

.p-footer__copyright {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "lineseed", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 3.75rem;
  }
}

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

.p-head__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/125;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-head__img img {
    aspect-ratio: 1512/348;
  }
}

.p-head__title {
  position: relative;
  margin-top: -1.25rem;
}

.p-head__title span {
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  background: #fff;
  color: #00A5E6;
  font-size: 1.125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-radius: 10px;
  text-decoration: underline;
  padding: 0.5rem 0.9375rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-head__title span {
    font-size: 1.875rem;
    padding: 0.5rem 1.375rem 0.1875rem 1.875rem;
  }
}

.p-head__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 80%;
  border-radius: 10px;
  background: #fff;
  z-index: -1;
}

.p-head__nav {
  margin-top: -0.625rem;
  text-align: right;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  max-width: 57%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-head__nav {
    margin-top: -0.9375rem;
    max-width: 70%;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.p-head__nav a {
  text-decoration: underline;
}

.p-head__nav .p-head__current-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-head__nav .p-head__current-item {
    display: inline-block;
  }
}

.p-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 3rem 0.9375rem 0.375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 1.0625rem 4.125rem 0.5625rem 4.125rem;
  }
}

.p-header__inner {
  max-width: 86.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-header__logo {
  position: relative;
  z-index: 102;
}

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

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

.p-header__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-header__wrapper {
    display: contents;
  }
}

.p-header__nav-items {
  padding: 7.875rem 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__nav-items {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-header__nav-item {
  font-size: 1.5rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__nav-item a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-header__nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.625rem;
    height: 0.625rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
}

.p-header__nav-item:hover::before {
  opacity: 1;
}

.p-header__nav-item--btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.9375rem;
  background: #fff;
  border-radius: 30px;
  color: #00A5E6;
  padding: 0.25rem 1.875rem 0.3125rem 1.875rem;
}

.p-header__nav-item--btn:hover {
  opacity: 0.7;
}

.p-header__hamburger {
  background: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: fixed;
  z-index: 102;
  right: 0.9375rem;
  top: 2.875rem;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger-wrap {
  margin-inline: auto;
  background: #00A5E6;
  border-radius: 50%;
  width: 1.4375rem;
  height: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__hamburger span {
  width: 0.1875rem;
  height: 0.1875rem;
  background: #fff;
  display: block;
  border-radius: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-header__hamburger.open .p-header__hamburger-wrap {
  display: block;
  background: none;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  width: 1.25rem;
  background: #00A5E6;
}

.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -8px;
  width: 1.25rem;
  background: #00A5E6;
}

.p-header__hamburger p {
  color: #00A5E6;
  font-size: 0.625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-header__hamburger .p-header__wrapper .l-bg {
  display: none;
}

.p-header__hamburger.open, .p-header__wrapper .l-bg {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger.open, .p-header__wrapper .l-bg {
    display: none;
  }
}

.p-header__link {
  margin-top: 3.875rem;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    display: none;
  }
}

.p-header__copyright {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "lineseed", serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__copyright {
    display: none;
  }
}

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

.p-interview .c-card__year {
  color: #fff;
}

.p-interview .c-card__en {
  color: #fff;
}

.p-interview .c-card__name {
  color: #fff;
}

.p-interview .c-card__body::after {
  background: #fff;
}

.p-interview__cards {
  display: grid;
  row-gap: 1.875rem;
  max-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-interview__cards {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5.8125rem;
       -moz-column-gap: 5.8125rem;
            column-gap: 5.8125rem;
    row-gap: 3.75rem;
  }
}

.p-mv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 0.9375rem;
  text-align: center;
}

.p-mv__img {
  max-width: 86.25rem;
  margin-inline: auto;
  position: relative;
}

.p-mv__img img {
  width: 100%;
  height: calc(100vh - 8.125rem);
  aspect-ratio: 345/656;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -o-object-position: 47%;
     object-position: 47%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1380/723;
    -o-object-position: unset;
       object-position: unset;
    height: calc(100vh - 13.75rem);
  }
}

.p-mv__title {
  position: absolute;
  bottom: 6.25rem;
  left: -0.4375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    left: 2.5rem;
    bottom: 2.5rem;
  }
}

.p-mv__title span {
  font-size: 1.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #00A5E6;
  display: inline-block;
  padding: 0 0.875rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    font-size: 3.75rem;
    letter-spacing: 0.2em;
    line-height: 1.7;
    padding: 0 1.8125rem;
  }
}

.p-mv__title span:nth-child(n+2) {
  margin-top: -0.125rem;
}

.p-mv__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 80%;
  border-radius: 5px;
  background: #fff;
}

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

.p-news__items {
  color: #fff;
  margin-top: 0.3125rem;
}

.p-news__item a {
  display: block;
  padding: 1.75rem 0 1.0625rem;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__item a {
    padding: 1.25rem 5.625rem 1.4375rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.1875rem;
    height: 3.1875rem;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .p-news__item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.8125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.3125rem;
    height: 1.125rem;
    background-color: #00A5E6;
    -webkit-mask-image: url(../img/common/news-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url(../img/common/news-arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

.p-news__item a:hover::after {
  right: 1.5625rem;
  -webkit-animation: wiggle 0.6s infinite ease-in-out;
          animation: wiggle 0.6s infinite ease-in-out;
}

.p-news__item a:hover::before {
  right: 2.5rem;
  -webkit-animation: wiggle 0.6s infinite ease-in-out;
          animation: wiggle 0.6s infinite ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(2px);
            transform: translateY(-50%) translateX(2px);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  75% {
    -webkit-transform: translateY(-50%) translateX(-2px);
            transform: translateY(-50%) translateX(-2px);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(2px);
            transform: translateY(-50%) translateX(2px);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  75% {
    -webkit-transform: translateY(-50%) translateX(-2px);
            transform: translateY(-50%) translateX(-2px);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
.p-news__day {
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news__day {
    font-size: 1.125rem;
  }
}

.p-news__title {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    line-height: 2;
    font-size: 1.25rem;
  }
}

.p-news__pagination {
  margin-top: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 5rem;
  }
}

.p-news__pagination .page-numbers:hover {
  border-bottom: 2px solid #fff;
}

.p-news__pagination .page-numbers.prev:hover {
  border-bottom: none;
}

.p-news__pagination .page-numbers.next:hover {
  border-bottom: none;
}

.p-news__pagination .page-numbers.current {
  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: #fff;
  color: #00A5E6;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  border-radius: 50%;
  border-bottom: none;
}

.p-news__single {
  padding: 1.25rem 0 1.25rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news__single {
    padding: 6.25rem 0 1.25rem;
  }
}

.p-news__single-pagination {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__single-pagination {
    margin-top: 3.75rem;
  }
}

.p-news__single-btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__single-btn {
    margin-top: 3.75rem;
  }
}

.p-news__single .p-news__day {
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news__single .p-news__day {
    font-size: 0.9375rem;
  }
}

.p-news__single .p-news__title {
  padding: 0.3125rem 0.9375rem;
  background: #fff;
  color: #00A5E6;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news__single .p-news__title {
    display: inline-block;
    line-height: 2;
    font-size: 1.3125rem;
    letter-spacing: 0.2em;
  }
}

.p-news__single .p-news__contents {
  margin-top: 1.875rem;
}

.p-news__single .p-news__contents p {
  margin-top: 1.625rem;
  margin-bottom: 1.875rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news__single .p-news__contents p {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.p-news__single .p-news__contents h4 {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0.625rem 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-news__single .p-news__contents h4 {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 1.25rem 0;
  }
}

.p-news__single .p-news__contents h5 {
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.0769230769;
  letter-spacing: 0.1em;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
  background-size: 100% 0.625rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-news__single .p-news__contents h5 {
    margin-top: 2.5rem;
    background-size: 100% 1rem;
    padding-bottom: 0.3125rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
  }
}

.p-news__single .p-news__contents .wp-block-image {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}

.p-privacypolicy {
  margin-top: 2.3125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy {
    margin-top: 6.25rem;
  }
}

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

.p-privacypolicy__read {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__read {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.14em;
  }
}

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

.p-privacypolicy__contents:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.p-privacypolicy__body {
  margin-top: 1.25rem;
}

.p-privacypolicy__text {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__text {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.14em;
  }
}

.p-privacypolicy__item {
  margin-left: 1.25rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__item {
    margin-left: 1.5625rem;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.14em;
  }
}

.p-privacypolicy__item2 {
  margin-left: 1.875rem;
  text-indent: -1em;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__item2 {
    padding-left: 2.625rem;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.14em;
  }
}

.p-privacypolicy__contact {
  margin-top: 3.75rem;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  padding: 1.875rem 0.9375rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact {
    padding: 2.5rem 0 1.5rem;
  }
}

.p-privacypolicy__contact-title {
  color: #00A5E6;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-title {
    font-size: 1.3125rem;
    line-height: 2.8571428571;
  }
}

.p-privacypolicy__contact-read {
  margin-top: 0.625rem;
  color: #333;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-read {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.14em;
  }
}

.p-privacypolicy__contact-wrap {
  margin-top: 0.9375rem;
  background: #00A5E6;
  max-width: 50rem;
  margin-inline: auto;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  padding: 0.9375rem 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-wrap {
    padding: 0.9375rem 0 1.25rem;
  }
}

.p-privacypolicy__contact-wrap-title {
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-wrap-title {
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}

.p-privacypolicy__contact-wrap-tel {
  font-size: 1.5rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-wrap-tel {
    line-height: 2;
  }
}

.p-privacypolicy__contact-wrap-time {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-wrap-time {
    margin-top: 0;
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.14em;
  }
}

.p-privacypolicy__contact-wrap-mail {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contact-wrap-mail {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    letter-spacing: 0.14em;
  }
}

.p-read {
  padding: 5.0625rem 0 3.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-read {
    padding: 13.375rem 0 5.625rem;
  }
}

.p-read__title {
  display: inline;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "lineseed", serif;
  background: #fff;
  color: #00A5E6;
  padding: 0 0.3125rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .p-read__title {
    font-size: 1.75rem;
    padding: 0.1875rem 0.625rem;
    line-height: 2.1428571429;
    letter-spacing: 0.2em;
  }
}

.p-read__text {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-read__text {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

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

.p-recruit__title:nth-child(n+2) {
  margin-top: 3.75rem;
}

.p-recruit__wrap {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  padding: 1.25rem 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__wrap {
    padding: 1.875rem 1.875rem 2.5rem;
  }
}

.p-recruit__read {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00A5E6;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-recruit__read {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.p-recruit__text {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruit__text {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
  }
}

.p-recruit__text p {
  display: inline-block;
  padding-left: 1.125rem;
  position: relative;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recruit__text p {
    font-size: 1rem;
  }
}

.p-recruit__text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background: #00A5E6;
  border-radius: 50%;
}

.p-recruit__container {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__container {
    margin-top: 3.75rem;
  }
}

.p-recruit__items {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__items {
    margin-top: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-single-interview {
  margin-top: 3.1875rem;
}

.p-single-interview .p-head__nav {
  text-align: left;
  margin-top: 0.125rem;
  margin-left: unset;
  margin-right: auto;
}

.p-single-interview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single-interview__inner {
    gap: 1.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-single-interview__img {
    width: 57.1428571429%;
  }
}

.p-single-interview__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/348;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}

.p-single-interview__body {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-interview__body {
    width: 40.5357142857%;
  }
}

.p-single-interview__comment {
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__comment {
    margin-top: -6.875rem;
    margin-right: -1.25rem;
  }
}

.p-single-interview__comment span {
  background: #fff;
  color: #00A5E6;
  font-size: 1.125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-decoration: underline;
  display: inline;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  padding: 0.5rem 0.9375rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-interview__comment span {
    font-size: 2.5rem;
    padding: 0.8125rem 0.9375rem;
    line-height: 1.9;
    letter-spacing: 0.2em;
  }
}

.p-single-interview__comment span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 80%;
  border-radius: 5px;
  background: #fff;
  z-index: -1;
}

.p-single-interview__year {
  font-size: 1.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-single-interview__year {
    display: block;
    font-size: 2.25rem;
  }
}

.p-single-interview__year span {
  display: inline-block;
  font-size: 0.9375rem;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__year span {
    font-size: 1.125rem;
  }
}

.p-single-interview__department {
  padding: 0.25rem 2.375rem;
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #fff;
  color: #00A5E6;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  vertical-align: bottom;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__department {
    margin-top: 0.5625rem;
    font-size: 1rem;
    padding: 0.125rem 2.125rem;
    margin-bottom: 0;
  }
}

.p-single-interview__en {
  margin-top: 0.375rem;
  font-size: 1.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-interview__en {
    font-size: 2.25rem;
  }
}

.p-single-interview__name {
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-interview__name {
    font-size: 1.3125rem;
  }
}

.p-single-interview__subcomment {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-interview__subcomment {
    margin-top: 1.25rem;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.8823529412;
    letter-spacing: 0.14em;
  }
}

.p-single-interview__qa {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa {
    margin-top: 5.625rem;
  }
}

.p-single-interview__qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-single-interview__qa-img {
    width: 46.25%;
  }
}

.p-single-interview__qa-img img {
  border-radius: 30px 30px 0 0;
  max-width: 32.375rem;
  width: 100%;
  height: auto;
  aspect-ratio: 518/300;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-img img {
    border-radius: 30px;
  }
}

.p-single-interview__qa-body {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 1.25rem 0.9375rem 1.875rem;
  position: relative;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-body {
    margin-top: 6.8125rem;
    margin-left: -4.125rem;
    width: 59.6428571429%;
    padding: 2.5rem 2.5rem 4rem;
    border-radius: 30px;
  }
}

.p-single-interview__qa-body::before {
  content: "Q.";
  position: absolute;
  bottom: -0.9375rem;
  right: 0;
  font-size: 5.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: rgba(0, 141, 228, .2);
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-body::before {
    font-size: 8rem;
    bottom: -1.25rem;
  }
}

.p-single-interview__qa-title {
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00A5E6;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-title {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.p-single-interview__qa-text {
  margin-top: 0.9375rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-single-interview__qa-item:nth-child(odd) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-item:nth-child(odd) {
    margin-top: -0.625rem;
  }
}

.p-single-interview__qa-item:nth-child(even) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 2.5rem;
  }
}

.p-single-interview__qa-item:nth-child(even) .p-single-interview__qa-body {
  margin-top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-single-interview__qa-item:nth-child(even) .p-single-interview__qa-body {
    margin-right: -4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-interview__qa-item:nth-child(even) .p-single-interview__qa-img {
    margin-top: 6rem;
  }
}

.p-single-interview__schedule {
  margin-top: 5.625rem;
}

.p-single-interview__schedule-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-single-interview__schedule-contain {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-contain {
    width: 56.1607142857%;
  }
}

.p-single-interview__schedule-item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-single-interview__schedule-time {
  margin-left: 0.9375rem;
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #00A5E6;
  color: #fff;
  padding: 0.3125rem 0;
  text-align: center;
  min-width: 7.5rem;
  max-width: 7.5rem;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-time {
    padding: 0.75rem 0 0.6875rem;
    margin-left: 2.4375rem;
    font-size: 1.0625rem;
    letter-spacing: 0.2em;
    min-width: 8.3125rem;
    max-width: 8.3125rem;
  }
}

.p-single-interview__schedule-body {
  width: 100%;
  margin-top: -0.9375rem;
  border-radius: 20px;
  padding: 1.875rem 2rem 0.9375rem;
  background: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-body {
    margin-top: -1.5625rem;
    padding: 2.5rem 3.75rem 1.875rem;
  }
}

.p-single-interview__schedule-body-title {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-body-title {
    font-size: 1.25rem;
  }
}

.p-single-interview__schedule-body-text {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-body-text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

.p-single-interview__schedule-img {
  max-width: 36.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__schedule-img {
    margin-left: -6.125rem;
    width: 52.5892857143%;
    gap: 1.25rem;
  }
}

.p-single-interview__schedule-img img {
  border-radius: 20px;
}

.p-single-interview__voice {
  margin-top: 5.625rem;
}

.p-single-interview__voice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single-interview__voice-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3.75rem;
  }
}

.p-single-interview__voice-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-single-interview__voice-img {
    max-width: 14.375rem;
  }
}

.p-single-interview__voice-img img {
  border-radius: 20px;
}

.p-single-interview__voice-wrap {
  margin-top: -1.625rem;
  color: #fff;
}

.p-single-interview__voice-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-single-interview__voice-wrap .p-single-interview__department {
  padding: 0.1875rem 1.375rem;
  font-size: 0.8125rem;
  display: inline-block;
  margin-top: 0;
}

.p-single-interview__voice-wrap .p-single-interview__name {
  font-size: 1.0625rem;
  display: inline-block;
}

.p-single-interview__voice-wrap2 .p-single-interview__department {
  margin-bottom: 0;
}

.p-single-interview__voice-body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-single-interview__voice-body {
    display: block;
  }
}

.p-single-interview__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-single-interview__voice-read {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-interview__voice-read {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.p-single-interview__voice-message-title {
  margin-top: 1.875rem;
  display: inline-block;
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding: 0.5625rem 0.9375rem;
  background: #fff;
  color: #00A5E6;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-interview__voice-message-title {
    margin-top: 3.75rem;
    font-size: 1.3125rem;
    line-height: 2.8571428571;
    padding: 0 1.75rem;
    border-radius: 10px;
  }
}

.p-single-interview__voice-text {
  margin-top: 0.9375rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-interview__voice-text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

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

.p-single-recruit {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit {
    margin-top: 2.8125rem;
  }
}

.p-single-recruit__work-items {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-items {
    margin-top: 2.8125rem;
  }
}

.p-single-recruit__work-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-item {
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
            box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 30px;
    grid-template-columns: 32.375rem 1fr;
  }
}

.p-single-recruit__work-item:nth-child(n+2) {
  margin-top: 1.875rem;
}

.p-single-recruit__work-img {
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-img {
    margin-right: unset;
  }
}

.p-single-recruit__work-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/209;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-img img {
    border-radius: 30px 0 0 30px;
    aspect-ratio: 518/216;
  }
}

.p-single-recruit__work-body {
  margin-top: -1.875rem;
  border-radius: 0 0 15px 0;
  padding: 3.3125rem 0.9375rem 2.5rem;
  margin-left: calc(50% - 50vw);
  background: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-body {
    height: 100%;
    margin-top: unset;
    margin-left: unset;
    border-radius: 0 30px 30px 0;
    padding: 2.5rem 1.875rem 2.5rem 2.125rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-single-recruit__work-title {
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #00A5E6;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-title {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.p-single-recruit__work-text {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-single-recruit__work-item:nth-child(even) .p-single-recruit__work-img {
  margin-right: unset;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-item:nth-child(even) .p-single-recruit__work-img {
    margin-left: unset;
  }
}

.p-single-recruit__work-item:nth-child(even) .p-single-recruit__work-img img {
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-item:nth-child(even) .p-single-recruit__work-img img {
    border-radius: 30px 0 0 30px;
  }
}

.p-single-recruit__work-item:nth-child(even) .p-single-recruit__work-body {
  margin-left: unset;
  margin-right: calc(50% - 50vw);
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__work-item:nth-child(even) .p-single-recruit__work-body {
    border-radius: 0 30px 30px 0;
    margin-right: unset;
  }
}

.p-single-recruit__interview {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview {
    margin-top: 5.625rem;
  }
}

.p-single-recruit__title {
  position: relative;
  z-index: 1;
}

.p-single-recruit__interview-container {
  margin-top: -0.9375rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-container {
    grid-template-columns: 38.9375rem 1fr;
    gap: 2.875rem;
    margin-top: -1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-single-recruit__interview-img {
  overflow: hidden;
  border-radius: 30px;
}

.p-single-recruit__interview-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 623/338;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-single-recruit__interview-body {
  color: #fff;
  position: relative;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-body {
    margin-top: 0;
  }
}

.p-single-recruit__interview-body::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 2.3125rem;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/news-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../img/common/news-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-body::after {
    bottom: 1.25rem;
    width: 1.3125rem;
    height: 1.125rem;
  }
}

.p-single-interview__body-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-interview__body-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.p-single-recruit__interview-title {
  font-size: 1.125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #00A5E6;
  text-decoration: underline;
  display: inline;
  background: #fff;
  padding: 0.5rem 0.875rem;
  border-radius: 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-title {
    font-size: 1.875rem;
    line-height: 1.8;
    padding: 0.875rem;
  }
}

.p-single-recruit__interview-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 80%;
  border-radius: 5px;
  background: #fff;
  z-index: -1;
}

.p-single-recruit__interview-year {
  margin-top: 0.9375rem;
  font-size: 1.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-year {
    display: block;
    margin-top: 1.875rem;
    font-size: 2.25rem;
  }
}

.p-single-recruit__interview-year span {
  display: inline-block;
  font-size: 0.9375rem;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-year span {
    font-size: 1.125rem;
  }
}

.p-single-recruit__interview-department {
  padding: 0.25rem 2.125rem;
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #fff;
  color: #00A5E6;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  margin-bottom: 0.3125rem;
  vertical-align: bottom;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-department {
    margin-top: 0.5625rem;
    font-size: 1rem;
    margin-bottom: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.p-single-recruit__interview-en {
  font-size: 1.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-en {
    margin-top: 0.375rem;
    font-size: 2.25rem;
  }
}

.p-single-recruit__interview-name {
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__interview-name {
    font-size: 1.3125rem;
  }
}

.p-single-recruit__interview-container:hover .p-single-recruit__interview-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-single-recruit__interview-container:hover .p-single-recruit__interview-body::after {
  right: -0.3125rem;
}

.p-single-recruit__profile {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__profile {
    margin-top: 5.625rem;
  }
}

.p-single-recruit__profile-table {
  margin-top: 0.9375rem;
  background: #fff;
  border-radius: 15px;
  padding: 1.25rem 0.9375rem;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-recruit__profile-table {
    margin-top: 1.875rem;
    border-radius: 30px;
    padding: 1.875rem 1.875rem 2.5rem;
  }
}

.p-single-recruit__flow {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow {
    margin-top: 5.625rem;
  }
}

.p-single-recruit__flow-items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow-items {
    margin-top: 2.5rem;
  }
}

.p-single-recruit__flow-item {
  background: #fff;
  padding: 0.9375rem 0.9375rem 1.25rem;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    border-radius: 30px;
    padding: 0.75rem 1.1875rem 0.8125rem;
  }
}

.p-single-recruit__flow-item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow-item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-single-recruit__flow-number {
  display: inline-block;
  background: #00A5E6;
  color: #fff;
  font-size: 0.8125rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.3125rem 2.3125rem;
  border-radius: 15px;
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow-number {
    max-width: 100%;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
    padding: 2.125rem 0.6875rem 1.875rem 0.75rem;
    font-size: 1.0625rem;
    letter-spacing: 0.2em;
    border-radius: 20px;
  }
}

.p-single-recruit__flow-title {
  font-size: 0.9375rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #00A5E6;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow-title {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.p-single-recruit__flow-text {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__flow-text {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    letter-spacing: 0.2em;
  }
}

.p-single-recruit__entry {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry {
    margin-top: 5.625rem;
  }
}

.p-single-recruit__entry-contents {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 0.9375rem 0.9375rem 1.875rem;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry-contents {
    border-radius: 30px;
    padding: 1.875rem 0 2.5rem;
  }
}

.p-single-recruit__entry-btn {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry-btn {
    margin-top: 1.875rem;
  }
}

.p-single-recruit__entry-btn .c-btn-arrow {
  min-width: 19.6875rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry-btn .c-btn-arrow {
    font-size: 1rem;
    min-width: 26.1875rem;
  }
}

.p-single-recruit__entry-other {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry-other {
    margin-top: 3.125rem;
  }
}

.p-single-recruit__entry-other-title {
  font-size: 1.0625rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.2em;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry-other-title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
  }
}

.p-single-recruit__entry-other-items {
  margin-top: 1.875rem;
  gap: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-single-recruit__entry-other-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.p-single-recruit__entry-other-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 400/210;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about {
  background: url(../img/top/top_about-sp.png) no-repeat center/cover;
  position: relative;
  padding: 1.875rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 6.875rem 0 5.625rem;
    background: url(../img/top/top_about.png) no-repeat center/cover;
  }
}

.p-top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 141, 228, .25)), to(rgba(0, 141, 228, .25)));
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 141, 228, .25), rgba(0, 141, 228, .25));
}

.p-top-about__inner {
  display: grid;
}

.p-top-about__head {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
}

.p-top-about__text {
  margin-top: 1.5rem;
  color: #fff;
  position: relative;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 1rem;
    padding: 0 2.5rem;
  }
}

.p-top-about__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn {
    margin-top: 0;
  }
}

.p-top-faq {
  margin-top: 4.6875rem;
}

.p-top-faq__title {
  margin-top: 8.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-family: "lineseed", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-faq__title {
    margin-top: 4.6875rem;
    font-size: 3.3125rem;
  }
}

.p-top-faq__btn {
  margin-top: 0.9375rem;
  text-align: center;
}

.p-top-interview {
  padding: 3.75rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-interview {
    padding: 5.3125rem 0 0;
  }
}

.p-top-interview__inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
  padding: 1.875rem 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__inner {
    max-width: 69.375rem;
    border-radius: 30px;
    padding: 3rem 1.875rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-interview__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-interview__title .c-section-title {
  color: #00A5E6;
}

.p-top-interview__title .c-section-title::before {
  background: #00A5E6;
}

.p-top-interview__cards {
  margin-top: 1.6875rem;
  display: grid;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__cards {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-interview__btn {
    text-align: center;
  }
}

.p-top-news {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 4.8125rem 0 8.4375rem;
  }
}

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

.p-top-news__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}

.p-top-news__items {
  color: #fff;
}

.p-top-news__btn {
  text-align: center;
}

.p-top-recruit {
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
}

.p-top-recruit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-recruit__body {
  padding: 1.875rem 0 1.25rem;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__body {
    padding: 2.625rem 0 9.75rem;
  }
}

.p-top-recruit__title .c-section-title {
  color: #00A5E6;
}

.p-top-recruit__title .c-section-title::before {
  background: #00A5E6;
}

.p-top-recruit__text {
  margin-top: 2.375rem;
}

.p-top-recruit__btn {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__btn {
    padding-left: 2.0625rem;
  }
}

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

.p-top-recruit__img {
  max-width: 44rem;
  margin-bottom: -6.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img {
    margin-bottom: -2.8125rem;
    margin-top: -2.8125rem;
  }
}

.p-top-recruit__img source,
.p-top-recruit__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 345/243;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img source,
  .p-top-recruit__img img {
    border-radius: 30px;
    aspect-ratio: 704/439;
  }
}

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

.u-grad {
  position: relative;
}

.u-grad::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(9.38deg, rgba(26, 85, 175, .8) 5.78%, rgba(255, 255, 255, 0) 64.42%);
}

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

/* 20250521 and_add */
@media screen and (min-width: 768px) {
  .p-single-recruit__work-img {
      height: 100%;
  }
}

.p-header__nav-items {
  padding-left: 2rem;
}