@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 1.1428571429vw;
}
@media only screen and (max-width: 767.499px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #FFFFFF;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  color: inherit;
  cursor: pointer;
}

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

input::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767.499px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

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

.u-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.u-img.--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.u-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
}

.u-inner {
  margin: 0 auto;
  max-width: 92.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .u-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.u-en {
  font-family: "Figtree", sans-serif;
}

.u-en2 {
  font-family: "Roboto", sans-serif;
}

.u-scroll {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-scroll.is-inview {
  opacity: 1;
}
.u-scroll.--fade {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--fade.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.u-scroll.--bottom.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--lg {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition-duration: 1s;
}
.u-scroll.--lg.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--sm {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition-duration: 0.6s;
}
.u-scroll.--sm.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--left {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.u-scroll.--left.is-inview {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.u-scroll.--right {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.u-scroll.--right.is-inview {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.u-scroll.--blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--blur.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--scale {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--scale.is-inview {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--delay-1 {
  transition-delay: 0.1s;
}
.u-scroll.--delay-2 {
  transition-delay: 0.2s;
}
.u-scroll.--delay-3 {
  transition-delay: 0.3s;
}
.u-scroll.--delay-4 {
  transition-delay: 0.4s;
}
.u-scroll.--delay-5 {
  transition-delay: 0.5s;
}

.l-header {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 7.5625rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .l-header__inner {
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.l-header__logo-heading {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  width: 100%;
}
.l-header__logo {
  aspect-ratio: 229/35;
  display: block;
  max-width: 14.3125rem;
  pointer-events: auto;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (max-width: 767.499px) {
  .l-header__logo {
    max-width: 7.25rem;
  }
}
@media (hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-header__logo:active {
    opacity: 0.7;
  }
}
.l-header__logo.is-active .is-white {
  opacity: 1;
  visibility: visible;
}
.l-header__logo.is-active .is-static {
  opacity: 0;
  visibility: hidden;
}
.l-header__logo.is-active .is-service-white {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767.499px) {
  .l-header__logo.is-active .is-white {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__logo.is-active .is-static {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__logo .is-white {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.l-header__logo .is-service-white {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.l-header__logo.is-mark-white .is-service-white {
  opacity: 1;
  visibility: visible;
}
.l-header__logo img {
  display: block;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
}

.l-footer {
  position: relative;
}
.l-footer__recruit {
  background: #FCFCED;
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__recruit {
    padding-bottom: 1.875rem;
    padding-top: 2.5rem;
  }
}
.l-footer__recruit-content {
  bottom: 5rem;
  left: 50%;
  position: absolute;
  top: 5rem;
  -webkit-transform: translateX(-50%);
  align-items: center;
  background: #FCFCED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%);
  width: 34.875rem;
  z-index: 2;
}
.l-footer__recruit-content .c-btn__box {
  pointer-events: auto;
}
.l-footer__recruit-content .c-btn__box .c-btn {
  max-width: 14.6875rem;
  min-width: 14.6875rem;
  width: 14.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__recruit-content {
    position: static;
    -webkit-transform: none;
    background: transparent;
    justify-content: flex-start;
    margin: 0 auto 4rem;
    padding: 0;
    text-align: center;
    transform: none;
    width: calc(100% - 5rem);
  }
}
.l-footer__recruit-ttl {
  color: #FCD005;
  font-size: 2.1875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__recruit-ttl {
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
  }
}
.l-footer__recruit-txt {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__recruit-txt {
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    margin-bottom: 2.4375rem;
  }
}
.l-footer__recruit-slider {
  position: relative;
  z-index: 1;
}
.l-footer__recruit-slider .splide__track {
  overflow: visible;
}
.l-footer__recruit-slider .splide__list {
  align-items: center;
}
.l-footer__recruit-slider .splide__slide {
  flex: 0 0 19.75rem;
  width: 19.75rem;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__recruit-slider .splide__slide {
    flex: 0 0 7.875rem;
    width: 7.875rem;
  }
}
.l-footer__recruit-slide {
  border-radius: 1.25rem;
  height: 27.875rem;
  overflow: hidden;
  width: 19.75rem;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__recruit-slide {
    border-radius: 0.5rem;
    height: 11.1875rem;
    width: 7.875rem;
  }
}
.l-footer__recruit-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.l-footer__main {
  background: white;
  position: relative;
}
.l-footer__main-inner {
  position: relative;
}
.l-footer__to-top {
  align-items: center;
  background: #FCD005;
  border-radius: 50%;
  box-shadow: 0 0.75rem 1.25rem rgba(199, 199, 125, 0.5);
  display: flex;
  height: 4.5rem;
  justify-content: center;
  position: absolute;
  right: 5rem;
  top: -2.25rem;
  width: 4.5rem;
  z-index: 2;
}
.l-footer__to-top-icon {
  height: 1.75rem;
  width: 1.75rem;
}
.l-footer__main-content {
  align-items: flex-start;
  display: flex;
  gap: 7rem;
  justify-content: flex-start;
  padding-bottom: 3.625rem;
  padding-left: 9.0625rem;
  padding-top: 7.5rem;
}
.l-footer__brand {
  flex: 0 0 18.75rem;
  width: 18.75rem;
}
.l-footer__logo {
  aspect-ratio: 236/37;
  margin-bottom: 1.75rem;
  width: 14.75rem;
}
.l-footer__address {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.l-footer__contact {
  text-align: left;
}
.l-footer__contact .c-btn {
  max-width: 18.25rem;
  min-width: 18.25rem;
  width: 18.25rem;
}
.l-footer__menu {
  align-items: flex-start;
  display: flex;
  flex: 0 0 43.0625rem;
  gap: 0;
  justify-content: flex-start;
  padding-top: 3.875rem;
  width: 43.0625rem;
}
.l-footer__menu-col {
  min-width: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.l-footer__menu-col:first-child {
  padding-left: 0;
}
.l-footer__menu-col:not(:first-child)::before {
  background: #C9C9A6;
  content: "";
  height: 8.1875rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 0.0625rem;
}
.l-footer__menu-ttl {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.l-footer__menu-list {
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
}
.l-footer__menu-item {
  white-space: nowrap;
}
.l-footer__menu-link {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer__menu-link:hover {
    color: #FCD005;
  }
}
@media (hover: none) {
  .l-footer__menu-link:active {
    color: #FCD005;
  }
}
.l-footer__menu-link.--accent {
  color: #222222;
  font-weight: 400;
}
.l-footer__menu-side {
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer__menu-side:hover {
    color: #FCD005;
  }
}
@media (hover: none) {
  .l-footer__menu-side:active {
    color: #FCD005;
  }
}
.l-footer__menu-side-link {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-footer__menu-side-link:hover {
    color: #FCD005;
  }
}
@media (hover: none) {
  .l-footer__menu-side-link:active {
    color: #FCD005;
  }
}
.l-footer__main-bottom {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 1.25rem;
  height: 3.125rem;
  justify-content: space-between;
  margin-left: 0;
  padding: 0 9.0625rem;
  width: 100%;
}
.l-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.8461538462;
}
.l-footer__privacy {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8461538462;
}
@media only screen and (max-width: 767.499px) {
  .l-footer__to-top {
    height: 4.0625rem;
    right: 1.25rem;
    top: 0;
    width: 4.0625rem;
  }
  .l-footer__main-inner {
    padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
  }
  .l-footer__main-content {
    display: block;
    padding: 6.9375rem 1.25rem 1.25rem;
  }
  .l-footer__brand {
    width: 100%;
  }
  .l-footer__logo {
    aspect-ratio: 192/30;
    margin-bottom: 1.1875rem;
    width: 12rem;
  }
  .l-footer__address {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    margin-bottom: 1.5625rem;
  }
  .l-footer__contact .c-btn {
    max-width: 18.4375rem;
    min-width: 18.4375rem;
    width: 18.4375rem;
  }
  .l-footer__menu {
    display: none;
  }
  .l-footer__main-bottom {
    align-items: center;
    border-top: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    height: auto;
    margin-left: 0;
    padding: 0;
    padding-bottom: 0rem;
    padding-top: 3.625rem;
    text-align: center;
    width: auto;
  }
  .l-footer__privacy {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0.125rem;
  }
  .l-footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 2.4;
  }
}

.l-top {
  background: #F2F0EA;
  padding-bottom: 11.5625rem;
  padding-top: 11.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .l-top {
    padding-bottom: 3.34375rem;
    padding-top: 7.75rem;
  }
}
.l-top__main {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .l-top__main {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5625rem;
  }
}
.l-top__ttl {
  color: #222222;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1.1009174312;
}
@media only screen and (max-width: 767.499px) {
  .l-top__ttl {
    color: #222222;
    font-size: 3.125rem;
    font-weight: 800;
    line-height: 1.5;
  }
}
.l-top__sub--ttl {
  color: #222222;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .l-top__sub--ttl {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4615384615;
    margin-top: initial;
  }
}
.l-top__breadcrumbs {
  margin-top: 1.375rem;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
@media only screen and (max-width: 767.499px) {
  .l-top__breadcrumbs {
    margin-top: initial;
  }
}
.l-top__breadcrumbs-item {
  align-items: center;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
}
.l-top__breadcrumbs-item:not(:first-child) {
  margin-left: 0.75rem;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .l-top__breadcrumbs-item:not(:first-child) {
    margin-left: 0.375rem;
    padding-left: 0.875rem;
  }
}
.l-top__breadcrumbs-item:not(:first-child)::before {
  background: #000000;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  width: 0.5rem;
}
.l-top__breadcrumbs-list {
  align-items: center;
  display: flex;
}
.l-top__breadcrumbs-link {
  color: #7E7E7E;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2352941176;
}
.l-top__breadcrumbs-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767.499px) {
  .l-top__breadcrumbs-link {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}
.l-top__breadcrumbs-link--second {
  position: relative;
}
.l-top__breadcrumbs-txt {
  border-bottom: 0.09375rem solid #FCD005;
  color: #222222;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6153846154;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .l-top__breadcrumbs-txt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.l-nav {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  transition-property: opacity;
  z-index: 100;
}
@media only screen and (max-width: 767.499px) {
  .l-nav {
    padding: 0.75rem 1rem;
  }
}
.l-nav.is-short .l-nav__list {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.l-nav.is-active .l-nav__list {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.l-nav.is-active .l-nav__menu {
  right: 0;
}
.l-nav.is-active .l-nav__main {
  pointer-events: auto;
}
.l-nav.is-active .l-nav__main-bg {
  opacity: 1;
  visibility: visible;
}
.l-nav.is-active .l-nav__main-contents {
  opacity: 1;
  transition-delay: 0.3s;
  visibility: visible;
}
@media only screen and (max-width: 767.499px) {
  .l-nav.is-active .l-nav__main, .l-nav.is-active .l-nav__main-contents {
    background: #F2F0EA;
  }
}
.l-nav.on-darkmode .l-nav__item-head {
  color: #fff;
}
.l-nav.on-darkmode .l-nav__item-head .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.l-nav.on-yellowmode .l-nav__contact {
  background: #fff;
}
.l-nav__contents {
  align-items: center;
  display: inline-flex;
  height: 7.5625rem;
  margin-left: auto;
  padding-right: 10rem;
  pointer-events: none;
  position: relative;
  text-align: left;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__contents {
    height: 3rem;
    padding: 0;
  }
}
.l-nav__contents-container {
  pointer-events: none;
  text-align: right;
}
.l-nav__sub {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0px 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  line-height: 0;
  padding: 1.3125rem 1.5rem;
}
@media (hover: hover) {
  .l-nav__sub-link:hover .txt.--main {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .l-nav__sub-link:hover .txt.--sub {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (hover: none) {
  .l-nav__sub-link:active .txt.--main {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .l-nav__sub-link:active .txt.--sub {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-nav__sub-link .txt-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.l-nav__sub-link .txt {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  position: relative;
  white-space: nowrap;
}
.l-nav__sub-link .txt.--main, .l-nav__sub-link .txt.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-nav__sub-link .txt.--sub {
  -webkit-transform: translateY(100%);
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
}
.l-nav__sub-container {
  left: -1.1875rem;
  opacity: 0;
  padding-top: 0.625rem;
  position: absolute;
  top: 5.625rem;
  visibility: hidden;
}
.l-nav__list {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  margin-right: 3.375rem;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__list {
    display: none;
  }
}
.l-nav__item {
  flex: 0 0 auto;
  position: relative;
}
@media (hover: hover) {
  .l-nav__item:hover .l-nav__item-head .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-nav__item:hover .l-nav__sub-container {
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: none) {
  .l-nav__item:active .l-nav__item-head .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-nav__item:active .l-nav__sub-container {
    opacity: 1;
    visibility: visible;
  }
}
.l-nav__item-head {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.125rem;
  min-height: 7.5625rem;
  transition: 0.3s ease-out;
  transition-property: color;
  white-space: nowrap;
}
.l-nav__item-head .arrow {
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  width: 0.625rem;
  -webkit-transform: rotate(0deg);
  margin-top: -1rem;
  transform: rotate(0deg);
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.l-nav__item-head .arrow img {
  transition: 0.3s ease-out;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
}
.l-nav__item-head.--link {
  color: inherit;
  text-decoration: none;
}
.l-nav__item-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.l-nav__item-jp {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.l-nav__item-en {
  color: #7E7E7E;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.l-nav__list {
  pointer-events: auto;
  transition-delay: 0.3s;
  transition-duration: 0.6s;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767.499px) {
  .l-nav__list {
    display: none;
  }
}
.l-nav__contact {
  align-items: center;
  background: #fcd005;
  border-radius: 0 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.5625rem;
  overflow: hidden;
  padding: 2rem;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.42s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background;
  width: 8.375rem;
  z-index: 3;
}
@media (hover: hover) {
  .l-nav__contact:hover .btn-block.--main {
    -webkit-transform: translateY(calc(-100% - 0.625rem));
    transform: translateY(calc(-100% - 0.625rem));
  }
  .l-nav__contact:hover .btn-block.--sub {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (hover: none) {
  .l-nav__contact:active .btn-block.--main {
    -webkit-transform: translateY(calc(-100% - 0.625rem));
    transform: translateY(calc(-100% - 0.625rem));
  }
  .l-nav__contact:active .btn-block.--sub {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-nav__contact .btn-container {
  display: flex;
  overflow: hidden;
  position: relative;
}
.l-nav__contact .btn-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
.l-nav__contact .btn-block.--main, .l-nav__contact .btn-block.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-nav__contact .btn-block.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(calc(100% + 0.625rem));
  transform: translateY(calc(100% + 0.625rem));
  width: 100%;
}
.l-nav__contact .btn-txt {
  color: #222222;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.l-nav__contact .icon {
  height: 1.458125rem;
  width: 1.791875rem;
}
.l-nav__menu {
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 3.5rem;
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
  transition-property: right;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__menu {
    background: #fff;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
    margin-top: 0.25rem;
    right: 0;
    width: 3rem;
  }
}
@media (hover: hover) {
  .l-nav__menu:hover .bar .top .bg {
    -webkit-animation: c-animation-nav-hamburger-line 0.3s ease-out 0s;
    animation: c-animation-nav-hamburger-line 0.3s ease-out 0s;
  }
  .l-nav__menu:hover .bar .mid .bg {
    -webkit-animation: c-animation-nav-hamburger-line 0.3s ease-out 0.1s;
    animation: c-animation-nav-hamburger-line 0.3s ease-out 0.1s;
  }
  .l-nav__menu:hover .bar .bottom .bg {
    -webkit-animation: c-animation-nav-hamburger-line 0.3s ease-out 0.2s;
    animation: c-animation-nav-hamburger-line 0.3s ease-out 0.2s;
  }
}
@media (hover: none) {
  .l-nav__menu:active .bar .top .bg {
    -webkit-animation: c-animation-nav-hamburger-line 0.3s ease-out 0s;
    animation: c-animation-nav-hamburger-line 0.3s ease-out 0s;
  }
  .l-nav__menu:active .bar .mid .bg {
    -webkit-animation: c-animation-nav-hamburger-line 0.3s ease-out 0.1s;
    animation: c-animation-nav-hamburger-line 0.3s ease-out 0.1s;
  }
  .l-nav__menu:active .bar .bottom .bg {
    -webkit-animation: c-animation-nav-hamburger-line 0.3s ease-out 0.2s;
    animation: c-animation-nav-hamburger-line 0.3s ease-out 0.2s;
  }
}
.l-nav__menu.is-active .bar .top {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
  transform: translate(-50%, -50%) rotate(405deg);
}
.l-nav__menu.is-active .bar .mid {
  opacity: 0;
}
.l-nav__menu.is-active .bar .bottom {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
}
.l-nav__menu .bar {
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.09375rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-nav__menu .bar .top,
.l-nav__menu .bar .mid,
.l-nav__menu .bar .bottom {
  border-radius: 0.125rem;
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.09375rem;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-nav__menu .bar .top .bg,
.l-nav__menu .bar .mid .bg,
.l-nav__menu .bar .bottom .bg {
  background: #222222;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-nav__menu .bar .top {
  top: -0.28125rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.l-nav__menu .bar .mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-nav__menu .bar .bottom {
  top: 0.28125rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.l-nav__main {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main {
    display: block;
    overflow: auto;
    padding: 7.8125rem 2rem 3.4375rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-nav__main::-webkit-scrollbar {
    display: none;
  }
}
.l-nav__main-bg {
  background: #ffffff;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-bg {
    background: #F2F0EA;
  }
}
.l-nav__main-ttl {
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-ttl {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.l-nav__main-contents {
  max-width: 37.5rem;
  opacity: 0;
  padding: 5rem 2.5rem;
  position: relative;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-contents {
    max-width: none;
    padding: 0;
  }
}
.l-nav__main-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-nav__main-item {
  border-bottom: 0.0625rem solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-item {
    gap: 0;
    transition-duration: 0.3s;
    transition-property: margin-bottom;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.l-nav__main-item.is-active {
  margin-bottom: 0.5rem;
}
.l-nav__main-item.is-active .nav-arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-nav__main-head {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-head {
    align-items: center;
    display: flex;
    padding: 1rem 0;
    position: relative;
  }
}
.l-nav__main-head .nav-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  aspect-ratio: 1/1;
  background: #f5f5f5;
  border-radius: 50%;
  transform: translate(0, -50%);
  width: 2rem;
}
.l-nav__main-head .nav-arrow::before, .l-nav__main-head .nav-arrow::after {
  background: #323232;
  border-radius: 0.125rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.l-nav__main-head .nav-arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(450deg);
  transform: translate(-50%, -50%) rotate(450deg);
}
.l-nav__main-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1rem 0;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-nav__main-link:hover {
    color: #fcd005;
  }
}
@media (hover: none) {
  .l-nav__main-link:active {
    color: #fcd005;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-link {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    padding: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main a.l-nav__main-link {
    padding: 1rem 0;
    width: 100%;
  }
}
.l-nav__main-sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-sub {
    gap: 0.8125rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-sub--container {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-sub-item {
    padding-bottom: 0.75rem;
    padding-top: 0.125rem;
  }
  .l-nav__main-sub-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e5e5e5;
  }
}
.l-nav__main-sub-link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-nav__main-sub-link:hover {
    color: #fcd005;
  }
}
@media (hover: none) {
  .l-nav__main-sub-link:active {
    color: #fcd005;
  }
}
@media only screen and (max-width: 767.499px) {
  .l-nav__main-sub-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.l-nav__main-btn--box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.9375rem;
  text-align: center;
}
.l-nav__bottom {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.4375rem;
    justify-content: center;
    margin-top: 4.6875rem;
  }
}
.l-nav__bottom-list {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .l-nav__bottom-list {
    gap: 1.5rem;
  }
}
.l-nav__bottom-link {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4615384615;
  transition: 0.3s ease-out;
  transition-property: color;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-nav__bottom-link:hover {
    color: #fcd005;
  }
}
@media (hover: none) {
  .l-nav__bottom-link:active {
    color: #fcd005;
  }
}
.l-nav__copy {
  line-height: 0;
}
.l-nav__copy .u-en2 {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4615384615;
}

@-webkit-keyframes c-animation-nav-hamburger-line {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0%;
  }
  51% {
    left: 0;
    right: auto;
    width: 0%;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@keyframes c-animation-nav-hamburger-line {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0%;
  }
  51% {
    left: 0;
    right: auto;
    width: 0%;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.l-page {
  position: relative;
}
.l-page__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .l-page__inner {
    gap: 1.5rem;
  }
}
.l-page__nav {
  flex: 0 0 auto;
  width: 13.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .l-page__nav {
    width: 100%;
  }
}
.l-page__main {
  flex: 1 1 auto;
  width: calc(100% - 15.9375rem);
}
@media only screen and (max-width: 767.499px) {
  .l-page__main {
    width: 100%;
  }
}

.c-btn {
  align-items: center;
  background: #fcd005;
  border: 0.09375rem solid #fcd005;
  border-radius: 2.5rem;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 3.375rem;
  min-width: 18.25rem;
  padding: 0.5rem 4.0625rem 0.5rem 1.875rem;
  position: relative;
  transition: background 0.42s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.42s cubic-bezier(0.19, 1, 0.22, 1), padding 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) {
  .c-btn:hover {
    background: #fff;
    border-color: #fcd005;
    padding-right: 1.875rem;
  }
  .c-btn:hover .arrow-wrapper {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .c-btn:hover .txt-container .txt.--main {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-btn:hover .txt-container .txt.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn:hover .arrow-container .arrow.--main {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-btn:hover .arrow-container .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (hover: none) {
  .c-btn:active {
    background: #fff;
    border-color: #fcd005;
    padding-right: 1.875rem;
  }
  .c-btn:active .arrow-wrapper {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .c-btn:active .txt-container .txt.--main {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-btn:active .txt-container .txt.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn:active .arrow-container .arrow.--main {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-btn:active .arrow-container .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-btn .txt-container {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.c-btn .txt {
  color: #222222;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  z-index: 3;
}
.c-btn .txt.--main, .c-btn .txt.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn .txt.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.c-btn .arrow {
  display: inline-block;
  line-height: 0;
}
.c-btn .arrow img {
  height: 0.523125rem;
  max-width: none;
  width: 0.30875rem;
}
.c-btn .arrow-wrapper {
  align-items: center;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.875rem;
}
.c-btn .arrow-container {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  display: flex;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 3;
}
.c-btn .arrow.--main, .c-btn .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.c-btn.--service-reverse {
  background: #fff;
  border-color: #fff;
}
.c-btn.--service-reverse .arrow-wrapper {
  background: #fcd005;
}
@media (hover: hover) {
  .c-btn.--service-reverse:hover {
    background: #fcd005;
    border-color: #fff;
  }
}
@media (hover: none) {
  .c-btn.--service-reverse:active {
    background: #fcd005;
    border-color: #fff;
  }
}
.c-btn.--service-external .arrow.--external img {
  height: 0.84375rem;
  width: 0.84375rem;
}
.c-btn.--service-external .arrow.--external, .c-btn.--service-external .arrow.--external.--main, .c-btn.--service-external .arrow.--external.--sub {
  height: 0.84375rem;
  width: 0.84375rem;
}
.c-btn.--service-fixed-width {
  max-width: none;
  min-width: 23.3125rem;
  width: 23.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .c-btn.--service-fixed-width {
    min-width: 0;
    width: 100%;
  }
}
.c-btn__box {
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .c-btn {
    max-width: 23.4375rem;
    width: 100%;
  }
}

.c-breadcrumb {
  position: relative;
}

@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--company .nav-wrapper__item {
    flex: 1 1 auto;
    width: calc(33.3333333333% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--company .nav-wrapper__item:nth-child(4)::before {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--business .nav-wrapper__item {
    flex: 1 1 auto;
    width: calc(33.3333333333% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--business .nav-wrapper__item:nth-child(3n+2) {
    flex: 0 0 auto;
    width: 5.4375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--business .nav-wrapper__item:nth-child(3n+3) {
    flex: 0 0 auto;
    padding-right: 0.5rem;
    width: 6.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--business .nav-wrapper__item:nth-child(4)::before {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--business .nav-wrapper__item:nth-child(5) {
    flex: 1 0 auto;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--kinder .nav-wrapper__item {
    flex: 1 1 auto;
    width: calc(33.3333333333% - 1rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--kinder .nav-wrapper__item:nth-child(2) {
    flex: 0 0 auto;
    width: 5.4375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--kinder .nav-wrapper__item:nth-child(3) {
    flex: 0 0 auto;
    padding-right: 0.5rem;
    width: 6.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper.nav--kinder .nav-wrapper__item:nth-child(4)::before {
    display: none;
  }
}
.nav-wrapper {
  background: #EEEADB;
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.nav-wrapper__nav {
  padding: 1.53125rem 0;
}
.nav-wrapper__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 5rem;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper__list {
    flex-wrap: wrap;
    gap: 1.3125rem 1.5rem;
  }
}
.nav-wrapper__item {
  position: relative;
}
.nav-wrapper__item:not(:first-child)::before {
  content: "";
  height: 1.3125rem;
  left: -2.5rem;
  position: absolute;
  top: 50%;
  width: 0.0625rem;
  -webkit-transform: translate(-50%, -50%);
  background: #222222;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper__item:not(:first-child)::before {
    left: -0.75rem;
  }
}
.nav-wrapper__link {
  align-items: center;
  box-shadow: inset 0 -0.125rem 0 0 transparent;
  color: #222222;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.25rem;
  justify-content: center;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media (hover: hover) {
  .nav-wrapper__link:hover {
    box-shadow: inset 0 -0.125rem 0 0 #fcd005;
  }
}
@media (hover: none) {
  .nav-wrapper__link:active {
    box-shadow: inset 0 -0.125rem 0 0 #fcd005;
  }
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper__link {
    font-size: 0.8125rem;
    gap: 0.25rem;
  }
}
.nav-wrapper__link .nav-wrapper__link-text {
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .nav-wrapper__link .nav-wrapper__link-text {
    line-height: 1.5384615385;
  }
}
.nav-wrapper__link .arrow-circle {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 1.125rem;
  justify-content: center;
  position: relative;
  top: 0.0625rem;
  width: 1.125rem;
}

.s-top-fv {
  position: relative;
  z-index: 1;
}
.s-top-fv__wrapper {
  overflow: hidden;
}
.s-top-fv__bg {
  background: #f2f0ea;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.s-top-fv__bg-image {
  overflow: hidden;
  width: 100%;
}
.s-top-fv__bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-top-fv__bg-image.only-pc {
  aspect-ratio: 1400/828;
  border-bottom-left-radius: 5rem;
}
.s-top-fv__bg-image.only-sp {
  aspect-ratio: 375/615;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.s-top-fv__tagline {
  align-items: flex-start;
  bottom: 12.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__tagline {
    bottom: 9.6875rem;
    gap: 0.8125rem;
    left: 0;
  }
}
.s-top-fv__tagline .tagline-txt {
  color: #fff;
  display: block;
  margin: 0;
}
.s-top-fv__tagline .tagline-txt.--jp {
  align-self: flex-end;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.2592592593;
  padding-right: 2.6875rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__tagline .tagline-txt.--jp {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: -0.75rem;
    order: 2;
    padding-right: 0;
    z-index: 1;
  }
}
.s-top-fv__tagline .tagline-txt.--en {
  font-family: "Figtree", sans-serif;
  font-size: 6.375rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9215686275;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (min-width: 1401px) {
  .s-top-fv__tagline .tagline-txt.--en {
    font-size: 7.2142857143vw;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__tagline .tagline-txt.--en {
    font-family: "Figtree", sans-serif;
    font-size: 3.8125rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.0983606557;
    order: 1;
    z-index: 2;
  }
}
.s-top-fv__scroll {
  bottom: 2.875rem;
  left: 2.8125rem;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__scroll {
    bottom: 4.0625rem;
    left: 0.9375rem;
  }
}
.s-top-fv__scroll .circle {
  aspect-ratio: 1/1;
  display: block;
  height: 7.1875rem;
  -webkit-animation: s-top-fv-circle-text-rotate 16s linear infinite;
  animation: s-top-fv-circle-text-rotate 16s linear infinite;
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__scroll .circle {
    height: 5.625rem;
  }
}
.s-top-fv__scroll .arrow {
  aspect-ratio: 1/1;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-top-fv__scroll-arrow {
  height: 2.0625rem;
  width: 2.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-fv__scroll-arrow {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@-webkit-keyframes s-top-fv-circle-text-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes s-top-fv-circle-text-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.s-top-about {
  background: #f2f0ea;
  overflow: hidden;
  padding-bottom: 12.3125rem;
  padding-top: 9.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about {
    padding-bottom: 0rem;
    padding-top: 3.875rem;
  }
}
.s-top-about__inner {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 87.5rem;
  padding-right: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .s-top-about__inner {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding-right: 0;
  }
}
.s-top-about__visual {
  flex: 0 1 38.375rem;
  padding-top: 8.8125rem;
  position: relative;
  width: min(37.25rem, 48vw);
  will-change: transform, opacity;
}
.s-top-about__visual.u-scroll.--fade {
  -webkit-filter: none;
  filter: none;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__visual {
    display: flex;
    justify-content: center;
    margin-top: -3.5rem;
    max-height: 37.9375rem;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
  }
}
.s-top-about__visual-main {
  aspect-ratio: 525/595;
  display: block;
  margin-left: auto;
  position: relative;
  width: 32.8125rem;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__visual-main {
    margin-left: 0.875rem;
    width: 20.125rem;
  }
}
.s-top-about__visual-main object,
.s-top-about__visual-main img {
  display: block;
  height: 100%;
  width: 100%;
}
.s-top-about__visual-bg {
  aspect-ratio: 596/856;
  bottom: -6.9375rem;
  left: min(0px, (100vw - 87.5rem) / -2);
  position: absolute;
  width: 37.25rem;
  z-index: 1;
}
.s-top-about__content {
  flex: 0 1 auto;
  margin-right: 8.9375rem;
  max-width: 100%;
  padding-bottom: 1.125rem;
  padding-top: 0.3125rem;
  width: 32.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__content {
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    width: 100%;
  }
}
.s-top-about__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.75rem;
  font-weight: 700;
  gap: 0;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .s-top-about__title {
    font-size: min(1.75rem, 2.4vw);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__title {
    font-size: 1.25rem;
    justify-content: center;
    margin-bottom: 2.1875rem;
    margin-top: 5.0625rem;
  }
}
.s-top-about__title .word {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
.s-top-about__title .word:not(.--img) {
  padding-left: 0.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__title .word:not(.--img) {
    padding-left: 0.3125rem;
  }
}
.s-top-about__title .word.--img {
  aspect-ratio: 119/51;
  width: 7.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__title .word.--img {
    aspect-ratio: 87/37;
    width: 5.4375rem;
  }
}
.s-top-about__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
}
@media only screen and (min-width: 768px) {
  .s-top-about__txt {
    font-size: min(1.125rem, 1.56vw);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.s-top-about__txt p + p {
  margin-top: 2.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__txt p + p {
    margin-top: 1.6875rem;
  }
}
.s-top-about__btn {
  margin-top: 1.875rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__btn {
    margin-top: 1.875rem;
  }
}
.s-top-about__btn .c-btn {
  min-width: 18.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-about__btn .c-btn {
    min-width: 0;
  }
}

.s-top-service {
  background: #f2f0ea;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service {
    background: #f2f0ea;
  }
}
.s-top-service__bg {
  background: #fcd005;
  border-radius: 5rem 5rem 0 0;
  overflow: hidden;
  padding-bottom: 11.25rem;
  padding-top: 11.25rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__bg {
    border-radius: 2.5rem 2.5rem 0 0;
    padding-bottom: 7.375rem;
    padding-top: 3.9375rem;
  }
}
.s-top-service__inner {
  margin: 0 auto;
  position: relative;
  width: min(67.375rem, 100% - 5rem);
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
  }
}
.s-top-service__head {
  align-items: flex-start;
  display: flex;
  gap: 3.75rem;
  justify-content: space-between;
  margin-bottom: 2.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__head {
    flex-direction: column;
    gap: 1.75rem;
    margin-bottom: 3rem;
  }
}
.s-top-service__head-main {
  flex: 0 0 auto;
}
.s-top-service__head-en {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__head-en {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}
.s-top-service__head-ja {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__head-ja {
    font-size: 1rem;
  }
}
.s-top-service__head-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  max-width: 100%;
  width: 32.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__head-txt {
    width: 100%;
  }
}
.s-top-service__curve {
  left: 50%;
  position: absolute;
  top: 14.875rem;
  -webkit-transform: translateX(-50%);
  height: 75.4475rem;
  transform: translateX(-50%);
  width: 55.2575rem;
  z-index: 1;
}
.s-top-service__list {
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
  margin-bottom: 5.8125rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__list {
    gap: 1.9375rem;
    margin-bottom: 4.9375rem;
  }
}
.s-top-service__item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item {
    align-items: stretch;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.s-top-service__item.--odd .s-top-service__item-content {
  order: 1;
}
.s-top-service__item.--odd .s-top-service__item-media {
  order: 2;
}
.s-top-service__item.--even .s-top-service__item-media {
  order: 1;
}
.s-top-service__item.--even .s-top-service__item-content {
  order: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item.--odd .s-top-service__item-media, .s-top-service__item.--even .s-top-service__item-media {
    order: 1;
  }
  .s-top-service__item.--odd .s-top-service__item-content, .s-top-service__item.--even .s-top-service__item-content {
    order: 2;
  }
}
.s-top-service__item.--02 {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item.--02 {
    margin-top: 1.0625rem;
  }
}
.s-top-service__item.--03 {
  margin-top: 2.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item.--03 {
    margin-top: 0.125rem;
  }
}
.s-top-service__item-media {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-media {
    left: 50%;
    -webkit-transform: translateX(-50%);
    margin-right: 0;
    transform: translateX(-50%);
  }
}
.s-top-service__item-media.--01 {
  aspect-ratio: 608/444;
  width: 38rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-media.--01 {
    width: 21.481875rem;
  }
}
.s-top-service__item-media.--02 {
  aspect-ratio: 526.6/413.75;
  width: 32.9125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-media.--02 {
    width: 20.8125rem;
  }
}
.s-top-service__item-media.--03 {
  aspect-ratio: 628.5/452.31;
  width: 39.28125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-media.--03 {
    width: 24.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-top-service__item-image--01 {
    top: 48% !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-image--01 {
    left: 50%;
    top: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .s-top-service__item-image--02 {
    left: 42% !important;
    top: 55% !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-image--02 {
    left: 47% !important;
    top: 47% !important;
  }
}
@media only screen and (min-width: 768px) {
  .s-top-service__item-image--03 {
    left: 58% !important;
    top: 48% !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-image--03 {
    left: 48% !important;
    top: 48% !important;
  }
}
.s-top-service__item-content {
  flex: 0 1 auto;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .s-top-service__item-content.--w446 {
    width: 27.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-top-service__item-content.--w503 {
    width: 31.4375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-content {
    width: 100%;
  }
}
.s-top-service__item-title {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  padding-bottom: 0;
  position: relative;
}
.s-top-service__item-title::after {
  background: #222222;
  bottom: -1.5rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-title {
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 0.6875rem;
  }
  .s-top-service__item-title::after {
    bottom: -0.25rem;
  }
}
.s-top-service__item-title .num {
  flex: 0 0 auto;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  -webkit-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-title .num {
    font-size: 1.75rem;
    line-height: 1.5;
    -webkit-transform: none;
    transform: none;
  }
}
.s-top-service__item-title .txt {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-title .txt {
    font-size: 1.25rem;
    -webkit-transform: none;
    transform: none;
  }
}
.s-top-service__item-title.--foot {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-title.--foot {
    margin-bottom: 1.875rem;
  }
}
.s-top-service__item-txt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
.s-top-service__item-btn {
  margin-top: 1.5625rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-btn {
    margin-top: 1.5625rem;
    text-align: center;
  }
}
.s-top-service__item-btn .c-btn {
  min-width: 18.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item-btn .c-btn {
    min-width: 0;
    width: 100%;
  }
}
.s-top-service__item.--01 .s-top-service__item-btn, .s-top-service__item.--02 .s-top-service__item-btn, .s-top-service__item.--03 .s-top-service__item-btn {
  -webkit-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item.--01 .s-top-service__item-btn, .s-top-service__item.--02 .s-top-service__item-btn, .s-top-service__item.--03 .s-top-service__item-btn {
    -webkit-transform: none;
    transform: none;
  }
}
.s-top-service__item.--01 .s-top-service__item-btn .c-btn, .s-top-service__item.--03 .s-top-service__item-btn .c-btn {
  max-width: none;
  min-width: 19.75rem;
  width: 19.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__item.--01 .s-top-service__item-btn .c-btn, .s-top-service__item.--03 .s-top-service__item-btn .c-btn {
    min-width: 0;
    width: 100%;
  }
}
.s-top-service__foot {
  background: #FCFCED;
  border-radius: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  max-width: calc(100vw - 5rem);
  transform: translateX(-50%);
  width: 77.5rem;
  z-index: 4;
}
.s-top-service__foot::after {
  bottom: 2.5rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 2.5rem;
  width: 0.0625rem;
  -webkit-transform: translateX(-50%);
  background: #d9d8cb;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__foot {
    -ms-grid-columns: 1fr;
    border-radius: 1.25rem;
    grid-template-columns: 1fr;
    left: 50%;
    -webkit-transform: translateX(-50%);
    max-width: 21.4375rem;
    transform: translateX(-50%);
    width: 21.4375rem;
  }
  .s-top-service__foot::after {
    content: none;
  }
}
.s-top-service__foot-item {
  padding: 4rem 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__foot-item {
    min-height: 19.5625rem;
    padding: 2.5rem 1.5rem;
  }
}
.s-top-service__foot-item.--04, .s-top-service__foot-item.--05 {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__foot-item.--04, .s-top-service__foot-item.--05 {
    width: 100%;
  }
}
.s-top-service__foot-item.--05 {
  border-left: 0;
}
.s-top-service__foot-item.--05 .s-top-service__item-btn .c-btn {
  height: 2.875rem;
  max-width: none;
  min-height: 2.875rem;
  min-width: 14rem;
  width: 14rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__foot-item.--05 .s-top-service__item-btn .c-btn {
    height: 2.875rem;
    min-height: 2.875rem;
    min-width: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__foot-item.--05 {
    border-left: 0;
    border-top: 0;
    position: relative;
  }
  .s-top-service__foot-item.--05::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    background: repeating-linear-gradient(to right, #cfcfcf 0, #cfcfcf 0.125rem, transparent 0.125rem, transparent 0.5625rem);
    height: 0.09375rem;
    transform: translateX(-50%);
    width: 16.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-service__foot-item.--04 {
    padding-top: 3.75rem;
  }
}

.s-top-intro {
  margin-top: -11.1875rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro {
    margin-top: -13.5625rem;
  }
}
.s-top-intro.--fv-news {
  height: 0;
  margin-top: 0;
}
.s-top-intro.--fv-news .s-top-intro__news {
  border-radius: 1.25rem 0 0 1.25rem;
  height: 5.625rem;
  opacity: 1;
  padding: 1.25rem 2.4375rem 1.25rem 2.4375rem;
  right: 0;
  top: -2.8125rem;
  width: 57.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro.--fv-news .s-top-intro__news {
    border-radius: 1rem 0 0 1rem;
    height: 5.5rem;
    padding: 1.0625rem 1.125rem;
    right: 0;
    top: -2.8125rem;
    width: 22.1875rem;
  }
}
.s-top-intro__scroll {
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  top: -1rem;
  transform: translate(-50%, 0);
  transition: 0.3s ease-out;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  z-index: 2;
}
@media (hover: hover) {
  .s-top-intro__scroll:hover {
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7);
  }
}
@media (hover: none) {
  .s-top-intro__scroll:active {
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__scroll {
    top: -0.75rem;
  }
}
.s-top-intro__scroll .icon {
  aspect-ratio: 1/1;
  margin: 0 auto 0.5rem;
  width: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__scroll .icon {
    margin-bottom: 0.375rem;
    width: 1.5rem;
  }
}
.s-top-intro__scroll .pointer {
  display: block;
  -webkit-animation: scroll-icon 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: scroll-icon 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.s-top-intro__scroll .txt {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__scroll .txt {
    font-size: 0.625rem;
    line-height: 0.4375rem;
    margin-bottom: 0.5rem;
  }
}
.s-top-intro__scroll .bar {
  background: #ffffff;
  border-radius: 2px;
  display: block;
  height: 5.8125rem;
  margin: 0 auto;
  position: relative;
  width: 1px;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__scroll .bar {
    height: 2.5625rem;
  }
}
.s-top-intro__scroll .meter {
  background: #000;
  border-radius: 2px;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: scroll-meter 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: scroll-meter 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.s-top-intro__wrapper {
  padding-bottom: 10.3125rem;
  padding-top: 14.125rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__wrapper {
    padding-bottom: 5rem;
    padding-top: 7.25rem;
  }
}
.s-top-intro__circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 202.8125rem;
  -webkit-transform: translate(-50%, 0) scale(0);
  background: #fcd005;
  transform: translate(-50%, 0) scale(0);
  z-index: -1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__circle {
    width: 173.9375rem;
  }
}
.s-top-intro__container {
  margin: 0 auto;
  max-width: 81.5rem;
  position: relative;
}
.s-top-intro__container-inner {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 8.375rem 3.125rem 8.3125rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__container-inner {
    padding: 5rem 1.5rem 21.125rem;
  }
}
.s-top-intro__container-main {
  position: relative;
  z-index: 2;
}
.s-top-intro__bg {
  aspect-ratio: 652/157;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__bg {
    aspect-ratio: 344/247;
  }
}
.s-top-intro__icon {
  aspect-ratio: 1/1;
  margin: 0 auto 1.5rem;
  width: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__icon {
    width: 2.5rem;
  }
}
.s-top-intro__tagline {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__tagline {
    gap: 1.25rem;
    margin-bottom: 2.4375rem;
  }
}
.s-top-intro__tagline .lg {
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__tagline .lg {
    font-size: 1.4375rem;
    line-height: 1.0625rem;
  }
}
.s-top-intro__tagline .sm {
  font-size: 1.5625rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__tagline .sm {
    font-size: 1rem;
    line-height: 0.75rem;
  }
}
.s-top-intro__txt {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.1333333333;
  margin: 0 auto 2.875rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__txt {
    line-height: 2;
    margin-bottom: 2.4375rem;
  }
}
.s-top-intro__img {
  position: absolute;
  z-index: 2;
}
.s-top-intro__img .img {
  border-radius: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img .img {
    border-radius: 0.5rem;
  }
}
.s-top-intro__img.--img1 {
  left: 2.6875rem;
  top: 6.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img1 {
    bottom: 11rem;
    left: -2.375rem;
    top: auto;
  }
}
.s-top-intro__img.--img1 .img {
  aspect-ratio: 352/239;
  width: 22rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img1 .img {
    aspect-ratio: 155/106;
    width: 9.6875rem;
  }
}
.s-top-intro__img.--img2 {
  left: -0.75rem;
  top: 20rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img2 {
    bottom: 5.875rem;
    left: 1.1875rem;
    top: auto;
  }
}
.s-top-intro__img.--img2 .img {
  aspect-ratio: 296/192;
  width: 18.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img2 .img {
    aspect-ratio: 147/94;
    width: 9.1875rem;
  }
}
.s-top-intro__img.--img3 {
  left: 9.1875rem;
  top: 39.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img3 {
    display: none;
  }
}
.s-top-intro__img.--img3 .img {
  aspect-ratio: 267/176;
  width: 16.6875rem;
}
.s-top-intro__img.--img4 {
  right: -0.75rem;
  top: -2.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img4 {
    bottom: 9.25rem;
    right: -1.3125rem;
    top: auto;
  }
}
.s-top-intro__img.--img4 .img {
  aspect-ratio: 277/350;
  width: 17.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img4 .img {
    aspect-ratio: 122/154;
    width: 7.625rem;
  }
}
.s-top-intro__img.--img5 {
  right: 3.6875rem;
  top: 22.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img5 {
    bottom: 2.5rem;
    right: -0.375rem;
    top: auto;
  }
}
.s-top-intro__img.--img5 .img {
  aspect-ratio: 295/205;
  width: 18.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__img.--img5 .img {
    aspect-ratio: 129/90;
    width: 8.0625rem;
  }
}
.s-top-intro__news {
  background: #fff;
  border-radius: 2.8125rem 0 0 2.8125rem;
  box-shadow: 0 0.9375rem 1.5625rem rgba(225, 221, 194, 0.24);
  display: flex;
  height: 5.625rem;
  opacity: 0;
  padding: 1.25rem 2rem;
  position: absolute;
  right: 0;
  top: -2.5rem;
  width: 36.375rem;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__news {
    height: 5rem;
    padding: 0.8125rem 2rem;
    top: -9.375rem;
    width: calc(100% - 1rem);
  }
}
.s-top-intro__news-head {
  align-items: center;
  color: #fcd005;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  width: 3.3125rem;
}
.s-top-intro__news-head::after {
  background: #000;
  content: "";
  height: 3.25rem;
  position: absolute;
  right: -1.8125rem;
  top: 50%;
  width: 0.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__news-head {
    display: none;
  }
}
.s-top-intro__news-body {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.s-top-intro__news-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-top-intro__news-empty {
  left: 3.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  color: #888888;
  font-size: 0.8125rem;
  font-weight: 500;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__news-empty {
    left: 0;
  }
}
.s-top-intro__news-item {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  padding-left: 3.625rem;
  padding-right: 3rem;
  position: relative;
}
@media (hover: hover) {
  .s-top-intro__news-item:hover .news-ttl, .s-top-intro__news-item:hover .news-date {
    color: #FCD005;
  }
  .s-top-intro__news-item:hover .news-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-top-intro__news-item:hover .news-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-intro__news-item:hover .news-arrow .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (hover: none) {
  .s-top-intro__news-item:active .news-ttl, .s-top-intro__news-item:active .news-date {
    color: #FCD005;
  }
  .s-top-intro__news-item:active .news-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-top-intro__news-item:active .news-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-intro__news-item:active .news-arrow .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__news-item {
    align-items: flex-start;
    gap: 0.375rem;
    justify-content: center;
    min-height: 3.375rem;
    padding: 0 2rem 0 0;
  }
}
.s-top-intro__news-item .news-head {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.s-top-intro__news-item .news-tag {
  align-items: center;
  background: #ffed9b;
  border-radius: 0.25rem;
  color: #222222;
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 700;
  justify-content: center;
  min-height: 1.1875rem;
  padding: 0.25rem 0.75rem;
}
.s-top-intro__news-item .news-date {
  align-items: center;
  color: #000000;
  display: flex;
  gap: 0.25rem;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color;
}
.s-top-intro__news-item .news-date .u-en2 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__news-item .news-date .u-en2 {
    font-size: 0.8125rem;
  }
}
.s-top-intro__news-item .news-date .week {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
}
@media only screen and (max-width: 767.499px) {
  .s-top-intro__news-item .news-date .week {
    font-size: 0.6875rem;
  }
}
.s-top-intro__news-item .news-ttl {
  display: -webkit-box;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color;
  white-space: normal;
}
.s-top-intro__news-item .news-arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  transform: translate(0, -50%);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 1.5rem;
}
.s-top-intro__news-item .news-arrow .arrow {
  aspect-ratio: 1/1;
  pointer-events: none;
  width: 1.5rem;
}
.s-top-intro__news-item .news-arrow .arrow.--main, .s-top-intro__news-item .news-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-top-intro__news-item .news-arrow .arrow img {
  height: 1.5rem;
  transition: -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.s-top-intro__news-item .news-arrow .arrow.--sub {
  -webkit-transform: translateX(-100%);
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}
.s-top-intro__news-item .news-arrow .arrow-container {
  display: flex;
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes scroll-meter {
  0% {
    height: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    height: 100%;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  60% {
    height: 100%;
    opacity: 0;
  }
  65% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes scroll-meter {
  0% {
    height: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    height: 100%;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  60% {
    height: 100%;
    opacity: 0;
  }
  65% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.s-top-business {
  background: #fcfced;
  border-radius: 0 0 0 12.5rem;
  overflow: clip;
  padding-bottom: 20.5625rem;
  padding-top: 11.25rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business {
    border-radius: 0 0 0 4.375rem;
    padding-bottom: 32.125rem;
    padding-top: 6.25rem;
  }
}
.s-top-business__wrapper {
  background: #fff;
  position: relative;
  z-index: 3;
}
.s-top-business__inner {
  max-width: 72.5rem;
}
.s-top-business__head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business__head {
    margin-bottom: 1.875rem;
  }
}
.s-top-business__head-en {
  color: #fcd005;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.9375rem;
  text-transform: uppercase;
}
.s-top-business__head-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.9375rem;
}
.s-top-business__txt {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.0666666667;
  margin-bottom: 10.625rem;
  max-width: 34.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business__txt {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-bottom: 3.5625rem;
  }
}
.s-top-business__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 22.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business__list {
    gap: 1.125rem;
    max-width: 100%;
  }
}
@media (hover: hover) {
  .s-top-business__item:hover .business-arrow {
    background: #fcd005;
    border-color: #fcd005;
  }
  .s-top-business__item:hover .business-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-business__item:hover .business-arrow .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (hover: none) {
  .s-top-business__item:active .business-arrow {
    background: #fcd005;
    border-color: #fcd005;
  }
  .s-top-business__item:active .business-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-business__item:active .business-arrow .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.s-top-business__item .business-head {
  border-bottom: 0.09375rem solid #f1f1db;
  margin-bottom: 0.875rem;
  padding: 0.8125rem 0;
  position: relative;
}
.s-top-business__item .business-ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
}
.s-top-business__item .business-txt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business__item .business-txt {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.s-top-business__item .business-arrow {
  align-items: center;
  background: #fff;
  border: 0.09375rem solid #f1f1db;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.5rem;
  -webkit-transform: translate(0, -50%);
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, border-color;
}
.s-top-business__item .business-arrow .arrow {
  aspect-ratio: 1/1;
  display: inline-block;
  width: 0.875rem;
}
.s-top-business__item .business-arrow .arrow.--main, .s-top-business__item .business-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-top-business__item .business-arrow .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.s-top-business__item .business-arrow .arrow-container {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.s-top-business__img {
  aspect-ratio: 916/887;
  width: 57.25rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business__img {
    aspect-ratio: 407/394;
    width: 25.4375rem;
  }
}
.s-top-business__img-container {
  left: calc(50% - 7.3125rem);
  position: absolute;
  top: 21.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-business__img-container {
    bottom: 5rem;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.s-top-links {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-links {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.s-top-links__inner {
  max-width: 82.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-links__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.s-top-links__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .s-top-links__container {
    border-radius: 0;
  }
}
.s-top-links__block {
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 24.4375rem;
  overflow: hidden;
  padding: 5rem;
  position: relative;
  width: 50%;
  z-index: 1;
}
.s-top-links__block:first-child {
  border-radius: 1rem 0 0 1rem;
}
.s-top-links__block:last-child {
  border-radius: 0 1rem 1rem 0;
}
.s-top-links__block:only-child {
  border-radius: 1rem;
}
@media (hover: hover) {
  .s-top-links__block:hover .links-arrow {
    background: #fcd005;
    border-color: #fcd005;
  }
  .s-top-links__block:hover .links-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-links__block:hover .links-arrow .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .s-top-links__block:hover .links-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (hover: none) {
  .s-top-links__block:active .links-arrow {
    background: #fcd005;
    border-color: #fcd005;
  }
  .s-top-links__block:active .links-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-links__block:active .links-arrow .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .s-top-links__block:active .links-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media only screen and (max-width: 767.499px) {
  .s-top-links__block {
    border-radius: 1rem;
    min-height: 22.75rem;
    padding: 3.5rem 2rem;
    width: 100%;
  }
}
.s-top-links__block .links-img {
  inset: 0;
  position: absolute;
  z-index: -1;
}
.s-top-links__block .links-img::before {
  background: rgba(31, 52, 90, 0.5);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.s-top-links__block .links-img img {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.s-top-links__block .links-en {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .s-top-links__block .links-en {
    font-size: 2.5rem;
    line-height: 1.05;
    martin-top: -0.5rem;
    margin-bottom: 0.5rem;
  }
}
.s-top-links__block .links-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.9375rem;
  margin-bottom: 2.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-links__block .links-ttl {
    margin-bottom: 1.625rem;
  }
}
.s-top-links__block .links-txt {
  flex: 1 1 auto;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .s-top-links__block .links-txt {
    flex: 0 0 auto;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-bottom: 2.125rem;
  }
}
.s-top-links__block .links-arrow {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border: 0.09375rem solid #f1f1db;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, border-color;
  width: 2.5rem;
}
.s-top-links__block .links-arrow .arrow {
  aspect-ratio: 1/1;
  display: inline-flex;
  width: 0.875rem;
}
.s-top-links__block .links-arrow .arrow.--main, .s-top-links__block .links-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-top-links__block .links-arrow .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.s-top-links__block .links-arrow .arrow-container {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.s-top-news {
  position: relative;
}
.s-top-news__bg-top {
  background: #fcd005;
  position: relative;
  z-index: 1;
}
.s-top-news__bg-bottom {
  background: transparent;
  position: relative;
  z-index: 2;
}
.s-top-news__bg-bottom::after {
  background: #fcfced;
  bottom: 0;
  content: "";
  height: 10rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__bg-bottom::after {
    height: 5.5rem;
  }
}
.s-top-news__panel {
  background: #fff;
  border-radius: 5rem;
  overflow: hidden;
  padding-bottom: 11.25rem;
  padding-top: 11.25rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__panel {
    border-radius: 2.5rem;
    padding-bottom: 8rem;
    padding-top: 4rem;
  }
}
.s-top-news__inner {
  margin: 0 auto;
  width: min(67.375rem, 100% - 5rem);
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
  }
}
.s-top-news__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__head {
    margin-bottom: 2.9375rem;
  }
}
.s-top-news__head-en {
  color: #fcd005;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__head-en {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.s-top-news__head-ja {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__head-ja {
    font-size: 1rem;
  }
}
.s-top-news__btn .c-btn {
  max-width: none;
  min-width: 0;
  width: 14.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__btn {
    margin-top: 2.375rem;
  }
  .s-top-news__btn .c-btn {
    width: 100%;
  }
}
.s-top-news__body {
  align-items: flex-start;
  display: flex;
}
.s-top-news__filter {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 0.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(7.875rem, -webkit-max-content) 0.875rem -webkit-max-content;
    -ms-grid-columns: minmax(7.875rem, max-content) 0.875rem max-content;
    gap: 1.6875rem 0.875rem;
    grid-template-columns: minmax(7.875rem, -webkit-max-content) -webkit-max-content;
    grid-template-columns: minmax(7.875rem, max-content) max-content;
    justify-content: flex-start;
    justify-items: start;
    padding-top: 0;
  }
}
.s-top-news__filter-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  gap: 0.5625rem;
  padding: 0;
  text-align: left;
  transition: opacity 0.3s ease;
}
.s-top-news__filter-btn .txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-top-news__filter-btn .radio {
  background: url("../img/common/radio-btn.svg") center/contain no-repeat;
  flex: 0 0 auto;
  height: 1.25rem;
  position: relative;
  width: 1.25rem;
}
.s-top-news__filter-btn.is-active .radio {
  background-image: url("../img/common/active-radio-btn.svg");
}
.s-top-news__filter-btn.is-active .radio::after {
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(252, 208, 5, 0.9);
  content: "";
  inset: 0.0625rem;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}
@media (hover: hover) {
  .s-top-news__filter-btn:hover .txt {
    color: #FCD005;
  }
}
@media (hover: none) {
  .s-top-news__filter-btn:active .txt {
    color: #FCD005;
  }
}
.s-top-news__main {
  max-width: 100%;
  width: 51.4375rem;
}
.s-top-news__list {
  max-width: 100%;
  width: 51.4375rem;
}
.s-top-news__empty {
  color: #888888;
  font-size: 0.875rem;
  line-height: 1;
  padding: 2.5rem 0;
  text-align: center;
}
.s-top-news__item {
  border-bottom: 0.0625rem solid #cfcfcf;
}
.s-top-news__item:nth-child(n+6) {
  display: none;
}
.s-top-news__item:first-child .s-top-news__item-link {
  padding-top: 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__item:first-child .s-top-news__item-link {
    padding-top: 1.375rem;
  }
}
.s-top-news__item-link {
  color: #222222;
  display: block;
  padding: 1.25rem 1.5rem 1.25rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__item-link {
    padding: 1rem 1.5rem 1rem 0;
  }
}
@media (hover: hover) {
  .s-top-news__item-link:hover .news-ttl {
    color: #FCD005;
  }
  .s-top-news__item-link:hover .news-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-top-news__item-link:hover .news-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-news__item-link:hover .news-arrow .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (hover: none) {
  .s-top-news__item-link:active .news-ttl {
    color: #FCD005;
  }
  .s-top-news__item-link:active .news-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-top-news__item-link:active .news-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-top-news__item-link:active .news-arrow .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.s-top-news__item-meta {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__item-meta {
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.s-top-news__item-meta .news-tag {
  align-items: center;
  background: #FFF6CD;
  border-radius: 0.375rem;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 1.375rem;
  min-width: 6.25rem;
  padding: 0 0.625rem;
}
.s-top-news__item-meta .news-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.s-top-news__item .news-ttl {
  display: -webkit-box;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 1.5rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news__item .news-ttl {
    padding-right: 1.125rem;
  }
}
.s-top-news__item .news-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
}
.s-top-news__item .news-arrow .arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.s-top-news__item .news-arrow .arrow.--main, .s-top-news__item .news-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-top-news__item .news-arrow .arrow img {
  height: 1.5rem;
  transition: -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.s-top-news__item .news-arrow .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.s-top-news__item .news-arrow .arrow-container {
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-top-news .l-page__inner {
    gap: 1.125rem;
  }
  .s-top-news .l-page__nav,
  .s-top-news .l-page__main, .s-top-news__list {
    max-width: none;
    width: 100%;
  }
}

.s-service__page {
  padding: 0 1.25rem;
  width: 100%;
}
.s-service__page.--adjust-top {
  padding-top: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__page.--adjust-top {
    padding-top: 1.25rem;
  }
}
.s-service__page.--service-content {
  background-color: #F8F6F3;
  border-radius: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__page.--service-content {
    border-radius: 2.5rem;
  }
}
.s-service__page.--voice {
  padding-top: 2.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__page.--voice {
    padding-top: 0rem;
  }
}
.s-service__page.--link {
  background-color: #F2F0EA;
  border-radius: 5rem 5rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .s-service__page.--link {
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.s-service__page2 {
  padding: 0 1.25rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-service__page2 {
    padding: 1.25rem 1rem;
  }
}
.s-service__title-en {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__title-en {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    padding-top: 0.3125rem;
  }
}
.s-service__title-ja {
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__title-ja {
    font-size: 1rem;
    padding-top: 0.9375rem;
  }
}
.s-service__section {
  margin: 0 auto;
  max-width: 67.375rem;
  padding-top: 7.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-service__section {
    padding-top: 2.5rem;
  }
}
.s-service__section2 {
  margin: 0 auto;
  max-width: 67.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__section2 {
    max-width: 21.4375rem;
    padding-top: 1.25rem;
  }
}
.s-service__overview-text {
  font-size: 1.125rem;
  line-height: 2.375rem;
  padding-bottom: 1.875rem;
  padding-top: 3.625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__overview-text {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    padding-bottom: 1.75rem;
    padding-top: 2.6875rem;
  }
}
.s-service__figure {
  background-color: #F9F7F5;
  border-radius: 1.25rem;
  height: 37.5625rem;
  margin-bottom: 1.25rem;
  margin-top: 3.9375rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-service__figure {
    border-radius: 1rem;
    height: 68.6875rem;
    margin-bottom: 1.875rem;
    margin-top: 4.125rem;
  }
}
.s-service__problem {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.8125rem;
  padding: 4.5rem 1.25rem 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__problem {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6875rem;
    padding: 2.5rem 1.25rem 1.125rem;
  }
}
.s-service__answer {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  padding: 0 1.25rem 4.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__answer {
    line-height: 1.6875rem;
    padding-bottom: 2.4375rem;
  }
}
.s-service__commentary {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 59.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__commentary {
    flex-direction: column;
    gap: 23.6875rem;
  }
}
.s-service__appeal-box {
  background-color: #ffffff;
  border: 1.5px #FCD005 solid;
  border-radius: 8px;
  display: flex;
  height: 15.875rem;
  width: 3.25rem;
  z-index: 10;
}
@media only screen and (max-width: 767.499px) {
  .s-service__appeal-box {
    height: 2.75rem;
    margin: 0 auto;
    width: 15.9375rem;
  }
}
.s-service__appeal {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.24em;
  margin: 0 auto;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767.499px) {
  .s-service__appeal {
    font-size: 0.9375rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    display: flex;
    letter-spacing: 0.01em;
    margin: auto;
    writing-mode: horizontal-tb;
  }
}
.s-service__img-man {
  bottom: -0.375rem;
  height: 12.625rem;
  left: 15rem;
  position: absolute;
  width: 13.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__img-man {
    bottom: 33.125rem;
    height: 10.0625rem;
    left: 6.5625rem;
    width: 10.75rem;
  }
}
.s-service__img-woman {
  bottom: -0.625rem;
  height: 12.5625rem;
  position: absolute;
  right: 17rem;
  width: 7.6875rem;
  z-index: 10;
}
@media only screen and (max-width: 767.499px) {
  .s-service__img-woman {
    height: 10.5625rem;
    left: 7.1875rem;
    width: 6.4375rem;
  }
}
.s-service__img-problem-arrow {
  bottom: 8.75rem;
  height: auto;
  left: 32.8125rem;
  position: absolute;
  width: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__img-problem-arrow {
    height: auto;
    width: 2.8125rem;
    -webkit-transform: rotate(90deg);
    bottom: 27.8125rem;
    left: 8.9375rem;
    transform: rotate(90deg);
  }
}
.s-service__bubble-left {
  bottom: 9.375rem;
  height: auto;
  left: 8.75rem;
  position: absolute;
  width: 10.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-left {
    bottom: 41.5625rem;
    left: 2.3125rem;
    width: 7.6875rem;
  }
}
.s-service__bubble-right {
  bottom: 11.25rem;
  height: auto;
  left: 20.9375rem;
  position: absolute;
  width: 10.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-right {
    bottom: 42.3125rem;
    left: 11.125rem;
    width: 7.6875rem;
  }
}
.s-service__bubble-text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.59375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
  }
}
.s-service__bubble-text.--left {
  bottom: 4.6875rem;
  left: 1.6875rem;
  position: absolute;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-text.--left {
    bottom: 3.0625rem;
    left: 0rem;
  }
}
.s-service__bubble-text.--right {
  bottom: 4.3125rem;
  left: 1.6875rem;
  position: absolute;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-text.--right {
    bottom: 3rem;
    left: 0rem;
  }
}
.s-service__bubble-text.--center {
  bottom: 2.5rem;
  left: 2.6875rem;
  position: absolute;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-text.--center {
    bottom: 2.1875rem;
    left: 0rem;
  }
}
.s-service__bubble-text.--top {
  bottom: 3.125rem;
  left: 2.4375rem;
  position: absolute;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-text.--top {
    bottom: 2.9375rem;
    left: 0rem;
  }
}
.s-service__bubble-text.--bottom {
  bottom: 3.4375rem;
  left: 2.9375rem;
  position: absolute;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-text.--bottom {
    bottom: 2.75rem;
    left: 0rem;
  }
}
.s-service__bubble-feeling {
  height: auto;
  position: absolute;
  width: 13rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-feeling {
    width: 10.6875rem;
  }
}
.s-service__bubble-feeling.--center {
  bottom: 8.75rem;
  right: 17.9375rem;
  z-index: 5;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-feeling.--center {
    bottom: 10rem;
    right: 9.375rem;
  }
}
.s-service__bubble-feeling.--top {
  bottom: 12.6875rem;
  right: 8.4375rem;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-feeling.--top {
    bottom: 15.625rem;
    right: 3.3125rem;
  }
}
.s-service__bubble-feeling.--bottom {
  bottom: 3.3125rem;
  right: 6.875rem;
  z-index: 4;
}
@media only screen and (max-width: 767.499px) {
  .s-service__bubble-feeling.--bottom {
    bottom: 8.125rem;
    right: 0.625rem;
  }
}
.s-service__points {
  height: auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-service__points {
    padding-bottom: 0rem;
  }
}
.s-service__points-text {
  font-size: 0.9375rem;
  height: auto;
  left: 19.875rem;
  letter-spacing: 0.02em;
  line-height: 2.125rem;
  position: absolute;
  top: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__points-text {
    left: 1.6875rem;
    letter-spacing: -0.01em;
    line-height: 1.75rem;
    text-align: center;
    top: 3.4375rem;
  }
}
.s-service__points-strong {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.s-service__points-strong::after {
  background: #FCD005;
  border-radius: 0.625rem;
  bottom: 0.3125rem;
  content: "";
  height: 6px;
  left: 0.3125rem;
  position: absolute;
  width: 95%;
}
@media only screen and (max-width: 767.499px) {
  .s-service__points-strong::after {
    bottom: 0.125rem;
  }
}
.s-service__points-strong-text {
  position: relative;
  z-index: 3;
}
.s-service__catchphrase {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.8125rem;
  padding-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-service__catchphrase {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-service__catchphrase.--adjust-merit {
    padding-bottom: 0rem;
    padding-top: 4.0625rem;
  }
}

.s-assignment__container {
  display: flex;
  height: auto;
  justify-content: space-between;
  padding-bottom: 0.6875rem;
  padding-top: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__container {
    flex-wrap: wrap;
    gap: 1rem 0.4375rem;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0rem;
  }
}
.s-assignment__list {
  border-radius: 1.25rem;
  box-shadow: inset 0 0 0 2px #EEEAE7;
  height: 21.8125rem;
  width: 16.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__list {
    border-radius: 1rem;
    height: 20.625rem;
    width: 10.5rem;
  }
  .s-assignment__list.--adjust-height {
    height: 21.9375rem;
  }
}
.s-assignment__contents {
  align-items: center;
  background-color: #0097A7;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 4.4375rem;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__contents {
    border-radius: 1rem 1rem 0 0;
    height: 3.9375rem;
  }
}
.s-assignment__numbering-strong {
  font-size: 1.5625rem;
}
.s-assignment__numbering-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.625rem 1.25rem 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__numbering-ttl {
    line-height: 1.4375rem;
    padding: 1rem 0.5rem 1rem;
  }
}
.s-assignment__numbering-text {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  margin: 0 auto;
  max-width: 13.3125rem;
}
.s-assignment__numbering-text.--loss {
  padding-top: 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__numbering-text.--loss {
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__numbering-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin: 0 auto;
    max-width: 9.5rem;
    text-align: center;
  }
}
.s-assignment__loss {
  align-items: center;
  background-color: #FFEDE7;
  border-radius: 0.75rem;
  display: flex;
  height: 5.0625rem;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.25rem;
  max-width: 13.3125rem;
  position: relative;
  width: 13.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__loss {
    border-radius: 0.5rem;
    height: 4.625rem;
    margin-top: 1.75rem;
    width: 9.5rem;
  }
}
.s-assignment__loss.--adjust_margin {
  margin-top: 2.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__loss.--adjust_margin {
    margin-top: 1.75rem;
  }
}
.s-assignment__loss-tag {
  align-items: center;
  background-color: #ffffff;
  border: 1px #FF8C64 solid;
  border-radius: 0.84375rem;
  color: #FF8C64;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  height: 1.6875rem;
  justify-content: center;
  position: absolute;
  top: -0.84375rem;
  width: 4.875rem;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-assignment__loss-tag {
    font-size: 0.6875rem;
    height: 1.5rem;
    width: 4.375rem;
  }
}

.s-merit__supplement {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  padding-top: 1.4375rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-merit__supplement {
    line-height: 1.6875rem;
    padding-top: 1.125rem;
  }
}
.s-merit__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 56.6875rem;
  padding-bottom: 11.25rem;
  padding-top: 5.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-merit__container {
    flex-direction: column;
    gap: 2rem;
    max-width: 20.9375rem;
    padding-bottom: 4rem;
    padding-top: 2.4375rem;
  }
}
.s-merit__numbering {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
  width: 15.5625rem;
}
.s-merit__content {
  max-width: 15.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-merit__content {
    margin: 0 auto;
    max-width: 100%;
  }
}
.s-merit__number {
  align-items: center;
  background-color: #0097A7;
  border-radius: 1.25rem;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.4375rem;
  justify-content: center;
  width: 2.4375rem;
}
.s-merit__ttl {
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  margin: auto 0;
}
.s-merit__items {
  background-color: #F9F7F5;
  border-radius: 7.8125rem;
  height: 15.5625rem;
  margin: 1.5rem 0 1.5rem;
  position: relative;
  width: 15.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-merit__items {
    height: 13.625rem;
    margin: 1rem auto;
    width: 13.625rem;
  }
}
.s-merit__item1 {
  height: 8.8125rem;
  left: 54%;
  position: absolute;
  top: 50%;
  width: 8.8125rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .s-merit__item1 {
    height: 7.75rem;
    width: 7.75rem;
  }
}
.s-merit__item2 {
  height: 10.3125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10.3125rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .s-merit__item2 {
    height: 9.0625rem;
    width: 9.0625rem;
  }
}
.s-merit__item3 {
  height: 9.625rem;
  left: 54%;
  position: absolute;
  top: 47%;
  width: 9.625rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .s-merit__item3 {
    height: 8.1875rem;
    left: 56%;
    top: 46%;
    width: 8.1875rem;
  }
}
.s-merit__text {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-merit__text {
    margin: 0 auto;
    max-width: 100%;
    width: 18.4375rem;
  }
}

.s-contents__top-ttl {
  padding-top: 0.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__top-ttl {
    padding-top: 1.75rem;
  }
}
.s-contents__supplement {
  bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  position: absolute;
  right: 0rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__supplement {
    display: block;
    margin-top: 1.6875rem;
    position: static;
  }
}
.s-contents__support {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 67.375rem;
  padding: 4rem 0 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support {
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem 0 3.5rem;
  }
}
.s-contents__support-content {
  background-color: #ffffff;
  border: 1.5px #EEEAE7 solid;
  border-radius: 1.25rem;
  height: auto;
  position: relative;
  width: 32.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support-content {
    width: 20.9375rem;
  }
}
.s-contents__support-content img {
  border-radius: 1.25rem 1.25rem 0 0;
  height: 16.125rem;
  width: 32.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support-content img {
    width: auto;
  }
}
.s-contents__number-tag {
  align-items: center;
  border-radius: 1.25rem 0 1.25rem 0;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.4375rem;
  justify-content: center;
  position: absolute;
  width: 3.4375rem;
  z-index: 5;
}
.s-contents__number-tag.--green {
  background-color: #0097A7;
}
.s-contents__number-tag.--orange {
  background-color: #F88D5B;
}
.s-contents__number-tag.--details {
  width: 3.6875rem;
}
.s-contents__support-tag {
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.375rem;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.6875rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 16.125rem;
  width: 8.75rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support-tag {
    font-size: 0.9375rem;
    height: 2.1875rem;
    top: 15.75rem;
    width: 7.625rem;
  }
}
.s-contents__support-tag.--green {
  border: 1.5px #0097A7 solid;
  color: #0097A7;
}
.s-contents__support-tag.--orange {
  border: 1.5px #F88D5B solid;
  color: #F88D5B;
  width: 9.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support-tag.--orange {
    width: 8.5625rem;
  }
}
.s-contents__support-ttl {
  color: #0097A7;
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 2.3125rem;
  text-align: center;
}
.s-contents__support-ttl.--orange {
  color: #F88D5B;
}
.s-contents__support-text {
  background-color: #F0F6F6;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  margin: 1rem;
  margin-top: 1.3125rem;
  padding: 1rem 1.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support-text {
    margin: 1.3125rem 0.75rem 1.375rem;
    padding: 1rem 1rem;
  }
}
.s-contents__support-text.--orange {
  background-color: #FFF3ED;
  padding: 1.875rem 1.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__support-text.--orange {
    padding: 1rem 1rem;
  }
}
.s-contents__details {
  margin: 0 auto;
  max-width: 67.375rem;
}
.s-contents__details-ttl {
  align-items: center;
  color: #0097A7;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 2.625rem;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-ttl {
    margin: 0 auto;
    max-width: 20.9375rem;
  }
}
.s-contents__details-ttl::after, .s-contents__details-ttl::before {
  background: #DCD7D0;
  content: "";
  flex: 1;
  height: 1px;
}
.s-contents__details-ttl::after {
  margin-left: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-ttl::after {
    margin-left: 0.625rem;
  }
}
.s-contents__details-ttl::before {
  margin-right: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-ttl::before {
    margin-right: 0.625rem;
  }
}
.s-contents__details-ttl.--orange {
  color: #F88D5B;
}
.s-contents__details-items {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  gap: 2rem;
  height: auto;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-items {
    gap: 1.1875rem;
    padding-bottom: 2.5rem;
  }
}
.s-contents__details-items.--section-margin {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-items.--section-margin {
    padding-bottom: 3.875rem;
  }
}
.s-contents__details-item {
  background-color: #ffffff;
  border-radius: 1.25rem;
}
.s-contents__details-img {
  height: 7.125rem;
  width: 7.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-img {
    margin: 0 auto;
  }
}
.s-contents__tag-point {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  left: 0.75rem;
  position: absolute;
  top: 0.875rem;
}
.s-contents__tag-number {
  left: 1.5625rem;
  position: absolute;
  top: 1.8125rem;
}
.s-contents__details-top {
  display: flex;
  gap: 2.5625rem;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 57.1875rem;
  padding: 1.3125rem 0 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-top {
    flex-direction: column;
    gap: 0.3125rem;
    max-width: 18.9375rem;
    padding: 1.5625rem 0 1.375rem;
  }
}
.s-contents__details-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  padding: 0.75rem 0 0.75rem;
}
.s-contents__details-text {
  line-height: 1.6875rem;
}
.s-contents__details-texts.--merit-area {
  margin-top: 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-texts.--merit-area {
    margin-top: 0rem;
  }
}
.s-contents__details-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 63.375rem;
  padding: 1.8125rem 0 2rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-bottom {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.4375rem 0 1.625rem;
  }
}
.s-contents__details-session {
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1.5px #EEEAE7;
  height: 8.375rem;
  letter-spacing: 0.03em;
  line-height: 1.6875rem;
  padding: 1.75rem 1.5625rem 1.5rem;
  position: relative;
  width: 30.6875rem;
}
.s-contents__details-session.--gray {
  background-color: #F8F6F3;
}
.s-contents__details-session.--yellow {
  background-color: #FFFAEA;
  box-shadow: inset 0 0 0 1.5px #FFF4D2;
}
.s-contents__details-session.--merit-area {
  box-shadow: none;
  padding-bottom: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-session {
    height: auto;
    margin: 0 auto;
    max-width: 19.4375rem;
    padding: 1.75rem 1rem 1rem;
    width: 19.4375rem;
  }
}
.s-contents__session-tag {
  background-color: #ffffff;
  color: #0097A7;
  font-weight: 500;
  height: auto;
  left: 48.5%;
  position: absolute;
  text-align: center;
  top: 0;
  top: -0.0625rem;
  width: 9.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__session-tag {
    left: 50.5%;
  }
}
.s-contents__session-tag.--gray {
  background: none;
  color: #222222;
  display: block;
  left: 54%;
}
.s-contents__session-tag.--yellow {
  background: none;
  color: #FCD005;
  left: 54%;
}
.s-contents__session-tag.--yellow-left {
  background: none;
  color: #FCD005;
  left: 24%;
  top: 10.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__session-tag.--yellow-left {
    left: 50%;
    top: 10.625rem;
  }
}
.s-contents__session-tag.--yellow-right {
  background: none;
  color: #FCD005;
  left: 76%;
  top: 10.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__session-tag.--yellow-right {
    left: 50%;
    top: 33.1875rem;
  }
}
.s-contents__session-tag.--merit-area {
  left: 50%;
  top: 0rem;
  width: 12.8125rem;
}
.s-contents__border-none {
  background-color: #0097A7;
  display: block;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 0;
  width: 10.375rem;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.499px) {
  .s-contents__border-none {
    width: 9.5rem;
  }
}
.s-contents__border-none.--gray {
  background-color: #F8F6F3;
  left: 15.625rem;
  top: 1.8125rem;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__border-none.--gray {
    display: none;
  }
}
.s-contents__border-none.--yellow {
  background-color: #FFFAEA;
  left: 48.125rem;
  top: 1.8125rem;
  width: 10.8125rem;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__border-none.--yellow {
    display: none;
  }
}
.s-contents__border-none-sp.--yellow {
  background-color: #FFFAEA;
  height: 0.3125rem;
  position: absolute;
  width: 9.5rem;
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 13.4375rem;
  transform: translateX(-50%);
  z-index: 3;
}
.s-contents__border-none-sp.--gray {
  background-color: #F8F6F3;
  height: 0.3125rem;
  position: absolute;
  width: 9.5rem;
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 2.4375rem;
  transform: translateX(-50%);
  z-index: 3;
}
.s-contents__thinking-img {
  height: 1.875rem;
  left: 37%;
  position: absolute;
  top: -1.25rem;
  width: 1.875rem;
  z-index: 5;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__thinking-img {
    height: 1.5rem;
    left: 29.5%;
    top: -0.8125rem;
    width: 1.5rem;
  }
}
.s-contents__inspiration-img {
  height: 2rem;
  left: 35%;
  position: absolute;
  top: -1.25rem;
  width: auto;
  z-index: 5;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__inspiration-img {
    height: 1.5rem;
    left: 29.5%;
    top: -0.8125rem;
    width: 1.5rem;
  }
}
.s-contents__session-merit {
  background-color: #FFFAEA;
  border-radius: 0 0 0.75rem 0.75rem;
  box-shadow: inset 1.5px 0 0 #EEEAE7, inset -1.5px 0 0 #EEEAE7, inset 0 -1.5px 0 #EEEAE7;
  height: 8.375rem;
  line-height: 1.6875rem;
  padding: 1.75rem 1.5625rem 1.5rem;
  width: 30.6875rem;
}
.s-contents__session-merit.--adjust {
  height: auto;
  padding: 2.5rem 1.625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__session-merit.--adjust {
    padding: 1.8125rem 1rem 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-contents__session-merit {
    height: 11.25rem;
    padding: 1.75rem 1rem 1rem;
    width: 19.4375rem;
  }
}
.s-contents__session-box {
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1.5px #EEEAE7;
  height: auto;
  width: 30.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__session-box {
    margin: 0 auto;
    width: 19.4375rem;
  }
}

.s-voice__box {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 67.375rem;
  padding: 5.375rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__box {
    padding: 2.5rem 0 0;
  }
}
.s-voice__box-2 {
  margin: 0 auto;
  max-width: 67.375rem;
  padding: 0 0 11.25rem;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__box-2 {
    padding: 0 0 5rem;
  }
}
.s-voice__user-container {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__user-container {
    display: block;
  }
}
.s-voice__user-voice {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  border: 1.5px #FCD005 solid;
  border-radius: 0.5rem;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 19.25rem;
  justify-content: center;
  letter-spacing: 0.28em;
  width: 3.25rem;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__user-voice {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    height: 2.4375rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    width: 20.9375rem;
    writing-mode: horizontal-tb;
  }
}
.s-voice__user-people {
  display: flex;
  gap: 0.8125rem;
  justify-content: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__user-people {
    display: none;
  }
}
.s-voice__user-list {
  border-radius: 1.25rem;
  box-shadow: inset 0 0 0 2px #EEEAE7;
  font-size: 0.9375rem;
  height: 20.1875rem;
  width: 20.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__user-list {
    width: 20.9375rem;
  }
}
.s-voice__user-list.--worker {
  height: 21.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__user-content {
    width: 20.9375rem;
  }
}
.s-voice__user-content {
  padding-top: 1rem;
}
.s-voice__user-bg {
  background-color: #FFFAEA;
  border-radius: 3.25rem;
  height: 6.5rem;
  margin: 0 auto;
  margin-bottom: 0.875rem;
  width: 6.5rem;
}
.s-voice__user-bg img {
  height: 6.5rem;
  width: 6.5rem;
}
.s-voice__user-name {
  font-weight: 500;
  padding-bottom: 1.125rem;
  text-align: center;
}
.s-voice__user-text {
  background: url("../img/service/text-bg1.png") no-repeat center/100% 100%;
  border-radius: 0 0 1.25rem 1.25rem;
  box-shadow: inset 2px 0 0 0 #EEEAE7, inset -2px 0 0 0 #EEEAE7, inset 0 -2px 0 0 #EEEAE7;
  height: 9.75rem;
  line-height: 1.6875rem;
  padding: 1.5rem;
  position: relative;
  width: 20.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-voice__user-text {
    width: 20.9375rem;
  }
}
.s-voice__user-text.--worker {
  background: url("../img/service/text-bg1.png") no-repeat center/100% 100%;
  height: 11.4375rem;
  padding: 2.375rem 1.5rem;
}
.s-voice__user-text.--couple {
  height: 11.4375rem;
}

.s-service__link {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 67.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__link {
    border-radius: 2.5rem 2.5rem 0 0;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.s-service__link-container {
  height: auto;
  margin-bottom: 6.5rem;
  margin-top: 7.5rem;
  width: 32.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__link-container {
    margin-bottom: 0rem;
    margin-top: 0rem;
    width: 20.9375rem;
  }
}
.s-service__link-container:hover {
  opacity: 0.7;
}
.s-service__link-img {
  border-radius: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__link-img {
    border-radius: 0.75rem;
  }
}
.s-service__link-ttl {
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 3.25rem;
  padding-top: 2.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__link-ttl {
    padding-top: 1.625rem;
  }
}
.s-service__link-name {
  border-bottom: 1px #DFDCD2 solid;
  color: #7E7E7E;
  font-weight: 700;
  line-height: 1.3125rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__link-name {
    padding-bottom: 2.8125rem;
  }
}

.dashed_line {
  background: repeating-linear-gradient(to right, #DCD7D0 0, #DCD7D0 9.2px, transparent 9.2px, transparent 15.952px);
  background-position: center left -4.6px;
  background-repeat: repeat-x;
  background-size: 15.952px 1.5px;
  height: 1.5px;
  width: 100%;
}

@media only screen and (max-width: 767.499px) {
  .s-voice__slider .splide__track {
    overflow: visible;
  }
}

.splide_pc_none {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .splide_pc_none {
    display: block;
  }
}

#executive,
#worker {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

#executive .splide__pagination,
#worker .splide__pagination {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
  position: static;
}

.splide__pagination li {
  margin-top: -0.3125rem;
}

#executive .splide__pagination__page,
#worker .splide__pagination__page {
  background-color: #FFFFFF;
  border: 1px solid #FCD005;
  border-radius: 50%;
  height: 0.625rem;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 0.625rem;
  -webkit-transform: none;
  transform: none;
}

#executive .splide__pagination__page.is-active,
#worker .splide__pagination__page.is-active {
  background-color: #FCD005;
}

.s-message-fv {
  background: #f7f3ea;
}
.s-message-fv__inner {
  align-items: flex-end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-message-fv__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }
}
.s-message-fv__image .picture {
  aspect-ratio: 1400/640;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .s-message-fv__image .picture {
    aspect-ratio: 375/232;
  }
}

.s-message-body {
  background-color: #fff;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-body {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }
}
.s-message-body__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-body__content {
    gap: 2.5rem;
  }
}
.s-message-body__txt {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
}
@media only screen and (max-width: 767.499px) {
  .s-message-body__txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.s-message-body__sign {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.5rem;
  text-align: right;
}
@media only screen and (max-width: 767.499px) {
  .s-message-body__sign {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.s-message-body__name {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-body__name {
    margin-top: initial;
  }
}

.s-message-links {
  background-color: #F2F0EA;
  border-radius: 5rem 5rem 0 0;
  padding-bottom: 6.825rem;
  padding-top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links {
    border-radius: 2.5rem 2.5rem 0 0;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.s-message-links__container {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.s-message-links__item {
  border-bottom: 0.0625rem solid #DFDCD2;
  list-style: none;
  padding-bottom: 3.4375rem;
  width: 31.8%;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__item {
    padding-bottom: 1.90625rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__item--high {
    padding-bottom: 2.875rem;
  }
}
.s-message-links__link:hover {
  opacity: 0.7;
}
.s-message-links__image {
  border-radius: 0.75rem;
  overflow: hidden;
}
.s-message-links__image img {
  aspect-ratio: 333/186.77;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__image img {
    aspect-ratio: 335/186.77;
  }
}
.s-message-links__item:first-child .s-message-links__image {
  align-items: center;
  aspect-ratio: 333/192;
  background-color: #fff;
  border: 0.0625rem solid #D9D9D9;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__item:first-child .s-message-links__image {
    aspect-ratio: 335/192;
  }
}
.s-message-links__item:first-child img {
  aspect-ratio: 215/34;
  -o-object-fit: cover;
  max-width: 13.4375rem;
  object-fit: cover;
}
.s-message-links__txt-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__txt-wrapper {
    margin-top: 2.0625rem;
  }
}
.s-message-links__ttl {
  color: #222222;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.s-message-links__sub-ttl {
  color: #7E7E7E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1666666667;
}
.s-message-links__sub-ttl-jp {
  color: #7E7E7E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__sub-ttl-jp {
    letter-spacing: 0;
  }
}
.s-message-links__sub-ttl-mix {
  color: #7E7E7E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-top: 0;
}
.s-message-links__sub-ttl .u-en2 {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0em;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__sub-ttl {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.3125;
    margin-top: 0.25rem;
  }
}
.s-message-links__item:nth-child(2) .s-message-links__sub-ttl {
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__item:nth-child(2) .s-message-links__sub-ttl {
    letter-spacing: 0;
  }
}
.s-message-links__item:nth-child(3) .s-message-links__sub-ttl {
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 767.499px) {
  .s-message-links__item:nth-child(3) .s-message-links__sub-ttl {
    letter-spacing: 0;
  }
}

.inner {
  margin-inline: auto;
  max-width: 1118px;
  padding-inline: 20px;
}

li {
  list-style: none;
}

.l-top--company {
  padding-bottom: 11.25rem;
}
@media only screen and (max-width: 767.499px) {
  .l-top--company {
    padding-bottom: 3.03125rem;
  }
}

.l-top__sub--ttl-en {
  color: #222222;
  font-size: 1.625rem;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .l-top__sub--ttl-en {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

.l-top__breadcrumbs-txt-en {
  color: #222222;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2352941176;
}
@media only screen and (max-width: 767.499px) {
  .l-top__breadcrumbs-txt-en {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.s-philosophy {
  background: #F9F7F5;
  padding-bottom: 11.25rem;
  padding-top: 11.25rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }
}
.s-philosophy__bg-wrapper {
  aspect-ratio: 280/171;
  background-image: url("../img/company/philosophy-bg.svg");
  background-position: 30% 30%;
  background-size: 100% 148%;
  height: auto;
  left: 0;
  opacity: 0.3;
  /* 透明度調整 */
  pointer-events: none;
  position: absolute;
  top: 6.25rem;
  width: 100%;
  /* 背景にマウスイベントを通さない */
  z-index: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__bg-wrapper {
    background-image: url("../img/company/philosophy-bg-sp.svg");
    top: -0.1875rem;
  }
}
.s-philosophy__inner.u-inner {
  max-width: 72.375rem;
}
.s-philosophy__head {
  text-align: left;
  width: 45.5094%;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__head {
    width: 100%;
  }
}
.s-philosophy__content {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__content {
    flex-direction: column;
    gap: 3.5rem;
    justify-content: initial;
    margin-top: 3.5rem;
  }
}
.s-philosophy__nav {
  border-radius: 0.75rem;
  width: 39.1465%;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__nav {
    text-align: left;
    width: 100%;
  }
}
.s-philosophy__nav1 {
  color: #222222;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 3.75rem;
  position: sticky;
  top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__nav1 {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: initial;
    position: static;
  }
}
.s-philosophy__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 47.4953%;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__main {
    gap: 2rem;
    width: 100%;
  }
}
.s-philosophy__main-item {
  border-bottom: 0.0625rem solid #CECECE;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__main-item {
    padding-bottom: 2rem;
  }
}
.s-philosophy__main-ttl {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
.s-philosophy__main-txt {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
  margin-top: 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-philosophy__main-txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.s-mission {
  background-color: #F9F7F5;
  position: relative;
  z-index: 1;
}
.s-mission__wrapper {
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  padding-top: 11.25rem;
}
@media only screen and (max-width: 767.499px) {
  .s-mission__wrapper {
    border-radius: 2.5rem 2.5rem 0 0;
    padding-top: 4rem;
  }
}
.s-mission__inner {
  max-width: 72.375rem;
}
.s-mission__inner-wrapper {
  display: flex;
  gap: 5.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-mission__inner-wrapper {
    flex-direction: column;
    gap: initial;
    justify-content: space-between;
  }
}
.s-mission__head {
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .s-mission__head {
    width: 100%;
  }
}
.s-mission__contents {
  padding-top: 2.5rem;
  width: 58.62708%;
}
@media only screen and (max-width: 767.499px) {
  .s-mission__contents {
    margin-top: 3.5rem;
    padding-top: initial;
    width: 100%;
  }
}
.s-mission__main-ttl {
  color: #222222;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.s-mission__list {
  margin-top: 4.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-mission__list {
    margin-top: 3.5rem;
  }
}
.s-mission__item {
  border-bottom: 0.0625rem solid #CECECE;
  padding-bottom: 1.9375rem;
}
.s-mission__item:not(:first-child) {
  margin-top: 2rem;
}
.s-mission__ttl-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.s-mission__ttl-wrapper.is-active .s-mission__ttl-icon::after {
  display: none;
}
.s-mission__ttl-icon {
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}
.s-mission__ttl-icon::before, .s-mission__ttl-icon::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  background-color: #222222;
  border-radius: 62.4375rem;
  transform: translate(50%, -50%);
}
.s-mission__ttl-icon::before {
  height: 0.125rem;
  width: 0.65625rem;
}
.s-mission__ttl-icon::after {
  height: 0.65625rem;
  width: 0.125rem;
}
.s-mission__item.is-active .s-mission__ttl-icon::after {
  display: none;
}

.s-vision__inner {
  max-width: 72.375rem;
}
.s-vision__inner-wrapper {
  display: flex;
  gap: 6.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-vision__inner-wrapper {
    flex-direction: column;
    gap: initial;
    justify-content: space-between;
  }
}
.s-vision__head {
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .s-vision__head {
    width: 100%;
  }
}
.s-vision__heading {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.s-vision__sub-ttl {
  color: #fcd005;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.s-vision__contents {
  padding-top: 2.5rem;
  width: 58.62708%;
}
@media only screen and (max-width: 767.499px) {
  .s-vision__contents {
    padding-top: 3.625rem;
    width: 100%;
  }
}
.s-vision__main-ttl {
  color: #222222;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .s-vision__main-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.s-vision__list {
  list-style: none;
  margin-top: 4.0625rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-vision__list {
    margin-top: 3.5rem;
  }
}
.s-vision__item {
  border-bottom: 0.0625rem solid #CECECE;
  padding-bottom: 1.9375rem;
}
.s-vision__item:not(:first-child) {
  margin-top: 2rem;
}
.s-vision__ttl-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.s-vision__ttl-wrapper.is-active .s-vision__ttl-icon::after {
  display: none;
}
.s-vision__ttl-icon {
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}
.s-vision__ttl-icon::before, .s-vision__ttl-icon::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  background-color: #222222;
  border-radius: 62.4375rem;
  transform: translate(50%, -50%);
}
.s-vision__ttl-icon::before {
  height: 0.125rem;
  width: 0.65625rem;
}
.s-vision__ttl-icon::after {
  height: 0.65625rem;
  width: 0.125rem;
}
.s-vision__item.is-active .s-vision__ttl-icon::after {
  display: none;
}
.s-vision__ttl {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}
.s-vision__content {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
  margin-top: 1rem;
}

.s-value__wrapper {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767.499px) {
  .s-value__wrapper {
    padding-bottom: 5rem;
  }
}
.s-value__inner {
  max-width: 72.375rem;
}
.s-value__inner-wrapper {
  display: flex;
  gap: 6.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-value__inner-wrapper {
    flex-direction: column;
    gap: initial;
    justify-content: space-between;
  }
}
.s-value__head {
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .s-value__head {
    width: 100%;
  }
}
.s-value__heading {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.s-value__sub-ttl {
  color: #fcd005;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.s-value__contents {
  padding-top: 2.5rem;
  width: 58.62708%;
}
@media only screen and (max-width: 767.499px) {
  .s-value__contents {
    padding-top: 3.75rem;
    width: 100%;
  }
}
.s-value__main-ttl {
  color: #222222;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .s-value__main-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.s-value__list {
  list-style: none;
  margin-top: 4.0625rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-value__list {
    margin-top: 3.5rem;
  }
}
.s-value__item {
  border-bottom: 0.0625rem solid #CECECE;
  padding-bottom: 1.9375rem;
}
.s-value__item:not(:last-child) {
  margin-bottom: 2rem;
}
.s-value__ttl-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.s-value__ttl-wrapper.is-active .s-value__ttl-icon::after {
  display: none;
}
.s-value__ttl-icon {
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}
.s-value__ttl-icon::before, .s-value__ttl-icon::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  background-color: #222222;
  border-radius: 62.4375rem;
  transform: translate(50%, -50%);
}
.s-value__ttl-icon::before {
  height: 0.125rem;
  width: 0.65625rem;
}
.s-value__ttl-icon::after {
  height: 0.65625rem;
  width: 0.125rem;
}
.s-value__item.is-active .s-value__ttl-icon::after {
  display: none;
}
.s-value__ttl {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}
@media only screen and (max-width: 767.499px) {
  .s-value__ttl {
    font-size: 1.0625rem;
    line-height: 1.4705882353;
  }
}
.s-value__content {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
  margin-top: 1rem;
}

.s-company-logo {
  padding-bottom: 15rem;
}
@media only screen and (max-width: 767.499px) {
  .s-company-logo {
    padding-bottom: 7.5rem;
  }
}
.s-company-logo__inner {
  max-width: 82.5rem;
}
.s-company-logo__card {
  background: #f9f7f5;
  border-radius: 2.5rem;
  padding: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-company-logo__card {
    border-radius: 1.25rem;
    padding: 2.5rem;
  }
}
.s-company-logo__contents {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-company-logo__contents {
    flex-direction: column;
    gap: 2.5rem;
    justify-content: initial;
  }
}
.s-company-logo__image-wrapper {
  display: flex;
  width: 41%;
  -ms-grid-row-align: center;
  align-self: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  padding: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .s-company-logo__image-wrapper {
    padding-bottom: 44.04%;
    padding-inline: 2rem;
    padding-top: 44.04%;
    width: 100%;
  }
}
.s-company-logo__image {
  align-items: center;
  display: flex;
  width: 100%;
}
.s-company-logo__image img {
  aspect-ratio: 314/50;
}
.s-company-logo__body {
  padding-bottom: 2rem;
  padding-top: 2rem;
  width: 51%;
}
@media only screen and (max-width: 767.499px) {
  .s-company-logo__body {
    padding-bottom: initial;
    padding-top: initial;
    width: 100%;
  }
}
.s-company-logo__txt {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-company-logo__txt {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
}

.s-about {
  background-color: #F9F7F5;
}
.s-about__wrapper {
  background: #fff;
  padding-top: 180px;
}
@media only screen and (max-width: 767.499px) {
  .s-about__wrapper {
    padding-top: 64px;
  }
}

.heading-wrapper {
  margin-bottom: 60px;
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 767.499px) {
  .heading-wrapper {
    margin-bottom: initial;
    position: static;
    top: initial;
  }
}

.heading {
  color: #222222;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  top: 120px;
}
@media only screen and (max-width: 767.499px) {
  .heading {
    font-size: 40px;
    line-height: 1.5;
    top: initial;
  }
}

.sub-heading {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  top: 206.4px;
}
@media only screen and (max-width: 767.499px) {
  .sub-heading {
    font-size: 16px;
    line-height: 1.4375;
    top: initial;
  }
}

.about-main-ttl {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .about-main-ttl {
    font-size: 30px;
    line-height: 1.5;
  }
}

.about-ttl {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .about-ttl {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.about-content {
  color: #222222;
  display: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1111111111;
  margin-top: 15px;
}
@media only screen and (max-width: 767.499px) {
  .about-content {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
}

.s-404 {
  margin: 0 auto;
  max-width: 62.5rem;
  padding: 8.75rem 1.25rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-404 {
    line-height: 1.5;
    padding: 5rem 1.25rem;
  }
}
.s-404__title {
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 2.875rem;
  padding-top: 0.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-404__title {
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    padding-top: 0rem;
  }
}
.s-404__text {
  font-size: 1.125rem;
  line-height: 2.1;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-404__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
    padding-bottom: 2.5625rem;
  }
}

.c-btn.--404sp {
  max-width: 18.25rem;
}

.s-404-title {
  display: inline-block;
  position: relative;
}

.s-404-sub {
  left: 0;
  position: absolute;
  top: 82%;
  width: 44.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-404-sub {
    top: 80%;
    width: 18.5rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .error404 .l-top__main {
    gap: 5rem;
  }
}

.error404 .l-top {
  padding-bottom: 10.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .error404 .l-top {
    padding-bottom: 3.125rem;
  }
}

.error404 .l-top__breadcrumbs {
  margin-top: 4.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .error404 .l-top__breadcrumbs {
    margin-top: 2.1875rem;
  }
}

.s-overview {
  background: #fff;
  padding-bottom: 11.25rem;
  padding-top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-overview {
    padding-bottom: 3.5rem;
    padding-top: 4rem;
  }
}
.s-overview__fv {
  width: 100%;
}
.s-overview__fv-fv-image {
  width: 100%;
}
.s-overview__inner.u-inner {
  max-width: 72.375rem;
}
.s-overview__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__content {
    flex-direction: column;
    gap: 3.625rem;
    margin-top: initial;
  }
}
.s-overview__ttl-side {
  width: 18.1818%;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__ttl-side {
    width: 100%;
  }
}
.s-overview__ttl-wrapper {
  margin-bottom: 3.75rem;
  position: sticky;
  top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__ttl-wrapper {
    margin-bottom: initial;
    position: static;
    top: initial;
  }
}
.s-overview__heading {
  color: #222222;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2083333333;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__heading {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.s-overview__sub-heading {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__sub-heading {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.s-overview__main {
  width: 58.627%;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__main {
    width: 100%;
  }
}
.s-overview__info {
  align-items: center;
  border-bottom: 0.0625rem solid #cfcfcf;
  display: flex;
  padding: 1.21875rem 0;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__info {
    flex-direction: column;
    padding: 0.96875rem 0;
  }
}
.s-overview__info-label {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  width: 33.2278%;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__info-label {
    line-height: 1.5333333333;
    width: 100%;
  }
}
.s-overview__info-value {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  width: 66.7721%;
}
.s-overview__info-value--wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__info-value--wrap {
    flex-direction: row;
    gap: 0.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-overview__info-value {
    align-items: center;
    display: flex;
    gap: 0.3125rem;
    width: 100%;
  }
}
.s-overview__info-txts {
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-overview__info-txts {
    margin-top: initial;
  }
}
.s-overview__info-link {
  color: #FCD005;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (hover: hover) {
  .s-overview__info-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-overview__info-link:active {
    opacity: 0.7;
  }
}
.s-overview__info-link .s-overview__icon {
  aspect-ratio: 1/1;
  height: 0.84375rem;
  margin-left: 0.25rem;
  margin-top: -0.3125rem;
  width: 0.84375rem;
}

.s-access {
  background: #fff;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-access {
    padding-bottom: 5rem;
  }
}
.s-access__inner.u-inner {
  max-width: 72.375rem;
}
.s-access__contents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-access__contents {
    align-items: flex-start;
    flex-direction: column;
  }
}
.s-access__ttl-side {
  width: 29.7773%;
}
.s-access__ttl-wrapper {
  margin-bottom: 3.75rem;
  position: sticky;
  top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-access__ttl-wrapper {
    margin-bottom: initial;
    position: static;
    top: initial;
  }
}
.s-access__heading {
  color: #222222;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2083333333;
}
@media only screen and (max-width: 767.499px) {
  .s-access__heading {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.s-access__sub-heading {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 767.499px) {
  .s-access__sub-heading {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.s-access__main {
  width: 58.627%;
}
@media only screen and (max-width: 767.499px) {
  .s-access__main {
    margin-top: 3.5rem;
    width: 100%;
  }
}
.s-access__access-item:not(:first-child) {
  margin-top: 2.5rem;
}
.s-access__map {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
.s-access__map iframe {
  aspect-ratio: 632/391;
  display: block;
  height: 100%;
  width: 100%;
}
.s-access__content {
  align-items: center;
  border-bottom: 0.0625rem solid #CFCFCF;
  display: flex;
  padding: 1.21875rem 0;
}
@media only screen and (max-width: 767.499px) {
  .s-access__content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.s-access__label {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5333333333;
  white-space: nowrap;
  width: 33.2278%;
}
.s-access__address {
  color: #222222;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
.s-access__postal {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}

.l-news-archive.l-news {
  padding-bottom: 8.75rem;
  padding-top: 8.625rem;
}
@media only screen and (max-width: 767.499px) {
  .l-news-archive.l-news {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }
}

.l-news-archive__inner.l-news__inner {
  max-width: 82.5rem;
}

.s-news {
  position: relative;
}
.s-news__bg-top {
  background: #fcd005;
  position: relative;
  z-index: 1;
}
.s-news__bg-bottom::before {
  background: #fcfced;
  bottom: 0;
  content: "";
  height: 10rem;
  left: 0;
  position: absolute;
  right: 0;
}
.s-news__bg-bottom::before {
  background: #fcfced;
  bottom: 0;
  content: "";
  height: 10rem;
  left: 0;
  position: absolute;
  right: 0;
}
.s-news__bg-bottom {
  background: transparent;
  position: relative;
  z-index: 2;
}
.s-news__bg-bottom::after {
  background: #fcfced;
  bottom: 0;
  content: "";
  height: 10rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-news__bg-bottom::after {
    height: 5.5rem;
  }
}
.s-news__panel {
  background: #fff;
  border-radius: 5rem;
  overflow: hidden;
  padding-bottom: 11.25rem;
  padding-top: 11.25rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-news__panel {
    border-radius: 2.5rem;
    padding-bottom: 8rem;
    padding-top: 4rem;
  }
}
.s-news__inner {
  margin: 0 auto;
  width: min(67.375rem, 100% - 5rem);
}
@media only screen and (max-width: 767.499px) {
  .s-news__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
  }
}
.s-news__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-news__head {
    margin-bottom: 2.9375rem;
  }
}
.s-news__head-en {
  color: #fcd005;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 767.499px) {
  .s-news__head-en {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.s-news__head-ja {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .s-news__head-ja {
    font-size: 1rem;
  }
}
.s-news__btn .c-btn {
  max-width: none;
  min-width: 0;
  width: 14.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-news__btn {
    margin-top: 2.375rem;
  }
  .s-news__btn .c-btn {
    width: 100%;
  }
}
.s-news__body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-news__body {
    flex-direction: column;
    gap: 2.75rem;
  }
}
.s-news__filter {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 0.125rem;
  position: sticky;
  top: 5.625rem;
  width: 10.16%;
}
@media only screen and (max-width: 767.499px) {
  .s-news__filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(7.875rem, -webkit-max-content) 1.0625rem -webkit-max-content;
    -ms-grid-columns: minmax(7.875rem, max-content) 1.0625rem max-content;
    gap: 1.6875rem 1.0625rem;
    grid-template-columns: minmax(7.875rem, -webkit-max-content) -webkit-max-content;
    grid-template-columns: minmax(7.875rem, max-content) max-content;
    justify-content: flex-start;
    justify-items: start;
    padding-top: 0;
    position: static;
    top: 0;
  }
}
.s-news__filter-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  gap: 0.5625rem;
  padding: 0;
  text-align: left;
  transition: opacity 0.3s ease;
}
.s-news__filter-btn .txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}
.s-news__filter-btn .radio {
  background: url("../img/common/radio-btn.svg") center/contain no-repeat;
  flex: 0 0 auto;
  height: 1.25rem;
  position: relative;
  width: 1.25rem;
}
.s-news__filter-btn.is-active .radio {
  background-image: url("../img/common/active-radio-btn.svg");
}
.s-news__filter-btn.is-active .radio::after {
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(252, 208, 5, 0.9);
  content: "";
  inset: 0.0625rem;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}
@media (hover: hover) {
  .s-news__filter-btn:hover .txt {
    color: #FCD005;
  }
}
@media (hover: none) {
  .s-news__filter-btn:active .txt {
    color: #FCD005;
  }
}
.s-news__main.l-page__main {
  flex: initial;
  max-width: 100%;
  width: 80.16%;
}
@media only screen and (max-width: 767.499px) {
  .s-news__main.l-page__main {
    width: 100%;
  }
}
.s-news__list {
  margin-top: -1.1875rem;
  max-width: 100%;
}
.s-news__item {
  border-bottom: 0.0625rem solid #cfcfcf;
}
.s-news__item-link {
  color: #222222;
  display: block;
  padding: 1.125rem 1.5rem 1.125rem 0;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-news__item-link {
    padding: 1.1875rem 1.5rem 1.1875rem 0;
  }
}
@media (hover: hover) {
  .s-news__item-link:hover .news-ttl {
    color: #FCD005;
  }
  .s-news__item-link:hover .news-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-news__item-link:hover .news-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-news__item-link:hover .news-arrow .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (hover: none) {
  .s-news__item-link:active .news-ttl {
    color: #FCD005;
  }
  .s-news__item-link:active .news-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-news__item-link:active .news-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-news__item-link:active .news-arrow .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.s-news__item-meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-news__item-meta {
    gap: 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.s-news__item-meta .news-tag {
  align-items: center;
  background: #FFF6CD;
  border-radius: 0.375rem;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  line-height: 2.0833333333;
  min-height: 1.375rem;
  min-width: 6.25rem;
  padding: 0 0.625rem;
}
.s-news__item-meta .news-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.s-news__item .news-ttl {
  display: -webkit-box;
  font-size: 0.9375rem;
  font-weight: 400;
  line-clamp: 2;
  line-height: 1.8666666667;
  padding-right: 1.5rem;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .s-news__item .news-ttl:hover {
    color: #FCD005;
  }
}
@media (hover: none) {
  .s-news__item .news-ttl:active {
    color: #FCD005;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-news__item .news-ttl {
    padding-right: 1.125rem;
  }
}
.s-news__item .news-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
}
.s-news__item .news-arrow .arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.s-news__item .news-arrow .arrow.--main, .s-news__item .news-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-news__item .news-arrow .arrow img {
  height: 1.5rem;
  transition: -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.s-news__item .news-arrow .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.s-news__item .news-arrow .arrow-container {
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-news .l-page__inner {
    gap: 1.125rem;
  }
  .s-news .l-page__nav,
  .s-news .l-page__main, .s-news__list {
    max-width: none;
    width: 100%;
  }
}

.pagination {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .pagination {
    margin-top: 2.5rem;
  }
}
.pagination__prev, .pagination__next {
  align-items: center;
  border: 1.5px solid #F1F1DB;
  border-radius: 50%;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  transition: background-color 0.3s ease;
  width: 2.8125rem;
}
.pagination__prev.is-disabled, .pagination__next.is-disabled {
  background-color: #DEDEDE;
  border: none;
}
.pagination__prev:not(.is-disabled):hover, .pagination__next:not(.is-disabled):hover {
  background-color: #FCD005;
  border: none;
}
.pagination__prev img, .pagination__next img {
  aspect-ratio: 1/1;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}
.pagination__prev.is-disabled, .pagination__next.is-disabled {
  background-color: #DEDEDE;
}
.pagination .dots {
  display: none;
}

.page-numbers {
  align-items: center;
  border: 0.09375rem solid #F1F1DB;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  transition: background-color 0.3s ease;
  width: 2.8125rem;
}
.page-numbers:hover {
  background-color: #FCD005;
  border: none;
}

.page-numbers.current {
  background-color: #FCD005;
  border: none;
  color: #000;
}
.page-numbers.current:hover {
  opacity: initial;
}

.l-top-single__inner {
  max-width: 87.5rem;
  padding-left: 10.0625rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .l-top-single__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-top-single__main {
  align-items: center;
  display: flex;
  gap: clamp(6.25rem, 30vw, 25.9375rem);
}
@media only screen and (max-width: 767.499px) {
  .l-top-single__main {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.l-top-single__ttl-wrapper {
  -ms-grid-column: 1;
  grid-column: 1;
}
.l-top-single__breadcrumbs {
  -ms-grid-column: 3;
  grid-column: 3;
  min-width: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.s-single-news {
  padding-bottom: 8.75rem;
  padding-top: 8.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news {
    padding-bottom: 5.0625rem;
    padding-top: 4rem;
  }
}
.s-single-news__inner {
  max-width: 72.375rem;
}
.s-single-news__item-meta {
  margin-bottom: 0.9375rem;
}
.s-single-news__tag {
  background-color: #FFF6CD;
  color: #222;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 0.25rem 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__tag {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
}
.s-single-news__date {
  color: #222;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__date {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.s-single-news__ttl-wrapper {
  align-items: center;
  display: flex;
}
.s-single-news__ttl {
  color: #222222;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.6315789474;
  text-align: justify;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__ttl {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.s-single-news__content {
  color: #222222;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 3.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__content {
    margin-top: 2.3125rem;
  }
}
.s-single-news__content a {
  color: #0097A7;
  text-decoration: underline;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .s-single-news__content a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-single-news__content a:active {
    opacity: 0.7;
  }
}
.s-single-news__content p {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__content p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.s-single-news__content p:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__content {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.s-single-news__image {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__image {
    margin-top: 2.5rem;
  }
}
.s-single-news__image-img {
  aspect-ratio: 1078/556;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767.499px) {
  .s-single-news__image-img {
    aspect-ratio: 335/210;
  }
}
.s-single-news__nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 7.5rem;
}
.s-single-news__nav-item {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.s-single-news__nav-item:not(:first-child) {
  border-left: 0.0625rem solid #222222;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.s-single-news__nav-ttl {
  color: #222222;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3.1;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-single-news__nav-arrow {
  align-items: center;
  border: 0.09375rem solid #F1F1DB;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}
.s-single-news__nav-arrow img {
  aspect-ratio: 1/1;
  height: 0.875rem;
  width: 0.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-single-pagination {
  margin-top: 7.375rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination {
    margin-top: 2.375rem;
    padding: 0;
  }
}
.s-single-pagination__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__inner {
    flex-direction: column;
    gap: 1.4375rem;
  }
}
.s-single-pagination__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s-single-pagination__item--prev {
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .s-single-pagination__item--prev {
    justify-content: flex-end;
  }
}
.s-single-pagination__item--prev::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #222;
  height: 2.25rem;
  transform: translateY(-50%);
  width: 0.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__item--prev::after {
    display: none;
  }
}
.s-single-pagination__item--next {
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .s-single-pagination__item--next {
    justify-content: flex-start;
  }
}
.s-single-pagination__item--next::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #222;
  height: 2.25rem;
  transform: translateY(-50%);
  width: 0.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__item--next::before {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__item--list {
    order: 2;
    padding-bottom: 1.4375rem;
    padding-top: 1.4375rem;
    position: relative;
    width: 100%;
  }
  .s-single-pagination__item--list::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    background-color: #222;
    height: 0.0625rem;
    transform: translateX(-50%);
    width: 11.6875rem;
  }
  .s-single-pagination__item--list::after {
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    background-color: #222;
    height: 0.0625rem;
    transform: translateX(-50%);
    width: 11.6875rem;
  }
}
.s-single-pagination__link {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 1rem;
  max-width: 11.6875rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.s-single-pagination__link:hover .s-single-pagination__arrow {
  background-color: #FCD005;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__link {
    padding: 0;
  }
}
.s-single-pagination__link.first {
  max-width: 13.1875rem;
  padding-right: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__link.first {
    max-width: 11.6875rem;
  }
}
.s-single-pagination__link.second {
  max-width: 13.1875rem;
  padding-left: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__link.second {
    max-width: 11.6875rem;
    padding-left: 0;
  }
}
.s-single-pagination__link:hover:not(.s-single-pagination__link--disabled) .s-single-pagination__title {
  opacity: 0.7;
}
.s-single-pagination__link--disabled {
  cursor: not-allowed;
  opacity: 0;
  pointer-events: none;
}
.s-single-pagination__link--disabled.--next {
  padding-left: 1.375rem;
}
.s-single-pagination__link--disabled.--prev {
  padding-right: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__link--disabled.--next, .s-single-pagination__link--disabled.--prev {
    padding: 0;
  }
}
.s-single-pagination__arrow {
  align-items: center;
  background-color: #fff;
  border: 0.09375rem solid #F1F1DB;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  transition: background-color 0.3s ease;
  width: 2.5rem;
}
.s-single-pagination__arrow img {
  aspect-ratio: 1/1;
  display: block;
  height: 0.5625rem;
  width: 0.5625rem;
}
.s-single-pagination__arrow--disabled {
  background-color: #F0F0DF;
  border-color: #F0F0DF;
}
.s-single-pagination__title {
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 700;
  line-clamp: 1;
  line-height: 1.5rem;
  max-width: 18.75rem;
  width: auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__title {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
    max-width: 10.625rem;
  }
}
.s-single-pagination__list-link {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 0.25rem;
  transition: opacity 0.3s ease;
}
.s-single-pagination__list-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__list-link {
    font-size: 0.9375rem;
    text-align: center;
    width: 100%;
  }
}
.s-single-pagination__list-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767.499px) {
  .s-single-pagination__item--prev {
    order: 1;
    width: 100%;
  }
  .s-single-pagination__item--next {
    order: 3;
    width: 100%;
  }
}

.l-top.l-contact {
  padding-bottom: 11.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .l-top.l-contact {
    padding-bottom: 7.4375rem;
  }
}

.s-contact {
  background: #fff;
  padding-bottom: 8.5625rem;
  padding-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact {
    padding-bottom: 8.375rem;
    padding-top: 5.25rem;
  }
}
.s-contact__inner {
  max-width: 72.375rem;
}
.s-contact__read-txt {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
}
@media only screen and (max-width: 767.499px) {
  .s-contact__read-txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.s-contact-form {
  margin-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form {
    margin-top: 2.5rem;
  }
}
.s-contact-form__contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__contents {
    flex-direction: column;
    gap: 2rem;
  }
}
.s-contact-form__head-wrap {
  width: 36.5%;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__head-wrap {
    width: 100%;
  }
}
.s-contact-form__head {
  margin-bottom: 11.25rem;
  position: sticky;
  top: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__head {
    margin-bottom: initial;
    position: static;
  }
}
.s-contact-form__ttl {
  color: #222222;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2083333333;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__ttl {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}
.s-contact-form__sub-ttl {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__sub-ttl {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.s-contact-form__body {
  width: 56.4%;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__body {
    width: 100%;
  }
}
.s-contact-form__rows {
  border: 0.0625rem solid #cfcfcf;
  border-radius: 1.25rem;
  padding: 3.3125rem 1.9375rem;
  padding-bottom: 52px;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__rows {
    border-radius: 1rem;
    margin-inline: -0.75rem;
    padding: 2rem 0.75rem;
    padding-bottom: 1.875rem;
  }
}
.s-contact-form__row:not(:first-child) {
  margin-top: 1rem;
}
.s-contact-form__label-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.s-contact-form__label-text {
  color: #222222;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.s-contact-form__required {
  border: 0.0625rem solid #EE3D48;
  border-radius: 0.375rem;
  color: #EE3D48;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.34375rem 0.4375rem;
}
.s-contact-form__input-wrap {
  margin-top: 0.25rem;
}
.s-contact-form__input, .s-contact-form__textarea {
  border: 0.0625rem solid #E7E7D9;
  border-radius: 0.625rem;
  color: #717171;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.75rem;
  padding: 0.8125rem 0.75rem;
  transition: border-color 0.3s ease;
  width: 100%;
}
.s-contact-form__input::-webkit-input-placeholder, .s-contact-form__textarea::-webkit-input-placeholder {
  color: #9E9E9E;
}
.s-contact-form__input:-ms-input-placeholder, .s-contact-form__textarea:-ms-input-placeholder {
  color: #9E9E9E;
}
.s-contact-form__input::-ms-input-placeholder, .s-contact-form__textarea::-ms-input-placeholder {
  color: #9E9E9E;
}
.s-contact-form__input::placeholder, .s-contact-form__textarea::placeholder {
  color: #9E9E9E;
}
.s-contact-form__input:focus, .s-contact-form__textarea:focus {
  border-color: #FDDA18;
  outline: none;
}
.s-contact-form__input:focus::-webkit-input-placeholder, .s-contact-form__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.s-contact-form__input:focus:-ms-input-placeholder, .s-contact-form__textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.s-contact-form__input:focus::-ms-input-placeholder, .s-contact-form__textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.s-contact-form__input:focus::placeholder, .s-contact-form__textarea:focus::placeholder {
  color: transparent;
}
.s-contact-form__select {
  padding: 0;
  position: relative;
  width: 100%;
}
.s-contact-form__select-btn {
  border: 0.0625rem solid #E7E7D9;
  border-radius: 0.625rem;
  color: #717171;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  padding: 1rem 0.75rem;
  text-align: left;
  transition: border-color 0.3s ease;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.s-contact-form__select-btn:focus {
  border-color: #FDDA18;
  outline: none;
}
.s-contact-form__select-btn:focus::-webkit-input-placeholder {
  color: transparent;
}
.s-contact-form__select-btn:focus:-ms-input-placeholder {
  color: transparent;
}
.s-contact-form__select-btn:focus::-ms-input-placeholder {
  color: transparent;
}
.s-contact-form__select-btn:focus::placeholder {
  color: transparent;
}
.s-contact-form__select-btn-text {
  display: block;
}
.s-contact-form__select-list {
  background: #fff;
  border: 0.0625rem solid #E7E7D9;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0.25rem;
  max-height: 12.5rem;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 300px;
  z-index: 10;
}
.s-contact-form__select-item {
  align-items: center;
  border-bottom: 0.0625rem solid #F0F0F0;
  color: #222222;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: space-between;
  padding: 0.75rem 0.75rem;
  transition: background-color 0.2s ease;
}
.s-contact-form__select-item:last-child {
  border-bottom: none;
}
@media (hover: hover) {
  .s-contact-form__select-item:hover {
    background-color: #F8F8F5;
  }
}
@media (hover: none) {
  .s-contact-form__select-item:active {
    background-color: #F8F8F5;
  }
}
.s-contact-form__select-image-wrapper {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  transform: translateY(-50%);
  width: 1.5rem;
}
.s-contact-form__select-image-wrapper img {
  aspect-ratio: 1/1;
  height: 0.286875rem;
  width: 0.44875rem;
}
.s-contact-form__textarea {
  min-height: 13.9375rem;
}
.s-contact-form__privacy {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.s-contact-form__privacy-link {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__privacy-link {
    text-underline-offset: 0.0625rem;
  }
}
.s-contact-form__submit-wrap {
  cursor: pointer;
  margin-top: 1.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__submit-wrap {
    margin-top: 1.5rem;
  }
}
.s-contact-form__submit {
  align-items: center;
  background-color: #FCD005;
  border: 0.09375rem solid transparent;
  border-radius: 2.5rem;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4285714286;
  padding: 1rem 1rem;
  pointer-events: auto;
  transition: all 0.42s ease;
  vertical-align: top;
  width: 100%;
}
.s-contact-form__submit:hover {
  background-color: #fff;
  border-color: #FCD005;
}
.s-contact-form__breadcrumbs {
  bottom: 0.125rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__breadcrumbs {
    bottom: 0;
    -webkit-transform: translateY(3.375rem);
    pointer-events: auto;
    transform: translateY(3.375rem);
  }
}
.s-contact-form__breadcrumbs-item {
  pointer-events: auto;
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-not-valid-tip {
  align-items: center;
  color: #E60012;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  gap: 4.94px;
  line-height: 1.5;
  margin-top: 4px;
}

.wpcf7-not-valid-tip::before {
  background: url("/wp-content/themes/ten_growth/assets/img/contact/error-icon.svg") no-repeat center;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 16.12px;
  width: 16.12px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.wpcf7-not-valid {
  border-color: #EE3D48;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.l-top.l-complete {
  padding-bottom: 185px;
}
@media only screen and (max-width: 767.499px) {
  .l-top.l-complete {
    padding-bottom: 7.375rem;
  }
}

.s-complete {
  background: #fff;
  padding-bottom: 5.25rem;
  padding-top: 8.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-complete {
    padding-bottom: 2.5rem;
    padding-top: 5rem;
  }
}
.s-complete__inner.u-inner {
  max-width: 72.375rem;
  position: relative;
}
.s-complete__contents {
  text-align: center;
}
.s-complete__breadcrumbs {
  margin-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .s-complete__breadcrumbs {
    margin-top: 2.5625rem;
  }
}
.s-complete__breadcrumbs-link {
  font-size: 0.8125rem;
}
.s-complete__ttl {
  color: #222222;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transform: translateX(-1 （rem(28));
  transform: translateX(-1 （rem(28));
}
@media only screen and (max-width: 767.499px) {
  .s-complete__ttl {
    -webkit-transform: initial;
    transform: initial;
  }
}
.s-complete__txt {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
  margin-top: 2.3125rem;
  -webkit-transform: translateX(-1 （rem(19) ）);
  transform: translateX(-1 （rem(19) ）);
}
@media only screen and (max-width: 767.499px) {
  .s-complete__txt {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.5rem;
    -webkit-transform: initial;
    transform: initial;
  }
}
.s-complete__btn-wrapper {
  margin-top: 2.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-complete__btn-wrapper {
    margin-top: 2.5rem;
    max-width: 18.25rem;
    -webkit-transform: translateX(1.4375rem);
    transform: translateX(1.4375rem);
  }
}

.s-privacy__page {
  height: auto;
  padding: 0rem 1.25rem 0rem;
  width: 100%;
}
.s-privacy__container {
  margin: 0 auto;
  max-width: 67.375rem;
  padding: 12.6875rem 0rem 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__container {
    padding: 8.5rem 0rem 5rem;
  }
}
.s-privacy__top {
  border-bottom: 1px #CFCFCF solid;
  display: flex;
  justify-content: space-between;
  line-height: 2.625rem;
  margin-bottom: 2.625rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__top {
    flex-direction: column;
    margin-bottom: 2.3125rem;
    padding-bottom: 0.3125rem;
  }
}
.s-privacy__title {
  font-size: 1.75rem;
  font-weight: 700;
}
.s-privacy__time {
  font-size: 1.0625rem;
  font-weight: 500;
}
.s-privacy__list-margin {
  padding-bottom: 1.1875rem;
}
.s-privacy__text p:not(.s-privacy__list-margin) {
  padding-bottom: 2.625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text p:not(.s-privacy__list-margin) {
    padding-bottom: 2.3125rem;
  }
}
.s-privacy__text p:not(.s-privacy__list-margin):last-child {
  padding-bottom: 2.1rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text p:not(.s-privacy__list-margin):last-child {
    padding-bottom: 2.1rem;
  }
}
.s-privacy__text p {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}
.s-privacy__text p:last-child {
  border-bottom: 1px #CFCFCF solid;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text p:last-child {
    margin-bottom: 1.6875rem;
  }
}
.s-privacy__text ul {
  list-style: inherit;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text ul {
    padding-left: 1.875rem;
  }
}
.s-privacy__text li {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  list-style: inherit;
  padding-bottom: 0.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text li {
    padding-bottom: 0.6875rem;
  }
}
.s-privacy__text li:last-child {
  padding-bottom: 2.1rem;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text li:last-child {
    padding-bottom: 2.3125rem;
  }
}
.s-privacy__text h2 {
  border-bottom: 1px #CFCFCF solid;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 2.1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-privacy__text h2 {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
}
.s-privacy__text h2::after {
  border-bottom: 1px solid #337ab7;
  bottom: -1px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}
.s-privacy__text a {
  color: #cfaa00;
  text-decoration: underline;
}

.s-service__page.--adjust-pack {
  padding-top: 1.5625rem;
}
.s-service__page.--adjust-pack {
  padding-top: 1.5rem;
}
.s-service__title-ja.--adjust-margin {
  padding-top: 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__title-ja.--adjust-margin {
    padding-top: 0.75rem;
  }
}

.s-pack__problem {
  background-color: #F9F7F5;
  border-radius: 1.25rem;
  margin: 0 auto;
  margin-bottom: 11.25rem;
  margin-top: 3.5rem;
  max-width: 67.375rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem {
    border-radius: 1rem;
    margin-bottom: 5rem;
    margin-left: calc(50% - 48vw);
    margin-top: 4.25rem;
    width: 96vw;
  }
}
.s-pack__problem-bigttl {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.8125rem;
  padding: 4.9375rem 0 2.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-bigttl {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding: 2.5rem 0 2rem;
  }
}
.s-pack__problem-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 62.375rem;
  padding-bottom: 7.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-container {
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
    padding-bottom: 7.375rem;
    width: 20.4375rem;
  }
}
.s-pack__problem-list {
  background-color: #ffffff;
  border-radius: 1rem;
  height: 21.75rem;
  line-height: 1.6875rem;
  position: relative;
  width: 19.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-list {
    height: auto;
    width: 20.4375rem;
  }
}
.s-pack__problem-list-ttl {
  color: #0097A7;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  padding-top: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-list-ttl {
    padding-bottom: 1.25rem;
    padding-top: 3rem;
  }
}
.s-pack__problem-list-text {
  font-size: 0.9375rem;
  padding: 0rem 1.5rem 5.1875rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-list-text {
    padding-bottom: 3rem;
  }
}
.s-pack__problem-number {
  align-items: center;
  background-color: #0097A7;
  border-radius: 1rem 0 1rem 0;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.4375rem;
  justify-content: center;
  position: absolute;
  width: 3.6875rem;
  z-index: 5;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-number {
    height: 3.1875rem;
    width: 3.1875rem;
  }
}
.s-pack__problem-img {
  bottom: 0;
  height: 12.5rem;
  left: 50%;
  position: absolute;
  width: 13.25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
@media only screen and (max-width: 767.499px) {
  .s-pack__problem-img {
    height: 8.875rem;
    width: 9.375rem;
  }
}

.s-contents__details-img.--pack-adjust {
  margin-bottom: auto;
  margin-top: auto;
}

.s-contents__details-top.--pack-adjust {
  padding-bottom: 1.75rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-top.--pack-adjust {
    padding-bottom: 1.25rem;
  }
}

.s-contents__session-tag.--white {
  background-color: #ffffff;
  color: #222222;
  left: 54%;
  width: 6.25rem;
}

.s-contents__border-none.--white {
  background-color: #ffffff;
  left: 24%;
  top: 12%;
  z-index: 4;
}

.s-contents__details-top.--point2-adjust {
  padding-bottom: 2.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-top.--point2-adjust {
    padding-bottom: 1.5rem;
  }
}

.s-contents__thinking-img.--point2-img {
  left: 39%;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__thinking-img.--point2-img {
    left: 34%;
  }
}

.s-contents__inspiration-img.--point2-img {
  left: 40%;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__inspiration-img.--point2-img {
    left: 36%;
  }
}

.s-contents__details-session.--point2-text {
  letter-spacing: 0em;
  line-height: 1.40625rem;
  padding-left: 2.9375rem;
  padding-top: 1.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-session.--point2-text {
    padding-left: 1rem;
    padding-top: 1.8125rem;
  }
}

.s-contents__details-session.--margin-adjust {
  letter-spacing: 0em;
  line-height: 1.40625rem;
  padding-left: 3rem;
  padding-top: 2.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-session.--margin-adjust {
    padding-left: 1rem;
    padding-top: 1.8125rem;
  }
}

.s-contents__details-session.--pack-point3 {
  height: 6.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-session.--pack-point3 {
    height: 5.625rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .s-contents__border-none-sp.--pack {
    top: 13.5625rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .s-contents__border-none-sp.--white {
    background-color: #ffffff;
    height: 0.625rem;
    left: 27%;
    position: absolute;
    width: 9.5rem;
    z-index: 4;
  }
}

@media only screen and (max-width: 767.499px) {
  .s-contents__border-none.--white {
    background-color: #ffffff;
    height: 0.625rem;
    left: 50%;
    position: absolute;
    width: 9.5rem;
    z-index: 4;
  }
}

@media only screen and (max-width: 767.499px) {
  .s-contents__details-bottom.--pack-bottom {
    gap: 1.25rem;
  }
}

.s-contents__border-none-sp.--pack-point3 {
  top: 9.5625rem;
}

.s-contents__details-items.--pack-page {
  padding-bottom: 9.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__details-items.--pack-page {
    padding-bottom: 4rem;
  }
}

.s-pack-contents__details {
  margin: 0 auto;
  max-width: 67.375rem;
}
.s-pack-contents__details-introduction {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 1.375rem;
  padding-top: 5.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack-contents__details-introduction {
    line-height: 1.6875rem;
    padding-bottom: 1.375rem;
    padding-top: 1.625rem;
  }
}
.s-pack-contents__details-introduction-text {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack-contents__details-introduction-text {
    padding-bottom: 3.4375rem;
  }
}
.s-pack-contents__details-result-box {
  align-items: center;
  background-color: #FFFAEA;
  border: 1.5px #FFF4D2 solid;
  border-radius: 0.75rem;
  display: flex;
  gap: 2.5rem;
  height: 6.4375rem;
  justify-content: center;
  position: relative;
  width: 63.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack-contents__details-result-box {
    align-items: left;
    display: block;
    height: 8.4375rem;
    justify-content: left;
    line-height: 1.40625rem;
    margin: 0 auto;
    padding: 1.75rem 1rem 1rem;
    text-align: left;
    width: 19.4375rem;
  }
}
.s-pack-contents__details-result {
  margin-right: 1.875rem;
}
.s-pack-contents__details-tag-item {
  height: 2rem;
  left: 47%;
  position: absolute;
  top: 0;
  width: 2rem;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .s-pack-contents__details-tag-item {
    height: 1.5rem;
    left: 40%;
    width: 1.5rem;
  }
}
.s-pack-contents__details-tag-name {
  color: #FCD005;
  left: 52%;
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.499px) {
  .s-pack-contents__details-tag-name {
    left: 54%;
  }
}
.s-pack-contents__details-border-none {
  background-color: #FFFAEA;
  height: 0.625rem;
  position: absolute;
  top: -0.0625rem;
  width: 10.8125rem;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .s-pack-contents__details-border-none {
    left: 50%;
    width: 9.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.s-service__page.--example {
  padding-top: 2.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-service__page.--example {
    padding-top: 0rem;
  }
}

.s-example__list-item {
  height: auto;
  width: 2.5rem;
}

.s-example__container {
  margin: 0 auto;
  max-width: 67.375rem;
  padding-bottom: 1.8125rem;
  padding-top: 5.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__container {
    padding-bottom: 0rem;
    padding-top: 2.5rem;
  }
}
.s-example__content {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__content {
    padding-bottom: 2.0625rem;
  }
  .s-example__content:last-child {
    padding-bottom: 0.1875rem;
  }
}
.s-example__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list {
    flex-direction: column;
  }
}
.s-example__list-qa {
  border: 2px #EEEAE7 solid;
  border-radius: 1.25rem;
  height: 13rem;
  width: 30.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-qa {
    height: 13.625rem;
    width: 20.9375rem;
  }
  .s-example__list-qa.--orange-sp {
    height: 12.1875rem;
  }
}
.s-example__list-qa.--last {
  height: 14.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-qa.--last {
    height: 10.25rem;
  }
  .s-example__list-qa.--last.--orange-sp {
    height: 15.5625rem;
  }
}
.s-example__list-ttl {
  align-items: center;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 4.4375rem;
  justify-content: center;
  width: 29.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-ttl {
    height: 4.875rem;
    line-height: 1.4375rem;
    text-align: center;
    width: 20.6875rem;
  }
}
.s-example__list-ttl.--green {
  background-color: #0097A7;
}
.s-example__list-ttl.--orange {
  background-color: #F88D5B;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-ttl.--orange {
    height: 3.4375rem;
  }
}
.s-example__list-text {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  padding: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-text {
    padding: 0.9375rem 0.9375rem 1rem;
  }
}
.s-example__list-text.--last-orange {
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-text.--last-orange {
    padding-right: 0.9375rem;
  }
}
.s-example__list-text.--last-green {
  padding-top: 3.125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-text.--last-green {
    padding-top: 0.9375rem;
  }
}
.s-example__list-item {
  height: 4.375rem;
  margin: auto;
  margin-left: 2.5rem;
  width: 2.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-item {
    -webkit-transform: rotate(90deg);
    height: 2.6875rem;
    margin: 0 auto;
    margin-top: 0.25rem;
    transform: rotate(90deg);
    width: 1.8125rem;
  }
}
.s-example__list-item.--last-item {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-example__list-item.--last-item {
    margin-top: 0.375rem;
  }
}

.strong_orange_line {
  position: relative;
  z-index: 0;
}
.strong_orange_line::after {
  background: #F88D5B;
  border-radius: 0.125rem;
  bottom: 0.0625rem;
  content: "";
  height: 4px;
  left: 0rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767.499px) {
  .strong_orange_line::after {
    bottom: 0.125rem;
  }
}

.s-contents__supplement.--pack-flow {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contents__supplement.--pack-flow {
    text-align: left;
  }
}

.s-pack-flow__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 60.625rem;
  padding: 5.3125rem 0 11.25rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .s-pack-flow__container {
    flex-direction: column;
    margin: 0 auto;
    padding: 1.5625rem 0 2.5rem;
  }
}
.s-pack-flow__list {
  text-align: center;
  width: 16.875rem;
}
@media only screen and (max-width: 767.499px) {
  .s-pack-flow__list {
    margin: 0 auto;
    padding-bottom: 2.5rem;
    width: 18.4375rem;
  }
}
.s-pack-flow__step {
  align-items: center;
  border: 1.5px #FCD005 solid;
  border-radius: 0.5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.4375rem;
  justify-content: center;
  letter-spacing: 0.02em;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 6rem;
}
.s-pack-flow__item {
  align-items: center;
  background-color: #FFFAEA;
  border-radius: 50%;
  display: flex;
  height: 9.75rem;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.75rem;
  width: 9.75rem;
}
.s-pack-flow__item img {
  height: 5.875rem;
  width: 5.875rem;
}
.s-pack-flow__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 1.3125rem;
}
.s-pack-flow__text {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  padding-bottom: 0rem;
}
.s-pack-flow__connection {
  background-color: #FFFAEA;
  height: 2.25rem;
  position: absolute;
  width: 41.25rem;
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 13rem;
  transform: translateX(-50%);
  z-index: -1;
}

.c-btn__box.--business {
  bottom: 1.5rem;
  position: fixed;
  right: 1.5rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 50;
}
@media only screen and (max-width: 767.499px) {
  .c-btn__box.--business {
    bottom: 0.75rem;
    right: 2rem;
  }
}

.c-btn.--business {
  min-width: 13.75rem;
}
@media only screen and (max-width: 767.499px) {
  .c-btn.--business {
    line-height: 0.8125rem;
    min-height: 3.125rem;
    min-width: 19.4375rem;
  }
}

.c-btn__box.--business.is-hide {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.txt.--business {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .txt.--business {
    font-size: 0.8125rem;
  }
}

.s-sitemap {
  background: #fff;
  padding-bottom: 8.75rem;
  padding-top: 9.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap {
    padding-bottom: 9.25rem;
    padding-top: 5.4375rem;
  }
}
.s-sitemap__inner.u-inner {
  max-width: 72.375rem;
}
.s-sitemap__box {
  position: relative;
}
.s-sitemap__group:not(:first-child) {
  margin-top: 2.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__group:not(:first-child) {
    margin-top: 2.28125rem;
  }
}
.s-sitemap__flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__flex {
    width: 100%;
  }
}
.s-sitemap__flex--top {
  width: 30.7%;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__flex--top {
    width: 100%;
  }
}
.s-sitemap__flex--company {
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__flex--company {
    width: 100%;
  }
}
.s-sitemap__flex--business {
  width: 65.43%;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__flex--business {
    width: 100%;
  }
}
.s-sitemap__flex--news {
  width: 100%;
}
.s-sitemap__flex--recruit {
  width: 30.7%;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__flex--recruit {
    width: 100%;
  }
}
.s-sitemap__flex--contact {
  width: 30.7%;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__flex--contact {
    width: 100%;
  }
}
.s-sitemap__heading {
  border-bottom: 0.0625rem solid #DFDCD2;
  color: #222222;
  font-size: 1.5625rem;
  font-weight: 700;
  padding-bottom: 1.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__heading {
    padding-bottom: 1.75rem;
  }
}
.s-sitemap__list {
  display: flex;
  gap: 2.5rem;
  width: 100%;
}
.s-sitemap__list--last {
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__list {
    flex-direction: column;
    row-gap: 0.93125rem;
  }
}
.s-sitemap__item {
  border-bottom: 0.0625rem solid #DFDCD2;
  cursor: pointer;
  position: relative;
  width: 30.38%;
  width: 100%;
}
.s-sitemap__item--sub {
  margin-left: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__item--sub {
    margin-left: 0.75rem;
  }
}
.s-sitemap__icon {
  height: 1.5rem;
  position: absolute;
  width: 1.5rem;
}
.s-sitemap__icon img {
  aspect-ratio: 6.59/11.17;
}
.s-sitemap__link {
  color: #222222;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5333333333;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__link {
    padding-bottom: 1.53125rem;
    padding-top: 1.53125rem;
  }
}
.s-sitemap__link--text {
  color: #222222;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  transition: color 0.2s ease;
}
.s-sitemap__link .sitemap-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
}
.s-sitemap__link .sitemap-arrow .arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.s-sitemap__link .sitemap-arrow .arrow.--main, .s-sitemap__link .sitemap-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.s-sitemap__link .sitemap-arrow .arrow img {
  height: 1.5rem;
  transition: -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.s-sitemap__link .sitemap-arrow .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.s-sitemap__link .sitemap-arrow .arrow-container {
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 1.5rem;
}
@media (hover: hover) {
  .s-sitemap__link:hover {
    color: #FCD005;
  }
  .s-sitemap__link:hover .s-sitemap__link--text {
    color: #FCD005;
  }
  .s-sitemap__link:hover .sitemap-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-sitemap__link:hover .sitemap-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-sitemap__link:hover .sitemap-arrow .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (hover: none) {
  .s-sitemap__link:active {
    color: #FCD005;
  }
  .s-sitemap__link:active .s-sitemap__link--text {
    color: #FCD005;
  }
  .s-sitemap__link:active .sitemap-arrow .arrow img {
    -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(83%) saturate(778%) hue-rotate(3deg) brightness(103%) contrast(102%);
  }
  .s-sitemap__link:active .sitemap-arrow .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .s-sitemap__link:active .sitemap-arrow .arrow.--sub {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.s-sitemap__item--privacy {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__item--privacy {
    bottom: -4.3125rem;
  }
}
.s-sitemap__link--privacy {
  color: #222;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (hover: hover) {
  .s-sitemap__link--privacy:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-sitemap__link--privacy:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767.499px) {
  .s-sitemap__link--privacy {
    font-size: 0.8125rem;
  }
}

.news-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
}
.news-arrow .arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.news-arrow .arrow.--main, .news-arrow .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-arrow .arrow img {
  height: 1.5rem;
  transition: -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 1.5rem;
}
.news-arrow .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.news-arrow .arrow-container {
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 1.5rem;
}

.s-contact.--materials {
  display: flex;
  flex-direction: column;
  padding: 5rem 1.25rem 8.5625rem;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-contact.--materials {
    padding: 5rem 0.5rem 5rem;
  }
}

.s-contact__materials {
  justify-content: center;
  margin: 0 auto;
  max-width: 41.875rem;
}
.s-contact__read-txt.--materials {
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .s-contact__read-txt.--materials {
    padding: 0 0.75rem;
    text-align: left;
    width: 22.4375rem;
  }
}

.s-contact-form__form.--materials {
  max-width: 38rem;
  width: 100%;
}
.s-contact-form__rows.--materials {
  margin-top: 2.6875rem;
  padding-bottom: 2.5rem;
  padding-top: 2.3125rem;
  width: 38rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__rows.--materials {
    margin: 0 auto;
    margin-top: 2.5rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 22.4375rem;
  }
}

.s-contact-form__privacy.--materials {
  width: 38rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__privacy.--materials {
    width: 22.4375rem;
  }
}

.s-contact-form__submit-wrap.--materials {
  padding-bottom: 7.5rem;
  width: 38rem;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__submit-wrap.--materials {
    padding-bottom: 3.5rem;
    width: 22.4375rem;
  }
}

.s-contact-form__breadcrumbs-list.--materials {
  margin: 0 auto;
  max-width: 67.375rem;
  position: static;
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .s-contact-form__breadcrumbs-list.--materials {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
}

.s-contact-form__breadcrumbs-list.l-top__breadcrumbs-list.--materials {
  justify-content: flex-start;
}

.s-contact-form__breadcrumbs.--materials {
  bottom: -3%;
  margin-top: 0;
}

.l-top__breadcrumbs-link.--materials {
  font-size: 0.875rem;
}

.screen-reader-response {
  display: none;
}

.c-btn__box.--materials {
  margin-bottom: 4.125rem;
  margin-top: 2.5rem;
}

.s-complete__txt.--materials {
  margin-top: 2.5rem;
}
/*# sourceMappingURL=sourcemaps/style.css.map */