@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 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 16px;
	overflow-x: clip;
}
@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: "Noto Sans JP", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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: 1280px;
  margin-inline: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumb__item a {
  display: block;
  position: relative;
}
.breadcrumb__item a::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #888;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumb__arrow {
  margin: 2px 8px;
}

.breadcrumb__item {
  color: #888;
  font-size: 15px;
  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 span:first-child {
  margin-left: 0;
}

.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;
  }
}

.is-nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -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: #333;
  border: solid 2px #333;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.top__btn__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__btn__link:before {
    width: 8px;
    height: 8px;
  }
}

.grecaptcha-badge {
  right: -300px !important;
}

.notfound {
  padding-top: 280px;
  padding-bottom: 180px;
  text-align: center;
}

.notfound__title span {
  display: block;
  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
**/
.footer1 {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.footer1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  .footer1__inner {
    display: block;
    padding: 65px 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer1__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer1__logo {
  display: block;
  width: 170px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .footer1__logo {
    width: 210px;
    margin-bottom: 40px;
  }
}
.footer1__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer1__address {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer1__address {
    font-size: 14px;
  }
}
.footer1__tel {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer1__tel {
    font-size: 14px;
  }
}
.footer1__fax {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .footer1__fax {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.footer1__home {
  font-size: 24px;
  font-weight: 700;
  color: #395780;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .footer1__home {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer1__list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer1__list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer1__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer1__list:first-child {
  margin-right: 85px;
}
@media screen and (max-width: 1024px) {
  .footer1__list:first-child {
    margin-right: 0;
  }
}
.footer1__item {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer1__item {
    font-size: 14px;
  }
}
.footer1__copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 14px 0;
}

.pageTop-btn {
  position: absolute;
  top: 0;
  right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  padding: 11px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pageTop-btn:hover {
  background-color: #395780;
}
.pageTop-btn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .pageTop-btn {
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

.footer2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .footer2 {
    padding-top: 30px;
    padding-bottom: 112px;
  }
}
.footer2 .top__btn {
  position: fixed;
  bottom: 38px;
  right: 38px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer2 .top__btn {
    bottom: 16px;
    right: 16px;
  }
}
.footer2 .top__btn__link {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #395780;
  border: solid 2px #395780;
  position: relative;
}
@media (any-hover: hover) {
  .footer2 .top__btn__link:hover {
    background-color: #fff;
  }
  .footer2 .top__btn__link:hover:before {
    border-right: 2px solid #395780;
    border-bottom: 2px solid #395780;
  }
}
@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: #395780;
  }
}
.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: #395780;
  }
}
.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: #395780;
  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: #395780;
  text-align: center;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  .footer2__copyright {
    padding: 16px;
    line-height: 1.5;
    font-size: 12px;
  }
}

.footer3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
  overflow-x: clip;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .footer3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (any-hover: hover) {
  .footer3 a:hover {
    opacity: 0.7;
  }
}
.footer3 .inner {
  max-width: min(100% - 40px, 400px);
}
@media screen and (max-width: 599px) {
  .footer3 .inner {
    max-width: min(100% - 40px, 540px);
  }
}
.footer3 .footer__contents {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -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) {
  .footer3 .footer__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer3 .footer__logo {
  width: 100%;
  max-width: 245px;
}
@media screen and (max-width: 599px) {
  .footer3 .footer__logo {
    max-width: 215px;
  }
}
@media (any-hover: hover) {
  .footer3 .footer__logo a:hover {
    opacity: 0.7;
  }
}
.footer3 .footer__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  border-right: solid 2px #333;
}
@media screen and (max-width: 768px) {
  .footer3 .footer__menu {
    border-right: none;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer3 .footer__menu:nth-of-type(1) {
    border-right: none;
    padding-top: 0px;
    padding-left: 20px;
    border-left: solid 2px #333;
  }
}
@media screen and (max-width: 768px) {
  .footer3 .footer__menu:nth-of-type(2) {
    border-right: none;
    padding-left: 20px;
    border-left: solid 2px #333;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .footer3 .footer__menu:nth-of-type(3) {
    border-right: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    border-left: solid 2px #333;
    padding-top: 0px;
  }
}
.footer3 .footer__menu:nth-of-type(4) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .footer3 .footer__menu:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-left: 20px;
    border-left: solid 2px #333;
  }
}
@media screen and (max-width: 599px) {
  .footer3 .footer__menu.js-fadeUp {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer3 .footer__link {
  width: 100%;
  display: block;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  padding-left: 82px;
  padding-right: 82px;
}
@media screen and (max-width: 768px) {
  .footer3 .footer__link {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer3 .footer__list--sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer3 .footer__list--sns {
    max-width: 88px;
    gap: 16px;
    margin-inline: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer3 .footer__link--sns {
  display: block;
}
.footer3 .footer__copyright {
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .footer3 .footer__copyright {
    font-size: 11px;
    padding: 12px;
    line-height: 1.7;
  }
}

.footer4 {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.footer4__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) {
  .footer4__inner {
    display: block;
    padding: 65px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer4__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;
  }
}
.footer4__logo {
  display: block;
  width: 100%;
  margin-bottom: 55px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer4__logo {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.footer4__address {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer4__address {
    font-size: 14px;
  }
}
.footer4__tel {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer4__tel {
    font-size: 14px;
  }
}
.footer4__fax {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer4__fax {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.footer4__home {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer4__home {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer4__list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer4__list__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer4__list {
    display: block;
  }
}
.footer4__list:first-child {
  margin-right: 85px;
}
@media screen and (max-width: 768px) {
  .footer4__list:first-child {
    margin-right: 0;
  }
}
.footer4__item {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer4__item {
    font-size: 14px;
  }
}
.footer4__copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #6fa4d1;
  padding: 14px 0;
}
/**
* @file _l-header.scss
**/
.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;
		position: fixed;
  }
}
.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: 170px;
}
@media screen and (max-width: 1024px) {
  .header1__logo {
    width: 112px;
  }
}
.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: 400px;
    padding-top: 40px;
    background-color: #d4d4d4;
    z-index: 999;
    overflow-y: scroll;
		overflow-x: hidden;
    -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 {
	right: 0;
    -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: #000;
}
@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: #395780;
  -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: #395780;
}
.header1__nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header1__nav__facebook {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .header1__nav__facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    margin-right: 0;
    background-color: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header1__nav__facebook img {
    width: 24px;
    height: 24px;
  }
}

.header1__nav__tel,
.header1__nav__mail {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .header1__nav__tel,
  .header1__nav__mail {
    letter-spacing: 0.1em;
    width: 100%;
  }
}
.header1__nav__tel img,
.header1__nav__mail img {
  margin-right: 5px;
  padding-top: 3px;
  max-width: 20px;
}

.header1__nav__tel {
  background-color: #395780;
}
.header1__nav__tel:hover {
  background-color: #2e571c;
}

.header1__nav__mail {
  background-color: #333;
}
.header1__nav__mail:hover {
  background-color: #2e571c;
}

.header1__menu-btn {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header1__menu-btn {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #395780;
    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: 4px;
    right: 4px;
    cursor: pointer;
  }
  .header1__close-btn::before, .header1__close-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  .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);
  }
}

.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: #395780;
  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: #395780;
  }
  .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: #395780;
  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: #395780; /* SVGの色を変更 */
  }
  .header2__contact__btn:hover p {
    color: #395780;
  }
}

.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: #395780;
  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: #395780; /* SVGの色を変更 */
  }
  .header2__tel__btn:hover p {
    color: #395780;
  }
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header2__nav__toggle {
  z-index: 2000;
  display: none;
  position: absolute;
  min-width: 36px;
  cursor: pointer;
  background: #395780;
  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: #395780;
  }
}

.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: #F3F5F8;
  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: #F3F5F8;
}

.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: #F3F5F8;
  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: #F3F5F8;
  color: #fff;
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header3__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  background: #F3F5F8;
  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: 24px;
    margin-bottom: 8px;
  }
}

.mv6__title__textBottom {
  font-size: 32px;
  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秒遅らせる */
}

.header7 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
}
@media screen and (max-width: 1120px) {
  .header7 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header7 {
    zoom: unset;
    height: 64px;
  }
}
.header7.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header7__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) {
  .header7__inner {
    height: 60px;
    padding-left: 23px;
  }
}

.header7__logo {
  display: block;
  width: 320px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .header7__logo {
    width: 100%;
    font-size: 18px;
  }
}
.header7__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header7__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) {
  .header7__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: 400px;
    padding-top: 80px;
    background-color: #d4d4d4;
    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) {
  .header7__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header7__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) {
  .header7__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.header7__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) {
  .header7__nav__item a {
    margin: 4px 0;
    display: block;
  }
}
.header7__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;
}
.header7__nav__item a:hover {
  color: #6fa4d1;
}
.header7__nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header7__nav__tel,
.header7__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) {
  .header7__nav__tel,
  .header7__nav__mail {
    width: 100%;
  }
}
.header7__nav__tel img,
.header7__nav__mail img {
  margin-right: 4px;
  max-width: 13px;
  vertical-align: bottom;
}

.header7__nav__tel {
  background-color: #c74e3c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.header7__nav__tel p {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .header7__nav__tel p {
    width: 280px;
  }
}
.header7__nav__tel span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding-top: 5px;
}

.header7__nav__mail {
  background-color: #6fa4d1;
  font-size: 14px;
}
.header7__menu-btn {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header7__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) {
  .header7__menu-btn {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .header7__menu-btn span {
    display: block;
    width: 34px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  .header7__menu-btn::before, .header7__menu-btn::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  .header7__menu-btn::before {
    top: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header7__menu-btn::before {
    top: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .header7__menu-btn::after {
    bottom: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header7__menu-btn::after {
    bottom: 20px;
  }
}

.header7__close-btn {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header7__close-btn {
    display: block;
    width: 32px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
  }
  .header7__close-btn::before, .header7__close-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  .header7__close-btn::before {
    top: 23px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header7__close-btn::after {
    bottom: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header8 {
  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 40px;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .header8 {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header8 {
    padding: 0 20px;
    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;
  }
}

.header8.is-fixed {
  position: fixed;
}

.header8.hidden {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  opacity: 0;
}

.header8__inner {
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .header8__inner {
    width: 100%;
  }
}

.header8__logo a {
  max-width: 275px;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header8__logo a {
    display: none;
  }
}
@media (any-hover: hover) {
  .header8__logo a .header8__logo a:hover {
    opacity: 0.7;
  }
}

.header8__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header8__logo--sp {
    display: block;
    width: 100%;
    max-width: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .header8__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 85px 0 65px 0px;
    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;
  }
  .header8__nav.is-open {
    right: 0;
  }
}

.header8__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) {
  .header8__nav__content {
    gap: unset;
    display: block;
  }
}

.header8__menu {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header8__menu {
    margin-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.header8__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) {
  .header8__menu--top {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header8__menu--top {
    display: block;
    text-align: left;
  }
}

.header8__menu--bottom {
  margin-top: 8px;
  -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) {
  .header8__menu--bottom {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .header8__menu--bottom {
    margin-top: 0;
    display: block;
    text-align: left;
  }
}

.header8__list {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header8__list {
    width: 100%;
  }
}

.header8__list.active {
  position: relative;
}
.header8__list.active .header8__link {
  color: #6cab28 !important;
}
.header8__list.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 27px;
  height: 1px;
  background-color: #6cab28;
}
@media screen and (max-width: 768px) {
  .header8__list.active::after {
    content: unset;
  }
}

.header8__link {
  position: relative;
  font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  font-weight: 400;
  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) {
  .header8__link {
    font-size: 14px;
    display: block;
    padding: 15px;
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .header8__link:hover {
    color: #333;
  }
}
.header8__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 27px;
  height: 1px;
  background-color: #6cab28;
  -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;
}
@media screen and (max-width: 1024px) {
  .header8__link::after {
    content: unset;
  }
}
.header8__link:hover {
  color: #6cab28;
}
.header8__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header8__link--small {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .header8__link--small {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .header8__recruit__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .header8__contact__btn {
    max-width: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.header8__recruit__btn,
.header8__contact__btn {
  border: 1px solid #333;
  width: 195px;
}
@media screen and (max-width: 1024px) {
  .header8__recruit__btn,
  .header8__contact__btn {
    width: 50%;
  }
}

.header8__recruit__btn__link,
.header8__contact__btn__link {
  display: block;
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-left: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  padding: 16px 0;
}
.header8__recruit__btn__link:hover,
.header8__contact__btn__link:hover {
  background: #6cab28;
  color: #fff;
}

.header8__recruit__btn__link span,
.header8__contact__btn__link span {
  position: relative;
  padding-left: 1.5em;
}
.header8__recruit__btn__link span::before,
.header8__contact__btn__link span::before {
  display: block;
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
}

.header8__recruit__btn__link span::before {
  background-image: url(../images/common/tell.svg);
}

.header8__contact__btn__link span::before {
  background-image: url(../images/common/mail.svg);
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header8__nav__toggle {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 36px;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .header8__nav__toggle {
    display: block;
  }
}

.header8__nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 36px;
  height: 1px;
  background-color: #3f8f11;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header8__nav__menu-line1 {
  top: 25px;
}

.header8__nav__menu-line2 {
  top: 35px;
}

.header8__nav__menu-line3 {
  top: 45px;
}

#js-nav-menu8.is-open .header8__nav__menu-line1 {
  position: absolute;
  top: 35px;
  left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 1px;
}

#js-nav-menu8.is-open .header8__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu8.is-open .header8__nav__menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 35px;
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 1px;
}

/**
* @file _l-header.scss
**/
.mv {
  position: relative;
}
.mv::after {
  content: "";
  display: block;
  background-color: #204479;
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv__img {
  display: block;
  width: 92%;
  margin-left: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  border-radius: 0 0 0 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 95%;
    border-radius: 0 0 0 50px;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv__img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    height: auto;
  }
}

.mv__content {
  position: absolute;
  left: 6%;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv__content {
    top: -100px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.mv__title {
  width: 100%;
  max-width: 300px;
}

.mv__text-outline {
  padding: 20px;
  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: "Noto Sans JP";
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .mv__text-outline,
  .mv__text-inline {
    font-size: 25px;
    letter-spacing: 0.06em;
  }
}

.mv .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;
}
.mv .js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.mv .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秒 */
}
.mv .js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
  color: #333;
}

/*=======
# フッター
======================================================*/
.footer {
  position: relative;
  padding-top: 160px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 29px;
    padding-bottom: 28px;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__contents:nth-of-type(1) {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .footer__contents:nth-of-type(1) {
    max-width: 280px;
  }
}
.footer__contents:nth-of-type(2) {
  width: 100%;
  max-width: 272px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .footer__contents:nth-of-type(2) {
    margin-top: 24px;
    gap: 20px;
  }
}

.footer__address {
  margin-top: 28px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    gap: 4px;
  }
}

.footer__link {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 14px;
    line-height: 2.5;
  }
}

.footer__copyright {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  background: #333;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 16px;
    line-height: 1.5;
  }
}

/*=======
# 下層ページヘッダー
======================================================*/
.lower__mv {
  height: 400px;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lower__mv {
    height: 300px;
  }
}
.lower__mv::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #000;
  z-index: 0;
  position: absolute;
  opacity: 0.7;
}
.lower__mv.lower__mv--1 {
  background-image: url(../images/common/sample-01.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.14em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower__mv__title span {
    font-size: 22px;
  }
}

.lower__mv__title--top {
  font-size: 32px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--bottom {
    font-size: 16px;
  }
}

.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(#395780), to(#395780));
  background: linear-gradient(90deg, #395780 0%, #395780 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;
  }
}

.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) {
  .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 {
  border-radius: 8px;
  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 {
  border-radius: 8px;
  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;
  }
}

/*=======
# mv7
======================================================*/
.mv7::after {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv7 .mv7__img {
  display: block;
  width: 100%;
  text-align: center;
  margin-inline: auto;
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  width: 1280px;
  max-width: 100%;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__img {
    height: 55vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__img img {
    height: 55vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv7::after {
  content: unset;
}

.mv7 .mv7__content {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__content {
    top: -200px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.mv7 .mv7__title {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__title {
    max-width: 0;
  }
}

.mv7 .mv7__text-outline {
  padding: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__text-outline {
    padding: 16px;
    margin-bottom: 4px;
  }
}

.mv7 .mv7__text-outline:last-child {
  margin-bottom: 0;
}

.mv7 .mv7__text-outline,
.mv7 .mv7__text-inline {
  display: inline-block;
  white-space: nowrap;
  color: #333;
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__text-outline,
  .mv7 .mv7__text-inline {
    font-size: 25px;
    letter-spacing: 0.06em;
  }
}

.mv7 .mv7__text-top {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__text-top {
    font-size: 32px;
  }
}

.mv7 .mv7__text-bottom {
  font-size: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .mv7 .mv7__text-bottom {
    font-size: 17px;
  }
}

.mv7 .js-mv7-maker-text {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
.mv7 .js-mv7-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 0;
}

.mv7 .js-fadeUp-mv7-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秒 */
}
.mv7 .js-fadeUp-mv7-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

.catch-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .catch-copy {
    padding-bottom: 60px;
  }
}

.catch-copy__title {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .catch-copy__title {
    font-size: 17px;
  }
}

.catch-copy__lead {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .catch-copy__lead {
    font-size: 14px;
  }
}

.title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .title1 {
    margin-bottom: 14px;
  }
}
.title1 p {
  color: #395780;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .title1 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title1 h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .title1 h2 {
    font-size: 21px;
  }
}

.title2 {
  text-align: center;
  position: relative;
  color: #333;
  font-size: 35px;
  padding-bottom: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 21px;
    padding-bottom: 16px;
  }
}
.title2:before {
  content: "";
  display: block;
  background-color: #395780;
  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: #395780;
  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;
  }
}

.title4 {
  text-align: center;
}
.title4 span {
  display: block;
}
.title4 span:nth-of-type(1) {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 34px */
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .title4 span:nth-of-type(1) {
    font-size: 21px;
    letter-spacing: 2.1px;
  }
}
.title4 span:nth-of-type(2) {
  margin-top: 16px;
  color: #4d99a8;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .title4 span:nth-of-type(2) {
    font-size: 13px;
    letter-spacing: 2.6px;
  }
}

.title5 {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .title5 {
    margin-bottom: 8px;
  }
}
.title5 p {
  color: #c74e3c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .title5 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title5 .--left {
  text-align: left;
}
.title5 .--center {
  text-align: center;
}
.title5 .--tight {
  text-align: right;
}
.title5 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title5 h2 {
    font-size: 24px;
  }
}
.title5 h2 .--left {
  text-align: left;
}
.title5 h2 .--center {
  text-align: center;
}
.title5 h2 .--right {
  text-align: right;
}

.title6 {
  font-size: 31px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 300;
  font-family: "Noto Sans JP";
  padding-bottom: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title6 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.title6 p {
  font-size: 16px;
  color: #3f8f11;
  letter-spacing: 0.16em;
}

.title6 h2 {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title6 h2 {
    font-size: 24px;
    text-align: center;
  }
}

.title7 {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .title7 {
    margin-bottom: 8px;
  }
}
.title7 p {
  color: #eb9928;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .title7 p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.title7 .--left {
  text-align: left;
}
.title7 .--center {
  text-align: center;
}
.title7 .--right {
  text-align: right;
}
.title7 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .title7 h2 {
    font-size: 24px;
  }
}
.title7 h2 .--left {
  text-align: left;
}
.title7 h2 .--center {
  text-align: center;
}
.title7 h2 .--right {
  text-align: right;
}

.lead1 {
  width: 1280px;
  max-width: 100%;
  margin-inline: auto;
}

.lead1__text {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}

.lead1__text-mt {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .lead1__text-mt {
    margin-top: 24px;
  }
}

.lead1__text:last-child {
  margin-bottom: 0;
}

.lead2_bg {
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lead2__title {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 0;
  color: #eb9928;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lead2__title {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.lead2__text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lead2__text {
    text-align: left;
  }
}

.btn1 {
  position: relative;
  width: 387px;
  height: 63px;
  display: -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: #395780;
  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: #395780;
  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;
  }
}

.btn4 {
  margin-inline: auto;
  display: block;
  text-align: center;
  width: 273px;
  padding: 12px 36px 13px 36px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 20px;
  background: #333;
  white-space: nowrap;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .btn4 {
    font-size: 14px;
  }
}
.btn4::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .btn4:hover {
    background: #4d99a8;
    color: #fff;
  }
}

.btn5 {
  display: block;
  width: 223px;
  padding: 16px 36px 16px 32px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 24px;
  background: #1f3a61;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn5 {
    font-size: 14px;
  }
}
.btn5.--left {
  margin-right: auto;
}
.btn5.--center {
  margin-inline: auto;
}
.btn5.--right {
  margin-left: auto;
}
.btn5::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .btn5:hover {
    opacity: 0.7;
    color: #fff;
  }
}

.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: #395780;
  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: #395780;
  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: #395780;
  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: #395780;
  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;
  }
}

.column5__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .column5__flex {
    display: block;
  }
}

.column5__img {
  width: 46%;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .column5__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column5__text {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .column5__text {
    width: 100%;
  }
}

.column5__text:last-child {
  margin-bottom: 0;
}
.column5__content {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column5__content {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.column5__btn {
  max-width: 220px;
  background-color: unset;
  border: 2px solid #333;
}
.column5__btn::after {
  border-right: 2.5px solid #333;
  border-bottom: 2.5px solid #333;
}
.column5__btn span {
  font-size: 14px;
  color: #333;
  padding: 10px 22px;
}
.column6__container {
  display: -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);
  }
}
.column8__inner {
  /* 必要に応じて内側余白など設定 */
  padding: 16px;
}

.column8__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
@media screen and (max-width: 768px) {
  .column8__content {
    display: block;
  }
}

.column8__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column8__item {
    margin-bottom: 24px;
  }
}

.column8__image {
  margin-bottom: 24px;
}
.column8__img {
  width: 100%;
  height: auto;
  display: block;
}

.column8__item-title {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.column8__btn {
  position: relative;
  display: block;
  width: 188px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 0;
  text-align: right;
  padding-right: 32px;
}
.column8__btn.--left {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column8__btn.--left {
    margin-right: unset;
    margin-inline: auto;
  }
}
.column8__btn.--center {
  margin-inline: auto;
}
.column8__btn.--right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .column8__btn.--right {
    margin-left: unset;
    margin-inline: auto;
  }
}

.column8__btn::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  top: 20px;
  transform: translateY(10px);
  -webkit-transform: translateY(-50%);
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.column8__btn span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.column9__title {
  display: block;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .column9__title {
    margin-bottom: 8px;
  }
}
.column9__title p {
  color: #c74e3c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .column9__title p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.column9__title .--left {
  text-align: left;
}
.column9__title .--center {
  text-align: center;
}
.column9__title .--tight {
  text-align: right;
}
.column9__title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column9__title h2 {
    font-size: 24px;
  }
}
.column9__title h2 .--left {
  text-align: left;
}
.column9__title h2 .--center {
  text-align: center;
}
.column9__title h2 .--right {
  text-align: right;
}

.column9__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .column9__flex {
    display: block;
  }
}

.column9__img {
  width: 50%;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .column9__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column9__text {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .column9__text {
    width: 100%;
  }
}

.column9__text:last-child {
  margin-bottom: 0;
}
.column9__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.16em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .column9__content {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.column9__btn {
  position: relative;
  display: block;
  width: 188px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 0;
  text-align: right;
  padding-right: 32px;
}
.column9__btn.--left {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column9__btn.--left {
    margin-right: unset;
    margin-inline: auto;
  }
}
.column9__btn.--center {
  margin-inline: auto;
}
.column9__btn.--right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .column9__btn.--right {
    margin-left: unset;
    margin-inline: auto;
  }
}

.column9__btn::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  top: 20px;
  transform: translateY(10px);
  -webkit-transform: translateY(-50%);
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.column9__btn span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.column10__box {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .column10__box {
    margin-top: 60px;
  }
}

.column10__flex {
  display: -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%;
  }
}

