@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: 100px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

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

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

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

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -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: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  text-decoration: none;
}

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

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

.m-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.s-section {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-section {
    padding-top: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumb__item a {
  border-bottom: 1px solid #333;
  display: block;
  margin-right: 8px;
}

.breadcrumb__item {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  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: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item span {
    font-size: 12px;
  }
}

.breadcrumb__item .current-item,
.breadcrumb__item .post {
  margin-left: 8px;
}

.breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-child {
    max-width: 240px;
    margin-left: 4px;
  }
}

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

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

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

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -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 {
  opacity: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #c74e3c;
  border: solid 2px #c74e3c;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
@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: 3px solid #fff;
  border-bottom: 3px 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;
  line-height: 2;
  letter-spacing: 0.1em;
}
.notfound__title span:nth-of-type(1) {
  font-size: 36px;
  font-weight: 900;
}
.notfound__title span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
}

.notfound__text {
  margin-top: 24px;
  display: block;
  font-weight: 400;
  line-height: 2; /* 28px */
  letter-spacing: 0.1em;
}

.side__menu {
  position: fixed;
  top: 50%;
  right: 0;
  -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
**/
.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-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-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-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-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
**/
.header2 {
  position: relative;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100px;
  line-height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  padding-left: 20px;
  z-index: 99;
}
@media screen and (max-width: 1120px) {
  .header2 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header2 {
    zoom: unset;
    height: auto;
    padding-left: 20px;
    height: 75px;
    line-height: 75px;
  }
}
.header2.is-fixed {
  position: fixed;
}

@media screen and (max-width: 1024px) {
  .header2__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding-top: 76px;
    z-index: 999;
    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__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__logo {
  width: 100%;
  max-width: 100px;
  position: relative;
}
.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;
}
@media screen and (max-width: 1024px) {
  .header2__logo {
    display: none;
  }
}

@media (any-hover: hover) {
  .header2__logo:hover::before {
    opacity: 0.3;
  }
}
.header2__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header2__logo--sp {
    display: block;
    width: 100%;
    max-width: 100px;
    position: relative;
  }
}

.header2__menu {
  margin-left: auto;
  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) {
  .header2__menu {
    display: block;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header2__list {
  position: relative;
  white-space: nowrap;
}
.header2__list:last-of-type .header2__link {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .header2__list {
    width: 100%;
  }
}
.header2__list:hover::before {
  width: 70%;
}

.header2__list.active {
  position: relative;
}

.header2__link {
  position: relative;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 12px;
  padding-left: 12px;
  border-right: solid 2px #333;
}
@media screen and (max-width: 1024px) {
  .header2__link {
    border-right: none;
    font-size: 16px;
    display: block;
    line-height: 1.8;
    padding: 8px;
  }
}
.header2__link::after {
  content: "";
  display: block;
  height: 2px;
  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__link:hover {
    color: #848484;
  }
  .header2__link:hover::after {
    width: 38px;
  }
}

.header2__contact__btn {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2__contact__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    width: 50%;
  }
}
.header2__contact__btn .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-weight: 700;
  line-height: normal;
  height: 100px;
  padding: 20px;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2__contact__btn .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__contact__btn .header2__contact__btn__icon {
  width: 20px;
  display: inline-block;
  margin-right: 12px;
}
.header2__contact__btn .header2__contact__svg-path {
  fill: #fff; /* SVGの色を変更 */
}
.header2__contact__btn p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header2__contact__btn p {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header2__contact__btn:hover {
    background-color: #fff;
  }
  .header2__contact__btn:hover .header2__contact__svg-path {
    fill: #848484; /* SVGの色を変更 */
  }
  .header2__contact__btn:hover p {
    color: #848484;
  }
}

.header2__tel__btn {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2__tel__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    width: 50%;
  }
}
.header2__tel__btn .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-weight: 700;
  line-height: normal;
  height: 100px;
  padding: 20px;
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .header2__tel__btn .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__tel__btn .header2__tel__btn__icon {
  width: 20px;
  display: inline-block;
  margin-right: 12px;
}
.header2__tel__btn .header2__tel__svg-path {
  fill: #fff; /* SVGの色を変更 */
}
.header2__tel__btn p {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .header2__tel__btn p {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .header2__tel__btn:hover {
    background-color: #fff;
  }
  .header2__tel__btn:hover .header2__tel__svg-path {
    fill: #848484; /* SVGの色を変更 */
  }
  .header2__tel__btn:hover p {
    color: #848484;
  }
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header2__nav__toggle {
  z-index: 2000;
  display: none;
  position: absolute;
  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%);
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header2__nav__menu-line1 {
  top: 27px;
}

.header2__nav__menu-line2 {
  top: 36px;
}

.header2__nav__menu-line3 {
  top: 45px;
}

#js-nav-menu2.is-open .header2__nav__menu-line1 {
  position: absolute;
  top: 36px;
  left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  height: 3px;
}

#js-nav-menu2.is-open .header2__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu2.is-open .header2__nav__menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 36px;
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 3px;
}

.header3 {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100px;
  line-height: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .header3 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header3 {
    zoom: unset;
    width: 100%;
    height: 75px;
    line-height: 75px;
    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__inner {
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .header3__inner {
    width: 100%;
  }
}

.header3__logo a {
  max-width: 275px;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header3__logo a {
    display: none;
  }
}
@media (any-hover: hover) {
  .header3__logo a .header3__logo a:hover {
    opacity: 0.7;
  }
}

.header3__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header3__logo--sp {
    display: block;
    width: 100%;
    max-width: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .header3__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 85px 0 65px 20px;
    z-index: 1000;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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: #f4f4f4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header3__nav.is-open {
    right: 0;
  }
  .header3__nav:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.header3__nav__content {
  width: 100%;
  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: unset;
    display: block;
  }
}

.header3__menu {
  margin-left: auto;
}

.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__menu--top {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header3__menu--top {
    display: block;
    text-align: left;
  }
}

.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__menu--bottom {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header3__menu--bottom {
    margin-top: 0;
    display: block;
    text-align: left;
  }
}

.header3__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header3__list {
    width: 100%;
  }
}

.header3__list.active {
  position: relative;
}
.header3__list.active .header3__link {
  color: #8cd5c6 !important;
}

.header3__link {
  position: relative;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 5px;
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .header3__link {
    font-size: 16px;
    display: block;
    padding: 15px;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .header3__link:hover {
    color: #848484;
  }
}

.header3__recruit__btn {
  height: auto;
  max-width: 120px;
  width: 14%;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header3__recruit__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 65px;
  }
}

.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: #666;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  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__recruit__btn__link {
    font-size: 16px;
  }
}
.header3__recruit__btn__link:hover {
  background: #fff;
  color: #666;
}

.header3__contact__btn {
  height: auto;
  max-width: 120px;
  width: 14%;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header3__contact__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 65px;
  }
}

.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: #666;
  height: 70px;
  text-align: center;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  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__contact__btn__link {
    font-size: 16px;
  }
}
.header3__contact__btn__link:hover {
  background: #666;
  color: #fff;
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header3__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #666;
  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: 99;
  width: 36px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header3__nav__menu-line1 {
  top: 25px;
}

.header3__nav__menu-line2 {
  top: 35px;
}

.header3__nav__menu-line3 {
  top: 45px;
}

#js-nav-menu3.is-open .header3__nav__menu-line1 {
  position: absolute;
  top: 35px;
  left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 3px;
}

#js-nav-menu3.is-open .header3__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu3.is-open .header3__nav__menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 35px;
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 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: 99;
  width: 100%;
  height: 100px;
  line-height: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 20px;
}
@media screen and (max-width: 1120px) {
  .header4 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header4 {
    zoom: unset;
    width: 100%;
    height: 75px;
    line-height: 75px;
  }
}
.header4.is-fixed {
  position: fixed;
}

