@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          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: "Zen Kaku Gothic Antique", serif;
  background-color: #fff;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          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: "Montserrat", serif;
  color: #290C0C;
}

p,
input,
textarea,
li,
span {
  font-family: "Zen Kaku Gothic Antique", serif;
  color: #290C0C;
}

a {
  font-family: "Zen Kaku Gothic Antique", serif;
  color: #290C0C;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  overflow-x: clip;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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__item {
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item span {
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item span {
    font-size: 12px;
  }
}

.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;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          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: #333;
  border: solid 2px #333;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 62px;
  width: 100%;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .side__menu {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(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 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff; /* SVGの色を変更 */
}

/**
* @file _l-footer.scss
**/
.footer1 {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.footer1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: #848484;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer1__list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer1__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  padding: 11px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pageTop-btn:hover {
  background-color: #848484;
}
.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;
  -webkit-transition: all 0.3s;
  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: #848484;
  border: solid 2px #848484;
  position: relative;
}
@media (any-hover: hover) {
  .footer2 .top__btn__link:hover {
    background-color: #fff;
  }
  .footer2 .top__btn__link:hover:before {
    border-right: 2px solid #848484;
    border-bottom: 2px solid #848484;
  }
}
@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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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 {
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer2__container {
    -ms-flex-wrap: wrap;
        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: #848484;
  }
}
.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: #848484;
  }
}
.footer2__btn {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer2__btn {
    width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer2__btn__link {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #848484;
  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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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: #848484;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    width: 90%;
    height: 100dvh;
    max-width: 400px;
    padding: 30px 0 0;
    background-color: #848484;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.header1 .header1__nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header1 .header1__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .header1 .header1__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            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 {
  position: relative;
  padding: 10px 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header1 .header1__nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 74px;
  height: 4px;
  background-color: #848484;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.header1 .header1__nav__item a:hover {
  color: #848484;
}
.header1 .header1__nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    margin-right: 0;
    background-color: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 100px;
  -webkit-transition: background-color 0.3s;
  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: #848484;
}
.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: #848484;
    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;
  }
  .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;
  }
  .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;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header1 .header1__close-btn::after {
    bottom: 19px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header2 {
  position: relative;
  z-index: 50;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100px;
  -webkit-transition: all 0.3s;
  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 {
  -webkit-transition: opacity 0.3s;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
    -ms-flex-wrap: wrap;
        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;
  -webkit-transition: all 0.3s;
  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: #848484;
  bottom: -14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header2 .header2__menu .header2__list .header2__link:hover {
    color: #848484;
  }
  .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: #848484 !important;
}
@media screen and (max-width: 1024px) {
  .header2 .header2__list.active .header2__link {
    color: #848484 !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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #fff;
    -webkit-transition: 0.6s;
    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;
  -webkit-transition: all 0.3s ease 0s;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          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: #848484;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #848484; /* SVGの色を変更 */
  }
  .header2 .nav .header2__contact__btn__link:hover p {
    color: #848484;
  }
}
.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: #848484;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #848484; /* SVGの色を変更 */
  }
  .header2 .nav .header2__tel__btn__link:hover p {
    color: #848484;
  }
}
.header2 .nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #848484;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  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;
  -webkit-transform: rotate(135deg);
          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;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 3px;
}
.header2 #js-nav.is-open .nav__lists {
  right: 0;
}

.header3.headerColorScroll {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background: #848484;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
          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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: all 0.3s;
  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;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header3.is-fixed {
  position: fixed;
}
.header3.hidden {
  -webkit-transform: translateY(-80px);
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.header3 .header3__logo {
  max-width: 275px;
  width: 21%;
  height: 77px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 20px;
  padding-right: 3%;
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .header3 .nav__content {
    gap: 1%;
  }
}
.header3 .nav__content .header3__menu--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #290C0C;
  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: "Montserrat", serif;
  }
}
@media (any-hover: hover) {
  .header3 .nav__content .header3__menu--top .header3__link:hover {
    color: #848484;
  }
}
.header3 .nav__content .header3__menu--bottom {
  margin-top: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #290C0C;
  font-family: "Montserrat", 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: #848484;
  }
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background: #848484;
    -webkit-transition: 0.6s;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #DC2F31;
  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;
  -webkit-transition: all 0.3s;
  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: #DC2F31;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #DC2F31;
  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;
  -webkit-transition: all 0.3s;
  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: #DC2F31;
  color: #fff;
}
.header3 .nav__toggle {
  display: none;
  position: fixed;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #DC2F31;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  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;
  -webkit-transform: rotate(135deg);
  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;
  -webkit-transform: rotate(-135deg);
  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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
  }
}

