@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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) */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
  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;
  width: 100%;
}

/* 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 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  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;
} 
h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 32px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 28px;
  }
}

p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 15px;
  }
}

a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 18px;
  }
}

div {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 15px;
  }
}

input {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  input {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  input {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  input {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  input {
    font-size: 15px;
  }
}

.txt__black {
  color: #010108;
}

.bg__black {
  background-color: #010108;
}

.txt__gray {
  color: #A7A7AB;
}

.bg__gray {
  background-color: #A7A7AB;
}

.txt__white {
  color: #ffffff;
}

.bg__white {
  background-color: #ffffff;
}

.txt__white_gray {
  color: #F7F8FA;
}

.bg__white_gray {
  background-color: #F7F8FA;
}

.txt__dark_gray {
  color: #2E2E33;
}

.bg__dark_gray {
  background-color: #2E2E33;
}

.txt__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.txt__blue {
  color: #2234FA;
}

.bg__blue {
  background-color: #2234FA;
}

.txt__green {
  color: #2ecc71;
}

.bg__green {
  background-color: #2ecc71;
}

.txt__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.txt__dark_blue {
  color: #2A4055;
}

.bg__dark_blue {
  background-color: #2A4055;
}

.txt__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.txt__turquoise {
  color: #203B4E;
}

.bg__turquoise {
  background-color: #203B4E;
}

.txt__orange {
  color: #CC924B;
}

.bg__orange {
  background-color: #CC924B;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-width: 3000px;
}

.container {
  transition: 0.5s;
}

p {
  line-height: 200%;
}

.mon {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1.7px;
}

.h {
  font-family: "TsukuhouMincho"; /* Safari */ /* IE */
  writing-mode: vertical-rl; /* Standard */
  text-orientation: upright;
  line-height: 170%;
}

.h_tb {
  font-family: "TsukuhouMincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  writing-mode: inherit;
  line-height: 170%;
  letter-spacing: inherit;
}
.h_rl {
  font-family: "TsukuhouMincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  writing-mode: inherit;
  line-height: 170%;
  letter-spacing: inherit;
}
@media screen and (min-width: 768px) {
  .h_rl {
    writing-mode: vertical-rl;
    letter-spacing: -10px;
  }
}

.mw {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}

.sp_01 {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_01 {
    display: none;
  }
}

.sp_02 {
  display: block;
}
@media screen and (min-width: 992px) {
  .sp_02 {
    display: none;
  }
}

.md {
  display: none;
}
@media screen and (min-width: 768px) {
  .md {
    display: block;
  }
}

.lg {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg {
    display: block;
  }
}

.link {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  margin-top: 20px;
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #0F0E0E;
  border-right: 1.5px solid #0F0E0E;
  transform: rotate(45deg);
  transition: 0.2s;
}
.link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.2px;
  background: #0F0E0E;
  bottom: -3px;
  left: 0;
  transform: scale(0, 1);
  transition: 0.2s;
  transform-origin: left top;
}
.link:hover::before {
  right: -5px;
  transition: 0.2s;
}
.link:hover::after {
  transform: scale(1, 1);
  transition: 0.2s;
  transform-origin: left top;
}
.link a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
  color: transparent;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
  cursor: pointer;
}
.link a:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
}
.link_01 {
  display: inline-block;
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .link_01 {
    padding-top: 60px;
  }
}
.link_01::after {
  content: "";
  position: absolute;
  background-image: url(../images/SVG/bottom_line.svg);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  transform: scale(1, 1);
  transition: 0.3s;
  transition-delay: 0.5s;
  transform-origin: right top;
}
.link_01::before {
  content: "";
  position: absolute;
  background-image: url(../images/SVG/bottom_line.svg);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  transition: 0.3s;
  transform: scale(0, 1);
  transition: 0.3s;
  transform-origin: left top;
}
.link_01 a {
  font-size: 2rem;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .link_01 a {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  .link_01 a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .link_01 a {
    font-size: 3.5rem;
  }
}
.link_01:hover::after {
  transform: scale(0, 1);
  transition: 0.3s;
  transform-origin: right top;
}
.link_01:hover::before {
  transform: scale(1, 1);
  transition: 0.3s;
  transition-delay: 0.5s;
  transform-origin: left top;
}

.sec_box {
  position: relative;
  overflow: hidden;
}

.sec_ttl {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .sec_ttl {
    margin-bottom: 25px;
  }
}
.sec_ttl::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #2234FA;
  border-radius: 50%;
  left: 0;
  top: 25%;
  z-index: 1;
}
.sec_ttl::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #F5F5F5;
  border-radius: 50%;
  left: 4px;
  top: 10.5px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .sec_ttl::before {
    top: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .sec_ttl::before {
    top: 12px;
  }
}
.sec_ttl_acc {
  position: absolute;
  font-size: 5em;
  font-weight: 600;
  top: -20%;
  right: -30%;
  color: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 992px) {
  .sec_ttl_acc {
    font-size: 10em;
    top: -20%;
    right: -10%;
  }
}