@media screen and (max-width: 1024px) {
  .header4__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 80px 20px 80px 20px;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100vh;
    background: #d4d4d4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header4__nav.is-open {
    right: 0;
  }
}

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

.header4__logo a {
  display: block;
  width: 100%;
  max-width: 160px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -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__logo a {
    display: none;
  }
}

@media (any-hover: hover) {
  .header4__logo:hover {
    opacity: 0.7;
  }
}
.header4__logo--sp a {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header4__logo--sp a {
    display: block;
    width: 100%;
    max-width: 75px;
    -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__menu {
  margin-left: auto;
  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) {
  .header4__menu {
    display: block;
    margin-top: 15px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header4__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header4__list {
    width: 100%;
  }
}

.header4__list.active {
  position: relative;
}

.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-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .header4__link {
    font-size: 16px;
    display: block;
    padding: 15px;
  }
}
.header4__link::after {
  content: "";
  display: block;
  height: 2px;
  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__link:hover {
    color: #4d99a8;
  }
  .header4__link:hover::after {
    width: 65%;
  }
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.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: 50;
  width: 36px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header4__nav__menu-line1 {
  top: 27px;
}

.header4__nav__menu-line2 {
  top: 36px;
}

.header4__nav__menu-line3 {
  top: 45px;
}

#js-nav-menu4.is-open .header4__nav__menu-line1 {
  position: absolute;
  top: 36px;
  left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  height: 3px;
}

#js-nav-menu4.is-open .header4__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu4.is-open .header4__nav__menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 36px;
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 3px;
}

#js-nav4.is-open .nav__lists {
  right: 0;
}

.header5 {
  position: relative;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100px;
  line-height: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  z-index: 99;
}
@media screen and (max-width: 1120px) {
  .header5 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header5 {
    zoom: unset;
    height: 75px;
    line-height: 75px;
  }
}
.header5.is-fixed {
  position: fixed;
}

@media screen and (max-width: 1024px) {
  .header5__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: #efefef;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header5__nav.is-open {
    right: 0;
  }
}

.header5__nav__content {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header5__nav__content {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}

.header5__logo a {
  display: block;
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header5__logo a {
    display: none;
  }
}

@media (any-hover: hover) {
  .header5__logo a:hover {
    opacity: 0.7;
  }
}
.header5__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header5__logo--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header5__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;
}
@media screen and (max-width: 1024px) {
  .header5__menu {
    margin-right: 0px;
    margin-top: 15px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header5__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header5__list:last-of-type .header5__link {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header5__list {
    width: 100%;
  }
}
.header5__list:hover::before {
  width: 70%;
}

.header5__list.active {
  position: relative;
}
.header5__list.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  max-width: 62px;
  height: 2px;
  -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) {
  .header5__list.active::before {
    display: none;
  }
}

.header5__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-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header5__link {
    font-size: 16px;
    display: block;
    padding: 18px;
    line-height: 1;
    color: #333;
  }
}
.header5__link::after {
  content: "";
  display: block;
  height: 2px;
  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) {
  .header5__link:hover {
    color: #333;
  }
  .header5__link:hover::after {
    width: 65%;
  }
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header5__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #333;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .header5__nav__toggle {
    display: block;
  }
}

.header5__nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 36px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header5__nav__menu-line1 {
  top: 27px;
}

.header5__nav__menu-line2 {
  top: 36px;
}

.header5__nav__menu-line3 {
  top: 45px;
}

#js-nav-menu5.is-open .header5__nav__menu-line1 {
  position: absolute;
  top: 36px;
  left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  height: 2px;
}

#js-nav-menu5.is-open .header5__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu5.is-open .header5__nav__menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 36px;
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 2px;
}

.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;
  }
}

/*=======
# header6-mvとセット
======================================================*/
/*=======
# ヘッダー
======================================================*/
.header6 {
  position: relative;
}

.header6__position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header6__position {
    height: 75px;
  }
}

.header6__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%;
  background-color: unset;
  height: unset;
  padding: 0px 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .header6__inner {
    background-color: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header6__logo {
  width: 71px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .header6__logo {
    width: 60px;
  }
}
.header6__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header6__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) {
  .header6__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: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    color: #fff;
    width: 90%;
    height: 100dvh;
    max-width: 400px;
    padding: 30px 0 0;
    z-index: 999;
    overflow-y: scroll;
    transition: transform 0.7s, -webkit-transform 0.7s;
    background-color: #d52020;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

.header6__nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header6__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) {
  .header6__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.header6__nav__item {
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .header6__nav__item {
    font-size: 18px;
    margin: 0 auto 22px;
  }
}
.header6__nav__item a {
  position: relative;
  padding: 10px 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header6__nav__item a {
    color: #fff;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.header6__nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 74px;
  height: 2px;
  background-color: #d52020;
  -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;
}
.header6__nav__item a:hover {
  color: #d52020;
}
.header6__nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header6 .header6__nav__mail {
  width: 181px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .header6 .header6__nav__mail {
    width: 274px;
  }
}
.header6 .header6__nav__mail:hover {
  background-color: #d52020;
}

.header6__nav__tel {
  width: 274px;
  max-width: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .header6__nav__tel {
    width: 274px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.header6__nav__tel:hover {
  background-color: #d52020;
}

.header6__nav__tel,
.header6__nav__mail {
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  height: unset;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: unset;
}
.header6__nav__tel img,
.header6__nav__mail img {
  margin-right: 5px;
  padding-top: 3px;
  width: 14px;
}
.header6__nav__tel:hover,
.header6__nav__mail:hover {
  background-color: #d52020;
}

.header6__menu-btn {
  display: none;
  background: #d52020;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header6__menu-btn {
    display: block;
    width: 100px;
    background-color: unset;
    position: relative;
  }
}

.header6__menu-btn span {
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d52020;
}
.header6__menu-btn span::before, .header6__menu-btn span::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .header6__menu-btn span::before, .header6__menu-btn span::after {
    background-color: #d52020;
    height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .header6__menu-btn span::before {
    top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header6__menu-btn span::after {
    bottom: 15px;
  }
}

.header6__close-btn {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header6__close-btn {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .header6__close-btn::before, .header6__close-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  .header6__close-btn::before {
    top: 19px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header6__close-btn::after {
    bottom: 19px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header6__bg {
  position: absolute;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header6__bg.is-scrolled {
  background-color: white;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.header6__bg.is-scrolled .header6__nav__item a {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .header6__bg.is-scrolled .header6__nav__item a {
    color: #fff;
  }
}
.header6__bg.is-scrolled .header6__nav__tel,
.header6__bg.is-scrolled .header6__nav__mail {
  color: #333;
  border: 2px solid #333;
}
@media screen and (max-width: 1024px) {
  .header6__bg.is-scrolled .header6__nav__tel,
  .header6__bg.is-scrolled .header6__nav__mail {
    color: #fff;
    border: 2px solid #fff;
  }
}
.header6__bg.is-scrolled .header6__nav__tel img,
.header6__bg.is-scrolled .header6__nav__mail img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 1024px) {
  .header6__bg.is-scrolled .header6__nav__tel img,
  .header6__bg.is-scrolled .header6__nav__mail img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}

@media screen and (max-width: 1024px) {
  .header6__bg.is-scrolled .header6__nav__item a {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .header6 .header6__nav__item a:hover {
    color: #fff;
  }
}

.header6__nav__item a,
.header6__nav__tel,
.header6__nav__mail {
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header6__nav__tel img,
.header6__nav__mail img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

/*=======
# メインビジュアル
======================================================*/
.mv6 {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
}
.mv6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 薄い黒のオーバーレイ */
  pointer-events: none;
  z-index: 1;
  max-width: unset;
}
.mv6::after {
  content: "";
  position: absolute;
  display: block;
  width: 315px;
  height: 249%;
  bottom: 0;
  right: 0;
  width: 315px;
  height: 249px;
  background: red;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  max-width: unset;
  top: unset;
  left: unset;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv6::after {
    width: 230px;
    height: 200px;
  }
}

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

.mv6__content {
  z-index: 3;
  position: absolute;
  left: unset;
  bottom: 50px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .mv6__content {
    top: unset;
    left: 16px;
    bottom: 50px;
    right: unset;
  }
}

.mv6__title {
  color: #fff;
  max-width: unset;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mv6__title {
    text-align: left;
  }
}
.mv6__title span {
  display: block;
  white-space: nowrap;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 0;
}
.mv6__title__textTop {
  font-size: 77px;
  margin-bottom: 16px;
  color: #fff;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mv6__title__textTop {
    font-size: 51px;
    margin-bottom: 8px;
  }
}

.mv6__title__textBottom {
  font-size: 19px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv6__title__textBottom {
    font-size: 18px;
    text-align: left;
    line-height: 2;
  }
}

.mv6__title span:nth-of-type(2) {
  margin-top: unset;
}

.js-mv6-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-mv6-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.js-fadeUp-mv6-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-mv6-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

/**
* @file _l-header.scss
**/
/*=======
# フッター
======================================================*/
.footer {
  position: relative;
  padding-top: 160px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 29px;
    padding-bottom: 28px;
  }
}

.footer__container {
  display: -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: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    gap: 4px;
  }
}
.footer__menu:nth-of-type(1) .footer__list:nth-of-type(1) .footer__link:nth-of-type(1) {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  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: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 14px;
    line-height: 2.5;
  }
}

.footer__copyright {
  display: block;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  background: #6FA4D1;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 16px;
    line-height: 1.5;
  }
}

.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-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-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;
  }
}

.mv2 .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;
}
.mv2 .js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

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

.mv3 .mv__text {
  margin-top: 17px;
  color: #333;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2; /* 35.2px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .mv3 .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;
  }
}

.mv3 .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;
}
.mv3 .js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

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

