@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

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

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.05em;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  /* pcの電話番号発信対応 */
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-sub-title {
  background-color: #c81017;
  color: #fff;
  padding: 20px 7px;
  padding: 1.25rem 0.4375rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  border-bottom: 5px solid #1a1a1a;
  border-bottom: 0.3125rem solid #1a1a1a;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-sub-title {
    font-size: 1.75rem;
    padding: 0.625rem 1.25rem;
  }
}

.c-sub-title__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .c-sub-title__text {
    font-size: 1.5rem;
  }
}

.p-404 {
  margin-top: 130px;
  margin-top: 8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-404 {
    margin-top: 11.25rem;
    margin-bottom: 5.625rem;
  }
}

.p-404__title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  color: #c81017;
}

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

.p-change__text {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-change__text {
    max-width: 53.125rem;
  }
}

.p-declaration__title {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-declaration__title {
    margin-top: 5rem;
  }
}

.p-declaration__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-declaration__cards {
    margin-top: 4.6875rem;
    gap: 3.125rem;
  }
}

.p-declaration__card {
  position: relative;
  padding-top: 25px;
  padding-top: 1.5625rem;
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-declaration__card {
    max-width: none;
    max-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.875rem;
  }
}

.p-declaration__head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #c81017;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 2;
}

.p-declaration__name {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #c81017;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-declaration__name {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.p-declaration__name::before {
  content: "";
  position: absolute;
  bottom: -9px;
  bottom: -0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 13px 0px 13px;
  border-width: 0.625rem 0.8125rem 0px 0.8125rem;
}

.p-declaration__body {
  background-color: #c81017;
  color: #fff;
  padding: 20px 7px;
  padding: 1.25rem 0.4375rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  border-bottom: 5px solid #1a1a1a;
  border-bottom: 0.3125rem solid #1a1a1a;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-declaration__body {
    font-size: 1.75rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-footer {
  background-color: #c81017;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 7.5rem;
  }
}

.p-footer__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 650px;
  max-width: 40.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 59.375rem;
  }
}

.p-footer__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer_shinhara.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 80%;
  height: 100%;
  top: 10px;
  top: 0.625rem;
  right: -28%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-footer__inner::before {
    width: 40%;
    top: 0;
    left: 0;
    right: auto;
    right: initial;
  }
}

.p-footer__container {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-footer__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

.p-footer__content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-footer__content span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__content {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    width: 40%;
  }
}

.p-footer__content ul {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  gap: 4px;
  gap: 0.25rem;
  font-weight: 400;
}

