@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] {
  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;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --wrapper-padding: 28px; /* パディングの値を定義 */
}

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

.wrapper {
  width: 100%;
  max-width: 1256px;
  padding: 0 28px;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0.5rem, 0.243rem + 1.1vw, 1.5625rem) clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  height: clamp(3rem, 2.17rem + 3.4vw, 6.25rem);
}
.header .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.875rem, 4.705rem + 9.1vw, 15.625rem);
  height: clamp(2rem, 1.685rem + 1.2vw, 3.125rem);
}
.header .contact-sub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: clamp(0.5rem, 0.395rem + 0.4vw, 0.875rem) clamp(1rem, 0.375rem + 2.5vw, 3.375rem);
  background-color: #fff;
  border: 2px solid #2f393f;
  border-radius: 44px;
  box-shadow: 0 4px 0 0 #2f393f;
  transition: all 0.2s;
  position: relative;
  top: 0;
  font-size: clamp(0.6875rem, 0.64rem + 0.3vw, 1rem);
  font-weight: bold;
}
.header .contact-sub-button svg {
  width: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  height: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}
.header .contact-sub-button:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 0 #2f393f;
}
.header .contact-sub-button:active {
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .header .contact-sub-button {
    border: 1px solid #2f393f;
    box-shadow: 0 2px 0 0 #2f393f;
  }
}

.hero {
  background-image: url("/images/fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: clamp(10.9375rem, 4.5rem + 27.5vw, 37.5rem);
}
.hero .hero-inner {
  padding-top: clamp(0.5rem, -1.875rem + 10vw, 10.125rem);
  color: #fff;
}
.hero .hero-title {
  font-size: clamp(1.375rem, 0.66rem + 3.2vw, 4.5rem);
  font-weight: bold;
  line-height: 1.25;
}
.hero .hero-sub-title {
  padding-top: 24px;
  font-size: clamp(0.6875rem, 0.54rem + 0.8vw, 1.5rem);
  font-weight: bold;
  line-height: 1.25;
}
.hero .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: url("/images/fv_sp.jpg");
  }
}
@media screen and (max-width: 540px) {
  .hero .sp-only {
    display: block;
  }
}

