@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10vw;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a a:hover {
  opacity: 0.7;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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;
  -o-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;
  -webkit-text-decoration: underline dotted;
          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: bottom;
  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: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 700;
}

p,
input,
textarea,
li,
span,
dd {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p,
input,
textarea,
li,
span,
dd {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

img {
  border-radius: 8px;
}

a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.lazyload-img {
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  overflow-x: clip;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.inner {
  width: 100%;
  max-width: min(100% - 40px, 1200px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: min(100% - 40px, 740px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: min(100% - 40px, 540px);
  }
}

.breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
}
.breadcrumb .inner {
  max-width: min(100% - 40px, 1280px);
}

.breadcrumb__item {
  color: #bbb;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.breadcrumb__item span {
  color: #bbb;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 4px;
}

.is-nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: none;
  }
}

.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 {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #43b6f0;
  border: solid 2px #43b6f0;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.top__btn__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px 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: 8px;
    height: 8px;
  }
}

.grecaptcha-badge {
  right: -300px !important;
}

.notfound {
  padding-top: 280px;
  padding-bottom: 180px;
  text-align: center;
}

.notfound__title span {
  display: block;
  font-style: normal;
  line-height: 2; /* 28px */
  letter-spacing: 0.06em;
}
.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-style: normal;
  font-weight: 400;
  line-height: 2; /* 28px */
  letter-spacing: 0.06em;
}

.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 {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.footer1__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  .footer1__inner {
    display: block;
    padding: 65px 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer1__left {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.footer1__logo {
  display: block;
  width: 170px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .footer1__logo {
    width: 210px;
    margin-bottom: 40px;
  }
}
.footer1__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer1__address {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer1__address {
    font-size: 14px;
  }
}
.footer1__tel {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer1__tel {
    font-size: 14px;
  }
}
.footer1__fax {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .footer1__fax {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.footer1__home {
  font-size: 24px;
  font-weight: 700;
  color: #43ccd8;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .footer1__home {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer1__list__wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer1__list__wrapper {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer1__list {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.footer1__list:first-child {
  margin-right: 85px;
}
@media screen and (max-width: 1024px) {
  .footer1__list:first-child {
    margin-right: 0;
  }
}
.footer1__item {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer1__item {
    font-size: 14px;
  }
}
.footer1__copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 14px 0;
}

.pageTop-btn {
  position: absolute;
  top: 0;
  right: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 11px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pageTop-btn:hover {
  background-color: #43ccd8;
}
.pageTop-btn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .pageTop-btn {
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

.footer2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .footer2 {
    padding-top: 30px;
    padding-bottom: 112px;
  }
}
.footer2 .top__btn {
  position: fixed;
  bottom: 38px;
  right: 38px;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer2 .top__btn {
    bottom: 16px;
    right: 16px;
  }
}
.footer2 .top__btn__link {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #43ccd8;
  border: solid 2px #43ccd8;
  position: relative;
}
@media (any-hover: hover) {
  .footer2 .top__btn__link:hover {
    background-color: #fff;
  }
  .footer2 .top__btn__link:hover:before {
    border-right: 2px solid #43ccd8;
    border-bottom: 2px solid #43ccd8;
  }
}
@media screen and (max-width: 768px) {
  .footer2 .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.footer2 .top__btn__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .footer2 .top__btn__link:before {
    width: 8px;
    height: 8px;
  }
}
.footer2__logo {
  max-width: 278px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer2__logo {
    max-width: 180px;
  }
}
.footer2__logo:before {
  transition: opacity 0.3s;
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media (any-hover: hover) {
  .footer2__logo:hover::before {
    opacity: 0.3;
  }
}
.footer2__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer2__container {
    flex-wrap: wrap;
  }
}
.footer2__contents {
  position: relative;
  margin-inline: auto;
}
.footer2__contents:nth-of-type(1) {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .footer2__contents:nth-of-type(1) {
    max-width: 100%;
  }
}
.footer2__contents:nth-of-type(2) {
  width: 100%;
  max-width: 320px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .footer2__contents:nth-of-type(2) {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
    margin-top: 16px;
  }
}
.footer2__address {
  margin-top: 37px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer2__address {
    margin-top: 14px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .footer2__address a:hover {
    color: #43ccd8;
  }
}
.footer2__list {
  margin-top: 10px;
}
.footer2__list:first-of-type {
  margin-top: 0px;
}
.footer2__link {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer2__link {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .footer2__link img {
    max-width: 178px;
  }
}
@media (any-hover: hover) {
  .footer2__link:hover {
    color: #43ccd8;
  }
}
.footer2__btn {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer2__btn {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer2__btn__link {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #43ccd8;
  position: relative;
}
.footer2__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-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer2__btn__link span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }
}
.footer2__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) {
  .footer2__btn__link::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .footer2__btn__link:hover {
    opacity: 0.7;
  }
}
.footer2__copyright {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  background: #43ccd8;
  text-align: center;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  .footer2__copyright {
    padding: 16px;
    line-height: 1.5;
    font-size: 12px;
  }
}

/**
* @file _l-header.scss
**/
.header1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header1 {
    height: 64px;
  }
}
.header1 .header1__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__inner {
    padding-left: 23px;
  }
}
.header1 .header1__logo {
  display: block;
  width: 170px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__logo {
    width: 112px;
  }
}
.header1 .header1__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header1 .header1__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav {
    position: fixed;
    top: 0;
    right: 0;
    flex-flow: column;
    justify-content: space-between;
    color: #fff;
    width: 90%;
    height: 100dvh;
    max-width: 400px;
    padding: 30px 0 0;
    background-color: #43ccd8;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
}
.header1 .header1__nav.open {
  transform: translateX(0);
}
.header1 .header1__nav__list {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__list {
    flex-flow: column;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header1 .header1__nav__item {
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 10px;
}
@media screen and (max-width: 1520px) {
  .header1 .header1__nav__item {
    font-size: clamp(0.625rem, 0.5313rem + 0.4688vw, 1rem);
    margin: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__item {
    font-size: 18px;
    margin: 0 auto 22px;
  }
}
.header1 .header1__nav__item a, .header1 .header1__nav__item p {
  position: relative;
  padding: 10px 5px;
  transition: color 0.3s;
}
.header1 .header1__nav__item a::after, .header1 .header1__nav__item p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 74px;
  height: 4px;
  background-color: #43ccd8;
  transform: scale(0, 1);
  transition: transform 0.2s ease-out;
}
.header1 .header1__nav__facebook {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-right: 0;
    background-color: #fff;
    order: 1;
  }
  .header1 .header1__nav__facebook img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__tel {
    margin-top: auto;
  }
}
.header1 .header1__nav__tel, .header1 .header1__nav__mail {
  font-size: clamp(0.625rem, 0.5313rem + 0.4688vw, 1rem);
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1520px) {
  .header1 .header1__nav__tel, .header1 .header1__nav__mail {
    font-size: 18px;
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__tel, .header1 .header1__nav__mail {
    width: 100%;
    height: 50px;
  }
}
.header1 .header1__nav__tel img, .header1 .header1__nav__mail img {
  margin-right: 5px;
  padding-top: 3px;
  max-width: 20px;
}
.header1 .header1__nav__tel {
  background-color: #43ccd8;
}
.header1 .header1__nav__tel:hover {
  background-color: #2e571c;
}
.header1 .header1__nav__mail {
  background-color: #333;
}
.header1 .header1__nav__mail:hover {
  background-color: #2e571c;
}
.header1 .header1__menu-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #43ccd8;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header1 .header1__menu-btn {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn span {
    display: block;
    width: 34px;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn::before, .header1 .header1__menu-btn::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn::before {
    top: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header1 .header1__menu-btn::before {
    top: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn::after {
    bottom: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header1 .header1__menu-btn::after {
    bottom: 20px;
  }
}
.header1 .header1__close-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__close-btn {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .header1 .header1__close-btn::before, .header1 .header1__close-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  .header1 .header1__close-btn::before {
    top: 19px;
    transform: rotate(45deg);
  }
  .header1 .header1__close-btn::after {
    bottom: 19px;
    transform: rotate(-45deg);
  }
}

.header2 {
  position: relative;
  z-index: 50;
  width: 100%;
  transition: 0.6s;
  height: 100px;
  transition: all 0.3s;
  background: #fff;
  /* ホバー時のスタイルは削除 */
}
@media screen and (max-width: 1024px) {
  .header2 {
    height: auto;
    padding: 11px 18px;
    height: 75px;
  }
}
.header2.is-fixed {
  position: fixed;
}
.header2 .header2__nav {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__nav {
    width: 100%;
  }
}
.header2 .header2__logo {
  width: 100%;
  max-width: 231px;
  position: relative;
  margin-left: 30px;
  padding: 25px 0;
}
.header2 .header2__logo:before {
  transition: opacity 0.3s;
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .header2 .header2__logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .header2__logo {
    display: none;
  }
}
@media (any-hover: hover) {
  .header2 .header2__logo:hover::before {
    opacity: 0.3;
  }
}
.header2 .header2__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__logo--sp {
    display: block;
    width: 100%;
    max-width: 180px;
    z-index: 1001;
    position: relative;
  }
}
.header2 .header2__menu {
  margin-left: auto;
  justify-content: end;
  display: flex;
  align-items: center;
  height: 100px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu {
    margin-right: 0px;
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.header2 .header2__menu .header2__list {
  position: relative;
  white-space: nowrap;
}
.header2 .header2__menu .header2__list:last-of-type .header2__link {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu .header2__list:last-of-type .header2__link {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu .header2__list {
    width: 100%;
  }
}
.header2 .header2__menu .header2__list:hover::before {
  width: 70%;
}
.header2 .header2__menu .header2__list .header2__link {
  position: relative;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: all 0.3s;
  padding-right: 18px;
  padding-left: 18px;
  border-right: solid 2px #333;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu .header2__list .header2__link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu .header2__list .header2__link {
    border-right: none;
  }
}
.header2 .header2__menu .header2__list .header2__link::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 15px;
  width: 0%;
  background: #43ccd8;
  bottom: -14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header2 .header2__menu .header2__list .header2__link:hover {
    color: #43ccd8;
  }
  .header2 .header2__menu .header2__list .header2__link:hover::after {
    width: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .header2__menu .header2__list .header2__link {
    font-size: 16px;
    display: block;
    padding: 18px;
    line-height: 1;
  }
}
.header2 .header2__list.active {
  position: relative;
}
.header2 .header2__list.active .header2__link {
  color: #43ccd8 !important;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__list.active .header2__link {
    color: #43ccd8 !important;
  }
}
.header2 .header2__list.active .header2__link::after {
  width: 38px;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__list.active .header2__link::after {
    display: none;
  }
}
.header2 .nav__content {
  width: 100%;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header2 .nav__content {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.header2 .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 1024px) {
  .header2 .nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding-top: 76px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #fff;
    transition: 0.6s;
  }
  .header2 .nav.is-open {
    right: 0;
  }
  .header2 .nav:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header2 .nav .header2__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__item:first-of-type {
    margin-top: 30px;
  }
}
.header2 .nav .header2__item:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header2 .nav__link {
  width: 100%;
  font-size: min(1vw, 15px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.header2 .nav__link:hover {
  color: #ef7b51;
}
.header2 .nav__link:hover::after {
  width: 100%;
}
.header2 .nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ef7b51;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header2 .nav__link {
    display: block;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.header2 .nav .header2__contact__btn {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__contact__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    width: 50%;
  }
}
.header2 .nav .header2__contact__btn__link {
  background: #43ccd8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 100px;
  padding: 20px;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__contact__btn__link {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__contact__btn__link {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px;
  }
}
.header2 .nav .header2__contact__btn__link .header2__contact__btn__icon {
  width: 20px;
  display: inline-block;
  margin-right: 12px;
}
.header2 .nav .header2__contact__btn__link .contact__svg-path {
  fill: #fff; /* SVGの色を変更 */
}
.header2 .nav .header2__contact__btn__link p {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__contact__btn__link p {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header2 .nav .header2__contact__btn__link:hover {
    background-color: #fff;
  }
  .header2 .nav .header2__contact__btn__link:hover .contact__svg-path {
    fill: #43ccd8; /* SVGの色を変更 */
  }
  .header2 .nav .header2__contact__btn__link:hover p {
    color: #43ccd8;
  }
}
.header2 .nav .header2__tel__btn {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__tel__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    width: 50%;
  }
}
.header2 .nav .header2__tel__btn__link {
  background: #43ccd8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 100px;
  padding: 20px;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__tel__btn__link {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__tel__btn__link {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px;
  }
}
.header2 .nav .header2__tel__btn__link .header2__tel__btn__icon {
  width: 20px;
  display: inline-block;
  margin-right: 12px;
}
.header2 .nav .header2__tel__btn__link .tel__svg-path {
  fill: #fff; /* SVGの色を変更 */
}
.header2 .nav .header2__tel__btn__link p {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header2 .nav .header2__tel__btn__link p {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header2 .nav .header2__tel__btn__link:hover {
    background-color: #fff;
  }
  .header2 .nav .header2__tel__btn__link:hover .tel__svg-path {
    fill: #43ccd8; /* SVGの色を変更 */
  }
  .header2 .nav .header2__tel__btn__link:hover p {
    color: #43ccd8;
  }
}
.header2 .nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #43ccd8;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .header2 .nav__toggle {
    display: block;
  }
}
.header2 .nav__menu-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .header2 .nav__link--top {
    padding: 8px 0;
  }
}
.header2 .menu-line1 {
  top: 27px;
}
.header2 .menu-line2 {
  top: 36px;
}
.header2 .menu-line3 {
  top: 45px;
}
.header2 #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 36px;
  left: 20px;
  transform: rotate(135deg);
  height: 3px;
}
.header2 #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header2 #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 36px;
  left: 20px;
  transform: rotate(-135deg);
  height: 3px;
}
.header2 #js-nav.is-open .nav__lists {
  right: 0;
}

.header3.headerColorScroll {
  transition: all 0.3s;
  width: 100%;
  background: #43ccd8;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1024px) {
  .header3.headerColorScroll {
    padding: 13.5px;
  }
}

.header3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  transition: 0.6s;
  transition: all 0.3s;
  padding: 25px 20px;
  overflow-x: clip;
  /* ホバー時のスタイルは削除 */
}
@media screen and (max-width: 1024px) {
  .header3 {
    width: 100%;
    padding: 15px;
    height: auto;
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header3.is-fixed {
  position: fixed;
}
.header3.hidden {
  transform: translateY(-80px);
  opacity: 0;
}
.header3 .header3__inner {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .header3 .header3__inner {
    width: 100%;
  }
}
.header3 .header3__nav {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header3 .header3__nav {
    display: flex;
    flex-direction: column-reverse;
  }
}
.header3 .header3__logo {
  max-width: 275px;
  width: 21%;
  height: 77px;
  flex-shrink: 0;
  padding-top: 20px;
  padding-right: 3%;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header3 .header3__logo {
    display: none;
  }
}
@media (any-hover: hover) {
  .header3 .header3__logo:hover {
    opacity: 0.7;
  }
}
.header3 .header3__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header3 .header3__logo--sp {
    display: block;
    width: 100%;
    max-width: 186px;
    z-index: 1001;
    position: relative;
    top: -7px;
  }
}
.header3 .header3__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header3 .header3__list {
    width: 100%;
  }
}
.header3 .header3__list.active {
  position: relative;
}
.header3 .header3__list.active .header3__link {
  color: #8cd5c6 !important;
}
.header3 .nav__content {
  width: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content {
    gap: 1%;
  }
}
.header3 .nav__content .header3__menu--top {
  justify-content: end;
  align-items: center;
  display: flex;
  text-align: right;
  gap: 19px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content .header3__menu--top {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content .header3__menu--top {
    display: block;
    text-align: left;
  }
}
.header3 .nav__content .header3__menu--top .header3__link {
  position: relative;
  font-size: clamp(0.5rem, 0.3696rem + 0.6522vw, 0.875rem);
  display: block;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .header3 .nav__content .header3__menu--top .header3__link {
    font-size: 16px;
    display: block;
    padding: 15px;
    line-height: 1;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  }
}
@media (any-hover: hover) {
  .header3 .nav__content .header3__menu--top .header3__link:hover {
    color: #43ccd8;
  }
}
.header3 .nav__content .header3__menu--bottom {
  margin-top: 15px;
  justify-content: end;
  align-items: center;
  display: flex;
  text-align: right;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content .header3__menu--bottom {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content .header3__menu--bottom {
    margin-top: 0;
    display: block;
    text-align: left;
  }
}
.header3 .nav__content .header3__menu--bottom .header3__link {
  position: relative;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 5px;
  display: block;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content .header3__menu--bottom .header3__link {
    font-size: 16px;
    display: block;
    padding: 15px;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .header3 .nav__content .header3__menu--bottom .header3__link:hover {
    color: #43ccd8;
  }
}
.header3 .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 1024px) {
  .header3 .nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 85px 0 65px 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #43ccd8;
    transition: 0.6s;
  }
  .header3 .nav.is-open {
    right: 0;
  }
}
.header3 .nav .header3__recruit__btn {
  height: auto;
  max-width: 120px;
  width: 14%;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav .header3__recruit__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 65px;
  }
}
.header3 .nav .header3__recruit__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #43b6f0;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header3 .nav .header3__recruit__btn__link {
    font-size: 16px;
  }
}
.header3 .nav .header3__recruit__btn__link:hover {
  background: #fff;
  color: #43b6f0;
}
.header3 .nav .header3__contact__btn {
  height: auto;
  max-width: 120px;
  width: 14%;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav .header3__contact__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 65px;
  }
}
.header3 .nav .header3__contact__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #43b6f0;
  height: 70px;
  text-align: center;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header3 .nav .header3__contact__btn__link {
    font-size: 16px;
  }
}
.header3 .nav .header3__contact__btn__link:hover {
  background: #43b6f0;
  color: #fff;
}
.header3 .nav__toggle {
  display: none;
  position: fixed;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #43b6f0;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__toggle {
    display: block;
  }
}
.header3 .nav__menu-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  background-color: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__link--top {
    padding: 8px 0;
  }
}
.header3 .menu-line1 {
  top: 25px;
}
.header3 .menu-line2 {
  top: 35px;
}
.header3 .menu-line3 {
  top: 45px;
}
.header3 #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 35px;
  left: 20px;
  transform: rotate(135deg);
  height: 3px;
}
.header3 #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header3 #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 35px;
  left: 20px;
  transform: rotate(-135deg);
  height: 3px;
}
.header3 #js-nav.is-open .nav__lists {
  right: 0;
}

.top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .top__btn {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.sp__menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp__menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
  }
}

.sp__link {
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  height: 65px;
}