.p-footer__link {
  border: 1px solid #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px;
  padding: 0.3125rem;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__map {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__map {
    margin-top: 0;
    width: 60%;
  }
}

.p-footer__map iframe {
  aspect-ratio: 676/408;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-footer__room {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__room {
    width: 12.5rem;
    margin-top: 3.125rem;
  }
}

.p-footer__policy {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__policy {
    margin-top: 2.5rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  z-index: 10000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-header.is-change {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header.is-change {
    background-color: transparent;
    background-color: initial;
  }
}

.p-header.is-change .p-header__logo {
  color: #c81017;
}

.p-header.is-change .p-header__hamburger span {
  background-color: #c81017;
}

@media screen and (min-width: 768px) {
  .p-header.is-change .p-header__item a {
    color: #c81017;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-inline: auto;
  max-width: 650px;
  max-width: 40.625rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 53.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0.625rem;
    height: auto;
    height: initial;
    z-index: -1;
  }
}

.p-header__logo {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-header__logo.is-open {
  color: #c81017;
}

.p-header__logo span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}

.p-header__hamburger {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  position: relative;
  z-index: 10000;
}

.p-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
  margin-top: 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}

.p-header__hamburger span:nth-child(2) {
  width: 75%;
}

.p-header__hamburger span:nth-child(3) {
  width: 50%;
}

.p-header__hamburger.is-open span {
  background-color: #c81017;
}

.p-header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: 0px;
  margin-top: 0rem;
}

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

.p-header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -10px;
  margin-top: -0.625rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

.p-header__nav {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  top: 0px;
  top: 0rem;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  height: 100vh;
  -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-header__nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: relative;
    color: #fff;
    height: auto;
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-header__nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__hamburger {
  cursor: pointer;
  /* 必要に応じて装飾 */
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__list {
    gap: 0.625rem;
  }
}

.p-header__item {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__item {
    font-size: 1rem;
  }
}

.p-header__item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #c81017;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
  }
}

.p-line {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-line__text {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-line__image {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-line__image {
    position: relative;
    z-index: 100;
  }
}

.p-main {
  background-color: #c81017;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-main__inner {
  display: contents;
}

.p-main__human {
  margin-inline: auto;
  max-width: 440px;
  max-width: 27.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.p-main__content {
  position: absolute;
  bottom: 90px;
  bottom: 5.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-main__text {
  width: 95%;
  margin-inline: auto;
  max-width: 430px;
  max-width: 26.875rem;
  margin-inline: auto;
}

.p-main__subtitle {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
}

.p-line__text {
  font-weight: 700;
}

.p-main__team {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 430px;
  max-width: 26.875rem;
  margin-inline: auto;
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.p-message {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-message__sub {
  font-size: 24px;
  font-size: 1.5rem;
  color: #c81017;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c81017;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-message__sub {
    letter-spacing: 0.05em;
    font-size: 1.875rem;
  }
}

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

.p-message__title {
  font-size: 42px;
  font-size: 2.625rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #c81017;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__title small {
    font-size: 2.25rem;
  }
}

.p-message__detail {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__detail {
    font-size: 1rem;
    max-width: 53.125rem;
  }
}

.p-message__detail p:not(:first-child) {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
}
@media screen and (min-width: 768px) {
  .p-message__detail p:not(:first-child) {
    margin-top: 1.75rem;
  }
}

.p-message__detail-last {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: right;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-message__detail-last {
    font-size: 1.625rem;
  }
}

.p-message__detail-last span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff100));
  background: linear-gradient(transparent 70%, #fff100 30%);
}

.p-message__container {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-message__title span {
  color: #1a1a1a;
}

.p-message__cards {
  width: 90%;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-message__cards {
    max-width: 45.3125rem;
  }
}

.p-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  width: 100%;
  height: 100%;
}

.p-message__number {
  width: 100px;
  width: 6.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  background-color: #1a1a1a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-message__number {
    width: 7.5rem;
    font-size: 1rem;
  }
}

.p-message__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-message__number span {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-message__number span {
    font-size: 1.5rem;
  }
}

.p-message__comment {
  width: calc(100% - 6.25rem);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #c81017;
  color: #fff;
  padding: 10px;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-message__comment {
    font-size: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-message__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  padding: 12px 6px 20px;
  padding: 0.75rem 0.375rem 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1rem;
    padding-inline: 0;
    padding: 1.25rem 0rem 2.1875rem;
  }
}

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

.p-profile__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 650px;
  max-width: 40.625rem;
}
@media screen and (min-width: 768px) {
  .p-profile__inner {
    max-width: 53.125rem;
  }
}

.p-profile__head {
  padding-top: 40px;
  padding-top: 2.5rem;
  background-image: url(../images/grade_haikei.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile__head {
    background-image: url(../images/grade_haikei_pc.png);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    z-index: -1;
  }
}

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

.p-profile__title {
  font-size: 42px;
  font-size: 2.625rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #c81017;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    font-size: 3.125rem;
  }
}

.p-profile__image {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-profile__image {
    margin-inline: initial;
    max-width: 25rem;
  }
}

.p-profile__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: initial;
  }
}