.contact-links {
  background-color: #1b96d5;
  height: clamp(8rem, 5.478rem + 10.8vw, 18.4375rem);
}
.contact-links .contact-links-inner {
  text-align: center;
}
.contact-links .contact-links-inner p {
  color: #fff;
  padding-top: clamp(1.5rem, 0.88rem + 2.6vw, 4rem);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: bold;
  padding-bottom: clamp(0.5rem, 0.3rem + 1vw, 1.5rem);
}
.contact-links .contact-links-inner .contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: bold;
  gap: clamp(1.3125rem, 0.698rem + 2.7vw, 3.9375rem);
  padding: clamp(0.75rem, 0.55rem + 1vw, 1.75rem) clamp(2.75rem, 2.55rem + 1vw, 3.75rem) clamp(0.75rem, 0.55rem + 1vw, 1.75rem) clamp(2.75rem, 1.043rem + 7.1vw, 9.5625rem);
  background-image: url("/images/button_cta02.svg");
  background-size: cover;
  border: 4px solid #2f393f;
  border-radius: 44px;
  box-shadow: 0 6px 0 0 #2f393f;
  transition: all 0.2s;
  position: relative;
  top: 0;
  font-weight: bold;
}
.contact-links .contact-links-inner .contact-button svg {
  width: clamp(1.25rem, 1.155rem + 0.6vw, 1.875rem);
  height: clamp(1.25rem, 1.155rem + 0.6vw, 1.875rem);
}
.contact-links .contact-links-inner .contact-button:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 0 #2f393f;
}
.contact-links .contact-links-inner .contact-button:hover:active {
  transform: translateY(6px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .contact-links .contact-links-inner .contact-button {
    border: 2px solid #2f393f;
    box-shadow: 0 3px 0 0 #2f393f;
  }
}

.merit .merit-title {
  font-size: clamp(1.375rem, 0.96rem + 1.7vw, 3rem);
  font-weight: bold;
  text-align: center;
  padding-top: clamp(4rem, 2.655rem + 5.6vw, 9.375rem);
}
.merit .merit-title .big-text {
  font-size: clamp(2.125rem, 1.5rem + 2.5vw, 4.5rem);
  font-weight: bold;
}
.merit .merit-icons {
  display: flex;
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  align-items: center;
  justify-content: center;
  padding-top: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  padding-bottom: clamp(4rem, 3.695rem + 1.4vw, 5.375rem);
}
.merit .merit-icons .merit-icon {
  flex: 1;
  border: 1px solid #d4d6d8;
  border-radius: 20px;
  padding: clamp(1.125rem, 0.81rem + 1.2vw, 2.25rem) clamp(1.5625rem, 1.205rem + 1.6vw, 3.125rem);
  text-align: center;
}
.merit .merit-icons .merit-icon p {
  font-size: clamp(1rem, 1.005rem + 0.1vw, 1.125rem);
  font-weight: bold;
  padding-top: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}
.merit .merit-icons .merit-icon img {
  width: clamp(4rem, 3.49rem + 2.3vw, 6.25rem);
  height: clamp(4rem, 3.49rem + 2.3vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .merit .merit-icons {
    flex-direction: column;
  }
  .merit .merit-icons .merit-icon {
    width: 100%;
  }
}
.merit .merit-detail .merit-detail-item {
  display: flex;
  justify-content: center;
  padding-bottom: 171px;
}
.merit .merit-detail .merit-detail-item:nth-child(even) {
  flex-direction: row-reverse;
}
.merit .merit-detail .merit-detail-item:nth-child(even) .text-area {
  margin-left: -100px;
  margin-right: 0;
  padding: clamp(2rem, 1.48rem + 2.1vw, 4rem) clamp(2rem, 1.48rem + 2.1vw, 4rem) clamp(2rem, 1.48rem + 2.1vw, 4rem) clamp(4rem, 1.12rem + 12.4vw, 16rem);
}
.merit .merit-detail .merit-detail-item .text-area {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: clamp(2rem, 1.48rem + 2.1vw, 4rem) clamp(4rem, 1.12rem + 12.4vw, 16rem) clamp(2rem, 1.48rem + 2.1vw, 4rem) clamp(2rem, 1.48rem + 2.1vw, 4rem);
  position: relative;
  z-index: 0;
  margin-right: -100px;
  max-width: 1008px;
}
.merit .merit-detail .merit-detail-item .title-flex {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.3rem + 1vw, 1.5rem);
}
.merit .merit-detail .merit-detail-item .number {
  display: inline-block;
  background-color: #1a96d5;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(1.25rem, 0.94rem + 1.3vw, 2.5rem);
  font-weight: bold;
  padding: clamp(0.1875rem, 0.135rem + 0.2vw, 0.375rem) clamp(0.3125rem, 0.203rem + 0.3vw, 0.5625rem);
  font-family: "Roboto", serif;
}
.merit .merit-detail .merit-detail-item h3 {
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: bold;
  line-height: 1.43;
}
.merit .merit-detail .merit-detail-item .point {
  padding-top: clamp(1.5rem, 1.08rem + 1.6vw, 3rem);
}
.merit .merit-detail .merit-detail-item .point h4 {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: bold;
  color: #1b96d5;
}
.merit .merit-detail .merit-detail-item .point p {
  font-size: clamp(0.8125rem, 0.765rem + 0.3vw, 1.125rem);
  padding-top: 8px;
}
.merit .merit-detail picture {
  display: block;
  position: relative;
  top: 107px;
  z-index: 1;
  width: clamp(13.75rem, 9.56rem + 8.7vw, 20rem);
  min-width: clamp(13.75rem, 9.56rem + 8.7vw, 20rem);
}
.merit .merit-detail .merit-img {
  border-radius: 20px;
  width: 100%;
  height: clamp(24.375rem, 16.958rem + 15.4vw, 35.4375rem);
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .merit .merit-detail .merit-detail-item {
    flex-direction: column;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: clamp(1rem, 0.375rem + 2.6vw, 2rem);
    width: 100vw;
    margin-left: calc(var(--wrapper-padding) * -1);
    margin-right: calc(var(--wrapper-padding) * -1);
    padding-bottom: clamp(2rem, 0.112rem + 8.1vw, 4rem);
  }
  .merit .merit-detail .merit-detail-item:nth-child(even) {
    flex-direction: column;
  }
  .merit .merit-detail .merit-detail-item:nth-child(even) .text-area {
    margin-left: 0px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .merit .merit-detail .merit-detail-item .text-area {
    background-color: transparent;
    margin-right: 0px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .merit .merit-detail .merit-detail-item picture {
    position: static;
    top: 0px;
    z-index: 0;
    text-align: center;
    width: 100%;
    padding: 0 28px;
    margin: 0 auto;
  }
  .merit .merit-detail .merit-detail-item .merit-img {
    width: 100%;
    max-height: clamp(11.25rem, 7.656rem + 15.3vw, 15rem);
  }
}

.appeal {
  background-color: #1b96d5;
  text-align: center;
  padding-bottom: clamp(0rem, -2.49rem + 5.2vw, 3.75rem);
}
.appeal .appeal-inner {
  padding-top: clamp(2rem, 0.55rem + 6vw, 7.75rem);
}
.appeal .appeal-inner .logo {
  text-align: center;
}
.appeal .appeal-inner img {
  width: clamp(7.5rem, 5.545rem + 8.4vw, 15.625rem);
  height: clamp(1.5rem, 1.085rem + 1.7vw, 3.125rem);
}
.appeal .appeal-inner .appeal-text {
  font-size: clamp(1rem, 0.48rem + 2.1vw, 3rem);
  font-weight: bold;
  padding-top: clamp(0.5rem, 0.3rem + 1vw, 1.5rem);
  color: #fff;
}
.appeal .appeal-inner .appeal-icons {
  padding-top: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  position: relative;
}
.appeal .appeal-inner .appeal-icons h4 {
  display: inline-block;
  padding: 8px clamp(6.5rem, 6.39rem + 0.3vw, 6.75rem);
  border: 1px solid #fff;
  border-radius: 999px;
  position: relative;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: bold;
  color: #fff;
}
.appeal .appeal-inner .appeal-icons h4::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #1a96d5;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
}
.appeal .appeal-inner .appeal-icons h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0px;
  background-color: #1a96d5;
}
.appeal .appeal-inner .appeal-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  padding-top: clamp(1.5rem, 1.395rem + 0.4vw, 1.875rem);
}
.appeal .appeal-inner .appeal-icons-wrapper .appeal-icon {
  flex: 1;
  background-color: #fff;
  padding: clamp(1rem, 0.695rem + 1.4vw, 2.375rem) 0;
  border-radius: 20px;
  color: #1a96d5;
}
.appeal .appeal-inner .appeal-icons-wrapper .appeal-icon img {
  width: clamp(4rem, 3.49rem + 2.3vw, 6.25rem);
  height: clamp(4rem, 3.49rem + 2.3vw, 6.25rem);
}
.appeal .appeal-inner .appeal-icons-wrapper .appeal-icon h5 {
  font-weight: bold;
  padding-top: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}