.sp__link {
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: "Zen Kaku Gothic Antique", 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;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-fourth {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-fifth {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-sixth {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-seventh {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-eighth {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-ninth {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header4__list.js-fadeUp-tenth {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header4 {
  position: relative;
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: all 0.3s;
  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;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header4.is-fixed {
  position: fixed;
}
.header4.hidden {
  -webkit-transform: translateY(-80px);
          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;
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header4 .header4__menu {
    margin-top: 15px;
    width: 100%;
    -ms-flex-wrap: wrap;
        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;
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100vh;
    background: #999999;
    -webkit-transition: 0.6s;
    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;
  -webkit-transition: all 0.3s ease 0s;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header4 .nav .header4__recruit__btn__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  height: 75px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header4 .nav .header4__contact__btn__link:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.2)));
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  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;
  -webkit-transform: rotate(135deg);
          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;
  -webkit-transform: rotate(-135deg);
          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%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100px;
  -webkit-transition: all 0.3s;
  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;
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 1001;
    position: relative;
    font-size: 18px;
    height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .header__menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
    -ms-flex-wrap: wrap;
        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;
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px 10px 10px 0px;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 89svh;
    background: #333;
    -webkit-transition: 0.6s;
    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;
  -webkit-transition: all 0.3s ease 0s;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
  -webkit-transition: all 0.3s;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  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;
  -webkit-transform: rotate(135deg);
          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;
  -webkit-transform: rotate(-135deg);
          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: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background: linear-gradient(90deg, #333 0%, #333 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__container {
    -ms-flex-wrap: wrap;
        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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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%;
  -webkit-transform: translate(-50%, -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv2__content {
    top: auto;
    left: 20px;
    bottom: 26px;
    -webkit-transform: translate(0, 0);
            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: -webkit-gradient(linear, left top, right top, from(#848484), to(#848484));
  background: linear-gradient(90deg, #848484 0%, #848484 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv3__content {
    top: auto;
    left: 20px;
    bottom: 26px;
    -webkit-transform: translate(0, 0);
            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: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          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: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background: linear-gradient(90deg, #333 0%, #333 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.mv4 .js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.mv4 .js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.mv4 .js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          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;
  -webkit-transition: 0.2s;
  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%;
  -webkit-transform: translate(-50%, -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 {
  -webkit-filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  background-color: #848484;
  margin: 0 auto;
  -webkit-transition: background-color 0.3s;
  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: #848484;
  position: relative;
}
.btn2 span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), color-stop(50%, #4f4f4f), color-stop(50%, #333), to(#333));
  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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .btn3:hover {
    opacity: 0.7;
  }
}

.title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .title1 {
    margin-bottom: 14px;
  }
}
.title1 p {
  color: #848484;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .title1 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title1 h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .title1 h2 {
    font-size: 21px;
  }
}

.title2 {
  text-align: center;
  position: relative;
  color: #333;
  font-size: 35px;
  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: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title3 {
  text-align: center;
  position: relative;
}
.title3:before {
  content: "";
  display: block;
  background-color: #848484;
  width: 54px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .column1__title {
    margin-bottom: 14px;
  }
}
.column1__title p {
  color: #848484;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .column1__title p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.column1__title h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .column1__title h2 {
    font-size: 21px;
  }
}

.column1__bg {
  position: relative;
  background-color: #f4f4f4;
}

.column1__inner {
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  .column1__inner {
    padding: 40px 20px;
  }
}

.column1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .column1__item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.column1__item__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #848484;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column2__btn__link {
    margin-inline: auto;
  }
}
.column2__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-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: #848484;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn__link {
    margin-inline: auto;
  }
}
.column4 .column4__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-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: #848484;
  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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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;
    -webkit-box-shadow: 12px 12px 70px 0px rgba(0, 0, 0, 0.1);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .top-news1__data__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .cta1 .cta1__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.cta1 .cta1__btn {
  width: 255px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 35px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  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 {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cta1 .cta1__btn:hover {
  color: #fff;
  background-color: #2e571c;
}
.cta1 .cta1__btn:hover path {
  fill: #fff;
}

.contact1 .sec__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta2 .cta2__btn__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: 427px;
  width: 100%;
  margin-inline: auto;
  height: 123px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #848484;
  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: #848484; /* SVGの色を変更 */
  }
  .cta2 .cta2__btn__link:hover span {
    color: #848484;
  }
}

.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: #848484;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow1 .flow1__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flow1 .flow1__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #848484;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #848484;
  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: #848484;
  width: 3px;
  height: 266px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-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: #848484;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #848484;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
}
.news-single1 .post-previous a:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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: #848484;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-single1 .post-next a:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-single1 .single__container .news__date {
  color: #848484;
  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: #848484;
  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: #848484;
  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 #848484;
  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 #848484;
  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: #848484;
  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: #848484;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-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: #848484;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #848484;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
}
.news-single1 .post-previous a:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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: #848484;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-single1 .post-next a:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -ms-flex-negative: 0;
      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: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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;
  -ms-flex-negative: 0;
      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: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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: #848484;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-single2 .single__container .wp-block-file {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #848484;
  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: #848484;
  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%;
  -webkit-transform: translate(-50%, -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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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 #848484;
  border-radius: 50px;
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news1__nav__link.active {
  background-color: #848484;
  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: #848484;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: all 0.3s;
  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: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 2px solid #848484;
}
@media screen and (max-width: 599px) {
  .news1 .wp-pagenavi span.current {
    font-size: 16px;
  }
}
.news1 .previouspostslink {
  position: relative;
  background-color: #848484;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news1 .previouspostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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: #848484;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news1 .nextpostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: translateY(-50%);
          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 #848484;
  padding: 3px;
  border-radius: 50px;
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.post__pagination__left__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  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%;
  -webkit-transform: translate(-50%, -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #848484;
}
.news2__date {
  -webkit-transition: all 0.3s;
  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: #848484;
  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 {
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: all 0.3s;
  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: #848484;
}
.news2 .wp-pagenavi span.current {
  position: relative;
  color: #fff;
  background-color: #848484;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: transparent !important;
}
.news2 .previouspostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: transparent !important;
}
.news2 .nextpostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          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: #848484;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;
  display: -ms-flexbox;
  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: #848484;
  border-radius: 5px;
  width: 48px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form2 .checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
  }
}
.contact-form2 .form__list__deta input[type=checkbox] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form2 .form__list__deta input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #848484;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.contact-form2 input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #848484;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form2 input[type=checkbox]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.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: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #204479;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.contact-form2 input[type=radio]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  background-color: #204479;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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: #848484;
  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 {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 300;
  gap: 8px;
  /* Checkbox and radio styles */
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 #848484;
  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: #848484;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transform: translateY(-50%);
          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 {
  -webkit-transition-timing-function: linear !important;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  background-color: #848484;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #848484;
}

.splide__list {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.splide__track {
  cursor: -webkit-grab;
  cursor: grab;
}
.splide__track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.top-works {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(50%, #ffffff));
  background: linear-gradient(#f4f4f4 0 50%, #ffffff 50% 100%);
}
@media screen and (max-width: 599px) {
  .top-works {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(50%, #ffffff));
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .top-works .common__menu {
    -ms-flex-wrap: wrap;
        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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f4f4f4;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 550px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 1024px) {
  .custom1__sort {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #848484;
  background-color: #fff;
  border: 2px solid #848484;
  border-radius: 50px;
  padding: 4px 23px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  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: #848484;
}
.custom1__sort li a.current {
  color: #fff;
  background-color: #848484;
}
.custom1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #848484;
  background-color: #fff;
  border: 2px solid #848484;
  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: #848484;
}
@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: #848484;
  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;
  }
}

body {
  font-weight: 500;
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 75px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.sec__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Montserrat", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec__heading {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.sec__heading span {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 20px;
  color: #fff;
}

.fv {
  position: relative;
  width: 100%;
  padding: 84px 20px;
  overflow: hidden;
}
.fv__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  color: #DC2F31;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv__heading {
    font-size: 50px;
  }
}
.fv__heading span {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #DC2F31;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fv__heading span {
    font-size: 16px;
  }
}
.fv__bg {
  position: absolute;
  display: block;
  width: 276px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .fv__bg {
    width: 175px;
  }
}
.fv__bg--left {
  top: -50px;
  left: -130px;
}
@media screen and (max-width: 768px) {
  .fv__bg--left {
    top: -82px;
    left: -70px;
  }
}
.fv__bg--right {
  bottom: -50px;
  right: -130px;
}
@media screen and (max-width: 768px) {
  .fv__bg--right {
    bottom: -82px;
    right: -70px;
  }
}

.lower__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #DC2F31;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lower__heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.lower__heading span {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 20px;
  color: #DC2F31;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 284px;
  height: 72px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 256px;
    height: 62px;
  }
}
.btn img {
  width: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .btn img {
    width: 25px;
  }
}
.btn--white {
  color: #DC2F31;
  background-color: #fff;
}
.btn--red {
  color: #fff;
  background-color: #DC2F31;
}
.btn:hover {
  opacity: 0.8;
}
.btn:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.breadcrumb {
  margin: 0 auto;
  padding: 10px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 3px 20px;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb ol li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-bottom: 6px;
}
.breadcrumb ol li::after {
  font-size: 18px;
  content: "›";
  margin: 0 10px;
}
.breadcrumb ol li:last-child {
  padding-bottom: 0;
}
.breadcrumb ol li:last-child::after {
  content: none;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 6px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #DC2F31;
  border-radius: 50%;
}
.pagination .page-numbers .page-numbers.next img {
  width: 8px;
  margin-left: 2px;
}
.pagination .page-numbers .page-numbers.prev img {
  width: 8px;
  margin-right: 2px;
}
.pagination .page-numbers a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagination .page-numbers a:hover {
  opacity: 0.7;
}

.details__nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
.details__nav-links ul li:empty {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .details__nav-links ul li:empty {
    width: 40px;
    height: 40px;
  }
}
.details__nav-links ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.details__nav-links ul li a[rel=prev], .details__nav-links ul li a[rel=next] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #DC2F31;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .details__nav-links ul li a[rel=prev], .details__nav-links ul li a[rel=next] {
    width: 40px;
    height: 40px;
  }
}
.details__nav-links ul li a[rel=prev] img, .details__nav-links ul li a[rel=next] img {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .details__nav-links ul li a[rel=prev] img, .details__nav-links ul li a[rel=next] img {
    width: 10px;
  }
}
.details__nav-links ul li a[rel=prev] img {
  margin-left: 4px;
}
.details__nav-links ul li a[rel=next] img {
  margin-right: 4px;
}
.details__nav-links ul li a:hover {
  opacity: 0.7;
}
.details__nav-links ul li:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 185px;
  height: 56px;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #DC2F31;
  border-radius: 50px;
}
.details__nav-links ul li:nth-child(2) a img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 13px;
}

.header {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 75px;
  }
}

.header .header__nav {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header .header__nav {
    background-color: #fff;
  }
}

.header .nav__content {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .nav__content {
    display: block;
  }
}

.header .header__logo {
  max-width: 338px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header .header__logo--sp {
    max-width: 205px;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header .header__menu {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header .header__menu {
    display: block;
    padding: 0 30px;
  }
}

.header .header__menu .header__list--tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__list--tab {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-size: 20px 2px;
    background-image: linear-gradient(to right, #DC2F31 10px, transparent 10px);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.header .header__menu .header__arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__arrow {
    display: block;
    width: 12px;
  }
}

.header .header__menu .header__list .header__link {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #290C0C;
}
@media screen and (max-width: 1024px) {
  .header .header__menu .header__list .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    color: #290C0C;
    font-weight: 400;
    text-align: left;
    padding: 20px 10px;
  }
}

.header .header__menu .header__list .header__link::after {
  height: 1px;
  border-radius: 0;
  background: #DC2F31;
  bottom: -8px;
}

.header .header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  padding: 0 24px;
  font-weight: 700;
  color: #fff;
  background-color: #DC2F31;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .header__contact:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .header .header__contact {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header .nav__toggle {
    display: block;
    top: 13px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #DC2F31;
  }
  .header .nav__menu-line {
    width: 25px;
    height: 1px;
    border-radius: 0;
  }
  .header .menu-line1 {
    top: 16px;
  }
  .header .menu-line2 {
    top: 25px;
  }
  .header .menu-line3 {
    top: 34px;
  }
  .header #js-nav-menu.is-open .menu-line1 {
    top: 25px;
    left: 13px;
    height: 2px;
  }
  .header #js-nav-menu.is-open .menu-line3 {
    top: 25px;
    left: 13px;
    height: 2px;
  }
  .header .header__menu .header__list:last-of-type .header__link {
    padding: 20px 10px;
  }
}
.side__menu {
  top: auto;
  bottom: 5%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .side__menu {
    display: none;
  }
}
.side__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  background-color: #333;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.side__menu a:hover {
  opacity: 0.6;
}
.side__menu a img {
  margin-bottom: 10px;
  margin-right: 3px;
}

