/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/webpack-dart-sass-glob/index.js??ruleSet[1].rules[4].use[4]!./_src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
          box-sizing: border-box;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  border-top-width: 1px;
          box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  display: block;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --color-primary: #F5EDE5;
  --color-text: #333;
  --color-text2: #F77A7D;
  --color-text3: #6794DB;
  --color-text4: #F1AA00;
  --color-text5: #3CB7A4;
  --color-text6: #fff;
  --color-contact:#e43f3b;
  --color-event:#F77A7D;
  --color-info:#3CB7A4;
  --color-other:#F1AA00;
  --color-cat1:#F77A7D;
  --color-cat2:#6794DB;
  --color-cat3:#3CB7A4;
  --color-cat4:#F1AA00;
  --color-cat5:#9B7BC8;
  --color-cat6:#E88B5A;
  --color-cat7:#5BBCD6;
  --color-cat8:#D47BA0;
  --color-cat9:#7BC88B;
  --color-cat10:#C8A87B;
  --ff-main: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ff-head: "Zen Maru Gothic", sans-serif;
  --ff-eg: "Montserrat", sans-serif;
  --ff-rampart: "Rampart One", sans-serif;
  --inner-s: 34.375rem;
  --inner-l: 50rem;
  --inner-xl: 60rem;
  --padding-s: 1.25rem;
  --padding: 1.25rem;
  --header-pc: 10.125rem;
  --header-sp: 5.75rem;
  --ease-time: 0.3s;
  --ease-type: ease;
  --break-xxl: 1399.98px;
  --break-xl: 1079.98px;
  --break-l: 991.98px;
  --break-m: 767.98px;
  --break-s: 575.98px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--color-text);
  font-family: var(--ff-main);
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 500;
  position: relative;
}
body *:lang(en) {
  font-family: var(--ff-eg);
}
body:has(dialog[open]) {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

summary {
  cursor: pointer;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

img {
  height: auto;
  max-width: 100%;
}

.c-topTitle {
  display: grid;
  gap: 1.5rem;
}

.c-topTitle__jp {
  font-family: var(--ff-head);
  font-size: 1.25rem;
  font-weight: 500;
}

.c-topTitle__en {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.c-toggle {
  aspect-ratio: 4/3.25;
  display: none;
  position: relative;
  width: 4.25rem;
}
.c-toggle svg {
  display: none;
}
.add-active .c-toggle svg {
  display: block;
}

.c-toggle__text {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.add-active .c-toggle__text {
  display: none;
}

.c-title {
  font-family: var(--ff-rampart);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.c-link--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link__text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.c-btn svg {
  left: 1.5rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.c-btn--mail {
  background-color: var(--color-contact);
  color: #fff;
  font-size: 1.125rem;
  padding: 1.6875rem;
}

.c-btn--tel {
  background-color: #fff;
  border: 2px solid currentColor;
  color: var(--color-contact);
  padding: 1rem;
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  text-align: center;
}

.c-btn__num {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.c-btn__time {
  font-size: 0.875rem;
  font-weight: 500;
}

.c-btn--submit {
  background-color: var(--color-contact);
  border-radius: 6.25rem;
  color: var(--color-text6);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.4375rem;
  text-align: center;
  width: 100%;
}

.l-spacer {
  background-color: #fff;
  height: 12.5rem;
  width: 100%;
}

.l-section {
  padding-block: 7.5rem;
  position: relative;
}
.l-section[data-bg=default] {
  background: transparent url(../images/common/bg-section.webp) repeat center center;
}
.l-section[data-bg=wave] {
  background: transparent url(../images/common/bg-section.webp) repeat center center;
}
.l-section[data-bg=wave]::after {
  aspect-ratio: 90/7.5;
  background: transparent url(../images/common/deco-wave.webp) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.l-section[data-bg=wave-top] {
  background: transparent url(../images/common/bg-section.webp) repeat center center;
}
.l-section[data-bg=wave-top]::before {
  aspect-ratio: 90/7.5;
  background: transparent url(../images/common/deco-wave.webp) no-repeat center center/cover;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-inner {
  margin-inline: auto;
  padding-inline: var(--padding);
  position: relative;
  width: min(100%, var(--inner-xl) + var(--padding) * 2);
}

.l-inner--l {
  margin-inline: auto;
  padding-inline: var(--padding);
  position: relative;
  width: min(100%, var(--inner-l) + var(--padding) * 2);
}

.l-inner--s {
  margin-inline: auto;
  padding-inline: var(--padding);
  position: relative;
  width: min(100%, var(--inner-s) + var(--padding) * 2);
}

.l-header {
  height: var(--header-pc);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: min(88.5rem, 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  height: 100%;
          justify-content: space-between;
  width: 100%;
}

.l-header__nav {
  display: none;
}

.l-header__navWrap {
  display: grid;
  height: calc(100% - 5.75rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  overflow-y: auto;
  padding-inline: 1.25rem;
}
.l-header__navWrap img {
  margin-inline: auto;
}

.l-header__navSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 1rem;
          justify-content: center;
}

.l-header__navList {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  row-gap: 1.5rem;
}

.l-header__navListLink {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5rem;
}

.l-header__navCta {
  display: grid;
  gap: 1rem;
}

.l-header__navLanguage {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr 0.0625rem 1fr;
  padding-block: 0.5rem;
}

.l-header__navBtn {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding-block: 1.5rem;
  text-align: center;
}
.l-header__navBtn.is-current {
  color: #909090;
}

.l-header__navLine {
  background-color: #fff;
  height: 100%;
  width: 0.0625rem;
}

.l-footer {
  background-color: #333;
  color: #fff;
  padding-block: 7.5rem;
  position: relative;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 10px;
          justify-content: space-between;
  width: min(100%, 77.5rem);
}

.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.l-footer__logo {
  width: 12.5rem;
}

.l-footer__logo img {
  height: auto;
  width: 100%;
}

.l-footer__info {
  font-family: var(--ff-main);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.l-footer__snsLink {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  display: grid;
  height: 48px;
  overflow: hidden;
  place-items: center;
  width: 48px;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  gap: 4rem;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__nav {
  display: grid;
  gap: 1rem;
}

.l-footer__navList {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
}
.l-footer__navList[data-list=top] {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.l-footer__navLink {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.5rem;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.l-footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.l-footer__btn svg {
  position: static;
  translate: 0 0;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__bottomLink {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.l-footer__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__langItem {
  color: #fff;
  font-family: var(--ff-eg);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px;
  -webkit-transition: opacity var(--ease-time) var(--ease-type);
  transition: opacity var(--ease-time) var(--ease-type);
}

.l-footer__langItem--active {
  color: #909090;
}

.l-footer__langSep {
  font-family: "Crimson Pro", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.l-footer__copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px;
}

.l-bottom {
  aspect-ratio: 90/12.5;
  background: transparent url(../images/common/picture-support-bottom.webp) no-repeat center center/cover;
  width: 100vw;
}

.l-bg {
  background: transparent url(../images/common/bg-section.webp) repeat center center;
}

.p-support {
  overflow: hidden;
  padding-block: 5rem;
}

.p-support__inner {
  display: grid;
  gap: 5rem;
  position: relative;
}

.p-support__content {
  display: grid;
  gap: 4.166667%;
  grid-template-columns: repeat(2, 1fr);
}

.p-support__card {
  background: transparent url(../images/common/bg-cta-item.webp) no-repeat center center/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 2.5rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-support__card[data-support=download] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-support__card[data-support=contact] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 2rem;
          justify-content: center;
}

.p-support__head {
  font-family: var(--ff-head);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-support__head--download {
  color: var(--color-text5);
}

.p-support__head--contact {
  color: var(--color-contact);
}

.p-support__text {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-support__character {
  position: absolute;
  z-index: 1;
}

.p-support__character--dl {
  bottom: 0;
  left: -2.5rem;
  width: 7.5rem;
}

.p-support__character--contact {
  bottom: 0;
  height: auto;
  right: -2.5rem;
  width: 6.5rem;
}

.p-support__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: min(100%, 20rem);
}

.p-support__deco {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.p-support__deco img {
  height: auto;
  width: 100%;
}

.p-support__deco--1 {
  bottom: -2.5rem;
  left: calc(50% - 17.5rem);
  width: 18.6875rem;
}

.p-support__deco--2 {
  left: calc(50% + 10rem);
  top: 0;
  width: 44.375rem;
}

.p-support__deco--3 {
  left: calc(50% - 56rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25.9375rem;
}

.p-sns {
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-sns.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.p-sns__list {
  display: grid;
  gap: 0.5rem;
}

.p-sns__link {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.p-sidebar {
  display: grid;
  gap: 1.5rem;
  position: sticky;
  top: 7.5rem;
}

.p-sidebar__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 1.25rem;
  position: relative;
}
.p-sidebar__title::after {
  background: transparent url(../images/common/deco-head.svg) repeat-x center center/cover;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.p-sidebar__list {
  display: grid;
  gap: 0.5rem;
}

.p-sidebar__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.3rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.p-sidebar__link.is-current {
  background-color: #F77A7D;
  border-radius: 6.25rem;
  color: var(--color-text6);
}
.p-sidebar__link.is-current[data-type=post] {
  background-color: #6794DB;
}
.p-sidebar__link.is-current[data-category=event] {
  background-color: var(--color-event);
}
.p-sidebar__link.is-current[data-category=info] {
  background-color: var(--color-info);
}
.p-sidebar__link.is-current[data-category=other] {
  background-color: var(--color-other);
}
.p-sidebar__link.is-current[data-color="1"] {
  background-color: var(--color-cat1);
}
.p-sidebar__link.is-current[data-color="2"] {
  background-color: var(--color-cat2);
}
.p-sidebar__link.is-current[data-color="3"] {
  background-color: var(--color-cat3);
}
.p-sidebar__link.is-current[data-color="4"] {
  background-color: var(--color-cat4);
}
.p-sidebar__link.is-current[data-color="5"] {
  background-color: var(--color-cat5);
}
.p-sidebar__link.is-current[data-color="6"] {
  background-color: var(--color-cat6);
}
.p-sidebar__link.is-current[data-color="7"] {
  background-color: var(--color-cat7);
}
.p-sidebar__link.is-current[data-color="8"] {
  background-color: var(--color-cat8);
}
.p-sidebar__link.is-current[data-color="9"] {
  background-color: var(--color-cat9);
}
.p-sidebar__link.is-current[data-color="10"] {
  background-color: var(--color-cat10);
}

.p-scroll {
  background-color: #fff;
  padding-block: 1.5rem;
}

.p-scroll__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-scroll__text {
  font-family: var(--ff-eg);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-scroll__icon {
  display: grid;
  place-items: center;
}

.p-post {
  padding-block: 4rem 12.5rem;
}

.p-post__wrap {
  margin-top: 5rem;
}

.p-post__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-post__title::after {
  background: transparent url(../images/common/deco-head.svg) repeat-x center center/cover;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.p-post__body h2,
.p-post__body h3,
.p-post__body h4 {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-post__body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 3.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.p-post__body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 3rem;
}
.p-post__body h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.p-post__body h2 + *,
.p-post__body h3 + *,
.p-post__body h4 + * {
  margin-top: 0.125rem;
}
.p-post__body ol {
  list-style: decimal;
  margin-top: 0.25rem;
  padding-left: 1.4375rem;
}
.p-post__body ol li {
  font-weight: 700;
  line-height: 2;
}
.p-post__body ol li::marker {
  color: #97734b;
  font-family: var(--ff-eg);
}
.p-post__body ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.p-post__body ul li {
  line-height: 2;
}
.p-post__body ul li::marker {
  color: #97734b;
}
.p-post__body ol,
.p-post__body ul {
  margin-top: 0.25rem;
}
.p-post__body ol li,
.p-post__body ul li {
  font-size: 0.75rem;
  font-weight: 500;
}
.p-post__body ol ol,
.p-post__body ol ul,
.p-post__body ul ol,
.p-post__body ul ul {
  margin-top: 0;
}
.p-post__body p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.p-post__body figure {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 100%;
}
.p-post__body figure img {
  width: 100%;
}
.p-post__body figcaption {
  color: #888;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.p-post__body .has-text-align-center {
  text-align: center;
}
.p-post__body .has-text-align-right {
  text-align: right;
}
.p-post__body .has-text-align-left {
  text-align: left;
}
.p-post__body .wp-block-image {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.p-post__body .wp-block-image.aligncenter {
  text-align: center;
}
.p-post__body .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.p-post__body .wp-block-image.alignleft {
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}
.p-post__body .wp-block-image.alignright {
  float: right;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
.p-post__body .wp-block-image figcaption {
  color: #888;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.p-post__body .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.p-post__body .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-post__body .wp-block-separator {
  margin-block: 1.5rem;
}
.p-post__body .wp-block-spacer {
  display: block;
}
.p-post__body .wp-block-group {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.p-post__body a {
  color: #E43F3B;
}
.p-post__body iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.p-post__body hr {
  border-top-width: 0.0625rem;
  margin-top: 0.125rem;
}
.p-post__body th, .p-post__body td {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-post__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.p-post__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: 1px solid #D9D9D9;
}
.p-post__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border-radius: 1rem;
  overflow: hidden;
}
.p-post__body .wp-block-flexible-table-block-table.is-scroll-on-pc {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-post__body table {
  border-radius: 1rem;
  overflow: hidden;
}

.p-post__link {
  display: grid;
  margin-top: 5rem;
  place-items: center;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  width: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  aspect-ratio: 4/3.5;
          justify-content: center;
  line-height: 0.8;
}
.p-pagination .page-numbers.current {
  background: transparent url(../images/common/icon-heart8.svg) no-repeat center center/contain;
  color: var(--color-text6);
}
.p-pagination .page-numbers.dots {
  background: transparent;
}

.p-menu {
  aspect-ratio: 215/358;
  background: transparent url(../images/common/bg-menu.webp) no-repeat center center/contain;
  bottom: -0.5rem;
  left: -0.5rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 12.5rem;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.4s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 0.75rem;
          justify-content: center;
  padding-bottom: 1.5rem;
}
.p-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.p-menu__list {
  display: grid;
  gap: 1rem 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
}
.p-menu__list--top {
  grid-template-columns: 1fr;
  text-align: center;
  width: 5rem;
}

.p-menu__link {
  color: var(--color-text);
  display: grid;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  place-items: center;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  position: relative;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.p-menu__link::after {
  background: transparent url(../images/common/deco-menuLine.svg) no-repeat center center/100% 100%;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 100%;
}

.p-lowerFv {
  background: url(../images/common/bg-mv.webp) no-repeat center center;
  background-size: cover;
  height: 30rem;
  width: 100%;
}
.products .p-lowerFv {
  background-image: url(../images/products/bg-mv.webp);
}
.company .p-lowerFv {
  background-image: url(../images/company/bg-mv.webp);
}
.partners .p-lowerFv {
  background-image: url(../images/partners/bg-mv.webp);
}
.tech-info .p-lowerFv {
  background-image: url(../images/tech/bg-mv.webp);
}
.faq .p-lowerFv {
  background-image: url(../images/faq/bg-mv.webp);
}
.blog .p-lowerFv {
  background-image: url(../images/news/bg-mv.webp);
}
.download .p-lowerFv {
  background-image: url(../images/download/bg-mv.webp);
}

.p-lowerFv__inner {
  display: grid;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.p-lowerFv__title {
  display: grid;
  font-size: 1.5rem;
  gap: 1.5rem;
  line-height: 1;
}

.p-lowerFv__titleEn {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.p-lowerFv__titleJa {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.p-lowerFv__breadcrumb {
  bottom: 1.5rem;
  font-size: 0.875rem;
  left: var(--padding);
  line-height: 1.5;
  padding: 0.5rem;
  position: absolute;
}

.p-lowerFv__breadcrumbInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-lowerFv__breadcrumbLink {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.p-breadcrumb__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 2rem;
  top: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  aspect-ratio: 9.375/8.125;
  background: transparent url(../images/common/bg-contact.webp) no-repeat center center/contain;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.5rem;
          justify-content: center;
  letter-spacing: 0.04em;
  width: 7.5rem;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
  z-index: 10;
}

.p-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-breadcrumbs__link {
  line-height: 1.6;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.p-archive {
  display: grid;
  gap: 8.3333333333%;
  grid-template-columns: 1fr 15rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.th-main__contents {
  display: grid;
  gap: 2.5rem;
  margin-inline: auto;
  width: min(100%, 56rem);
}

.th-main__wrap {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.th-main__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.th-main__btn {
  margin-inline: auto;
  max-width: 13.75rem;
}

.tt-main__catch {
  background: transparent url(../images/common/bg-item.webp) no-repeat center center/100% 100%;
  display: grid;
  gap: 0.75rem 3.3784%;
  grid-template-columns: 40.54054% 56.08108%;
  padding: 1.25rem 1.5rem;
}

.tt-main__img {
  aspect-ratio: 15/10;
  border-radius: 0.75rem;
  grid-row: 1/3;
  overflow: hidden;
}
.tt-main__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tt-main__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.tt-main__text {
  font-weight: 500;
  line-height: 1.5;
}

.tt-main__contents {
  display: grid;
  gap: 5rem;
}

.st-main__inner {
  width: min(100%, 71.25rem);
}

.st-main__body {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.st-main__track {
  display: grid;
  place-items: center;
}

.st-main__list {
  width: 100%;
}

.st-main__slide {
  background-color: var(--color-primary);
  text-align: center;
}
.st-main__slide img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
[data-slider=thumbnail] .st-main__slide {
  opacity: 0.6;
}
[data-slider=thumbnail] .st-main__slide.is-active {
  opacity: 1;
}

.st-main__thumbnail {
  margin-inline: auto;
  width: min(100%, 33.75rem);
}

.st-main__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-main__arrow {
  aspect-ratio: 1;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.5rem;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.st-main__arrow--prev {
  background-image: url(../images/tech/icon-prev.webp);
}

.st-main__arrow--next {
  background-image: url(../images/tech/icon-next.webp);
}

.st-main__slider .splide__track {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#js-techLightbox {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#js-techLightbox.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-lightbox__img {
  max-height: 90vh;
  max-width: min(90vw, 1200px);
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.st-lightbox__close,
.st-lightbox__prev,
.st-lightbox__next {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.st-lightbox__close:hover,
.st-lightbox__prev:hover,
.st-lightbox__next:hover {
  opacity: 0.7;
}

.st-lightbox__close {
  right: 1.25rem;
  top: 1.25rem;
}
.st-lightbox__close::before, .st-lightbox__close::after {
  background: #fff;
  border-radius: 1px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.st-lightbox__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.st-lightbox__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.st-lightbox__prev,
.st-lightbox__next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.st-lightbox__prev::before,
.st-lightbox__next::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.5rem;
}

.st-lightbox__prev {
  left: 1.25rem;
}
.st-lightbox__prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}

.st-lightbox__next {
  right: 1.25rem;
}
.st-lightbox__next::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

.at-main {
  padding-block: 7.5rem 12.5rem;
  position: relative;
}

.at-main__contents {
  display: grid;
  gap: 5rem;
}

.at-main__list {
  display: grid;
  gap: 1.5rem;
}

.at-main__item {
  background: transparent url(../images/common/bg-item.webp) no-repeat center center/100% 100%;
}

.at-main__link {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 5rem 1fr 1.3rem;
  padding: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.at-main__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  height: 4.375rem;
          justify-content: center;
  width: 5rem;
  -ms-flex-negative: 0;
  background: transparent url(../images/common/icon-heart8.svg) no-repeat center center/contain;
      flex-shrink: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
[data-color="1"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat1.svg);
}
[data-color="2"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat2.svg);
}
[data-color="3"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat3.svg);
}
[data-color="4"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat4.svg);
}
[data-color="5"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat5.svg);
}
[data-color="6"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat6.svg);
}
[data-color="7"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat7.svg);
}
[data-color="8"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat8.svg);
}
[data-color="9"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat9.svg);
}
[data-color="10"] .at-main__date {
  background-image: url(../images/common/icon-heart-cat10.svg);
}

.at-main__year {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.at-main__day {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.at-main__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.at-main__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.at-main__arrow svg {
  height: auto;
  width: 1.9375rem;
}

.at-main__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.at-main__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: var(--color-text);
  font-size: 1.125rem;
  font-weight: 500;
  height: 2.5rem;
  line-height: 0.8;
  width: 2.5rem;
}
.at-main__pagination .page-numbers.current {
  padding-bottom: 0.4rem;
  position: relative;
}
.at-main__pagination .page-numbers.current::after {
  bottom: 0.3rem;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: transparent url(../../images/common/deco-wave-small.webp) no-repeat center center/contain;
  height: 0.375rem;
          transform: translateX(-50%);
  width: 60%;
}
.at-main__pagination .page-numbers.dots {
  background: transparent;
}

.at-main__paginationNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.rc-main__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent url(../images/contact/bg-form.webp) no-repeat center center/100% 100%;
  gap: 1.5rem;
  padding: 4rem 5rem;
}

.rc-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
  position: relative;
  width: 100%;
}
.rc-main__row::after {
  background: transparent url(../images/company/deco-list.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.rc-main__term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  width: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rc-main__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rc-main__jobList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: decimal;
  padding-left: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.rc-main__jobItem {
  font-weight: 500;
  line-height: 1.6;
}
.rc-main__jobItem::marker {
  color: #E43F3B;
  font-family: var(--ff-head);
  font-size: 1.125rem;
}

.rc-main__list {
  display: grid;
}

.rc-main__listItem {
  line-height: 1.6;
  padding-left: 1.375rem;
  position: relative;
}
.rc-main__listItem:after {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.tp-main {
  -webkit-padding-after: 12.5rem;
          padding-block-end: 12.5rem;
}

.tp-main__head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.tp-main__list {
  display: grid;
  gap: 2rem;
}

.tp-main__item {
  background: transparent url(../images/common/bg-wave.webp) no-repeat center center/100% 100%;
  padding: 1.25rem;
}

.tp-main__link {
  display: grid;
  gap: 0.5rem 1.25rem;
  grid-template-columns: 30% 66.66667%;
  grid-template-rows: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tp-main__thumb {
  aspect-ratio: 3/2;
  border-radius: 0.75rem;
  grid-row: 1/3;
  overflow: hidden;
}
.tp-main__thumb img {
  width: 100%;
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
}

.tp-main__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.tp-main__excerpt {
  font-size: 0.75rem;
  line-height: 1.5;
}

.sp-main {
  padding-block: 4rem 12.5rem;
}

.sp-main__inner {
  width: min(100%, 71.25rem);
}

.sp-main__wrap {
  margin-top: 5rem;
}

.sp-main__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  position: relative;
}
.sp-main__title::after {
  background: transparent url(../images/common/deco-head.svg) repeat-x center center/cover;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.sp-main__body {
  margin-top: 1.5rem;
}
.sp-main__body h2,
.sp-main__body h3,
.sp-main__body h4 {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-main__body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
}
.sp-main__body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.875rem;
  padding-bottom: 0.5rem;
}
.sp-main__body h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.75rem;
}
.sp-main__body h2 + *,
.sp-main__body h3 + *,
.sp-main__body h4 + * {
  margin-top: 0.125rem !important;
}
.sp-main__body ol {
  list-style: decimal;
  margin-top: 0.25rem;
  padding-left: 1.4375rem;
}
.sp-main__body ol li {
  font-weight: 700;
  line-height: 2;
}
.sp-main__body ol li::marker {
  color: #97734b;
}
.sp-main__body ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.sp-main__body ul li {
  line-height: 2;
}
.sp-main__body ul li::marker {
  color: #97734b;
}
.sp-main__body ol,
.sp-main__body ul {
  margin-top: 0.25rem;
}
.sp-main__body ol li,
.sp-main__body ul li {
  font-size: 0.875rem;
  font-weight: 500;
}
.sp-main__body ol ol,
.sp-main__body ol ul,
.sp-main__body ul ol,
.sp-main__body ul ul {
  margin-top: 0;
}
.sp-main__body p {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.25rem;
}
.sp-main__body figure {
  margin-top: 0.25rem;
  width: 100%;
}
.sp-main__body figure img {
  width: 100%;
}
.sp-main__body iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.sp-main__body hr {
  background: transparent url(../images/common/deco-head2.svg) no-repeat center center/100% 100%;
  border-top: none;
  border-top-width: 0.0625rem;
  height: 0.25rem;
  margin-top: 0.125rem;
  position: relative;
  width: 100%;
}
.sp-main__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.sp-main__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: 1px solid #D9D9D9;
}
.sp-main__body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout {
  border-radius: 1rem;
  overflow: hidden;
}

.so-main__link {
  display: grid;
  margin-top: 5rem;
  place-items: center;
}

.ap-main {
  overflow-x: clip;
  padding-block: 7.5rem 0;
  position: relative;
}

.ap-main__inner {
  display: grid;
  gap: 5rem;
}

.ap-main__contents {
  display: grid;
  gap: 5rem;
}

.ap-main__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.ap-main__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1rem;
  position: relative;
}
.ap-main__heading::after {
  background: transparent url(../images/common/deco-head.svg) repeat-x center center/cover;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.ap-main__list {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.ap-main__link {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.ap-main__item {
  display: grid;
  gap: 0.9375rem;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.ap-main__thumb {
  aspect-ratio: 18.75/12.5;
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.ap-main__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ap-main__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  max-width: calc(100% - 0.625rem - 2rem);
}

.ap-main__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ap-main__coming {
  font-family: var(--ff-eg);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.an-main__deco {
  position: absolute;
  z-index: 2;
}

.an-main__deco--1 {
  bottom: 16.25rem;
  left: calc(50% - 47.875rem);
  rotate: 19deg;
}

.an-main__deco--2 {
  bottom: -8rem;
  right: calc(50% - 53.5rem);
  rotate: -30deg;
}

.an-main__deco--3 {
  bottom: -20.5rem;
  left: calc(50% - 31.25rem);
  rotate: 16deg;
}

.pp-main {
  padding-block: 3.75rem 7.5rem;
}

.pp-main__text {
  line-height: 1.8;
}

.pp-main__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 2.5rem;
  margin-inline: auto;
  width: min(53.125rem, 100%);
}

.pp-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.pp-main__head {
  border-bottom: 2px solid #F4E8CF;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  line-height: 1.5;
  padding-bottom: 0.75rem;
  position: relative;
}
.pp-main__head::after {
  background-color: var(--color-secondary);
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 6.25rem;
}

.pp-main__listItem {
  counter-increment: cnt;
  line-height: 1.8;
  list-style-type: none;
  padding-left: 1.75rem;
  position: relative;
}
.pp-main__listItem::before {
  content: "(" counter(cnt) ")";
  left: 0;
  position: absolute;
  top: 0;
}

.pp-main__subList {
  margin-top: 0.625rem;
  padding-left: 1.875rem;
}

.pp-main__subItem {
  line-height: 1.8;
  list-style-type: lower-alpha;
  position: relative;
}

.pp-main__gcList {
  list-style-type: lower-roman;
  padding-left: 1.25rem;
}

.pp-main__uoItem {
  line-height: 1.8;
}

.pp-main__btn {
  margin-inline: auto;
  margin-top: 5rem;
}

.pa-partner {
  padding-block: 5rem 12.5rem;
}

.pa-partner__inner {
  display: grid;
  gap: 3rem;
}

.pa-partner__contents {
  display: grid;
  gap: 3rem;
}

.pa-partner__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background: transparent url(../images/partners/bg-item.webp) no-repeat center center/100% 100%;
  gap: 3.75%;
  overflow: hidden;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}
.pa-partner__item::after {
  aspect-ratio: 240/208;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7.5rem;
  content: "";
  position: absolute;
  width: 15rem;
}
.pa-partner__item:nth-child(odd)::after {
  right: -2.5rem;
  rotate: -24deg;
}
.pa-partner__item:nth-child(even)::after {
  left: -2.5rem;
  rotate: 24deg;
}
.pa-partner__item:nth-child(1)::after {
  background-image: url(../images/common/icon-heart8.svg);
}
.pa-partner__item:nth-child(2)::after {
  background-image: url(../images/common/icon-heart9.svg);
}
.pa-partner__item:nth-child(3)::after {
  background-image: url(../images/common/icon-heart2.svg);
}
.pa-partner__item:nth-child(4)::after {
  background-image: url(../images/common/icon-heart10.svg);
}
.pa-partner__item:nth-child(5)::after {
  background-image: url(../images/common/icon-heart6.svg);
}
.pa-partner__item:nth-child(6)::after {
  background-image: url(../images/common/icon-heart7.svg);
}
.pa-partner__item:nth-child(7)::after {
  background-image: url(../images/common/icon-heart11.svg);
}

.pa-partner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  grid-row: 1/3;
}
.pa-partner__item:nth-child(even) .pa-partner__body {
  grid-column: 2/3;
}

.pa-partner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 0.5rem;
          justify-content: center;
}

.pa-partner__name {
  font-family: var(--ff-head);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.pa-partner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  list-style: none;
}

.pa-partner__infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  gap: 0.5rem;
  line-height: 1.2;
}
.pa-partner__infoItem a {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.pa-partner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
  background-color: #F0EAE0;
  border-radius: 50%;
      flex-shrink: 0;
}

.pa-partner__thumb {
  grid-row: 1/3;
}

.pa-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  gap: 3rem;
  padding-block: 5rem;
}

.pa-group__inner {
  display: grid;
  gap: 3rem;
}

.pa-group__map {
  aspect-ratio: 960/480;
  position: relative;
  width: 100%;
}
.pa-group__list {
  display: grid;
  gap: 2.5rem 4.166667%;
  grid-template-columns: repeat(2, 1fr);
}

.pa-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  background: transparent url(../images/partners/bg-item-primary.webp) no-repeat center center/100% 100%;
          flex-grow: 1;
}

.pa-group__name {
  font-family: var(--ff-head);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.pa-group__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pa-group__infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  gap: 0.5rem;
  line-height: 1.2;
}
.pa-group__infoItem a {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.pa-group__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
  background-color: #fff;
  border-radius: 50%;
      flex-shrink: 0;
}

.sn-main {
  padding-block: 4rem 12.5rem;
}

.sn-main__inner {
  display: grid;
  gap: 5rem;
  width: min(100%, 71.25rem);
}

.sn-main__contents {
  display: grid;
  gap: 5rem;
}

.sn-main__head {
  display: grid;
  grid-template-columns: 6rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem 1rem;
}

.sn-main__date {
  aspect-ratio: 6/5.25;
  background: transparent url(../images/common/icon-heart2.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  color: #fff;
  font-weight: 700;
  gap: 0.1rem;
  grid-row: 1/3;
          justify-content: center;
  letter-spacing: 0.04em;
}
[data-category=event] .sn-main__date {
  background-image: url(../images/common/icon-heart8.svg);
}
[data-category=info] .sn-main__date {
  background-image: url(../images/common/icon-heart10.svg);
}
[data-color="1"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat1.svg);
}
[data-color="2"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat2.svg);
}
[data-color="3"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat3.svg);
}
[data-color="4"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat4.svg);
}
[data-color="5"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat5.svg);
}
[data-color="6"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat6.svg);
}
[data-color="7"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat7.svg);
}
[data-color="8"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat8.svg);
}
[data-color="9"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat9.svg);
}
[data-color="10"] .sn-main__date {
  background-image: url(../images/common/icon-heart-cat10.svg);
}

.sn-main__day {
  font-size: 1.25rem;
}

.sn-main__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-other);
  border-radius: 6.25rem;
  color: var(--color-text6);
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.625rem;
  line-height: 1.6;
  padding: 0.1875rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[data-category=event] .sn-main__category {
  background-color: var(--color-event);
}
[data-category=info] .sn-main__category {
  background-color: var(--color-info);
}
[data-color="1"] .sn-main__category {
  background-color: var(--color-cat1);
}
[data-color="2"] .sn-main__category {
  background-color: var(--color-cat2);
}
[data-color="3"] .sn-main__category {
  background-color: var(--color-cat3);
}
[data-color="4"] .sn-main__category {
  background-color: var(--color-cat4);
}
[data-color="5"] .sn-main__category {
  background-color: var(--color-cat5);
}
[data-color="6"] .sn-main__category {
  background-color: var(--color-cat6);
}
[data-color="7"] .sn-main__category {
  background-color: var(--color-cat7);
}
[data-color="8"] .sn-main__category {
  background-color: var(--color-cat8);
}
[data-color="9"] .sn-main__category {
  background-color: var(--color-cat9);
}
[data-color="10"] .sn-main__category {
  background-color: var(--color-cat10);
}

.sn-main__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  position: relative;
}
.sn-main__title::after {
  background: transparent url(../images/common/deco-head.svg) repeat-x center center/cover;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.sn-main__thumbnail {
  aspect-ratio: 16/9;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  overflow: hidden;
  width: 100%;
}
.sn-main__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sn-main__btn {
  display: grid;
  place-items: center;
}

.an-main {
  padding-block: 7.5rem 12.5rem;
}

.an-main__contents {
  display: grid;
  gap: 4rem;
}

.an-main__head {
  font-family: var(--ff-rampart);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.an-main__list {
  display: grid;
  gap: 3rem 6.25%;
  grid-template-columns: repeat(2, 1fr);
}

.an-main__item {
  background: transparent url(../images/news/bg-item.webp) no-repeat center center/100% 100%;
  position: relative;
}

.an-main__date {
  aspect-ratio: 6/5.25;
  background: transparent url(../images/common/icon-heart2.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -1.5rem;
  position: absolute;
  top: -1rem;
  width: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  color: #fff;
  font-weight: 700;
  gap: 0.1rem;
          justify-content: center;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
}
[data-category=event] .an-main__date {
  background-image: url(../images/common/icon-heart8.svg);
}
[data-category=info] .an-main__date {
  background-image: url(../images/common/icon-heart10.svg);
}
[data-color="1"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat1.svg);
}
[data-color="2"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat2.svg);
}
[data-color="3"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat3.svg);
}
[data-color="4"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat4.svg);
}
[data-color="5"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat5.svg);
}
[data-color="6"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat6.svg);
}
[data-color="7"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat7.svg);
}
[data-color="8"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat8.svg);
}
[data-color="9"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat9.svg);
}
[data-color="10"] .an-main__date {
  background-image: url(../images/common/icon-heart-cat10.svg);
}

.an-main__day {
  font-size: 1.25rem;
}

.an-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.an-main__thumb {
  aspect-ratio: 3/2;
  background-color: var(--color-primary);
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.an-main__thumb img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.an-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.an-main__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-other);
  border-radius: 6.25rem;
  color: var(--color-text6);
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.625rem;
  line-height: 1.6;
  padding: 0.1875rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[data-category=event] .an-main__category {
  background-color: var(--color-event);
}
[data-category=info] .an-main__category {
  background-color: var(--color-info);
}
[data-category=other] .an-main__category {
  background-color: var(--color-other);
}
[data-color="1"] .an-main__category {
  background-color: var(--color-cat1);
}
[data-color="2"] .an-main__category {
  background-color: var(--color-cat2);
}
[data-color="3"] .an-main__category {
  background-color: var(--color-cat3);
}
[data-color="4"] .an-main__category {
  background-color: var(--color-cat4);
}
[data-color="5"] .an-main__category {
  background-color: var(--color-cat5);
}
[data-color="6"] .an-main__category {
  background-color: var(--color-cat6);
}
[data-color="7"] .an-main__category {
  background-color: var(--color-cat7);
}
[data-color="8"] .an-main__category {
  background-color: var(--color-cat8);
}
[data-color="9"] .an-main__category {
  background-color: var(--color-cat9);
}
[data-color="10"] .an-main__category {
  background-color: var(--color-cat10);
}

.an-main__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.an-main__excerpt {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fr-products {
  padding-bottom: 0;
  padding-top: 5.625rem;
}

.fr-products__inner {
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 15.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.fr-products__list {
  display: grid;
  gap: 4rem 4.166667%;
  grid-column: 1/3;
  grid-template-columns: repeat(2, 1fr);
}

.fr-products__item {
  display: grid;
  gap: 0.75rem;
}

.fr-products__thumb {
  aspect-ratio: 460/244;
}

.fr-products__head {
  font-family: var(--ff-head);
  font-size: 1.17rem;
  font-weight: 700;
  line-height: 1.4;
}
[data-color=second] .fr-products__head {
  color: var(--color-text2);
}
[data-color=third] .fr-products__head {
  color: var(--color-text3);
}
[data-color=fourth] .fr-products__head {
  color: var(--color-text4);
}
[data-color=fifth] .fr-products__head {
  color: var(--color-text5);
}

.fr-products__text {
  font-weight: 500;
  line-height: 1.6;
}

.fr-products__link {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.fr-products__arrow {
  justify-self: end;
}

.fr-news {
  padding-bottom: 12.5rem;
  padding-top: 5.625rem;
  position: relative;
}
.fr-news::after {
  aspect-ratio: 90/7.5;
  background: transparent url(../images/common/deco-wave.webp) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.fr-news__inner {
  display: grid;
  gap: 5rem 10.83333%;
  grid-template-columns: 13.5rem 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.fr-news__more {
  grid-column: 1/2;
}

.fr-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  grid-column: 2/3;
  grid-row: 1/3;
}

.fr-news__link {
  background: transparent url(../images/front/bg-news.webp) no-repeat center center/cover;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125%;
  padding: 1.25rem 1.5rem;
  position: relative;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.fr-news__thumb {
  aspect-ratio: 240/160;
  background-color: var(--color-primary);
  border-radius: 0.75rem;
  overflow: hidden;
  width: 15rem;
}
.fr-news__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fr-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fr-news__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  color: var(--color-text6);
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.625rem;
  line-height: 1.6;
  padding: 0.1875rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[data-category=event] .fr-news__tag {
  background-color: var(--color-event);
}
[data-category=info] .fr-news__tag {
  background-color: var(--color-info);
}
[data-category=other] .fr-news__tag {
  background-color: var(--color-other);
}
[data-color="1"] .fr-news__tag {
  background-color: var(--color-cat1);
}
[data-color="2"] .fr-news__tag {
  background-color: var(--color-cat2);
}
[data-color="3"] .fr-news__tag {
  background-color: var(--color-cat3);
}
[data-color="4"] .fr-news__tag {
  background-color: var(--color-cat4);
}
[data-color="5"] .fr-news__tag {
  background-color: var(--color-cat5);
}
[data-color="6"] .fr-news__tag {
  background-color: var(--color-cat6);
}
[data-color="7"] .fr-news__tag {
  background-color: var(--color-cat7);
}
[data-color="8"] .fr-news__tag {
  background-color: var(--color-cat8);
}
[data-color="9"] .fr-news__tag {
  background-color: var(--color-cat9);
}
[data-color="10"] .fr-news__tag {
  background-color: var(--color-cat10);
}

.fr-news__title {
  font-family: var(--ff-head);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.fr-news__excerpt {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fr-news__date {
  background: transparent url(../images/news/bg-other.svg) no-repeat center center/contain;
  height: 5.25rem;
  left: -1.5rem;
  position: absolute;
  top: -1rem;
  width: 6rem;
}
[data-category=event] .fr-news__date {
  background-image: url(../images/news/bg-event.svg);
}
[data-category=info] .fr-news__date {
  background-image: url(../images/news/bg-info.svg);
}
[data-color="1"] .fr-news__date {
  background-image: url(../images/news/bg-cat1.svg);
}
[data-color="2"] .fr-news__date {
  background-image: url(../images/news/bg-cat2.svg);
}
[data-color="3"] .fr-news__date {
  background-image: url(../images/news/bg-cat3.svg);
}
[data-color="4"] .fr-news__date {
  background-image: url(../images/news/bg-cat4.svg);
}
[data-color="5"] .fr-news__date {
  background-image: url(../images/news/bg-cat5.svg);
}
[data-color="6"] .fr-news__date {
  background-image: url(../images/news/bg-cat6.svg);
}
[data-color="7"] .fr-news__date {
  background-image: url(../images/news/bg-cat7.svg);
}
[data-color="8"] .fr-news__date {
  background-image: url(../images/news/bg-cat8.svg);
}
[data-color="9"] .fr-news__date {
  background-image: url(../images/news/bg-cat9.svg);
}
[data-color="10"] .fr-news__date {
  background-image: url(../images/news/bg-cat10.svg);
}

.fr-news__wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  gap: 0.1rem;
  letter-spacing: 0.04em;
}

.fr-news__day {
  font-size: 1.25rem;
}

.fr-fv {
  aspect-ratio: 9/5;
  background: transparent url(../images/front/bg-fv.webp) no-repeat center center/cover;
  display: grid;
  height: calc(100vh - 4.4375rem);
  max-height: 50rem;
  min-height: 50rem;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}

.fr-fv__text {
  opacity: 0;
  -webkit-animation: fvPhotoZoomIn 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: fvPhotoZoomIn 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fr-fv__toggle {
  aspect-ratio: 8.9375/5.5;
  background: transparent url(../images/common/bg-language.svg) no-repeat center center/contain;
  display: grid;
  gap: 0.5rem;
  left: 2rem;
  padding: 1rem;
  place-items: center;
  position: absolute;
  top: 3.5rem;
  width: 8.9375rem;
}

.fr-fv__label {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.fr-fv__toggleWrap--en {
  background-color: #333;
  border-color: #333;
}
.fr-fv__toggleWrap--en .fr-fv__link {
  color: #fff;
}
.fr-fv__toggleWrap--en .fr-fv__link.is-current {
  background-color: #fff;
  color: #333;
}

.fr-fv__toggleWrap {
  border: 1px solid #333;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.fr-fv__link {
  font-family: var(--ff-eg);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.5rem 1rem;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.fr-fv__link.is-current {
  background-color: #333;
  color: #fff;
}

@-webkit-keyframes fvImgZoomIn {
  0% {
    opacity: 0;
    scale: 0.92;
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  60% {
    opacity: 1;
    scale: 1.01;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    scale: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fvImgZoomIn {
  0% {
    opacity: 0;
    scale: 0.92;
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  60% {
    opacity: 1;
    scale: 1.01;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    scale: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fvPhotoZoomIn {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes fvPhotoZoomIn {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes fvPhotoZoomInImg {
  0% {
    opacity: 0;
    scale: 0.35;
  }
  100% {
    opacity: 1;
    scale: 0.7;
  }
}
@keyframes fvPhotoZoomInImg {
  0% {
    opacity: 0;
    scale: 0.35;
  }
  100% {
    opacity: 1;
    scale: 0.7;
  }
}
@-webkit-keyframes fvPhotoZoomInSmall {
  0% {
    opacity: 0;
    scale: 0.245;
  }
  100% {
    opacity: 1;
    scale: 0.49;
  }
}
@keyframes fvPhotoZoomInSmall {
  0% {
    opacity: 0;
    scale: 0.245;
  }
  100% {
    opacity: 1;
    scale: 0.49;
  }
}
@-webkit-keyframes fvPhotoZoomInLarge {
  0% {
    opacity: 0;
    scale: 0.4;
  }
  100% {
    opacity: 1;
    scale: 0.8;
  }
}
@keyframes fvPhotoZoomInLarge {
  0% {
    opacity: 0;
    scale: 0.4;
  }
  100% {
    opacity: 1;
    scale: 0.8;
  }
}
.fr-fv__img {
  opacity: 0;
  position: absolute;
  -webkit-animation: fvPhotoZoomInImg 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: fvPhotoZoomInImg 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.fr-fv__img[data-img=product1] {
  left: calc(50% - 51vw);
  rotate: -12deg;
  top: 11.5625rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fr-fv__img[data-img=product2] {
  bottom: 3rem;
  left: calc(50% + 29vw);
  rotate: -12deg;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fr-fv__img[data-img=product3] {
  bottom: -4.5rem;
  left: calc(50% - 41vw);
  rotate: 20deg;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fr-fv__img[data-img=product4] {
  left: calc(50% + 20vw);
  rotate: 16deg;
  top: 3.875rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fr-fv__img[data-img=activity1] {
  left: calc(50% - 32.5vw);
  rotate: 16deg;
  top: 11rem;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fr-fv__img[data-img=activity2] {
  bottom: -5.75rem;
  left: calc(50% + 9.5vw);
  rotate: 10deg;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.fr-fv__img[data-img=activity3] {
  left: calc(50% + 35.5vw);
  rotate: -16deg;
  top: 16.25rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fr-fv__img[data-img=event1] {
  left: calc(50% - 25.5vw);
  rotate: -22deg;
  top: -0.5rem;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.fr-fv__img[data-img=event2] {
  bottom: 1.6875rem;
  left: calc(50% - 20.5vw);
  rotate: -16deg;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.fs-main {
  padding-block: 4rem 12.5rem;
}

.fs-main__inner {
  width: min(100%, 71.25rem);
}

.fs-main__title {
  display: grid;
  font-size: 1.75rem;
  font-weight: 700;
  gap: 0.75rem;
  grid-template-columns: 2.25rem 1fr;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-main__body {
  display: grid;
  gap: 1.25rem;
}

.fs-main__answer {
  background: transparent url(../images/common/bg-item.webp) no-repeat center center/100% 100%;
  display: grid;
  padding: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 1rem;
  grid-template-columns: 2.25rem 1fr;
  line-height: 1.4;
}

.fs-main__link {
  display: grid;
  place-items: center;
}

.fq-main {
  padding-block: 4rem 12.5rem;
}

.fq-main__inner {
  display: grid;
  gap: 1.25rem;
}

.fq-main__contents {
  display: grid;
  gap: 1.25rem;
}

.fq-main__heading {
  font-family: var(--ff-rampart);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.fq-main__list {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.fq-main__link {
  background: transparent url(../images/common/bg-item.webp) no-repeat center center/100% 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.25rem 1fr 1.95rem;
  padding: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.fq-main__icon {
  width: 100%;
}

.fq-main__question {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.dl-main {
  padding-block: 7.5rem 12.5rem;
}

.dl-main__inner {
  display: grid;
  gap: 5rem;
}

.dl-main__grid {
  display: grid;
  gap: 3.75rem 6.25%;
  grid-template-columns: repeat(3, 1fr);
}

.dl-main__item {
  display: grid;
  gap: 1rem;
  position: relative;
}

.dl-main__new {
  aspect-ratio: 6/5.25;
  background: transparent url(../images/common/icon-heart2.svg) no-repeat center center/contain;
  color: #fff;
  font-family: var(--ff-eg);
  font-size: 1.25rem;
  font-weight: 700;
  left: -1.5rem;
  letter-spacing: 0.04em;
  padding-top: 1.6rem;
  position: absolute;
  text-align: center;
  top: -1rem;
  width: 6rem;
}

.dl-main__thumb {
  aspect-ratio: 280/396;
  border: 0.75rem solid #fff;
  border-radius: 1rem;
  display: grid;
  overflow: hidden;
  place-items: center;
  width: 100%;
}
.dl-main__thumb img {
  width: 100%;
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}
.dl-main__name {
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.dl-main__link {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.dl-main__arrow {
  display: grid;
  font-size: 1.125rem;
  font-weight: 700;
  place-items: center;
}

.co-main__contents {
  background: transparent url(../images/contact/bg-form.webp) no-repeat center center/100% 100%;
  padding: 4rem 5rem;
}

.p-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.5;
  width: calc(100% - 32rem - 0.5rem);
}

.p-form__require {
  background-color: var(--color-contact);
  border-radius: 6.25rem;
  color: var(--color-text6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3875rem 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.p-form__data {
  width: 32rem;
}

.p-form__input {
  border: 1px solid #888;
  border-radius: 0.375rem;
  padding: 1rem;
  width: 100%;
}
.p-form__input::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}
.p-form__input::-moz-placeholder {
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}
.p-form__input:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}
.p-form__input::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}
.p-form__input::placeholder {
  color: #888;
  font-weight: 500;
  line-height: 1.6;
}

.p-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/contact/icon-select.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.p-form__textarea {
  height: 15rem;
  resize: none;
}

.p-form__privacy {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__privacyText {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-form__privacyCheck {
  opacity: 0;
  position: absolute;
}
.p-form__privacyCheck + .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-form__privacyCheck + .wpcf7-list-item-label::before {
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #888;
  content: "";
  display: inline-block;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
}
.p-form__privacyCheck + .wpcf7-list-item-label::after {
  border-bottom: solid 2px var(--color-contact);
  border-left: solid 2px var(--color-contact);
  content: "";
  display: block;
  height: 0.25rem;
  left: -1.375rem;
  opacity: 0;
  position: absolute;
  top: 0.35rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: var(--ease-time);
  transition: var(--ease-time);
  width: 0.875rem;
}
.p-form__privacyCheck:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-form__privacyLink {
  color: var(--color-contact);
  display: inline;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
}

.p-form__submit {
  margin-inline: auto;
  margin-top: 3rem;
  position: relative;
  position: relative;
  width: min(100%, 17.5rem);
}
.p-form__submit::after {
  aspect-ratio: 1.125/0.75;
  background: transparent url(../images/contact/icon-arrow.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.125rem;
}

.wpcf7-spinner {
  display: none;
}

.cm-info {
  display: grid;
  gap: 7.5rem;
  overflow: hidden;
  padding-block: 12.5rem;
  position: relative;
}

.cm-info__inner {
  display: grid;
  gap: 7.5rem;
}

.cm-info__heart {
  position: absolute;
  right: -1.325rem;
  rotate: -16deg;
  top: 1.4rem;
  z-index: 1;
}

.cm-info__img {
  aspect-ratio: 320/570;
  border-radius: 1.125rem;
  grid-column: 1/2;
  overflow: hidden;
}
.cm-info__img img {
  width: 100%;
}

.cm-info__block {
  display: grid;
  gap: 5rem;
  grid-template-columns: 3fr 7fr;
  position: relative;
}

.cm-info__block--overview {
  gap: 2rem 5rem;
  grid-template-columns: 3fr 7fr;
  grid-template-rows: auto 1fr;
}
.cm-info__block--overview .cm-info__heading {
  grid-column: 1/-1;
}
.cm-info__block--overview .cm-info__img {
  grid-column: 1;
  grid-row: 2;
}
.cm-info__block--overview .cm-info__table {
  grid-column: 2;
  grid-row: 2;
}

.cm-info__heading {
  font-family: var(--ff-rampart);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cm-info__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/3;
}

.cm-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-block: 1rem;
  position: relative;
}
.cm-info__row:after {
  background: transparent url(../images/company/deco-list.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.cm-info__term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  width: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cm-info__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cm-info__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.cm-info__map {
  border-radius: 2rem;
  overflow: hidden;
}
.cm-info__map iframe {
  aspect-ratio: 40/25;
  height: 100%;
  width: 100%;
}

.cm-info__deco {
  height: 6.75rem;
  position: relative;
  position: absolute;
  right: -2rem;
  rotate: 24deg;
  top: -2.5rem;
  width: 7.5rem;
}

.cm-info__address {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}

.cm-info__route {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}

.cm-info__deco--1 {
  bottom: 0;
  height: 7.5rem;
  left: 0;
  width: 100%;
}

.cm-info__deco--2 {
  height: 7.5001rem;
  left: 0;
  top: 0;
  width: 100%;
}

.cm-greet {
  background: transparent url(../images/company/bg-greet.webp) no-repeat center center/cover;
  overflow: hidden;
  position: relative;
  -webkit-padding-after: 20rem;
          padding-block-end: 20rem;
}

.cm-greet__inner {
  display: grid;
}

.cm-greet__portrait {
  bottom: -8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -5rem;
  position: absolute;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cm-greet__photo {
  aspect-ratio: 17.5/37.0625;
  width: 17.5rem;
}
.cm-greet__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-greet__name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: -5.375rem;
  padding-bottom: 3rem;
  text-align: center;
}

.cm-greet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.cm-greet__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--ff-head);
  position: relative;
  z-index: 1;
}

.cm-greet__catchLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}

.cm-greet__catchText {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.cm-greet__catchIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.625rem;
  position: relative;
  width: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cm-greet__catchIcon img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.cm-greet__catchKanji {
  color: var(--color-text6);
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.cm-greet__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.cm-greet__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.cm-greet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 0.125rem;
          justify-content: center;
}

.cm-greet__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1.6;
}
.cm-greet__listItem img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cm-greet__deco {
  pointer-events: none;
  position: absolute;
}

.cm-greet__deco--1 {
  height: auto;
  right: 1.5rem;
  top: 1.03125rem;
  width: 22.66875rem;
}

.cm-greet__deco--2 {
  height: auto;
  left: 54.125rem;
  top: 43.3125rem;
  width: 50.275625rem;
}

.cm-greet__deco--3 {
  height: auto;
  left: -9.0625rem;
  top: 6.0625rem;
  width: 32.384375rem;
}

.cm-greet__deco--4 {
  height: auto;
  left: 7.124375rem;
  opacity: 0.15;
  top: 7.586875rem;
  width: 75.793125rem;
}

.cm-greet__wave {
  bottom: 0;
  height: 7.5rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.cm-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.cm-event__inner {
  display: grid;
  gap: 5rem;
}

.cm-event__title {
  font-family: var(--ff-head);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.cm-event__list {
  display: grid;
  gap: 4rem 4.6875%;
  grid-template-columns: repeat(3, 1fr);
}

.cm-event__item {
  position: relative;
}

.cm-event__thumb {
  aspect-ratio: 18.125/12.0625;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.cm-event__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-event__badge {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--color-text6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.25rem;
  left: -2rem;
  position: absolute;
  top: -2rem;
  width: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.125rem;
}
.cm-event__item:nth-child(1) .cm-event__badge {
  background-image: url(../images/common/bg-heart4.webp);
}
.cm-event__item:nth-child(2) .cm-event__badge {
  background-image: url(../images/common/bg-heart2.webp);
}
.cm-event__item:nth-child(3) .cm-event__badge {
  background-image: url(../images/common/icon-heart2.svg);
}
.cm-event__item:nth-child(4) .cm-event__badge {
  background-image: url(../images/common/bg-heart3.webp);
}
.cm-event__item:nth-child(5) .cm-event__badge {
  background-image: url(../images/common/bg-heart6.webp);
}
.cm-event__item:nth-child(6) .cm-event__badge {
  background-image: url(../images/common/icon-heart7.svg);
}

.cm-event__name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.cm-event__country {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.er-main__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

.er-main__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
  margin-top: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.er-main__text {
  line-height: 1.8;
  text-align: center;
}

.er-main__btn {
  display: grid;
  place-items: center;
}

.u-visually-hidden {
  border: 0;
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

:root {
  --fadein-time: 1s;
  --fadein-type: ease-in-out;
}

:where([data-scroll-js=fadeIn]) {
  -webkit-transition: opacity var(--fadein-time) var(--fadein-type), translate var(--fadein-time) var(--fadein-type);
  opacity: 0;
  transition: opacity var(--fadein-time) var(--fadein-type), translate var(--fadein-time) var(--fadein-type);
  translate: 0 10px;
}

:where([data-scroll-js=fadeIn][data-scroll-animated=true]) {
  opacity: 1;
  translate: 0 0;
}

:where([data-scroll-js=fadeInUp]) {
  -webkit-transition: opacity var(--fadein-time) var(--fadein-type), translate var(--fadein-time) var(--fadein-type);
  opacity: 0;
  transition: opacity var(--fadein-time) var(--fadein-type), translate var(--fadein-time) var(--fadein-type);
  translate: 0 30px;
}

:where([data-scroll-js=fadeInUp][data-scroll-animated=true]) {
  opacity: 1;
  translate: 0 0;
}

.u-show {
  display: none;
}

.u-hide--inline {
  display: inline-block;
}

.u-show--inline {
  display: none;
}

@media (width <= 1198.98px){
  .fr-fv__text {
    width: 21.875rem;
  }
  .fr-fv__img {
    -webkit-animation-name: fvPhotoZoomInSmall;
            animation-name: fvPhotoZoomInSmall;
  }
}

@media (width <= 991.98px){
  .p-support__text {
    font-size: 0.875rem;
  }
  .p-archive {
    gap: 5rem;
    grid-template-columns: 1fr;
  }
  .fr-news__list {
    gap: 3rem;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__term {
    gap: 0.75rem;
    width: 100%;
  }
  .p-form__data {
    width: 100%;
  }
}

@media (width <= 767.98px){
  .c-topTitle {
    gap: 1rem;
  }
  .c-topTitle__jp {
    font-size: 1rem;
  }
  .c-topTitle__en {
    font-size: 2.5rem;
  }
  .c-toggle {
    display: grid;
    place-items: center;
    position: fixed;
    right: 1rem;
    top: 1.25rem;
    width: 4.875rem;
    z-index: 1000;
  }
  .c-toggle img {
    width: 100%;
  }
  .c-toggle--close {
    position: absolute;
    right: 1.25rem;
    top: 4.125rem;
  }
  .c-title {
    font-size: 1.5rem;
  }
  .c-link {
    gap: 0.5rem;
  }
  .c-link__text {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .c-btn--mail {
    padding: 1.25rem;
  }
  .c-btn--tel {
    padding: 0.75rem;
  }
  .c-btn--submit {
    padding: 1.1875rem;
  }
  .l-spacer {
    height: 5rem;
  }
  .l-section {
    padding-block: 5rem;
  }
  .l-section[data-bg=wave]::after {
    aspect-ratio: 24.375/3;
    background-image: url(../images/common/deco-wave-sp.webp);
  }
  .l-inner {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-inner--l {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-inner--s {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    height: 100dvh;
    inset: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    background-color: #333;
            flex-direction: column;
    -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
    transition: opacity var(--ease-time) var(--ease-type) 0s;
    z-index: 1000;
  }
  .add-active .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
  .l-footer {
    padding-block: 5rem;
  }
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .l-footer__left {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .l-footer__navList {
    row-gap: 1.5rem;
  }
  .l-footer__cta {
    width: 100%;
  }
  .l-footer__btn {
    gap: 0.5rem;
  }
  .l-footer__bottom {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-support__content {
    grid-template-columns: 1fr;
  }
  .p-support__card {
    gap: 1rem;
    padding: 2rem 1.25rem;
  }
  .p-support__head {
    font-size: 1.5rem;
  }
  .p-support__text {
    font-size: 0.8125rem;
  }
  .p-support__character--dl {
    bottom: auto;
    left: -0.625rem;
    top: 8.875rem;
    width: 4rem;
  }
  .p-support__character--contact {
    bottom: auto;
    right: -0.625rem;
    top: 8.875rem;
    width: 4rem;
  }
  .p-support__deco--1 {
    bottom: -0.75rem;
    left: calc(50% + 5.5rem);
    rotate: -45deg;
    top: auto;
    width: 10.9rem;
  }
  .p-support__deco--2 {
    left: calc(50% + 1.5rem);
    top: -0.625rem;
    width: 19rem;
  }
  .p-support__deco--3 {
    left: calc(50% - 22rem);
    top: 25rem;
    -webkit-transform: none;
            transform: none;
    width: 19.4rem;
  }
  .p-sns {
    display: none;
  }
  .p-sidebar {
    gap: 1rem;
  }
  .p-scroll {
    padding-block: 1rem;
  }
  .p-scroll__text {
    font-size: 0.75rem;
  }
  .p-post {
    -webkit-padding-after: 8rem;
            padding-block-end: 8rem;
  }
  .p-post__wrap {
    margin-top: 4rem;
  }
  .p-post__body .wp-block-image {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .p-post__body .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin-top: 0;
  }
  .p-post__body .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-post__body {
    margin-top: 1rem;
  }
  .p-post__body h2 {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
  .p-post__body h3 {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .p-post__body h4 {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
  .p-post__body figure img {
    height: auto;
    max-width: 100%;
  }
  .p-post__body figure {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .p-pagination .page-numbers {
    font-size: 0.875rem;
    height: 2rem;
    width: 2rem;
  }
  .p-menu {
    display: none;
  }
  .p-lowerFv {
    background-image: url(../images/common/bg-mv-sp.webp);
    height: 22.5rem;
  }
  .products .p-lowerFv {
    background-image: url(../images/products/bg-mv-sp.webp);
  }
  .company .p-lowerFv {
    background-image: url(../images/company/bg-mv-sp.webp);
  }
  .partners .p-lowerFv {
    background-image: url(../images/partners/bg-mv-sp.webp);
  }
  .tech-info .p-lowerFv {
    background-image: url(../images/tech/bg-mv-sp.webp);
  }
  .faq .p-lowerFv {
    background-image: url(../images/faq/bg-mv-sp.webp);
  }
  .blog .p-lowerFv {
    background-image: url(../images/news/bg-mv-sp.webp);
  }
  .download .p-lowerFv {
    background-image: url(../images/download/bg-mv-sp.webp);
  }
  .p-lowerFv__title {
    gap: 1rem;
  }
  .p-lowerFv__titleEn {
    font-size: 2.8125rem;
  }
  .p-lowerFv__titleJa {
    font-size: 1rem;
  }
  .p-lowerFv__breadcrumb {
    bottom: 1.25rem;
    font-size: 0.75rem;
  }
  .p-breadcrumb__arrow {
    width: 0.25rem;
  }
  .p-contact {
    bottom: 1.25rem;
    font-size: 0.58331rem;
    gap: 0.4rem;
    right: 1.25rem;
    top: initial;
    width: 4.25rem;
  }
  .p-contact svg {
    width: 1.375rem;
  }
  .p-breadcrumbs__list {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
  .th-main__contents {
    gap: 4rem;
  }
  .tt-main__catch {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .tt-main__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    grid-row: auto;
            order: 2;
  }
  .tt-main__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tt-main__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .st-main__body {
    margin-top: 1.25rem;
  }
  .st-main__arrows {
    display: none;
  }
  .at-main {
    padding-block: 5rem 8rem;
  }
  .at-main__contents {
    gap: 2.5rem;
  }
  .at-main__link {
    gap: 0.75rem;
    padding: 0.75rem;
  }
  .at-main__date {
    height: 3rem;
    width: 3.5rem;
  }
  .at-main__year {
    font-size: 0.625rem;
  }
  .at-main__day {
    font-size: 0.75rem;
  }
  .at-main__title {
    font-size: 0.875rem;
  }
  .at-main__arrow svg {
    width: 1rem;
  }
  .at-main__pagination .page-numbers {
    font-size: 0.875rem;
    height: 2rem;
    width: 2rem;
  }
  .at-main__paginationNext {
    height: 2rem;
    width: 2rem;
  }
  .at-main__paginationNext svg {
    height: auto;
    width: 1rem;
  }
  .rc-main__card {
    background-image: url(../images/contact/bg-form-sp.webp);
    border-radius: 1rem;
    gap: 1.25rem;
    padding: 2rem 1.25rem;
  }
  .rc-main__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding-inline: 0;
  }
  .rc-main__term {
    width: 100%;
  }
  .tp-main {
    -webkit-padding-after: 8rem;
            padding-block-end: 8rem;
  }
  .tp-main__link {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .tp-main__thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tp-main__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tp-main__excerpt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sp-main {
    -webkit-padding-after: 8rem;
            padding-block-end: 8rem;
  }
  .sp-main__wrap {
    margin-top: 4rem;
  }
  .sp-main__body {
    margin-top: 1rem;
  }
  .sp-main__body h2 {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .ap-main {
    padding-block: 5rem 0;
  }
  .ap-main__section {
    gap: 1.5rem;
  }
  .ap-main__list {
    grid-template-columns: 1fr;
  }
  .ap-main__item {
    gap: 0.75rem;
  }
  .ap-main__name {
    font-size: 1rem;
  }
  .an-main__deco--1 {
    bottom: 7.5rem;
    left: calc(50% - 13.625rem);
    width: 4rem;
  }
  .an-main__deco--2 {
    bottom: -3rem;
    right: calc(50% - 16rem);
    width: 10rem;
  }
  .an-main__deco--3 {
    bottom: -7.5rem;
    left: calc(50% - 8rem);
    width: 7.5rem;
  }
  .pp-main {
    padding-block: 7.5rem 12.5rem;
  }
  .pa-partner {
    padding-block: 2.5rem 8rem;
  }
  .pa-partner__inner {
    gap: 2.5rem;
  }
  .pa-partner__item {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .pa-partner__item::after {
    bottom: -4.5rem;
    width: 10rem;
  }
  .pa-partner__body {
    grid-column: auto;
    grid-row: auto;
  }
  .pa-partner__item:nth-child(even) .pa-partner__body {
    grid-column: auto;
  }
  .pa-partner__name {
    font-size: 1rem;
  }
  .pa-partner__thumb {
    grid-row: auto;
  }
  .pa-group {
    gap: 2.5rem;
    padding-block: 2.5rem;
  }
  .pa-group__inner {
    gap: 2.5rem;
  }
  .pa-group__list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .pa-group__item {
    gap: 1rem;
    padding: 1.25rem;
    width: 100%;
  }
  .pa-group__name {
    font-size: 1.125rem;
  }
  .sn-main__title {
    font-size: 1.25rem;
  }
  .sn-main__thumbnail {
    margin-bottom: 1rem;
    margin-top: 1.25rem;
  }
  .an-main__contents {
    gap: 3rem;
  }
  .an-main__list {
    grid-template-columns: 1fr;
  }
  .an-main__date {
    left: -0.75rem;
    top: -0.75rem;
  }
  .fr-products {
    padding-bottom: 0;
  }
  .fr-products__inner {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }
  .fr-products__more {
    justify-self: end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fr-products__list {
    gap: 2.5rem;
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .fr-products__item {
    width: 100%;
  }
  .fr-news {
    padding-top: 5rem;
  }
  .fr-news::after {
    aspect-ratio: 24.375/3;
    background-image: url(../images/common/deco-wave-sp.webp);
  }
  .fr-news__inner {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }
  .fr-news__more {
    grid-column: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    justify-self: end;
            order: 3;
  }
  .fr-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
    padding: 1rem;
  }
  .fr-news__thumb {
    width: 100%;
  }
  .fr-news__date {
    left: -0.75rem;
    top: -0.75rem;
  }
  .fr-fv {
    aspect-ratio: auto;
    background-image: url(../images/front/bg-fv-sp.webp);
    height: calc(100dvh - 2.875rem);
    max-height: 43.75rem;
    min-height: 28rem;
  }
  .fr-fv__text {
    width: 56.4102564103%;
  }
  .fr-fv__toggle {
    bottom: 1rem;
    left: 1.25rem;
    top: initial;
    width: 7.875rem;
  }
  .fr-fv__label {
    font-size: 0.625rem;
  }
  .fr-fv__link {
    font-size: 0.625rem;
  }
  .fr-fv__img {
    -webkit-animation-name: fvPhotoZoomIn;
            animation-name: fvPhotoZoomIn;
  }
  .fr-fv__img[data-img=product1] {
    left: -0.25rem;
    top: 6.25rem;
    width: 7.1875rem;
  }
  .fr-fv__img[data-img=product2] {
    bottom: 7rem;
    left: initial;
    right: -0.5rem;
    rotate: -18deg;
    width: 6.75rem;
  }
  .fr-fv__img[data-img=product3] {
    bottom: 2.25rem;
    left: -1.875rem;
    rotate: 32deg;
    width: 6.75rem;
  }
  .fr-fv__img[data-img=product4] {
    left: initial;
    right: 0.25rem;
    rotate: 24deg;
    top: 7.25rem;
    width: 7.75rem;
  }
  .fr-fv__img[data-img=activity1] {
    left: 8.125rem;
    rotate: 20deg;
    top: 6rem;
    width: 4.25rem;
  }
  .fr-fv__img[data-img=activity2] {
    bottom: -2.5rem;
    left: initial;
    right: 1.5rem;
    rotate: -16deg;
    width: 11rem;
  }
  .fr-fv__img[data-img=activity3] {
    left: initial;
    right: -0.5rem;
    rotate: -24deg;
    top: 19rem;
    width: 4.25rem;
  }
  .fr-fv__img[data-img=event1] {
    left: 4rem;
    rotate: -20deg;
    top: 0.5rem;
    width: 6.5rem;
  }
  .fr-fv__img[data-img=event2] {
    bottom: 6.25rem;
    left: 5rem;
    rotate: 27deg;
    width: 6rem;
  }
  .fq-main__question {
    font-size: 0.875rem;
  }
  .dl-main {
    padding-block: 5rem 8rem;
  }
  .dl-main__grid {
    gap: 2.5rem 5.71429%;
    grid-template-columns: repeat(2, 1fr);
  }
  .dl-main__item {
    gap: 0.5rem;
  }
  .dl-main__new {
    font-size: 0.83331rem;
    left: -0.625rem;
    padding-top: 1.1rem;
    top: -0.625rem;
    width: 4rem;
  }
  .dl-main__name {
    -webkit-line-clamp: 2;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;
  }
  .dl-main__arrow {
    font-size: 0.9375rem;
  }
  .dl-main__arrow img {
    width: 2rem;
  }
  .co-main__contents {
    background-image: url(../images/contact/bg-form-sp.webp);
    padding: 2rem 1.25rem;
  }
  .p-form__list {
    gap: 1.5rem;
  }
  .p-form__privacy {
    gap: 2rem;
    margin-top: 2rem;
  }
  .p-form__privacyCheck + .wpcf7-list-item-label {
    font-size: 0.625rem;
  }
  .p-form__submit {
    margin-top: 2rem;
    width: 100%;
  }
  .cm-info {
    gap: 5rem;
    padding-block: 2.5rem 8rem;
  }
  .cm-info__img {
    aspect-ratio: auto;
    border-radius: 0.875rem;
    grid-column: auto;
  }
  .cm-info__block {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .cm-info__block--overview {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .cm-info__block--overview .cm-info__heading,
  .cm-info__block--overview .cm-info__img,
  .cm-info__block--overview .cm-info__table {
    grid-column: auto;
    grid-row: auto;
  }
  .cm-info__heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .cm-info__table {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
  .cm-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .cm-info__term {
    width: auto;
  }
  .cm-info__access {
    width: 100%;
  }
  .cm-info__deco {
    bottom: initial;
    right: -3.5rem;
    rotate: -24deg;
    top: 1rem;
  }
  .cm-greet {
    background-image: url(../images/company/bg-greet-sp.webp);
    background-position: center top;
    padding-block: 5rem 20.5rem;
  }
  .cm-greet__inner {
    gap: 2.5rem;
  }
  .cm-greet__portrait {
    bottom: -26.75rem;
    left: -3.5rem;
  }
  .cm-greet__photo {
    rotate: 27.28deg;
    width: 15rem;
  }
  .cm-greet__name {
    font-size: 0.875rem;
    margin-left: -8.5rem;
    padding-bottom: 10.3125rem;
  }
  .cm-greet__body {
    padding-top: 0;
  }
  .cm-greet__catchLine {
    gap: 0.094rem;
  }
  .cm-greet__catchText {
    font-size: 1.125rem;
  }
  .cm-greet__catchIcon {
    aspect-ratio: 8/7;
    height: auto;
    width: 2.263rem;
  }
  .cm-greet__catchKanji {
    font-size: 1.125rem;
  }
  .cm-greet__message {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cm-greet__text {
    text-align: left;
  }
  .cm-greet__list {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0.625rem;
  }
  .cm-greet__listItem {
    font-size: 0.875rem;
  }
  .cm-greet__deco--1 {
    left: 14.9rem;
    right: auto;
    top: 65.24rem;
    width: 12.28rem;
  }
  .cm-greet__deco--2 {
    left: -18.59rem;
    top: 2.44rem;
    width: 61.5rem;
  }
  .cm-greet__deco--3 {
    display: none;
  }
  .cm-greet__deco--4 {
    display: none;
  }
  .cm-event {
    gap: 3rem;
    padding-block: 2.5rem;
  }
  .cm-event__inner {
    gap: 3rem;
  }
  .cm-event__title {
    font-size: 1.5rem;
  }
  .cm-event__list {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
  .cm-event__item {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: 14.558rem;
  }
  .cm-event__thumb {
    height: 14.583rem;
    width: 100%;
  }
  .cm-event__badge {
    left: -0.625rem;
    top: -1rem;
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-hide--inline {
    display: none;
  }
  .u-show--inline {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px){
  .fr-fv__img {
    -webkit-animation-name: fvPhotoZoomInSmall;
            animation-name: fvPhotoZoomInSmall;
  }
  .fr-fv__img[data-img=product1] {
    left: calc(50% - 51vw);
    rotate: -12deg;
    top: 11.5625rem;
  }
  .fr-fv__img[data-img=product2] {
    bottom: 3rem;
    left: calc(50% + 29vw);
    rotate: -12deg;
  }
  .fr-fv__img[data-img=product3] {
    bottom: -4.5rem;
    left: calc(50% - 41vw);
    rotate: 20deg;
  }
  .fr-fv__img[data-img=product4] {
    left: calc(50% + 15.5vw);
    rotate: 16deg;
    top: 3.875rem;
  }
  .fr-fv__img[data-img=activity1] {
    left: calc(50% - 32.5vw);
    rotate: 16deg;
    top: 11rem;
  }
  .fr-fv__img[data-img=activity2] {
    bottom: -5.75rem;
    left: calc(50% + 9.5vw);
    rotate: 10deg;
  }
  .fr-fv__img[data-img=activity3] {
    left: calc(50% + 25vw);
    rotate: -16deg;
    top: 16.25rem;
  }
  .fr-fv__img[data-img=event1] {
    left: calc(50% - 25.5vw);
    rotate: -22deg;
    top: -0.5rem;
  }
  .fr-fv__img[data-img=event2] {
    bottom: 1.6875rem;
    left: calc(50% - 20.5vw);
    rotate: -16deg;
  }
}

@media (min-width: 1441px){
  .fr-fv__img {
    -webkit-animation-name: fvPhotoZoomInLarge;
            animation-name: fvPhotoZoomInLarge;
  }
}

@media (hover: hover){
  .c-link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .c-link:any-link:hover, .c-link:enabled:hover {
    opacity: 0.7;
  }
  .c-btn:-moz-any-link:hover {
    opacity: 0.7;
  }
  .c-btn:any-link:hover, .c-btn:enabled:hover {
    opacity: 0.7;
  }
  .l-footer__snsLink:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__snsLink:any-link:hover, .l-footer__snsLink:enabled:hover {
    opacity: 0.7;
  }
  .l-footer__navLink:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__navLink:any-link:hover, .l-footer__navLink:enabled:hover {
    opacity: 0.7;
  }
  .l-footer__bottomLink:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__bottomLink:any-link:hover, .l-footer__bottomLink:enabled:hover {
    opacity: 0.7;
  }
  .l-footer__langItem:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__langItem:any-link:hover, .l-footer__langItem:enabled:hover {
    opacity: 0.7;
  }
  .p-sns__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-sns__link:any-link:hover, .p-sns__link:enabled:hover {
    opacity: 0.7;
  }
  .p-sidebar__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-sidebar__link:any-link:hover, .p-sidebar__link:enabled:hover {
    opacity: 0.7;
  }
  .p-menu__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-menu__link:any-link:hover, .p-menu__link:enabled:hover {
    opacity: 0.7;
  }
  .p-lowerFv__breadcrumbLink:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-lowerFv__breadcrumbLink:any-link:hover, .p-lowerFv__breadcrumbLink:enabled:hover {
    opacity: 0.7;
  }
  .p-contact:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-contact:any-link:hover, .p-contact:enabled:hover {
    opacity: 0.7;
  }
  .p-breadcrumbs__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-breadcrumbs__link:any-link:hover, .p-breadcrumbs__link:enabled:hover {
    opacity: 0.7;
  }
  .at-main__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .at-main__link:any-link:hover, .at-main__link:enabled:hover {
    opacity: 0.7;
  }
  .ap-main__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .ap-main__link:any-link:hover, .ap-main__link:enabled:hover {
    opacity: 0.7;
  }
  .ap-main__item:-moz-any-link:hover {
    opacity: 0.7;
  }
  .ap-main__item:any-link:hover, .ap-main__item:enabled:hover {
    opacity: 0.7;
  }
  .pa-partner__infoItem a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .pa-partner__infoItem a:any-link:hover, .pa-partner__infoItem a:enabled:hover {
    opacity: 0.7;
  }
  .pa-group__infoItem a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .pa-group__infoItem a:any-link:hover, .pa-group__infoItem a:enabled:hover {
    opacity: 0.7;
  }
  .an-main__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .an-main__link:any-link:hover, .an-main__link:enabled:hover {
    opacity: 0.7;
  }
  .fr-products__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .fr-products__link:any-link:hover, .fr-products__link:enabled:hover {
    opacity: 0.7;
  }
  .fr-news__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .fr-news__link:any-link:hover, .fr-news__link:enabled:hover {
    opacity: 0.7;
  }
  .fr-fv__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .fr-fv__link:any-link:hover, .fr-fv__link:enabled:hover {
    opacity: 0.7;
  }
  .fq-main__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .fq-main__link:any-link:hover, .fq-main__link:enabled:hover {
    opacity: 0.7;
  }
  .dl-main__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .dl-main__link:any-link:hover, .dl-main__link:enabled:hover {
    opacity: 0.7;
  }
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@splidejs/splide/dist/css/splide-core.min.css ***!
  \******************************************************************************************************************************************/
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