.appeal .appeal-inner .appeal-icons-footer {
  color: #fff;
  padding-top: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  text-align: left;
  font-size: clamp(0.8125rem, 0.765rem + 0.3vw, 1.125rem);
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .appeal .appeal-icons-wrapper {
    flex-direction: column;
  }
  .appeal .appeal-icons-wrapper .appeal-icon {
    width: 100%;
  }
}

.productions {
  padding-top: clamp(4rem, 2.655rem + 5.6vw, 9.375rem);
  padding-bottom: clamp(4rem, 2.655rem + 5.6vw, 9.375rem);
}
.productions h3 {
  font-size: clamp(1.375rem, 0.96rem + 1.7vw, 3rem);
  font-weight: bold;
  text-align: center;
}
.productions p {
  font-size: clamp(0.8125rem, 0.765rem + 0.3vw, 1.125rem);
  padding-top: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.productions .productions-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2.1fr);
  gap: 24px;
  flex-wrap: wrap;
  padding-top: clamp(1rem, 0.28rem + 3.1vw, 4rem);
}
.productions .productions-content img {
  width: 100%;
  aspect-ratio: 282/500;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .productions .productions-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .productions .pc-only {
    display: none;
  }
}

.q-a {
  padding-top: clamp(4rem, 2.655rem + 5.6vw, 9.375rem);
}
.q-a h3 {
  font-size: clamp(1.375rem, 0.96rem + 1.7vw, 3rem);
  font-weight: bold;
  padding-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  text-align: center;
}
.q-a .q-a-content {
  border-top: 1px solid #969c9e;
}
.q-a .q-a-content .q-a-item {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  border-bottom: 1px solid #969c9e;
}
.q-a .q-a-content .q-a-item img {
  flex-shrink: 0;
  width: clamp(1.875rem, 1.56rem + 1.2vw, 3rem);
  height: clamp(1.875rem, 1.56rem + 1.2vw, 3rem);
}
.q-a .q-a-content .q-item,
.q-a .q-a-content .a-item {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.3rem + 1vw, 1.5rem);
  font-size: clamp(0.8125rem, 0.765rem + 0.3vw, 1.125rem);
}
.q-a .q-a-content .q-item {
  padding-top: clamp(0.8125rem, 0.56rem + 1.2vw, 2rem);
  font-weight: bold;
}
.q-a .q-a-content .a-item {
  padding-bottom: clamp(0.8125rem, 0.56rem + 1.2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .q-a .q-a-content .a-item {
    align-items: flex-start;
  }
}

/* recapchaのバッジ削除CSSCSS */
.grecaptcha-badge {
  visibility: hidden !important;
}

.contact {
  padding-top: clamp(4rem, 2.86rem + 4.7vw, 8.5rem);
  padding-bottom: 57px;
}

.contact-header .section-title {
  font-size: clamp(1.375rem, 0.96rem + 1.7vw, 3rem);
  font-weight: bold;
  text-align: center;
}
.contact-header .sub-title {
  font-size: clamp(0.8125rem, 0.765rem + 0.3vw, 1.125rem);
  padding-top: 24px;
  padding-bottom: 24px;
}

.form-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f7f7f7;
}