.footer-contents {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.footer-contents .footer-recruit, .footer-contents .footer-contact {
  position: relative;
  width: 50%;
  padding: 100px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .footer-contents .footer-recruit, .footer-contents .footer-contact {
    width: 100%;
    padding: 45px 30px 50px;
  }
}
.footer-contents .footer-recruit::after, .footer-contents .footer-contact::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  z-index: 0;
}
.footer-contents .footer-recruit {
  background-image: url(../images/common/footer-recruit.jpg);
}
.footer-contents .footer-contact {
  background-image: url(../images/common/footer-contact.jpg);
}
.footer-contents .footer-contact .btn {
  width: 268px;
}
@media screen and (max-width: 768px) {
  .footer-contents .footer-contact .btn {
    width: 240px;
  }
}
.footer-contents .sec__heading {
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-contents .sec__heading {
    margin-bottom: 18px;
  }
}
.footer-contents p {
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-contents p {
    margin-bottom: 18px;
  }
}
.footer-contents .btn {
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.footer {
  padding: 100px 20px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 15px 30px;
  }
}
.footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.footer__logo {
  width: 342px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 229px;
    margin-bottom: 20px;
  }
}
.footer p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer p {
    margin-bottom: 35px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    gap: 16px 20px;
  }
}
.footer__menu a {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.footer__menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  border-radius: 0;
  background: #DC2F31;
  bottom: -5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu a:hover::after {
  width: 90%;
}
.footer__copyright {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: #DC2F31;
  padding: 15px 20px;
}
.footer .top__btn {
  position: absolute;
  right: 80px;
  bottom: 20px;
  width: 80px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .top__btn {
    position: fixed;
    right: 10px;
    bottom: 2dvh;
    width: 80px;
  }
}
.footer .top__btn__link {
  width: 58px;
  height: 58px;
  background-color: #DC2F31;
  border: none;
  margin-bottom: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer .top__btn__link {
    width: 50px;
    height: 50px;
  }
}
.footer .top__btn__link::before {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .footer .top__btn__link::before {
    width: 12px;
    height: 12px;
  }
}
.footer .top__btn__link:hover {
  opacity: 0.6;
}
.footer .top__btn__link:hover::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.footer .top__btn span {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}

.home .home .mv {
  padding-top: 0;
  width: 100%;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  .home .home .mv {
    min-height: 510px;
  }
}
@media screen and (max-width: 599px) {
  .home .home .mv {
    height: 510px;
  }
}
.home .mv__img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.home .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
.home .mv__content {
  position: absolute;
  top: 0;
  left: 6%;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .home .mv__content {
    top: auto;
    left: 3%;
    bottom: 7%;
  }
}
.home .mv__title--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .home .mv__title--pc {
    display: none;
  }
}
.home .mv__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home .mv__title--sp {
    display: block;
  }
}
.home .mv__title span:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .home .mv__title span:nth-of-type(2) {
    margin-top: 10px;
  }
}
.home .js-mv-maker-text {
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .js-fadeUp-mv-text.inview {
  color: #DC2F31;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .js-fadeUp-mv-text.inview {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .home .mv__title span {
    margin-top: 16px;
  }
  .home .mv__title span span {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .mv__title span {
    font-size: 30px;
    letter-spacing: 0.04em;
    padding: 8px 11px;
    margin-top: 10px;
  }
}
.home .home-container {
  width: 100%;
  background-color: #fff;
}
.home .news {
  padding: 60px 20px 40px;
  background-color: #DC2F31;
  z-index: 2;
}
.home .news::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background-size: 20px 2px;
  background-image: linear-gradient(to right, #fff 10px, transparent 10px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .home .news::after {
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home .news {
    padding: 40px 20px 24px;
  }
}
.home .news .inner {
  max-width: 1020px;
}
.home .news__heading {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 32px;
  color: #DC2F31;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .home .news__heading {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.home .news__container {
  padding: 23px 60px 27px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .home .news__container {
    padding: 20px;
    border-radius: 15px;
  }
}
.home .news .news1__link {
  padding: 8px 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .home .news .news1__link {
    display: block;
  }
}
.home .news .news1__date {
  font-family: "Montserrat", serif;
  color: #290C0C;
}
@media screen and (max-width: 768px) {
  .home .news .news1__date {
    font-size: 14px;
    font-weight: 500;
    width: 80px;
  }
}
.home .news .news1__arrow {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home .news .news1__arrow {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 11px;
  }
}
.home .news .news1__title {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .home .news .news1__title {
    width: 98%;
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
.home .about .inner, .home .business .inner, .home .machine .inner {
  max-width: 1440px;
  padding-left: min(225px, 16vw);
}
@media screen and (max-width: 768px) {
  .home .about .inner, .home .business .inner, .home .machine .inner {
    max-width: min(100% - 40px, 768px);
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .about .flex, .home .business .flex, .home .machine .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    position: relative;
  }
}
.home .about__txt, .home .business__txt, .home .machine__txt {
  position: relative;
  width: 41%;
}
@media screen and (max-width: 768px) {
  .home .about__txt, .home .business__txt, .home .machine__txt {
    width: 100%;
  }
}
.home .about__txt__wrap, .home .business__txt__wrap, .home .machine__txt__wrap {
  position: relative;
  z-index: 2;
}
.home .about__txt__bg, .home .business__txt__bg, .home .machine__txt__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  margin: auto;
  width: 150%;
  min-width: 730px;
  max-width: none;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
}
.home .about__txt__bg--pc, .home .business__txt__bg--pc, .home .machine__txt__bg--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .about__txt__bg--pc, .home .business__txt__bg--pc, .home .machine__txt__bg--pc {
    display: none;
  }
}
.home .about__txt__bg--sp, .home .business__txt__bg--sp, .home .machine__txt__bg--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .about__txt__bg--sp, .home .business__txt__bg--sp, .home .machine__txt__bg--sp {
    display: block;
    top: -13%;
    left: 373px;
    width: 278%;
    max-width: 1090px;
  }
}
.home .about__txt p, .home .business__txt p, .home .machine__txt p {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .home .about__txt p, .home .business__txt p, .home .machine__txt p {
    margin-bottom: 26px;
  }
}
.home .about__img, .home .business__img, .home .machine__img {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home .about__img, .home .business__img, .home .machine__img {
    width: 100%;
    margin-bottom: 26px;
  }
}
.home .about__img--pc, .home .business__img--pc, .home .machine__img--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .about__img--pc, .home .business__img--pc, .home .machine__img--pc {
    display: none;
  }
}
.home .about__img--sp, .home .business__img--sp, .home .machine__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .about__img--sp, .home .business__img--sp, .home .machine__img--sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home .about {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 535px) {
  .home .about {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1190px) {
  .home .about__txt__bg {
    left: 72%;
  }
}
@media screen and (max-width: 1060px) {
  .home .about__txt__bg {
    left: 85%;
  }
}
@media screen and (max-width: 826px) {
  .home .about__txt__bg {
    left: 100%;
  }
}
@media screen and (max-width: 779px) {
  .home .about__txt__bg {
    left: 116%;
  }
}
@media screen and (max-width: 768px) {
  .home .about__txt__bg {
    top: 8%;
    left: 590px;
    max-width: 1400px;
  }
}
@media screen and (max-width: 660px) {
  .home .about__txt__bg {
    top: 8%;
    left: 520px;
    max-width: 1300px;
  }
}
@media screen and (max-width: 535px) {
  .home .about__txt__bg {
    top: -2%;
    left: 450px;
    max-width: 1110px;
  }
}
@media screen and (max-width: 430px) {
  .home .about__txt__bg {
    top: -13%;
    left: 375px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 485px) {
  .home .about__txt p {
    padding-right: 0;
  }
}
.home .business {
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home .business {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.home .business .sec__heading {
  text-align: right;
  padding-right: 13px;
}
@media screen and (max-width: 768px) {
  .home .business .sec__heading {
    text-align: left;
    padding-right: 0;
  }
}
.home .business .inner {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .home .business .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .business .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.home .business__txt {
  width: 36%;
}
@media screen and (max-width: 1360px) {
  .home .business__txt {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .home .business__txt {
    width: 100%;
  }
}
.home .business__txt__wrap {
  padding-right: min(160px, 11vw);
}
@media screen and (max-width: 930px) {
  .home .business__txt__wrap {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .home .business__txt__wrap {
    padding-right: 0;
  }
}
.home .business__txt__bg {
  top: 22%;
  width: 163%;
  -webkit-transform: translateX(-50%) rotate(16deg);
          transform: translateX(-50%) rotate(16deg);
}
@media screen and (max-width: 1130px) {
  .home .business__txt__bg {
    left: 76%;
    width: 190%;
  }
}
@media screen and (max-width: 900px) {
  .home .business__txt__bg {
    left: 88%;
    width: 220%;
  }
}
@media screen and (max-width: 820px) {
  .home .business__txt__bg {
    left: 97%;
    width: 246%;
  }
}
@media screen and (max-width: 768px) {
  .home .business__txt__bg {
    top: 30%;
    left: 433px;
    width: 298%;
    max-width: 1210px;
  }
}
@media screen and (max-width: 550px) {
  .home .business__txt__bg {
    top: 39%;
    left: 367px;
    width: 298%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .home .machine {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.home .machine .inner {
  padding-right: min(120px, 10vw);
}
@media screen and (max-width: 1300px) {
  .home .machine .inner {
    padding-left: min(120px, 10vw);
  }
}
@media screen and (max-width: 1200px) {
  .home .machine .inner {
    padding-left: min(120px, 10vw);
  }
}
@media screen and (max-width: 900px) {
  .home .machine .inner {
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home .machine .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .machine .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.home .machine__txt__wrap {
  padding-right: min(120px, 9vw);
}
@media screen and (max-width: 1200px) {
  .home .machine__txt__wrap {
    padding-right: min(70px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .home .machine__txt__wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .home .machine__txt p {
    padding-right: 0;
  }
}
.home .machine__txt__bg {
  bottom: 72%;
  left: 42%;
  width: 175%;
  -webkit-transform: translateX(-50%) rotate(-48deg);
          transform: translateX(-50%) rotate(-48deg);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .home .machine__txt__bg {
    bottom: 34%;
    left: 59%;
  }
}
@media screen and (max-width: 768px) {
  .home .machine__txt__bg {
    top: 0;
    bottom: 44%;
    left: 380px;
    width: 303%;
    max-width: 1600px;
  }
}
@media screen and (max-width: 680px) {
  .home .machine__txt__bg {
    left: 300px;
    max-width: 1500px;
  }
}
@media screen and (max-width: 570px) {
  .home .machine__txt__bg {
    left: 220px;
    max-width: 1300px;
  }
}
@media screen and (max-width: 450px) {
  .home .machine__txt__bg {
    left: 145px;
  }
}
.home .machine__img {
  width: 54.8%;
  padding: 30px 40px;
  border: 3px solid #333;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .home .machine__img {
    width: 100%;
    padding: 20px;
  }
}
.home .machine__img .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.33/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .machine__ttl {
  display: block;
  width: 137px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .home .machine__ttl {
    width: 104px;
    margin-bottom: 15px;
  }
}
.home .machine__label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home .machine__label.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.home .machine__date {
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .home .machine__date {
    font-size: 14px;
  }
}
.home .machine__cat {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 6px 12px;
  color: #fff;
  background-color: #DC2F31;
}
.home .machine__name {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home .machine__name {
    margin-bottom: 11px;
  }
}
.home .machine .btn--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .home .machine .btn--pc {
    display: none;
  }
}
.home .machine .btn--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .machine .btn--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    z-index: 2;
  }
}
.home .recruit {
  position: relative;
  padding-top: 230px;
  margin-bottom: 90px;
  background-image: url(../images/pages/top/recruit-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home .recruit {
    padding-top: 348px;
    padding-bottom: 286px;
    margin-bottom: 60px;
  }
}
.home .recruit .sec__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DC2F31;
}
.home .recruit .sec__heading span {
  color: #DC2F31;
}
.home .recruit p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home .recruit p {
    text-align: left;
  }
}
.home .recruit__img {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.home .recruit__img:first-of-type {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .home .recruit__img:first-of-type {
    top: 140px;
    width: 240px;
  }
}
.home .recruit__img:nth-of-type(2) {
  top: 105px;
  left: -30px;
  width: 270px;
}
@media screen and (max-width: 1060px) {
  .home .recruit__img:nth-of-type(2) {
    width: 215px;
  }
}
@media screen and (max-width: 768px) {
  .home .recruit__img:nth-of-type(2) {
    top: auto;
    bottom: 40px;
    left: auto;
    right: -77px;
    width: 270px;
  }
}
.home .recruit__img:nth-of-type(3) {
  bottom: 20px;
  left: -43px;
  width: 266px;
}
@media screen and (max-width: 1060px) {
  .home .recruit__img:nth-of-type(3) {
    width: 200px;
  }
}
@media screen and (max-width: 870px) {
  .home .recruit__img:nth-of-type(3) {
    width: 166px;
  }
}
@media screen and (max-width: 768px) {
  .home .recruit__img:nth-of-type(3) {
    bottom: -58px;
    left: -78px;
    width: 246px;
  }
}
.home .recruit__img:nth-of-type(4) {
  top: -114px;
  right: -124px;
  width: 408px;
}
@media screen and (max-width: 1060px) {
  .home .recruit__img:nth-of-type(4) {
    width: 338px;
  }
}
@media screen and (max-width: 768px) {
  .home .recruit__img:nth-of-type(4) {
    right: -61px;
    width: 204px;
  }
}
.home .recruit__img:last-of-type {
  bottom: 20px;
  right: -50px;
  width: 250px;
}
@media screen and (max-width: 1060px) {
  .home .recruit__img:last-of-type {
    bottom: -70px;
    width: 200px;
  }
}
@media screen and (max-width: 890px) {
  .home .recruit__img:last-of-type {
    width: 166px;
  }
}
@media screen and (max-width: 768px) {
  .home .recruit__img:last-of-type {
    display: none;
  }
}
.home .recruit .btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .recruit .btns .btn {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .home .recruit .btns .btn:first-of-type {
    margin-bottom: 20px;
  }
  .home .recruit .btns .btn:last-of-type {
    width: 273px;
  }
}
.home .home-slide {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home .works .inner {
  max-width: min(100% - 40px, 1360px);
}
.home .works .sec__heading {
  color: #DC2F31;
}
.home .works .sec__heading span {
  color: #DC2F31;
}
.home .works p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.home .works__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .works__grid {
    /*grid-template-columns: repeat(2, 1fr);*/
		grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }
}
.home .works__img:first-child {
  grid-area: 1/1/3/2;
  aspect-ratio: 1/1.3;
}
@media screen and (max-width: 768px) {
  .home .works__img:first-child {
    aspect-ratio: inherit;
  }
}
.home .works__img:nth-child(2) {
  grid-area: 1/2/2/3;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .home .works__img:nth-child(2) {
    aspect-ratio: 1.3/1;
  }
}
.home .works__img:nth-child(3) {
  grid-area: 2/2/3/3;
  aspect-ratio: unset;
}
@media screen and (max-width: 768px) {
  .home .works__img:nth-child(3) {
    aspect-ratio: 1.3/1;
  }
}
.home .works__img:last-child {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 768px) {
  .home .works__img:last-child:last-child {
    display: none;
  }
}
.home .works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .works .btn {
  position: relative;
  width: 250px;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .works .btn {
    width: 223px;
    margin-left: 0;
  }
}

.business .service__inner {
  padding: 0 20px;
  margin: 0 auto 100px;
}
.business .service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 20px 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .business .service__img {
    padding: 75px 20px;
  }
}
.business .service h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .business .service h2 {
    font-size: 30px;
  }
}
.business .service h2 span {
  font-family: "Montserrat", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #DC2F31;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .business .service h2 span {
    font-size: 50px;
  }
}
.business .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .business .service__list {
    gap: 14px;
    margin-bottom: 30px;
  }
}
.business .service__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #DC2F31;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .business .service__list li {
    width: 102px;
    height: 102px;
    font-size: 12px;
  }
}
.business .service__list li::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  display: block;
  width: 140px;
  height: 140px;
  background-color: #FBEAEA;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .business .service__list li::after {
    top: 0;
    left: 4px;
    width: 102px;
    height: 102px;
  }
}
.business .service__txt {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .business .service__txt {
    margin-bottom: 30px;
  }
}
.business .service .btn {
  width: 201px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .business .service .btn {
    width: 173px;
  }
}
.business .public .service__img {
  background-image: url(../images/pages/business/img01.jpg);
}
@media screen and (max-width: 768px) {
  .business .public .service__img {
    background-image: url(../images/pages/business/img01-sp.jpg);
  }
}
.business .civilian .service__img {
  background-image: url(../images/pages/business/img02.jpg);
}
@media screen and (max-width: 768px) {
  .business .civilian .service__img {
    background-image: url(../images/pages/business/img02-sp.jpg);
  }
}
.business .biwako-img {
  display: block;
  margin-bottom: 60px;
}
.business .contribution .inner {
  margin-bottom: 100px;
}
.business .contribution h2 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #DC2F31;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .business .contribution h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.business .contribution p {
  max-width: 850px;
  margin: 0 auto 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .business .contribution p {
    margin-bottom: 30px;
  }
}
.business .contribution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business .contribution ul li {
  width: 23.6%;
  height: auto;
  aspect-ratio: 1.3/1;
}
@media screen and (max-width: 768px) {
  .business .contribution ul li {
    width: 48.4%;
    margin-bottom: 10px;
  }
}
.business .contribution ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .greet {
  padding: 130px 0 120px;
  background-image: url(../images/pages/about/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .about .greet {
    padding: 115px 0 80px;
  }
}
.about .greet .inner {
  position: relative;
  max-width: min(100% - 40px, 1020px);
}
.about .greet__txt {
  width: 66vw;
  max-width: 680px;
  padding: 60px 100px 60px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about .greet__txt {
    width: 100%;
    max-width: none;
    padding: 30px 20px;
  }
}
.about .greet__txt h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  border-bottom: 3px solid #DC2F31;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about .greet__txt h2 {
    width: auto;
    padding: 0;
    padding-bottom: 8px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.about .greet__txt p {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.about .greet__img {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  width: 33vw;
  max-width: 370px;
  height: 450px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about .greet__img {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
  }
}
.about .greet__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .company .inner {
  max-width: min(100% - 40px, 1020px);
}
.about .company__table {
  padding: 60px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .about .company__table {
    padding: 30px 20px;
  }
}
.about .company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .about .company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.about .company__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  padding: 24px 20px;
  letter-spacing: 0.04em;
  color: #290C0C;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .about .company__name {
    width: 100%;
    padding: 14px 20px;
  }
}
.about .company__name::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DC2F31;
}
.about .company__data {
  padding: 24px 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #290C0C;
}
@media screen and (max-width: 768px) {
  .about .company__data {
    padding: 14px 20px;
  }
}
.about .company__data li {
  padding-left: 1em;
  text-indent: -1em;
}

.recruit .message {
  position: relative;
  padding: 130px 0 220px;
  background-image: url(../images/pages/recruit/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit .message {
    padding: 156px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .message .inner {
    max-width: min(100% - 40px, 768px);
    padding-left: 0;
  }
}
.recruit .message__img {
  position: absolute;
}
.recruit .message__img:first-of-type {
  top: 74px;
  left: 58px;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .recruit .message__img:first-of-type {
    top: 30px;
    left: 0;
    width: 108px;
  }
}
.recruit .message__img:last-of-type {
  top: 442px;
  right: 28px;
  width: 233px;
}
@media screen and (max-width: 768px) {
  .recruit .message__img:last-of-type {
    top: auto;
    bottom: 740px;
    right: 10px;
    width: 110px;
  }
}
.recruit .message__txt {
  position: relative;
  max-width: 800px;
  margin: 0 auto 110px;
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit .message__txt {
    padding: 30px 20px;
    margin-bottom: 220px;
  }
}
.recruit .message__txt p {
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.recruit .message__circle {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #7A2821;
}
@media screen and (max-width: 768px) {
  .recruit .message__circle {
    width: 10px;
    height: 10px;
  }
}
.recruit .message__circle:first-of-type {
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .recruit .message__circle:first-of-type {
    top: 8px;
    left: 8px;
  }
}
.recruit .message__circle:nth-of-type(2) {
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit .message__circle:nth-of-type(2) {
    top: 8px;
    right: 8px;
  }
}
.recruit .message__circle:nth-of-type(3) {
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .recruit .message__circle:nth-of-type(3) {
    bottom: 8px;
    left: 8px;
  }
}
.recruit .message__circle:last-of-type {
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit .message__circle:last-of-type {
    bottom: 8px;
    right: 8px;
  }
}
.recruit .message .flex {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit .message .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
  }
}
.recruit .staff .inner {
  max-width: 1440px;
  padding-left: min(225px, 16vw);
}
@media screen and (max-width: 768px) {
  .recruit .staff .inner {
    max-width: min(100% - 40px, 768px);
    padding-left: 0;
  }
}
.recruit .staff__txt {
  position: relative;
  width: 41%;
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit .staff__txt__wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .recruit .staff__txt__wrap {
    max-width: 335px;
  }
}
.recruit .staff__txt .sec__heading {
  font-size: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt .sec__heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.recruit .staff__txt__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51%;
  margin: auto;
  width: 150%;
  min-width: 730px;
  max-width: none;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
}
@media screen and (max-width: 1024px) {
  .recruit .staff__txt__bg {
    left: 90%;
  }
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt__bg {
    top: 50px;
    left: 268px;
    width: 580px;
    min-width: inherit;
  }
}
@media screen and (max-width: 599px) {
  .recruit .staff__txt__bg {
    top: -25px;
    left: 200px;
    width: 470px;
  }
}
.recruit .staff__txt__bg--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt__bg--pc {
    display: none;
  }
}
.recruit .staff__txt__bg--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt__bg--sp {
    display: block;
    top: -13%;
    left: 373px;
    width: 278%;
    max-width: 1090px;
  }
}
.recruit .staff__txt p {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 40px;
  padding-right: 110px;
}
@media screen and (max-width: 1024px) {
  .recruit .staff__txt p {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt p {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.recruit .staff__txt .btn {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .recruit .staff__txt .btn {
    width: 273px;
  }
}
.recruit .staff__img {
  position: relative;
  width: 56%;
  height: 580px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recruit .staff__img {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .staff__img {
    width: 100%;
    max-width: 480px;
    height: 279px;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.recruit .staff__img--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit .staff__img--pc {
    display: none;
  }
}
.recruit .staff__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit .staff__img--sp {
    display: block;
  }
}
.recruit .staff__img img {
  position: absolute;
  width: 70%;
  height: auto;
  aspect-ratio: 1.333/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .recruit .staff__img img {
    width: 60%;
    max-width: 260px;
  }
}
.recruit .staff__img img:first-child {
  top: 0;
  right: 0;
}
.recruit .staff__img img:last-child {
  bottom: 0;
  left: 0;
}
.recruit .faq .inner {
  max-width: min(100% - 40px, 1020px);
}
.recruit .faq__item:first-of-type {
  margin-bottom: 32px;
}
.recruit .faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 20px 20px;
  background-color: #DC2F31;
  border: 2px solid #DC2F31;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit .faq__q {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 20px;
  }
}
.recruit .faq__q .faq__name {
  color: #DC2F31;
  background-color: #fff;
}
.recruit .faq__q p {
  color: #fff;
  font-weight: 700;
}
.recruit .faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #DC2F31;
  max-height: 0;
  padding: 0 20px;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit .faq__a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .recruit .faq__a {
    padding: 0 20px;
  }
}
.recruit .faq__a.open {
  max-height: 80px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .recruit .faq__a.open {
    max-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .faq__a p {
    width: auto !important;
  }
}
.recruit .faq__a .faq__name {
  color: #fff;
  background-color: #DC2F31;
}
.recruit .faq__name {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .recruit .faq__name {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.recruit .faq p {
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .recruit .faq p {
    width: 76%;
  }
}
.recruit .faq__sign {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (max-width: 768px) {
  .recruit .faq__sign {
    margin-top: 12px;
  }
}
.recruit .faq__sign.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruit .faq__sign::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.recruit .faq__sign.is-active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.recruit .recruitment {
  background-color: #f1f1f1;
}
.recruit .recruitment .inner {
  max-width: min(100% - 40px, 1020px);
}
.recruit .recruitment .lower__heading {
  margin-bottom: 74px;
}
.recruit .recruitment__table {
  position: relative;
  padding: 60px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__table {
    padding: 30px 20px;
  }
}
.recruit .recruitment__table:first-of-type {
  margin-bottom: 148px;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__table:first-of-type {
    margin-bottom: 79px;
  }
}
.recruit .recruitment__table:last-of-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__table:last-of-type {
    margin-bottom: 60px;
  }
}
.recruit .recruitment__ttl {
  position: absolute;
  inset: -28px 0 auto 0;
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 60px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #DC2F31;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__ttl {
    font-size: 18px;
    inset: -18px 0 auto 0;
    padding: 6px 30px;
  }
}
.recruit .recruitment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.recruit .recruitment__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  padding: 24px 20px;
  letter-spacing: 0.04em;
  color: #290C0C;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__name {
    width: 100%;
    padding: 14px 20px;
  }
}
.recruit .recruitment__name::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DC2F31;
}
.recruit .recruitment__data {
  padding: 24px 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #290C0C;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment__data {
    padding: 14px 20px;
  }
}
.recruit .recruitment__data li {
  padding-left: 1em;
  text-indent: -1em;
}
.recruit .recruitment .btn {
  width: 268px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit .recruitment .btn {
    width: 240px;
  }
}

.archive-machine .machine__lead, .archive-machine .works__lead, .archive-works .machine__lead, .archive-works .works__lead {
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .archive-machine .machine__lead, .archive-machine .works__lead, .archive-works .machine__lead, .archive-works .works__lead {
    text-align: left;
    margin-bottom: 30px;
  }
}
.archive-machine .machine__nav__menu, .archive-machine .works__nav__menu, .archive-works .machine__nav__menu, .archive-works .works__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .archive-machine .machine__nav__menu, .archive-machine .works__nav__menu, .archive-works .machine__nav__menu, .archive-works .works__nav__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}
.archive-machine .machine__nav__list, .archive-machine .works__nav__list, .archive-works .machine__nav__list, .archive-works .works__nav__list {
  width: 200px;
  height: 36px;
  margin: 0 19px 40px;
}
@media screen and (max-width: 768px) {
  .archive-machine .machine__nav__list, .archive-machine .works__nav__list, .archive-works .machine__nav__list, .archive-works .works__nav__list {
    width: 48%;
    height: 36px;
    margin: 0 0 20px;
  }
}
.archive-machine .machine__nav__link, .archive-machine .works__nav__link, .archive-works .machine__nav__link, .archive-works .works__nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #DC2F31;
}
.archive-machine .machine__nav__link.current, .archive-machine .works__nav__link.current, .archive-works .machine__nav__link.current, .archive-works .works__nav__link.current {
  color: #fff;
  background-color: #DC2F31;
}
.archive-machine .machine__list, .archive-machine .works__list, .archive-works .machine__list, .archive-works .works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .archive-machine .machine__list, .archive-machine .works__list, .archive-works .machine__list, .archive-works .works__list {
    margin-bottom: 30px;
  }
}
.archive-machine .machine__item, .archive-machine .works__item, .archive-works .machine__item, .archive-works .works__item {
  width: 31.6%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .archive-machine .machine__item, .archive-machine .works__item, .archive-works .machine__item, .archive-works .works__item {
    width: 48.6%;
  }
}
@media screen and (max-width: 599px) {
  .archive-machine .machine__item, .archive-machine .works__item, .archive-works .machine__item, .archive-works .works__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.archive-machine .machine__item a, .archive-machine .works__item a, .archive-works .machine__item a, .archive-works .works__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.archive-machine .machine__item a:hover, .archive-machine .works__item a:hover, .archive-works .machine__item a:hover, .archive-works .works__item a:hover {
  opacity: 0.7;
}
.archive-machine .machine__item h2, .archive-machine .works__item h2, .archive-works .machine__item h2, .archive-works .works__item h2 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.archive-machine .machine__img, .archive-machine .works__img, .archive-works .machine__img, .archive-works .works__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.33/1;
  margin-bottom: 12px;
}
.archive-machine .machine__img img, .archive-machine .works__img img, .archive-works .machine__img img, .archive-works .works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-machine .machine__label, .archive-machine .works__label, .archive-works .machine__label, .archive-works .works__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.archive-machine .machine__date, .archive-machine .works__date, .archive-works .machine__date, .archive-works .works__date {
  font-family: "Montserrat", serif;
  letter-spacing: 0.04em;
}
.archive-machine .machine__tag, .archive-machine .works__tag, .archive-works .machine__tag, .archive-works .works__tag {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background-color: #DC2F31;
}

