@charset "UTF-8";
/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
# mixin
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

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

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# html element
--------------------------------------------------------------*/
html {
  overscroll-behavior: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3e4245;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

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

a, input {
  text-decoration: none;
  color: #3e4245;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
a:hover, input:hover {
  opacity: 0.7;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  min-height: 1px;
}

svg {
  transform-box: fill-box;
}

li,
ol {
  list-style: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #3e4245;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #3e4245;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* site-titleやdiscriptionは基本表示しない */
.site-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.montserrat-200 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.montserrat-300 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-800 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.montserrat-900 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
@media print, screen and (max-width: 1259px) {
  .over-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 849px) {
  .over-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 499px) {
  .over-sp {
    display: none !important;
  }
}

.under-pc {
  display: none !important;
}
@media print, screen and (max-width: 1259px) {
  .under-pc {
    display: inherit !important;
  }
}

.under-tab {
  display: none;
}
@media print, screen and (max-width: 849px) {
  .under-tab {
    display: inherit !important;
  }
}

.under-sp {
  display: none !important;
}
@media print, screen and (max-width: 499px) {
  .under-sp {
    display: inherit !important;
  }
}

body:before {
  content: "";
  position: fixed;
  z-index: 9996;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: backdrop-filter 0.3s, opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

body.body--fixed:before {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ECF1F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .circle-line {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #d0def2 10%, #2b5597 100%);
  box-sizing: border-box;
}
#loading .circle-line::before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: 50%;
  background-color: #ECF1F7;
  content: "";
}
#loading .spin {
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 70px;
  transform: translateY(-100%);
  transition: all 0.3s;
}
@media print, screen and (max-width: 1259px) {
  .header {
    height: 60px;
  }
}
@media print, screen and (max-width: 499px) {
  .header {
    height: 50px;
  }
}
.header--bgfix {
  background-color: #fff;
}
.header--bgfix .header__logo svg rect, .header--bgfix .header__logo svg path {
  fill: #000;
}
.header--bgfix .header__hamburger span {
  background-color: #000;
}
.header--return {
  transform: translateY(0);
}
.header__logo {
  position: fixed;
  z-index: 999;
  left: 24px;
  top: 25px;
}
@media print, screen and (max-width: 1259px) {
  .header__logo {
    left: 19.5px;
    top: 22px;
  }
}
@media print, screen and (max-width: 499px) {
  .header__logo {
    left: 15px;
    top: 19px;
  }
}
.header__logo a {
  display: flex;
}
.header__logo a svg {
  width: 150px;
}
@media print, screen and (max-width: 1259px) {
  .header__logo a svg {
    width: 129px;
  }
}
@media print, screen and (max-width: 499px) {
  .header__logo a svg {
    width: 108px;
  }
}
.header__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 9998;
  right: 0;
  top: 0;
  width: 83px;
  height: 70px;
}
@media print, screen and (max-width: 1259px) {
  .header__hamburger {
    width: 71px;
    height: 60px;
  }
}
@media print, screen and (max-width: 499px) {
  .header__hamburger {
    width: 59px;
    height: 50px;
  }
}
.header__hamburger__inner {
  position: relative;
  width: 50px;
  height: 28px;
}
@media print, screen and (max-width: 1259px) {
  .header__hamburger__inner {
    width: 42.5px;
    height: 24px;
  }
}
@media print, screen and (max-width: 499px) {
  .header__hamburger__inner {
    width: 35px;
    height: 20px;
  }
}
.header__hamburger__inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
.header__hamburger__inner span:nth-of-type(1) {
  top: 0%;
}
.header__hamburger__inner span:nth-of-type(2) {
  bottom: 75%;
}
.header__hamburger__inner span:nth-of-type(3) {
  bottom: 50%;
}
.header__hamburger__inner span:nth-of-type(4) {
  bottom: 25%;
}
.header__hamburger__inner span:nth-of-type(5) {
  left: auto;
  right: 0;
  bottom: 0;
  width: 58.3432895261%;
}
.header__hamburger--active span {
  background-color: #000;
}
.header__hamburger--active span:nth-of-type(1) {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-27.5deg);
}
.header__hamburger--active span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(3px);
}
.header__hamburger--active span:nth-of-type(3) {
  opacity: 0;
  transform: translateX(3px);
}
.header__hamburger--active span:nth-of-type(4) {
  opacity: 0;
  transform: translateX(3px);
}
.header__hamburger--active span:nth-of-type(5) {
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(50%) rotate(27.5deg);
  width: 100%;
}
.header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  z-index: 9997;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100svw;
  height: 100svh;
  background-color: #fff;
  overflow-y: scroll;
}
@media print, screen and (max-width: 499px) {
  .header__menu {
    align-items: flex-start;
  }
}
.header__menu--active {
  opacity: 1;
  visibility: visible;
}
.header__menu__logo {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100svh;
  background: #ecf1f7;
}
@media print, screen and (max-width: 1259px) {
  .header__menu__logo {
    width: 42%;
  }
}
@media print, screen and (max-width: 1000px) {
  .header__menu__logo {
    display: none;
  }
}
.header__menu__logo img {
  width: 36.6032210835%;
  max-width: 250px;
  min-width: 200px;
}
.header__menu .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: auto;
  overflow-y: scroll;
  min-height: 500px;
  padding: 92px 0;
}
@media print, screen and (max-width: 1259px) {
  .header__menu .header-nav {
    width: 58%;
  }
}
@media print, screen and (max-width: 1000px) {
  .header__menu .header-nav {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.header__menu .header-nav__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 63px 8.5651537335svw;
  max-height: 420px;
  margin-left: -30px;
}
@media print, screen and (max-width: 1259px) {
  .header__menu .header-nav__items {
    gap: 63px 8.5651537335svw;
  }
}
@media print, screen and (max-width: 499px) {
  .header__menu .header-nav__items {
    gap: 36px 0;
    max-height: inherit;
    margin-left: 0;
    min-width: 302px;
  }
}
.header__menu .header-nav__items__item {
  line-height: 1;
  color: #000;
  filter: opacity(1);
  transition: opacity 0.3s, filter 0.3s;
}
.header__menu .header-nav__items__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.header__menu .header-nav__items__item a span {
  pointer-events: none;
}
.header__menu .header-nav__items__item a span:nth-of-type(1) {
  font-weight: 500;
  font-size: 14px;
}
.header__menu .header-nav__items__item a span:nth-of-type(2) {
  font-size: 28px;
  letter-spacing: 0.02em;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ecf1f7;
  padding: 115px 0 57px 0;
}
@media print, screen and (max-width: 1259px) {
  .footer {
    padding: 90.5px 0 62px 0;
  }
}
@media print, screen and (max-width: 499px) {
  .footer {
    padding: 66px 0 66px 0;
  }
}
.footer__img {
  width: 160px;
}
@media print, screen and (max-width: 849px) {
  .footer__img {
    width: 144.49px;
  }
}
@media print, screen and (max-width: 499px) {
  .footer__img {
    width: 115.59px;
  }
}
.footer__company {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #191818;
  margin-top: 94px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 849px) {
  .footer__company {
    margin-top: 86px;
  }
}
.footer__copyright {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #4d5255;
  opacity: 0.5;
}

.common-pnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin-top: 108px;
}
.common-pnav span, .common-pnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  color: #3a444a;
  background-color: #eaf2fa;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media print, screen and (max-width: 1259px) {
  .common-pnav span, .common-pnav a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  .common-pnav span, .common-pnav a {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.common-pnav .current {
  color: #fff;
  background-color: #3783c9;
}
.common-pnav .dots {
  color: rgba(76, 81, 87, 0.3);
}

.common-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: clip;
}
.common-slide .common-slide__inner {
  position: relative;
  font-size: 154px;
  font-size: 11.2737920937svw;
  font-size: max(80px, 11.2737920937svw);
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  margin-top: 32px;
}
.common-slide__loop {
  animation: loop 40s linear infinite;
  width: 100%;
  opacity: 0.1;
}
.common-slide__loop2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 40s -20s linear infinite;
  opacity: 0.1;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# front-page
