@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes textlink {
  0% {
    background-size: 100% 9%;
    background-position: bottom right;
  }
  30% {
    background-size: 0 9%;
    background-position: bottom right;
  }
  60% {
    background-size: 0 9%;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 9%;
  }
}
@keyframes columnAnime {
  0% {
    top: -120px;
  }
  100% {
    opacity: 1;
    top: -100px;
  }
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 768px) {
  html {
    overflow: visible;
    overflow: initial;
  }
}
html.is-open {
  overflow: hidden;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

body {
  color: #363636;
  line-height: 1.75;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  overflow-x: clip;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: calc(1200px + 80px);
    overflow-x: visible;
    overflow-x: initial;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p,
ul,
ol {
  list-style-type: none;
}

small {
  font-size: 100%;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

dl,
dd {
  margin: 0;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close::before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.l-main {
  flex: 1 0 auto;
}

.l-contents {
  padding-bottom: 120px;
  overflow: hidden;
}

.l-contents--gray {
  background-image: url(/assets/images/column/bg_contents_detail.svg);
  background-size: auto 100vw;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 768px) {
  .l-contents--gray {
    background-size: auto 300px;
  }
}

.l-contents--column {
  background-image: url(/assets/images/column/bg_contents_sp.jpg), url(/assets/images/column/bg_contents.svg);
  background-size: 375px auto, auto 300px;
  background-repeat: no-repeat, repeat-x;
  background-position: 100% 0, 0 0;
}
@media only screen and (min-width: 768px) {
  .l-contents--column {
    background-image: url(/assets/images/column/bg_contents.jpg), url(/assets/images/column/bg_contents.svg);
    background-size: 1440px auto, auto 580px;
    background-position: 100% 0;
  }
}

.l-contents--company {
  background-image: url(/assets/images/company/bg_mv_sp.jpg);
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .l-contents--company {
    background-image: url(/assets/images/company/bg_mv.jpg);
    background-size: auto 560px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-contents--company {
    background-size: 100% auto;
    background-position: 50% calc((38.8888888889vw - 560px) / -2);
  }
}
.l-contents--company .p-company-lnav {
  margin-top: 0;
}

.l-footer {
  position: relative;
  border-top: 1px solid #d9d9d9;
}
.l-footer:has(.p-footer-contact) {
  border: none;
}

.l-container {
  margin-inline: auto;
  max-width: 995px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .l-container {
    padding: 0;
  }
}

.l-container--detail {
  max-width: 790px;
}

.l-container--narrow {
  max-width: 995px;
}

.l-container--wide {
  max-width: 1200px;
}

.l-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .l-grid {
    flex-direction: row;
    gap: 48px 32px;
  }
}
.l-grid > * {
  width: 100%;
}
.l-grid figure + figure {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .l-grid figure + figure {
    margin-top: 0;
  }
}
.l-grid p:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .l-grid--rev {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .l-grid--fig > figure {
    flex: 0 0 379px;
  }
  *[class*=l-grid--col] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .l-grid--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-float {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l-float {
    display: block;
  }
}
.l-float p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .l-float > figure {
    width: 379px;
    float: left;
    margin: 0 32px 12px 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-float--rev > figure {
    float: right;
    margin: 0 0 12px 32px;
  }
}

.c-page-header {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 115px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-page-header {
    font-size: 3rem;
    margin-bottom: 90px;
  }
}
.c-page-header:has(h1:not([class])) {
  margin-bottom: 90px;
}

.c-page-header--sdgs {
  position: relative;
  margin-bottom: calc(56.2666666667vw + 110px + 50px) !important;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .c-page-header--sdgs {
    display: grid;
    grid-gap: 30px;
    gap: 30px;
    grid-template-columns: 1fr 272px;
    margin-bottom: 650px !important;
  }
}
.c-page-header--sdgs::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/assets/images/company/sdgs/mv.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 56.2666666667vw;
  margin-inline: calc(50% - 50vw);
  bottom: calc(-56.2666666667vw - 50px);
}
@media only screen and (min-width: 768px) {
  .c-page-header--sdgs::before {
    width: 1280px;
    height: 490px;
    bottom: -530px;
    margin-inline: calc(50% - 640px);
  }
}
@media only screen and (min-width: 1200px) {
  .c-page-header--sdgs::before {
    min-width: 1280px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.c-page-header--sdgs::after {
  content: "";
  background-image: url(/assets/images/company/sdgs/bg_title.svg);
  background-size: cover;
  margin: auto;
  width: 208px;
  height: 109px;
}
@media only screen and (min-width: 768px) {
  .c-page-header--sdgs::after {
    width: 272px;
    height: 143px;
    grid-column: 2;
    grid-row: 1/3;
  }
}
.c-page-header--sdgs .c-page-header__lead {
  font-weight: bold;
  margin: 0;
}

.c-page-header--company {
  height: calc(136vw - 102px);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c-page-header--company {
    height: 430px;
    max-width: 474px;
    margin-left: auto;
    text-align: right;
  }
}
.c-page-header--company > * {
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.c-page-header--company.is-inview > * {
  top: 0;
  opacity: 1;
}
.c-page-header--company.is-inview > *.c-page-header__lead {
  transition-delay: 0.2s;
}

.c-page-header__en {
  line-height: 1;
  color: #0097e0;
  word-wrap: break-word;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .c-page-header__en {
    font-size: 5rem;
  }
}

.c-page-header__jp {
  line-height: 1.5;
  color: #828282;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .c-page-header__jp {
    font-size: 1.5625rem;
  }
}

.c-page-header__jp--report {
  color: #363636;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-page-header__jp--report {
    font-size: 3rem;
  }
}

.c-page-header__lead {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 15px 0 0;
}

.c-title-lv2 {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 90px;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .c-title-lv2 {
    margin-top: 80px;
    font-size: 2rem;
  }
}
.c-title-lv2::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #0097e0;
}
.c-title-lv2 a {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (hover: hover) {
  .c-title-lv2 a:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
}
.c-title-lv2 a::after {
  content: "";
  width: 10px;
  height: 24px;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
.c-title-lv2 a span {
  position: relative;
  line-height: 1;
}
.c-title-lv2 a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0097e0;
  transition: width 0.2s cubic-bezier(0.48, 0.08, 0.48, 0.96);
}
@media (hover: hover) {
  .c-title-lv2 a:where(:any-link, :enabled):hover span::before {
    width: 100%;
  }
}
.c-title-lv2 + .c-title-lv2 {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) {
  .c-title-lv2 + .c-title-lv2 {
    margin-top: 80px;
  }
}
.p-catnav + .c-title-lv2 {
  margin-top: 40px;
}

.c-title-lv3 {
  margin-top: 70px;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .c-title-lv3 {
    font-size: 1.5625rem;
  }
}

.c-title-lv4 {
  color: #0097e0;
  margin-top: 55px;
  font-size: 1.125rem;
}

.c-title-lv2 + * {
  margin-top: 35px;
}

.c-txt-linkelm {
  color: #0097e0;
  color: #0097e0;
  height: 100%;
  background-image: linear-gradient(90deg, #0097e0, #0097e0);
  background-position: bottom left;
  background-size: 100% 9%;
}
@media (hover: hover) {
  .c-txt-linkelm:where(:any-link, :enabled):hover {
    animation: textlink 0.5s cubic-bezier(0.48, 0.08, 0.48, 0.96);
  }
}

.c-txt-arrow,
.c-txt-ext,
.c-txt-pdf,
.c-txt-map {
  color: #0097e0;
  display: block;
}
.c-txt-arrow span,
.c-txt-ext span,
.c-txt-pdf span,
.c-txt-map span {
  background-image: linear-gradient(90deg, #0097e0, #0097e0);
  background-position: bottom left;
  background-size: 0 9%;
  transition: background-size 0.2s cubic-bezier(0.48, 0.08, 0.48, 0.96);
}
@media (hover: hover) {
  .c-txt-arrow:where(:any-link, :enabled):hover span,
  .c-txt-ext:where(:any-link, :enabled):hover span,
  .c-txt-pdf:where(:any-link, :enabled):hover span,
  .c-txt-map:where(:any-link, :enabled):hover span {
    background-size: 100% 9%;
  }
}
.c-txt-arrow::after,
.c-txt-ext::after,
.c-txt-pdf::after,
.c-txt-map::after {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: -4px;
}

.c-txt-arrow::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}

.c-txt-ext::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}

.c-txt-pdf::after {
  content: "";
  width: 19px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_pdf.svg);
  background-size: cover;
}

.c-txt-map::after {
  content: "";
  width: 16px !important;
  height: 20px !important;
  background-image: url(/assets/images/ico_map.svg);
  background-size: cover;
}

.c-txt-small {
  text-indent: -2em;
  margin-left: 2em;
  margin-top: 12px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.c-txt-small::before {
  content: "※　";
}

.c-txt-smallnum {
  text-indent: -2.5em;
  margin-left: 2.5em;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.c-txt-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-btn__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .c-btn__wrap {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}

.c-btn {
  width: 100%;
  max-width: 240px;
  min-height: 60px;
  display: grid !important;
  grid-template-columns: 1fr 6px;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  padding: 0.5em 32px;
  color: #363636 !important;
  background-color: #fff;
  background-image: none !important;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #0097e0;
  border-radius: 40px;
  margin: auto;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .c-btn:focus:not(:focus-visible) {
    outline: 0;
  }
}
.c-btn::after {
  content: "";
  bottom: inherit !important;
  width: 6px !important;
  height: 13px !important;
  background-image: url(/assets/images/ico_arrow_r.svg);
  background-size: cover;
  margin: 0 !important;
  transition: 0.5s;
}
@media (hover: hover) {
  .c-btn:where(:any-link, :enabled):hover {
    color: #fff !important;
    background-color: #0097e0;
  }
  .c-btn:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_arrow_r_w.svg);
  }
}
.c-btn[target=_blank] {
  grid-template-columns: 1fr 19px;
}
.c-btn[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}
@media (hover: hover) {
  .c-btn[target=_blank]:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_blank_w.svg);
  }
}
.c-btn[href$=".pdf"] {
  grid-template-columns: 1fr 16px;
}
.c-btn[href$=".pdf"]::after {
  content: "";
  width: 19px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_pdf.svg);
  background-size: cover;
}
@media (hover: hover) {
  .c-btn[href$=".pdf"]:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_pdf_w.svg);
  }
}

.c-btn--large {
  max-width: 380px;
  min-height: 80px;
  display: flex !important;
  justify-content: center;
  gap: 24px;
  font-size: 1.125rem;
}
.c-btn--large::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
@media (hover: hover) {
  .c-btn--large:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_arrow_long_r_w.svg);
  }
}

.c-btn--list::after {
  width: 11px !important;
  height: 10px !important;
  background-image: url(/assets/images/ico_list.svg);
}
@media (hover: hover) {
  .c-btn--list:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_list_w.svg);
  }
}

.c-btn--modal::after {
  width: 16px !important;
  height: 16px !important;
  background-image: url(/assets/images/ico_plus.svg);
}
@media (hover: hover) {
  .c-btn--modal:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_plus_w.svg);
  }
}

.c-btn--delete::after {
  width: 10px !important;
  height: 10px !important;
  background-image: url(/assets/images/ico_delete.svg);
}
@media (hover: hover) {
  .c-btn--delete:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_delete_w.svg);
  }
}

.c-list {
  padding: 0;
}
.c-list > li {
  margin-top: 12px;
  padding-left: 1em;
  position: relative;
}
.c-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0097e0;
}

.c-list-num {
  counter-reset: ol_li;
  padding: 0;
}
.c-list-num > li {
  margin-top: 1em;
  padding-left: 1.5em;
  position: relative;
}
.c-list-num > li::before {
  content: counter(ol_li) ". ";
  counter-increment: ol_li;
  position: absolute;
  inset: 0 auto auto 0;
  margin: auto;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border: solid #d9d9d9;
  border-width: 1px 1px 0 0;
}
.c-table th,
.c-table td {
  border: solid #d9d9d9;
  border-width: 0 0 1px 1px;
  padding: 15px 30px;
}
.c-table th {
  text-align: left;
  background-color: #e5f4fc;
  vertical-align: top;
  min-width: 255px;
}
.c-table td > * {
  margin-top: 1em !important;
}
.c-table td > br:first-child {
  margin-top: 0 !important;
}

.c-table__wrap {
  overflow-x: auto;
  max-width: 100vw;
}
.c-table__wrap td {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .c-table__wrap td {
    white-space: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .c-table__wrap {
    overflow-x: hidden;
    white-space: normal;
  }
}
.c-table__wrap::-webkit-scrollbar {
  height: 10px;
}
.c-table__wrap::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 20px;
}
.c-table__wrap::-webkit-scrollbar-thumb {
  background: #828282;
  border-radius: 20px 0 0 20px;
}
.c-table__wrap > table {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .c-table__wrap > table {
    margin: 0;
  }
}

.c-media {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.c-media iframe,
.c-media object,
.c-media embed {
  width: 100%;
  height: 100%;
}

.c-media--sq {
  aspect-ratio: 1;
}

.c-media--mov {
  aspect-ratio: 16/9;
}

.c-media--gmap {
  aspect-ratio: 4/3;
}

.p-breadcrumbs {
  line-height: 1;
  margin: 40px 0 50px;
  padding: 0;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  color: #828282;
}
@media only screen and (min-width: 768px) {
  .p-breadcrumbs {
    margin: 48px 0 70px;
    overflow: visible;
    overflow: initial;
  }
}
.p-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.p-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: #0097e0;
  margin: 0 10px;
}