.sp__list:nth-of-type(1) .sp__link {
  background: rgba(231, 40, 15, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  gap: 10px;
  padding-top: 19px;
}
.sp__list:nth-of-type(1) .sp__icon {
  width: 100%;
  max-width: 16.5px;
  margin-bottom: 3px;
  line-height: 1;
}
.sp__list:nth-of-type(1) .sp__text {
  color: #fff;
  font-family: Syncopate;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.sp__list:nth-of-type(2) .sp__link {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  gap: 10px;
}
.sp__list:nth-of-type(2) .sp__link .sp__icon {
  width: 100%;
  max-width: 20px;
}
.sp__list:nth-of-type(2) .sp__text {
  color: #00c651;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 3px;
}

.header4.headerColorScroll4 {
  padding: 29px 30px;
}
.header4.headerColorScroll4 .header4__link {
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .header4.headerColorScroll4 .header4__link {
    color: #fff !important;
  }
}
@media (any-hover: hover) {
  .header4.headerColorScroll4 .header4__link:hover {
    color: #4d99a8 !important;
  }
}

@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-third {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-fourth {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-fifth {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-sixth {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-seventh {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-eighth {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-ninth {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-tenth {
    opacity: 1;
    transform: translateY(0);
  }
}

.header4 {
  position: relative;
  z-index: 1000;
  width: 100%;
  transition: 0.6s;
  transition: all 0.3s;
  padding: 72px 30px;
  overflow-x: clip;
  /* ホバー時のスタイルは削除 */
}
@media screen and (max-width: 1024px) {
  .header4 {
    padding: 10px 30px 20px 30px;
    height: auto;
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header4.is-fixed {
  position: fixed;
}
.header4.hidden {
  transform: translateY(-80px);
  opacity: 0;
}
.header4 .header4__nav {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header4 .header4__nav {
    width: 100%;
  }
}
.header4 .header4__logo {
  width: 11%;
  max-width: 150px;
  transition: opacity 0.3s;
  position: absolute;
  left: 56px;
  top: 28px;
  margin: 0;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@-webkit-keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header4 .header4__logo {
    display: none;
  }
}
@media (any-hover: hover) {
  .header4 .header4__logo:hover {
    opacity: 0.7;
  }
}
.header4 .header4__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header4 .header4__logo--sp {
    display: block;
    width: 100%;
    max-width: 75px;
    z-index: 1001;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-animation-name: my-fade-in;
            animation-name: my-fade-in;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
  @-webkit-keyframes my-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes my-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.header4 .header4__menu {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header4 .header4__menu {
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.header4 .header4__menu .header4__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header4 .header4__menu .header4__list {
    width: 100%;
  }
}
.header4 .header4__menu .header4__list .header4__link {
  position: relative;
  font-size: clamp(0.625rem, 0.5313rem + 0.4688vw, 1rem);
  padding-left: 22px;
  padding-right: 22px;
  display: block;
  color: #333;
  font-family: "Noto Sans JP";
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 3.2px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.header4 .header4__menu .header4__list .header4__link::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 15px;
  width: 0%;
  background: #4d99a8;
  bottom: -20px;
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header4 .header4__menu .header4__list .header4__link:hover {
    color: #4d99a8;
  }
  .header4 .header4__menu .header4__list .header4__link:hover::after {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .header4 .header4__menu .header4__list .header4__link {
    font-size: 16px;
    display: block;
    padding: 15px;
    line-height: 1;
  }
}
.header4 .header4__list.active {
  position: relative;
}
.header4 .header4__list.active .header4__link {
  color: #4d99a8 !important;
}
@media screen and (max-width: 768px) {
  .header4 .header4__list.active .header4__link {
    color: #fff !important;
  }
}
.header4 .header4__list.active .header4__link::after {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .header4 .header4__list.active .header4__link::after {
    display: none;
  }
}
.header4 .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 1024px) {
  .header4 .nav {
    position: absolute;
    top: 0;
    right: -100%;
    padding: 80px 20px 80px 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 100vh;
    background: #999999;
    transition: 0.6s;
  }
  .header4 .nav.is-open {
    right: 0;
  }
}
.header4 .nav .header4__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__item:first-of-type {
    margin-top: 30px;
  }
}
.header4 .nav .header4__item:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header4 .nav__link {
  width: 100%;
  font-size: min(1vw, 15px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.header4 .nav__link:hover {
  color: #ef7b51;
}
.header4 .nav__link:hover::after {
  width: 100%;
}
.header4 .nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ef7b51;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header4 .nav__link {
    display: block;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.header4 .nav .header4__tel__btn {
  width: 20%;
  max-width: 185px;
  margin-left: auto;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__tel__btn {
    display: none;
  }
}
.header4 .nav .header4__tel__btn__link {
  display: block;
  padding-top: 7px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 75px;
}
.header4 .nav .header4__tel__btn__link span {
  display: block;
  white-space: nowrap;
  letter-spacing: 1px;
}
.header4 .nav .header4__tel__btn__link span:nth-of-type(1) {
  font-size: clamp(0.5rem, 0.3261rem + 0.8696vw, 1rem);
}
.header4 .nav .header4__tel__btn__link span:nth-of-type(2) {
  position: relative;
  font-size: clamp(0.875rem, 0.6576rem + 1.087vw, 1.5rem);
  padding-left: 29px;
}
.header4 .nav .header4__tel__btn__link span:nth-of-type(2)::before {
  content: "";
  display: block;
  max-width: 20px;
  height: 20px;
  width: 15%;
  position: absolute;
  top: 55%;
  left: 3px;
  transform: translateY(-50%);
  background-image: url(../images/common/default-template/tel-icon.svg);
  background-size: contain;
}
.header4 .nav .header4__recruit__btn {
  height: auto;
  max-width: 134px;
  width: 10%;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__recruit__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 65px;
  }
}
.header4 .nav .header4__recruit__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
  padding: 10px;
  height: 75px;
  font-size: clamp(0.375rem, 0.2011rem + 0.8696vw, 0.875rem);
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s;
}
.header4 .nav .header4__recruit__btn__link:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__recruit__btn__link {
    font-size: 16px;
    padding: 15px;
    height: 65px;
    line-height: 1;
  }
}
.header4 .nav .header4__contact__btn {
  max-width: 134px;
  width: 10%;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__contact__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
}
.header4 .nav .header4__contact__btn__link {
  font-size: clamp(0.375rem, 0.2011rem + 0.8696vw, 0.875rem);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  height: 75px;
  transition: all 0.3s;
}
.header4 .nav .header4__contact__btn__link:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header4 .nav .header4__contact__btn__link {
    height: 50px;
    font-size: 16px;
    padding: 15px;
    height: 65px;
    line-height: 1;
  }
}
.header4 .nav__toggle {
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #333;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header4 .nav__toggle {
    display: block;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header4 .nav__menu-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .header4 .nav__link--top {
    padding: 8px 0;
  }
}
.header4 .menu-line1 {
  top: 27px;
}
.header4 .menu-line2 {
  top: 36px;
}
.header4 .menu-line3 {
  top: 45px;
}
.header4 #js-nav-menu4.is-open .menu-line1 {
  position: absolute;
  top: 36px;
  left: 20px;
  transform: rotate(135deg);
  height: 3px;
}
.header4 #js-nav-menu4.is-open .menu-line2 {
  opacity: 0;
}
.header4 #js-nav-menu4.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 36px;
  left: 20px;
  transform: rotate(-135deg);
  height: 3px;
}
.header4 #js-nav4.is-open .nav__lists {
  right: 0;
}

/**
* @file _l-header.scss
**/
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: 0.6s;
  height: 100px;
  transition: all 0.3s;
  background: #fff;
  /* ホバー時のスタイルは削除 */
}
@media screen and (max-width: 1024px) {
  .header {
    height: auto;
    padding: 13px 18px;
  }
}
.header.is-fixed {
  position: fixed;
}
.header .header__nav {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header .header__nav {
    width: 100%;
  }
}
.header .header__logo {
  width: 100%;
  max-width: 351px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 28px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1280px) {
  .header .header__logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__logo {
    display: none;
  }
}
@media (any-hover: hover) {
  .header .header__logo:hover {
    opacity: 0.7;
  }
}
.header .header__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header__logo--sp {
    display: flex;
    width: 100%;
    z-index: 1001;
    position: relative;
    font-size: 18px;
    height: 48px;
    align-items: center;
  }
}
.header .header__menu {
  margin-left: auto;
  justify-content: end;
  display: flex;
  align-items: center;
  height: 100px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .header .header__menu {
    margin-right: 0px;
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.header .header__menu .header__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__list:last-of-type .header__link {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__list {
    width: 100%;
  }
}
.header .header__menu .header__list:hover::before {
  width: 70%;
}
.header .header__menu .header__list .header__link {
  position: relative;
  font-size: clamp(0.625rem, 0.5313rem + 0.4688vw, 1rem);
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  color: #333333;
  font-family: "Noto Sans JP";
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
  /* ホバー時のスタイルは削除 */
}
.header .header__menu .header__list .header__link::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 15px;
  width: 0%;
  background: #333;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header .header__menu .header__list .header__link:hover {
    color: #333;
  }
  .header .header__menu .header__list .header__link:hover::after {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__list .header__link {
    font-size: 16px;
    display: block;
    padding: 18px;
    line-height: 1;
    color: #fff;
  }
}
.header .header__menu .header__list .header__link .header__list.active {
  position: relative;
}
.header .header__menu .header__list .header__link .header__list.active .header__link {
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link .header__list.active .header__link {
    color: #fff !important;
  }
}
.header .header__menu .header__list .header__link .header__list.active .header__link::after {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link .header__list.active .header__link::after {
    display: none;
  }
}
.header .header__list.active {
  position: relative;
}
.header .header__list.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  max-width: 62px;
  height: 3px;
  flex-shrink: 0;
  border-radius: 0px 10px 10px 0px;
  background: #fff;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .header__list.active::before {
    display: none;
  }
}
.header .nav__content {
  width: 100%;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header .nav__content {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.header .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 1024px) {
  .header .nav {
    position: fixed;
    top: 75px;
    right: -100%;
    padding-top: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 89svh;
    background: #333;
    transition: 0.6s;
  }
  .header .nav.is-open {
    right: 0;
  }
}
.header .nav .header__item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav .header__item:first-of-type {
    margin-top: 30px;
  }
}
.header .nav .header__item:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header .nav__link {
  width: 100%;
  font-size: min(1vw, 15px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.header .nav__link:hover {
  color: #ef7b51;
}
.header .nav__link:hover::after {
  width: 100%;
}
.header .nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ef7b51;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header .nav__link {
    display: block;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.header .nav .header__tel__btn {
  width: 30%;
  max-width: 110px;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__tel__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    width: 100%;
  }
}
.header .nav .header__tel__btn__link {
  background: #999;
  display: block;
  padding: 20px 8px 17px 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__tel__btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px;
  }
}
.header .nav .header__tel__btn__link figure {
  width: 30%;
  max-width: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__tel__btn__link figure {
    max-width: 23px;
    margin-inline: 0;
    margin-right: 12px;
  }
}
.header .nav .header__tel__btn__link figure img {
  width: 100%;
}
.header .nav .header__tel__btn__link p {
  margin-top: 17px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  font-size: clamp(0.5rem, 0.3889rem + 0.5556vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__tel__btn__link p {
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media (any-hover: hover) {
  .header .nav .header__tel__btn__link:hover {
    background-color: #fff;
  }
  .header .nav .header__tel__btn__link:hover .tel__svg-path {
    fill: #36bbab; /* SVGの色を変更 */
  }
  .header .nav .header__tel__btn__link:hover p {
    color: #36bbab;
  }
}
.header .nav .header__tel__btn__link .tel__svg-path {
  transition: all 0.3s;
  fill: #fff; /* SVGの色を変更 */
}
.header .nav .header__contact__btn {
  width: 30%;
  max-width: 110px;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__contact__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    width: 100%;
  }
}
.header .nav .header__contact__btn__link {
  background: #333;
  display: block;
  padding: 20px 8px 17px 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__contact__btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px;
  }
}
.header .nav .header__contact__btn__link figure {
  width: 30%;
  max-width: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__contact__btn__link figure {
    max-width: 26px;
    margin-inline: 0;
    margin-right: 12px;
  }
}
.header .nav .header__contact__btn__link figure img {
  width: 100%;
}
.header .nav .header__contact__btn__link p {
  margin-top: 9px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.5rem, 0.3889rem + 0.5556vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header .nav .header__contact__btn__link p {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header .nav .header__contact__btn__link:hover {
    background-color: #fff;
  }
  .header .nav .header__contact__btn__link:hover .contact__svg-path {
    fill: #333; /* SVGの色を変更 */
  }
  .header .nav .header__contact__btn__link:hover p {
    color: #333;
  }
}
.header .nav .header__contact__btn__link .contact__svg-path {
  transition: all 0.3s;
  fill: #fff; /* SVGの色を変更 */
}
.header .nav__toggle {
  display: none;
  position: fixed;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #333;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .header .nav__toggle {
    display: block;
  }
}
.header .nav__menu-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .header .nav__link--top {
    padding: 8px 0;
  }
}
.header .menu-line1 {
  top: 27px;
}
.header .menu-line2 {
  top: 36px;
}
.header .menu-line3 {
  top: 45px;
}
.header #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 36px;
  left: 20px;
  transform: rotate(135deg);
  height: 3px;
}
.header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 36px;
  left: 20px;
  transform: rotate(-135deg);
  height: 3px;
}
.header #js-nav.is-open .nav__lists {
  right: 0;
}

.mv {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 32px;
    background-color: #f6fafa;
  }
}
.mv::after {
  content: "";
  display: block;
  background-color: #f6fafa;
  width: 100%;
  max-width: 368px;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv__img {
  display: block;
  width: 92%;
  margin-left: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  border-radius: 0 0 0 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 95%;
    border-radius: 0 0 0 50px;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv__img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    height: auto;
  }
}

