@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  /* vertical-align: bottom; */
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  text-align: left;
  color: #383e45;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  background-color: #FFF;
  scroll-padding-top: 80px;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.text12 {
  font-size: 1.2rem;
}

.text14 {
  font-size: 1.4rem;
}

.text16 {
  font-size: 1.6rem;
}

.text18 {
  font-size: 1.8rem;
}

.text20 {
  font-size: 2rem;
}

.text24 {
  font-size: 2.4rem;
}

.text25 {
  font-size: 2.5rem;
}

.text32 {
  font-size: 3.2rem;
}

.text42 {
  font-size: 4.2rem;
}

.text48 {
  font-size: 4.8rem;
}

.text50 {
  font-size: 5rem;
}

.meiryo {
  font-family: "Meiryo", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif HK", serif;
}

.serif {
  font-family: serif;
}

.yugothic {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

.textmarker {
  background: linear-gradient(transparent 60%, #87ceeb 60%);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__nav-toggle {
    display: none;
  }
  .header__nav-toggle .menu-label {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav-toggle {
    display: inline;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
  }
  .header__nav-toggle-hamburger {
    display: inline-block;
    position: absolute;
    background-color: #000;
    width: 40px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .header__nav-toggle-hamburger:nth-child(2) {
    top: 16px;
    left: 58%;
    width: 30px;
  }
  .header__nav-toggle-hamburger:nth-child(3) {
    top: auto;
    bottom: 15px;
    left: 40%;
    width: 50px;
  }
  .header__nav-toggle-hamburger:last-child {
    top: auto;
    bottom: 8px;
    left: -6px;
  }
  .header__nav-toggle.active {
    z-index: 2;
  }
  .header__nav-toggle.active .header__nav-toggle-hamburger {
    background-color: transparent;
    transition: all 0.3s;
    opacity: 0;
  }
  .header__nav-toggle.active .header__nav-toggle-hamburger:nth-child(2) {
    background-color: #fff;
    width: 30px;
    -webkit-transform: translate(-20px, 11px) rotate(409deg);
    transform: translate(-20px, 11px) rotate(409deg);
    opacity: 1;
  }
  .header__nav-toggle.active .header__nav-toggle-hamburger:nth-child(3) {
    background-color: #fff;
    width: 30px;
    -webkit-transform: translate(-11px, -8px) rotate(314deg);
    transform: translate(-11px, -8px) rotate(314deg);
    opacity: 1;
  }
  .header__nav-toggle.active .header__nav-toggle-hamburger:last-child {
    opacity: 1;
  }
  .header__nav-toggle #menu-label {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.1em;
    display: inline-block;
    color: #000;
    background: none;
    transform: none;
  }
  .header__nav-toggle.active #menu-label {
    color: #fff;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
    overflow-y: auto;
    z-index: 9998;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background-image: url(../images/nav-backgroud.jpg);
    background-size: contain;
    padding: 10rem 2rem;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: all 0.5s;
    height: 100%;
    min-height: calc(100vh - 119px);
    overflow: scroll;
  }
}
#page-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 13px;
    bottom: 50px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
/*Page Topと書かれたテキストの位置*/
#page-top span {
  position: absolute;
  bottom: -20px;
  right: 20px;
  color: #666;
  font-weight: 600;
  font-size: 1.4rem;
}

.fa-chevron-up {
  font-size: 3.1rem;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 50px;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .fa-chevron-up {
    font-size: 2rem;
    padding: 1.5rem;
  }
}