.title2 {
  text-align: center;
  position: relative;
  color: #333;
  font-size: 35px;
  padding-bottom: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
.title2:before {
  content: "";
  display: block;
  background-color: #848484;
  width: 114px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -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-weight: 600;
  line-height: 100%; /* 120px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title3 span:nth-of-type(1) {
    font-size: 52px;
    letter-spacing: 0.06em;
  }
}
.title3 span:nth-of-type(2) {
  margin-top: -26px;
  display: block;
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: 0.06em;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .title3 span:nth-of-type(2) {
    margin-top: -12px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
}

.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-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .column2__text {
    font-size: 14px;
  }
}

.column2__btn {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .column2__btn {
    margin-top: 23px;
  }
}
.column2__btn__link {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #848484;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column2__btn__link {
    margin-inline: auto;
  }
}
.column2__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .column2__btn__link span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.column2__btn__link::after {
  -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;
  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-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .column4 .column4__contents__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.column4 .column4__text {
  margin-top: 18px;
  color: #000;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .column4 .column4__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.column4 .column4__text.--center {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column4 .column4__text.--center {
    margin-top: 28px;
  }
}
.column4 .column4__btn {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn {
    margin-top: 23px;
  }
}
.column4 .column4__btn__link {
  margin-inline: auto;
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #848484;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn__link {
    margin-inline: auto;
  }
}
.column4 .column4__btn__link span {
  position: relative;
  z-index: 10;
  padding: 22.6px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .column4 .column4__btn__link span {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.column4 .column4__btn__link::after {
  -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;
  }
}

.column6__container {
  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;
  gap: 32px;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .column6__container {
    margin: 20px auto 0;
  }
}

.column6__box {
  width: 330px;
  max-width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 2.4% 1.8%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .column6__box {
    width: 320px;
    padding: 8px 16px;
  }
}

.column6__box img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .column6__box img {
    width: 40px;
    height: 40px;
  }
}

.column6__text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
.column7__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .column7__list {
    gap: 8px;
  }
}

.column7__list__item {
  position: relative;
  width: 27%;
  aspect-ratio: 4/3;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .column7__list__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.column7__list__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.column7__list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column7__list__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 50, 50, 0.6);
}
.column7__list__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column7__list__text {
    font-size: 18px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .column7__list__item {
    width: calc(50% - 10px);
  }
}
.case-study {
  background-color: #fff;
  text-align: center;
  padding: 56px 72px;
  width: 917px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .case-study {
    padding: 24px;
  }
}

.case-study__bg {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .case-study-mt {
    margin-top: 80px;
  }
}

.case-study__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-study__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .case-study__images {
    display: block;
  }
}

.case-study__img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .case-study__img {
    margin-bottom: 40px;
  }
}

.case-study__image {
  width: 241px;
  height: 151px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .case-study__image {
    width: 100%;
  }
}

.case-study__description {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case-study__description {
    width: 100%;
  }
}

.case-study__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  text-align: justify;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .case-study__details {
    -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;
  }
}

.case-study__list {
  width: 36%;
  list-style: none;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .case-study__list {
    margin-left: 16px;
    width: 100%;
  }
}

.case-study__list-item {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .case-study__list-item {
    margin-bottom: 16px;
  }
}

.case-study__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d52020;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.case-study2 {
  background-color: #fff;
  text-align: center;
  padding: 56px 72px;
  width: 917px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .case-study2 {
    padding: 24px;
  }
}

.case-study2__bg {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .case-study2-mt {
    margin-top: 80px;
  }
}

.case-study2__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-study2__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  text-align: justify;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .case-study2__details {
    -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;
  }
}

.case-study2__list {
  width: 36%;
  list-style: none;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .case-study2__list {
    margin-left: 16px;
    width: 100%;
  }
}

.case-study2__list-item {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .case-study2__list-item {
    margin-bottom: 16px;
  }
}

.case-study2__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d52020;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-info {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  font-size: 16px;
}

.company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .company-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-info__row:first-of-type {
  border-top: 1px solid #f4f4f4;
}

.company-info__label {
  font-weight: bold;
  width: 30%;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-info__label {
    width: 100%;
    margin-bottom: 16px;
  }
}

.company-info__value {
  width: 85%;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-info__value {
    width: 100%;
  }
}

.top-news1__title {
  text-align: center;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 35px;
  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-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__contents {
  max-width: 735px;
  width: 100%;
  margin-inline: auto;
  margin-top: 16px;
}
.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__contents:first-child {
  margin-top: 0;
}

.top-news1__data__link {
  padding-bottom: 16px;
  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 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  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-size: 18px;
  font-weight: 700;
  line-height: 1; /* 19px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-news1__text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.top-news1__header {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  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;
  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-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-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-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-weight: 400;
  line-height: 1.5; /* 16px */
  letter-spacing: 0.06em;
  background: #f4f4f4;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .table1__data {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.table1__data__list {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-left: 20px;
  text-indent: -20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .table1__data__list {
    font-size: 14px;
  }
}

.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-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-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-weight: 300;
  line-height: 2.5; /* 40px */
}
@media screen and (max-width: 768px) {
  .flow2 .flow2__text {
    font-size: 14px;
  }
}

.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-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-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-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-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-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-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-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-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;
  }
}

.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-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-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-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-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;
}

.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-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-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-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-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-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-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-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-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-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;
  }
}