.mv__content {
  position: absolute;
  left: 6%;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    top: -100px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.mv__title {
  width: 100%;
  max-width: 300px;
}
.mv__title span {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(1.5625rem, 1.1736rem + 1.9444vw, 2.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .mv__title span {
    font-size: 25px;
    letter-spacing: 0.06em;
  }
}
.mv__title span:nth-of-type(2) {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .mv__title span:nth-of-type(2) {
    margin-top: 4px;
  }
}

.mv__text {
  margin-top: 17px;
  color: #333;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .mv__text {
    color: #333;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.js-mv-maker-text {
  background: linear-gradient(90deg, #333 0%, #333 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
  color: #333;
}

.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-style: normal;
  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__menu:nth-of-type(1) .footer__list:nth-of-type(1) .footer__link:nth-of-type(1) {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__menu:nth-of-type(1) .footer__list:nth-of-type(1) .footer__link:nth-of-type(1) {
    line-height: 2.5;
    font-size: 16px;
  }
}

.footer__link {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  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-style: normal;
  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__wrap {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .lower__mv__wrap {
    padding-top: 74px;
  }
}

.lower__mv {
  width: 100%;
  height: 198px;
  display: block;
  position: relative;
  background: #999;
}
@media screen and (max-width: 768px) {
  .lower__mv {
    height: 200px;
  }
}

.lower__mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.lower__mv__title span {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower__mv__title span {
    font-size: 22px;
  }
}

.mv1 {
  position: relative;
}
.mv1__bg {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  max-height: 900px;
}
@media screen and (max-width: 1024px) {
  .mv1__bg {
    max-height: 500px;
    margin-bottom: 420px;
  }
}
.mv1__bg-image {
  position: relative;
  width: 80%;
  height: 100%;
  background-image: url(../images/common/noimg1200x630.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv1__bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 62, 1, 0.6);
}
.mv1__inner {
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.mv1__heading {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 10vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv1__heading {
    font-size: 2rem;
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: 80px;
    font-size: 20px;
  }
}
.mv1__heading p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .mv1__heading p {
    padding: 5px 10px;
  }
}
.mv1__heading p:first-child {
  margin-bottom: 8px;
}
.mv1__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 77vw;
  height: 86%;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  background-image: url(../images/common/noimg1200x630.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv1__image {
    width: 92vw;
    height: 92%;
  }
}

.mv2 {
  position: relative;
  padding-top: 100px;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .mv2 {
    padding-top: 75px;
    background-color: #f6fafa;
  }
}

.mv2__img {
  display: block;
  width: 100%;
  margin-left: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (max-width: 768px) {
  .mv2__img {
    height: 82vh;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv2__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv2__img img {
    height: 82vh;
  }
}

.mv2__content {
  position: absolute;
  top: 54%;
  left: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv2__content {
    top: auto;
    left: 20px;
    bottom: 26px;
    transform: translate(0, 0);
  }
}

.mv2__title {
  width: 100%;
  max-width: 300px;
}
.mv2__title span {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(0.875rem, 0.3977rem + 2.3864vw, 2.1875rem);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 40px */
  letter-spacing: 0.06em;
  padding: 12px 18px 12px 18px;
}
@media screen and (max-width: 768px) {
  .mv2__title span {
    padding: 6px 10px 6px 10px;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.mv2__title span:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .mv2__title span:nth-of-type(2) {
    margin-top: 8px;
  }
}

.js-mv-maker-text {
  border-radius: 8px;
  background: linear-gradient(90deg, #43ccd8 0%, #43ccd8 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

.mv3 {
  position: relative;
  padding-top: 100px;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .mv3 {
    padding-top: 75px;
    background-color: #f6fafa;
  }
}

.mv3__img {
  display: block;
  width: 100%;
  margin-left: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (max-width: 768px) {
  .mv3__img {
    height: 82vh;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv3__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv3__img img {
    height: 82vh;
  }
}

.mv3__content {
  position: absolute;
  top: 58%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv3__content {
    top: auto;
    left: 20px;
    bottom: 26px;
    transform: translate(0, 0);
  }
}

.mv3__title {
  width: 100%;
  max-width: 300px;
}
.mv3__title span {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(1.5625rem, 1.1736rem + 1.9444vw, 2.875rem);
  color: #204479;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 40px */
  letter-spacing: 0.06em;
  padding: 12px 36px 12px 18px;
}
@media screen and (max-width: 768px) {
  .mv3__title span {
    padding: 6px 0 6px 10px;
    letter-spacing: 0.06em;
    color: #204479;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.mv3__title span:nth-of-type(1) {
  padding: 12px 0 12px 18px;
}
@media screen and (max-width: 768px) {
  .mv3__title span:nth-of-type(1) {
    padding: 4px 0 4px 8px;
  }
}
.mv3__title span:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .mv3__title span:nth-of-type(2) {
    padding: 4px 8px;
    margin-top: 4px;
  }
}

.mv__text {
  margin-top: 17px;
  color: #333;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2; /* 35.2px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .mv__text {
    margin-top: 16px;
    color: #333;
    text-shadow: 0px 0px 15px #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.15em;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.js-mv-maker-text {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

.mv4 {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .mv4 {
    padding-top: 32px;
    background-color: #f6fafa;
  }
}
.mv4::after {
  content: "";
  display: block;
  background-color: #f6fafa;
  width: 100%;
  max-width: 368px;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv4 .mv4__img {
  display: block;
  width: 92%;
  margin-left: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  border-radius: 0 0 0 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv4 .mv4__img {
    width: 95%;
    border-radius: 0 0 0 50px;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv4 .mv4__img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv4 .mv4__img img {
    height: auto;
  }
}
.mv4 .mv4__content {
  position: absolute;
  left: 6%;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv4 .mv4__content {
    top: -100px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.mv4 .mv4__title {
  width: 100%;
  max-width: 300px;
}
.mv4 .mv4__title span {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(1.5625rem, 1.1736rem + 1.9444vw, 2.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 69px */
  letter-spacing: 0.06em;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .mv4 .mv4__title span {
    font-size: 25px;
    letter-spacing: 0.06em;
  }
}
.mv4 .mv4__title span:nth-of-type(2) {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .mv4 .mv4__title span:nth-of-type(2) {
    margin-top: 4px;
  }
}
.mv4 .mv4__text {
  margin-top: 17px;
  color: #333;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2; /* 35.2px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .mv4 .mv4__text {
    color: #333;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 28px */
    letter-spacing: 0.06em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mv4 .js-mv-maker-text {
  background: linear-gradient(90deg, #333 0%, #333 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.mv4 .js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.mv4 .js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.mv4 .js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
  color: #fff;
}

.mv5__splide {
  /* 矢印のクリック範囲など */
  /* 矢印共通のスタイル */
  /* 前の矢印 */
  /* 前の矢印 */
  /* 次の矢印 */
  /* 次のスライドが無い場合の矢印 */
  /* スライドのサイズ調整 */
}
.mv5__splide .splide__arrows {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .mv5__splide .splide__arrows {
    bottom: 190px;
  }
}
.mv5__splide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 50px;
  transition: 0.2s;
  width: 50px;
  position: absolute;
  padding: 20px;
}
.mv5__splide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv5__splide .prev {
  left: 73px;
}
@media screen and (max-width: 1024px) {
  .mv5__splide .prev {
    left: 20px;
    bottom: 251px;
  }
}
.mv5__splide .prev::before {
  top: 30%;
  background-image: url(../images/common/arrow-left.svg);
}
.mv5__splide .next {
  left: 370px;
}
@media screen and (max-width: 1024px) {
  .mv5__splide .next {
    left: 215px;
    bottom: 293px;
  }
}
.mv5__splide .next::before {
  background-image: url(../images/common/arrow-right.svg);
}
.mv5__splide .button:disabled::before {
  opacity: 0.5;
}
.mv5__splide .splide__slide img {
  height: auto;
  width: 100%;
}
.mv5__splide .splide__pagination {
  right: auto;
  left: 141px;
  bottom: 40px !important;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .mv5__splide .splide__pagination {
    left: 70px;
    bottom: 238px !important;
    gap: 19px;
  }
}
.mv5__splide .splide__pagination__page {
  background: #fff;
}
.mv5__splide .splide__pagination__page.is-active {
  background: #4d99a8 !important;
}

.mv5 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: clip;
}
.mv5 .mv5__img {
  width: 100%;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.mv5 .mv5__img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv5 .mv5__logo {
  position: absolute;
  left: 64px;
  bottom: 73px;
  width: 100%;
  max-width: 392px;
}
.mv5 .mv5__logo img {
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
}
@media screen and (max-width: 1024px) {
  .mv5 .mv5__logo {
    width: 70%;
    left: 15px;
    bottom: 280px;
    width: 100%;
    max-width: 255px;
  }
}

.btn1 {
  position: relative;
  width: 387px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #43ccd8;
  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;
  -o-object-fit: contain;
     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: #43ccd8;
  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-style: normal;
  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-style: normal;
  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;
  }
}

.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: #43ccd8;
  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;
  font-style: normal;
  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: #43ccd8;
  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: #43ccd8;
  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-style: normal;
  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-style: normal;
  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;
  }
}

.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: #43ccd8;
  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-style: normal;
  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: #43ccd8;
  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-style: normal;
  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;
  -o-object-fit: cover;
     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 {
  -o-object-fit: contain;
     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;
  font-style: normal;
  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: #43ccd8;
  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-style: normal;
  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-style: normal;
  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: #43ccd8;
  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-style: normal;
  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;
  }
}

.top-news1__title {
  text-align: center;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  padding-bottom: 32px;
  font-weight: 600;
  aline-height: 1.7; /* 59.5px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-news1__title {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
.top-news1__title:before {
  content: "";
  display: block;
  background-color: #43ccd8;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top-news1__btn {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .top-news1__btn {
    margin-top: 28px;
  }
}
.top-news1__btn__link {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #43ccd8;
  position: relative;
  margin-inline: auto;
}
.top-news1__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-news1__btn__link span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.top-news1__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) {
  .top-news1__btn__link::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .top-news1__btn__link:hover {
    opacity: 0.7;
  }
}

.top-news1__container {
  padding: 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-news1__container {
    padding: 60px 20px;
    box-shadow: 12px 12px 70px 0px rgba(0, 0, 0, 0.1);
  }
}

.top-news1__menu {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .top-news1__menu {
    margin-top: 28px;
  }
}

.top-news1__contents {
  max-width: 735px;
  width: 100%;
  margin-inline: auto;
}
.top-news1__contents:first-of-type .top-news__data__link {
  padding: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .top-news1__contents:first-of-type .top-news__data__link {
    padding: 0 0 16px 0;
  }
}

.top-news1__data__link {
  padding: 24px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .top-news1__data__link {
    flex-direction: column;
    align-items: start;
    gap: 6px;
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
  }
}

.top-news1__data {
  width: 100%;
}

.top-news1__data__link__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1; /* 33.6px */
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-news1__data__link__title {
    font-size: 14px;
    line-height: 1.5; /* 27.2px */
  }
}

.top-news1__text {
  margin-top: 48px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 19px */
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-news1__text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.top-news1__header {
  color: #848484;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.01em;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .top-news1__header {
    font-size: 14px;
    line-height: 1.5; /* 27.2px */
  }
}

.cta1 .cta1__bg {
  position: relative;
  background-image: url(../images/common/img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta1 .cta1__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 44, 20, 0.8);
  z-index: 1;
}
.cta1 .cta1__inner {
  position: relative;
  padding: 100px 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cta1 .cta1__inner {
    padding: 40px 20px;
  }
}
.cta1 .cta1__heading {
  color: #fff;
}
.cta1 .cta1__heading p {
  color: #fff !important;
}
.cta1 .cta1__heading h2 {
  color: #fff !important;
}
.cta1 .cta1__lead {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta1 .cta1__lead {
    font-size: 12px;
  }
}
.cta1 .cta1__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .cta1 .cta1__container {
    flex-flow: column;
  }
}
.cta1 .cta1__btn {
  width: 255px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 35px;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .cta1 .cta1__btn {
    width: 220px;
    height: 54px;
  }
  .cta1 .cta1__btn:first-child {
    margin-bottom: 20px;
  }
}
.cta1 .cta1__btn svg {
  max-width: 20px;
  margin-right: 7px;
}
.cta1 .cta1__btn svg path {
  transition: fill 0.3s;
}
.cta1 .cta1__btn:hover {
  color: #fff;
  background-color: #2e571c;
}
.cta1 .cta1__btn:hover path {
  fill: #fff;
}

.contact1 .sec__heading {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact1 .sec__heading {
    margin-bottom: 14px;
  }
}
.contact1 .sec__heading p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .contact1 .sec__heading p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.contact1 .sec__heading h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact1 .sec__heading h2 {
    font-size: 21px;
  }
}

.contact1 .sec__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  .contact1 .sec__lead {
    font-size: 12px;
    margin-bottom: 24px;
  }
}

.cta2 {
  background: #f4f4f4;
}
.cta2 .cta2__title {
  text-align: center;
  position: relative;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-style: normal;
  padding-bottom: 32px;
  font-weight: 600;
  line-height: 170%; /* 59.5px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__title {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
.cta2 .cta2__title:before {
  content: "";
  display: block;
  background-color: #43ccd8;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta2 .cta2__btn__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__btn__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.cta2 .cta2__btn {
  width: 100%;
}
.cta2 .cta2__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 427px;
  width: 100%;
  margin-inline: auto;
  height: 123px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #43ccd8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__btn__link {
    height: 70px;
    max-width: 346px;
  }
}
.cta2 .cta2__btn__link span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 26px */
  letter-spacing: 0.06em;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__btn__link span {
    padding-left: 18px;
    font-size: 20px;
  }
}
.cta2 .cta2__btn__link span:nth-of-type(2) {
  padding-left: 0px;
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__btn__link span:nth-of-type(2) {
    font-size: 12px;
  }
}
.cta2 .cta2__btn__link__tel__btn__icon {
  position: absolute;
  top: 38px;
  left: 99px;
  width: 22px;
}
@media screen and (max-width: 1024px) {
  .cta2 .cta2__btn__link__tel__btn__icon {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__btn__link__tel__btn__icon {
    top: 14px;
    left: 70px;
    width: 18px;
  }
}
.cta2 .cta2__btn__link .tel__svg-path,
.cta2 .cta2__btn__link .contact__svg-path {
  fill: #fff; /* SVGの色を変更 */
}
.cta2 .cta2__btn__link__btn__icon {
  position: absolute;
  top: 50px;
  left: 99px;
  width: 22px;
}
@media screen and (max-width: 1024px) {
  .cta2 .cta2__btn__link__btn__icon {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cta2 .cta2__btn__link__btn__icon {
    top: 23px;
    left: 77px;
    width: 18px;
  }
}
@media (any-hover: hover) {
  .cta2 .cta2__btn__link:hover {
    background-color: #fff;
  }
  .cta2 .cta2__btn__link:hover .tel__svg-path,
.cta2 .cta2__btn__link:hover .contact__svg-path {
    fill: #43ccd8; /* SVGの色を変更 */
  }
  .cta2 .cta2__btn__link:hover span {
    color: #43ccd8;
  }
}

.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-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #43ccd8;
  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-style: normal;
  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-style: normal;
  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;
  }
}

.flow1 {
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__inner {
    padding: 40px 20px;
  }
}
.flow1 .flow1__list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__list {
    flex-wrap: wrap;
  }
}
.flow1 .flow1__item {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__item {
    width: 40%;
    margin-bottom: 30px;
  }
}
.flow1 .flow1__item:not(:last-child)::after {
  content: "▶︎";
  color: #43ccd8;
  font-size: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__item:not(:last-child)::after {
    right: -34%;
  }
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__item:nth-child(3) img:first-child, .flow1 .flow1__item:last-child img:first-child {
    padding: 8px;
  }
}
.flow1 .flow1__item span {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__item span {
    font-size: 21px;
  }
}
.flow1 .flow1__item h3 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__item h3 {
    font-size: 16px;
  }
}
.flow1 .flow1__image {
  position: relative;
  width: 100%;
  margin: 17px auto;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__image {
    width: 70%;
    max-width: 150px;
    margin: 10px auto;
  }
}
.flow1 .flow1__image img:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 70%;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__image img:first-child {
    min-height: 66%;
  }
}
.flow1 .flow1__image img:last-child {
  width: 100%;
}

.flow2 .flow2__menu {
  max-width: 1070px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.flow2 .flow2__list {
  margin-top: 82px;
  display: grid;
  grid-template-columns: 2% 17% 1fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__list {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.flow2 .flow2__list:first-of-type {
  margin-top: 0px;
}
.flow2 .flow2__list:first-of-type .flow2__img::after {
  display: none;
}
.flow2 .flow2__number {
  color: #43ccd8;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__number {
    font-size: 22px;
  }
}
.flow2 .flow2__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__img {
    margin-inline: auto;
    width: 40%;
  }
}
.flow2 .flow2__img::after {
  content: "";
  display: block;
  background-color: #43ccd8;
  width: 3px;
  height: 266px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .flow2 .flow2__img::after {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__img::after {
    display: none;
  }
}
.flow2 .flow2__headline {
  color: #43ccd8;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 42px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__headline {
    font-size: 20px;
    text-align: center;
  }
}
.flow2 .flow2__text {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2.5; /* 40px */
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__text {
    font-size: 14px;
  }
}

.news-single1 .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) {
  .news-single1 .post-navigation {
    margin-top: 50px;
    max-width: 260px;
  }
}
.news-single1 .post-navigation a:hover {
  opacity: 0.7;
}
.news-single1 .post-previous {
  position: relative;
}
.news-single1 .post-previous a {
  background-color: #43ccd8;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
}
.news-single1 .post-previous a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .news-single1 .post-previous a:before {
    width: 10px;
    height: 10px;
  }
}
.news-single1 .post-list a {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 599px) {
  .news-single1 .post-list a {
    font-size: 16px;
  }
}
.news-single1 .post-next {
  position: relative;
}
.news-single1 .post-next a {
  background-color: #43ccd8;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
  transition: all 0.3s;
}
.news-single1 .post-next a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(-135deg);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .news-single1 .post-next a:before {
    width: 10px;
    height: 10px;
  }
}
.news-single1 .single__container {
  max-width: 762px;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
}
.news-single1 .single__container .news__single__data-box {
  display: flex;
  justify-content: space-between;
}
.news-single1 .single__container .news__date {
  color: #43ccd8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .news__date {
    font-size: 14px;
  }
}
.news-single1 .single__container .news__single__category {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
  letter-spacing: 2.4px;
  width: 116px;
  background-color: #43ccd8;
  padding: 5px;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .news__single__category {
    padding: 4px;
    font-size: 12px;
  }
}
.news-single1 .single__container .news__single__title {
  margin-top: 16px;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .news__single__title {
    margin-top: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 21px;
  }
}
.news-single1 .single__container .news__contents {
  width: 100%;
}
.news-single1 .single__container .common__content {
  margin-top: 20px;
}
.news-single1 .single__container h1.wp-block-heading {
  margin-top: 30px;
  background-color: #43ccd8;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container h1.wp-block-heading {
    font-size: 18px;
    margin-top: 20px;
  }
}
.news-single1 .single__container h2.wp-block-heading {
  margin-top: 30px;
  border-left: 3px solid #43ccd8;
  width: 100%;
  font-size: 18px;
  padding: 0 5px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container h2.wp-block-heading {
    font-size: 16px;
    margin-top: 20px;
  }
}
.news-single1 .single__container h3.wp-block-heading {
  margin-top: 30px;
  border-bottom: 1px solid #43ccd8;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container h3.wp-block-heading {
    margin-top: 20px;
  }
}
.news-single1 .single__container p {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%; /* 36.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container p {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 20px;
  }
}
.news-single1 .single__container figure.wp-block-image {
  margin-top: 20px;
  width: 100%;
}
.news-single1 .single__container .wp-block-list {
  margin-top: 30px;
  color: #43ccd8;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 240%; /* 38.4px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .wp-block-list {
    margin-top: 20px;
    font-size: 14px;
  }
}
.news-single1 .single__container .wp-block-list li {
  position: relative;
  padding-left: 15px;
}
.news-single1 .single__container .wp-block-list li::before {
  content: "";
  display: block;
  background-color: #43ccd8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-single1 .single__container .wp-block-file {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .wp-block-file {
    margin-top: 20px;
  }
}
.news-single1 .single__container .wp-block-file__button {
  background: #43ccd8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  padding: 10px 30px;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .wp-block-file__button {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.news-single1 .single__container .wp-block-embed {
  margin-top: 30px;
  max-width: 100%;
}
.news-single1 .single__container .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.news-single1 .single__container .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.news-single1 .single__container .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .news-single1 .single__container .wp-block-embed {
    margin-top: 20px;
  }
}
.news-single1 .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) {
  .news-single1 .post-navigation {
    margin-top: 50px;
    max-width: 260px;
  }
}
.news-single1 .post-navigation a:hover {
  opacity: 0.7;
}
.news-single1 .post-previous {
  position: relative;
}
.news-single1 .post-previous a {
  background-color: #43ccd8;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
}
.news-single1 .post-previous a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .news-single1 .post-previous a:before {
    width: 10px;
    height: 10px;
  }
}
.news-single1 .post-list a {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 599px) {
  .news-single1 .post-list a {
    font-size: 16px;
  }
}
.news-single1 .post-next {
  position: relative;
}
.news-single1 .post-next a {
  background-color: #43ccd8;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
  transition: all 0.3s;
}
.news-single1 .post-next a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(-135deg);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .news-single1 .post-next a:before {
    width: 10px;
    height: 10px;
  }
}

.news-single2 {
  padding-top: 122px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}
@media screen and (max-width: 768px) {
  .news-single2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.news-single2 .wp-block-file__embed {
  display: none;
}
.news-single2 .post-navigation {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .news-single2 .post-navigation {
    margin-top: 75px;
  }
}
.news-single2 .post-navigation__wrap {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .news-single2 .post-navigation__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.news-single2 .post-navigation {
  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: 768px) {
  .news-single2 .post-navigation {
    max-width: 180px;
  }
}
.news-single2 .post-navigation a:hover {
  opacity: 0.7;
}
.news-single2 .post-next {
  position: relative;
}
.news-single2 .post-next a {
  position: relative;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: transparent !important;
}
@media screen and (max-width: 768px) {
  .news-single2 .post-next a {
    padding-left: 0;
    height: 40px !important;
    width: 40px !important;
  }
}
.news-single2 .post-next a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 52%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news-single2 .post-next a:before {
    width: 8px;
    height: 8px;
  }
}
.news-single2 .post-next a:hover {
  opacity: 0.7;
}
.news-single2 .post-list {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-single2 .post-list {
    font-size: 14px;
  }
}
.news-single2 .post-previous {
  position: relative;
}
.news-single2 .post-previous a {
  position: relative;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: transparent !important;
}
@media screen and (max-width: 768px) {
  .news-single2 .post-previous a {
    padding-left: 0;
    height: 40px !important;
    width: 40px !important;
  }
}
.news-single2 .post-previous a:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 52%;
  left: 44%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .news-single2 .post-previous a:before {
    width: 8px;
    height: 8px;
  }
}
.news-single2 .post-previous a:hover {
  opacity: 0.7;
}
.news-single2 .single__container {
  max-width: 959px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.news-single2 .single__container .news__date {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .news__date {
    width: 110px;
    height: 24px;
    font-size: 12px;
  }
}
.news-single2 .single__container .news-single__date {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 136px;
  width: 100%;
  height: 31px;
  background: #43ccd8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px 8px 8px;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .news-single__date {
    font-size: 16px;
  }
}
.news-single2 .single__container .news-single__title {
  margin-top: 24px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 28px */
  letter-spacing: 0.06em;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .news-single__title {
    margin-top: 12px;
    font-size: 18px;
  }
}
.news-single2 .single__container .news__contents {
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .news__contents {
    margin-top: 20px;
  }
}
.news-single2 .single__container .common__content {
  margin-top: 20px;
}
.news-single2 .single__container h1.wp-block-heading {
  margin-top: 30px;
  background-color: #204479;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container h1.wp-block-heading {
    font-size: 18px;
    margin-top: 20px;
  }
}
.news-single2 .single__container h2.wp-block-heading {
  margin-top: 30px;
  border-left: 3px solid #204479;
  width: 100%;
  font-size: 18px;
  padding: 0 5px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container h2.wp-block-heading {
    font-size: 16px;
    margin-top: 20px;
  }
}
.news-single2 .single__container h3.wp-block-heading {
  margin-top: 30px;
  border-bottom: 1px solid #204479;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container h3.wp-block-heading {
    margin-top: 20px;
  }
}
.news-single2 .single__container p {
  margin-top: 36px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1; /* 36.8px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container p {
    font-size: 14px;
    margin-top: 18px;
  }
}
.news-single2 .single__container figure.wp-block-image {
  margin-top: 20px;
  width: 100%;
}
.news-single2 .single__container .wp-block-list {
  margin-top: 30px;
  color: #204479;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-list {
    margin-top: 20px;
    font-size: 14px;
  }
}
.news-single2 .single__container .wp-block-list li {
  position: relative;
  padding-left: 15px;
}
.news-single2 .single__container .wp-block-list li::before {
  content: "";
  display: block;
  background-color: #204479;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-single2 .single__container .wp-block-file {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-file {
    gap: 12px;
    margin-top: 28px;
  }
}
.news-single2 .single__container .wp-block-file a {
  text-align: center;
  font-size: 18px;
}
.news-single2 .single__container .wp-block-file a:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-file a {
    font-size: 14px;
  }
}
.news-single2 .single__container .wp-block-file__button {
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #43ccd8;
  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-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-file__button {
    max-width: 200px;
    padding: 16px;
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }
}
.news-single2 .single__container .wp-block-file__button::before {
  content: "PDFはこちら";
  display: block;
  border-radius: 8px;
  background: #43ccd8;
  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-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-file__button::before {
    max-width: 200px;
    padding: 16px;
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }
}
.news-single2 .single__container .wp-block-file__button::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);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-file__button::after {
    width: 9px;
    height: 9px;
  }
}
.news-single2 .single__container .wp-block-embed {
  margin-top: 30px;
  max-width: 100%;
}
.news-single2 .single__container .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.news-single2 .single__container .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.news-single2 .single__container .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-single2 .single__container .wp-block-embed {
    margin-top: 20px;
  }
}

.news1__nav__menu {
  width: 100%;
  max-width: 392px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 599px) {
  .news1__nav__menu {
    max-width: 302px;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

.news1__nav__link {
  max-width: 116px;
  width: 100%;
  background-color: #fff;
  padding: 3px;
  border: solid 2px #43ccd8;
  border-radius: 50px;
  color: #43ccd8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news1__nav__link.active {
  background-color: #43ccd8;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .news1__nav__link {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .news1__nav__link:hover {
    background-color: #43ccd8;
    color: #fff;
  }
}

.news1 {
  padding-top: 112px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}
@media screen and (max-width: 599px) {
  .news1.section {
    padding-top: 60px;
  }
}
.news1 .common__btn {
  text-align: center;
}
.news1 .wp-pagenavi {
  margin-top: 40px;
  display: flex;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .news1 .wp-pagenavi {
    margin-top: 25px;
  }
}
.news1 .wp-pagenavi span,
.news1 .wp-pagenavi a {
  border: none;
}
.news1 .wp-pagenavi .page {
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .news1 .wp-pagenavi .page {
    font-size: 16px;
  }
}
.news1 .wp-pagenavi .page:hover {
  opacity: 0.7;
}
.news1 .pages {
  display: none;
}
.news1 .wp-pagenavi span.current {
  color: #43ccd8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 2px solid #43ccd8;
}
@media screen and (max-width: 599px) {
  .news1 .wp-pagenavi span.current {
    font-size: 16px;
  }
}
.news1 .previouspostslink {
  position: relative;
  background-color: #43ccd8;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news1 .previouspostslink:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .news1 .previouspostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news1 .previouspostslink:hover {
  opacity: 0.7;
}
.news1 .nextpostslink {
  position: relative;
  background-color: #43ccd8;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news1 .nextpostslink:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 52%;
  right: 32%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 599px) {
  .news1 .nextpostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news1 .nextpostslink:hover {
  opacity: 0.7;
}

.news1__menu {
  margin-top: 55px;
  border-radius: 8px;
  background: #fafafa;
  max-width: 1100px;
  padding: 80px 124px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news1__menu {
    padding: 40px 62px;
  }
}
@media screen and (max-width: 599px) {
  .news1__menu {
    margin-top: 40px;
    padding: 20px;
  }
}

.news1__list:first-of-type .news1__link {
  padding: 0 0 22px 0;
  border-top: none;
}
.news1__list:first-of-type .news1__link::before {
  top: 27%;
}
@media screen and (max-width: 599px) {
  .news1__list:first-of-type .news1__link::before {
    top: 59%;
  }
}

.news1__list:last-of-type .news1__link {
  border-bottom: 1px solid #333;
}

.news1__link {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 53px 0 22px 0;
  border-top: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 599px) {
  .news1__link {
    display: block;
    padding: 16px 0px 16px 0px;
  }
}
.news1__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 64%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/common/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .news1__link::before {
    top: 70%;
    width: 16px;
    height: 12px;
  }
}
.news1__link:hover {
  opacity: 0.7;
}

.news1__date {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 60px;
}
@media screen and (max-width: 599px) {
  .news1__date {
    width: 65px;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

.news1__category {
  max-width: 116px;
  width: 100%;
  background-color: #fff;
  border: solid 2px #43ccd8;
  padding: 3px;
  border-radius: 50px;
  color: #43ccd8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .news1__category {
    display: inline-block;
    max-width: 80px;
    text-align: center;
    padding: 0px;
    font-size: 10px;
  }
}

.news1__title {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
  display: -webkit-box; /* Flexboxベースのレイアウトで、ボックスの内容を複数行に制限 */
  -webkit-line-clamp: 1; /* 表示する行数を指定（ここでは1行） */
  -webkit-box-orient: vertical; /* 垂直方向にボックスを配置 */
  overflow: hidden; /* 見切れた部分を非表示 */
  text-overflow: ellipsis; /* 省略記号を表示 */
  width: 60%;
}
@media screen and (max-width: 599px) {
  .news1__title {
    font-size: 14px;
    width: 100%;
    margin-top: 12px;
    max-width: 240px;
  }
}

.post__pagination {
  margin-top: 50px;
  width: 220px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.post__pagination__left__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
  padding-left: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 599px) {
  .post__pagination__left__link {
    height: 37px;
    width: 37px;
  }
}

.post__pagination__left__link:hover {
  background-color: #333;
  color: #fff;
}

.post__pagination__btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300;
}