.inview.animate {
  animation-name: inview_slide_up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes inview_slide_up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load-anime {
  opacity: 0;
}

.js-load-anime.animate {
  animation-name: inview_slide_up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes inview_slide_up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.privacy {
  width: 90%;
  margin: 8rem auto 0;
  border: 1px solid #e0e0e0;
  height: 18rem;
  padding: 1.5rem;
  overflow-y: scroll;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy {
    margin: 2rem auto;
  }
}
.privacy h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
.privacy li {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
.privacy li p {
  font-size: 1.6rem;
  font-weight: 400;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px clamp(10px, (100vw - 1222px) / 2, 30px);
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  .header__container {
    align-items: flex-start;
  }
}
.header__logo {
  transition: all 0.5s;
  z-index: 2;
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.5;
  }
}
.header__logo img {
  width: 192px;
  height: auto;
  aspect-ratio: 192/124;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 120px;
  }
}
.header__logo.active img {
  filter: invert(1);
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, (100vw - 1235px) / 2, 32px);
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    flex-direction: column;
  }
}
.header__nav-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.header__nav-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 3px;
  background-color: #4c7aaf;
  transition: transform 0.3s;
}
.header__nav-item.is-active {
  color: #4c7aaf;
}
.header__nav-item.is-active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header__nav-item.is-active .header__nav-link {
  color: #4c7aaf;
}
@media (any-hover: hover) {
  .header__nav-item:hover {
    color: #4c7aaf;
  }
  .header__nav-item:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav-item {
    color: #fff;
  }
  .header__nav-item:has(.header__nav-sub-list) .header__nav-link::after {
    color: #fff;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__nav-item:has(.header__nav-sub-list) .header__nav-link[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .header__nav-item i.fa-solid {
    color: #fff;
  }
}
.header__nav-item:first-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__nav-item:first-child {
    display: inline;
  }
}
.header__nav-item:last-child {
  position: static;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav-item:last-child {
    border: none;
    display: block;
    padding-top: 15rem;
  }
}
.header__nav-item:last-child::after {
  display: none;
}
.header__nav-item:last-child a {
  color: #383e45;
  border: 1px solid;
  padding: 3rem 1rem 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header__nav-item:last-child a {
    padding: 3rem 0rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-item:last-child a {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    color: #fff;
  }
}
.header__nav-item:last-child a::before {
  content: "\f0e0";
  font: var(--fa-font-regular);
  font-weight: 600;
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header__nav-item:last-child a::before {
    font-size: 2rem;
    position: static;
    padding-right: 1rem;
  }
}
.header__nav-item:last-child a::after {
  background-color: #555;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (any-hover: hover) {
  .header__nav-item:last-child a:hover {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .header__nav-item:last-child a:hover::after {
    transform: scale(1, 1);
  }
}
.header__nav-item:has(.header__nav-sub-list) .header__nav-link {
  cursor: pointer;
  position: relative;
}
.header__nav-item:has(.header__nav-sub-list) .header__nav-link::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  transform-origin: center;
}
.header__nav-item:has(.header__nav-sub-list) .header__nav-link[aria-expanded=true]::after {
  transform: rotate(540deg);
}
@media (any-hover: hover) {
  .header__nav-item:hover > .header__nav-sub-list {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-item:focus-within > .header__nav-sub-list {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.header__nav-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.header__nav-link:focus {
  outline: 2px solid #4c7aaf;
  outline-offset: 2px;
}
.header__nav-sub-list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #fff;
  min-width: 200px;
  z-index: 100;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.header__nav-sub-list.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .header__nav-sub-list {
    position: static;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px 0;
    margin-top: 10px;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header__nav-sub-item {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .header__nav-sub-item:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .header__nav-sub-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.header__nav-sub-item:focus-within {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .header__nav-sub-item:focus-within {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.header__nav-sub-link {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.header__nav-sub-link:focus {
  outline: 2px solid #4c7aaf;
  outline-offset: 2px;
}
.header__nav-sub-link:hover {
  color: #4c7aaf;
}
@media screen and (max-width: 1024px) {
  .header__nav-sub-link {
    color: #fff;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1024px) and (any-hover: hover) {
  .header__nav-sub-link:hover {
    color: #4c7aaf;
  }
}

.firstview {
  padding-top: 166px;
  min-height: 100svh;
}
@media screen and (max-width: 1024px) {
  .firstview {
    padding-top: 120px;
  }
}
.firstview__container {
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .firstview__container {
    height: calc(100vh - 60px);
  }
}
.firstview__slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.firstview__slider-images {
  width: 100%;
  height: 100%;
}
.firstview__slider .slick-slide {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .firstview__slider .slick-slide {
    height: calc(100vh - 60px);
  }
}
.firstview__slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100svh;
  transition: filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(8px);
  opacity: 0;
}
.firstview__slider .slick-slide.slick-active {
  opacity: 1;
}
.firstview__slider .slick-slide.slick-active img {
  opacity: 1;
  filter: blur(0);
}
.firstview__slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 6s ease-out, filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-active .firstview__slider-image {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}
.firstview__slider .slick-active {
  opacity: 1;
  animation: fadeInBlur 1.6s ease-out forwards;
}
.firstview__slider .slick-fade .slick-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.firstview__slider .slick-fade .slick-slide:not(.slick-active) {
  pointer-events: none;
}
.firstview__slider .slick-list {
  overflow: hidden;
  height: 100%;
}
.firstview__slider .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .firstview__slider .slick-dots {
    right: 20px;
    bottom: 20px;
  }
}
.firstview__slider .slick-dots li {
  margin: 0 0.5rem;
}
.firstview__slider .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.firstview__slider .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.firstview__slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.firstview__title {
  position: absolute;
  top: 60%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: "Sawarabi Mincho", serif;
  font-size: 5rem;
  color: #000;
  filter: drop-shadow(2px 4px 2px #fff);
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .firstview__title {
    font-size: 3.6rem;
    top: 50%;
  }
}
.firstview__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.firstview .scroll-indicator {
  position: absolute;
  left: 59%;
  top: 59%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .firstview .scroll-indicator {
    top: auto;
    bottom: 24px;
  }
}
.firstview .scroll-indicator__line {
  position: relative;
  width: 30px;
  height: 80px;
  background-color: transparent;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .firstview .scroll-indicator__line {
    height: 64px;
  }
}
.firstview .scroll-indicator__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  animation: scrollLine 2s ease-in-out infinite;
  transform-origin: top center;
}
.firstview .scroll-indicator__text {
  margin-top: 12px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .firstview .scroll-indicator__text {
    font-size: 10px;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-40%) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  60%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  50% {
    opacity: 0.7;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(8px);
  }
  50% {
    opacity: 0.7;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #555;
  padding: 3rem;
  margin-top: -1px;
}
.contact-info h2.contact-info__title {
  color: #fff;
}

.contact-info__details {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-info__details {
    flex-direction: column;
  }
}

.contact-info__hours {
  flex: 1;
  padding: 1rem 4rem;
}
.contact-info__hours p {
  color: #fff;
  text-align: end;
  padding: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact-info__hours p {
    text-align: center;
  }
  .contact-info__hours p a {
    text-decoration: underline;
  }
  .contact-info__hours p .sp {
    display: inline;
  }
}

.contact-info__form-link {
  flex: 1;
  padding: 1rem 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-info__form-link {
    padding: 1rem 0;
    justify-content: center;
  }
}
.contact-info__form-link a {
  color: #fff;
  border: 1px solid;
  border-radius: 50px;
  padding: 1rem 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contact-info__form-link a::before {
  content: "\f0e0";
  font: var(--fa-font-regular);
  font-weight: 100;
  padding-right: 1rem;
}
.contact-info__form-link a::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (any-hover: hover) {
  .contact-info__form-link a:hover {
    color: #383e45;
  }
}
@media (any-hover: hover) {
  .contact-info__form-link a:hover::after {
    transform: scale(1, 1);
  }
}

.footer {
  background-image: url(../images/backgroud.jpg);
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .footer-wrapper {
    align-items: normal;
  }
}
.footer-wrapper__logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media (any-hover: hover) {
  .footer-wrapper__logo:hover {
    opacity: 0.5;
  }
}
.footer-wrapper .holidays {
  padding: 1rem 0 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .holidays {
    padding: 0 0 5rem;
  }
  .footer-wrapper .holidays .sp {
    display: inline;
  }
}
.footer-wrapper__ul--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .footer-wrapper__ul--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 90px;
  }
}
.footer-wrapper__ul--list-item {
  text-align: center;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer-wrapper__ul--list-item {
    text-decoration: underline;
    text-align: left;
  }
}
.footer-wrapper__ul--list-item::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 3px;
  background-color: #4c7aaf;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .footer-wrapper__ul--list-item:hover {
    color: #4c7aaf;
  }
  .footer-wrapper__ul--list-item:hover::before {
    transform: scaleX(1);
    /*0→1でX軸方向に100%変形*/
    transform-origin: bottom left;
  }
}
.footer__copy {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    padding: 4rem 0 2rem;
  }
  .footer__copy .sp {
    display: inline;
  }
}

.about {
  background-color: #555;
  padding: 3rem;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 1rem;
  }
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__title {
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about__title .sp {
    display: inline;
  }
}
.about__metric {
  display: flex;
  flex-direction: column;
}
.about__metric-item {
  text-align: center;
  line-height: 1.5;
}
.about__metric-number {
  color: #fff;
}
.about__metric-label {
  color: #fff;
}
.about__text {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .about__text .tb {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .about__text .sp {
    display: inline;
  }
}
.about__button-wrapper {
  display: flex;
  justify-content: center;
}
.about__button {
  color: #fff;
  padding: 1rem 2rem;
  border: 1px solid;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about__button::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (any-hover: hover) {
  .about__button:hover {
    color: #383e45;
  }
}
@media (any-hover: hover) {
  .about__button:hover::after {
    transform: scale(1, 1);
  }
}

.works__inner {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.works__inner h2.works__title {
  text-transform: capitalize;
  padding: 4rem;
}
.works__inner .sliderarea {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.works__inner .sliderarea .works__container--images {
  width: 100%;
}
.works__inner .sliderarea .works__container--images .slick-prev {
  font-size: 0;
}
.works__inner .sliderarea .works__container--images .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  display: inline-block;
  font-size: 3rem;
  position: absolute;
  top: -11rem;
  left: 20rem;
  border: 1px solid;
  border-radius: 50px;
  padding: 2rem;
}
.works__inner .sliderarea .works__container--images .slick-next {
  font-size: 0;
}
.works__inner .sliderarea .works__container--images .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  display: inline-block;
  font-size: 3rem;
  position: absolute;
  top: -11rem;
  left: 28rem;
  border: 1px solid;
  border-radius: 50px;
  padding: 2rem;
}
.works__inner .sliderarea .works__container--images .slick-track img {
  width: 40rem;
  height: 40rem;
  padding: 2rem;
}

.page-about {
  padding: 11rem 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .page-about {
    padding: 12rem 0 3rem;
  }
}
.page-about__inner {
  margin: 0 auto;
}
.page-about__title {
  background-color: #fff;
  padding: 1rem 0;
}
.page-about__title .text42 {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 30rem;
  margin: 0 auto;
}
.page-about .bread {
  background-color: #555;
}
.page-about .bread ul {
  display: flex;
  position: relative;
  padding: 0.8rem 9rem;
  justify-content: center;
  margin-top: -0.1rem;
}
@media screen and (max-width: 768px) {
  .page-about .bread ul {
    padding: 0.8rem 0 1rem 1.5rem;
  }
}
.page-about .bread ul li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .page-about .bread ul li {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.page-about .bread ul li:nth-child(2) {
  margin-left: 3rem;
}
.page-about .bread ul li a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 0.6rem;
  left: 6.8rem;
}
@media screen and (max-width: 768px) {
  .page-about .bread ul li a::after {
    top: 0.3rem;
    left: 5.5rem;
    height: 1.5rem;
  }
}
.page-about .bread ul li a {
  position: relative;
}
@media (any-hover: hover) {
  .page-about .bread ul li a:hover {
    opacity: 0.5;
    color: #4c7aaf;
  }
}
.page-about__top-img {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #F9F8F6;
  overflow: hidden;
}
.page-about__top-img img {
  width: 100%;
}
.page-about__wrapper {
  padding: 4rem 0;
  background-color: #fff;
}
.page-about__wrapper .page-about__text-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  border: 1px solid;
  border-radius: 5rem;
  box-shadow: 1rem 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__text-wrapper {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding: 0 1rem;
  }
}
.page-about__wrapper .page-about__text-wrapper .page-about__text-content {
  margin-bottom: 3rem;
  padding: 2rem 1rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__text-wrapper .page-about__text-content {
    width: 100%;
  }
}
.page-about__wrapper .page-about__text-wrapper .page-about__text-content h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.page-about__wrapper .page-about__text-wrapper .page-about__text-content p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__text-wrapper .page-about__text-content p .sp {
    display: inline;
  }
}
.page-about__wrapper .page-about__text-wrapper .page-about__text-content img {
  width: 10rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.page-about__wrapper .page-about__text-wrapper .page-about__explanation-content {
  padding: 2rem 1rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__text-wrapper .page-about__explanation-content {
    width: auto;
  }
}
.page-about__wrapper .page-about__text-wrapper .page-about__explanation-content h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__text-wrapper .page-about__explanation-content h2 .sp {
    display: inline;
  }
}
.page-about__wrapper .page-about__text-wrapper .page-about__explanation-content p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__text-wrapper .page-about__explanation-content p .sp {
    display: inline;
  }
}
.page-about__wrapper .page-about__profile-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__profile-wrapper {
    flex-direction: column;
    padding: 6rem 1rem 0;
  }
}
.page-about__wrapper .page-about__profile-wrapper img {
  margin-right: 2rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__profile-wrapper .page-about__profile-text {
    padding: 4rem;
  }
}
.page-about__wrapper .page-about__profile-wrapper .page-about__profile-text h2 {
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__profile-wrapper .page-about__profile-text h2 .sp {
    display: inline;
  }
}
.page-about__wrapper .page-about__profile-wrapper .page-about__profile-text p {
  line-height: 1.6;
}
.page-about__wrapper .page-about__company-overview {
  padding: 4rem 1rem;
  width: 100%;
  text-align: center;
}
.page-about__wrapper .page-about__company-overview h2 {
  text-align: center;
}
.page-about__wrapper .page-about__company-overview h2.company-overview-jp {
  font-weight: 600;
}
.page-about__wrapper .page-about__company-overview h2.company-overview-en {
  color: #aaaaaa;
  padding-bottom: 1.5rem;
  text-transform: capitalize;
  opacity: 0.5;
}
.page-about__wrapper .page-about__company-overview p {
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__company-overview p .sp {
    display: inline;
  }
}
.page-about__wrapper .page-about__company-overview .company-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-top: 2rem;
  width: 67rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__company-overview .company-overview-grid {
    width: clamp(28rem, 64vw, 68rem);
  }
}
.page-about__wrapper .page-about__company-overview .company-overview-grid .company-overview-item {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.page-about__wrapper .page-about__company-overview .company-overview-grid .company-overview-item h3 {
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.page-about__wrapper .page-about__company-overview .company-overview-grid .company-overview-item p {
  margin: 0;
}
.page-about__wrapper .page-about__company-overview .company-overview-grid .company-overview-item a {
  display: block;
  text-align: center;
}
@media (any-hover: hover) {
  .page-about__wrapper .page-about__company-overview .company-overview-grid .company-overview-item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .page-about__company-overview .company-overview-grid .company-overview-item a {
    text-decoration: underline;
  }
}
.page-about__wrapper .services-list {
  padding: 5rem;
  background-image: url(../images/backgroud.jpg);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .services-list {
    padding: 5rem 1rem;
  }
}
.page-about__wrapper .services-list__title {
  text-align: center;
  margin-bottom: 20px;
}
.page-about__wrapper .services-list__img-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .services-list__img-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-about__wrapper .services-list__img-wrapper .services-list__img-link {
  position: relative;
  display: block;
  transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .page-about__wrapper .services-list__img-wrapper .services-list__img-link:hover {
    transform: scale(1.1);
  }
}
.page-about__wrapper .services-list__img-wrapper .services-list__img-link img {
  width: 100%;
  max-height: 25rem;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .services-list__img-wrapper .services-list__img-link img {
    object-fit: cover;
    height: 12rem;
  }
}
.page-about__wrapper .services-list__img-wrapper .services-list__img-link .services-list__img-wrapper-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .services-list__img-wrapper .services-list__img-link .services-list__img-wrapper-text {
    padding: 0.1rem;
  }
}
.page-about__wrapper .services-list__table {
  width: 100%;
}
.page-about__wrapper .services-list__row {
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .services-list__row {
    display: flex;
    flex-direction: column;
  }
}
.page-about__wrapper .services-list__header {
  background-color: #555;
  color: #fff;
  text-align: center;
  width: 30%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page-about__wrapper .services-list__header {
    width: 100%;
    padding: 1rem;
  }
}
.page-about__wrapper .services-list__data {
  padding: 2rem;
  background-color: #fff;
}
.page-about__wrapper .services-list__ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}
.page-about__wrapper .services-list__li {
  padding: 1rem;
}

.commitment {
  padding: 11rem 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .commitment {
    padding: 12rem 0 3rem;
  }
}
.commitment__inner {
  margin: 0 auto;
}
.commitment__title {
  background-color: #fff;
  padding: 1rem 0;
}
.commitment__title .text42 {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 30rem;
  margin: 0 auto;
}
.commitment .bread {
  background-color: #555;
}
.commitment .bread ul {
  display: flex;
  position: relative;
  padding: 0.8rem 9rem;
  justify-content: center;
  margin-top: -0.1rem;
}
@media screen and (max-width: 768px) {
  .commitment .bread ul {
    padding: 0.8rem 0 1rem 1.5rem;
  }
}
.commitment .bread ul li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .commitment .bread ul li {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.commitment .bread ul li:nth-child(2) {
  margin-left: 3rem;
}
.commitment .bread ul li a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 0.6rem;
  left: 6.8rem;
}
@media screen and (max-width: 768px) {
  .commitment .bread ul li a::after {
    top: 0.3rem;
    left: 5.5rem;
    height: 1.5rem;
  }
}
.commitment .bread ul li a {
  position: relative;
}
@media (any-hover: hover) {
  .commitment .bread ul li a:hover {
    opacity: 0.5;
    color: #4c7aaf;
  }
}
.commitment__top-img {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #F9F8F6;
  overflow: hidden;
}
.commitment__top-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .commitment__top-img img {
    object-fit: cover;
  }
}
.commitment__wrapper {
  padding: 4rem 0;
  background-color: #fff;
}
.commitment__wrapper .commitment-content {
  padding: 3rem 2rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .commitment__wrapper .commitment-content {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .commitment__wrapper .commitment-content {
    width: 90%;
  }
}
.commitment__wrapper .commitment-content h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commitment__wrapper .commitment-content h2 .sp {
    display: inline;
  }
}
.commitment__wrapper .commitment-content p {
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commitment__wrapper .commitment-content p .sp {
    display: inline;
  }
}
.commitment .commitment-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
}
.commitment .commitment-list__wrapper .commitment-item {
  display: grid;
  grid-template-columns: 75rem 1fr;
  grid-template-areas: "image title" "image description";
  gap: 0 6rem;
  background-color: #fff;
  margin-top: -0.1rem;
  padding: 8rem 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .commitment .commitment-list__wrapper .commitment-item {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "description";
    gap: 1rem 0;
    padding: 3rem 0;
  }
}
.commitment .commitment-list__wrapper .commitment-item:nth-of-type(1) .commitment-item-image {
  background-image: url(../images/commitment-content1);
}
.commitment .commitment-list__wrapper .commitment-item:nth-of-type(2) .commitment-item-image {
  background-image: url(../images/commitment-content2);
}
.commitment .commitment-list__wrapper .commitment-item:nth-of-type(3) .commitment-item-image {
  background-image: url(../images/commitment-content3);
}
.commitment .commitment-list__wrapper .commitment-item-image {
  grid-area: image;
  height: 50rem;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .commitment .commitment-list__wrapper .commitment-item-image {
    width: 90%;
    height: 50rem;
    margin: 0 auto;
  }
}
.commitment .commitment-list__wrapper .commitment-item h2.number {
  grid-area: title;
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .commitment .commitment-list__wrapper .commitment-item h2.number {
    position: relative;
  }
  .commitment .commitment-list__wrapper .commitment-item h2.number .absolute {
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: translate(-50%, 50%);
    font-size: 5rem;
    color: #87ceeb;
  }
}
.commitment .commitment-list__wrapper .commitment-item p.description {
  grid-area: description;
  text-align: center;
}