.p-profile__name h2 {
  background-color: #c81017;
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px 15px 12px;
  padding: 0.625rem 0.9375rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-profile__name h2 {
    font-size: 3.75rem;
    padding: 0.75rem 1.25rem 0.875rem;
  }
}

.p-profile__name p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  background-color: #c81017;
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 8px;
  padding: 0.3125rem 0.9375rem 0.5rem;
}

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

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

.p-profile__history {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #c81017;
  line-height: 1;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: italic;
  position: relative;
}

.p-profile__history::before {
  content: "";
  position: absolute;
  width: 50px;
  width: 3.125rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #c81017;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-profile__history::before {
    width: 3.125rem;
  }
}

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

.p-profile__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item dl {
    font-size: 1rem;
    padding-bottom: 2.1875rem;
  }
}

.p-profile__item dl::before {
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-radius: 1000px;
  border: 3px solid #c81017;
  border: 0.1875rem solid #c81017;
  position: absolute;
  left: 0;
  top: 0px;
  top: 0rem;
  border-radius: 100%;
  z-index: 2;
  background-color: #fff;
}

.p-profile__item dl::after {
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background-color: #c81017;
  position: absolute;
  left: 7px;
  left: 0.4375rem;
  top: 0px;
  top: 0rem;
}

.p-profile__item dl:last-child {
  padding-bottom: 0;
}

@supports (margin-block: 1em) {
  .p-profile__item dt,
  .p-profile__item dd {
    margin-block: -0.3em;
  }
  @media screen and (min-width: 768px) {
    .p-profile__item dt,
    .p-profile__item dd {
      margin-block: -0.4em;
    }
  }
}
@supports not (margin-block: 1em) {
  .p-profile__item dt,
  .p-profile__item dd {
    margin-top: -0.3em;
    margin-bottom: -0.3em;
  }
  @media screen and (min-width: 768px) {
    .p-profile__item dt,
    .p-profile__item dd {
      margin-top: -0.4em;
      margin-bottom: -0.4em;
    }
  }
}

.p-profile__item dt {
  width: 125px;
  width: 7.8125rem;
  color: #c81017;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-profile__item dt {
    width: 9.375rem;
  }
}

.p-profile__item dd {
  width: calc(100% - 7.5rem);
}

.p-profile__item--days {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item--days {
    margin-top: 1.875rem;
    gap: 2.1875rem;
  }
}

.p-profile__item--days dl {
  display: grid;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-profile__item--days dl {
    gap: 0.9375rem;
  }
}

.p-profile__item--days dl::before {
  display: none;
}

.p-profile__item--days dt,
.p-profile__item--days dd {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item--days dt,
  .p-profile__item--days dd {
    letter-spacing: 0.05em;
  }
}

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

.p-profile__item--other dl {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item--other dl {
    padding-bottom: 1.25rem;
  }
}

.p-profile__item--other dl::before,
.p-profile__item--other dl::after {
  display: none;
}

.p-profile__item--other dt {
  width: 80px;
  width: 5rem;
  text-align: center;
  background-color: #c81017;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  padding: 2px 10px 3px;
  padding: 0.125rem 0.625rem 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-profile__item--other dt {
    width: 6.25rem;
  }
}

.p-profile__item--other dd {
  width: calc(100% - 5rem);
  padding-top: 0px;
  padding-top: 0rem;
  line-height: 1.75;
}

.p-profile__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-profile__images {
    width: 40%;
    margin-top: 0;
  }
}

.p-profile__image img {
  aspect-ratio: 299/438;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (min-width: 768px) {
  .p-profile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

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

.p-report__content:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-report__content:not(:first-child) {
    margin-top: 6.25rem;
  }
}

.p-report__title {
  font-size: 42px;
  font-size: 2.625rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #c81017;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .p-report__title {
    font-size: 3.125rem;
  }
}

.p-report__image {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-report__image {
    max-width: 53.125rem;
  }
}