.post__pagination__btn__link:hover {
  background-color: #333;
  color: #fff;
}

.post__pagination__right__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #333;
  color: #333;
  height: 40px;
  width: 40px;
  padding-left: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .post__pagination__right__link {
    height: 37px;
    width: 37px;
  }
}

.post__pagination__right__link:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .single__article {
    margin-top: 2rem;
  }
  .post__pagination {
    margin-top: 2rem;
    width: 100%;
  }
}
.news2__mv__wrap {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .news2__mv__wrap {
    padding-top: 74px;
  }
}

.news2__mv {
  width: 100%;
  height: 198px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images2/pages/news/mv.jpg);
}
@media screen and (max-width: 768px) {
  .news2__mv {
    height: 200px;
  }
}

.news2__mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.news2__mv__title span {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 34px */
  letter-spacing: 0.14em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news2__mv__title span {
    font-size: 22px;
  }
}

.news2 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
  /********************************************************/
  /* pagenavi */
  /********************************************************/
}
@media screen and (max-width: 768px) {
  .news2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.news2__menu {
  max-width: 1115px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.news2__link {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 32px 0;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news2__link {
    display: block;
    padding: 12px 0px;
  }
}
.news2__link:hover .news2__title,
.news2__link:hover .news2__date {
  color: #43ccd8;
}
.news2__date {
  transition: all 0.3s;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 204px;
  padding: 0 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news2__date {
    padding: 0;
    font-size: 14px;
  }
}
.news2__date:before {
  content: "";
  display: block;
  background-color: #43ccd8;
  width: 204px;
  height: 3px;
  position: absolute;
  bottom: -38px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .news2__date:before {
    width: 100%;
    height: 1px;
    bottom: -4px;
  }
}
.news2__title {
  transition: all 0.3s;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 18px */
  letter-spacing: 0.1em;
  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) {
  .news2__title {
    margin-top: 12px;
    font-size: 14px;
    width: 100%;
  }
}
.news2 .wp-pagenavi {
  margin-top: 64px;
  display: flex;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .news2 .wp-pagenavi {
    margin-top: 32px;
  }
}
.news2 .pages {
  display: none;
}
.news2 .wp-pagenavi a,
.news2 .wp-pagenavi span {
  border: none;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  padding-left: 4px;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .news2 .wp-pagenavi a,
.news2 .wp-pagenavi span {
    padding-top: 6px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.news2 .wp-pagenavi a:hover,
.news2 .wp-pagenavi span:hover {
  color: #43ccd8;
}
.news2 .wp-pagenavi span.current {
  position: relative;
  color: #fff;
  background-color: #43ccd8;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .news2 .wp-pagenavi span.current {
    font-size: 16px;
  }
}
.news2 .previouspostslink {
  position: relative;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: transparent !important;
}
.news2 .previouspostslink:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 52%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news2 .previouspostslink:before {
    width: 8px;
    height: 8px;
  }
}
.news2 .previouspostslink:hover {
  opacity: 0.7;
}
.news2 .nextpostslink {
  position: relative;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background: transparent !important;
}
.news2 .nextpostslink:before {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 52%;
  left: 44%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .news2 .nextpostslink:before {
    width: 8px;
    height: 8px;
  }
}
.news2 .nextpostslink:hover {
  opacity: 0.7;
}

.contact-main {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .contact-main {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
.contact-main .common__text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-main .common__text {
    text-align: left;
    margin-top: 12px;
  }
}
.contact-main .common__text span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
  margin-left: 14px;
  text-indent: -14px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .contact-main .common__text span {
    font-size: 14px;
    display: block;
  }
}

.contact-main__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact-main__text {
    font-size: 16px;
  }
}

.contact-main__tel {
  margin-top: 24px;
  display: block;
  max-width: 405px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border-radius: 8px;
  background: #43ccd8;
  position: relative;
  z-index: 10;
  padding: 22px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .contact-main__tel {
    margin-top: 12px;
    padding: 18px;
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .contact-main__tel:hover {
    opacity: 0.7;
  }
}

.contact-form2 {
  padding-top: 0;
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form2 .form__menu {
  border-radius: 8px;
  padding: 130px 140px;
  background: #f4f4f4;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .form__menu {
    padding: 80px 40px;
    margin-top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__menu {
    padding: 20px 20px;
  }
}
.contact-form2 .form__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 244px 1fr;
  align-items: start;
  gap: 65px;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .form__list {
    margin-top: 16px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list {
    margin-top: 6px;
    gap: 8px;
  }
}
.contact-form2 .form__list:first-of-type {
  margin-top: 0px;
}
.contact-form2 .form__list:first-of-type .form__list__header {
  padding-top: 0px;
}
.contact-form2 .form__list__privacy__text {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 21px;
  border: 1px solid #333;
  background: #fff;
  height: 154px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__privacy__text {
    padding: 16px;
    margin-bottom: 12px;
  }
}
.contact-form2 .form__list__header {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 12px;
  height: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__header {
    font-size: 14px;
  }
}
.contact-form2 .required {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: #43ccd8;
  border-radius: 5px;
  width: 48px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.7px 12px 1.7px 12px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .required {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    height: 21px;
  }
}
.contact-form2 .any {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: #848484;
  border-radius: 5px;
  width: 48px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.7px 12px 1.7px 12px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .any {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    height: 21px;
  }
}
.contact-form2 .wpcf7-radio {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
.contact-form2 .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-form2 .form__list__deta .form-text,
.contact-form2 .form__list__deta textarea {
  width: 100%;
  padding: 10px 15px;
  height: 43px;
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta .form-text,
.contact-form2 .form__list__deta textarea {
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form2 .form__list__deta textarea {
  resize: vertical;
  height: 180px;
}
.contact-form2 .checkbox {
  display: flex;
  align-items: center;
  gap: 18px 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form2 .checkbox {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
  }
}
.contact-form2 .form__list__deta input[type=radio] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form2 .form__list__deta input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #43ccd8;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta input[type=radio] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.contact-form2 input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #43ccd8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form2 input[type=radio]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form2 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form2 .form__btn {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn {
    margin-top: 25px;
  }
}
.contact-form2 .form__btn input[type=submit] {
  display: block;
  max-width: 336px;
  width: 100%;
  height: 64px;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn input[type=submit] {
    height: 46px;
    font-size: 14px;
  }
}
.contact-form2 .form__btn__text {
  display: block;
  max-width: 336px;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #43ccd8;
  position: relative;
  z-index: 10;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn__text {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.contact-form2 .form__btn__text::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) {
  .contact-form2 .form__btn__text::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .contact-form2 .form__btn__text:hover {
    opacity: 0.7;
  }
}
.contact-form2 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-form2 .privacy {
  padding-top: 100px;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .privacy {
    padding-top: 50px;
    padding-top: 70px;
  }
}
.contact-form2 .privacy__container {
  max-width: 948px;
  margin-inline: auto;
}
.contact-form2 .privacy__container .common__text {
  color: #333;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .privacy__container .common__text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.contact-form2 .privacy__wrap {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 21px;
  border: 1px solid #333;
  background: #fff;
  height: 154px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .privacy__wrap {
    padding: 16px;
    margin-bottom: 12px;
  }
}
.contact-form2 .privacy__heading {
  font-weight: bold;
  line-height: 2;
}
.contact-form2 .privacy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.contact-form2 .privacy__item {
  line-height: 1.6;
  margin-left: 20px;
  text-indent: -20px;
  text-align: justify;
  line-height: 2;
}
.contact-form2 .privacy__sublist {
  margin-left: 20px;
  padding: 0;
  line-height: 2;
}
.contact-form2 .privacy__subitem {
  margin-left: 14px;
  text-indent: -34px;
  text-align: justify;
  line-height: 2;
}
.contact-form2 .privacy__nested-list {
  margin-left: 20px;
  line-height: 2;
}
.contact-form2 .privacy__nested-item {
  margin-left: 31px;
  text-indent: -50px;
  text-align: justify;
  line-height: 2;
}
.contact-form2 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form2 .wpcf7-list-item label {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 300;
  gap: 8px;
  /* Checkbox and radio styles */
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label {
    align-items: start;
    justify-content: center;
  }
}
.contact-form2 .wpcf7-list-item label .consent {
  max-width: 20px;
  background-color: #fff;
}
.contact-form2 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #43ccd8;
  border-radius: 25px;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label .consent {
    width: 15px;
    height: 15px;
  }
}
.contact-form2 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #43ccd8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label .consent:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form2 .wpcf7-list-item label a {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label a {
    font-size: 14px;
  }
}
.contact-form2 .wpcf7-list-item label a:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.contact-form2 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
.contact-form2 input[type=file]::file-selector-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 12px;
}
@media (any-hover: hover) {
  .contact-form2 input[type=file]::-webkit-file-upload-button:hover {
    color: #fff;
    background-color: #333;
  }
  .contact-form2 input[type=file]::file-selector-button:hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 input[type=file]::-webkit-file-upload-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
  .contact-form2 input[type=file]::file-selector-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form2 .wpcf7-file {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.contact-form2 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contact-form2 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form2 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form2 .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  text-align: center !important;
  position: relative !important;
  top: 0px !important;
}
.contact-form2 .lower__contact {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-form2 .lower__contact .common__bg {
  right: auto;
  left: 0;
  bottom: -400px;
  z-index: -1;
  pointer-events: none;
}
.contact-form2 .lower__contact .contact__strong__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact-form2 .lower__contact .contact__strong__text {
    font-size: 16px;
  }
}
.contact-form2 .lower__contact .contact__tel-btn {
  margin-top: 46px;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .contact-form2 .lower__contact .contact__tel-btn {
    margin-top: 24px;
  }
}
.contact-form2 .lower__contact .contact__tel-btn__link {
  margin-inline: auto;
  border-radius: 8px;
  background: #204479;
  width: 405px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (any-hover: hover) {
  .contact-form2 .lower__contact .contact__tel-btn__link:hover {
    color: #204479;
    background: #fff;
    border: solid 1.5px #204479;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .lower__contact .contact__tel-btn__link {
    width: 220px;
    height: 58px;
    font-size: 18px;
  }
}
.contact-form2 .lower__contact .common__text {
  margin-top: 18px;
}
.contact-form2 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form2 .select__wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .select__wrap {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .select__wrap {
    width: 170px;
  }
}
.contact-form2 .select__wrap::before {
  content: "";
  display: block;
  width: 12px; /* 8pxから変更 */
  height: 12px; /* 14pxから変更 */
  border-right: 2px solid #fff; /* 太さを少し増やす */
  border-bottom: 2px solid #fff; /* 太さを少し増やす */
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form2 .select__wrap::before {
    width: 10px;
    height: 10px;
  }
}
.contact-form2 .select {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #204479 !important;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 27px */
  width: 100%;
  height: 56px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
  border: #204479 solid 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  -moz-text-align-last: center;
       text-align-last: center; /* 選択されている項目も中揃えに */
}
@media (any-hover: hover) {
  .contact-form2 .select:hover {
    color: #204479 !important;
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form2 .select {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .select {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form2 option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form2 .contact-breadcrumb {
  background: #ebf2f2;
}
.contact-form2 .contact-message {
  background: #ebf2f2;
}
.contact-form2 .contact-message .common__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__text {
    font-size: 14px;
  }
}
.contact-form2 .contact-message .common__btn {
  margin-top: 35px;
}
.contact-form2 .contact-message .common__btn__link {
  max-width: 563px;
  height: 98px;
  margin-inline: auto;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link {
    height: 80px;
  }
}
.contact-form2 .contact-message .common__btn__link:after {
  display: none;
}
.contact-form2 .contact-message .common__btn__link:before {
  border-radius: 50px;
}
.contact-form2 .contact-message .common__btn__link span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0px;
}
.contact-form2 .contact-message .common__btn__link span:nth-of-type(1) {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 28px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link span:nth-of-type(1) {
    font-size: 12px;
  }
}
.contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span {
    font-size: 24px;
  }
}
.contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: url(../images/common/tel-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span:before {
    width: 22px;
    height: 22px;
  }
}
.contact-form2 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: left;
}

.top-custom1 {
  padding-top: 140px;
}
.top-custom1__bg {
  position: relative;
  background-color: #f4f4f4;
}
.top-custom1__bg::before {
  content: "CUSTOM";
  font-size: 135px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #f4f4f4;
  position: absolute;
  bottom: calc(100% - 12px);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .top-custom1__bg::before {
    font-size: 50px;
    letter-spacing: 0.07em;
    bottom: calc(100% - 4px);
  }
}
.top-custom1__inner {
  padding: 100px 20px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-custom1__inner {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
}
.top-custom1__slider {
  display: block;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top-custom1__slider {
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
.top-custom1__slider .splide__track {
  overflow: visible;
}
.top-custom1__slider .splide__list {
  transition-timing-function: linear !important;
}
.top-custom1__slide {
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.top-custom1__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-custom1__image {
    aspect-ratio: 1.5/1;
  }
}
.top-custom1__title {
  padding: 24px 35px 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-custom1__title {
    padding: 17px 18px 20px;
  }
}
.top-custom1__title span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  width: 140px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #43ccd8;
}
@media screen and (max-width: 1024px) {
  .top-custom1__title span {
    font-size: 10px;
    width: 100px;
    height: 20px;
    margin-bottom: 8px;
  }
}
.top-custom1__title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .top-custom1__title h3 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.top-custom1 .splide__pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  .top-custom1 .splide__pagination {
    margin: 30px 0 40px;
  }
}
.top-custom1 .splide__pagination .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #848484;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .top-custom1 .splide__pagination .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}
.top-custom1 .splide__pagination .splide__pagination__page.is-active {
  background-color: #43ccd8;
}

.splide__list {
  transition-timing-function: linear !important;
}

.splide__track {
  cursor: -webkit-grab;
  cursor: grab;
}
.splide__track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.splide__track,
.splide__list,
.splide__slide{
  height:100%;
}

.top-works {
  background: linear-gradient(#f4f4f4 0 50%, #ffffff 50% 100%);
}
@media screen and (max-width: 599px) {
  .top-works {
    background: linear-gradient(#f4f4f4 0 25%, #ffffff 50% 100%);
  }
}
.top-works .common__text {
  margin-top: 24px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .top-works .common__text {
    margin-top: 16px;
    font-size: 14px;
  }
}
.top-works .common__menu {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .top-works .common__menu {
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-works .common__list {
    text-align: center;
    width: 100%;
  }
}
.top-works .common__link {
  display: block;
  padding: 14px 0;
  border: 1px solid #333;
  background: #fff;
  width: 216px;
  flex-shrink: 0;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .top-works .common__link {
    padding: 6px 7px 7px 7px;
    width: 100%;
  }
}
.top-works .common__link span {
  display: block;
}
@media screen and (max-width: 599px) {
  .top-works .common__link span {
    display: inline;
  }
}
.top-works .common__link span:nth-of-type(1) {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  text-transform: uppercase;
}
.top-works .common__link span:nth-of-type(2) {
  margin-top: 6px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .top-works .common__link:hover {
    border: 1px solid #333;
    background: #333;
  }
  .top-works .common__link:hover span {
    color: #fff;
  }
}
.top-works .common__link.active {
  border: 1px solid #333;
  background: #333;
}
.top-works .common__link.active span {
  color: #fff;
}
.top-works .common__container {
  width: 100%;
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
@media screen and (max-width: 599px) {
  .top-works .common__container {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.top-works .common__contents {
  width: 100%;
}
@media (any-hover: hover) {
  .top-works .common__contents a:hover {
    opacity: 0.7;
  }
}
.top-works .common__img {
  width: 100%;
}
.top-works .common__img img {
  aspect-ratio: 83/85;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-works .common__item {
  position: relative;
  top: -46px;
}
.top-works .common__item .common__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 54px */
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top-works .common__item .common__title {
    font-size: 24px;
  }
}
.top-works .common__item .common__category {
  margin-top: 19px;
  width: 148px;
  height: 35px;
  flex-shrink: 0;
  background: #f4f4f4;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .top-works .common__item .common__category {
    margin-top: 12px;
    width: 128px;
    height: 30px;
    font-size: 14px;
  }
}
.top-works .common__item .common__tag__menu {
  display: flex;
  flex-wrap: wrap;
}
.top-works .common__item .common__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;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .top-works .common__item .common__tag__list {
    font-size: 12px;
  }
}
.top-works .common__btn {
  margin-top: 14px;
}
@media screen and (max-width: 599px) {
  .top-works .common__btn {
    margin-top: 16px;
  }
}
.top-works .common__btn .common__btn__link {
  margin-inline: auto;
}

.custom1__inner {
  padding: 0 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .custom1__inner {
    margin-bottom: 80px;
  }
}
.custom1__sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 1024px) {
  .custom1__sort {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.custom1__sort li {
  width: 116px;
  margin: 0 5px 10px;
}
@media screen and (max-width: 1024px) {
  .custom1__sort li {
    width: 70px;
  }
}
.custom1__sort li a {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #43ccd8;
  background-color: #fff;
  border: 2px solid #43ccd8;
  border-radius: 50px;
  padding: 4px 23px;
  display: block;
  width: 100%;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .custom1__sort li a {
    font-size: 10px;
    padding: 2px 0;
  }
}
.custom1__sort li a:hover {
  color: #fff;
  background-color: #43ccd8;
}
.custom1__sort li a.current {
  color: #fff;
  background-color: #43ccd8;
}
.custom1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.custom1__list li {
  position: relative;
  width: 47%;
  background-color: #e8f1e5;
  border-radius: 16px;
  margin-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .custom1__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.custom1__list li span {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #43ccd8;
  background-color: #fff;
  border: 2px solid #43ccd8;
  border-radius: 50px;
  padding: 4px 23px;
  width: 116px;
}
@media screen and (max-width: 1024px) {
  .custom1__list li span {
    top: 10px;
    left: 10px;
    font-size: 10px;
    width: 70px;
    padding: 2px 0;
  }
}
.custom1__list li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.8/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .custom1__list li img {
    aspect-ratio: 1.4/1;
    margin-bottom: 12px;
  }
}
.custom1__list li h2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-left: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .custom1__list li h2 {
    font-size: 16px;
    padding-left: 14px;
    margin-bottom: 10px;
  }
}
.custom1__list li h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 11px;
  height: 80%;
  background-color: #43ccd8;
}
@media screen and (max-width: 1024px) {
  .custom1__list li h2::before {
    width: 5px;
    height: 94%;
  }
}
.custom1__list li p {
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .custom1__list li p {
    font-size: 11px;
    line-height: 1.6;
  }
}
.custom1__text {
  padding: 0 40px 25px;
}
@media screen and (max-width: 1024px) {
  .custom1__text {
    padding: 0 13px 10px;
  }
}

.lower-privacy .privacy__container {
  position: relative;
  max-width: 846px;
  width: 100%;
  margin-inline: auto;
}
.lower-privacy .privacy__text {
  margin-top: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 40px */
  letter-spacing: 0.06em;
}
.lower-privacy .privacy__text:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 599px) {
  .lower-privacy .privacy__text {
    font-size: 14px;
  }
}
.lower-privacy .privacy__text span {
  margin-top: 24px;
  margin-bottom: 8px;
  display: block;
  color: #333;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .lower-privacy .privacy__text span {
    margin-top: 18px;
    font-size: 16px;
  }
}
.lower-privacy .privacy__title {
  margin-top: 48px;
  color: #43ccd8;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.lower-privacy .privacy__title:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .lower-privacy .privacy__title:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .lower-privacy .privacy__title {
    margin-top: 24px;
    font-size: 18px;
  }
}

html {
  scroll-padding-top: 50px;
}

.header1 {
  width: 100%;
  height: 90px;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .header1 {
    height: 75px;
  }
}
.header1 .header1__inner {
  padding-left: 44px;
}
@media screen and (max-width: 1280px) {
  .header1 .header1__inner {
    padding-left: 20px;
  }
}
.header1 .header1__logo {
  width: auto;
}
.header1 .header1__logo a {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .header1 .header1__logo a {
    margin-top: 10px;
  }
}
.header1 .header1__logo a::before {
  content: "";
  display: inline-block;
  width: 64px;
  aspect-ratio: 64/47;
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -5px;
  margin-right: -3px;
}
@media screen and (max-width: 1280px) {
  .header1 .header1__logo a::before {
    width: 48px;
    margin-right: 0;
  }
}
.header1 .header1__logo a .header1__logo-innerText {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .header1 .header1__logo a .header1__logo-innerText {
    font-size: 16px;
  }
}
.header1 .header1__logo a .header1__logo-innerText span {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .header1 .header1__logo a .header1__logo-innerText span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav {
    background-color: #fff;
    color: #333;
    justify-content: flex-start;
    top: 75px;
    height: calc(100dvh - 75px);
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .header1 .header1__nav {
    padding-top: 0;
  }
}
.header1 .header1__nav__list {
  margin-right: 30px;
  gap: 28px;
}
@media screen and (max-width: 1280px) {
  .header1 .header1__nav__list {
    margin-right: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__list {
    margin-right: 0;
    align-items: flex-start;
  }
}
.header1 .header1__nav__mail {
  width: 90px;
  height: 90px;
  background-color: #43b6f0;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  padding: 0 4px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__mail {
    width: auto;
    height: auto;
    background-color: #fff;
    color: #43ccd8;
    font-size: 14px;
  }
}
.header1 .header1__nav__mail::before {
  content: "";
  -webkit-mask: url(../images/common/mail.svg) no-repeat center;
          mask: url(../images/common/mail.svg) no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 32px;
  aspect-ratio: 32/26;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__mail::before {
    background-color: #43ccd8;
  }
}
@media (any-hover: hover) {
  .header1 .header1__nav__mail:hover {
    opacity: 1;
    background-color: #34adb8;
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .header1 .header1__nav__mail:hover {
    background-color: #fff;
  }
}
.header1 .header1__nav__item {
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .header1 .header1__nav__item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  .header1 .header1__nav__item {
    margin: 0;
    margin-left: 5px;
  }
}
.header1 .header1__nav__item .header1__nav__link,
.header1 .header1__nav__item .header1__nav__innerMenuHook {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__item .header1__nav__link,
.header1 .header1__nav__item .header1__nav__innerMenuHook {
    cursor: default;
    padding: 4px 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header1 .header1__nav__item .header1__nav__link,
.header1 .header1__nav__item .header1__nav__innerMenuHook {
    padding: 0;
  }
}
@media (any-hover: hover) {
  .header1 .header1__nav__item .header1__nav__link:hover,
.header1 .header1__nav__item .header1__nav__innerMenuHook:hover {
    opacity: 1;
    color: #43ccd8;
  }
  .header1 .header1__nav__item .header1__nav__link:hover::after,
.header1 .header1__nav__item .header1__nav__innerMenuHook:hover::after {
    transform: scale(1, 1);
  }
}
.header1 .header1__nav__item .header1__nav__link::after,
.header1 .header1__nav__item .header1__nav__innerMenuHook::after {
  bottom: -3px;
  width: 40px;
  height: 3px;
}
.header1 .header1__nav__item.active .header1__nav__link::after,
.header1 .header1__nav__item.active .header1__nav__innerMenuHook::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__item.active .header1__nav__link::after,
.header1 .header1__nav__item.active .header1__nav__innerMenuHook::after {
    content: none;
  }
}
.header1 .header1__nav__item .header1__nav__innerMenuHook {
  padding-right: 10px;
  position: relative;
}
.header1 .header1__nav__item .header1__nav__innerMenuHook::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__item .header1__nav__innerMenuHook {
    padding-right: 0;
  }
  .header1 .header1__nav__item .header1__nav__innerMenuHook::before {
    content: none;
  }
}
.header1 .header1__nav__item .header1__nav__innerMenu {
  position: absolute;
  top: 44px;
  left: 0;
  background-color: #43b6f0;
  padding: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.45s ease;
}
.header1 .header1__nav__item .header1__nav__innerMenu--open {
  max-height: 346px;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__item .header1__nav__innerMenu {
    position: static;
    background-color: transparent;
    width: auto;
    max-height: none;
    transform: none;
    opacity: 1;
    padding: 0 0 0 1em;
  }
}
.header1 .header1__nav__item .header1__nav__innerMenu li:not(:last-child) {
  margin-bottom: 8px;
}
.header1 .header1__nav__item .header1__nav__innerMenu li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px;
  display: block;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__item .header1__nav__innerMenu li a {
    color: #333;
    padding: 4px 0;
  }
}
.header1 .header1__menu-btn {
  width: 90px;
  height: 90px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn {
    width: 75px;
    height: 75px;
  }
}
.header1 .header1__menu-btn::before, .header1 .header1__menu-btn::after {
  content: none;
}
.header1 .header1__menu-btn span {
  bottom: auto;
  transition: all 0.3s ease;
}
.header1 .header1__menu-btn span:nth-of-type(1) {
  top: 32px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn span:nth-of-type(1) {
    top: 27px;
  }
}
.header1 .header1__menu-btn span:nth-of-type(2) {
  top: 45px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn span:nth-of-type(2) {
    top: 37px;
  }
}
.header1 .header1__menu-btn span:nth-of-type(3) {
  top: 58px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn span:nth-of-type(3) {
    top: 47px;
  }
}
.header1 .header1__menu-btn.open span:nth-of-type(1) {
  top: 45px;
  transform: rotate(150deg);
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn.open span:nth-of-type(1) {
    top: 37px;
  }
}
.header1 .header1__menu-btn.open span:nth-of-type(2) {
  opacity: 0;
}
.header1 .header1__menu-btn.open span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-150deg);
}
@media screen and (max-width: 1024px) {
  .header1 .header1__menu-btn.open span:nth-of-type(3) {
    top: 37px;
  }
}

.mv5 {
  padding-top: 90px;
  position: relative;
  background-color: #ecf2f7;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .mv5 {
    padding-top: 75px;
  }
}
.mv5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66.6666666667%;
  height: 100%;
  background: linear-gradient(to right, #43b6f0, #43ccd8);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv5::after {
    width: 100%;
  }
}
.mv5 .mv5__logo {
  max-width: none;
  bottom: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-family: "Jost", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 0.9;
  text-transform: capitalize;
  text-shadow: 0 0 20px #316580;
}
@media screen and (max-width: 768px) {
  .mv5 .mv5__logo {
    font-size: 40px;
    top: 40%;
    transform: translateY(-60%);
    text-shadow: 0 0 10px #316580;
  }
}
.mv5 .mv5__img img {
  height: 100%;
  border-radius: 0;
}