form {
  margin: 0 auto;
  max-width: 842px;
  padding: 64px 28px;
}

.form-group {
  margin-bottom: 34px;
}

.form-group label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.31;
  margin-bottom: 15px;
}

.form-group span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.31;
  color: #ff584d;
}

.form-group input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #969c9e;
  border-radius: 5px;
}

.form-group textarea {
  min-height: 400px;
}

.btn-wrapper {
  text-align: center;
  padding-top: 6px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: bold;
  gap: clamp(1.3125rem, 0.698rem + 2.7vw, 3.9375rem);
  padding: clamp(0.75rem, 0.55rem + 1vw, 1.75rem) clamp(2.75rem, 2.55rem + 1vw, 3.75rem) clamp(0.75rem, 0.55rem + 1vw, 1.75rem) clamp(2.75rem, 1.043rem + 7.1vw, 9.5625rem);
  background-image: url("/images/button_cta02.svg");
  background-size: cover;
  border: 4px solid #2f393f;
  border-radius: 44px;
  box-shadow: 0 6px 0 0 #2f393f;
  transition: all 0.2s;
  position: relative;
  top: 0;
  font-weight: bold;
}
.contact-button svg {
  width: clamp(1.25rem, 1.155rem + 0.6vw, 1.875rem);
  height: clamp(1.25rem, 1.155rem + 0.6vw, 1.875rem);
}
.contact-button:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 0 #2f393f;
}
.contact-button:hover:active {
  transform: translateY(6px);
  box-shadow: none;
}
.contact-button .contact-button {
  transition: all 0.2s ease;
  opacity: 0.3; /* 初期値 */
  pointer-events: none; /* 初期値でクリック無効 */
}
.contact-button .contact-button.can-sent {
  opacity: 1;
  pointer-events: auto;
}
.contact-button .contact-button.can-sent:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .form-wrapper {
    width: 100vw;
    margin-left: calc(var(--wrapper-padding) * -1);
    margin-right: calc(var(--wrapper-padding) * -1);
  }
  .contact-button {
    border: 2px solid #2f393f;
    box-shadow: 0 3px 0 0 #2f393f;
  }
}
.footer {
  background-color: #2f393f;
  color: #fff;
  padding: clamp(1.0625rem, 0.595rem + 1.9vw, 2.875rem) 0 clamp(1.0625rem, 0.4rem + 3vw, 4rem) 0;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-logo {
  width: clamp(6.875rem, 4.705rem + 9.1vw, 15.625rem);
  height: clamp(2rem, 1.685rem + 1.2vw, 3.125rem);
  transition: all 0.3s;
}
.footer .footer-logo:hover {
  opacity: 0.8;
}
.footer .footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  font-size: clamp(0.75rem, 0.64rem + 0.3vw, 1rem);
}
.footer .footer-list li:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: clamp(0.625rem, 0.52rem + 0.4vw, 1rem);
  color: #979d9f;
  text-align: right;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    display: none;
  }
  .footer .footer-list {
    display: none;
  }
  .footer .copyright {
    padding-top: 0;
    text-align: center;
  }
}