.column10__text:last-child {
  margin-bottom: 0;
}
.column10__content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column10__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column11 {
  padding-top: 72px;
  padding-bottom: 96px;
  background: #6fa4d1;
}
.column11__box {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 62px;
  background-color: #fff;
  color: #333;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 40px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column11__box {
    font-size: 16px;
    padding: 16px 24px;
  }
}

.column12__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .column12__flex {
    display: block;
  }
}

.column12__img {
  width: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .column12__img {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
  }
}

.column12__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column12__text {
    width: 100%;
  }
}

.column12__text:last-child {
  margin-bottom: 0;
}
.column12__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column12__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column12__content.--mb {
  margin-bottom: 24px;
}
.column12__content--name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column12__content--name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.column13__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column13__flex {
    display: block;
  }
}

.column13__flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column13__img {
  width: 100%;
  max-width: 563px;
}
@media screen and (max-width: 768px) {
  .column13__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.column13__map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.column13__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column13__text {
  width: 48%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .column13__text {
    width: 100%;
    margin-left: 0;
  }
}

.column13__text:last-child {
  margin-bottom: 0;
}
.column13__text-access {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .column13__text-access {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.column13__text-access.--mb {
  margin-bottom: 32px;
}
.column13__text-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column13__text-box {
    margin-bottom: 24px;
  }
}

.column13__text-box:last-child {
  margin-bottom: 0;
}

.column13__text-title {
  color: #d52020;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .column13__text-content {
    line-height: 2;
    font-size: 14px;
  }
}

.column14__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column14__flex {
    display: block;
  }
}

.column14__flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column14__img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .column14__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.column14__text {
  width: 48%;
  margin-right: 68px;
}
@media screen and (max-width: 768px) {
  .column14__text {
    width: 100%;
  }
}

.column14__text:last-child {
  margin-bottom: 0;
}
.column14__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column14__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column14__content.--mb {
  margin-bottom: 32px;
}
.column14__content--name {
  font-size: 24px;
  color: #333;
  text-align: right;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column14__content--name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.column15 {
  background-color: #f4f4f4;
}

.column15__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .column15__list {
    display: block;
  }
}
.column15__item {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .column15__item {
    width: 100%;
    margin-bottom: 64px;
  }
}
.column15__image-wrap {
  /* 画像の親要素として必要に応じてスタイルを追加 */
}
.column15__image {
  display: block;
  width: 100%;
  height: auto;
}
.column15__title {
  font-size: 22px;
  margin: 0px 0 16px;
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .column15__title {
    font-size: 18px;
  }
}
.column15__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .column15__text {
    font-size: 14px;
  }
}

.column15__text--bottom {
  font-size: 12px;
  text-align: right;
  color: #888;
}
@media screen and (max-width: 768px) {
  .column15__text--bottom {
    text-align: left;
  }
}

.column16__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .column16__list {
    gap: 24px 8px;
    margin-bottom: 32px;
    padding-top: 0;
  }
}

.column16__list__item {
  width: 27%;
  aspect-ratio: 4/3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .column16__list__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.column16__list__link {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.column16__list__link:hover {
  opacity: 0.7;
}
.column16__list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column16__list__text {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .column16__list__text {
    font-size: 16px;
    padding-top: 8px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .column16__list__item {
    width: calc(50% - 10px);
  }
}
.column17-pc {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column17-pc {
    margin-top: 32px;
  }
}
.column17-pc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* 横並び＆折り返し */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column17-pc__item {
  margin-bottom: 72px;
}
.column17-pc__box {
  position: relative;
  max-width: 100%;
}
.column17-pc__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 373px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 373/228;
}
.column17-pc__text {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center; /* タブレット以下のフォントサイズ */
}
@media screen and (max-width: 768px) {
  .column17-pc__text {
    font-size: 14px;
  }
}

/*-------
# SP
------------------------------------------------------*/
.column17-sp__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* 横並び＆折り返し */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column17-sp__item {
  margin-bottom: 40px;
  width: 48%;
  aspect-ratio: 4/3;
}
.column17-sp__item:last-child {
  margin-bottom: 0;
}
.column17-sp__box {
  position: relative;
  width: 373px;
  max-width: 100%;
}
.column17-sp__image {
  display: block;
  aspect-ratio: 373/228;
  -o-object-fit: contain;
     object-fit: contain;
}
.column17-sp__text {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center; /* タブレット以下のフォントサイズ */
}
@media screen and (max-width: 768px) {
  .column17-sp__text {
    font-size: 14px;
    margin-top: 8px;
  }
}

.column18__title {
  display: block;
}
.column18__title p {
  color: #eb9928;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .column18__title p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.column18__title .--left {
  text-align: left;
}
.column18__title .--center {
  text-align: center;
}
.column18__title .--right {
  text-align: right;
}
.column18__title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column18__title h2 {
    font-size: 24px;
  }
}
.column18__title h2 .--left {
  text-align: left;
}
.column18__title h2 .--center {
  text-align: center;
}
.column18__title h2 .--right {
  text-align: right;
}

.column18__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .column18__flex {
    display: block;
  }
}

.column18__flex.--direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column18__img {
  width: 50%;
}
.column18__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 624/405;
}
@media screen and (max-width: 768px) {
  .column18__img {
    width: 100%;
    margin-bottom: 32px;
  }
}

.column18__text {
  width: 50%;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .column18__text {
    width: 100%;
    margin-right: 0px;
  }
}

.column18__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .column18__content {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.column19__box {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column19__box {
    margin-top: 24px;
  }
}

.column19__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .column19__flex {
    display: block;
    margin-bottom: 24px;
  }
}

.column19__img {
  width: 50%;
  margin-right: 40px;
}
.column19__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 600px;
  aspect-ratio: 600/362;
}
@media screen and (max-width: 768px) {
  .column19__img {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
  }
}

.column19__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column19__text {
    width: 100%;
  }
}

.column19__text:last-child {
  margin-bottom: 0;
}
.column19__content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column19__content {
    font-size: 14px;
    line-height: 1.8;
  }
}

.column20 {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(31, 58, 97, 0.95);
  padding: 48px 68px;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .column20 {
    -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: flex-start;
    gap: 20px;
    padding: 24px 24px;
  }
}

.column20-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .column20-border {
    font-size: 20px;
  }
}
.column20-border span {
  width: 120px;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .column20-border span {
    margin-left: 0;
  }
}

.column20-border::before {
  content: "";
  border-top: 1px solid #333;
  width: 238px;
}
@media screen and (max-width: 768px) {
  .column20-border::before {
    width: 100px;
  }
}

.column20-border::before {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .column20-border::before {
    margin-right: 16px;
  }
}

.column20__block {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .column20__block {
    width: 100%;
  }
}

.column20__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .column20__title {
    font-size: 16px;
  }
}

.column20__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column20__item {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .column20__item {
    font-size: 14px;
  }
}

.column21 {
  margin-top: 48px;
}

.column21__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .column21__list {
    display: block;
  }
}

.column21__item {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .column21__item {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .column21__item:last-child {
    margin-bottom: 0;
  }
}

.column21__image-wrap {
  /* 画像の親要素として必要に応じてスタイルを追加 */
}

.column21__image {
  display: block;
  width: 100%;
  height: auto;
}

.column21__tag {
  display: inline-block;
  color: #fff;
  background-color: #eb9928;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 110px;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
}

.column21__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .column21__text {
    font-size: 14px;
  }
}

.column22 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column22 {
    margin-top: 40px;
  }
}

.column22__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.column22__item:last-child {
  margin-bottom: 0;
}
.column22__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .column22__item:nth-child(even) {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media screen and (max-width: 768px) {
  .column22__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}

.column22__image img {
  max-width: 801px;
  aspect-ratio: 801/698;
  height: auto;
  display: block;
  -webkit-box-shadow: 16px 16px 23px rgba(51, 51, 51, 0.25);
          box-shadow: 16px 16px 23px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 768px) {
  .column22__image img {
    max-width: 100%;
    aspect-ratio: unset;
  }
}

.column22__content {
  aspect-ratio: 604/369;
  max-width: 604px;
  background-color: rgba(31, 58, 97, 0.95);
  opacity: 0.95;
  color: #fff;
  padding: 5% 5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .column22__content {
    text-align: left;
    padding: 16px;
    max-width: 100%;
    aspect-ratio: unset;
  }
}
.column22__content.--forward {
  margin-right: -150px;
}
@media screen and (max-width: 768px) {
  .column22__content.--forward {
    margin-right: unset;
  }
}
.column22__content.--reverse {
  margin-left: -150px;
}
@media screen and (max-width: 768px) {
  .column22__content.--reverse {
    margin-left: unset;
  }
}

.column22__number {
  font-size: clamp(2.5rem, 1.3571rem + 2.381vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .column22__number {
    font-size: 40px;
  }
}

.column22__title {
  font-size: clamp(1.25rem, 1.1071rem + 0.2976vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column22__title {
    font-size: 18px;
  }
}

.column22__description {
  font-size: clamp(1.125rem, 0.8571rem + 0.2976vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column22__description {
    font-size: 16px;
  }
}

.column23 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .column23 {
    margin-top: 24px;
  }
}

.column23__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column23__flex {
    display: block;
  }
}

.column23__flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column23__img {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .column23__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.column23__map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.column23__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column23__text {
  width: 48%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .column23__text {
    width: 100%;
    margin-left: 0;
  }
}

.column23__text:last-child {
  margin-bottom: 0;
}
.column23__text-access {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .column23__text-access {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.column23__text-access.--mb {
  margin-bottom: 32px;
}
.column23__text-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column23__text-box {
    margin-bottom: 24px;
  }
}

.column23__text-box:last-child {
  margin-bottom: 0;
}

.column23__text-title {
  font-weight: bold;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .column23__text-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .column23__text-content {
    font-size: 14px;
  }
}

.column24__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .column24__list {
    margin-top: 24px;
    display: block;
  }
}

.column24__item {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .column24__item {
    width: 100%;
    margin-bottom: 64px;
  }
}

.column24__image-wrap {
  /* 画像の親要素として必要に応じてスタイルを追加 */
}

.column24__image {
  display: block;
  width: 100%;
  height: auto;
}

.column24__title {
  font-size: 24px;
  margin: 32px 0 32px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .column24__title {
    font-size: 20px;
    margin: 16px 0 16px;
  }
}

.column24__text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 16px;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .column24__text {
    font-size: 14px;
  }
}

.column24__text--bottom {
  font-size: 12px;
  text-align: right;
  color: #888;
}
@media screen and (max-width: 768px) {
  .column24__text--bottom {
    text-align: left;
  }
}

.column25 {
  position: relative;
}

.column25__img {
  margin-top: 48px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column25__img {
    margin-top: 24px;
  }
}
.column25__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .column25__img::before {
    bottom: -12px;
    right: -12px;
  }
}

.column25__text {
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .column25__text {
    margin-top: 36px;
    text-align: left;
  }
}

.column26 {
  position: relative;
}

.column26__menu {
  width: 100%;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 599px) {
  .column26__menu {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 46px;
  }
}

.column26__text {
  margin-top: 24px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .column26__text {
    margin-top: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .column26__img {
    height: auto;
    width: 100%;
    margin-inline: auto;
  }
  .column26__img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.column27 {
  padding-top: 124px;
  padding-bottom: 124px;
  background: #f6fafa;
  border-radius: 135px;
}
@media screen and (max-width: 599px) {
  .column27 {
    border-radius: 40px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.column27__container {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .column27__container {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
  }
}

.column27__contents {
  padding: 32px;
  border-radius: 33px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 278px;
  max-width: 290px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .column27__contents {
    padding: 16px 8px;
    border-radius: 16px;
    gap: 8px;
    height: 140px;
  }
}
.column27__contents:nth-of-type(1) .column27__img {
  max-width: 128px;
}
.column27__contents:nth-of-type(2) .column27__img {
  max-width: 128px;
}
@media screen and (max-width: 599px) {
  .column27__contents:nth-of-type(2) .column27__img {
    max-width: 60px;
  }
}
.column27__contents:nth-of-type(3) .column27__img {
  max-width: 128px;
}
.column27__contents:nth-of-type(4) .column27__img {
  max-width: 128px;
}
@media screen and (max-width: 599px) {
  .column27__contents:nth-of-type(4) .column27__img {
    max-width: 60px;
  }
}
.column27__contents:nth-of-type(5) .column27__img {
  max-width: 128px;
}
@media screen and (max-width: 599px) {
  .column27__contents:nth-of-type(5) .column27__img {
    max-width: 50px;
  }
}
.column27__contents:nth-of-type(6) .column27__img {
  max-width: 128px;
}

.column27__contents__number {
  color: #1eadd1;
  font-family: "Noto Sans JP";
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 41px */
  position: absolute;
  left: -10px;
  top: -6px;
}
@media screen and (max-width: 599px) {
  .column27__contents__number {
    left: -6px;
    top: -2px;
    font-size: 27px;
  }
}

.column27__img {
  width: 100%;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .column27__img {
    width: 78px;
  }
}

@media screen and (max-width: 599px) {
  .column27__text {
    font-size: 11px;
    letter-spacing: 1.65px;
  }
}

.column27__btn {
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  .column27__btn {
    margin-top: 28px;
  }
}

.column27__btn__link {
  margin-inline: auto;
}

.column28__contents {
  margin-top: 48px;
  border-radius: 16px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .column28__contents {
    padding: 20px;
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.column28__contents:first-of-type {
  margin-top: 16px;
}
.column28__contents:nth-of-type(even) .column28__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 599px) {
  .column28__contents:nth-of-type(even) .column28__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.column28__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 4.8px;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column28__title {
    padding-left: 40px;
    font-size: 16px;
  }
}
.column28__title span {
  color: #f8c100;
  font-family: "Noto Sans JP";
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 41px */
  display: block;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .column28__title span {
    top: 3px;
    font-size: 18px;
  }
}

.column28__text {
  margin-top: 35px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 2.4px;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .column28__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.column29__contents {
  margin-top: 40px;
  border-radius: 16px;
  background: #f6fafa;
  padding: 49px 12px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 22% 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .column29__contents {
    margin-top: 24px;
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.column29__contents .column29__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .column29__contents .column29__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.column29__contents:nth-of-type(3) {
  margin-top: 24px;
}
.column29__contents:nth-of-type(3) .column29__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .column29__contents:nth-of-type(3) .column29__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.column29__title {
  height: 100%;
  display: -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;
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
  border-right: 1px solid #1eadd1;
}
@media screen and (max-width: 768px) {
  .column29__title {
    border-right: none;
    border-bottom: 1px solid #1eadd1;
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.column29__list {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column29__list {
    padding-left: 25px;
    font-size: 12px;
  }
}
.column29__list::before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .column29__list::before {
    width: 20px;
    height: 20px;
  }
}

.column29__text {
  margin-top: 24px;
  color: #333;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
@media screen and (max-width: 599px) {
  .column29__text {
    margin-top: 12px;
    font-size: 12px;
  }
}

.column30__contents {
  margin-top: 57px;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column30__contents:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .column30__contents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.column30__table__contents {
  display: grid;
  grid-template-columns: 139px 1fr;
}
@media screen and (max-width: 599px) {
  .column30__table__contents {
    grid-template-columns: 86px 1fr;
  }
}

.column30__row-title {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
  background: #1eadd1;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .column30__row-title {
    padding: 12px;
    font-size: 14px;
  }
}

.column30__data {
  padding: 13px 48px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  background: #f6fafa;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .column30__data {
    padding: 12px 8px;
    font-size: 14px;
  }
}

.case-study {
  background-color: #fff;
  text-align: center;
  padding: 56px 72px;
  width: 917px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .case-study {
    padding: 24px;
  }
}

.case-study__bg {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .case-study-mt {
    margin-top: 80px;
  }
}

.case-study__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case-study__images {
  display: -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%;
  }
}

.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%;
  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 {
    width: 100%;
    padding: 8px 0;
  }
}

.company-info2__value {
  width: 85%;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2;
  padding: 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-info3 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
}

.company-info3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .company-info3__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-info3__row:first-of-type {
  border-top: 1px solid #333;
}

.company-info3__label {
  width: 10%;
  color: #3f8f11;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-info3__label {
    width: 100%;
    margin-bottom: 16px;
  }
}

.company-info3__value {
  width: 85%;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-info3__value {
    width: 100%;
  }
}

.company-info4 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company-info4 {
    margin-top: 20px;
  }
}

.company-info4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #333;
}
.company-info4__label {
  width: 182px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .company-info4__label {
    font-size: 15px;
    font-weight: normal;
    width: 100px;
    margin-bottom: 0px;
    line-height: 2;
  }
}
.company-info4__label::before {
  content: "";
  display: block;
  background-color: #eb9928;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .company-info4__label::before {
    width: 100px;
  }
}

.company-info4__value {
  width: calc(100% - 182px);
  letter-spacing: 0.1em;
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .company-info4__value {
    width: calc(100% - 100px);
    padding-left: 16px;
    line-height: 1.8;
    font-size: 14px;
  }
}

.top-company1 {
  background: #f4f4f4;
  padding-right: 60px;
}
@media screen and (max-width: 599px) {
  .top-company1 {
    padding-right: 0px;
  }
}
.top-company1 .common__container {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.top-company1 .common__contents {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__contents:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.top-company1 .common__text {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__text {
    margin-top: 24px;
  }
}
.top-company1 .common__btn {
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__btn {
    margin-top: 32px;
  }
}
.top-company1 .common__btn__link {
  margin-inline: auto;
}
.top-company1 .common__img {
  position: absolute;
  top: 47.5%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39%;
  max-width: 473px;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__img {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
.top-company1 .common__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-company1 .common__img.is-sp {
    margin-top: 36px;
    position: relative;
    width: 60%;
    margin-inline: auto;
  }
  .top-company1 .common__img.is-sp::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -12px;
    left: -12px;
    background: #d0e2e6;
    z-index: -1;
  }
}

.g-map2 {
  width: 100%;
  position: relative;
  padding-top: 300px;
  margin-bottom: 40px;
}
.g-map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-map2.--mt {
  margin-top: 64px;
}
.g-map2.--mt2 {
  margin-top: 100px;
}
.access2__text {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.btn-map2-box {
  text-align: center;
}

.btn-map2 a {
  width: 188px;
  display: block;
  margin-inline: auto;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 16px 8px;
  line-height: 1.4;
  position: relative;
}
.btn-map2 a::after {
  display: block;
  content: "";
  background-image: url(../images/common/blank-black.svg);
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access2__note {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
/*=======
# アクセス
======================================================*/
.access3__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .access3__flex {
    display: block;
  }
}

.access3__flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.access3__img {
  width: 660px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .access3__img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    margin-inline: auto;
  }
}

.access3__map {
  width: 100%;
  position: relative;
  padding-top: 72%;
}
.access3__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access3__text {
  width: 36%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .access3__text {
    width: 100%;
    margin-left: 0;
  }
}

.access3__text:last-child {
  margin-bottom: 0;
}
.access3__text-access {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .access3__text-access {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.access3__text-access.--mb {
  margin-bottom: 32px;
}
.access3__text-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .access3__text-box {
    margin-bottom: 24px;
  }
}

.access3__text-box:last-child {
  margin-bottom: 0;
}

.access3__text-img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.access3__text-guide {
  border-left: 1px solid #333;
  margin-left: 20px;
  padding-left: 20px;
}

.access3__text-title {
  font-size: 16px;
}
.access3__text-content {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .access3__text-content {
    line-height: 2;
    font-size: 14px;
  }
}

.access3__bottom {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 16px;
  padding-bottom: 22px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.access3__bottom-title {
  font-size: 18px;
}

.access3__bottom-content {
  font-size: 14px;
}

.products1 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .products1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.products1__inner {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.products1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px 7%;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .products1__list {
    gap: 16px; /* レスポンシブ時の余白 */
  }
}

.products1__item {
  width: 30%;
  margin-right: -16px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .products1__item {
    width: 46%;
    margin-bottom: 16px;
    margin-right: 0;
    margin-left: 0;
  }
}

.products1__photo {
  background-color: #eaeaea;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .products1__photo {
    padding: 8px 8px;
  }
}

.products1__img {
  width: 100%;
  height: auto;
  display: block;
}

.products1__info {
  background-color: #fff;
  padding: 32px 32px;
}
@media screen and (max-width: 768px) {
  .products1__info {
    padding: 16px 16px;
  }
}

.products1__title {
  letter-spacing: 0.1em;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2;
  padding-left: 8px;
  border-left: 8px solid #6fa4d1;
}
@media screen and (max-width: 768px) {
  .products1__title {
    margin-bottom: 14px;
    font-size: 16px;
    border-left: 4px solid #6fa4d1;
  }
}

.products1__tag {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .products1__tag {
    font-size: 13px;
  }
}

.category1 .inner {
  width: 1220px;
  padding: 0 8px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .category1 .inner {
    padding: 0 20px;
  }
}

.category1-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.category1-list__item {
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .category1-list__item {
    width: calc(48% - 10px);
    margin-inline: auto;
  }
}
.category1-list__button {
  display: -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: 16px;
  border: 1px solid #333;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.category1-list__button:hover {
  background: #3f8f11;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .category1-list__button {
    font-size: 12px;
    padding: 8px;
  }
}
.category1-list__icon {
  width: 16px;
  margin-left: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq1 {
  margin-top: 64px;
}

.faq1-item {
  margin-bottom: 40px;
}
.faq1-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: 28px;
  background: #6fa4d1;
  color: #fff;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .faq1-question {
    gap: 14px;
    padding: 8px 48px 8px 8px;
  }
}
.faq1-question .faq1-q-icon {
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq1-question .faq1-q-icon {
    display: block;
    min-width: 28px;
  }
}
.faq1-question .faq1-q-text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .faq1-question .faq1-q-text {
    font-size: 14px;
  }
}
.faq1-question::before, .faq1-question::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq1-question::before {
  width: 4px;
  height: 20px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .faq1-question::before {
    width: 2px;
    height: 18px;
    right: 26px;
  }
}
.faq1-question::after {
  width: 20px;
  height: 4px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .faq1-question::after {
    height: 2px;
    width: 18px;
    right: 18px;
  }
}

.js-faq1 .faq1-panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.faq1-inner {
  overflow: hidden;
}

.faq1-answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 28px;
  border-radius: 8px;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .faq1-answer {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 8px 16px 8px 8px;
  }
}
.faq1-answer .faq1-a-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq1-answer .faq1-a-icon {
    min-width: 28px;
  }
}
.faq1-answer .faq1-a-text {
  color: #333;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq1-answer .faq1-a-text {
    font-size: 14px;
  }
}

.faq1-item.active .faq1-panel {
  grid-template-rows: 1fr;
}

.faq1-item.active .faq1-question {
  border-bottom: none;
}
.faq1-item.active .faq1-question::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.faq2 {
  margin-top: 64px;
  width: 943px;
  max-width: 100%;
  margin-inline: auto;
}

.faq2-item {
  margin-bottom: 24px;
}
.faq2-question {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  background: #f0f5f3;
  color: #333;
  padding: 18px 28px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .faq2-question {
    gap: 14px;
    padding: 8px 48px 8px 8px;
  }
}
.faq2-question .faq2-q-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq2-question .faq2-q-icon {
    display: block;
    width: 28px;
  }
}
.faq2-question .faq2-q-text {
  color: #333;
  font-size: 17px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .faq2-question .faq2-q-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.faq2-question::before, .faq2-question::after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq2-question::before {
  width: 1px;
  height: 24px;
  right: 36px;
}
@media screen and (max-width: 768px) {
  .faq2-question::before {
    width: 2px;
    height: 18px;
    right: 26px;
  }
}
.faq2-question::after {
  width: 24px;
  height: 1px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .faq2-question::after {
    height: 2px;
    width: 18px;
    right: 18px;
  }
}

.js-faq2 .faq2-panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.faq2-inner {
  overflow: hidden;
}

.faq2-answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 28px;
  padding: 18px 28px;
}
@media screen and (max-width: 768px) {
  .faq2-answer {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding: 8px 16px 8px 8px;
  }
}
.faq2-answer .faq2-a-icon {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq2-answer .faq2-a-icon {
    width: 28px;
  }
}
.faq2-answer .faq2-a-text {
  color: #333;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq2-answer .faq2-a-text {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.faq2-item.active .faq2-panel {
  grid-template-rows: 1fr;
}

.faq2-item.active .faq2-question {
  border-bottom: none;
}
.faq2-item.active .faq2-question::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.faq3 .Accordion {
  width: 100%;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 30px;
  display: block;
}
.faq3 .Accordion:first-of-type {
  margin-top: 0px;
}
.faq3 .Accordion-Title {
  position: relative;
  border-radius: 0px 15px 0px 0px;
  background: #f4f4f4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq3 .accordion__icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px 15px 0px 0px;
  background: #4d99a8;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 30px */
  display: block;
  padding: 25px 28px;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .faq3 .accordion__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px 10px 0px 0px;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
    height: 42px;
    width: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.faq3 .accordion__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 19px */
  letter-spacing: 1.9px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 88px 20px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .faq3 .accordion__text {
    font-size: 14px;
    padding: 20px 40px 20px 20px;
  }
}
.faq3 .Accordion-Title::before {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background-color: #4d99a8;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Title::before {
    width: 3px;
    height: 23px;
    right: 24px;
  }
}
.faq3 .Accordion.AccordionIsOpen .Accordion-Title::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq3 .Accordion-Title:after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  background-color: #4d99a8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
  -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;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Title:after {
    width: 23px;
    height: 3px;
    right: 14px;
  }
}
.faq3 .Accordion-Title-Icon {
  width: 20px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--accordion-duration);
          transition-duration: var(--accordion-duration);
  -webkit-transition-timing-function: var(--accordion-timing-function);
          transition-timing-function: var(--accordion-timing-function);
  -webkit-transition-delay: var(--accordion-delay);
          transition-delay: var(--accordion-delay);
}
.faq3 .AccordionIsOpen .Accordion-Title-Icon {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}
.faq3 .Accordion-Title::-webkit-details-marker {
  display: none;
}
.faq3 .Accordion-Content {
  text-align: left;
  max-width: 910px;
  margin-inline: auto;
  line-height: 1.5;
  width: 100%;
  padding: 20px;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .faq3 .Accordion-Content {
    width: 88%;
    text-align: justify;
  }
}
.faq3 .Accordion-Content .accordion__icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  background: transparent;
  display: block;
  padding: 0;
  height: auto;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Content .accordion__icon {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%; /* 32px */
  }
}
.faq3 .Accordion-Content .accordion__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .faq3 .Accordion-Content .accordion__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 32px */
  }
}