.construction {
  padding: 11rem 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .construction {
    padding: 12rem 0 3rem;
  }
}
.construction__inner {
  margin: 0 auto;
}
.construction__title {
  background-color: #fff;
  padding: 1rem 0;
}
.construction__title .text42 {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 30rem;
  margin: 0 auto;
}
.construction .bread {
  background-color: #555;
}
.construction .bread ul {
  display: flex;
  position: relative;
  padding: 0.8rem 9rem;
  justify-content: center;
  margin-top: -0.1rem;
}
@media screen and (max-width: 768px) {
  .construction .bread ul {
    padding: 0.8rem 0 1rem 1.5rem;
  }
}
.construction .bread ul li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .construction .bread ul li {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.construction .bread ul li:nth-child(2) {
  margin-left: 3rem;
}
.construction .bread ul li a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 0.6rem;
  left: 6.8rem;
}
@media screen and (max-width: 768px) {
  .construction .bread ul li a::after {
    top: 0.3rem;
    left: 5.5rem;
    height: 1.5rem;
  }
}
.construction .bread ul li a {
  position: relative;
}
@media (any-hover: hover) {
  .construction .bread ul li a:hover {
    opacity: 0.5;
    color: #4c7aaf;
  }
}
.construction__top-img {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #F9F8F6;
  overflow: hidden;
}
.construction__top-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .construction__top-img img {
    object-fit: cover;
  }
}
.construction__wrapper {
  padding: 4rem 0;
  background-color: #fff;
}
.construction__wrapper .term_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  padding: 2rem 2rem 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .construction__wrapper .term_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .construction__wrapper .term_list {
    grid-template-columns: 1fr;
    padding: 2rem 0 2rem 2.5rem;
  }
}
.construction__wrapper .term_list .construction-list {
  text-transform: capitalize;
  position: relative;
}
.construction__wrapper .term_list .construction-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translateY(-50%);
  border: 0.8rem solid transparent;
  border-left: 1.5rem solid #54372d;
}
@media screen and (max-width: 768px) {
  .construction__wrapper .term_list .construction-list::before {
    left: -1.6rem;
  }
}
.construction__wrapper .prefectures-list div {
  max-width: 120rem;
  margin: 0 auto;
  width: 90%;
  background-image: url(../images/backgroud.jpg);
}
.construction__wrapper .prefectures-list div h2.term-list {
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  background-color: #555;
}
.construction__wrapper .prefectures-list .construction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .construction__wrapper .prefectures-list .construction-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .construction__wrapper .prefectures-list .construction-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.construction__wrapper .prefectures-list .reform-container {
  margin: 0 auto;
}
.construction__wrapper .prefectures-list .reform-container img {
  width: 30rem;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .construction__wrapper .prefectures-list .reform-container img {
    width: clamp(24rem, 80vw, 70rem);
    height: 24rem;
  }
}