.p-report__main {
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-report__main {
    max-width: 53.125rem;
  }
}

.p-report__active {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-report__active {
    max-width: 53.125rem;
    margin-top: 6.25rem;
  }
}

.p-report__cards {
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-report__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-report__card {
  border: 2px solid #1a1a1a;
  border: 0.125rem solid #1a1a1a;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-report__card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-report__card:nth-child(1) {
  border-color: #da518e;
  background-color: #da518e;
}

.p-report__card:nth-child(2) {
  border-color: #f7ab00;
  background-color: #f7ab00;
}

.p-report__card:nth-child(3) {
  border-color: #0099cc;
  background-color: #0099cc;
}

.p-report__card:nth-child(4) {
  border-color: #ea5504;
  background-color: #ea5504;
}

.p-report__cardInner {
  background-color: #fff;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-report__cardInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-report__cardBox {
  display: grid;
  gap: 3px;
  gap: 0.1875rem;
}

.p-report__subTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 7px;
  padding: 0.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-report__subTitle {
    font-size: 1.125rem;
  }
}

.p-report__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  gap: 0.375rem;
  font-weight: 600;
}

.p-report__name span {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  background-color: #1a1a1a;
  display: block;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-report__card:nth-child(1) .p-report__name {
  color: #da518e;
}

.p-report__card:nth-child(1) .p-report__name span {
  background-color: #da518e;
}

.p-report__card:nth-child(2) .p-report__name {
  color: #f7ab00;
}

.p-report__card:nth-child(2) .p-report__name span {
  background-color: #f7ab00;
}

.p-report__card:nth-child(3) .p-report__name {
  color: #0099cc;
}

.p-report__card:nth-child(3) .p-report__name span {
  background-color: #0099cc;
}

.p-report__card:nth-child(4) .p-report__name {
  color: #ea5504;
}

.p-report__card:nth-child(4) .p-report__name span {
  background-color: #ea5504;
}

.p-report__list {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-report__item {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-report__item::before {
  content: "";
  position: absolute;
  left: 4px;
  left: 0.25rem;
  top: 9px;
  top: 0.5625rem;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-radius: 1000px;
  background-color: #1a1a1a;
}

.p-report__activeImage {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-report__activeImage img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-report__activeImage img {
    min-height: 12.0625rem;
  }
}

.p-report__challenge {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-report__challenge {
    max-width: 53.125rem;
    margin-top: 6.25rem;
  }
}

.p-report__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-report__text {
    font-size: 1rem;
  }
}

.p-report__text p:last-child {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: right;
  font-size: clamp(10px, 12px, 5vw);
  font-size: clamp(10px, 0.75rem, 5vw);
}

.p-report__more {
  position: relative;
  color: #2533ec;
  padding-left: 17px;
  padding-left: 1.0625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-report__more::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.p-report__works {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 90%;
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-report__works {
    max-width: 53.125rem;
    margin-top: 6.25rem;
  }
}

.p-report__sub {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: relative;
  z-index: 2;
  background-color: #c81017;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-report__sub {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.p-report__sub::before {
  content: "";
  position: absolute;
  bottom: -9px;
  bottom: -0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #c81017 transparent transparent transparent;
  border-width: 10px 13px 0px 13px;
  border-width: 0.625rem 0.8125rem 0px 0.8125rem;
}

.p-report__informatino {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: grid;
  gap: 25px;
  gap: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-report__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
  }
}

.p-report__year {
  white-space: nowrap;
  background-color: #c81017;
  color: #fff;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
}

.p-report__action {
  margin-top: 3px;
  margin-top: 0.1875rem;
  color: #c81017;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-report__action {
    margin-top: 0;
  }
}

.p-report__textarea {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-report__textarea span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-report__textarea span::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-report__textarea span:nth-child(n+2) {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: inline-block;
}

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

.p-report__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.p-report__picture img {
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
/*# sourceMappingURL=styles.css.map */