/*=======
# Title1
======================================================*/
.title1 {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .title1 {
    margin-bottom: 8px;
  }
}
.title1 p {
  color: #c74e3c;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .title1 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title1 .--left {
  text-align: left;
}
.title1 .--center {
  text-align: center;
}
.title1 .--tight {
  text-align: right;
}
.title1 h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title1 h2 {
    font-size: 24px;
  }
}
.title1 h2 .--left {
  text-align: left;
}
.title1 h2 .--center {
  text-align: center;
}
.title1 h2 .--right {
  text-align: right;
}

.title__text {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title__text {
    line-height: 1.8;
  }
}
.title__text.--left {
  text-align: left;
}
.title__text.--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title__text.--center {
    text-align: left;
  }
}
.title__text.--right {
  text-align: right;
}
/*-------
# レイアウト変更
------------------------------------------------------*/
.title__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .title__head {
    display: block;
  }
}

.title__head__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .title__head__text {
    margin-left: 0;
    line-height: 1.8;
  }
}

.header1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
}
@media screen and (max-width: 1120px) {
  .header1 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header1 {
    zoom: unset;
    height: 64px;
  }
}
.header1.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header1__inner {
    height: 60px;
    padding-left: 23px;
  }
}

.header1__logo {
  display: block;
  width: 320px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .header1__logo {
    width: 100%;
    font-size: 18px;
  }
}
.header1__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header1__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header1__nav {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    width: 100%;
    height: 100vh;
    max-width: 500px;
    padding-top: 80px;
    background-color: #f4f4f4;
    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;
  }
}
@media screen and (max-width: 1024px) {
  .header1__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.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__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.header1__nav__item a {
  position: relative;
  padding: 10px 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .header1__nav__item a {
    margin: 4px 0;
    display: block;
  }
}
.header1__nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 74px;
  height: 2px;
  background-color: #6fa4d1;
  -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__nav__item a:hover {
  color: #6fa4d1;
}
.header1__nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header1__nav__tel,
.header1__nav__mail {
  font-weight: bold;
  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: 176px;
  height: 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .header1__nav__tel,
  .header1__nav__mail {
    width: 100%;
  }
}
.header1__nav__tel img,
.header1__nav__mail img {
  margin-right: 4px;
  max-width: 13px;
  vertical-align: bottom;
}

.header1__nav__tel {
  background-color: #c74e3c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.header1__nav__tel p {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .header1__nav__tel p {
    width: 280px;
  }
}
.header1__nav__tel span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding-top: 5px;
}