.details-works .details__inner {
  max-width: min(100% - 40px, 900px);
}
@media screen and (max-width: 768px) {
  .details-works .details__inner {
    max-width: none;
  }
}
.details-works .details__inner h2 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .details-works .details__inner h2 {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 28px;
  }
}
.details-works .details__inner .btn {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .details-works .details__inner .btn {
    margin-bottom: 50px;
  }
}
.details-works .details__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .details-works .details__label {
    padding: 0 20px;
  }
}
.details-works .details__date {
  font-family: "Montserrat", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-right: 20px;
}
.details-works .details__tag {
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background-color: #DC2F31;
}
@media screen and (max-width: 865px) {
  .details-works .splide-main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .details-works .splide-main {
    padding: 0 20px;
  }
}
.details-works .splide-main .splide__track {
  max-width: 570px;
  margin: 0 auto 20px;
}
.details-works .thumbnail-carousel .splide__track {
  padding-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .details-works .thumbnail-carousel .splide__track {
    padding-right: 60px !important;
  }
}
.details-works .thumbnail-carousel .splide__track .splide__slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1.33/1;
  overflow: hidden;
}
.details-works .thumbnail-carousel .splide__track .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details-works .splide__slide {
  height: auto;
  aspect-ratio: 1.33/1;
  overflow: hidden;
}
.details-works .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details-works .splide__arrow {
  background: #f1f1f1;
  width: 40px;
  height: 40px;
  opacity: 1;
}
@media screen and (max-width: 865px) {
  .details-works .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.details-works .splide__arrow--prev {
  left: 6.6em;
}
@media screen and (max-width: 865px) {
  .details-works .splide__arrow--prev {
    left: 5px;
  }
}
.details-works .splide__arrow--next {
  right: 6.6em;
}
@media screen and (max-width: 865px) {
  .details-works .splide__arrow--next {
    right: 5px;
  }
}
.details-works .splide__arrow svg {
  fill: #290C0C;
  height: 1.2em;
  width: 1.2em;
}
@media screen and (max-width: 865px) {
  .details-works .splide__arrow svg {
    width: 12px;
    height: 12px;
  }
}
.details-works .thumbnail-carousel {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .details-works .thumbnail-carousel {
    padding-left: 20px;
    margin-bottom: 50px;
  }
}
.details-works table th,
.details-works table td {
  color: #290C0C;
  letter-spacing: 0.04em;
  border: 1px solid #290C0C;
}
@media screen and (max-width: 768px) {
  .details-works table th,
  .details-works table td {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .details-works .details__table-wrap {
    padding: 0 20px;
  }
}
.details-works table {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .details-works table {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .details-works table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border: 1px solid #290C0C;
    margin-bottom: -1px;
  }
}
.details-works table th {
  width: 150px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .details-works table th {
    width: 100%;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
  }
}
.details-works table td {
  padding: 24px 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .details-works table td {
    width: 100%;
    padding: 12px 20px;
  }
}

.staff .inner {
  max-width: min(100% - 40px, 1020px);
}
.staff .staff__lead {
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 100px;
}
.staff .staffList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 40px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .staff .staffList ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
.staff .staffList__img {
  width: 40%;
  height: auto;
  aspect-ratio: 1/1.132;
}
@media screen and (max-width: 768px) {
  .staff .staffList__img {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
  }
}
.staff .staffList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff .staffList__img--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .staff .staffList__img--pc {
    display: none;
  }
}
.staff .staffList__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .staff .staffList__img--sp {
    display: block;
  }
}
.staff .staffList__txt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .staff .staffList__txt {
    width: 100%;
  }
}
.staff .staffList__txt span {
  letter-spacing: 0.04em;
  color: #DC2F31;
  margin-bottom: 8px;
}
.staff .staffList__txt h2 {
	font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staff .staffList__txt h2 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
.staff .staffList__txt p {
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .staff .staffList__txt p {
    margin-bottom: 20px;
  }
}
.staff .staffList__cert {
  padding: 0 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .staff .staffList__cert {
    padding: 0 14px;
  }
}
.staff .staffList .btn {
  width: 234px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .staff .staffList .btn {
    width: 206px;
  }
}

.news .inner {
  max-width: min(100% - 40px, 1020px);
}
.news .news__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news .news__list {
    margin-bottom: 50px;
  }
}
.news .news__item {
  border-top: 1px solid #d9d9d9;
}
.news .news__item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.news .news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .news .news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}
.news .news__item a time {
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .news .news__item a time {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.news .news__item a h2 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.news .news__item a:hover {
  opacity: 0.7;
}

.details-news .details__inner {
  max-width: min(100% - 40px, 900px);
}
.details-news .details__date {
  font-family: "Montserrat", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .details-news .details__date {
    margin-bottom: 14px;
  }
}
.details-news .details__heading {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 2px solid #DC2F31;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .details-news .details__heading {
    font-size: 24px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 25px;
  }
}
.details-news .details__contents {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .details-news .details__contents {
    margin-bottom: 50px;
  }
}
.details-news .details__contents h2 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  background-color: #DC2F31;
  padding: 5px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .details-news .details__contents h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.details-news .details__contents h3 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  padding: 5px 10px;
  border-bottom: 2px solid #DC2F31;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .details-news .details__contents h3 {
    font-size: 20px;
  }
}
.details-news .details__contents h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .details-news .details__contents h4 {
    font-size: 18px;
    padding-left: 0;
  }
}
.details-news .details__contents h4::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background-color: #DC2F31;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .details-news .details__contents h4::before {
    width: 2px;
    height: 20px;
    margin-right: 11px;
  }
}
.details-news .details__contents p {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.details-news .wp-block-image {
  max-width: 775px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .details-news .wp-block-image {
    margin-bottom: 50px;
  }
}

.page-contact .contact__tel {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__tel {
    margin-bottom: 50px;
  }
}
.page-contact .contact__tel p {
  text-align: center;
  margin-bottom: 40px;
}
.page-contact .contact__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Montserrat", serif;
  font-size: 24px;
  font-weight: 700;
}
.page-contact .contact__tel a img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 {
    padding-top: 80px;
  }
}
.page-contact #contact-form2 ul {
  max-width: 1020px;
  margin: 0 auto;
}
.page-contact #contact-form2 .form__list {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form__list {
    margin-top: 14px;
  }
}
.page-contact #contact-form2 .form__list__header {
  color: #290C0C;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  gap: 24px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form__list__header {
    gap: 12px;
  }
}
.page-contact #contact-form2 .form__list:first-of-type .form__list__header {
  padding-top: 15px;
}
.page-contact #contact-form2 .required {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 60px;
  height: 22px;
  border-radius: 0;
  background: #DC2F31;
  padding: 0;
  margin-top: 2px;
}
.page-contact #contact-form2 .form-text,
.page-contact #contact-form2 textarea {
  height: 56px;
  color: #290C0C;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border: 1px solid #290C0C;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form-text,
  .page-contact #contact-form2 textarea {
    height: 48px;
  }
}
.page-contact #contact-form2 textarea {
  height: 184px;
}
.page-contact #contact-form2 .checkbox {
  padding-top: 15px;
}
.page-contact #contact-form2 .wpcf7-form-control-wrap input[name=your-zipcode] {
  width: 150px;
}
.page-contact #contact-form2 .form__list__deta input[type=checkbox] {
  border: 1px solid #290C0C;
}
.page-contact #contact-form2 input[type=checkbox]:checked::before {
  background: #290C0C;
}
.page-contact #contact-form2 .wpcf7-list-item label .consent {
  border: 1px solid #290C0C;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .wpcf7-list-item label .consent {
    width: 20px;
    height: 20px;
  }
}
.page-contact #contact-form2 .wpcf7-list-item-label {
  color: #290C0C;
  font-weight: 500;
}
.page-contact #contact-form2 .wpcf7-list-item label .consent:checked::before {
  background: #290C0C;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .wpcf7-list-item label .consent:checked::before {
    width: 12px;
    height: 12px;
  }
}
.page-contact #contact-form2 .form__acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form__acceptance {
    margin-top: 26px;
  }
}
.page-contact #contact-form2 .form__acceptance__txt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form__acceptance__txt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.page-contact #contact-form2 .form__btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 184px;
  border-radius: 50px;
  background: #DC2F31;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.page-contact #contact-form2 .form__btn__text::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: none;
          transform: none;
  background-image: url(../images/common/arrow-red.svg);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form__btn__text::after {
    width: 25px;
    height: 25px;
  }
}
.page-contact #contact-form2 .form__btn input[type=submit] {
  padding-right: 40px;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .page-contact #contact-form2 .form__btn input[type=submit] {
    height: 57px;
    font-size: 16px;
  }
}
.page-contact .contact__terms {
  max-width: 1020px;
  padding: 40px;
  background-color: #f1f1f1;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__terms {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.page-contact .contact__terms p {
  margin-bottom: 8px;
}
.page-contact .contact__terms li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}

.home-slide .splide__slide img{
    object-fit: cover;
    width: 339px;
    height: 259px;
}
@media screen and (max-width: 768px) {
.home-slide .splide__slide img{
    width: 200px;
    height: 150px;
}
}
.works__preparation{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-inline: auto;
	margin-top: 80px;
    margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
	.works__preparation{
	margin-top: 60px;
  margin-bottom: 120px;
}
}

.staffList__txt h2{
  font-family: "Zen Kaku Gothic Antique", serif;
}