.mv5__splide {
  width: 97%;
  height: 90%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .mv5__splide {
    width: calc(100% - 16px);
    height: calc(100vh - 267px);
    min-height: 400px;
  }
}
.mv5__splide .splide__track {
  height: 100%;
}
.mv5__splide .splide__pagination {
  left: auto;
  right: 0;
  bottom: -48px !important;
  padding: 0 30px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .mv5__splide .splide__pagination {
    display: none;
  }
}
.mv5__splide .splide__pagination__page {
  background-color: #43ccd8;
  width: 24px;
  border-radius: 0;
}
.mv5__splide .splide__pagination__page.is-active {
  background-color: #43b6f0 !important;
  transform: scale(1);
}

.arrow {
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
}
.arrow::after {
  content: "";
  position: absolute;
  border-top: 1px solid #43b6f0;
  border-right: 1px solid #43b6f0;
  left: 45%;
  top: 50%;
  transform: translate(-55%, -50%) rotate(45deg);
}

.topNews {
  position: absolute;
  width: 53%;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .topNews {
    width: calc(100% - 16px);
    bottom: 16px;
  }
}

.topNews__inner {
  background-color: #fff;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 28px;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .topNews__inner {
    padding: 20px;
  }
}

.topNews__title {
  display: flex;
  align-items: center;
}

.topNews__title-en {
  font-size: 33px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: capitalize;
  font-family: "Jost", serif;
}
@media screen and (max-width: 768px) {
  .topNews__title-en {
    font-size: 25px;
  }
}

.topNews__title-jp {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #43ccd8;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .topNews__title-jp {
    font-size: 14px;
  }
}

.topNews__content {
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .topNews__content {
    padding-top: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.topNews__link {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topNews__link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topNews__link span {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.topNews__link .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topNews__link .title {
    padding: 8px 0 0;
  }
}
.topNews__link .title::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
}
@media screen and (max-width: 768px) {
  .topNews__link .title::after {
    content: none;
  }
}

.button-to-archive {
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .button-to-archive {
    margin-left: auto;
  }
}

.button-to-archive__arrow {
  width: 20px;
  height: 20px;
  background-color: #43b6f0;
  margin-left: 6px;
}
.button-to-archive__arrow::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.section__title {
  text-align: center;
}
.section__title .section__title-en {
  font-family: "Jost", serif;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
}
.section__title .section__title-en::first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .section__title .section__title-en {
    font-size: 37px;
  }
}
.section__title .section__title-jp {
  color: #43b6f0;
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .section__title .section__title-jp {
    font-size: 16px;
    padding-top: 16px;
  }
}

.section__title--sub {
  text-align: left;
}
.section__title--sub .section__title-en {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .section__title--sub .section__title-en {
    font-size: 29px;
  }
}
.section__title--sub .section__title-jp {
  color: #43ccd8;
  letter-spacing: 0.1em;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .section__title--sub .section__title-jp {
    padding-top: 12px;
  }
}

.section__title--sub--page {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  padding: 0 16px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.section__title--sub--page::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #43b6f0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section__title--sub--page {
    font-size: 22px;
    padding: 0 8px 8px;
    line-height: 1.4;
  }
  .section__title--sub--page::after {
    width: 100px;
  }
}

.topProjects {
  background-color: #ecf2f7;
  padding-top: 113px;
}
@media screen and (max-width: 768px) {
  .topProjects {
    padding-top: 70px;
  }
}

.topCases {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .topCases {
    padding-top: 18px;
    padding-bottom: 70px;
  }
}

.cases-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .cases-cards {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cases-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.cases__cards .cases-card__animationHook {
  cursor: pointer;
}
@media (any-hover: hover) {
  .cases__cards .cases-card__animationHook:hover .cases-card__title {
    color: #43b6f0;
  }
}

.cases-card__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  transition: 0.3s color ease;
}
@media screen and (max-width: 1024px) {
  .cases-card__title {
    padding: 24px 0 16px;
  }
}

.cases-card__text {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .cases-card__text {
    padding-top: 10px;
  }
}

.cases-card__category {
  font-weight: 700;
  color: #43b6f0;
  border: 2px solid #43b6f0;
  border-radius: 4px;
  text-align: center;
  margin-top: 16px;
  padding: 4px 0;
}
@media screen and (max-width: 1024px) {
  .cases-card__category {
    margin-top: 14px;
  }
}

.topCases__cardCategory {
  font-weight: 500;
  line-height: 1;
  color: #333;
  border: none;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .topCases__cardCategory {
    padding: 10px 0;
  }
}

.cases-card__tags {
  display: flex;
  gap: 8px;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .cases-card__tags {
    padding-top: 5px;
  }
}

.cases-card__tag {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px 12px;
}

.cases-card__tag01 {
  background-color: #43b6f0;
}

.cases-card__tag02 {
  background-color: #43ccd8;
}

.topCases__cards {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .topCases__cards {
    padding-top: 22px;
  }
}

.topCategory {
  background-color: #fff;
}

.topCategory__linkWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 37px;
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  .topCategory__linkWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topCategory__linkWrapper {
    grid-template-columns: 1fr;
  }
}

.topCategory__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #666;
  aspect-ratio: 376/111;
  padding-left: 24px;
  padding-right: 16px;
  background-size: cover;
  background-position: center;
}
.topCategory__link-factory {
  background-image: url(../images/pages/top/category-img01.jpg);
}
.topCategory__link-office {
  background-image: url(../images/pages/top/category-img02.jpg);
}
.topCategory__link-house {
  background-image: url(../images/pages/top/category-img03.jpg);
}
.topCategory__link-elder {
  background-image: url(../images/pages/top/category-img04.jpg);
}
.topCategory__link-public {
  background-image: url(../images/pages/top/category-img05.jpg);
}
.topCategory__link-seismic {
  background-image: url(../images/pages/top/category-img06.jpg);
}

.topCategory__link__arrow {
  width: 28px;
  height: 28px;
}
.topCategory__link__arrow::after {
  width: 6px;
  height: 6px;
}

.topCategory__text {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
}

.primary-button {
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(to right, #43b6f0, #43ccd8);
  width: min(100%, 323px);
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .primary-button {
    font-size: 14px;
  }
}
.primary-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .primary-button::after {
    right: 8px;
  }
}

.topCategory__button {
  margin: 40px auto 0;
}

.topList {
  background-color: #fff;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .topList {
    padding-bottom: 70px;
  }
}

.topList__content {
  padding-top: 50px;
}

.topList__heads {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .topList__heads {
    gap: 24px;
  }
}

.topList__head {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #43b6f0;
  border-radius: 8px 8px 0 0;
  border: none;
  display: block;
  text-align: center;
  width: calc(50% - 21px);
  padding: 16px 0;
}
.topList__head.is-active {
  color: #333;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .topList__head {
    width: calc(50% - 12px);
  }
}

.topList__body {
  background-color: #f4f4f4;
  padding: 56px 68px 47px 48px;
}
@media screen and (max-width: 1024px) {
  .topList__body {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .topList__body {
    padding: 24px;
  }
}

.topList__linkWrapper {
  display: none;
}
.topList__linkWrapper.is-active {
  display: block;
}

.topList__item {
  padding-top: 15px;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: 7% 10% 12% 1.5fr 9% 14% 10%;
  grid-template-areas: "year status city title type floor area";
}
@media screen and (max-width: 1024px) {
  .topList__item {
    padding-top: 24px;
    grid-template-columns: 15% 15% 15% 55%;
    grid-template-areas: "year status city title" "type floor area area";
  }
}
@media screen and (max-width: 768px) {
  .topList__item {
    display: flex;
    flex-wrap: wrap;
  }
}
.topList__item span {
  letter-spacing: 0;
}
.topList__item .year {
  grid-area: year;
}
@media screen and (max-width: 768px) {
  .topList__item .year {
    margin-right: 12px;
  }
}
.topList__item .status {
  grid-area: status;
}
@media screen and (max-width: 768px) {
  .topList__item .status {
    margin-right: 12px;
  }
}
.topList__item .city {
  grid-area: city;
}
.topList__item .title {
  grid-area: title;
  padding-right: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .topList__item .title {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topList__item .title {
    width: 100%;
  }
}
.topList__item .type {
  grid-area: type;
}
@media screen and (max-width: 768px) {
  .topList__item .type {
    margin-right: 12px;
  }
}
.topList__item .floor {
  grid-area: floor;
}
@media screen and (max-width: 768px) {
  .topList__item .floor {
    margin-right: 12px;
  }
}
.topList__item .area {
  grid-area: area;
}

.topList__contentButton {
  margin-top: 26px;
}

.topList__button {
  margin: 40px auto 0;
}

.topService {
  background-color: #ecf2f7;
}

.topService__headText {
  text-align: center;
  padding-top: 40px;
}

.topService__contents {
  padding-top: 50px;
}

.topService__content {
  display: flex;
  align-items: flex-start;
}
.topService__content:not(:first-of-type) {
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .topService__content:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topService__content {
    flex-direction: column-reverse;
  }
}
.topService__content:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .topService__content:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.topService__content:nth-of-type(even) .topService__textArea {
  padding: 90px 95px 90px 120px;
  margin-right: -90px;
  margin-left: -64px;
}
@media screen and (max-width: 1280px) {
  .topService__content:nth-of-type(even) .topService__textArea {
    padding: 60px 72px 60px 100px;
    margin-right: -60px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .topService__content:nth-of-type(even) .topService__textArea {
    padding: 24px 32px 24px 56px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topService__content:nth-of-type(even) .topService__textArea {
    padding: 24px 32px;
    margin-left: 0;
  }
}

.topService__textArea {
  background-color: #fff;
  padding: 90px 120px 90px 88px;
  flex: 1;
  margin-top: 40px;
  margin-right: -64px;
  margin-left: -90px;
}
@media screen and (max-width: 1280px) {
  .topService__textArea {
    padding: 60px 100px 60px 72px;
    margin-left: -60px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .topService__textArea {
    margin-top: 16px;
    padding: 24px 56px 24px 32px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .topService__textArea {
    padding: 24px 32px;
    margin-right: 0;
    margin-top: 0;
    border-radius: 0 0 8px 8px;
  }
}

.topService__title {
  font-size: 19px;
  letter-spacing: 0.1em;
}

.topService__text {
  padding-top: 24px;
}

.topService__img {
  width: 600px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .topService__img {
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .topService__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .topService__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topService__img img {
    border-radius: 8px 8px 0 0;
  }
}

.topService__button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .topService__button {
    margin-left: auto;
    margin-right: auto;
  }
}

.topExpertise__inner {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .topExpertise__inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.topExpertise__textarea {
  flex: 1;
}

.topExpertise__headText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 40px;
  margin-inline: auto;
}

.topExpertise__button {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .topExpertise__button {
    margin-top: 32px;
  }
}

.topExpertise__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topExpertise__img {
    width: 100%;
  }
}

.topAbout {
  background-color: #ecf2f7;
}
.topAbout .inner {
  max-width: min(100% - 40px, 1140px);
}
@media screen and (max-width: 1024px) {
  .topAbout .inner {
    max-width: min(100% - 40px, 740px);
  }
}
@media screen and (max-width: 768px) {
  .topAbout .inner {
    max-width: min(100% - 40px, 540px);
  }
}

.topAbout__contents {
  display: flex;
  gap: 150px;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .topAbout__contents {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topAbout__contents {
    flex-direction: column;
    gap: 24px;
  }
}

.topAbout__content {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1024px) {
  .topAbout__content {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .topAbout__content {
    width: 100%;
  }
}

.topAbout__content-left {
  width: calc(50% - 100px);
}
@media screen and (max-width: 1024px) {
  .topAbout__content-left {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .topAbout__content-left {
    width: 100%;
  }
}

.topAbout__img {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topAbout__img {
    padding-bottom: 24px;
  }
}

.topAbout__button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .topAbout__button {
    margin: 32px auto 0;
  }
}

.topBlog {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .topBlog {
    padding-top: 70px;
  }
}

.topBlog__contents {
  background-color: #f4f4f4;
  border-radius: 8px;
  max-width: 902px;
  margin: 40px auto 0;
  padding: 58px 75px 30px 83px;
}
@media screen and (max-width: 768px) {
  .topBlog__contents {
    padding: 32px 24px;
  }
}

.topBlog__list li:not(:first-of-type) {
  margin-top: 16px;
}
.topBlog__list li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topBlog__list li a {
    display: block;
  }
}
.topBlog__list li a .date {
  font-family: "Jost", serif;
  letter-spacing: 0.05em;
  /*padding-right: 28px;*/
  width: 130px;
}
@media screen and (max-width: 768px) {
  .topBlog__list li a .date {
    padding-right: 0;
    width: 0;
  }
}
.topBlog__list li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.05em;
  padding-right: 16px;
  position: relative;
}
.topBlog__list li a .title::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
}

.topBlog__btn {
  margin-top: 20px;
}

.topRecruit {
  background-image: url(../images/pages/top/topRecruit-back02.jpg);
  background-size: cover;
  background-position: center;
}

.topRecruit__inner {
  width: 50%;
  margin-left: auto;
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .topRecruit__inner {
    width: 100%;
    padding: 60px 0;
  }
}
.topRecruit__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #43b6f0, #43ccd8);
  opacity: 0.9;
  z-index: -1;
}
.topRecruit__inner .section__title .section__title-en,
.topRecruit__inner .section__title .section__title-jp {
  color: #fff;
}

.section__hasBackgroundImage {
  background-color: rgba(236, 242, 247, 0.95);
  position: relative;
}
.section__hasBackgroundImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/section-background-image01.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.topRecruit__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .topRecruit__text {
    padding-top: 32px;
  }
}

.topRecruit__button {
  margin: 24px auto 0;
  background: #fff;
  color: #43b6f0;
}

.cta {
  background-color: #ecf2f7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 60px 0;
  }
}

.cta__text {
  text-align: center;
  letter-spacing: 0;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .cta__text {
    padding-top: 32px;
  }
}

.cta__phone {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .cta__phone {
    padding-left: 0;
  }
}

.cta__phoneNumber {
  font-family: "Jost", serif;
  font-size: 33px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .cta__phoneNumber {
    font-size: 24px;
  }
}

.cta__btn {
  width: 43px;
  height: 43px;
  display: inline-block;
  border-radius: 100px;
  background-color: #43b6f0;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
.cta__btn::after {
  content: "";
  position: absolute;
  width: 19px;
  aspect-ratio: 19/15;
  display: inline-block;
  -webkit-mask: url(../images/common/mail.svg) no-repeat center;
          mask: url(../images/common/mail.svg) no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .cta__btn::after {
    width: 16px;
  }
}

.footer1__inner {
  padding: 0;
  max-width: none;
}

.footer1__left {
  width: 40%;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer1__left {
    width: 100%;
    padding: 65px 20px 40px;
  }
}

.footer1__right {
  width: 60%;
  background: linear-gradient(to right, #43b6f0, #43ccd8);
  padding: 80px 20px 100px 0;
}
@media screen and (max-width: 1024px) {
  .footer1__right {
    width: 100%;
    padding: 65px 20px 40px;
  }
}

.footer1__left__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer1__logo {
  width: auto;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .footer1__logo {
    margin-top: 10px;
  }
}
.footer1__logo::before {
  content: "";
  display: inline-block;
  width: 64px;
  aspect-ratio: 64/47;
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -5px;
  margin-right: -3px;
}
@media screen and (max-width: 768px) {
  .footer1__logo::before {
    width: 48px;
    margin-right: 0;
  }
}
.footer1__logo .footer1__logo-innerText {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer1__logo .footer1__logo-innerText {
    font-size: 16px;
  }
}
.footer1__logo .footer1__logo-innerText span {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer1__logo .footer1__logo-innerText span {
    font-size: 10px;
  }
}

.footer1__list__wrapper {
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer1__list__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer1__list__wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.footer1__list:first-child {
  margin-right: 0;
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .footer1__list:first-child {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer1__list:first-child {
    width: 100%;
  }
}
.footer1__list:nth-of-type(2) {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .footer1__list:nth-of-type(2) {
    width: 100%;
  }
}

.footer1__item {
  border-bottom: 1px solid #fff;
  margin: 0;
  width: 100%;
}
.footer1__item .footer1__button {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 14px 0 14px 16px;
}
.footer1__item .footer1__subButton {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0 8px 16px;
}
.footer1__item .footer1__subButton:first-of-type {
  margin-top: 10px;
}
.footer1__item .footer1__subButton:last-of-type {
  margin-bottom: 10px;
}
.footer1__item .footer1__itemHead {
  color: #fff;
  letter-spacing: 0;
  display: block;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 16px;
}
.footer1__item a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.footer1__item a::after {
  content: "";
  display: inline-block;
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.footer1__copyright {
  letter-spacing: 0.2em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer1__copyright {
    font-size: 10px;
  }
}

.lowerPage {
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .lowerPage {
    padding-top: 74px;
  }
}

.lowerPage__mv {
  height: 300px;
  background-image: url(../images/common/page-mv.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lowerPage__title-en {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Jost", serif;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 24px;
  text-shadow: 0 0 10px #316580;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lowerPage__title-en {
    font-size: 37px;
    padding-bottom: 12px;
  }
}

.lowerPage__title-jp {
  font-size: 19px;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 10px #316580;
}
@media screen and (max-width: 768px) {
  .lowerPage__title-jp {
    font-size: 16px;
  }
}

.lowerPage__navMenu {
  display: grid;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .lowerPage__navMenu {
    width: auto;
    padding-top: 60px;
  }
}
.lowerPage__navMenu li {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .lowerPage__navMenu li {
    width: 100%;
  }
}
.lowerPage__navMenu li a {
  font-weight: 700;
  color: #43b6f0;
  display: block;
  text-align: center;
  padding: 17px 0;
  border: 2px solid #43b6f0;
  border-radius: 8px;
  position: relative;
}
@media (any-hover: hover) {
  .lowerPage__navMenu li a:hover {
    background-color: #43b6f0;
    color: #fff;
  }
}
.lowerPage__navMenu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.lowerPage__head {
  padding-top: 72px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lowerPage__head {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}

.lowerPage__headTitle {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lowerPage__headTitle {
    line-height: 1.5;
    text-align: center;
  }
}

.lowerPage__headContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .lowerPage__headContent {
    flex-direction: column;
    gap: 32px;
  }
}

.lowerPage__headTextarea {
  flex: 1;
}

.lowerPage__headSubTitle {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .lowerPage__headSubTitle {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

.lowerPage__headText {
  line-height: 1.5;
}

.lowerPage__headImg {
  flex-shrink: 0;
  width: 550px;
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .lowerPage__headImg {
    width: 100%;
  }
}

.lowerPage__numContent {
  background-color: #ecf2f7;
}

.lowerPage__numContent__title {
  margin-inline: auto;
}

.lowerPage__numContent__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1008px;
  margin: 40px auto 0;
}

.lowerPage__numContent__item {
  display: flex;
  background-color: #fff;
  padding: 32px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .lowerPage__numContent__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.lowerPage__numContent__left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .lowerPage__numContent__left {
    width: 100%;
    margin-bottom: 24px;
  }
}

.lowerPage__numContent__number {
  width: 60px;
  height: 60px;
  background-color: #43b6f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .lowerPage__numContent__number {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.lowerPage__numContent__itemTitle {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #43b6f0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lowerPage__numContent__itemTitle {
    font-size: 18px;
  }
}

.lowerPage__numContent__right {
  flex: 1;
}

.lowerPage__numContent__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lowerPage__numContent__list-item {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 1em;
}
.lowerPage__numContent__list-item::before {
  content: "■";
  position: absolute;
  left: 0;
}

.lowerPage__imgContent__content {
  margin-top: 40px;
}
.lowerPage__imgContent__content:nth-of-type(3) {
  margin-top: 122px;
}
.lowerPage__imgContent__content:nth-of-type(4) {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .lowerPage__imgContent__content {
    margin-top: 32px;
  }
  .lowerPage__imgContent__content:nth-of-type(3), .lowerPage__imgContent__content:nth-of-type(4) {
    margin-top: 40px;
  }
}

.lowerPage__imgContent__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .lowerPage__imgContent__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.lowerPage__imgContent__imgArea {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .lowerPage__imgContent__imgArea {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .lowerPage__imgContent__imgArea {
    width: 100%;
  }
}

.lowerPage__imgContent__textArea {
  flex: 1;
}

.lowerPage__subTitleWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lowerPage__subTitleWrapper {
    margin-bottom: 16px;
  }
}

.lowerPage__subTitleLine {
  display: inline-block;
  width: 4px;
  height: 32px;
  background-color: #43b6f0;
  margin-right: 12px;
}

.lowerPage__subTitle {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lowerPage__subTitle {
    font-size: 18px;
  }
}

.lowerPage__imgContent__title {
  color: #43b6f0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lowerPage__imgContent__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.lowerPage__imgContent__title:not(:nth-of-type(1)) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .lowerPage__imgContent__title:not(:nth-of-type(1)) {
    margin-top: 24px;
  }
}

.lowerPage__imgContent__text {
  letter-spacing: 0.1em;
}

.lowerPage__imgContent__list li {
  letter-spacing: 0.1em;
  padding-left: 1em;
  position: relative;
}
.lowerPage__imgContent__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.lowerPage__imgContent__contentItem {
  background-color: #ecf2f7;
  padding: 32px;
  margin-bottom: 16px;
}
.lowerPage__imgContent__contentItem:last-child {
  margin-bottom: 0;
}

.lowerPage__cards {
  display: flex;
  justify-content: space-between;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .lowerPage__cards {
    flex-direction: column;
    gap: 16px;
  }
}

.lowerPage__card {
  background-color: #f4f4f4;
  padding: 32px 40px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .lowerPage__card {
    padding: 24px 20px;
  }
}

.lowerPage__cardTitle {
  display: inline-block;
  background-color: #43b6f0;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 5px 0;
  border-radius: 50px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .lowerPage__cardTitle {
    font-size: 18px;
  }
}

.lowerPage__cardTitle--white {
  background-color: #fff;
  color: #43b6f0;
}

.lowerPage__cardText {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .lowerPage__cardText {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lowerPage__cardText {
    font-size: 14px;
  }
}

.lowerPage__cardList {
  margin-top: 16px;
}
.lowerPage__cardList li {
  padding-left: 1em;
  position: relative;
}
.lowerPage__cardList li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.lowerPage__arrow {
  width: 0;
  height: 0;
  border-left: 61px solid transparent;
  border-right: 61px solid transparent;
  border-top: 33px solid #43b6f0;
}
@media screen and (max-width: 768px) {
  .lowerPage__arrow {
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 28px solid #43b6f0;
  }
}

.lowerPage__listContent:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lowerPage__listContent:not(:first-child) {
    margin-top: 8px;
  }
}
.lowerPage__listContent dt {
  background-color: #43b6f0;
  padding: 16px 32px;
}
@media screen and (max-width: 768px) {
  .lowerPage__listContent dt {
    padding: 12px 24px;
  }
}
.lowerPage__listContent dt > span {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lowerPage__listContent dt > span {
    font-size: 16px;
  }
}
.lowerPage__listContent dt > span::before {
  position: absolute;
  content: "■";
  left: 0;
}
.lowerPage__listContent dd {
  background-color: #f4f4f4;
  padding: 16px 32px;
}
@media screen and (max-width: 768px) {
  .lowerPage__listContent dd {
    padding: 12px 24px;
  }
}

.custom1__sort {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  max-width: none;
  margin-bottom: 130px;
  justify-content: unset;
}
@media screen and (max-width: 1280px) {
  .custom1__sort {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .custom1__sort {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .custom1__sort {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}
.custom1__sort li {
  width: 100%;
  margin: 0;
}
.custom1__sort li a {
  font-size: 16px;
  border: 2px solid #43b6f0;
  color: #43b6f0;
  border-radius: 8px;
  padding: 15px 0;
}
.custom1__sort li a:hover {
  background-color: #43b6f0;
}
.custom1__sort li a.current {
  color: #fff;
  background-color: #43b6f0;
}

.cases {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .cases {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.cases__mv {
  background-image: url(../images/pages/cases/mv-cases.jpg);
}

.cases__currentCategory {
  margin-inline: auto;
}

.cases__cards {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .cases__cards {
    padding-top: 60px;
  }
}

.noImage {
  border: 1px solid #aaa;
}

.cases-prev,
.cases-next {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  left: 1%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cases-prev,
.cases-next {
    width: 20px;
    height: 20px;
    left: 4px;
  }
}
.cases-prev.is-active,
.cases-next.is-active {
  display: block;
}
.cases-prev::before,
.cases-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #43b6f0;
  border-left: 1px solid #43b6f0;
  position: absolute;
  top: 50%;
  left: 55%;
  margin: auto;
  transform: translateX(-45%) translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .cases-prev::before,
.cases-next::before {
    width: 8px;
    height: 8px;
  }
}

.cases-next {
  left: auto;
  right: 1%;
}
@media screen and (max-width: 768px) {
  .cases-next {
    right: 4px;
  }
}
.cases-next::before {
  left: 45%;
  transform: translateX(-55%) translateY(-50%) rotate(135deg);
}

.modalDisplay {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.7);
  display: none;
}
@media screen and (max-width: 1024px) {
  .modalDisplay {
    top: 75px;
    height: calc(100% - 75px);
  }
}

.cases-card.is-active .modalDisplay {
  display: block;
}

/*.modalDisplay__inner {
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 85%;
  padding: 40px 60px;
  border-radius: 8px;
}*/
.modalDisplay__inner {
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  width: 85%;
  padding: 40px 60px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .modalDisplay__inner {
    padding: 40px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modalDisplay__inner {
    padding: 24px;
  }
}
.modalDisplay__inner.is-active {
  -webkit-animation: 0.3s fadeIn ease;
          animation: 0.3s fadeIn ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modalDisplay__close {
  position:  absolute;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 16px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #333;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modalDisplay__close {
    position: fixed;
    top: 14%;
    right: 4%;
  }
}
.modalDisplay__close::before, .modalDisplay__close::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalDisplay__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalDisplay__content {
  display: flex;
  gap: 40px;
  max-height: none;
}
@media screen and (max-width: 768px) {
  .modalDisplay__content {
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    max-height: 72vh;
  }
}

.modalDisplay__slider {
  width: 50%;
  display:flex;
  flex-direction:column;
}

#main-carousel{
  max-height:90vh;
}

#main-carousel .splide__track,
#main-carousel .splide__list {
  height: auto;
}

#main-carousel .splide__slide {
  height: auto;
  display: block;
}

.modalDisplay__mainSlide{
  aspect-ratio: 4 / 3;
}

.modalDisplay__mainSlide img{
  width:100%;
  height:100%;
  object-fit:contain;
}

#thumbnail-carousel{
  flex:0 0 auto;
}
@media screen and (max-width: 768px) {
  .modalDisplay__slider {
    width: 100%;
    order: 99;
  }
}

#thumbnail-carousel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #thumbnail-carousel-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.modalDisplay__thumbnail {
  padding-top: 16px;
}

.modalDisplay__thumbnailSlide {
  width: 100% !important;
  border: none !important;
  height: 100%;
}
.modalDisplay__thumbnailSlide.is-active {
  opacity: 0.7;
}
.modalDisplay__thumbnailSlide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modalDisplay__textArea {
  flex: 1;
}

.modalDisplay__title {
  font-size: clamp(1.125rem, 0.8169rem + 1.3146vw, 2rem);
  color: #43b6f0;
  letter-spacing: 0.1em;
}

.modalDisplay__text {
  margin-top: 18px;
  max-height: 216px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .modalDisplay__text {
    max-height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .modalDisplay__text {
    max-height: none;
  }
}

.modalDisplay__tags {
  display: flex;
  gap: 8px;
  padding-top: 64px;
}
@media screen and (max-width: 1280px) {
  .modalDisplay__tags {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modalDisplay__tags {
    padding-top: 24px;
  }
}

.modalDisplay__tag {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px 12px;
}

.modalDisplay__tag01 {
  background-color: #43b6f0;
}

.modalDisplay__tag02 {
  background-color: #43ccd8;
}

.modalDisplay__detail {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .modalDisplay__detail {
    padding-top: 8px;
  }
}

.modalDisplay__detailItem {
  border-bottom: 1px solid #333;
  display: flex;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .modalDisplay__detailItem {
    justify-content: space-between;
  }
}
.modalDisplay__detailItem dt {
  font-weight: 700;
  line-height: 1;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .modalDisplay__detailItem dt {
    font-size: 14px;
    width: auto;
  }
}
.modalDisplay__detailItem dd {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modalDisplay__detailItem dd {
    font-size: 14px;
  }
}
.modalDisplay__detailItem:first-of-type {
  border-top: 1px solid #333;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  line-height: 1;
  font-size: 18px;
}
.wp-pagenavi .current {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.wp-pagenavi .current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #43b6f0;
  z-index: -1;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.wp-pagenavi .previouspostslink::after {
  transform: translateY(-50%) rotate(-135deg);
}
.wp-pagenavi .pages {
  display: none;
}

.about__mv {
  background-image: url(../images/pages/about/mv-about02.jpg);
}

.message {
  padding-top: 75px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.message__inner {
  display: flex;
  gap: 59px;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .message__inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.message__textArea {
  flex: 1;
}

.message__title {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .message__title {
    font-size: 22px;
  }
}

.message__text {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .message__text {
    padding-top: 24px;
  }
}

.message__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    margin: 0 auto;
  }
  .message__img img {
    aspect-ratio: 1/1;
  }
}

.company::after {
  background-image: url(../images/common/section-background-image02.jpg);
}

.company__list {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}

.company__item {
  border-bottom: 1px solid #333;
  display: flex;
  padding: 24px 0;
  gap: 5px;
}
.company__item dt {
  line-height: 2;
  width: 19%;
  font-weight: 700;
}
.company__item dd {
  line-height: 2;
  flex: 1;
}
.company__item dd span {
  display: inline-block;
  padding-left: 3em;
  text-indent: -2em;
  line-height: 2;
}

.access__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  .access__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .access__inner {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .access__inner iframe {
    margin-top: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .access__inner iframe {
    margin-top: 24px;
  }
}

.access__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .access__list {
    gap: 24px;
  }
}
.access__list li {
  line-height: 2;
  position: relative;
}
.access__list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #43b6f0;
  display: block;
  bottom: -26px;
}
@media screen and (max-width: 768px) {
  .access__list li:not(:last-of-type)::after {
    bottom: -14px;
  }
}

.contact__mv {
  background-image: url("../images/pages/contact/mv-contact.jpg");
}

.phone {
  padding-top: 75px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .phone {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.contact__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 22px;
  }
}
.contact__title::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #43b6f0;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}

.phone__button {
  display: block;
  width: min(100%, 450px);
  text-align: center;
  margin: 64px auto 0;
  padding: 13px 0;
  font-family: "Jost", serif;
  font-size: 33px;
  letter-spacing: 0.05em;
  color: #fff;
  background: linear-gradient(to right, #43b6f0, #43ccd8);
}

.phone__text {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .phone__text {
    padding-top: 15px;
  }
}

.form__headText {
  text-align: center;
  padding-top: 64px;
}

.contact-form2 {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .contact-form2 {
    padding-top: 70px;
  }
}
.contact-form2 .form__menu {
  background-color: transparent;
  padding: 70px 100px 0;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .form__menu {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__menu {
    margin-top: 26px;
  }
}
.contact-form2 .form__list__header {
  font-size: 16px;
}
.contact-form2 .any {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .any {
    display: none;
  }
}
.contact-form2 .required {
  padding: 0;
  background-color: #43b6f0;
  border-radius: 0;
}
.contact-form2 .form__list {
  margin-top: 16px;
  gap: 30px;
  padding-left: 56px;
}
@media screen and (max-width: 1280px) {
  .contact-form2 .form__list {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list {
    gap: 8px;
    margin-top: 6px;
  }
}
.contact-form2 .form__list__deta .form-text {
  border: none;
}
.contact-form2 .form__list__deta .form-file[type=file]::-webkit-file-upload-button {
  border: none;
}
.contact-form2 .form__list__deta .form-file[type=file]::file-selector-button {
  border: none;
}
.contact-form2 .form__list__deta textarea {
  border: none;
  min-height: 240px;
}
.contact-form2 .form__innerText {
  padding-top: 56px;
  padding-left: 120px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .contact-form2 .form__innerText {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form2 .form__innerText {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__innerText {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.contact-form2 .form__zipcode span.wpcf7-form-control-wrap {
  width: 160px;
  display: inline-block;
}
.contact-form2 .two-form span.wpcf7-form-control-wrap {
  width: 220px;
  display: inline-block;
  margin-right: 10px;
}
.contact-form2 .wpcf7-select {
  background: #fff;
  border: none;
  width: 220px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-select {
    width: 100%;
  }
}
.contact-form2 .privacy__wrap {
  border: none;
  height: 240px;
}
.contact-form2 .form__btn {
  margin-top: 36px;
}
.contact-form2 .form__btn .form__btn__text {
  background-color: transparent;
  max-width: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.contact-form2 .form__btn .form__btn__text::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn .form__btn__text {
    max-width: 336px;
    gap: 8px;
  }
}
.contact-form2 .form__btn input[type=submit],
.contact-form2 .form__btn input[type=button] {
  font-size: 19px;
  border-radius: 0;
  height: 80px;
  max-width: 400px;
  background: #aaa;
  width: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn input[type=submit],
.contact-form2 .form__btn input[type=button] {
    font-size: 14px;
    height: 46px;
    max-width: 336px;
  }
}
.contact-form2 .form__btn input[type=submit] {
  background: linear-gradient(to right, #43b6f0, #43ccd8);
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta.two-form {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .contact-form2 .form__list__deta.two-form span {
    width: 100%;
    display: inline-block;
  }
}

.contact-confirm {
  background-color: #fff;
}
.contact-confirm .form__list {
  margin-top: 24px;
  align-items: center;
}
.contact-confirm .form__list__header {
  padding-top: 0;
}

.archives {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .archives {
    padding-bottom: 70px;
  }
}

.news__mv {
  background-image: url(../images/pages/news/mv-news.jpg);
}

.blog__mv {
  background-image: url(../images/pages/blog/mv-blog.jpg);
}

.archives__menu {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .archives__menu {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.archives__list {
  border-bottom: 1px solid #ddd;
}

.archives__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  padding: 32px 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .archives__link {
    padding: 16px 0;
    font-size: 12px;
  }
}
.archives__link span {
  line-height: 1;
}
.archives__link:hover {
  opacity: 0.7;
}
.archives__link::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 7px;
  background-color: #43b6f0;
  mask: url("../images/pages/news/icon-arrow.svg") no-repeat center/contain;
  -webkit-mask: url("../images/pages/news/icon-arrow.svg") no-repeat center/contain;
}

.archives__date {
  flex-shrink: 0;
  width: 160px;
  font-family: "Jost", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .archives__date {
    width: 96px;
  }
}

.archives__title {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 24px;
}

.singlePage {
  padding-bottom: 140px;
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .singlePage {
    padding-top: 40px;
    padding-bottom: 70px;
    overflow-x: hidden;
  }
}

.singlePage__body {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.singlePage__date {
  color: #fff;
  background-color: #43ccd8;
  display: inline-block;
  padding: 1px 5px;
}

.singlePage__title {
  margin-top: 16px;
  padding-bottom: 8px;
  font-size: 24px;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .singlePage__title {
    margin-top: 8px;
    font-size: 18px;
  }
}

.singlePage__contents {
  margin-top: 24px;
}
.singlePage__contents > * {
  margin-bottom: 8px;
}
.singlePage__contents p {
  line-height: 2;
}

.post-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .post-nav {
    gap: 24px;
    margin-top: 32px;
  }
}

.post-nav__item {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.post-nav__item:hover {
  opacity: 0.7;
}

.post-nav__item--list {
  text-decoration: underline;
}

.post-nav__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #43b6f0;
}
.post-nav__arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.post-nav__arrow--prev {
  margin-right: 8px;
}
.post-nav__arrow--prev::before {
  transform: rotate(-135deg);
}

.post-nav__arrow--next {
  margin-left: 8px;
}
.post-nav__arrow--next::before {
  transform: rotate(45deg);
}

.projects__mv {
  background-image: url(../images/pages/projects/mv-projects.jpg);
}

.projects__navMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .projects__navMenu {
    grid-template-columns: 1fr;
    width: auto;
    padding-top: 60px;
  }
}
.projects__navMenu li {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .projects__navMenu li {
    width: 100%;
  }
}
.projects__navMenu li button {
  font-weight: 700;
  color: #43b6f0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  border: 2px solid #43b6f0;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (any-hover: hover) {
  .projects__navMenu li button:hover {
    background-color: #43b6f0;
    color: #fff;
  }
}
.projects__navMenu li button.is-active {
  background-color: #43b6f0;
  color: #fff;
  cursor: auto;
}

.projectsList {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .projectsList {
    padding-bottom: 70px;
  }
}

.projects__year {
  width: 100%;
  background-color: #43b6f0;
  color: #fff;
  font-size: 19px;
  padding: 20px 32px;
  margin-top: 64px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .projects__year {
    padding: 16px 24px;
    margin-top: 40px;
    font-size: 16px;
  }
}
.projects__year:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .projects__year:first-of-type {
    margin-top: 24px;
  }
}
.projects__year::before, .projects__year::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s transform ease;
}
@media screen and (max-width: 768px) {
  .projects__year::before, .projects__year::after {
    right: 16px;
  }
}
.projects__year::after {
  transform: translateY(-50%) rotate(90deg);
}
.projects__year.is-closed::after {
  transform: translateY(-50%);
}

.projects__list {
  width: 100%;
  margin-top: 32px;
  z-index: 1;
  position: relative;
  max-height: 9999px;
  transition: all 0.3s ease;
}
.projects__list.is-closed {
  max-height: 0;
  opacity: 0;
  z-index: -1;
}

.projects__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.projects__item > span {
  line-height: 1;
  padding-right: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .projects__item {
    flex-wrap: wrap;
  }
  .projects__item > span {
    flex: 1 1 50%;
    padding-right: 8px;
  }
}

.projects__header > span {
  color: #43b6f0;
  font-weight: 700;
}

.projects__title {
  margin-inline: auto;
  margin-top: 88px;
}

.projects__year-text {
  width: 11%;
}
@media screen and (max-width: 768px) {
  .projects__year-text {
    margin-bottom: 4px;
  }
}

.projects__repair {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .projects__repair {
    margin-bottom: 4px;
  }
}

.projects__city {
  width: 11%;
}
@media screen and (max-width: 768px) {
  .projects__city {
    margin-bottom: 4px;
  }
}

.projects__house-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .projects__house-name {
    margin-bottom: 4px;
  }
}

.projects__house-type {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .projects__house-type {
    margin-bottom: 4px;
  }
}

.projects__structure {
  width: 11%;
}
@media screen and (max-width: 1024px) {
  .projects__structure {
    width: 14%;
  }
}
@media screen and (max-width: 768px) {
  .projects__structure {
    margin-bottom: 4px;
  }
}

.projects__area {
  width: 10%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .projects__area {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .projects__area {
    text-align: left;
    margin-bottom: 4px;
  }
}

.consulting__mv {
  background-image: url("../images/pages/consulting/mv-consulting.jpg");
}

.consulting__navMenu {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .consulting__navMenu {
    grid-template-columns: 1fr;
  }
}

.supervision__mainTitle {
  margin-inline: auto;
}

.supervision__cards {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .supervision__cards {
    margin-top: 24px;
  }
}
.supervision__cards .lowerPage__card {
  background-color: #fff;
}

.flowToComplete {
  background-color: #ecf2f7;
}

.flowToComplete__title {
  margin-inline: auto;
}

.flowToComplete__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flowToComplete__img {
    margin-top: 24px;
  }
}

.flowToComplete__caution {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flowToComplete__caution {
    margin-top: 24px;
  }
}

.sdgsBuilding__title {
  margin-inline: auto;
}

.sdgsBuilding__subTitle {
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sdgsBuilding__subTitle {
    font-size: 20px;
  }
}

.sdgsBuilding__text {
  text-align: center;
  margin-top: 16px;
}

.sdgsBuilding__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1008px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .sdgsBuilding__items {
    margin-top: 24px;
    gap: 16px;
  }
}

.sdgsBuilding__item {
  display: flex;
  background-color: #ecf2f7;
  padding: 32px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sdgsBuilding__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sdgsBuilding__left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .sdgsBuilding__left {
    width: 100%;
    margin-bottom: 24px;
  }
}

.sdgsBuilding__number {
  width: 60px;
  height: 60px;
  background-color: #43b6f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .sdgsBuilding__number {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.sdgsBuilding__itemTitle {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #43b6f0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sdgsBuilding__itemTitle {
    font-size: 18px;
  }
}

.sdgsBuilding__right {
  flex: 1;
}
.sdgsBuilding__right b {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sdgsBuilding__right b::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #333;
}
.sdgsBuilding__right b:not(:first-child) {
  margin-top: 24px;
}
.sdgsBuilding__right p {
  padding-left: 1em;
}

.compliance__mv {
  background-image: url("../images/pages/compliance/mv-compliance.jpg");
}

.compliance__navMenu {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .compliance__navMenu {
    grid-template-columns: 1fr;
  }
}

.compliance__list-item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .compliance__list-item:not(:first-child) {
    margin-top: 16px;
  }
}

.aboutCompliance .lowerPage__numContent__items {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .aboutCompliance .lowerPage__numContent__items {
    gap: 16px;
  }
}

.aboutCompliance__importance {
  max-width: 1008px;
  margin: 32px auto 0;
}
.aboutCompliance__importance .lowerPage__subTitleWrapper {
  margin-bottom: 24px;
}
.aboutCompliance__importance .lowerPage__subTitleLine {
  height: 23px;
}
.aboutCompliance__importance .lowerPage__subTitle {
  font-size: 18px;
  letter-spacing: 0;
}

.complianceContent {
  padding-bottom: 0;
}
.complianceContent .lowerPage__imgContent__content:nth-of-type(3) {
  margin-top: 80px;
}

.complianceContent__mainTitle {
  margin-inline: auto;
}

.complianceContent__caption {
  padding: 32px;
  background-color: #f4f4f4;
  margin-top: 56px;
}

.complianceContent__caption__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.complianceContent__caption__list li {
  letter-spacing: 0.1em;
  padding-left: 1em;
  position: relative;
}
.complianceContent__caption__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.unsuitableBuilding__mainTitle {
  margin-inline: auto;
}

.unsuitableBuilding__headText {
  text-align: center;
  letter-spacing: 0;
  margin-top: 40px;
}

.unsuitableBuilding__content {
  margin-top: 40px;
}
.unsuitableBuilding__content .lowerPage__subTitleWrapper {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .unsuitableBuilding__content {
    margin-top: 32px;
  }
}

.unsuitableBuilding__title {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .unsuitableBuilding__title {
    font-size: 20px;
  }
}

.unsuitableBuilding__text {
  background-color: #ecf2f7;
  padding: 32px 40px;
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .unsuitableBuilding__text {
    padding: 24px 20px;
    font-size: 14px;
  }
}

.unsuitableBuilding__text p {
  margin-bottom: 12px;
}
.unsuitableBuilding__text p:last-child {
  margin-bottom: 0;
}

.unsuitableBuilding__highlight {
  font-weight: 700;
  color: #43b6f0;
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.unsuitableBuilding__highlight::before {
  content: "■";
  position: absolute;
  left: 0;
}

.unsuitableBuilding__cards {
  margin-top: 104px;
}

.unsuitableBuilding__arrow {
  margin: 28px auto;
}

.diagnosis__mv {
  background-image: url("../images/pages/diagnosis/mv-diagnosis.jpg");
}

.aboutDiagnosis {
  padding-top: 0;
}

.aboutDiagnosis__title {
  margin-inline: auto;
}

.diagnosisFlow {
  background-color: #ecf2f7;
}

.diagnosisFlow__mainTitle {
  margin-inline: auto;
}

/* 各 step 全体 */
.diagnosisFlow__step {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .diagnosisFlow__step {
    flex-direction: column;
  }
}
.diagnosisFlow__step:first-of-type {
  margin-top: 32px;
}

/* 左の step ラベル部分 */
.diagnosisFlow__stepLabel {
  width: 180px;
  background-color: #43b6f0;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .diagnosisFlow__stepLabel {
    width: 100%;
    gap: 8px;
  }
}
.diagnosisFlow__stepLabel > span {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}

.diagnosisFlow__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 右側の項目エリア */
.diagnosisFlow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 32px 32px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .diagnosisFlow__item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 24px;
  }
}

.diagnosisFlow__circle {
  display: flex;
  align-items: center;
}

.diagnosisFlow__num {
  width: 61px;
  height: 61px;
  background-color: #43b6f0;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 61px;
  text-align: center;
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .diagnosisFlow__num {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 16px;
    font-size: 20px;
  }
}

/* タイトル */
.diagnosisFlow__title {
  font-size: 22px;
  color: #43b6f0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .diagnosisFlow__title {
    font-size: 18px;
  }
}

/* テキスト */
@media screen and (max-width: 768px) {
  .diagnosisFlow__text {
    font-size: 15px;
  }
}

/* 内容ラッパー */
.diagnosisFlow__content {
  flex: 1;
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .diagnosisFlow__content {
    max-width: none;
  }
}

.diagnosisFlow__survey {
  margin-top: 16px;
}

.diagnosisFlow__surveyTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #43b6f0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .diagnosisFlow__surveyTitle {
    font-size: 15px;
  }
}

.diagnosisFlow__surveyList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .diagnosisFlow__surveyList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.diagnosisFlow__surveyItem {
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .diagnosisFlow__surveyItem {
    padding: 4px 8px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.aboutDiagnosis__content {
  max-width: 1128px;
  margin: 40px auto 0;
}
.aboutDiagnosis__content .lowerPage__imgContent__wrapper {
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .aboutDiagnosis__content .lowerPage__imgContent__wrapper {
    gap: 24px;
  }
}
.aboutDiagnosis__content .lowerPage__imgContent__imgArea {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .aboutDiagnosis__content .lowerPage__imgContent__imgArea {
    width: 100%;
  }
}

.aboutDiagnosis__cards {
  max-width: 1128px;
  margin: 40px auto 0;
  gap: 16px;
}

.aboutDiagnosis__arrow {
  margin: 16px auto 0;
  border-top-width: 40px;
  border-left-width: 100px;
  border-right-width: 100px;
}
@media screen and (max-width: 768px) {
  .aboutDiagnosis__arrow {
    border-top-width: 32px;
    border-left-width: 64px;
    border-right-width: 64px;
  }
}

.aboutDiagnosis__bottomCard {
  max-width: 1128px;
  margin: 16px auto 0;
}
.aboutDiagnosis__bottomCard .lowerPage__card {
  margin-top: 16px;
}

.aboutDiagnosis__bottomCardText {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.subsidy {
  padding-bottom: 0;
}

.subsidy__mainTitle {
  margin-inline: auto;
}

.subsidy__head {
  margin-top: 32px;
}

.subsidy__headMainText {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .subsidy__headMainText {
    font-size: 18px;
    line-height: 1.4;
  }
}

.subsidy__headText {
  text-align: center;
  margin-top: 16px;
}

.subsidy__list {
  max-width: 1128px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .subsidy__list {
    margin-top: 24px;
  }
}

.subsidy__bottom {
  max-width: 1128px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .subsidy__bottom {
    margin-top: 24px;
  }
}
.subsidy__bottom .lowerPage__subTitleWrapper {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .subsidy__bottom .lowerPage__subTitleWrapper {
    margin-bottom: 16px;
  }
}
.subsidy__bottom .lowerPage__subTitleLine {
  height: 23px;
  margin-right: 10px;
}
.subsidy__bottom .lowerPage__subTitle {
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .subsidy__bottom .lowerPage__subTitle {
    font-size: 16px;
  }
}

.subsidy__bottomCaption {
  font-size: 14px;
  color: #888;
  margin-top: 24px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .subsidy__bottomCaption {
    margin-top: 16px;
  }
}

.aboutIs__mainTitle {
  margin-inline: auto;
}

.aboutIs__head {
  display: flex;
  gap: 72px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .aboutIs__head {
    display: block;
  }
}

.aboutIs__headText {
  flex: 1;
}

.aboutIs__card {
  width: 44%;
  flex: none;
  padding: 32px 32px 32px 40px;
}
@media screen and (max-width: 1024px) {
  .aboutIs__card {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .aboutIs__card {
    margin-top: 24px;
  }
}
.aboutIs__card .lowerPage__cardList li {
  padding-left: 1.5em;
  line-height: 1.8;
}
.aboutIs__card .lowerPage__cardList li::before {
  content: "■";
}

.aboutIs__content {
  margin-top: 77px;
}

.aboutIs__formula {
  display: flex;
  background-color: #43b6f0;
  gap: 56px;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
}
@media screen and (max-width: 768px) {
  .aboutIs__formula {
    gap: 8px;
    flex-direction: column;
  }
}

.aboutIs__formulaImg img {
  border-radius: 0;
}

.aboutIs__formulaText {
  color: #fff;
}

.aboutIs__formulaList {
  margin-top: 12px;
}

.aboutIs__formulaHead {
  background-color: #43b6f0;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.aboutIs__formulaHead > span {
  padding-left: 0;
  color: #fff;
}
.aboutIs__formulaHead > span::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .aboutIs__formulaHead {
    gap: 8px;
    flex-direction: column;
  }
}

.aboutIs__formulaListItem:not(:first-child) {
  margin-top: 32px;
}

.aboutIs__formulaDetail {
  background-color: #f4f4f4;
  padding: 32px;
}

.aboutIs__formulaDetailInner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-width: 618px;
}
@media screen and (max-width: 768px) {
  .aboutIs__formulaDetailInner {
    min-width: unset;
  }
}

.aboutIs__formulaVertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutIs__formulaHorizontal {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .aboutIs__formulaHorizontal {
    flex-direction: column;
    gap: 4px;
  }
}

.aboutIs__formulaDetailText {
  font-size: 14px;
  padding-left: 3em;
  text-indent: -3em;
}
.aboutIs__formulaDetailText > span {
  font-weight: 700;
}

.aboutIs__formulaDetailList li {
  font-size: 12px;
  position: relative;
  padding-left: 1em;
}
.aboutIs__formulaDetailList li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.aboutIs__bottomText {
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .aboutIs__bottomText {
    margin-top: 24px;
  }
}

.recruit .breadcrumb {
  background-color: #ecf2f7;
}

.recruit__mv {
  background-image: url("../images/pages/recruit/mv-recruit.jpg");
}

.recruitHead {
  background-color: #ecf2f7;
  padding-top: 45px;
}

.recruitHead__catchCopy {
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #43b6f0;
  font-size: 24px;
}

.recruitHead__text {
  text-align: center;
  margin-top: 24px;
}

.afterJoin__mainTitle {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .afterJoin__mainTitle {
    text-align: center;
  }
}

.afterJoin__content {
  display: flex;
  gap: 40px;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .afterJoin__content {
    flex-direction: column;
    margin-top: 24px;
  }
}
.afterJoin__content:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .afterJoin__content:nth-of-type(2n + 1) {
    flex-direction: column;
  }
}
.afterJoin__content:first-of-type {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .afterJoin__content:first-of-type {
    margin-top: 24px;
  }
}
.afterJoin__content:first-of-type .afterJoin__img {
  width: 43%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .afterJoin__content:first-of-type .afterJoin__img {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .afterJoin__content:first-of-type .afterJoin__img {
    width: 100%;
  }
}
.afterJoin__content:nth-of-type(2) .afterJoin__img {
  width: 31%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .afterJoin__content:nth-of-type(2) .afterJoin__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .afterJoin__content:nth-of-type(2) .afterJoin__img {
    width: 100%;
  }
}

.afterJoin__textarea {
  flex: 1;
}

.afterJoin__title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .afterJoin__title {
    font-size: 18px;
  }
}

.afterJoin__text {
  margin-top: 24px;
}
.afterJoin__text > span {
  color: #888;
  font-size: 14px;
  display: inline-block;
}

.workingFlow {
  background-color: #ecf2f7;
}

.workingFlow__mainTitle {
  margin-inline: auto;
}

.workingFlow__headText {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .workingFlow__headText {
    margin-top: 24px;
  }
}

.workingFlow__bottomText {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .workingFlow__bottomText {
    margin-top: 24px;
  }
}

.workingFlow__list {
  max-width: 1008px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .workingFlow__list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .workingFlow__list .lowerPage__horizontalListContent dd {
    text-align: center;
  }
}

.lowerPage__horizontalList {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .lowerPage__horizontalList {
    gap: 8px;
  }
}

.lowerPage__horizontalListContent {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 16px 24px;
  min-height: 112px;
}
@media screen and (max-width: 768px) {
  .lowerPage__horizontalListContent {
    padding: 16px 16px;
    gap: 4px;
    flex-direction: column;
    min-height: auto;
  }
}
.lowerPage__horizontalListContent dt {
  color: #43b6f0;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .lowerPage__horizontalListContent dt {
    font-size: 18px;
    width: auto;
  }
}
.lowerPage__horizontalListContent dd {
  flex: 1;
}

.atmosphere__mainTitle {
  margin-inline: auto;
}

.atmosphere__imgWrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 28px;
}
@media screen and (max-width: 1024px) {
  .atmosphere__imgWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .atmosphere__imgWrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.voice {
  background-color: #ecf2f7;
}
.voice .inner {
  max-width: min(100% - 40px, 1072px);
}

.voice__mainTitle {
  padding-left: 0;
}
.voice__mainTitle:not(:first-of-type) {
  margin-top: 130px;
}
.voice__mainTitle::after {
  left: 0;
  transform: none;
}

.voice__list {
  margin-top: 40px;
}
.voice__list .lowerPage__listContent dt > span {
  padding-left: 1.3em;
}
.voice__list .lowerPage__listContent dt > span::before {
  content: "Q.";
}
.voice__list .lowerPage__listContent dd {
  background-color: #fff;
}

.voice__listTitle {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-top: 24px;
}

.involvedCases {
  padding-bottom: 0;
}

.involvedCases__mainTitle {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .involvedCases__mainTitle {
    text-align: center;
  }
}

.involvedCases__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 35px;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .involvedCases__links {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .involvedCases__links {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 75%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .involvedCases__links {
    width: 100%;
  }
}

.involvedCases__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  aspect-ratio: 584/338;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .involvedCases__link {
    font-size: 18px;
  }
}
.involvedCases__link-cases {
  background-image: url(../images/pages/recruit/involvedCases-cases.jpg);
}
.involvedCases__link-list {
  background-image: url(../images/pages/recruit/involvedCases-list.jpg);
}

.involvedCases__textarea > * {
  text-align: center;
  color: #fff;
}

.involvedCases__title {
  font-size: 48px;
  line-height: 1;
  font-family: "Jost", serif;
}
.involvedCases__title::first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .involvedCases__title {
    font-size: 37px;
  }
}

.involvedCases__subTitle {
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .involvedCases__subTitle {
    font-size: 16px;
    margin-top: 16px;
  }
}

.involvedCases__text {
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .involvedCases__text {
    font-size: 14px;
    margin-top: 24px;
  }
}

.involvedCases__arrow {
  position: absolute;
  bottom: 25px;
  right: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .involvedCases__arrow {
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 10px;
  }
}
.involvedCases__arrow::after {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .involvedCases__arrow::after {
    width: 8px;
    height: 8px;
  }
}

.recruitDetail__mainTitle {
  margin-inline: auto;
}

.recruitDetail__table {
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .recruitDetail__table tr {
    display: flex;
    flex-direction: column;
  }
}
.recruitDetail__table th {
  background-color: #43b6f0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 250px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .recruitDetail__table th {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .recruitDetail__table th {
    width: 100%;
    padding: 8px;
  }
}
.recruitDetail__table td {
  background-color: #f2f4f6;
  line-height: 1.7;
  border: 1px solid #fff;
  padding: 18px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recruitDetail__table td {
    padding: 8px;
  }
}
.recruitDetail__table td span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .recruitDetail__table td span {
    font-size: 12px;
  }
}
.recruitDetail__table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}