body {
  padding-top: 0;
  margin: 0;
  height: 100dvh;
}

.thanks-header {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #c6c6c6;
}

.thanks-content {
  text-align: center;
}

.thanks-content-title {
  font-size: 48px;
  padding-top: 157px;
  padding-bottom: 24px;
  font-weight: bold;
  line-height: 1.33;
}

.thanks-border {
  height: 1px;
  background: #339baa;
}

.thanks-message {
  padding-top: 32px;
  font-size: 24px;
  text-align: center;
}

.button-content {
  padding-top: 120px;
}

.thanks-footer {
  width: 100%;
  margin-top: 176px;
  border-top: 1px solid #c6c6c6;
}

.thanks-footer p {
  padding-top: 8px;
  text-align: center;
  color: #c6c6c6;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .thanks-header {
    padding: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem) 0;
  }
  .thanks-header img {
    width: clamp(6rem, 2.159rem + 19.2vw, 16.563rem);
  }
  .thanks-content-title {
    font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
    padding-top: clamp(2rem, -0.841rem + 14.2vw, 9.813rem);
    padding-bottom: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
  .thanks-message {
    padding-top: clamp(1rem, 0.636rem + 1.82vw, 2rem);
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
  .button-content {
    padding-top: clamp(1.5rem, -0.682rem + 10.91vw, 7.5rem);
  }
  .thanks-footer {
    margin-top: clamp(3rem, 0.091rem + 14.55vw, 11rem);
  }
}
.top-btn {
  display: inline-flex;
  align-items: center;
  padding: 34px 50px 34px 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #339baa;
  border: 2px solid #339baa;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  filter: drop-shadow(3px 3px 6px rgba(130, 130, 130, 0.5));
  transition: all 0.2s;
}

.top-btn:hover {
  background-color: #fff;
  color: #339baa;
  border: 2px solid #fff;
}

.top-btn:hover::before {
  border: 2px solid #339baa;
}

.top-btn .content {
  display: flex;
  align-items: center;
}

.top-btn img.default {
  display: block; /* 通常時の画像を表示 */
}

.top-btn img.hover {
  display: none; /* ホバー時の画像を非表示 */
}

.top-btn:hover img.default {
  display: none; /* ホバー時に通常の画像を非表示 */
}

.top-btn:hover img.hover {
  display: block; /* ホバー時にホバー用の画像を表示 */
}

.top-btn img {
  margin-left: 24px;
}

.top-btn::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 50px;
  border: 2px solid #fff;
}

@media screen and (max-width: 1200px) {
  .top-btn {
    padding: clamp(0.875rem, 0.42rem + 2.27vw, 2.125rem) clamp(2.75rem, 2.614rem + 0.68vw, 3.125rem) clamp(0.875rem, 0.42rem + 2.27vw, 2.125rem) clamp(3.375rem, 3.239rem + 0.68vw, 3.75rem);
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
  .top-btn img {
    width: clamp(0.875rem, 0.511rem + 1.82vw, 1.875rem);
  }
}