@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a a:hover {
  opacity: 0.7;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.m-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.s-section {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-section {
    padding-top: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.breadcrumb__item a {
  display: block;
  position: relative;
}
.breadcrumb__item a::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #888;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb__arrow {
  margin: 2px 8px;
}

.breadcrumb__item {
  color: #888;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
.breadcrumb__item span {
  color: #888;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-child {
    max-width: 15rem;
  }
}

.is-nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.top__btn {
  position: fixed;
  bottom: 38px;
  right: 38px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 10px;
    right: 10px;
  }
}

.top__btn__link {
  opacity: 0;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #2E88B1;
  border: solid 0.125rem #2E88B1;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #2E88B1;
    border-bottom: 2px solid #2E88B1;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.top__btn__link:before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__btn__link:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.grecaptcha-badge {
  right: -300px !important;
}

.notfound {
  padding-top: 280px;
  padding-bottom: 180px;
  text-align: center;
}

.notfound__title span {
  display: block;
  line-height: 2;
  letter-spacing: 0.1em;
}
.notfound__title span:nth-of-type(1) {
  font-size: 36px;
  font-weight: 900;
}
.notfound__title span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
}

.notfound__text {
  margin-top: 24px;
  display: block;
  font-weight: 400;
  line-height: 2; /* 28px */
  letter-spacing: 0.1em;
}

.side__menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 62px;
  width: 100%;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .side__menu {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

.side__list:nth-of-type(1) .side__icon {
  max-width: 24px;
  margin-inline: auto;
}
.side__list:nth-of-type(1) .side__link {
  border-radius: 10px 0 0 0;
}
.side__list:nth-of-type(2) .side__link {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .side__list:nth-of-type(2) .side__link {
    border-radius: 0;
  }
}

.side__link {
  display: block;
  padding: 17px;
  background: #333;
}
@media (any-hover: hover) {
  .side__link:hover {
    background-color: #fff;
  }
  .side__link:hover .svg-path {
    fill: #333; /* SVGの色を変更 */
  }
  .side__link:hover p {
    color: #333;
  }
}
.side__link .svg-path {
  transition: all 0.3s;
  fill: #fff; /* SVGの色を変更 */
}

/**
* @file _l-footer.scss
**/
.footer1 {
  width: 100%;
  background-color: #fff;
}
.footer1__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .footer1__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer1__left {
    display: flex;
    flex-flow: column;
  }
}
.footer1__logo {
  display: block;
  width: 8.86475rem;
}
@media screen and (max-width: 1024px) {
  .footer1__logo {
    width: 13.125rem;
  }
}
.footer1__logo img {
  width: 100%;
  object-fit: contain;
}
.footer1__address {
  margin-top: 1.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2; /* 26px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .footer1__address {
    font-size: 14px;
  }
}
.footer1__list__wrapper {
  margin-top: -0.625rem;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer1__list__wrapper {
    margin-top: 0;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer1__list__wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 1rem;
    column-gap: 0.875rem;
  }
}
.footer1__list {
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  margin-right: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .footer1__list {
    gap: 1rem;
    margin-right: 0;
  }
}
.footer1__list:first-child {
  margin-right: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .footer1__list:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer1__list:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .footer1__list:nth-child(3) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.footer1__list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer1__list:last-child {
    margin-top: -4.5rem;
  }
}
.footer1__item__link {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .footer1__item__link {
    font-size: 0.84375rem;
    white-space: nowrap;
  }
}
.footer1__item.--detail {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
.footer1__item__link.--detail {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2; /* 26px */
}
@media screen and (max-width: 1024px) {
  .footer1__item__link.--detail {
    font-size: 0.84375rem;
  }
}
.footer1__under {
  background: #2E88B1;
  padding: 1.3125rem 0;
}
.footer1__under__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer1__under__inner {
    justify-content: center;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.footer1__copyright {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer1__copyright {
    font-size: 0.6875rem;
  }
}
.footer1__privacy {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
}

/**
* @file _l-header.scss
**/
.header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 6.25rem;
  line-height: 6.25rem;
  transition: 0.6s;
  transition: all 0.3s;
  padding-left: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .header {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 1.25rem;
    zoom: unset;
    width: 100%;
    height: 4.6875rem;
    line-height: 4.6875rem;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
}

.header.is-fixed {
  position: fixed;
}

.header.hidden {
  transform: translateY(-80px);
  opacity: 0;
}

.header__inner {
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo a {
  max-width: 13.3125rem;
  width: 100%;
  display: block;
  transition: opacity 0.3s;
}
.header__logo a img {
  margin-top: 0.5rem;
  max-width: 8.4375rem;
  width: 100%;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header__logo a {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__logo a .header__logo a:hover {
    opacity: 0.7;
  }
}

.header__logo__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7; /* 20.4px */
  letter-spacing: 0.04em;
}

.header__logo--sp a {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__logo--sp a {
    padding-top: 0.4375rem;
    display: grid;
    width: 100%;
    max-width: 12.1875rem;
    position: relative;
    z-index: 3000;
  }
  .header__logo--sp a img {
    margin-top: 0.1875rem;
    width: 7.25rem;
  }
}

.header__logo__text--sp {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.7; /* 18.7px */
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 5.3125rem 0 4.0625rem 0;
    z-index: 1000;
    display: block;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #f4f4f4;
    transition: 0.6s;
  }
  .header__nav.is-open {
    right: 0;
  }
  .header__nav:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 4.6875rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.header__nav__content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.34375rem;
}
@media screen and (max-width: 1024px) {
  .header__nav__content {
    gap: unset;
    display: block;
  }
}

.header__menu {
  margin-top: 0.3125rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header__menu {
    display: flex;
    flex-direction: column-reverse;
  }
}

.header__menu--top {
  justify-content: end;
  align-items: center;
  display: flex;
  text-align: right;
  gap: 2rem;
}
.header__menu--top .header__link {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .header__menu--top .header__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu--top {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu--top {
    display: block;
    text-align: left;
  }
}

.header__menu--bottom {
  margin-top: 0.625rem;
  justify-content: end;
  align-items: center;
  display: flex;
  text-align: right;
  gap: 2rem;
}
.header__menu--bottom .header__link {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .header__menu--bottom {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu--bottom {
    margin-top: 0;
    display: block;
    text-align: left;
  }
}

.header__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header__list {
    width: 100%;
  }
}

.header__list.active {
  position: relative;
}
.header__list.active .header__link {
  color: #2E88B1 !important;
}

.header__link {
  position: relative;
  font-weight: 700;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.1em;
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s;
}
.header__link::after {
  content: "";
  display: block;
  height: 0.1875rem;
  border-radius: 0.9375rem;
  width: 0%;
  background: #2E88B1;
  bottom: -0.3125rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header__link:hover::after {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .header__link {
    font-size: 1rem;
    display: block;
    padding: 0.9375rem;
    line-height: 1;
    text-align: center;
  }
}
@media (any-hover: hover) {
  .header__link:hover {
    color: #848484;
  }
}

.header__contact__btn {
  height: auto;
  max-width: 14.5625rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__contact__btn {
    max-width: 50%;
    width: 100%;
    height: 3.125rem;
    margin-inline: auto;
    margin-top: 1rem;
  }
}

.header__contact__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E88B1;
  color: #F1F9FF;
  height: 6.25rem;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1; /* 18px */
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__contact__btn__link {
    height: 4.0625rem;
    font-size: 1rem;
  }
}
.header__contact__btn__link:hover {
  background: #2E88B1;
  color: #F1F9FF;
}

.header__contact__btn__icon {
  width: 1.125rem;
  margin-right: 0.5rem;
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #2E88B1;
  top: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
}
@media screen and (max-width: 1024px) {
  .header__nav__toggle {
    display: block;
  }
}

.header__nav__menu-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 36px;
  height: 0.125rem;
  background-color: #F1F9FF;
  transition: 0.6s;
}

.header__nav__menu-line1 {
  top: 1.5625rem;
}

.header__nav__menu-line2 {
  top: 2.1875rem;
}

.header__nav__menu-line3 {
  top: 2.8125rem;
}

#js-nav-menu.is-open .header__nav__menu-line1 {
  position: absolute;
  top: 2.1875rem;
  left: 1.25rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 0.1875rem;
}

#js-nav-menu.is-open .header__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu.is-open .header__nav__menu-line3 {
  position: absolute;
  max-width: 3.125rem;
  top: 2.1875rem;
  left: 1.25rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 0.1875rem;
}

/**
* @file _l-header.scss
**/
/*=======
# フッター
======================================================*/
.footer {
  position: relative;
  padding-top: 160px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 29px;
    padding-bottom: 28px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__container {
    flex-wrap: wrap;
  }
}

.footer__contents:nth-of-type(1) {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .footer__contents:nth-of-type(1) {
    max-width: 280px;
  }
}
.footer__contents:nth-of-type(2) {
  width: 100%;
  max-width: 272px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .footer__contents:nth-of-type(2) {
    margin-top: 24px;
    gap: 20px;
  }
}

.footer__address {
  margin-top: 28px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    gap: 4px;
  }
}

.footer__link {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 14px;
    line-height: 2.5;
  }
}

.footer__copyright {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  background: #333;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 16px;
    line-height: 1.5;
  }
}

/*=======
# 下層ページヘッダー
======================================================*/
.lower__mv {
  height: 16.75rem;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lower__mv {
    height: 11.25rem;
  }
}
.lower__mv::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0.5;
  background: #2E88B1;
  z-index: 0;
  position: absolute;
}
.lower__mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.lower__mv__title span {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5; /* 60px */
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower__mv__title span {
    font-size: 22px;
  }
}

.lower__mv__title--top {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--top {
    font-size: 24px;
  }
}

.lower__mv__title--bottom {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--bottom {
    font-size: 16px;
  }
}

.catch-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .catch-copy {
    padding-bottom: 60px;
  }
}

.catch-copy__title {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .catch-copy__title {
    font-size: 17px;
  }
}

.catch-copy__lead {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .catch-copy__lead {
    font-size: 14px;
  }
}

.title1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .title1 {
    margin-bottom: 14px;
  }
}
.title1 p {
  color: #848484;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .title1 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title1 h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .title1 h2 {
    font-size: 21px;
  }
}

.title2 {
  text-align: center;
  position: relative;
  color: #333;
  font-size: 35px;
  padding-bottom: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
.title2:before {
  content: "";
  display: block;
  background-color: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title3 {
  text-align: center;
  position: relative;
}
.title3:before {
  content: "";
  display: block;
  background-color: #848484;
  width: 54px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title3 span {
  display: block;
}
.title3 span:nth-of-type(1) {
  color: #eaf3f8;
  text-align: center;
  font-size: 120px;
  font-weight: 600;
  line-height: 100%; /* 120px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title3 span:nth-of-type(1) {
    font-size: 52px;
    letter-spacing: 0.06em;
  }
}
.title3 span:nth-of-type(2) {
  margin-top: -26px;
  display: block;
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: 0.06em;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .title3 span:nth-of-type(2) {
    margin-top: -12px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
}

.title4 {
  text-align: center;
}
.title4 span {
  display: block;
}
.title4 span:nth-of-type(1) {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 34px */
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .title4 span:nth-of-type(1) {
    font-size: 21px;
    letter-spacing: 2.1px;
  }
}
.title4 span:nth-of-type(2) {
  margin-top: 16px;
  color: #4d99a8;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .title4 span:nth-of-type(2) {
    font-size: 13px;
    letter-spacing: 2.6px;
  }
}

.title5 {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .title5 {
    margin-bottom: 8px;
  }
}
.title5 p {
  color: #c74e3c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .title5 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title5 .--left {
  text-align: left;
}
.title5 .--center {
  text-align: center;
}
.title5 .--tight {
  text-align: right;
}
.title5 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title5 h2 {
    font-size: 24px;
  }
}
.title5 h2 .--left {
  text-align: left;
}
.title5 h2 .--center {
  text-align: center;
}
.title5 h2 .--right {
  text-align: right;
}

.title6 {
  font-size: 31px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 300;
  font-family: "Noto Sans JP";
  padding-bottom: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title6 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.title6 p {
  font-size: 16px;
  color: #3f8f11;
  letter-spacing: 0.16em;
}

.title6 h2 {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title6 h2 {
    font-size: 24px;
    text-align: center;
  }
}

.title7 {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .title7 {
    margin-bottom: 8px;
  }
}
.title7 p {
  color: #eb9928;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .title7 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title7 .--left {
  text-align: left;
}
.title7 .--center {
  text-align: center;
}
.title7 .--right {
  text-align: right;
}
.title7 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .title7 h2 {
    font-size: 24px;
  }
}
.title7 h2 .--left {
  text-align: left;
}
.title7 h2 .--center {
  text-align: center;
}
.title7 h2 .--right {
  text-align: right;
}

.lead1 {
  width: 1280px;
  max-width: 100%;
  margin-inline: auto;
}

.lead1__text {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}

.lead1__text-mt {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .lead1__text-mt {
    margin-top: 24px;
  }
}

.lead1__text:last-child {
  margin-bottom: 0;
}

.lead2_bg {
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lead2__title {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 0;
  color: #eb9928;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lead2__title {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.lead2__text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lead2__text {
    text-align: left;
  }
}

.btn1 {
  position: relative;
  width: 387px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #848484;
  margin: 0 auto;
  transition: background-color 0.3s;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .btn1 {
    width: 176px;
    height: 36px;
  }
}
.btn1:hover {
  background-color: #2e571c;
}
.btn1 span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .btn1 span {
    font-size: 12px;
  }
}
.btn1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 20px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .btn1 img {
    width: 11px;
  }
}

.btn2 {
  display: block;
  max-width: 336px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  background: #848484;
  position: relative;
}
.btn2 span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .btn2 span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.btn2::after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .btn2::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .btn2:hover {
    opacity: 0.7;
  }
}

.btn3 {
  display: block;
  max-width: 356px;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, #4f4f4f 0%, #4f4f4f 50%, #333 50%, #333 100%);
  position: relative;
}
.btn3 span {
  position: relative;
  z-index: 10;
  padding: 20px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.btn3::after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .btn3:hover {
    opacity: 0.7;
  }
}

.btn4 {
  margin-inline: auto;
  display: block;
  text-align: center;
  width: 273px;
  padding: 12px 36px 13px 36px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 20px;
  background: #333;
  white-space: nowrap;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .btn4 {
    font-size: 14px;
  }
}
.btn4::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .btn4:hover {
    background: #4d99a8;
    color: #fff;
  }
}

.btn5 {
  display: block;
  width: 223px;
  padding: 16px 36px 16px 32px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 24px;
  background: #1f3a61;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn5 {
    font-size: 14px;
  }
}
.btn5.--left {
  margin-right: auto;
}
.btn5.--center {
  margin-inline: auto;
}
.btn5.--right {
  margin-left: auto;
}
.btn5::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .btn5:hover {
    opacity: 0.7;
    color: #fff;
  }
}

.column1__title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .column1__title {
    margin-bottom: 14px;
  }
}
.column1__title p {
  color: #848484;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .column1__title p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.column1__title h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .column1__title h2 {
    font-size: 21px;
  }
}

.column1__bg {
  position: relative;
  background-color: #f4f4f4;
}

.column1__inner {
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  .column1__inner {
    padding: 40px 20px;
  }
}

.column1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 1024px) {
  .column1__list {
    display: block;
    padding: 0 20px;
  }
}