#cursor {
  display: none;
}
@media screen and (min-width: 992px) {
  #cursor {
    display: block;
    transform: translate(0, 0);
    pointer-events: none;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    mix-blend-mode: exclusion;
    opacity: 0.75;
    border-radius: 50%;
    z-index: 999;
    transition: transform 0.1s, top, 0.3s, left 0.3s, width 0.3s, height 0.3s, background-color 0s;
    transition-timing-function: ease-out;
  }
}
#cursor.hov_ {
  top: -62px;
  left: -62px;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #fff;
  opacity: 0.75;
  width: 100px;
  height: 100px;
}

/* 最初は非表示にして、後でフェードイン */
.bl_text {
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0; /* 初期状態は非表示 */
  transition: opacity 0.5s ease-in-out, font-size 0.1s ease-in; /* フェードインとサイズ変更 */
}

.js__scale {
  font-size: 0.5rem;
  transition: transform 0.5s ease; /* スムーズなスケーリングのためにトランジションを追加 */
  transform: scale(1); /* 初期状態ではスケールを1に */
}

.bl_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: auto;
  margin: 5px;
}

.bl_text h2 {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  font-weight: bold;
}

/* ボタンセクションのスタイル */
.bl_buttons {
  display: none; /* 初期状態は非表示 */
  text-align: center;
  margin-top: 50px;
}
.bl_buttons_wapper {
  display: flex;
  justify-content: space-around;
}

.bl_buttons ul {
  list-style-type: none;
  padding: 0;
}

.bl_buttons ul li {
  margin: 10px 0;
}

.bl_buttons ul li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform 1s ease-in-out;
}

/* ボタンスライドアニメーション */
.show-buttons {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  animation: slide-in 1s forwards;
}

@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.left-in {
  overflow: hidden;
  position: relative;
}