.header1__nav__mail {
  background-color: #6fa4d1;
  font-size: 14px;
}
.header1__menu-btn {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header1__menu-btn {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #6fa4d1;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header1__menu-btn {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .header1__menu-btn span {
    display: block;
    width: 34px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  .header1__menu-btn::before, .header1__menu-btn::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  .header1__menu-btn::before {
    top: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header1__menu-btn::before {
    top: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .header1__menu-btn::after {
    bottom: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header1__menu-btn::after {
    bottom: 20px;
  }
}

.header1__close-btn {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header1__close-btn {
    display: block;
    width: 32px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
  }
  .header1__close-btn::before, .header1__close-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #c74e3c;
  }
  .header1__close-btn::before {
    top: 23px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header1__close-btn::after {
    bottom: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/*=======
# MV
======================================================*/
.mv {
  position: relative;
}
.mv::after {
  content: "";
  display: block;
  background-color: #6fa4d1;
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: -42px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv::after {
    height: 55%;
    bottom: 40px;
  }
}

.mv__img {
  display: block;
  width: 96%;
  margin-left: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 90%;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.mv__img img {
  height: 684px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    height: 70vh;
  }
}

.mv__content {
  position: absolute;
  left: 80px;
  bottom: 142px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    top: -160px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.mv__title {
  width: 100%;
  max-width: 400px;
}

.mv__text-outline {
  padding: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mv__text-outline {
    margin-bottom: 4px;
  }
}

.mv__text-outline:last-child {
  margin-bottom: 0;
}

.mv__text-outline,
.mv__text-inline {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv__text-outline,
  .mv__text-inline {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}

.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;
  background-size: 0% 100%;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.js-mv-maker-text.inview {
  background-size: 100% 100%;
}

.js-fadeUp-mv-text {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(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;
}
.js-fadeUp-mv-text.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  color: #c74e3c;
}

/*=======
# 下層メインビジュアル
======================================================*/
/*=======
# 下層ページヘッダー
======================================================*/
.lower__mv {
  height: 385px;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lower__mv {
    height: 220px;
  }
}
.lower__mv::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #8394a2;
  mix-blend-mode: multiply;
  z-index: 0;
}
.lower__mv.lower__mv--1 {
  background-image: url(../images/pages/lower/fv-01.jpg);
}

.lower__mv.lower__mv--2 {
  background-image: url(../images/pages/lower/fv-02.jpg);
}

.lower__mv.lower__mv--3 {
  background-image: url(../images/pages/lower/fv-03.jpg);
}

.lower__mv.lower__mv--4 {
  background-image: url(../images/pages/lower/fv-04.jpg);
}

.lower__mv.lower__mv--5 {
  background-image: url(../images/pages/lower/fv-05.jpg);
}

.lower__mv.lower__mv--6 {
  background-image: url(../images/pages/lower/fv-06.jpg);
}

.lower__mv.lower__mv--7 {
  background-image: url(../images/pages/lower/fv-07.jpg);
}

.lower__mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.lower__mv__title span {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
}
.lower__mv__title--top {
  font-size: 38px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--top {
    font-size: 24px;
  }
}

.lower__mv__title--bottom {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--bottom {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/*=======
# About us
======================================================*/
.top-about {
  margin-top: 50px;
}
.top-about__bg {
  background-image: url(../images/pages/top/img-02.jpg);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*=======
# カラム
======================================================*/
.column5__flex {
  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) {
  .column5__flex {
    display: block;
  }
}

.column5__img {
  width: 50%;
  margin-right: 70px;
  max-width: 542px;
}
@media screen and (max-width: 768px) {
  .column5__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

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

.column5__text:last-child {
  margin-bottom: 0;
}
.column5__content {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column5__content {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.column5__btn {
  position: relative;
  display: block;
  width: 188px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  /*padding: 8px 0;*/
  padding: 8px 60px;
  text-align: right;
  /*padding-right: 32px;*/
}
.column5__btn.--left {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column5__btn.--left {
    margin-right: unset;
    margin-inline: auto;
  }
}
.column5__btn.--center {
  margin-inline: auto;
}
.column5__btn.--right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .column5__btn.--right {
    margin-left: unset;
    margin-inline: auto;
  }
}

.column5__btn::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  top: 20px;
  transform: translateY(10px);
  -webkit-transform: translateY(-50%);
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.column5__btn span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
/*=======
# BUSINESS
======================================================*/
/*==================================
    事業内容セクション
    ==================================*/
.top-business__inner {
  /* 必要に応じて内側余白など設定 */
  padding: 16px;
}
.top-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
@media screen and (max-width: 768px) {
  .top-business__content {
    display: block;
  }
}
.top-business__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .top-business__item {
    margin-bottom: 24px;
  }
}
.top-business__image {
  margin-bottom: 24px;
}
.top-business__img {
  width: 100%;
  height: auto;
  display: block;
}
.top-business__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
}
/*=======
# PRODUCT
======================================================*/
.top-product {
  position: relative;
}
.top-product::after {
  content: "";
  display: block;
  background-color: #6fa4d1;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-product .splide__slide img {
  position: relative;
  top: -5px;
  -webkit-box-shadow: 4px 4px 50px rgba(51, 51, 51, 0.03);
          box-shadow: 4px 4px 50px rgba(51, 51, 51, 0.03);
}

.top-product .title1 p,
.top-product .title1 h2,
.top-product .title__head__text {
  color: #fff;
}

.top-product .title1 {
  white-space: nowrap;
}

.top-slide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 64px;
}
.top-slide .splide__track {
  overflow: hidden;
}

/*=======
# FAQ
======================================================*/
.top-qa {
  background-color: #f4f4f4;
}
.top-qa .faq {
  margin-top: 64px;
}
.top-qa .faq-item {
  margin-bottom: 40px;
}
.top-qa .faq-question {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #6fa4d1;
  color: #fff;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-question {
    gap: 14px;
    padding: 8px 48px 8px 8px;
  }
}
.top-qa .faq-question .faq-q-icon {
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-question .faq-q-icon {
    display: block;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
  }
}
.top-qa .faq-question .faq-q-text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-question .faq-q-text {
    font-size: 14px;
  }
}
.top-qa .faq-question::before, .top-qa .faq-question::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-qa .faq-question::before {
  width: 4px;
  height: 20px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-question::before {
    width: 2px;
    height: 18px;
    right: 26px;
  }
}
.top-qa .faq-question::after {
  width: 20px;
  height: 4px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-question::after {
    height: 2px;
    width: 18px;
    right: 18px;
  }
}
.top-qa .js-accordion .faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.top-qa .faq-inner {
  overflow: hidden;
}
.top-qa .faq-answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 24px;
  border-radius: 8px;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-answer {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 8px 16px 8px 8px;
  }
}
.top-qa .faq-answer .faq-a-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-answer .faq-a-icon {
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
  }
}
.top-qa .faq-answer .faq-a-text {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-qa .faq-answer .faq-a-text {
    font-size: 14px;
  }
}
.top-qa .faq-item.active .faq-panel {
  grid-template-rows: 1fr;
}
.top-qa .faq-item.active .faq-question {
  border-bottom: none;
}
.top-qa .faq-item.active .faq-question::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*=======
# 会社案内
======================================================*/
.top-company .title1 p,
.top-company .title1 h2,
.top-company .title__head__text {
  color: #fff;
}

.top-company__bg {
  position: relative;
  display: block;
  background-image: url(../images/pages/top/img-05.jpg);
  width: 100%;
  height: 287px;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-company__bg {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-company__bg::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 40px;
}
@media screen and (max-width: 768px) {
  .top-company__bg::after {
    right: 24px;
    width: 16px;
    height: 16px;
  }
}

.top-company__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-company .title1 {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
}

.cta3__bg {
  position: relative;
  background-image: url(../images/pages/top/img-06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta3__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #8394a2;
  mix-blend-mode: multiply;
  z-index: 1;
}
.cta3__inner {
  position: relative;
  padding: 80px 20px 72px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cta3__inner {
    padding: 40px 20px;
  }
}
.cta3__heading {
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.16em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cta3__heading {
    font-size: 25px;
    margin-bottom: 24px;
  }
}
.cta3__heading h2 {
  color: #fff !important;
}
.cta3__lead {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .cta3__lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.cta3__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: 768px) {
  .cta3__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.cta3__btn {
  color: #fff;
  width: 274px;
  height: 38px;
  border: 2px 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;
  font-size: 14px;
  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: 768px) {
  .cta3__btn {
    max-width: 320px;
    width: 100%;
    height: 54px;
  }
  .cta3__btn:first-child {
    margin-bottom: 20px;
  }
}
.cta3__btn svg {
  max-width: 14px;
  margin-right: 7px;
}
.cta3__btn svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cta3__btn:hover {
  color: #fff;
  background-color: #d52020;
  border: 2px solid #d52020;
}
.cta3__btn:hover path {
  fill: #fff;
}
.cta3 .cta3__btn,
.cta3 .cta3__btn-white {
  letter-spacing: 0.06em;
}
.cta3 .cta3__btn-white {
  color: #fff;
  border: 2px solid #fff;
  width: 274px;
  height: 38px;
  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-size: 14px;
  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: 768px) {
  .cta3 .cta3__btn-white {
    max-width: 320px;
    width: 100%;
    height: 54px;
  }
  .cta3 .cta3__btn-white:first-child {
    margin-bottom: 20px;
  }
}
.cta3 .cta3__btn-white svg {
  max-width: 18px;
  margin-right: 7px;
}
.cta3 .cta3__btn-white svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cta3 .cta3__btn-white:hover {
  color: #fff;
  background-color: #d52020;
  border: 2px solid #d52020;
}
.cta3 .cta3__btn-white:hover path {
  fill: #fff;
}

.cta3 .sec3__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: 768px) {
  .cta3 .sec3__heading {
    margin-bottom: 14px;
  }
}
.cta3 .sec3__heading p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta3 .sec3__heading p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.cta3 .sec3__heading h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta3 .sec3__heading h2 {
    font-size: 21px;
  }
}

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

.cta3__nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .cta3__nav__icon {
    display: block;
  }
}

.cta3__nav__tel,
.cta3__nav__mail {
  font-weight: bold;
  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: 196px;*/
  width: 300px;
  height: 66px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cta3__nav__tel,
  .cta3__nav__mail {
    width: 100%;
  }
}
.cta3__nav__tel img,
.cta3__nav__mail img {
  margin-right: 4px;
  max-width: 13px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .cta3__nav__tel img,
  .cta3__nav__mail img {
    max-width: 18px;
  }
}

.cta3__nav__tel {
  background-color: #c74e3c;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cta3__nav__tel {
    font-size: 22px;
  }
}
.cta3__nav__tel p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .cta3__nav__tel p {
    width: 100%;
    font-size: 16px;
  }
}
.cta3__nav__tel span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .cta3__nav__tel span {
    font-size: 12px;
  }
}

.cta3__nav__mail {
  background-color: #6fa4d1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cta3__nav__mail {
    font-size: 16px;
  }
}

.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: 768px) {
  .footer1__inner {
    display: block;
    padding: 65px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .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: 100%;
  margin-bottom: 55px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer1__logo {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.footer1__address {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer1__address {
    font-size: 14px;
  }
}
.footer1__tel {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer1__tel {
    font-size: 14px;
  }
}
.footer1__fax {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .footer1__list__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer1__list {
    display: block;
  }
}
.footer1__list:first-child {
  margin-right: 85px;
}
@media screen and (max-width: 768px) {
  .footer1__list:first-child {
    margin-right: 0;
  }
}
.footer1__item {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer1__item {
    font-size: 14px;
  }
}
.footer1__copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #6fa4d1;
  padding: 14px 0;
}
/*=======
# 防災センターについて
======================================================*/
.about-lead__content {
  font-size: 20px;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-lead__content {
    font-size: 13px;
    line-height: 2;
    font-weight: 500;
    text-align: left;
  }
}

.about-lead__content:first-child {
  margin-bottom: 40px;
}
/*=======
当社の強み
======================================================*/
.about-str {
  padding-bottom: 80px;
}
.is-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-nav {
    display: block;
  }
}

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

.reason {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 0px 0px;
  }
}
.reason__item {
  margin-top: 56px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__item {
    display: block;
    margin-bottom: 56px;
    max-width: 800px;
    margin-inline: auto;
  }
  .reason__item:last-child {
    margin-bottom: 0;
  }
}
.reason__item--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
.reason__item--reverse .reason__image {
  margin-left: unset;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason__item--reverse .reason__image {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason__contents {
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .reason__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason__text {
    padding: 0px;
  }
}
.reason__text--wide {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .reason__text--wide {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .reason__image {
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-left: unset;
  }
}
.reason img {
  max-width: 100%;
  height: auto;
}
.reason__number {
  color: #6fa4d1;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason__number {
    font-size: 40px;
  }
}
.reason__content {
  color: #333;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .reason__content {
    font-size: 20px;
  }
}
.reason__description {
  text-align: left;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .reason__description {
    font-size: 14px;
    line-height: 2.2;
  }
}

.lower__head {
  font-size: 38px;
  text-align: center;
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lower__head {
    font-size: 24px;
  }
}
.lower__head::after {
  display: block;
  content: "";
  height: 2px;
  width: 68px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}
.lower__head.--black::after {
  background-color: #c74e3c;
}

.lower__head.--white::after {
  background-color: #fff;
}

.lower__head.--black {
  color: #333;
}

.lower__head.--white {
  color: #fff;
}

/*=======
# スタッフの保有資格
======================================================*/
.qualification {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #6fa4d1;
}
@media screen and (max-width: 768px) {
  .qualification {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.qualification__lead {
  color: #fff;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.qualification__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.qualification__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* スマホなど狭い画面で1カラム表示にする例 */
}
@media screen and (max-width: 768px) {
  .qualification__list {
    display: block;
  }
}
.qualification__item {
  width: 100%;
  max-width: 512px;
  background-color: #fff;
  padding: 48px 40px;
}
@media screen and (max-width: 768px) {
  .qualification__item {
    padding: 24px 24px;
  }
}
.qualification__title {
  color: #6fa4d1;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .qualification__title {
    font-size: 24px;
    text-align: left;
  }
}
.qualification__text {
  color: #333;
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qualification__text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
}

/*=======
# エリア
======================================================*/
.area {
  background-color: #f4f4f4;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.area__lead {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .area__lead {
    font-size: 16px;
  }
}

.area__img {
  width: 500px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .area__img {
    width: 320px;
  }
}

/*=======
# Business
======================================================*/
.business1 {
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .business1 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.business2 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .business2 {
    margin-bottom: 80px;
  }
}

.business1__box {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .business1__box {
    margin-top: 60px;
  }
}

.column10__flex {
  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) {
  .column10__flex {
    display: block;
  }
}

.column10__img {
  width: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .column10__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

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

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

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

.lower-company .column10__text {
  width: 100%;
}

.column10__text:last-child {
  margin-bottom: 0;
}
.column10__content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column10__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column10__content.--mb {
  margin-bottom: 24px;
}
.column10__content--name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column10__content--name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.business3 {
  padding-top: 72px;
  padding-bottom: 96px;
  background: #6fa4d1;
}
.business3__box {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 62px;
  background-color: #fff;
  color: #333;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 40px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business3__box {
    font-size: 14px;
    padding: 16px 24px;
    text-align: left;
    line-height: 150%;
  }
}

/*=======
# Products
======================================================*/
.products {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.products__inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px 7%;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .products__list {
    display: block;
  }
}
.products__item {
  width: 30%;
  margin-right: -16px;
  margin-left: -16px;
  max-width: 393px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .products__item {
    width: 100%;
    max-width: 348px;
    margin-bottom: 16px;
    margin-right: 0;
    margin-left: 0;
    margin-inline: auto;
  }
}
.products__photo {
  background-color: #eaeaea;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .products__photo {
    padding: 8px 8px;
  }
}
.products__img {
  width: 100%;
  height: auto;
  display: block;
}
.products__info {
  background-color: #fff;
  padding: 32px 32px;
}
@media screen and (max-width: 768px) {
  .products__info {
    padding: 16px 16px;
  }
}
.products__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 8px solid #6fa4d1;
}
@media screen and (max-width: 768px) {
  .products__title {
    margin-bottom: 14px;
    font-size: 16px;
    border-left: 4px solid #6fa4d1;
  }
}
.products__tag {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products__tag {
    font-size: 13px;
  }
}