--------------------------------------------------------------*/
body.front-page .hero {
  z-index: 0;
  overflow-x: clip;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  background-color: #fff;
}
body.front-page .hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.front-page .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.front-page .hero__logo {
  position: absolute;
  width: 400px;
  height: 400px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .hero__logo {
    width: 66.5svw;
    height: 66.5svw;
    max-width: 400px;
    max-height: 400px;
    margin-top: 26px;
  }
}
body.front-page .hero__logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.front-page .hero__logo img:nth-of-type(1) {
  z-index: 1;
}
body.front-page .hero__logo img:nth-of-type(2) {
  z-index: 2;
}
body.front-page .hero__logo img:nth-of-type(3) {
  z-index: 3;
}
body.front-page .hero__nav {
  position: absolute;
  left: 58px;
  bottom: 62px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .hero__nav {
    display: none;
  }
}
@media (max-height: 500px) {
  body.front-page .hero__nav {
    display: none;
  }
}
body.front-page .hero__nav__item {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #fff;
}
body.front-page .hero__nav__item span {
  pointer-events: none;
}
body.front-page .hero__news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  right: 38px;
  bottom: 53px;
  gap: 12px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .hero__news {
    right: auto;
    left: 38px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__news {
    bottom: 37px;
    left: 23px;
  }
}
body.front-page .hero__news__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  body.front-page .hero__news__item:nth-of-type(2) {
    display: none;
  }
  body.front-page .hero__news__item:nth-of-type(3) {
    display: none;
  }
}
body.front-page .hero__news__item__tag {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  min-width: 121px;
}
body.front-page .hero__news__item__title {
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}
body.front-page .hero__scroll {
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1px;
  height: 142px;
  background-color: #BBC3C7;
  transform: translateY(calc(-50% - 15px));
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (max-width: 849px) {
  body.front-page .hero__scroll {
    right: 28px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .hero__scroll {
    right: 18px;
    margin-top: 12px;
  }
}
body.front-page .hero__scroll:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: expand 2s linear infinite;
  transform-origin: top;
}
@keyframes expand {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
    opacity: 1;
  }
  50% {
    transform-origin: top;
    transform: scale(1, 1);
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0);
    opacity: 0;
  }
}
body.front-page .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 100svh;
  padding: min(250px, 18.3016105417svw) max(12svw, 83px) min(242px, 17.7159590044svw) max(12svw, 83px);
  background: url("./img/top-about-bg.webp") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  overflow-x: clip;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .about {
    padding: min(250px, 18.3016105417svw) max(6.076svw, 83px) min(242px, 17.7159590044svw) max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .about {
    padding: min(191.5px, 18.3016105417svw) max(6.076svw, 23px) min(161px, 17.7159590044svw) max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .about {
    background-image: url("./img/top-about-bg-sp.webp");
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .about {
    padding: 133px max(6.076svw, 23px) 80px max(6.076svw, 23px);
  }
}
body.front-page .about__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .about__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
body.front-page .about .common-slide {
  position: absolute;
  left: 0;
  top: min(9.8096632504svw, 134px);
}
@media print, screen and (max-width: 849px) {
  body.front-page .about .common-slide {
    top: min(9.8096632504svw, 134px);
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .about .common-slide {
    top: 13.3333333333svw;
  }
}
body.front-page .about__heading {
  font-weight: 500;
  font-size: max(3svw, 52px);
  line-height: 1.9038461538;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .about__heading {
    font-size: 42px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .about__heading {
    font-size: 32px;
    line-height: 1.6875;
  }
}
body.front-page .about__txt {
  font-size: 18px;
  line-height: 2.4444444444;
  margin-top: 16px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .about__txt {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .about__txt {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .about__txt {
    font-size: 16px;
    line-height: 2.5;
  }
}
body.front-page .map {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-height: 1300px;
  margin-bottom: 700px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .map {
    margin-bottom: 570px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .map {
    max-height: inherit;
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .map {
    margin-bottom: 440px;
  }
}
body.front-page .map__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 849px) {
  body.front-page .map__bg {
    aspect-ratio: 1/1;
    margin-top: -20svw;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .map__bg {
    margin-top: 0;
  }
}
body.front-page .map__bg img {
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 849px) {
  body.front-page .map__bg img {
    height: auto;
  }
}
body.front-page .map__bg__ripple {
  position: absolute;
  width: 6.588579795svw;
  height: 6.588579795svw;
  left: 26.2079062958svw;
  bottom: 26.3543191801svw;
}
@media print, screen and (max-width: 849px) {
  body.front-page .map__bg__ripple {
    width: 13.8666666667svw;
    height: 13.8666666667svw;
    left: 55%;
    bottom: 11svw;
    transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .map__bg__ripple {
    width: 13.8666666667svw;
    height: 13.8666666667svw;
    transform: none;
    bottom: 11svw;
    left: 50%;
  }
}
body.front-page .map__bg__ripple__ripple1, body.front-page .map__bg__ripple__ripple2, body.front-page .map__bg__ripple__ripple3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #007CEB;
  animation: ripple 4.5s linear infinite normal;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(-0.7);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) scale(-1.4);
    opacity: 0;
  }
}
body.front-page .map__bg__ripple__ripple1 {
  animation-delay: 0s;
}
body.front-page .map__bg__ripple__ripple2 {
  animation-delay: 1.5s;
}
body.front-page .map__bg__ripple__ripple3 {
  animation-delay: 3s;
}
body.front-page .map__txt {
  position: absolute;
  right: 12svw;
  bottom: 12.1522693997svw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .map__txt {
    right: 6.0761346999svw;
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .map__txt {
    bottom: 8svw;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .map__txt {
    display: flex;
    flex-direction: column;
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 53px 120px 53px;
    margin-top: 23svw;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .map__txt {
    align-items: center;
    margin-top: 33.3svw;
    padding-bottom: 60px;
  }
}
body.front-page .map__txt img {
  width: 266.66px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .map__txt img {
    width: 235.71px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .map__txt img {
    width: 204.76px;
  }
}
body.front-page .map__txt p {
  max-width: 634px;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 43px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .map__txt p {
    max-width: 44.9487554905svw;
    font-size: 15px;
    margin-top: 34.5px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .map__txt p {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .map__txt p {
    font-size: 14px;
    line-height: 1.857;
    margin-top: 26px;
  }
}
body.front-page .landscape {
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100svw;
  height: 100svh;
}
body.front-page .landscape--active {
  z-index: -1;
}
body.front-page .landscape__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.front-page .landscape__lines {
  position: absolute;
  left: 16.7642752562svw;
  bottom: 0;
  width: 15.2269399707svw;
  height: auto;
  aspect-ratio: 208/396;
}
@media print, screen and (max-width: 849px) {
  body.front-page .landscape__lines {
    width: 26.3466666667svw;
    left: 6.1333333333svw;
  }
}
body.front-page .landscape__lines__line {
  position: absolute;
  bottom: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 6.6346153846%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
}
body.front-page .landscape__lines__line:nth-of-type(1) {
  left: 0;
  height: 62.3737373737%;
}
body.front-page .landscape__lines__line:nth-of-type(2) {
  left: 25%;
  transform: translateX(-50%);
}
body.front-page .landscape__lines__line:nth-of-type(3) {
  left: 50%;
  transform: translateX(-50%);
}
body.front-page .landscape__lines__line:nth-of-type(4) {
  left: 75%;
  transform: translateX(-50%);
}
body.front-page .landscape__lines__line:nth-of-type(5) {
  left: 100%;
  transform: translateX(-50%);
}
body.front-page .business {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 128px max(12svw, 83px) 75px max(12svw, 83px);
  background-color: #fff;
  overflow-x: clip;
  margin-bottom: 700px;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .business {
    padding: 128px max(6.076svw, 83px) 75px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business {
    padding: 99px max(6.076svw, 23px) 74px max(6.076svw, 23px);
    margin-bottom: 570px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business {
    padding: 70px max(6.076svw, 23px) 74px max(6.076svw, 23px);
    margin-bottom: 440px;
  }
}
body.front-page .business__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.front-page .business__heading {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
body.front-page .business__heading__icon {
  width: 40px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__heading__icon {
    width: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__heading__icon {
    width: 30px;
  }
}
body.front-page .business__heading__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 37px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__heading__txt {
    margin-left: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__heading__txt {
    margin-left: 28px;
  }
}
body.front-page .business__heading__txt span {
  line-height: 1;
}
body.front-page .business__heading__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.3em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__heading__txt span:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.2em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__heading__txt span:nth-of-type(1) {
    font-size: 14px;
    margin-top: 0.1em;
  }
}
body.front-page .business__heading__txt span:nth-of-type(2) {
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__heading__txt span:nth-of-type(2) {
    font-size: 27px;
    margin-bottom: 0.075em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__heading__txt span:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 0.05em;
  }
}
body.front-page .business__list {
  margin-top: 115px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__list {
    margin-top: 90.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__list {
    margin-top: 66px;
  }
}
body.front-page .business__list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 79px;
  padding: 43px 0;
  border-top: 1px solid #ecf1f7;
}
body.front-page .business__list__item:last-of-type {
  border-bottom: 1px solid #ecf1f7;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__list__item {
    gap: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__list__item {
    flex-direction: column;
    gap: 42px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__list__item {
    padding: 45px 0 54px 0;
  }
}
body.front-page .business__list__item__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 74px;
  margin-top: -4px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__list__item__txt {
    gap: 37px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__list__item__txt {
    align-items: center;
    gap: 34px;
    margin-top: 0;
  }
}
body.front-page .business__list__item__txt p:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 65px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) {
    gap: 32px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) {
    flex-direction: column;
    gap: 14px;
  }
}
body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 120px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #3583c9;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(1) {
    font-size: min(80px, 8svw);
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 62px;
  }
}
body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(2) {
  white-space: nowrap;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  margin-top: -0.4em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 28px;
    margin-top: -0.2em;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(2) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__list__item__txt p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 24px;
  }
}
body.front-page .business__list__item__txt p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2.0625;
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__list__item__txt p:nth-of-type(2) {
    margin-top: -11px;
  }
}
body.front-page .business__list__item__img {
  width: 50%;
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__list__item__img {
    width: 100%;
  }
}
body.front-page .business__field {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(100% + 12svw);
  background: url("./img/top-business-bg.webp") no-repeat;
  background-size: 100% 100%;
  border-radius: 27px;
  overflow: hidden;
  padding: 11.7130307467svw 4.17svw 4.6120058565svw 4.17svw;
  margin-top: 100px;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .business__field {
    width: calc(100% + 8.2svw);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__field {
    margin-top: 76.5px;
    padding: 11.7130307467svw 2.085svw 4.6120058565svw 2.085svw;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__field {
    background-image: url("./img/top-business-bg-sp.webp");
    border-radius: 18px;
    width: calc(100% + max(12.152svw, 46px));
    padding: 49.5svw 25px 4.6120058565svw 25px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field {
    margin-top: 53px;
  }
}
body.front-page .business__field__bg {
  position: absolute;
  z-index: 0;
  min-width: 105%;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  top: 2.5svw;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__field__bg {
    top: 9.5svw;
    min-width: 107%;
  }
}
body.front-page .business__field__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.196193265svw;
  z-index: 1;
  width: 100%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__field__list {
    gap: 1.0980966325svw;
  }
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__field__list {
    gap: 10px;
  }
}
body.front-page .business__field__list__item {
  background-color: #fff;
  padding-bottom: 34px;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
}
body.front-page .business__field__list__item__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 188px;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item__img {
    width: 200px;
    min-width: 200px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .business__field__list__item__img {
    width: 160px;
    min-width: 160px;
    height: 160px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item__img {
    width: 103px;
    min-width: 103px;
    height: 120px;
  }
}
body.front-page .business__field__list__item__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item__txt {
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item__txt {
    padding-right: 25px;
  }
}
body.front-page .business__field__list__item__txt h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__field__list__item__txt h3 {
    font-size: 21px;
    margin-bottom: 22px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item__txt h3 {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 15px;
  }
}
body.front-page .business__field__list__item__txt p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .business__field__list__item__txt p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item__txt p {
    text-align: left;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item__txt p {
    font-size: 13px;
    line-height: 1.5714285714;
  }
}
body.front-page .business__field__list__item:nth-of-type(1) .business__field__list__item__img {
  padding-top: 0.5em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(1) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(1) .business__field__list__item__img img {
    width: 54.3px;
  }
}
body.front-page .business__field__list__item:nth-of-type(2) .business__field__list__item__img {
  padding-top: 1em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(2) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(2) .business__field__list__item__img img {
    width: 58.4px;
  }
}
body.front-page .business__field__list__item:nth-of-type(3) .business__field__list__item__img {
  padding-top: 1em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(3) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(3) .business__field__list__item__img img {
    width: 56.5px;
  }
}
body.front-page .business__field__list__item:nth-of-type(4) .business__field__list__item__img {
  padding-top: 1.6em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(4) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(4) .business__field__list__item__img img {
    width: 57.6px;
  }
}
body.front-page .business__field__list__item:nth-of-type(5) .business__field__list__item__img {
  padding-top: 1em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(5) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(5) .business__field__list__item__img img {
    width: 59.1px;
  }
}
body.front-page .business__field__list__item:nth-of-type(6) .business__field__list__item__img {
  padding-top: 1.2em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(6) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(6) .business__field__list__item__img img {
    width: 59.3px;
  }
}
body.front-page .business__field__list__item:nth-of-type(7) .business__field__list__item__img {
  padding-top: 0.8em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(7) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(7) .business__field__list__item__img img {
    width: 47.7px;
  }
}
body.front-page .business__field__list__item:nth-of-type(8) .business__field__list__item__img {
  padding-top: 1.1em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(8) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(8) .business__field__list__item__img img {
    width: 46.7px;
  }
}
body.front-page .business__field__list__item:nth-of-type(9) .business__field__list__item__img {
  padding-top: 1.5em;
}
@media print, screen and (max-width: 1000px) {
  body.front-page .business__field__list__item:nth-of-type(9) .business__field__list__item__img {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .business__field__list__item:nth-of-type(9) .business__field__list__item__img img {
    width: 60.5px;
  }
}
body.front-page .landscape2 {
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100svw;
  height: 100svh;
}
body.front-page .landscape2--active {
  z-index: -1;
}
body.front-page .landscape2__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.front-page .landscape2__lines {
  position: absolute;
  top: 6.3689604685svw;
  right: -13px;
  height: 15.2269399707svw;
  width: auto;
  aspect-ratio: 396/208;
}
@media print, screen and (max-width: 849px) {
  body.front-page .landscape2__lines {
    height: 26.3466666667svw;
    right: -13px;
  }
}
body.front-page .landscape2__lines__line {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.2svw;
  background: linear-gradient(90deg, rgba(133, 225, 254, 0.9) 0%, rgba(191, 233, 241, 0.9) 100%);
  height: 6.6346153846%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
}
body.front-page .landscape2__lines__line:nth-of-type(1) {
  top: 0;
}
body.front-page .landscape2__lines__line:nth-of-type(2) {
  top: 25%;
  transform: translateY(-50%);
  filter: brightness(1.02);
}
body.front-page .landscape2__lines__line:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(1.04);
}
body.front-page .landscape2__lines__line:nth-of-type(4) {
  top: 75%;
  transform: translateY(-50%);
  filter: brightness(1.06);
}
body.front-page .landscape2__lines__line:nth-of-type(5) {
  top: 100%;
  transform: translateY(-50%);
  width: 62.3737373737%;
  filter: brightness(1.2);
}
body.front-page .case {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 84px max(12svw, 83px) 75px max(12svw, 83px);
  background: #ecf1f7;
  overflow-x: clip;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .case {
    padding: 84px max(6.076svw, 83px) 75px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case {
    padding: 77px max(6.076svw, 23px) 74px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case {
    padding: 70px max(6.076svw, 23px) 74px max(6.076svw, 23px);
  }
}
body.front-page .case__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.front-page .case__heading {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
body.front-page .case__heading__icon {
  width: 40px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__heading__icon {
    width: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__heading__icon {
    width: 30px;
  }
}
body.front-page .case__heading__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 37px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__heading__txt {
    margin-left: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__heading__txt {
    margin-left: 28px;
  }
}
body.front-page .case__heading__txt span {
  line-height: 1;
}
body.front-page .case__heading__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.3em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__heading__txt span:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.2em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__heading__txt span:nth-of-type(1) {
    font-size: 14px;
    margin-top: 0.1em;
  }
}
body.front-page .case__heading__txt span:nth-of-type(2) {
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__heading__txt span:nth-of-type(2) {
    font-size: 27px;
    margin-bottom: 0.075em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__heading__txt span:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 0.05em;
  }
}
body.front-page .case__tabs {
  width: 100%;
  margin-top: 104px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs {
    margin-top: 56px;
  }
}
body.front-page .case__tabs__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.9297218155svw;
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs__head {
    gap: 7px;
  }
}
body.front-page .case__tabs__head__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(77, 82, 85, 0.3);
  transition: opacity 0.3s, border-color 0.3s;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs__head__tab {
    padding-bottom: 25px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs__head__tab {
    padding-bottom: 15px;
  }
}
body.front-page .case__tabs__head__tab:hover {
  opacity: 0.6;
}
body.front-page .case__tabs__head__tab span {
  color: rgba(77, 82, 85, 0.3);
}
body.front-page .case__tabs__head__tab span:nth-of-type(1) {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs__head__tab span:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs__head__tab span:nth-of-type(1) {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
body.front-page .case__tabs__head__tab span:nth-of-type(2) {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs__head__tab span:nth-of-type(2) {
    font-size: 25px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs__head__tab span:nth-of-type(2) {
    font-size: 18px;
  }
}
body.front-page .case__tabs__head__tab.selected {
  border-color: #3583c9;
}
body.front-page .case__tabs__head__tab.selected:hover {
  opacity: 1;
}
body.front-page .case__tabs__head__tab.selected span {
  color: #3e4245;
}
body.front-page .case__tabs__content {
  margin-top: 55px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs__content {
    margin-top: 40.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs__content {
    margin-top: 26px;
  }
}
body.front-page .case__tabs .case-slides {
  position: relative;
}
body.front-page .case__tabs .case-slides .prev-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("./img/top-case-slick-arrow-prev.svg") no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  transition: filter 0.2s, opacity 0.3s;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides .prev-arrow {
    left: 50.5px;
    transform: none;
    width: 43px;
    height: 43px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides .prev-arrow {
    width: 37px;
    height: 37px;
    left: 15px;
  }
}
body.front-page .case__tabs .case-slides .prev-arrow:hover {
  filter: opacity(0.6);
}
body.front-page .case__tabs .case-slides .prev-arrow--disable {
  opacity: 0;
}
body.front-page .case__tabs .case-slides .next-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: url("./img/top-case-slick-arrow-next.svg") no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  transition: filter 0.2s, opacity 0.3s;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides .next-arrow {
    right: 50.5px;
    transform: none;
    width: 43px;
    height: 43px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides .next-arrow {
    width: 37px;
    height: 37px;
    right: 15px;
  }
}
body.front-page .case__tabs .case-slides .next-arrow:hover {
  filter: opacity(0.6);
}
body.front-page .case__tabs .case-slides .next-arrow--disable {
  opacity: 0;
}
body.front-page .case__tabs .case-slides .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides .slick-dots {
    bottom: 34px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides .slick-dots {
    bottom: 31px;
  }
}
body.front-page .case__tabs .case-slides .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
body.front-page .case__tabs .case-slides .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: unset;
  display: block;
  background: #ecf1f7;
  cursor: pointer;
}
body.front-page .case__tabs .case-slides .slick-dots .slick-active button {
  background: #3583c9;
}
body.front-page .case__tabs .case-slides__slide {
  padding: 64px 86px 86px 86px;
  background-color: #fff;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides__slide {
    padding: 53px 50.5px 78px 50.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide {
    padding: 36px 15px 70px 15px;
  }
}
body.front-page .case__tabs .case-slides__slide__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(1) {
  font-size: 85px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #3583c9;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(1) {
    font-size: 75px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(1) {
    font-size: 55px;
  }
}
body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(2) {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.8333333333;
  color: #4d5255;
  margin-top: 26px;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(2) {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(2) {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(3) {
  width: 1px;
  height: 49.57px;
  background-color: #3583c9;
  margin-bottom: 38px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(3) {
    height: 46.795px;
    margin-bottom: 31px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__head span:nth-of-type(3) {
    height: 44.02px;
    margin-bottom: 24px;
  }
}
body.front-page .case__tabs .case-slides__slide__body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #ecf1f7;
  border-bottom: 1px solid #ecf1f7;
  padding: 28px 0 34px 0;
}
@media print, screen and (max-width: 849px) {
  body.front-page .case__tabs .case-slides__slide__body {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__body {
    padding: 23px 0 23px 0;
  }
}
body.front-page .case__tabs .case-slides__slide__body__img {
  width: 42.7184466019%;
}
@media print, screen and (max-width: 849px) {
  body.front-page .case__tabs .case-slides__slide__body__img {
    width: 100%;
  }
}
body.front-page .case__tabs .case-slides__slide__body__txt {
  width: 53.9805825243%;
}
@media print, screen and (max-width: 849px) {
  body.front-page .case__tabs .case-slides__slide__body__txt {
    width: 100%;
  }
}
body.front-page .case__tabs .case-slides__slide__body__txt ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 8px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .case__tabs .case-slides__slide__body__txt ul {
    margin-top: 14px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__body__txt ul {
    gap: 7px 10px;
  }
}
body.front-page .case__tabs .case-slides__slide__body__txt ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: #97c1e6;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides__slide__body__txt ul li {
    font-size: 16px;
    height: 39.5px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__body__txt ul li {
    font-size: 14px;
    height: 34px;
  }
}
body.front-page .case__tabs .case-slides__slide__body__txt p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .case__tabs .case-slides__slide__body__txt p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .case__tabs .case-slides__slide__body__txt p {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
body.front-page .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 94px max(12svw, 83px) 75px max(12svw, 83px);
  background: #fff;
  overflow-x: clip;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .company {
    padding: 94px max(6.076svw, 83px) 75px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company {
    padding: 85px max(6.076svw, 23px) 74px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company {
    padding: 73px max(6.076svw, 23px) 74px max(6.076svw, 23px);
  }
}
body.front-page .company__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.front-page .company__heading {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
body.front-page .company__heading__icon {
  width: 40px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company__heading__icon {
    width: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__heading__icon {
    width: 30px;
  }
}
body.front-page .company__heading__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 37px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company__heading__txt {
    margin-left: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__heading__txt {
    margin-left: 28px;
  }
}
body.front-page .company__heading__txt span {
  line-height: 1;
}
body.front-page .company__heading__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.3em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company__heading__txt span:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.2em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__heading__txt span:nth-of-type(1) {
    font-size: 14px;
    margin-top: 0.1em;
  }
}
body.front-page .company__heading__txt span:nth-of-type(2) {
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company__heading__txt span:nth-of-type(2) {
    font-size: 27px;
    margin-bottom: 0.075em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__heading__txt span:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 0.05em;
  }
}
body.front-page .company__list {
  width: 100%;
  margin-top: 97px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company__list {
    margin-top: 79px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__list {
    margin-top: 61px;
  }
}
body.front-page .company__list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #ecf1f7;
}
body.front-page .company__list__item:last-of-type {
  border-bottom: 1px solid #ecf1f7;
}
@media print, screen and (max-width: 849px) {
  body.front-page .company__list__item {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__list__item {
    padding: 14px 0 22px 0;
  }
}
body.front-page .company__list__item span {
  font-size: 16px;
  line-height: 2.75;
}
body.front-page .company__list__item span:nth-of-type(1) {
  min-width: 204px;
  font-weight: 600;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .company__list__item span:nth-of-type(1) {
    min-width: 150px;
  }
}
body.front-page .company__list__item span:nth-of-type(2) {
  font-weight: 400;
}
@media print, screen and (max-width: 499px) {
  body.front-page .company__list__item span:nth-of-type(2) {
    line-height: 1.75;
  }
}
body.front-page .message {
  margin-top: -1px;
}
body.front-page .message__head {
  padding-top: 2.6vw;
  position: relative;
  background: #fff;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__head {
    padding-top: 84px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__head {
    padding-top: 60px;
  }
}
body.front-page .message__head__heading {
  position: relative;
  z-index: 1;
  font-size: 10.2489019034svw;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #3583c9;
  text-align: center;
}
@media print, screen and (max-width: 849px) {
  body.front-page .message__head__heading {
    font-size: min(17.0666666667svw, 120px);
    line-height: 1.15625;
  }
}
body.front-page .message__head__img {
  width: 100%;
  margin-top: -40px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__head__img {
    margin-top: 0;
  }
}
body.front-page .message__head__lines {
  position: absolute;
  left: 16.7642752562svw;
  bottom: 0;
  width: 15.2269399707svw;
  height: auto;
  aspect-ratio: 208/396;
}
@media print, screen and (max-width: 849px) {
  body.front-page .message__head__lines {
    width: 26.3466666667svw;
    left: 6.1333333333svw;
  }
}
body.front-page .message__head__lines__line {
  position: absolute;
  bottom: 0;
  border-radius: 0.2svw;
  background-color: rgba(255, 255, 255, 0.25);
  width: 6.6346153846%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
}
body.front-page .message__head__lines__line:nth-of-type(1) {
  left: 0;
  height: 62.3737373737%;
}
body.front-page .message__head__lines__line:nth-of-type(2) {
  left: 25%;
  transform: translateX(-50%);
}
body.front-page .message__head__lines__line:nth-of-type(3) {
  left: 50%;
  transform: translateX(-50%);
}
body.front-page .message__head__lines__line:nth-of-type(4) {
  left: 75%;
  transform: translateX(-50%);
}
body.front-page .message__head__lines__line:nth-of-type(5) {
  left: 100%;
  transform: translateX(-50%);
}
body.front-page .message__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 62px max(12svw, 83px) 106px max(12svw, 83px);
  color: #fff;
  overflow-x: clip;
  background: url("./img/top-message-bg.webp") no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .message__body {
    padding: 62px max(6.076svw, 83px) 81px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body {
    padding: 85px max(6.076svw, 23px) 81px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .message__body {
    background-image: url("./img/top-message-bg.webp");
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body {
    padding: 30px max(6.076svw, 23px) 56px max(6.076svw, 23px);
  }
}
body.front-page .message__body__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.front-page .message__body__profile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__profile {
    padding-bottom: 52.5px;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .message__body__profile {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__profile {
    padding-bottom: 45px;
  }
}
body.front-page .message__body__profile p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 29.5%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__profile p:nth-of-type(1) {
    min-width: 34%;
  }
}
@media print, screen and (max-width: 849px) {
  body.front-page .message__body__profile p:nth-of-type(1) {
    align-items: center;
  }
}
body.front-page .message__body__profile p:nth-of-type(1) span:nth-of-type(1) {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 13px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__profile p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 21px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__profile p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
body.front-page .message__body__profile p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 12px;
  letter-spacing: 0.02em;
}
body.front-page .message__body__profile p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.875;
  margin-top: -6px;
}
@media print, screen and (max-width: 849px) {
  body.front-page .message__body__profile p:nth-of-type(2) {
    margin-top: -4px;
  }
}
body.front-page .message__body__message {
  padding: 72px 0;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message {
    padding: 58.5px 0 0 0;
    border-bottom: 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__message {
    padding: 45px 0 0 0;
  }
}
body.front-page .message__body__message .message-block1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .message__body__message .message-block1 {
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block1 {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__message .message-block1 {
    margin-bottom: 29px;
  }
}
body.front-page .message__body__message .message-block1__img {
  width: 40.8333333333%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block1__img {
    width: 49.6svw;
  }
}
body.front-page .message__body__message .message-block1__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  width: 53.6666666667%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block1__txt {
    gap: 50px;
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block1__txt {
    width: 100%;
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__message .message-block1__txt {
    margin-top: 44px;
  }
}
body.front-page .message__body__message .message-block2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .message__body__message .message-block2 {
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block2 {
    flex-direction: column;
  }
}
body.front-page .message__body__message .message-block2__img {
  width: 44.3333333333%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block2__img {
    width: 100%;
  }
}
body.front-page .message__body__message .message-block2__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  width: 50%;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-block2__txt {
    width: 100%;
    margin-top: 50px;
  }
}
body.front-page .message__body__message .message-item h3 {
  position: relative;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.75;
  padding-left: 27px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .message__body__message .message-item h3 {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__message .message-item h3 {
    font-size: 24px;
    line-height: 1.6666666667;
    padding-left: 24px;
  }
}
body.front-page .message__body__message .message-item h3:before {
  content: "";
  display: block;
  width: 1px;
  height: 102px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__message .message-item h3:before {
    height: 88%;
  }
}
body.front-page .message__body__message .message-item h3 span {
  display: block;
}
body.front-page .message__body__message .message-item p {
  font-size: 16px;
  line-height: 2.125;
  margin-top: 30px;
}
@media print, screen and (max-width: 499px) {
  body.front-page .message__body__message .message-item p {
    margin-top: 26px;
  }
}
body.front-page .faq {
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 70px max(12svw, 83px) 150px max(12svw, 83px);
  background: #ecf1f7;
  overflow-x: clip;
}
@media print, screen and (max-width: 1500px) {
  body.front-page .faq {
    padding: 70px max(6.076svw, 83px) 116.5px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq {
    padding: 65px max(6.076svw, 23px) 116.5px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq {
    padding: 60px max(6.076svw, 23px) 83px max(6.076svw, 23px);
  }
}
body.front-page .faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.front-page .faq__heading {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
body.front-page .faq__heading__icon {
  width: 40px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__heading__icon {
    width: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__heading__icon {
    width: 30px;
  }
}
body.front-page .faq__heading__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 37px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__heading__txt {
    margin-left: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__heading__txt {
    margin-left: 28px;
  }
}
body.front-page .faq__heading__txt span {
  line-height: 1;
}
body.front-page .faq__heading__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.3em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__heading__txt span:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.2em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__heading__txt span:nth-of-type(1) {
    font-size: 14px;
    margin-top: 0.1em;
  }
}
body.front-page .faq__heading__txt span:nth-of-type(2) {
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__heading__txt span:nth-of-type(2) {
    font-size: 27px;
    margin-bottom: 0.075em;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__heading__txt span:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 0.05em;
  }
}
body.front-page .faq__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  margin-top: 78px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list {
    margin-top: 61.5px;
    gap: 16px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list {
    margin-top: 45px;
    gap: 11px;
  }
}
body.front-page .faq__list__item {
  width: 100%;
}
body.front-page .faq__list__item__head {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
  width: 100%;
  padding: 22px 0 32px 32px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list__item__head {
    padding: 20px 0 32px 32px;
    padding-left: 21px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list__item__head {
    padding: 19px 0 22px 32px;
    padding-left: 13px;
  }
}
body.front-page .faq__list__item__head span:nth-of-type(1) {
  font-size: 50px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #97c1e6;
  min-width: 85px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list__item__head span:nth-of-type(1) {
    font-size: 37px;
    min-width: 59px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list__item__head span:nth-of-type(1) {
    font-size: 24px;
    min-width: 33px;
  }
}
body.front-page .faq__list__item__head span:nth-of-type(2) {
  font-size: 22px;
  line-height: 1.4444444444;
  margin-top: 8px;
  padding-right: 100px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list__item__head span:nth-of-type(2) {
    font-size: 20px;
    padding-right: 77px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list__item__head span:nth-of-type(2) {
    font-size: 18px;
    margin-top: 0;
    padding-right: 54px;
  }
}
body.front-page .faq__list__item__head span:nth-of-type(3) {
  position: absolute;
  right: 34px;
  top: 50%;
  width: 30.19px;
  height: 30.19px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list__item__head span:nth-of-type(3) {
    width: 25px;
    height: 25px;
    right: 24px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list__item__head span:nth-of-type(3) {
    width: 20px;
    height: 20px;
    right: 18px;
  }
}
body.front-page .faq__list__item__head span:nth-of-type(3):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3583c9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.front-page .faq__list__item__head span:nth-of-type(3):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3583c9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, transform 0.3s;
}
body.front-page .faq__list__item__head--active span:nth-of-type(3):after {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 10px));
}
body.front-page .faq__list__item__body {
  display: none;
  background-color: #fff;
  padding: 4px 34px 34px 118px;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list__item__body {
    padding: 4px 25px 25px 25px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list__item__body {
    padding: 4px 17px 17px 17px;
  }
}
body.front-page .faq__list__item__body p {
  font-size: 16px;
  line-height: 1.875;
}
@media print, screen and (max-width: 1259px) {
  body.front-page .faq__list__item__body p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  body.front-page .faq__list__item__body p {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
body.front-page .contact .form-btns__btn:nth-of-type(1) {
  display: none;
}

/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
body.news .hero, body.tax-news_cat .hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 26px max(12svw, 83px) 0 max(12svw, 83px);
  background: url("./img/news-head-bg.webp") no-repeat;
  background-size: 100% 100%;
  overflow-x: clip;
  height: 500px;
  color: #fff;
}
@media print, screen and (max-width: 1500px) {
  body.news .hero, body.tax-news_cat .hero {
    padding: 26px max(6.076svw, 83px) 0 max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.news .hero, body.tax-news_cat .hero {
    padding: 0 max(6.076svw, 23px) 0 max(6.076svw, 23px);
    height: 430px;
  }
}
@media print, screen and (max-width: 849px) {
  body.news .hero, body.tax-news_cat .hero {
    background-image: url("./img/news-head-bg-sp.webp");
  }
}
@media print, screen and (max-width: 499px) {
  body.news .hero, body.tax-news_cat .hero {
    padding: 0 max(6.076svw, 23px) 0 max(6.076svw, 23px);
    height: 360px;
  }
}
body.news .hero__lines, body.tax-news_cat .hero__lines {
  position: relative;
  width: 93.22px;
  height: auto;
  aspect-ratio: 93.22/177.29;
  margin-right: 56px;
}
@media print, screen and (max-width: 1259px) {
  body.news .hero__lines, body.tax-news_cat .hero__lines {
    width: 68.62px;
    margin-right: 43px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .hero__lines, body.tax-news_cat .hero__lines {
    width: 44.02px;
    margin-right: 30px;
  }
}
body.news .hero__lines__line, body.tax-news_cat .hero__lines__line {
  position: absolute;
  bottom: 0;
  border-radius: 1.5px;
  background: linear-gradient(0deg, rgba(158, 234, 255, 0.95) 0%, rgba(191, 255, 255, 0.95) 100%);
  width: 6.6346153846%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
}
@media print, screen and (max-width: 849px) {
  body.news .hero__lines__line, body.tax-news_cat .hero__lines__line {
    background: rgba(255, 255, 255, 0.9);
  }
}
body.news .hero__lines__line:nth-of-type(1), body.tax-news_cat .hero__lines__line:nth-of-type(1) {
  left: 0;
  height: 62.3737373737%;
}
body.news .hero__lines__line:nth-of-type(2), body.tax-news_cat .hero__lines__line:nth-of-type(2) {
  left: 25%;
  transform: translateX(-50%);
}
body.news .hero__lines__line:nth-of-type(3), body.tax-news_cat .hero__lines__line:nth-of-type(3) {
  left: 50%;
  transform: translateX(-50%);
}
body.news .hero__lines__line:nth-of-type(4), body.tax-news_cat .hero__lines__line:nth-of-type(4) {
  left: 75%;
  transform: translateX(-50%);
}
body.news .hero__lines__line:nth-of-type(5), body.tax-news_cat .hero__lines__line:nth-of-type(5) {
  left: 100%;
  transform: translateX(-50%);
}
body.news .hero__txt, body.tax-news_cat .hero__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
@media print, screen and (max-width: 849px) {
  body.news .hero__txt, body.tax-news_cat .hero__txt {
    margin-top: 3px;
  }
}
body.news .hero__txt span:nth-of-type(1), body.tax-news_cat .hero__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 1259px) {
  body.news .hero__txt span:nth-of-type(1), body.tax-news_cat .hero__txt span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .hero__txt span:nth-of-type(1), body.tax-news_cat .hero__txt span:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
body.news .hero__txt span:nth-of-type(2), body.tax-news_cat .hero__txt span:nth-of-type(2) {
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media print, screen and (max-width: 1259px) {
  body.news .hero__txt span:nth-of-type(2), body.tax-news_cat .hero__txt span:nth-of-type(2) {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .hero__txt span:nth-of-type(2), body.tax-news_cat .hero__txt span:nth-of-type(2) {
    font-size: 40px;
  }
}
body.news .posts, body.tax-news_cat .posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 81px max(12svw, 83px) 100px max(12svw, 83px);
  overflow-x: clip;
}
@media print, screen and (max-width: 1500px) {
  body.news .posts, body.tax-news_cat .posts {
    padding: 81px max(6.076svw, 83px) 100px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1100px) {
  body.news .posts, body.tax-news_cat .posts {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 1259px) {
  body.news .posts, body.tax-news_cat .posts {
    padding: 61.5px max(6.076svw, 23px) 100px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts, body.tax-news_cat .posts {
    padding: 42px max(6.076svw, 23px) 100px max(6.076svw, 23px);
  }
}
body.news .posts__category, body.tax-news_cat .posts__category {
  width: 180px;
}
@media print, screen and (max-width: 1100px) {
  body.news .posts__category, body.tax-news_cat .posts__category {
    width: 100%;
  }
}
body.news .posts__category__heading, body.tax-news_cat .posts__category__heading {
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 499px) {
  body.news .posts__category__heading, body.tax-news_cat .posts__category__heading {
    margin-bottom: 18px;
  }
}
body.news .posts__category__list, body.tax-news_cat .posts__category__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media print, screen and (max-width: 1100px) {
  body.news .posts__category__list, body.tax-news_cat .posts__category__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11px;
    margin-bottom: 39px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts__category__list, body.tax-news_cat .posts__category__list {
    grid-template-columns: 1fr 1fr;
  }
}
body.news .posts__category__list__item, body.tax-news_cat .posts__category__list__item {
  width: 180px;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__category__list__item, body.tax-news_cat .posts__category__list__item {
    width: auto;
  }
}
body.news .posts__category__list__item a, body.tax-news_cat .posts__category__list__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 38px;
  border-radius: 19px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  background: #eaf2fa;
  color: #3783c9;
  padding-left: 21px;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__category__list__item a, body.tax-news_cat .posts__category__list__item a {
    width: 100%;
  }
}
body.news .posts__category__list__item--active a, body.tax-news_cat .posts__category__list__item--active a {
  background: #3783c9;
  color: #fff;
  pointer-events: none;
}
body.news .posts__category__list__item--active a:hover, body.tax-news_cat .posts__category__list__item--active a:hover {
  opacity: 1;
}
body.news .posts__inner, body.tax-news_cat .posts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 260px);
}
@media print, screen and (max-width: 1100px) {
  body.news .posts__inner, body.tax-news_cat .posts__inner {
    width: 100%;
  }
}
body.news .posts__items, body.tax-news_cat .posts__items {
  width: 100%;
}
body.news .posts__items__item, body.tax-news_cat .posts__items__item {
  position: relative;
  border-top: 1px solid #ecf1f7;
}
body.news .posts__items__item:last-of-type, body.tax-news_cat .posts__items__item:last-of-type {
  border-bottom: 1px solid #ecf1f7;
}
body.news .posts__items__item__link, body.tax-news_cat .posts__items__item__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 31px 0;
  position: relative;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__link, body.tax-news_cat .posts__items__item__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts__items__item__link, body.tax-news_cat .posts__items__item__link {
    padding: 21px 0 27px 0;
  }
}
body.news .posts__items__item__thumbnail, body.tax-news_cat .posts__items__item__thumbnail {
  width: 280px;
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__thumbnail, body.tax-news_cat .posts__items__item__thumbnail {
    width: 100%;
  }
}
body.news .posts__items__item__title, body.tax-news_cat .posts__items__item__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  margin-top: -8px;
}
@media print, screen and (max-width: 1259px) {
  body.news .posts__items__item__title, body.tax-news_cat .posts__items__item__title {
    margin-left: 40px;
  }
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__title, body.tax-news_cat .posts__items__item__title {
    margin-top: 21px;
    margin-left: 0;
    width: 100%;
    position: relative;
  }
}
body.news .posts__items__item__title:after, body.tax-news_cat .posts__items__item__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: url("img/news-arrow-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 849px) {
  body.news .posts__items__item__title:after, body.tax-news_cat .posts__items__item__title:after {
    top: auto;
    bottom: 6px;
    transform: none;
  }
}
body.news .posts__items__item__title__tag, body.tax-news_cat .posts__items__item__title__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Overpass, sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1050px) {
  body.news .posts__items__item__title__tag, body.tax-news_cat .posts__items__item__title__tag {
    width: 100%;
  }
}
body.news .posts__items__item__title__tag span:nth-of-type(1), body.tax-news_cat .posts__items__item__title__tag span:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  background: #eaf2fa;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #3783c9;
  padding-top: 4px;
}
body.news .posts__items__item__title__tag span:nth-of-type(2), body.tax-news_cat .posts__items__item__title__tag span:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
}
body.news .posts__items__item__title__txt, body.tax-news_cat .posts__items__item__title__txt {
  font-weight: 600;
  font-size: 24px;
  margin-top: 13px;
  padding-right: 90px;
}
@media print, screen and (max-width: 1259px) {
  body.news .posts__items__item__title__txt, body.tax-news_cat .posts__items__item__title__txt {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts__items__item__title__txt, body.tax-news_cat .posts__items__item__title__txt {
    font-size: 20px;
  }
}
body.news .posts .common-link, body.tax-news_cat .posts .common-link {
  width: 215px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1259px) {
  body.news .posts .common-link, body.tax-news_cat .posts .common-link {
    margin-top: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.news .posts .common-link, body.tax-news_cat .posts .common-link {
    margin-top: 40px;
  }
}

body.single-news .hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 26px max(12svw, 83px) 0 max(12svw, 83px);
  background: url("./img/news-head-bg.webp") no-repeat;
  background-size: 100% 100%;
  overflow-x: clip;
  height: 500px;
  color: #fff;
}
@media print, screen and (max-width: 1500px) {
  body.single-news .hero {
    padding: 26px max(6.076svw, 83px) 0 max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.single-news .hero {
    padding: 0 max(6.076svw, 23px) 0 max(6.076svw, 23px);
    height: 430px;
  }
}
@media print, screen and (max-width: 849px) {
  body.single-news .hero {
    background-image: url("./img/news-head-bg-sp.webp");
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .hero {
    padding: 0 max(6.076svw, 23px) 0 max(6.076svw, 23px);
    height: 360px;
  }
}
body.single-news .hero__lines {
  position: relative;
  width: 93.22px;
  height: auto;
  aspect-ratio: 93.22/177.29;
  margin-right: 56px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .hero__lines {
    width: 68.62px;
    margin-right: 43px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .hero__lines {
    width: 44.02px;
    margin-right: 30px;
  }
}
body.single-news .hero__lines__line {
  position: absolute;
  bottom: 0;
  border-radius: 1.5px;
  background: linear-gradient(0deg, rgba(158, 234, 255, 0.95) 0%, rgba(191, 255, 255, 0.95) 100%);
  width: 6.6346153846%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
}
@media print, screen and (max-width: 849px) {
  body.single-news .hero__lines__line {
    background: rgba(255, 255, 255, 0.9);
  }
}
body.single-news .hero__lines__line:nth-of-type(1) {
  left: 0;
  height: 62.3737373737%;
}
body.single-news .hero__lines__line:nth-of-type(2) {
  left: 25%;
  transform: translateX(-50%);
}
body.single-news .hero__lines__line:nth-of-type(3) {
  left: 50%;
  transform: translateX(-50%);
}
body.single-news .hero__lines__line:nth-of-type(4) {
  left: 75%;
  transform: translateX(-50%);
}
body.single-news .hero__lines__line:nth-of-type(5) {
  left: 100%;
  transform: translateX(-50%);
}
body.single-news .hero__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
@media print, screen and (max-width: 849px) {
  body.single-news .hero__txt {
    margin-top: 3px;
  }
}
body.single-news .hero__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .hero__txt span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .hero__txt span:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
body.single-news .hero__txt span:nth-of-type(2) {
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .hero__txt span:nth-of-type(2) {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .hero__txt span:nth-of-type(2) {
    font-size: 40px;
  }
}
body.single-news .post {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 79px max(12svw, 83px) 68px max(12svw, 83px);
  overflow-x: clip;
}
@media print, screen and (max-width: 1500px) {
  body.single-news .post {
    padding: 79px max(6.076svw, 83px) 68px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post {
    padding: 63px max(6.076svw, 23px) 63px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post {
    padding: 48px max(6.076svw, 23px) 56px max(6.076svw, 23px);
  }
}
body.single-news .post__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 58.5651537335svw;
  min-width: 800px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post__inner {
    width: 100%;
    max-width: 800px;
    min-width: inherit;
  }
}
body.single-news .post .article {
  width: 100%;
}
body.single-news .post .article__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post .article__title {
    margin-bottom: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__title {
    margin-bottom: 22px;
  }
}
body.single-news .post .article__title__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: Overpass, sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1050px) {
  body.single-news .post .article__title__tag {
    width: 100%;
  }
}
body.single-news .post .article__title__tag a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  background: #eaf2fa;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #3783c9;
  padding-top: 4px;
}
body.single-news .post .article__title__tag span {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
}
body.single-news .post .article__title__txt {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.625;
  margin-top: 6px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post .article__title__txt {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__title__txt {
    font-size: 24px;
    margin-top: 15px;
  }
}
body.single-news .post .article__img {
  margin-bottom: 44px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post .article__img {
    margin-bottom: 33px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__img {
    margin-bottom: 22px;
  }
}
body.single-news .post .article__content {
  padding: 46px 0 56px 0;
  border-top: 1px solid #ecf1f7;
  border-bottom: 1px solid #ecf1f7;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post .article__content {
    padding: 38px 0 45px 0;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__content {
    padding: 31px 0 34px 0;
  }
}
body.single-news .post .article__return {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-top: 58px;
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .article__return {
    margin-top: 50px;
  }
}
body.single-news .post .article__return svg {
  margin-right: 11px;
}
body.single-news .post .common-link {
  width: 215px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1259px) {
  body.single-news .post .common-link {
    margin-top: 45px;
  }
}
@media print, screen and (max-width: 499px) {
  body.single-news .post .common-link {
    margin-top: 40px;
  }
}

/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact {
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 74px max(12svw, 83px) 202px max(12svw, 83px);
  background: #3a444a;
  overflow: hidden;
}
@media print, screen and (max-width: 1500px) {
  .contact {
    padding: 74px max(6.076svw, 83px) 202px max(6.076svw, 83px);
  }
}
@media print, screen and (max-width: 1259px) {
  .contact {
    padding: 65px max(6.076svw, 23px) 131px max(6.076svw, 23px);
  }
}
@media print, screen and (max-width: 499px) {
  .contact {
    padding: 56px max(6.076svw, 23px) 60px max(6.076svw, 23px);
  }
}
.contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contact__heading {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
.contact__heading__icon {
  width: 40px;
}
@media print, screen and (max-width: 1259px) {
  .contact__heading__icon {
    width: 35px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__heading__icon {
    width: 30px;
  }
}
.contact__heading__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 37px;
}
@media print, screen and (max-width: 1259px) {
  .contact__heading__txt {
    margin-left: 32px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__heading__txt {
    margin-left: 28px;
  }
}
.contact__heading__txt span {
  line-height: 1;
  color: #fff;
}
.contact__heading__txt span:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0.3em;
}
@media print, screen and (max-width: 1259px) {
  .contact__heading__txt span:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.2em;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__heading__txt span:nth-of-type(1) {
    font-size: 14px;
    margin-top: 0.1em;
  }
}
.contact__heading__txt span:nth-of-type(2) {
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
}
@media print, screen and (max-width: 1259px) {
  .contact__heading__txt span:nth-of-type(2) {
    font-size: 27px;
    margin-bottom: 0.075em;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__heading__txt span:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 0.05em;
  }
}
.contact__bg1 {
  position: absolute;
  z-index: 0;
  top: 494px;
  left: 0;
  overflow: hidden;
  opacity: 0.5;
}
@media print, screen and (max-width: 1259px) {
  .contact__bg1 {
    top: 450px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__bg1 {
    top: 350px;
  }
}
.contact__bg1 img {
  width: auto;
  max-width: inherit;
  height: 412px;
}
@media print, screen and (max-width: 1259px) {
  .contact__bg1 img {
    height: 306px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__bg1 img {
    height: 306px;
  }
}
.contact__bg1 img:nth-of-type(1) {
  animation: loop 50s -25s linear infinite reverse;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.contact__bg1 img:nth-of-type(2) {
  position: absolute;
  animation: loop2 50s linear infinite reverse;
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.contact__bg2 {
  position: absolute;
  z-index: 0;
  top: 950px;
  left: 0;
  overflow: hidden;
  opacity: 0.5;
}
@media print, screen and (max-width: 1259px) {
  .contact__bg2 {
    top: 820px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__bg2 {
    top: 730px;
  }
}
.contact__bg2 img {
  width: auto;
  max-width: inherit;
  height: 412px;
}
@media print, screen and (max-width: 1259px) {
  .contact__bg2 img {
    height: 306px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__bg2 img {
    height: 306px;
  }
}
.contact__bg2 img:nth-of-type(1) {
  animation: loop 50s -25s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.contact__bg2 img:nth-of-type(2) {
  position: absolute;
  animation: loop2 50s linear infinite;
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.contact .common-slide {
  position: absolute;
  bottom: -2.4em;
}
@media print, screen and (max-width: 849px) {
  .contact .common-slide {
    display: none;
  }
}
.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__form {
  position: relative;
  z-index: 1;
  min-width: 58.5651537335svw;
  width: 800px;
  background-color: #fff;
  margin-top: 127px;
  padding: 66px 50px 62px 50px;
}
@media print, screen and (max-width: 1259px) {
  .contact__form {
    width: 100%;
    max-width: 800px;
    margin-top: 88.5px;
  }
}
@media print, screen and (max-width: 849px) {
  .contact__form {
    max-width: inherit;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__form {
    margin-top: 52px;
    padding: 39px 14px 22px 14px;
  }
}
.contact__form__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
}
@media print, screen and (max-width: 1259px) {
  .contact__form__message {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__form__message {
    font-size: 14px;
  }
}
.contact__form__message p {
  margin-bottom: 50px;
}
.contact__form__message__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 418px;
  height: 68px;
  background: #3583c9;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 1259px) {
  .contact__form__message__btn {
    width: 350px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact__form__message__btn {
    width: 300px;
    height: 68px;
  }
}
.contact__form__message__btn:hover:after {
  transform: translateY(-50%) translateX(-5px) rotate(180deg);
}
.contact__form__message__btn:after {
  content: "";
  display: inline-block;
  width: 19.18px;
  height: 13.24px;
  position: absolute;
  left: 20px;
  top: 50%;
  background: url("img/common-submit-arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
  transition: transform 0.3s;
}
.contact .form-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
@media print, screen and (max-width: 1259px) {
  .contact .form-info {
    gap: 25px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact .form-info {
    gap: 18px;
  }
}
.contact .form-info .form-item {
  width: 100%;
}
.contact .form-info .form-item__head {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 1259px) {
  .contact .form-info .form-item__head {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact .form-info .form-item__head {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.contact .form-info .form-item__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.contact .form-info .form-item--radio {
  margin-bottom: 10px;
}
.contact .form-info .form-item--radio .form-item__head {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 499px) {
  .contact .form-info .form-item--radio .form-item__head {
    margin-bottom: 18px;
  }
}
.contact .form-info .form-item--radio .form-item__body {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
@media print, screen and (max-width: 499px) {
  .contact .form-info .form-item--radio .form-item__body {
    gap: 12px;
  }
}
.contact .form-info .form-item--radio .form-item__body .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.contact .form-agreement {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  margin-top: 41px;
}
@media print, screen and (max-width: 1259px) {
  .contact .form-agreement {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact .form-agreement {
    margin-top: 74px;
    font-size: 14px;
  }
}
.contact .form-agreement a {
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.contact .form-agreement:before {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url("img/common-check-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 9px;
}
.contact .form-agreement:after {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  background: url("img/common-check-icon-active.svg") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.contact .form-agreement--active:after {
  opacity: 1;
}
.contact .form-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 51px;
  gap: 30px;
}
@media print, screen and (max-width: 1259px) {
  .contact .form-btns {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 849px) {
  .contact .form-btns {
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact .form-btns {
    margin-top: 30px;
  }
}
.contact .form-btns__btn {
  position: relative;
}
.contact .form-btns__btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 418px;
  height: 68px;
  background: #3583c9;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 1259px) {
  .contact .form-btns__btn input {
    width: 350px;
  }
}
@media print, screen and (max-width: 499px) {
  .contact .form-btns__btn input {
    width: 300px;
    height: 68px;
  }
}
.contact .form-btns__btn:after {
  content: "";
  display: inline-block;
  width: 19.18px;
  height: 13.24px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("img/common-submit-arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s;
}
.contact .form-btns__btn:nth-of-type(1):after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.contact .form-btns__btn:nth-of-type(1) input {
  background-color: #97C1E6;
}
.contact .form-btns__btn:nth-of-type(1):hover:after {
  transform: translateY(-50%) translateX(-5px) rotate(180deg);
}
.contact .form-btns__btn:nth-of-type(2):has(input:disabled):after {
  transform: translateY(-50%);
}
.contact .form-btns__btn:nth-of-type(2) input:disabled:hover {
  opacity: 1;
}
.contact .form-btns__btn:nth-of-type(2):hover:after {
  transform: translateY(-50%) translateX(5px);
}

.modaal-container {
  max-width: inherit;
  min-width: 58.5652svw;
  width: 800px;
  height: 550px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  overflow-y: scroll;
}
@media print, screen and (max-width: 1259px) {
  .modaal-container {
    width: 100%;
    max-width: 800px;
  }
}
.modaal-container .modaal-content .modaal-content-container {
  padding: 0;
}
.modaal-container .modaal-content .modaal-content-container .policy__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 50px 63px 50px;
}
@media print, screen and (max-width: 1259px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner {
    padding: 40px 35px 63px 35px;
  }
}
@media print, screen and (max-width: 499px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner {
    padding: 30px 20px 40px 20px;
  }
}
.modaal-container .modaal-content .modaal-content-container .policy__inner .policy__sentence {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 68px;
}
@media print, screen and (max-width: 1259px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner .policy__sentence {
    font-size: 15px;
    margin-bottom: 51px;
  }
}
@media print, screen and (max-width: 499px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner .policy__sentence {
    font-size: 14px;
    margin-bottom: 34px;
  }
}
.modaal-container .modaal-content .modaal-content-container .policy__inner ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 55px;
}
.modaal-container .modaal-content .modaal-content-container .policy__inner ul li p:nth-of-type(1) {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 1259px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner ul li p:nth-of-type(1) {
    font-size: 21px;
    margin-bottom: 17px;
  }
}
@media print, screen and (max-width: 499px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner ul li p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.modaal-container .modaal-content .modaal-content-container .policy__inner ul li p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1259px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner ul li p:nth-of-type(2) {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  .modaal-container .modaal-content .modaal-content-container .policy__inner ul li p:nth-of-type(2) {
    font-size: 14px;
  }
}
.modaal-container .modaal-content .modaal-content-container .policy__inner .modall-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 179px;
  height: 49px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #ced3d9;
  cursor: pointer;
  transition: opacity 0.4s;
}
.modaal-container .modaal-content .modaal-content-container .policy__inner .modall-close-btn:hover {
  opacity: 0.7;
}

body.confirm .contact {
  padding-top: 150px !important;
}
body.confirm .form-item__body {
  padding-left: 20px;
  margin-bottom: 30px;
  gap: 0 !important;
}
@media print, screen and (max-width: 849px) {
  body.confirm .form-item__body {
    padding-left: 30px;
    padding-top: 0;
  }
}
body.confirm .form-item--radio {
  margin-bottom: 0 !important;
}
body.confirm .form-agreement {
  display: none;
}
body.confirm .form-btns {
  margin-top: 60px;
}

body.thanks .contact {
  padding-top: 150px !important;
}

input[type=text],
input[type=email],
input[type=password],
input[name=mail],
input[name=phone],
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 21px 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  background: #ecf1f7;
}
@media print, screen and (max-width: 1259px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[name=mail],
  input[name=phone],
  textarea {
    padding: 17px 17px;
  }
}
@media print, screen and (max-width: 499px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[name=mail],
  input[name=phone],
  textarea {
    padding: 14px 14px;
  }
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[name=mail]:hover,
input[name=phone]:hover,
textarea:hover {
  filter: none;
}

textarea {
  height: 223px;
}

input[type=submit]:disabled {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
input[type=submit]:disabled:hover {
  filter: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #dbdbdb;
}

textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #dbdbdb;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #dbdbdb;
}

textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #dbdbdb;
}

textarea::placeholder,
select::placeholder {
  color: #dbdbdb;
}

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

input::-moz-placeholder {
  color: #dbdbdb;
}

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

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

input::placeholder {
  color: #dbdbdb;
}

label {
  display: inline-block;
  white-space: nowrap;
}
label span {
  height: 47.79px;
  border-radius: 23.9px;
  background: #ecf1f7;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-height: 22px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 21px;
}
@media print, screen and (max-width: 1259px) {
  label span {
    height: 43.795px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 499px) {
  label span {
    height: 39.8px;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 18px;
  }
}
label input[type=radio] {
  appearance: none;
  display: none;
}
label input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url("img/common-radio-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
}
@media print, screen and (max-width: 499px) {
  label input[type=radio] + span:before {
    margin-right: 9px;
  }
}
label input[type=radio] + span:after {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 15px;
  background: url("img/common-radio-icon-active.svg") no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 499px) {
  label input[type=radio] + span:after {
    left: 11px;
  }
}
label input[type=radio]:checked + span:after {
  opacity: 1;
}

/*
Theme Name: KiNDPLUS
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
body.error404 .error {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 100px 0 100px;
}
@media print, screen and (max-width: 1259px) {
  body.error404 .error {
    padding: 0px 50px 0 50px;
  }
}
@media print, screen and (max-width: 849px) {
  body.error404 .error {
    margin-top: -16px;
  }
}
@media print, screen and (max-width: 499px) {
  body.error404 .error {
    padding: 0 20px 0 20px;
    margin-top: -9px;
  }
}
body.error404 .error__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}
body.error404 .error__inner p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 80px;
  margin-bottom: 50px;
}/*# sourceMappingURL=style.css.map */