.left-in::before {
  animation: left-in 0.5s ease forwards;
  background: #2E2E33;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes left-in {
  100% {
    transform: translateX(100%);
  }
}
/*text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up.displayed span {
  animation: showText 1.5s backwards;
  display: inline-block;
}

.anime-up.displayed > span {
  overflow: hidden;
}

.anime-up.displayed > span > span {
  animation: showTextFromBottom 0.2s backwards;
}

@keyframes showTextFromBottom_02 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up_02.displayed span {
  animation: showText 1.5s backwards;
  display: inline-block;
}

.anime-up_02.displayed > span {
  overflow: hidden;
}

.anime-up_02.displayed > span > span {
  animation: showTextFromBottom_02 0.2s backwards;
}

@keyframes showTextFromBottom_03 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up_03.displayed span {
  animation: showText 1.5s backwards;
  display: inline-block;
}

.anime-up_03.displayed > span {
  overflow: hidden;
}

.anime-up_03.displayed > span > span {
  animation: showTextFromBottom_03 0.2s backwards;
}

@keyframes showTextFromBottom_04 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up_04.displayed span {
  animation: showText 1.5s backwards;
  display: inline-block;
}

.anime-up_04.displayed > span {
  overflow: hidden;
}

.anime-up_04.displayed > span > span {
  animation: showTextFromBottom_04 0.2s backwards;
}

.curtain1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.curtain1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(0);
  background-color: #fff;
}

.curtain1.is-loaded span {
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.curtain2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.curtain2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(0);
  background-color: #fff;
}

.curtain2.is-loaded span {
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.curtain3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.curtain3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(0);
  background-color: #fff;
}

.curtain3.is-loaded span {
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
}

.curtain4 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.curtain4 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(0);
  background-color: #fff;
}

.curtain4.is-loaded span {
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
}

.sec_footer {
  padding: 75px 0;
}
.sec_footer_container {
  display: grid;
  grid-template-columns: 1fr;
}
.sec_footer_container div {
  grid-area: 1/1/1/1;
}
.sec_footer_txt_logo {
  display: none;
  width: 100%;
  opacity: 0.05;
}
@media screen and (min-width: 1200px) {
  .sec_footer_txt_logo {
    display: block;
  }
}
.sec_footer_grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (min-width: 1200px) {
  .sec_footer_grid {
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
    gap: 0;
  }
}
.sec_footer_box_logo {
  width: 120px;
}
@media screen and (min-width: 1200px) {
  .sec_footer_box_logo {
    width: 160px;
  }
}
.sec_footer_box_ttl {
  font-weight: 700;
  letter-spacing: 7px;
  font-size: 2.8em;
}
@media screen and (min-width: 768px) {
  .sec_footer_box_ttl {
    font-size: 3em;
  }
}
.sec_footer_item {
  height: 20px;
  margin-bottom: 15px;
}
.sec_footer_link {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  transition: 0.5s;
}
.sec_footer_link:hover {
  color: #A7A7AB;
  transition: 0.5s;
}
.sec_footer_link:hover .sec_footer_link::after {
  background: #A7A7AB;
  transition: 0.5s;
}
.sec_footer_link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  left: 0;
  top: 25%;
  z-index: 1;
}
.sec_footer_link::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #2234FA;
  border-radius: 50%;
  left: 3.2px;
  top: 8px;
  z-index: 2;
}

.head {
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.head_list {
  display: flex;
  justify-content: space-between;
  margin: 15px;
  align-items: center;
}
.head_logo {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .head_logo {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .head_logo {
    width: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .head_logo {
    width: 300px;
  }
}
.head_btn {
  font-weight: 600;
}
.head_link {
  display: block;
  background: #2234FA;
  padding: 10px 30px;
  border-radius: 50px;
  letter-spacing: 5px;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #2234FA;
  transition: color 0.4s ease-out;
  /* スクロールしたらヘッダーメニューのフォントカラー変更 */
}
@media screen and (min-width: 768px) {
  .head_link {
    font-size: 14px;
    padding: 17px 60px;
  }
}
.head_link:hover {
  color: #2234FA;
  background: #ffffff;
  transition: color 0.4s ease-out;
}
.head_link.headerColorScroll {
  color: #2234FA;
  background: #ffffff;
  transition: color 0.4s ease-out;
}
.head_link.headerColorScroll:hover {
  background: #2234FA;
  color: #ffffff;
  transition: color 0.4s ease-out;
}

/* ロゴに関するスタイル */
.header-logo {
  height: auto;
}

.header-logo.headerLogoScroll.-before {
  display: none;
}

.header-logo.-after {
  display: none;
}

.header-logo.headerLogoScroll.-after {
  display: block;
}