.faq4__container {
  border-radius: 15px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.1);
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .faq4__container {
    padding: 20px;
  }
}
.faq4__container:first-of-type {
  margin-top: 0px;
}

.faq4__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 599px) {
  .faq4__contents {
    gap: 12px;
  }
}
.faq4__contents:nth-of-type(1) {
  padding-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .faq4__contents:nth-of-type(1) {
    padding-bottom: 12px;
  }
}
.faq4__contents:nth-of-type(1) .faq4__text {
  color: #1eadd1;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 18px */
}
@media screen and (max-width: 599px) {
  .faq4__contents:nth-of-type(1) .faq4__text {
    font-size: 14px;
    line-height: 200%;
  }
}
.faq4__contents:nth-of-type(2) {
  padding-top: 26px;
}
@media screen and (max-width: 599px) {
  .faq4__contents:nth-of-type(2) {
    padding-top: 12px;
  }
}

.faq4__icon {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .faq4__icon {
    max-width: 28px;
  }
}

.faq4__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 599px) {
  .faq4__text {
    font-size: 14px;
    line-height: 200%;
  }
}
.faq4__text a {
  color: #1eadd1;
  text-decoration: underline;
}
.faq4__text a:hover {
  opacity: 0.7;
}

.lower1__mv__wrap {
  height: 385px;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lower1__mv__wrap {
    height: 220px;
  }
}
.lower1__mv__wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #8394a2;
  mix-blend-mode: multiply;
  z-index: 0;
}
.lower1__mv__wrap.lower1__mv--1 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--2 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--3 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--4 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--5 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__wrap.lower1__mv--6 {
  background-image: url(../images/common/sample-01.jpg);
}

.lower1__mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.lower1__mv__title span {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower1__mv__title span {
    font-size: 22px;
  }
}

.lower1__mv__title--top {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower1__mv__title--top {
    font-size: 24px;
  }
}

.lower1__mv__title--bottom {
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lower1__mv__title--bottom {
    font-size: 16px;
  }
}

.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: #395780;
  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: #395780;
  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 */
  }
}

.top-news2 {
  position: relative;
  background: #999;
}
.top-news2 .mv__news {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 34px;
  background: #fff;
  height: 126px;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__news {
    height: auto;
    padding: 32px 30px 24px 30px;
    width: 90%;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 16px;
  }
}
.top-news2 .mv__news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.top-news2 .mv__news__contents .mv__news__link {
  display: block;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__news__contents .mv__news__link {
    display: none;
  }
}
@media (any-hover: hover) {
  .top-news2 .mv__news__contents .mv__news__link:hover {
    color: #4d99a8;
  }
}
.top-news2 .mv__news__link.is-sp {
  margin-top: 24px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 1.3px;
  width: 100%;
  text-align: right;
}
.top-news2 .mv__news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__news__title {
    gap: 8px;
  }
}
.top-news2 .mv__news__title span:nth-of-type(1) {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__news__title span:nth-of-type(1) {
    font-size: 21px;
  }
}
.top-news2 .mv__news__title span:nth-of-type(2) {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__news__title span:nth-of-type(2) {
    padding-bottom: 2px;
  }
}
.top-news2 .mv__table {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__table {
    margin-top: 24px;
  }
}
.top-news2 .mv__table__data__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .top-news2 .mv__table__data__link {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (any-hover: hover) {
  .top-news2 .mv__table__data__link:hover .mv__table__header {
    color: #4d99a8;
  }
  .top-news2 .mv__table__data__link:hover .mv__table__data__link__title {
    color: #4d99a8;
  }
}
.top-news2 .mv__table__header {
  color: #848484;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-news2 .mv__table__data__link__title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}

.top-news3__nav__menu {
  width: 100%;
  max-width: 734px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .top-news3__nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    gap: 8px;
  }
}

.top-news3__nav__link {
  width: 100px;
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 3px 6px;
  border: solid 1px #888;
  border-radius: 50px;
  color: #888;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-news3__nav__link {
    width: 80px;
    max-width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 11px;
  }
}
@media (any-hover: hover) {
  .top-news3__nav__link:hover {
    background-color: #3f8f11;
    color: #fff;
    border: solid 1px #3f8f11;
  }
}
.top-news3__nav__link.active {
  background-color: #3f8f11;
  color: #fff;
}

.top-news3__menu {
  margin-top: 55px;
  border-radius: 8px;
  max-width: 774px;
  padding: 0px 20px 48px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-news3__menu {
    margin-top: 16px;
    padding: 16px 0;
    margin-bottom: 32px;
  }
}

.top-news3__list:first-of-type .top-news3__link {
  padding: 22px 0 22px 0;
  border-top: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .top-news3__list:first-of-type .top-news3__link {
    padding: 16px 0 16px 0;
  }
}

.top-news3__list:last-of-type .top-news3__link {
  border-bottom: 1px solid #333;
}

.top-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) {
  .top-news3__link {
    display: block;
    padding: 16px 0px 16px 0px;
  }
}
.top-news3__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-news3__link::before {
    top: 70%;
    width: 16px;
    height: 12px;
  }
}
.top-news3__link:hover {
  opacity: 0.7;
}

.top-news3__date {
  color: #888;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-right: 12px;
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  .top-news3__date {
    min-width: 64px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.top-news3__category {
  max-width: 74px;
  width: 100%;
  padding: 0px 2px;
  background-color: #fff;
  border: solid 1px #888;
  border-radius: 50px;
  color: #888;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .top-news3__category {
    display: inline-block;
    max-width: 80px;
    text-align: center;
    font-size: 10px;
    margin-right: 0;
  }
}

.top-news3__title {
  color: #333;
  font-size: 14px;
  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: 90%;
}
@media screen and (max-width: 768px) {
  .top-news3__title {
    font-size: 14px;
    width: 100%;
    margin-top: 12px;
    max-width: 100%;
  }
}

.top-news3 {
  padding-top: 112px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}
@media screen and (max-width: 768px) {
  .top-news3.section {
    padding-top: 60px;
  }
}
.top-news3 .common__btn {
  text-align: center;
}
.top-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) {
  .top-news3 .wp-pagenavi {
    margin-top: 25px;
  }
}
.top-news3 .wp-pagenavi span,
.top-news3 .wp-pagenavi a {
  border: none;
}
.top-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) {
  .top-news3 .wp-pagenavi .page {
    font-size: 16px;
  }
}
.top-news3 .wp-pagenavi .page:hover {
  opacity: 0.7;
}
.top-news3 .pages {
  display: none;
}
.top-news3 .wp-pagenavi span.current {
  color: #6cab28;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 1px solid #3f8f11;
}
@media screen and (max-width: 768px) {
  .top-news3 .wp-pagenavi span.current {
    font-size: 16px;
  }
}
.top-news3 .previouspostslink {
  position: relative;
  background-color: #3f8f11;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.top-news3 .previouspostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top-news3 .previouspostslink:before {
    width: 10px;
    height: 10px;
  }
}
.top-news3 .previouspostslink:hover {
  opacity: 0.7;
}
.top-news3 .nextpostslink {
  position: relative;
  background-color: #3f8f11;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.top-news3 .nextpostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 52%;
  right: 32%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top-news3 .nextpostslink:before {
    width: 10px;
    height: 10px;
  }
}
.top-news3 .nextpostslink:hover {
  opacity: 0.7;
}

.top-news5__btn {
  display: block;
  max-width: 201px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border: 1px solid #333;
  position: relative;
  border-radius: 40px;
}
.top-news5__btn:hover {
  background: #3F8F11;
  color: #fff;
  border: 1px solid #3F8F11;
}

.top-news5__btn span {
  padding: 16px 0;
  display: block;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .top-news5__btn span {
    padding: 12px 0;
    font-size: 14px;
  }
}
.top-news5__btn span:hover {
  color: #fff;
}

.access1 {
  background: #f4f4f4;
  position: relative;
}
.access1.section {
  padding-top: 170px;
  padding-bottom: 130px;
}
@media screen and (max-width: 599px) {
  .access1.section {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.access1 .footer__logo {
  max-width: 196px;
  width: 100%;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .access1 .footer__logo {
    max-width: 120px;
    top: -60px;
  }
}
.access1 .page-top__btn {
  max-width: 70px;
  width: 100%;
  position: absolute;
  top: -24px;
  right: 188px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .access1 .page-top__btn {
    max-width: 60px;
    right: 20px;
  }
}
.access1 .page-top__btn__link {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  width: 70px;
  height: 60px;
  background: #848484;
  border: #848484 solid 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .access1 .page-top__btn__link {
    font-size: 12px;
    width: 60px;
    height: 50px;
  }
}
@media (any-hover: hover) {
  .access1 .page-top__btn__link:hover {
    background-color: #fff;
    color: #848484;
  }
  .access1 .page-top__btn__link:hover::before {
    top: -26px;
  }
}
.access1 .page-top__btn__link::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 42px;
  height: 12px;
  position: absolute;
  top: -15px;
  left: 44%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  background: #848484;
  z-index: 1;
}
.access1 .access___container {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: 50%;
  width: 90vw; /* 左側に50vw分広げる */
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw); /* 左側に50vwずらす */
}
@media screen and (max-width: 599px) {
  .access1 .access___container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 1fr;
    gap: 24px;
    left: auto;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.access1 .common__img {
  width: 100%;
}
.access1 .common__contents {
  width: 100%;
}
.access1 .common__title {
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  .access1 .common__title {
    font-size: 18px;
  }
}
.access1 .common__title span:nth-of-type(1) {
  display: inline;
  padding-right: 5px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 1.5px;
}
@media screen and (max-width: 599px) {
  .access1 .common__title span:nth-of-type(1) {
    font-size: 13px;
    padding-right: 2.5px;
  }
}
.access1 .common__text {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .access1 .common__text {
    margin-top: 12px;
  }
}
.access1 .googlemap {
  margin-top: 30px;
  height: 253px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .access1 .googlemap {
    height: 253px;
    margin-top: 18px;
  }
}
.access1 .googlemap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .access1 .googlemap::after {
    bottom: -12px;
    right: -12px;
  }
}

.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: #395780;
  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: #395780;
  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: #395780; /* SVGの色を変更 */
  }
  .cta2 .cta2__btn__link:hover span {
    color: #395780;
  }
}

.cta3__bg {
  position: relative;
  background-image: url(../images/common/sample-01.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: #d52020;
  mix-blend-mode: multiply;
  z-index: 1;
}
.cta3__inner {
  position: relative;
  padding: 80px 20px 92px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cta3__inner {
    padding: 40px 20px;
  }
}
.cta3__heading {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 4.2px;
  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: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cta3__lead {
    font-size: 12px;
    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: 599px) {
  .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;
  }
}

.cta4 {
  position: relative;
}
.cta4.section {
  padding-bottom: 242px;
}
@media screen and (max-width: 599px) {
  .cta4.section {
    padding-bottom: 140px;
  }
}
.cta4 .common__bg {
  display: block;
  max-width: 660px;
  width: 50%;
  height: auto;
  position: absolute;
  bottom: -230px;
  left: auto;
  right: -30px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .cta4 .common__bg {
    bottom: 0px;
    right: 0px;
  }
}
.cta4 .contact__btn__contents {
  position: relative;
  z-index: 2;
  margin-top: 56px;
  max-width: 633px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 102px;
}
@media screen and (max-width: 599px) {
  .cta4 .contact__btn__contents {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.cta4 .contact__btn span {
  margin-top: 16px;
  margin-left: -10px;
  display: block;
  color: #848484;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .cta4 .contact__btn span {
    margin-top: 8px;
    margin-left: -5px;
    font-size: 12px;
  }
}
.cta4 .contact__btn__link {
  display: block;
  white-space: nowrap;
  width: 255px;
  height: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 31px 42px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 17px */
  letter-spacing: 5.1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  position: relative;
}
@media screen and (max-width: 599px) {
  .cta4 .contact__btn__link {
    font-size: 16px;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .cta4 .contact__btn__link:hover::before {
    right: -35px;
  }
}
.cta4 .contact__btn__link::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 35px;
  height: 10px;
  position: absolute;
  top: 47%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.cta5__bg {
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta5__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;
}
.cta5__inner {
  position: relative;
  padding: 80px 20px 92px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cta5__inner {
    padding: 40px 20px;
  }
}
.cta5__heading {
  color: #fff;
  text-align: center;
  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) {
  .cta5__heading {
    font-size: 25px;
    margin-bottom: 24px;
  }
}
.cta5__heading h2 {
  color: #fff !important;
}
.cta5__lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2.4px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cta5__lead {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.cta5__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) {
  .cta5__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.cta5__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) {
  .cta5__btn {
    max-width: 320px;
    width: 100%;
    height: 54px;
  }
  .cta5__btn:first-child {
    margin-bottom: 20px;
  }
}
.cta5__btn svg {
  max-width: 14px;
  margin-right: 7px;
}
.cta5__btn svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cta5__btn:hover {
  color: #fff;
  background-color: #d52020;
  border: 2px solid #d52020;
}
.cta5__btn:hover path {
  fill: #fff;
}
.cta5 .cta5__btn,
.cta5 .cta5__btn-white {
  letter-spacing: 0.06em;
}
.cta5 .cta5__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) {
  .cta5 .cta5__btn-white {
    max-width: 320px;
    width: 100%;
    height: 54px;
  }
  .cta5 .cta5__btn-white:first-child {
    margin-bottom: 20px;
  }
}
.cta5 .cta5__btn-white svg {
  max-width: 18px;
  margin-right: 7px;
}
.cta5 .cta5__btn-white svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cta5 .cta5__btn-white:hover {
  color: #fff;
  background-color: #d52020;
  border: 2px solid #d52020;
}
.cta5 .cta5__btn-white:hover path {
  fill: #fff;
}

.cta5 .sec5__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) {
  .cta5 .sec5__heading {
    margin-bottom: 14px;
  }
}
.cta5 .sec5__heading p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta5 .sec5__heading p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.cta5 .sec5__heading h2 {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta5 .sec5__heading h2 {
    font-size: 21px;
  }
}

.cta5 .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) {
  .cta5 .sec3__lead {
    font-size: 12px;
    margin-bottom: 24px;
  }
}

.cta5__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) {
  .cta5__nav__icon {
    display: block;
  }
}

.cta5__nav__tel,
.cta5__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;
  height: 66px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cta5__nav__tel,
  .cta5__nav__mail {
    width: 100%;
  }
}
.cta5__nav__tel img,
.cta5__nav__mail img {
  margin-right: 4px;
  max-width: 13px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .cta5__nav__tel img,
  .cta5__nav__mail img {
    max-width: 18px;
  }
}

.cta5__nav__tel {
  background-color: #c74e3c;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cta5__nav__tel {
    font-size: 22px;
  }
}
.cta5__nav__tel p {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .cta5__nav__tel p {
    width: 100%;
  }
}
.cta5__nav__tel span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .cta5__nav__tel span {
    font-size: 12px;
  }
}

.cta5__nav__mail {
  background-color: #6fa4d1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cta5__nav__mail {
    font-size: 22px;
  }
}

.cta6__bg {
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta6__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #f4f4f4;
  z-index: 1;
}
.cta6__inner {
  position: relative;
  padding: 80px 20px 92px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cta6__inner {
    display: block;
    padding: 80px 20px;
  }
}
.cta6__box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cta6__box {
    width: 100%;
  }
}
.cta6__box--border {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta6__box--border {
    margin-bottom: 60px;
  }
}
.cta6__box--border::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .cta6__box--border::after {
    content: unset;
  }
}
.cta6__heading {
  color: #333;
  text-align: center;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cta6__heading {
    font-size: 25px;
    margin-bottom: 24px;
  }
}
.cta6__lead {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .cta6__lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.cta6__btn {
  display: block;
  color: #333;
  width: 242px;
  padding: 8px 0;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-inline: auto;
  border-radius: 32px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .cta6__btn {
    font-size: 16px;
    max-width: 320px;
    width: 100%;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .cta6__btn:first-child {
    margin-bottom: 20px;
  }
}
.cta6__btn svg {
  max-width: 14px;
  margin-right: 7px;
}
.cta6__btn svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cta6__btn:hover {
  color: #fff;
  background-color: #6cab28;
  border: 1px solid #6cab28;
}
.cta6__btn:hover path {
  fill: #fff;
  stroke: #fff;
}
.cta6 .cta6__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.cta6 .cta6__call,
.cta6 .cta6__fax {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
}
.cta6 .cta6__call {
  text-decoration: underline;
}

.cta7__bg {
  position: relative;
  background-image: url(../images/common/sample-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta7__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #1f3a61;
  mix-blend-mode: multiply;
  z-index: 1;
}

.cta7__inner {
  position: relative;
  padding: 80px 20px 92px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .cta7__inner {
    padding: 40px 20px;
  }
}

.cta7__subheading {
  color: #eb9928;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .cta7__subheading {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.cta7__heading {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .cta7__heading {
    font-size: 25px;
    margin-bottom: 24px;
  }
}
.cta7__heading h2 {
  color: #fff !important;
}

.cta7__lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .cta7__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.cta7__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) {
  .cta7__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.cta7__btn {
  color: #fff;
  width: 254px;
  border: 1px solid #fff;
  border-radius: 24px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0px 12px 32px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta7__btn {
    font-size: 14px;
    max-width: 223px;
    width: 100%;
    height: auto;
  }
}
.cta7__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .cta7__btn:hover {
    color: #fff;
  }
}
.cta7__btn:hover {
  color: #fff;
  background-color: #eb9928;
  border: 1px solid #eb9928;
}

.cta7__btn {
  letter-spacing: 0.05em;
}

.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: #395780;
  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: #395780;
  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: #395780;
  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: #395780;
  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: #395780;
  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;
  }
}

.flow3 {
  position: relative;
}
.flow3.gray-section:before {
  content: "";
  display: block;
  width: 31px;
  height: 18px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/flow3-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.flow3.gray-section::after {
  content: "";
  display: block;
  width: 31px;
  height: 18px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/flow3-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.flow3.white-section .common__img {
  position: relative;
}
.flow3.white-section .common__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .flow3.white-section .common__img::after {
    bottom: -12px;
    left: -12px;
  }
}
.flow3:nth-of-type(2) .common__bg {
  bottom: 410px;
  left: -70px;
}
.flow3:nth-of-type(3) .common__bg {
  bottom: -250px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 599px) {
  .flow3:nth-of-type(3) .common__bg {
    bottom: -106px;
    left: auto;
    right: -10px;
    width: 60%;
    max-width: 100%;
  }
}
.flow3:nth-of-type(7) .common__bg {
  bottom: 410px;
  left: -70px;
}
@media screen and (max-width: 599px) {
  .flow3:nth-of-type(7) .common__bg {
    bottom: 701px;
    left: -10px;
    max-width: 100%;
    width: 40%;
  }
}
.flow3:nth-of-type(7)::after {
  display: none;
}
.flow3 .flow3__contents {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .flow3 .flow3__contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.flow3 .flow3__title span:nth-of-type(1) {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 34px */
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .flow3 .flow3__title span:nth-of-type(1) {
    font-size: 20px;
  }
}
.flow3 .flow3__title span:nth-of-type(2) {
  padding-left: 10px;
  color: #4d99a8;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .flow3 .flow3__title span:nth-of-type(2) {
    padding-left: 5px;
    font-size: 12px;
  }
}
.flow3 .flow3__text {
  margin-top: 34px;
}
@media screen and (max-width: 599px) {
  .flow3 .flow3__text {
    margin-top: 20px;
  }
}
.flow3 .flow3__text {
  margin-top: 34px;
  padding: 24px 8px 24px 24px;
  background: #f4f4f4;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .flow3 .flow3__text {
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
  }
}
.flow3 .example__contents {
  margin-top: 100px;
  max-width: 856px;
  width: 100%;
  margin-inline: auto;
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 25px 25px 140px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 25px 140px 0px rgba(0, 0, 0, 0.1);
  padding: 100px 130px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow3 .example__contents {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .flow3 .example__contents {
    border-radius: 16px;
    margin-top: 40px;
    padding: 20px;
  }
}
.flow3 .example__contents .flow3__menu {
  margin-top: 36px;
}
@media screen and (max-width: 599px) {
  .flow3 .example__contents .flow3__menu {
    margin-top: 18px;
  }
}
.flow3 .example__contents .flow3__list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 260%; /* 41.6px */
  text-transform: uppercase;
  margin-left: 10px;
  text-indent: -14px;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .flow3 .example__contents .flow3__list {
    line-height: 200%; /* 41.6px */
    font-size: 14px;
  }
}
.flow3.gray-section {
  background: #f4f4f4;
}
.flow3.gray-section .flow__text {
  background: #ffffff;
}