.reform {
  padding: 110px 0 56px;
}
@media screen and (max-width: 768px) {
  .reform {
    padding: 120px 0 30px;
  }
}
.reform__inner {
  margin: 0 auto;
}
.reform__header {
  background-color: #fff;
  padding: 10px 0;
}
.reform__title {
  font-family: "Meiryo", sans-serif;
  font-size: 42px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 300px;
  margin: 0 auto;
}
.reform .bread {
  background-color: #555;
}
.reform .bread ul {
  display: flex;
  position: relative;
  padding: 8px 90px;
  justify-content: center;
  margin-top: -0.1rem;
}
@media screen and (max-width: 768px) {
  .reform .bread ul {
    padding: 8px 0 10px 15px;
  }
}
.reform .bread ul li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .reform .bread ul li {
    font-size: 14px;
    margin-left: 0;
  }
}
.reform .bread ul li:nth-child(2) {
  margin-left: 30px;
}
.reform .bread ul li a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 6px;
  left: 68px;
}
@media screen and (max-width: 768px) {
  .reform .bread ul li a::after {
    top: 3px;
    left: 55px;
    height: 15px;
  }
}
.reform .bread ul li a {
  position: relative;
}
@media (any-hover: hover) {
  .reform .bread ul li a:hover {
    opacity: 0.5;
    color: #4c7aaf;
  }
}
.reform__top-img {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #F9F8F6;
  overflow: hidden;
}
.reform__top-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reform__top-img img {
    object-fit: cover;
  }
}
.reform__content {
  padding: 40px 0;
  background-image: url(../images/backgroud.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.reform__intro {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reform__intro-heading {
  font-family: "Meiryo", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .reform__intro-heading {
    text-align: center;
  }
  .reform__intro-heading .sp {
    display: inline;
  }
}
.reform__intro-subheading {
  font-family: "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .reform__intro-subheading .tb {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .reform__intro-subheading {
    text-align: center;
  }
  .reform__intro-subheading .sp {
    display: inline;
  }
}
.reform__overview {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 6rem;
  border: 1px solid;
  border-radius: 50px;
  box-shadow: 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .reform__overview {
    flex-direction: column;
    padding: 60px 10px;
  }
}
.reform__overview-text {
  font-family: "Meiryo", sans-serif;
  font-size: 23px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .reform__overview-text {
    width: 100%;
    font-size: 20px;
  }
  .reform__overview-text .sp {
    display: inline;
  }
}
.reform__overview-figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .reform__overview-figure {
    width: 100%;
  }
}
.reform__overview-figure img {
  width: 100%;
  height: auto;
  min-height: 390px;
}
.reform .reform__service-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 0;
}
.reform .reform__service-info-title {
  text-align: center;
}
.reform .reform__service-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .reform .reform__service-info-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
}
.reform .reform__service-info-item {
  transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .reform .reform__service-info-item:hover {
    transform: scale(1.1);
  }
}
.reform .reform__service-info-item img {
  width: 100%;
  height: 360px;
  display: block;
}
@media screen and (max-width: 768px) {
  .reform .reform__service-info-item img {
    height: 200px;
  }
}
.reform .reform__service-info-item p.text18 {
  text-align: center;
  padding: 20px;
}