.sec_top_fv_grid {
  display: grid;
  grid-template-columns: 1fr;
  height: 100vh;
}
.sec_top_fv_grid div {
  grid-area: 1/1/1/1;
}
.sec_top_fv_wrapper {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_fv_wrapper video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_fv_box {
  width: 90%;
  margin: 0 auto;
  padding-top: 80dvh;
}
@media screen and (min-width: 1200px) {
  .sec_top_fv_box {
    padding-top: 60vh;
  }
}
@media screen and (min-width: 1600px) {
  .sec_top_fv_box {
    padding-top: 70vh;
  }
}
.sec_top_fv_ttl {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 85%;
}
@media screen and (min-width: 992px) {
  .sec_top_fv_ttl {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .sec_top_fv_ttl {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .sec_top_fv_ttl {
    font-size: 10em;
  }
}
.sec_top_fv_acc {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 12px;
}
@media screen and (min-width: 992px) {
  .sec_top_fv_acc {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .sec_top_fv_acc {
    font-size: 3.5rem;
  }
}

.sec_top_about {
  padding: 75px 0 75px 0;
}
@media screen and (min-width: 768px) {
  .sec_top_about {
    padding: 150px 0 150px 0;
  }
}
.sec_top_about_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.sec_top_about_grid {
  display: block;
}
@media screen and (min-width: 992px) {
  .sec_top_about_grid {
    display: flex;
    justify-content: space-around;
  }
}
.sec_top_about_ttl {
  letter-spacing: 2px;
  font-weight: 700;
}
.sec_top_about_txt {
  padding-top: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1200px) {
  .sec_top_about_txt {
    padding-top: 60px;
  }
}

.sec_top_service {
  padding: 75px 0 75px 0;
  /*ラッパー要素*/
  /*コンテンツのブロック*/
  /*画像のブロック*/
}
@media screen and (min-width: 768px) {
  .sec_top_service {
    padding: 150px 0 150px 0;
  }
}
.sec_top_service_ttl {
  font-weight: 600;
  padding-bottom: 30px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .sec_top_service_ttl {
    padding-bottom: 50px;
  }
}
.sec_top_service_box {
  display: block;
}
@media screen and (min-width: 1200px) {
  .sec_top_service_box {
    display: flex;
    justify-content: flex-start;
    gap: 20%;
  }
}
.sec_top_service_container {
  display: block;
  position: relative;
  padding-top: 75px;
}
@media screen and (min-width: 768px) {
  .sec_top_service_container {
    padding-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  .sec_top_service_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.sec_top_service_detail {
  background: #F7F8FA;
  padding: 30px 20px;
  border-radius: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_top_service_detail {
    padding: 60px;
  }
}
.sec_top_service_detail_ttl {
  font-weight: 700;
  padding-bottom: 30px;
  letter-spacing: 5px;
  position: relative;
  padding-left: 50px;
}
.sec_top_service_detail_ttl::after {
  position: absolute;
  content: "";
  background-image: url(../images/SVG/symbol_logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 30px;
  height: 35px;
  top: 5%;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .sec_top_service_detail_ttl::after {
    top: 11%;
  }
}
.sec_top_service_detail .en {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: right;
  opacity: 0.035;
}
@media screen and (min-width: 768px) {
  .sec_top_service_detail .en {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .sec_top_service_detail .en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_top_service_detail .en {
    font-size: 7rem;
  }
}
.sec_top_service_wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.sec_top_service_contents {
  width: 100%;
  margin-top: 75px;
}
@media screen and (min-width: 992px) {
  .sec_top_service_contents {
    width: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .sec_top_service_contents {
    margin-bottom: 150px;
  }
}
.sec_top_service_contents div {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec_top_service_contents div {
    margin-bottom: 150px;
  }
}
.sec_top_service_images {
  display: none;
}
@media screen and (min-width: 992px) {
  .sec_top_service_images {
    width: 40vw;
    height: 50vh;
    display: flex;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 10%;
  }
}
.sec_top_service_images div {
  max-height: 600px;
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  /* フェード速度 */
  transition: 0.3s;
  opacity: 0;
}
.sec_top_service_images div:first-child, .sec_top_service_images div.active {
  visibility: visible;
  opacity: 1;
}

.sec_top_flow {
  padding: 0 0 75px 0;
}
@media screen and (min-width: 768px) {
  .sec_top_flow {
    padding: 0 0 150px 0;
  }
}
.sec_top_flow_box {
  display: block;
}
@media screen and (min-width: 1200px) {
  .sec_top_flow_box {
    display: flex;
    justify-content: flex-start;
    gap: 20%;
  }
}
.sec_top_flow_grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 75px auto 0 auto;
}
@media screen and (min-width: 992px) {
  .sec_top_flow_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
}
.sec_top_flow_grid_list {
  max-width: 500px;
  width: 77%;
  margin: 0 auto;
}
.sec_top_flow_grid_item {
  text-align: center;
}
.sec_top_flow_grid_img {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.sec_top_flow_grid_contents {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_top_flow_grid_contents {
    padding-bottom: 30px;
  }
}
.sec_top_flow_grid_contents::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 95%;
  top: 0;
  left: 15px;
  background: #F7F8FA;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .sec_top_flow_grid_contents::after {
    display: none;
  }
}
.sec_top_flow_grid_contents::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  bottom: 5.5%;
  left: 5.8px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #F7F8FA;
  border-right: 1px solid #F7F8FA;
  transform: rotate(135deg);
}
@media screen and (min-width: 992px) {
  .sec_top_flow_grid_contents::before {
    display: none;
  }
}
.sec_top_flow_grid_container {
  text-align: center;
  margin: 0 auto;
}
.sec_top_flow_grid_wrapper {
  position: relative;
}
.sec_top_flow_grid_wrapper::after {
  position: absolute;
  content: "";
  display: none;
}
@media screen and (min-width: 992px) {
  .sec_top_flow_grid_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    background: #F7F8FA;
    width: 95%;
    height: 1px;
    top: 18px;
    left: 0;
    z-index: 0;
  }
}
.sec_top_flow_grid_wrapper::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .sec_top_flow_grid_wrapper::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    top: 8.5px;
    bottom: 0;
    right: 5.25%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #F7F8FA;
    border-right: 1px solid #F7F8FA;
    transform: rotate(45deg);
  }
}
.sec_top_flow_grid_num {
  position: relative;
  z-index: 1;
  text-align: left;
  background: #F7F8FA;
  display: inline-block;
  padding: 5px 30px;
}
.sec_top_flow_grid_ttl {
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 30px;
  padding-top: 45px;
  text-align: center;
}
.sec_top_flow_grid_txt {
  text-align: left;
}

.sec_top_team {
  padding: 75px 0 75px 0;
}
@media screen and (min-width: 768px) {
  .sec_top_team {
    padding: 150px 0 150px 0;
  }
}
.sec_top_team_guide {
  padding: 35px 0 35px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_top_team_guide {
    padding: 75px 0 75px 0;
  }
}
.sec_top_team_guide_detail {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 75px;
  position: relative;
  top: 5%;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .sec_top_team_guide_detail {
    position: sticky;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 150px;
    gap: 25%;
    top: 10%;
    place-items: center;
  }
}
.sec_top_team_guide_wrapper {
  text-align: center;
}
.sec_top_team_guide_img {
  width: 40%;
}
@media screen and (min-width: 992px) {
  .sec_top_team_guide_img {
    width: 100%;
  }
}
.sec_top_team_guide_ttl {
  font-weight: 700;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .sec_top_team_guide_ttl {
    padding-top: 0;
  }
}
.sec_top_team_guide_acc {
  padding-bottom: 30px;
}
.sec_top_team_message {
  padding-bottom: 75px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_top_team_message {
    padding-bottom: 150px;
  }
}
.sec_top_team_message_logo {
  max-width: 600px;
}
.sec_top_team_message_txt {
  padding-top: 37.5px;
}
@media screen and (min-width: 768px) {
  .sec_top_team_message_txt {
    padding-top: 77.5px;
  }
}
.sec_top_team_message_txt span {
  font-size: 1.5em;
  font-weight: 600;
}
.sec_top_team_member {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 960px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec_top_team_member {
    grid-template-columns: 1fr 1fr;
    gap: 10%;
  }
}
.sec_top_team_member_list {
  padding: 15px 30px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec_top_team_member_list {
    padding: 30px 60px;
  }
}
.sec_top_team_member_ttl {
  padding: 30px 0 15px 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec_top_team_member_ttl {
    padding: 30px 0 15px 0;
  }
}
.sec_top_team_member_txt {
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  .sec_top_team_member_txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .sec_top_team_member_txt {
    font-size: 14px;
  }
}
.sec_top_team_container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sec_top_team .bg_content {
  opacity: 0.03;
}
.sec_top_team .bg_content_01 {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: auto;
  bottom: 25%;
  left: -10%;
  transform: rotate(-10deg);
}
@media screen and (min-width: 992px) {
  .sec_top_team .bg_content_01 {
    width: 600px;
    bottom: 10%;
    left: -5%;
  }
}
.sec_top_team .bg_content_02 {
  position: absolute;
  z-index: -1;
  width: 100px;
  height: auto;
  bottom: 5%;
  right: -2%;
  transform: rotate(20deg);
}
@media screen and (min-width: 992px) {
  .sec_top_team .bg_content_02 {
    width: 200px;
    bottom: 5%;
    right: 3%;
  }
}
.sec_top_team .bg_content_03 {
  position: absolute;
  z-index: -1;
  width: 40px;
  height: auto;
  top: 10%;
  left: 5%;
}
@media screen and (min-width: 992px) {
  .sec_top_team .bg_content_03 {
    width: 80px;
    top: 10%;
    left: 10%;
  }
}
.sec_top_team .bg_content_04 {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: auto;
  top: 25%;
  right: -5%;
  transform: rotate(20deg);
}
@media screen and (min-width: 992px) {
  .sec_top_team .bg_content_04 {
    width: 400px;
    top: 15%;
    right: 2%;
  }
}

.sec_top_contact {
  padding: 75px 0;
}
@media screen and (min-width: 768px) {
  .sec_top_contact {
    padding: 150px 0;
  }
}
.sec_top_contact_grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .sec_top_contact_grid {
    grid-template-columns: 1fr 1fr;
  }
}
.sec_top_contact_container {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .sec_top_contact_container {
    padding-bottom: 0px;
  }
}
.sec_top_contact .form_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .sec_top_contact .form_name {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.sec_top_contact .form_ttl {
  display: inline-block;
}
.sec_top_contact .form_txt {
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  padding: 2.5px 5px 5px 5px;
  border-radius: 3px;
}
.sec_top_contact .form_txtarea {
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  padding: 4px 5px 5px 5px;
  border-radius: 3px;
}
.sec_top_contact .form_items {
  padding-bottom: 30px;
}
.sec_top_contact .form_submit {
  position: relative;
}
.sec_top_contact .form_submit::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
  transition: 0.3s;
}
.sec_top_contact .form_submit:hover::before {
  border-top: 2px solid #2234FA;
  border-right: 2px solid #2234FA;
  transition: 0.3s;
}
.sec_top_contact .req {
  position: relative;
}
.sec_top_contact .req::after {
  position: absolute;
  display: inline-block;
  content: "*";
  color: #FF736F;
  font-size: 12px;
  top: 0;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .sec_top_contact .req::after {
    font-size: 14px;
  }
}
.sec_top_contact input[type=submit] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-weight: 600;
  width: 100%;
  padding: 30px 0 30px 30px;
  border: 1px solid #2234FA;
  color: #fff;
  background: #2234FA;
  letter-spacing: 5px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .sec_top_contact input[type=submit] {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .sec_top_contact input[type=submit] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .sec_top_contact input[type=submit] {
    font-size: 15px;
  }
}
.sec_top_contact input[type=submit]:hover {
  color: #2234FA;
  background: #F7F8FA;
  border: 1px solid #2234FA;
  transition: 0.3s;
}
.sec_top_contact span.wpcf7-spinner {
  display: none;
}
.sec_top_contact .wpcf7 input[name=your-name] { /* 名前入力欄 */
  width: 100%;
}
.sec_top_contact .wpcf7 input[name=your-name2] { /* 名前入力欄 */
  width: 100%;
}
.sec_top_contact .wpcf7 input[name=your-email] { /* メール入力欄 */
  width: 100%;
}
.sec_top_contact .wpcf7 input[name=your-tel] { /* タイトル入力欄 */
  width: 100%;
}
.sec_top_contact .wpcf7 input[name=your-company] { /* タイトル入力欄 */
  width: 100%;
}
.sec_top_contact .wpcf7 textarea[name=your-message] { /* 本文入力欄 */
  width: 100%;
}
.sec_top_contact .wpcf7 form.invalid .wpcf7-response-output, .sec_top_contact .wpcf7 form.unaccepted .wpcf7-response-output, .sec_top_contact .wpcf7 form.payment-required .wpcf7-response-output {
  display: inline-block;
  border: 2px solid #FF736F;
  font-size: 12px;
  padding: 7.5px 25px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .sec_top_contact .wpcf7 form.invalid .wpcf7-response-output, .sec_top_contact .wpcf7 form.unaccepted .wpcf7-response-output, .sec_top_contact .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px;
  }
}
.sec_top_contact .wpcf7 form.sent .wpcf7-response-output {
  display: inline-block;
  border: 2px solid #FF736F;
  font-size: 12px;
  padding: 7.5px 25px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .sec_top_contact .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
  }
}
.sec_top_contact .wpcf7-not-valid-tip {
  color: #FF736F;
}