.recruitDetail__table__hasExperienceList li {
  margin-left: -1em;
  font-size: 14px;
}

.recruit__contactBtn {
  max-width: 1000px;
  height: 194px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 130px auto 0;
  background-image: url(../images/pages/recruit/contact-btn.jpg);
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recruit__contactBtn {
    font-size: 18px;
    gap: 24px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__contactBtn {
    font-size: 14px;
    line-height: 1.4;
    gap: 8px;
    height: 80px;
    margin-top: 60px;
  }
}
.recruit__contactBtn .arrow {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit__contactBtn .arrow {
    width: 20px;
    height: 20px;
  }
}
.recruit__contactBtn .arrow::after {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .recruit__contactBtn .arrow::after {
    width: 8px;
    height: 8px;
  }
}

.expertise__mv {
  background-image: url(../images/pages/expertise/mv-expertise.jpg);
}

.expertise__catchCopy {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .expertise__catchCopy {
    font-size: 22px;
    margin-top: 40px;
  }
}

.expertise__navMenu {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1280px) {
  .expertise__navMenu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .expertise__navMenu {
    grid-template-columns: 1fr;
  }
}

.facility {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .facility {
    padding-top: 64px;
  }
}

.facility__mainTitle {
  padding-left: 0;
}
.facility__mainTitle::after {
  left: 0;
  transform: none;
}

.facility__content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .facility__content {
    flex-direction: column;
    gap: 32px;
  }
}