.single1 .single1__container {
  max-width: 762px;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
}
.single1 .single1__container single1__data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single1 .single1__container .single1__date {
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .single1__date {
    font-size: 14px;
  }
}
.single1 .single1__container .single1__category {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  line-height: normal;
  letter-spacing: 0.16em;
  width: 116px;
  background-color: #888;
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .single1__category {
    padding: 4px;
    font-size: 12px;
  }
}
.single1 .single1__container .single1__title {
  margin-top: 16px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .single1__title {
    margin-top: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 21px;
  }
}
.single1 .single1__container .news__contents {
  width: 100%;
}
.single1 .single1__container h1.wp-block-heading {
  margin-top: 30px;
  background-color: #888;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container h1.wp-block-heading {
    font-size: 18px;
    margin-top: 20px;
  }
}
.single1 .single1__container h2.wp-block-heading {
  margin-top: 30px;
  border-left: 3px solid #888;
  width: 100%;
  font-size: 18px;
  padding: 0 5px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container h2.wp-block-heading {
    font-size: 16px;
    margin-top: 20px;
  }
}
.single1 .single1__container h3.wp-block-heading {
  margin-top: 30px;
  border-bottom: 1px solid #888;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container h3.wp-block-heading {
    margin-top: 20px;
  }
}
.single1 .single1__container p {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 230%; /* 36.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container p {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 20px;
  }
}
.single1 .single1__container figure.wp-block-image {
  margin-top: 20px;
  width: 100%;
}
.single1 .single1__container .wp-block-list {
  margin-top: 30px;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 240%; /* 38.4px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .wp-block-list {
    margin-top: 20px;
    font-size: 14px;
  }
}
.single1 .single1__container .wp-block-list li {
  position: relative;
  padding-left: 15px;
}
.single1 .single1__container .wp-block-list li::before {
  content: "";
  display: block;
  background-color: #888;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single1 .single1__container .wp-block-file {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .wp-block-file {
    margin-top: 20px;
  }
}
.single1 .single1__container .wp-block-file__button {
  background: #888;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%; /* 16px */
  padding: 10px 30px;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .wp-block-file__button {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.single1 .single1__container .wp-block-embed {
  margin-top: 30px;
  max-width: 100%;
}
.single1 .single1__container .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.single1 .single1__container .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.single1 .single1__container .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .single1 .single1__container .wp-block-embed {
    margin-top: 20px;
  }
}

.single1__post-navigation {
  margin-top: 72px;
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .single1__post-navigation {
    margin-top: 50px;
    max-width: 260px;
  }
}
.single1__post-navigation a:hover {
  opacity: 0.7;
}

.single1__post-previous {
  position: relative;
}
.single1__post-previous a {
  background-color: #888;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
}
.single1__post-previous a:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .single1__post-previous a:before {
    width: 10px;
    height: 10px;
  }
}

.single1__post-list a {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 599px) {
  .single1__post-list a {
    font-size: 16px;
  }
}

.single1__post-next {
  position: relative;
}
.single1__post-next a {
  background-color: #888;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single1__post-next a:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .single1__post-next a:before {
    width: 10px;
    height: 10px;
  }
}

.single2 {
  padding-top: 122px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}
@media screen and (max-width: 768px) {
  .single2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.single2 .single2__container {
  max-width: 959px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.single2 .single2__container .single2__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) {
  .single2 .single2__container .single2__date {
    width: 110px;
    height: 24px;
    font-size: 12px;
  }
}
.single2 .single2__container .single2__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: #888;
  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) {
  .single2 .single2__container .single2__date {
    font-size: 16px;
  }
}
.single2 .single2__container .single2__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) {
  .single2 .single2__container .single2__title {
    margin-top: 12px;
    font-size: 18px;
  }
}
.single2 .single2__container .single2__contents {
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single2 .single2__container .single2__contents {
    margin-top: 20px;
  }
}
.single2 .single2__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) {
  .single2 .single2__container h1.wp-block-heading {
    font-size: 18px;
    margin-top: 20px;
  }
}
.single2 .single2__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) {
  .single2 .single2__container h2.wp-block-heading {
    font-size: 16px;
    margin-top: 20px;
  }
}
.single2 .single2__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) {
  .single2 .single2__container h3.wp-block-heading {
    margin-top: 20px;
  }
}
.single2 .single2__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) {
  .single2 .single2__container p {
    font-size: 14px;
    margin-top: 18px;
  }
}
.single2 .single2__container figure.wp-block-image {
  margin-top: 20px;
  width: 100%;
}
.single2 .single2__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) {
  .single2 .single2__container .wp-block-list {
    margin-top: 20px;
    font-size: 14px;
  }
}
.single2 .single2__container .wp-block-list li {
  position: relative;
  padding-left: 15px;
}
.single2 .single2__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%);
}
.single2 .single2__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) {
  .single2 .single2__container .wp-block-file {
    gap: 12px;
    margin-top: 28px;
  }
}
.single2 .single2__container .wp-block-file a {
  text-align: center;
  font-size: 18px;
}
.single2 .single2__container .wp-block-file a:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 768px) {
  .single2 .single2__container .wp-block-file a {
    font-size: 14px;
  }
}
.single2 .single2__container .wp-block-file__button {
  max-width: 336px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #888;
  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) {
  .single2 .single2__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;
  }
}
.single2 .single2__container .wp-block-file__button::before {
  content: "PDFはこちら";
  display: block;
  border-radius: 8px;
  background: #888;
  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) {
  .single2 .single2__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;
  }
}
.single2 .single2__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) {
  .single2 .single2__container .wp-block-file__button::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .single2 .single2__container .wp-block-file__button:hover {
    opacity: 0.7;
  }
}
.single2 .single2__container .wp-block-file__embed {
  display: none;
}
.single2 .single2__container .wp-block-embed {
  margin-top: 30px;
  max-width: 100%;
}
.single2 .single2__container .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.single2 .single2__container .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.single2 .single2__container .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .single2 .single2__container .wp-block-embed {
    margin-top: 20px;
  }
}

.single2__post-navigation__wrap {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .single2__post-navigation__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.single2__post-navigation {
  max-width: 288px;
  width: 100%;
  margin-top: 150px;
  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) {
  .single2__post-navigation {
    max-width: 180px;
    margin-top: 75px;
  }
}
.single2__post-navigation a:hover {
  opacity: 0.7;
}

.single2__post-next {
  position: relative;
}
.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) {
  .single2__post-next a {
    padding-left: 0;
    height: 40px !important;
    width: 40px !important;
  }
}
.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) {
  .single2__post-next a:before {
    width: 8px;
    height: 8px;
  }
}
.single2__post-next a:hover {
  opacity: 0.7;
}

.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) {
  .single2__post-list {
    font-size: 14px;
  }
}

.single2__post-previous {
  position: relative;
}
.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) {
  .single2__post-previous a {
    padding-left: 0;
    height: 40px !important;
    width: 40px !important;
  }
}
.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) {
  .single2__post-previous a:before {
    width: 8px;
    height: 8px;
  }
}
.single2__post-previous a:hover {
  opacity: 0.7;
}

.single3 .single3__container {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  border-bottom: 1px solid #333;
}
.single3 .single3__date {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .single3 .single3__date {
    font-size: 14px;
  }
}
.single3 .single3__category {
  max-width: 92px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 5px 8px;
}
@media screen and (max-width: 768px) {
  .single3 .single3__category {
    width: 100px;
    padding: 2px;
    max-width: 120px;
    display: inline-block;
  }
}
.single3 .single3__category.news {
  background-color: #6fa4d1;
}
.single3 .single3__category.fire-laws {
  background-color: #c74e3c;
}
.single3 .single3__category {
  background-color: #6fa4d1;
}
.single3 .single3__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) {
  .single3 .single3__title {
    margin-top: 14px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.single3 .single3__contents {
  width: 100%;
}
.single3 h1.wp-block-heading {
  margin-top: 30px;
  background-color: #888;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single3 h1.wp-block-heading {
    font-size: 18px;
    margin-top: 20px;
  }
}
.single3 h2.wp-block-heading {
  margin-top: 30px;
  border-left: 3px solid #888;
  width: 100%;
  font-size: 18px;
  padding: 0 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single3 h2.wp-block-heading {
    font-size: 16px;
    margin-top: 20px;
  }
}
.single3 h3.wp-block-heading {
  margin-top: 30px;
  border-bottom: 1px solid #888;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .single3 h3.wp-block-heading {
    margin-top: 20px;
  }
}
.single3 p {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 230%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .single3 p {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 20px;
  }
}
.single3 figure.wp-block-image {
  margin-top: 20px;
  width: 100%;
}
.single3 .wp-block-list {
  margin-top: 30px;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 240%; /* 38.4px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .single3 .wp-block-list {
    margin-top: 20px;
    font-size: 14px;
  }
}
.single3 .wp-block-list li {
  position: relative;
  padding-left: 15px;
}
.single3 .wp-block-list li::before {
  content: "";
  display: block;
  background-color: #888;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single3 .wp-block-file {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .single3 .wp-block-file {
    margin-top: 20px;
  }
}
.single3 .wp-block-file__button {
  background: #888;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%; /* 16px */
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .single3 .wp-block-file__button {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.single3 .wp-block-embed {
  margin-top: 30px;
  max-width: 100%;
}
.single3 .wp-block-embed.alignleft {
  margin-right: auto;
  text-align: left;
}
.single3 .wp-block-embed.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.single3 .wp-block-embed.alignright {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .single3 .wp-block-embed {
    margin-top: 20px;
  }
}
.single3 .single3__post-previous {
  position: relative;
}
.single3 .single3__post-previous a {
  background-color: #6fa4d1;
  display: block;
  width: 40px;
  height: 40px;
  padding: 20px;
}
.single3 .single3__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) {
  .single3 .single3__post-previous a:before {
    width: 10px;
    height: 10px;
  }
}
.single3 .single3__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) {
  .single3 .single3__post-list a {
    font-size: 14px;
  }
}
.single3 .single3__post-next {
  position: relative;
}
.single3 .single3__post-next a {
  background-color: #6fa4d1;
  display: block;
  width: 40px;
  height: 40px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single3 .single3__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) {
  .single3 .single3__post-next a:before {
    width: 10px;
    height: 10px;
  }
}
.single3 .single3__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) {
  .single3 .single3__post-navigation {
    margin-top: 50px;
    max-width: 260px;
  }
}
.single3 .single3__post-navigation a:hover {
  opacity: 0.7;
}

.news1 {
  padding-top: 112px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}

@media screen and (max-width: 768px) {
  .news1 .section {
    padding-top: 60px;
  }
}

.news1__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;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .news1__nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 302px;
    gap: 12px;
  }
}

.news1__nav__link {
  width: 100px;
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 3px 6px;
  border: solid 2px #395780;
  border-radius: 50px;
  color: #395780;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news1__nav__link {
    max-width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .news1__nav__link:hover {
    background-color: #395780;
    color: #fff;
  }
}
.news1__nav__link.active {
  background-color: #395780;
  color: #fff;
}

.news1__menu {
  margin-top: 55px;
  border-radius: 8px;
  background: #fafafa;
  max-width: 1100px;
  padding: 80px 80px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news1__menu {
    padding: 40px 62px;
  }
}
@media screen and (max-width: 768px) {
  .news1__menu {
    margin-top: 40px;
    padding: 20px;
  }
}

.news1__list:first-of-type .news1__link {
  padding: 0 0 22px 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .news1__list:first-of-type .news1__link {
    padding: 0 0 16px 0;
  }
}
.news1__list:first-of-type .news1__link::before {
  top: 27%;
}
@media screen and (max-width: 768px) {
  .news1__list:first-of-type .news1__link::before {
    top: 59%;
  }
}

.news1__list:last-of-type .news1__link {
  border-bottom: 1px solid #333;
}

.news1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 24px 0;
  border-bottom: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news1__link {
    display: block;
    padding: 16px 0px 16px 0px;
  }
}
.news1__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .news1__link::before {
    top: 70%;
    width: 16px;
    height: 12px;
  }
}
.news1__link:hover {
  opacity: 0.7;
}

.news1__date {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-right: 8px;
  margin-right: 6px;
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  .news1__date {
    min-width: 72px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}

.news1__category {
  max-width: 100px;
  width: 100%;
  margin-right: 8px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #888;
  padding: 3px;
  border-radius: 50px;
  color: #888;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news1__category {
    display: inline-block;
    max-width: 80px;
    text-align: center;
    font-size: 11px;
    margin-right: 0;
    padding: 1px;
  }
}

.news1__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: 80%;
}
@media screen and (max-width: 768px) {
  .news1__title {
    font-size: 12px;
    width: 100%;
    margin-top: 8px;
    max-width: 100%;
  }
}

.news1 .wp-pagenavi {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news1 .wp-pagenavi {
    margin-top: 25px;
  }
}
.news1 .wp-pagenavi span,
.news1 .wp-pagenavi a {
  border: none;
}

.news1 .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) {
  .news1 .page {
    font-size: 16px;
  }
}

.news1 .pages {
  display: none;
}

.news1 .wp-pagenavi span.current {
  color: #395780;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 2px solid #395780;
}
@media screen and (max-width: 768px) {
  .news1 .wp-pagenavi span.current {
    font-size: 16px;
  }
}

.news1 .previouspostslink {
  position: relative;
  background-color: #395780;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news1 .previouspostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .news1 .previouspostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news1 .previouspostslink:hover {
  opacity: 0.7;
}

.news1 .nextpostslink {
  position: relative;
  background-color: #395780;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news1 .nextpostslink:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  position: absolute;
  top: 52%;
  right: 32%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .news1 .nextpostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news1 .nextpostslink:hover {
  opacity: 0.7;
}

.news2 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}
@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__title:hover,
.news2__date:hover {
  color: #395780;
}

.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: #c74e3c;
  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 {
  color: #395780;
}

.news2 .wp-pagenavi span:hover {
  color: #395780;
}

.news2 .wp-pagenavi span.current {
  position: relative;
  color: #fff;
  background-color: #395780;
  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;
}

.news3 {
  padding-top: 112px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}

@media screen and (max-width: 768px) {
  .news3.section {
    padding-top: 60px;
  }
}

.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__nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 302px;
  }
}

.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__nav__link {
    max-width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .news3__nav__link:hover {
    color: #c74e3c;
  }
}
.news3__nav__link.active {
  position: relative;
}
.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__nav__link--border {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #333;
}

.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__menu {
    padding: 40px 62px;
  }
}
@media screen and (max-width: 768px) {
  .news3__menu {
    margin-top: 40px;
    padding: 0px;
  }
}

.news3__list:first-of-type .news3__link {
  padding: 22px 0 22px 0;
  border-top: 1px solid #333;
}

.news3__list:last-of-type .news3__link {
  border-bottom: 1px solid #333;
}

.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__link {
    display: block;
    padding: 16px 0px 16px 0px;
  }
}
.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__link::before {
    top: 70%;
    right: 20px;
    width: 16px;
    height: 12px;
  }
}
.news3__link:hover {
  opacity: 0.7;
}

.news3__date {
  color: #333;
  font-size: 16px;
  display: block;
  margin-right: 20px;
  min-width: 92px;
}
@media screen and (max-width: 768px) {
  .news3__date {
    min-width: 80px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

.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__category {
    display: inline-block;
    max-width: 100px;
    text-align: center;
    font-size: 12px;
    margin-right: 0;
    padding: 2px;
  }
}

.news3__category.news {
  background-color: #6fa4d1;
}

.news3__category.fire-laws {
  background-color: #c74e3c;
}

.news3__category {
  background-color: #6fa4d1;
}

.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__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 .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 .page {
    font-size: 16px;
  }
}
.news3 .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;
}

.news4 {
  padding-top: 112px;
  position: relative;
  z-index: 1;
  overflow-y: clip;
}

.news4__menu {
  margin-top: 55px;
  border-radius: 8px;
  max-width: 734px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news4__menu {
    margin-top: 40px;
    padding: 0px;
  }
}

.news4__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .news4__nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    gap: 4px;
  }
}

.news4__nav__link {
  width: 100px;
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 3px 6px;
  border: solid 1px #888;
  border-radius: 50px;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news4__nav__link {
    width: 80px;
    max-width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 11px;
  }
}
@media (any-hover: hover) {
  .news4__nav__link:hover {
    background-color: #3f8f11;
    color: #fff;
  }
}
.news4__nav__link.active {
  border: solid 1px #3f8f11;
  background-color: #3f8f11;
  color: #fff;
}

.news4__date {
  color: #888;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-right: 6px;
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  .news4__date {
    min-width: 72px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.news4__category {
  max-width: 100px;
  width: 100%;
  margin-right: 8px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #888;
  padding: 3px;
  border-radius: 50px;
  color: #888;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news4__category {
    display: inline-block;
    max-width: 80px;
    text-align: center;
    font-size: 11px;
    margin-right: 0;
    padding: 1px;
  }
}

.news4__title {
  color: #333;
  font-size: 14px;
  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: 95%;
}
@media screen and (max-width: 768px) {
  .news4__title {
    font-size: 12px;
    width: 100%;
    margin-top: 8px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news4 .section {
    padding-top: 60px;
  }
}

.news4__list:first-of-type .news4__link {
  padding: 0 0 22px 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .news4__list:first-of-type .news4__link {
    padding: 0 0 16px 0;
  }
}
.news4__list:first-of-type .news4__link::before {
  top: 27%;
}
@media screen and (max-width: 768px) {
  .news4__list:first-of-type .news4__link::before {
    top: 59%;
  }
}

.news4__list:last-of-type .news4__link {
  border-bottom: 1px solid #333;
}

.news4__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 24px 0;
  border-bottom: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news4__link {
    display: block;
    padding: 16px 0px 16px 0px;
  }
}
.news4__link::before {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .news4__link::before {
    top: 70%;
    width: 16px;
    height: 12px;
  }
}
.news4__link:hover {
  opacity: 0.7;
}

.news4 .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) {
  .news4 .wp-pagenavi {
    margin-top: 25px;
  }
}
.news4 .wp-pagenavi span,
.news4 .wp-pagenavi a {
  border: none;
}

.news4 .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) {
  .news4 .page {
    font-size: 16px;
  }
}
.news4 .page:hover {
  opacity: 0.7;
}

.news4 .pages {
  display: none;
}

.news4 .wp-pagenavi span.current {
  color: #3f8f11;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  border-bottom: 2px solid #3f8f11;
}
@media screen and (max-width: 768px) {
  .news4 .wp-pagenavi span.current {
    font-size: 16px;
  }
}

.news4 .previouspostslink {
  position: relative;
  background-color: #3f8f11;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news4 .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) {
  .news4 .previouspostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news4 .previouspostslink:hover {
  opacity: 0.7;
}

.news4 .nextpostslink {
  position: relative;
  background-color: #3f8f11;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
}
.news4 .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) {
  .news4 .nextpostslink:before {
    width: 10px;
    height: 10px;
  }
}
.news4 .nextpostslink:hover {
  opacity: 0.7;
}

.contact-main {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .contact-main {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
.contact-main .common__text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-main .common__text {
    text-align: left;
    margin-top: 12px;
  }
}
.contact-main .common__text span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
  margin-left: 14px;
  text-indent: -14px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .contact-main .common__text span {
    font-size: 14px;
    display: block;
  }
}

.contact-main__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact-main__text {
    font-size: 16px;
  }
}

.contact-main__tel {
  margin-top: 24px;
  display: block;
  max-width: 405px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border-radius: 8px;
  background: #395780;
  position: relative;
  z-index: 10;
  padding: 22px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .contact-main__tel {
    margin-top: 12px;
    padding: 18px;
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .contact-main__tel:hover {
    opacity: 0.7;
  }
}

.contact-main3 {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
.contact-main3__head {
  font-size: 38px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main3__head {
    font-size: 24px;
  }
}
.contact-main3__head::after {
  display: block;
  content: "";
  height: 2px;
  width: 68px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}
.contact-main3__head.--black::after {
  background-color: #c74e3c;
}

.contact-main3--bg {
  background-image: url(../images/common/sample-01.jpg);
  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: 400px;
  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-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/tell.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  position: absolute;
  top: 56%;
  left: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-contact3__shop {
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.contact-main4 {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 64px;
  position: relative;
}
.contact-main4__head {
  font-size: 38px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main4__head {
    font-size: 24px;
  }
}
.contact-main4__head::after {
  display: block;
  content: "";
  height: 2px;
  width: 68px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
}
.contact-main4__head.--black::after {
  background-color: #c74e3c;
}

.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: 16px;
  }
}

.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: 16px;
  }
}

.contact-main5 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main5 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.contact-main5__text {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-main5__text {
    font-size: 12px;
  }
}

.contact-form1 {
  padding-top: 0;
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form1 .form__menu {
  border-radius: 8px;
  padding: 130px 140px;
  background: #f3f8f1;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form1 .form__menu {
    padding: 20px 20px 40px;
  }
}
.contact-form1 .form__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 244px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
@media screen and (max-width: 1024px) {
  .contact-form1 .form__list {
    margin-top: 16px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list {
    margin-top: 12px;
    gap: 8px;
  }
}
.contact-form1 .form__list__header {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__header {
    font-size: 12px;
  }
}
.contact-form1 .required {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background: #3f8f11;
  border-radius: 16px;
  width: 54px;
  padding: 4px 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form1 .required {
    line-height: unset;
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    padding: 2px 8px;
  }
}
.contact-form1 .any {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: 54px;
  padding: 4px 8px;
}
@media screen and (max-width: 768px) {
  .contact-form1 .any {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    padding: 2px 8px;
  }
}
.contact-form1 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form1 .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-form1 .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.contact-form1 .form__list__deta .form-text,
.contact-form1 .form__list__deta textarea {
  width: 100%;
  padding: 10px 15px;
  height: 43px;
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #888;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__deta .form-text,
  .contact-form1 .form__list__deta textarea {
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form1 .form__list__deta textarea {
  resize: vertical;
  height: 180px;
}
.contact-form1 .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form1 .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-form1 .form__list__deta input[type=checkbox] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form1 .form__list__deta input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #3f8f11;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__deta input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.contact-form1 input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #3f8f11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form1 input[type=checkbox]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form1 .form__list__deta input[type=radio] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form1 .form__list__deta input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #ddd;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__list__deta input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.contact-form1 input[type=radio]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  background-color: #3f8f11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form1 input[type=radio]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form1 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form1 .form__btn {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__btn {
    margin-top: 25px;
  }
}
.contact-form1 .form__btn {
  list-style-type: none;
}
.contact-form1 .form__btn input[type=submit] {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__btn input[type=submit] {
    font-size: 14px;
  }
}
.contact-form1 .form__btn__text {
  position: relative;
  display: block;
  max-width: 242px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 50px;
  margin-inline: auto;
  text-align: center;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  z-index: 10;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-form1 .form__btn__text {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .contact-form1 .form__btn__text:hover {
    opacity: 0.7;
  }
}
.contact-form1 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-form1 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form1 .wpcf7-list-item label {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 400;
  gap: 4px;
  /* Checkbox and radio styles */
}
.contact-form1 .wpcf7-list-item label .consent {
  max-width: 20px;
  background-color: #fff;
}
.contact-form1 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #395780;
  border-radius: 25px;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item label .consent {
    width: 15px;
    height: 15px;
  }
}
.contact-form1 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #395780;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form1 .wpcf7-list-item label .consent:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form1 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
.contact-form1 input[type=file]::file-selector-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
@media (any-hover: hover) {
  .contact-form1 input[type=file]::-webkit-file-upload-button:hover {
    color: #fff;
    background-color: #333;
  }
  .contact-form1 input[type=file]::file-selector-button:hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 768px) {
  .contact-form1 input[type=file]::-webkit-file-upload-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
  .contact-form1 input[type=file]::file-selector-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form1 .wpcf7-file {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.contact-form1 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contact-form1 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form1 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form1 .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  text-align: center !important;
  position: relative !important;
  top: 0px !important;
  font-size: 14px;
}
.contact-form1 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form1 .select__wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form1 .select__wrap {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form1 .select__wrap {
    width: 170px;
  }
}
.contact-form1 .select__wrap::before {
  content: "";
  display: block;
  width: 12px; /* 8pxから変更 */
  height: 12px; /* 14pxから変更 */
  border-right: 2px solid #fff; /* 太さを少し増やす */
  border-bottom: 2px solid #fff; /* 太さを少し増やす */
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form1 .select__wrap::before {
    width: 10px;
    height: 10px;
  }
}
.contact-form1 .select {
  font-family: "Noto Sans JP", sans-serif;
  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-form1 .select:hover {
    color: #204479 !important;
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form1 .select {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form1 .select {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form1 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-form1 .contact-breadcrumb {
  background: #ebf2f2;
}
.contact-form1 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: left;
}

.privacy-linkicon {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-right: 16px;
  color: #3f8f11;
  border-bottom: 1px solid #3f8f11;
}
@media screen and (max-width: 768px) {
  .privacy-linkicon {
    font-size: 11px;
  }
}
.privacy-linkicon:hover {
  opacity: 0.7;
  cursor: pointer;
}

.privacy-linkicon::after {
  content: "";
  background: url(../images/common/icon-privacy.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: contain;
  top: 8px;
  right: -12px;
}

.contact-form2 {
  padding-top: 0;
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form2 .form__menu {
  border-radius: 8px;
  padding: 130px 140px;
  background: #f4f4f4;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .form__menu {
    padding: 80px 40px;
    margin-top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__menu {
    padding: 20px 20px;
  }
}
.contact-form2 .form__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 244px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 65px;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .form__list {
    margin-top: 16px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list {
    margin-top: 6px;
    gap: 8px;
  }
}
.contact-form2 .form__list:first-of-type {
  margin-top: 0px;
}
.contact-form2 .form__list:first-of-type .form__list__header {
  padding-top: 0px;
}
.contact-form2 .form__list__privacy__text {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 21px;
  border: 1px solid #333;
  background: #fff;
  height: 154px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__privacy__text {
    padding: 16px;
    margin-bottom: 12px;
  }
}
.contact-form2 .form__list__header {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__header {
    font-size: 14px;
  }
}
.contact-form2 .required {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background: #848484;
  border-radius: 4px;
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .required {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
  }
}
.contact-form2 .any {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background: #848484;
  border-radius: 4px;
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .any {
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
  }
}
.contact-form2 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact-form2 .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-form2 .form__list__deta .form-text,
.contact-form2 .form__list__deta textarea {
  width: 100%;
  padding: 10px 15px;
  height: 43px;
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #333;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta .form-text,
  .contact-form2 .form__list__deta textarea {
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form2 .form__list__deta textarea {
  resize: vertical;
  height: 180px;
}
.contact-form2 .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form2 .checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
  }
}
.contact-form2 .form__list__deta input[type=checkbox] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form2 .form__list__deta input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #395780;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.contact-form2 input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #395780;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form2 input[type=checkbox]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form2 .form__list__deta input[type=radio] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form2 .form__list__deta input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #204479;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__list__deta input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.contact-form2 input[type=radio]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  background-color: #204479;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form2 input[type=radio]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form2 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form2 .form__btn {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn {
    margin-top: 25px;
  }
}
.contact-form2 .form__btn input[type=submit] {
  display: block;
  max-width: 336px;
  width: 100%;
  height: 64px;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn input[type=submit] {
    height: 46px;
    font-size: 14px;
  }
}
.contact-form2 .form__btn__text {
  display: block;
  max-width: 336px;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: #395780;
  position: relative;
  z-index: 10;
  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) {
  .contact-form2 .form__btn__text {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.contact-form2 .form__btn__text::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .contact-form2 .form__btn__text::after {
    width: 9px;
    height: 9px;
  }
}
@media (any-hover: hover) {
  .contact-form2 .form__btn__text:hover {
    opacity: 0.7;
  }
}
.contact-form2 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-form2 .privacy__wrap {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 21px;
  border: 1px solid #333;
  background: #fff;
  height: 154px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .privacy__wrap {
    padding: 16px;
    margin-bottom: 12px;
  }
}
.contact-form2 .privacy__heading {
  font-weight: bold;
  line-height: 2;
}
.contact-form2 .privacy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.contact-form2 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form2 .wpcf7-list-item label {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 300;
  gap: 8px;
  /* Checkbox and radio styles */
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-form2 .wpcf7-list-item label .consent {
  max-width: 20px;
  background-color: #fff;
}
.contact-form2 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #395780;
  border-radius: 25px;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label .consent {
    width: 15px;
    height: 15px;
  }
}
.contact-form2 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #395780;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label .consent:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form2 .wpcf7-list-item label a {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .contact-form2 .wpcf7-list-item label a {
    font-size: 14px;
  }
}
.contact-form2 .wpcf7-list-item label a:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.contact-form2 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
.contact-form2 input[type=file]::file-selector-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
@media (any-hover: hover) {
  .contact-form2 input[type=file]::-webkit-file-upload-button:hover {
    color: #fff;
    background-color: #333;
  }
  .contact-form2 input[type=file]::file-selector-button:hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 input[type=file]::-webkit-file-upload-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
  .contact-form2 input[type=file]::file-selector-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form2 .wpcf7-file {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.contact-form2 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contact-form2 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form2 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form2 .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  text-align: center !important;
  position: relative !important;
  top: 0px !important;
}
.contact-form2 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form2 .select__wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form2 .select__wrap {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .select__wrap {
    width: 170px;
  }
}
.contact-form2 .select__wrap::before {
  content: "";
  display: block;
  width: 12px; /* 8pxから変更 */
  height: 12px; /* 14pxから変更 */
  border-right: 2px solid #fff; /* 太さを少し増やす */
  border-bottom: 2px solid #fff; /* 太さを少し増やす */
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form2 .select__wrap::before {
    width: 10px;
    height: 10px;
  }
}
.contact-form2 .select {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #204479 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5; /* 27px */
  width: 100%;
  height: 56px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  text-align: center;
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
  border: #204479 solid 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -moz-text-align-last: center;
       text-align-last: center; /* 選択されている項目も中揃えに */
}
@media (any-hover: hover) {
  .contact-form2 .select:hover {
    color: #204479 !important;
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form2 .select {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form2 .select {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form2 option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form2 .contact-breadcrumb {
  background: #ebf2f2;
}
.contact-form2 .contact-message {
  background: #ebf2f2;
}
.contact-form2 .contact-message .common__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__text {
    font-size: 14px;
  }
}
.contact-form2 .contact-message .common__btn {
  margin-top: 35px;
}
.contact-form2 .contact-message .common__btn__link {
  max-width: 563px;
  height: 98px;
  margin-inline: auto;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link {
    height: 80px;
  }
}
.contact-form2 .contact-message .common__btn__link:after {
  display: none;
}
.contact-form2 .contact-message .common__btn__link:before {
  border-radius: 50px;
}
.contact-form2 .contact-message .common__btn__link span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0px;
}
.contact-form2 .contact-message .common__btn__link span:nth-of-type(1) {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2; /* 28px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link span:nth-of-type(1) {
    font-size: 12px;
  }
}
.contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span {
    font-size: 24px;
  }
}
.contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/tel-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact-form2 .contact-message .common__btn__link span:nth-of-type(2) span:before {
    width: 22px;
    height: 22px;
  }
}
.contact-form2 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: left;
}

.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: 16px;
  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: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__header {
    font-size: 14px;
  }
}
.contact-form3 .required {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  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: 400;
  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: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 21px;
  border: 1px solid #333;
  background: #fff;
  height: 154px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__privacy__text {
    padding: 16px;
    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: 400;
  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 .form__list__data .form-text,
.contact-form3 .form__list__data textarea {
  width: 100%;
  padding: 10px 15px;
  height: 43px;
  color: #333;
  font-weight: 400;
  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: 18px 32px;
  -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: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
.contact-form3 input[type=file]::file-selector-button {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
@media (any-hover: hover) {
  .contact-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 #395780;
  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: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #204479;
  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: 24px;
  padding-bottom: 24px;
  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;
}
.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: 300;
  gap: 8px;
  /* 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 #395780;
  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: 300;
  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;
}

.privacy3__wrap {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 24px 40px 24px 24px;
  border: none;
  background: #f4f4f4;
  height: 240px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .privacy3__wrap {
    padding: 16px;
    margin-bottom: 12px;
  }
}

.privacy3__heading {
  font-weight: bold;
  line-height: 2;
}

.privacy3__text {
  margin-bottom: 24px;
  padding-left: 1em;
}

.privacy3__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.contact-form4 {
  padding-top: 0;
  /*=======
   # 商品名追加
   ======================================================*/
  /*=======
   # 受け取り日時追加
   ======================================================*/
  /*-------
   # 
   ------------------------------------------------------*/
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form4 .form__menu {
  border-radius: 8px;
  padding: 130px 140px;
  background: #f3f8f1;
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form4 .form__menu {
    padding: 20px 20px 40px;
  }
}
.contact-form4 .form__list {
  margin-top: 24px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 240px 1fr;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .contact-form4 .form__list {
    margin-top: 16px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__list {
    margin-top: 12px;
    gap: 8px;
  }
}
.contact-form4 .form__list.form__list--wide {
  grid-template-columns: 240px 560px 60px;
}
@media screen and (max-width: 1024px) {
  .contact-form4 .form__list.form__list--wide {
    grid-template-columns: 100px 1fr 0fr;
  }
}
.contact-form4 .hidden {
  display: none;
}
.contact-form4 .form__list__add-btn {
  width: 148px;
  margin-inline: auto;
}
.contact-form4 .form__add-btn {
  display: block;
  text-align: center;
  border: 1px solid #3f8f11;
  color: #3f8f11;
  border-radius: 4px;
  font-size: 16px;
  width: 148px;
  padding: 4px 4px;
}
.contact-form4 .form__list__deta__num {
  position: relative;
}
.contact-form4 .form__list__deta__num::after {
  display: block;
  content: "個";
  position: absolute;
  font-size: 16px;
  right: -30px;
  top: 17px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .contact-form4 .form__list__deta__num::after {
    font-size: 12px;
    position: absolute;
    right: -17px;
    top: 18px;
  }
}
.contact-form4 .form__list--large {
  grid-template-columns: 240px 220px 240px;
}
@media screen and (max-width: 1024px) {
  .contact-form4 .form__list--large {
    grid-template-columns: 1fr;
  }
}
.contact-form4 .form-calendar {
  border: 1px solid #888;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  width: 148px;
  padding: 5px 4px;
  text-align: center;
  color: #888;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form-calendar {
    width: 100%;
  }
}
.contact-form4 .form-time {
  border: 1px solid #888;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  width: 148px;
  padding: 8px 4px;
  text-align: center;
  color: #888;
  width: 220px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form-time {
    width: 100%;
  }
}
.contact-form4 .form__list--top {
  padding-top: 8px;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.contact-form4 .form__list__privacy__text {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 21px;
  border: 1px solid #333;
  background: #fff;
  height: 154px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__list__privacy__text {
    padding: 16px;
    margin-bottom: 12px;
  }
}
.contact-form4 .form__list__header {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__list__header {
    font-size: 12px;
  }
}
.contact-form4 .required {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background: #3f8f11;
  border-radius: 16px;
  width: 54px;
  padding: 4px 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form4 .required {
    line-height: unset;
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    padding: 2px 8px;
  }
}
.contact-form4 .any {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  width: 54px;
  padding: 4px 8px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .any {
    line-height: unset;
    margin-top: 1px;
    font-size: 10px;
    width: 44px;
    padding: 2px 8px;
  }
}
.contact-form4 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .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-form4 .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact-form4 .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.contact-form4 .form__list__deta .form-text,
.contact-form4 .form__list__deta textarea {
  width: 100%;
  padding: 10px 15px;
  height: 43px;
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #888;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__list__deta .form-text,
  .contact-form4 .form__list__deta textarea {
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form4 .form__list__deta textarea {
  resize: vertical;
  height: 180px;
}
.contact-form4 .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form4 .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-form4 .form__list__deta input[type=checkbox] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form4 .form__list__deta input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #3f8f11;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__list__deta input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
.contact-form4 input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #3f8f11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form4 input[type=checkbox]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form4 .form__list__deta input[type=radio] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form4 .form__list__deta input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid #ddd;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__list__deta input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.contact-form4 input[type=radio]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  background-color: #3f8f11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form4 input[type=radio]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form4 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form4 .form__btn {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__btn {
    margin-top: 25px;
  }
}
.contact-form4 .form__btn {
  list-style-type: none;
}
.contact-form4 .form__btn input[type=submit] {
  display: block;
  max-width: 336px;
  width: 100%;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__btn input[type=submit] {
    font-size: 14px;
  }
}
.contact-form4 .form__btn__text {
  position: relative;
  display: block;
  max-width: 242px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 50px;
  margin-inline: auto;
  text-align: center;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  z-index: 10;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-form4 .form__btn__text {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .contact-form4 .form__btn__text:hover {
    opacity: 0.7;
  }
}
.contact-form4 .wpcf7-number {
  background: #fff;
  color: #333;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 6px 8px;
  width: 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-form4 .wpcf7-number {
    padding: 4px 8px;
  }
}
.contact-form4 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-form4 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form4 .wpcf7-list-item label {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 400;
  gap: 4px;
  /* Checkbox and radio styles */
}
.contact-form4 .wpcf7-list-item label .consent {
  max-width: 20px;
  background-color: #fff;
}
.contact-form4 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #395780;
  border-radius: 25px;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form4 .wpcf7-list-item label .consent {
    width: 15px;
    height: 15px;
  }
}
.contact-form4 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  background-color: #395780;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact-form4 .wpcf7-list-item label .consent:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form4 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
.contact-form4 input[type=file]::file-selector-button {
  border: 1px solid #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 248px;
  width: 100%;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
@media (any-hover: hover) {
  .contact-form4 input[type=file]::-webkit-file-upload-button:hover {
    color: #fff;
    background-color: #333;
  }
  .contact-form4 input[type=file]::file-selector-button:hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 768px) {
  .contact-form4 input[type=file]::-webkit-file-upload-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
  .contact-form4 input[type=file]::file-selector-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form4 .wpcf7-file {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.contact-form4 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contact-form4 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form4 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form4 .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-form4 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form4 .select__wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact-form4 .select__wrap {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form4 .select__wrap {
    width: 170px;
  }
}
.contact-form4 .select__wrap::before {
  content: "";
  display: block;
  width: 12px; /* 8pxから変更 */
  height: 12px; /* 14pxから変更 */
  border-right: 2px solid #fff; /* 太さを少し増やす */
  border-bottom: 2px solid #fff; /* 太さを少し増やす */
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form4 .select__wrap::before {
    width: 10px;
    height: 10px;
  }
}
.contact-form4 .select {
  font-family: "Noto Sans JP", sans-serif;
  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-form4 .select:hover {
    color: #204479 !important;
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form4 .select {
    width: 267px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form4 .select {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form4 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-form4 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: left;
}
.contact-form4 .privacy-linkicon {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-right: 16px;
  color: #3f8f11;
  border-bottom: 1px solid #3f8f11;
}
@media screen and (max-width: 768px) {
  .contact-form4 .privacy-linkicon {
    font-size: 11px;
  }
}
.contact-form4 .privacy-linkicon:hover {
  opacity: 0.7;
  cursor: pointer;
}
.contact-form4 .privacy-linkicon::after {
  content: "";
  background: url(../images/common/icon-privacy.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: contain;
  top: 8px;
  right: -12px;
}

.contact-form5 {
  background-color: #f4f4f4;
  /* Input styles */
  /* Checkbox and radio styles */
  /* Checkbox and radio styles */
  /* Form button styles */
}
.contact-form5 .form .common__bg {
  top: -630px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form .common__bg {
    top: -110px;
    left: -10px;
  }
}
.contact-form5 .form__menu {
  margin-top: 104px;
  position: relative;
  max-width: 1153px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-form5 .form__menu {
    margin-top: 52px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__menu {
    margin-top: 32px;
  }
}
.contact-form5 .form__list {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .contact-form5 .form__list {
    margin-top: 25px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__list {
    gap: 8px;
  }
}
.contact-form5 .form__list:first-of-type {
  margin-top: 0px;
}
.contact-form5 .form__list__header {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__list__header {
    font-size: 14px;
  }
}
.contact-form5 .required {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 16px;
  background: #4d99a8;
  width: 74px;
  height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.7px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .required {
    font-size: 10px;
    width: 44px;
    height: 21px;
  }
}
.contact-form5 .any {
  color: #4d99a8;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #4d99a8;
  width: 74px;
  height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.7px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .any {
    font-size: 10px;
    width: 44px;
    height: 21px;
  }
}
.contact-form5 .wpcf7-radio {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .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-form5 .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .contact-form5 .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-form5 .form__list:nth-of-type(9) .form__list__deta {
  display: grid;
  grid-template-columns: 267px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form5 .form__list:nth-of-type(9) .form__list__deta {
    grid-template-columns: 1fr;
  }
}
.contact-form5 .form__list__deta .form-text,
.contact-form5 .form__list__deta textarea {
  width: 100%;
  padding: 10px 15px;
  height: 56px;
  border: none;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.154px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__list__deta .form-text,
  .contact-form5 .form__list__deta textarea {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form5 .form__list__deta textarea {
  resize: vertical;
  height: 180px;
}
.contact-form5 .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 46px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .checkbox {
    gap: 8px;
    padding-bottom: 8px;
  }
}
.contact-form5 .form__list__deta input[type=checkbox] {
  max-width: 18px;
  background-color: #fff;
}
.contact-form5 .form__list__deta input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #4d99a8;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__list__deta input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.contact-form5 input[type=checkbox]:checked::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  background-color: #4d99a8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .contact-form5 input[type=checkbox]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form5 .form__list__deta input[type=radio] {
  max-width: 20px;
  background-color: #fff;
}
.contact-form5 .form__list__deta input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #707070;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__list__deta input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.contact-form5 input[type=radio]:checked::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  position: absolute;
  background-color: #8180aa;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .contact-form5 input[type=radio]:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form5 label {
  margin-left: 5px;
  font-size: 16px;
  color: #333;
}
.contact-form5 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form5 .form__btn {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__btn {
    margin-top: 25px;
  }
}
.contact-form5 .form__btn input[type=submit] {
  display: block;
  text-align: center;
  width: 273px;
  padding: 12px 36px 13px 36px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 20px;
  background: #333;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__btn input[type=submit] {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .contact-form5 .form__btn input[type=submit]:hover {
    background: #4d99a8;
    color: #fff;
    border: solid 2.5px #4d99a8;
  }
}
.contact-form5 .form__btn__text {
  display: inline-block;
  position: relative;
  width: 273px;
  height: 100%;
}
.contact-form5 .form__btn__text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.contact-form5 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-form5 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form5 .wpcf7-list-item label {
  margin-top: 16px;
  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: 300;
  gap: 8px;
  /* Checkbox and radio styles */
}
.contact-form5 .wpcf7-list-item label .consent {
  max-width: 18px;
  background-color: #fff;
}
.contact-form5 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #333;
  border-radius: 25px;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .contact-form5 .wpcf7-list-item label .consent {
    width: 15px;
    height: 15px;
  }
}
.contact-form5 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #4d99a8;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .contact-form5 .wpcf7-list-item label .consent:checked::before {
    width: 8.3px;
    height: 8.3px;
    top: 48.5%;
    left: 49.5%;
  }
}
.contact-form5 .wpcf7-list-item label a {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 599px) {
  .contact-form5 .wpcf7-list-item label a {
    font-size: 14px;
  }
}
.contact-form5 .wpcf7-list-item label a:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.contact-form5 input[type=file]::-webkit-file-upload-button {
  background-color: #4d99a8;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  border: none;
  color: #fff;
  max-width: 267px;
  width: 100%;
  height: 56px;
  cursor: pointer;
  border: #4d99a8 solid 1.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form5 input[type=file]::file-selector-button {
  background-color: #4d99a8;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  border: none;
  color: #fff;
  max-width: 267px;
  width: 100%;
  height: 56px;
  cursor: pointer;
  border: #4d99a8 solid 1.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .contact-form5 input[type=file]::-webkit-file-upload-button:hover {
    color: #4d99a8;
    background-color: #fff;
  }
  .contact-form5 input[type=file]::file-selector-button:hover {
    color: #4d99a8;
    background-color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .contact-form5 input[type=file]::-webkit-file-upload-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
  .contact-form5 input[type=file]::file-selector-button {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form5 .wpcf7-file {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-left: 0;
}
.contact-form5 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contact-form5 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form5 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form5 .notfound {
  text-align: center;
}
.contact-form5 .lower__contact {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-form5 .lower__contact .common__bg {
  right: auto;
  left: 0;
  bottom: -400px;
  z-index: -1;
  pointer-events: none;
}
.contact-form5 .lower__contact .contact__strong__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .contact-form5 .lower__contact .contact__strong__text {
    font-size: 16px;
  }
}
.contact-form5 .lower__contact .contact__tel-btn {
  margin-top: 46px;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  .contact-form5 .lower__contact .contact__tel-btn {
    margin-top: 24px;
  }
}
.contact-form5 .lower__contact .contact__tel-btn__link {
  margin-inline: auto;
  border-radius: 8px;
  background: #4d99a8;
  width: 405px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (any-hover: hover) {
  .contact-form5 .lower__contact .contact__tel-btn__link:hover {
    color: #4d99a8;
    background: #fff;
    border: solid 1.5px #4d99a8;
  }
}
@media screen and (max-width: 599px) {
  .contact-form5 .lower__contact .contact__tel-btn__link {
    width: 220px;
    height: 58px;
    font-size: 18px;
  }
}
.contact-form5 .lower__contact .common__text {
  margin-top: 18px;
}
.contact-form5 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form5 .select__wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form5 .select__wrap {
    width: 36%;
  }
}
@media screen and (max-width: 599px) {
  .contact-form5 .select__wrap {
    width: 170px;
  }
}
.contact-form5 .select__wrap::before {
  content: "";
  display: block;
  width: 12px; /* 8pxから変更 */
  height: 12px; /* 14pxから変更 */
  border-right: 2px solid #fff; /* 太さを少し増やす */
  border-bottom: 2px solid #fff; /* 太さを少し増やす */
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .contact-form5 .select__wrap::before {
    width: 10px;
    height: 10px;
  }
}
.contact-form5 .select {
  font-family: "Noto Sans JP";
  background-color: #4d99a8 !important;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  width: 100%;
  height: 56px;
  letter-spacing: 1.8px;
  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: #4d99a8 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-form5 .select:hover {
    color: #4d99a8 !important;
    background-color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .contact-form5 .select {
    width: 267px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form5 .select {
    width: 167px;
    font-size: 14px;
    height: 46px;
  }
}
.contact-form5 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-form5 .form__list__privacy__text {
  height: 180px;
  overflow-y: scroll;
  padding: 26px 53px 26px 28px;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 599px) {
  .contact-form5 .form__list__privacy__text {
    font-size: 14px;
    padding: 20px 40px 20px 20px;
  }
}

.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: #395780;
}
@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: #395780;
}

.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-custom2 {
  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-custom2 {
    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-custom2 .top-custom2__inner {
  max-width: min(100% - 40px, 1200px);
}
.top-custom2 .top-custom2__text {
  margin-top: 24px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__text {
    margin-top: 16px;
    font-size: 14px;
  }
}
.top-custom2 .top-custom2__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-custom2 .top-custom2__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__list {
    text-align: center;
    width: 100%;
  }
}
.top-custom2 .top-custom2__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-custom2 .top-custom2__link {
    padding: 6px 7px 7px 7px;
    width: 100%;
  }
}
.top-custom2 .top-custom2__link span {
  display: block;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__link span {
    display: inline;
  }
}
.top-custom2 .top-custom2__link span:nth-of-type(1) {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  text-transform: uppercase;
}
.top-custom2 .top-custom2__link span:nth-of-type(2) {
  margin-top: 6px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .top-custom2 .top-custom2__link:hover {
    border: 1px solid #333;
    background: #333;
  }
  .top-custom2 .top-custom2__link:hover span {
    color: #fff;
  }
}
.top-custom2 .top-custom2__link.active {
  border: 1px solid #333;
  background: #333;
}
.top-custom2 .top-custom2__link.active span {
  color: #fff;
}
.top-custom2 .top-custom2__container {
  width: 100%;
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__container {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.top-custom2 .top-custom2__contents {
  width: 100%;
}
@media (any-hover: hover) {
  .top-custom2 .top-custom2__contents a:hover {
    opacity: 0.7;
  }
}
.top-custom2 .top-custom2__img {
  width: 100%;
}
.top-custom2 .top-custom2__img img {
  aspect-ratio: 83/85;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-custom2 .top-custom2__item {
  position: relative;
  top: -46px;
}
.top-custom2 .top-custom2__item .top-custom2__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 54px */
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__item .top-custom2__title {
    font-size: 24px;
  }
}
.top-custom2 .top-custom2__item .top-custom2__category {
  margin-top: 19px;
  width: 148px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f4f4f4;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__item .top-custom2__category {
    margin-top: 12px;
    width: 128px;
    height: 30px;
    font-size: 14px;
  }
}
.top-custom2 .top-custom2__item .top-custom2__tag__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-custom2 .top-custom2__item .top-custom2__tag__list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__item .top-custom2__tag__list {
    font-size: 12px;
  }
}
.top-custom2 .top-custom2__btn {
  margin-top: 14px;
}
@media screen and (max-width: 599px) {
  .top-custom2 .top-custom2__btn {
    margin-top: 16px;
  }
}
.top-custom2 .top-custom2__btn .top-custom2__btn__link {
  margin-inline: auto;
}

/*タブ切り替え */
.top-custom2__tab__panel-box {
  width: 100%;
  max-width: 100%;
  display: none;
}

/* is-showがついている時のスタイル */
.top-custom2__tab__panel-box.is-show {
  display: block;
}

.top-custom3 {
  padding-top: 124px;
  padding-bottom: 124px;
  background: #f6fafa;
  border-radius: 135px;
}
@media screen and (max-width: 599px) {
  .top-custom3 {
    border-radius: 40px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.top-custom3 .splide {
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide {
    margin-top: 32px;
  }
}
.top-custom3 .splide__text-box {
  padding: 18px 32px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__text-box {
    padding: 18px 20px;
  }
}
.top-custom3 .splide__img {
  width: 100%;
  aspect-ratio: 68/53;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.top-custom3 .splide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-custom3 .term {
  border-radius: 0;
  display: block;
  color: #1eadd1;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 19.5px */
  letter-spacing: 1.3px;
  max-width: 155px;
  width: 100%;
  height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #1eadd1;
  background: #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: 599px) {
  .top-custom3 .term {
    font-size: 12px;
  }
}
.top-custom3 .splide__text {
  margin-top: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__text {
    font-size: 14px;
  }
}
.top-custom3 .common__btn {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .top-custom3 .common__btn {
    margin-top: 60px;
  }
}
.top-custom3 .common__btn__link {
  margin-inline: auto;
}
.top-custom3 .splide__arrow {
  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: #fff !important;
  opacity: 1;
  border: 2px solid #1eadd1;
  width: 60px !important;
  height: 60px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__arrow {
    width: 45px !important;
    height: 45px !important;
  }
}
.top-custom3 .splide__arrow svg {
  fill: #1eadd1 !important;
  width: 20px !important;
  height: 20px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__arrow svg {
    width: 16px !important;
    height: 16px !important;
  }
}
.top-custom3 .splide__arrow {
  top: 50% !important;
}
.top-custom3 .splide__arrow--prev {
  left: 12.2% !important;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__arrow--prev {
    left: 20px !important;
  }
}
.top-custom3 .splide__arrow--next {
  right: 12.2% !important;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__arrow--next {
    right: 20px !important;
  }
}
.top-custom3 .splide__pagination {
  bottom: -60px !important;
  gap: 17px;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__pagination {
    bottom: -40px !important;
  }
}
.top-custom3 .splide__pagination__page {
  background: #848484;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 599px) {
  .top-custom3 .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}
.top-custom3 .splide__pagination__page.is-active {
  background: #1eadd1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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: #395780;
  background-color: #fff;
  border: 2px solid #395780;
  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: #395780;
}
.custom1__sort li a.current {
  color: #fff;
  background-color: #395780;
}
.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: #395780;
  background-color: #fff;
  border: 2px solid #395780;
  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: #395780;
}
@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;
  }
}

.custom__single2 .splide__arrow {
  opacity: 1 !important;
}
.custom__single2 .splide__pagination__page {
  opacity: 1 !important;
}

.custom__single2__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .custom__single2__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 599px) {
  .custom__single2__container {
    gap: 24px;
  }
}

.custom__single2__contents {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents {
    width: 92%;
  }
}

.custom__single2__slug {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 54px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__slug {
    font-size: 24px;
  }
}

.custom__single2__area {
  margin-top: 28px;
  width: 148px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f4f4f4;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .custom__single2__area {
    margin-top: 16px;
    font-size: 14px;
  }
}

.custom__single2__title {
  margin-top: 28px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .custom__single2__title {
    margin-top: 16px;
    font-size: 24px;
  }
}

.custom__single2__tag__menu {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .custom__single2__tag__menu {
    margin-top: 16px;
  }
}

.custom__single2__tag__list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__tag__list {
    font-size: 12px;
  }
}

.custom__single2__contents__item {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__item {
    margin-top: 16px;
  }
}

.custom__single2__contents__item:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__item:nth-of-type(2) {
    margin-top: 16px;
  }
}

.custom__single2__contents__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__title {
    font-size: 14px;
  }
}

.custom__single2__contents__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .custom__single2__contents__text {
    font-size: 14px;
  }
}

#custom__single2__main-carousel {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #custom__single2__main-carousel {
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  #custom__single2__main-carousel {
    max-width: 335px;
  }
}
#custom__single2__main-carousel .splide__slide {
  width: 100% !important;
  height: 100%;
  margin-top: -50px;
  top: 0px;
  left: 0px; /* これを追加して左寄せ */
}
#custom__single2__main-carousel .splide__slide img {
  aspect-ratio: 83/85;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 80%;
  height: 100%;
  display: block;
  margin-inline: auto;
}
#custom__single2__main-carousel .splide__arrow svg {
  fill: #4d99a8 !important;
  width: 40px !important;
  height: 40px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  #custom__single2__main-carousel .splide__arrow svg {
    width: 20px !important;
    height: 20px !important;
  }
}
#custom__single2__main-carousel .splide__arrow {
  background: transparent !important;
}
#custom__single2__main-carousel .splide__arrow {
  top: 16.4285714286vw !important;
}
@media screen and (max-width: 599px) {
  #custom__single2__main-carousel .splide__arrow {
    top: 36.4583333333vw !important;
  }
}

.custom__single2__splide__text {
  margin-top: 20px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide__text {
    font-size: 14px;
  }
}

.custom__single2__splide {
  width: 100%;
  margin-top: 54px;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide {
    margin-top: 24px;
  }
}
.custom__single2__splide .splide__pagination {
  width: 100%;
  margin-inline: auto;
  bottom: -2.1428571429vw;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide .splide__pagination {
    bottom: -6.5104166667vw;
    width: 80%;
  }
}
.custom__single2__splide .splide__pagination__page {
  background: #848484;
}
.custom__single2__splide .splide__pagination__page.is-active {
  background: #4d99a8 !important;
}
.custom__single2__splide .splide__arrow--prev {
  left: 0 !important;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide .splide__arrow--prev {
    left: -7px !important;
  }
}
.custom__single2__splide .splide__arrow--next {
  right: 0 !important;
}
@media screen and (max-width: 599px) {
  .custom__single2__splide .splide__arrow--next {
    right: -7px !important;
  }
}

#custom__single2__thumbnail-carousel {
  margin-top: 40px;
}
#custom__single2__thumbnail-carousel .splide__list {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#custom__single2__thumbnail-carousel .splide__slide {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px; /* 縦方向の間隔 */
}
@media screen and (max-width: 599px) {
  #custom__single2__thumbnail-carousel .splide__slide {
    margin-bottom: 8px; /* 縦方向の間隔 */
  }
}
#custom__single2__thumbnail-carousel .splide__slide img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#custom__single2__thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  position: relative;
}
#custom__single2__thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide.is-active::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom__single2__gray-section {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}

.custom__single2__youtube {
  position: relative;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 835px;
  margin-inline: auto;
  text-align: center;
}
.custom__single2__youtube::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #d0e2e6;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .custom__single2__youtube::after {
    bottom: -12px;
    right: -12px;
  }
}

.custom__single2__youtube iframe {
  width: 100%;
  height: 100%;
}

.custom__single2__youtube__text {
  margin-top: 47px;
  max-width: 835px;
  margin-inline: auto;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .custom__single2__youtube__text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.custom__single2__post-navigation {
  margin-top: 72px;
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .custom__single2__post-navigation {
    margin-top: 50px;
    max-width: 200px;
  }
}
.custom__single2__post-navigation a:hover {
  opacity: 0.7;
}

.custom__single2__post-previous {
  position: relative;
}
.custom__single2__post-previous a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 52%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .custom__single2__post-previous a {
    width: 10px;
    height: 10px;
  }
}

.custom__single2__post-list {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}
@media screen and (max-width: 599px) {
  .custom__single2__post-list {
    font-size: 16px;
  }
}

.custom__single2__post-next {
  position: relative;
}
.custom__single2__post-next a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 599px) {
  .custom__single2__post-next a {
    width: 10px;
    height: 10px;
  }
}

.custom__single3 .term {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
  border-radius: 25px;
  background: #1eadd1;
  display: block;
  padding: 8px 12px;
  width: 154px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .custom__single3 .term {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .custom__single3 .single__title-box {
    -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: 12px;
  }
}
.custom__single3 #main-carousel3 {
  margin-top: 46px;
}
.custom__single3 #main-carousel3 .splide__slide {
  width: 100%;
  height: 100%;
}
.custom__single3 #main-carousel3 .splide__slide img {
  margin-inline: auto;
  display: block;
  max-width: 410px;
  height: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom__single3 #thumbnail-carousel3 {
  margin-top: 98px;
  max-width: 958px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .custom__single3 #thumbnail-carousel3 {
    margin-top: 30px;
  }
}
.custom__single3 #thumbnail-carousel3 .splide__slide {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.custom__single3 #thumbnail-carousel3 .splide__slide img {
  aspect-ratio: 181/133;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom__single3 .splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: -235% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.custom__single3 .splide__arrow--prev {
  left: 240px !important;
}
@media screen and (max-width: 768px) {
  .custom__single3 .splide__arrow--prev {
    left: 140px !important;
  }
}
@media screen and (max-width: 599px) {
  .custom__single3 .splide__arrow--prev {
    left: 0px !important;
  }
}
.custom__single3 .splide__arrow--next {
  right: 240px !important;
}
@media screen and (max-width: 768px) {
  .custom__single3 .splide__arrow--next {
    right: 140px !important;
  }
}
@media screen and (max-width: 599px) {
  .custom__single3 .splide__arrow--next {
    right: 0px !important;
  }
}
.custom__single3 .splide__arrow svg {
  fill: #1eadd1 !important;
  height: 28px !important;
  width: 28px !important;
}
.custom__single3 .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom__single3 .splide__track--nav > .splide__list > .splide__slide.is-active:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom__single3 .splide__pagination {
  gap: 4px !important;
}
.custom__single3 .splide__pagination__page {
  background: #848484 !important;
  border-radius: 50%;
  height: 10px !important;
  margin: 3px;
  opacity: 1 !important;
  width: 10px !important;
}
.custom__single3 .splide__pagination__page.is-active {
  background: #1eadd1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.custom__single3 .splide__pagination {
  bottom: -40px !important;
}
@media screen and (max-width: 599px) {
  .custom__single3 .splide__pagination {
    bottom: -25px !important;
  }
}
.custom__single3 .single__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: #1eadd1 1px solid;
}
.custom__single3 .term {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 19.5px */
  letter-spacing: 1.3px;
  border-radius: 25px;
  background: #1eadd1;
  padding: 8px 12px;
}
.custom__single3 .single__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom__single3 .common__table {
  margin-top: 64px;
  max-width: 659px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table {
    margin-top: 32px;
  }
}
.custom__single3 .common__table__contents {
  display: grid;
  grid-template-columns: 139px 1fr;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table__contents {
    grid-template-columns: 86px 1fr;
  }
}
.custom__single3 .common__table__header {
  padding: 13px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
  background: #1eadd1;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table__header {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.custom__single3 .common__table__data {
  padding: 13px 48px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  background: #f6fafa;
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .custom__single3 .common__table__data {
    padding: 12px 12px;
    font-size: 14px;
  }
}
.custom__single3 .post-navigation {
  margin-top: 72px;
  max-width: 288px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-navigation {
    margin-top: 50px;
    max-width: 200px;
  }
}
.custom__single3 .post-navigation a:hover {
  opacity: 0.7;
}
.custom__single3 .post-next {
  position: relative;
}
.custom__single3 .post-next a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 2px solid #ffe141;
  border-bottom: 2px solid #ffe141;
  position: absolute;
  top: 52%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-next a {
    width: 10px;
    height: 10px;
  }
}
.custom__single3 .post-list {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-list {
    font-size: 14px;
  }
}
.custom__single3 .post-previous {
  position: relative;
}
.custom__single3 .post-previous a {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 13px;
  height: 13px;
  border-left: 2px solid #ffe141;
  border-bottom: 2px solid #ffe141;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 599px) {
  .custom__single3 .post-previous a {
    width: 10px;
    height: 10px;
  }
}

.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: #395780;
  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;
  }
}

.is-middle-pc {
  display: none;
}
@media screen and (max-width: 1120px) {
  .is-middle-pc {
    display: block;
  }
}

.button {
  border: 1.5px solid #395780;
  background: #fff;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 280px;
  }
}
.button span {
  color: #395780;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  padding: 17px 15.5px;
}
@media screen and (max-width: 768px) {
  .button span {
    font-size: 16px;
    padding-left: 0;
    padding-block: 14px;
  }
}
.button::after {
  border-color: #395780;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  right: 18px;
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 1;
  }
  .button:hover span {
    color: #fff;
    background: #395780;
  }
  .button:hover::after {
    border-color: #fff;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 16px;
  }
}

@media screen and (max-width: 1340px) {
  .header {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    zoom: unset;
    right: 0;
  }
}

.header__inner {
  padding-top: 8px;
  padding-left: 36px !important;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    height: 80px;
    padding-left: 17px !important;
  }
}

.header__logo {
  width: 232px !important;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    margin-top: -13px;
    width: 179px !important;
  }
}

@media screen and (max-width: 1024px) {
  .header__nav {
    background-color: #fff;
    padding-inline: 16px;
    padding: 91px 32px 120px;
  }
}

.header__nav__list {
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .header__nav__list {
    margin-right: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header__nav__item {
    width: 100%;
  }
}
.header__nav__item a {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0;
  padding-inline: 12px;
}
@media screen and (max-width: 1024px) {
  .header__nav__item a {
    font-weight: 400 !important;
    padding-block: 9px 14px;
    border-bottom: 1px solid #c2c2c2;
    padding-inline: 0;
  }
}
.header__nav__item a::after {
  display: none;
}
.header__nav__item a:hover {
  opacity: 0.6;
}

.header__nav__mail {
  background-color: #F27127;
  width: 169px;
  height: 109px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header__nav__mail {
    display: none;
  }
}
.header__nav__mail:hover {
  background-color: #F27127;
  opacity: 0.6;
}

.header__nav__mail--sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .header__nav__mail--sp {
    margin-top: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #F27127;
    width: 100%;
    height: 64px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header__nav__mail--sp img {
  max-width: 30px;
  margin-right: 12px;
  padding-top: 0;
}
.header__nav__mail--sp:hover {
  background-color: #F27127;
  opacity: 0.6;
}

.header1__nav__tel {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .header1__nav__tel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #fff;
    color: #F27127;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    border: 2px solid #F27127;
    width: 100%;
    height: 64px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header1__nav__tel img {
  max-width: 32px;
  margin-right: 12px;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .header1__nav__tel img {
    max-width: 26px;
  }
}
.header1__nav__tel:hover {
  background-color: #fff;
  opacity: 0.6;
}

.header__logo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__logo--sp {
    display: block;
    position: absolute;
    width: 179px !important;
    top: 26px;
    left: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .header__close-btn {
    top: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__close-btn::before, .header__close-btn::after {
    background-color: #395780;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu-btn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: 20px;
    right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu-btn::before, .header__menu-btn::after {
    width: 26.667px;
    background-color: #395780;
    border-radius: 25px;
  }
}
.header__menu-btn::before {
  top: 11.22px;
}
.header__menu-btn::after {
  bottom: 11.22px;
}
@media screen and (max-width: 1024px) {
  .header__menu-btn span {
    width: 26.667px;
    background-color: #395780;
    border-radius: 25px;
  }
}

.mv {
  padding-top: 8px;
}
@media screen and (max-width: 1340px) {
  .mv {
    padding-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 16px;
    background-color: #fff;
    height: 584px;
  }
}
.mv::after {
  background: url(../images/pages/top/mv-background.png) no-repeat center center/cover;
  max-width: 100%;
  height: 376px;
  top: auto;
  bottom: -80px;
}
@media screen and (max-width: 768px) {
  .mv::after {
    background-image: url(../images/pages/top/mv-background-sp.png);
    height: 318px;
    bottom: -117px;
    z-index: 1;
  }
}

.mv__img {
  width: 88.8888888889% !important;
  margin-inline: auto;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 91.4666666667% !important;
    position: relative;
    z-index: 2;
  }
}
.mv__img img {
  height: 84.8vh !important;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    height: 584px !important;
    -o-object-position: center center;
       object-position: center center;
  }
}

.mv__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 8.0555555556% !important;
  bottom: 38px !important;
}
@media screen and (max-width: 768px) {
  .mv__content {
    top: auto !important;
    bottom: 210.5px !important;
    z-index: 3;
    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;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .mv__title {
    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;
  }
}
.mv__title span {
  color: #333 !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 27px !important;
  line-height: 1.7 !important;
  letter-spacing: 0.08em !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .mv__title span {
    text-shadow: 0px 0px 3px #FFF;
    font-size: 18px !important;
    letter-spacing: 0.063em !important;
  }
}
@media screen and (max-width: 768px) {
  .mv__title h2 {
    margin-top: -3px;
  }
}
.mv__title h2 span {
  color: #395780 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1.7;
  letter-spacing: 0.02em !important;
}
@media screen and (max-width: 768px) {
  .mv__title h2 span {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
    font-size: 34px !important;
  }
}

.js-mv-maker-text {
  background: transparent !important;
}

.mv__bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .mv__bottom {
    margin-top: 0;
  }
}

.mv__bottom-text {
  border-radius: 250px;
  border: 1px solid #9DC3D3;
  background: #F9FBFD;
  display: grid;
  place-content: center;
  width: 146px;
  height: 146px;
}
@media screen and (max-width: 768px) {
  .mv__bottom-text {
    border-radius: 176.309px;
    width: 102px;
    height: 103px;
  }
}
.mv__bottom-text span {
  color: #395780 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}
@media screen and (max-width: 768px) {
  .mv__bottom-text span {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
}

.top-news {
  padding-block: 23px 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    position: relative;
    z-index: 1;
    padding-top: 30px;
  }
}

.top-news__inner {
  max-width: 1176px;
  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) {
  .top-news__inner {
    -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: flex-start;
  }
}

.top-news__title {
  display: block;
  padding-block: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 27px;
  border-right: 1px solid #fff;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    padding-right: 0;
    border-right: none;
  }
}

.top-news__data__link {
  padding-left: 27px !important;
  padding-bottom: 0 !important;
  border-bottom: none;
  gap: 27px;
  position: relative;
}
.top-news__data__link::after {
  position: absolute;
  left: 27px;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 1px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
@media screen and (max-width: 768px) {
  .top-news__data__link {
    padding-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .top-news__data__link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}

.top-news__header {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .top-news__header {
    font-size: 12px;
  }
}

.top-news__data__link__title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-news__data__link__title {
    font-size: 12px;
  }
}

.top-service {
  padding-block: 20px 72px;
  background: url(../images/pages/top/top-service-bg.png) no-repeat bottom center/100% 418px;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-block: 90px 104px;
    background: url(../images/pages/top/top-service-bg-sp.png) no-repeat bottom center/100% 352px;
  }
}

.top-service__title span:nth-of-type(1) {
  color: #F8F8F8;
  font-family: "EB Garamond";
  font-size: 200px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .top-service__title span:nth-of-type(1) {
    font-size: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__title span:nth-of-type(1) {
    font-size: 76px;
  }
}
.top-service__title span:nth-of-type(2) {
  margin-top: -141px;
  color: #395780;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-service__title span:nth-of-type(2) {
    margin-top: -62px;
    font-size: 28px;
  }
}
.top-service__title::before {
  display: none;
}

.top-service__text {
  color: #333;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  max-width: 772px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-service__text {
    max-width: 657px;
    margin-top: 69px;
    font-size: 15px;
    letter-spacing: 0;
  }
}

.top-service__content {
  margin-top: 69px;
  max-width: 1096px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-service__content {
    margin-top: 53px;
    max-width: 600px;
  }
}

.top-service__content-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 24px;
  color: #395780;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding-block: 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgba(101, 112, 141, 0.27) 9.81%, #395780 48.5%, rgba(101, 112, 141, 0.24) 91.77%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(9.81%, rgba(101, 112, 141, 0.27)), color-stop(48.5%, #395780), color-stop(91.77%, rgba(101, 112, 141, 0.24))) 1;
     border-image: linear-gradient(90deg, rgba(101, 112, 141, 0.27) 9.81%, #395780 48.5%, rgba(101, 112, 141, 0.24) 91.77%) 1;
}
@media screen and (max-width: 768px) {
  .top-service__content-title {
    font-size: 18px;
    padding-inline: 8px;
  }
}

.top-service__content-list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-service__content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.top-service__content-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(251, 251, 251, 0.9);
  padding: 36px 40px 32px 40px;
  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;
  gap: 19px;
}
@media screen and (max-width: 1024px) {
  .top-service__content-list li {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__content-list li {
    padding: 28px 16px 32px 16px;
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__content-list li:nth-of-type(2) {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__content-list li:nth-of-type(3) .top-service__content-head {
    margin-top: 15px;
  }
  .top-service__content-list li:nth-of-type(3) .top-service__content-text {
    margin-top: 23px;
  }
}

.top-service__content-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0077A7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding-inline: 10px;
  padding-bottom: 14px;
  border-bottom: 2px solid #0077A7;
}
@media screen and (max-width: 768px) {
  .top-service__content-number {
    font-size: 40px;
    padding-inline: 18px;
  }
}

.top-service__content-head {
  color: #0077A7;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  height: 66px;
  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) {
  .top-service__content-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__content-head {
    height: 27px;
  }
}

.top-service__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .top-service__content-text {
    margin-top: 8px;
    font-size: 15px;
  }
}

.top-service__button {
  margin-top: 64px;
}

.top-car {
  padding-bottom: 224px;
  background: url("../images/pages/top/top-car-bg.png") no-repeat top 191px right/76.5972222222% 498px;
}
@media screen and (max-width: 768px) {
  .top-car {
    background-position: bottom left;
    background-size: 100% calc(100% - 180px);
    padding-bottom: 120px;
  }
}

.top-car__title {
  margin-top: -10px;
}

.top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  -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;
  gap: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-title {
    width: 319px;
  }
}

.top-title__image {
  width: 3px;
  height: 106px;
}
.top-title__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-title__en {
  color: #7B878B;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-title__en {
    font-size: 12px;
  }
}

.top-title__ja {
  color: #395780;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-title__ja {
    font-size: 28px;
  }
}

.top-car__contents {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1097px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-car__contents {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
}

.top-car__content:nth-of-type(2) .top-car__link::before {
  background: #0E7CAD;
}
.top-car__content:nth-of-type(2) .top-car__content-text {
  background: #0E7CAD;
}

.top-car__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.top-car__link::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #59AACB;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-car__link::before {
    width: 48px;
    height: 48px;
  }
}
.top-car__link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/icon-arrow-right.svg") no-repeat center/contain;
  position: absolute;
  bottom: 11px;
  right: 11px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .top-car__link::after {
    width: 32px;
    height: 32px;
    bottom: 8px;
    right: 8px;
  }
}
@media (any-hover: hover) {
  .top-car__link:hover {
    opacity: 0.6;
  }
  .top-car__link:hover .top-car__content-image img {
    scale: 1.1;
  }
}

.top-car__content-text {
  background: #59AACB;
  width: 42.4242424242%;
  padding: 32px 16px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  min-width: 224px;
}
@media screen and (max-width: 768px) {
  .top-car__content-text {
    width: 50%;
    padding-block: 24px 30px;
    gap: 16px;
    min-width: 171px;
  }
}
.top-car__content-text img {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .top-car__content-text img {
    width: 72px;
  }
}

.top-car__link-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  height: 120px;
  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) {
  .top-car__link-title {
    font-size: 18px;
    height: 108px;
  }
}

.top-car__content-image {
  width: 57.5757575758%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-car__content-image {
    width: 50%;
  }
}
.top-car__content-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.top-links {
  padding-block: 64px;
}
@media screen and (max-width: 768px) {
  .top-links {
    padding-block: 120px 0;
  }
}