/*=======
# QA
======================================================*/
.breadcrumb.bg {
  background-color: #f4f4f4;
}

.qa__inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.faq-panel {
  background-color: #fff;
}

.qa.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.qa {
  background-color: #f4f4f4;
}
.qa .faq-item {
  margin-bottom: 40px;
}
.qa .faq-question {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #6fa4d1;
  color: #fff;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .qa .faq-question {
    gap: 14px;
    padding: 14px 50px 14px 14px;
  }
}
.qa .faq-question .faq-q-icon {
  display: block;
  width: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 32px;
  max-width: 32px;
}
@media screen and (max-width: 768px) {
  .qa .faq-question .faq-q-icon {
    min-width: 24px;
    max-width: 24px;
  }
}
.qa .faq-question .faq-q-text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .qa .faq-question .faq-q-text {
    font-size: 14px;
  }
}
.qa .faq-question::before, .qa .faq-question::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qa .faq-question::before {
  width: 2px;
  height: 20px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .qa .faq-question::before {
    width: 2px;
    height: 18px;
    right: 26px;
  }
}
.qa .faq-question::after {
  width: 20px;
  height: 2px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .qa .faq-question::after {
    height: 2px;
    width: 18px;
    right: 18px;
  }
}
.qa .js-accordion .faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.qa .faq-inner {
  overflow: hidden;
}
.qa .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .qa .faq-answer {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 14px;
  }
}
.qa .faq-answer .faq-a-icon {
  display: block;
  width: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 32px;
  max-width: 32px;
}
@media screen and (max-width: 768px) {
  .qa .faq-answer .faq-a-icon {
    min-width: 24px;
    max-width: 24px;
  }
}
.qa .faq-answer .faq-a-text {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .qa .faq-answer .faq-a-text {
    font-size: 14px;
  }
}
.qa .faq-item.active .faq-panel {
  grid-template-rows: 1fr;
}
.qa .faq-item.active .faq-question {
  border-bottom: none;
}
.qa .faq-item.active .faq-question::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.news3 {
  padding-top: 112px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}