.facility__img {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .facility__img {
    width: 80%;
    margin: 0 auto;
    order: 98;
  }
}
@media screen and (max-width: 768px) {
  .facility__img {
    width: 100%;
  }
}

.facility__textArea {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .facility__textArea {
    display: contents;
  }
}

.facility__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .facility__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .facility__title {
    font-size: 18px;
  }
}

.facility__button {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 14px 0;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .facility__button {
    order: 99;
    margin-inline: auto;
    margin-top: 0;
  }
}

.factory__mainTitle {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .factory__mainTitle {
    text-align: center;
  }
}

.factory__headText {
  text-align: center;
  margin-top: 40px;
}

.factory__list {
  max-width: 1008px;
  margin: 40px auto 0;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .factory__list {
    gap: 8px;
  }
}
.factory__list .lowerPage__horizontalListContent {
  gap: 32px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .factory__list .lowerPage__horizontalListContent {
    gap: 4px;
    padding: 16px;
  }
}
.factory__list dt {
  width: 204px;
}
@media screen and (max-width: 768px) {
  .factory__list dt {
    width: auto;
  }
}
.factory__list dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.factory__bottomText {
  text-align: center;
  margin-top: 40px;
}

.design__mainTitle {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .design__mainTitle {
    text-align: center;
  }
}

.expertise__subHead {
  color: #43b6f0;
  font-weight: 700;
  line-height: 2;
}
.expertise__subHead:not(:first-of-type) {
  margin-top: 24px;
}

.design__content {
  margin-top: 40px;
}
.design__content .lowerPage__subTitleWrapper {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .design__content .lowerPage__subTitleWrapper .lowerPage__subTitle {
    line-height: 1.3;
    font-size: 16px;
  }
}

.design__contentBody {
  background-color: #ecf2f7;
  padding: 32px 40px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .design__contentBody {
    padding: 16px;
  }
}
.design__contentBody ul li {
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .design__contentBody ul li {
    line-height: 1.5;
    padding-left: 1em;
  }
}
.design__contentBody ul li:before {
  content: "・";
  position: absolute;
  left: 0.2em;
}
@media screen and (max-width: 768px) {
  .design__contentBody ul li:before {
    left: 0;
  }
}
.design__contentBody .design__tableWrapper {
  margin-top: 8px;
  overflow-x: auto;
}
.design__contentBody table {
  min-width: 480px;
}
.design__contentBody table th {
  background-color: #43b6f0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 1px solid #43b6f0;
  padding: 15px 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .design__contentBody table th {
    padding: 8px 4px;
  }
}
.design__contentBody table td {
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 1px solid #888;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .design__contentBody table td {
    padding: 8px 4px;
  }
}

.warehouse__mainTitle {
  margin-inline: auto;
}

.systemDevelopment__mainTitle {
  margin-inline: auto;
}

.warehouse__catchCopy {
  text-align: center;
  margin-top: 24px;
}

.warehouse__head {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .warehouse__head {
    margin-top: 24px;
  }
}

.warehouse__headTitle {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .warehouse__headTitle {
    font-size: 18px;
  }
}

.warehouse__headText {
  text-align: center;
  margin-top: 24px;
}

.warehouse__listWrapper {
  margin-top: 40px;
}
.warehouse__listWrapper .lowerPage__subTitleWrapper {
  margin-bottom: 24px;
}

.warehouse__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .warehouse__list {
    gap: 8px;
  }
}

.warehouse__listContent {
  background-color: #fff;
  padding: 32px 40px;
}
@media screen and (max-width: 768px) {
  .warehouse__listContent {
    padding: 16px;
  }
}
.warehouse__listContent dt {
  line-height: 2;
  color: #43b6f0;
  font-weight: 700;
}
.warehouse__listContent dd ul li {
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .warehouse__listContent dd ul li {
    line-height: 1.5;
    padding-left: 1em;
  }
}
.warehouse__listContent dd ul li:before {
  content: "・";
  position: absolute;
  left: 0.2em;
}
@media screen and (max-width: 768px) {
  .warehouse__listContent dd ul li:before {
    left: 0;
  }
}

.systemDevelopment__catchCopy {
  text-align: center;
  margin-top: 24px;
}

.systemDevelopment__headText {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .systemDevelopment__headText {
    margin-top: 24px;
  }
}

.systemDevelopment__listWrapper {
  margin-top: 40px;
}
.systemDevelopment__listWrapper .lowerPage__subTitleWrapper {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .systemDevelopment__listWrapper .lowerPage__subTitleWrapper {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .systemDevelopment__listWrapper {
    margin-top: 24px;
  }
}

.systemDevelopment__list {
  background-color: #ecf2f7;
  padding: 32px 40px;
}
@media screen and (max-width: 768px) {
  .systemDevelopment__list {
    padding: 16px;
  }
}
.systemDevelopment__list dt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #43b6f0;
}
.systemDevelopment__list dd {
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemDevelopment__list dd {
    line-height: 1.5;
    padding-left: 1em;
  }
}
.systemDevelopment__list dd:before {
  content: "・";
  position: absolute;
  left: 0.2em;
}
@media screen and (max-width: 768px) {
  .systemDevelopment__list dd:before {
    left: 0;
  }
}

.industrialFacility__mainTitle {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .industrialFacility__mainTitle {
    text-align: center;
  }
}

.industrialFacility__headText {
  margin-top: 24px;
  text-align: center;
}

.industrialFacility__list {
  background-color: #fff;
  padding: 32px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .industrialFacility__list {
    padding: 16px;
    margin-top: 24px;
  }
}
.industrialFacility__list dt {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #43b6f0;
}
.industrialFacility__list dd ul li {
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .industrialFacility__list dd ul li {
    line-height: 1.5;
    padding-left: 1em;
  }
}
.industrialFacility__list dd ul li:before {
  content: "・";
  position: absolute;
  left: 0.2em;
}
@media screen and (max-width: 768px) {
  .industrialFacility__list dd ul li:before {
    left: 0;
  }
}

.industrialFacility__bottomText {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .industrialFacility__bottomText {
    margin-top: 24px;
  }
}

.office__mainTitle {
  padding-left: 0;
}
.office__mainTitle::after {
  left: 0;
  transform: none;
}

.office__content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .office__content {
    flex-direction: column;
    gap: 32px;
  }
}

.office__img {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .office__img {
    width: 80%;
    margin: 0 auto;
    order: 98;
  }
}
@media screen and (max-width: 768px) {
  .office__img {
    width: 100%;
  }
}

.office__textArea {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .office__textArea {
    display: contents;
  }
}

.office__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .office__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .office__title {
    font-size: 18px;
  }
}

.office__button {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 14px 0;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .office__button {
    order: 99;
    margin-inline: auto;
    margin-top: 0;
  }
}