@charset "UTF-8";
/******************************************************************
Theme Name: Dropwork ver.2
Theme URI: https://vpage.co.jp/
Description: 無限の可能性へ。
Version: 1.0.0
Author: VALUEPAGE
Author URI: https://vpage.co.jp/
******************************************************************/
.bg-primary {
  background-color: var(--primary);
  color: #fff;
}

.text-primary {
  color: var(--primary);
}

.bg-secondary-1 {
  background-color: #217dbb;
  color: #fff;
}

.text-secondary-1 {
  color: #217dbb;
}

.bg-secondary-2 {
  background-color: #196090;
  color: #fff;
}

.text-secondary-2 {
  color: #196090;
}

.bg-secondary-3 {
  background-color: #124364;
  color: #fff;
}

.text-secondary-3 {
  color: #124364;
}

.bg-secondary-4 {
  background-color: #0a2639;
  color: #fff;
}

.text-secondary-4 {
  color: #0a2639;
}

.bg-secondary-5 {
  background-color: #02090e;
  color: #fff;
}

.text-secondary-5 {
  color: #02090e;
}

.bg-secondary-tint-1 {
  background-color: #5faee3;
  color: #000;
}

.text-secondary-tint-1 {
  color: #5faee3;
}

.bg-secondary-tint-2 {
  background-color: #8bc4ea;
  color: #000;
}

.text-secondary-tint-2 {
  color: #8bc4ea;
}

.bg-secondary-analogous-1 {
  background-color: #34dbcb;
  color: #fff;
}

.text-secondary-analogous-1 {
  color: #34dbcb;
}

.bg-secondary-analogous-2 {
  background-color: #3445db;
  color: #fff;
}

.text-secondary-analogous-2 {
  color: #3445db;
}

.bg-secondary-complementary {
  background-color: #db7734;
  color: #fff;
}

.text-secondary-complementary {
  color: #db7734;
}

.bg-secondary-triad-1 {
  background-color: #db3498;
  color: #fff;
}

.text-secondary-triad-1 {
  color: #db3498;
}

.bg-secondary-triad-2 {
  background-color: #98db34;
  color: #fff;
}

.text-secondary-triad-2 {
  color: #98db34;
}

.bg-key-complement {
  background-color: #db7734;
  color: #fff;
}

.text-key-complement {
  color: #db7734;
}

.bg-key-analogous-1 {
  background-color: #34dbcb;
  color: #fff;
}

.text-key-analogous-1 {
  color: #34dbcb;
}

.bg-key-analogous-2 {
  background-color: #3445db;
  color: #fff;
}

.text-key-analogous-2 {
  color: #3445db;
}

.bg-key-triad-1 {
  background-color: #db3498;
  color: #fff;
}

.text-key-triad-1 {
  color: #db3498;
}

.bg-key-triad-2 {
  background-color: #98db34;
  color: #fff;
}

.text-key-triad-2 {
  color: #98db34;
}

.bg-key-shade-1 {
  background-color: #217dbb;
  color: #fff;
}

.text-key-shade-1 {
  color: #217dbb;
}

.bg-key-tint-1 {
  background-color: #5faee3;
  color: #000;
}

.text-key-tint-1 {
  color: #5faee3;
}

:root {
  --black: #333333;
  --primary: #29e1b6;
  --secondary: #28cee0;
  --key: #db7734;
}

html {
  overflow-x: hidden;
}

body {
  color: #4d4d4d;
  background-color: var(--bs-white);
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic,
    "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  text-align: justify;
}

.number-font {
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  opacity: 0.75;
}

#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}

#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}

#breadcrumb ol li {
  margin-left: 0.5em;
}

#breadcrumb ol li:first-child {
  margin-left: 0;
}

#breadcrumb ol li a::after {
  color: var(--black);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}

#breadcrumb ol li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#breadcrumb li a {
  text-decoration: none;
}

button {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type="text"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}

input[type="email"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}

input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}

textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
  resize: vertical;
}

select {
  width: auto;
  border: 1px solid var(--bs-gray-400);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.asterisk {
  color: var(--bs-red);
}

input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--bs-gray-400);
}

.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--bs-gray-100);
}

.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.policy ul {
  list-style: none;
  padding-left: 0;
}

.policy ul li {
  position: relative;
  padding-left: 25px;
}

.policy ul li span {
  position: absolute;
  left: 0;
}

#page-top {
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}

#not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}

#not-found ul::marker {
  color: var(--primary);
}

#not-found ul li a {
  text-decoration: underline;
}

#not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}

#not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}

#not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}

#post-not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}

#post-not-found ul {
  list-style-type: disc;
  list-style-type: disc;
  list-style-type: disc;
  margin-left: 15px;
  margin-left: 15px;
  margin-left: 15px;
}

#post-not-found ul::marker {
  color: var(--primary);
}

#post-not-found ul li a {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline;
}

#post-not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}

#post-not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}

#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}

table.form {
  margin-top: -15px;
}

table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
table.sp-block-table tr,
table.sp-block-table tr td {
  border-bottom: none;
}
table.sp-block-table tr td {
  padding: 20px 0;
}
table.sp-block-table tr th {
  display: block;
  width: 100%;
  text-align: left;
}
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.sp-block-table tr th + td {
  padding-top: 10px;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.contact-btn-flex-box button {
  margin: 0 7.5px;
}

.category-name {
  padding: 0.2em 0.5em;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  font-size: 65%;
}

@media print {
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
  #page-top {
    right: 20px;
  }
  #page-top img {
    height: 50px;
    width: 50px;
  }
  #not-found {
    padding: 40px;
  }
  #not-found h2 {
    font-size: 2.5em;
  }
  #post-not-found {
    padding: 40px;
  }
  #post-not-found h2 {
    font-size: 2.5em;
  }
  table.sp-block-table tr,
  table.sp-block-table tr td {
    border-bottom: none;
  }
  table.sp-block-table tr td {
    padding: 20px 0;
  }
  table.sp-block-table tr th {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr th + td {
    padding-top: 10px;
  }
  table.form.sp-block-table tr th {
    padding: 20px 10px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
}

@media screen and (min-width: 768px) {
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
  #page-top {
    right: 20px;
  }
  #page-top img {
    height: 50px;
    width: 50px;
  }
  #not-found {
    padding: 40px;
  }
  #not-found h2 {
    font-size: 2.5em;
  }
  #post-not-found {
    padding: 40px;
  }
  #post-not-found h2 {
    font-size: 2.5em;
  }
  table.sp-block-table tr th {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr th + td {
    padding-top: 0;
  }
  table.form.sp-block-table tr th {
    padding: 20px 20px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 300px;
  }
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview table.sp-block-table tr th + td {
  padding: 20px 0 !important;
}

.primary-ttl01 {
  border-left: 5px solid var(--primary);
}

.primary-btn01 {
  background: var(--primary);
  color: var(--bs-white);
  width: 100%;
  border: 1px solid var(--primary);
  border-radius: 60px;
  padding: 0.75rem 1.5rem;
  position: relative;
  box-shadow: 0 0 10px var(--bs-gray-400);
  display: inline-block;
  text-align: center;
}

.primary-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 1px solid var(--bs-white);
  border-right: 1px solid var(--bs-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.primary-btn01:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  opacity: 1;
}

.primary-btn01.rev {
  background: var(--bs-white);
  color: var(--primary);
}

.primary-btn01.rev::after {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
}

.primary-btn01.rev:hover {
  background: var(--primary);
  color: var(--bs-white);
}

.primary-btn01.rev:hover::after {
  border-top: 1px solid var(--bs-white);
  border-right: 1px solid var(--bs-white);
}

@media print, screen and (min-width: 768px) {
  .primary-btn01 {
    max-width: 250px;
  }
}

@media print, screen and (min-width: 1200px) {
  .primary-btn01 {
    padding: 1rem 1.5rem;
  }
}

table {
  border-collapse: collapse;
}

table th,
table td {
  width: 100%;
  display: inline-block;
  padding: 0.85em 0;
  text-align: left;
}

table th + td {
  padding-top: 0;
}

table td {
  border-bottom: 1px solid var(--bs-gray-400);
}

@media print, screen and (min-width: 768px) {
  table th,
  table td {
    display: table-cell;
    width: auto;
  }
  table tr {
    border-bottom: 1px solid var(--bs-gray-400);
  }
  table th + td {
    padding-top: 0.85em;
  }
  table td {
    border-bottom: none;
  }
  .company-table th {
    width: 40%;
  }
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.main-color {
  color: #29e1b6;
}
.main-color-bg {
  background-color: #29e1b6;
}
.sub-color {
  color: #28cee0;
}
.sub-color-bg {
  background-color: #28cee0;
}
/****** ボタン設定 ******/
.main-btn {
  overflow: hidden;
  padding: 0 2.5rem;
  color: var(--bs-white);
  border-radius: 0;
  background: #28cee0;
  position: relative;
  border: 2px solid #28cee0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  height: 46px;
  line-height: 43px !important;
  border-radius: 23px;
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.main-btn span {
  position: relative;
  font-size: 16px !important;
}
.main-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  background: var(--bs-white);
  z-index: 0;
}
.main-btn:hover {
  color: var(--blue01);
  opacity: 1;
}
.main-btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.main-btn.white-btn {
  background: var(--bs-white);
  color: #28cee0;
}
.main-btn.white-btn:hover {
  color: var(--bs-white);
}
.main-btn.white-btn::before {
  background: var(--blue01);
}
.main-btn.reg-btn.rainbow {
  background: linear-gradient(
    90deg,
    rgba(61, 200, 194, 1),
    rgba(206, 216, 0, 1) 30%,
    rgba(255, 174, 68, 1) 74%,
    rgba(234, 114, 0, 1)
  );
  border: 1px solid var(--bs-white);
}
.main-btn.reg-btn.rainbow:hover {
  border: 1px solid #29e1b6;
  color: #29e1b6 !important;
}
.main-btn.login {
  background: linear-gradient(
    90deg,
    rgba(65, 164, 253, 1),
    rgba(14, 244, 255, 1)
  );
  border: 1px solid var(--bs-white);
}
.main-btn.login:hover {
  border: 1px solid #28cee0;
  color: #28cee0 !important;
}
.btn-container .reg-btn {
  border-radius: 30px;
  font-size: 20px !important;
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  width: 350px;
}
.btn-container .reg-btn span {
  font-size: 20px !important;
}
.btn-container {
  position: relative;
  width: 350px;
  text-align: center;
}
.btn-caption {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.btn-caption::before {
  left: 120px;
}
.btn-caption::after {
  right: 120px;
}
.btn-caption::before {
  left: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-caption::after {
  right: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-caption::before,
.btn-caption::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  background: var(--bs-white);
  top: 4px;
}
.fs-12 {
  font-size: 12px;
}
/****** header設定 ******/
/* #header {
  background: var(--bs-white);
} */
.sp-nav-wrap {
  display: block;
}
#pc-menu {
  display: none;
}
#gnav {
  position: relative;
  height: auto;
  min-height: 55px;
}
.header-logo img {
  /* position: absolute;
  left: 15px; */
  height: 35px;
  /* top: 10px; */
}
#nav-toggle {
  display: block;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  height: 56px;
  width: 40px;
  float: right;
  right: 15px;
  padding: 3px 0;
}
body.open #nav-toggle {
  position: fixed;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--bs-black);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle {
  display: block;
}
#nav-toggle span:nth-child(1) {
  top: 11px;
}
#nav-toggle span:nth-child(2) {
  top: 22px;
}
#nav-toggle span:nth-child(3) {
  top: 33px;
}
.open #nav-toggle span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.accordion {
  width: 100%;
  height: 56px;
  line-height: 50px;
  color: var(--black);
  background-color: var(--bs-white);
  display: block;
  cursor: pointer;
}
#toggle {
  background: var(--bs-white);
  float: left;
  z-index: 115;
  width: 360px;
  box-shadow: 0 0 7px 3px rgb(150 150 150 / 10%);
  min-height: auto;
  position: fixed;
  top: 0;
  right: -10000px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px;
}
#toggle.block {
  display: block;
}
#toggle ul {
  margin: 0;
}
#toggle ul li .mt15 {
  margin-top: 15px;
}
#sp-menu a.menu-button {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px dotted var(--bs-gray-600);
}
#toggle .sub-menu a {
  height: 35px;
  padding: 0;
  font-weight: normal;
  line-height: 35px;
  border-bottom: 1px dotted var(--bs-gray-600);
}
.menu-logo {
  position: absolute;
  height: 35px;
  top: 10px;
}
.sp-header-logo {
  width: 212px;
  margin-top: 10px;
}
#sp-menu a.menu-arrow-icon,
#sp-menu a.menu-button {
  opacity: 1;
}
.menu-arrow-icon {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  transition: 0.3s;
}
.menu-arrow-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--blue01);
  border-radius: 50%;
  position: absolute;
  top: 39%;
  right: 0;
  margin-top: -9px;
  transition: 0.3s ease;
}
.menu-arrow-icon:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.menu-arrow-icon:hover:before {
  border: 3px solid var(--blue01);
  transform: scale(1.1);
}
.menu-under-line {
  position: relative;
  display: block;
  text-decoration: none;
}
.menu-under-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--blue01);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.menu-under-line:hover::after {
  transform: scale(1, 1);
}
.toggle-ui-button {
  display: flex;
  justify-content: space-evenly;
}
#toggle .toggle-ui-button a.main-btn {
  padding: 0 2.5rem;
  line-height: 50px !important;
}
.header-copy {
  font-size: 10px;
  margin-top: 40px;
  color: var(--black);
}
.menu-sub-contents {
  padding-top: 40px;
}
#toggle .menu-sub-contents a {
  height: 20px;
  padding-top: 0px;
  padding-left: 0;
  border-bottom: none;
}
.menu-sub-contents li {
  font-size: 12px;
  margin-bottom: 10px;
}
.menu-sub-contents li:last-child {
  margin-bottom: 0;
}
/* body.open {
  position: fixed;
} */
/* 新メガメニューheader用 */
body {
  padding-top: 55px;
}
#header {
  position: fixed;
  display: block;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s;
  -webkit-animation: headeranimation 0.5s;
          animation: headeranimation 0.5s;
}
.bg-wrap.open-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(120, 120, 120, 0.8);
  -webkit-animation: sub-menu-show 0.3s forwards;
  animation: sub-menu-show 0.3s forwards;
  z-index: 99;
}
#header.smaller {
  background-color: var(--bs-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  display: block;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s;
  -webkit-animation: headeranimation 0.5s;
          animation: headeranimation 0.5s;
}

@-webkit-keyframes headeranimation {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headeranimation {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
#header:hover {
  background-image: linear-gradient(90deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
#header:hover a {
  color: #FFFFFF;
}
#header #pc-menu li a:hover {
  color: #FFFFFF;
}
#header #pc-menu li .sub-menu-before a {
  color: var(--black);
}
#gnav {
  position: relative;
  height: auto;
  padding: 10px 12px;
  transition: all 0.3s;
}
#header.smaller .header-menu-right {
  /* margin-top: 15px; */
  transition: all 0.3s;
}
.header-logo-text {
  height: 40px;
  width: 180px;
  margin-left: 20px;
  margin-top: 10px;
}
#header:hover .header-logo .cls-1,
#header:hover .header-logo .cls-2 {
  fill: #FFFFFF;
  transition: 0.3s ease-in-out;
}
#pc-menu li {
  font-size: 14px;
}
#pc-menu li.menu-item:first-child {
  margin-left: 20px;
}
.global-nav-link {
  cursor: pointer;
  letter-spacing: 0;
  font-size: 16px;
  padding: 15px 0;
}
.global-nav-link.withchild::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  border: solid var(--black);
  border-width: 0 0.5px 0.5px 0;
  display: inline-block;
  margin: 0 auto;
  padding: 2px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  transition: all 0.1s linear;
}
#header:hover .global-nav-link.withchild::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  border: solid #FFFFFF;
  border-width: 0 0.5px 0.5px 0;
  display: inline-block;
  margin: 0 auto;
  padding: 2px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  transition: all 0.1s linear;
}

#pc-menu li:hover .global-nav-link.withchild::after {
  transform: rotate(-135deg);
  top: 27px;
  border: solid #FFFFFF;
  border-width: 0 0.5px 0.5px 0;
}
#pc-menu a.withchild:hover {
  opacity: 1;
}
/* #header:hover .global-nav-link.withchild::after {
  border: solid #FFFFFF;
  border-width: 0 0.5px 0.5px 0;
} */
#pc-menu .global-nav .sub-menu-before {
  position: absolute;
  top: 36px;
  left: 0;
  width: 800px;
  height: auto;
  padding-top: 25px;
  opacity: 0;
  pointer-events: none;
  align-items: flex-start;
  display: none;
  z-index: 100;
}
#pc-menu .global-nav ul li:hover .sub-menu-before {
  -webkit-animation: sub-menu-show 0.3s forwards;
  animation: sub-menu-show 0.3s forwards;
  display: flex;
}
.hide-sub-menu {
  -webkit-animation: sub-menu-hide 0.3s forwards;
  animation: sub-menu-hide 0.3s forwards;
}
#pc-menu .global-nav ul .sub-menu-before .sub-menu {
  color: #333;
  display: block;
  width: 800px;
  padding: 30px;
  background-color: #FFFFFF;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#pc-menu li:hover .global-nav-link.withchild::before {
  opacity: 0;
}
#pc-menu li:hover .global-nav-link.withchild::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-animation: sub-menu-show 0.3s forwards;
  animation: sub-menu-show 0.3s forwards;
  display: flex;
}
@-webkit-keyframes sub-menu-show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  90% {
    pointer-events: initial;
  }
  100% {
    opacity: 1;
    pointer-events: initial;
  }
}

@keyframes sub-menu-show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  90% {
    pointer-events: initial;
  }
  100% {
    opacity: 1;
    pointer-events: initial;
  }
}
@-webkit-keyframes sub-menu-hide {
  0% {
    opacity: 1;
    pointer-events: none;
  }
  10% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes sub-menu-hide {
  0% {
    opacity: 1;
    pointer-events: none;
  }
  10% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.sub-menu-line {
  border-bottom: 3px solid #efefef;
}
a.sub-menu-link {
  position: relative;
  color: #333;
}
.sub-menu-linktext::before {
  content: "";
  margin: 0 auto;
  position: relative;
  top: -2px;
  left: 0;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  margin-right: 10px;
  transform: rotate(-45deg);
  transition: all 0.15s linear;
}
.sub-menu-icon-bg {
  background-color: #efefef;
  padding: 5px 15px;
}
.sub-menu-icon {
  width: 45px;
}
.main-btn.global-btn {
  padding: 0 1rem;
  font-size: 15px;
  min-width: 150px;
}
/* #pc-header-new-btn.main-btn, #pc-header-login-btn.main-btn {
  padding: 0 1.75rem;
} */
/* #pc-header-new-btn.main-btn span, #pc-header-login-btn.main-btn span {
  font-size: clamp(.85rem, 1vw, 1.2rem) !important;
} */
/* #header:hover .main-btn.global-btn {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0FB2F2;
} */
/* #header:hover .main-btn.global-btn:hover {
  color: #FFFFFF;
} */
/* #header:hover .main-btn.global-btn::before {
  background: #0FB2F2;
} */
#header #pc-menu, .header-menu-right,
.sub-nav-link {
  display: none;
}
#sp-menu .sub-nav-link {
  padding-top: 15px;
}
.sp-nav-wrap {
  display: block;
}
#nav-toggle {
  cursor: pointer;
  height: 28px;
  width: 40px;
  display: none;
  float: right;
  padding: 0 0 0 4px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #6c757d;
  transition: 0.35s ease-in-out;
}
#nav-toggle {
  display: block;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
}
#nav-toggle span:nth-child(2) {
  top: 13px;
}
#nav-toggle span:nth-child(3) {
  top: 23px;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-315deg);
}
.accordion {
  width: 100%;
  height: 28px;
  line-height: 50px;
  color: #6c757d;
  background-color: #fff;
  display: block;
  cursor: pointer;
}
#header:hover #nav-toggle span {
  background: #FFFFFF;
}
#toggle {
  z-index: 9999;
  padding: 10px 0 10px 10px;
  width: 350px;
  position: absolute;
  top: 150px;
  right: 0;
  display: none;
  height: calc(100vh - 110px);
  background-color: #edf2f9;
  box-shadow: 0px 0px 15px -6px #777777;
  border-radius: 10px 0 0 10px;
}
#sp-menu {
  max-height: calc(100vh - 131px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#sp-menu::-webkit-scrollbar {
  display: none;
}
#toggle.block {
  display: block;
}
#toggle ul {
  margin: 0;
}
#toggle a {
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: #4d4d4d !important;
}
#toggle .sub-menu {
  display: none;
}
#toggle .sub-menu a {
  height: 50px;
  padding: 0;
  padding-left: 30px;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
#toggle .sub-menu .sub-menu a {
  padding-left: 40px;
  font-size: 12px;
}
#sp-menu .global-nav ul#menu-main-menu > li {
  background-color: #fff;
}
#sp-menu .global-nav ul#menu-main-menu li.sp-menu-open {
  position: relative;
}
#sp-menu .global-nav ul#menu-main-menu > li .accordion_icon {
  margin-top: 0;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  background-color: #f0f8ff;
  border-bottom: 1px dotted #ccc;
}
#sp-menu .global-nav ul#menu-main-menu > li .accordion_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid #6c757d;
  border-right: 2px solid #6c757d;
  transform: rotate(135deg);
  transition: all 0.3s;
}
#sp-menu .global-nav ul#menu-main-menu > li .accordion_icon.sp-menu-close::after {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
#header.smaller #gnav {
  /* padding: 15px 12px; */
  transition: all 0.3s;
}
#header.smaller #toggle {
  top: 55px;
  height: calc(100vh - 55px);
}
#header.smaller #sp-menu {
  max-height: calc(100vh - 90px);
}
#header:hover .accordion {
  /* background-color: #0FB2F2;
  color: #fff; */
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #header {
    height: 70px;
  }
  #toggle {
    top: 100px;
  }
  #header.smaller {
    height: 70px;
  }
}

/****** footer設定 ******/
.footer {
  padding-top: 20px;
}
.footer-logo img {
  height: 40px;
}
.footer ul {
  display: inline-block;
}
.footer ul li {
  padding-bottom: 10px;
}

.footer ul li a,
.footer p {
  font-size: 12px;
  margin-top: 40px;
}
.footer-bg {
  background-image: url(./library/images/content/footer-bg.png);
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.element {
  background-image: url("./library/images/content/kv-line.svg");
  background-size: 300% auto;
  background-position-x: -180px;
  background-position-y: -159px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
.main-title {
  font-size: clamp(3.2rem, calc(4vw + 1.2rem), 7.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: clamp(2rem, calc(2vw + 1rem), 3rem);
}
.main-title-under {
  margin-bottom: 5vw;
}
.rainbow-text {
  background: linear-gradient(to right, Magenta, yellow, Cyan, Magenta) 0%
    center/200%;
  animation: rainbow-tex 2s linear infinite;
}
.hero-section {
  position: relative;
  left:0;
}

.hero-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-letter {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 90vmin;
  height: 90vmin;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  animation: initialFadeIn 1s ease-in-out forwards,
    moveToRight 1s ease-in-out forwards 1s,
    fadeOut 0.5s ease-in-out forwards 2s;
}
.hero-container {
  margin-top: 80px;
}
.letter-d {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 20px rgba(2, 222, 239, 0.6));
}
.main-content {
  opacity: 0;
  animation: contentFadeIn 1s ease-in-out forwards;
  animation-delay: 2s;
}
.service-image {
  opacity: 0;
  filter: blur(10px);
  animation: serviceImageFadeIn 1.5s ease-in-out forwards;
  animation-delay: 3s;
}
@keyframes initialFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes moveToRight {
  0% {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 40%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
}
@keyframes contentFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes serviceImageFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.top-bg-01 {
  background-image: url("./library/images/content/top-bg-01.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 1112px;
  width: 100%;
  z-index: 0;
}
.top-image-white02 {
  width: 300px;
  height: 62px;
}
.top-bg-02 {
  background-image: url("./library/images/content/top-bg-02.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 990px;
  width: 100%;
  z-index: 0;
}
.top-bg-03 {
  background-image: url("./library/images/content/top-bg-03.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 1402px;
  width: 100%;
  z-index: 0;
}
.top-bg-04 {
  background-image: url("./library/images/content/top-bg-04.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 1136px;
  width: 100%;
  z-index: 0;
}
.top-bg-05 {
  background-image: url("./library/images/content/top-bg-05.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  left: 0;
  height: 1136px;
  width: 100%;
  z-index: 0;
}
.top-bg-06 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 500px;
  z-index: 0;
}
.top-headline {
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 2rem);
  line-height: 1.2;
}
.top-description {
  font-size: clamp(1.3rem, calc(1.25vw + 1.5rem), 1.4rem);
  line-height: 1.4;
}
.top-image-dropwork {
  width: 250px;
  margin-bottom: 60px;
}
.first-logo {
  margin-top: 3rem;
}
.floating-bubble {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: float 5s infinite ease-in-out;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 3;
  mix-blend-mode: screen;
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-15px) translateX(10px) rotate(90deg) scale(1.1);
  }
  50% {
    transform: translateY(-25px) translateX(-5px) rotate(180deg) scale(0.9);
  }
  75% {
    transform: translateY(-10px) translateX(-15px) rotate(270deg) scale(1.2);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(360deg) scale(1);
  }
}
#bubbles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
/* スマートフォン向けのスタイル */
@media screen and (max-width: 767px) {
  .first-logo {
    margin-top: 1rem;
  }
  .top-bg-01 {
    top: -200px;
  }
  .top-bg-02 {
    top: -130px;
    left: inherit;
  }
  .top-bg-03 {
    top: 330px;
    left: inherit;
  }
  .top-bg-04 {
    top: 280px;
  }
  .top-bg-05 {
    top: 100px;
  }
  .top-bg-06 {
    height: 350px;
  }
  .top-image-white02 {
    width: 200px;
    height: 42px;
  }
  .hero-container {
    margin-top: 30px;
  }
  .hero-letter {
    animation: initialFadeIn 1s ease-in-out forwards,
      moveToRight 1s ease-in-out forwards 1s,
      fadeOut 0.5s ease-in-out forwards 2s;
  }
  .bg-image-box {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

/* タブレット向けのスタイル */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-container {
    margin-top: 60px;
  }
}

/* デスクトップ向けのスタイル */
@media screen and (min-width: 992px) {
  .top-bg-01 {
    height: 1112px;
  }

  .top-bg-02 {
    height: 990px;
  }

  .top-bg-03 {
    height: 1402px;
  }

  .top-bg-04 {
    height: 1136px;
  }

  .top-bg-05 {
    height: 1136px;
    top: -100px;
  }

  .top-bg-06 {
    height: 500px;
  }
  .element {
    background-image: url("./library/images/content/kv-line.svg");
    background-size: 200% auto;
    background-position-x: -1000px;
    background-position-y: -350px;
  }
}

/* 大画面デスクトップ向けのスタイル */
@media screen and (min-width: 1200px) {
  .top-bg-01 {
    height: 1200px;
  }

  .top-bg-02 {
    height: 1100px;
  }

  .top-bg-03 {
    height: 1500px;
  }

  .top-bg-04 {
    height: 1200px;
  }

  .top-bg-05 {
    height: 1200px;
  }

  .top-bg-06 {
    height: 600px;
  }
  .top-image-dropwork {
    width: 300px;
  }
}

.voice-list-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.works-list-inner {
  margin-top: 10px;
}
.works-list-inner .category-name {
  background-color: var(--bs-blue);
  color: var(--bs-white);
  border-radius: 14px;
  font-size: 14px;
  height: 25px;
  padding: 4px 20px;
  text-align: center;
  margin-right: 20px;
}
.voice-list {
  position: relative;
  padding: 15px;
}
.voice-list::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: var(--bs-gray-200);
  border-radius: 60px 30px 60px 120px;
  z-index: -1;
}
.voice-list-eyecatch {
  margin-left: 40px;
}
.voice-list-img {
  border-radius: 0 30px 30px 0;
  z-index: 1;
}
.cat-name-vertical {
  position: absolute;
  top: 150px;
  left: -2.3em;
  color: #28cee0;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  height: 20px;
  padding-top: 15px;
  text-align: center;
  transform: rotate(90deg);
}
.cat-name-vertical:before {
  background-color: #28cee0;
  position: absolute;
  top: 20px;
  left: -30px;
  content: "";
  width: 20px;
  height: 2px;
}
.voice-list-inner {
  margin-right: 20px;
  padding: 0 20px 0 40px;
}
.voice-list-txt {
  font-size: 16px;
  line-height: 1.2;
}
.border-box {
  border: 3px solid #efefef;
}
.border-50 {
  border-radius: 50%;
}

@keyframes rainbow-tex {
  100% {
    background-position-x: 200%;
  }
}

@media screen and (min-width: 768px) {
  /* 新メガメニューheader用 */
  body {
    padding-top: 100px;
  }
  .header-logo img {
    height: 40px;
  }
  #header.smaller #toggle {
    top: 100px;
  }
  /****** footer設定 ******/
  .footer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-copy {
    text-align: right;
  }
  .footer ul li:not(:last-child) {
    padding-right: 15px;
  }
  .footer ul {
    justify-content: flex-end;
  }
  .footer p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 992px) {
  /****** header設定 ******/
  
  /* header(dashboard用) */
  #pc-menu .global-nav li.user-name {
    position: relative;
    padding-left: 40px;
  }
  #pc-menu .global-nav li.user-name::before {
    content: "";
    background-image: url(./library/img/SVG/user-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
  }
  .footer-bg {
    height: 380px;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 新メガメニューheader用 */
  /* #header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  } */
  /* #gnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  } */
  /* .header-logo img {
    height: 50px;
    top: 10px;
  } */
  #pc-menu ul li {
    /* display: inline-block;
    position: relative; */
    padding-right: 10px;
    /* line-height: 1; */
  }
  #pc-menu ul li:last-child {
    padding-right: 0;
  }
  #pc-menu li ul.sub-menu li {
    border-left: 1px solid var(--gray03);
    border-right: 1px solid var(--gray03);
    float: left;
    padding: 0px 0px;
    width: 250px;
  }
  #pc-menu .global-nav {
    z-index: 9999;
  }
  #pc-menu .global-nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  #pc-menu .global-nav li a,
  #toggle ul.menu li a {
    display: block;
    margin: 0;
    /* font-size: 15px; */
    /* text-align: center; */
    line-height: 1;
    /* font-weight: bold; */
  }
  /* #pc-menu .global-nav li:hover a {
    opacity: 1;
  } */
  /* #pc-menu .global-nav li a {
    font-size: 12px;
  } */
  /* .global-nav li a span {
    font-size: 12px;
    font-weight: bold;
  } */
  #pc-menu .global-nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 17px;
    border-top: 1px solid #eeeeee;
    z-index: 9999;
  }
  #pc-menu .global-nav ul li:hover ul.sub-menu {
    display: block;
    float: left;
    width: 250px;
  }
  #pc-menu .global-nav ul li ul.sub-menu li a {
    border-bottom: 1px solid var(--gray03);
    border-right: none;
    border-top: none;
    padding: 0px 15px 0px 15px;
    background-color: var(--bs-white);
    color: var(--black);
    text-align: left;
    line-height: 35px;
    height: 35px;
  }
  #pc-menu .global-nav ul li ul.sub-menu li a:hover {
    background-color: var(--blue02);
    opacity: 0.7;
  }
  #pc-menu ul li:hover .global-nav-link, #header #pc-menu li .sub-menu-before li:hover a {
    /* color: #FFFFFF; */
    opacity: 0.5;
  }
  #pc-menu ul li:hover .global-nav-link::before {
    opacity: 1 !important;
  }
  #pc-menu ul li:hover .global-nav-link.withchild::before {
    opacity: 1 !important;
  }
  #pc-menu ul li:hover .global-nav-link.withchild {
    opacity: 1;
  }
  #pc-menu ul li:hover .global-nav-link.withchild > * {
    opacity: 0.5;
  }
  #header #pc-menu,
  .header-menu-right,
  .sub-nav-link {
    display: block;
  }
  .sp-nav-wrap {
    display: none;
  }
  /* #header.smaller #gnav {
    padding: 0 12px;
  } */
   .sub-menu-img {
    width: 233px;
   }
}
@media print, screen and (min-width: 1300px) {
  /****** header設定 ******/
  /* #header {
    max-width: 1260px;
  } */
  #pc-menu ul li {
    padding-right: 20px;
  }
  /* #pc-menu .global-nav li a {
    font-size: 18px;
  } */
  .voice-list-inner {
    padding: 0 30px 0 40px;
  }
  /* 新メガメニューheader用 */
  /* #pc-header-new-btn.main-btn, #pc-header-login-btn.main-btn {
    padding: 0 2.5rem;
  } */
}
@media print, screen and (min-width: 1680px) {
  /* #header {
    max-width: 1600px;
  } */
}

.footer-logo img {
  height: 35px;
}

.footer-menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu li {
  width: calc(100% / 2);
}

.footer-menu li a {
  font-size: clamp(0.95rem, 1.5vw, 1rem);
}

.policy-menu ul {
  list-style: none;
  padding-left: 0;
}

.policy-menu li a {
  font-weight: 400;
  font-size: 14px;
}

.footer-copy {
  font-size: clamp(10px, 1vw, 12px);
}

@media print {
  .footer-logo img {
    height: 40px;
  }
  .footer-menu ul {
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    font-weight: bold;
  }
  .footer-menu li {
    width: auto;
  }
  .policy-menu.footer-menu ul {
    justify-content: flex-start;
  }
  .policy-menu.footer-menu ul li:not(:last-child) {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .footer-logo img {
    height: 40px;
  }
  .footer-menu ul {
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    font-weight: bold;
  }
  .footer-menu li {
    width: auto;
  }
  .policy-menu.footer-menu ul {
    justify-content: flex-start;
  }
  .policy-menu.footer-menu ul li:not(:last-child) {
    padding-right: 30px;
  }
}

.primary-btn01 {
  background: var(--primary);
  color: var(--bs-white);
  width: 100%;
  border: 1px solid var(--primary);
  border-radius: 60px;
  padding: 0.75rem 1.5rem;
  position: relative;
  box-shadow: 0 0 10px var(--bs-gray-400);
  display: inline-block;
  text-align: center;
}

.primary-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 1px solid var(--bs-white);
  border-right: 1px solid var(--bs-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.primary-btn01:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  opacity: 1;
}

.primary-btn01.rev {
  background: var(--bs-white);
  color: var(--primary);
}

.primary-btn01.rev::after {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
}

.primary-btn01.rev:hover {
  background: var(--primary);
  color: var(--bs-white);
}

.primary-btn01.rev:hover::after {
  border-top: 1px solid var(--bs-white);
  border-right: 1px solid var(--bs-white);
}

@media print, screen and (min-width: 768px) {
  .primary-btn01 {
    max-width: 250px;
  }
}

@media print, screen and (min-width: 1200px) {
  .primary-btn01 {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 991px) {
  .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 60px;
  }

  .btn-container p {
    margin-bottom: 0.5rem;
  }

  .btn-container .reg-btn {
    width: 100%;
    max-width: 350px;
  }
}

/*--------------------------------------------------------------------
▼カラー設定
---------------------------------------------------------------------*/
.text-gray {
  color: var(--bs-gray);
}
.text-secondary {
  color: var(--secondary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-light-color {
  background-color: #e2fcff;
}
/*--------------------------------------------------------------------
▼ボタン設定
---------------------------------------------------------------------*/
.reg-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.reg-btn:hover {
  color: var(--primary);
}
/*--------------------------------------------------------------------
▼フォーム設定
---------------------------------------------------------------------*/
.asterisk {
  background-color: var(--secondary);
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 400;
  padding: 0.25rem 0.6rem;
  line-height: 1.2;
}
input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
  display: block;
  padding: 20px 2%;
  border: none;
  font-size: 1em;
  background-color: var(--bs-light);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.border-r {
  border-radius: 20px;
}
.border-50 {
  border-radius: 50%;
}
.ls-0 {
  letter-spacing: 0;
}
.lh-md {
  line-height: 1.4;
}
.underline {
  background: linear-gradient(transparent 60%, var(--secondary) 60%);
}
#idWrap {
  max-width:600px;
	margin:0 auto;
}
#idNews{
  background-color: rgba(41, 225, 182, .65);
  border-radius: 6px;
	min-width:320px;
	margin:0 auto;
	text-align:left;
}
#idNews ul {
  overflow: hidden;
}
#idNews li {
  list-style-position:inside;
	list-style-type:none;
}
#idNews li:not(:first-child) {
  display: none;
}
.hero-news-list h3 {
  font-size: 18px;
}
.display-number {
  position: absolute;
  left: 10px;
  top: -5%;
  font-weight: bold;
  font-size: clamp(4rem, 2vw, 5rem);
}
.voice-img {
  width: 80px;
}
.voice-content {
  flex: 1;
}
.plan-box {
  border: 3px solid #efefef;
  border-radius: 20px;
  overflow: hidden;
}
.plan-box p {
  text-align: center;
}
.plan-box p.plan-name {
  margin: 0;
  padding: 15px;
  font-size: 24px;
  color: var(--bs-white);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.plan-box.paid p.plan-name {
  background: var(--primary);
}
.plan-box.free p.plan-name {
  background: var(--secondary);
}
.plan-box p.price {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
}
.plan-box p.price span {
  font-size: 80px;
  padding-right: 5px;
}
.plan-box.paid p.price span {
  color: var(--primary);
}
.plan-box.free p.price span {
  color: var(--secondary);
}
.plan-box p.func {
  font-size: 20px;
  margin-bottom: 20px;
}
table.price {
  border-collapse: separate;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 3px solid #efefef;
}
table.price tr {
  background-color: var(--bs-white);
}
table.price th,
table.price td {
  display: table-cell;
}
table.price th {
  padding: 1rem;
  border-bottom: 3px solid #efefef;
  border-right: 3px solid #efefef;
  text-align: center;
}
table.price th.non {
  border-bottom: none;
}
table.price td {
  border-right: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
  text-align: center;
}
table.price td:last-child {
  border-right: none;
}
table.price th + td {
  padding-top: 0.85em;
}
table.price td.non {
  border-bottom: none;
}
table.price thead tr {
  background-color: var(--primary);
  color: var(--bs-white);
}
.terms-contents table tr,
.terms-contents table td {
  border: none;
  padding: 0;
}
.tradelaw-tb th,
.tradelaw-tb td {
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
table.tradelaw-tb th,
table.tradelaw-tb td {
  display: block;
  width: 100%;
}
.tradelaw-tb th {
  padding: 10px 20px;
  border-left: 5px solid var(--secondary);
  border-bottom: 1px solid var(--bs-gray);
}
table.tradelaw-tb td {
  border-bottom: none;
}
.terms-contents ul li {
  margin-left: 20px;
  list-style: decimal;
}
.terms-contents ul li > ul li, .terms-contents ul.list-unstyled li {
  list-style-type: none;
}
.terms-contents ul.list-unstyled {
  margin-left: 0;
}
.terms-contents ul.list-unstyled.ms-lg li {
  margin-left: 50px;
}
.terms-contents ul li > ul li span, .terms-contents ul.list-unstyled li span {
  position: absolute;
  left: 0;
}
.faq-category li {
  overflow: hidden;
  border-radius: 6px;
}
.faq-category li a {
  min-height: 38px;
  padding: .5rem 1.375rem;
  display: inline-block;
  width: 100%;
}
.faq-category li + li {
  margin-top: 0.25rem;
}
.faq-category li a:hover {
  opacity: 1;
}
.faq-category li:hover {
  background-color: rgba(41 225 182/ .16);
  color: var(--primary);
}
.faq-category li.check {
  background-color: var(--primary);
}
.faq-category li.check a {
  color: var(--bs-white);
}
.faq-list:first-of-type {
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #2e263d1f;
}
.faq-list:last-of-type {
  border-radius: 0 0 6px 6px;
}
.faq-list {
  border-radius: 0;
  overflow: hidden;
  border-left: 1px solid #2e263d1f;
  border-right: 1px solid #2e263d1f;
}
.faq-list-question {
  background-color: #fafafa;
  padding: 1.2rem 2.5rem 1.2rem 1.25rem;
  border-bottom: 1px solid rgb(46 38 61 / 0.12);
  font-size: 1.3rem;
  transition: margin 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-radius 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
  min-height: 48px;
}
.faq-list-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .5rem;
  height: .5rem;
  border: 1px solid;
  border-color: #2e263de6 #2e263de6 transparent transparent;
  transform: rotate(-45deg) translateY(-50%);
  transition: transform 0.4s ease;
}
.faq-list-question.active::after {
  top: 45%;
  border-color:  transparent transparent #2e263de6 #2e263de6;
  transform: rotate(-45deg) translateY(-50%);
}
.faq-list-answer {
  display: none;
  color: rgba(46 38 61 / 0.7);
  font-weight: 400;
  line-height: 1.46667;
  padding: 1.5rem;
  background-color: #fff;
}
.faq-list-question.active + .faq-list-answer {
  border-bottom: 1px solid rgb(46 38 61 / 0.12);
}
.faq-list-answer p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  table.tradelaw-tb th,
  table.tradelaw-tb td {
    display: inline-block;
  }
  table.tradelaw-tb th {
    width: 20%;
    display: table-cell;
    border-bottom: 3px solid var(--secondary);
    border-left: 0;
  }
  table.tradelaw-tb td {
    width: 80%;
    display: table-cell;
    border-bottom: 1px solid var(--bs-gray);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #idNews {
    position: absolute;
    right: 1.5rem;
    top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  #idNews {
    min-width: 500px;
    position: absolute;
    right: 0;
    border-radius: 6px 0 0 6px;
  }
}
  .function-bg01,
  .function-bg02,
  .function-bg03,
  .function-bg04 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100vh;
    background-repeat: no-repeat;
    animation: floating 30s ease-in-out infinite;
  }

  @keyframes floating {
    0% {
      transform: translate(0px, 0px);
    }
    10% {
      transform: translate(-10px, -20px);
    }
    20% {
      transform: translate(15px, -25px);
    }
    30% {
      transform: translate(25px, 0px);
    }
    40% {
      transform: translate(15px, 20px);
    }
    50% {
      transform: translate(0px, 25px);
    }
    60% {
      transform: translate(-15px, 20px);
    }
    70% {
      transform: translate(-25px, 0px);
    }
    80% {
      transform: translate(-15px, -15px);
    }
    90% {
      transform: translate(0px, -10px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }

  .fadeInDown {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .scrollanime {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .updown {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .downup {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .slide-right {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .slide-left {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  /* 初期状態 */
  .scrollanime-updown {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .scrollanime-downup {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .scrollanime-slide-right {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .scrollanime-slide-left {
    opacity: 0;
    transform: translateX(-200px);
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bg-fadein {
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bg-fadein.show {
    opacity: 0.6;
  }
  #page-bubbles-container {
  position: relative;
}

.bubbles-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
/* 業種別ご利用シーン用CSS */
.scene-btn {
  position: relative;
  border: 1px solid var(--bs-gray-200);
  border-radius: 6px;
  padding: 1.25rem;
  width: 100%;
  display: inline-block;
  background-color: var(--bs-secondary-bg);
}
.scene-btn::after {
  content: '';
  border-top: .18em solid var(--bs-gray);
  border-right: .18em solid var(--bs-gray);
  border-radius: 2px;
  display: inline-block;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  inset: 0 4% 0 auto;
  height: .6em;
  width: .6em;
}
.scene-btn:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--bs-white);
  opacity: 1;
}
.scene-btn:hover::after {
  border-top: .18em solid var(--bs-white);
  border-right: .18em solid var(--bs-white);
}