.contact-page {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .contact-page {
    padding: 110px 0;
  }
}
.contact-page__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-page__header {
  margin-bottom: 40px;
  text-align: center;
}
.contact-page__title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-page__title {
    font-size: 42px;
  }
}

.contact-page__breadcrumb {
  background-color: #333;
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
}
.contact-page__breadcrumb Ul {
  display: flex;
  position: relative;
  padding: 0.8rem 9rem;
  justify-content: center;
  margin-top: -0.1rem;
}
@media screen and (max-width: 768px) {
  .contact-page__breadcrumb Ul {
    padding: 0.8rem 0 1rem 1.5rem;
  }
}
.contact-page__breadcrumb li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contact-page__breadcrumb li {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.contact-page__breadcrumb li:nth-child(2) {
  margin-left: 3rem;
}
.contact-page__breadcrumb li a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 0.6rem;
  left: 6.8rem;
}
@media screen and (max-width: 768px) {
  .contact-page__breadcrumb li a::after {
    top: 0.3rem;
    left: 5.5rem;
    height: 1.5rem;
  }
}
.contact-page__breadcrumb li a {
  position: relative;
}
@media (any-hover: hover) {
  .contact-page__breadcrumb li a:hover {
    opacity: 0.5;
    color: #4c7aaf;
  }
}