/* 基本設定 */
.wpcf7 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #333;
}

/* Contact Form 7のフォーム全体に適用されるスタイル */
.wpcf7-form {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* フォーム全体のラッパー（最も外側の囲み） */
.wpcf7 .hearing-sheet-form-content {
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fcfdff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 各質問グループ (例: 1. Webサイトの目的・目標) */
.wpcf7 .question-group {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e0e0e0;
}

.wpcf7 .question-group:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* セクションタイトル (例: 1. Webサイトの目的・目標) */
.wpcf7 .section-title {
  font-size: 1.35rem;
  font-weight: bold;
  color: #0b63b8;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #0b63b8;
  line-height: 1.4;
}

/* サブグループのタイトル (例: 【ビジネスの対象】) */
.wpcf7 .sub-group {
  margin-top: 25px;
}
.wpcf7 .sub-group:first-child {
  margin-top: 0;
}

.wpcf7 .sub-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 15px;
}

/* チェックボックスとラジオボタンのリスト */
.wpcf7 .checkbox-list,
.wpcf7 .radio-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
}

.wpcf7 .horizontal-list > li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.wpcf7 .checkbox-list:not(.horizontal-list),
.wpcf7 .radio-list:not(.horizontal-list) {
  flex-direction: column;
  gap: 8px;
}
.wpcf7 .checkbox-list:not(.horizontal-list) > li,
.wpcf7 .radio-list:not(.horizontal-list) > li {
  width: 100%;
}

