@charset "UTF-8";
/* フォント
  ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;900&display=swap");
body {
  line-height: 1.8;
  font-family: YakuHanJP, "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

/* destyle.css v4.0.1
  ----------------------------------------------------------------- */
*,
::before,
::after {
  min-width: 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

html {
  -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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  font: inherit;
  -webkit-appearance: button;
}

[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 {
  padding: 0;
  vertical-align: top;
}

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

/* 共通のCSS
  ----------------------------------------------------------------- */
.sm {
  display: block;
}
@media (min-width: 768px) {
  .sm {
    display: none;
  }
}

.sm-md {
  display: block;
}
@media (min-width: 1024px) {
  .sm-md {
    display: none;
  }
}

.sm-lg {
  display: block;
}
@media (min-width: 1280px) {
  .sm-lg {
    display: none;
  }
}

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

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

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

.xl {
  display: none;
}
@media (min-width: 1280px) {
  .xl {
    display: block;
  }
}

.uc {
  text-transform: uppercase;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page section + section {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .page section + section {
    padding-top: 10rem;
  }
}

.l-environment,
.l-voice,
.l-cta {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .l-environment,
.l-voice,
.l-cta {
    padding-top: 10rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .c-card__title {
    font-weight: 600 !important;
  }
  .c-card__sub-title {
    font-weight: 600 !important;
  }
  .l-group__title {
    font-weight: 600 !important;
  }
  .p-voice__title {
    font-weight: 600 !important;
  }
  .c-accordion-q__text {
    font-weight: 600 !important;
  }
  .c-btn__text {
    font-weight: 600 !important;
  }
  .c-card__btn {
    font-weight: 600 !important;
  }
  .l-voice__title {
    font-weight: 600 !important;
  }
  .p-news-single__title {
    font-weight: 600 !important;
  }
  .p-message__title {
    font-weight: 600 !important;
  }
}
/* アコーディオン
  ----------------------------------------------------------------- */
.c-accordion {
  padding: 1.125rem;
  border-radius: 20px;
  box-shadow: 0 0 11px rgba(29, 29, 29, 0.16);
}
@media (min-width: 768px) {
  .c-accordion {
    padding: 1.875rem;
  }
}

.c-accordion-q {
  display: block;
  position: relative;
  cursor: pointer;
}
.c-accordion-q::-webkit-details-marker {
  display: none;
}
.c-accordion-q::after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #b2d563;
  content: "+";
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
  translate: 0 -50%;
}

.c-accordion-q__text {
  padding: 0 0.5rem;
  padding-right: 1em;
  font-weight: 500;
  font-size: clamp(18px, 17.387755102px + 0.1700680272vw, 20px);
}
@media (min-width: 768px) {
  .c-accordion-q__text {
    padding: 0 1.125rem;
  }
}
.c-accordion-q__text::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b2d563;
  font-weight: 700;
  font-family: "Lato";
  content: "Q";
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
}
@media (min-width: 768px) {
  .c-accordion-q__text::before {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-accordion-q__text::before {
    display: inline-block;
    padding-right: 1.5rem;
  }
}

.c-accordion[open] .c-accordion-q::after {
  content: "−";
}

.c-accordion-a {
  border-top: 1px solid #1d1d1d;
}

.c-accordion-a {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .c-accordion-a {
    margin-top: 1.875rem;
  }
}

.c-accordion-a__text {
  padding: 1.125rem 0.5rem 0;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
@media (min-width: 768px) {
  .c-accordion-a__text {
    padding: 1.875rem 1.125rem 0;
  }
}

/* ボタン
  ----------------------------------------------------------------- */
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.c-btn__text {
  font-weight: 500;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.c-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(48px, 38.2040816327px + 2.7210884354vw, 80px);
  height: clamp(48px, 38.2040816327px + 2.7210884354vw, 80px);
  border-radius: 50%;
  background-color: #1d1d1d;
  transition: 0.4s background-color;
}
.c-btn__icon img {
  display: inline-block;
}

/* グループ
  ----------------------------------------------------------------- */
.c-group {
  position: relative;
  border-radius: 20px;
}
.c-group::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 1.25rem;
  height: 100%;
  border-radius: 20px 0 0 20px;
  content: "";
}

.c-group.-blue::before {
  background-color: #344fa7;
}

.c-group.-red::before {
  background-color: #e57a61;
}

.c-group.-yellow::before {
  background-color: #e6c304;
}

.c-group.-green::before {
  background-color: #358e62;
}

.c-group.-orange::before {
  background-color: #ed9926;
}

.c-group.-purple::before {
  background-color: #a756cb;
}

.c-group.-main::before {
  background-color: #2eb6aa;
}

.c-group.-lime::before {
  background-color: #b2d563;
}

/* カード
  ----------------------------------------------------------------- */
.c-cards {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  margin-inline: auto;
}

.c-card {
  border-radius: 20px;
  box-shadow: 0 0 11px rgba(29, 29, 29, 0.16);
}

.c-card__inner {
  display: grid;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  justify-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
@media (min-width: 768px) {
  .c-card__inner {
    padding: 1.875rem 1.875rem 1.875rem 3.125rem;
  }
}

.c-card__pic {
  display: block;
  aspect-ratio: 16/9;
}
.c-card__pic img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-card__title {
  font-weight: 500;
  text-align: center;
  font-size: clamp(18px, 17.387755102px + 0.1700680272vw, 20px);
}

.c-card__sub-title {
  color: #a756cb;
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.c-card__table {
  padding-top: 1.5rem;
}

.c-card__table-item {
  display: flex;
}

.c-card__table-title {
  flex-shrink: 0;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.c-card__table-text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.c-card__btn {
  display: block;
  width: 11.25rem;
  margin-top: 1.125rem;
  padding: 0.5rem 0;
  border: 2px solid #1d1d1d;
  border-radius: 100vmax;
  background-color: #1d1d1d;
  color: #fff;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
@media (any-hover: hover) {
  .c-card__btn:hover {
    background-color: #fff;
    color: #1d1d1d;
  }
}
@media (min-width: 768px) {
  .c-card__btn {
    width: 100%;
  }
}

/* 見出し
  ----------------------------------------------------------------- */
.c-heading .c-btn {
  flex-shrink: 0;
}

.top section + section {
  margin-top: 12.5rem;
}
.top .c-heading {
  padding-bottom: 3.75rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top .c-heading {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .top .c-heading {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

.c-heading__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .c-heading__inner {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-heading__inner {
    gap: 3rem;
  }
}

.c-heading__title-en {
  flex-shrink: 0;
  font-weight: 700;
  font-size: clamp(42px, 18.1224489796px + 6.6326530612vw, 120px);
  line-height: 1;
  font-family: "Lato";
}

.c-heading__line {
  display: none;
}
@media (min-width: 768px) {
  .c-heading__line {
    display: block;
    width: 100%;
    height: 0.25rem;
  }
}

.c-heading__line.-circle {
  position: relative;
}
.c-heading__line.-circle::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  content: "";
}

.c-heading__title-jp {
  font-weight: 600;
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
}

.c-heading.-blue .c-heading__title-en {
  color: #344fa7;
}
.c-heading.-blue .c-heading__line {
  background-color: #344fa7;
}
.c-heading.-blue .c-heading__line.-circle::after {
  background-color: #344fa7;
}
.c-heading.-blue .c-heading__title-jp {
  color: #344fa7;
}
.c-heading.-blue .c-btn:hover .c-btn__icon {
  background-color: #344fa7;
}

.c-heading.-red .c-heading__title-en {
  color: #e57a61;
}
.c-heading.-red .c-heading__line {
  background-color: #e57a61;
}
.c-heading.-red .c-heading__line.-circle::after {
  background-color: #e57a61;
}
.c-heading.-red .c-heading__title-jp {
  color: #e57a61;
}
.c-heading.-red .c-btn:hover .c-btn__icon {
  background-color: #e57a61;
}

.c-heading.-yellow .c-heading__title-en {
  color: #e6c304;
}
.c-heading.-yellow .c-heading__line {
  background-color: #e6c304;
}
.c-heading.-yellow .c-heading__line.-circle::after {
  background-color: #e6c304;
}
.c-heading.-yellow .c-heading__title-jp {
  color: #e6c304;
}
.c-heading.-yellow .c-btn:hover .c-btn__icon {
  background-color: #e6c304;
}

.c-heading.-green .c-heading__title-en {
  color: #358e62;
}
.c-heading.-green .c-heading__line {
  background-color: #358e62;
}
.c-heading.-green .c-heading__line.-circle::after {
  background-color: #358e62;
}
.c-heading.-green .c-heading__title-jp {
  color: #358e62;
}
.c-heading.-green .c-btn:hover .c-btn__icon {
  background-color: #358e62;
}

.c-heading.-orange .c-heading__title-en {
  color: #ed9926;
}
.c-heading.-orange .c-heading__line {
  background-color: #ed9926;
}
.c-heading.-orange .c-heading__line.-circle::after {
  background-color: #ed9926;
}
.c-heading.-orange .c-heading__title-jp {
  color: #ed9926;
}
.c-heading.-orange .c-btn:hover .c-btn__icon {
  background-color: #ed9926;
}

.c-heading.-purple .c-heading__title-en {
  color: #a756cb;
}
.c-heading.-purple .c-heading__line {
  background-color: #a756cb;
}
.c-heading.-purple .c-heading__line.-circle::after {
  background-color: #a756cb;
}
.c-heading.-purple .c-heading__title-jp {
  color: #a756cb;
}
.c-heading.-purple .c-btn:hover .c-btn__icon {
  background-color: #a756cb;
}

.c-heading.-lime .c-heading__title-en {
  color: #b2d563;
}
.c-heading.-lime .c-heading__line {
  background-color: #b2d563;
}
.c-heading.-lime .c-heading__line.-circle::after {
  background-color: #b2d563;
}
.c-heading.-lime .c-heading__title-jp {
  color: #b2d563;
}
.c-heading.-lime .c-btn:hover .c-btn__icon {
  background-color: #b2d563;
}

.c-heading.-main .c-heading__title-en {
  color: #2eb6aa;
}
.c-heading.-main .c-heading__line {
  background-color: #2eb6aa;
}
.c-heading.-main .c-heading__line.-circle::after {
  background-color: #2eb6aa;
}
.c-heading.-main .c-heading__title-jp {
  color: #2eb6aa;
}
.c-heading.-main .c-btn:hover .c-btn__icon {
  background-color: #2eb6aa;
}

.c-heading.-red.-page,
.c-heading.-green.-page,
.c-heading.-orange.-page {
  padding-bottom: 2.5rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-heading.-red.-page,
.c-heading.-green.-page,
.c-heading.-orange.-page {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .c-heading.-red.-page,
.c-heading.-green.-page,
.c-heading.-orange.-page {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-heading.-red.-page,
.c-heading.-green.-page,
.c-heading.-orange.-page {
    max-width: 1368px;
  }
}
.c-heading.-red.-page .c-heading__title-en,
.c-heading.-green.-page .c-heading__title-en,
.c-heading.-orange.-page .c-heading__title-en {
  color: #1d1d1d;
  font-size: clamp(38px, 20.5510204082px + 4.8469387755vw, 95px);
}
.c-heading.-red.-page .c-heading__title-jp,
.c-heading.-green.-page .c-heading__title-jp,
.c-heading.-orange.-page .c-heading__title-jp {
  color: #1d1d1d;
}

/* テーブル
  ----------------------------------------------------------------- */
.c-table {
  border-top: 1px solid #ededed;
}

.c-table__title {
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-table__title {
    width: 7.5rem;
    font-weight: 400;
  }
}

.c-table__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
}
@media (min-width: 768px) {
  .c-table__item {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 1.125rem 0;
  }
}

.c-table__body {
  padding-top: 0.375rem;
}
@media (min-width: 768px) {
  .c-table__body {
    padding-top: 0;
  }
}

.c-table__title,
.c-table__text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.c-table__text + .c-table__text {
  padding-top: 1rem;
}

/* CSSアニメーション
  ----------------------------------------------------------------- */
.animation {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 500px;
}
.animation h2 {
  margin: 60px 0 30px;
  padding: 10px;
  background: #e0f6f8;
  font-weight: bold;
  font-size: 20px;
}
.animation h3 {
  margin: 40px 0 10px;
  font-size: 18px;
}

.box {
  opacity: 0;
  max-width: 300px;
  height: 180px;
  margin: 15px 25px;
  border-radius: 5px;
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
}

.js-animation {
  opacity: 0;
}

.anime-fadein.js-animated {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-slidein.js-animated {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anime-zoomin.js-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.anime-popup.js-animated {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.anime-fadeup.js-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-blur.js-animated {
  -webkit-animation: blur 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: blur 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.anime-flow .bg__container {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.anime-flow.js-animated .bg__container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transform-origin: left center;
}
.anime-flow .bg__container .bg__inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.anime-matrix .bg__container {
  display: block;
  opacity: 0;
  overflow: hidden;
}
.anime-matrix .bg__inner {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  font-weight: bold;
  font-size: 36px;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.anime-matrix.js-animated .bg__container {
  opacity: 1;
}
.anime-matrix.js-animated .bg__container .bg__inner {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.anime-mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: transparent;
  font-weight: bold;
  font-size: 36px;
  transition: color 0ms 450ms;
}
.anime-mask::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  content: "";
}
.anime-mask.js-animated {
  color: #362ae0;
}
.anime-mask.js-animated::after {
  -webkit-animation: mask 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes mask {
  0% {
    transform: translateX(-101%);
  }
  40%, 60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes mask {
  0% {
    transform: translateX(-101%);
  }
  40%, 60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.anime-smooth {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  height: 40px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.anime-smooth.js-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/* モーダル
  ----------------------------------------------------------------- */
:where(dialog) {
  margin: unset;
  padding: unset;
  overflow: unset;
  border: unset;
  background-color: unset;
  color: unset;
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

.js-modal {
  margin: auto;
  box-shadow: 0 0 0 100vmax rgba(29, 29, 29, 0.2);
  background-color: #fff;
  color: #fff;
  transition: opacity var(--duration), scale var(--duration);
  --duration: .5s;
  --gutter: max(5vi, 20px);
  inline-size: min(100% - var(--gutter) * 2, 840px);
  block-size: min(100svb - var(--gutter) * 2, 475px);
  contain: strict;
}
.js-modal:not([data-active=true]) {
  opacity: 0;
  scale: 0.95;
}
.js-modal::-webkit-backdrop {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.js-modal::backdrop {
  transition: opacity 0.5s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.js-modal:not([data-active=true])::-webkit-backdrop {
  opacity: 0;
}
.js-modal:not([data-active=true])::backdrop {
  opacity: 0;
}

.js-modal__container {
  padding: var(--gutter);
  overflow: auto;
  block-size: 100%;
  overscroll-behavior: contain;
}

.js-modal__close {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  border: 1px solid #2eb6aa;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(29, 29, 29, 0.2);
  cursor: pointer;
  transition: background-color 0.3s;
  inset-block-start: 4px;
  inset-inline-end: 4px;
  inline-size: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.js-modal__close::before, .js-modal__close::after {
  display: inline-block;
  position: absolute;
  width: 45%;
  height: 2px;
  margin: auto;
  background-color: #2eb6aa;
  content: "";
  inset: 0;
}
.js-modal__close::before {
  rotate: 45deg;
}
.js-modal__close::after {
  rotate: 135deg;
}
.js-modal__close:focus-visible {
  background-color: #2eb6aa;
}
.js-modal__close:focus-visible::before, .js-modal__close:focus-visible::after {
  background-color: #fff;
}
.js-modal__close span {
  display: none;
}
@media (any-hover: hover) {
  .js-modal__close:hover {
    background-color: #2eb6aa;
  }
  .js-modal__close:hover::before, .js-modal__close:hover::after {
    background-color: #fff;
  }
}

.privacy__heading,
.privacy__title,
.privacy__text,
.privacy__inner-item {
  color: #1d1d1d;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.privacy__heading,
.privacy__title {
  font-weight: 600;
}

/* Splide
  ----------------------------------------------------------------- */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: center;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  line-height: 1;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  flex-shrink: 0;
  list-style-type: none !important;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex-negative: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  contain: strict;
}

.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* スライダー（Splide）
  ----------------------------------------------------------------- */
.splide {
  z-index: 0;
}

.splide__container {
  position: relative;
}

.splide__slide:focus-visible {
  z-index: 1;
  outline: 3px solid #00a5ff;
  transition: none;
  outline-offset: 3px;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow--prev,
.splide__arrow--next {
  display: grid;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #1d1d1d;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  place-content: center;
}

@media (min-width: 1024px) {
  .splide__arrow--prev::before,
.splide__arrow--next::before {
    transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  }
}

@media (min-width: 1024px) {
  .splide__arrow--prev:hover::before,
.splide__arrow--next:hover::before {
    transform: scale(1.2);
  }
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  width: 0.75rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
}

.splide__arrow--prev::after {
  transform: rotate(-135deg);
  margin-left: 0.25rem;
}

.splide__arrow--next::after {
  transform: rotate(45deg);
  margin-right: 0.25rem;
}

.splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.splide__arrow:focus-visible {
  z-index: 1;
  outline: 3px solid #00a5ff;
  transition: none;
  outline-offset: 3px;
}

.splide__arrow > svg {
  display: none;
}

.splide__pagination {
  font-size: 0;
}

.splide__pagination__page:focus-visible {
  z-index: 1;
  outline: 3px solid #00a5ff;
  transition: none;
  outline-offset: 3px;
}

.slider-1 .splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 0.5rem;
  margin-top: 2rem;
  text-align: center;
}

.slider-1 .splide__pagination__page {
  width: 1rem;
  height: 3px;
  background-color: #ededed;
  vertical-align: top;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.slider-1 .splide__pagination__page.is-active {
  width: 2.5rem;
  background-color: #2eb6aa;
}

.slider-1 .splide__arrow--prev,
.slider-1 .splide__arrow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.slider-1 .splide__arrow--prev::before,
.slider-1 .splide__arrow--next::before {
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1), -rem(8) -rem(8) 0.75rem rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
}

.slider-1 .splide__arrow--prev::after,
.slider-1 .splide__arrow--next::after {
  border-color: #fff;
}

.slider-1 .splide__arrow--prev {
  right: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  .slider-1 .splide__arrow--prev {
    right: calc(100% + 1.5rem);
  }
}

.slider-1 .splide__arrow--next {
  left: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  .slider-1 .splide__arrow--next {
    left: calc(100% + 1.5rem);
  }
}

@media (min-width: 1024px) {
  .slider-1 .splide__track {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.slider-2 {
  overflow: hidden;
}

.slider-2 .splide-controller {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.slider-2 .splide__pagination {
  display: none;
}

.slider-2 .splide__arrow--prev,
.slider-2 .splide__arrow--next {
  flex-shrink: 0;
  position: relative;
  margin: 0;
}

.slider-2 .splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slider-2 .splide__arrow:disabled::before {
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05), inset -rem(8) -rem(8) 0.75rem #fff;
}

.slider-2 .splide__slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider-2 .splide__track {
  overflow: visible;
}

.slider-2 .splide__arrows {
  display: none;
}

.slider-3 {
  overflow: hidden;
}

.slider-3 .splide:not(.is-active) .splide__track {
  overflow: visible;
}

.slider-3 .splide__track {
  overflow: visible;
}

.slider-3 .splide__arrows {
  display: none;
}
@media (min-width: 768px) {
  .slider-3 .splide__arrows {
    display: block;
  }
}

.slider-3 .splide__arrow--prev,
.slider-3 .splide__arrow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

.slider-3 .splide__arrow--prev::before,
.slider-3 .splide__arrow--next::before {
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1), -rem(8) -rem(8) 0.75rem rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
}

.slider-3 .splide__arrow--prev::after,
.slider-3 .splide__arrow--next::after {
  border-color: #fff;
}

.slider-3 .splide__arrow--prev {
  right: calc(100% - 3.25rem);
}
@media (min-width: 1024px) {
  .slider-3 .splide__arrow--prev {
    right: calc(100% - 4rem);
  }
}

.slider-3 .splide__arrow--next {
  left: calc(100% - 3.25rem);
}
@media (min-width: 1024px) {
  .slider-3 .splide__arrow--next {
    left: calc(100% - 4rem);
  }
}

.slider-3 .splide:not(.is-active) {
  padding: 0;
}

.slider-3 .splide:not(.is-active) .splide__arrow--prev,
.slider-3 .splide:not(.is-active) .splide__arrow--next {
  display: none;
}

.slider-3 .splide:not(.is-active) .splide__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.slider-3 .slide {
  overflow: hidden;
  border-radius: 4px;
}

.slider-4 {
  overflow: hidden;
}

.slider-4 .splide__track {
  overflow: visible;
}

.slider-4 .splide__slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider-5 {
  overflow: hidden;
}

.slider-5 .splide,
.slider-5 .thumb__list {
  max-width: 720px;
  margin: auto;
}

.slider-5 .splide {
  overflow: visible;
}

.slider-5 .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}

.slider-5 .splide__arrow--prev,
.slider-5 .splide__arrow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

.slider-5 .splide__arrow--prev {
  right: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  .slider-5 .splide__arrow--prev {
    right: calc(100% + 2rem);
  }
}

.slider-5 .splide__arrow--next {
  left: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  .slider-5 .splide__arrow--next {
    left: calc(100% + 2rem);
  }
}

.slider-5 .thumb__list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 576px) {
  .slider-5 .thumb__list {
    grid-template-columns: repeat(7, 1fr);
  }
}

.slider-5 .thumb__item {
  opacity: 0.6;
  padding-top: 100%;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.slider-5 .thumb__item img {
  transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.slider-5 .thumb__item.is-active {
  opacity: 1;
  transform: scale(0.9);
}

.slider-5 .thumb__item.is-active img {
  transform: scale(1.1);
}

.thumb__item {
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .thumb__item:hover {
    transform: scale(0.9);
  }
  .thumb__item:hover img {
    transform: scale(1.1);
  }
}

.thumb__item img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-5 .splide__arrow--prev::before,
.slider-5 .splide__arrow--next::before {
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1), -rem(8) -rem(8) 0.75rem rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
}

.slider-5 .splide__arrow--prev::after,
.slider-5 .splide__arrow--next::after {
  border-color: #fff;
}

.slider-6 .l-inner {
  padding-bottom: 0;
}

.slider-6 .splide__track--fade .splide__slide {
  pointer-events: none;
}

.slider-6 .splide__track--fade .splide__slide.is-active {
  pointer-events: auto;
}

/* タブ
  ----------------------------------------------------------------- */
.js-tab {
  background-color: #fff;
}
@media (any-hover: hover) {
  .js-tab:hover {
    background-color: #ededed;
  }
}
.js-tab[aria-selected=true] {
  background-color: #ededed;
}

/* パンくずリスト（Breadcrumb NavXT）
  ----------------------------------------------------------------- */
/* フォーム（Contact Form 7）
  ----------------------------------------------------------------- */
.p-contact {
  margin-right: 5.5555555556vw;
  margin-bottom: 7.5rem;
  margin-left: 5.5555555556vw;
  padding: 6.25rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(29, 29, 29, 0.15);
}
@media (min-width: 768px) {
  .p-contact {
    margin-right: 3.75rem;
    margin-bottom: 10rem;
    margin-left: 3.75rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .p-contact {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

.wp-form__list,
.wp-form__item,
.wp-form__address {
  display: flex;
  flex-direction: column;
}

.wp-form__list {
  gap: 4rem;
}

.wp-form__item,
.wp-form__address {
  gap: 1rem;
}

.wp-form__item:nth-last-child(2),
.wp-form__item:last-child {
  align-items: center;
}

.wp-form__label {
  font-weight: 700;
}
.wp-form__label span {
  display: inline-block;
  margin-left: 1rem;
  padding: 3px 6px;
  font-weight: 400;
  font-size: clamp(12px, 11.387755102px + 0.1700680272vw, 14px);
  line-height: 1;
  text-align: center;
}
.wp-form__label .wp-form__required {
  background-color: #2eb6aa;
  color: #fff;
}

.wp-form__input input,
.wp-form__input textarea,
.wp-form__input select {
  width: 100%;
  padding: 0.7rem 1.2rem;
  background-color: #ededed;
  outline: 1px solid #ededed;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
.wp-form__input input::-moz-placeholder, .wp-form__input textarea::-moz-placeholder, .wp-form__input select::-moz-placeholder {
  color: rgba(29, 29, 29, 0.2);
}
.wp-form__input input::placeholder,
.wp-form__input textarea::placeholder,
.wp-form__input select::placeholder {
  color: rgba(29, 29, 29, 0.2);
}
.wp-form__input input:focus,
.wp-form__input textarea:focus,
.wp-form__input select:focus {
  outline: 1px solid #1d1d1d;
}

.wp-form__unit {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wp-form__tag {
  width: 3rem;
}

.wp-form__recaptcha {
  padding-top: 1rem;
  font-size: 10px;
}

.wp-form__link {
  border-bottom: 1px solid #2eb6aa;
  color: #2eb6aa;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #eb4e40;
  font-size: 12px;
}

.wp-form__btn input {
  display: block;
  width: 13.75rem;
  padding: 0.75rem 0;
  border: 2px solid #1d1d1d;
  border-radius: 100vmax;
  background-color: #1d1d1d;
  color: #fff;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
@media (any-hover: hover) {
  .wp-form__btn input:hover {
    background-color: #fff;
    color: #1d1d1d;
  }
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wpcf7-radio input,
.wpcf7-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
}

.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 7.2222222222vw;
}
@media (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 1.75rem;
  }
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-radio .wpcf7-list-item-label::after {
  border-radius: 50%;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 5vw;
  height: 5vw;
  border: solid 1px #ededed;
}
@media (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.wpcf7-radio .wpcf7-list-item-label::after {
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  transform: scale(0);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-color: #1d1d1d;
  color: transparent;
}
@media (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item-label::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.wpcf7-radio input:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input:focus + .wpcf7-list-item-label:before {
  border-color: #1d1d1d;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  transform: scale(1);
}

.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 6.9444444444vw;
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    padding-left: 1.5625rem;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
  display: block;
  top: 0;
  left: 0;
  width: 5vw;
  height: 5vw;
  border: solid 1px #ededed;
  transition: all ease-in-out 0.125s;
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label:before {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:after {
  top: 2.2222222222vw;
  left: 1.1111111111vw;
  transform: rotate(-45deg) scaleX(0);
  width: 3.3333333333vw;
  height: 1.6666666667vw;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: transform 0.125s ease-in-out;
  transform-origin: left;
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label:after {
    top: 11px;
    left: 5px;
    width: 12px;
    height: 5px;
  }
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  border-color: #1d1d1d;
  background-color: #1d1d1d;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
  transform: rotate(-45deg) scaleX(1);
}

.privacy__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.privacy__text {
  padding-top: 0.5rem;
}

/* ページャー（WP-PageNavi）
  ----------------------------------------------------------------- */
/* CTA
  ----------------------------------------------------------------- */
.l-cta {
  padding-bottom: 5rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-cta {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-cta {
    max-width: 1120px;
  }
}
.l-cta .c-group {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .l-cta .c-group {
    padding: 3.75rem 5rem 3.75rem 5rem;
  }
}
.l-cta .c-btn {
  margin-left: auto;
}
.l-cta .c-btn:hover .c-btn__icon {
  background-color: #2eb6aa;
}
.l-cta .c-btn:nth-child(2):hover .c-btn__icon {
  background-color: #b2d563;
}
.l-cta .c-btn__text {
  min-width: 5.5rem;
}

.l-cta__unit {
  padding-top: 1.25rem;
  text-align: right;
}
@media (min-width: 768px) {
  .l-cta__unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.l-cta__unit .c-btn__icon img {
  width: 1.5rem;
}

.l-cta__text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

/* フッター
  ----------------------------------------------------------------- */
.l-footer {
  background-color: #ededed;
}

.l-footer__container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-footer__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-footer__container {
    max-width: 1368px;
  }
}
@media (min-width: 1024px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer__logo {
  display: block;
  position: relative;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .l-footer__logo {
    flex-shrink: 0;
  }
}
.l-footer__logo img {
  width: 100%;
  max-width: 18.75rem;
}

.l-footer__name {
  position: absolute;
  bottom: -5px;
  left: 94px;
  color: #2eb6aa;
  font-weight: 700;
  font-size: 13px;
}

.l-footer__texts {
  padding-top: 1.5rem;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

.l-footer__text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.l-footer__btn {
  display: block;
  width: 15.625rem;
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  border: 2px solid #2eb6aa;
  border-radius: 20px;
  background-color: #2eb6aa;
  color: #fff;
  line-height: 1 !important;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
  margin-inline: auto;
}
@media (any-hover: hover) {
  .l-footer__btn:hover {
    background-color: #fff;
    color: #2eb6aa;
  }
}
@media (min-width: 1280px) {
  .l-footer__btn {
    width: 19.6875rem;
  }
}

.l-footer__copyright {
  padding-bottom: 0.875rem;
  font-size: 0.75rem;
  text-align: center;
  text-wrap: balance;
}

/* ヘッダー
  ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  filter: drop-shadow(0 4px 4px rgba(29, 29, 29, 0.1));
}

.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
}
@media (min-width: 768px) {
  .l-header__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-header__container {
    gap: 1.125rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .l-header__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1430px) {
  .l-header__container {
    gap: 1.875rem;
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  .l-header__logo {
    padding: 0;
  }
}

.l-header__logo-link {
  display: block;
  width: 11.25rem;
}
@media (min-width: 768px) {
  .l-header__logo-link {
    width: 13.25rem;
  }
}
.l-header__logo-link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-header__logo-text {
  margin-left: 0.25rem;
  padding: 0.375rem 0.5rem;
  border: 1px solid #2eb6aa;
  border-radius: 5px;
  color: #2eb6aa;
  font-size: 0.625rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-header__logo-text {
    display: none;
  }
}
@media (min-width: 1280px) {
  .l-header__logo-text {
    display: block;
  }
}
@media (min-width: 1300px) {
  .l-header__logo-text {
    padding: 0.375rem 0.75rem;
  }
}

.l-gnav {
  display: none;
}
@media (min-width: 1024px) {
  .l-gnav {
    display: block;
  }
}

.l-gnav__list {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .l-gnav__list {
    gap: 0.75rem;
  }
}
@media (min-width: 1430px) {
  .l-gnav__list {
    gap: 1.375rem;
  }
}

.l-gnav__text {
  font-size: 0.875rem;
}
@media (min-width: 1430px) {
  .l-gnav__text {
    font-size: 1rem;
  }
}

.l-gnav__item {
  transition: color 0.4s;
}
.l-gnav__item:nth-of-type(1) a:hover {
  color: #344fa7;
}
.l-gnav__item:nth-of-type(2) a:hover {
  color: #e57a61;
}
.l-gnav__item:nth-of-type(4) a:hover {
  color: #e6c304;
}
.l-gnav__item:nth-of-type(5) a:hover {
  color: #358e62;
}
.l-gnav__item:nth-of-type(6) a:hover {
  color: #b2d563;
}
.l-gnav__item:nth-of-type(7) a:hover {
  color: #a756cb;
}

.l-gnav__item.-btn .l-gnav__text {
  padding: 0.75rem 1.25rem;
  border: 2px solid #2eb6aa;
  border-radius: 10px;
  background-color: #2eb6aa;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .l-gnav__item.-btn .l-gnav__text:hover {
    background-color: #fff;
    color: #2eb6aa;
  }
}

.l-gnav__item.-has-child {
  position: relative;
  padding: 2.5rem 0;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-gnav__item.-has-child:hover .l-gnav__text {
    color: #ed9926;
  }
  .l-gnav__item.-has-child:hover .l-gnav__sub-list {
    visibility: visible;
    opacity: 1;
  }
}

.l-gnav__sub-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.875rem 3.125rem;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 6rem;
  right: 0;
  width: 100%;
  padding: 2.5rem 3.75rem;
  border-top: 1px solid #ededed;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  margin-inline: auto;
}
@media (min-width: 1701px) {
  .l-gnav__sub-list {
    justify-content: center;
  }
}

.l-gnav__sub-link {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  width: 12.625rem;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .l-gnav__sub-link:hover {
    opacity: 0.6;
  }
}

.l-gnav__sub-num {
  flex-shrink: 0;
  color: #ed9926;
  font-weight: 700;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.l-gnav__sub-text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.l-header__btn {
  position: relative;
  z-index: 100;
  width: 36px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-header__btn {
    display: none;
  }
}

.l-header__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #2eb6aa;
  content: "";
  transition: 0.4s;
}
.l-header__line::before, .l-header__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #2eb6aa;
  content: "";
  transition: 0.4s;
}
.l-header__line::before {
  top: 10px;
}
.l-header__line::after {
  bottom: 10px;
}

.l-header__btn.is-active .l-header__line {
  background-color: transparent;
}
.l-header__btn.is-active .l-header__line::before, .l-header__btn.is-active .l-header__line::after {
  opacity: 1;
  top: 50%;
  translate: y -50%;
}
.l-header__btn.is-active .l-header__line::before {
  rotate: 45deg;
}
.l-header__btn.is-active .l-header__line::after {
  rotate: -45deg;
}

.l-dnav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: 0.3s ease;
  inset: 0;
}

.l-dnav.is-active {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transition: 0.5s ease;
}

.l-dnav__overlay {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.9);
  inset: 0;
}

.l-dnav__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  list-style-type: none;
  position: relative;
  z-index: 100;
  height: 100vh;
  height: 100dvh;
  padding-top: 5rem;
  overflow-y: scroll;
}

.l-dnav__sub-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.l-dnav__sub-link {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}

.l-dnav__sub-num {
  color: #ed9926;
  font-weight: 700;
}

.l-dnav__accordion .l-dnav__text {
  display: block;
  position: relative;
  cursor: pointer;
}
.l-dnav__accordion .l-dnav__text::-webkit-details-marker {
  display: none;
}
.l-dnav__accordion .l-dnav__text::after {
  position: absolute;
  top: 0;
  right: -1rem;
  color: #2eb6aa;
  content: "+";
}

.l-dnav__accordion[open] .l-dnav__text::after {
  content: "−";
}

.l-dnav__item.-btn .l-dnav__text {
  padding: 0.75rem 1.25rem;
  border: 2px solid #2eb6aa;
  border-radius: 10px;
  background-color: #2eb6aa;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .l-dnav__item.-btn .l-dnav__text:hover {
    background-color: #fff;
    color: #2eb6aa;
  }
}

/* 下層ページのヘッダー
  ----------------------------------------------------------------- */
.l-page-header {
  position: relative;
  margin-bottom: 7.5rem;
  background: linear-gradient(180deg, #ededed 0%, #ededed 30%, #fff 30%, #fff 100%);
}
@media (min-width: 768px) {
  .l-page-header {
    margin-bottom: 10rem;
    background: linear-gradient(180deg, #ededed 0%, #ededed 32%, #fff 32%, #fff 100%);
  }
}
@media (min-width: 1024px) {
  .l-page-header {
    margin-bottom: 12.5rem;
    background: linear-gradient(180deg, #ededed 0%, #ededed 50%, #fff 50%, #fff 100%);
  }
}
.l-page-header .c-heading {
  padding-top: 6.25rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-page-header .c-heading {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .l-page-header .c-heading {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
@media (min-width: 768px) {
  .l-page-header .c-heading {
    padding-top: 9.6875rem;
  }
}
.l-page-header .c-group {
  width: 100%;
}

.l-ph__icons {
  position: absolute;
  top: 5rem;
  right: 1.25rem;
  width: 6.5625rem;
  height: 6.25rem;
}
@media (min-width: 768px) {
  .l-ph__icons {
    right: 2.5rem;
    width: 13.125rem;
    height: 12.5rem;
  }
}

.l-ph__icon {
  position: absolute;
  border-radius: 50%;
}
.l-ph__icon:first-of-type {
  top: 0;
  right: 0;
  width: 4.6875rem;
  height: 4.6875rem;
}
@media (min-width: 768px) {
  .l-ph__icon:first-of-type {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.l-ph__icon:last-of-type {
  bottom: 0;
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 768px) {
  .l-ph__icon:last-of-type {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.l-ph__cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-ph__cont {
    padding-top: 2.5rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-ph__cont {
    flex-direction: row;
    align-items: flex-end;
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .l-ph__cont {
    padding-left: 7.5rem;
  }
}

.l-ph__voice {
  flex-shrink: 0;
  padding-top: 1.25rem;
}
@media (min-width: 1024px) {
  .l-ph__voice {
    width: 21.25rem;
    padding-bottom: 1.875rem;
  }
}

.l-ph__voice-num {
  color: #ed9926;
  font-weight: 700;
  font-size: clamp(32px, 16.0816326531px + 4.4217687075vw, 84px);
  line-height: 1;
  font-family: "Lato";
}

.l-ph__voice-title {
  padding-top: 0.625rem;
  color: #ed9926;
  font-weight: 600;
  font-size: clamp(18px, 13.1020408163px + 1.3605442177vw, 34px);
}
@media (min-width: 1024px) {
  .l-ph__voice-title {
    padding-top: 2.5rem;
  }
}

.l-ph__voice-text {
  padding-top: 0.625rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
@media (min-width: 1024px) {
  .l-ph__voice-text {
    padding-top: 1.875rem;
  }
}

.l-ph__pic {
  width: 100%;
  height: 53.6111111111vw;
}
@media (min-width: 1024px) {
  .l-ph__pic {
    height: 28.75rem;
  }
}
@media (min-width: 1800px) {
  .l-ph__pic {
    height: 37.5rem;
  }
}
.l-ph__pic img {
  width: 100%;
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-ph__icons.-blue .l-ph__icon:first-of-type {
  background-color: rgba(52, 79, 167, 0.6);
}
.l-ph__icons.-blue .l-ph__icon:last-of-type {
  background-color: rgba(52, 79, 167, 0.4);
}

.l-ph__icons.-red .l-ph__icon:first-of-type {
  background-color: rgba(229, 122, 97, 0.6);
}
.l-ph__icons.-red .l-ph__icon:last-of-type {
  background-color: rgba(229, 122, 97, 0.4);
}

.l-ph__icons.-yellow .l-ph__icon:first-of-type {
  background-color: rgba(230, 195, 4, 0.6);
}
.l-ph__icons.-yellow .l-ph__icon:last-of-type {
  background-color: rgba(230, 195, 4, 0.4);
}

.l-ph__icons.-green .l-ph__icon:first-of-type {
  background-color: rgba(53, 142, 98, 0.6);
}
.l-ph__icons.-green .l-ph__icon:last-of-type {
  background-color: rgba(53, 142, 98, 0.4);
}

.l-ph__icons.-orange .l-ph__icon:first-of-type {
  background-color: rgba(237, 153, 38, 0.6);
}
.l-ph__icons.-orange .l-ph__icon:last-of-type {
  background-color: rgba(237, 153, 38, 0.4);
}

.l-ph__icons.-purple .l-ph__icon:first-of-type {
  background-color: rgba(167, 86, 203, 0.6);
}
.l-ph__icons.-purple .l-ph__icon:last-of-type {
  background-color: rgba(167, 86, 203, 0.4);
}

.l-ph__icons.-main .l-ph__icon:first-of-type {
  background-color: rgba(46, 182, 170, 0.6);
}
.l-ph__icons.-main .l-ph__icon:last-of-type {
  background-color: rgba(46, 182, 170, 0.4);
}

.l-ph__icons.-lime .l-ph__icon:first-of-type {
  background-color: rgba(178, 213, 99, 0.6);
}
.l-ph__icons.-lime .l-ph__icon:last-of-type {
  background-color: rgba(178, 213, 99, 0.4);
}

/* 環境
  ----------------------------------------------------------------- */
.l-environment .container {
  background-color: #ededed;
}
.l-environment .container .l-env__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-environment .container .l-env__body {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-environment .container .l-env__body {
    max-width: 1368px;
  }
}
@media (min-width: 768px) {
  .l-environment .container .l-env__body {
    flex-direction: row;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 768px) {
  .l-environment .container .c-group {
    width: calc((100% - 3rem) / 2);
  }
}

.l-env__link:hover img {
  transform: scale(1.1);
}

.l-env__pic {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.l-env__pic img {
  border-radius: 20px 20px 0 0;
  transition: transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-env__heading {
  padding: 1.125rem 2.375rem;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .l-env__heading {
    padding: 1.5625rem 3.125rem;
  }
}

.l-env__title-en {
  font-weight: 700;
  font-size: clamp(28px, 24.3265306122px + 1.0204081633vw, 40px);
  line-height: 1;
  font-family: "Lato";
}

.l-env__title-jp {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.-yellow .l-env__title-en {
  color: #e6c304;
}

.-green .l-env__title-en {
  color: #358e62;
}

/* 人材育成
  ----------------------------------------------------------------- */
.l-development__group {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.125rem;
}
@media (min-width: 1024px) {
  .l-development__group {
    flex-direction: row;
  }
}
.l-development__group .c-group {
  height: 100%;
}

@media (min-width: 1024px) {
  .l-development__group.-r {
    flex-direction: row-reverse;
  }
}
.l-development__group.-r .l-development__pic {
  padding-right: 5.5555555556vw;
  padding-left: 0;
}
@media (min-width: 768px) {
  .l-development__group.-r .l-development__pic {
    padding-right: 3.75rem;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .l-development__group.-r .l-development__pic {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-development__group.-r .l-development__pic img {
  border-radius: 0 20px 20px 0;
}
.l-development__group.-r .c-group::before {
  right: 0;
  left: auto;
  border-radius: 0 20px 20px 0;
}

.l-development__group + .l-development__group {
  padding-top: 9.375rem;
}

.l-development__body {
  display: grid;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  place-content: center;
}
@media (min-width: 768px) {
  .l-development__body {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-development__body {
    width: 50%;
  }
}

.l-development__catch img {
  width: 100%;
  max-width: 26.75rem;
  height: auto;
}

.l-development__text {
  max-width: 26.875rem;
  padding-top: 1.5rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
@media (min-width: 768px) {
  .l-development__text {
    padding-top: 3rem;
  }
}

.l-development__pic {
  padding-left: 5.5555555556vw;
}
@media (min-width: 768px) {
  .l-development__pic {
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .l-development__pic {
    width: 50%;
    max-height: 35.625rem;
    padding-left: 0;
  }
}
.l-development__pic img {
  height: 100%;
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 社員の声
  ----------------------------------------------------------------- */
.l-voice .container {
  margin-inline: auto;
}
.l-voice .js-slider {
  margin-left: 5.5555555556vw;
  padding-bottom: 2.7777777778vw;
}
@media (min-width: 768px) {
  .l-voice .js-slider {
    margin-left: 3.75rem;
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .l-voice .js-slider {
    margin-left: 7.5rem;
  }
}

.l-voice__item {
  border-radius: 20px;
  box-shadow: 0 0 11px rgba(29, 29, 29, 0.16);
}
.l-voice__item:hover img {
  transform: scale(1.1);
}

.l-voice__pic {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.l-voice__pic img {
  border-radius: 20px 20px 0 0;
  transition: transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-voice__heading {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .l-voice__heading {
    padding: 1.875rem 1.875rem 1.875rem 3.125rem;
  }
}

.l-voice__num {
  color: #ed9926;
  font-weight: 700;
  font-size: clamp(28px, 24.3265306122px + 1.0204081633vw, 40px);
  line-height: 1;
  font-family: "Lato";
}

.l-voice__title {
  padding-top: 1.125rem;
  color: #ed9926;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
}

.l-voice__text {
  padding-top: 0.9375rem;
  line-height: 1 !important;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

/* 下層ページ グループ
  ----------------------------------------------------------------- */
.l-group {
  padding: 3rem 1.25rem;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .l-group {
    padding: 5rem;
  }
}

.l-group__title {
  font-weight: 500;
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
}

.l-group__text {
  padding-top: 0.5rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.l-group__unit + .l-group__unit {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .l-group__unit + .l-group__unit {
    padding-top: 3rem;
  }
}

.l-group.-red {
  background-color: rgba(229, 122, 97, 0.1);
}
.l-group.-red .l-group__title {
  color: #e57a61;
}

.l-group.-green {
  background-color: rgba(53, 142, 98, 0.1);
}
.l-group.-green .l-group__title {
  color: #358e62;
}

/* 下層ページ - 会社情報
  ----------------------------------------------------------------- */
.p-about .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-about .container {
    max-width: 1120px;
  }
}
.p-about .l-group {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-about .l-group {
    margin-top: 5rem;
  }
}

.p-about__text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}

.p-company .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-company .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-company .container {
    max-width: 1120px;
  }
}

.p-access .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-access .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-access .container {
    max-width: 1120px;
  }
}

.p-access__map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.p-access__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-access__info {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .p-access__unit {
    width: 50%;
  }
}

.p-access__title {
  font-weight: 600;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.p-access__text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.p-facility .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-facility .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-facility .container {
    max-width: 1220px;
  }
}
@media (min-width: 768px) {
  .p-facility .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .p-facility__body {
    flex-shrink: 0;
    width: 28rem;
  }
}

.p-facility__group {
  padding: 1.875rem;
  border-radius: 20px;
  background-color: rgba(229, 122, 97, 0.08);
}
@media (min-width: 1024px) {
  .p-facility__group {
    display: flex;
    align-items: center;
    gap: 3.75rem;
    padding: 3.75rem;
  }
}

.p-facility__pic {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-facility__pic {
    max-width: 29.6875rem;
    height: 20.625rem;
  }
}
.p-facility__pic img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-facility__title {
  padding-top: 1.5rem;
  font-weight: 600;
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
}
@media (min-width: 1024px) {
  .p-facility__title {
    padding-top: 0;
  }
}

.p-facility__info {
  padding-top: 1.125rem;
}
@media (min-width: 768px) {
  .p-facility__info {
    padding-top: 2.25rem;
  }
}

.p-facility__unit {
  display: flex;
  gap: 1.75rem;
}

.p-facility__text {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
.p-facility__text:first-of-type {
  flex-shrink: 0;
  width: 3.125rem;
}

.p-facility__group + .p-facility__group {
  margin-top: 3.125rem;
}

/* 下層ページ - 人材育成
  ----------------------------------------------------------------- */
.p-training .container {
  padding-top: 3.75rem;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-training .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-training .container {
    max-width: 1120px;
  }
}
@media (min-width: 768px) {
  .p-training .container {
    padding-top: 5rem;
  }
}

.p-career__text {
  padding-top: 5rem;
  font-size: clamp(16px, 15.387755102px + 0.1700680272vw, 18px);
  line-height: 2.6 !important;
  letter-spacing: 0.03em;
  text-align: center;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-career__text {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .p-career__text {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
@media (min-width: 768px) {
  .p-career__text {
    padding-top: 10rem;
  }
}

/* 下層ページ - よくあるご質問
  ----------------------------------------------------------------- */
.p-faq {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-faq {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-faq {
    max-width: 1120px;
  }
}

.c-accordion + .c-accordion {
  margin-top: 2.5rem;
}

/* 下層ページ - 採用情報
  ----------------------------------------------------------------- */
.p-info-archive {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-info-archive {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-info-archive {
    max-width: 1368px;
  }
}

.p-info-single {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-info-single {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-info-single {
    max-width: 1120px;
  }
}

.p-info-single__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 6.25rem;
}

.p-info-single__btn {
  display: inline-block;
  width: 13.75rem;
  padding: 0.75rem;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
}
.p-info-single__btn:nth-child(1) {
  border: 2px solid #2eb6aa;
  background-color: #2eb6aa;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .p-info-single__btn:nth-child(1):hover {
    background-color: #fff;
    color: #2eb6aa;
  }
}
.p-info-single__btn:nth-child(2) {
  border: 2px solid #1d1d1d;
  background-color: #1d1d1d;
  transition: background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .p-info-single__btn:nth-child(2):hover {
    background-color: #fff;
    color: #1d1d1d;
  }
}

/* 下層ページ - 新着情報
  ----------------------------------------------------------------- */
.p-news-archive .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-news-archive .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-news-archive .container {
    max-width: 1120px;
  }
}

.p-news-archive__item:nth-of-type(odd) {
  background-color: #ededed;
}
.p-news-archive__item:nth-of-type(even) {
  background-color: #fff;
}
.p-news-archive__item:first-of-type {
  border-radius: 20px 0 0 0;
}
.p-news-archive__item:last-of-type {
  border-radius: 0 0 0 20px;
}

.p-news-archive__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  padding: 1.375rem 2.5rem 1.375rem 2.75rem;
  transition: opacity 0.4s;
}
@media (min-width: 768px) {
  .p-news-archive__link {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .p-news-archive__link {
    padding: 1.375rem 1.375rem 1.375rem 4rem;
  }
}
@media (any-hover: hover) {
  .p-news-archive__link:hover {
    opacity: 0.6;
  }
}

.p-news-archive__date {
  width: 5.9375rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.p-news-archive__title {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-news-archive__icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  line-height: 1;
}
.p-news-archive__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-news-single .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-news-single .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-news-single .container {
    max-width: 1120px;
  }
}
.p-news-single .c-group {
  padding: 2.5rem 1.375rem 2.5rem 2.5rem;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .p-news-single .c-group {
    padding: 2.5rem 2.75rem 2.5rem 4rem;
  }
}
@media (min-width: 1024px) {
  .p-news-single .c-group {
    padding: 5rem 6.75rem;
  }
}

.p-news-single__unit {
  padding-bottom: 1rem;
  border-bottom: 1px solid #1d1d1d;
}

.p-news-single__date {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  border-radius: 100vmax;
  background-color: #344fa7;
  color: #fff;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.p-news-single__title {
  padding-top: 2rem;
  font-weight: 500;
  font-size: clamp(24px, 20.9387755102px + 0.8503401361vw, 34px);
}

.p-news-single__cont {
  padding-top: 3rem;
}
.p-news-single__cont p {
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}
.p-news-single__cont p + p {
  padding-top: 2em;
}

.p-news-single__btn {
  display: block;
  margin-top: 3rem;
  padding: 0.5rem 4rem;
  border: 2px solid #1d1d1d;
  border-radius: 100vmax;
  background-color: #1d1d1d;
  color: #fff;
  transition: opacity 0.4s;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .p-news-single__btn:hover {
    background-color: #fff;
    color: #1d1d1d;
  }
}

/* 下層ページ - 社員の声
  ----------------------------------------------------------------- */
.p-voice {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-voice {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-voice {
    max-width: 1120px;
  }
}
.p-voice .container {
  padding: 3rem 1.5rem;
  border-radius: 20px;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .p-voice .container {
    padding: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-voice .container {
    padding: 6.75rem;
  }
}
.p-voice .c-group {
  margin-top: 3rem;
  background-color: #fff;
}

.p-voice__title {
  display: flex;
  gap: 4px;
  color: #ed9926;
  font-weight: 500;
  font-size: clamp(18px, 16.7755102041px + 0.3401360544vw, 22px);
}
.p-voice__title::before {
  display: inline-block;
  flex-shrink: 0;
  content: "●";
}

.p-voice__text {
  padding-top: 0.75rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.p-voice__text + .p-voice__title {
  padding-top: 3rem;
}

.p-message {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
@media (min-width: 768px) {
  .p-message {
    padding: 1.5rem 1.25rem 1.5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .p-message {
    padding: 3.75rem 4.625rem;
  }
}

.p-message__title {
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #ed9926;
  color: #ed9926;
  font-weight: 500;
  font-size: clamp(24px, 20.9387755102px + 0.8503401361vw, 34px);
  letter-spacing: 0.03em;
  text-align: left;
}
@media (min-width: 1024px) {
  .p-message__title {
    text-align: center;
  }
}

.p-message__text {
  padding-top: 1.75rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

/* 下層ページ - 福利厚生
  ----------------------------------------------------------------- */
.p-welfare {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-welfare {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .p-welfare {
    max-width: 1368px;
  }
}

.p-welfare__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.p-welfare__item {
  width: 100%;
  padding: 1.875rem;
  border: 2px solid #ededed;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-welfare__item {
    width: calc((100% - 3rem) / 2);
    padding: 1.875rem 3rem;
  }
}
@media (min-width: 1024px) {
  .p-welfare__item {
    width: calc((100% - 6rem) / 3);
    padding: 1.875rem 3.625rem;
  }
}

.p-welfare__pic {
  text-align: center;
}
.p-welfare__pic img {
  width: 100%;
  max-width: 14.5rem;
}

.p-welfare__title {
  padding-top: 1.5rem;
  font-weight: 600;
  text-align: center;
  font-size: clamp(20px, 19.387755102px + 0.1700680272vw, 22px);
}

.p-welfare__item.-color {
  display: grid;
  height: 15.75rem;
  place-content: center;
}
.p-welfare__item.-color .p-welfare__title {
  padding-top: 0;
  color: #e6c304;
}

/* トップページ -
  ----------------------------------------------------------------- */
.t-kv {
  position: relative;
  height: 174.1666666667vw;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .t-kv {
    height: 68.9655172414vw;
  }
}
.t-kv .t-kv__bg {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.t-kv .t-kv__bg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.t-kv .t-kv__pic {
  position: relative;
  height: 185.2777777778vw;
}
@media (min-width: 768px) {
  .t-kv .t-kv__pic {
    height: 68.9655172414vw;
  }
}
.t-kv .t-kv__message {
  position: absolute;
  top: 70.8333333333vw;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 5.5555555556vw;
}
@media (min-width: 768px) {
  .t-kv .t-kv__message {
    top: 16.6028097063vw;
    max-width: 43.4227330779vw;
    padding: 0;
  }
}
.t-kv .t-kv__message img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.t-kv .js-slider,
.t-kv .t-kv__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 50vw;
  padding: 0 5.5555555556vw;
}
@media (min-width: 768px) {
  .t-kv .js-slider,
.t-kv .t-kv__icon {
    max-width: 72.9246487867vw;
    max-height: 40.9961685824vw;
    padding: 0;
  }
}
.t-kv .js-slider img,
.t-kv .t-kv__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.t-kv .js-slider img,
.t-kv .t-kv__icon img {
  border-radius: 5.5555555556vw;
}
@media (min-width: 768px) {
  .t-kv .js-slider img,
.t-kv .t-kv__icon img {
    border-radius: 3.0651340996vw;
  }
}
.t-kv .splide,
.t-kv .splide__container,
.t-kv .splide__track,
.t-kv .splide__list,
.t-kv .splide__slide {
  height: 100%;
}

.t-kv__text {
  position: absolute;
  bottom: 44.4444444444vw;
  left: 50%;
  transform: translateX(-50%);
  color: #2eb6aa;
  font-weight: 100;
  font-size: 5.5555555556vw;
  font-family: "Lato";
  text-align: center;
}
@media (min-width: 768px) {
  .t-kv__text {
    bottom: 10.2171136654vw;
    font-size: 1.7879948914vw;
  }
}

.t-message {
  position: relative;
  margin-top: 12.0625rem;
  overflow: hidden;
}
.t-message .container {
  position: relative;
  z-index: 1;
  height: 91.25rem;
  padding-top: 30.8333333333vw;
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .t-message .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .t-message .container {
    max-width: 840px;
  }
}
@media (min-width: 768px) {
  .t-message .container {
    height: 101.25rem;
    padding-top: 10.5rem;
  }
}

.t-message__title {
  width: 100%;
  margin: 0 auto;
}
.t-message__title img {
  width: 100%;
}

.t-message__texts {
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .t-message__texts {
    padding-top: 6.25rem;
  }
}

.t-message__text {
  line-height: 2.9;
  text-align: left;
  font-size: clamp(18px, 17.387755102px + 0.1700680272vw, 20px);
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .t-message__text {
    line-height: 2.6;
    text-align: center;
  }
}

.t-message__text + .t-message__text {
  padding-top: 2rem;
}

.t-message__circles {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 104.1666666667vw;
  height: 91.25rem;
}
@media (min-width: 768px) {
  .t-message__circles {
    width: 86.75rem;
    height: 101.25rem;
  }
}

.t-message__circle {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}

.t-message__circle.-circle1 {
  top: 0;
  right: 24.1666666667vw;
  width: 2.478125rem;
  height: 2.478125rem;
  background-color: #b2d563;
}
@media (min-width: 768px) {
  .t-message__circle.-circle1 {
    right: 14.5625rem;
    width: 3.8125rem;
    height: 3.8125rem;
  }
}

.t-message__circle.-circle2 {
  top: 2.1875rem;
  left: -2.7777777778vw;
  width: 3.534375rem;
  height: 3.534375rem;
  background-color: #ed9926;
}
@media (min-width: 768px) {
  .t-message__circle.-circle2 {
    top: 5.3125rem;
    left: 8.25rem;
    width: 5.4375rem;
    height: 5.4375rem;
  }
}

.t-message__circle.-circle3 {
  top: 5.1875rem;
  right: -15.2777777778vw;
  width: 7.23125rem;
  height: 7.23125rem;
  background-color: #e6c304;
}
@media (min-width: 768px) {
  .t-message__circle.-circle3 {
    top: 8rem;
    right: 0;
    width: 11.125rem;
    height: 11.125rem;
  }
}

.t-message__circle.-circle4 {
  display: none;
}
@media (min-width: 768px) {
  .t-message__circle.-circle4 {
    display: block;
    top: 23.4375rem;
    left: 1.25rem;
    width: 18.0625rem;
    height: 18.0625rem;
  }
}
.t-message__circle.-circle4 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.t-message__circle.-circle5 {
  display: none;
}
@media (min-width: 768px) {
  .t-message__circle.-circle5 {
    display: block;
    top: 33.625rem;
    right: 2.8125rem;
    width: 16.1875rem;
    height: 15.625rem;
  }
}
.t-message__circle.-circle5 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.t-message__circle.-circle6 {
  top: 48rem;
  left: -13.8888888889vw;
  width: 5.6875rem;
  height: 5.6875rem;
  background-color: #358e62;
}
@media (min-width: 768px) {
  .t-message__circle.-circle6 {
    top: 38.0625rem;
    left: 0;
    width: 8.75rem;
    height: 8.75rem;
  }
}

.t-message__circle.-circle7 {
  top: 83.625rem;
  left: -2.7777777778vw;
  width: 4.3875rem;
  height: 4.3875rem;
  background-color: #a756cb;
}
@media (min-width: 768px) {
  .t-message__circle.-circle7 {
    top: 61.125rem;
    left: 6.9375rem;
    width: 6.75rem;
    height: 6.75rem;
  }
}

.t-message__circle.-circle8 {
  top: 80.625rem;
  right: -2.7777777778vw;
  width: 6.175rem;
  height: 6.175rem;
  background-color: #e57a61;
}
@media (min-width: 768px) {
  .t-message__circle.-circle8 {
    top: 65.8125rem;
    right: 5.5625rem;
    width: 9.5rem;
    height: 9.5rem;
  }
}

.t-message__circle.-circle9 {
  top: 86.25rem;
  right: 22.2222222222vw;
  width: 3.575rem;
  height: 3.575rem;
  background-color: #344fa7;
}
@media (min-width: 768px) {
  .t-message__circle.-circle9 {
    top: 74.5625rem;
    right: 14.4375rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

.t-message__circle.-circle10 {
  display: none;
}
@media (min-width: 768px) {
  .t-message__circle.-circle10 {
    display: block;
    top: 75rem;
    left: 6.9375rem;
    width: 20.25rem;
    height: 19.75rem;
  }
}
.t-message__circle.-circle10 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.t-message__circle.-circle11 {
  display: none;
}
@media (min-width: 768px) {
  .t-message__circle.-circle11 {
    display: block;
    right: 12rem;
    bottom: 0;
    width: 24.3125rem;
    height: 23.9375rem;
  }
}
.t-message__circle.-circle11 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.t-about .container {
  padding-right: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .t-about .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .t-about .container {
    max-width: 1368px;
  }
}
@media (min-width: 1024px) {
  .t-about .container {
    display: flex;
    gap: 6.75rem;
  }
}
.t-about .c-group {
  margin-top: 5rem;
  padding: 2.5rem 2.5rem 2.5rem 3.75rem;
  background-color: rgba(229, 122, 97, 0.1);
}
@media (min-width: 1024px) {
  .t-about .c-group {
    margin-top: 0;
    padding: 5.625rem 6.75rem;
  }
}

.t-about__pic {
  flex-shrink: 0;
  max-width: 24rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .t-about__pic {
    width: 18.75rem;
  }
}
@media (min-width: 1280px) {
  .t-about__pic {
    width: 24rem;
  }
}
.t-about__pic img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.t-about__title {
  font-weight: 600;
  font-size: clamp(24px, 20.9387755102px + 0.8503401361vw, 34px);
  letter-spacing: 0.1em;
}

.t-about__text {
  padding-top: 2.25rem;
  font-size: clamp(14px, 13.387755102px + 0.1700680272vw, 16px);
}

.t-information .container {
  padding: 3.125rem 1.25rem;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .t-information .container {
    padding: 6.25rem 3.75rem;
  }
}
.t-information .splide__slide {
  padding-bottom: 16px;
}
.t-information .c-card__inner {
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}