.contact-page__intro {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.contact-page__intro-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.contact-page__intro-text {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.contact-page__intro-note, .contact-page__intro-warning {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.contact-page__errors {
  background-color: rgba(255, 59, 48, 0.1);
  border-left: 4px solid #ff3b30;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.contact-page__errors-title {
  color: #ff3b30;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-page__errors-list {
  margin: 0;
  padding-left: 20px;
}
.contact-page__errors-item {
  font-size: 16px;
  color: #ff3b30;
  margin-bottom: 5px;
}
.contact-page__errors-item:last-child {
  margin-bottom: 0;
}

.contact-form__section {
  margin-bottom: 40px;
}
.contact-form__section:last-child {
  margin-bottom: 60px;
}
.contact-form__section-title {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}
.contact-form__fields {
  display: grid;
  gap: 25px;
}
.contact-form__field {
  position: relative;
}
.contact-form__field--required .contact-form__label::before {
  content: "必須";
  display: inline-block;
  background-color: #ff3b30;
  color: #fff;
  font-size: 16px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 8px;
}
.contact-form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.contact-form__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.contact-form__input:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.contact-form__input[aria-invalid=true] {
  border-color: #ff3b30;
}
.contact-form__select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.contact-form__select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.contact-form__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
  min-height: 120px;
}
.contact-form__textarea:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.contact-form__field-description {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.contact-form__error-message {
  color: #ff3b30;
  font-size: 14px;
  margin-top: 4px;
}
.contact-form__actions {
  text-align: center;
  margin-top: 40px;
}
.contact-form__submit {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form__submit:hover {
  background-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-form__submit:active {
  transform: translateY(0);
}

.heading-primary {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.heading-secondary {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0.01em;
}

/* 確認画面用スタイル */
.contact {
  padding: 140px 0;
  background-color: #fff;
}
.contact__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact__title {
  text-align: center;
  margin-bottom: 40px;
}
.contact__title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.contact__description {
  margin-bottom: 40px;
  text-align: center;
}
.contact__description h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}
.contact__description .explanation {
  color: #666;
  line-height: 1.8;
}
.contact .bread {
  background-color: #333;
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
}
.contact .bread Ul {
  display: flex;
  position: relative;
  padding: 0.8rem 9rem;
  justify-content: center;
  margin-top: -0.1rem;
}
@media screen and (max-width: 768px) {
  .contact .bread Ul {
    padding: 0.8rem 0 1rem 1.5rem;
  }
}
.contact .bread li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contact .bread li {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
.contact .bread li:nth-child(2) {
  margin-left: 3rem;
}
.contact .bread li a::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 0.6rem;
  left: 6.8rem;
}
@media screen and (max-width: 768px) {
  .contact .bread li a::after {
    top: 0.3rem;
    left: 5.5rem;
    height: 1.5rem;
  }
}
.contact .bread li a {
  position: relative;
}
@media (any-hover: hover) {
  .contact .bread li a:hover {
    opacity: 0.5;
    color: #4c7aaf;
  }
}

/* ステップバー */
.step-bar {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.step-bar__item {
  position: relative;
  flex: 1;
  max-width: 200px;
  padding: 0 20px;
  text-align: center;
}
.step-bar__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -50%;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}
.step-bar__item.is-complete .step-bar__number {
  background-color: #000;
  color: #fff;
}
.step-bar__item.is-complete::after {
  background-color: #000;
}
.step-bar__item.is-current .step-bar__number {
  background-color: #000;
  color: #fff;
}
.step-bar__number {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background-color: #ddd;
  border-radius: 50%;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}
.step-bar__text {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

/* 確認セクション */
.confirm-section {
  margin-bottom: 40px;
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
}
.confirm-section .section-title {
  font-size: 20px;
  color: #000;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

/* 確認リスト */
.confirm-list {
  margin: 0;
  padding: 0;
}
.confirm-list dt {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}
.confirm-list dd {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.confirm-list dd:last-child {
  margin-bottom: 0;
}

/* メッセージ欄 */
.confirm-message {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  line-height: 1.8;
  color: #333;
}

/* ボタングループ */
.form-button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* ボタンスタイル */
.back-button,
.submit-button {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.back-button:hover,
.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.back-button {
  background-color: #666;
  color: #fff;
}
.back-button:hover {
  background-color: #555;
}

.submit-button {
  background-color: #000;
  color: #fff;
}
.submit-button:hover {
  background-color: #333;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
  .contact__inner {
    padding: 0 15px;
  }
  .contact__title h1 {
    font-size: 28px;
  }
  .step-bar {
    margin: 30px 0;
  }
  .step-bar__item {
    padding: 0 10px;
  }
  .step-bar__number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .step-bar__text {
    font-size: 12px;
  }
  .confirm-section {
    padding: 20px;
  }
  .form-button-group {
    flex-direction: column;
    gap: 15px;
  }
  .back-button,
  .submit-button {
    width: 100%;
    padding: 12px 20px;
  }
}
/* アクセシビリティ対応 */
.back-button:focus,
.submit-button:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}

/* 印刷用スタイル */
@media print {
  .contact {
    padding: 20px 0;
  }
  .form-button-group {
    display: none;
  }
  .step-bar {
    display: none;
  }
}
/* サンクスページのスタイル */
.thanks-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks-content {
    padding: 40px 20px;
  }
}

.thanks-icon {
  margin-bottom: 30px;
  animation: fadeInDown 0.6s ease-out;
}
.thanks-icon svg {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .thanks-icon svg {
    width: 64px;
    height: 64px;
  }
}

.thanks-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  animation: fadeInUp 0.6s ease-out 0.3s both;
}
@media screen and (max-width: 768px) {
  .thanks-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.thanks-message {
  margin-bottom: 60px;
  animation: fadeInUp 0.6s ease-out 0.6s both;
}
.thanks-message p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}
.thanks-message p:last-child {
  margin-bottom: 0;
}
.thanks-message .notice {
  font-size: 14px;
  color: #666;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: left;
}

.company-info {
  background-color: #f8f8f8;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 50px;
  animation: fadeInUp 0.6s ease-out 0.9s both;
}
@media screen and (max-width: 768px) {
  .company-info {
    padding: 30px 20px;
  }
}
.company-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.company-info .company-name {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.company-info dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .company-info dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.company-info dt {
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .company-info dt {
    margin-top: 15px;
  }
}
.company-info dd {
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.button-area {
  animation: fadeInUp 0.6s ease-out 1.2s both;
  text-align: center;
}

.home-button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 18px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .home-button {
    padding: 15px 40px;
    width: 100%;
  }
}
.home-button:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.home-button:active {
  transform: translateY(0);
}

/* アニメーション */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */