@charset "UTF-8";
/*
Theme Name: TWALK Theme
Text Domain: twalk-theme
Version: 1.0.0
Description: 公式サイト用のオリジナルテーマ。
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4C5465;
  background-color: #fff;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

.line-break {
  display: inline-block;
}

.top__contents .site-footer {
  background-color: #fff;
}
.top__contents .site-footer .footer-inner {
  grid-template-columns: 1fr;
  grid-template-areas: "left" "center" "right";
}
.top__contents .site-footer .footer-list--center,
.top__contents .site-footer .footer-list--right {
  margin-top: 2rem;
}
.top__contents .site-footer .footer-info {
  text-align: center;
}

.site-footer {
  padding: 2rem 10%;
}
.site-footer .footer-inner {
  font-size: 0.875rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "left center right";
  column-gap: min(5rem, 5vw);
}
@media (max-width: 1140px) {
  .site-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left center" "left right";
  }
}
@media (max-width: 768px) {
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "center" "right";
  }
}
.site-footer .footer-list--left {
  grid-area: left;
}
.site-footer .footer-list--center {
  grid-area: center;
}
.site-footer .footer-list--right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .footer-list--center, .site-footer .footer-list--right {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .site-footer .footer-list--center, .site-footer .footer-list--right {
    margin-top: 2rem;
  }
}
.site-footer .footer-list .footer-title {
  color: #F39800;
  border-bottom: 1px solid #F39800;
  padding-bottom: 4px;
  margin-bottom: 1.2em;
  position: relative;
  padding-left: 1.2em;
}
.site-footer .footer-list .footer-title::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #F39800;
}
.site-footer .footer-list ul {
  color: #4C5465;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.site-footer .footer-list ul.with-divider {
  position: relative;
  padding-top: 1.2em;
}
.site-footer .footer-list ul.with-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.site-footer .footer-list ul li.footer-link {
  position: relative;
}
.site-footer .footer-list ul li.footer-link a {
  display: block;
  padding-right: 16px;
}
.site-footer .footer-list ul li.footer-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #4C5465;
  border-bottom: 2px solid #4C5465;
  transition: transform 0.3s ease;
}
.site-footer .footer-list ul li.footer-link a:hover {
  color: #F39800;
}
.site-footer .footer-list ul li.footer-link a:hover::after {
  border-right: 2px solid #F39800;
  border-bottom: 2px solid #F39800;
  transform: translateY(-50%) translateX(5px) rotate(-45deg);
}
.site-footer .footer-list ul li.footer-sns {
  display: block;
  text-align: right;
}
.site-footer .footer-list ul li.footer-sns a:hover {
  opacity: 0.7;
}
.site-footer .footer-list .footer-bnr {
  margin-top: 2rem;
  width: 154px;
}
.site-footer .footer-list .footer-bnr a:hover {
  opacity: 0.7;
}
.site-footer .footer-list .footer-bnr img {
  width: 100%;
}
.site-footer .footer-info {
  margin-top: 2rem;
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer .footer-info {
    text-align: center;
  }
}
.site-footer .footer-info .footer-logo {
  display: inline-block;
  width: 85%;
  max-width: 360px;
  margin-bottom: 4px;
}
.site-footer .footer-info .footer-logo:hover {
  opacity: 0.7;
}
.site-footer .footer-info .footer-logo img {
  width: 100%;
}
.site-footer .footer-info .footer-copyright {
  width: 100%;
  font-size: 0.875rem;
  color: #4C5465;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha__note {
  margin-top: 2rem;
  color: #fff;
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}
.recaptcha__note a {
  text-decoration: underline;
}

.top__comp-msg {
  display: flex;
  flex-direction: column;
  row-gap: 1.2em;
  margin-top: 1rem !important;
}
.top__comp-msg.is-hidden {
  display: none;
}

html.preloader-skip .top__preloader {
  display: none !important;
}

.top__preloader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 1s ease;
  pointer-events: auto;
}
.top__preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.top__preloader .preloader-img--first {
  position: relative;
  z-index: 1;
  width: min(30vw, 640px);
}
.top__preloader .preloader-img--first img {
  width: 100%;
}
.top__preloader .preloader-img--second {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
}
.top__preloader .preloader-img--second.is-show {
  opacity: 1;
}
.top__preloader .preloader-img--second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}

@keyframes mailBlinkBg {
  0%, 60%, 100% {
    background-image: url("./assets/images/top/icon_mail-01.png");
  }
  3%, 50% {
    background-image: url("./assets/images/top/icon_mail-02.png");
  }
}
.top__contents {
  display: flex;
  background-color: #378EDD;
}
@media (max-width: 1024px) {
  .top__contents {
    flex-direction: column;
  }
}
.top__contents h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 768px) {
  .top__contents h2 {
    font-size: 1.25rem;
  }
}
.top__contents .top__title-img {
  height: clamp(2.25rem, 1.679rem + 0.89vw, 2.75rem);
  margin-bottom: 0.25em;
  text-align: center;
}
.top__contents .top__title-img img {
  height: 100%;
  width: auto;
}
.top__contents .top__kv-area,
.top__contents .top__center-scroll,
.top__contents .top__desc-area {
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .top__contents .top__kv-area,
  .top__contents .top__center-scroll,
  .top__contents .top__desc-area {
    width: 100%;
  }
}
.top__contents .top__kv-area,
.top__contents .top__desc-area {
  flex-shrink: 0;
  height: 100dvh;
  position: sticky;
  top: 0;
  overflow-y: auto;
  z-index: 5;
}
@media (max-width: 1024px) {
  .top__contents .top__kv-area,
  .top__contents .top__desc-area {
    height: auto;
    overflow: visible;
  }
}
.top__contents .top__kv-area::after,
.top__contents .top__desc-area::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 1;
}
.top__contents .top__kv-area.bk-blue::after,
.top__contents .top__desc-area.bk-blue::after {
  opacity: 1;
}
.top__contents .top__kv-area.bk-blue .top__title-img img,
.top__contents .top__kv-area.bk-blue .top__kv-logo img,
.top__contents .top__desc-area.bk-blue .top__title-img img,
.top__contents .top__desc-area.bk-blue .top__kv-logo img {
  filter: brightness(0) saturate(100%) invert(1);
}
.top__contents .top__kv-area {
  background: linear-gradient(to left, rgba(17, 99, 173, 0.3) 0%, rgba(17, 99, 173, 0) 8%), url("./assets/images/top/bg_01-00.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .top__contents .top__kv-area {
    position: static;
    display: none;
  }
}
.top__contents .top__kv-area::after {
  background: linear-gradient(to left, rgba(17, 99, 173, 0.3) 0%, rgba(17, 99, 173, 0) 8%), url("./assets/images/top/bg_01-01.jpg") no-repeat top right;
  background-size: cover;
}
.top__contents .top__kv-area .top__kv-logo {
  width: 80%;
  position: relative;
  z-index: 6;
}
.top__contents .top__kv-area .top__kv-logo img {
  width: 100%;
}
.top__contents .top__center-scroll {
  flex-grow: 1;
}
.top__contents .top__desc-area {
  background: linear-gradient(to right, rgba(17, 99, 173, 0.3) 0%, rgba(17, 99, 173, 0) 8%), url("./assets/images/top/bg_02-00.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .top__contents .top__desc-area {
    position: relative;
    height: auto;
    background: #378EDD;
    background-size: auto;
  }
}
@media (max-width: 480px) {
  .top__contents .top__desc-area {
    padding: 5vw 5%;
  }
}
@media (max-width: 1024px) {
  .top__contents .top__desc-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 8/2;
    background-color: #378EDD;
    border-radius: 45%;
    z-index: -1;
  }
}
.top__contents .top__desc-area::after {
  background: linear-gradient(to right, rgba(17, 99, 173, 0.3) 0%, rgba(17, 99, 173, 0) 8%), url("./assets/images/top/bg_02-01.jpg") no-repeat top left;
  background-size: cover;
}
.top__contents .top__desc-area .top__desc-area__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: 100%;
  padding: 3vw max(1.5vw, 1.8rem);
}
@media (max-width: 1024px) {
  .top__contents .top__desc-area .top__desc-area__inner {
    padding: 3vw 10%;
  }
}
.top__contents .top__desc-area .top__desc-area__inner .top__desc-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top__contents .top__desc-area .top__desc-area__inner .desc-sns-link {
  flex-shrink: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 24px;
}
.top__contents .top__desc-area .top__desc-area__inner .desc-sns-link div {
  display: flex;
  column-gap: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1280px) {
  .top__contents .top__desc-area .top__desc-area__inner .desc-sns-link div {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .top__contents .top__desc-area .top__desc-area__inner .desc-sns-link div {
    font-size: 0.75rem;
    column-gap: 16px;
  }
}
.top__contents .top__desc-area .top__desc-area__inner .desc-sns-link a:hover {
  opacity: 0.7;
}
.top__contents .top__desc-area .top__desc-list {
  margin-top: 32px;
  color: #fff;
  display: grid;
  grid-template-columns: 7rem 1fr;
  width: 100%;
  position: relative;
  z-index: 1;
}
.top__contents .top__desc-area .top__desc-list dt,
.top__contents .top__desc-area .top__desc-list dd {
  margin: 0;
  padding-block: 16px;
}
@media (max-width: 1280px) {
  .top__contents .top__desc-area .top__desc-list dt,
  .top__contents .top__desc-area .top__desc-list dd {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .top__contents .top__desc-area .top__desc-list dt,
  .top__contents .top__desc-area .top__desc-list dd {
    font-size: 0.75rem;
  }
}
.top__contents .top__desc-area .top__desc-list dt {
  font-weight: 500;
}
.top__contents .top__desc-area .top__desc-list dd {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.top__contents .top__desc-area .top__desc-list dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7rem;
  width: calc(100% + 7rem);
  height: 1px;
  background-color: #fff;
}
.top__contents .top__desc-area .top__desc-list dd p {
  font-weight: 400;
  line-height: 1.4;
}
.top__contents .top__desc-area .top__desc-list dd p span {
  display: inline-block;
}
.top__contents .top__desc-area .top__desc-list a {
  text-decoration: underline;
}
.top__contents .top__desc-area .top__desc-list a span {
  text-decoration: inherit;
}
.top__contents .layout-pc {
  display: block;
}
@media (max-width: 1024px) {
  .top__contents .layout-pc {
    display: none;
  }
}
.top__contents .layout-sp {
  display: none;
}
@media (max-width: 1024px) {
  .top__contents .layout-sp {
    display: block;
  }
}

.top__contact-area .top__area__inner,
.top__results-area .top__area__inner,
.top__values-area .top__area__inner {
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 1280px) {
  .top__contact-area .top__area__inner,
  .top__results-area .top__area__inner,
  .top__values-area .top__area__inner {
    width: 90%;
  }
}

.top__about-area {
  --bg-x: 50%;
  --bg-y: 50%;
  --next-x: 50%;
  --next-y: 50%;
  --next-bg: none;
  --text-color: #4C5465;
  padding-block: 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: var(--bg1-url, url("./assets/images/top/bg_03-00.jpg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--bg-x) var(--bg-y);
  isolation: isolate;
  transition: background-image 0s;
}
@media (max-width: 1280px) {
  .top__about-area {
    padding-block: 16%;
  }
}
@media (max-width: 1024px) {
  .top__about-area {
    padding-block: 8% 18%;
  }
  .top__about-area.is-bg1 {
    background-position: 50% 55%;
  }
  .top__about-area.is-bg2, .top__about-area.is-bg3 {
    background-position: 50% 50%;
  }
  .top__about-area.theme-dark {
    --text-color: #4C5465;
  }
  .top__about-area.theme-light {
    --text-color: #fff;
  }
  .top__about-area::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--next-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--next-x, 50%) var(--next-y, 50%);
    opacity: 0;
    transition: opacity 1.2s ease-in-out, filter 1.2s ease-in-out;
    pointer-events: none;
    z-index: 1;
  }
  .top__about-area.is-fading::after {
    opacity: 1;
  }
}
.top__about-area .top__area__inner {
  width: 65%;
  font-size: max(1.0416666667vw, 1rem);
  margin-inline: auto;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .top__about-area .top__area__inner {
    width: min(90%, 320px);
  }
}
@media (max-width: 1024px) {
  .top__about-area .top__area__inner {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .top__about-area .top__area__inner {
    width: 85%;
    font-size: 0.875rem;
  }
}
.top__about-area .top__about-text {
  display: flex;
  flex-direction: column;
  gap: 2em;
  position: relative;
  z-index: 5;
  color: var(--text-color);
  transition: color 0.8s ease;
}
.top__about-area .top__about-text p {
  line-height: 2.4;
  font-weight: 600;
}
.top__about-area .top__anchor-contact {
  width: 16%;
  margin: 12% auto 0;
  flex-shrink: 1;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .top__about-area .top__anchor-contact {
    width: 10%;
    margin-top: 5%;
  }
}
@media (max-width: 768px) {
  .top__about-area .top__anchor-contact {
    width: min(15%, 88px);
    margin-top: 8%;
  }
}
.top__about-area .top__anchor-contact a {
  display: block;
  width: 100%;
  aspect-ratio: 803/880;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: mailBlinkBg 2s infinite steps(1);
}

.top__results-area {
  position: relative;
  background: #378EDD;
  padding-block: 24px 12vw;
}
@media (max-width: 1024px) {
  .top__results-area {
    padding-block: 64px 40vw;
  }
}
.top__results-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  aspect-ratio: 8/2;
  background-color: #378EDD;
  border-radius: 45%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top__results-area::before {
    content: none;
  }
}
.top__results-area .top__area__inner {
  border-radius: 20px;
  border: 2px solid #FFF;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .top__results-area .top__area__inner {
    width: 90%;
  }
}
.top__results-area h2 {
  border-bottom: 2px solid #FFF;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 14px);
  padding: 1em;
  text-align: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.top__results-area h2 .results-char {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.top__results-area h2 .results-char::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.22em;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  background-color: #378EDD;
  filter: blur(0.6px);
  z-index: -1;
  pointer-events: none;
}
.top__results-area h2 .results-char--right {
  margin-left: 1em;
}
.top__results-area .top__results-list {
  padding: 20px min(6%, 30px) max(2vw, 16px);
  color: #FFF;
}
@media (max-width: 1280px) {
  .top__results-area .top__results-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .top__results-area .top__results-list {
    font-size: 0.75rem;
    padding-inline: 5%;
  }
}
.top__results-area .top__results-list .top__results-item {
  margin-bottom: 1.5em;
}
.top__results-area .top__results-list .top__results-year {
  display: block;
  border-bottom: 1px dashed #fff;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-weight: 500;
}
.top__results-area .top__results-list .top__results-text {
  line-height: 1.5;
  font-weight: 400;
}
.top__results-area .top__results-list .top__results-text span {
  display: inline-block;
}
.top__results-area .top__results-img {
  width: 70%;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 4px solid #fff;
  border-radius: 5px;
}
.top__results-area .top__results-img img {
  width: 100%;
}

.top__values-area {
  background: url("./assets/images/top/values_bg.svg") no-repeat center top/150% auto, #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.top__values-area::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -8%;
  width: 90%;
  aspect-ratio: 980/1137;
  background: url("./assets/images/top/values_img.webp") no-repeat center/contain;
  z-index: 0;
}
.top__values-area .top__values-title-img {
  background: #378EDD;
  padding-inline: 10%;
  overflow: hidden;
}
.top__values-area .top__values-title-img img {
  width: 100%;
  margin-bottom: -1.2%;
}
.top__values-area h2 {
  color: #378EDD;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .top__values-area h2 {
    margin-top: 0.3em;
  }
}
.top__values-area .top__area__inner {
  display: flex;
  row-gap: 40px;
  flex-direction: column;
  padding-block: 40px 70%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top__values-area .top__area__inner {
    row-gap: 32px;
    padding-block: 32px 70%;
  }
}
.top__values-area .top__values-item {
  opacity: 0;
  transform: translate3d(160px, 0, 0);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform, opacity;
}
.top__values-area.is-animate .top__values-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.top__values-area.is-animate .top__values-item:nth-child(1) {
  transition-delay: 0s;
}
.top__values-area.is-animate .top__values-item:nth-child(2) {
  transition-delay: 0.6s;
}
.top__values-area.is-animate .top__values-item:nth-child(3) {
  transition-delay: 1.2s;
}
.top__values-area.is-animate .top__values-item:nth-child(4) {
  transition-delay: 1.8s;
}
.top__values-area.is-animate .top__values-item:nth-child(5) {
  transition-delay: 2.4s;
}
.top__values-area .top__values-en {
  font-size: max(0.8333333333vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  margin-left: -0.8em;
}
@media (max-width: 1024px) {
  .top__values-area .top__values-en {
    font-size: max(1.5625vw, 1rem);
  }
}
.top__values-area .top__values-en span {
  color: #006CB8;
}
.top__values-area .top__values-word {
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 4px;
}
@media (max-width: 1024px) {
  .top__values-area .top__values-word {
    font-size: max(3.515625vw, 1.25rem);
  }
}
.top__values-area .top__values-text {
  font-size: max(0.8333333333vw, 0.875rem);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .top__values-area .top__values-text {
    font-size: max(1.5625vw, 0.875rem);
  }
}

.top__contact-area {
  position: relative;
  background: #378EDD;
  padding-block: min(64px, 3.2vw);
}
@media (max-width: 1024px) {
  .top__contact-area {
    padding-block: min(40px, 7vw);
  }
}
.top__contact-area .top__area__inner {
  border-radius: 20px;
  border: 2px solid #FFF;
  overflow: hidden;
  padding: 40px min(6%, 30px);
}
@media (max-width: 768px) {
  .top__contact-area .top__area__inner {
    padding-inline: 5%;
  }
}
@media (max-width: 480px) {
  .top__contact-area .top__area__inner {
    width: 90%;
  }
}
.top__contact-area h2 {
  text-align: center;
}
.top__contact-area .top__contact-msg {
  color: #fff;
  margin-block: 2rem;
  padding-block: 1rem;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 4px 0.5em;
  background: #fff;
  margin-top: 0.8rem;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.wpcf7 .top-form__btn {
  margin-top: 0.5rem;
}
.wpcf7 .top-form__btn > p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 .top-form__submit {
  color: #fff !important;
  background: #378EDD !important;
  border-radius: 15px !important;
  border: 2px solid #fff !important;
  width: 7rem;
  padding-block: 0.5em;
  text-align: center;
  order: 1;
}
.wpcf7 .top-form__submit:hover {
  background: #F39800 !important;
  border: 2px solid #F39800 !important;
}
.wpcf7 .top-form__item {
  margin-top: 2rem;
}
.wpcf7 .top-form__item .top-form__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wpcf7 .top-form__item .top-form__text {
    font-size: 1rem;
  }
}
.wpcf7 .top-form__item .top-form__text .top-form__yellow {
  color: #F7EE30;
  font-size: 1rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  border-radius: 8px;
  background: #FFC9CA;
  padding: 0.5em 1em !important;
  margin-top: 1em;
}
.wpcf7 .wpcf7-response-output {
  color: #006CB8 !important;
  border: none !important;
  background-color: #fff !important;
  text-align: center;
}

/* ===== 低モーション配慮 ===== */
@media (prefers-reduced-motion: reduce) {
  .top__values-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.common__contents {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("./assets/images/common/bg_image01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.common__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/common/bg_image02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeImage2 4s infinite linear;
  z-index: -1;
}

@keyframes fadeImage2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.privacy__contents {
  padding-block: 80px;
  background: url("./assets/images/common/bg_asiato.png") no-repeat right bottom;
  background-size: 320px auto;
}
@media (max-width: 768px) {
  .privacy__contents {
    padding-block: 48px;
    background: none;
  }
}
.privacy__contents h2 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  margin-inline: 10%;
}
@media (max-width: 768px) {
  .privacy__contents h2 {
    font-size: 2.875rem;
    margin-inline: 5%;
  }
}
@media (max-width: 480px) {
  .privacy__contents h2 {
    font-size: 2.25rem;
  }
}
.privacy__contents h2 span {
  display: block;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .privacy__contents h2 span {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .privacy__contents h2 span {
    font-size: 1.125rem;
  }
}
.privacy__contents .privacy__text-box {
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 48px auto 0;
  padding: min(80px, 5%);
  font-size: 1.25rem;
  color: #4C5465;
}
@media (max-width: 768px) {
  .privacy__contents .privacy__text-box {
    width: 90%;
    margin-top: 24px;
    padding: 24px;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .privacy__contents .privacy__text-box {
    padding: 16px;
  }
}
.privacy__contents .privacy__text-box .privacy__text {
  margin-bottom: 1.5em;
}
.privacy__contents .privacy__text-box .privacy__text-right {
  text-align: right;
  margin-bottom: 3em;
}
.privacy__contents .privacy__text-box .privacy__text-right .set-mt {
  margin-top: 1.5em;
}
.privacy__contents .privacy__text-box .privacy__contact {
  border: 1px solid #4C5465;
  border-radius: 10px;
  padding: 1em;
  margin-inline: auto;
  width: fit-content;
}
.privacy__contents .privacy__text-box .privacy__contact .set-title {
  padding-left: 1.2em;
  position: relative;
}
.privacy__contents .privacy__text-box .privacy__contact .set-title::before {
  content: "■";
  position: absolute;
  left: 0;
}