.column1__item {
  width: 47.6%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .column1__item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.column1__item__bg {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 10px 0 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .column1__item__bg {
    padding: 7px 0 10px;
  }
}
.column1__item span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.17em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .column1__item span {
    font-size: 12px;
  }
}
.column1__item span::before, .column1__item span::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin: 0 7px;
}
.column1__item h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 2px auto 8px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .column1__item h3 {
    font-size: 16px;
    margin: 2px auto 6px;
  }
}
.column1__item p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1024px) {
  .column1__item p {
    font-size: 11px;
  }
}

.column1__item-1 {
  background-image: url(../images/common/img1.png);
}

.column1__item-2 {
  background-image: url(../images/common/img1.png);
}

.column1__item-3 {
  background-image: url(../images/common/img1.png);
}

.column1__item-4 {
  background-image: url(../images/common/img1.png);
}

.column1 .more-btn {
  margin: 0 auto;
}

.column2__contents {
  display: grid;
  grid-template-columns: 49.6% 1fr;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .column2__contents {
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.column2__text {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .column2__text {
    font-size: 14px;
  }
}

.column2__btn {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .column2__btn {
    margin-top: 23px;
  }
}
.column2__btn__link {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #848484;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column2__btn__link {
    margin-inline: auto;
  }
}
.column2__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .column2__btn__link span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.column2__btn__link::after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .column2__btn__link::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .column2__btn__link:hover {
    opacity: 0.7;
  }
}

.column3 .column3__inner {
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}
.column3 .column3__image {
  width: 62%;
  min-width: 760px;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .column3 .column3__image {
    width: 90%;
    min-width: inherit;
    aspect-ratio: 1.6/1;
  }
}
.column3 .column3__text {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 62%;
  min-width: 760px;
  padding: min(3.8vw, 100px) min(10vw, 200px);
  background-image: url(../images/common/img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .column3 .column3__text {
    bottom: -160px;
    width: 90%;
    min-width: inherit;
    padding: 20px;
  }
}
.column3 .column3__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 44, 20, 0.8);
}
.column3 .column3__desc {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .column3 .column3__desc {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.column4 {
  background-image: url(../images/common/img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.column4 .column4__img {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .column4 .column4__img {
    height: 126px;
  }
}
.column4 .column4__img img {
  object-fit: contain;
  display: block;
}
.column4 .column4__title {
  text-align: center;
  position: relative;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  padding-bottom: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .column4 .column4__title {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
.column4 .column4__title:before {
  content: "";
  display: block;
  background-color: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.column4 .column4__container--top {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .column4 .column4__container--top {
    margin-top: 28px;
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .column4 .column4__container--top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.column4 .column4__container--bottom {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .column4 .column4__container--bottom {
    margin-top: 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .column4 .column4__container--bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.column4 .column4__contents {
  border-radius: 8px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents {
    padding: 20px;
  }
}
.column4 .column4__contents:nth-of-type(1) .top-business2__img {
  max-width: 126px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents:nth-of-type(1) .top-business2__img {
    max-width: 106px;
  }
}
.column4 .column4__contents:nth-of-type(2) .top-business2__img {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents:nth-of-type(2) .top-business2__img {
    max-width: 70px;
  }
}
.column4 .column4__contents:nth-of-type(3) .top-business2__img {
  max-width: 144px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents:nth-of-type(3) .top-business2__img {
    max-width: 124px;
  }
}
.column4 .column4__contents:nth-of-type(4) .top-business2__img {
  max-width: 86px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents:nth-of-type(4) .top-business2__img {
    max-width: 76px;
  }
}
.column4 .column4__contents:nth-of-type(5) .top-business2__img {
  max-width: 128px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents:nth-of-type(5) .top-business2__img {
    max-width: 98px;
  }
}
.column4 .column4__contents__title {
  margin-top: 28px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.column4 .column4__text {
  margin-top: 18px;
  color: #000;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .column4 .column4__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.column4 .column4__text.--center {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column4 .column4__text.--center {
    margin-top: 28px;
  }
}
.column4 .column4__btn {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn {
    margin-top: 23px;
  }
}
.column4 .column4__btn__link {
  margin-inline: auto;
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #848484;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn__link {
    margin-inline: auto;
  }
}
.column4 .column4__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn__link span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.column4 .column4__btn__link::after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn__link::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .column4 .column4__btn__link:hover {
    opacity: 0.7;
  }
}

.column5__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .column5__flex {
    display: block;
  }
}

.column5__img {
  width: 46%;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .column5__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column5__text {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .column5__text {
    width: 100%;
  }
}

.column5__text:last-child {
  margin-bottom: 0;
}
.column5__content {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column5__content {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.column5__btn {
  max-width: 220px;
  background-color: unset;
  border: 2px solid #333;
}
.column5__btn::after {
  border-right: 2.5px solid #333;
  border-bottom: 2.5px solid #333;
}
.column5__btn span {
  font-size: 14px;
  color: #333;
  padding: 10px 22px;
}
.column6__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .column6__container {
    margin: 20px auto 0;
  }
}

.column6__box {
  width: 330px;
  max-width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 2.4% 1.8%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .column6__box {
    width: 320px;
    padding: 8px 16px;
  }
}

.column6__box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .column6__box img {
    width: 40px;
    height: 40px;
  }
}

.column6__text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
.column7__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .column7__list {
    gap: 8px;
  }
}

.column7__list__item {
  position: relative;
  width: 27%;
  aspect-ratio: 4/3;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .column7__list__item {
    flex: unset;
  }
}

.column7__list__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.column7__list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column7__list__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 50, 50, 0.6);
}
.column7__list__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column7__list__text {
    font-size: 18px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .column7__list__item {
    width: calc(50% - 10px);
  }
}
.column8__inner {
  /* 必要に応じて内側余白など設定 */
  padding: 16px;
}

.column8__content {
  display: flex;
  gap: 78px;
}
@media screen and (max-width: 768px) {
  .column8__content {
    display: block;
  }
}

.column8__item {
  flex: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column8__item {
    margin-bottom: 24px;
  }
}

.column8__image {
  margin-bottom: 24px;
}
.column8__img {
  width: 100%;
  height: auto;
  display: block;
}

.column8__item-title {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.column8__btn {
  position: relative;
  display: block;
  width: 188px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 0;
  text-align: right;
  padding-right: 32px;
}
.column8__btn.--left {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column8__btn.--left {
    margin-right: unset;
    margin-inline: auto;
  }
}
.column8__btn.--center {
  margin-inline: auto;
}
.column8__btn.--right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .column8__btn.--right {
    margin-left: unset;
    margin-inline: auto;
  }
}

.column8__btn::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  top: 20px;
  transform: translateY(10px);
  -webkit-transform: translateY(-50%);
  right: 12px;
  transform: rotate(-45deg);
}
.column8__btn span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.column9__title {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .column9__title {
    margin-bottom: 8px;
  }
}
.column9__title p {
  color: #c74e3c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .column9__title p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.column9__title .--left {
  text-align: left;
}
.column9__title .--center {
  text-align: center;
}
.column9__title .--tight {
  text-align: right;
}
.column9__title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column9__title h2 {
    font-size: 24px;
  }
}
.column9__title h2 .--left {
  text-align: left;
}
.column9__title h2 .--center {
  text-align: center;
}
.column9__title h2 .--right {
  text-align: right;
}

.column9__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column9__flex {
    display: block;
  }
}

.column9__img {
  width: 50%;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .column9__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column9__text {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .column9__text {
    width: 100%;
  }
}

.column9__text:last-child {
  margin-bottom: 0;
}
.column9__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.16em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column9__content {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.column9__btn {
  position: relative;
  display: block;
  width: 188px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 0;
  text-align: right;
  padding-right: 32px;
}
.column9__btn.--left {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column9__btn.--left {
    margin-right: unset;
    margin-inline: auto;
  }
}
.column9__btn.--center {
  margin-inline: auto;
}
.column9__btn.--right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .column9__btn.--right {
    margin-left: unset;
    margin-inline: auto;
  }
}

.column9__btn::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  top: 20px;
  transform: translateY(10px);
  -webkit-transform: translateY(-50%);
  right: 12px;
  transform: rotate(-45deg);
}
.column9__btn span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.column10__box {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .column10__box {
    margin-top: 60px;
  }
}

.column10__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column10__flex {
    display: block;
  }
}

.column10__img {
  width: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .column10__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column10__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column10__text {
    width: 100%;
  }
}

.column10__text:last-child {
  margin-bottom: 0;
}
.column10__content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column10__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column11 {
  padding-top: 72px;
  padding-bottom: 96px;
  background: #6fa4d1;
}
.column11__box {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 62px;
  background-color: #fff;
  color: #333;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 40px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column11__box {
    font-size: 16px;
    padding: 16px 24px;
  }
}

.column12__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column12__flex {
    display: block;
  }
}

.column12__img {
  width: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .column12__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column12__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column12__text {
    width: 100%;
  }
}

.column12__text:last-child {
  margin-bottom: 0;
}
.column12__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column12__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column12__content.--mb {
  margin-bottom: 24px;
}
.column12__content--name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column12__content--name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.column13__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column13__flex {
    display: block;
  }
}

.column13__flex.--reverse {
  flex-direction: row-reverse;
}

.column13__img {
  width: 100%;
  max-width: 563px;
}
@media screen and (max-width: 768px) {
  .column13__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.column13__map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.column13__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column13__text {
  width: 48%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .column13__text {
    width: 100%;
    margin-left: 0;
  }
}

.column13__text:last-child {
  margin-bottom: 0;
}
.column13__text-access {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .column13__text-access {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.column13__text-access.--mb {
  margin-bottom: 32px;
}
.column13__text-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column13__text-box {
    margin-bottom: 24px;
  }
}

.column13__text-box:last-child {
  margin-bottom: 0;
}

.column13__text-title {
  color: #d52020;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .column13__text-content {
    line-height: 2;
    font-size: 14px;
  }
}

.column14__flex {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column14__flex {
    display: block;
  }
}

.column14__flex.--reverse {
  flex-direction: row-reverse;
}

.column14__img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .column14__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.column14__text {
  width: 48%;
  margin-right: 68px;
}
@media screen and (max-width: 768px) {
  .column14__text {
    width: 100%;
  }
}

.column14__text:last-child {
  margin-bottom: 0;
}
.column14__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column14__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column14__content.--mb {
  margin-bottom: 32px;
}
.column14__content--name {
  font-size: 24px;
  color: #333;
  text-align: right;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column14__content--name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.column15 {
  background-color: #f4f4f4;
}

.column15__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .column15__list {
    display: block;
  }
}
.column15__item {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .column15__item {
    width: 100%;
    margin-bottom: 64px;
  }
}
.column15__image-wrap {
  /* 画像の親要素として必要に応じてスタイルを追加 */
}
.column15__image {
  display: block;
  width: 100%;
  height: auto;
}
.column15__title {
  font-size: 22px;
  margin: 0px 0 16px;
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .column15__title {
    font-size: 18px;
  }
}
.column15__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .column15__text {
    font-size: 14px;
  }
}

.column15__text--bottom {
  font-size: 12px;
  text-align: right;
  color: #888;
}
@media screen and (max-width: 768px) {
  .column15__text--bottom {
    text-align: left;
  }
}

.column16__list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
  padding-top: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .column16__list {
    gap: 24px 8px;
    margin-bottom: 32px;
    padding-top: 0;
  }
}

.column16__list__item {
  width: 27%;
  aspect-ratio: 4/3;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .column16__list__item {
    flex: unset;
  }
}

.column16__list__link {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.column16__list__link:hover {
  opacity: 0.7;
}
.column16__list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column16__list__text {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .column16__list__text {
    font-size: 16px;
    padding-top: 8px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .column16__list__item {
    width: calc(50% - 10px);
  }
}
.column18__title {
  display: block;
}
.column18__title p {
  color: #eb9928;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .column18__title p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.column18__title .--left {
  text-align: left;
}
.column18__title .--center {
  text-align: center;
}
.column18__title .--right {
  text-align: right;
}
.column18__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column18__title h2 {
    font-size: 24px;
  }
}
.column18__title h2 .--left {
  text-align: left;
}
.column18__title h2 .--center {
  text-align: center;
}
.column18__title h2 .--right {
  text-align: right;
}

.column18__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column18__flex {
    display: block;
  }
}

.column18__flex.--direction {
  flex-direction: row-reverse;
}

.column18__img {
  width: 50%;
}
.column18__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 624/405;
}
@media screen and (max-width: 768px) {
  .column18__img {
    width: 100%;
    margin-bottom: 32px;
  }
}

.column18__text {
  width: 50%;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .column18__text {
    width: 100%;
    margin-right: 0px;
  }
}

.column18__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .column18__content {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.column19__box {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column19__box {
    margin-top: 24px;
  }
}

.column19__flex {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .column19__flex {
    display: block;
    margin-bottom: 24px;
  }
}

.column19__img {
  width: 50%;
  margin-right: 40px;
}
.column19__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 600px;
  aspect-ratio: 600/362;
}
@media screen and (max-width: 768px) {
  .column19__img {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
  }
}

.column19__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column19__text {
    width: 100%;
  }
}

.column19__text:last-child {
  margin-bottom: 0;
}
.column19__content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column19__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column20 {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(31, 58, 97, 0.95);
  padding: 48px 68px;
  color: #fff;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .column20 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 24px;
  }
}

.column20-border {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .column20-border {
    font-size: 20px;
  }
}
.column20-border span {
  width: 120px;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .column20-border span {
    margin-left: 0;
  }
}

.column20-border::before {
  content: "";
  border-top: 1px solid #333;
  width: 238px;
}
@media screen and (max-width: 768px) {
  .column20-border::before {
    width: 100px;
  }
}

.column20-border::before {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .column20-border::before {
    margin-right: 16px;
  }
}

.column20__block {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .column20__block {
    width: 100%;
  }
}

.column20__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .column20__title {
    font-size: 16px;
  }
}

.column20__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column20__item {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .column20__item {
    font-size: 14px;
  }
}

.column21 {
  margin-top: 48px;
}

.column21__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .column21__list {
    display: block;
  }
}

.column21__item {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .column21__item {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .column21__item:last-child {
    margin-bottom: 0;
  }
}

.column21__image-wrap {
  /* 画像の親要素として必要に応じてスタイルを追加 */
}

.column21__image {
  display: block;
  width: 100%;
  height: auto;
}

.column21__tag {
  display: inline-block;
  color: #fff;
  background-color: #eb9928;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 110px;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
}

.column21__text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .column21__text {
    font-size: 14px;
  }
}

.column22 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column22 {
    margin-top: 40px;
  }
}

.column22__item {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.column22__item:last-child {
  margin-bottom: 0;
}
.column22__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .column22__item:nth-child(even) {
    flex-direction: unset;
  }
}
@media screen and (max-width: 768px) {
  .column22__item {
    flex-direction: column;
    display: block;
  }
}

.column22__image img {
  max-width: 801px;
  aspect-ratio: 801/698;
  height: auto;
  display: block;
  box-shadow: 16px 16px 23px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 768px) {
  .column22__image img {
    max-width: 100%;
    aspect-ratio: unset;
  }
}

.column22__content {
  aspect-ratio: 604/369;
  max-width: 604px;
  background-color: rgba(31, 58, 97, 0.95);
  opacity: 0.95;
  color: #fff;
  padding: 5% 5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .column22__content {
    text-align: left;
    padding: 16px;
    max-width: 100%;
    aspect-ratio: unset;
  }
}
.column22__content.--forward {
  margin-right: -150px;
}
@media screen and (max-width: 768px) {
  .column22__content.--forward {
    margin-right: unset;
  }
}
.column22__content.--reverse {
  margin-left: -150px;
}
@media screen and (max-width: 768px) {
  .column22__content.--reverse {
    margin-left: unset;
  }
}