/* 各選択肢のラベル (use_label_elementでinputがlabel内にある前提) */
.wpcf7 .checkbox-list li label,
.wpcf7 .radio-list li label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 5px;
  border: 1px solid #dbe9ff;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  flex-grow: 1;
  min-height: 40px;
}
.wpcf7 .checkbox-list li label:hover,
.wpcf7 .radio-list li label:hover {
  background-color: #f0f8ff;
  border-color: #a7d3ff;
}

.wpcf7 .horizontal-list li label {
  flex-grow: 0;
}

/* ネイティブのチェックボックス/ラジオボタンのスタイル調整 */
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  position: static;
  opacity: 1 !important;
  flex-shrink: 0;
}

/* 選択時のラベル強調 */
.wpcf7 .checkbox-list li label:has(input[type=checkbox]:checked),
.wpcf7 .radio-list li label:has(input[type=radio]:checked),
.wpcf7 .checkbox-list li label.active,
.wpcf7 .radio-list li label.active {
  background: linear-gradient(180deg, #e9f5ff 0%, #d4eaff 100%);
  border-color: #0b63b8;
  color: #0b63b8;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* 「その他」のテキスト入力欄 */
.wpcf7 .other-text-input-wrapper {
  display: block;
  margin-top: 8px;
}
.wpcf7 .other-text-input-wrapper.hidden {
  display: none;
}

.wpcf7 .other-text-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0.95rem;
}

/* 通常のテキスト、URL、テキストエリア */
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #dbe9ff;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.wpcf7 textarea {
  min-height: 80px;
  resize: vertical;
}