.p-breadcrumbs__link {
  color: #363636;
}
@media (hover: hover) {
  .p-breadcrumbs__link:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
}

.p-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .p-card {
    overflow: hidden;
    transition: box-shadow 0.5s;
    gap: 0;
  }
}
@media (hover: hover) {
  .p-card:where(:any-link, :enabled):hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .p-entry-list-seminar__item .p-card {
    grid-template-columns: 320px 1fr;
    grid-template-rows: inherit;
    align-items: start;
    gap: 32px;
    padding: 32px;
  }
}

.p-card__fig {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-card__fig {
    border-radius: 0;
  }
}
.p-entry-list-seminar__item .p-card__fig {
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .p-entry-list-seminar__item .p-card__fig {
    border-radius: 8px;
  }
}

.p-card__img {
  transition: transform 0.5s;
}

@media (hover: hover) {
  a:where(:any-link, :enabled):hover .p-card__img {
    transform: scale(1.2, 1.2);
  }
}

.p-card__figlink img {
  transition: transform 0.5s;
}
@media (hover: hover) {
  .p-card__figlink:where(:any-link, :enabled):hover img {
    transform: scale(1.2, 1.2);
  }
}

.p-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0 30px;
}
@media only screen and (min-width: 768px) {
  .p-card__body {
    padding: 20px 16px;
  }
}
.p-entry-list-seminar__item .p-card__body {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .p-entry-list-seminar__item .p-card__body {
    padding: 0;
  }
}

.p-card__title {
  font-weight: bold;
  font-size: 1.125rem;
}
.p-card__title ._en-sub {
  margin-left: 10px;
  font-size: 1.125rem;
}
.p-card__title._showroom {
  font-size: 1.5625rem;
}
.p-card__title._showroom._detail {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .p-entry-list-seminar__item .p-card__title {
    font-size: 1.3125rem;
  }
}
.p-card__title a {
  transition: color 0.5s;
}
@media (hover: hover) {
  .p-card__title a:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
}

.p-card__txt {
  margin: 0;
}
.p-card__txt._detail {
  margin-top: 0;
}

.p-card__tags {
  margin-top: 25px;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.p-news-list {
  margin: 0;
  padding: 0;
}

.p-news-list__link {
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0;
  display: grid;
  grid-template-columns: auto 1fr 19px;
  grid-template-rows: repeat(2, auto);
  align-items: center;
  grid-gap: 15px 22px;
  gap: 15px 22px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .p-news-list__link {
    grid-template-columns: auto 1fr 35px;
  }
}
@media (hover: hover) {
  .p-news-list__link:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
  .p-news-list__link:where(:any-link, :enabled):hover::after {
    transform: translateX(16px);
  }
}
.p-news-list__link[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}
.p-news-list__link[href$=".pdf"]::after {
  content: "";
  width: 19px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_pdf.svg);
  background-size: cover;
}
.p-news-list__link::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
.p-news-list__link::after {
  transition: transform 0.2s;
  grid-column: 3;
  grid-row: 1/-1;
  align-self: center;
}

.p-news-list__title {
  font-weight: normal;
  grid-column: 1/3;
  line-height: 1.75;
}

.p-news__cat {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: #0097e0;
  width: max-content;
  min-width: 120px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  padding-inline: 1em;
}

.p-news__cat--column {
  color: #0097e0;
  background-color: #fff;
  border: 1px solid;
  min-width: 163px;
}

.p-catnav {
  margin: 0;
  padding-bottom: 48px;
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-catnav {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 112px;
  }
}
.p-catnav::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  bottom: 0;
}

.p-catnav__title {
  flex: 0 0 auto;
}

.p-catnav__body {
  margin: 0;
}
.p-catnav__body.p-catnav__body--year {
  flex: 1 1 100%;
  overflow: hidden;
}

.p-catnav__panel {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-catnav__panel {
    display: block;
  }
}

.p-catnav__list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 82px;
  width: 100%;
}
.p-catnav__list li {
  height: 100%;
}

.p-catnav__link {
  cursor: pointer;
  color: #828282;
  display: block;
  font-size: 1.125rem;
  padding: 20px 8px;
  width: max-content;
}
.p-catnav__link[aria-current=page], .p-catnav__link:hover {
  border-bottom: 1px solid;
  color: #0097e0;
}

.p-catnav-select {
  border-radius: 8px;
  border: solid 1px #0097e0;
  background-image: url(/assets/images/ico_arrow_long_d.svg);
  background-position: right 25px top 50%;
}
@media only screen and (min-width: 768px) {
  .p-catnav-select {
    display: none;
  }
}

.p-catnav-select__select {
  width: 100%;
  height: 64px;
  padding: 10px 24px;
}

.p-pagination {
  max-width: 790px;
  margin: 56px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 40px;
  }
}

.p-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-pagination__item:where(:any-link, :enabled):hover {
    color: #fff;
    background-color: #0097e0;
  }
}

.p-pagination__item--current {
  color: #fff;
  background-color: #0097e0;
}

.p-pagination__item--pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-pagination__item--pc {
    display: inherit;
  }
}

.p-pagination__item--prev,
.p-pagination__item--next {
  border: none;
  width: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .p-pagination__item--prev,
  .p-pagination__item--next {
    gap: 24px;
  }
}
@media (hover: hover) {
  .p-pagination__item--prev:where(:any-link, :enabled):hover,
  .p-pagination__item--next:where(:any-link, :enabled):hover {
    color: #0097e0;
    background-color: inherit;
    text-decoration: underline;
  }
}
.p-pagination__item--prev::after,
.p-pagination__item--next::after {
  content: "";
  width: 8px;
  height: 19px;
  background-size: cover;
  flex: 0 0 auto;
}

.p-pagination__item--prev {
  flex-direction: row-reverse;
  margin-right: auto;
}
.p-pagination__item--prev::after {
  background-image: url(/assets/images/ico_arrow_long_l.svg);
}

.p-pagination__item--next {
  margin-left: auto;
}
.p-pagination__item--next::after {
  background-image: url(/assets/images/ico_arrow_long_r.svg);
}

@media only screen and (min-width: 768px) {
  .p-pagination__dot {
    margin: 0 15px;
  }
}

.p-related {
  background-color: #e4edf1;
  margin-block: 100px -120px;
  padding-block: 70px 120px;
}

.p-related__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .p-related__inner {
    gap: 45px;
  }
}

.p-related__title {
  color: #0097e0;
  font-size: 1.375rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .p-related__title {
    font-size: 2rem;
  }
}
* + .p-related__title {
  margin-top: 40px;
}

.p-related-list {
  margin: 0;
  padding: 0;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .p-related-list {
    gap: 48px 32px;
  }
}

.p-related-list__item {
  display: contents;
}
.p-related-list__item .p-card__fig {
  border-radius: 8px 8px 0 0;
}
.p-related-list__item .p-card__body {
  padding: 20px;
}

.p-sitemap {
  gap: 15px 31px;
  margin: 35px 0 0;
  padding: 0;
}
.p-sitemap a {
  color: #0097e0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-sitemap a::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
.p-sitemap a[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}
.p-sitemap a span span {
  background-image: linear-gradient(90deg, #0097e0, #0097e0);
  background-position: bottom left;
  background-size: 0 9%;
  transition: background-size 0.2s cubic-bezier(0.48, 0.08, 0.48, 0.96);
}
@media (hover: hover) {
  .p-sitemap a:where(:any-link, :enabled):hover span span {
    background-size: 100% 9%;
  }
}

.p-entry .p-showroom li {
  padding-left: 0;
}
.p-entry .p-showroom > li::before {
  content: none;
}
.p-entry .p-showroom a {
  height: auto;
  background: none;
  display: flex;
  color: #363636;
  align-items: center;
  gap: 20px;
}
.p-entry .p-showroom a[aria-current=page] {
  color: #0097e0;
  border-color: #0097e0;
}
@media (hover: hover) {
  .p-entry .p-showroom a:where(:any-link, :enabled):hover {
    color: #0097e0;
    border-color: #0097e0;
  }
}

.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 68px;
  margin-inline: auto;
  line-height: 1;
  padding-left: 20px;
  background-color: #fff;
  border-top: 4px solid #0097e0;
}
@media only screen and (min-width: 768px) {
  .p-header {
    display: block;
    padding-left: 40px;
    height: 132px;
  }
  .p-header h1 {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .p-header-logo {
    max-width: inherit;
    width: 444px;
    z-index: 10;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.p-menuBtn {
  flex: 0 0 auto;
  height: 100%;
  width: 72px;
  background-color: #0097e0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-menuBtn {
    display: none;
  }
}
.p-menuBtn[aria-expanded=true] .p-menuBtn__item {
  background-color: transparent;
}
.p-menuBtn[aria-expanded=true] .p-menuBtn__item::before {
  transform: translateY(10px) rotate(-45deg);
}
.p-menuBtn[aria-expanded=true] .p-menuBtn__item::after {
  transform: translateY(-10px) rotate(45deg);
}

.p-menuBtn__item {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}
.p-menuBtn__item::before, .p-menuBtn__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.p-menuBtn__item::before {
  top: -10px;
}
.p-menuBtn__item::after {
  bottom: -10px;
}

.p-gnav {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 68px;
  width: 100%;
  height: calc(100dvh - 68px);
}
@media only screen and (min-width: 768px) {
  .p-gnav {
    display: block !important;
    opacity: 1 !important;
    position: inherit;
    left: inherit;
    top: inherit;
    width: inherit;
    height: 100%;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .p-gnav a {
    transition: 0.5s;
  }
}

.p-gnav__inner {
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 768px) {
  .p-gnav__inner {
    overflow-y: inherit;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

.p-gnav__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .p-gnav__list {
    border: none;
    display: flex;
    margin-right: 24px;
  }
}

.p-gnav__item {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-gnav__item {
    border: none;
    display: block;
    flex: 1 1 auto;
  }
}

.p-gnav__link {
  padding: 26px 20px;
  flex: 1 1 auto;
  width: calc(100% - 60px);
  font-size: 1.125rem;
  font-weight: bold;
}
.p-gnav__link:not(.js-subMenuLink) {
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-position: right 26px top 50%;
}
@media only screen and (min-width: 768px) {
  .p-gnav__link:not(.js-subMenuLink) {
    background: none;
  }
}
.p-gnav__link:has(+ [aria-expanded=true]) {
  color: #0097e0;
}
@media only screen and (min-width: 768px) {
  .p-gnav__link {
    padding: 13px 16px;
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: center;
    grid-gap: 14px;
    gap: 14px;
    position: relative;
    font-size: 1rem;
  }
  .p-gnav__link::before {
    content: "";
    display: block;
    position: absolute;
    inset: auto 0 0 0;
    margin: auto;
    height: 2px;
    width: 0;
    background-color: #0097e0;
    transition: 0.5s;
  }
  .p-gnav__link:hover::before, .p-gnav__link:focus::before {
    width: calc(100% - 32px);
  }
  .p-gnav__link:has(+ button)::after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(/assets/images/ico_arrow_header_d.svg);
    background-size: cover;
  }
}

.p-gnav-sub__btn {
  padding: 0;
  position: relative;
  flex: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__btn {
    display: none;
  }
}
.p-gnav-sub__btn::before, .p-gnav-sub__btn::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #0097e0;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform 0.3s;
}
.p-gnav-sub__btn::before {
  transform: rotate(90deg);
}
.p-gnav-sub__btn[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.p-gnav-sub__btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.p-gnav-sub {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub {
    width: 100%;
    position: absolute;
    top: -300px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.7s;
    transition-property: top, opacity, visibility;
    z-index: -2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .is-active .p-gnav-sub, .p-gnav-sub.is-focused {
    visibility: visible;
    opacity: 1;
    top: 132px;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub::before {
    content: "";
    pointer-events: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: #333;
    opacity: 0.6;
    z-index: -2;
  }
}

.p-gnav-sub__inner {
  border-top: 1px solid #d9d9d9;
  background-color: #e4edf1;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__inner {
    border: none;
  }
}

@media only screen and (min-width: 768px) {
  .p-gnav-sub__content {
    max-width: 1200px;
    position: relative;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 64px 0 64px 10px;
  }
}

.p-gnav-sub__header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__header {
    display: inherit;
    display: grid;
    grid-gap: 6px;
    gap: 6px;
  }
}

.p-gnav-sub__en {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  color: #0097e0;
}

.p-gnav-sub__jp {
  font-weight: bold;
  font-size: 1.5625rem;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.5s;
}
@media (hover: hover) {
  .p-gnav-sub__jp:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
}
.p-gnav-sub__jp::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}

.p-gnav-sub__list {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__list {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 790px;
    gap: 42px 30px;
  }
}

.p-gnav-sub__item + .p-gnav-sub__item {
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__item + .p-gnav-sub__item:not(.p-gnav-sub__item--long) {
    border: none;
  }
}

@media only screen and (min-width: 768px) {
  .p-gnav-sub__item--long {
    width: 100%;
    border-top: 1px solid #828282 !important;
    padding-top: 40px;
  }
  .p-gnav-sub__item--long a {
    width: max-content;
  }
}

.p-gnav-sub__link {
  display: block;
  padding: 16px 32px;
  background-image: url(/assets/images/ico_arrow_r.svg);
  background-position: right 27px top 50%;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__link {
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    padding: 0;
    background-image: none;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .p-gnav-sub__link:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
  .p-gnav-sub__link:where(:any-link, :enabled):hover .p-gnav-sub__img {
    transform: scale(1.2, 1.2);
  }
}

.p-gnav-sub__fig {
  overflow: hidden;
}

.p-gnav-sub__img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-gnav-sub__img {
    transition: 0.5s;
    display: block;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .p-gnav-sub__txt {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: bold;
  }
  .p-gnav-sub__txt::after {
    content: "";
    background-image: url(/assets/images/ico_arrow_header_r.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
  }
}

.p-unav-contact {
  background-image: linear-gradient(90deg, #52c3f1, #0096e0);
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .p-unav-contact {
    background-image: none;
    padding: 0;
  }
}

.p-unav-contact__btn {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  border: 1px solid;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .p-unav-contact__btn {
    display: grid;
    place-items: center;
    font-size: 1rem;
    background-color: #0097e0;
    border: none;
    border-radius: 0;
    width: 240px;
    height: 56px;
  }
}
.p-unav-contact__btn::after {
  content: "";
  width: 6px;
  height: 13px;
  background-image: url(/assets/images/ico_arrow_r_w.svg);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-unav-contact__btn::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .p-unav {
    display: flex;
    flex-direction: row-reverse;
    background-color: #e4edf1;
    border-radius: 0 0 0 5px;
    margin-left: auto;
  }
}

.p-unav__list {
  margin: 0;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-unav__list {
    padding: 0 42px 0 27px;
  }
}

.p-unav__item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .p-unav__item {
    width: auto;
  }
}

.p-unav__link {
  font-size: 0.875rem;
  padding: 15px 20px;
  display: block;
  background-image: url(/assets/images/ico_arrow_r.svg);
  background-position: right 20px top 50%;
}
@media only screen and (min-width: 768px) {
  .p-unav__link {
    padding: 0 20px;
    display: grid;
    place-items: center;
    background-image: none;
    height: 56px;
  }
}

.p-fnav {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #d9d9d9;
  height: 65px;
}
@media only screen and (min-width: 768px) {
  .p-fnav {
    display: none;
  }
}

.p-fnav__link {
  color: #828282;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}
.p-fnav__link[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}

.p-footer-contact {
  color: #fff;
  background-image: linear-gradient(to left, #0096e0, #52c3f1);
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  text-align: center;
  line-height: 1;
  padding: 40px 20px 64px;
}
@media only screen and (min-width: 768px) {
  .p-footer-contact {
    padding: 60px 20px 50px;
  }
}

.p-footer-contact__en {
  font-weight: bold;
}

.p-footer-contact__title {
  font-weight: bold;
  font-size: 2rem;
}

.p-footer-contact__text {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 20px 0;
}

.p-footer-contact__btn {
  max-width: 380px;
  min-height: 60px;
  color: #fff !important;
  border-color: currentColor;
  background-color: transparent;
  font-size: 0.875rem;
}
.p-footer-contact__btn::after {
  background-image: url(/assets/images/ico_arrow_r_w.svg);
}
@media (hover: hover) {
  .p-footer-contact__btn:where(:any-link, :enabled):hover {
    color: #0097e0 !important;
    background-color: #fff;
  }
  .p-footer-contact__btn:where(:any-link, :enabled):hover::after {
    background-image: url(/assets/images/ico_arrow_r.svg);
  }
}

.p-footer-contact__time {
  margin: 0;
}

.p-footer__bottom {
  padding: 40px 20px 30px;
  font-weight: bold;
  line-height: 1;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .p-footer__bottom {
    padding: 0 37px 0 120px;
    max-width: 1440px;
    margin-inline: auto;
    height: 126px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-footer__bottom:first-child {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .p-footer__bottom:first-child {
    padding: 0 37px;
  }
}

.p-footer-nav {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 26px;
  gap: 26px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .p-footer-nav {
    display: flex;
    gap: 40px;
  }
}

.p-footer-nav__link {
  color: #000;
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-footer-nav__link[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}
.p-footer-nav__link::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
@media (hover: hover) {
  .p-footer-nav__link:where(:any-link, :enabled):hover {
    color: #0097e0;
    text-decoration: underline;
  }
}

.p-footer__small {
  text-align: center;
  font-size: 0.75rem;
  color: #828282;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-footer__small {
    margin-left: auto;
  }
}

.p-footer__pagetop {
  display: block;
  width: 56px;
  height: 56px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .p-footer__pagetop {
    right: 48px;
    bottom: 100px;
  }
}
.is-scroll .p-footer__pagetop {
  opacity: 1;
  visibility: visible;
}

.p-swiper-top-pickup__wrapper {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup__wrapper {
    padding-bottom: 45px;
  }
}

.p-swiper-top-pickup {
  overflow-x: clip;
}
.p-swiper-top-pickup .swiper-button-prev,
.p-swiper-top-pickup .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0097e0;
  top: inherit;
  bottom: 25px;
  left: inherit;
  right: inherit;
  z-index: 2;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-button-prev,
  .p-swiper-top-pickup .swiper-button-next {
    bottom: 30px;
  }
  .p-swiper-top-pickup .swiper-button-prev:hover,
  .p-swiper-top-pickup .swiper-button-next:hover {
    background-color: #0097e0;
  }
}
.p-swiper-top-pickup .swiper-button-prev::after,
.p-swiper-top-pickup .swiper-button-next::after {
  display: none;
}
.p-swiper-top-pickup .swiper-button-prev {
  background-image: url(/assets/images/ico_arrow_long_l.svg);
  background-position: 46% 50%;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-button-prev:hover {
    background-image: url(/assets/images/ico_arrow_long_l_w.svg);
  }
}
.p-swiper-top-pickup .swiper-button-next {
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-position: 54% 50%;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-button-next:hover {
    background-image: url(/assets/images/ico_arrow_long_r_w.svg);
  }
}
.p-swiper-top-pickup .swiper-button-prev,
.p-swiper-top-pickup .swiper-button-next {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-button-prev,
  .p-swiper-top-pickup .swiper-button-next {
    right: inherit;
    bottom: 43px;
  }
}
.p-swiper-top-pickup .swiper-button-prev {
  right: 85px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-button-prev {
    left: -308px;
  }
}
.p-swiper-top-pickup .swiper-button-next {
  right: 12px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-button-next {
    left: -236px;
  }
}
.p-swiper-top-pickup .swiper-pagination {
  width: max-content;
  z-index: 2;
}
.p-swiper-top-pickup .swiper-pagination-bullet {
  height: 4px;
  border-radius: 0;
  background-color: #d9d9d9;
  opacity: 1;
}
.p-swiper-top-pickup .swiper-pagination-bullet-active {
  background-color: #0097e0;
}
.p-swiper-top-pickup .swiper-pagination {
  bottom: 14px;
  left: 12px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-pagination {
    inset: auto 0 0;
    margin: auto;
  }
}
.p-swiper-top-pickup .swiper-pagination-bullet {
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top-pickup .swiper-pagination-bullet {
    width: 56px;
  }
}
.p-swiper-top-pickup .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.p-swiper-top-pickup .swiper-slide {
  height: auto;
  transition: 0.5s;
}
.p-swiper-top-pickup .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
  visibility: hidden;
}

.p-swiper-top {
  position: relative;
  border-radius: 8px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top {
    padding-bottom: 60px;
  }
}
.p-swiper-top .swiper-button-prev,
.p-swiper-top .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0097e0;
  top: inherit;
  bottom: 25px;
  left: inherit;
  right: inherit;
  z-index: 2;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-button-prev,
  .p-swiper-top .swiper-button-next {
    bottom: 30px;
  }
  .p-swiper-top .swiper-button-prev:hover,
  .p-swiper-top .swiper-button-next:hover {
    background-color: #0097e0;
  }
}
.p-swiper-top .swiper-button-prev::after,
.p-swiper-top .swiper-button-next::after {
  display: none;
}
.p-swiper-top .swiper-button-prev {
  background-image: url(/assets/images/ico_arrow_long_l.svg);
  background-position: 46% 50%;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-button-prev:hover {
    background-image: url(/assets/images/ico_arrow_long_l_w.svg);
  }
}
.p-swiper-top .swiper-button-next {
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-position: 54% 50%;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-button-next:hover {
    background-image: url(/assets/images/ico_arrow_long_r_w.svg);
  }
}
.p-swiper-top .swiper-button-prev,
.p-swiper-top .swiper-button-next {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-button-prev,
  .p-swiper-top .swiper-button-next {
    bottom: -20px;
  }
}
.p-swiper-top .swiper-button-prev {
  right: 73px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-button-prev {
    left: 0;
  }
}
.p-swiper-top .swiper-button-next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-button-next {
    left: 73px;
  }
}
.p-swiper-top .swiper-pagination {
  width: max-content;
  z-index: 2;
}
.p-swiper-top .swiper-pagination-bullet {
  height: 4px;
  border-radius: 0;
  background-color: #d9d9d9;
  opacity: 1;
}
.p-swiper-top .swiper-pagination-bullet-active {
  background-color: #0097e0;
}
.p-swiper-top .swiper-pagination {
  bottom: 14px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-pagination {
    inset: auto 0 0;
    margin: auto;
  }
}
.p-swiper-top .swiper-pagination-bullet {
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-pagination-bullet {
    width: 56px;
  }
}
.p-swiper-top .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.p-swiper-top .swiper-slide {
  height: auto;
  transition: 0.5s;
}
.p-swiper-top .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .p-swiper-top .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-next + .swiper-slide) {
    opacity: 0;
    visibility: hidden;
  }
}
.p-swiper-top .p-card {
  height: 100%;
}
.p-swiper-top .p-card__fig {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 311/207;
}

@media only screen and (min-width: 768px) {
  .p-swiper-year__wrap {
    width: 733px;
  }
}

@media only screen and (min-width: 768px) {
  .p-swiper-year {
    position: relative;
  }
  .p-swiper-year::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -54px;
    width: 60px;
    height: calc(100% - 2px);
    background-color: #fff;
    z-index: 1;
  }
  .p-swiper-year .p-catnav__list {
    gap: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .p-swiper-year .p-catnav__list {
    gap: 82px;
  }
}
.p-swiper-year .swiper-button-prev,
.p-swiper-year .swiper-button-next {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-swiper-year .swiper-button-prev,
  .p-swiper-year .swiper-button-next {
    background-size: cover;
    width: 7px;
    height: 18px;
    top: 50%;
    left: inherit;
    margin-top: -9px;
    display: inherit;
    z-index: 2;
  }
  .p-swiper-year .swiper-button-prev::after,
  .p-swiper-year .swiper-button-next::after {
    display: none;
  }
}
.p-swiper-year .swiper-button-prev {
  background-image: url(/assets/images/ico_arrow_long_l.svg);
  right: -8px;
}
.p-swiper-year .swiper-button-next {
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  right: -53px;
}
.p-swiper-year .swiper-notification {
  display: none;
}

.p-catnav__panel .swiper-slide {
  width: max-content !important;
}
@media only screen and (min-width: 768px) {
  .p-catnav__panel .swiper-slide-thumb-active span {
    border-bottom: 1px solid;
    color: #0097e0;
  }
}

.p-swiper-products {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-swiper-products {
    padding: 0 16px 16px;
    margin-inline: -16px;
  }
}

.p-swiper-pickup-wrapper {
  overflow: hidden;
  margin-right: -100%;
  padding: 16px;
}

.p-swiper-pickup-inner {
  width: 50%;
}

.p-swiper-pickup {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup {
    width: 482px;
    margin-top: -15px;
  }
}
.p-swiper-pickup .swiper-slide {
  transition: 0.5s;
}
.p-swiper-pickup .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
  visibility: hidden;
}
.p-swiper-pickup .swiper-button-prev,
.p-swiper-pickup .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0097e0;
  top: inherit;
  bottom: 25px;
  left: inherit;
  right: inherit;
  z-index: 2;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup .swiper-button-prev,
  .p-swiper-pickup .swiper-button-next {
    bottom: 30px;
  }
  .p-swiper-pickup .swiper-button-prev:hover,
  .p-swiper-pickup .swiper-button-next:hover {
    background-color: #0097e0;
  }
}
.p-swiper-pickup .swiper-button-prev::after,
.p-swiper-pickup .swiper-button-next::after {
  display: none;
}
.p-swiper-pickup .swiper-button-prev {
  background-image: url(/assets/images/ico_arrow_long_l.svg);
  background-position: 46% 50%;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup .swiper-button-prev:hover {
    background-image: url(/assets/images/ico_arrow_long_l_w.svg);
  }
}
.p-swiper-pickup .swiper-button-next {
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-position: 54% 50%;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup .swiper-button-next:hover {
    background-image: url(/assets/images/ico_arrow_long_r_w.svg);
  }
}
.p-swiper-pickup .swiper-button-prev {
  right: 72px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup .swiper-button-prev {
    right: 125px;
  }
}
.p-swiper-pickup .swiper-button-next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup .swiper-button-next {
    right: 53px;
  }
}
.p-swiper-pickup .swiper-pagination {
  width: max-content;
  z-index: 2;
}
.p-swiper-pickup .swiper-pagination-bullet {
  height: 4px;
  border-radius: 0;
  background-color: #d9d9d9;
  opacity: 1;
}
.p-swiper-pickup .swiper-pagination-bullet-active {
  background-color: #0097e0;
}
.p-swiper-pickup .swiper-pagination {
  bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup .swiper-pagination {
    left: 73px;
  }
}
.p-swiper-pickup .swiper-pagination-bullet {
  width: 56px;
}
.p-swiper-pickup .swiper-pagination-bullet-active {
  background-color: #0097e0;
}

.p-swiper-pickup__title {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 81px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup__title {
    width: 134px;
    top: -44px;
    left: -67px;
  }
}

.p-swiper-pickup__list {
  margin: 0;
  padding: 0;
}

.p-swiper-pickup__item {
  height: auto;
}
.p-swiper-pickup__item .p-card {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  height: calc(100% - 32px);
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup__item .p-card {
    padding: 26px;
    height: calc(100% - 52px);
  }
}
.p-swiper-pickup__item .p-card__body {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup__item .p-card__body {
    display: grid;
    grid-gap: 25px 20px;
    gap: 25px 20px;
    grid-template-columns: 163px 1fr;
    grid-template-rows: 28px auto;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-swiper-pickup__item .p-card__title {
    grid-column: 1/3;
    align-self: self-start;
  }
}
.p-swiper-pickup__item .p-entry-cat__item {
  width: 163px;
}

.modal {
  display: none;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
}

.modal.is-open {
  display: block;
}

.modal__container {
  background-color: #fff;
  border-radius: 4px;
  width: calc(100% - 40px);
  max-width: 1060px;
  position: relative;
  animation: none 0s ease 0s 1 normal none running !important;
  animation: initial !important;
  padding: 60px 24px 40px;
}
@media only screen and (min-width: 768px) {
  .modal__container {
    padding: 80px 64px;
  }
}

.modal__header {
  font-weight: bold;
  display: flex;
  margin-bottom: 30px;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .modal__header {
    font-size: 1.5625rem;
  }
}

.modal__close {
  width: 1em;
  height: 1em;
  line-height: 1;
  display: block;
  font-size: 2rem;
  color: #0097e0;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .modal__close {
    top: 30px;
    right: 30px;
  }
}

.modal__overlay {
  z-index: 100;
}

.p-entry-list {
  padding: 0;
  margin: 40px 0 0;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .p-entry-list {
    gap: 48px 32px;
  }
}

