@charset "UTF-8";
:root {
  --layer-modal: 300;
  --layer-header: 150;
  --layer-drawer: 100;
  --layer-frontMost: 10;
  --layer-front: 5;
  --layer-back: -5;
  --layer-backMost: -10;
}

:root {
  --color-white: #fff;
  --color-black: #294048;
  --color-black-300: #394e56;
  --color-base: #f1f8fd;
  --color-accent: #ffda1d;
  --border-gray: #e2ebf0;
  --color-gray-300: #eee;
  --color-gray-500: #aaa;
  --color-gray-700: #555;
}

/* ----------------------------------------------------------------------------------------------------
reset
---------------------------------------------------------------------------------------------------- */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
     * 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;
  text-decoration: none;
  color: inherit;
}

/**
     * 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
     * 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;
  padding: 0;
  min-width: 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ----------------------------------------------------------------------------------------------------
foundation
---------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: max(100%, 22.5rem);
  min-height: 100dvh;
  color: var(--color-black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--layer-backMost);
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_noise.webp) repeat;
}

a,
span {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------------------------
layout
---------------------------------------------------------------------------------------------------- */
/* container
    ----------------------------------------------------------------------*/
.l-container {
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.l-container.--xs {
  width: min(100%, 52.5rem);
}
.l-container.--ss {
  width: min(100%, 60rem);
}
.l-container.--sm {
  width: min(100%, 67.5rem);
}
.l-container.--md {
  width: min(100%, 75rem);
}
.l-container.--lg {
  width: min(100%, 80rem);
}

/* l-2col 
    ----------------------------------------------------------------------*/
@media screen and (min-width: 60rem) {
  .l-2col {
    display: grid;
    grid-template-columns: 1fr min(57.5rem, 71.875vw);
    grid-template-rows: auto 1fr;
  }
  .l-2col > :nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .l-2col > :nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .l-2col > :nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

/* header
    ----------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  z-index: var(--layer-header);
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9019607843), rgba(255, 255, 255, 0.6));
  transition: background-color 0.3s, background-image 0.3s;
}
.l-header .l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
}
.l-header .l-header__logo {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .l-header .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .l-header .l-header__logo:active {
    opacity: 0.7;
  }
}
.l-header .l-header__logo img {
  width: 6.5rem;
}
.l-header .l-header__hamburger {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--color-accent);
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .l-header .l-header__hamburger:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .l-header .l-header__hamburger:active {
    opacity: 0.7;
  }
}
.l-header .l-header__hamburger > span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.25rem;
  height: 0.09375rem;
  background-color: var(--color-black-300);
  transition: background-color 0.2s;
}
.l-header .l-header__hamburger > span::before, .l-header .l-header__hamburger > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-black-300);
  transition: top 0.2s, rotate 0.2s;
}
.l-header .l-header__hamburger > span::before {
  top: -0.5rem;
}
.l-header .l-header__hamburger > span::after {
  top: 0.5rem;
}
.l-header .l-header__hamburger[aria-expanded=true] > span {
  background-color: transparent;
}
.l-header .l-header__hamburger[aria-expanded=true] > span::before, .l-header .l-header__hamburger[aria-expanded=true] > span::after {
  top: 0;
}
.l-header .l-header__hamburger[aria-expanded=true] > span::before {
  rotate: 45deg;
}
.l-header .l-header__hamburger[aria-expanded=true] > span::after {
  rotate: -45deg;
}

.is-drawer {
  overflow: hidden;
}
.is-drawer .l-header {
  background-color: var(--color-base);
  background-image: linear-gradient(transparent);
}

@media screen and (min-width: 60rem) {
  .l-header .l-header__container {
    padding: 1.25rem 2.5rem;
  }
  .l-header .l-header__logo img {
    width: min(9.0625rem, 11.328125vw);
    height: min(2rem, 2.5vw);
  }
  .l-header .l-header__list {
    display: flex;
    align-items: center;
    -moz-column-gap: min(2.5rem, 3.125vw);
         column-gap: min(2.5rem, 3.125vw);
    font-size: min(0.875rem, 1.09375vw);
    line-height: 1.25rem;
  }
  .l-header .l-header__link {
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 60rem) and (any-hover: hover) {
  .l-header .l-header__link:hover {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) and (any-hover: none) {
  .l-header .l-header__link:active {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) {
  .l-header .l-header__parent {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .l-header .l-header__parent > a {
    transition: color 0.2s;
  }
}
@media screen and (min-width: 60rem) and (any-hover: hover) {
  .l-header .l-header__parent > a:hover {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) and (any-hover: none) {
  .l-header .l-header__parent > a:active {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) {
  .l-header .l-header__parent:hover .l-header__child {
    display: flex;
  }
  .l-header .l-header__child {
    display: none;
    -moz-column-gap: min(2rem, 2.5vw);
         column-gap: min(2rem, 2.5vw);
    position: absolute;
    bottom: 0;
    translate: 0 100%;
    padding: 1.5rem;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .l-header .l-header__child > li {
    display: grid;
    grid-template-rows: auto 1fr;
    row-gap: 0.25rem;
  }
  .l-header .l-header__child > li > ul {
    display: grid;
    row-gap: 0.25rem;
  }
  .l-header .l-header__child a {
    position: relative;
    padding-left: 0.75rem;
    font-size: min(0.75rem, 0.9375vw);
    transition: color 0.2s;
  }
}
@media screen and (min-width: 60rem) and (any-hover: hover) {
  .l-header .l-header__child a:hover {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) and (any-hover: none) {
  .l-header .l-header__child a:active {
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) {
  .l-header .l-header__child a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--color-accent);
  }
  .l-header .l-header__btn {
    display: flex;
    align-items: center;
    -moz-column-gap: min(1.375rem, 1.71875vw);
         column-gap: min(1.375rem, 1.71875vw);
    margin-left: min(0.5rem, 0.625vw);
    padding: min(0.875rem, 1.09375vw) min(1rem, 1.25vw) min(0.875rem, 1.09375vw) min(2rem, 2.5vw);
    border-radius: 100vmax;
    background-color: var(--color-accent);
    font-weight: 700;
    transition: background-color 0.2s, color 0.2s;
  }
}
@media screen and (min-width: 60rem) and (any-hover: hover) {
  .l-header .l-header__btn:hover {
    background-color: var(--color-black);
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) and (any-hover: none) {
  .l-header .l-header__btn:active {
    background-color: var(--color-black);
    color: var(--color-accent);
  }
}
@media screen and (min-width: 60rem) {
  .l-header .l-header__btn img {
    width: 1.75rem;
  }
}
/* drawer
    ----------------------------------------------------------------------*/
.l-drawer {
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  translate: 0 -50vh;
  z-index: var(--layer-drawer);
  width: 100vw;
  height: 100vh;
  background-color: var(--color-base);
  transition: visibility 0.3s, opacity 0.3s, translate 0.3s;
}
.l-drawer nav {
  padding: 5.8125rem 1.25rem 3rem;
}
.l-drawer .l-drawer__list {
  display: grid;
  row-gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.l-drawer .l-drawer__list > li:not(:has(.l-drawer__child)) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-gray);
}
.l-drawer .l-drawer__list > li:has(.l-drawer__child) > a {
  margin-bottom: 0.75rem;
}
.l-drawer .l-drawer__list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-inline: 1.25rem;
}
.l-drawer .l-drawer__list > li > a > span {
  letter-spacing: 0.1em;
}
.l-drawer .l-drawer__list > li > a > span:first-child {
  color: #8a8b8b;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.l-drawer .l-drawer__list > li > a > span:last-child {
  color: #8a8b8b;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.l-drawer .l-drawer__child {
  display: grid;
  row-gap: 0.125rem;
}
.l-drawer .l-drawerChildItem {
  padding: 1rem 1.25rem;
  background-color: var(--color-white);
}
.l-drawer .l-drawerChildItem:first-child {
  border-radius: 1.25rem 1.25rem 0 0;
}
.l-drawer .l-drawerChildItem:last-child {
  border-radius: 0 0 1.25rem 1.25rem;
}
.l-drawer .l-drawerChildItem summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.l-drawer .l-drawerChildItem summary::-webkit-details-marker {
  display: none;
}
.l-drawer .l-drawerChildItem .l-drawerChildItem__btn {
  content: "more";
  position: relative;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 100vmax;
  background-color: #f0f3f5;
  color: #8a8b8b;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.3;
}
.l-drawer .l-drawerChildItem .l-drawerChildItem__btn::before, .l-drawer .l-drawerChildItem .l-drawerChildItem__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  width: 0.5rem;
  height: 1px;
  border-radius: 100vmax;
  background-color: #828b8e;
}
.l-drawer .l-drawerChildItem .l-drawerChildItem__btn::before {
  height: 1px;
}
.l-drawer .l-drawerChildItem .l-drawerChildItem__btn::after {
  rotate: 90deg;
}
.l-drawer .l-drawerChildItem.--01 summary {
  color: #e2c217;
}
.l-drawer .l-drawerChildItem.--02 summary {
  color: #ff8264;
}
.l-drawer .l-drawerChildItem.--03 summary {
  color: #6dcc62;
}
.l-drawer .l-drawerChildItem > ul {
  display: grid;
  row-gap: 0.625rem;
  padding-top: 0.375rem;
  color: #8d9298;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0625rem;
}
.l-drawer .l-drawerChildItem[open] .l-drawerChildItem__btn {
  background-color: rgba(255, 238, 24, 0.2);
}
.l-drawer .l-drawerChildItem[open] .l-drawerChildItem__btn::after {
  opacity: 0;
}
.l-drawer .l-drawer__link {
  margin-bottom: 2rem;
  padding-inline: 1.25rem;
}
.l-drawer .l-drawer__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
.l-drawer .l-drawer__btns a {
  display: grid;
  place-items: center;
  padding-block: 0.75rem;
  border-radius: 100vmax;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
}
.l-drawer .l-drawer__contact {
  background-color: var(--color-accent);
}
.l-drawer .l-drawer__download {
  background-color: #364b53;
  color: var(--color-white);
}