@media screen and (max-width: 768px) {
  .news3.section {
    padding-top: 60px;
  }
}
.news3 .news3__nav__menu {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .news3 .news3__nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 302px;
  }
}
.news3 .news3__nav__link {
  text-align: center;
  display: block;
  padding: 3px 6px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news3 .news3__nav__link {
    max-width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .news3 .news3__nav__link:hover {
    color: #c74e3c;
  }
}
.news3 .news3__nav__link.active {
  position: relative;
}
.news3 .news3__nav__link.active::after {
  display: block;
  content: "";
  height: 2px;
  width: 18px;
  position: absolute;
  background-color: #c74e3c;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}
.news3 .news3__nav__link--border {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #333;
}
.news3 .common__btn {
  text-align: center;
}
.news3 .news3__menu {
  margin-top: 55px;
  border-radius: 8px;
  max-width: 1100px;
  padding: 80px 80px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news3 .news3__menu {
    padding: 40px 62px;
  }
}
@media screen and (max-width: 768px) {
  .news3 .news3__menu {
    margin-top: 40px;
    padding: 0px;
  }
}
.news3 .news3__list:first-of-type .news3__link {
  padding: 22px 0 22px 0;
  border-top: 1px solid #333;
}
.news3 .news3__list:last-of-type .news3__link {
  border-bottom: 1px solid #333;
}
.news3 .news3__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news3 .news3__link {
    display: block;
    padding: 16px 0px 16px 0px;
  }
}
.news3 .news3__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .news3 .news3__link::before {
    top: 70%;
    right: 20px;
    width: 16px;
    height: 12px;
  }
}
.news3 .news3__link:hover {
  opacity: 0.7;
}
.news3 .news3__date {
  color: #333;
  font-size: 16px;
  display: block;
  margin-right: 20px;
  width: 92px;
}
@media screen and (max-width: 768px) {
  .news3 .news3__date {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}
.news3 .news3__category {
  max-width: 92px;
  width: 100%;
  margin-right: 16px;
  text-align: center;
  padding: 3px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news3 .news3__category {
    display: inline-block;
    max-width: 100px;
    text-align: center;
    font-size: 12px;
    margin-right: 0;
    padding: 2px;
  }
}
.news3 .news3__category.news {
  background-color: #6fa4d1;
}
.news3 .news3__category.fire-laws {
  background-color: #c74e3c;
}
.news3 .news3__category {
  background-color: #6fa4d1;
}
.news3 .news3__title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 表示する行数を指定（ここでは1行） */
  -webkit-box-orient: vertical; /* 垂直方向にボックスを配置 */
  overflow: hidden; /* 見切れた部分を非表示 */
  text-overflow: ellipsis; /* 省略記号を表示 */
  width: 60%;
}
@media screen and (max-width: 768px) {
  .news3 .news3__title {
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
    max-width: 90%;
  }
}
.news3 .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: 768px) {
  .news3 .wp-pagenavi {
    margin-top: 25px;
  }
}
.news3 .wp-pagenavi span,
.news3 .wp-pagenavi a {
  border: none;
}
.news3 .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: 768px) {
  .news3 .wp-pagenavi .page {
    font-size: 16px;
  }
}
.news3 .wp-pagenavi .page:hover {
  opacity: 0.7;
}
.news3 .pages {
  display: none;
}
.news3 .wp-pagenavi span.current {
  color: #6fa4d1;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 2px solid #6fa4d1;
}
@media screen and (max-width: 768px) {
  .news3 .wp-pagenavi span.current {
    font-size: 16px;
  }
}
.news3 .previouspostslink {
  position: relative;
  background-color: #6fa4d1;
  display: block;
  width: 44px;
  height: 44px;
}
.news3 .previouspostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news3 .previouspostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news3 .previouspostslink:hover {
  opacity: 0.7;
}
.news3 .nextpostslink {
  position: relative;
  background-color: #6fa4d1;
  display: block;
  width: 44px;
  height: 44px;
}
.news3 .nextpostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 52%;
  right: 32%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .news3 .nextpostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news3 .nextpostslink:hover {
  opacity: 0.7;
}
.news3 .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;
}
.news3 .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: 768px) {
  .news3 .post__pagination__left__link {
    height: 37px;
    width: 37px;
  }
}
.news3 .post__pagination__left__link:hover {
  background-color: #6fa4d1;
  color: #fff;
}
.news3 .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: 400;
}
.news3 .post__pagination__btn__link:hover {
  background-color: #333;
  color: #fff;
}
.news3 .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: 768px) {
  .news3 .post__pagination__right__link {
    height: 37px;
    width: 37px;
  }
}
.news3 .post__pagination__right__link:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news3 .single__article {
    margin-top: 2rem;
  }
  .news3 .post__pagination {
    margin-top: 2rem;
    width: 100%;
  }
}