.column22__number {
  font-size: clamp(2.5rem, 1.3571rem + 2.381vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column22__number {
    font-size: 40px;
  }
}

.column22__title {
  font-size: clamp(1.25rem, 1.1071rem + 0.2976vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column22__title {
    font-size: 18px;
  }
}

.column22__description {
  font-size: clamp(1.125rem, 0.8571rem + 0.2976vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column22__description {
    font-size: 16px;
  }
}

.column23 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column23 {
    margin-top: 24px;
  }
}

.column23__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column23__flex {
    display: block;
  }
}

.column23__flex.--reverse {
  flex-direction: row-reverse;
}

.column23__img {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .column23__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.column23__map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.column23__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column23__text {
  width: 48%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .column23__text {
    width: 100%;
    margin-left: 0;
  }
}

.column23__text:last-child {
  margin-bottom: 0;
}
.column23__text-access {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .column23__text-access {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.column23__text-access.--mb {
  margin-bottom: 32px;
}
.column23__text-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column23__text-box {
    margin-bottom: 24px;
  }
}

.column23__text-box:last-child {
  margin-bottom: 0;
}

.column23__text-title {
  font-weight: bold;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .column23__text-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .column23__text-content {
    font-size: 14px;
  }
}

.column24__list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .column24__list {
    margin-top: 24px;
    display: block;
  }
}

.column24__item {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .column24__item {
    width: 100%;
    margin-bottom: 64px;
  }
}

.column24__image-wrap {
  /* 画像の親要素として必要に応じてスタイルを追加 */
}

.column24__image {
  display: block;
  width: 100%;
  height: auto;
}

.column24__title {
  font-size: 24px;
  margin: 32px 0 32px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .column24__title {
    font-size: 20px;
    margin: 16px 0 16px;
  }
}

.column24__text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 16px;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .column24__text {
    font-size: 14px;
  }
}

.column24__text--bottom {
  font-size: 12px;
  text-align: right;
  color: #888;
}
@media screen and (max-width: 768px) {
  .column24__text--bottom {
    text-align: left;
  }
}

.column25 {
  position: relative;
}

.column25__img {
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column25__img {
    margin-top: 24px;
  }
}
.column25__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .column25__img::before {
    bottom: -12px;
    right: -12px;
  }
}

.column25__text {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .column25__text {
    margin-top: 36px;
    text-align: left;
  }
}

.column26 {
  position: relative;
}

.column26__menu {
  width: 100%;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 599px) {
  .column26__menu {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 46px;
  }
}

.column26__text {
  margin-top: 24px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .column26__text {
    margin-top: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .column26__img {
    height: auto;
    width: 100%;
    margin-inline: auto;
  }
  .column26__img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.column27 {
  padding-top: 124px;
  padding-bottom: 124px;
  background: #f6fafa;
  border-radius: 135px;
}
@media screen and (max-width: 599px) {
  .column27 {
    border-radius: 40px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.column27__container {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .column27__container {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
  }
}

.column27__contents {
  padding: 32px;
  border-radius: 33px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 278px;
  max-width: 290px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .column27__contents {
    padding: 16px 8px;
    border-radius: 16px;
    gap: 8px;
    height: 140px;
  }
}
.column27__contents:nth-of-type(1) .column27__img {
  max-width: 128px;
}
.column27__contents:nth-of-type(2) .column27__img {
  max-width: 128px;
}
@media screen and (max-width: 599px) {
  .column27__contents:nth-of-type(2) .column27__img {
    max-width: 60px;
  }
}
.column27__contents:nth-of-type(3) .column27__img {
  max-width: 128px;
}
.column27__contents:nth-of-type(4) .column27__img {
  max-width: 128px;
}
@media screen and (max-width: 599px) {
  .column27__contents:nth-of-type(4) .column27__img {
    max-width: 60px;
  }
}
.column27__contents:nth-of-type(5) .column27__img {
  max-width: 128px;
}
@media screen and (max-width: 599px) {
  .column27__contents:nth-of-type(5) .column27__img {
    max-width: 50px;
  }
}
.column27__contents:nth-of-type(6) .column27__img {
  max-width: 128px;
}

.column27__contents__number {
  color: #1eadd1;
  font-family: "Noto Sans JP";
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 41px */
  position: absolute;
  left: -10px;
  top: -6px;
}
@media screen and (max-width: 599px) {
  .column27__contents__number {
    left: -6px;
    top: -2px;
    font-size: 27px;
  }
}

.column27__img {
  width: 100%;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .column27__img {
    width: 78px;
  }
}

@media screen and (max-width: 599px) {
  .column27__text {
    font-size: 11px;
    letter-spacing: 1.65px;
  }
}

.column27__btn {
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  .column27__btn {
    margin-top: 28px;
  }
}

.column27__btn__link {
  margin-inline: auto;
}

.column28__contents {
  margin-top: 48px;
  border-radius: 16px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .column28__contents {
    padding: 20px;
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.column28__contents:first-of-type {
  margin-top: 16px;
}
.column28__contents:nth-of-type(even) .column28__img {
  order: 1;
}
@media screen and (max-width: 599px) {
  .column28__contents:nth-of-type(even) .column28__img {
    order: 0;
  }
}

.column28__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 4.8px;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column28__title {
    padding-left: 40px;
    font-size: 16px;
  }
}
.column28__title span {
  color: #f8c100;
  font-family: "Noto Sans JP";
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 41px */
  display: block;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .column28__title span {
    top: 3px;
    font-size: 18px;
  }
}

.column28__text {
  margin-top: 35px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 2.4px;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .column28__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.column29__contents {
  margin-top: 40px;
  border-radius: 16px;
  background: #f6fafa;
  padding: 49px 12px;
  display: grid;
  justify-content: center;
  grid-template-columns: 22% 1fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column29__contents {
    margin-top: 24px;
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.column29__contents .column29__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .column29__contents .column29__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.column29__contents:nth-of-type(3) {
  margin-top: 24px;
}
.column29__contents:nth-of-type(3) .column29__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .column29__contents:nth-of-type(3) .column29__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.column29__title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
  border-right: 1px solid #1eadd1;
}
@media screen and (max-width: 768px) {
  .column29__title {
    border-right: none;
    border-bottom: 1px solid #1eadd1;
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.column29__list {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column29__list {
    padding-left: 25px;
    font-size: 12px;
  }
}
.column29__list::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .column29__list::before {
    width: 20px;
    height: 20px;
  }
}

.column29__text {
  margin-top: 24px;
  color: #333;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
@media screen and (max-width: 599px) {
  .column29__text {
    margin-top: 12px;
    font-size: 12px;
  }
}

.column30__contents {
  margin-top: 57px;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 28px;
  align-items: center;
}
.column30__contents:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .column30__contents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.column30__table__contents {
  display: grid;
  grid-template-columns: 139px 1fr;
}
@media screen and (max-width: 599px) {
  .column30__table__contents {
    grid-template-columns: 86px 1fr;
  }
}

.column30__row-title {
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
  background: #1eadd1;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .column30__row-title {
    padding: 12px;
    font-size: 14px;
  }
}

.column30__data {
  padding: 13px 48px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  background: #f6fafa;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .column30__data {
    padding: 12px 8px;
    font-size: 14px;
  }
}

.case-study {
  background-color: #fff;
  text-align: center;
  padding: 56px 72px;
  width: 917px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .case-study {
    padding: 24px;
  }
}

.case-study__bg {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .case-study-mt {
    margin-top: 80px;
  }
}

.case-study__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-study__images {
  display: flex;
  gap: 21px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .case-study__images {
    display: block;
  }
}

.case-study__img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .case-study__img {
    margin-bottom: 40px;
  }
}

.case-study__image {
  width: 241px;
  height: 151px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .case-study__image {
    width: 100%;
  }
}

.case-study__description {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case-study__description {
    width: 100%;
  }
}

.case-study__details {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  text-align: justify;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .case-study__details {
    flex-direction: column;
    align-items: center;
  }
}

.case-study__list {
  width: 36%;
  list-style: none;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .case-study__list {
    margin-left: 16px;
    width: 100%;
  }
}

.case-study__list-item {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .case-study__list-item {
    margin-bottom: 16px;
  }
}

.case-study__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d52020;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case-study2 {
  background-color: #fff;
  text-align: center;
  padding: 56px 72px;
  width: 917px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .case-study2 {
    padding: 24px;
  }
}

.case-study2__bg {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .case-study2-mt {
    margin-top: 80px;
  }
}

.case-study2__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-study2__details {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  text-align: justify;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .case-study2__details {
    flex-direction: column;
    align-items: center;
  }
}

.case-study2__list {
  width: 36%;
  list-style: none;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .case-study2__list {
    margin-left: 16px;
    width: 100%;
  }
}

.case-study2__list-item {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .case-study2__list-item {
    margin-bottom: 16px;
  }
}

.case-study2__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d52020;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.company-info {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  font-size: 16px;
}

.company-info__row {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .company-info__row {
    flex-direction: column;
  }
}

.company-info__row:first-of-type {
  border-top: 1px solid #f4f4f4;
}

.company-info__label {
  font-weight: bold;
  width: 30%;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-info__label {
    width: 100%;
    margin-bottom: 16px;
  }
}

.company-info__value {
  width: 85%;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-info__value {
    width: 100%;
  }
}

.company-info3 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
}

.company-info3__row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .company-info3__row {
    flex-direction: column;
  }
}

.company-info3__row:first-of-type {
  border-top: 1px solid #333;
}

.company-info3__label {
  width: 10%;
  color: #3f8f11;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-info3__label {
    width: 100%;
    margin-bottom: 16px;
  }
}

.company-info3__value {
  width: 85%;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-info3__value {
    width: 100%;
  }
}

.company-info4 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company-info4 {
    margin-top: 20px;
  }
}

.company-info4__row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #333;
}
.company-info4__label {
  width: 182px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  align-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .company-info4__label {
    font-size: 15px;
    font-weight: normal;
    width: 100px;
    margin-bottom: 0px;
    line-height: 2;
  }
}
.company-info4__label::before {
  content: "";
  display: block;
  background-color: #eb9928;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .company-info4__label::before {
    width: 100px;
  }
}

.company-info4__value {
  width: calc(100% - 182px);
  letter-spacing: 0.1em;
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .company-info4__value {
    width: calc(100% - 100px);
    padding-left: 16px;
    line-height: 1.8;
    font-size: 14px;
  }
}

.top-company1 {
  background: #f4f4f4;
  padding-right: 60px;
}
@media screen and (max-width: 599px) {
  .top-company1 {
    padding-right: 0px;
  }
}
.top-company1 .common__container {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.top-company1 .common__contents {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__contents:nth-of-type(2) {
    order: -1;
  }
}
.top-company1 .common__text {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__text {
    margin-top: 24px;
  }
}
.top-company1 .common__btn {
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__btn {
    margin-top: 32px;
  }
}
.top-company1 .common__btn__link {
  margin-inline: auto;
}
.top-company1 .common__img {
  position: absolute;
  top: 47.5%;
  right: 0;
  transform: translateY(-50%);
  width: 39%;
  max-width: 473px;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__img {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 100%;
  }
}
.top-company1 .common__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__img.is-sp {
    margin-top: 36px;
    position: relative;
    width: 60%;
    margin-inline: auto;
  }
  .top-company1 .common__img.is-sp::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -12px;
    left: -12px;
    background: #d0e2e6;
    z-index: -1;
  }
}

.g-map2 {
  width: 100%;
  position: relative;
  padding-top: 300px;
  margin-bottom: 40px;
}
.g-map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-map2.--mt {
  margin-top: 64px;
}
.g-map2.--mt2 {
  margin-top: 100px;
}
.access2__text {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.btn-map2-box {
  text-align: center;
}

.btn-map2 a {
  width: 188px;
  display: block;
  margin-inline: auto;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 16px 8px;
  line-height: 1.4;
  position: relative;
}
.btn-map2 a::after {
  display: block;
  content: "";
  background-image: url(../images/common/blank-black.svg);
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.access2__note {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
/*=======
# アクセス
======================================================*/
.access3__flex {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .access3__flex {
    display: block;
  }
}

.access3__flex.--reverse {
  flex-direction: row-reverse;
}

.access3__img {
  width: 660px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .access3__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.access3__map {
  width: 100%;
  position: relative;
  padding-top: 72%;
}
.access3__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access3__text {
  width: 36%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .access3__text {
    width: 100%;
    margin-left: 0;
  }
}

.access3__text:last-child {
  margin-bottom: 0;
}
.access3__text-access {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .access3__text-access {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.access3__text-access.--mb {
  margin-bottom: 32px;
}
.access3__text-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .access3__text-box {
    margin-bottom: 24px;
  }
}

.access3__text-box:last-child {
  margin-bottom: 0;
}

.access3__text-img {
  width: 40px;
  object-fit: contain;
}

.access3__text-guide {
  border-left: 1px solid #333;
  margin-left: 20px;
  padding-left: 20px;
}

.access3__text-title {
  font-size: 16px;
}
.access3__text-content {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .access3__text-content {
    line-height: 2;
    font-size: 14px;
  }
}

.access3__bottom {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 16px;
  padding-bottom: 22px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.access3__bottom-title {
  font-size: 18px;
}

.access3__bottom-content {
  font-size: 14px;
}

.products1 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .products1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.products1__inner {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.products1__list {
  display: flex;
  gap: 64px 7%;
  margin-top: 80px;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .products1__list {
    gap: 16px; /* レスポンシブ時の余白 */
  }
}

.products1__item {
  width: 30%;
  margin-right: -16px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .products1__item {
    width: 46%;
    margin-bottom: 16px;
    margin-right: 0;
    margin-left: 0;
  }
}

.products1__photo {
  background-color: #eaeaea;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .products1__photo {
    padding: 8px 8px;
  }
}

.products1__img {
  width: 100%;
  height: auto;
  display: block;
}

.products1__info {
  background-color: #fff;
  padding: 32px 32px;
}
@media screen and (max-width: 768px) {
  .products1__info {
    padding: 16px 16px;
  }
}

.products1__title {
  letter-spacing: 0.1em;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2;
  padding-left: 8px;
  border-left: 8px solid #6fa4d1;
}
@media screen and (max-width: 768px) {
  .products1__title {
    margin-bottom: 14px;
    font-size: 16px;
    border-left: 4px solid #6fa4d1;
  }
}

.products1__tag {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products1__tag {
    font-size: 13px;
  }
}

.category1 .inner {
  width: 1220px;
  padding: 0 8px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .category1 .inner {
    padding: 0 20px;
  }
}

.category1-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.category1-list__item {
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .category1-list__item {
    width: calc(48% - 10px);
    margin-inline: auto;
  }
}
.category1-list__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #333;
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.category1-list__button:hover {
  background: #3f8f11;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .category1-list__button {
    font-size: 12px;
    padding: 8px;
  }
}
.category1-list__icon {
  width: 16px;
  margin-left: 10px;
  object-fit: contain;
}

.faq1 {
  margin-top: 64px;
}

.faq1-item {
  margin-bottom: 40px;
}
.faq1-question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 28px;
  background: #6fa4d1;
  color: #fff;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .faq1-question {
    gap: 14px;
    padding: 8px 48px 8px 8px;
  }
}
.faq1-question .faq1-q-icon {
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq1-question .faq1-q-icon {
    display: block;
    min-width: 28px;
  }
}
.faq1-question .faq1-q-text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .faq1-question .faq1-q-text {
    font-size: 14px;
  }
}
.faq1-question::before, .faq1-question::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.faq1-question::before {
  width: 4px;
  height: 20px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .faq1-question::before {
    width: 2px;
    height: 18px;
    right: 26px;
  }
}
.faq1-question::after {
  width: 20px;
  height: 4px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .faq1-question::after {
    height: 2px;
    width: 18px;
    right: 18px;
  }
}

.js-faq1 .faq1-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
.faq1-inner {
  overflow: hidden;
}

.faq1-answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 28px;
  border-radius: 8px;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .faq1-answer {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 8px 16px 8px 8px;
  }
}
.faq1-answer .faq1-a-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq1-answer .faq1-a-icon {
    min-width: 28px;
  }
}
.faq1-answer .faq1-a-text {
  color: #333;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq1-answer .faq1-a-text {
    font-size: 14px;
  }
}

