@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  text-decoration: none;
}
:root {
  --color-main: #096d7b;
  --color-main-accent: #ddf0f2;
  --color-cv: #f37b4c;
  --color-text: #333333;
  --color-fv-text: #0a3a64;
  --color-link: #0481fd;
  --color-gray: #d9d9d9;
  --color-border-1: #b4b4b4;
  --color-border-2: #858585;
  --color-bg-section: #f5f5f5;
  --color-white: #ffffff;
  --gradient-main: linear-gradient(
    181deg,
    rgb(25, 185, 44) 0%,
    rgb(8, 195, 175) 25%,
    rgb(0, 142, 198) 100%
  );
  --gradient-sub: linear-gradient(
    0deg,
    rgb(237, 248, 249) 0%,
    rgb(221, 240, 242) 100%
  );
}
html {
  font-size: 100%;
}
@media screen and (max-width: 1010px) {
  html {
    font-size: 1.584vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.267vw;
  }
}
body {
  color: #333;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.js-fade {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-main {
  flex: 1;
}
.l-inner {
  width: 100%;
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 70.75rem;
    padding-inline: 1rem;
  }
}
.l-inner--lg {
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 77rem;
  }
}
.l-inner--md {
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 64.5rem;
  }
}
.l-inner--sm {
  max-width: 59.375rem;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 56.375rem;
  }
}
.l-inner--full {
  max-width: 100%;
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}
.l-footer {
  background-color: #fff;
  padding-block: 2.5rem;
  clip-path: inset(-9999px 0 0 0);
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.625rem;
  padding: 1rem 2.25rem;
  border-radius: 62.4375rem;
  border: 2px solid transparent;
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  max-width: 26.5625rem;
  transition:
    opacity 0.2s ease,
    background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
    padding: 1rem 0.5rem;
    white-space: normal;
    text-align: center;
  }
}
.c-btn__arrow {
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid rgb(243, 123, 76);
  vertical-align: middle;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    right: 0.75rem;
  }
}
.c-btn--cv {
  background: #f37b4c;
  color: #fff;
  border-color: #f37b4c;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.c-btn--cv .c-btn__arrow {
  border-left-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--cv:hover {
    background: #fff;
    color: #f37b4c;
    opacity: 1;
  }
  .c-btn--cv:hover .c-btn__arrow {
    border-left-color: #f37b4c;
  }
}
.c-btn--cv-outline {
  background: #fff;
  color: #f37b4c;
  border-color: #f37b4c;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--cv-outline:hover {
    background: #f37b4c;
    color: #fff;
    opacity: 1;
  }
  .c-btn--cv-outline:hover .c-btn__arrow {
    border-left-color: #fff;
  }
}
.c-btn--primary {
  background: #096d7b;
  color: #fff;
  border-color: #096d7b;
}
.c-btn--primary-outline {
  background: transparent;
  color: #096d7b;
  border-color: #096d7b;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--primary-outline:hover {
    background: #096d7b;
    color: #fff;
    opacity: 1;
  }
}
.c-btn--lg {
  font-size: 1.25rem;
  padding: 1.25rem 3rem;
}
.c-btn--sm {
  font-size: 1rem;
  padding: 0.625rem 1.5rem;
}
.c-btn--full {
  width: 100%;
}
.c-btn--contact {
  background: #fff;
  color: #333;
  border-color: #333;
  width: auto;
  max-width: none;
  gap: 0.5rem;
  padding: 1rem 3.25rem;
}
.c-btn--contact:before {
  content: "●";
  font-size: 0.55em;
  color: #0184cb;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--contact:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
}
.c-btn--more {
  background: #fff;
  color: #333;
  border-color: #333;
  border-width: 2px;
  font-weight: 500;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .c-btn--more {
    min-width: 220px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--more:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
}
.c-btn--more__icon {
  font-size: 0.75rem;
  transition: transform 0.4s ease;
}
.c-btn--more.is-open .c-btn--more__icon {
  transform: rotate(180deg);
}
.c-btn:disabled,
.c-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.c-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4375rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.c-hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0.125rem;
  background: #fff;
  transform-origin: center;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease,
    width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-hamburger:hover {
    opacity: 0.75;
  }
}
.c-hamburger.is-open .c-hamburger__line:nth-child(1) {
  transform: translateY(0.5625rem) rotate(45deg);
}
.c-hamburger.is-open .c-hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.c-hamburger.is-open .c-hamburger__line:nth-child(3) {
  transform: translateY(-0.5625rem) rotate(-45deg);
}
.c-hamburger--dark .c-hamburger__line {
  background: #333;
}
.c-section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-section-heading {
    margin-bottom: 2rem;
  }
}
.c-section-heading__eyebrow {
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-heading__eyebrow {
    font-size: 1rem;
  }
}
.c-section-heading__eyebrow {
  font-weight: 700;
  color: #096d7b;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.c-section-heading__title {
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-heading__title {
    font-size: 1.75rem;
  }
}
.c-section-heading__title {
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-section-heading--light .c-section-heading__eyebrow,
.c-section-heading--light .c-section-heading__title {
  color: #fff;
}
.c-section-heading--left {
  text-align: left;
}
.c-notes {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
.c-notes p + p {
  margin-top: 0.25rem;
}
.c-notes a {
  color: #0481fd;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-notes {
    font-size: 0.75rem;
    text-align: left;
  }
}
.c-notes--left {
  text-align: left;
}
.c-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.c-btn-group .c-btn {
  padding: 24px 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn-group {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .c-btn-group .c-btn {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
}
.p-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #096d7b;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
}
.p-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-loading__logo {
  width: 194px;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.p-loading__logo.is-visible {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-loading__logo {
    width: 120px;
  }
}
.p-components {
  max-width: 75rem;
  margin-inline: auto;
  padding: 3rem 2.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-components {
    padding: 2rem 1rem 5rem;
  }
}
.p-components__header {
  padding-block: 2.5rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 3rem;
}
.p-components__title {
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
.p-components__lead {
  color: #6b7280;
  font-size: 0.9375rem;
}
.p-components__toc {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 4rem;
}
.p-components__toc h2 {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.75rem;
}
.p-components__toc ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-components__toc ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-components__toc a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #096d7b;
  text-decoration: none;
}
.p-components__toc a:before {
  content: "#";
  color: #9ca3af;
}
@media (hover: hover) and (pointer: fine) {
  .p-components__toc a:hover {
    text-decoration: underline;
  }
}
.p-components__section {
  margin-bottom: 5rem;
  scroll-margin-top: 1.5rem;
}
.p-components__section-heading {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #096d7b;
  margin-bottom: 2rem;
}
.p-components__section-number {
  font-family: Oswald, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #096d7b;
  letter-spacing: 0.1em;
}
.p-components__section-title {
  font-size: 1.75rem;
  font-weight: 700;
}
.p-components__subsection {
  margin-bottom: 2.5rem;
}
.p-components__subsection:last-child {
  margin-bottom: 0;
}
.p-components__subsection-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  border-left: 3px solid #096d7b;
}
.p-components__note {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.p-components__color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
  gap: 1rem;
}
.p-components__color {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.p-components__swatch {
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}
.p-components__color-info {
  padding: 0.75rem 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.8125rem;
}
.p-components__color-info code {
  display: block;
  font-family: Oswald, sans-serif;
  color: #096d7b;
  margin-bottom: 0.125rem;
}
.p-components__color-info span {
  color: #6b7280;
  font-size: 0.75rem;
}
.p-components__typo-row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 1.5rem;
  align-items: baseline;
  padding-block: 1rem;
  border-bottom: 1px dashed #e5e7eb;
}
@media screen and (max-width: 767px) {
  .p-components__typo-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.p-components__typo-row:last-child {
  border-bottom: 0;
}
.p-components__typo-label {
  font-family: Oswald, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.08em;
}
.p-components__spacing-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-components__spacing-row {
  display: grid;
  grid-template-columns: 5rem 5rem 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
  background: #f9fafb;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-components__spacing-row {
    grid-template-columns: 3.75rem 3.75rem 1fr;
    gap: 0.5rem;
  }
}
.p-components__spacing-key {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  color: #096d7b;
}
.p-components__spacing-value {
  color: #6b7280;
  font-size: 0.75rem;
}
.p-components__spacing-bar {
  height: 1rem;
  background: #096d7b;
  border-radius: 0.125rem;
}
.p-components__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.p-components__table th,
.p-components__table td {
  padding: 0.625rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.p-components__table th {
  background: #f9fafb;
  font-weight: 700;
  color: #374151;
}
.p-components__table code {
  font-family: Oswald, sans-serif;
  color: #096d7b;
  font-size: 0.8125rem;
}
.p-components__preview {
  padding: 2rem;
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 0.5rem;
  min-height: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.p-components__placeholder {
  width: 100%;
  text-align: center;
  color: #9ca3af;
  font-size: 0.8125rem;
  font-style: italic;
}
.p-fv {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 47.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    min-height: 100vh;
  }
}
.p-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-fv__bg-slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-fv__bg-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2.5s ease;
}
.p-fv__bg-slide.is-active {
  opacity: 1;
}
.p-fv__bg-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-fv__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0000004d;
}
.p-fv__hamburger {
  position: fixed;
  top: 1.75rem;
  right: 2.5rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-fv__hamburger {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.p-fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-inline: 1rem;
  }
}
.p-fv__label-line {
  display: inline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__label-line {
    display: block;
  }
}
.p-fv__label {
  display: inline-block;
  background: #ffffffeb;
  color: #0a3a64;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.325rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__label {
    font-size: 0.9375rem;
    padding: 0.175rem 0.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
}
.p-fv__copy {
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
.p-fv__copy img {
  width: 100%;
  max-width: 30.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__copy img {
    max-width: 17rem;
  }
}
.p-fv__subtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-fv__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.p-fv__btns .c-btn {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btns {
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
    max-width: 20rem;
    margin-inline: auto;
  }
  .p-fv__btns .c-btn {
    padding: 1rem 0.5rem;
  }
}
.p-intro {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-block: 3.75rem;
  }
}
.p-intro__heading {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intro__heading {
    margin-bottom: 2rem;
  }
}
.p-intro__heading-line {
  display: block;
  white-space: nowrap;
}
.p-intro__mark {
  display: inline;
  background: linear-gradient(181deg, #19b92c, #08c3af 25%, #008ec6);
  color: #fff;
  padding: 0 0.5rem 3px;
}
.p-intro__img img {
  width: 100%;
  height: auto;
}
.p-about {
  position: relative;
  overflow: hidden;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 3.75rem;
  }
}
.p-about__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-about__map {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-about__map {
    right: 0;
    bottom: 0.5rem;
  }
}
.p-about__map img {
  width: 31.5625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about__map img {
    width: 14.5rem;
  }
}
.p-about__inner {
  position: relative;
  z-index: 2;
}
.p-about__heading {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    font-size: 1.425rem;
    margin-bottom: 1.75rem;
  }
}
.p-about__body {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #fff;
}
.p-about__body p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    font-size: 0.875rem;
  }
}
.p-about__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__logos {
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
}
.p-about__logo img {
  width: 100%;
  height: auto;
}
.p-about__logo--aomori {
  width: 12.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__logo--aomori {
    width: 7.625rem;
  }
}
.p-about__logo--hipro {
  width: 18.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__logo--hipro {
    width: 10.25rem;
  }
}
.p-event {
  position: relative;
  overflow: hidden;
  padding-block: 6.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-event {
    padding-block: 3.75rem;
  }
}
.p-event__bg-object {
  position: absolute;
  top: -8.375rem;
  right: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  transform: scaleX(-1);
}
.p-event__bg-object img {
  width: 100%;
  height: auto;
  max-height: 56.875rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-event__bg-object {
    top: 7.625rem;
  }
}
.p-event__inner-top,
.p-event__inner-bottom {
  position: relative;
  z-index: 1;
}
.p-event__top {
  display: grid;
  grid-template-columns: 1fr 27.5rem;
  gap: 3.5rem;
  align-items: start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-event__top {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event__img {
    order: -1;
  }
  .p-event__body {
    order: 0;
  }
}
.p-event__heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.45;
  color: #333;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-event__heading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.p-event__body {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9;
  color: #333;
  -webkit-text-stroke: 8px #ffffff;
  paint-order: stroke fill;
}
.p-event__body p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-event__body {
    font-size: 0.875rem;
  }
}
.p-event__img {
  overflow: hidden;
}
.p-event__img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-event__img img {
    width: 68%;
    margin-inline: auto;
  }
}
.p-event__summary {
  max-width: 55rem;
  margin-inline: auto;
}
.p-event__summary-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__summary-heading {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-event__detail {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-event__detail {
    margin-bottom: 1.75rem;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-event__detail-row {
  display: flex;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-event__detail-row {
    font-size: 0.875rem;
  }
}
.p-features {
  position: relative;
  overflow: hidden;
  padding-block: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-block: 3.75rem;
  }
}
.p-features__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-features__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-features__inner {
  position: relative;
  z-index: 1;
}
.p-features__catchcopy-line {
  display: block;
  white-space: nowrap;
}
.p-features__catchcopy {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0184cb;
  background: #fff;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  border-radius: 0;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-features__catchcopy {
    font-size: 1.25rem;
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.25rem;
    display: block;
  }
}
.p-features__lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-features__lead {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 2.25rem;
  }
}
.p-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-features__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-features__card {
  background: #fff;
  border-radius: 2.5rem;
  padding: 1.25rem 1.25rem 1.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-features__card {
    border-radius: 1.75rem;
  }
}
.p-features__card-eyebrow {
  font-size: 1rem;
  font-weight: 700;
  color: #0184cb;
  border-bottom: 1px solid #0184cb;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.p-features__card-eyebrow span {
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-features__card-eyebrow {
    text-align: center;
    width: 90%;
    margin-inline: auto;
  }
}
.p-features__card-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0184cb;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-features__card-title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-features__card-img {
  margin-bottom: 1rem;
}
.p-features__card-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-features__card-img img {
    width: 90%;
    margin-inline: auto;
  }
}
.p-features__card-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-features__card-body {
    font-size: 0.875rem;
  }
}
.p-features__logo {
  margin-top: 2.5rem;
}
.p-features__logo img {
  width: 31rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-features__logo {
    margin-top: 1.5rem;
  }
  .p-features__logo img {
    width: 15rem;
  }
}
.p-program {
  position: relative;
  overflow: hidden;
  padding-block: 6.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-program {
    padding-block: 3.75rem;
  }
}
.p-program__bg-object {
  position: absolute;
  top: 15rem;
  right: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  transform: scaleX(-1);
}
.p-program__bg-object img {
  width: 100%;
  height: auto;
  max-height: 56.875rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-program__bg-object {
    left: -7.5rem;
  }
  .p-program__bg-object img {
    width: 20rem;
  }
}
.p-program__inner {
  position: relative;
  z-index: 1;
}
.p-program__catchcopy {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-program__catchcopy {
    font-size: 1.5rem;
  }
}
.p-program__lead {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9;
  color: #333;
  -webkit-text-stroke: 8px #ffffff;
  paint-order: stroke fill;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-program__lead {
    margin-bottom: 2rem;
    font-size: 0.875rem;
  }
}
.p-program__steps {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 2.5rem;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-program__steps {
    padding: 2rem 1.25rem;
    border-radius: 2rem;
  }
}
.p-program__step {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 2.5rem;
  align-items: start;
}
.p-program__step + .p-program__step {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-program__step {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-program__step-left {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.p-program__step-label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(181deg, #19b92c, #08c3af 25%, #008ec6);
  padding: 0 1.5rem;
  border-radius: 62.4375rem;
  margin-bottom: 0.625rem;
}
.p-program__step-label span {
  font-size: 1.2em;
}
.p-program__step-label {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-program__step-label {
    gap: 0.175rem;
    font-size: 0.75rem;
    padding: 0 1rem;
    line-height: 1.5;
    margin-top: 0.275rem;
  }
}
.p-program__step-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #096d7b;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-program__step-title {
    font-size: 1.25rem;
  }
}
.p-program__step-body {
  font-size: 1.125rem;
  line-height: 1.85;
  color: #333;
  padding-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-program__step-body {
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.p-program__step-arrow {
  margin-block: 0.5rem;
  padding-left: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-program__step-arrow {
    padding-left: 0;
    text-align: center;
  }
}
.p-program__step-arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.125rem solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-program__step-arrow:before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 0.75rem solid #d9d9d9;
  }
}
.p-issues {
  padding-block: 6.25rem;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-issues {
    padding-block: 3.75rem;
  }
}
.p-issues__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-issues__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-issues__card {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-issues__card-img img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
}
.p-issues__card-content {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-issues__card-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.p-issues__card-eyebrow span:first-child {
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #096d7b;
  letter-spacing: 0.05em;
}
.p-issues__card-eyebrow span:last-child {
  font-family: Oswald, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #096d7b;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-issues__card-eyebrow span:last-child {
    font-size: 1.25rem;
  }
}
.p-issues__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #096d7b;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-issues__card-title {
    font-size: 1.25rem;
  }
}
.p-issues__card-body-wrap {
  position: relative;
  flex: 1;
}
.p-issues__card-body {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-issues__card-body {
    font-size: 0.875rem;
  }
}
.p-issues__card-body {
  max-height: 9em;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.p-issues__card-body.is-open {
  max-height: 1000px;
}
.p-issues__card-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom, #fff0, #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.is-open + .p-issues__card-fade {
  opacity: 0;
}
.p-issues__card-more {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-issues__card-more:hover {
    opacity: 0.7;
  }
}
.p-advisory {
  padding-block: 6.25rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-advisory {
    padding-block: 3.75rem;
  }
}
.p-advisory__slider-wrap {
  position: relative;
  margin-top: 3rem;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-advisory__slider-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-advisory__slider .slick-list {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .p-advisory__slider .slick-list {
    padding-top: 22px !important;
  }
}
.p-advisory__card {
  position: relative;
  width: 25.25rem;
  margin-inline: 2.5rem;
  cursor: pointer;
  border-radius: 1.25rem;
  background: #ddf0f2;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-advisory__card {
    width: 100%;
    margin-inline: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-advisory__card:hover {
    opacity: 0.85;
  }
}
.p-advisory__card-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 11rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-inner {
    min-height: 9.5rem;
  }
}
.p-advisory__card-label {
  position: absolute;
  top: -1.5rem;
  left: 0.75rem;
  width: 12rem;
  height: auto;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-label {
    width: 9rem;
    top: -1.125rem;
  }
}
.p-advisory__card-text {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 2rem 0.75rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-text {
    padding: 1.75rem 0.5rem 1rem 1rem;
  }
}
.p-advisory__card-org {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-org {
    font-size: 0.75rem;
  }
}
.p-advisory__card-name {
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-name {
    font-size: 1.5rem;
  }
}
.p-advisory__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  color: #096d7b;
  border: 1px solid #096d7b;
  border-radius: 62.4375rem;
  padding: 0.2rem 0.9rem;
  background: #fff;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-btn {
    font-size: 0.75rem;
    padding: 0.15rem 0.75rem;
  }
}
.p-advisory__card-photo {
  flex-shrink: 0;
  width: 8.75rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0 1.25rem 1.25rem 0;
}
.p-advisory__card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .p-advisory__card-photo {
    width: 33%;
  }
}
.p-advisory__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
  padding-inline: 0.25rem;
  padding-left: 3rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__nav {
    justify-content: center;
    padding-inline: 0;
    margin-top: 1rem;
  }
}
.p-advisory__progress {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-advisory__progress {
    font-size: 1rem;
    gap: 0.75rem;
  }
}
.p-advisory__progress-current {
  min-width: 1.5rem;
  text-align: right;
  color: #096d7b;
  font-weight: 500;
}
.p-advisory__progress-bar {
  width: 5.5rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-advisory__progress-bar {
    width: 4.5rem;
  }
}
.p-advisory__progress-bar {
  background: #b4b4b4;
  position: relative;
}
.p-advisory__progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #333;
  transition: width 0.3s ease;
}
.p-advisory__progress-total {
  min-width: 1.5rem;
  color: #096d7b;
  font-weight: 500;
}
.p-advisory__arrows {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__arrows {
    position: absolute;
    top: calc(30px + 4.75rem);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    justify-content: space-between;
    pointer-events: none;
    gap: 0;
    padding-inline: 6px;
  }
}
.p-advisory__arrow {
  width: 3.25rem;
  height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-advisory__arrow {
    width: 2rem;
    height: 2rem;
    pointer-events: auto;
  }
}
.p-advisory__arrow {
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.2s ease;
}
.p-advisory__arrow:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  flex-shrink: 0;
}
.p-advisory__arrow--prev {
  background: #ddf0f2;
  color: #096d7b;
}
.p-advisory__arrow--prev:before {
  transform: rotate(-135deg) translate(-2px, 2px);
}
.p-advisory__arrow--next {
  background: #096d7b;
  color: #fff;
}
.p-advisory__arrow--next:before {
  transform: rotate(45deg) translate(-2px, 2px);
}
@media (hover: hover) and (pointer: fine) {
  .p-advisory__arrow:hover {
    opacity: 0.8;
  }
}
@keyframes modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-content-in {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.p-advisory-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.p-advisory-modal.is-open {
  display: flex;
}
.p-advisory-modal.is-open .p-advisory-modal__overlay {
  animation: modal-overlay-in 0.25s ease forwards;
}
.p-advisory-modal.is-open .p-advisory-modal__content {
  animation: modal-content-in 0.35s ease forwards;
}
.p-advisory-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080;
  cursor: pointer;
}
.p-advisory-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2.5rem 2.5rem;
  max-width: 37.5rem;
  width: calc(100% - 2.5rem);
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__content {
    padding: 1.5rem 1.25rem 1.75rem;
  }
}
.p-advisory-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  background: #fff;
  font-size: 1.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-advisory-modal__close:hover {
    background: #f5f5f5;
  }
}
.p-advisory-modal__card {
  position: relative;
  background: #ddf0f2;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__card {
    margin-bottom: 1.25rem;
  }
}
.p-advisory-modal__card-label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 8rem;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 2;
}
.p-advisory-modal__card-inner {
  display: flex;
  align-items: stretch;
  min-height: 11rem;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__card-inner {
    min-height: 9.5rem;
  }
}
.p-advisory-modal__card-text {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 2rem 0.75rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__card-text {
    padding: 1.75rem 0.5rem 1.25rem 1.25rem;
  }
}
.p-advisory-modal__org {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__org {
    font-size: 0.6875rem;
  }
}
.p-advisory-modal__name {
  font-size: 2.125rem;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__name {
    font-size: 1.75rem;
  }
}
.p-advisory-modal__card-photo {
  flex-shrink: 0;
  width: 10rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0 1.25rem 1.25rem 0;
}
.p-advisory-modal__card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__card-photo {
    width: 7.5rem;
  }
}
.p-advisory-modal__body {
  font-size: 1.125rem;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-advisory-modal__body {
    font-size: 0.875rem;
  }
}
.p-advisory-modal__body p + p {
  margin-top: 1rem;
}
.p-schedule {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    padding-top: 3.75rem;
  }
}
.p-schedule__inner {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__inner {
    margin-bottom: 2.5rem;
  }
}
.p-schedule__box {
  border: 1px solid #b4b4b4;
  border-radius: 2.5rem;
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-schedule__box {
    padding: 1.75rem 1.25rem;
    gap: 1.5rem;
    border-radius: 2rem;
  }
}
.p-schedule__group {
  max-width: 33.75rem;
  margin-inline: auto;
  width: 100%;
}
.p-schedule__group-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-schedule__group-title {
    font-size: 0.875rem;
  }
}
.p-schedule__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.p-schedule__item {
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-schedule__item {
    font-size: 0.875rem;
  }
}
.p-schedule__item-date {
  flex-shrink: 0;
  width: 14.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-schedule__item-date {
    width: 9.1875rem;
  }
}
.p-schedule__item-label {
  white-space: nowrap;
}
.p-schedule__sat {
  color: #0171ea;
  font-weight: 500;
}
.p-schedule__sun {
  color: #ff4545;
  font-weight: 500;
}
.p-schedule__ticker {
  overflow: hidden;
  width: 100%;
}
.p-schedule__ticker-track {
  display: flex;
  gap: 7.5rem;
  width: max-content;
  animation: ticker-scroll 30s linear infinite;
}
.p-schedule__ticker-track img {
  height: 5rem;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-schedule__ticker-track img {
    height: 2.25rem;
  }
}
@keyframes ticker-scroll {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-33.333%);
  }
}
.p-apply {
  padding-block: 6.25rem;
  background: #ddf0f2;
}
@media screen and (max-width: 767px) {
  .p-apply {
    padding-block: 3.75rem;
  }
}
.p-apply__table {
  border-top: 1px solid #b4b4b4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-apply__table {
    margin-bottom: 2rem;
  }
}
.p-apply__row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 1.5rem;
  padding-block: 1.75rem;
  padding-inline: 3.125rem;
  border-bottom: 1px solid #b4b4b4;
}
.p-apply__row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-apply__row {
    grid-template-columns: 4.75rem 1fr;
    gap: 1.5rem;
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
    border-bottom: 1px solid #b4b4b4;
  }
}
.p-apply__label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #096d7b;
  padding-top: 0.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-apply__label {
    font-size: 0.9375rem;
  }
}
.p-apply__value-highlight {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-apply__value {
  font-size: 1.125rem;
  line-height: 1.85;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-apply__value {
    font-size: 0.875rem;
    padding-top: 0.125rem;
  }
}
.p-apply__value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-apply__value ul li:before {
  content: "・";
}
.p-apply__value p + p {
  margin-top: 0.25rem;
}
.p-apply__tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: #096d7b;
  padding: 0.25rem 0.75rem;
  border-radius: 62.4375rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-apply__tag {
    font-size: 0.8125rem;
    padding: 0 0.75rem;
    border-radius: 62.4375rem;
    margin-bottom: 0.375rem;
  }
}
.p-apply__tag--sub {
  background: #096d7b;
}
.p-message {
  padding-block: 6.25rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 3.75rem;
  }
}
.p-message__inner {
  display: grid;
  grid-template-columns: 1fr 26rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__heading {
    order: 1;
  }
  .p-message__img {
    order: 2;
  }
  .p-message__list {
    order: 3;
  }
}
.p-message__heading {
  font-size: 2.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message__heading {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.p-message__heading-accent {
  color: #096d7b;
}
.p-message__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-message__item {
  display: flex;
  gap: 0.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-message__item {
    font-size: 0.875rem;
  }
}
.p-message__item:before {
  content: "・";
  flex-shrink: 0;
}
.p-message__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    order: -1;
  }
}
.p-faq {
  position: relative;
  overflow: hidden;
  padding-block: 6.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 3.75rem;
  }
}
.p-faq__bg-object {
  position: absolute;
  bottom: -3.75rem;
  right: -3.75rem;
  z-index: 0;
  pointer-events: none;
}
.p-faq__bg-object img {
  width: 25rem;
  height: auto;
  opacity: 0.08;
}
@media screen and (max-width: 767px) {
  .p-faq__bg-object {
    width: 15rem;
  }
}
.p-faq__inner {
  position: relative;
  z-index: 1;
}
.p-faq__list {
  border-top: 1px solid #b4b4b4;
}
.p-faq__item {
  border-bottom: 1px solid #b4b4b4;
  padding-block: 1.5rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-block: 0.75rem;
    padding-inline: 0.75rem;
  }
}
.p-faq__collapse {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-12px);
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s;
}
.p-faq__collapse.is-open {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}
.p-faq__question {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #096d7b;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 0.875rem;
  }
}
.p-faq__q-label {
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #096d7b;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__q-label {
    font-size: 1.125rem;
  }
}
.p-faq__answer {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 0.875rem;
  }
}
.p-faq__a-label {
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #096d7b;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__a-label {
    font-size: 1.125rem;
  }
}
.p-faq__more-wrap {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__more-wrap {
    margin-top: 2rem;
  }
}
.p-drawer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000073;
  z-index: 39;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.p-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 28rem;
  max-width: 90vw;
  height: 100%;
  background: #fff;
  z-index: 40;
  display: flex;
  flex-direction: column;
  transform: translate(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.p-drawer.is-open {
  transform: translate(0);
}
.p-drawer__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.375rem;
  color: #333;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-drawer__close:hover {
    opacity: 0.6;
  }
}
.p-drawer__nav {
  padding: 5rem 2.5rem 2rem;
  flex: 1;
}
.p-drawer__nav-item {
  border-bottom: 1px solid #b4b4b4;
}
.p-drawer__nav-item:first-child {
  border-top: 1px solid #b4b4b4;
}
.p-drawer__nav-link {
  display: block;
  padding-block: 1.25rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-drawer__nav-link:hover {
    opacity: 0.6;
  }
}
.p-drawer__nav-en {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #096d7b;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-drawer__nav-ja {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.p-drawer__btns {
  padding: 0.5rem 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.p-footer {
  position: relative;
  background: #fff;
  padding-block: 4rem 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 3rem 2rem;
  }
}
.p-footer__logos {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logos {
    gap: 1rem;
    margin-bottom: 1.75rem;
  }
}
.p-footer__logo {
  height: 3rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    height: 1.75rem;
  }
}
.p-footer__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-footer__copy {
  font-weight: 700;
  color: #333;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-bottom: 1rem;
  }
}
.p-footer__sub {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-footer__sub {
    font-size: 0.75rem;
  }
}
.p-footer__bg-object {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  transform: scaleX(1);
}
.p-footer__bg-object img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 1000px;
}
.p-footer__logos,
.p-footer__body {
  position: relative;
  z-index: 1;
}
.u-text-main {
  color: #096d7b;
}
.u-text-main-accent {
  color: #ddf0f2;
}
.u-text-cv {
  color: #f37b4c;
}
.u-text-default {
  color: #333;
}
.u-text-fv {
  color: #0a3a64;
}
.u-text-link {
  color: #0481fd;
}
.u-text-gray {
  color: #d9d9d9;
}
.u-text-border {
  color: #b4b4b4;
}
.u-text-border-dark {
  color: #858585;
}
.u-text-white {
  color: #fff;
}
.u-text-black {
  color: #000;
}
.u-bg-main {
  background-color: #096d7b;
}
.u-bg-main-accent {
  background-color: #ddf0f2;
}
.u-bg-cv {
  background-color: #f37b4c;
}
.u-bg-section {
  background-color: #f5f5f5;
}
.u-bg-gray {
  background-color: #d9d9d9;
}
.u-bg-fv {
  background-color: #0a3a64;
}
.u-bg-white {
  background-color: #fff;
}
.u-bg-black {
  background-color: #000;
}
.u-bg-grad-main {
  background: linear-gradient(181deg, #19b92c, #08c3af 25%, #008ec6);
}
.u-bg-grad-sub {
  background: linear-gradient(0deg, #edf8f9, #ddf0f2);
}
.u-fz-57 {
  font-size: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .u-fz-57 {
    font-size: 2rem;
  }
}
.u-fz-45 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .u-fz-45 {
    font-size: 1.5rem;
  }
}
.u-fz-41 {
  font-size: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .u-fz-41 {
    font-size: 1.75rem;
  }
}
.u-fz-34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .u-fz-34 {
    font-size: 1.125rem;
  }
}
.u-fz-32 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-fz-32 {
    font-size: 1.375rem;
  }
}
.u-fz-30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .u-fz-30 {
    font-size: 1.25rem;
  }
}
.u-fz-28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .u-fz-28 {
    font-size: 1.125rem;
  }
}
.u-fz-26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .u-fz-26 {
    font-size: 1rem;
  }
}
.u-fz-24 {
  font-size: 1.5rem;
}
.u-fz-21 {
  font-size: 1.3125rem;
}
.u-fz-20 {
  font-size: 1.25rem;
}
.u-fz-18 {
  font-size: 1.125rem;
}
.u-fz-16 {
  font-size: 1rem;
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}
.u-break-line {
  display: inline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-break-line {
    display: block;
  }
}
.u-ff-num {
  font-family: Oswald, sans-serif;
}
.u-ff-base {
  font-family:
    Zen Kaku Gothic New,
    sans-serif;
}
.u-fw-400 {
  font-weight: 400;
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-700 {
  font-weight: 700;
}