.is-drawer {
  overflow: hidden;
}
.is-drawer .l-drawer {
  visibility: initial;
  opacity: 1;
  translate: 0 0;
}

/* footer
    ----------------------------------------------------------------------*/
.l-footer {
  position: sticky;
  top: 100%;
  background-color: var(--color-white);
}
.l-footer .l-footerCta {
  margin: 0 auto 2rem;
  padding-block: 3rem 0.625rem;
  width: min(100%, 80rem);
  border-radius: 1.25rem;
  background-color: #fef179;
}
.l-footer .l-footerCta .l-footerCta__head {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
  padding-inline: 1.25rem;
  text-align: center;
}
.l-footer .l-footerCta .l-footerCta__copy {
  color: #202226;
  font-size: min(1.25rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.l-footer .l-footerCta .l-footerCta__copy > span {
  display: block;
}
.l-footer .l-footerCta .l-footerCta__sentence {
  line-height: 1.375rem;
}
.l-footer .l-footerCta .l-footerCta__btns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.25rem, 1fr));
  gap: 0.625rem 1.5rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
  width: min(100%, 71.25rem);
}
.l-footer .l-footerCta .l-footerCta__btns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  border-radius: 1.25rem;
  transition: background-color 0.2s, color 0.2s;
}
.l-footer .l-footerCta .l-footerCta__btns > li:first-child a {
  background-color: #f1f8fe;
  color: #2a4149;
}
@media (any-hover: hover) {
  .l-footer .l-footerCta .l-footerCta__btns > li:first-child a:hover {
    background-color: var(--color-black);
    color: #fff;
  }
}
@media (any-hover: none) {
  .l-footer .l-footerCta .l-footerCta__btns > li:first-child a:active {
    background-color: var(--color-black);
    color: #fff;
  }
}
.l-footer .l-footerCta .l-footerCta__btns > li:last-child a {
  background-color: #2a4149;
  color: #fff;
}
@media (any-hover: hover) {
  .l-footer .l-footerCta .l-footerCta__btns > li:last-child a:hover {
    background-color: var(--color-accent);
    color: #2a4149;
  }
}
@media (any-hover: none) {
  .l-footer .l-footerCta .l-footerCta__btns > li:last-child a:active {
    background-color: var(--color-accent);
    color: #2a4149;
  }
}
.l-footer .l-footerCta .l-footerCta__btnText {
  display: grid;
  row-gap: 0.25rem;
}
.l-footer .l-footerCta .l-footerCta__btnText > span {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  text-transform: capitalize;
}
.l-footer .l-footerCta .l-footerCta__btnText > p {
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
}
.l-footer .l-footerCta .l-footerCta__btnImg img {
  width: 8.3125rem;
  height: 6.25rem;
  border-radius: 0.75rem;
}
.l-footer .l-footerTel {
  margin-bottom: 5rem;
  text-align: center;
}
.l-footer .l-footerTel .l-footerTel__heading {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.l-footer .l-footerTel .l-footerTel__btn {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.l-footer .l-footerTel .l-footerTel__btn > a {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.1875rem;
       column-gap: 0.1875rem;
  padding: 1rem 1.625rem;
  border: 1px solid #e5e5e5;
  border-radius: 100vmax;
  background-color: #f8f8f8;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  transition: box-shadow 0.2s;
}
.l-footer .l-footerTel .l-footerTel__btn > a img {
  width: 1.25rem;
  height: 1.25rem;
}
@media (any-hover: hover) {
  .l-footer .l-footerTel .l-footerTel__btn > a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
}
@media (any-hover: none) {
  .l-footer .l-footerTel .l-footerTel__btn > a:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
}
.l-footer .l-footerTel .l-footerTel__time {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.l-footer .l-footerTel .l-footerTel__time dd {
  text-align: left;
}
.l-footer .l-footerTel .l-footerTel__note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.l-footer .l-footerHead {
  margin-bottom: 2.25rem;
}
.l-footer .l-footerHead .l-footerHead__container {
  display: grid;
  row-gap: 4rem;
}
.l-footer .l-footerHead .l-footerHead__logo {
  margin-bottom: 2.5rem;
  text-align: center;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .l-footer .l-footerHead .l-footerHead__logo:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  .l-footer .l-footerHead .l-footerHead__logo:active {
    opacity: 0.6;
  }
}
.l-footer .l-footerHead .l-footerHead__logo img {
  width: 12.5rem;
  height: 2.75rem;
}
.l-footer .l-footerHead .l-footerHead__sns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.l-footer .l-footerHead .l-footerHead__sns a {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .l-footer .l-footerHead .l-footerHead__sns a:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  .l-footer .l-footerHead .l-footerHead__sns a:active {
    opacity: 0.6;
  }
}
.l-footer .l-footerHead .l-footerHead__youtube img {
  width: 6.75rem;
  height: 1.5rem;
}
.l-footer .l-footerHead .l-footerHead__x img {
  width: 2rem;
  height: 2rem;
}
.l-footer .l-footerHead .l-footerHead__list {
  display: grid;
  row-gap: 1.25rem;
}
.l-footer .l-footerHead .l-footerHead__list a {
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .l-footer .l-footerHead .l-footerHead__list a:hover {
    color: var(--color-accent);
  }
}
@media (any-hover: none) {
  .l-footer .l-footerHead .l-footerHead__list a:active {
    color: var(--color-accent);
  }
}
.l-footer .l-footerHead .l-footerHead__list > li:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2ebf0;
}
.l-footer .l-footerHead .l-footerHead__list > li:has(.l-footerHead__child) {
  display: grid;
  row-gap: 1.25rem;
}
.l-footer .l-footerHead .l-footerHead__list > li > a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer .l-footerHead .l-footerHead__child {
  display: grid;
  row-gap: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}
.l-footer .l-footerHead .l-footerHead__child ul {
  display: grid;
  row-gap: 0.5rem;
}
.l-footer .l-footerHead .l-footerHead__child span {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.l-footer .l-footerFoot {
  margin-inline: auto;
  padding: 2.1875rem 2.5rem 5.5625rem;
  width: min(100%, 77.5rem);
  border-radius: 2.5rem 2.5rem 0 0;
  background-color: var(--color-base);
}
.l-footer .l-footerFoot .l-footerFoot__office {
  display: grid;
  justify-content: center;
  row-gap: 1.875rem;
  margin-bottom: 2.25rem;
}
.l-footer .l-footerFoot .l-footerFoot__office > div {
  display: grid;
  align-items: center;
  grid-template-columns: 3.875rem 1fr;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.l-footer .l-footerFoot .l-footerFoot__office dt,
.l-footer .l-footerFoot .l-footerFoot__office dd {
  font-size: 0.75rem;
}
.l-footer .l-footerFoot .l-footerFoot__office dt {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-footer .l-footerFoot .l-footerFoot__office dd {
  line-height: 1.5;
}
.l-footer .l-footerFoot .l-footerFoot__copyRight {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 60rem) {
  .l-footer .l-footerCta {
    position: relative;
    margin-bottom: 7.5rem;
    padding-block: 5rem 7.5rem;
    border-radius: 2.5rem;
  }
  .l-footer .l-footerCta::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 7.5rem;
    width: 30rem;
    height: 22.625rem;
    background: url(../img/common/footerCta_deco.webp) no-repeat center/contain;
  }
  .l-footer .l-footerCta .l-footerCta__head {
    position: relative;
    z-index: var(--layer-front);
    margin-bottom: 0;
    padding-inline: 7.5rem;
    text-align: left;
  }
  .l-footer .l-footerCta .l-footerCta__copy {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .l-footer .l-footerCta .l-footerCta__btns {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 50%;
  }
  .l-footer .l-footerCta .l-footerCta__btns a {
    padding: 1.875rem 1.875rem 1.875rem 2.5rem;
  }
  .l-footer .l-footerCta .l-footerCta__btnText {
    row-gap: 0.625rem;
  }
  .l-footer .l-footerCta .l-footerCta__btnText > span {
    font-size: 3rem;
  }
  .l-footer .l-footerTel {
    margin-bottom: 3.75rem;
  }
  .l-footer .l-footerTel .l-footerTel__heading {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .l-footer .l-footerTel .l-footerTel__btn {
    margin-bottom: 0.75rem;
  }
  .l-footer .l-footerTel .l-footerTel__btn > a {
    -moz-column-gap: 0.6875rem;
         column-gap: 0.6875rem;
    padding: 1.25rem 3.875rem;
    font-size: 2rem;
  }
  .l-footer .l-footerTel .l-footerTel__btn > a img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .l-footer .l-footerHead {
    margin-bottom: 3rem;
  }
  .l-footer .l-footerHead .l-footerHead__container {
    grid-template-columns: 13.75rem min(43.5rem, 54.375vw);
    gap: 0 min(5rem, 6.25vw);
  }
  .l-footer .l-footerHead .l-footerHead__logo {
    margin-bottom: 2rem;
    text-align: left;
  }
  .l-footer .l-footerHead .l-footerHead__sns {
    justify-content: flex-start;
  }
  .l-footer .l-footerHead .l-footerHead__list {
    grid-template-columns: min(14.5rem, 18.125vw) min(18.5rem, 23.125vw) min(14.5rem, 18.125vw);
    row-gap: 1.25rem;
  }
  .l-footer .l-footerHead .l-footerHead__list > li:first-child {
    grid-row: 1/2;
    grid-column: 1/4;
  }
  .l-footer .l-footerHead .l-footerHead__list > li:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-footer .l-footerHead .l-footerHead__list > li > a {
    font-size: min(1rem, 1.25vw);
  }
  .l-footer .l-footerHead .l-footerHead__child {
    grid-template-columns: min(14.5rem, 18.125vw) min(18.5rem, 23.125vw) min(14.5rem, 18.125vw);
    gap: 0;
    font-size: min(0.875rem, 1.09375vw);
  }
  .l-footer .l-footerFoot {
    padding-bottom: 3rem;
  }
  .l-footer .l-footerFoot .l-footerFoot__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer .l-footerFoot .l-footerFoot__office {
    display: flex;
    align-items: center;
    gap: 0 min(4rem, 5vw);
    margin-bottom: 0;
  }
  .l-footer .l-footerFoot .l-footerFoot__office > div {
    grid-template-columns: min(3.875rem, 4.84375vw) 1fr;
    -moz-column-gap: min(1.25rem, 1.5625vw);
         column-gap: min(1.25rem, 1.5625vw);
  }
  .l-footer .l-footerFoot .l-footerFoot__office dt,
  .l-footer .l-footerFoot .l-footerFoot__office dd {
    font-size: clamp(0.625rem, 0.9375vw, 0.75rem);
  }
  .l-footer .l-footerFoot .l-footerFoot__copyRight {
    font-size: clamp(0.625rem, 0.9375vw, 0.75rem);
  }
}
/* ----------------------------------------------------------------------------------------------------
component
---------------------------------------------------------------------------------------------------- */
/* heading
---------------------------------------------------------------------- */
.c-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-heading > span {
  display: block;
}

@media screen and (min-width: 60rem) {
  .c-heading {
    font-size: 1rem;
  }
}
/* shoulderCopy
---------------------------------------------------------------------- */
.c-shoulderCopy {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: capitalize;
}

@media screen and (min-width: 60rem) {
  .c-shoulderCopy {
    font-size: 2.5rem;
  }
}
/* link
---------------------------------------------------------------------- */
.c-link {
  position: relative;
  width: 8rem;
  border-bottom: 1px solid #cad4d9;
  text-align: left;
  transition: color 0.2s;
}
.c-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../img/top/link_arrow.webp) no-repeat center/contain;
}
.c-link > div:has(img) {
  width: 0.625rem;
  height: 0.625rem;
}
.c-link > div:has(img) img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .c-link:hover {
    color: #ff8264;
  }
  .c-link:hover::before {
    right: -0.125rem;
  }
}
@media (any-hover: none) {
  .c-link:active {
    color: #ff8264;
  }
  .c-link:active::before {
    right: -0.125rem;
  }
}

/* textLink
---------------------------------------------------------------------- */
.c-textLink {
  color: #1174D8;
  text-decoration: underline;
}

/* btn
---------------------------------------------------------------------- */
.c-btn {
  position: relative;
  padding: 1rem 1rem 1rem 1.75rem;
  width: 18.4375rem;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-btn::before, .c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.c-btn::before {
  right: 1rem;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
}
.c-btn::after {
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn.--orange {
  border: 2px solid #ffb427;
  background-color: #ffb427;
  color: var(--color-white);
  transition: background-color 0.2s, color 0.2s;
}
.c-btn.--orange::before {
  background-color: var(--color-white);
}
.c-btn.--orange::after {
  background-image: url(../img/common/btn_arrow_orange.webp);
}
@media (any-hover: hover) {
  .c-btn.--orange:hover {
    background-color: var(--color-white);
    color: #ffb427;
  }
}
@media (any-hover: none) {
  .c-btn.--orange:active {
    background-color: var(--color-white);
    color: #ffb427;
  }
}
.c-btn.--gray {
  border: 2px solid #f0efef;
  background-color: #f0efef;
  color: #2c2c2c;
  transition: background-color 0.2s;
}
.c-btn.--gray::before {
  background-color: var(--color-white);
}
.c-btn.--gray::after {
  background-image: url(../img/common/btn_arrow_black.webp);
}
@media (any-hover: hover) {
  .c-btn.--gray:hover {
    background-color: var(--color-white);
  }
}
@media (any-hover: none) {
  .c-btn.--gray:active {
    background-color: var(--color-white);
  }
}

@media screen and (min-width: 60rem) {
  .c-btn {
    padding: 1.125rem 3.75rem 1.125rem 2rem;
    width: initial;
  }
}
/* bg
---------------------------------------------------------------------- */
.c-bg {
  position: relative;
}
.c-bg::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-bg.--right::before {
  right: 0;
  border-radius: 2.5rem 0 0 2.5rem;
}
.c-bg.--left::before {
  left: 0;
  border-radius: 0 2.5rem 2.5rem 0;
}

@media screen and (min-width: 60rem) {
  .c-bg::before {
    width: min(100%, 50% + 40rem);
  }
  .c-bg.--right::before {
    border-radius: 5rem 0 0 5rem;
  }
  .c-bg.--left::before {
    border-radius: 0 5rem 5rem 0;
  }
}
/* band
---------------------------------------------------------------------- */
.c-band {
  display: inline-block;
}
.c-band.--white {
  background-color: var(--color-white);
}
.c-band.--orange {
  background-color: #eabf0c;
  color: var(--color-white);
}
.c-band.--red {
  background-color: #ff8264;
  color: var(--color-white);
}
.c-band.--green {
  background-color: #85d87c;
  color: var(--color-white);
}

/* ----------------------------------------------------------------------------------------------------
project
---------------------------------------------------------------------------------------------------- */
/* hgroup
    ---------------------------------------------------------------------- */
.p-hgroup {
  display: grid;
  row-gap: 0.625rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
}
.p-hgroup .p-hgroup__shoulder {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.p-hgroup .p-hgroup__shoulder.--green {
  color: #8ae0cc;
}
.p-hgroup .p-hgroup__shoulder.--orange {
  color: #ffb427;
}
.p-hgroup .p-hgroup__heading {
  line-height: 1.25rem;
}

@media screen and (min-width: 60rem) {
  .p-hgroup {
    margin-bottom: 2rem;
  }
}
/* breadcrumb
    ---------------------------------------------------------------------- */
.p-breadcrumb {
  padding: 5rem 1.25rem 1.5rem;
}
.p-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-breadcrumb li {
  font-size: 0.75rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
.p-breadcrumb li:has(> a) {
  position: relative;
  color: #27b2ed;
}
.p-breadcrumb li:has(> a)::after {
  content: "/";
}

@media screen and (min-width: 60rem) {
  .p-breadcrumb {
    padding: 6.25rem 2.5rem 2.8125rem;
  }
}
/* mv
----------------------------------------------------------------------*/
.p-mv {
  display: grid;
  row-gap: 2.5rem;
  margin-bottom: 3.5rem;
}
.p-mv hgroup {
  display: grid;
  row-gap: 0.5rem;
}
.p-mv hgroup p {
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.p-mv hgroup h1 {
  font-weight: 500;
  line-height: 1.25rem;
}
.p-mv .mv__lead {
  line-height: 1.625rem;
}

@media screen and (min-width: 60rem) {
  .p-mv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .p-mv hgroup {
    row-gap: 0.75rem;
  }
  .p-mv hgroup p {
    font-size: 2.5rem;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }
  .p-mv hgroup h1 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
  }
  .p-mv .mv__lead {
    max-width: 25.625rem;
  }
}
/* strength
----------------------------------------------------------------------*/
.p-strength {
  overflow: clip;
  padding-block: 4rem;
}
.p-strength .strength__container {
  display: grid;
  row-gap: 3rem;
}
.p-strength .strength__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.p-strength .strength__copy {
  display: grid;
  row-gap: 0.5rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-strength .strength__copy .c-band {
  padding: 0.5rem;
  width: -moz-max-content;
  width: max-content;
}
.p-strength .strength__lead {
  display: grid;
  row-gap: 1.75rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.p-strength .strength__lead span {
  display: block;
}
.p-strength .strength__contents {
  display: grid;
  row-gap: 1.5rem;
}
.p-strength .strengthItem {
  position: relative;
  padding: 5rem 1.25rem 2rem;
  border-radius: 2.5rem;
  background-color: var(--color-white);
}
.p-strength .strengthItem .strengthItem__frame {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}
.p-strength .strengthItem .strengthItem__frame img {
  height: 6.5rem;
}
.p-strength .strengthItem .strengthItem__label {
  margin-bottom: 4rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #202226;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}
.p-strength .strengthItem h3 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-strength .strengthItem .strengthItem__img img {
  position: absolute;
}
.p-strength .strengthItem .strengthItem__img .--01 img {
  top: -0.625rem;
  left: -3.75rem;
  width: 8rem;
  height: 8rem;
}
.p-strength .strengthItem .strengthItem__img .--02 img {
  bottom: -2.5rem;
  right: -4.375rem;
  width: 7.125rem;
  height: 7.125rem;
}
.p-strength .strengthItem .strengthItem__img .--03 img {
  top: -1.25rem;
  left: -5.375rem;
  width: 8.375rem;
  height: 8.375rem;
}
.p-strength .strengthItem .strengthItem__img .--04 img {
  bottom: -2.5rem;
  right: -5rem;
  width: 7.5rem;
  height: 7.5rem;
}
.p-strength .strengthItem .strengthItem__img .--05 img {
  top: 6.875rem;
  right: -3.125rem;
  width: 5.125rem;
  height: 7.1875rem;
}
.p-strength .strengthItem .strengthItem__img .--06 img {
  top: -1.25rem;
  left: -1.875rem;
  width: 4.125rem;
  height: 5.625rem;
}

@media screen and (min-width: 60rem) {
  .p-strength {
    padding-block: 5rem 6.5rem;
  }
  .p-strength .strength__container {
    grid-template-columns: 1fr 34.125rem;
    -moz-column-gap: min(5.875rem, 6.1197916667vw);
         column-gap: min(5.875rem, 6.1197916667vw);
    padding-left: min(3.75rem, 3.90625vw);
  }
  .p-strength .strength__sticky {
    position: sticky;
    top: 15rem;
  }
  .p-strength .strength__heading {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .p-strength .strength__lead {
    font-weight: 400;
    line-height: 2;
  }
  .p-strength .strength__contents {
    overflow: hidden;
    padding-inline: 5rem;
    margin-inline: -5rem;
  }
  .p-strength .strengthItem {
    padding: 4.625rem 3.75rem 3.625rem;
  }
  .p-strength .strengthItem .strengthItem__frame {
    right: 3.75rem;
  }
  .p-strength .strengthItem .strengthItem__label {
    margin-bottom: 1rem;
  }
  .p-strength .strengthItem .strengthItem__img .--01 img {
    top: 0;
    left: -3.125rem;
  }
  .p-strength .strengthItem .strengthItem__img .--02 img {
    bottom: 1.25rem;
    right: -3.75rem;
  }
  .p-strength .strengthItem .strengthItem__img .--03 img {
    top: 7.5rem;
    left: -3.75rem;
  }
  .p-strength .strengthItem .strengthItem__img .--04 img {
    bottom: 5rem;
    right: -3.125rem;
  }
  .p-strength .strengthItem .strengthItem__img .--05 img {
    top: 0.625rem;
    right: -2.5rem;
  }
  .p-strength .strengthItem .strengthItem__img .--06 img {
    top: initial;
    bottom: 1.25rem;
    left: -2.5rem;
    width: 5.5rem;
    height: 7.5rem;
  }
}
/* works
----------------------------------------------------------------------*/
.p-works {
  position: relative;
}
.p-works .works__head {
  display: grid;
  row-gap: 1.5rem;
  margin-bottom: 3rem;
}
.p-works .works__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.p-works .works__contents {
  display: flex;
  margin-bottom: 3rem;
  width: 315rem;
}
.p-works .works__list {
  display: flex;
  animation: works__list 40s infinite linear both;
}
.p-works .worksItem {
  margin-left: 1.25rem;
  width: 18.4375rem;
}
.p-works .worksItem .worksItem__thumbnail {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1.25rem;
}
.p-works .worksItem .worksItem__thumbnail img {
  width: 18.4375rem;
  height: 13.75rem;
  transition: scale 0.2s;
}
.p-works .worksItem .worksItem__title {
  overflow-x: hidden;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-works .worksItem .worksItem__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-works .worksItem .worksItem__category li {
  padding: 0.5rem 1rem;
  background-color: var(--color-white);
  border-radius: 100vmax;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
@media (any-hover: hover) {
  .p-works .worksItem:hover .worksItem__thumbnail img {
    scale: 1.1;
  }
}
@media (any-hover: none) {
  .p-works .worksItem:active .worksItem__thumbnail img {
    scale: 1.1;
  }
}
@keyframes works__list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-works .works__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  .p-works .works__head {
    row-gap: 2.5rem;
    margin-bottom: 4rem;
  }
  .p-works .works__heading {
    align-items: flex-end;
  }
  .p-works .works__heading .c-heading {
    padding-bottom: 0.375rem;
  }
  .p-works .works__contents {
    margin-bottom: 4rem;
    width: 560rem;
  }
  .p-works .worksItem {
    margin-left: 5rem;
    width: 30rem;
  }
  .p-works .worksItem .worksItem__thumbnail {
    margin-bottom: 1.25rem;
  }
  .p-works .worksItem .worksItem__thumbnail img {
    width: 30rem;
    height: 22.5rem;
  }
  .p-works .worksItem .worksItem__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
  .p-works .works__btn {
    justify-content: start;
  }
}
@media screen and (min-width: 80rem) {
  .p-works .works__img {
    right: calc(50% - 6.75rem);
    translate: 100% 0;
  }
}
/* voice
----------------------------------------------------------------------*/
.p-voice {
  overflow-x: hidden;
}
.p-voice .voice__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 4rem;
}
.p-voice .voice__heading .c-shoulderCopy > span {
  display: block;
}
.p-voice .voice__contents {
  display: flex;
  margin-bottom: 3rem;
  width: 472.5rem;
}
.p-voice .voice__list {
  display: flex;
  animation: voice__list 30s infinite linear both;
}
.p-voice .voice__list > div:nth-child(even) {
  padding-top: 2.5rem;
}
.p-voice .voiceItem {
  margin-left: 2.5rem;
  padding: 0.625rem 1.25rem 1.25rem;
  width: 18.4375rem;
  border-radius: 0.625rem 0.625rem 1.25rem 1.25rem;
  transition: border-color 0.2s, background-color 0.2s;
}
.p-voice .voiceItem .voiceItem__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.p-voice .voiceItem .voiceItem__name {
  font-weight: 700;
  line-height: 1.25rem;
}
.p-voice .voiceItem .voiceItem__sentence {
  display: grid;
  row-gap: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.p-voice .voiceItem.--yellow {
  border-top: 10px solid #ffeb64;
  background-color: #faf9ea;
}
.p-voice .voiceItem.--blue {
  border-top: 10px solid #c1f7f3;
  background-color: #edfcfa;
}
.p-voice .voiceItem.--green {
  border-top: 10px solid #e8ffb4;
  background-color: #f7ffe6;
}
.p-voice .voiceItem.--red {
  border-top: 10px solid #ffdfd8;
  background-color: #fffbfa;
}
@media (any-hover: hover) {
  .p-voice .voiceItem:hover.--yellow {
    border-color: #ffd700;
    background-color: #fffacd;
  }
  .p-voice .voiceItem:hover.--blue {
    border-color: #00ced1;
    background-color: #d0f0f0;
  }
  .p-voice .voiceItem:hover.--green {
    border-color: #adff2f;
    background-color: #e4ffc1;
  }
  .p-voice .voiceItem:hover.--red {
    border-color: #ff7f7f;
    background-color: #ffecec;
  }
}
@media (any-hover: none) {
  .p-voice .voiceItem:active.--yellow {
    border-color: #ffd700;
    background-color: #fffacd;
  }
  .p-voice .voiceItem:active.--blue {
    border-color: #00ced1;
    background-color: #d0f0f0;
  }
  .p-voice .voiceItem:active.--green {
    border-color: #adff2f;
    background-color: #e4ffc1;
  }
  .p-voice .voiceItem:active.--red {
    border-color: #ff7f7f;
    background-color: #ffecec;
  }
}
@keyframes voice__list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-voice .voice__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  .p-voice .voice__heading {
    align-items: flex-end;
  }
  .p-voice .voice__heading .c-shoulderCopy > span {
    display: inline;
  }
  .p-voice .voice__heading .c-heading {
    margin-bottom: 0.375rem;
  }
  .p-voice .voice__contents {
    width: 570rem;
  }
  .p-voice .voiceItem {
    padding: 0.75rem 1.5rem 1rem;
    width: 22.5rem;
  }
  .p-voice .voiceItem .voiceItem__head {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .p-voice .voiceItem .voiceItem__head img {
    width: 4rem;
    height: 4rem;
  }
  .p-voice .voiceItem .voiceItem__name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .p-voice .voice__btn {
    justify-content: start;
  }
}
/* cta
----------------------------------------------------------------------*/
.p-cta {
  margin-inline: auto;
  padding-top: 3rem;
  width: min(100%, 77.5rem);
  border-radius: 1.25rem;
  background-color: #fff079;
}
.p-cta .cta__head {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 2rem;
  padding-inline: 1.25rem;
  text-align: center;
}
.p-cta .cta__copy {
  color: #202226;
  font-size: min(1.25rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-cta .cta__copy > span {
  display: block;
}
.p-cta .cta__sentence {
  line-height: 1.375rem;
}
.p-cta .cta__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  margin: 0 auto 2.5rem;
  padding-inline: 1.25rem;
}
.p-cta .cta__btns a {
  padding: 0.75rem 0.9375rem;
  width: 100%;
  border-radius: 100vmax;
  line-height: 1.25rem;
  text-align: center;
}
.p-cta .cta__btns > li:first-child a {
  background-color: #f1f8fe;
  color: #2a4149;
  transition: background-color 0.2s, color 0.2s;
}
@media (any-hover: hover) {
  .p-cta .cta__btns > li:first-child a:hover {
    background-color: #2a4149;
    color: #f1f8fe;
  }
}
@media (any-hover: none) {
  .p-cta .cta__btns > li:first-child a:active {
    background-color: #2a4149;
    color: #f1f8fe;
  }
}
.p-cta .cta__btns > li:last-child a {
  border: 2px solid #2a4149;
  background-color: #2a4149;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
}
@media (any-hover: hover) {
  .p-cta .cta__btns > li:last-child a:hover {
    background-color: #f1f8fe;
    color: #2a4149;
  }
}
@media (any-hover: none) {
  .p-cta .cta__btns > li:last-child a:active {
    background-color: #f1f8fe;
    color: #2a4149;
  }
}
.p-cta .cta__img {
  text-align: center;
}
.p-cta .cta__img img {
  width: min(100%, 23.5625rem);
}

@media screen and (min-width: 60rem) {
  .p-cta {
    position: relative;
    padding: 4rem 6.25rem;
    border-radius: 2.5rem;
  }
  .p-cta::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 7.5rem;
    width: 30rem;
    height: 20.875rem;
    background: url(../img/top/cta_deco_pc.webp) no-repeat center/contain;
  }
  .p-cta .cta__head {
    position: relative;
    z-index: var(--layer-front);
    margin-bottom: 2.5rem;
    padding-inline: 0;
    text-align: left;
  }
  .p-cta .cta__copy {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .p-cta .cta__copy > span {
    display: inline;
  }
  .p-cta .cta__btns {
    grid-template-columns: repeat(2, 12.5rem);
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    position: relative;
    z-index: var(--layer-front);
    padding-inline: 0;
  }
  .p-cta .cta__btns a {
    padding-block: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* service
----------------------------------------------------------------------*/
.p-service {
  display: grid;
  row-gap: 2.5rem;
}
.p-service .p-service__item {
  padding: 3rem 1.25rem 2.5rem;
  border-radius: 2.5rem;
  background-color: var(--color-white);
}
.p-service .p-service__heading {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}
.p-service .p-service__lead {
  margin-bottom: 2rem;
  width: min(100%, 36.25rem);
  line-height: 1.5rem;
}
.p-service .p-service__accordion[open] summary {
  display: none;
}
.p-service .p-service__accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-inline: auto;
  padding: 0.625rem 0.625rem 0.625rem 1.75rem;
  width: min(100%, 15.9375rem);
  border: 1px solid #d5dbe6;
  border-radius: 100vmax;
  background-color: #f7f9fc;
  font-weight: 500;
  line-height: 1.25rem;
  cursor: pointer;
}
.p-service .p-service__accordion summary::-webkit-details-marker {
  display: none;
}
.p-service .p-service__accordion summary > span {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #bbc3d3;
}
.p-service .p-service__accordion summary > span::before, .p-service .p-service__accordion summary > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.875rem;
  height: 0.125rem;
  border-radius: 100vmax;
  background-color: var(--color-white);
}
.p-service .p-service__accordion summary > span::after {
  rotate: 90deg;
}
.p-service .p-service__list {
  display: grid;
  row-gap: 1.5rem;
}
.p-service .p-service__link {
  position: relative;
  z-index: var(--layer-front);
  padding: 0 1.25rem 1rem;
}
.p-service .p-service__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: calc(100% - 2.5rem);
  border-radius: 1.25rem;
  transition: background-color 0.2s;
}
@media (any-hover: hover) {
  .p-service .p-service__link:hover .p-service__linkImg img {
    scale: 1.1;
  }
}
@media (any-hover: none) {
  .p-service .p-service__link:active .p-service__linkImg img {
    scale: 1.1;
  }
}
.p-service .p-service__linkHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.p-service .p-service__number {
  padding-top: 0.5rem;
  color: #676c77;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.p-service .p-service__linkImg img {
  height: 5rem;
  transition: scale 0.2s;
}
.p-service .p-service__subHeading {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.25rem 0.375rem;
  width: -moz-max-content;
  width: max-content;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-service .p-service__subHeading > span:first-child {
  display: block;
  position: absolute;
  top: calc(-100% + 0.5rem);
  left: 0;
  padding: 0.25rem 0.375rem;
  width: -moz-max-content;
  width: max-content;
}
.p-service .p-service__subHeading small {
  font-size: 0.75rem;
}
.p-service .p-service__summary {
  margin-bottom: 1rem;
  line-height: 1.375rem;
}
.p-service .p-service__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
.p-service .p-service__btn span {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
}
.p-service .p-service__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.5rem;
  height: 0.75rem;
  background: url(../img/top/service_arrow.webp) no-repeat top/contain;
}
.p-service .--yellow::before {
  background-color: #faf9ea;
}
.p-service .--yellow .p-service__subHeading {
  background-color: #eabf0c;
}
.p-service .--yellow .p-service__subHeading > span:first-child {
  background-color: #eabf0c;
}
.p-service .--yellow .p-service__btn span {
  background-color: #efe88a;
}
@media (any-hover: hover) {
  .p-service .--yellow:hover::before {
    background-color: #f2f0c2;
  }
}
@media (any-hover: none) {
  .p-service .--yellow:active::before {
    background-color: #f2f0c2;
  }
}
.p-service .--red::before {
  background-color: #fff7f5;
}
.p-service .--red .p-service__subHeading {
  background-color: #ff8264;
}
.p-service .--red .p-service__subHeading > span:first-child {
  background-color: #ff8264;
}
.p-service .--red .p-service__btn span {
  background-color: #ffcabe;
}
@media (any-hover: hover) {
  .p-service .--red:hover::before {
    background-color: #ffe5e0;
  }
}
@media (any-hover: none) {
  .p-service .--red:active::before {
    background-color: #ffe5e0;
  }
}
.p-service .--green::before {
  background-color: #f5fff2;
}
.p-service .--green .p-service__subHeading {
  background-color: #85d87c;
}
.p-service .--green .p-service__subHeading > span:first-child {
  background-color: #85d87c;
}
.p-service .--green .p-service__btn span {
  background-color: #ccf4c8;
}
@media (any-hover: hover) {
  .p-service .--green:hover::before {
    background-color: #dff8da;
  }
}
@media (any-hover: none) {
  .p-service .--green:active::before {
    background-color: #dff8da;
  }
}

@media screen and (min-width: 60rem) {
  .p-service .p-service__item {
    padding: 4rem 2.5rem 2.5rem;
  }
  .p-service .p-service__heading {
    padding-left: 2.5rem;
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
  .p-service .p-service__lead {
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-service .p-service__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2.5rem;
  }
  .p-service .p-service__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 0;
    padding: 0 1.25rem 1.25rem;
  }
  .p-service .p-service__link::before {
    height: calc(100% - 5rem);
  }
  .p-service .p-service__number {
    padding-top: 2.25rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .p-service .p-service__linkImg img {
    height: 7.5rem;
  }
  .p-service .p-service__subHeading {
    font-size: min(1.25rem, 1.5625vw);
  }
  .p-service .p-service__summary {
    margin-bottom: 1.125rem;
  }
}
/* flow
----------------------------------------------------------------------*/
.p-flow .flow__heading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2.5rem;
}
.p-flow .flowSwiper {
  position: relative;
  margin-right: -1.25rem;
  padding-bottom: 0.125rem;
}
.p-flow .flowSwiper .swiper-wrapper {
  padding-bottom: 3rem;
}
.p-flow .flowSwiper .swiper-slide {
  padding: 0 1.25rem 1.5rem;
  width: calc(100vw - 3.75rem);
  border-radius: 1.25rem;
  background-color: var(--color-white);
}
.p-flow .flowSwiper .flowSwiper__number {
  display: inline-block;
  position: relative;
  margin-bottom: 1.3125rem;
  padding-top: 0.625rem;
  width: 3.9375rem;
  text-align: center;
}
.p-flow .flowSwiper .flowSwiper__number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-radius: 0 0 2.5rem 2.5rem;
  background-color: #ffee22;
}
.p-flow .flowSwiper .flowSwiper__number > span {
  display: block;
}
.p-flow .flowSwiper .flowSwiper__number > span:first-child {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 4.375rem;
}
.p-flow .flowSwiper .flowSwiper__number > span:last-child {
  position: relative;
  top: -0.1875rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.p-flow .flowSwiper .flowSwiper__frame {
  position: absolute;
  top: 1.25rem;
  right: 2.5rem;
}
.p-flow .flowSwiper .flowSwiper__frame img {
  height: 5rem;
}
.p-flow .flowSwiper .flowSwiper__heading {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-flow .flowSwiper .flowSwiper__text {
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-flow .flowSwiper .swiper-pagination {
  position: relative;
  top: initial;
  bottom: 0.625rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.1em;
}
.p-flow .flowSwiper .swiper-button-prev,
.p-flow .flowSwiper .swiper-button-next {
  position: absolute;
  inset: initial;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-flow .flowSwiper .swiper-button-prev::before,
.p-flow .flowSwiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.875rem;
  height: 1rem;
  background: url(../img/top/mv_arrow.webp) no-repeat center/contain;
}
.p-flow .flowSwiper .swiper-button-prev::after,
.p-flow .flowSwiper .swiper-button-next::after {
  display: none;
}
.p-flow .flowSwiper .swiper-button-prev {
  left: calc(50% - 2rem);
  translate: -100% 0;
}
.p-flow .flowSwiper .swiper-button-next {
  right: calc(50% - 2rem);
  translate: 100% 0;
}
.p-flow .flowSwiper .swiper-button-next::before {
  rotate: 180deg;
}

@media screen and (min-width: 60rem) {
  .p-flow .flow__heading {
    margin-bottom: 4rem;
  }
  .p-flow .flowSwiper {
    margin-right: 0;
    padding-bottom: 0;
  }
  .p-flow .flowSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    padding-bottom: 0;
  }
  .p-flow .flowSwiper .swiper-slide {
    padding-block: 4rem 2rem;
    width: 100%;
  }
  .p-flow .flowSwiper .swiper-slide:not(:nth-child(3n)) {
    position: relative;
  }
  .p-flow .flowSwiper .swiper-slide:not(:nth-child(3n))::before {
    content: "";
    position: absolute;
    top: 2rem;
    right: -0.625rem;
    translate: 100% 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/top/flow_arrow.webp) no-repeat top/contain;
  }
  .p-flow .flowSwiper .flowSwiper__number {
    position: absolute;
    top: 0;
  }
  .p-flow .flowSwiper .flowSwiper__frame {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: initial;
    right: initial;
    margin-inline: auto;
    width: 11.5rem;
    height: 8.75rem;
    margin-bottom: 2rem;
  }
  .p-flow .flowSwiper .flowSwiper__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-flow .flowSwiper .flowSwiper__heading {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    text-align: center;
  }
  .p-flow .flowSwiper .flowSwiper__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .p-flow .flowSwiper .swiper-pagination,
  .p-flow .flowSwiper .swiper-button-prev,
  .p-flow .flowSwiper .swiper-button-next {
    display: none;
  }
}
/* bgWave
    ----------------------------------------------------------------------*/
.p-bgWave {
  position: relative;
  padding-top: 5rem;
  width: 100%;
}
.p-bgWave::before, .p-bgWave::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
}
.p-bgWave::before {
  top: 0;
  height: 3.625rem;
  background: url(../img/top/bgWave_sp.webp) repeat top/cover;
}
.p-bgWave::after {
  top: 3.625rem;
  height: calc(100% - 3.625rem);
  background-color: var(--color-white);
}

@media screen and (min-width: 60rem) {
  .p-bgWave {
    padding-block: 10.3125rem 14.125rem;
    padding-top: 6.875rem;
  }
  .p-bgWave::before {
    height: 6.875rem;
    background-image: url(../img/top/bgWave_pc.webp);
  }
  .p-bgWave::after {
    top: 6.875rem;
    height: calc(100% - 6.875rem);
  }
}
/* wave
----------------------------------------------------------------------*/
.p-wave {
  position: relative;
  padding-top: 5rem;
  width: 100%;
}
.p-wave::before, .p-wave::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
}
.p-wave::before {
  top: 0;
  height: 3.625rem;
  background: url(../img/top/bgWave_sp.webp) repeat top/cover;
}
.p-wave::after {
  top: 3.625rem;
  height: calc(100% - 3.625rem);
  background-color: var(--color-white);
}

/* faq
----------------------------------------------------------------------*/
.p-faq .accordion {
  font-weight: 700;
  line-height: 1.25rem;
}
.p-faq .accordion:last-of-type {
  border-bottom: 1px solid #e2ebf0;
}
.p-faq .accordion__summary {
  display: grid;
  grid-template-columns: 2rem 1fr 1.5rem;
  align-items: center;
  padding-block: 1rem;
  border-top: 1px solid #e2ebf0;
  cursor: pointer;
}
.p-faq .accordion__summary::-webkit-details-marker {
  display: none;
}
.p-faq .accordion__summary p {
  padding-inline: 1rem 0.875rem;
}
.p-faq .accordion__summary span {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #d5dbe6;
  border-radius: 50%;
  background-color: #f7f9fc;
}
.p-faq .accordion__summary span::before, .p-faq .accordion__summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.5rem;
  height: 0.125rem;
  background-color: #202226;
}
.p-faq .accordion__summary span::after {
  rotate: 90deg;
}
.p-faq .accordion__detail {
  contain: content;
  transition: block-size 0.5s;
}
.p-faq .accordion__inner {
  padding-block: 1rem;
  border-top: 1px solid #e2ebf0;
  display: grid;
  grid-template-columns: 2rem 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-right: 1rem;
  background-color: #fffced;
  transition: visibility 0.2s, opacity 0.2s;
}
.p-faq .accordion__inner > :last-child {
  padding-top: 0.4375rem;
}
.p-faq .faq__btn {
  display: grid;
  justify-items: center;
}

@media screen and (min-width: 60rem) {
  .p-faq .accordion {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-faq summary,
  .p-faq .accordion__inner {
    padding: 1.75rem 1rem 1.75rem 1rem;
  }
  .p-faq summary {
    grid-template-columns: 2rem 1fr 2rem;
  }
  .p-faq summary span {
    width: 2rem;
    height: 2rem;
    border-color: #ffd200;
    background-color: transparent;
  }
  .p-faq summary span::before, .p-faq summary span::after {
    width: 0.75rem;
  }
  .p-faq .faq__detail > :last-child {
    padding-top: 0.25rem;
  }
  .p-faq .faq__btn {
    display: block;
  }
}
/* column
----------------------------------------------------------------------*/
.p-column {
  background-color: var(--color-white);
}
.p-column .column__loop {
  overflow: hidden;
  display: flex;
  padding-block: 0.5rem;
  border-block: 1px solid #888888;
  width: 100%;
}
.p-column .column__loop > p {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  color: #cccccc;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-column .column__loop > p:nth-child(odd) {
  animation: column-loop 50s -25s linear infinite;
}
.p-column .column__loop > p:nth-child(even) {
  animation: column-loop2 50s linear infinite;
}
@keyframes column-loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes column-loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-column .column__container {
  padding-block: 3rem;
}
.p-column .column__heading {
  margin-bottom: 3rem;
  text-align: center;
}
.p-column .columnSwiper {
  position: relative;
  margin-bottom: 3rem;
}
.p-column .columnSwiper .swiper-wrapper {
  margin-bottom: 3.75rem;
}
.p-column .columnSwiper .swiper-slide {
  width: 18.4375rem;
}
.p-column .columnSwiper .swiper-pagination {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.1em;
}
.p-column .columnSwiper .swiper-button-prev,
.p-column .columnSwiper .swiper-button-next {
  position: absolute;
  inset: initial;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-column .columnSwiper .swiper-button-prev::before,
.p-column .columnSwiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.875rem;
  height: 1rem;
  background: url(../img/top/mv_arrow.webp) no-repeat center/contain;
}
.p-column .columnSwiper .swiper-button-prev::after,
.p-column .columnSwiper .swiper-button-next::after {
  display: none;
}
.p-column .columnSwiper .swiper-button-prev {
  left: calc(50% - 2rem);
  translate: -100% 0;
}
.p-column .columnSwiper .swiper-button-next {
  right: calc(50% - 2rem);
  translate: 100% 0;
}
.p-column .columnSwiper .swiper-button-next::before {
  rotate: 180deg;
}
.p-column .columnSlide {
  border: 2px solid #030303;
  border-radius: 5px;
  background: #f5f5f5;
  box-shadow: 0px 3px 6px rgba(105, 105, 105, 0.1607843137);
  font-family: "Noto Sans JP", sans-serif;
}
.p-column .columnSlide .columnSlide__thumbnail {
  overflow: hidden;
  border-bottom: 2px solid #030303;
  border-radius: 0 0 5px 5px;
}
.p-column .columnSlide .columnSlide__thumbnail img {
  aspect-ratio: 16/9;
  transition: scale 0.2s;
}
.p-column .columnSlide .columnSwiper__info {
  display: grid;
  row-gap: 0.5rem;
  padding: 1.125rem;
}
.p-column .columnSlide .columnSwiper__date {
  color: #a2a2a2;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-column .columnSlide .columnSwiper__category {
  display: inline-block;
  position: relative;
  padding: 0.25rem 1rem 0.25rem 1.25rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.375rem;
  background-color: #efebe4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
.p-column .columnSlide .columnSwiper__category svg {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.p-column .columnSlide .columnSwiper__category.--web {
  background-color: #459fd8;
}
.p-column .columnSlide .columnSwiper__category.--seo {
  background-color: #5ebc35;
}
.p-column .columnSlide .columnSwiper__category.--media {
  background-color: #ff5756;
}
.p-column .columnSlide .columnSwiper__category.--knowHow {
  background-color: #0baab7;
}
.p-column .columnSlide .columnSwiper__category.--analysis {
  background-color: #e67128;
}
.p-column .columnSlide .columnSwiper__category.--news {
  background-color: #8d8d8d;
}
.p-column .columnSlide .columnSwiper__title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.5;
  text-overflow: ellipsis;
}
.p-column .columnSlide .columnSwiper__more {
  color: #a2a2a2;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .p-column .columnSlide:hover .columnSlide__thumbnail img {
    scale: 1.1;
  }
}
@media (any-hover: none) {
  .p-column .columnSlide:active .columnSlide__thumbnail img {
    scale: 1.1;
  }
}
.p-column .column__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  .p-column .column__loop > p {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .p-column .column__container {
    margin-inline: auto;
    padding-inline: 1.25rem;
    width: min(100%, 75rem);
  }
  .p-column .columnSwiper {
    margin-bottom: 2.5rem;
  }
  .p-column .columnSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    margin-bottom: 0;
  }
  .p-column .columnSwiper .swiper-slide {
    width: 100%;
  }
  .p-column .columnSwiper .swiper-pagination,
  .p-column .columnSwiper .swiper-button-prev,
  .p-column .columnSwiper .swiper-button-next {
    display: none;
  }
  .p-column .column__btn {
    text-align: center;
  }
}
/* issue
----------------------------------------------------------------------*/
.p-issue .p-issue__heading {
  display: grid;
  row-gap: 1.25rem;
  justify-items: center;
  margin-bottom: 3.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8125rem;
}
.p-issue .p-issue__heading > span {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
.p-issue .p-issue__heading > span:has(span) {
  display: grid;
  row-gap: 1.25rem;
  justify-items: center;
}
.p-issue .p-issue__items {
  margin-inline: auto;
  margin-bottom: -0.5rem;
  max-width: 20.9375rem;
}
.p-issue .p-issue__item {
  position: relative;
  width: 18.4375rem;
  height: 7.375rem;
}
.p-issue .p-issue__item p {
  display: grid;
  place-items: center;
  position: relative;
  height: 5.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-align: center;
}
.p-issue .p-issue__item p::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  z-index: var(--layer-back);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  filter: blur(20px);
}
.p-issue .p-issue__item:nth-of-type(1) {
  margin-left: auto;
}
.p-issue .p-issue__item:nth-of-type(1) p::before {
  background-color: #f2fff0;
}
.p-issue .p-issue__item:nth-of-type(2) {
  top: -0.625rem;
}
.p-issue .p-issue__item:nth-of-type(2) p::before {
  background-color: #fffdf0;
}
.p-issue .p-issue__item:nth-of-type(3) {
  top: -1.25rem;
  margin-left: auto;
}
.p-issue .p-issue__item:nth-of-type(3) p::before {
  background-color: #fff9eb;
}
.p-issue .p-issue__item:nth-of-type(4) {
  top: -1.875rem;
}
.p-issue .p-issue__item:nth-of-type(4) p::before {
  background-color: #fff6f4;
}
.p-issue .p-issue__item picture {
  position: absolute;
  z-index: var(--layer-backMost);
  inset: 0;
}
.p-issue .p-issue__item picture img {
  width: 100%;
  height: 100%;
}
.p-issue .p-issue__close {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (min-width: 60rem) {
  .p-issue .p-issue__heading {
    display: grid;
    row-gap: 1.25rem;
    justify-items: center;
    margin-bottom: 3.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8125rem;
  }
  .p-issue .p-issue__heading {
    margin-bottom: 5.5625rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .p-issue .p-issue__heading > span:has(span) {
    display: flex;
  }
  .p-issue .p-issue__items {
    position: relative;
    margin-inline: initial;
    margin-bottom: 3.75rem;
    max-width: initial;
  }
  .p-issue .p-issue__item {
    width: min(16.875rem, 26.3671875vw);
    height: 11.25rem;
  }
  .p-issue .p-issue__item p {
    height: 8rem;
    line-height: 1.75rem;
  }
  .p-issue .p-issue__item p::before {
    top: 0;
    width: 8.375rem;
    height: 8.375rem;
  }
  .p-issue .p-issue__item:nth-of-type(1) {
    margin-left: initial;
  }
  .p-issue .p-issue__item:nth-of-type(2) {
    position: absolute;
    top: 1.25rem;
    left: calc(50% + min(0.375rem, 0.5859375vw));
    translate: -100% 0;
  }
  .p-issue .p-issue__item:nth-of-type(3) {
    position: absolute;
    top: 0;
    right: calc(50% + min(0.375rem, 0.5859375vw));
    translate: 100% 0;
  }
  .p-issue .p-issue__item:nth-of-type(4) {
    position: absolute;
    top: 1.25rem;
    right: 0;
  }
  .p-issue .p-issue__close {
    font-size: 1.75rem;
  }
}
/* reason
----------------------------------------------------------------------*/
.p-reason {
  position: relative;
  padding-block: 9rem 4rem;
}
.p-reason::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--layer-back);
  width: 100%;
  height: calc(100% - 4.5rem);
}
.p-reason .reason__loop {
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-reason .reason__loop > p {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  color: #ffda1b;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6.75rem;
  letter-spacing: 0.05em;
}
.p-reason .reason__head {
  display: grid;
  row-gap: 2.75rem;
  margin-bottom: 2rem;
}
.p-reason .reason__heading {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.p-reason .reason__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-reason .reason__lead .c-band {
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.p-reason .reason__lead > span {
  display: block;
}
.p-reason .reason__box {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #2c434b;
}
.p-reason .reason__contents {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin: 0 auto 3rem;
  padding-inline: 0.625rem;
  width: min(100%, 73.75rem);
}
.p-reason .reasonItem {
  display: block;
  padding: 1.5rem 1rem 1.25rem;
  width: min(10.8125rem, 45.8666666667vw);
  border-radius: 1.25rem;
  background-color: var(--color-white);
  text-align: center;
}
.p-reason .reasonItem .reasonItem__img {
  margin-bottom: 0.75rem;
}
.p-reason .reasonItem .reasonItem__img img {
  height: 5.3125rem;
}
.p-reason .reasonItem .reasonItem__heading {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.p-reason .reasonItem .reasonItem__heading > span {
  display: block;
}
.p-reason .reasonItem .reasonItem__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0.375rem;
  width: 7.5rem;
  border-radius: 100vmax;
  background-color: #f0f3f5;
  color: #838b8e;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-reason .reason__text {
  font-weight: 500;
}
.p-reason .reasonDialog {
  padding: 0.5rem;
  background: transparent;
}
.p-reason .reasonDialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.p-reason .reasonDialog .reasonDialog__inner {
  padding: 1.875rem 3rem 3.75rem;
  border-radius: 2.75rem;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.p-reason .reasonDialog .reasonDialog__close {
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #3e3e3e;
  transition: box-shadow 0.2s;
}
@media (any-hover: hover) {
  .p-reason .reasonDialog .reasonDialog__close:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
}
@media (any-hover: none) {
  .p-reason .reasonDialog .reasonDialog__close:active {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
}
.p-reason .reasonDialog .reasonDialog__close::before, .p-reason .reasonDialog .reasonDialog__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 0.125rem;
  background-color: #fff;
}
.p-reason .reasonDialog .reasonDialog__close::before {
  rotate: 45deg;
}
.p-reason .reasonDialog .reasonDialog__close::after {
  rotate: -45deg;
}
.p-reason .reasonDialog .reasonDialog__img {
  margin-bottom: 1.625rem;
  text-align: center;
}
.p-reason .reasonDialog .reasonDialog__img img {
  height: 6.625rem;
}
.p-reason .reasonDialog .reasonDialog__contents {
  display: grid;
  row-gap: 1.3125rem;
  margin-bottom: 1.9375rem;
}
.p-reason .reasonDialog .reasonDialog__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.9375rem;
  text-align: center;
}
.p-reason .reasonDialog .reasonDialog__shot img {
  width: 100%;
}
.p-reason .reasonDialog .reasonDialog__list li {
  position: relative;
  padding-left: 0.875rem;
}
.p-reason .reasonDialog .reasonDialog__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-reason .reasonDialog .reasonDialog__btn {
  display: flex;
  justify-content: center;
}

html:has(dialog[open]) {
  overflow: hidden;
}

@media screen and (min-width: 60rem) {
  .p-reason {
    padding-block: 14.5rem 5rem;
  }
  .p-reason::before {
    height: calc(100% - 10rem);
  }
  .p-reason .reason__loop > p {
    font-size: 12.5rem;
    line-height: 15.625rem;
  }
  .p-reason .reason__head {
    row-gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .p-reason .reason__lead {
    display: grid;
    justify-content: center;
    font-size: 1.25rem;
    text-align: left;
  }
  .p-reason .reason__lead .c-band {
    margin-top: 0;
  }
  .p-reason .reason__lead > span {
    display: inline-block;
  }
  .p-reason .reason__box {
    margin-bottom: 0.75rem;
  }
  .p-reason .reason__contents {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding-inline: 1.25rem;
    width: min(100%, 75rem);
  }
  .p-reason .reasonItem {
    padding: 2rem min(1.25rem, 5.3333333333vw) 1.75rem;
    width: initial;
    transition: box-shadow 0.2s;
  }
  .p-reason .reasonItem .reasonItem__img {
    translate: 0 0;
    margin-bottom: 1rem;
    transition: margin-bottom 0.2s, translate 0.2s;
  }
  .p-reason .reasonItem .reasonItem__img img {
    height: 6.625rem;
  }
  .p-reason .reasonItem .reasonItem__heading {
    margin-bottom: 0;
    font-size: min(1rem, 1.5625vw);
    line-height: 1.5rem;
    transition: margin-bottom 0.2s, font-size 0.2s, line-height 0.2s;
  }
  .p-reason .reasonItem .reasonItem__btn {
    max-height: 0;
    scale: 0;
    transition: scale 0.2s;
  }
  .p-reason .reasonItem:hover {
    position: relative;
    z-index: var(--layer-front);
    padding-bottom: 1rem;
    box-shadow: 0 8px 20px rgba(28, 39, 56, 0.12);
  }
  .p-reason .reasonItem:hover .reasonItem__img {
    margin-bottom: 0.5rem;
    translate: 0 -0.75rem;
  }
  .p-reason .reasonItem:hover .reasonItem__heading {
    margin-bottom: 0.625rem;
    font-size: min(0.875rem, 1.3671875vw);
    line-height: min(1.375rem, 2.1484375vw);
  }
  .p-reason .reasonItem:hover .reasonItem__btn {
    scale: 1;
    max-height: initial;
  }
  .p-reason .reason__text {
    text-align: center;
  }
  .p-reason .reasonDialog {
    padding: 1.25rem;
    width: min(100%, 75rem);
  }
  .p-reason .reasonDialog .reasonDialog__close {
    width: 3.875rem;
    height: 3.875rem;
  }
  .p-reason .reasonDialog .reasonDialog__close::before, .p-reason .reasonDialog .reasonDialog__close::after {
    width: 1.5rem;
  }
}
/* things
----------------------------------------------------------------------*/
.p-things {
  padding-block: 3rem 4rem;
}
.p-things .p-things__heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2.5rem;
}
.p-things .p-things__copy {
  display: grid;
  row-gap: 0.75rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
}
.p-things .p-things__copy > span {
  padding-bottom: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #2e424a;
}
.p-things .p-things__sentence {
  margin-bottom: 3rem;
  max-width: 27.375rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.p-things .p-things__logo {
  text-align: center;
}

@media screen and (min-width: 60rem) {
  .p-things {
    position: relative;
    padding-block: 6rem;
  }
  .p-things::before {
    border: 0.5rem solid #fff;
    background-color: initial;
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.4) 100%);
  }
  .p-things .p-things__copy {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
  .p-things .p-things__sentence {
    margin-bottom: 0;
    line-height: 1.5rem;
  }
  .p-things .p-things__logo {
    position: absolute;
    top: 50%;
    left: calc(50% + 2.5rem);
    translate: 0 -50%;
  }
  .p-things .p-things__logo img {
    width: 22.5rem;
    height: 5rem;
  }
}
/* youtube
----------------------------------------------------------------------*/
.p-youtube .youtube__heading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  margin-bottom: 3rem;
}
.p-youtube .youtubeSwiper {
  position: relative;
  margin-bottom: 3rem;
}
.p-youtube .youtubeSwiper .swiper-wrapper {
  margin-bottom: 3.75rem;
}
.p-youtube .youtubeSwiper .swiper-slide {
  padding: 0.75rem;
  width: 18.4375rem;
  border-radius: 1.25rem;
  background-color: var(--color-white);
}
.p-youtube .youtubeSwiper .swiper-slide > a {
  width: 100%;
}
@media (any-hover: hover) {
  .p-youtube .youtubeSwiper .swiper-slide:hover img {
    scale: 1.1;
    rotate: 1deg;
  }
}
@media (any-hover: none) {
  .p-youtube .youtubeSwiper .swiper-slide:active img {
    scale: 1.1;
    rotate: 1deg;
  }
}
.p-youtube .youtubeSwiper .youtubeSwiper__thumbnail {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.p-youtube .youtubeSwiper .youtubeSwiper__thumbnail img {
  width: 100%;
  transition: scale 0.2s, rotate 0.2s;
}
.p-youtube .youtubeSwiper .youtubeSwiper__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.p-youtube .youtubeSwiper .youtubeSwiper__btn {
  padding: 0.5rem 1rem;
  border-radius: 100vmax;
  background-color: #f1f8fd;
  color: #888888;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.p-youtube .youtubeSwiper .swiper-pagination {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.1em;
}
.p-youtube .youtubeSwiper .swiper-button-prev,
.p-youtube .youtubeSwiper .swiper-button-next {
  position: absolute;
  inset: initial;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-youtube .youtubeSwiper .swiper-button-prev::before,
.p-youtube .youtubeSwiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.875rem;
  height: 1rem;
  background: url(../img/top/mv_arrow.webp) no-repeat center/contain;
}
.p-youtube .youtubeSwiper .swiper-button-prev::after,
.p-youtube .youtubeSwiper .swiper-button-next::after {
  display: none;
}
.p-youtube .youtubeSwiper .swiper-button-prev {
  left: calc(50% - 2rem);
  translate: -100% 0;
}
.p-youtube .youtubeSwiper .swiper-button-next {
  right: calc(50% - 2rem);
  translate: 100% 0;
}
.p-youtube .youtubeSwiper .swiper-button-next::before {
  rotate: 180deg;
}
.p-youtube .youtube__btn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 60rem) {
  .p-youtube .youtube__heading {
    margin-bottom: 4rem;
  }
  .p-youtube .youtubeSwiper {
    margin-inline: auto;
    padding-inline: 1.25rem;
    width: min(100%, 75rem);
    margin-bottom: 4rem;
  }
  .p-youtube .youtubeSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
    margin-bottom: 0;
  }
  .p-youtube .youtubeSwiper .swiper-slide {
    padding-bottom: 1rem;
    width: 100%;
  }
  .p-youtube .youtubeSwiper .youtubeSwiper__title {
    height: 3rem;
    padding-inline: 0.5rem;
    line-height: 1.5rem;
  }
  .p-youtube .youtubeSwiper .swiper-pagination,
  .p-youtube .youtubeSwiper .swiper-button-prev,
  .p-youtube .youtubeSwiper .swiper-button-next {
    display: none;
  }
  .p-youtube .youtube__btn {
    justify-content: start;
  }
}
/* ----------------------------------------------------------------------------------------------------
utility
---------------------------------------------------------------------------------------------------- */
/* 表示
---------------------------------------------------------------------- */
@media screen and (min-width: 60rem) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 60rem) {
  .u-pc {
    display: initial;
  }
}

/* 制御
---------------------------------------------------------------------- */
/* テキストをコピー不可にする */
.u-noCopy {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}/*# sourceMappingURL=common.css.map */v