.faq1-item.active .faq1-panel {
  grid-template-rows: 1fr;
}

.faq1-item.active .faq1-question {
  border-bottom: none;
}
.faq1-item.active .faq1-question::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq2 {
  margin-top: 64px;
  width: 943px;
  max-width: 100%;
  margin-inline: auto;
}

.faq2-item {
  margin-bottom: 24px;
}
.faq2-question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 28px;
  background: #f0f5f3;
  color: #333;
  padding: 18px 28px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .faq2-question {
    gap: 14px;
    padding: 8px 48px 8px 8px;
  }
}
.faq2-question .faq2-q-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq2-question .faq2-q-icon {
    display: block;
    width: 28px;
  }
}
.faq2-question .faq2-q-text {
  color: #333;
  font-size: 17px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .faq2-question .faq2-q-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.faq2-question::before, .faq2-question::after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.faq2-question::before {
  width: 1px;
  height: 24px;
  right: 36px;
}
@media screen and (max-width: 768px) {
  .faq2-question::before {
    width: 2px;
    height: 18px;
    right: 26px;
  }
}
.faq2-question::after {
  width: 24px;
  height: 1px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .faq2-question::after {
    height: 2px;
    width: 18px;
    right: 18px;
  }
}

.js-faq2 .faq2-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s;
}
.faq2-inner {
  overflow: hidden;
}

.faq2-answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 28px;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .faq2-answer {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 8px 16px 8px 8px;
  }
}
.faq2-answer .faq2-a-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq2-answer .faq2-a-icon {
    width: 28px;
  }
}
.faq2-answer .faq2-a-text {
  color: #333;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq2-answer .faq2-a-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.faq2-item.active .faq2-panel {
  grid-template-rows: 1fr;
}

.faq2-item.active .faq2-question {
  border-bottom: none;
}
.faq2-item.active .faq2-question::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq3 .Accordion {
  width: 100%;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 30px;
  display: block;
}
.faq3 .Accordion:first-of-type {
  margin-top: 0px;
}
.faq3 .Accordion-Title {
  position: relative;
  border-radius: 0px 15px 0px 0px;
  background: #f4f4f4;
  cursor: pointer;
  display: flex;
}
.faq3 .accordion__icon {
  transition: all 0.3s;
  border-radius: 0px 15px 0px 0px;
  background: #4d99a8;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 30px */
  display: block;
  padding: 25px 28px;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .faq3 .accordion__icon {
    display: flex;
    border-radius: 0px 10px 0px 0px;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
    height: 42px;
    width: 70px;
    align-items: center;
    justify-content: center;
  }
}
.faq3 .accordion__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 19px */
  letter-spacing: 1.9px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease;
  padding: 20px 88px 20px 64px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .faq3 .accordion__text {
    font-size: 14px;
    padding: 20px 40px 20px 20px;
  }
}
.faq3 .Accordion-Title::before {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background-color: #4d99a8;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Title::before {
    width: 3px;
    height: 23px;
    right: 24px;
  }
}
.faq3 .Accordion.AccordionIsOpen .Accordion-Title::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.faq3 .Accordion-Title:after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  background-color: #4d99a8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Title:after {
    width: 23px;
    height: 3px;
    right: 14px;
  }
}
.faq3 .Accordion-Title-Icon {
  width: 20px;
  transition-property: transform;
  transition-duration: var(--accordion-duration);
  transition-timing-function: var(--accordion-timing-function);
  transition-delay: var(--accordion-delay);
}
.faq3 .AccordionIsOpen .Accordion-Title-Icon {
  transform: rotateZ(-180deg);
}
.faq3 .Accordion-Title::-webkit-details-marker {
  display: none;
}
.faq3 .Accordion-Content {
  text-align: left;
  max-width: 910px;
  margin-inline: auto;
  line-height: 1.5;
  width: 100%;
  padding: 20px;
  font-weight: 300;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .faq3 .Accordion-Content {
    width: 88%;
    text-align: justify;
  }
}
.faq3 .Accordion-Content .accordion__icon {
  transition: all 0.3s;
  border-radius: 0px;
  background: transparent;
  display: block;
  padding: 0;
  height: auto;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Content .accordion__icon {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%; /* 32px */
  }
}
.faq3 .Accordion-Content .accordion__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Content .accordion__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 32px */
  }
}

.faq4__container {
  border-radius: 15px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .faq4__container {
    padding: 20px;
  }
}
.faq4__container:first-of-type {
  margin-top: 0px;
}

.faq4__contents {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 599px) {
  .faq4__contents {
    gap: 12px;
  }
}
.faq4__contents:nth-of-type(1) {
  padding-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .faq4__contents:nth-of-type(1) {
    padding-bottom: 12px;
  }
}
.faq4__contents:nth-of-type(1) .faq4__text {
  color: #1eadd1;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 18px */
}
@media screen and (max-width: 599px) {
  .faq4__contents:nth-of-type(1) .faq4__text {
    font-size: 14px;
    line-height: 200%;
  }
}
.faq4__contents:nth-of-type(2) {
  padding-top: 26px;
}
@media screen and (max-width: 599px) {
  .faq4__contents:nth-of-type(2) {
    padding-top: 12px;
  }
}

.faq4__icon {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .faq4__icon {
    max-width: 28px;
  }
}

.faq4__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 599px) {
  .faq4__text {
    font-size: 14px;
    line-height: 200%;
  }
}
.faq4__text a {
  color: #1eadd1;
  text-decoration: underline;
}
.faq4__text a:hover {
  opacity: 0.7;
}

.lower1__mv__wrap {
  height: 385px;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lower1__mv__wrap {
    height: 220px;
  }
}
.lower1__mv__wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #8394a2;
  mix-blend-mode: multiply;
  z-index: 0;
}
.lower1__mv__wrap.lower1__mv--1 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--2 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--3 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--4 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--5 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--6 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.lower1__mv__title span {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower1__mv__title span {
    font-size: 22px;
  }
}

.lower1__mv__title--top {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower1__mv__title--top {
    font-size: 24px;
  }
}

.lower1__mv__title--bottom {
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lower1__mv__title--bottom {
    font-size: 16px;
  }
}

.access1 {
  background: #f4f4f4;
  position: relative;
}
.access1.section {
  padding-top: 170px;
  padding-bottom: 130px;
}
@media screen and (max-width: 599px) {
  .access1.section {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.access1 .footer__logo {
  max-width: 196px;
  width: 100%;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .access1 .footer__logo {
    max-width: 120px;
    top: -60px;
  }
}
.access1 .page-top__btn {
  max-width: 70px;
  width: 100%;
  position: absolute;
  top: -24px;
  right: 188px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .access1 .page-top__btn {
    max-width: 60px;
    right: 20px;
  }
}
.access1 .page-top__btn__link {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  width: 70px;
  height: 60px;
  background: #848484;
  border: #848484 solid 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .access1 .page-top__btn__link {
    font-size: 12px;
    width: 60px;
    height: 50px;
  }
}
@media (any-hover: hover) {
  .access1 .page-top__btn__link:hover {
    background-color: #fff;
    color: #848484;
  }
  .access1 .page-top__btn__link:hover::before {
    top: -26px;
  }
}
.access1 .page-top__btn__link::before {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 42px;
  height: 12px;
  position: absolute;
  top: -15px;
  left: 44%;
  transform: translateX(-50%) rotate(-90deg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/common/arrow.svg);
  background: #848484;
  z-index: 1;
}
.access1 .access___container {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 80px;
  align-items: center;
  position: relative;
  left: 50%;
  width: 90vw; /* 左側に50vw分広げる */
  transform: translateX(-50vw); /* 左側に50vwずらす */
}
@media screen and (max-width: 599px) {
  .access1 .access___container {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 24px;
    left: auto;
    width: 100%;
    transform: translateX(0);
  }
}
.access1 .common__img {
  width: 100%;
}
.access1 .common__contents {
  width: 100%;
}
.access1 .common__title {
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  .access1 .common__title {
    font-size: 18px;
  }
}
.access1 .common__title span:nth-of-type(1) {
  display: inline;
  padding-right: 5px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 1.5px;
}
@media screen and (max-width: 599px) {
  .access1 .common__title span:nth-of-type(1) {
    font-size: 13px;
    padding-right: 2.5px;
  }
}
.access1 .common__text {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .access1 .common__text {
    margin-top: 12px;
  }
}
.access1 .googlemap {
  margin-top: 30px;
  height: 253px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .access1 .googlemap {
    height: 253px;
    margin-top: 18px;
  }
}
.access1 .googlemap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .access1 .googlemap::after {
    bottom: -12px;
    right: -12px;
  }
}

.cta3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #2E88B1;
}
.cta3__lead {
  margin-top: 2rem;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cta3__lead {
    font-size: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.cta3__container {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .cta3__container {
    flex-flow: column;
    gap: 0;
  }
}
.cta3__btn {
  color: #2E88B1;
  width: 16.375rem;
  height: 3.4375rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .cta3__btn {
    max-width: 320px;
    width: 100%;
    height: 3.375rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .cta3__btn {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta3__btn:first-child {
    margin-bottom: 20px;
  }
}
.cta3__btn img {
  max-width: 1rem;
  width: 100%;
  margin-right: 0.5rem;
}
.cta3__btn img path {
  transition: fill 0.3s;
}
@media screen and (max-width: 768px) {
  .cta3__btn img {
    max-width: 1.125rem;
  }
}
.cta3 .cta3__btn-white {
  color: #2E88B1;
  width: 16.375rem;
  height: 3.4375rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .cta3 .cta3__btn-white {
    max-width: 320px;
    width: 100%;
    height: 3.375rem;
  }
  .cta3 .cta3__btn-white:first-child {
    margin-bottom: 20px;
  }
}
.cta3 .cta3__btn-white img {
  max-width: 1.25rem;
  width: 100%;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
}
.cta3 .cta3__btn-white img path {
  transition: fill 0.3s;
}

.cta3__title__en.title__en {
  color: #FFF;
}

.cta3__title__ja.title__ja {
  color: #FFF;
}

.table1 {
  margin-top: 56px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .table1 {
    margin-top: 28px;
  }
}

.table1__contents {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media screen and (max-width: 768px) {
  .table1__contents {
    grid-template-columns: 1fr;
  }
}

.table1__header {
  padding: 21px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #848484;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .table1__header {
    padding: 6px 12px;
    font-size: 14px;
    text-align: left;
  }
}

.table1__data {
  padding: 21px 48px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; /* 16px */
  letter-spacing: 0.06em;
  background: #f4f4f4;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .table1__data {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.table1__data__list {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-left: 20px;
  text-indent: -20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .table1__data__list {
    font-size: 14px;
  }
}

.custom__single2 .splide__arrow {
  opacity: 1 !important;
}
.custom__single2 .splide__pagination__page {
  opacity: 1 !important;
}

.custom__single2__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 112px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .custom__single2__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 599px) {
  .custom__single2__container {
    gap: 24px;
  }
}

.custom__single2__contents {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents {
    width: 92%;
  }
}

.custom__single2__slug {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 54px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__slug {
    font-size: 24px;
  }
}

.custom__single2__area {
  margin-top: 28px;
  width: 148px;
  height: 35px;
  flex-shrink: 0;
  background: #f4f4f4;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .custom__single2__area {
    margin-top: 16px;
    font-size: 14px;
  }
}

.custom__single2__title {
  margin-top: 28px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .custom__single2__title {
    margin-top: 16px;
    font-size: 24px;
  }
}

.custom__single2__tag__menu {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .custom__single2__tag__menu {
    margin-top: 16px;
  }
}

.custom__single2__tag__list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__tag__list {
    font-size: 12px;
  }
}

.custom__single2__contents__item {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__item {
    margin-top: 16px;
  }
}

.custom__single2__contents__item:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__item:nth-of-type(2) {
    margin-top: 16px;
  }
}

.custom__single2__contents__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__title {
    font-size: 14px;
  }
}

.custom__single2__contents__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__text {
    font-size: 14px;
  }
}

#custom__single2__main-carousel {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #custom__single2__main-carousel {
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  #custom__single2__main-carousel {
    max-width: 335px;
  }
}
#custom__single2__main-carousel .splide__slide {
  width: 100% !important;
  height: 100%;
  margin-top: -50px;
  top: 0px;
  left: 0px; /* これを追加して左寄せ */
}
#custom__single2__main-carousel .splide__slide img {
  aspect-ratio: 83/85;
  object-fit: contain;
  object-position: center;
  width: 80%;
  height: 100%;
  display: block;
  margin-inline: auto;
}
#custom__single2__main-carousel .splide__arrow svg {
  fill: #4d99a8 !important;
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  #custom__single2__main-carousel .splide__arrow svg {
    width: 20px !important;
    height: 20px !important;
  }
}
#custom__single2__main-carousel .splide__arrow {
  background: transparent !important;
}
#custom__single2__main-carousel .splide__arrow {
  top: 16.4285714286vw !important;
}
@media screen and (max-width: 599px) {
  #custom__single2__main-carousel .splide__arrow {
    top: 36.4583333333vw !important;
  }
}

.custom__single2__splide__text {
  margin-top: 20px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide__text {
    font-size: 14px;
  }
}

.custom__single2__splide {
  width: 100%;
  margin-top: 54px;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide {
    margin-top: 24px;
  }
}
.custom__single2__splide .splide__pagination {
  width: 100%;
  margin-inline: auto;
  bottom: -2.1428571429vw;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide .splide__pagination {
    bottom: -6.5104166667vw;
    width: 80%;
  }
}
.custom__single2__splide .splide__pagination__page {
  background: #848484;
}
.custom__single2__splide .splide__pagination__page.is-active {
  background: #4d99a8 !important;
}
.custom__single2__splide .splide__arrow--prev {
  left: 0 !important;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide .splide__arrow--prev {
    left: -7px !important;
  }
}
.custom__single2__splide .splide__arrow--next {
  right: 0 !important;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide .splide__arrow--next {
    right: -7px !important;
  }
}

#custom__single2__thumbnail-carousel {
  margin-top: 40px;
}
#custom__single2__thumbnail-carousel .splide__list {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#custom__single2__thumbnail-carousel .splide__slide {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px; /* 縦方向の間隔 */
}
@media screen and (max-width: 599px) {
  #custom__single2__thumbnail-carousel .splide__slide {
    margin-bottom: 8px; /* 縦方向の間隔 */
  }
}
#custom__single2__thumbnail-carousel .splide__slide img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#custom__single2__thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  position: relative;
}
#custom__single2__thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide.is-active::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom__single2__gray-section {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}