.top-links__inner {
  max-width: 1404px;
}

.top-links__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .top-links__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-links__link {
  position: relative;
  width: 100%;
  height: 320px;
  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;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-links__link {
    height: 240px;
  }
}
.top-links__link::before {
  content: "";
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: absolute;
  width: calc(100% - 38px);
  height: calc(100% - 32px);
  top: 16px;
  left: 19px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .top-links__link::before {
    width: calc(100% - 21px);
    height: calc(100% - 23px);
    top: 11px;
    left: 11px;
  }
}
.top-links__link::after {
  background: url(../images/pages/top/top-links-image-01.png) no-repeat center center/cover;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -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;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-links__link::after {
    background-image: url(../images/pages/top/top-links-image-01-sp.png);
  }
}
.top-links__link:nth-of-type(2)::after {
  background: url(../images/pages/top/top-links-image-02.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .top-links__link:nth-of-type(2)::after {
    background-image: url(../images/pages/top/top-links-image-02-sp.png);
  }
}
@media (any-hover: hover) {
  .top-links__link:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top-links__link-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  z-index: 10;
}

.top-links__link-title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-links__link-title {
    font-size: 22px;
  }
}

.top-links__link-line {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  width: clamp(16.813rem, 12.945rem + 8.05vw, 20.188rem);
}
@media screen and (max-width: 768px) {
  .top-links__link-line {
    width: 170.445px;
  }
}

.top-links__link-text {
  font-family: "EB Garamond";
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-links__link-text {
    font-size: 15px;
  }
}

.top-recruit {
  padding-block: 219px 193px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding-block: 120.05px 120px;
  }
}

.top-recruit__deco {
  position: absolute;
}

.top-recruit__inner {
  position: relative;
  padding-left: 0;
  padding-right: 11.9444444444%;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .top-recruit__inner {
    padding-inline: 16px;
  }
}

.top-recruit__title-en {
  top: -173px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  .top-recruit__title-en {
    bottom: 289px;
    top: auto;
    right: auto;
    left: 15px;
    z-index: -1;
  }
}
.top-recruit__title-en span {
  color: #F8F8F8;
  font-family: "EB Garamond";
  font-size: clamp(10.25rem, 7.671rem + 5.37vw, 12.5rem);
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-recruit__title-en span {
    font-size: 76px;
  }
}

.top-recruit__logo {
  width: 550.124px;
  bottom: -238px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-recruit__logo {
    right: -29px;
    bottom: -122px;
    width: 307px;
  }
}

.top-recruit__flex {
  gap: clamp(1.25rem, -5.555rem + 14.16vw, 7.188rem);
}
.top-recruit__img {
  width: 80%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top-recruit__img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 56px;
  }
}

.top-recruit__text {
  margin-top: 113px;
  max-width: 462px;
}
@media screen and (max-width: 768px) {
  .top-recruit__text {
    margin-top: 0;
  }
}

.top-recruit__title span {
  text-align: left;
  margin-top: 0;
  color: #395780;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-recruit__title span {
    font-size: 28px;
  }
}

.top-recruit__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-recruit__content {
    font-size: 15px;
    margin-top: 48px;
    margin-bottom: 48px;
    min-height: 162px;
    letter-spacing: 0;
  }
}

.top-recruit__button {
  margin-bottom: 40px;
  margin-inline: 0 auto;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .top-recruit__button {
    margin-inline: auto;
    margin-bottom: 0;
  }
}

.top-office {
  padding-block: 19px 72px;
  background: #EBEFF3;
}
@media screen and (max-width: 768px) {
  .top-office {
    padding-bottom: 104px;
  }
}

.top-office__inner {
  max-width: 1176px;
}

.top-office__title {
  margin-top: -42px;
}
@media screen and (max-width: 768px) {
  .top-office__title {
    margin-top: -37px;
  }
}

.top-office__body {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .top-office__body {
    margin-top: 51px;
  }
}

@media screen and (max-width: 768px) {
  .top-office__img {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw + 8.5px);
    width: calc(100vw - 17px);
  }
}

/* Safari */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .top-office__img {
    margin: 0 calc(50% - 50vw + 8.5px);
    width: calc(100vw - 17px);
  }
}

/* Firefox */
@-moz-document url-prefix() {
  @media screen and (max-width: 768px) {
    .top-office__img {
      margin: 0 calc(50% - 50vw + 8.5px);
      width: calc(100vw - 17px);
    }
  }
}
/* Edge */
@media screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop {
    margin: 0 calc(50% - 50vw + 8.5px);
    width: calc(100vw - 17px);
  }
  _:-ms-lang(x)::backdrop, .top-office__img {
    margin: 0 calc(50% - 50vw + 8.5px);
    width: calc(100vw - 17px);
  }
}

/* Edge(EdgeHTML) */
@supports (-ms-ime-align: auto) {
  @media screen and (max-width: 768px) {
    .top-office__img {
      margin: 0 calc(50% - 50vw + 8.5px);
      width: calc(100vw - 17px);
    }
  }
}
@media screen and (max-width: 768px) {
  _:lang(x)::-ms-, .top-office__img {
    margin: 0 calc(50% - 50vw + 8.5px);
    width: calc(100vw - 17px);
  }
}

.top-office__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 50px 46px;
  background: url(../images/pages/top/top-office-bg.png) no-repeat center center/cover;
  max-width: 80.2919708029%;
  margin-inline: auto;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-office__text {
    font-size: 15px;
    padding: 32px 16px;
    max-width: 104.8%;
    margin-top: -74px;
    letter-spacing: 0;
  }
}

.top-office__button {
  margin-top: 64px;
}

.cta__bg {
  background: url(../images/pages/top/cta-bg.jpg) no-repeat top center/100% 335px;
}
@media screen and (max-width: 768px) {
  .cta__bg {
    background-image: url(../images/pages/top/cta-bg-sp.jpg);
  }
}
.cta__bg::after {
  display: none;
}

.cta__bg--form {
  height: 335px;
}

.cta__inner {
  padding-block: 191px 0;
}
@media screen and (max-width: 768px) {
  .cta__inner {
    padding-block: 120px 0;
    padding-inline: 16px;
  }
}

.cta__box {
  padding-block: 76px 25px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  max-width: 1324px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta__box {
    padding-block: 40px 64px;
    padding-inline: 16px;
  }
}

.cta__heading {
  color: #254269;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cta__heading {
    font-size: 28px;
  }
}

.cta__lead {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .cta__lead {
    font-size: 15px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}

.cta__nav__icon {
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .cta__nav__icon {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
  }
}

.cta__nav__tel {
  width: 28.0966767372%;
  min-width: 225px;
  height: 80px;
  color: #F27127;
  text-align: center;
  background-color: #fff;
  border: 2px solid #F27127;
  margin-bottom: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__nav__tel {
    width: 100%;
    height: 64px;
  }
}
@media (any-hover: hover) {
  .cta__nav__tel:hover {
    opacity: 0.6;
  }
}
.cta__nav__tel p {
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .cta__nav__tel p {
    font-size: 24px;
    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;
  }
}
.cta__nav__tel img {
  max-width: 34px;
  margin-right: 6.77px;
}
@media screen and (max-width: 768px) {
  .cta__nav__tel img {
    max-width: 32px;
    margin-right: 12px;
  }
}

.cta__nav__mail {
  width: 28.0966767372%;
  min-width: 225px;
  height: 80px;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  background: #F27127;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__nav__mail {
    width: 100%;
    font-size: 16px;
    height: 64px;
  }
}
@media (any-hover: hover) {
  .cta__nav__mail:hover {
    opacity: 0.6;
  }
}
.cta__nav__mail img {
  max-width: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .cta__nav__mail img {
    margin-right: 12px;
  }
}

.footer {
  padding-top: 0;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
  }
}

.footer-info {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .footer-info {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer-info--form {
    padding-top: 40px;
  }
}

.footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__contents:nth-of-type(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__contents:nth-of-type(2) {
  display: block;
  padding-inline: 40px;
  max-width: 1080px;
  margin-top: 40px;
}
.footer__contents:nth-of-type(2) .footer__office-address:last-of-type {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .footer__contents:nth-of-type(2) {
    padding-inline: 16px;
    max-width: 600px;
  }
}
.footer__contents:nth-of-type(3) {
  padding-inline: 40px;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .footer__contents:nth-of-type(3) {
    padding-inline: 16px;
  }
}

.footer__logo a {
  color: #254269;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    font-size: 24px;
  }
}

.footer__office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 768px) {
  .footer__office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
}

.footer__office-item {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .footer__office-item {
    width: 79%;
  }
}

.footer__office-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #333;
}

.footer__office-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.footer__menu {
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 24px;
  -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;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    padding-top: 40px;
    -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;
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer__list {
    text-align: center;
  }
}

.footer__link {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@media (any-hover: hover) {
  .footer__link:hover {
    color: #395780;
  }
}

.footer__copyright {
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  background: #F8F8F8;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 15px;
  }
}

.lower__mv__wrap {
  margin-top: 8px;
}
@media screen and (max-width: 1340px) {
  .lower__mv__wrap {
    margin-top: 6px;
  }
}

.lower__mv {
  height: 336px;
}
.lower__mv::after {
  display: none;
}

.lower__mv--service {
  background-image: url(../images/pages/service/mv-lower-bg.png);
}

.lower__mv--car {
  background-image: url(../images/pages/car/mv-lower-bg.png);
}

.lower__mv--glossary {
  background-image: url(../images/pages/glossary/mv-lower-bg.png);
}

.lower__mv--oss {
  background-image: url(../images/pages/oss/mv-lower-bg.png);
}

.lower__mv--recruit {
  background-image: url(../images/pages/recruit/mv-lower-bg.png);
}

.lower__mv--office {
  background-image: url(../images/pages/office/mv-lower-bg.png);
}

.lower__mv--download {
  background-image: url(../images/pages/download/mv-lower-bg.png);
}

.lower__mv--news {
  background-image: url(../images/pages/news/mv-lower-bg.png);
}

.lower__mv--form {
  background-image: url(../images/pages/form/mv-lower-bg.png);
}

.lower__mv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  border-left: 3px solid #fff;
  left: 25.3%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title {
    left: 37%;
  }
}
.lower__mv__title span {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.lower__mv__title--car {
  left: 53.5%;
  width: calc(100% - 340px);
}
@media screen and (max-width: 1120px) {
  .lower__mv__title--car {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 1024px) {
  .lower__mv__title--car {
    left: 45.5%;
  }
}
@media screen and (max-width: 768px) {
  .lower__mv__title--car {
    width: calc(100% - 40px);
    left: 50%;
  }
}

/* Safari */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .lower__mv__title--car {
    width: calc(100% - 40px);
    left: 52%;
  }
}

.lower__mv__title--download {
  left: 27.2%;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--download {
    left: 32%;
  }
}
@media screen and (max-width: 599px) {
  .lower__mv__title--download {
    left: 49%;
  }
}

.lower__mv__title--en {
  font-family: "EB Garamond";
  font-size: 72px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.043em !important;
  text-transform: capitalize !important;
}

@media screen and (max-width: 768px) {
  .lower__mv__title--car {
    font-size: 46px !important;
  }
}

.lower__mv__title--top {
  font-family: "Noto Serif JP", serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .lower__mv__title--glossary {
    left: 43%;
  }
}

.lower__mv__title--single {
  left: 22.2%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title--single {
    left: 33%;
  }
}

.lower__mv__title--news {
  left: 22.2%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title--news {
    left: 33%;
  }
}

.lower__mv__title--office {
  left: 23.1%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title--office {
    left: 33%;
  }
}

.lower__mv__title--service {
  left: 23.6%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title--service {
    left: 36%;
  }
}

.lower__mv__title--oss {
  left: 22.6%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title--oss {
    left: 36%;
  }
}

.lower__mv__title--form {
  left: 27.6%;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--form {
    left: 32.6%;
  }
}
@media screen and (max-width: 599px) {
  .lower__mv__title--form {
    left: 40%;
  }
}

/* Safari */
@media screen and (max-width: 599px) {
  _::-webkit-full-page-media, _:future, :root .lower__mv__title--form {
    left: 50%;
  }
}

.lower__mv__title--recruit {
  left: 24.6%;
}
@media screen and (max-width: 599px) {
  .lower__mv__title--recruit {
    left: 40%;
  }
}

.breadcrumb {
  padding-block: 23px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-block: 8px;
  }
}
.breadcrumb .inner {
  max-width: 1080px;
}

.breadcrumb__item a span {
  color: #395780 !important;
}
.breadcrumb__item a::after {
  display: none;
}
.breadcrumb__item span {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.breadcrumb__arrow {
  margin-inline: 11px;
  color: #395780 !important;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1.5;
  letter-spacing: 0;
}

.service {
  padding-block: 69px 120px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-bottom: 100px;
  }
}

.service__message {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .service__message {
    font-size: 15px;
    text-align: left;
  }
}

.service__contents {
  margin-top: 72px !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 104px;
  gap: 10.4%;
  grid-template-columns: 50% auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 0;
  max-width: 1080px;
  margin-inline: auto;
  background: transparent;
}
.service__contents:nth-of-type(2) {
  margin-top: 121px !important;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .service__contents:nth-of-type(2) {
    gap: 40px;
  }
}
.service__contents:nth-of-type(2) .service__img {
  width: 79%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .service__contents:nth-of-type(2) .service__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service__contents {
    margin-top: 40px !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.service__contents--last {
  margin-top: 118px !important;
}

.service__img {
  width: 99.8%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service__img {
    width: 100%;
  }
}
.service__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__item {
  margin-top: 32px;
}

.service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-left: 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 768px) {
  .service__title {
    padding-bottom: 20px;
  }
}
.service__title span {
  margin-right: 0 !important;
  position: static !important;
}

.service__title--en {
  color: #395780 !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0;
}

.service__title--top {
  color: #395780 !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 30px !important;
  line-height: 1.5 !important;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service__title--top {
    font-size: 28px !important;
  }
}

.service__text {
  margin-top: 41px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .service__text {
    font-size: 15px;
  }
}

.service__point {
  margin-top: 40px;
  padding: 12px 16px 20px 16px;
  background: #EBEFF3;
}

.service__point-title {
  color: #395780;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.service__point-list {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.service__point-list span {
  color: #0077A7;
}
.service__point-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.service__flow {
  background: #F2F2F2;
  padding-block: 66px;
  max-width: 1096px;
  margin-inline: auto;
  margin-top: -30px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service__flow {
    padding-inline: 10px;
  }
}

.service__flow-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 12px;
  position: relative;
}
.service__flow-title::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #0077A7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service__flow-list {
  max-width: 808px !important;
  margin-top: 20px !important;
}
@media screen and (max-width: 1024px) {
  .service__flow-list {
    -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;
  }
}

@media screen and (max-width: 1024px) {
  .service__flow-item {
    width: 60% !important;
  }
}
.service__flow-item:nth-of-type(2), .service__flow-item:nth-of-type(3) {
  width: 21%;
}
@media screen and (max-width: 1024px) {
  .service__flow-item:nth-of-type(2), .service__flow-item:nth-of-type(3) {
    width: 60%;
  }
}
.service__flow-item:not(:last-child)::after {
  font-size: 18px !important;
  top: -31px !important;
  right: -35px !important;
}
@media screen and (max-width: 1024px) {
  .service__flow-item:not(:last-child)::after {
    margin: 0 !important;
    top: auto !important;
    bottom: -44px !important;
    right: auto !important;
    left: 47% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    rotate: 90deg !important;
  }
}
.service__flow-item h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

.service__flow-image {
  width: 140px !important;
  margin: 12px auto !important;
}
@media screen and (max-width: 1024px) {
  .service__flow-image {
    width: 70% !important;
    margin: 10px auto !important;
  }
}
.service__flow-image img:first-child {
  max-height: 100% !important;
}

.car-support {
  padding-block: 68px 120px;
}
@media screen and (max-width: 768px) {
  .car-support {
    padding-bottom: 100px;
  }
}

.car-support__inner {
  max-width: 1080px;
}

.heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .heading {
    font-size: 25px;
  }
}
.heading::after {
  content: "";
  width: 57px;
  height: 1px;
  background: #0E7CAD;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.car-support__text {
  margin-top: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .car-support__text {
    margin-top: 48px;
    font-size: 15px;
  }
}

.car-support__list {
  margin-top: 56px;
  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) {
  .car-support__list {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 300px;
    margin-inline: auto;
  }
}

.car-support__item {
  width: 24%;
  background: #EBEFF3;
  padding: 24px 16px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .car-support__item {
    width: 100%;
  }
}

.car-support__image {
  width: 64px;
}

.car-support__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .car-support__title {
    font-size: 18px;
  }
}
.car-support__title span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.car-ability {
  padding-block: 116px;
  background: #FBFBFB;
}
@media screen and (max-width: 768px) {
  .car-ability {
    padding-block: 100px;
  }
}

.car-ability__inner {
  max-width: 1080px;
}

.car-ability__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .car-ability__contents {
    gap: 60px;
  }
}

.car-ability__content:nth-of-type(even) .car-ability__content-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .car-ability__content:nth-of-type(even) .car-ability__content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.car-ability__content-title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #C2C2C2;
}
@media screen and (max-width: 768px) {
  .car-ability__content-title {
    font-size: 28px;
  }
}
.car-ability__content-title span {
  color: #0077A7;
  font-family: "Noto Serif JP", serif;
}

.car-ability__content-body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .car-ability__content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.car-ability__content-image {
  width: 43.1%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .car-ability__content-image {
    width: 100%;
  }
}

.car-ability__content-side {
  width: 50.7%;
}
@media screen and (max-width: 768px) {
  .car-ability__content-side {
    width: 100%;
  }
}

.car-ability__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.029em;
}
@media screen and (max-width: 768px) {
  .car-ability__content-text {
    font-size: 15px;
  }
}

.car-ability__content-button {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .car-ability__content-button {
    margin-top: 48px;
    text-align: center;
  }
}

.car-ability__content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px 32px 8px 36px;
  position: relative;
  background: #0077A7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 376px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .car-ability__content-link {
    font-size: 15px;
    width: 320px;
    margin-inline: auto;
  }
}
.car-ability__content-link::after {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../images/pages/car/icon-arrow-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .car-ability__content-link:hover {
    opacity: 0.6;
  }
}

.car-worries {
  padding-block: 75px 119px;
}
@media screen and (max-width: 768px) {
  .car-worries {
    padding-bottom: 100px;
  }
}

.car-worries__inner {
  max-width: 1080px;
}

.car-worries__bg {
  margin-top: 56px;
  background: url(../images/pages/car/worries-bg.jpg) no-repeat center center/cover;
  height: 487px;
}
@media screen and (max-width: 768px) {
  .car-worries__bg {
    margin-top: 48px;
  }
}

.car-worries__box {
  margin-top: -266px;
  margin-left: auto;
  margin-right: 48px;
  width: 597px;
  background: #EBEFF3;
  padding: 49px 56px 48px 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .car-worries__box {
    margin-inline: auto;
    width: 80%;
    padding: 30px 45px 30px 30px;
  }
}
.car-worries__box::before {
  content: "";
  display: block;
  border: 1px solid rgba(57, 87, 128, 0.6);
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 16px;
  left: 16px;
  z-index: 1;
}

.car-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.car-worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .car-worries__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.car-worries__icon {
  width: 24px;
}

.car-worries__text {
  width: 100%;
  color: #395780;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding-bottom: 3px;
  border-bottom: 1px dashed #395780;
}
@media screen and (max-width: 768px) {
  .car-worries__text {
    font-size: 15px;
  }
}

.glossary {
  padding-block: 69px 120px;
}
@media screen and (max-width: 768px) {
  .glossary {
    padding-bottom: 100px;
  }
}

.glossary__inner {
  max-width: 1084px;
}

.glossary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
}
@media screen and (max-width: 768px) {
  .glossary__list {
    gap: 40px;
  }
}

.glossary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.glossary__item ol .glossary__lower-item {
  list-style: decimal;
  margin-left: 1.5em;
}
.glossary__item ul .glossary__lower-item {
  position: relative;
  padding-left: 20px;
}
.glossary__item ul .glossary__lower-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 5px;
  top: 12px;
}

.title--left-line {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 11px;
  border-left: 5px solid #0077A7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .title--left-line {
    font-size: 18px;
  }
}

.glossary__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.glossary__text + .glossary__text {
  margin-top: 1em;
}

.glossary__text-head {
  margin-top: 1em;
}

.glossary__title {
  margin-top: 1em;
}

.glossary__head {
  font-size: 16px;
  font-weight: 500;
}

.oss-about {
  padding-block: 68px 120px;
}
@media screen and (max-width: 768px) {
  .oss-about {
    padding-bottom: 100px;
  }
}

.oss-about__inner {
  max-width: 1080px;
}

.oss-about__text {
  margin-top: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .oss-about__text {
    margin-top: 48px;
  }
}

.oss-about__body {
  margin-top: 56px;
  max-width: 871px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oss-about__body {
    margin-top: 48px;
    -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;
    gap: 120px;
  }
}
.oss-about__body::after {
  content: "";
  display: block;
  background: url(../images/pages/oss/oss-about-arrow.svg) no-repeat center center/cover;
  position: absolute;
  width: 118.5px;
  height: 7.5px;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .oss-about__body::after {
    width: 92.5px;
    height: 6.5px;
    top: 57%;
    left: calc(50% - 53px);
    rotate: 90deg;
  }
}

.oss-about__box {
  width: 36.739380023%;
}
@media screen and (max-width: 768px) {
  .oss-about__box {
    width: 80%;
  }
}
.oss-about__box:nth-child(2) .oss-about__box-title {
  background: #395780;
}
.oss-about__box:nth-child(2) .oss-about__box-list {
  background: #EBEFF3;
}

.oss-about__box-title {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 8px;
  background: #6E6E6E;
}

.oss-about__box-list {
  padding-inline: 40px 16px;
  background: rgba(217, 217, 217, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 177px;
}

.oss-about__box-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
}
.oss-about__box-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -15px;
  top: 12px;
}

.oss-reduction {
  padding-block: 72px 138px;
  overflow: hidden;
}

.oss-reduction__inner {
  max-width: 1237px;
}

.oss-reduction__contents {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 116px;
}
@media screen and (max-width: 768px) {
  .oss-reduction__contents {
    margin-top: 48px;
  }
}

.oss-reduction__content {
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
  padding-top: 34px;
  padding-left: 79px;
  background: url(../images/pages/oss/content-number-01.png) no-repeat top 197px left 282px/240px 183px, url(../images/pages/oss/number-bg-01.png) no-repeat center center/cover;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .oss-reduction__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-right: 0;
    width: 100%;
    padding-inline: 20px;
    padding-bottom: 34px;
    background-position: top 40px right 20px, center center;
    background-size: 210px 183px, cover;
  }
}
.oss-reduction__content:nth-child(2) {
  background: url(../images/pages/oss/content-number-02.png) no-repeat top 204px right 74px/263px 179px, url(../images/pages/oss/number-bg-02.png) no-repeat center center/cover;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 83px;
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  width: auto;
}
.oss-reduction__content:nth-child(2) .oss-reduction__content-image {
  width: 40.8%;
}
@media screen and (max-width: 1024px) {
  .oss-reduction__content:nth-child(2) .oss-reduction__content-image {
    width: 100%;
    margin-inline: auto;
  }
}
.oss-reduction__content:nth-child(2) .oss-reduction__content-side {
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .oss-reduction__content:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-inline: 20px;
    padding-bottom: 34px;
    background-position: top 40px right 20px, center center;
    background-size: 210px 183px, cover;
  }
}
.oss-reduction__content:nth-child(3) {
  background: url(../images/pages/oss/content-number-03.png) no-repeat top 197px left 288px/240px 190px, url(../images/pages/oss/number-bg-03.png) no-repeat center center/cover;
}
.oss-reduction__content:nth-child(3) .oss-reduction__content-side {
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .oss-reduction__content:nth-child(3) {
    background-position: top 40px right 20px, center center;
    background-size: 210px 183px, cover;
  }
}

.oss-reduction__content-side {
  width: 456px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .oss-reduction__content-side {
    width: 100%;
  }
}

.oss-reduction__content-title {
  color: #395780;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #C2C2C2;
}

.oss-reduction__content-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .oss-reduction__content-text {
    font-size: 15px;
  }
}

.oss-reduction__content-text + .oss-reduction__content-text {
  margin-top: 16px;
}

.oss-reduction__content-image {
  width: 36.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -8px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .oss-reduction__content-image {
    width: 100%;
    margin-inline: auto;
  }
}

.oss-flow {
  padding-block: 85px 120px;
}
@media screen and (max-width: 768px) {
  .oss-flow {
    padding-bottom: 100px;
  }
}

.oss-flow__inner {
  max-width: 960px;
}

.oss-flow__heading span {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .oss-flow__heading span {
    font-size: 18px;
  }
}

.oss-flow__contents {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  padding-left: 37px;
}
@media screen and (max-width: 768px) {
  .oss-flow__contents {
    margin-top: 48px;
  }
}

.oss-flow__content {
  background: #EBEFF3;
  padding: 23px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .oss-flow__content {
    padding-inline: 55px 23px;
  }
}
.oss-flow__content::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background: url(../images/pages/oss/flow-icon-01.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: -37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oss-flow__content::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/pages/oss/flow-down-icon.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -52px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.oss-flow__content:nth-child(2)::before {
  background-image: url(../images/pages/oss/flow-icon-02.png);
}
.oss-flow__content:nth-child(3)::before {
  background-image: url(../images/pages/oss/flow-icon-03.png);
}
.oss-flow__content:nth-child(4)::before {
  background-image: url(../images/pages/oss/flow-icon-04.png);
}
.oss-flow__content:nth-child(5)::before {
  background-image: url(../images/pages/oss/flow-icon-05.png);
}
.oss-flow__content:nth-child(6)::before {
  background-image: url(../images/pages/oss/flow-icon-06.png);
}
.oss-flow__content:nth-child(6)::after {
  display: none;
}

.oss-flow__content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.oss-flow__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.oss-faq {
  padding-block: 75px 87px;
  background: #F1F4F7;
}
@media screen and (max-width: 768px) {
  .oss-faq {
    padding-bottom: 100px;
  }
}

.oss-faq__inner {
  max-width: 960px;
}

.oss-faq__item {
  margin-bottom: 30px;
}
.oss-faq__item:first-of-type {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .oss-faq__item:first-of-type {
    margin-top: 48px;
  }
}

.oss-faq__question {
  background: #0077A7;
  padding: 16px 24px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .oss-faq__question {
    gap: 12px;
  }
}
.oss-faq__question::before {
  width: 2px;
  height: 16px;
  right: 31px;
}
.oss-faq__question::after {
  width: 16px;
  height: 2px;
  right: 24px;
}

.oss-faq__q-text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0 !important;
}

.oss-faq__answer {
  padding: 18px 24px 16px;
  background: #fff;
  border-radius: 0;
  gap: 24px;
  grid-template-columns: 36px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .oss-faq__answer {
    gap: 12px;
  }
}

.oss-faq__a-text {
  font-weight: 400;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
}

.recruit-top {
  padding-block: 69px 120px;
}
@media screen and (max-width: 768px) {
  .recruit-top {
    padding-bottom: 100px;
  }
}

.recruit-top__inner {
  max-width: 1080px;
  position: relative;
}

.recruit-top__image {
  width: 50.2%;
}
@media screen and (max-width: 1024px) {
  .recruit-top__image {
    margin-inline: auto;
    width: 80%;
  }
}

.recruit-top__content {
  width: 599px;
  position: absolute;
  top: 112px;
  right: 39px;
}
@media screen and (max-width: 1024px) {
  .recruit-top__content {
    margin-top: 48px;
    width: 100%;
    position: static;
  }
}

.recruit-top__title {
  color: #395780;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-top__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-top__title {
    font-size: 24px;
    white-space: nowrap;
  }
}

.recruit-top__text {
  margin-top: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .recruit-top__text {
    margin-top: 48px;
    font-size: 15px;
  }
}

.recruit-top__text + .recruit-top__text {
  margin-top: 32px;
}

.recruit-requirements {
  padding-block: 72px 120px;
  background: #F3F5F8;
}
@media screen and (max-width: 768px) {
  .recruit-requirements {
    padding-bottom: 100px;
  }
}

.recruit-requirements__inner {
  max-width: 1080px;
}

.recruit-requirements__boxes {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 104px;
}
@media screen and (max-width: 768px) {
  .recruit-requirements__boxes {
    margin-top: 48px;
    gap: 80px;
  }
}

.recruit-requirements__box {
  background: #fff;
  padding: 48px 80px 80px 80px;
}
@media screen and (max-width: 768px) {
  .recruit-requirements__box {
    padding: 48px 20px;
  }
}

.recruit-requirements__box-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 2px 24px;
  background: #0077A7;
}

.recruit-requirements__box-business {
  text-align: center;
  color: #0077A7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 16px;
}

.recruit-requirements__info {
  margin-top: 26px;
}

.recruit-requirements__row {
  border-bottom: 2px solid #DDD;
  padding-block: 30px 24px;
}

.recruit-requirements__label {
  width: 180px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .recruit-requirements__label {
    width: 100px;
  }
}
.recruit-requirements__label::before {
  height: 2px;
  background-color: #034495;
  bottom: -26px;
}

.recruit-requirements__value {
  padding-left: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .recruit-requirements__value {
    width: calc(100% - 100px);
  }
}

.recruit-flow {
  padding-block: 72px 69.52px;
  background: url(../images/pages/recruit/flow-bg.png) no-repeat center center/cover;
  overflow: hidden;
}

.recruit-flow__inner {
  max-width: 1020px;
}

.recruit-flow__steps {
  margin-top: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit-flow__steps {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: 0;
  }
}

.recruit-flow__step {
  position: relative;
  width: 28%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 35px 28px;
  background: #EAF3F6;
}
.recruit-flow__step::before {
  content: "";
  width: 155px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -154px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 43% 50%);
          clip-path: polygon(0 0, 0% 100%, 43% 50%);
  background-color: #EAF3F6;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-flow__step::before {
    -webkit-clip-path: polygon(0 0, 50% 35%, 100% 0);
            clip-path: polygon(0 0, 50% 35%, 100% 0);
    top: auto;
    right: 0;
    left: 0;
    bottom: -99px;
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-flow__step {
    padding: 60px 20px;
    width: 80%;
    margin-inline: auto;
  }
}
.recruit-flow__step:nth-of-type(2) {
  width: 32%;
  background: #BDDCE8;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .recruit-flow__step:nth-of-type(2) {
    width: 80%;
    padding-left: 20px;
  }
}
.recruit-flow__step:nth-of-type(2)::before {
  background-color: #BDDCE8;
}
.recruit-flow__step:nth-of-type(3) {
  width: 32%;
  background: #6EB1CD;
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .recruit-flow__step:nth-of-type(3) {
    width: 80%;
    padding-left: 20px;
  }
}
.recruit-flow__step:nth-of-type(3)::before {
  background-color: #6EB1CD;
}
.recruit-flow__step:nth-of-type(3) .recruit-flow__number {
  color: #EBF9FF;
}
.recruit-flow__step:nth-of-type(3) .recruit-flow__title,
.recruit-flow__step:nth-of-type(3) .recruit-flow__text {
  color: #fff;
}

.recruit-flow__number {
  color: #0077A7;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.recruit-flow__title {
  margin-top: 12px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.recruit-flow__text {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.recruit-flow__button {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-flow__button {
    margin-top: 80px;
  }
}

.recruit-flow__link {
  margin-inline: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 32px 8px 36px;
  position: relative;
  background: #0077A7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 274px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .recruit-flow__link {
    font-size: 15px;
    margin-inline: auto;
  }
}
.recruit-flow__link::after {
  content: "";
  width: 8px;
  height: 16px;
  background: url(../images/pages/car/icon-arrow-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .recruit-flow__link:hover {
    opacity: 0.6;
  }
}

.recruit-flow__attention {
  margin-top: 13.36px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.office-address {
  padding-block: 68px 120px;
}
@media screen and (max-width: 768px) {
  .office-address {
    padding-bottom: 100px;
  }
}

.office-address__inner {
  max-width: 1080px;
}

.office-address__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 103px;
}
@media screen and (max-width: 768px) {
  .office-address__contents {
    gap: 80px;
  }
}

.office-address__name {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 19px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .office-address__name {
    font-size: 28px;
  }
}
.office-address__name::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0077A7;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.office-address__map {
  margin-top: 40px;
}
.office-address__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/564;
}

.office-address__text {
  margin-top: 33px;
}

.office-address__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 83px;
  padding-bottom: 31px;
  border-bottom: 1px solid #C2C2C2;
}
.office-address__row:not(:first-child) {
  padding-top: 32px;
}
@media screen and (max-width: 599px) {
  .office-address__row {
    gap: 50px;
  }
}

.office-address__label {
  width: 150px;
  color: #0077A7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .office-address__label {
    width: 65px;
  }
}

.office-address__value {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .office-address__value {
    width: calc(100% - 65px);
    font-size: 15px;
  }
}
.office-address__value a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.office-address__value a span {
  font-weight: 500;
  text-transform: capitalize;
}
.office-address__value a span span {
  text-transform: uppercase;
}
.office-address__value a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-address-marker.svg) no-repeat center center/contain;
  position: absolute;
  top: 25%;
  left: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.office-address__value a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7B7B7C;
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media (any-hover: hover) {
  .office-address__value a:hover {
    opacity: 0.6;
  }
}

.office-info {
  padding-block: 72px 120px;
}
@media screen and (max-width: 768px) {
  .office-info {
    padding-bottom: 100px;
  }
}

.office-info__inner {
  max-width: 1080px;
}

.office-info__container {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .office-info__container {
    margin-top: 48px;
  }
}

.office-info__row {
  border-bottom: 1px solid rgba(194, 194, 194, 0.87);
}
.office-info__row:first-of-type {
  border-top: 1px solid rgba(194, 194, 194, 0.87);
}
@media screen and (max-width: 768px) {
  .office-info__row:last-of-type {
    border-bottom: none;
  }
}

.office-info__label {
  width: 23.5%;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 20px 24px;
  background: #0077A7;
  border-right: 1px solid rgba(194, 194, 194, 0.87);
}
@media screen and (max-width: 768px) {
  .office-info__label {
    width: 100%;
    padding-block: 10px;
  }
}

.office-info__value {
  width: 76.5%;
  padding: 24px 24px 23px 40px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .office-info__value {
    width: 100%;
    padding-block: 10px;
    padding-left: 24px;
  }
}

.office-info__list {
  text-indent: -1em;
  padding-left: 1em;
}

.office-sdgs {
  padding-block: 72px 120px;
}
@media screen and (max-width: 768px) {
  .office-sdgs {
    padding-bottom: 100px;
  }
}

.office-sdgs__inner {
  max-width: 1180px;
}

.office-sdgs__message {
  text-align: center;
  margin-top: 57px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .office-sdgs__message {
    margin-top: 48px;
    font-size: 15px;
  }
}

.office-sdgs__boxes {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 104px;
}
@media screen and (max-width: 768px) {
  .office-sdgs__boxes {
    gap: 80px;
    max-width: 600px;
    margin-inline: auto;
  }
}

.office-sdgs__box {
  background: #F3F5F8;
  padding: 60.5px 50px 59.5px 50px;
  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) {
  .office-sdgs__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding: 30px 20px;
  }
}
.office-sdgs__box:nth-of-type(3) .office-sdgs__box-right {
  padding-top: 44px;
}

.office-sdgs__box-left {
  width: 44.7%;
}
@media screen and (max-width: 768px) {
  .office-sdgs__box-left {
    width: 100%;
  }
}

.office-sdgs__icon {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.office-sdgs__icon img {
  width: 64px;
  display: block;
}

.office-sdgs__box-right {
  padding-top: 20px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .office-sdgs__box-right {
    width: 100%;
  }
}

.office-sdgs__box-title {
  color: #395780;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 768px) {
  .office-sdgs__box-title {
    font-size: 28px;
    padding-bottom: 18px;
  }
}

.office-sdgs__box-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .office-sdgs__box-text {
    font-size: 15px;
  }
}

.office-sdgs__box-wrap {
  background: #fff;
  padding: 12px 16px 20px 16px;
}

.office-sdgs__list-title {
  color: #395780;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .office-sdgs__list-title {
    font-size: 15px;
  }
}

.office-sdgs__list {
  margin-top: 3px;
}

.office-sdgs__list-item {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .office-sdgs__list-item {
    font-size: 14px;
  }
}
.office-sdgs__list-item span {
  color: #0077A7;
}

.download {
  padding-block: 69px 120px;
}
@media screen and (max-width: 768px) {
  .download {
    padding-bottom: 100px;
  }
}

.download__inner {
  max-width: 1080px;
}

.download__wrap {
  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;
  gap: 40px;
  row-gap: 35px;
}
@media screen and (max-width: 1120px) {
  .download__wrap {
    -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;
  }
}

.download__link {
  width: 48%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 5px solid #B7B7B7;
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  padding-inline: 24px 30px;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 1120px) {
  .download__link {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .download__link {
    padding-inline: 15px 68px;
  }
}
.download__link::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/common/icon-download.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .download__link::after {
    right: 15px;
  }
}
@media (any-hover: hover) {
  .download__link:hover {
    opacity: 0.6;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.download__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.download__number {
  color: rgba(8, 67, 91, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}

.download__other {
  width: 48%;
  border-radius: 16px;
  background: #EBEFF3;
  padding: 20px 28px 19px;
}
@media screen and (max-width: 1120px) {
  .download__other {
    width: 100%;
  }
}

.download__other-title {
  color: #395780;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.download__other-list {
  margin-top: 8px;
}

.download__other-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.download__other-item img {
  width: 18px;
  display: block;
}
.download__other-item a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .download__other-item a:hover {
    opacity: 0.6;
  }
}

.download__other-dot {
  color: #0077A7;
}

.single1 {
  padding-block: 68px 120px;
}
@media screen and (max-width: 768px) {
  .single1 {
    padding-bottom: 100px;
  }
}

.single__inner {
  max-width: 960px;
}

.single__container {
  max-width: 960px !important;
}
.single__container figure {
  margin-top: 32px !important;
}
.single__container figure + p {
  margin-top: 24px !important;
}
.single__container h2 {
  margin-top: 60px !important;
  color: #333;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.7 !important;
  letter-spacing: 0;
  border-left: none !important;
  padding-left: 24px !important;
  padding: 0 24px 4px !important;
  border-bottom: 4px solid #0077A7;
  background: #F8F8F8;
}
.single__container h3 {
  margin-top: 40px !important;
  color: #333;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.7 !important;
  letter-spacing: 0;
  border-bottom: none !important;
  padding-left: 16px !important;
  padding-block: 0 !important;
  position: relative;
}
.single__container h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background: #0077A7;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__container h4 {
  margin-top: 32px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
.single__container .wp-block-list {
  margin-top: 33px !important;
  color: #333 !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
}
.single__container .wp-block-list li {
  padding-left: 22px !important;
}
.single__container .wp-block-list li::before {
  width: 3px !important;
  height: 3px !important;
  background: #333 !important;
  left: 8px !important;
}

.single__date {
  color: #0077A7 !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

.single__title {
  margin-top: 0 !important;
  color: #333 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 30px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.single__contents p {
  color: #333 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
  margin-top: 16px !important;
}

.single__post-navigation {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 880px;
  margin-top: 89px;
}

.single__post-previous a {
  background-color: #fff;
  border-radius: 0;
  width: 64px;
  height: 64px;
  border: 1px solid #395780;
  padding: 8px;
}
.single__post-previous a::before {
  border: none;
  background: url(../images/common/icon-left-arrow.png) no-repeat center center/contain;
  width: 26px;
  height: 44px;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .single__post-previous a:hover {
    opacity: 1;
    background-color: #395780;
  }
  .single__post-previous a:hover::before {
    background-image: url(../images/common/icon-left-arrow-white.png);
  }
}

.single__post-list a {
  color: #395780;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 64px;
  padding: 8px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #395780;
  background: #fff;
}
@media (any-hover: hover) {
  .single__post-list a:hover {
    opacity: 1;
    background-color: #395780;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .single__post-list a {
    width: 160px;
  }
}

.single__post-next a {
  background-color: #fff;
  border-radius: 0;
  width: 64px;
  height: 64px;
  border: 1px solid #395780;
  padding: 8px;
}
.single__post-next a::before {
  border: none;
  background: url(../images/common/icon-right-arrow.png) no-repeat center center/contain;
  width: 26px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .single__post-next a:hover {
    opacity: 1;
    background-color: #395780;
  }
  .single__post-next a:hover::before {
    background-image: url(../images/common/icon-right-arrow-white.png);
  }
}

.news {
  padding-block: 116px 117px;
}
.news .wp-pagenavi {
  gap: 8px;
  margin-top: 96px;
}
.news .wp-pagenavi span {
  border-radius: 2px;
  border: 1px solid #333;
  width: 44px;
  height: 44px;
  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;
}
.news .wp-pagenavi span.pages {
  display: none !important;
}
.news .wp-pagenavi span.current {
  background: #0077A7;
  border-color: #0077A7;
  color: #fff;
}
.news .wp-pagenavi a {
  border-radius: 2px;
  border: 1px solid #333;
  width: 44px;
  height: 44px;
  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;
}
.news .previouspostslink {
  background-color: #fff;
}
.news .previouspostslink::before {
  border-color: #333;
  border-width: 2px;
  width: 8px;
  height: 8px;
  right: 34%;
}
.news .nextpostslink {
  background-color: #fff;
}
.news .nextpostslink::before {
  border-color: #333;
  border-width: 2px;
  width: 8px;
  height: 8px;
  right: 34%;
}

.news__inner {
  max-width: 960px;
}

.news__menu {
  margin-top: 0;
  padding: 0;
  max-width: 880px;
  border-radius: 0;
}

.news__list:first-of-type .news__link {
  border-top: none;
  padding-block: 0 36px;
}
@media screen and (max-width: 768px) {
  .news__list:first-of-type .news__link {
    padding-block: 0 24px;
  }
}

.news__link {
  padding-block: 35px 36px;
}
@media screen and (max-width: 768px) {
  .news__link {
    padding-block: 24px;
  }
}
.news__link::before {
  width: 16px;
  height: 27px;
  background-image: url(../images/common/icon-right-arrow-white.png);
  top: auto;
  bottom: 36px;
  right: 5px;
  z-index: 3;
  -webkit-transform: none;
          transform: none;
}
.news__link::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #0077A7;
  position: absolute;
  bottom: 36px;
  right: 0;
}
.news__link:hover {
  opacity: 0.6;
}

.news__date {
  color: #395780;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  min-width: 90px;
  margin-right: 32px;
}

.news__title {
  color: #333;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  width: 64.8%;
}
@media screen and (max-width: 768px) {
  .news__title {
    width: 85%;
  }
}

.contact {
  padding-block: 70px 120px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  padding-inline: 40px;
  margin-inline: auto;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 16px;
  }
}

.contact-main {
  padding-top: 0;
  padding-bottom: 0;
  width: 37.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .contact-main {
    width: 100%;
  }
}

.contact-main__inner {
  max-width: 373px;
}
@media screen and (max-width: 1024px) {
  .contact-main__inner {
    max-width: 100%;
  }
}

.contact-main__text {
  text-align: left;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.043em;
}
@media screen and (max-width: 1024px) {
  .contact-main__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.contact-main__list {
  margin-top: 80px;
  background: #F9F9F9;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-main__list {
    margin-top: 50px;
    max-width: 430px;
    margin-inline: auto;
  }
}

.contact-main__item-title {
  padding-left: 12px;
  border-left: 2px solid #395780;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.contact-main__link {
  margin-top: 12px;
  padding-inline: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.contact-main__link img {
  width: 30px;
  display: block;
}

.contact-main__link--tel {
  color: #395780;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}

.form__menu-wrap {
  background: #EBEFF3;
  padding: 64px 40px;
}
@media screen and (max-width: 1024px) {
  .form__menu-wrap {
    padding: 30px 15px;
  }
}

.contact-form {
  padding-bottom: 0;
}
.contact-form .form__menu {
  padding: 0;
  background: #EBEFF3;
}
@media screen and (max-width: 1024px) {
  .contact-form .form__menu {
    margin-top: 0;
  }
}
.contact-form .required {
  font-size: 10px;
  background: #0077A7;
  width: 36px;
  border-radius: 0;
  padding: 3px 7px;
}
.contact-form .form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-form .form__list__header {
  letter-spacing: 0;
}
.contact-form .form__list__deta {
  width: 100%;
}
.contact-form .checkbox {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-form .checkbox {
    gap: 10px;
  }
}
.contact-form .form__list__deta--file {
  padding: 7px 8px;
  border: 1px solid #C2C2C2;
  background: #FFF;
}
.contact-form .form__btn {
  margin-top: 40px;
}
.contact-form .form__btn__text {
  border-radius: 0;
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.contact-form .form__btn__text::after {
  display: none;
}
.contact-form .form__btn__text input[type=submit] {
  height: 56px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form .form__list__deta textarea {
  color: #333 !important;
  background: #fff;
  border-color: #C2C2C2 !important;
  padding: 10px 8px !important;
  font-size: 15px;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form input[type=tel]::-webkit-input-placeholder, .contact-form .form__list__deta textarea::-webkit-input-placeholder {
  color: #D1D1D1;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form .form__list__deta textarea::-moz-placeholder {
  color: #D1D1D1;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form input[type=tel]:-ms-input-placeholder, .contact-form .form__list__deta textarea:-ms-input-placeholder {
  color: #D1D1D1;
}
.contact-form input[type=text]::-ms-input-placeholder, .contact-form input[type=email]::-ms-input-placeholder, .contact-form input[type=tel]::-ms-input-placeholder, .contact-form .form__list__deta textarea::-ms-input-placeholder {
  color: #D1D1D1;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form .form__list__deta textarea::placeholder {
  color: #D1D1D1;
}
.contact-form input[type=text]:hover,
.contact-form input[type=email]:hover,
.contact-form input[type=tel]:hover,
.contact-form .form__list__deta textarea:hover {
  opacity: 0.6;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form .form__list__deta textarea:focus {
  outline: 1px solid #395780;
}
.contact-form textarea {
  height: 240px !important;
}
.contact-form input[type=file]::-webkit-file-upload-button {
  border: 1px solid #AFAFAF;
  background: #F8F8F8;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 121px;
  width: 100%;
  height: 32px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form input[type=file]::file-selector-button {
  border: 1px solid #AFAFAF;
  background: #F8F8F8;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 121px;
  width: 100%;
  height: 32px;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contact-form input[type=file]::-webkit-file-upload-button:hover {
    background-color: #395780;
  }
  .contact-form input[type=file]::file-selector-button:hover {
    background-color: #395780;
  }
}
@media screen and (max-width: 768px) {
  .contact-form input[type=file]::-webkit-file-upload-button {
    font-size: 14px;
  }
  .contact-form input[type=file]::file-selector-button {
    font-size: 14px;
  }
}
.contact-form .wpcf7-list-item label .consent:checked::before {
  width: 12px;
  height: 8px;
  border-left: 2px solid #395780;
  border-bottom: 2px solid #395780;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
  background-color: #fff;
  top: 22%;
  left: 22%;
}

.form__bottom-text {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.form__consent {
  margin-top: 16px;
}
.form__consent .consent {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
}
.form__consent label {
  gap: 20px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.form__consent .wpcf7-list-item-label {
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

.contact-privacy {
  margin-top: 80px;
  max-width: 1080px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .contact-privacy {
    margin-top: 40px;
    padding-inline: 16px;
  }
}

.contact-privacy__inner {
  padding: 32px 40px 32px 32px;
  border: 1px solid #AFAFAF;
  height: 228px;
  overflow-y: scroll;
}

.contact-privacy__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.contact-privacy__top {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.contact-privacy__item {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.contact-privacy__item-list li {
  text-indent: -1em;
  padding-left: 1em;
}