@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
body {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #fff;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    padding: 0;
  }
}

.sec-bottom {
  margin-bottom: 100px;
}
@media screen and (min-width: 835px) {
  .sec-bottom {
    margin-bottom: 180px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

.en {
  font-weight: bold;
  font-family: "Montserrat Alternates", sans-serif;
}

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

.js-reveal {
  clip-path: inset(0 100% 0 0);
}

.js-typing {
  display: inline-block;
  white-space: nowrap;
}
.js-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 5px;
  background: currentColor;
  vertical-align: -2px;
  animation: blink 0.8s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
}

.plan-overlay {
  display: none;
}
@media screen and (max-width: 834px) {
  .plan-overlay.is-open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
}

.page-transition {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  pointer-events: none;
  opacity: 1;
}

.l-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 20px;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 835px) {
  .l-header {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.76);
    padding: 8px;
  }
  .l-header.is-hide {
    transform: translateY(-100%);
  }
}
.l-header .wrapper {
  width: 88%;
}
@media screen and (min-width: 835px) {
  .l-header .wrapper {
    width: 95%;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 10000;
}
.header__logo img {
  height: 32px;
}
@media screen and (min-width: 835px) {
  .header__logo img {
    height: 40px;
  }
}
.header {
  /* ===== nav（SP：drawer） ===== */
}
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.header__nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .header__nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding-top: 0;
    right: 0;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.header__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .header__menu {
    flex-direction: row;
    align-items: center;
    gap: 38px;
    padding: 0;
  }
}
.header__menu li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .header__menu li a {
    color: #333;
  }
  .header__menu li a:hover .head-nav__top {
    transform: translateY(-100%);
  }
  .header__menu li a:hover .head-nav__bottom {
    transform: translateY(-100%);
  }
}
.header__menu li a .en {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (min-width: 835px) {
  .header__menu li a .en {
    font-size: 16px;
  }
}
.header__menu li a .ja {
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 835px) {
  .header__menu li a .ja {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: -0.01em;
  }
}
.header__menu li.has-child {
  position: relative;
}
@media screen and (min-width: 835px) {
  .header__menu li.has-child::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    top: 0;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__menu li.has-child:hover::after {
  background: #ffb700;
}
.header__menu li.has-child.open .child-list {
  display: block;
  opacity: 1;
  max-height: 500px;
}
@media screen and (min-width: 835px) {
  .header__menu li.has-child:hover .child-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__menu li.has-child .nav-item {
  padding-right: 20px;
}
@media screen and (min-width: 835px) {
  .header__menu li.has-child .pc-grid {
    display: grid;
    grid-template-columns: 1fr 146px;
    align-items: center;
  }
}
.header__menu li.has-child .pc-grid .img-list {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__menu li.has-child .pc-grid .img-list {
    display: block;
    position: relative;
  }
}
.header__menu li.has-child .pc-grid .img-list .img {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  border-radius: 0.4em;
  overflow: hidden;
}
.header__menu li.has-child .pc-grid .img-list .img.active {
  opacity: 1;
  visibility: visible;
}
.header__menu li.has-child .child-list {
  width: 100%;
  opacity: 1;
  transition: none;
  position: static;
  margin-top: 14px;
}
@media screen and (min-width: 835px) {
  .header__menu li.has-child .child-list {
    display: none;
    margin-top: 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 320px;
    border-radius: 0.4em;
    background-color: #100d57;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin-top: 0;
  }
}
.header__menu li.has-child .child-list .child-item a {
  font-size: 14px;
  padding: 6px 10px;
  justify-content: space-between;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .header__menu li.has-child .child-list .child-item a {
    line-height: 1.2;
    transition: all 0.3s ease;
  }
}
.header__menu li.has-child .child-list .child-item:hover a {
  transform: translateX(6px);
}
.header__menu .item-contact a {
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  background: #100d57;
  margin-top: 40px;
  box-shadow: 3px 4px 0 #8d8ca0;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .header__menu .item-contact a {
    margin-top: 0;
  }
}
.header__menu .item-contact a .head-nav {
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .header__menu .item-contact a .head-nav {
    justify-content: left;
  }
}
.header {
  /* ===== toggle ===== */
}
.header__toggle {
  width: 23px;
  height: 18px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
.header__toggle::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -13px;
  width: 50px;
  height: 50px;
  background: #100d57;
  border-radius: 20px;
  z-index: -1;
}
.header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s, opacity 0.3s;
}
.header__toggle span:nth-child(1) {
  top: 0;
}
.header__toggle span:nth-child(2) {
  top: 8px;
}
.header__toggle span:nth-child(3) {
  bottom: 0;
}
.header__toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__toggle.is-open span:nth-child(2) {
  transform: translateX(-20px);
  opacity: 0;
}
.header__toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__toggle:not(.is-open) span:nth-child(2) {
  transition-delay: 0.2s;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .header__toggle {
    display: none;
  }
}

.drawer_bg {
  position: fixed;
  inset: 0;
  background: rgba(16, 13, 87, 0.7019607843);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  transform: translateY(100%);
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .drawer_bg {
    display: none;
  }
}
.drawer_bg.is-open {
  animation: slideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: auto;
}
.drawer_bg.is-closing {
  animation: slideOut 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.head-nav {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 835px) {
  .head-nav {
    overflow: hidden;
    height: 1.2em;
  }
  .head-nav .en {
    transition: transform 0.4s ease;
  }
  .head-nav__top {
    display: block;
    transform: translateY(0);
  }
}
.head-nav__bottom {
  display: none;
}
@media screen and (min-width: 835px) {
  .head-nav__bottom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
}

.mv {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .mv {
    align-items: flex-end;
    margin-bottom: 120px;
  }
}
.mv .mouse-bone {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
}
.mv .mv-logo {
  position: relative;
}
.mv .mv-logo .has-eye {
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 87px;
  height: 63px;
  background-image: url("../images/eye-b.png");
}
@media screen and (min-width: 835px) {
  .mv .mv-logo .has-eye {
    display: block;
  }
}
.mv .mv-logo .has-eye .eye {
  width: 87px;
  height: 63px;
  position: relative;
}
.mv .mv-logo .has-eye .eye .pupil {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv .mv-logo .has-eye__l {
  top: 0px;
  left: 49px;
}
.mv .mv-logo .has-eye__r {
  top: 0px;
  left: 184px;
}

.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
@media screen and (min-width: 835px) {
  .scroll_down {
    display: none;
  }
}
.scroll_down.is-hide {
  opacity: 0;
  visibility: hidden;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 68px;
  background: #000;
}

@keyframes circlemove {
  0% {
    bottom: 68px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.opening {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
}
.opening.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 835px) {
  .opening {
    padding: 100px;
  }
}
.opening .top-left {
  position: absolute;
  bottom: 200px;
  left: 3rem;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #100d57;
  font-weight: 900;
}
@media screen and (min-width: 835px) {
  .opening .top-left {
    left: 100px;
    font-size: 36px;
  }
}
.opening #pct {
  font-size: 40px;
  font-weight: 500;
  color: #100d57;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.opening .bar-track {
  width: 100%;
  height: 2px;
  background: #ebebeb;
}
.opening .bar-fill {
  height: 2px;
  background: #100d57;
  width: 0%;
}

.l-footer {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  padding-top: 70px;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.l-footer .footer-content {
  display: grid;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer .footer-content__l {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__l {
    grid-row: auto;
  }
}
.l-footer .footer-content__l .icon {
  position: absolute;
  opacity: 0;
  animation: pawShow 15s ease-in-out infinite;
}
.l-footer .footer-content__l .icon:nth-of-type(1) {
  left: 59px;
  bottom: 82px;
  transform: rotate(25deg);
  animation-delay: 0s;
}
.l-footer .footer-content__l .icon:nth-of-type(2) {
  left: 127px;
  bottom: 111px;
  transform: rotate(39deg);
  animation-delay: 0.5s;
}
.l-footer .footer-content__l .icon:nth-of-type(3) {
  left: 101px;
  bottom: 176px;
  transform: rotate(29deg);
  transform: rotate(29deg);
  animation-delay: 1s;
}
.l-footer .footer-content__l .icon:nth-of-type(4) {
  left: 175px;
  bottom: 174px;
  transform: rotate(45deg);
  animation-delay: 1.5s;
}
.l-footer .footer-content__l .icon:nth-of-type(5) {
  left: 179px;
  bottom: 248px;
  transform: rotate(32deg);
  animation-delay: 2s;
}
.l-footer .footer-content__l .icon:nth-of-type(6) {
  left: 253px;
  bottom: 241px;
  transform: rotate(57deg);
  animation-delay: 2.5s;
}
.l-footer .footer-content__l .icon:nth-of-type(7) {
  left: 250px;
  bottom: 316px;
  transform: rotate(32deg);
  animation-delay: 3s;
}
.l-footer .footer-content__l .icon:nth-of-type(8) {
  left: 321px;
  bottom: 316px;
  transform: rotate(56deg);
  animation-delay: 3.5s;
}
@keyframes pawShow {
  0% {
    opacity: 0;
    translate: 0 10px;
    scale: 0.8;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
  80% {
    opacity: 0;
    translate: 0 -5px;
    scale: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.l-footer .footer-content__l a {
  width: fit-content;
}
.l-footer .footer-content__l a span {
  font-size: 24px;
  padding-right: 10px;
  letter-spacing: -0.02em;
}
.l-footer .footer-content__l p {
  font-size: 10px;
  font-weight: normal;
}
.l-footer .footer-content__r {
  grid-row: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__r {
    grid-row: auto;
    margin-bottom: 0;
  }
}
.l-footer .footer-content__r .footer-list li {
  margin-bottom: 48px;
}
.l-footer .footer-content__r .footer-list li:last-child {
  margin-bottom: 0;
}
.l-footer .footer-content__r .footer-list li a {
  display: flex;
  justify-content: left;
  gap: 24px;
  font-size: clamp(24px, 4vw, 42px);
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__r .footer-list li a {
    justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__r .footer-list li a:hover .item .item__top {
    transform: translateY(-110%);
  }
  .l-footer .footer-content__r .footer-list li a:hover .item .item__bottom {
    transform: translateY(-100%);
  }
}
.l-footer .footer-content__r .footer-list li a .item {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
  overflow: hidden;
  height: 1.2em;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__r .footer-list li a .item {
    overflow: hidden;
    height: 1.2em;
  }
  .l-footer .footer-content__r .footer-list li a .item span {
    transition: transform 0.4s ease;
  }
  .l-footer .footer-content__r .footer-list li a .item__top {
    display: block;
    transform: translateY(0);
  }
}
.l-footer .footer-content__r .footer-list li a .item__bottom {
  display: none;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__r .footer-list li a .item__bottom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
}
.l-footer .footer-content__r .go-top {
  display: none;
  transition: transform 0.2s ease;
}
.l-footer .footer-content__r .go-top:hover {
  animation: shake 0.5s ease-in-out;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-content__r .go-top {
    display: block;
    width: fit-content;
    margin: 26px 0 0 auto;
    position: relative;
    overflow: visible;
  }
}
.l-footer .footer-content__r .go-top .bone {
  position: absolute;
  left: 50%;
  bottom: 20px;
  opacity: 0;
  z-index: 100;
  width: 100%;
  transform: translateX(-50%) translateY(30px);
  transition: opacity 0.3s ease, transform 1.5s ease-out;
  pointer-events: none;
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0);
  }
}
.l-footer .footer-content__r .go-top.is-active .bone {
  opacity: 1;
  transform: translateX(-50%) translateY(-150px);
}
.l-footer .footer-bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-bottom {
    bottom: -136px;
  }
}
.l-footer .footer-bottom .footer-logo {
  position: relative;
}
.l-footer .footer-bottom .footer-logo .footer-eye {
  display: none;
  position: absolute;
  top: 48px;
  left: 220px;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-bottom .footer-logo .footer-eye {
    display: block;
  }
}

body.home .s-intro {
  max-width: 1000px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.home .s-intro {
    margin-bottom: 400px;
  }
}
body.home .s-intro .grid-wrap {
  display: grid;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap {
    grid-template-columns: 1fr 260px;
    gap: 46px;
  }
}
body.home .s-intro .grid-wrap .cont-l {
  grid-row: 2;
  position: relative;
  min-height: 460px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l {
    grid-row: auto;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list li {
  position: absolute;
}
body.home .s-intro .grid-wrap .cont-l .concern-list li p {
  text-align: center;
  width: fit-content;
  line-height: 1.6;
  font-weight: bold;
  color: #100d57;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list li p {
    font-size: 18px;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list li p span {
  font-size: clamp(20px, 2.5vw, 32px);
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item01 p,
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item03 p {
  background: url("../images/concern01.png") no-repeat center/contain;
  padding: 40px 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item01 p,
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item03 p {
    min-width: 280px;
    min-height: 220px;
    padding: 50px 60px;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item02 p,
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item04 p {
  background: url("../images/concern02.png") no-repeat center/contain;
  padding: 20px 20px 54px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item02 p,
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item04 p {
    min-width: 280px;
    min-height: 220px;
    padding: 46px 60px;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item01 {
  top: 0px;
  left: 0;
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item01 p {
  position: relative;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item01 p::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -54px;
    width: 90px;
    height: 90px;
    background: url("../images/icon-moyamoya.png") no-repeat center/cover;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item02 {
  top: 108px;
  right: 0px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item02 {
    top: 116px;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item03 {
  top: 216px;
  left: 0px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item03 {
    top: 298px;
  }
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item03 p {
    padding: 80px 28px;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item04 {
  top: 324px;
  right: 0px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item04 {
    top: 420px;
  }
}
body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item04 p {
  position: relative;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-l .concern-list .concern-item04 p::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -54px;
    width: 90px;
    height: 90px;
    background: url("../images/icon-moyamoya.png") no-repeat center/cover;
  }
}
body.home .s-intro .grid-wrap .cont-r {
  grid-row: 1;
  width: 100%;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-r {
    grid-row: auto;
  }
}
body.home .s-intro .grid-wrap .cont-r h2 {
  color: #100d57;
  font-size: clamp(26px, 5vw, 48px);
  text-align: center;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .grid-wrap .cont-r h2 {
    text-align: justify;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
body.home .s-intro .arrow-wrap {
  display: none;
}
@media screen and (min-width: 835px) {
  body.home .s-intro .arrow-wrap {
    display: block;
    position: absolute;
    bottom: -500px;
    right: 50px;
    width: 260px;
    clip-path: inset(0 0 100% 0);
  }
}
body.home .s-intro .arrow-wrap.is-active {
  animation: reveal 4s ease forwards;
}
@keyframes reveal {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
body.home .s-about {
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-about {
    overflow: visible;
  }
}
body.home .s-about h2 {
  font-size: clamp(25px, 4vw, 64px);
  line-height: 1.4;
  margin-bottom: 80px;
}
@media screen and (min-width: 835px) {
  body.home .s-about h2 {
    margin-bottom: 180px;
  }
}
body.home .s-about h2 .en ruby rt {
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  body.home .s-about h2 .en ruby rt {
    font-size: 14px;
    letter-spacing: -3em;
  }
}
body.home .s-about h2 .daikichi {
  display: inline-block;
  width: 70px;
  height: 48px;
  background: url("../images/daikichi.png") no-repeat center/contain;
  opacity: 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  body.home .s-about h2 .daikichi {
    width: 120px;
    height: 78px;
  }
}
body.home .s-about .about-content {
  display: grid;
  font-weight: 900;
  margin-bottom: 60px;
}
body.home .s-about .about-content:last-child {
  margin-bottom: 100px;
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-content__bottom {
    align-items: end;
  }
}
body.home .s-about .about-content .text-block {
  line-height: 2;
}
body.home .s-about .about-content .text-block h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-content .text-block h3 {
    margin-bottom: 40px;
  }
}
body.home .s-about .about-content .text-block h3 span {
  font-size: clamp(20px, 3vw, 36px);
  display: inline-block;
  letter-spacing: -0.01em;
}
body.home .s-about .about-content .text-block p {
  margin-bottom: 40px;
}
body.home .s-about .about-content .text-block p span {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  margin: 16px 0;
}
body.home .s-about .about-content .img-block {
  font-size: 12px;
}
body.home .s-about .about-content .img-block__profile {
  display: flex;
  align-items: end;
  gap: 20px;
  line-height: 1.6;
}
body.home .s-about .about-content .img-block__profile .nonaka,
body.home .s-about .about-content .img-block__profile .kuro {
  border-radius: 20px;
  overflow: hidden;
  max-width: 260px;
}
body.home .s-about .about-content .img-block__profile .text .name {
  margin-bottom: 10px;
}
body.home .s-about .about-content .img-block__profile .text .name span {
  display: block;
  font-size: 14px;
}
body.home .s-about .about-content .img-block__youtube {
  margin-top: clamp(40px, 5vw, 80px);
  position: relative;
}
body.home .s-about .about-content .img-block__youtube::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 60px;
  height: 60px;
  background: url("../images/daikichi02.png") no-repeat center/contain;
  z-index: 1;
  animation: tiltSway 3s infinite;
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-content .img-block__youtube::before {
    left: 0;
    width: 90px;
    height: 90px;
  }
}
@keyframes tiltSway {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
body.home .s-about .about-content .img-block__youtube .youtube {
  width: 153px;
  height: 254px;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  body.home .s-about .about-content .img-block__youtube .youtube {
    margin-right: 100px;
  }
}
body.home .s-about .about-content .img-block__youtube .youtube video {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  pointer-events: none;
}
body.home .s-about .about-service {
  border-bottom: #100d57 4px solid;
  background: #f6f6f6;
  padding: 60px 0;
}
body.home .s-about .about-service .service-head {
  border-left: 5px solid #ffb700;
  padding-left: 14px;
  margin-bottom: 40px;
}
body.home .s-about .about-service .service-head__label {
  font-size: 11px;
  font-weight: 900;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.home .s-about .about-service .service-head__ttl {
  font-size: 18px;
  font-weight: 900;
  color: #100d57;
  line-height: 1.8;
}
body.home .s-about .about-service .service-head__ttl ruby rt {
  font-size: 10px;
}
body.home .s-about .about-service .service-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
body.home .s-about .about-service .service-scroll-wrap::-webkit-scrollbar {
  height: 4px;
}
body.home .s-about .about-service .service-scroll-wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 2px;
}
body.home .s-about .about-service .service-scroll-wrap::-webkit-scrollbar-thumb {
  background: #100d57;
  border-radius: 2px;
}
body.home .s-about .about-service .list {
  display: flex;
  gap: 30px;
  width: max-content;
  padding: 0 4px;
  list-style: none;
}
body.home .s-about .about-service .list li {
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  width: 291px;
}
body.home .s-about .about-service .list li .img {
  overflow: hidden;
  margin-bottom: 16px;
}
body.home .s-about .about-service .list li .img img {
  transform: translateY(30px);
  opacity: 0;
}
body.home .s-about .about-service .list li .text-block h3 {
  font-size: 14px;
  margin-bottom: 16px;
}
body.home .s-about .about-service .list li .text-block h3 span.js-reveal {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #100d57;
  margin-bottom: 8px;
}
body.home .s-about .about-service .list li .text-block h3 .ttl-sub {
  display: inline-block;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 100px 100px 100px 0;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
}
body.home .s-about .about-service .list li .text-block .service-list {
  border: 3px solid #ffb700;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: left;
}
body.home .s-about .about-service .list li .text-block .service-list .list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
  width: 100%;
  text-align: left;
}
body.home .s-about .about-service .list li .text-block .service-list .list-item:last-child {
  margin-bottom: 0;
}
body.home .s-about .about-service .list li .text-block .service-list .list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
body.home .s-about .about-service .scroll-hint {
  font-size: 11px;
  color: #999;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-service .scroll-hint {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  body.home .s-about .about-service .service-scroll-wrap {
    overflow-x: visible;
  }
  body.home .s-about .about-service .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: auto;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  body.home .s-about .about-service .list li {
    width: auto;
  }
}
body.home .s-template .list {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  row-gap: 40px;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  body.home .s-template .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
  }
}
body.home .s-template .list .list-item:hover .img {
  transform: scale(1.05);
}
body.home .s-template .list .list-item a {
  display: block;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #100d57;
  box-shadow: 4px 4px 0 #100d57;
}
body.home .s-template .list .list-item h3 {
  color: #100d57;
  text-align: center;
  font-size: 24px;
  position: relative;
}
body.home .s-template .list .list-item h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  background: #100d57;
}
body.home .s-template .list .list-item .img {
  margin: 46px 0 32px;
  overflow: hidden;
  border-radius: 0.5em;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.home .s-template .list .list-item .text-block {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 600;
  border-radius: 0.5em;
  padding: 12px;
  background: #ffffff;
}
body.home .s-template .list .list-item .text-block__cont {
  line-height: 1.6;
}
body.home .s-template .list .list-item .text-block__cont:first-child {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #dbdbdb;
}
body.home .s-template .list .list-item .text-block__cont:last-child {
  padding-top: 10px;
}
body.home .s-template .list .list-item .text-block__cont ul li {
  position: relative;
  text-align: left;
  padding-left: 18px;
  margin-bottom: 0;
}
body.home .s-template .list .list-item .text-block__cont ul li::before {
  content: "#";
  position: absolute;
  left: 0;
}
body.home .s-template .list .list-item .text-block__ttl {
  padding: 4px 10px;
  background: #ffb700;
  width: fit-content;
  margin-bottom: 16px;
  font-weight: 900;
  border-radius: 0.4em;
}
body.home .s-template .cursor-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(16, 13, 87, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body.home .s-template .cursor-view.is-show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
body.home .s-template .sp-btn {
  display: block;
  text-align: center;
  padding: 16px 20px;
  background: #100d57;
  border: 4px solid #ffb700;
  color: #fff;
  font-weight: 900;
  border-radius: 0.5em;
  margin-top: 20px;
  font-size: 16px;
  box-shadow: 3px 4px 0 #d99a00;
}
@media screen and (min-width: 835px) {
  body.home .s-template .sp-btn {
    display: none;
  }
}
body.home .s-flow {
  padding-top: 60px;
}
body.home .s-flow .flow-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
body.home .s-flow .flow-scroll-wrap::-webkit-scrollbar {
  height: 4px;
}
body.home .s-flow .flow-scroll-wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 2px;
}
body.home .s-flow .flow-scroll-wrap::-webkit-scrollbar-thumb {
  background: #100d57;
  border-radius: 2px;
}
body.home .s-flow .flow-grid {
  display: flex;
  gap: 12px;
  width: max-content;
}
body.home .s-flow .flow-card {
  width: 200px;
  padding: 20px 18px;
  background: #fff;
  border: 3px solid #100d57;
  border-radius: 16px;
  box-shadow: 4px 4px 0 #100d57;
  flex-shrink: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body.home .s-flow .flow-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #100d57;
}
body.home .s-flow .card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
body.home .s-flow .card-num-wrap {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: #ffb700;
  border-radius: 50%;
  border: 2px solid #100d57;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .s-flow .card-num {
  font-size: 11px;
  font-weight: 900;
  color: #100d57;
}
body.home .s-flow .card-step {
  font-size: 12px;
  font-weight: 900;
  color: #100d57;
  background: #f6f6f6;
  border: 1.5px solid #100d57;
  border-radius: 100px;
  padding: 2px 8px;
  line-height: 1.4;
}
body.home .s-flow .card-title {
  font-size: 14px;
  font-weight: 900;
  color: #100d57;
  margin-bottom: 8px;
  line-height: 1.4;
}
body.home .s-flow .card-desc {
  font-size: 11px;
  line-height: 1.8;
  color: #444;
  font-weight: 600;
}
body.home .s-flow .scroll-hint {
  font-size: 11px;
  color: #999;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 835px) {
  body.home .s-flow .scroll-hint {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  body.home .s-flow {
    padding: 40px 0;
  }
  body.home .s-flow .sec-title {
    font-size: 32px;
  }
  body.home .s-flow .flow-card {
    width: 240px;
    padding: 28px 24px;
  }
  body.home .s-flow .card-title {
    font-size: 15px;
  }
  body.home .s-flow .card-desc {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  body.home .s-flow .flow-card {
    width: 260px;
  }
}
body.home .s-qa {
  padding-top: 40px;
}
body.home .s-qa .sec-ttl {
  margin: 40px auto 0;
}
body.home .s-qa .accordion {
  max-width: 1000px;
  margin: 0 auto;
}
body.home .s-qa .accordion .accordion-item {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
body.home .s-qa .accordion .accordion-item .accordion-header {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  color: #000;
}
@media screen and (min-width: 835px) {
  body.home .s-qa .accordion .accordion-item .accordion-header {
    padding: 28px 48px;
  }
}
body.home .s-qa .accordion .accordion-item .accordion-header .title-wrap {
  display: flex;
  gap: clamp(18px, 2.2vw, 32px);
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.8;
  padding: 20px 0;
  font-weight: 900;
}
body.home .s-qa .accordion .accordion-item .accordion-header .title-wrap .title {
  letter-spacing: 0.2em;
}
body.home .s-qa .accordion .accordion-item .accordion-header .icon-wrap {
  display: flex;
  align-items: center;
}
body.home .s-qa .accordion .accordion-item .accordion-header .icon-wrap .text {
  display: none;
}
@media screen and (min-width: 835px) {
  body.home .s-qa .accordion .accordion-item .accordion-header .icon-wrap .text {
    display: block;
    font-size: 12px;
    padding-right: 10px;
  }
}
body.home .s-qa .accordion .accordion-item .accordion-header .icon-wrap .icon {
  font-size: 24px;
  transition: transform 0.4s ease;
  background: #100d57;
  padding: 3px;
  color: #fff;
  font-weight: 900;
  min-width: 30px;
  text-align: center;
  border-radius: 6px;
}
body.home .s-qa .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 18px;
}
@media screen and (min-width: 835px) {
  body.home .s-qa .accordion .accordion-item .accordion-content {
    padding: 0 48px;
  }
}
body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.8;
  display: flex;
  gap: clamp(18px, 2.2vw, 32px);
  justify-content: flex-start;
  padding-bottom: 28px;
  line-height: 1.9;
  font-size: 14px;
  font-weight: 600;
  color: #100d57;
}
@media screen and (min-width: 835px) {
  body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap {
    padding-bottom: 28px;
  }
}
body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc {
    align-items: center;
  }
}
body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc .img-wrap {
  width: 48px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc .img-wrap {
    width: 80px;
  }
}
body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc .img-wrap .img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc .img-wrap .name {
  font-size: 12px;
}
body.home .s-qa .accordion .accordion-item .accordion-content .answer-wrap .answer-desc p {
  flex: 1;
}
body.home .s-qa .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
body.home .s-qa .accordion .accordion-item.active .accordion-header .icon::before {
  content: "−";
  display: inline-block;
  font-size: 24px;
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}
body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}
body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}
body.single .s-single .inner .img {
  max-width: 744px;
}
body.single .s-single .inner .content-body {
  margin-top: 32px;
}
body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}
body.single .s-single .inner .cards time {
  font-size: 14px;
}
body.single .s-single .inner .cards .title {
  font-size: 16px;
}
body.single .s-single .single-nav {
  margin-bottom: 40px;
}
body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}
body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}
body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}
body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-thanks .thanks-wrap {
  text-align: center;
  padding: 160px 0 0;
}
body.page-thanks .thanks-wrap h2 {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #100d57;
  margin-bottom: 30px;
  line-height: 1.4;
}
body.page-thanks .thanks-wrap h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #ffb700;
  border-radius: 10px;
  margin: 20px auto 0;
}
body.page-thanks .thanks-wrap p {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 45px;
}
body.page-thanks .thanks-wrap .btn-thx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 55px;
  background: #100d57;
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap {
    padding: 200px 0;
  }
  body.page-thanks .thanks-wrap h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  body.page-thanks .thanks-wrap h2::after {
    width: 70px;
    height: 5px;
  }
  body.page-thanks .thanks-wrap p {
    font-size: 16px;
    margin-bottom: 60px;
  }
  body.page-thanks .thanks-wrap .btn-thx {
    width: 260px;
    height: 65px;
    font-size: 16px;
  }
}
body.page-thanks .thanks-wrap .thx-nav {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap .thx-nav {
    overflow: hidden;
    height: 1.2em;
  }
}
body.page-thanks .thanks-wrap .thx-nav .thx {
  transition: transform 0.4s ease;
}
body.page-thanks .thanks-wrap .thx-nav__top {
  display: block;
  transform: translateY(0);
}
body.page-thanks .thanks-wrap .thx-nav__bottom {
  display: none;
}
@media screen and (min-width: 835px) {
  body.page-thanks .thanks-wrap .thx-nav__bottom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
}
body.page-thanks .thanks-wrap a:hover .thx-nav__top {
  transform: translateY(-100%);
}
body.page-thanks .thanks-wrap a:hover .thx-nav__bottom {
  transform: translateY(-100%);
}

.sec-ttl {
  position: relative;
  width: fit-content;
  min-width: 184px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .sec-ttl {
    margin-bottom: 60px;
  }
}
.sec-ttl h2 {
  position: relative;
  z-index: 2;
  color: #100d57;
}
.sec-ttl h2 span {
  letter-spacing: -0.02em;
  font-size: clamp(62px, 8vw, 140px);
}
.sec-ttl .ttl-sub {
  position: absolute;
  right: -60px;
  top: -128px;
  width: 128px;
  height: 136px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  font-weight: 900;
  background: url("../images/icon-ttlsub.png") no-repeat center/contain;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (min-width: 835px) {
  .sec-ttl .ttl-sub {
    right: -186px;
    top: -90px;
    width: 170px;
    height: 170px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.menu-layout {
  display: grid;
  align-items: start;
  gap: 60px;
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .menu-layout {
    grid-template-columns: 264px 1fr;
    padding: 0;
  }
}
.menu-layout__side {
  position: relative;
}
@media screen and (max-width: 834px) {
  .menu-layout__side {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -45%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  .menu-layout__side.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%);
  }
}
.menu-layout__side .sp-side_btn {
  position: absolute;
  top: -20px;
  right: -10px;
}
.menu-layout__side .sp-side_btn span {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 50px;
}
.menu-layout__side .sp-side_btn span::before, .menu-layout__side .sp-side_btn span::after {
  content: "";
  position: absolute;
  width: 2.5px;
  height: 22px;
  background: #000000;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
.menu-layout__side .sp-side_btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-layout__side .sp-side_btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 835px) {
  .menu-layout__side .sp-side_btn {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .menu-layout__side {
    position: sticky;
    top: 80px;
    left: 0;
  }
}
.menu-layout__side .side-ttl {
  padding: 24px;
  line-height: 1.8;
  background: #100d57;
  color: #fff;
  font-weight: 900;
  border-radius: 20px 20px 0 0;
  font-family: "Montserrat Alternates", sans-serif;
}
.menu-layout__side .choice-block {
  padding: 40px 25px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.menu-layout__side .choice-block .choice-list__item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.menu-layout__side .choice-block .choice-list__item:first-child {
  padding-top: 0;
}
.menu-layout__side .choice-block .choice-list__item:last-child {
  border-bottom: none;
}
.menu-layout__side .choice-block .choice-list__item h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
.menu-layout__side .choice-block .choice-list__item .item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.menu-layout__side .choice-block .choice-list__item .item span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  background: #ffb700;
  padding: 5px 10px;
  border-radius: 50px;
  letter-spacing: -0.01em;
}
.menu-layout__side .choice-block .choice-list__item .price {
  padding: 10px;
  background: #e2e2e2;
  font-size: 14px;
  text-align: center;
  width: 80%;
  border-radius: 0.5em;
  font-weight: 900;
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: -0.01em;
}
.menu-layout__side .total-block h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
.menu-layout__side .total-block .price-total {
  padding: 10px;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  border-radius: 0.5em;
  font-weight: 900;
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: -0.01em;
}
.menu-layout__side .total-block .price-total span {
  font-size: 24px;
  margin-right: 4px;
}
.menu-layout__side .total-block button {
  border: none;
  cursor: pointer;
  border-radius: 9px;
  background: #ffb700;
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 3px 4px 0 #d99a00;
}
@media screen and (min-width: 835px) {
  .menu-layout__side .total-block button {
    height: 36px;
    font-size: 14px;
  }
}
.menu-layout__side .total-block button .btn-nav {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 835px) {
  .menu-layout__side .total-block button .btn-nav {
    overflow: hidden;
    height: 1.2em;
  }
}
.menu-layout__side .total-block button .btn-nav .btn {
  transition: transform 0.4s ease;
}
.menu-layout__side .total-block button .btn-nav__top {
  display: block;
  transform: translateY(0);
}
.menu-layout__side .total-block button .btn-nav__bottom {
  display: none;
}
@media screen and (min-width: 835px) {
  .menu-layout__side .total-block button .btn-nav__bottom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
  }
}
@media screen and (min-width: 835px) {
  .menu-layout__side .total-block button:hover .btn-nav__top {
    transform: translateY(-100%);
  }
  .menu-layout__side .total-block button:hover .btn-nav__bottom {
    transform: translateY(-100%);
  }
}
.menu-layout__content .menu-template {
  margin-bottom: 56px;
}
.menu-layout__content .menu-template__list {
  display: grid;
  gap: 36px;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-template__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu-layout__content .menu-template__item .ttl-head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.menu-layout__content .menu-template__item .ttl-head h2 {
  margin-bottom: 8px;
  font-size: 24px;
}
.menu-layout__content .menu-template__item .ttl-head span {
  display: block;
  background: #100d57;
  color: #fff;
  padding: 10px;
  border-radius: 0.5em;
}
.menu-layout__content .menu-template__item .price-desc {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 600;
}
.menu-layout__content .menu-template__item .price-desc span {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 64px;
  font-weight: 900;
}
.menu-layout__content .menu-template__item .plan-details {
  padding: 20px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 24px;
  border-radius: 20px;
  border: 3px solid #100d57;
  box-shadow: 4px 4px 0 #100d57;
}
.menu-layout__content .menu-template__item .plan-details h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin-bottom: 24px;
}
.menu-layout__content .menu-template__item .plan-details .plan-details_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-layout__content .menu-template__item .plan-details .plan-details_item span {
  padding-left: 18px;
  position: relative;
  font-weight: 600;
}
.menu-layout__content .menu-template__item .plan-details .plan-details_item span::before {
  content: "・";
  position: absolute;
  left: 0;
}
.menu-layout__content .menu-template_service {
  padding: 26px;
  background: #fff;
  border-radius: 0.5em;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 80px;
  border-top: 8px solid #100d57;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-template_service {
    border-left: 8px solid #100d57;
    border-top: none;
  }
}
.menu-layout__content .menu-template_service h3 {
  border-bottom: 1px solid #000;
  font-size: 12px;
  margin-bottom: 32px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-template_service h3 {
    width: fit-content;
  }
}
.menu-layout__content .menu-template_service h3 span {
  font-size: 20px;
  margin-right: 20px;
  line-height: 1.6;
  display: block;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-template_service h3 span {
    display: inline-block;
  }
}
.menu-layout__content .menu-template_service .service-list {
  display: grid;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-template_service .service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu-layout__content .menu-template_service .service-list ul {
  margin-bottom: 20px;
}
.menu-layout__content .menu-template_service .service-list ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
}
.menu-layout__content .menu-template_service .service-list ul li:last-child {
  margin-bottom: 0;
}
.menu-layout__content .menu-template_service .service-list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.menu-layout__content .menu-option {
  margin-bottom: 80px;
  font-weight: 600;
}
.menu-layout__content .menu-option .option-head {
  margin-bottom: 40px;
}
.menu-layout__content .menu-option .option-head h2 {
  padding: 10px 20px;
  background: #100d57;
  color: #fff;
  border-radius: 0.5em;
  margin-bottom: 32px;
}
.menu-layout__content .menu-option .option-head p {
  line-height: 1.9;
  letter-spacing: -0.01em;
  color: #100d57;
}
.menu-layout__content .menu-option .option-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #fff;
}
.menu-layout__content .menu-option .option-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-option .option-item {
    padding: 0 30px;
  }
}
.menu-layout__content .menu-option .option-name {
  letter-spacing: -0.01em;
}
.menu-layout__content .menu-option .option-price {
  font-family: "Montserrat Alternates", sans-serif;
  letter-spacing: -0.01em;
}
.menu-layout__content .menu-support {
  font-weight: 600;
}
.menu-layout__content .menu-support .support-head {
  margin-bottom: 40px;
}
.menu-layout__content .menu-support .support-head h2 {
  padding: 10px 20px;
  background: #100d57;
  color: #fff;
  border-radius: 0.5em;
  margin-bottom: 32px;
}
.menu-layout__content .menu-support .support-head p {
  line-height: 1.9;
  letter-spacing: -0.01em;
  color: #100d57;
}
.menu-layout__content .menu-support .support-item {
  padding: 40px 0px;
  border-bottom: 1px solid #fff;
}
.menu-layout__content .menu-support .support-item:last-child {
  border: none;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-support .support-item {
    padding: 40px 20px;
  }
}
.menu-layout__content .menu-support .support-item .item-head {
  margin-bottom: 24px;
}
.menu-layout__content .menu-support .support-item .item-head .ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}
.menu-layout__content .menu-support .support-item .item-head .price {
  font-size: 12px;
}
.menu-layout__content .menu-support .support-item .item-head .price span {
  font-size: 54px;
  font-weight: 900;
  font-family: "Montserrat Alternates", sans-serif;
}
.menu-layout__content .menu-support .support-item .item-plan .plan-head {
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0.5em;
  width: fit-content;
  border: 2px solid #000;
  border-radius: 100px 100px 100px 0px;
  background: #fff;
  margin-bottom: -8px;
  margin-right: 20px;
  margin-left: 12px;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-support .support-item .item-plan .plan-head {
    margin-left: 20px;
    font-size: 14px;
  }
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc {
  padding: 20px 26px;
  font-size: 14px;
  background: #fff;
  border-radius: 0.5em;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 3px solid #100d57;
  box-shadow: 4px 4px 0 #100d57;
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc h3 {
  padding-bottom: 4px;
  width: fit-content;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .menu-layout__content .menu-support .support-item .item-plan .plan-desc .desc-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc ul {
  margin-bottom: 20px;
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc ul:last-child {
  margin-bottom: 0;
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc ul li:last-child {
  margin-bottom: 0;
}
.menu-layout__content .menu-support .support-item .item-plan .plan-desc ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.menu-layout .choice-block .choice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.01em;
  width: fit-content;
  cursor: pointer;
}
.menu-layout .choice-block .choice .check {
  display: none;
}
.menu-layout .choice-block .choice .check:checked + .box {
  background: #100d57;
}
.menu-layout .choice-block .choice .check:checked + .box::after {
  content: "✓";
  color: #fff;
}
.menu-layout .choice-block .choice .box {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 3px 4px 0 #d99a00;
}
.menu-layout .choice-block .choice .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 70px;
  font-weight: bold;
}
.menu-layout .choice-block .choice .choice-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  color: #100d57;
  background: #ffb700;
  border: 2px solid #100d57;
  border-radius: 999px;
  padding: 4px 14px;
  box-shadow: 3px 3px 0 #100d57;
  animation: choicePop 2s ease-in-out infinite;
}
@keyframes choicePop {
  0%, 70%, 100% {
    transform: scale(1) rotate(0deg);
  }
  75% {
    transform: scale(1.15) rotate(-5deg);
  }
  85% {
    transform: scale(1.05) rotate(5deg);
  }
  90% {
    transform: scale(1) rotate(0deg);
  }
}

.s-menu {
  background: #ffb700;
  padding-bottom: 100px;
  padding-top: 60px;
}
@media screen and (min-width: 835px) {
  .s-menu {
    padding-top: 40px;
  }
}
.s-menu .sp-cont_btn {
  display: block;
  position: sticky;
  bottom: 20px;
  z-index: 10;
  margin: 20px auto 0;
  width: calc(100% - 40px);
}
@media screen and (min-width: 835px) {
  .s-menu .sp-cont_btn {
    display: none;
  }
}
.s-menu .sp-cont_btn .sp-menu_btn {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 3px solid #100d57;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 5px 5px 0 #100d57;
  cursor: pointer;
  animation: btn-pop 2s ease-in-out infinite;
}
.s-menu .sp-cont_btn .btn-total {
  flex: 1;
  padding: 10px 16px;
  background: #fff;
  text-align: left;
}
.s-menu .sp-cont_btn .btn-total .price-label {
  display: block;
  font-size: 10px;
  font-weight: 900;
  color: #999;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.s-menu .sp-cont_btn .btn-total .price-val {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #100d57;
  font-weight: 900;
}
.s-menu .sp-cont_btn .btn-total .price {
  font-size: 26px;
  font-family: "Montserrat Alternates", sans-serif;
}
.s-menu .sp-cont_btn .btn-total .yen {
  font-size: 13px;
}
.s-menu .sp-cont_btn .btn-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  background: #ffb700;
  border-left: 3px solid #100d57;
  font-weight: 900;
  color: #100d57;
  text-align: center;
  white-space: nowrap;
}
.s-menu .sp-cont_btn .btn-cta .small {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.s-menu .sp-cont_btn .btn-cta .arrow {
  display: block;
  font-size: 18px;
  margin-top: 2px;
}
@keyframes btn-pop {
  0%, 100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(0.98);
  }
  30% {
    transform: scale(1.03);
  }
  40%, 100% {
    transform: scale(1);
  }
}

.s-contact {
  background: rgba(244, 244, 244, 0.8);
}
.s-contact .contact-bg {
  padding: 40px 0 100px;
  background-image: linear-gradient(0deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem)), linear-gradient(90deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem));
  background-image: linear-gradient(0deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem)), linear-gradient(90deg, transparent calc(100% - 0.2rem), rgba(0, 0, 0, 0.02) calc(100% - 0.2rem));
  background-position: center center;
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat;
}
.s-contact .contact-head {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.s-contact .contact-head .sec-ttl {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.s-contact .contact-head p {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 700;
}
.s-contact .contact-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #100d57;
  box-shadow: 4px 4px 0 #100d57;
}
@media screen and (min-width: 835px) {
  .s-contact .contact-body {
    padding: 60px;
  }
}
.s-contact .contact-body .contact-form .form-item {
  margin-bottom: 28px;
}
@media screen and (min-width: 835px) {
  .s-contact .contact-body .contact-form .form-item {
    margin-bottom: 35px;
  }
}
.s-contact .contact-body .contact-form .form-item label {
  display: block;
  font-weight: 700;
  margin-bottom: 25px;
}
.s-contact .contact-body .contact-form .form-item .required {
  background: #eab326;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 6px;
}
.s-contact .contact-body .contact-form .form-item input[type=text],
.s-contact .contact-body .contact-form .form-item input[type=email],
.s-contact .contact-body .contact-form .form-item textarea {
  width: 100%;
  background: #eee;
  border: 0;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
}
.s-contact .contact-body .contact-form .form-item textarea {
  height: 150px;
}
.s-contact .contact-body .contact-form .form-item .check-list .wpcf7-list-item {
  margin: 0 12px 8px 0;
}
.s-contact .contact-body .contact-form .form-item .check-list label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 835px) {
  .s-contact .contact-body .contact-form .form-item .check-list label {
    font-size: 14px;
  }
}
.s-contact .contact-body .contact-form .form-item .check-list input {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 2px;
  margin: 0;
}
.s-contact .contact-body .contact-form .form-item .check-list input:checked {
  background: #100d57;
}
.s-contact .contact-body .contact-form .privacy {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
}
.s-contact .contact-body .contact-form .privacy label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.s-contact .contact-body .contact-form .privacy input {
  appearance: none;
  width: 14px;
  height: 14px;
  background: #eee;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
}
.s-contact .contact-body .contact-form .privacy input:checked {
  background: #100d57;
}
.s-contact .contact-body .contact-form .privacy .wpcf7-list-item-label {
  display: flex;
}
.s-contact .contact-body .contact-form .privacy .wpcf7-list-item-label a {
  color: #ffb700;
  text-decoration: underline;
}
.s-contact .contact-body .contact-form .confirm-text {
  text-align: center;
  font-size: 11px;
  margin: 30px 0 15px;
}
.s-contact .contact-body .contact-form .submit {
  text-align: center;
}
.s-contact .contact-body .contact-form .submit input {
  width: 210px;
  background: #100d57;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 14px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  box-shadow: 3px 4px 0 #8d8ca0;
}
.s-contact .wpcf7-response-output {
  display: none;
}
.s-contact .plan-preview {
  background: rgba(142, 142, 142, 0.2);
  padding: 20px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
}
.s-contact .plan-preview.is-active {
  display: block;
}
.s-contact .plan-preview h3 {
  margin-bottom: 20px;
}
.s-contact .plan-preview__item {
  margin-bottom: 12px;
  display: flex;
  gap: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.s-contact .plan-preview__item:last-child {
  margin-bottom: 0;
}
.s-contact .plan-preview__item .ttl {
  width: 106px;
  background: #100d57;
  color: #fff;
  padding: 6px;
  text-align: center;
  border-radius: 0.5em;
  height: fit-content;
}
.s-contact .plan-preview__item .select-item {
  flex: 1;
}
.s-contact .plan-preview__item .select-item span {
  font-size: 12px;
  padding-right: 10px;
  line-height: 1.6;
}
.s-contact .plan-preview .item-total {
  border-top: 1px solid #fff;
  padding-top: 12px;
}
.s-contact .plan-preview .item-total .ttl {
  background: #ffb700;
  color: #000;
}
.s-contact .plan-preview .item-total span {
  font-size: 16px;
}
.s-contact .plan-preview .cancel-block {
  margin-top: 20px;
  display: flex;
  width: fit-content;
  margin-left: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.s-contact .plan-preview .cancel-block p {
  font-size: 12px;
  font-weight: 700;
  color: #100d57;
  margin: 0;
  letter-spacing: -0.01em;
}
.s-contact .plan-preview .cancel-block span {
  width: 10px;
  height: 10px;
  position: relative;
  display: block;
}
.s-contact .plan-preview .cancel-block span::before, .s-contact .plan-preview .cancel-block span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background: #555;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
.s-contact .plan-preview .cancel-block span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.s-contact .plan-preview .cancel-block span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.s-contact .plan-preview .cancel-block:hover p {
  opacity: 0.8;
}
.s-contact .plan-preview .cancel-block:hover span::before, .s-contact .plan-preview .cancel-block:hover span::after {
  opacity: 0.8;
}

.p-template__head {
  padding-bottom: 42px;
  border-bottom: 1px solid #100d57;
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .p-template__head {
    display: flex;
    align-items: center;
    gap: 36px;
  }
}
.p-template__head h2 {
  font-size: 20px;
  margin-bottom: 24px;
  border-left: 5px solid #ffb700;
  padding-left: 14px;
}
.p-template__head h2 span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .p-template__head h2 {
    font-size: 36px;
    margin-bottom: 0px;
  }
}
.p-template__head .head-select {
  position: relative;
}
.p-template__head .head-select__ttl {
  position: relative;
  padding: 14px 46px 14px 20px;
  border: 2px solid #999;
  border-radius: 10px;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}
.p-template__head .head-select__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #100d57;
  transform: translateY(-50%);
}
.p-template__head .head-select__ttl.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-template__head .head-select__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #999;
  border-radius: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s ease;
}
.p-template__head .head-select__menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-template__head .head-select__menu ul {
  padding: 20px;
}
.p-template__head .head-select__menu ul li {
  margin-bottom: 16px;
  font-weight: 900;
}
.p-template__head .head-select__menu ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-template__body {
    display: grid;
    grid-template-columns: 1fr 256px;
    gap: 60px;
  }
}
.p-template__content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .p-template__content ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .p-template__content ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .p-template__content ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-template__content ul li {
  position: relative;
}
.p-template__content ul li .good-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: 0.3s ease;
}
.p-template__content ul li .good-wrap svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #000;
  stroke-width: 2;
  transition: 0.2s;
}
.p-template__content ul li .good-wrap .good-count {
  font-size: 12px;
  font-weight: 900;
}
.p-template__content ul li .good-wrap.is-active svg {
  fill: #222;
  stroke: #222;
  transform: scale(1.1);
}
.p-template__content ul li:hover .thumbnail-wrap::after {
  opacity: 1;
}
.p-template__content ul li:hover .thumbnail-wrap .preview-wrap {
  opacity: 1;
}
.p-template__content ul li:hover .thumbnail-wrap img {
  transform: scale(1.05);
}
.p-template__content ul li:hover .good-wrap {
  opacity: 1;
}
.p-template__content ul li a {
  position: relative;
  z-index: auto;
}
.p-template__content ul li a .thumbnail-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.p-template__content ul li a .thumbnail-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.p-template__content ul li a .thumbnail-wrap .thumbnail {
  aspect-ratio: 245/326;
  overflow: hidden;
}
.p-template__content ul li a .thumbnail-wrap .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}
.p-template__content ul li a .thumbnail-wrap .preview-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}
.p-template__content ul li a .thumbnail-wrap .preview-wrap span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.p-template__content ul li a .thumbnail-wrap .preview-wrap span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-link.png") center/contain no-repeat;
}
.p-template__content ul li .card-head {
  letter-spacing: -0.01em;
}
.p-template__content ul li .card-head .category {
  position: relative;
  padding-right: 12px;
}
.p-template__content ul li .card-head .category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  background: #000;
  transform: translateY(-50%);
}
.p-template__content ul li .card-head .category-industry {
  padding-left: 6px;
}
.p-template__nav {
  display: none;
}
@media screen and (min-width: 835px) {
  .p-template__nav {
    display: block;
  }
}
.p-template__nav .nav-block__item {
  margin-bottom: 60px;
}
.p-template__nav .nav-block__item h2 {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: #999 1px solid;
  font-size: 20px;
}
.p-template__nav .nav-block__item h2 span {
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
  color: #999;
  letter-spacing: -0.01em;
}
.p-template__nav .nav-block__item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-template__nav .nav-block__item ul li a {
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 900;
  color: #100d57;
  background: #ffffff;
  border: 2px solid #100d57;
  box-shadow: 3px 3px 0 #100d57;
}
.p-template__nav .nav-block__clear a {
  width: fit-content;
  margin-left: auto;
  letter-spacing: -0.01em;
  padding: 10px;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.p-template__nav .nav-block__clear a:hover {
  background: #e4e4e4;
}

.common-cta {
  margin-top: 200px;
  padding: 100px 0;
  background: #dbe6ff;
}
@media screen and (min-width: 835px) {
  .common-cta {
    background: #dbe6ff;
  }
}
@media screen and (min-width: 835px) {
  .common-cta .bg-w {
    background-image: url("../images/w.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
}
.common-cta__top {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .common-cta__top {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 835px) {
  .common-cta__top .top-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
  }
}
.common-cta__top .cta-head {
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.common-cta__top .cta-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .common-cta__top .cta-item {
    flex-direction: row;
  }
}
.common-cta__top .cta-item li {
  flex: 1;
}
.common-cta__top .cta-item li .cta-item_link {
  background: #100d57;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .common-cta__top .cta-item li .cta-item_link {
    min-height: 134px;
    padding: 20px;
  }
}
.common-cta__top .cta-item li .cta-item_link .btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
}
@media screen and (min-width: 835px) {
  .common-cta__top .cta-item li .cta-item_link .btn-inner {
    align-items: flex-end;
  }
}
.common-cta__top .cta-item li .cta-item_link .btn-inner .btn-arrow {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  position: relative;
  transition: background 0.3s ease;
}
.common-cta__top .cta-item li .cta-item_link .btn-inner .btn-arrow span {
  display: block;
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
}
.common-cta__top .cta-item li .cta-item_link .btn-inner .btn-arrow span img {
  width: 100%;
  height: 100%;
}
.common-cta__top .cta-item li .cta-item_link .btn-inner .btn-arrow__top {
  transform: translate(0, 0);
}
.common-cta__top .cta-item li .cta-item_link .btn-inner .btn-arrow__bottom {
  transform: translate(-100%, 100%);
}
.common-cta__top .cta-item li .cta-item_link:hover .btn-arrow {
  background: #ffb700;
}
.common-cta__top .cta-item li .cta-item_link:hover .btn-arrow .btn-arrow__top {
  transform: translate(100%, -100%);
}
.common-cta__top .cta-item li .cta-item_link:hover .btn-arrow .btn-arrow__bottom {
  transform: translate(0, 0);
}
.common-cta__bottom .cta-bottom_link {
  min-height: 300px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .common-cta__bottom .cta-bottom_link {
    grid-template-columns: 320px 1fr;
  }
}
.common-cta__bottom .cta-bottom_link:hover .cta-contact {
  color: #ffb700;
}
.common-cta__bottom .cta-bottom_link .cta-arrow {
  display: none;
}
@media screen and (min-width: 835px) {
  .common-cta__bottom .cta-bottom_link .cta-arrow {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #100d57 0%, #0d0b45 100%);
    position: relative;
  }
}
.common-cta__bottom .cta-bottom_link .cta-arrow .cta-svg {
  position: absolute;
  right: 0;
  height: 300px;
}
.common-cta__bottom .cta-bottom_link .cta-arrow .btn-arrow {
  border-radius: 8px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  position: relative;
}
.common-cta__bottom .cta-bottom_link .cta-arrow .btn-arrow span {
  display: block;
}
.common-cta__bottom .cta-bottom_link .cta-arrow .btn-arrow span img {
  width: 100%;
  height: 100%;
}
.common-cta__bottom .cta-bottom_link .cta-arrow .btn-arrow__top {
  transform: translateY(0);
}
.common-cta__bottom .cta-bottom_link .cta-arrow .btn-arrow__bottom {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(0);
}
.common-cta__bottom .cta-bottom_link .cta-contact {
  background: #100d57;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: color 0.3s ease;
  position: relative;
}
.common-cta__bottom .cta-bottom_link .cta-contact p {
  font-size: 68px;
  letter-spacing: -0.02em;
  font-weight: 900;
}
@media screen and (min-width: 835px) {
  .common-cta__bottom .cta-bottom_link .cta-contact p {
    font-size: 100px;
  }
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-svg {
  position: absolute;
  left: -2px;
  height: 300px;
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 835px) {
  .common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp {
    display: none;
  }
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp .btn-arrow {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  position: relative;
  transition: background 0.3s ease;
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp .btn-arrow span {
  display: block;
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp .btn-arrow span img {
  width: 100%;
  height: 100%;
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp .btn-arrow__top {
  transform: translate(0, 0);
}
.common-cta__bottom .cta-bottom_link .cta-contact .cta-contact_sp .btn-arrow__bottom {
  transform: translate(-100%, 100%);
}

.pagination {
  margin: 60px 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.pagination .page-numbers:hover {
  background-color: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #3a3a3a;
  color: #fff;
}
.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

.wp-content-body {
  max-width: 1000px;
  margin: 80px auto 0;
}
.wp-content-body h2 {
  margin: 60px 0 30px;
}
.wp-content-body h1 {
  margin-top: 80px;
}
.wp-content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.wp-content-body p:last-child {
  margin-bottom: 48px;
}
.wp-content-body ul {
  list-style: disc;
  padding-left: 20px;
}
.wp-content-body ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.wp-content-body .wp-block-column .wp-block-heading {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  margin: 80px 0 20px;
}
.wp-content-body .wp-block-column p {
  font-size: 14px;
}
.wp-content-body .wp-block-column p a {
  text-decoration: underline;
}
.wp-content-body .wp-block-column .wp-block-image {
  aspect-ratio: 3/2;
}
.wp-content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.bread-block {
  margin-top: 76px;
  margin-bottom: 60px;
}
.bread-block .blead-list {
  display: flex;
  font-size: 12px;
}
.bread-block .blead-list .blead-top {
  color: #5b5b5b;
}
.bread-block .blead-list li {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.bread-block .blead-list li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 0.5px;
  background: #5b5b5b;
}
.bread-block .blead-list li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.bread-block .blead-list li:last-child::after {
  content: none;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  max-width: 1200px;
  text-align: left;
  line-height: 1.6;
}
.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}
.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}
.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}
.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}
.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}
.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}
.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}
.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}
.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}
.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}
.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}
.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}
.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}
.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}
.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}
.s-contact__01 .container-form form .select-container {
  position: relative;
}
.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}
.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}
.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}
.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}
.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}
.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}/*# sourceMappingURL=style.css.map */