/*=======
# 詳細ページ
======================================================*/
.news-single1 .single__container {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  border-bottom: 1px solid #333;
}
.news-single1 .news__date {
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news-single1 .news__date {
    font-size: 14px;
  }
}
.news-single1 .news__single__category {
  max-width: 92px;
  width: 100%;
  text-align: center;
  padding: 3px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-single1 .news__single__category {
    width: 100px;
    padding: 2px;
    max-width: 120px;
    display: inline-block;
  }
}
.news-single1 .news__single__category.news {
  background-color: #6fa4d1;
}
.news-single1 .news__single__category.fire-laws {
  background-color: #c74e3c;
}
.news-single1 .news__single__category {
  background-color: #6fa4d1;
}
.news-single1 .news__single__title {
  margin-top: 16px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: left;
  border-bottom: 1px solid #333;
  padding-bottom: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .news-single1 .news__single__title {
    margin-top: 14px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.news-single1 .news__contents {
  width: 100%;
}
.news-single1 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: 768px) {
  .news-single1 h1.wp-block-heading {
    font-size: 18px;
    margin-top: 20px;
  }
}
.news-single1 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: 768px) {
  .news-single1 h2.wp-block-heading {
    font-size: 16px;
    margin-top: 20px;
  }
}
.news-single1 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: 768px) {
  .news-single1 h3.wp-block-heading {
    margin-top: 20px;
  }
}
.news-single1 p {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 230%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .news-single1 p {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 20px;
  }
}
.news-single1 figure.wp-block-image {
  margin-top: 20px;
  width: 100%;
}
.news-single1 .wp-block-list {
  margin-top: 30px;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  line-height: 240%; /* 38.4px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .news-single1 .wp-block-list {
    margin-top: 20px;
    font-size: 14px;
  }
}
.news-single1 .wp-block-list li {
  position: relative;
  padding-left: 15px;
}
.news-single1 .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 .wp-block-file {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .news-single1 .wp-block-file {
    margin-top: 20px;
  }
}
.news-single1 .wp-block-file__button {
  background: #848484;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .news-single1 .wp-block-file__button {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.news-single1 .wp-block-embed {
  margin-top: 30px;
  max-width: 100%;
}
.news-single1 .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.news-single1 .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.news-single1 .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-single1 .wp-block-embed {
    margin-top: 20px;
  }
}
.news-single1 .post-previous {
  position: relative;
}
.news-single1 .post-previous a {
  background-color: #6fa4d1;
  display: block;
  width: 40px;
  height: 40px;
  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: 768px) {
  .news-single1 .post-previous a:before {
    width: 10px;
    height: 10px;
  }
}
.news-single1 .post-list a {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .news-single1 .post-list a {
    font-size: 14px;
  }
}
.news-single1 .post-next {
  position: relative;
}
.news-single1 .post-next a {
  background-color: #6fa4d1;
  display: block;
  width: 40px;
  height: 40px;
  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: 768px) {
  .news-single1 .post-next a:before {
    width: 10px;
    height: 10px;
  }
}
.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: 768px) {
  .news-single1 .post-navigation {
    margin-top: 50px;
    max-width: 260px;
  }
}
.news-single1 .post-navigation a:hover {
  opacity: 0.7;
}

/*=======
# 会社概要
======================================================*/
.company {
  background-color: #f4f4f4;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.company-info2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 64px;
}
.company-info2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .company-info2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-info2__row:first-of-type {
  border-top: 1px solid #f4f4f4;
}

.company-info2__label {
  font-weight: bold;
  width: 30%;
  max-width: 250px;
  font-size: 18px;
  padding: 24px 0;
  text-align: center;
  background-color: #6fa4d1;
  color: #fff;
  letter-spacing: 0.1em;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-info2__label {
    max-width: unset;
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
  }
}

.company-info2__value {
  width: 85%;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.6;
  padding: 16px 8px 16px 16px;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .company-info2__value {
    width: 100%;
    font-size: 13px;
    padding: 8px;
    line-height: 1.8;
  }
}

.company-info2__value--bold {
  font-weight: 500;
}

/*=======
# アクセス
======================================================*/
.g-map {
  width: 100%;
  position: relative;
  padding-top: 400px;
  margin-bottom: 40px;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-map.--mt {
  margin-top: 64px;
}
.g-map.--mt2 {
  margin-top: 100px;
}
.access__text {
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 14px;
  }
}

.btn-map {
  text-align: center;
}

.btn-map a {
  font-family: "Lato", sans-serif;
  width: 188px;
  display: block;
  margin-inline: auto;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 16px 8px;
  line-height: 1.4;
  position: relative;
}
.btn-map a::after {
  display: block;
  content: "";
  background-image: url(../images/common/blank.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access__note {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
  font-weight: 400;
}
/*=======
# コンタクトフォーム
======================================================*/
.contact-main3 {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact-main3--bg {
  background-image: url(../images/pages/lower/img-11.png);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -40px;
}
.btn-contact3 {
  display: block;
  width: 500px;
  max-width: 100%;
  margin-inline: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  background-color: #6fa4d1;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .btn-contact3 {
    width: 320px;
  }
}

.btn-contact3__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  line-height: 1;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .btn-contact3__num {
    font-size: 24px;
  }
}
.btn-contact3__num::before {
  display: block;
  content: "";
  background-image: url(../images/common/icon-tel.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 95px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn-contact3__num::before {
    left: 50px;
    height: 24px;
    width: 24px;
  }
}

.btn-contact3__shop {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
/*=======
# Contact-main4
======================================================*/
.contact-main4 {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main4 {
    padding-top: 100px;
  }
}

.contact-main4__text {
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 64px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contact-main4__text {
    font-size: 14px;
    text-align: left;
  }
}

.contact-sub4__text {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-sub4__text {
    font-size: 14px;
    text-align: left;
  }
}

.contact-form3 {
  padding-top: 0;
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form3 .form__menu {
  border-radius: 8px;
  padding: 0 20px 100px;
  max-width: 940px;
  position: relative;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__menu {
    padding: 0;
  }
}
.contact-form3 .form__list {
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list {
    margin-top: 24px;
    gap: 8px;
  }
}
.contact-form3 .form__list:first-of-type {
  margin-top: 0px;
}
.contact-form3 .form__list__header {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__header {
    font-size: 14px;
  }
}
.contact-form3 .required {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background: #6fa4d1;
  width: 51px;
  text-align: center;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .contact-form3 .required {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    height: 21px;
    line-height: 21px;
  }
}
.contact-form3 .any {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: 51px;
  text-align: center;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .contact-form3 .any {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    height: 21px;
    line-height: 21px;
  }
}
.contact-form3 .form__list__privacy__text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  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-form3 .form__list__privacy__text {
    padding: 16px 8px;
    margin-bottom: 12px;
  }
}
.contact-form3 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .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-form3 .wpcf7-list-item {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item {
    font-size: 14px;
  }
}
.contact-form3 .wpcf7-list-item-label {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.contact-form3 .form__list__data .form-text,
.contact-form3 .form__list__data textarea {
  width: 100%;
  padding: 10px 15px;
  height: 43px;
  color: #333;
  font-weight: 500;
  line-height: 2;
  border: none;
  background: #f4f4f4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__data .form-text,
  .contact-form3 .form__list__data textarea {
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form3 .form__list__data textarea {
  resize: vertical;
  height: 180px;
}
.contact-form3 .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form3 .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-form3 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  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-form3 input[type=file]::file-selector-button {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  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-form3 input[type=file]::-webkit-file-upload-button:hover {
    color: #fff;
    background-color: #333;
  }
  .contact-form3 input[type=file]::file-selector-button:hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 768px) {
  .contact-form3 input[type=file]::-webkit-file-upload-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
  .contact-form3 input[type=file]::file-selector-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form3 .wpcf7-file {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.contact-form3 .form__list__data input[type=checkbox] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form3 .form__list__data 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-form3 .form__list__data input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.contact-form3 input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #6fa4d1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form3 input[type=checkbox]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form3 .form__list__data input[type=radio] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form3 .form__list__data input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #333;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__data input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.contact-form3 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-form3 input[type=radio]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form3 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form3 .form__btn {
  margin-top: 24px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__btn {
    margin-top: 25px;
  }
}
.contact-form3 .form__btn__text {
  width: 286px;
  display: inline-block;
  margin-inline: auto;
  background: unset;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__btn__text {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.contact-form3 .form__btn__text::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__btn__text::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .contact-form3 .form__btn__text:hover {
    background: #6fa4d1;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.contact-form3 .form__btn input[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  letter-spacing: 0.1em;
  color: #333;
}
.contact-form3 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-form3 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form3 .wpcf7-list-item label {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  gap: 8px;
  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;
  /* Checkbox and radio styles */
}
@media screen and (max-width: 768px) {
  .contact-form3 .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-form3 .wpcf7-list-item label .consent {
  max-width: 20px;
  background-color: #fff;
}
.contact-form3 .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;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item label .consent {
    width: 15px;
    height: 15px;
  }
}
.contact-form3 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #6fa4d1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item label .consent:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form3 .wpcf7-list-item label a {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item label a {
    font-size: 14px;
  }
}
.contact-form3 .wpcf7-list-item label a:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.contact-form3 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  letter-spacing: 0.1em;
}
.contact-form3 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form3 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form3 .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-form3 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form3 .select {
  background-color: #204479 !important;
  color: #fff;
  font-size: 18px;
  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-form3 .select:hover {
    color: #204479 !important;
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form3 .select {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form3 .select {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form3 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-form3 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: left;
}

/*=======
    # プライバシーポリシー / お問い合わページ専用
======================================================*/
.privacy2__wrap {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 24px 40px 24px 24px;
  border: none;
  background: #f4f4f4;
  height: 240px;
  overflow-y: scroll;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .privacy2__wrap {
    padding: 16px 8px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.privacy2__heading {
  font-weight: bold;
  line-height: 2;
}

.privacy2__text {
  margin-bottom: 24px;
  padding-left: 1em;
}

.privacy2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.privacy2__item {
  line-height: 1.6;
  margin-left: 20px;
  text-indent: -20px;
  text-align: justify;
  line-height: 2;
}

.privacy2__sublist {
  margin-left: 20px;
  padding: 0;
  line-height: 2;
}

.privacy2__subitem {
  margin-left: 14px;
  text-indent: -34px;
  text-align: justify;
  line-height: 2;
}

.privacy2__nested-list {
  margin-left: 20px;
  line-height: 2;
}

.privacy2__nested-item {
  margin-left: 31px;
  text-indent: -50px;
  text-align: justify;
  line-height: 2;
}

.top-news2 {
  position: relative;
}

.top-news2__head {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #c74e3c;
}
.top-news2__head span {
  text-transform: uppercase;
}

.top-news2__menu {
  background-color: #fff;
  max-width: 627px;
  width: 100%;
  margin-inline: auto;
  padding: 16px 32px 24px;
  position: absolute;
  z-index: 5;
  right: 40px;
  top: -80px;
  -webkit-box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.1);
          box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 768px) {
  .top-news2__menu {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    position: static;
    padding: 0;
  }
}

.top-news2__box {
  position: absolute;
  bottom: 24px;
  right: 70px;
}
.top-news2__box:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .top-news2__box {
    bottom: 0;
    right: 32x;
  }
}

.top-news2__btn {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333;
}
.top-news2__btn::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -30px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/arrow-red.svg);
}

.top-news2__contents {
  margin-top: 8px;
}
.top-news2__contents:first-of-type .top-news__data__link {
  padding: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .top-news2__contents:first-of-type .top-news__data__link {
    padding: 0 0 16px 0;
  }
}

.top-news2__contents:first-child {
  margin-top: 0;
}

.top-news2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news2__link:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .top-news2__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;
    padding: 16px 0 0;
  }
}

.top-news2__data {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .top-news2__data {
    font-size: 14px;
    line-height: 1.5; /* 27.2px */
  }
}

.top-news2__main-title {
  width: 100%;
}

.top-news2__main-title__head {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .top-news2__main-title__head {
    font-size: 14px;
    line-height: 1.5; /* 27.2px */
  }
}

.top-news2__text {
  margin-top: 48px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; /* 19px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-news2__text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.news-single1 .single__container{
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
.news-single1 .single__container{
	padding-bottom: 20px;
}	
}
.breadcrumb{
	position: relative;
	z-index: 5;
}