.custom__single2__youtube {
  position: relative;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 835px;
  margin-inline: auto;
  text-align: center;
}
.custom__single2__youtube::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .custom__single2__youtube::after {
    bottom: -12px;
    right: -12px;
  }
}

.custom__single2__youtube iframe {
  width: 100%;
  height: 100%;
}

.custom__single2__youtube__text {
  margin-top: 47px;
  max-width: 835px;
  margin-inline: auto;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .custom__single2__youtube__text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.custom__single2__post-navigation {
  margin-top: 72px;
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .custom__single2__post-navigation {
    margin-top: 50px;
    max-width: 200px;
  }
}
.custom__single2__post-navigation a:hover {
  opacity: 0.7;
}

.custom__single2__post-previous {
  position: relative;
}
.custom__single2__post-previous a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 52%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .custom__single2__post-previous a {
    width: 10px;
    height: 10px;
  }
}

.custom__single2__post-list {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}
@media screen and (max-width: 599px) {
  .custom__single2__post-list {
    font-size: 16px;
  }
}

.custom__single2__post-next {
  position: relative;
}
.custom__single2__post-next a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 599px) {
  .custom__single2__post-next a {
    width: 10px;
    height: 10px;
  }
}

.custom__single3 .term {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
  border-radius: 25px;
  background: #1eadd1;
  display: block;
  padding: 8px 12px;
  width: 154px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .custom__single3 .term {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .custom__single3 .single__title-box {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
}
.custom__single3 #main-carousel3 {
  margin-top: 46px;
}
.custom__single3 #main-carousel3 .splide__slide {
  width: 100%;
  height: 100%;
}
.custom__single3 #main-carousel3 .splide__slide img {
  margin-inline: auto;
  display: block;
  max-width: 410px;
  height: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}
.custom__single3 #thumbnail-carousel3 {
  margin-top: 98px;
  max-width: 958px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .custom__single3 #thumbnail-carousel3 {
    margin-top: 30px;
  }
}
.custom__single3 #thumbnail-carousel3 .splide__slide {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.custom__single3 #thumbnail-carousel3 .splide__slide img {
  aspect-ratio: 181/133;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom__single3 .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: -235% !important;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.custom__single3 .splide__arrow--prev {
  left: 240px !important;
}
@media screen and (max-width: 768px) {
  .custom__single3 .splide__arrow--prev {
    left: 140px !important;
  }
}
@media screen and (max-width: 599px) {
  .custom__single3 .splide__arrow--prev {
    left: 0px !important;
  }
}
.custom__single3 .splide__arrow--next {
  right: 240px !important;
}
@media screen and (max-width: 768px) {
  .custom__single3 .splide__arrow--next {
    right: 140px !important;
  }
}
@media screen and (max-width: 599px) {
  .custom__single3 .splide__arrow--next {
    right: 0px !important;
  }
}
.custom__single3 .splide__arrow svg {
  fill: #1eadd1 !important;
  height: 28px !important;
  width: 28px !important;
}
.custom__single3 .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  transition: all 0.3s;
}
.custom__single3 .splide__track--nav > .splide__list > .splide__slide.is-active:before {
  transition: all 0.3s;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom__single3 .splide__pagination {
  gap: 4px !important;
}
.custom__single3 .splide__pagination__page {
  background: #848484 !important;
  border-radius: 50%;
  height: 10px !important;
  margin: 3px;
  opacity: 1 !important;
  width: 10px !important;
}
.custom__single3 .splide__pagination__page.is-active {
  background: #1eadd1 !important;
  transform: scale(1) !important;
}
.custom__single3 .splide__pagination {
  bottom: -40px !important;
}
@media screen and (max-width: 599px) {
  .custom__single3 .splide__pagination {
    bottom: -25px !important;
  }
}
.custom__single3 .single__title-box {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: #1eadd1 1px solid;
}
.custom__single3 .term {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 19.5px */
  letter-spacing: 1.3px;
  border-radius: 25px;
  background: #1eadd1;
  padding: 8px 12px;
}
.custom__single3 .single__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom__single3 .common__table {
  margin-top: 64px;
  max-width: 659px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table {
    margin-top: 32px;
  }
}
.custom__single3 .common__table__contents {
  display: grid;
  grid-template-columns: 139px 1fr;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table__contents {
    grid-template-columns: 86px 1fr;
  }
}
.custom__single3 .common__table__header {
  padding: 13px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
  background: #1eadd1;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table__header {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.custom__single3 .common__table__data {
  padding: 13px 48px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  background: #f6fafa;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table__data {
    padding: 12px 12px;
    font-size: 14px;
  }
}
.custom__single3 .post-navigation {
  margin-top: 72px;
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-navigation {
    margin-top: 50px;
    max-width: 200px;
  }
}
.custom__single3 .post-navigation a:hover {
  opacity: 0.7;
}
.custom__single3 .post-next {
  position: relative;
}
.custom__single3 .post-next a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 2px solid #ffe141;
  border-bottom: 2px solid #ffe141;
  position: absolute;
  top: 52%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-next a {
    width: 10px;
    height: 10px;
  }
}
.custom__single3 .post-list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-list {
    font-size: 14px;
  }
}
.custom__single3 .post-previous {
  position: relative;
}
.custom__single3 .post-previous a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 2px solid #ffe141;
  border-bottom: 2px solid #ffe141;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-previous a {
    width: 10px;
    height: 10px;
  }
}

.p-privacy__lower__mv--1 {
  background-image: url(../images/pages/privacy/p-privacy-mv.jpg);
}