.p-entry-list--bdt {
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p-entry-list--bdt {
    border: none;
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-entry-list--column {
    gap: 68px 32px;
  }
}

.p-entry-list__item {
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item {
    display: contents;
  }
}

.p-entry-list__item--column {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item--column {
    display: inherit;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item--column .p-card__fig {
    border-radius: inherit;
  }
}
.p-entry-list__item--column .p-card__body {
  padding-bottom: 30px;
}

.p-entry-list__item--grid .p-card {
  grid-template-columns: 40% 1fr;
  gap: 20px 17px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item--grid .p-card {
    grid-template-columns: inherit;
    gap: inherit;
    padding-bottom: 0;
  }
}
.p-entry-list__item--grid .p-card__fig {
  align-self: start;
  grid-row: 1/3;
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item--grid .p-card__fig {
    grid-row: inherit;
  }
}
.p-entry-list__item--grid .p-card__body {
  display: contents;
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item--grid .p-card__body {
    display: flex;
  }
}
.p-entry-list__item--grid .p-card__colfull {
  grid-column: 1/3;
}
.p-entry-list__item--grid .p-card__tags {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-entry-list__item--grid .p-card__tags {
    margin-top: 20px;
  }
}

.p-entry-list-seminar {
  padding: 0;
  margin: 40px -20px 0;
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-entry-list-seminar {
    margin-inline: 0;
    gap: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .p-entry-list-seminar--border {
    gap: 0;
  }
  .p-entry-list-seminar--border > *:first-child .p-card {
    padding-top: 0;
  }
  .p-entry-list-seminar--border .p-card {
    padding-inline: 0;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9;
  }
}

@media only screen and (min-width: 768px) {
  .p-entry-list-seminar__item {
    display: contents;
  }
}

.p-entry-list-seminar__link {
  transition: 0.5s;
}
@media (hover: hover) {
  .p-entry-list-seminar__link:where(:any-link, :enabled):hover {
    color: #0097e0;
  }
}

.p-entry-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.p-entry-header-seminar .p-entry-cat {
  gap: 16px;
}

.p-entry-cat__item {
  color: #fff;
  min-height: 27px;
  min-width: 92px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  padding-inline: 16px;
  font-size: 0.75rem;
  font-weight: bold;
}

.p-entry-cat__item--01 {
  background-color: #0097e0;
}

.p-entry-cat__item--02 {
  background-color: #04af6e;
}

.p-entry-cat__item--03 {
  background-color: #828282;
}

.p-entry-cat__item--04 {
  background-color: #1a1a1a;
}

.p-entry-cat__item--05 {
  color: #0097e0;
  background-color: #fff;
  border: 1px solid;
}

.p-entry-cat__item--large {
  min-width: 163px;
}

.p-entry__date {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
}

.p-entry-header {
  border-bottom: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 25px 30px;
  gap: 25px 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .p-entry-header {
    gap: 30px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.p-entry-header__title {
  grid-column: 1/-1;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-entry-header__title {
    font-size: 2.625rem;
  }
}

.p-entry-header-case {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 56px;
}

.p-entry-header-case__sub {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  grid-column: 1/-1;
  margin: 0;
  line-height: 1;
  margin-top: 25px;
}

.p-entry-header-column {
  display: grid;
  grid-gap: 42px;
  gap: 42px;
  margin-bottom: 36px;
  background-color: #eceff4;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
@media only screen and (min-width: 768px) {
  .p-entry-header-column {
    width: auto;
    margin-inline: calc(50% - 640px);
    padding-inline: calc(640px - 50%);
  }
}
@media only screen and (min-width: 1200px) {
  .p-entry-header-column {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
}
.p-entry-header-column .p-entry-header__title {
  margin-block: -20px;
}

.p-entry-header-column__date {
  display: grid;
  line-height: 1;
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px solid #0097e0;
  background-image: url(/assets/images/column/bg_date.png);
  background-size: 168px auto;
  padding: 100px 0 16px;
}
@media only screen and (min-width: 768px) {
  .p-entry-header-column__date {
    justify-content: flex-end;
    align-items: flex-end;
    height: 100px;
    padding: 0 0 16px;
  }
}

.p-entry-header-column__fig {
  background-color: #fff;
  background-image: url(/assets/images/column/bg_fig.svg);
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
@media only screen and (min-width: 768px) {
  .p-entry-header-column__fig {
    width: auto;
    margin-inline: calc(50% - 640px);
    padding-inline: calc(640px - 50%);
  }
}
@media only screen and (min-width: 1200px) {
  .p-entry-header-column__fig {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
}
.p-entry-header-column__fig img {
  border-radius: 8px;
}

.p-entry-header-seminar {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 96px;
}
@media only screen and (min-width: 768px) {
  .p-entry-header-seminar {
    grid-template-columns: 1fr 513px;
    align-items: center;
    gap: 30px 64px;
    margin-inline: -102px;
  }
}
.p-entry-note + .p-entry-header-seminar {
  margin-top: 40px;
}

.p-entry-header-seminar__body {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

.p-entry-header-seminar__title {
  font-size: 2rem;
}

.p-entry-header-seminar__date {
  font-weight: bold;
  margin: 0;
}

.p-entry-header-seminar__fig {
  border-radius: 8px;
  overflow: hidden;
}

.p-entry-note {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .p-entry-note {
    gap: 16px;
    margin-inline: -102px;
  }
}

.p-entry-note__item {
  display: grid;
  place-items: center;
  border-radius: 8px;
  min-height: 64px;
}
@media only screen and (min-width: 768px) {
  .p-entry-note__item {
    min-height: 68px;
    font-size: 1.3125rem;
  }
}

.p-entry-note__item--01 {
  color: #0097e0;
  background-color: #e5f4fc;
}

.p-entry-note__item--02 {
  color: #d01100;
  background-color: #fae7e5;
}

.p-entry > * {
  margin-block: 30px 0;
}
.p-entry > *:first-child {
  margin-top: 0;
}
.p-entry p {
  margin-bottom: 0;
}
.p-entry p + .u-fs14 {
  margin-top: 20px;
}
.p-entry p.u-fs12 + .u-fs12 {
  margin-top: 7px;
}
.p-entry p:has(small) {
  text-indent: -2em;
  margin-left: 2em;
  margin-top: 12px;
  font-size: 0.875rem;
}
.p-entry p:has(small)::before {
  content: "※　";
}
.p-entry p.c-txt-smallnum::before {
  content: none;
}
.p-entry a {
  color: #0097e0;
  color: #0097e0;
  height: 100%;
  background-image: linear-gradient(90deg, #0097e0, #0097e0);
  background-position: bottom left;
  background-size: 100% 9%;
}
@media (hover: hover) {
  .p-entry a:where(:any-link, :enabled):hover {
    animation: textlink 0.5s cubic-bezier(0.48, 0.08, 0.48, 0.96);
  }
}
:is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]) {
  background-image: none !important;
  display: block;
}
* + :is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]), :is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]) + * {
  margin-top: 35px;
}
:is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]) + :is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]) {
  margin-top: 15px;
}
:is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"])::after {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: -4px;
}
:is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]) span {
  background-image: linear-gradient(90deg, #0097e0, #0097e0);
  background-position: bottom left;
  background-size: 0 9%;
  transition: background-size 0.2s cubic-bezier(0.48, 0.08, 0.48, 0.96);
}
@media (hover: hover) {
  :is(.p-entry a.c-txt-link, .p-entry a[href*="maps.app.goo.gl"], .p-entry a[target=_blank], .p-entry a[href$=".pdf"]):where(:any-link, :enabled):hover span {
    background-size: 100% 9%;
  }
}
.p-entry a.c-txt-link::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
.p-entry a[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}
.p-entry a[href$=".pdf"]::after {
  content: "";
  width: 19px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_pdf.svg);
  background-size: cover;
}
.p-entry a[href*="maps.app.goo.gl"]::after {
  content: "";
  width: 16px !important;
  height: 20px !important;
  background-image: url(/assets/images/ico_map.svg);
  background-size: cover;
}
.p-entry a[href^="tel:"] {
  background: none;
}
@media only screen and (min-width: 768px) {
  .p-entry a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    background: none;
  }
}
.p-entry ul {
  padding: 0;
}
.p-entry ul > li {
  margin-top: 12px;
  padding-left: 1em;
  position: relative;
}
.p-entry ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0097e0;
}
.p-entry ol {
  counter-reset: ol_li;
  padding: 0;
}
.p-entry ol > li {
  margin-top: 1em;
  padding-left: 1.5em;
  position: relative;
}
.p-entry ol > li::before {
  content: counter(ol_li) ". ";
  counter-increment: ol_li;
  position: absolute;
  inset: 0 auto auto 0;
  margin: auto;
}
.p-entry :is(ul, ol) {
  margin-top: 35px;
}
.p-entry :is(ul, ol) ul {
  padding: 0;
}
.p-entry :is(ul, ol) ul > li {
  margin-top: 12px;
  padding-left: 1em;
  position: relative;
}
.p-entry :is(ul, ol) ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #363636;
}
.p-entry :is(ul, ol) + * {
  margin-top: 35px;
}
.p-entry :is(ul, ol) + :is(ul, ol) {
  margin-top: 30px;
}
.p-entry :is(ul, ol) :is(ul, ol) {
  margin: 20px 0;
}
.p-entry :is(ul, ol).u-fs14 {
  margin-top: 30px;
}
.p-entry :is(ul, ol).u-fs14 + * {
  margin-top: 30px;
}
.p-entry :is(ul, ol).u-fs14 + :is(ul, ol) {
  margin-top: 20px;
}
.p-entry :is(ul, ol).u-fs14 li {
  margin-top: 6px;
}
.p-entry h2 {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 90px;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .p-entry h2 {
    margin-top: 80px;
    font-size: 2rem;
  }
}
.p-entry h2::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #0097e0;
}
.p-entry h3 {
  margin-top: 70px;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .p-entry h3 {
    font-size: 1.5625rem;
  }
}
.p-entry h4 {
  color: #0097e0;
  margin-top: 55px;
  font-size: 1.125rem;
}
.p-entry h2 + * {
  margin-top: 35px;
}
.p-entry h3 + * {
  margin-top: 30px;
}
.p-entry h4 + * {
  margin-top: 20px;
}
.p-entry picture,
.p-entry figure {
  text-align: center;
}
.p-entry picture.img-full img,
.p-entry figure.img-full img {
  width: 100%;
}
.p-entry picture.img-left,
.p-entry figure.img-left {
  text-align: left;
}
.p-entry picture.img-right,
.p-entry figure.img-right {
  text-align: right;
}
.p-entry picture img,
.p-entry figure img {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.p-entry picture img.c-media-rect,
.p-entry figure img.c-media-rect {
  border: none;
  border-radius: 0;
}
.p-entry picture img.c-media-noborder,
.p-entry figure img.c-media-noborder {
  border: none;
}
.p-entry figcaption {
  font-size: 0.75rem;
  color: #828282;
  padding-top: 10px;
}
.p-entry > figure {
  margin: 40px -20px 0;
}
@media only screen and (min-width: 768px) {
  .p-entry > figure {
    margin-inline: auto;
    max-width: 790px;
  }
  .p-entry > figure.img-full {
    max-width: none;
    max-width: initial;
  }
}
.p-entry > figure:has(.c-media-rect) {
  margin-inline: auto;
}
.p-entry > figure img {
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .p-entry > figure img {
    border-radius: 8px;
  }
}
.p-entry > figure figcaption {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .p-entry > figure figcaption {
    padding-inline: 0;
  }
}
.p-entry table {
  width: 100%;
  border-collapse: collapse;
  border: solid #d9d9d9;
  border-width: 1px 1px 0 0;
}
.p-entry table th,
.p-entry table td {
  border: solid #d9d9d9;
  border-width: 0 0 1px 1px;
  padding: 15px 30px;
}
.p-entry table th {
  text-align: left;
  background-color: #e5f4fc;
  vertical-align: top;
  min-width: 255px;
}
.p-entry table td > * {
  margin-top: 1em !important;
}
.p-entry table td > br:first-child {
  margin-top: 0 !important;
}
.p-entry div:has(table) {
  overflow-x: auto;
  max-width: 100vw;
}
.p-entry div:has(table) td {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-entry div:has(table) td {
    white-space: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .p-entry div:has(table) {
    overflow-x: hidden;
    white-space: normal;
  }
}
.p-entry div:has(table)::-webkit-scrollbar {
  height: 10px;
}
.p-entry div:has(table)::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 20px;
}
.p-entry div:has(table)::-webkit-scrollbar-thumb {
  background: #828282;
  border-radius: 20px 0 0 20px;
}
.p-entry div:has(table) > table {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .p-entry div:has(table) > table {
    margin: 0;
  }
}
.p-entry :is(.l-grid, .l-float) {
  margin-top: 40px;
}
.p-entry > .c-btn__wrap {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .p-entry > .c-btn__wrap {
    margin-top: 48px;
  }
}
.p-entry > .c-btn__wrap .c-btn {
  margin: 0 !important;
}
.p-entry > .c-btn {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .p-entry > .c-btn {
    margin-top: 48px;
  }
}
.p-entry .p-entry__back {
  margin-top: 40px;
}

.p-entry-taglist {
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-entry-taglist__item {
  margin: 0 !important;
  padding: 0 !important;
}
.p-entry-taglist__item::before {
  display: none;
}

.p-entry-taglist__link {
  color: #363636 !important;
  background-color: #fff;
  background-image: none !important;
  line-height: 1.2;
  font-size: 0.75rem;
  font-weight: bold;
  min-height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid;
  border-radius: 4px;
  padding: 2px 16px !important;
  transition: 0.5s;
}

.p-entry-taglist__link--orange {
  border-color: #fab40f;
}
@media (hover: hover) {
  .p-entry-taglist__link--orange:where(:any-link, :enabled):hover {
    color: #fff !important;
    background-color: #fab40f;
  }
}
.p-entry-taglist__link--orange[aria-current=page] {
  color: #fff !important;
  background-color: #fab40f;
}

.p-entry-taglist__link--blue {
  color: #0097e0 !important;
}

.p-entry-bgorange {
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(250, 180, 15, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-entry-bgorange {
    padding: 20px 30px;
  }
}

.p-entry-bgblue {
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(228, 237, 241, 0.5);
}
@media only screen and (min-width: 768px) {
  .p-entry-bgblue {
    padding: 20px 30px;
  }
}

.p-entry-index {
  display: grid;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .p-entry-index {
    margin: 90px 0;
  }
}

.p-entry-index__titile {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}

.p-entry-index__text {
  margin: 0;
}

.p-entry-index__list {
  margin: 0 !important;
  counter-reset: ol_li;
  padding: 0;
}
.p-entry-index__list > li {
  margin-top: 1em;
  padding-left: 1.5em;
  position: relative;
}
.p-entry-index__list > li::before {
  content: counter(ol_li) ". ";
  counter-increment: ol_li;
  position: absolute;
  inset: 0 auto auto 0;
  margin: auto;
}

.p-entry-index__link {
  color: #0097e0;
  height: 100%;
  background-image: linear-gradient(90deg, #0097e0, #0097e0);
  background-position: bottom left;
  background-size: 100% 9%;
}
@media (hover: hover) {
  .p-entry-index__link:where(:any-link, :enabled):hover {
    animation: textlink 0.5s cubic-bezier(0.48, 0.08, 0.48, 0.96);
  }
}

.p-entry-summary {
  margin-top: 80px !important;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}

.p-entry-summary__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: -52px;
}
.p-entry-summary__title::before {
  content: "";
  display: block;
  width: 62px;
  height: 94px;
  background-image: url(/assets/images/column/bg_summary.png);
  background-size: cover;
}

.p-entry-summary__text {
  margin: 0;
}

.p-entry-profile {
  border-radius: 8px;
  background-color: rgba(228, 237, 241, 0.5);
  padding: 30px;
  display: grid;
  grid-gap: 10px 30px;
  gap: 10px 30px;
}
@media only screen and (min-width: 768px) {
  .p-entry-profile {
    grid-template-columns: 208px 1fr;
  }
}
.p-entry-profile * {
  margin: 0 !important;
}
.p-entry-profile figcaption {
  font-size: 0.875rem;
  color: #363636;
}

.p-entry-profile__title {
  font-size: 1.5625rem;
}

.p-entry-profile__fig {
  font-size: 0.875rem;
  text-align: left !important;
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .p-entry-profile__fig {
    grid-row: 1/4;
  }
}

.p-entry-download {
  margin-top: 90px;
  margin-inline: -20px;
  border-radius: 8px;
  background-color: rgba(217, 217, 217, 0.2);
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-entry-download {
    margin-inline: 0;
  }
}
.p-entry-download > * {
  margin: 0 !important;
}

.p-entry-download__title {
  color: #0097e0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .p-entry-download__title {
    font-size: 1.5625rem;
  }
}

.p-entry-reservation {
  margin-top: 40px;
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(250, 180, 15, 0.1);
  margin-inline: -20px;
  border-radius: 8px;
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-entry-reservation {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .p-entry-reservation {
    margin-inline: 0;
  }
}
.p-entry-reservation > * {
  margin: 0 !important;
}

.p-entry-reservation__title {
  color: #0097e0;
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .p-entry-reservation__title {
    font-size: 1.5625rem;
  }
}

.p-entry-reservation__note {
  color: #0097e0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .p-entry-reservation__note {
    font-size: 1.375rem;
  }
}
.p-entry-reservation__note span {
  margin-right: 10px;
  color: #363636;
  font-weight: bold;
  font-size: 1rem;
}

.p-entry-product {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .p-entry-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 32px;
    gap: 24px 32px;
  }
}

.p-entry-product__item {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.p-entry-product__item::before {
  display: none;
}

.p-entry-product__link {
  transition-property: color, box-shadow;
  transition-duration: 0.5s;
  color: #363636 !important;
  background-image: none !important;
  background-color: #fff;
  font-weight: bold;
  display: flex !important;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background-image: none;
  padding: 14px;
}
@media only screen and (min-width: 768px) {
  .p-entry-product__link {
    padding: 24px;
  }
}
@media (hover: hover) {
  .p-entry-product__link:where(:any-link, :enabled):hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    color: #0097e0 !important;
  }
}
.p-entry-product__link::after {
  content: "";
  width: 8px !important;
  height: 19px !important;
  background-image: url(/assets/images/ico_arrow_long_r.svg);
  background-size: cover;
}
.p-entry-product__link::after {
  content: "";
  flex: 0 0 auto;
  margin-left: auto;
}
.p-entry-product__link[target=_blank]::after {
  content: "";
  width: 16px !important;
  height: 17px !important;
  background-image: url(/assets/images/ico_blank.svg);
  background-size: cover;
}
.p-entry-product__link figure {
  flex: 0 0 96px;
}
.p-entry-product__link img {
  border-radius: 0;
  border: none;
}

.p-entry-diflist {
  border: solid #d9d9d9;
  border-width: 1px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0;
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .p-entry-diflist {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}
.p-entry-diflist + .p-entry-diflist {
  margin-top: -1px;
}
.p-entry-diflist dt {
  white-space: nowrap;
  font-weight: bold;
}
.p-entry-diflist .p-entry-diflist__title {
  width: 108px;
  min-height: 32px;
  border-radius: 20px;
  color: #fff;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: normal;
  font-size: 1rem;
}
.p-entry-diflist .p-entry-diflist__title span {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}
.p-entry-diflist .p-entry-diflist__title--01 {
  background-color: #0097e0;
}
.p-entry-diflist .p-entry-diflist__title--02 {
  background-color: #04af6e;
}
.p-entry-diflist > * {
  margin: 0;
}

.p-entry__back {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  width: max-content;
  color: #0097e0;
  font-size: 0.875rem;
  font-weight: bold;
  background-image: none !important;
}
.p-entry__back::before {
  content: "";
  width: 8px;
  height: 19px;
  background-image: url(/assets/images/ico_arrow_long_l.svg);
  position: relative;
  bottom: inherit;
  background-color: transparent;
}
.p-entry__back span {
  position: relative;
  line-height: 1;
}
.p-entry__back span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0097e0;
  transition: width 0.2s cubic-bezier(0.48, 0.08, 0.48, 0.96);
}
@media (hover: hover) {
  .p-entry__back:where(:any-link, :enabled):hover span::before {
    width: 100%;
  }
}

.p-entry-pw {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  font-weight: bold;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .p-entry-pw {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
  }
}
.p-entry-pw input {
  font-weight: normal;
  border-radius: 4px;
  border: solid 1px rgba(217, 217, 217, 0.5);
  background-color: rgba(217, 217, 217, 0.2);
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-entry-pw input {
    max-width: 577px;
  }
}
.p-entry-pw input:focus {
  outline: 0;
}
.p-entry-pw input:focus-visible {
  box-shadow: 0 0 10px #0097e0;
}

.p-top {
  overflow: hidden;
}
.p-top p {
  margin: 0;
}

.p-top-mv {
  overflow: hidden;
}

.p-top-mv__height {
  height: 142.4vw;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__height {
    height: 762px;
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-mv__height {
    height: 52.9166666667vw;
    max-height: 1058px;
  }
}

.p-top-mv__video {
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.p-top-mv__inner {
  margin-inline: auto;
  max-width: 1200px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .p-top-mv__inner {
    background: none;
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-mv__inner {
    max-width: 2000px;
  }
}

.p-top-mv__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  top: 14.4vw;
  left: 5.3333333333vw;
  font-size: 7.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-top-mv__txt {
    top: 310px;
    left: 0;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-mv__txt {
    top: min(21.5277777778vw, 430.556px);
    left: min(8.3333333333vw, 166.667px);
    font-size: min(2.7777777778vw, 3.47225rem);
  }
}

.p-top-carousel {
  position: absolute;
  perspective: 900px;
  inset: 60.5333333333vw 0 0 46.1333333333vw;
  width: 44.3733333333vw;
  height: 54.6133333333vw;
}
@media only screen and (min-width: 480px) {
  .p-top-carousel {
    perspective: 1200px;
    inset: 62.1903520209vw 0 0 48.631029987vw;
    width: 40.6779661017vw;
    height: 50.0651890482vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel {
    perspective: 2000px;
    inset: 130px 0 0 876px;
    width: 369.2px;
    height: 454.4px;
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel {
    inset: min(9.375vw, 187.5px) 0 0 min(69.1666666667vw, 1383.33px);
    width: min(25.6388888889vw, 512.766px);
    height: min(31.5555555556vw, 631.109px);
  }
}

.p-top-carousel__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotation 50s infinite linear;
}

.p-top-carousel__item {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  filter: blur(0);
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item {
    border-radius: 16px;
  }
}
.p-top-carousel__item:nth-child(1) {
  transform: rotateY(0deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(1) {
    transform: rotateY(0deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(1) {
    transform: rotateY(0deg) translateZ(430px);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(1) {
    transform: rotateY(0deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}
.p-top-carousel__item:nth-child(2) {
  transform: rotateY(51.4285714286deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(2) {
    transform: rotateY(51.4285714286deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(2) {
    transform: rotateY(51.4285714286deg) translateZ(430px);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(2) {
    transform: rotateY(51.4285714286deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}
.p-top-carousel__item:nth-child(3) {
  transform: rotateY(102.8571428571deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(3) {
    transform: rotateY(102.8571428571deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(3) {
    transform: rotateY(102.8571428571deg) translateZ(430px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(3) {
    transform: rotateY(102.8571428571deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}
.p-top-carousel__item:nth-child(4) {
  transform: rotateY(154.2857142857deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(4) {
    transform: rotateY(154.2857142857deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(4) {
    transform: rotateY(154.2857142857deg) translateZ(430px);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(4) {
    transform: rotateY(154.2857142857deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}
.p-top-carousel__item:nth-child(5) {
  transform: rotateY(205.7142857143deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(5) {
    transform: rotateY(205.7142857143deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(5) {
    transform: rotateY(205.7142857143deg) translateZ(430px);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(5) {
    transform: rotateY(205.7142857143deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}
.p-top-carousel__item:nth-child(6) {
  transform: rotateY(257.1428571429deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(6) {
    transform: rotateY(257.1428571429deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(6) {
    transform: rotateY(257.1428571429deg) translateZ(430px);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(6) {
    transform: rotateY(257.1428571429deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}
.p-top-carousel__item:nth-child(7) {
  transform: rotateY(308.5714285714deg) translateZ(53.3333333333vw);
}
@media only screen and (min-width: 480px) {
  .p-top-carousel__item:nth-child(7) {
    transform: rotateY(308.5714285714deg) translateZ(46.9361147327vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-top-carousel__item:nth-child(7) {
    transform: rotateY(308.5714285714deg) translateZ(430px);
  }
}
@media only screen and (min-width: 1440px) {
  .p-top-carousel__item:nth-child(7) {
    transform: rotateY(308.5714285714deg) translateZ(min(29.8611111111vw, 597.222px));
  }
}

@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
.p-top-title {
  line-height: 1;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  top: 0;
}
.p-top-title.js-inview {
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-top-title.is-inview {
  top: 0;
  opacity: 1;
}

.p-top-title__en {
  font-size: 4rem;
  color: #0097e0;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.p-top-title__jp {
  font-size: 1.25rem;
  color: #828282;
  font-weight: normal;
}

.p-top__bgcontainer {
  position: relative;
}
.p-top__bgcontainer::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  z-index: -1;
  width: 2000px;
  height: 2000px;
  margin: auto calc((100% - 2000px) / 2);
  transform: translateX(calc((100% - 2000px) / 2));
}
@media only screen and (min-width: 768px) {
  .p-top__bgcontainer::before {
    width: 4600px;
    height: 4600px;
    margin: auto 0;
    transform: translateX(-2420px);
  }
}

.p-top__bgcontainer--01::before {
  background-image: url(/assets/images/top/bg_sec02_01_02.png);
}
.p-top__bgcontainer--01::after {
  background-image: url(/assets/images/top/bg_sec02_01.svg);
}

.p-top__bgcontainer--02::before {
  z-index: -2;
  background-image: url(/assets/images/top/bg_sec02_02_02.png);
}
@media only screen and (min-width: 768px) {
  .p-top__bgcontainer--02::before {
    transform: translateX(-1596px);
  }
}
.p-top__bgcontainer--02::after {
  z-index: -2;
  background-image: url(/assets/images/top/bg_sec02_02.svg);
}
@media only screen and (min-width: 768px) {
  .p-top__bgcontainer--02::after {
    transform: translateX(-206px);
  }
}

.p-top__bgcontainer--03::before {
  z-index: -1;
  background-image: url(/assets/images/top/bg_sec02_03_02.png);
}
@media only screen and (min-width: 768px) {
  .p-top__bgcontainer--03::before {
    display: none;
  }
}

.p-top__bgcontainer--03pc::before {
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-top__bgcontainer--03pc::before {
    display: block;
    background-image: url(/assets/images/top/bg_sec02_03_02.png);
  }
}

.p-top-container {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 16px 40px;
}
.p-top__bgcontainer--02 .p-top-container {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top-container {
    gap: 40px;
    padding: 0 60px 60px;
    width: 584px;
  }
}
@media only screen and (min-width: 768px) {
  .p-top-container .c-btn {
    margin-left: 0;
  }
}

.p-top-container__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-top-container__body.is-inview {
  top: 0;
  opacity: 1;
}

.p-top-sec01 {
  background-color: #e4edf1;
  padding-block: 50px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec01 {
    padding-block: 80px 40px;
  }
}

.p-top-sec01__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec01__inner {
    display: grid;
    grid-template-columns: 1fr 892px;
    align-items: start;
  }
}
.p-top-sec01__inner .p-top-title {
  padding-left: 7px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec01__inner .p-top-title {
    padding: 0;
  }
}

.p-top-sec02 {
  padding-block: 110px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec02 {
    padding-block: 85px;
  }
}

.p-top-sec02__01 {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec02__01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin-inline: -80px;
    padding-left: 80px;
  }
}
.p-top-sec02__01 .p-top-title {
  margin-top: -35px;
}

.p-top-sec02__02 {
  margin-top: 114px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec02__02 {
    margin-top: 95px;
    margin-inline: -80px;
    padding-right: 80px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.p-top-sec02__02 .p-top-title {
  margin-top: -25px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec02__02 .p-top-title {
    margin-top: -30px;
  }
}

.p-top-sec02__03 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 90px;
  padding-inline: 12px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec02__03 {
    gap: 40px;
    margin-top: 115px;
    padding: 0;
  }
}
.p-top-sec02__03 h2 + p {
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-top-sec02__03 h2 + p.is-inview {
  top: 0;
  opacity: 1;
}
.p-top-sec02__03 .p-card__body {
  padding: 20px;
  min-height: 210px;
}

.p-top-sec03 {
  padding-block: 80px;
  background-image: url(/assets/images/top/bg_sec03_sp.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .p-top-sec03 {
    padding-block: 140px 80px;
    background-image: url(/assets/images/top/bg_sec03.png);
    background-size: auto auto;
    background-size: initial;
  }
}
.p-top-sec03 .p-card__body {
  padding: 20px;
  min-height: 116px;
}

.p-top-sec03__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-inline: 12px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec03__inner {
    padding: 0;
  }
}

.p-top-sec04 {
  background-color: #f8f8f8;
  padding-block: 110px 80px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec04 {
    padding-block: 100px 120px;
  }
}

.p-top-sec04__inner {
  background-color: #fff;
  border-radius: 8px;
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  padding: 0 12px 40px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec04__inner {
    padding: 62px 100px;
  }
}
.p-top-sec04__inner .p-top-title {
  margin-top: -36px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec04__inner .p-top-title {
    margin-top: -90px;
  }
}
.p-top-sec04__inner .c-btn {
  margin-top: 40px;
}
.p-top-sec04__inner div.js-inview {
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-top-sec04__inner div.js-inview.is-inview {
  top: 0;
  opacity: 1;
}

.p-top-sec05 {
  background-color: #f8f8f8;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec05 {
    padding-bottom: 160px;
  }
}

.p-top-sec05__inner {
  border-radius: 8px;
  overflow: hidden;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .p-top-sec05__inner {
    grid-template-columns: 1fr 412px;
    transition: box-shadow 0.5s;
    height: 388px;
  }
}
@media (hover: hover) {
  .p-top-sec05__inner:where(:any-link, :enabled):hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .p-top-sec05__inner:where(:any-link, :enabled):hover::before {
    transform: scale(1.2, 1.2);
  }
}
.p-top-sec05__inner::before {
  content: "";
  aspect-ratio: 335/223;
  background-image: url(/assets/images/top/bg_sec07_sp.jpg);
  background-size: cover;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-top-sec05__inner::before {
    aspect-ratio: 788/388;
    background-image: url(/assets/images/top/bg_sec07.jpg);
  }
}

.p-top-sec05__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 30px 12px 40px;
}
@media only screen and (min-width: 768px) {
  .p-top-sec05__body {
    padding: 50px 66px 0;
  }
}
.p-top-sec05__body .c-btn {
  margin-block: 0;
}

.p-top-pickup {
  border-radius: 8px;
  background-color: #fff;
  padding: 0 10px 25px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .p-top-pickup {
    min-height: 290px;
    display: grid;
    grid-template-columns: 1fr 446px;
    padding: 40px 24px 24px 40px;
    transition: box-shadow 0.5s;
  }
}
@media (hover: hover) {
  .p-top-pickup:where(:any-link, :enabled):hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
}

.p-top-pickup__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-top-pickup__date {
  padding-top: 15px;
}

.p-top-pickup__fig {
  aspect-ratio: 311/207;
  border-radius: 8px;
  overflow: hidden;
  margin-top: -23px;
}
@media only screen and (min-width: 768px) {
  .p-top-pickup__fig {
    margin-top: -70px;
  }
}

.p-top-figlist01 {
  position: relative;
  margin-inline: -20px;
  display: grid;
  grid-template-columns: 32.8% 12.2666666667% 21.6% 1fr;
  grid-template-rows: 32vw 32vw 6.1333333333vw 1fr;
  grid-gap: 4px;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .p-top-figlist01 {
    margin: 0;
    grid-template-rows: 220px 220px 41px 1fr;
    gap: 8px;
    flex: 0 0 auto;
    width: 688px;
  }
}

.p-top-figlist01__item {
  border-radius: 8px;
  height: 100%;
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-top-figlist01__item.is-inview {
  top: 0;
  opacity: 1;
}
.p-top-figlist01__item.p-top-figlist01__item--03, .p-top-figlist01__item.p-top-figlist01__item--06 {
  transition-delay: 0.3s;
}
.p-top-figlist01__item.p-top-figlist01__item--02, .p-top-figlist01__item.p-top-figlist01__item--05, .p-top-figlist01__item.p-top-figlist01__item--07 {
  transition-delay: 0.6s;
}
.p-top-figlist01__item.p-top-figlist01__item--04, .p-top-figlist01__item.p-top-figlist01__item--08 {
  transition-delay: 0.9s;
}
.is-inview .p-top-figlist01__item {
  top: 0;
  opacity: 1;
}

.p-top-figlist01__item--01 {
  position: absolute;
  inset: 0;
  margin: auto;
  padding-top: 20px;
  width: 56.8%;
  z-index: 1;
  height: auto;
}

.p-top-figlist01__item--02 {
  grid-column: 1/3;
  justify-self: end;
  align-self: end;
  width: 81.9620253165%;
  height: auto;
}

.p-top-figlist01__item--03 {
  grid-column: 3/5;
}

.p-top-figlist01__item--04 {
  grid-row: 2/4;
  grid-column: 1/3;
}

.p-top-figlist01__item--05 {
  grid-row: 2/3;
  grid-column: 3/5;
  justify-self: end;
}

.p-top-figlist01__item--06 {
  grid-row: 4/5;
  grid-column: 1/2;
  justify-self: end;
  width: 85.7777777778%;
  height: auto;
}

.p-top-figlist01__item--07 {
  grid-row: 4/5;
  grid-column: 2/4;
}

.p-top-figlist01__item--08 {
  grid-row: 3/5;
  grid-column: 4/5;
  width: 93.2367149758%;
  height: auto;
}

.p-top-figlist02 {
  display: block;
  position: relative;
  margin: -16px -20px 0;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .p-top-figlist02 {
    margin: 0 -25px 0 0;
    width: 720px;
    flex: 0 0 auto;
  }
}

.p-top-figlist02__item {
  border-radius: 8px;
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-top-figlist02__item.is-inview {
  top: 0;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .p-top-figlist02__item--01 {
    width: 720px;
  }
}

.p-top-figlist02__item--02 {
  position: absolute;
  inset: 20px 0 0 0;
  margin: auto;
  width: 68.5333333333vw;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-top-figlist02__item--02 {
    width: 492px;
  }
}

.p-top-title__column {
  position: relative;
  color: #828282;
  font-weight: bold;
  font-size: 1.3125rem;
  background-image: url(/assets/images/top/bg_column_title.svg);
  background-position: 0 100%;
  background-size: 100% auto;
  width: 311px;
  height: 68px;
  margin-top: 85px;
}
@media only screen and (min-width: 768px) {
  .p-top-title__column {
    width: 299px;
    height: 65px;
  }
}

.p-top-title__img {
  transition: 0.5s;
  width: 78px;
  position: absolute;
  left: 53px;
  top: -100px;
  opacity: 0;
}
.p-top-title__img.is-inview {
  top: -85px;
  opacity: 1;
}

.p-404 {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .p-404 {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.p-404 .c-title-lv2 {
  margin-top: 0;
}

.p-column-mv {
  background-image: url(/assets/images/column/bg_mv.svg), linear-gradient(0deg, #f8f7f9 0%, #f8f7f9 85%, rgba(248, 247, 249, 0) 85%, rgba(248, 247, 249, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  padding-bottom: 50px;
  margin-bottom: 40px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
@media only screen and (min-width: 768px) {
  .p-column-mv {
    min-height: 480px;
    background-image: url(/assets/images/column/bg_mv.svg);
    padding-bottom: 50px;
    margin-bottom: 20px;
    width: auto;
    margin-inline: calc(50% - 640px);
    padding-inline: 40px;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .p-column-mv {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50% - 102px);
  }
}

.p-column-mv--pickup {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 768px) {
  .p-column-mv--pickup {
    background-image: url(/assets/images/column/bg_mv.svg), linear-gradient(0deg, #f8f7f9 0%, #f8f7f9 40%, rgba(248, 247, 249, 0) 40%, rgba(248, 247, 249, 0) 100%);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.p-swiper-pickup-wrapper {
  overflow: hidden;
  margin-right: -100%;
  padding: 16px;
}

.p-swiper-pickup-inner {
  width: 50%;
}

.p-column-header {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .p-column-header {
    margin-bottom: 40px;
  }
  .p-column-mv--pickup .p-column-header {
    margin-block: -90px 0;
  }
}

.p-column-header__title {
  position: relative;
  color: #828282;
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: right;
  background-image: url(/assets/images/column/bg_header.svg);
  background-position: 0 100%;
  background-size: 100% auto;
  margin-top: 80px;
  width: 335px;
  height: 83px;
}
@media only screen and (min-width: 768px) {
  .p-column-header__title {
    width: 379px;
    height: 90px;
  }
}

.p-column-header__img {
  width: 84px;
  position: absolute;
  left: 57px;
  top: -84px;
}
@media only screen and (min-width: 768px) {
  .p-column-header__img {
    width: 95px;
    top: -100px;
    left: 62px;
  }
}

.p-column-header__img--anime {
  opacity: 0;
  animation: columnAnime 1s 1.5s both;
  top: -104px;
}
@media only screen and (min-width: 768px) {
  .p-column-header__img--anime {
    top: -120px;
  }
}

.p-column-header__lead {
  font-size: 1.3125rem;
  margin: 0;
}

.p-column-cat {
  margin: 0;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .p-column-cat {
    gap: 20px;
  }
}

.p-column-cat__title {
  font-size: 1.5625rem;
  background-image: url(/assets/images/column/ico_list.svg);
  background-position: 100% 50%;
  width: max-content;
  padding-right: 40px;
}

.p-column-cat__body {
  margin: 0;
}

.p-column-cat__panel {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-column-cat__panel {
    display: block;
  }
}

.p-column-cat__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  gap: 16px;
}

.p-column-cat__link {
  color: #0097e0;
  display: flex;
  align-items: center;
  padding: 0 17px;
  text-align: center;
  line-height: 1.25;
  width: 100%;
  height: 67px;
  border: 1px solid #0097e0;
  border-radius: 8px;
  transition: 0.5s;
}
.p-column-cat__link[aria-current=page], .p-column-cat__link.is-parent, .p-column-cat__link:hover {
  color: #fff;
  background-color: #0097e0;
}
.p-column-cat__link::before {
  content: "";
  height: 40px;
  flex: 0 0 40px;
}
.p-column-cat__link span {
  flex: 1 1 100%;
}

.p-column-cat__link--01::before {
  background-image: url(/assets/images/column/ico_cat01.svg);
}
.p-column-cat__link--01[aria-current=page]::before, .p-column-cat__link--01.is-parent::before, .p-column-cat__link--01:hover::before {
  background-image: url(/assets/images/column/ico_cat01_w.svg);
}

.p-column-cat__link--02::before {
  background-image: url(/assets/images/column/ico_cat02.svg);
}
.p-column-cat__link--02[aria-current=page]::before, .p-column-cat__link--02:hover::before {
  background-image: url(/assets/images/column/ico_cat02_w.svg);
}

.p-column-cat__link--03::before {
  background-image: url(/assets/images/column/ico_cat03.svg);
}
.p-column-cat__link--03[aria-current=page]::before, .p-column-cat__link--03:hover::before {
  background-image: url(/assets/images/column/ico_cat03_w.svg);
}

.p-column-cat__link--04::before {
  background-image: url(/assets/images/column/ico_cat04.svg);
}
.p-column-cat__link--04[aria-current=page]::before, .p-column-cat__link--04:hover::before {
  background-image: url(/assets/images/column/ico_cat04_w.svg);
}

.p-column-cat__link--05::before {
  background-image: url(/assets/images/column/ico_cat05.svg);
}
.p-column-cat__link--05[aria-current=page]::before, .p-column-cat__link--05:hover::before {
  background-image: url(/assets/images/column/ico_cat05_w.svg);
}

.p-column-cat__link--06::before {
  background-image: url(/assets/images/column/ico_cat06.svg);
}
.p-column-cat__link--06[aria-current=page]::before, .p-column-cat__link--06:hover::before {
  background-image: url(/assets/images/column/ico_cat06_w.svg);
}

.p-column-cat__link--07::before {
  background-image: url(/assets/images/column/ico_cat07.svg);
}
.p-column-cat__link--07[aria-current=page]::before, .p-column-cat__link--07:hover::before {
  background-image: url(/assets/images/column/ico_cat07_w.svg);
}

.p-column-cat__link--08::before {
  background-image: url(/assets/images/column/ico_cat08.svg);
}
.p-column-cat__link--08[aria-current=page]::before, .p-column-cat__link--08:hover::before {
  background-image: url(/assets/images/column/ico_cat08_w.svg);
}

.p-column-keyword {
  border-radius: 8px;
  background-color: rgba(250, 180, 15, 0.1);
  margin: 64px -20px 0;
  padding: 5px 20px 40px;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .p-column-keyword {
    margin-inline: 0;
    padding: 30px 40px 40px;
  }
}
.p-column-keyword .p-entry-taglist {
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .p-column-keyword .p-entry-taglist {
    justify-content: center;
  }
}
.p-column-keyword .p-entry-taglist__link {
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .p-column-keyword .p-entry-taglist__link {
    height: inherit;
  }
}

.p-column-keyword__titile {
  display: flex;
  gap: 18px;
  align-items: center;
  font-weight: bold;
  font-size: 1.5625rem;
  border-bottom: 1px solid #fab40f;
}
@media only screen and (min-width: 768px) {
  .p-column-keyword__titile {
    position: relative;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.p-column-keyword__titile::after {
  content: "";
  background-size: cover;
}
.p-column-keyword__titile::after {
  flex: 0 0 30px;
  order: 2;
  height: 30px;
  background-image: url(/assets/images/column/ico_keyword.svg);
}
.p-column-keyword__titile .p-column-keyword__img {
  flex: 0 0 auto;
  order: 3;
  width: 71px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-column-keyword__titile .p-column-keyword__img {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 81px;
  }
}
.p-column-keyword__titile .p-column-keyword__img.js-inview {
  opacity: 0;
  bottom: 20px;
  transition: 0.5s;
}
.p-column-keyword__titile .p-column-keyword__img.is-inview {
  opacity: 1;
  bottom: 0;
}

.p-contact__grid {
  gap: 40px 32px;
}

.p-contact__card {
  background-color: rgba(228, 237, 241, 0.5);
  border-radius: 8px;
  padding: 30px;
}
.p-contact__card.card-type__yellow {
  background-color: #fef7e7;
}
.p-contact__card.card-type__green {
  background-color: #e5f7f0;
}

.p-case-toggle {
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #d9d9d9;
}

.p-case-toggle__title {
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: left;
  border-radius: 6px;
  min-height: 89px;
  padding-inline: 56px 44px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(228, 237, 241, 0.5);
  background-image: url(/assets/images/case/bg_search.svg);
  background-position: 16px 50%;
  position: relative;
  transition: 0.5s;
}
.p-case-toggle__title::before, .p-case-toggle__title::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #0097e0;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform 0.3s;
}
.p-case-toggle__title::before {
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .p-case-toggle__title {
    font-size: 1.5625rem;
    padding-inline: 80px 60px;
    background-position: 24px 50%;
  }
  .p-case-toggle__title:hover::before {
    transform: rotate(180deg);
  }
  .p-case-toggle__title:hover::after {
    transform: rotate(90deg);
  }
}
.p-case-toggle__title::before, .p-case-toggle__title::after {
  inset: 0 16px 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-case-toggle__title::before, .p-case-toggle__title::after {
    right: 25px;
  }
}
.p-case-toggle__title[aria-expanded=true]::before {
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .p-case-toggle__title[aria-expanded=true]::before {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 768px) {
  .p-case-toggle__title[aria-expanded=true]::after {
    transform: rotate(0);
  }
}
.p-case-toggle__title span {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .p-case-toggle__title span {
    font-size: 1rem;
  }
}

.p-case-toggle__txt {
  display: none;
  padding: 30px 8px;
}
@media only screen and (min-width: 768px) {
  .p-case-toggle__txt {
    padding: 54px 25px 24px;
  }
}

.p-case-match {
  margin: 0;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}

.p-case-match__title {
  font-size: 1.3125rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .p-case-match__title {
    font-size: 1.5625rem;
  }
}

.p-case-match__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 8px;
}

.p-case-match__item {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0097e0;
  background-color: rgba(228, 237, 241, 0.5);
  border-radius: 4px;
  min-height: 29px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-case-match__item button {
  padding: 0;
}

.p-case__title {
  font-size: 1.125rem;
  padding-left: 40px;
  background-position: 0 50%;
  margin-top: 64px;
  line-height: 2rem;
}

.p-case__title--01 {
  background-image: url(/assets/images/case/bg_search01.svg);
}

.p-case__title--02 {
  background-image: url(/assets/images/case/bg_search02.svg);
}

.p-case__title--03 {
  background-image: url(/assets/images/case/bg_search03.svg);
}

.p-case__list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .p-case__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-case__label {
  line-height: 1.5;
  font-weight: bold;
  min-height: 72px;
  color: #2d2d2d;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-inline: 16px;
  transition: 0.5s;
  background-color: rgba(217, 217, 217, 0.2);
}
.p-case__label:has(.p-case__checkbox:checked), .p-case__label:hover {
  background-color: rgba(228, 237, 241, 0.5);
}

.p-case__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.p-case__checkbox + * {
  padding-left: 40px;
  position: relative;
}
.p-case__checkbox + *::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  border-color: #0097e0;
}
.p-case__checkbox:checked + * {
  color: #0097e0;
}
.p-case__checkbox:checked + *::before {
  background-color: #0097e0;
}
.p-case__checkbox:checked + *::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 6px;
  margin: auto;
  width: 15px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-3px);
}

.p-company__anime {
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-company__anime.is-inview {
  top: 0;
  opacity: 1;
}

.p-company-title {
  font-weight: bold;
  display: grid;
  line-height: 1;
  grid-gap: 10px;
  gap: 10px;
}

.p-company-title__en {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}

.p-company-title__jp {
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .p-company-title__jp {
    font-size: 2.625rem;
  }
}

.p-company__lead {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .p-company__lead {
    font-size: 1.5625rem;
  }
}

.p-company-sec {
  padding-block: 90px;
  background-position: 50% 100%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-company-sec {
    padding-block: 0 !important;
    background-position: 50%;
    height: 0;
    min-height: 800px;
  }
}
.p-company-sec p {
  margin-block: 0;
}

.p-company-sec--01 {
  background-image: url(/assets/images/company/bg_sec01_sp.jpg);
  padding-bottom: 109.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-company-sec--01 {
    background-image: url(/assets/images/company/bg_sec01.jpg);
  }
}

.p-company-sec--02 {
  background-image: url(/assets/images/company/bg_sec02_sp.jpg);
}
@media only screen and (min-width: 768px) {
  .p-company-sec--02 {
    background-image: url(/assets/images/company/bg_sec02.jpg);
    min-height: 923px !important;
  }
}

.p-company-sec--03 {
  color: #fff;
  background-image: url(/assets/images/company/bg_sec03_sp.jpg);
}
@media only screen and (min-width: 768px) {
  .p-company-sec--03 {
    background-image: url(/assets/images/company/bg_sec03.jpg);
  }
}

.p-company-sec--04 {
  background-image: url(/assets/images/company/bg_sec04_sp.jpg);
  padding-bottom: 68.2666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-company-sec--04 {
    background-image: url(/assets/images/company/bg_sec04.jpg);
    background-position: 50% 100%;
  }
  .p-company-sec--04 figure {
    right: -80px;
    transition-delay: 0.3s;
  }
}

.p-company-sec--05 {
  color: #fff;
  background-image: url(/assets/images/company/bg_sec05_sp.jpg);
  padding-bottom: 106.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-company-sec--05 {
    background-image: url(/assets/images/company/bg_sec05.jpg);
  }
}

.p-company-sec--06 {
  color: #fff;
  background-image: url(/assets/images/company/bg_sec06_sp.jpg);
  padding-bottom: 84.5333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-company-sec--06 {
    background-image: url(/assets/images/company/bg_sec06.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .p-company__inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.p-company-sec__column {
  display: grid;
  grid-gap: 35px;
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  .p-company-sec__column {
    grid-template-columns: 1fr 584px;
    align-items: center;
    gap: 150px;
  }
  .p-company-sec--04 .p-company-sec__column {
    grid-template-columns: 1fr 650px;
    gap: 70px;
  }
}

.p-company-sec__body {
  display: grid;
  grid-gap: 35px;
  gap: 35px;
  align-content: start;
}
@media only screen and (min-width: 768px) {
  .p-company-sec__body {
    max-width: 470px;
  }
}

.p-company-figlist {
  position: relative;
  display: grid;
  width: 87.2vw;
  grid-template-columns: 43.7308868502% 1fr;
  grid-template-rows: 39.2vw 15.2vw 12.5333333333vw 1fr;
  grid-gap: 18px;
  gap: 18px;
}
@media only screen and (min-width: 768px) {
  .p-company-figlist {
    width: 584px;
    grid-template-rows: 266px 102px 76px 1fr;
    gap: 32px;
  }
}

.p-company-figlist__item {
  border-radius: 8px;
  box-shadow: 0 0 15.4px 0.6px rgba(4, 0, 0, 0.1);
  height: auto;
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-company-figlist__item.is-inview {
  top: 0;
  opacity: 1;
}
.p-company-figlist__item.p-company-figlist__item--03, .p-company-figlist__item.p-company-figlist__item--05 {
  transition-delay: 0.3s;
}
.p-company-figlist__item.p-company-figlist__item--02, .p-company-figlist__item.p-company-figlist__item--04, .p-company-figlist__item.p-company-figlist__item--06 {
  transition-delay: 0.6s;
}
.is-inview .p-company-figlist__item {
  top: 0;
  opacity: 1;
}

.p-company-figlist__item--01 {
  box-shadow: none;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 65.1376146789%;
  height: 100%;
  z-index: 1;
}

.p-company-figlist__item--02 {
  justify-self: end;
  align-self: end;
  width: 72.5490196078%;
}

.p-company-figlist__item--03 {
  grid-column: 2;
  grid-row: 1/3;
  height: 100%;
}

.p-company-figlist__item--04 {
  grid-row: 2/4;
  width: 90.9090909091%;
}

.p-company-figlist__item--05 {
  grid-row: 4;
  justify-self: end;
  width: 84.5070422535%;
  right: -4px;
}

.p-company-figlist__item--06 {
  grid-column: 2;
  grid-row: 3/5;
  width: 84.2424242424%;
  left: 4px;
}

.p-company-number {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 21px;
}
@media only screen and (min-width: 768px) {
  .p-company-number {
    margin-top: 30px;
    flex-wrap: nowrap;
    gap: 30px;
  }
}

.p-company-number__item {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #0097e0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15.4px 0.6px rgba(4, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 20px 0;
  font-size: 0.8125rem;
  width: calc((100% - 21px) / 2);
  height: 212px;
}
@media only screen and (min-width: 768px) {
  .p-company-number__item {
    gap: 20px;
    padding-block: 27px;
    font-size: 1.125rem;
    width: 216px;
    height: 290px;
  }
}
.p-company-number__item::before {
  content: "";
  height: 75px;
  background-position: 50%;
}

.p-company-number__item--01::before {
  background-image: url(/assets/images/company/bg_sec03_01.svg);
}

.p-company-number__item--02::before {
  background-image: url(/assets/images/company/bg_sec03_02.svg);
}

.p-company-number__item--03::before {
  background-image: url(/assets/images/company/bg_sec03_03.svg);
}

.p-company-number__item--04::before {
  background-image: url(/assets/images/company/bg_sec03_04.svg);
}

.p-company-number__item--05::before {
  background-image: url(/assets/images/company/bg_sec03_05.svg);
}

.p-company-number__num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2.5625rem;
}
@media only screen and (min-width: 768px) {
  .p-company-number__num {
    font-size: 3.5rem;
  }
}

.p-company-number__text {
  display: inline-block;
  line-height: 1.15;
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .p-company-number__text {
    font-size: 0.875rem;
  }
}

.p-company__btns {
  margin-top: 55px;
  display: grid;
  grid-gap: 23px;
  gap: 23px;
}
@media only screen and (min-width: 768px) {
  .p-company__btns {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}

.p-company-deflist {
  display: grid;
  grid-template-columns: 8em 1fr;
}
.c-table td > .p-company-deflist {
  margin-top: 0 !important;
}

.p-company-lnav {
  background-color: rgba(217, 217, 217, 0.2);
  margin-block: 100px -120px;
  padding-block: 56px 80px;
}

.p-company-lnav__list {
  margin: 0;
  padding: 0;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .p-company-lnav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 32px;
  }
}

.p-company-lnav__link {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.5s;
}
.p-company-lnav__link[aria-current=page] {
  color: #0097e0;
  border-color: #0097e0;
}
.p-company-lnav__link.is-parent {
  color: #0097e0;
  border-color: #0097e0;
}
@media (hover: hover) {
  .p-company-lnav__link:where(:any-link, :enabled):hover {
    color: #0097e0;
    border-color: #0097e0;
  }
}
.p-company-lnav__link::after {
  content: "";
  bottom: inherit !important;
  width: 6px !important;
  height: 13px !important;
  background-image: url(/assets/images/ico_arrow_r.svg);
  background-size: cover;
  margin: 0 !important;
  transition: 0.5s;
}

.p-sdgs__anime {
  position: relative;
  transition: 0.5s;
  top: 20px;
  opacity: 0;
}
.p-sdgs__anime.is-inview {
  top: 0;
  opacity: 1;
}

.p-sdgs__sec {
  display: grid;
  grid-gap: 38px;
  gap: 38px;
  padding-block: 100px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__sec {
    gap: 58px;
  }
}

.p-sdgs__sec--bg {
  background-color: rgba(4, 175, 110, 0.03);
  padding-block: 0 80px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__sec--bg {
    padding-block: 0 100px;
  }
}

.p-sdgs__header {
  display: grid;
  text-align: center;
  grid-gap: 30px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__header {
    gap: 20px;
  }
}

.p-sdgs__title {
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__title {
    font-size: 2.625rem;
  }
}
.p-sdgs__sec--bg .p-sdgs__title {
  margin-top: -0.7em;
}

.p-sdgs__lead {
  color: #828282;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  font-size: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__lead {
    font-size: 1.5625rem;
  }
}

.p-sdgs__grid {
  display: grid;
  grid-gap: 48px;
  gap: 48px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}

.p-sdgs__fig {
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  margin-inline: 0 20px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__fig {
    margin-inline: 0 -16px;
  }
}
.p-sdgs__grid--rev .p-sdgs__fig {
  border-radius: 8px 0 0 8px;
  margin-inline: 20px 0;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__grid--rev .p-sdgs__fig {
    grid-column: 2;
    margin-inline: -16px 0;
  }
}
.p-sdgs__fig img {
  width: 100%;
}

.p-sdgs__body {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__body {
    margin-inline: auto;
    padding-inline: 0;
    width: 553px;
  }
}
@media only screen and (min-width: 768px) {
  .p-sdgs__grid--rev .p-sdgs__body {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }
}

.p-sdgs__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}

.p-sdgs__item {
  border-bottom: 1px solid #d9d9d9;
  padding-block: 20px;
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: start;
  grid-gap: 16px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .p-sdgs__item {
    padding-block: 24px;
    grid-template-columns: 120px 1fr;
    gap: 36px;
  }
}
.p-sdgs__item li:first-child {
  margin-top: 0;
}

.p-sdgs__ico {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.u-fwn {
  font-weight: normal !important;
}

.u-fwb {
  font-weight: bold !important;
}

@media only screen and (min-width: 768px) {
  .u-fwn--pc {
    font-weight: normal !important;
  }
  .u-fwb--pc {
    font-weight: bold !important;
  }
}
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

@media only screen and (min-width: 768px) {
  .u-tac--pc {
    text-align: center !important;
  }
  .u-tal--pc {
    text-align: left !important;
  }
  .u-tar--pc {
    text-align: right !important;
  }
}
.u-m0 {
  margin: 0 !important;
}

.u-ma {
  margin-inline: auto !important;
}

.u-mla {
  margin-inline: auto 0 !important;
}

.u-mra {
  margin-inline: 0 auto !important;
}

@media only screen and (min-width: 768px) {
  .u-m0--pc {
    margin: 0 !important;
  }
  .u-ma--pc {
    margin-inline: auto !important;
  }
  .u-mla--pc {
    margin-inline: auto 0 !important;
  }
  .u-mra--pc {
    margin-inline: 0 auto !important;
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 768px) {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-mt10--pc {
    margin-top: 10px !important;
  }
  .u-mr10--pc {
    margin-right: 10px !important;
  }
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
  .u-ml10--pc {
    margin-left: 10px !important;
  }
  .u-pt10--pc {
    padding-top: 10px !important;
  }
  .u-pr10--pc {
    padding-right: 10px !important;
  }
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
  .u-pl10--pc {
    padding-left: 10px !important;
  }
  .u-mt20--pc {
    margin-top: 20px !important;
  }
  .u-mr20--pc {
    margin-right: 20px !important;
  }
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
  .u-ml20--pc {
    margin-left: 20px !important;
  }
  .u-pt20--pc {
    padding-top: 20px !important;
  }
  .u-pr20--pc {
    padding-right: 20px !important;
  }
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
  .u-pl20--pc {
    padding-left: 20px !important;
  }
  .u-mt30--pc {
    margin-top: 30px !important;
  }
  .u-mr30--pc {
    margin-right: 30px !important;
  }
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
  .u-ml30--pc {
    margin-left: 30px !important;
  }
  .u-pt30--pc {
    padding-top: 30px !important;
  }
  .u-pr30--pc {
    padding-right: 30px !important;
  }
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
  .u-pl30--pc {
    padding-left: 30px !important;
  }
  .u-mt40--pc {
    margin-top: 40px !important;
  }
  .u-mr40--pc {
    margin-right: 40px !important;
  }
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
  .u-ml40--pc {
    margin-left: 40px !important;
  }
  .u-pt40--pc {
    padding-top: 40px !important;
  }
  .u-pr40--pc {
    padding-right: 40px !important;
  }
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
  .u-pl40--pc {
    padding-left: 40px !important;
  }
  .u-mt50--pc {
    margin-top: 50px !important;
  }
  .u-mr50--pc {
    margin-right: 50px !important;
  }
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
  .u-ml50--pc {
    margin-left: 50px !important;
  }
  .u-pt50--pc {
    padding-top: 50px !important;
  }
  .u-pr50--pc {
    padding-right: 50px !important;
  }
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
  .u-pl50--pc {
    padding-left: 50px !important;
  }
  .u-mt60--pc {
    margin-top: 60px !important;
  }
  .u-mr60--pc {
    margin-right: 60px !important;
  }
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
  .u-ml60--pc {
    margin-left: 60px !important;
  }
  .u-pt60--pc {
    padding-top: 60px !important;
  }
  .u-pr60--pc {
    padding-right: 60px !important;
  }
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
  .u-pl60--pc {
    padding-left: 60px !important;
  }
  .u-mt70--pc {
    margin-top: 70px !important;
  }
  .u-mr70--pc {
    margin-right: 70px !important;
  }
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
  .u-ml70--pc {
    margin-left: 70px !important;
  }
  .u-pt70--pc {
    padding-top: 70px !important;
  }
  .u-pr70--pc {
    padding-right: 70px !important;
  }
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
  .u-pl70--pc {
    padding-left: 70px !important;
  }
  .u-mt80--pc {
    margin-top: 80px !important;
  }
  .u-mr80--pc {
    margin-right: 80px !important;
  }
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
  .u-ml80--pc {
    margin-left: 80px !important;
  }
  .u-pt80--pc {
    padding-top: 80px !important;
  }
  .u-pr80--pc {
    padding-right: 80px !important;
  }
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
  .u-pl80--pc {
    padding-left: 80px !important;
  }
  .u-mt90--pc {
    margin-top: 90px !important;
  }
  .u-mr90--pc {
    margin-right: 90px !important;
  }
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
  .u-ml90--pc {
    margin-left: 90px !important;
  }
  .u-pt90--pc {
    padding-top: 90px !important;
  }
  .u-pr90--pc {
    padding-right: 90px !important;
  }
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
  .u-pl90--pc {
    padding-left: 90px !important;
  }
  .u-mt100--pc {
    margin-top: 100px !important;
  }
  .u-mr100--pc {
    margin-right: 100px !important;
  }
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
  .u-ml100--pc {
    margin-left: 100px !important;
  }
  .u-pt100--pc {
    padding-top: 100px !important;
  }
  .u-pr100--pc {
    padding-right: 100px !important;
  }
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}
.u-fs10 {
  font-size: 0.625rem !important;
}

.u-fs11 {
  font-size: 0.6875rem !important;
}

.u-fs12 {
  font-size: 0.75rem !important;
}

.u-fs13 {
  font-size: 0.8125rem !important;
}

.u-fs14 {
  font-size: 0.875rem !important;
}

.u-fs15 {
  font-size: 0.9375rem !important;
}

.u-fs16 {
  font-size: 1rem !important;
}

.u-fs17 {
  font-size: 1.0625rem !important;
}

.u-fs18 {
  font-size: 1.125rem !important;
}

.u-fs19 {
  font-size: 1.1875rem !important;
}

.u-fs20 {
  font-size: 1.25rem !important;
}

.u-fs21 {
  font-size: 1.3125rem !important;
}

.u-fs22 {
  font-size: 1.375rem !important;
}

.u-fs23 {
  font-size: 1.4375rem !important;
}

.u-fs24 {
  font-size: 1.5rem !important;
}

.u-fs25 {
  font-size: 1.5625rem !important;
}

.u-fs26 {
  font-size: 1.625rem !important;
}

.u-fs27 {
  font-size: 1.6875rem !important;
}

.u-fs28 {
  font-size: 1.75rem !important;
}

.u-fs29 {
  font-size: 1.8125rem !important;
}

.u-fs30 {
  font-size: 1.875rem !important;
}

@media only screen and (min-width: 768px) {
  .u-fs10--pc {
    font-size: 0.625rem !important;
  }
  .u-fs11--pc {
    font-size: 0.6875rem !important;
  }
  .u-fs12--pc {
    font-size: 0.75rem !important;
  }
  .u-fs13--pc {
    font-size: 0.8125rem !important;
  }
  .u-fs14--pc {
    font-size: 0.875rem !important;
  }
  .u-fs15--pc {
    font-size: 0.9375rem !important;
  }
  .u-fs16--pc {
    font-size: 1rem !important;
  }
  .u-fs17--pc {
    font-size: 1.0625rem !important;
  }
  .u-fs18--pc {
    font-size: 1.125rem !important;
  }
  .u-fs19--pc {
    font-size: 1.1875rem !important;
  }
  .u-fs20--pc {
    font-size: 1.25rem !important;
  }
  .u-fs21--pc {
    font-size: 1.3125rem !important;
  }
  .u-fs22--pc {
    font-size: 1.375rem !important;
  }
  .u-fs23--pc {
    font-size: 1.4375rem !important;
  }
  .u-fs24--pc {
    font-size: 1.5rem !important;
  }
  .u-fs25--pc {
    font-size: 1.5625rem !important;
  }
  .u-fs26--pc {
    font-size: 1.625rem !important;
  }
  .u-fs27--pc {
    font-size: 1.6875rem !important;
  }
  .u-fs28--pc {
    font-size: 1.75rem !important;
  }
  .u-fs29--pc {
    font-size: 1.8125rem !important;
  }
  .u-fs30--pc {
    font-size: 1.875rem !important;
  }
}
.u-mainColor {
  background-color: #0097e0;
}

.u-subColor {
  background-color: #04af6e;
}

.u-subColor02 {
  background-color: #fab40f;
}

.u-bgColor {
  background-color: #e5f4fc;
}

.u-bgColor02 {
  background-color: #fae7e5;
}

.u-bgColor03 {
  background-color: #eceff4;
}

.u-bgColor04 {
  background-color: #e4edf1;
}

.u-bdrColor {
  background-color: #d9d9d9;
}

.u-textColor {
  background-color: #363636;
}

.u-textColor02 {
  background-color: #828282;
}

.u-linkColor {
  background-color: #0097e0;
}

.u-error {
  background-color: #d01100;
}

.is-pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