/* 参照サイトの項目 */
.wpcf7 .reference-site-item {
  border: 1px solid #eef6ff;
  background-color: #f8fbff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.wpcf7 .reference-site-item h4 {
  font-size: 1.1rem;
  color: #0b63b8;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #dbe9ff;
  padding-bottom: 5px;
}

.wpcf7 .reference-site-item p {
  margin-bottom: 8px;
}

.wpcf7 .reference-site-item label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.95rem;
  color: #666;
}

/* 送信ボタン */
.wpcf7 .form-submit {
  text-align: left;
  margin-top: 40px;
}

.wpcf7 .submit-button {
  background: #007bff;
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.wpcf7 .submit-button:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.wpcf7 .submit-button:active {
  transform: translateY(0);
}

/* エラーメッセージ、成功メッセージなどのCF7デフォルトスタイル */
.wpcf7-response-output {
  margin: 20px 0;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.5;
}

.wpcf7-validation-errors {
  border: 1px solid #dc3545;
  color: #dc3545;
  background-color: #f8d7da;
}

.wpcf7-acceptance-response-output {
  border: 1px solid #ffc107;
  color: #856404;
  background-color: #fff3cd;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #28a745;
  color: #28a745;
  background-color: #d4edda;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .wpcf7 .hearing-sheet-form-content {
    padding: 15px;
  }
  .wpcf7 .question-group {
    margin-bottom: 25px;
  }
  .wpcf7 .section-title {
    font-size: 1.15rem;
    padding-left: 10px;
  }
  .wpcf7 .sub-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .wpcf7 .checkbox-list,
  .wpcf7 .radio-list,
  .wpcf7 .horizontal-list {
    flex-direction: column;
    gap: 8px;
  }
  .wpcf7 .checkbox-list li label,
  .wpcf7 .radio-list li label {
    width: 100%;
    flex-grow: 0;
    padding: 12px 15px;
  }
  .wpcf7 .submit-button {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.site-main {
  padding: 100px 10px;
  margin: 0 auto;
}

.entry-title {
  text-align: center;
}

.wpcf7-list-item {
  padding: 2px;
  margin: 0;
}/*# sourceMappingURL=app.css.map */