.lower-privacy {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
.lower-privacy::before {
  content: "";
  display: block;
  width: 88.47%;
  background: url(../images/common/p-wrapper-bg-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  bottom: 12.5%;
  left: -11%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lower-privacy::before {
    width: 139.2%;
    left: -17.9%;
    bottom: 42%;
  }
}
.lower-privacy::after {
  content: "";
  display: block;
  width: 79.84%;
  background: url(../images/common/p-wrapper-bg-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1149.7/703.9;
  height: auto;
  position: absolute;
  top: 18.75rem;
  right: -9.62%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lower-privacy::after {
    width: 139.2%;
    right: -17.62%;
  }
}
@media screen and (max-width: 768px) {
  .lower-privacy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.lower-privacy .privacy__container {
  max-width: 59.25rem;
  width: 100%;
  margin-inline: auto;
  padding-right: 0.25rem;
}
.lower-privacy .privacy__text {
  margin-top: 0.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3; /* 36.8px */
  letter-spacing: 0.05em;
}
.lower-privacy .privacy__text:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .privacy__text {
    font-size: 0.875rem;
  }
}
.lower-privacy .privacy__title {
  margin-top: 2.5rem;
  color: #333;
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.lower-privacy .privacy__title:first-of-type {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .lower-privacy .privacy__title:first-of-type {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .lower-privacy .privacy__title {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.lower-privacy ul {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
.lower-privacy li {
  text-indent: -1em;
  padding-left: 1em;
}

.common__link {
  display: block;
  width: 17.75rem;
  height: 2.25rem;
  border-bottom: 0.125rem solid #2E88B1;
  position: relative;
  color: #2E88B1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 30.4px */
  letter-spacing: 0.15em;
}
.common__link::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.5625rem;
  position: absolute;
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  top: 0.5rem;
  right: 0;
}
@media (any-hover: hover) {
  .common__link:hover {
    opacity: 0.7;
  }
}

.title__en {
  color: #CF362B;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1; /* 19px */
  letter-spacing: 0.1em;
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .title__en {
    font-size: 0.75rem;
  }
}

.title__ja {
  margin-top: 1.0625rem;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1; /* 33px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .title__ja {
    margin-top: 0.685rem;
  }
}
@media screen and (max-width: 768px) {
  .title__ja {
    font-size: 1.3125rem;
  }
}

a {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.common__head {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1; /* 33px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .common__head {
    font-size: 1.3125rem;
  }
}

.common__intro {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3; /* 36.8px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .common__intro {
    font-size: 0.875rem;
    line-height: 2; /* 28px */
  }
}

.common__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7; /* 23.8px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .common__text {
    font-size: 0.875rem;
  }
}

.other__box {
  padding: 1.8125rem 4rem;
  display: flex;
  gap: 7.5rem;
  background: #2E88B1;
}
@media screen and (max-width: 1024px) {
  .other__box {
    padding: 1rem 1.5rem;
    gap: 3.75rem;
  }
}
.other__title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3; /* 36.8px */
  letter-spacing: 0.05em;
  position: relative;
}
.other__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.5rem;
  width: 0.0625rem;
  height: 3rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .other__title::after {
    right: -1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .other__title {
    font-size: 0.875rem;
  }
  .other__title::after {
    height: 100%;
  }
}

.other__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3; /* 36.8px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other__text {
    font-size: 0.875rem;
  }
}

.flow2 .flow2__menu {
  max-width: 52.5rem;
  margin-inline: auto;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__menu {
    margin-top: 1.875rem;
  }
}
.flow2 .flow2__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 6% 14% 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__list {
    margin-top: 3.125rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.flow2 .flow2__list:first-of-type {
  margin-top: 0px;
}
.flow2 .flow2__list:first-of-type .flow2__img::after {
  display: none;
}
.flow2 .flow2__number {
  margin-top: 73%;
  color: #2E88B1;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__number {
    margin-top: 0;
    font-size: 1.375rem;
  }
}
.flow2 .flow2__img {
  position: relative;
  max-width: 7.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__img {
    margin-inline: auto;
    width: 40%;
  }
}
.flow2 .flow2__img::after {
  content: "";
  display: block;
  background: url(../images/common/arrow-flow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.6875rem;
  height: 0.875rem;
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__img::after {
    display: none;
  }
}
.flow2 .flow2__headline {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1; /* 23px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__headline {
    font-size: 1.125rem;
    text-align: center;
  }
}
.flow2 .flow2__text {
  margin-top: 1.84375rem;
  max-width: 39rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__text {
    margin-top: 1rem;
    text-align: center;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper__bg__left {
  display: block;
  width: 109%;
  background: url(../images/pages/top/background-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1572/975;
  height: auto;
  position: absolute;
  top: 0;
  left: -12.62%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .wrapper__bg__left {
    width: 139.2%;
    aspect-ratio: 522/323;
    left: -15.9%;
    top: 0.6875rem;
  }
}

.mv {
  position: relative;
}

.mv__img {
  display: block;
  width: 75%;
  margin-left: auto;
  animation-name: my-fade-in;
  animation-duration: 3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 63.73%;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv__img img {
  aspect-ratio: 1080/700;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    aspect-ratio: 239/279;
  }
}

.mv__content {
  position: absolute;
  left: 4.652%;
  bottom: -0.5rem;
}
@media screen and (max-width: 1024px) {
  .mv__content {
    bottom: -3.375rem;
  }
}

.mv__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5; /* 90px */
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .mv__title {
    text-shadow: 0rem 0rem 0.6875rem #FFF;
    font-size: 1.474875rem;
  }
}

.mv__text {
  margin-top: 1.125rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2.3; /* 43.7px */
  letter-spacing: 0.2em;
  text-transform: lowercase;
}
@media screen and (max-width: 1024px) {
  .mv__text {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__text {
    font-size: 0.625rem;
  }
}

.mv .splide__pagination {
  padding: 0;
}

.splide__pagination.mv__pagination {
  left: auto;
  right: 1rem;
  bottom: -2.5rem;
}
@media screen and (max-width: 599px) {
  .splide__pagination.mv__pagination {
    right: 0.75rem;
    bottom: -2rem;
  }
}

.splide__pagination__page.mv__page {
  width: 0.5rem;
  height: 0.5rem;
  background: #CCCCCC;
  border-radius: 0;
  margin: 0.5rem;
  border-radius: 50%;
}
.splide__pagination__page.mv__page.is-active {
  transform: none;
  background: #CF362B;
}

.wrapper__bg__right {
  display: block;
  width: 79.84%;
  background: url(../images/pages/top/background-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1149.7/703.9;
  height: auto;
  position: absolute;
  bottom: 16.56875rem;
  right: -9.62%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .wrapper__bg__right {
    width: 139.2%;
    right: -20.2%;
  }
}
@media screen and (max-width: 599px) {
  .wrapper__bg__right {
    background: url(../images/pages/top/background-right--sp.svg) no-repeat;
    background-size: contain;
    right: -39.2%;
    width: 139.2%;
    aspect-ratio: 522/323;
    bottom: 61.8%;
  }
}

.advantage {
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .advantage {
    padding-top: 8.375rem;
  }
}

.advantage__link {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .advantage__link {
    margin-top: 1.875rem;
  }
}

.service__items {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.125rem;
  row-gap: 2rem;
  justify-items: end;
}
@media screen and (max-width: 1024px) {
  .service__items {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .service__items {
    margin-top: 1.753125rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
}

.service__item {
  max-width: 23.0625rem;
  width: 100%;
  aspect-ratio: 369/196;
  border-radius: 0.5rem;
  position: relative;
}
.service__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 111, 156, 0) 4.52%, rgba(14, 111, 156, 0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
}
.service__item::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../images/pages/top/arrow-white.svg) no-repeat;
  background-size: contain;
  bottom: 0.6875rem;
  right: 1rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .service__item {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .service__item {
    max-width: 33.75rem;
    aspect-ratio: 335/196;
  }
}

.service__item__img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service__item__img img {
    aspect-ratio: 335/196;
  }
}

.service__item__title {
  position: absolute;
  bottom: 1.1875rem;
  left: 1rem;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
  z-index: 2;
}

.usage {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
}
.usage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/top/background-usage.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.usage__items {
  margin-top: 3.5rem;
  display: flex;
  gap: 2rem;
  margin-left: 8.5%;
}
@media screen and (max-width: 1120px) {
  .usage__items {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .usage__items {
    flex-direction: column;
    margin-inline: auto;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .usage__items {
    margin-top: 1.753125rem;
  }
}

.usage__item {
  background: #FFF;
  max-width: 19.6875rem;
  width: 100%;
  padding: 4rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usage__item__img1 {
  margin-top: 0.3125rem;
  max-width: 6.1875rem;
  width: 100%;
  margin-bottom: 1rem;
}

.usage__item__img2 {
  max-width: 7.6875rem;
  width: 100%;
  margin-bottom: 1.0625rem;
}

.usage__item__img3 {
  margin-top: 0.5625rem;
  max-width: 8.125rem;
  width: 100%;
  margin-bottom: 1.625rem;
}

.usage__item__title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1; /* 23px */
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .usage__item__title {
    font-size: 1.125rem;
  }
}

.usage__item__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7; /* 23.8px */
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.usage__link {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .usage__link {
    margin-top: 1.875rem;
  }
}

.equipment {
  position: relative;
  overflow: hidden;
}
.equipment::before {
  content: "";
  position: absolute;
  width: 88.472%;
  background: url(../images/pages/top/background-left2.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  bottom: -1.8125rem;
  left: -11%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .equipment::before {
    top: 1.25rem;
    bottom: auto;
    width: 120%;
    left: -18%;
  }
}

.equipment__items {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .equipment__items {
    margin-top: 1.753125rem;
    gap: 1.875rem;
  }
}

.equipment__item {
  display: flex;
  gap: 2.0625rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .equipment__item {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.equipment__item__img {
  max-width: 17.5rem;
  width: 100%;
}
.equipment__item__img img {
  aspect-ratio: 280/173;
}
@media screen and (max-width: 768px) {
  .equipment__item__img {
    max-width: 33.75rem;
  }
}

.equipment__item__img2 {
  max-width: 17.5rem;
  width: 100%;
}
.equipment__item__img2 img {
  aspect-ratio: 280/188;
}
@media screen and (max-width: 768px) {
  .equipment__item__img2 {
    max-width: 33.75rem;
  }
}

.equipment__item__title {
  margin-top: 0.875rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1; /* 23px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .equipment__item__title {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.equipment__item__text {
  margin-top: 1rem;
  max-width: 35.1875rem;
  width: 100%;
}

.equipment__item:first-of-type .equipment__item__link {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .equipment__item:first-of-type .equipment__item__link {
    margin-top: 1rem;
  }
}

.equipment__item__link {
  display: flex;
  margin-top: 1rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.7; /* 22.1px */
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  padding-right: 1.75rem;
  justify-content: end;
  position: relative;
}
.equipment__item__link::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  background: url(../images/pages/top/arrow-black.svg) no-repeat;
  background-size: contain;
  top: 0.0625rem;
  right: 0;
}

.about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background: rgba(241, 249, 255, 0.95);
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/top/about-img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.about__title__en.title__en {
  text-align: center;
}

.about__title__ja.title__ja {
  text-align: center;
}

.about__text {
  margin-top: 2.5rem;
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.about__link {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__link {
    margin-top: 1.875rem;
  }
}

.news__menu {
  margin-top: 1.5rem;
  max-width: 64.5625rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__menu {
    margin-top: 1rem;
  }
}

.news__link {
  display: grid;
  align-items: center;
  grid-template-columns: 10.0625rem 1fr;
  gap: 4rem;
  padding-top: 2rem;
  padding-bottom: 1.4375rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .news__link {
    display: block;
    padding: 0.75rem 0;
  }
}

.news__date {
  display: block;
  transition: all 0.3s;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 10.0625rem;
  padding: 0 1.6875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__date {
    width: 6.6875rem;
    padding: 0;
    font-size: 0.875rem;
  }
}

.news__date:before {
  content: "";
  display: block;
  background-color: #2E88B1;
  width: 10.0625rem;
  height: 0.1875rem;
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .news__date:before {
    width: 100%;
    height: 0.0625rem;
    bottom: -0.25rem;
  }
}

.news__title {
  transition: all 0.3s;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7; /* 18px */
  letter-spacing: 0.05em;
  display: -webkit-box; /* Flexboxベースのレイアウトで、ボックスの内容を複数行に制限 */
  -webkit-line-clamp: 1; /* 表示する行数を指定（ここでは1行） */
  -webkit-box-orient: vertical; /* 垂直方向にボックスを配置 */
  overflow: hidden; /* 見切れた部分を非表示 */
  text-overflow: ellipsis; /* 省略記号を表示 */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    width: 100%;
  }
}

.news__btn__link {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .news__btn__link {
    margin-top: 1.875rem;
  }
}

.p-equipment__lower__mv--1 {
  background-image: url(../images/pages/equipment/p-equipment-mv.jpg);
}

.p-equipment__wrapper {
  position: relative;
  overflow: hidden;
}

.p-equipment__wrapper__bg__right {
  display: block;
  width: 79.84%;
  background: url(../images/common/p-wrapper-bg-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1149.7/703.9;
  height: auto;
  position: absolute;
  top: 3.1875rem;
  right: -9.62%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-equipment__wrapper__bg__right {
    width: 139.2%;
    right: -17.62%;
  }
}

.p-equipment__wrapper__bg__left {
  display: block;
  width: 88.47%;
  background: url(../images/common/p-wrapper-bg-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  bottom: 32%;
  left: -11.62%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-equipment__wrapper__bg__left {
    width: 139.2%;
    left: -17.9%;
    bottom: 42%;
  }
}

.p-equipment__intro {
  background: url(../images/pages/equipment/p-equipment-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-equipment__intro__inner {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-equipment__intro__inner {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-equipment__intro__text {
  max-width: 51.875rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-equipment__intro__text {
    max-width: 33.75rem;
  }
}

.p-equipment__inspection {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-equipment__inspection {
    padding-bottom: 5rem;
  }
}

.p-equipment__our__items,
.p-equipment__inspection__items {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2.5rem;
  max-width: 62.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-equipment__our__items,
  .p-equipment__inspection__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__our__items,
  .p-equipment__inspection__items {
    margin-top: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .p-equipment__our__item,
  .p-equipment__inspection__item {
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-equipment__our__item__img img,
.p-equipment__inspection__item__img img {
  aspect-ratio: 314/215;
  object-fit: cover;
}

.p-equipment__our__item__text,
.p-equipment__inspection__item__text {
  margin-top: 0.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-equipment__our__item__text,
  .p-equipment__inspection__item__text {
    font-size: 0.875rem;
  }
}

.p-equipment__our__other__box {
  margin-top: 2.5rem;
  max-width: 62.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-equipment__our__other__box {
    margin-top: 1.875rem;
    max-width: 33.75rem;
  }
}

.p-usage__lower__mv--1 {
  background-image: url(../images/pages/usage/p-usage-mv.jpg);
}

.p-usage__intro {
  background: url(../images/pages/usage/p-usage-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-usage__intro__inner {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-usage__intro__inner {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-usage__intro__head {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-usage__intro__head {
    font-size: 1.3125rem;
  }
}

.p-usage__intro__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-usage__intro__text {
    margin-top: 1.875rem;
  }
}

.p-usage__pachinko {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-usage__pachinko {
    padding-top: 5rem;
  }
}

.p-usage__pachinko__items,
.p-usage__construction__items,
.p-usage__shipbuilding__items {
  display: flex;
}
@media screen and (max-width: 1120px) {
  .p-usage__pachinko__items,
  .p-usage__construction__items,
  .p-usage__shipbuilding__items {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-usage__pachinko__items,
  .p-usage__construction__items,
  .p-usage__shipbuilding__items {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.p-usage__pachinko__items {
  gap: 4.25rem;
}
@media screen and (max-width: 1120px) {
  .p-usage__pachinko__items {
    gap: 1.875rem;
  }
}

.p-usage__construction__items {
  gap: 3.125rem;
}
@media screen and (max-width: 1120px) {
  .p-usage__construction__items {
    gap: 1.875rem;
  }
}

.p-usage__shipbuilding__items {
  gap: 4.75rem;
}
@media screen and (max-width: 1120px) {
  .p-usage__shipbuilding__items {
    gap: 1.875rem;
  }
}

.p-usage__pachinko__item__img,
.p-usage__construction__item__img,
.p-usage__shipbuilding__item__img {
  max-width: 37.5rem;
  width: 100%;
}
.p-usage__pachinko__item__img img,
.p-usage__construction__item__img img,
.p-usage__shipbuilding__item__img img {
  aspect-ratio: 600/392;
}
@media screen and (max-width: 1024px) {
  .p-usage__pachinko__item__img,
  .p-usage__construction__item__img,
  .p-usage__shipbuilding__item__img {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__pachinko__item__img,
  .p-usage__construction__item__img,
  .p-usage__shipbuilding__item__img {
    max-width: 33.75rem;
  }
}

.p-usage__pachinko__item__title {
  margin-top: 3.9375rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6; /* 51.2px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1120px) {
  .p-usage__pachinko__item__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__pachinko__item__title {
    font-size: 1.3125rem;
  }
}

.p-usage__pachinko__item__text {
  margin-top: 1.5rem;
  max-width: 28.6875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-usage__pachinko__item__text {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__pachinko__item__text {
    margin-top: 1rem;
  }
}

.p-usage__pachinko__lists {
  margin-top: 2rem;
  width: 100%;
  background: #F2F9FF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2.5rem 4rem 2.5rem 8.5625rem;
  column-gap: 5rem;
  row-gap: 1.5rem;
  list-style-type: disc;
}
@media screen and (max-width: 1280px) {
  .p-usage__pachinko__lists {
    padding: 2.5rem 2.5rem 2.5rem 4rem;
    column-gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-usage__pachinko__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-usage__pachinko__lists {
    margin-top: 1.5rem;
    padding: 1.25rem 1rem 1.25rem 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }
}

.p-usage__pachinko__list {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-usage__pachinko__list {
    font-size: 0.875rem;
  }
}

.p-usage__construction {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
}
.p-usage__construction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/usage/p-usage-construction-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.p-usage__construction__item__title {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1120px) {
  .p-usage__construction__item__title {
    margin-top: 0;
  }
}

.p-usage__construction__item__title,
.p-usage__shipbuilding__item__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-usage__construction__item__title,
  .p-usage__shipbuilding__item__title {
    font-size: 1.3125rem;
  }
}

.p-usage__construction__item__text {
  margin-top: 2.125rem;
  max-width: 29.8125rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-usage__construction__item__text {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__construction__item__text {
    margin-top: 1.5rem;
  }
}

.p-usage__construction__list__text,
.p-usage__shipbuilding__list__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-usage__construction__list__text,
  .p-usage__shipbuilding__list__text {
    font-size: 0.875rem;
  }
}

.p-usage__construction__list__box {
  margin-top: 3.625rem;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-usage__construction__list__box {
    margin-top: 1.5rem;
  }
}

.p-usage__shipbuilding__item__title {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 1120px) {
  .p-usage__shipbuilding__item__title {
    margin-top: 0;
  }
}

.p-usage__shipbuilding__item__text {
  margin-top: 2.5rem;
  max-width: 27.5625rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-usage__shipbuilding__item__text {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__shipbuilding__item__text {
    margin-top: 1.5rem;
  }
}

.p-usage__shipbuilding__list__box {
  margin-top: 2.5rem;
  background: #F2F9FF;
}
@media screen and (max-width: 768px) {
  .p-usage__shipbuilding__list__box {
    margin-top: 1.5rem;
  }
}

.p-usage__common__list {
  padding: 2.5rem 4rem 2.1875rem 8.4375rem;
  display: flex;
  gap: 8.625rem;
  list-style-type: disc;
}
@media screen and (max-width: 1024px) {
  .p-usage__common__list {
    padding: 2.5rem 4rem 2.1875rem 7.1875rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-usage__common__list {
    display: grid;
    padding: 1.25rem 1rem 1.25rem 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }
}

.p-about__lower__mv--1 {
  background-image: url(../images/pages/about/p-about-mv.jpg);
}

.p-about__intro {
  background: url(../images/pages/about/p-about-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-about__intro__inner {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__intro__inner {
    padding-top: 3.125rem;
  }
}

.p-about__intro__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__intro__text {
    margin-top: 1.875rem;
  }
}

.p-about__intro__img {
  margin-top: 0.875rem;
  margin-left: auto;
  max-width: 8.875rem;
  width: 100%;
  margin-right: 11.3125rem;
}
.p-about__intro__img img {
  aspect-ratio: 142/26;
}
@media screen and (max-width: 1024px) {
  .p-about__intro__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__intro__img {
    margin-inline: auto;
  }
}

.company-info2 {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  font-size: 1rem;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .company-info2 {
    margin-top: 1.875rem;
  }
}

.company-info2__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 0.125rem solid #fff;
}
@media screen and (max-width: 768px) {
  .company-info2__row {
    flex-direction: column;
  }
}

.company-info2__row:last-of-type {
  border-bottom: none;
}

.company-info2__label {
  font-weight: bold;
  width: 25%;
  padding: 1.5rem 0 1.4375rem 0;
  text-align: center;
  background: #2E88B1;
  color: #fff;
  letter-spacing: 0.1em;
  align-content: center;
  line-height: 1; /* 16px */
}
@media screen and (max-width: 768px) {
  .company-info2__label {
    width: 100%;
    padding: 0.5rem 0;
  }
}

.company-info2__value {
  background: #F1F9FF;
  width: 75%;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  padding: 1.125rem 1.125rem 1.0625rem 1.125rem;
  align-content: center;
}
.company-info2__value span {
  display: inline-block;
  width: 15rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .company-info2__value {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.5rem;
    line-height: 1.6;
  }
}

.p-about__wrapper {
  position: relative;
  overflow: hidden;
}

.p-about__wrapper__bg__left {
  display: block;
  width: 88.47%;
  background: url(../images/common/p-wrapper-bg-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  bottom: 9.5%;
  left: -11%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-about__wrapper__bg__left {
    width: 139.2%;
    left: -17.9%;
    bottom: 42%;
  }
}

.p-about__access {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__access {
    padding-bottom: 5rem;
  }
}

.p-about__access__items {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-about__access__items {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__access__items {
    margin-top: 1.875rem;
  }
}

.p-about__access__item {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-about__access__item {
    flex-direction: column;
    gap: 0rem;
    align-items: start;
  }
}

.p-about__access__item__map {
  max-width: 26.5625rem;
  width: 100%;
}
.p-about__access__item__map iframe {
  aspect-ratio: 425/231;
}
@media screen and (max-width: 1024px) {
  .p-about__access__item__map {
    margin-inline: auto;
  }
}

.p-about__access__item__text {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8; /* 25.2px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-about__access__item__text {
    margin-inline: auto;
    max-width: 26.5625rem;
    width: 100%;
  }
}

.archive__lower__mv--1,
.single__lower__mv--1 {
  background-image: url(../images/pages/news/p-news-mv.jpg);
}

.news2 .wp-pagenavi {
  margin-top: 2.5rem;
  display: flex;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news2 .wp-pagenavi {
    margin-top: 1.5625rem;
  }
}
.news2 .wp-pagenavi span,
.news2 .wp-pagenavi a {
  border: none;
}

.news2 .page {
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s;
}

.news2 .pages {
  display: none;
}

.news2 .wp-pagenavi span.current {
  color: #CF362B;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 0.125rem solid #CF362B;
}

.news2 .previouspostslink {
  position: relative;
  background-color: #CF362B;
  border-radius: 50%;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
}
.news2 .previouspostslink:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 0.1875rem solid #fafafa;
  border-bottom: 0.1875rem solid #fafafa;
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.news2 .previouspostslink:hover {
  opacity: 0.7;
}

.news2 .nextpostslink {
  position: relative;
  background-color: #CF362B;
  border-radius: 50%;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
}
.news2 .nextpostslink:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 0.1875rem solid #fafafa;
  border-bottom: 0.1875rem solid #fafafa;
  position: absolute;
  top: 52%;
  right: 32%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.news2 .nextpostslink:hover {
  opacity: 0.7;
}

.news2.archive__news2 {
  padding-top: 1.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .news2.archive__news2 {
    padding-top: 50px;
    padding-bottom: 5rem;
  }
}

.news__date.archive__news__date:before {
  bottom: -2rem;
}
@media screen and (max-width: 768px) {
  .news__date.archive__news__date:before {
    bottom: -0.25rem;
  }
}

.news__link.archive__news__link {
  padding-bottom: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .news__link.archive__news__link {
    padding: 0.75rem 0;
  }
}

.news__title.archive__news__title {
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
}

.single1 {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .single1 {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}
.single1 .single1__background {
  max-width: 56.625rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 0.5rem;
  background: #F6FAFB;
}
@media screen and (max-width: 768px) {
  .single1 .single1__background {
    background: none;
  }
}
.single1 .single1__container {
  max-width: 47.625rem;
  width: 100%;
  margin-inline: auto;
  padding: 4.5rem 0;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.single1 .single1__container .single1__date {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__date {
    font-size: 0.875rem;
  }
}
.single1 .single1__container .single1__title {
  margin-top: 1rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__title {
    font-size: 1.3125rem;
  }
}
.single1 .single1__container .news__contents {
  width: 100%;
}
.single1 .single1__container .single1__contents h1.wp-block-heading {
  margin-top: 1.875rem;
  background-color: #888;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.625rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents h1.wp-block-heading {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.single1 .single1__container .single1__contents h2.wp-block-heading {
  margin-top: 1.875rem;
  border-left: 0.1875rem solid #888;
  width: 100%;
  font-size: 1.125rem;
  padding: 0 0.3125rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents h2.wp-block-heading {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.single1 .single1__container .single1__contents h3.wp-block-heading {
  margin-top: 1.875rem;
  border-bottom: 0.0625rem solid #888;
  width: 100%;
  font-size: 1rem;
  padding: 0.3125rem;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents h3.wp-block-heading {
    margin-top: 1.25rem;
  }
}
.single1 .single1__container .single1__contents p {
  margin-top: 1.5rem;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents p {
    line-height: 1.7;
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
.single1 .single1__container .single1__contents figure.wp-block-image {
  margin-top: 1.5rem;
  width: 100%;
}
.single1 .single1__container .single1__contents .wp-block-list {
  margin-top: 1.875rem;
  color: #888;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4; /* 38.4px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents .wp-block-list {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.single1 .single1__container .single1__contents .wp-block-list li {
  position: relative;
  padding-left: 0.9375rem;
}
.single1 .single1__container .single1__contents .wp-block-list li::before {
  content: "";
  display: block;
  background-color: #888;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single1 .single1__container .single1__contents .wp-block-file {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents .wp-block-file {
    margin-top: 1.25rem;
  }
}
.single1 .single1__container .single1__contents .wp-block-file__button {
  background: #2E88B1;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%; /* 16px */
  padding: 0.625rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents .wp-block-file__button {
    font-size: 0.875rem;
    padding: 5px 1.25rem;
  }
}
.single1 .single1__container .single1__contents .wp-block-embed {
  margin-top: 1.875rem;
  max-width: 100%;
}
.single1 .single1__container .single1__contents .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.single1 .single1__container .single1__contents .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.single1 .single1__container .single1__contents .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .single1 .single1__container .single1__contents .wp-block-embed {
    margin-top: 1.25rem;
  }
}

.single1__pdf {
  background: #2E88B1;
  border-radius: 3rem;
  width: 13.9375rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5; /* 18px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single1__pdf {
    margin-top: 1.25rem;
  }
}

.single1__post-navigation {
  margin-top: 2.5rem;
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single1__post-navigation {
    margin-top: 1.875rem;
    max-width: 16.25rem;
  }
}
.single1__post-navigation a:hover {
  opacity: 0.7;
}

.single1__post-previous {
  position: relative;
}
.single1__post-previous a {
  background-color: #CF362B;
  border-radius: 50%;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  padding: 1.25rem;
}
.single1__post-previous a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 0.1875rem solid #fafafa;
  border-bottom: 0.1875rem solid #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.single1__post-list a {
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3em;
}

.single1__post-next {
  position: relative;
}
.single1__post-next a {
  background-color: #CF362B;
  border-radius: 50%;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  padding: 1.25rem;
  transition: all 0.3s;
}
.single1__post-next a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 0.1875rem solid #fafafa;
  border-bottom: 0.1875rem solid #fafafa;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(-135deg);
  pointer-events: none;
}

.p-contact__lower__mv--1 {
  background-image: url(../images/pages/contact/p-contact-mv.jpg);
  box-shadow: 0.25rem 0.25rem 1.875rem 0px rgba(51, 51, 51, 0.05);
}

.contact-main {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .contact-main {
    padding-top: 3.125rem;
    padding-bottom: 1.5rem;
  }
}

.p-contact__item__box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__item__box {
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.contact-main__tel,
.contact-main__fax {
  display: block;
  max-width: 20.4375rem;
  width: 100%;
  text-align: center;
  background: #2E88B1;
  padding: 1.09375rem 2.53125rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1; /* 33px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact-main__tel,
  .contact-main__fax {
    padding: 1.125rem;
    font-size: 1.25rem;
  }
}

.p-contact__form__head {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form__head {
    margin-top: 1.875rem;
  }
}

.contact-form1 {
  padding-top: 0;
  padding-bottom: 7.5rem;
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form1 .form__menu {
  padding: 4.5rem 8.0625rem;
  background: rgba(246, 250, 251, 0.95);
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form1 .form__menu {
    padding: 1.5rem 1.25rem 2.5rem;
  }
}
.contact-form1 .form__lists {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__lists {
    margin-top: 1.875rem;
  }
}
.contact-form1 .form__list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  gap: 2rem;
}
.contact-form1 .form__list.--start {
  align-items: start;
}
.contact-form1 .form__list.--privacy {
  margin-top: 0.625rem;
}
.contact-form1 .form__list.--contact .form__list__header {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .contact-form1 .form__list {
    margin-top: 1rem;
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list {
    margin-top: 0.75rem;
    gap: 0.5rem;
  }
}
.contact-form1 .form__list__header {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__header {
    font-size: 0.875rem;
  }
}
.contact-form1 .required {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1; /* 12px */
  letter-spacing: 0.1em;
  background: #2E88B1;
  width: 3rem;
  padding: 0.2375rem 0.675rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form1 .required {
    line-height: unset;
    margin-top: 0.0625rem;
    font-size: 0.625rem;
    width: 2.75rem;
    padding: 0.125rem 0.5rem;
  }
}
.contact-form1 .any {
  display: none;
}
.contact-form1 .wpcf7-list-item-label {
  font-family: "Noto Sans JP" sans-serif;
  color: #222;
  font-size: 1rem;
  font-weight: 350;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item-label {
    font-size: 0.75rem;
  }
}
.contact-form1 .form__list__deta .form-text,
.contact-form1 .form__list__deta textarea {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  height: 2.6875rem;
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  border: none;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__deta .form-text,
  .contact-form1 .form__list__deta textarea {
    height: 2.25rem;
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
}
.contact-form1 .form__list__deta textarea {
  resize: vertical;
  height: 14.625rem;
}
.contact-form1 .checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .contact-form1 .checkbox {
    gap: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contact-form1 .form__list__deta input[type=checkbox] {
  max-width: 1.25rem;
  background-color: #fff;
}
.contact-form1 .form__list__deta input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgb(204, 204, 204);
  position: relative;
  border-radius: 0.125rem;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__deta input[type=checkbox] {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 0.1875rem;
  }
}
.contact-form1 input[type=checkbox]:checked::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  background-color: #2f88b1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form1 input[type=checkbox]:checked::before {
    width: 0.51875rem;
    height: 0.51875rem;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form1 .wpcf7-not-valid-tip {
  margin-top: 0.625rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}
.contact-form1 .form__btn {
  margin-top: 2.75rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__btn {
    margin-top: 1.5625rem;
  }
}
.contact-form1 .form__btn {
  list-style-type: none;
}
.contact-form1 .form__btn input[type=submit] {
  display: block;
  max-width: 17.5rem;
  width: 100%;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__btn input[type=submit] {
    font-size: 0.875rem;
  }
}
.contact-form1 .form__btn__text {
  position: relative;
  display: block;
  max-width: 17.5rem;
  width: 100%;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-inline: auto;
  text-align: center;
  border-radius: 0.1875rem;
  background: #2E88B1;
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__btn__text {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.contact-form1 .form__btn__text:hover {
  opacity: 0.7;
}
.contact-form1 .wpcf7-spinner {
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.contact-form1 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form1 .wpcf7-list-item label {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 350;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  gap: 0.5625rem;
  /* Checkbox and radio styles */
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item label {
    gap: 0.3125rem;
    white-space: nowrap;
  }
}
.contact-form1 .wpcf7-list-item label .consent {
  max-width: 1.25rem;
  background-color: #fff;
}
.contact-form1 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 3.125rem;
  border: 0.0625rem solid rgb(204, 204, 204);
  border-radius: 1.5625rem;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item label .consent {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.contact-form1 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 3.125rem;
  position: absolute;
  background-color: #2f88b1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item label .consent:checked::before {
    width: 0.51875rem;
    height: 0.51875rem;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form1 .wpcf7-not-valid-tip {
  margin-top: 0.3125rem;
  color: #ce0201;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
}
.contact-form1 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 0.875rem;
}
.contact-form1 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form1 .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 0.125rem solid #00a0d2;
  text-align: center !important;
  position: relative !important;
  top: 0px !important;
  font-size: 0.875rem;
}
.contact-form1 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form1 .contact-breadcrumb {
  background: #ebf2f2;
}
.contact-form1 .wpcf7-not-valid-tip {
  margin-top: 0.3125rem;
  color: #ce0201;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
  text-align: left;
}

.privacy-linkicon {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-right: 1rem;
  color: #2E88B1;
  border-bottom: 0.0625rem solid #2E88B1;
}
@media screen and (max-width: 768px) {
  .privacy-linkicon {
    font-size: 0.6875rem;
  }
}
.privacy-linkicon:hover {
  opacity: 0.7;
  cursor: pointer;
}

.privacy-linkicon::after {
  content: "";
  background: url(../images/common/icon-privacy.svg) no-repeat;
  width: 0.8125rem;
  height: 0.8125rem;
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: contain;
  top: 0.5rem;
  right: -0.9375rem;
}
@media screen and (max-width: 768px) {
  .privacy-linkicon::after {
    top: 0.25rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

.p-buy__lower__mv--1 {
  background-image: url(../images/pages/buy/p-buy-mv.jpg);
}

.p-buy__intro {
  background: url(../images/pages/buy/p-buy-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-buy__intro__inner {
  padding-top: 3.875rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-buy__intro__inner {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-buy__intro__head {
    line-height: 1.8;
  }
}

.p-buy__intro__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-buy__intro__text {
    margin-top: 1.875rem;
  }
}

.p-buy__pachinko {
  position: relative;
  overflow: hidden;
}
.p-buy__pachinko::after {
  content: "";
  display: block;
  width: 79.84%;
  background: url(../images/common/p-wrapper-bg-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1149.7/703.9;
  height: auto;
  position: absolute;
  top: 6.75rem;
  right: -9.62%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-buy__pachinko::after {
    width: 139.2%;
    right: -17.62%;
  }
}

.p-buy__pachinko__head {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-buy__pachinko__head {
    margin-top: 1.875rem;
  }
}

.p-buy__pachinko__items {
  margin-top: 2.5625rem;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-buy__pachinko__items {
    flex-direction: column;
    align-items: center;
    margin-top: 1.875rem;
  }
}

.p-buy__pachinko__item__title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-buy__pachinko__item__title {
    font-size: 1.125rem;
  }
}

.p-buy__pachinko__item__img {
  margin-top: 0.75rem;
  max-width: 21.8125rem;
  width: 100%;
}
.p-buy__pachinko__item__img img {
  aspect-ratio: 349/225;
}

.p-buy__process {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
  padding-top: 7.5rem;
  padding-bottom: 6.0625rem;
}
.p-buy__process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/buy/p-buy-process-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-buy__process {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-buy__process__items {
  margin-top: 2.0625rem;
  display: flex;
  margin-right: 3.125rem;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 1120px) {
  .p-buy__process__items {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-buy__process__items {
    flex-direction: column;
    margin-top: 1.875rem;
    gap: 1.5rem;
  }
}

.p-buy__process__item--left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-buy__process__item--left {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-buy__process__item__img {
  max-width: 17.75rem;
  width: 100%;
}
.p-buy__process__item__img img {
  aspect-ratio: 284/185;
}
@media screen and (max-width: 1120px) {
  .p-buy__process__item__img {
    margin-inline: auto;
  }
}

.p-buy__process__item__text.--left {
  margin-top: 0.5rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-buy__process__item__text.--left {
    font-size: 0.875rem;
  }
}

.p-buy__process__item__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 7.4;
  letter-spacing: 0.1em;
}
.p-buy__process__item__text span {
  color: #2E88B1;
}
@media screen and (max-width: 768px) {
  .p-buy__process__item__text {
    font-size: 0.875rem;
    line-height: 1.7;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-purchase__lower__mv--1 {
  background-image: url(../images/pages/purchase/p-purchase-mv.jpg);
}

.p-purchase__intro {
  background: url(../images/pages/purchase/p-purchase-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-purchase__intro__inner {
  padding-top: 4.0625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__intro__inner {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-purchase__intro__head {
    line-height: 1.8;
  }
}

.p-purchase__intro__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__intro__text {
    margin-top: 1.875rem;
  }
}

.p-purchase__buy {
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
.p-purchase__buy::before {
  content: "";
  display: block;
  width: 88.47%;
  background: url(../images/common/p-wrapper-bg-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  bottom: -4%;
  left: -11%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-purchase__buy::before {
    width: 139.2%;
    left: -17.9%;
    bottom: 42%;
  }
}
.p-purchase__buy::after {
  content: "";
  display: block;
  width: 79.84%;
  background: url(../images/common/p-wrapper-bg-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1149.7/703.9;
  height: auto;
  position: absolute;
  top: 7.5625rem;
  right: -9.62%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-purchase__buy::after {
    width: 139.2%;
    right: -17.62%;
  }
}
@media screen and (max-width: 768px) {
  .p-purchase__buy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-purchase__buy__items--top {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  margin-right: 0.5625rem;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-purchase__buy__items--top {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-purchase__buy__items--top {
    margin-top: 1.875rem;
  }
}

.p-purchase__buy__item.--item1 {
  max-width: 27.0625rem;
}

.p-purchase__buy__item.--item2 {
  max-width: 26.5rem;
}

.p-purchase__buy__item__img.--item1 {
  max-width: 27.0625rem;
  width: 100%;
}
.p-purchase__buy__item__img.--item1 img {
  aspect-ratio: 433/262;
}

.p-purchase__buy__item__img.--item2 {
  max-width: 26.5rem;
  width: 100%;
}
.p-purchase__buy__item__img.--item2 img {
  aspect-ratio: 433/262;
}

.p-purchase__buy__item__title {
  margin-top: 1.125rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-purchase__buy__item__title {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-purchase__buy__item__text {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-purchase__buy__item__text {
    margin-top: 0.875rem;
  }
}

.column17-pc {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .column17-pc {
    margin-top: 3.125rem;
  }
}
.column17-pc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* 横並び＆折り返し */
  display: flex;
  gap: 0 4%;
  justify-content: center;
}
.column17-pc__item.--top {
  margin-bottom: 2.875rem;
}
.column17-pc__item.--middle {
  margin-bottom: 2.5rem;
}
.column17-pc__box {
  position: relative;
  max-width: 100%;
}
.column17-pc__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 14.625rem;
  object-fit: cover;
  aspect-ratio: 234/142;
}
.column17-pc__text {
  margin-top: 0.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4; /* 26.6px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column17-pc__text {
    font-size: 1rem;
  }
}

/*-------
# SP
------------------------------------------------------*/
.column17-sp__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* 横並び＆折り返し */
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  justify-content: center;
}
.column17-sp__item {
  margin-bottom: 2.5rem;
  width: 48%;
  aspect-ratio: 4/3;
}
.column17-sp__item:last-child {
  margin-bottom: 0;
}
.column17-sp__box {
  position: relative;
  width: 23.3125rem;
  max-width: 100%;
}
.column17-sp__image {
  display: block;
  aspect-ratio: 373/228;
  object-fit: contain;
}
.column17-sp__text {
  margin-top: 0.5rem;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  text-align: center; /* タブレット以下のフォントサイズ */
}
@media screen and (max-width: 768px) {
  .column17-sp__text {
    font-size: 0.875rem;
  }
}

.p-purchase__flow {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
}
.p-purchase__flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/purchase/p-purchase-flow-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.p-washing__lower__mv--1 {
  background-image: url(../images/pages/washing/p-washing-mv.jpg);
}

.p-washing__intro {
  background: url(../images/pages/washing/p-washing-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-washing__intro__inner {
  padding-top: 4.6875rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-washing__intro__inner {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-washing__intro__head {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6; /* 44.8px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-washing__intro__head {
    font-size: 1.3125rem;
  }
}

.p-washing__intro__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-washing__intro__text {
    margin-top: 1.875rem;
  }
}

.p-washing__ball {
  position: relative;
  overflow: hidden;
}
.p-washing__ball::before {
  content: "";
  display: block;
  width: 88.47%;
  background: url(../images/common/p-wrapper-bg-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  top: 4.75rem;
  left: -11%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-washing__ball::before {
    width: 139.2%;
    left: -17.9%;
    bottom: 42%;
  }
}

.p-washing__ball__item--top {
  margin-top: 3rem;
  display: flex;
  gap: 2.75rem;
}
@media screen and (max-width: 1120px) {
  .p-washing__ball__item--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__ball__item--top {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}

.p-washing__ball__item__img {
  max-width: 34.75rem;
  width: 100%;
}
.p-washing__ball__item__img img {
  aspect-ratio: 556/384;
}
@media screen and (max-width: 1120px) {
  .p-washing__ball__item__img {
    margin-inline: auto;
  }
}

.p-washing__ball__item__text {
  padding: 1.75rem 6.375rem 1.75rem 4rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  background: #F2F9FF;
  white-space: nowrap;
}
.p-washing__ball__item__text .--blue {
  color: #2E88B1;
}
.p-washing__ball__item__text .--indent {
  padding-left: 1em;
}
@media screen and (max-width: 1280px) {
  .p-washing__ball__item__text {
    padding: 1.75rem 2.625rem 1.75rem 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__ball__item__text {
    font-size: 0.875rem;
    padding: 1.5rem 1rem;
  }
}

.p-washing__ball__items--bottom,
.p-washing__replating__items--bottom {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.75rem;
  row-gap: 2.5rem;
  justify-items: center;
}
@media screen and (max-width: 1120px) {
  .p-washing__ball__items--bottom,
  .p-washing__replating__items--bottom {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__ball__items--bottom,
  .p-washing__replating__items--bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.p-washing__ball__item__text--bottom,
.p-washing__replating__item__text--bottom {
  margin-top: 0.375rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-washing__ball__item__text--bottom,
  .p-washing__replating__item__text--bottom {
    font-size: 0.875rem;
  }
}

.p-washing__ball__item__img--bottom,
.p-washing__replating__item__img--bottom {
  max-width: 23.125rem;
  width: 100%;
  position: relative;
}
.p-washing__ball__item__img--bottom img,
.p-washing__replating__item__img--bottom img {
  aspect-ratio: 370/225;
  object-fit: cover;
}
.p-washing__ball__item__img--bottom::after,
.p-washing__replating__item__img--bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.9375rem;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 2.25rem;
  background: url(../images/pages/washing/arrow-red.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1120px) {
  .p-washing__ball__item__img--bottom::after,
  .p-washing__replating__item__img--bottom::after {
    display: none;
  }
}
.p-washing__ball__item__img--bottom.--last::after,
.p-washing__replating__item__img--bottom.--last::after {
  display: none;
}

.p-washing__replating {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.p-washing__replating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/washing/p-washing-replating-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-washing__replating {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-washing__replating__item--top {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.75rem;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .p-washing__replating__item--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__replating__item--top {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}

.p-washing__replating__item__imgbox {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-washing__replating__item__imgbox {
    gap: 1rem;
  }
}

.p-washing__replating__item__img {
  max-width: 34.75rem;
  width: 100%;
}
.p-washing__replating__item__img img {
  aspect-ratio: 556/384;
}
@media screen and (max-width: 1120px) {
  .p-washing__replating__item__img {
    margin-inline: auto;
  }
}

.p-washing__replating__item__textbox {
  padding: 2.375rem 5.0625rem 2.375rem 4rem;
  background: #FFF;
}
@media screen and (max-width: 1280px) {
  .p-washing__replating__item__textbox {
    padding: 2.375rem 1.9375rem 2.375rem 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__replating__item__textbox {
    font-size: 0.875rem;
    padding: 1.5rem 1rem;
  }
}

.p-washing__replating__item__title {
  margin-top: 2.014375rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-washing__replating__item__title span {
  color: #2E88B1;
}
.p-washing__replating__item__title:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-washing__replating__item__title {
    font-size: 0.875rem;
  }
}

.p-washing__replating__item__text {
  margin-top: 1.006875rem;
  max-width: 28.4375rem;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1120px) {
  .p-washing__replating__item__text {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__replating__item__text {
    font-size: 0.875rem;
  }
}

.p-washing__medal {
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
.p-washing__medal::before {
  content: "";
  display: block;
  width: 88.47%;
  background: url(../images/common/p-wrapper-bg-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1274/780;
  height: auto;
  position: absolute;
  top: 9.125rem;
  left: -11%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-washing__medal::before {
    width: 139.2%;
    left: -17.9%;
    bottom: 42%;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__medal {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-washing__medal__attention {
  margin-top: 3rem;
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-washing__medal__attention {
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }
}

.p-washing__medal__item--top {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.75rem;
}
@media screen and (max-width: 1120px) {
  .p-washing__medal__item--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__medal__item--top {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}

.p-washing__medal__item__img {
  max-width: 34.75rem;
  width: 100%;
}
.p-washing__medal__item__img img {
  aspect-ratio: 556/420;
}
@media screen and (max-width: 1120px) {
  .p-washing__medal__item__img {
    margin-inline: auto;
  }
}

.p-washing__medal__item__text {
  padding: 3rem 6.375rem 3rem 4rem;
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  background: #F2F9FF;
  white-space: nowrap;
}
.p-washing__medal__item__text .--blue {
  color: #2E88B1;
}
.p-washing__medal__item__text .--indent {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-washing__medal__item__text {
    font-size: 0.875rem;
    padding: 1.5rem 1rem;
  }
}

.p-washing__medal__title__ja.--under {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-washing__medal__title__ja.--under {
    margin-top: 3.125rem;
  }
}

.p-washing__medal__lists {
  margin-top: 1.5rem;
  width: 100%;
  background: #F2F9FF;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  /*grid-template-columns: 9.875rem 6.75rem 3.5625rem;*/
  padding: 2rem 5rem 2.3125rem 6.625rem;
  column-gap: 7rem;
  row-gap: 0.8125rem;
  list-style-type: disc;
}
@media screen and (max-width: 1280px) {
  .p-washing__medal__lists {
    padding: 2.5rem 2.5rem 2.5rem 4.125rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .p-washing__medal__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-washing__medal__lists {
    padding: 1.25rem 1rem 1.25rem 2.625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }
}

.p-washing__medal__list {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-washing__medal__list {
    font-size: 0.875rem;
  }
}

.p-washing__removal {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
}
.p-washing__removal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/washing/p-washing-removal-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-washing__removal__title__ja.title__ja {
    line-height: 1.8;
  }
}

.p-washing__removal__items--top {
  margin-top: 3rem;
  display: flex;
  gap: 2.5625rem;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  .p-washing__removal__items--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__removal__items--top {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.p-washing__removal__item__img {
  max-width: 34.9375rem;
  width: 100%;
}
.p-washing__removal__item__img img {
  aspect-ratio: 559/360;
}
@media screen and (max-width: 1120px) {
  .p-washing__removal__item__img {
    margin-inline: auto;
  }
}

.p-washing__removal__item__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2; /* 56px */
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-washing__removal__item__title {
    font-size: 1.125rem;
  }
}

.p-washing__removal__item__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-washing__removal__item__text {
    margin-top: 1rem;
  }
}

.p-washing__removal__item--bottom {
  margin-top: 1.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.25rem;
  row-gap: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-washing__removal__item--bottom {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-washing__removal__item--bottom {
    gap: 0.75rem;
  }
}

.p-washing__removal__item__img--bottom {
  max-width: 23.5rem;
  width: 100%;
}
.p-washing__removal__item__img--bottom img {
  aspect-ratio: 376/228;
  object-fit: cover;
}

.p-strengths__lower__mv--1 {
  background-image: url(../images/pages/strengths/p-strengths-mv.jpg);
}

.p-strengths__intro {
  background: url(../images/pages/strengths/p-strengths-intro-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-strengths__intro__inner {
  padding-top: 3.9375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__intro__inner {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-strengths__intro__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__intro__text {
    margin-top: 1.875rem;
  }
}

.p-strengths__inner {
  max-width: 90rem;
  width: 100%;
  margin-inline: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-strengths__quality {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-strengths__quality__items--top,
.p-strengths__plating__items--top,
.p-strengths__reuse__items--top {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 1340px) {
  .p-strengths__quality__items--top,
  .p-strengths__plating__items--top,
  .p-strengths__reuse__items--top {
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .p-strengths__quality__items--top,
  .p-strengths__plating__items--top,
  .p-strengths__reuse__items--top {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__items--top,
  .p-strengths__plating__items--top,
  .p-strengths__reuse__items--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__items--top,
  .p-strengths__plating__items--top,
  .p-strengths__reuse__items--top {
    gap: 1.5rem;
  }
}

.p-strengths__plating__items--top {
  gap: 3.625rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1340px) {
  .p-strengths__plating__items--top {
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) {
  .p-strengths__plating__items--top {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-strengths__plating__items--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__plating__items--top {
    gap: 1.5rem;
  }
}

.p-strengths__quality__items--top,
.p-strengths__reuse__items--top {
  position: relative;
}
.p-strengths__quality__items--top::after,
.p-strengths__reuse__items--top::after {
  content: "";
  display: block;
  width: 55.0625rem;
  height: 20rem;
  bottom: -2.375rem;
  background: rgba(241, 249, 255, 0.95);
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__items--top::after,
  .p-strengths__reuse__items--top::after {
    display: none;
  }
}

.p-strengths__quality__item__img--top,
.p-strengths__plating__item__img--top,
.p-strengths__reuse__item__img--top {
  max-width: 43.125rem;
  width: 100%;
  box-shadow: 0.25rem 0.25rem 1.875rem 0px rgba(51, 51, 51, 0.1);
}
.p-strengths__quality__item__img--top img,
.p-strengths__plating__item__img--top img,
.p-strengths__reuse__item__img--top img {
  aspect-ratio: 690/447;
}
@media screen and (max-width: 1340px) {
  .p-strengths__quality__item__img--top,
  .p-strengths__plating__item__img--top,
  .p-strengths__reuse__item__img--top {
    max-width: 33.75rem;
  }
}
@media screen and (max-width: 1120px) {
  .p-strengths__quality__item__img--top,
  .p-strengths__plating__item__img--top,
  .p-strengths__reuse__item__img--top {
    max-width: 28.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__item__img--top,
  .p-strengths__plating__item__img--top,
  .p-strengths__reuse__item__img--top {
    max-width: 33.75rem;
  }
}

.p-strengths__quality__item__head,
.p-strengths__plating__item__head,
.p-strengths__reuse_item__head {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6; /* 44.8px */
  letter-spacing: 0.1em;
  position: relative;
}
.p-strengths__quality__item__head::after,
.p-strengths__plating__item__head::after,
.p-strengths__reuse_item__head::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  bottom: -2rem;
  background: #2E88B1;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__item__head::after,
  .p-strengths__plating__item__head::after,
  .p-strengths__reuse_item__head::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__item__head,
  .p-strengths__plating__item__head,
  .p-strengths__reuse_item__head {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item__head,
  .p-strengths__plating__item__head,
  .p-strengths__reuse_item__head {
    font-size: 1.125rem;
  }
}

.p-strengths__quality__item__text.--top,
.p-strengths__plating__item__text.--top,
.p-strengths__reuse__item__text.--top {
  margin-top: 4rem;
  max-width: 33.625rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__item__text.--top,
  .p-strengths__plating__item__text.--top,
  .p-strengths__reuse__item__text.--top {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item__text.--top,
  .p-strengths__plating__item__text.--top,
  .p-strengths__reuse__item__text.--top {
    margin-top: 1rem;
    text-align: center;
  }
}

.p-strengths__plating__item__text.--top {
  max-width: 33.875rem;
}

.p-strengths__quality__items--bottom,
.p-strengths__plating__items--bottom,
.p-strengths__reuse__items--bottom {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__items--bottom,
  .p-strengths__plating__items--bottom,
  .p-strengths__reuse__items--bottom {
    gap: 1.5rem;
  }
}

.p-strengths__quality__items--bottom {
  gap: 3rem;
  margin-top: 6.75rem;
}
@media screen and (max-width: 1024px) {
  .p-strengths__quality__items--bottom {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__items--bottom {
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}

.p-strengths__plating__items--bottom {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-strengths__plating__items--bottom {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__plating__items--bottom {
    margin-top: 1.875rem;
  }
}

.p-strengths__reuse__items--bottom {
  margin-top: 7.0625rem;
}
@media screen and (max-width: 1024px) {
  .p-strengths__reuse__items--bottom {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__reuse__items--bottom {
    margin-top: 1.875rem;
  }
}

.p-strengths__quality__item,
.p-strengths__plating__item,
.p-strengths__reuse__item {
  display: flex;
  gap: 2.0625rem;
  align-items: center;
  max-width: 58.875rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item,
  .p-strengths__plating__item,
  .p-strengths__reuse__item {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-strengths__quality__item__img,
.p-strengths__plating__item__img,
.p-strengths__reuse__item__img {
  max-width: 17.5rem;
  width: 100%;
}
.p-strengths__quality__item__img img,
.p-strengths__plating__item__img img,
.p-strengths__reuse__item__img img {
  aspect-ratio: 280/173;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item__img,
  .p-strengths__plating__item__img,
  .p-strengths__reuse__item__img {
    max-width: 33.75rem;
  }
}

.p-strengths__quality__item__title,
.p-strengths__plating__item__title,
.p-strengths__reuse__item__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item__title,
  .p-strengths__plating__item__title,
  .p-strengths__reuse__item__title {
    text-align: center;
    font-size: 1rem;
  }
}

.p-strengths__quality__item__text,
.p-strengths__plating__item__text,
.p-strengths__reuse__item__text {
  margin-top: 1rem;
  max-width: 39.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item__text,
  .p-strengths__plating__item__text,
  .p-strengths__reuse__item__text {
    text-align: center;
    margin-top: 0.75rem;
  }
}

.p-strengths__reuse__item__text {
  max-width: 38.71875rem;
}

.p-strengths__plating__head {
  margin-top: 4.375rem;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-strengths__plating__head {
    margin-top: 3.125rem;
    font-size: 1.3125rem;
  }
}

.p-strengths__quality__item__link {
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__quality__item__link {
    margin-inline: auto;
    margin-top: 1rem;
  }
}

.p-strengths__plating__item__link {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 1024px) {
  .p-strengths__plating__item__link {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-strengths__plating__item__link {
    margin-top: 1rem;
  }
}

.p-strengths__plating {
  position: relative;
  background: rgba(241, 249, 255, 0.95);
}
.p-strengths__plating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/strengths/p-strengths-plating-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */
