@charset "UTF-8";
@keyframes slideIn {
  from {
    transform: translateX(6px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes visited-loading1 {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes visited-loading2 {
  0% {
    left: 0;
    visibility: visible;
  }
  100% {
    left: -100vw;
    visibility: hidden;
  }
}
.js-loading-noscroll {
  overflow: hidden;
  height: 100%;
}

.js-loading-noscroll .ol-wrapper {
  opacity: 0 !important;
}

.ol-wrapper {
  position: relative;
}

.ol-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 600;
  pointer-events: none;
  visibility: visible;
  will-change: visibility;
}

.js-visited .ol-wrapper::before,
.single .ol-wrapper::before,
.page .ol-wrapper::before,
.archive .ol-wrapper::before,
.error404 .ol-wrapper::before,
.blog .ol-wrapper::before,
.author .ol-wrapper::before {
  opacity: 0;
  visibility: hidden;
}

#olLoading {
  display: none;
  opacity: 1;
  transition: opacity 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, visibility;
}

.home #olLoading {
  display: block;
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.ol-loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 27px;
}

@media (max-width: 640px) {
  .ol-loading__inner {
    top: calc(50% - 12px);
  }
}
.ol-loading__info {
  flex-basis: 100%;
  text-align: center;
}

.ol-loading__info .ol-loading__logo {
  animation-name: logo;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  will-change: opacity, transform;
}

.ol-loading__info .ol-loading__logo .ol-header__title-logo {
  margin: 0 auto;
}

.ol-loading__info .ol-loading__logo.ol-logo-exsmall .ol-header__title-logo {
  width: clamp(60px, 9.6vw, 90px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-exsmall .ol-header__title-logo {
    width: clamp(90px, 12vw, 180px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-exsmall .ol-header__title-text {
  font-size: clamp(16px, 2.1vw, 21px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-exsmall .ol-header__title-text {
    font-size: clamp(21px, 1.8vw, 36px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-small .ol-header__title-logo {
  width: clamp(105px, 10.5vw, 135px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-small .ol-header__title-logo {
    width: clamp(135px, 15vw, 300px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-small .ol-header__title-text {
  font-size: clamp(18px, 2.7vw, 24px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-small .ol-header__title-text {
    font-size: clamp(24px, 1.8vw, 42px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-medium .ol-header__title-logo {
  width: clamp(135px, 15vw, 165px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-medium .ol-header__title-logo {
    width: clamp(165px, 15vw, 345px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-medium .ol-header__title-text {
  font-size: clamp(21px, 2.7vw, 27px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-medium .ol-header__title-text {
    font-size: clamp(27px, 2.4vw, 48px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-large .ol-header__title-logo {
  width: clamp(165px, 18vw, 195px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-large .ol-header__title-logo {
    width: clamp(195px, 15vw, 390px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-large .ol-header__title-text {
  font-size: clamp(24px, 2.7vw, 30px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-large .ol-header__title-text {
    font-size: clamp(33px, 2.4vw, 54px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-exlarge .ol-header__title-logo {
  width: clamp(195px, 21vw, 225px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-exlarge .ol-header__title-logo {
    width: clamp(225px, 15vw, 450px);
  }
}
.ol-loading__info .ol-loading__logo.ol-logo-exlarge .ol-header__title-text {
  font-size: clamp(27px, 2.7vw, 33px);
}

@media (min-width: 1729px) {
  .ol-loading__info .ol-loading__logo.ol-logo-exlarge .ol-header__title-text {
    font-size: clamp(31.5px, 2.1vw, 60px);
  }
}
#olLoadingBarWrapper {
  height: 1px;
  width: 100%;
}

#olLoadingBar {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center left;
  will-change: transform;
}

.ol-loading__dot-wrapper {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.ol-loading__dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0;
  will-change: opacity, transform;
}

.ol-loading__dot:nth-child(1) {
  animation: dot 0.96s ease-in-out 4.8s infinite alternate forwards;
}

.ol-loading__dot:nth-child(2) {
  animation: dot 0.96s ease-in-out 4.92s infinite alternate forwards;
}

.ol-loading__dot:nth-child(3) {
  animation: dot 0.96s ease-in-out 5.04s infinite alternate forwards;
}

.ol-loading__complete {
  animation-name: finish;
  animation-duration: 0.45s;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

@media (max-width: 640px) {
  .ol-loading__complete {
    animation-duration: 0.36s;
  }
}
.ol-loading__complete .ol-loading__logo {
  animation-name: logo-finish;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  opacity: 1;
}

.ol-loading__complete #olLoadingBar {
  animation-name: finishBar;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

/* ドットアニメーション */
@keyframes dot {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
/* ロゴアニメーション */
@keyframes logo {
  0% {
    opacity: 0;
    transform: translateY(9px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* 終了アニメーション */
@keyframes finish {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes finishBar {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-finish {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(9px);
  }
}
body:not(.wp-admin) {
  font-family: Noto Sans JP, sans-serif;
}

.editor-styles-wrapper {
  font-family: Noto Sans JP, sans-serif !important;
}

body:not(.wp-admin).ol-jost .ol-font-en {
  font-family: "Jost", Noto Sans JP, sans-serif;
}

body:not(.wp-admin),
.ol-firstview__hours:not(.ol-firstview__nohours) .ol-hours__component,
.ol-hours__contact,
.ol-block__blogcard .ol-block__blogcard-label,
.ol-block__blogcard-anchor,
.editor-styles-wrapper,
.ol-message__body,
.ol-blur__overlay,
.ol-wrapper::before,
#olLoading,
.ol-loading__logo::before,
.ol-loading__logo::after,
.ol-button-deco-wrapper::before,
.ol-button-deco-wrapper::after {
  background-color: #ededed;
}

.ol-firstview__info-link {
  background-color: rgba(237, 237, 237, 0.78);
}

#olConceptDecoCircleCore2 {
  fill: #ededed;
}

.ol-service__list-item-image2,
.ol-btn-medium,
.ol-btn-large {
  border-color: #ededed;
}

.ol-btn-medium,
.ol-btn-large {
  color: #ededed;
}

html,
.interface-interface-skeleton__content .editor-styles-wrapper,
.ol-header__title-anchor,
.ol-header__nav-anchor,
.ol-block__blogcard-title,
.ol-content-article .form-select::after,
.ol-btn-admin,
.ol-news-link,
.ol-sns-list a,
.ol-blog-category,
.ol-article__sns-anchor,
.ol-anchor-style1,
.ol-archive__title .ol-heading-sub,
.ol-breadcrumb__anchor,
.wpcf7 select,
.wpcf7 input[type=date],
.wpcf7 form.sent .wpcf7-response-output,
.ol-btn-text,
.ol-pagination__anchor,
.ol-pagination__next .ol-pagination__anchor,
.ol-pagination__prev .ol-pagination__anchor,
.ol-hamburger__menu-icon-label,
.ol-access__map-button a,
a[href^="tel:"],
.ol-hours__col-day i,
.ol-hours__desc1-icon i,
.ol-hours__desc2-icon i,
.ol-cvbutton__inner,
.ol-cvbutton__icon,
.ol-header__title-text,
.ol-btn-medium-2,
.ol-btn-large-2,
.ol-btn-small,
.ol-btn-regular,
.ol-firstview-text-color,
.ol-heading-desc {
  color: #282323;
}

.ol-time-reload path {
  fill: #282323;
}

#olConceptDecoCircleCore1,
.ol-concept__deco-wrapper text {
  fill: #282323;
}

.ol-service-visual-image .ol-service__list-item,
.ol-price__list-wrapper,
body:not(.home) .ol-header,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
.ol-btn-medium-2,
.ol-btn-large-2 {
  border-color: #282323;
}

.ol-voice__name,
.ol-category__item-anchor,
.ol-price__item-name-detail,
.ol-contact__mail_subtext,
.ol-contact__phone_subtext,
.ol-contactdetail__phone_subtext,
.ol-hours__general-desc,
.ol-header__call-subtext,
.ol-hours__desc1-icon::after,
.ol-hours__desc2-icon::after,
.ol-hours__phone_subtext,
.ol-breadcrumb__item,
.ol-heading-sub {
  color: #282323;
}

.ol-news__title,
.ol-company__staff-link-text {
  color: #282323 !important;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio],
.wpcf7 input[type=date],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(40, 35, 35, 0.3);
}

.js-body__noscroll .ol-header__nav-anchor,
.ol-access__info-item,
.ol-list-border,
.ol-story__item,
.ol-faq__item {
  border-color: rgba(40, 35, 35, 0.3);
}

.ol-firstview__info-title::before {
  background-color: rgba(40, 35, 35, 0.6);
}

.ol-cvbutton__wrapper .ol-separator::before,
.ol-story__content::before,
.ol-faq__item-body::after {
  background-color: rgba(40, 35, 35, 0.3);
}

.ol-category__item-anchor.is-active {
  background-color: #282323;
  color: #ededed;
}

.ol-category__item-anchor,
.ol-btn-small,
.ol-btn-regular,
.ol-blog-category,
.ol-news__tab-list {
  background-color: rgba(40, 35, 35, 0.12);
}

.ol-bgcolor-dark .ol-footer__section.ol-fullwidth::before,
.ol-bgcolor-dark .ol-product__section.ol-fullwidth::before,
.ol-bgcolor-dark .ol-product__content {
  background-color: #403b3b;
}

.ol-bgcolor-dark .ol-contact__content {
  background-color: #4a4444;
}

.ol-bgcolor-light .ol-footer__section.ol-fullwidth::before,
.ol-bgcolor-light .ol-product__section.ol-fullwidth::before,
.ol-bgcolor-light .ol-product__content {
  background-color: #eeeeee;
}

.ol-bgcolor-light .ol-product__list-type-vertical .ol-product__content-list-item::before,
.ol-bgcolor-light .ol-product__list-type-vertical .ol-product__content-list-item::after {
  background-color: rgba(40, 35, 35, 0.3);
}

.ol-bgcolor-light .ol-contact__content {
  background-color: #ffffff;
}

.ol-bgcolor-theme .ol-footer__section.ol-fullwidth::before {
  background-color: rgba(214, 14, 0, 0.84);
}

.ol-bgcolor-theme .ol-product__section.ol-fullwidth::before,
.ol-bgcolor-theme .ol-product__content {
  background-color: #ef968f;
}

.ol-bgcolor-theme .ol-contact__content {
  background-color: #fff;
}

.ol-contact__mail .ol-button-deco-wrapper .ol-button-deco-after {
  color: #4a4444;
}

.ol-hamburger__menu-icon span::before,
.ol-hamburger__menu-icon span::before,
.ol-article__tag-title::before,
.ol-article__tag-title::after,
.ol-separator::before,
h3.wp-block-heading::before,
h3.wp-block-heading::after,
.ol-breadcrumb__item::after,
.is-open .ol-header__nav-anchor::after,
.ol-header__nav-anchor::before,
.ol-anchor-style1::before,
.ol-loading__dot,
.ol-btn-medium,
.ol-btn-large,
.ol-block__button-microcopy1 .ol-block__button-parts1,
.ol-block__button-microcopy1 .ol-block__button-parts2,
.ol-block__button-microcopy2 .ol-block__button-parts1,
.ol-block__button-microcopy2 .ol-block__button-parts2,
.ol-block__button-microcopy3 .ol-block__button-parts1,
.ol-block__button-microcopy3 .ol-block__button-parts2,
.ol-block__button-microcopy3 .ol-block__button-parts1::before,
.ol-block__button-microcopy3 .ol-block__button-parts2::before,
.ol-button-deco-wrapper,
.ol-firstview__info-title::after {
  background-color: #282323;
}

.ol-message__image-item2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(214, 14, 0, 0.09) 100%);
}

.ol-price__item-separator {
  background-image: radial-gradient(circle farthest-side, #282323, #282323 21%, transparent 21%, transparent);
}

.ol-wrapper a:not([class]),
.ol-wrapper a:not([class]):visited,
a.ol-link-underline,
.ol-noimage,
.wp-block-post-content a:not([class]),
.ol-block__blogcard.ol-blogcard-style1 .ol-block__blogcard-label,
.ol-block__blogcard.ol-blogcard-style1::before,
.ol-block__blogcard.ol-blogcard-style2::before,
.form-select::after,
.ol-block__blogcard.ol-blogcard-style1 .ol-block__blogcard-anchor,
.form-submit:after,
.ol-header__call-number,
#pageTop,
.ol-hours__contact,
.ol-pagination__item-current .ol-pagination__anchor,
.ol-pagination__next .ol-pagination__anchor::after,
.ol-pagination__prev .ol-pagination__anchor::before,
.ol-block__blogcard-label,
.ol-block__blogcard::before,
.oltana-list.is-style-oltana-checkmark-square li::after,
.oltana-list.is-style-oltana-checkmark li::after,
.ol-concept__label,
.wpcf7 input[type=submit],
.ol-btn-text .oltana-icon-map_solid,
.ol-voice__item-title::before,
.ol-voice__item-title::after,
.ol-voice__name,
.ol-firstview__title-text,
.ol-product__list-type-checkmark .ol-product__content-list-item::before {
  color: #d60e00;
}

.ol-service-visual-icon .ol-button-deco-wrapper::after,
.ol-service-visual-icon .ol-button-deco-wrapper::before {
  background-color: #d60e00 !important;
}

.ol-contact__mail .ol-button-deco-wrapper .ol-button-deco-before,
.ol-contact__mail .ol-button-deco-wrapper .ol-button-deco-after {
  background-color: #403b3b;
}

ul.oltana-list li ol.oltana-list li::after,
ol.oltana-list li ol.oltana-list li::after {
  text-decoration: none !important;
  color: #d60e00 !important;
}

.ol-story__number {
  color: #d60e00;
}

.ol-archive-subtitle::after,
ul.oltana-list li::after,
ol.oltana-list li::before,
.ol-simple-box5,
.ol-pagetop__deco1,
.ol-pagination__item .ol-pagination__anchor::after,
.ol-btn-type1 .ol-btn-block-inner::before,
.wpcf7 input[type=radio]:checked::before,
.ol-firstview__deco2,
.ol-service-visual-icon .ol-service__list-item,
.ol-cvbutton__sp-button,
#olLoadingBar {
  background-color: #d60e00;
}

.ol-noimage,
.wpcf7 input[type=submit],
.ol-block__fukidashi-contents {
  background-color: rgba(214, 14, 0, 0.09);
}

.ol-firstview__deco1 {
  background-color: rgba(214, 14, 0, 0.84);
}

.ol-separator-horizon {
  background-color: rgba(214, 14, 0, 0.18);
}

.ol-product__inner.ol-sp .ol-product__list,
.ol-access__map {
  background-color: rgba(214, 14, 0, 0.06);
}

.ol-marker1 {
  background: linear-gradient(transparent 60%, #ffeea1 60%);
}

.ol-marker2 {
  background: linear-gradient(transparent 60%, #a9eaf2 60%);
}

.ol-user-color1 {
  color: #e55e73 !important;
}

.ol-user-color2 {
  color: #4885ee !important;
}

.ol-block__blogcard.ol-blogcard-style1 .ol-block__blogcard-anchor,
.ol-simple-box1,
.ol-simple-box2,
.ol-simple-box3,
.ol-heading-box1,
.ol-heading-box2,
.ol-heading-box3,
.ol-heading-box4,
.ol-pagetop__deco2,
.ol-pagination__item-current,
.ol-block__blogcard-anchor,
.wpcf7 input[type=radio]:checked,
.wpcf7 input[type=checkbox]:checked,
.ol-block__fukidashi-img {
  border-color: #d60e00;
}

.ol-hours__body,
.ol-hours__contact,
.home .js-header__visible {
  border-color: rgba(214, 14, 0, 0.18);
}

.ol-block__fukidashi-parts-before {
  border-right-color: rgba(214, 14, 0, 0.09);
  border-left-color: rgba(214, 14, 0, 0.09);
}

.wpcf7 input[type=checkbox]::before {
  border-left-color: #d60e00;
  border-bottom-color: #d60e00;
}

.ol-simple-box2::before,
.ol-simple-box2 {
  border: 1px solid #d60e00;
}

.ol-simple-box4::before {
  background-image: linear-gradient(to right, #d60e00, #d60e00 4px, transparent 4px, transparent 8px), linear-gradient(to right, #d60e00, #d60e00 4px, transparent 4px, transparent 8px);
}

@media (any-hover: hover) {
  .ol-anchor-style1:hover,
  .ol-block__blogcard-anchor:hover .ol-block__blogcard-title,
  .ol-article__sns-anchor:hover span,
  .ol-wrapper a:hover,
  a.ol-btn-small:hover,
  a.ol-btn-regular:hover,
  a.ol-news-link:hover .ol-news__title,
  a.ol-header__nav-anchor:hover {
    color: #3f64e9;
  }
  a.ol-btn-text:hover,
  .ol-card-item-link:hover .ol-card-item-title,
  .ol-news-link:hover .ol-news__title,
  a.ol-header__title-text:hover,
  a.ol-anchor-style1:hover {
    color: #fff;
  }
  .ol-btn-hover-style1::before,
  a.ol-news-link:hover .ol-button-deco-wrapper,
  a.ol-btn-small:hover .ol-button-deco-wrapper,
  a.ol-btn-regular:hover .ol-button-deco-wrapper,
  .ol-bgcolor-dark a.ol-btn-regular:hover .ol-button-deco-wrapper,
  .ol-bgcolor-theme a.ol-btn-regular:hover .ol-button-deco-wrapper,
  .ol-service-visual-image .ol-service__item-link:hover .ol-button-deco-wrapper,
  .ol-contact__mail .ol-btn-icon:hover .ol-button-deco-wrapper,
  .ol-firstview__info-link:hover .ol-btn-info .ol-button-deco-wrapper,
  .ol-header__nav-anchor:hover .ol-btn-menu .ol-button-deco-wrapper,
  .ol-company__staff-link-text:hover .ol-button-deco-wrapper,
  a.ol-header__nav-anchor:hover::before {
    background-color: #3f64e9;
  }
  .ol-contact__mail .ol-btn-icon:hover .ol-button-deco-wrapper .ol-button-deco-before,
  .ol-contact__mail .ol-btn-icon:hover .ol-button-deco-wrapper .ol-button-deco-after,
  .ol-service-visual-image .ol-service__item-link:hover .ol-button-deco-wrapper::after,
  .ol-service-visual-image .ol-service__item-link:hover .ol-button-deco-wrapper::before {
    background-color: #fff;
  }
  a.ol-btn-small:hover,
  a.ol-btn-regular:hover {
    background-color: rgba(214, 14, 0, 0.09);
  }
  .ol-category__item-anchor.is-active:hover {
    color: #ededed;
  }
  .ol-category__item-anchor:not(.is-active):hover {
    color: #282323;
  }
  .ol-btn-type1 .ol-btn-block-inner a:hover {
    border-color: #282323;
    color: #282323;
  }
  .ol-btn-type2 .ol-btn-block-inner a:hover {
    background-color: #282323;
    color: #ededed;
  }
  div[data-type="oltana-blocks/button"] .ol-btn-type1 a {
    border: 1px solid #282323;
  }
  div[data-type="oltana-blocks/button"] .ol-btn-type1 a:hover {
    color: #fff;
  }
  div[data-type="oltana-blocks/button"] .ol-btn-type2 a:hover {
    background-color: transparent;
    color: #282323;
  }
}
@media (max-width: 640px) {
  .ol-concept__maincopy br {
    display: none;
  }
}
section {
  scroll-margin-top: 100px;
}

.ol-firstview__title-maincopy1,
.ol-firstview__title-maincopy2,
.ol-firstview__title-maincopy3,
.ol-firstview__title-maincopy4 {
  font-size: clamp(45px, 4.5vw, 72px);
}

@media (min-width: 1680px) {
  .ol-firstview__title-maincopy1,
  .ol-firstview__title-maincopy2,
  .ol-firstview__title-maincopy3,
  .ol-firstview__title-maincopy4 {
    font-size: clamp(43.2px, 4.5vw, 129.6px);
  }
  .ol-firstview__title-subcopy {
    font-size: clamp(10.8px, 1.08vw, 25.2px);
  }
}
@media (max-width: 640px) {
  .ol-firstview__title-maincopy1,
  .ol-firstview__title-maincopy2,
  .ol-firstview__title-maincopy3,
  .ol-firstview__title-maincopy4 {
    font-size: clamp(21.6px, 9vw, 54px);
  }
  .ol-firstview__title {
    bottom: calc(-1 * clamp(165px, 52vw, 200px));
  }
}
.ol-firstview__title {
  bottom: -180px;
}

@media (min-width: 1680px) {
  .ol-firstview__title {
    bottom: -210px;
  }
}
@media (max-width: 640px) {
  .ol-firstview__title {
    bottom: -84px;
  }
}
.ol-firstview__title-maincopy1 {
  line-height: 1.3;
  font-size: clamp(27px, 4.5vw, 45px);
}

@media (min-width: 1680px) {
  .ol-firstview__title-maincopy1 {
    line-height: 1.3;
    font-size: clamp(27px, 3vw, 90px);
  }
}
@media (max-width: 640px) {
  .ol-firstview__title-maincopy1 {
    line-height: 1.35;
    letter-spacing: 0.24rem;
    font-size: clamp(23.4px, 7.2vw, 32.4px);
  }
}
.ol-firstview__title-maincopy2 {
  line-height: 1.3;
  font-size: clamp(27px, 4.5vw, 45px);
}

@media (min-width: 1680px) {
  .ol-firstview__title-maincopy2 {
    line-height: 1.3;
    font-size: clamp(27px, 3vw, 90px);
  }
}
@media (max-width: 640px) {
  .ol-firstview__title-maincopy2 {
    line-height: 1.35;
    letter-spacing: 0.24rem;
    font-size: clamp(23.4px, 7.2vw, 32.4px);
  }
}
.ol-firstview__title-maincopy3 {
  line-height: 1.3;
  font-size: clamp(27px, 4.5vw, 45px);
}

@media (min-width: 1680px) {
  .ol-firstview__title-maincopy3 {
    line-height: 1.3;
    font-size: clamp(27px, 3vw, 90px);
  }
}
@media (max-width: 640px) {
  .ol-firstview__title-maincopy3 {
    line-height: 1.35;
    letter-spacing: 0.24rem;
    font-size: clamp(23.4px, 7.2vw, 32.4px);
  }
}
@media (max-width: 551px) {
  div#olAccess {
    padding-top: 1px;
  }
}
/*
===================================
header
===================================
*/
body {
  background-color: initial !important;
}

.ol-section {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* Header - ネスト構造（プロパティはここに追加） */
.common_section_title {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: Jost;
  font-size: clamp(24px, 2.91vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.91vw, 56px);
  letter-spacing: var(--, 2px);
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media (max-width: 640px) {
  .common_section_title {
    padding-bottom: 16px;
  }
}
.common_section_title .common_section_title_sub {
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 0.78vw, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(12px, 1.82vw, 15px); /* 100% */
  letter-spacing: var(--, 2px);
}
.common_section_title.blue_title {
  color: #3f64e9;
  border-bottom: 1px solid #3f64e9;
}
.common_section_title.blue_title span {
  color: #3f64e9;
}

.ol-footer__section::before {
  background-color: #f0f5ff !important;
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content {
  background-color: #3f64e9;
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content:hover .ol-button-deco-wrapper {
  background-color: #3f64e9;
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content:hover .ol-button-deco-wrapper .ol-button-deco-before,
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content:hover .ol-button-deco-wrapper .ol-button-deco-after {
  transform: translateX(3.3em);
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content:hover .ol-button-deco-wrapper .ol-button-deco-before {
  background-color: #fff;
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__heading-wrapper .ol-contact__heading-sub {
  color: #fff;
}
.ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__heading-wrapper .ol-contact__heading-sub span {
  color: #fff;
}
.ol-footer__section #olContact .oltana-icon-mail_outline::before {
  color: #3f64e9;
}
.ol-footer__section footer a {
  color: #000 !important;
}
.ol-footer__section footer .ol-footer__copyright {
  color: #000 !important;
}

/*
===================================
SPレイアウト記述（0px～840px）
===================================
*/
@media screen and (max-width: 840px) {
  .ol-header {
    position: fixed !important;
    z-index: 400;
  }
  .ol-header__title-anchor.ol-logo-exlarge .ol-header__title-logo {
    width: -moz-fit-content;
    width: fit-content;
  }
  .ol-header__title-anchor.ol-logo-exlarge .ol-header__title-logo img {
    width: 120px;
  }
  .ol-header .ol-hamburger__menu-icon.is-open span:nth-of-type(1) {
    transform: rotate(-28deg) translateY(3px);
  }
  .ol-header .ol-hamburger__menu .ol-hamburger__menu-icon .ol-hamburger__menu-icon-inner span {
    height: 2px;
  }
  .ol-header .ol-hamburger__menu .ol-hamburger__menu-icon .ol-hamburger__menu-icon-inner span::before {
    background-color: #fff;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav {
    background: rgba(63, 100, 233, 0.84);
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .area_sns {
    display: none;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item .area_sns_sp {
    display: flex !important;
    align-items: center;
    gap: 12px;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item .area_sns_sp .icon {
    display: block;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item .area_sns_sp .icon img {
    display: block;
    width: 36px;
    height: 36px;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item .ol-header__contact {
    display: block;
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item .ol-header__contact .ol-contact__mail-button .ol-btn-small {
    background: #fff;
    color: #3f64e9;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    letter-spacing: var(--, 2px);
  }
  .ol-header .ol-hamburger__menu .ol-header__nav .ol-header__nav-list .under-nav-item .ol-header__contact .ol-contact__mail-button .ol-btn-small .ol-shadow-s {
    background-color: #3f64e9;
  }
  .ol-header .ol-header__nav-anchor {
    color: #fff !important;
    border-bottom: 1px solid #fff;
  }
  .ol-header .ol-header__nav-anchor.ol-font-en {
    /* anchor font */
  }
  .ol-header .ol-header__nav-anchor .ol-header__nav-anchor-title .ol-btn-menu .ol-button-deco-wrapper {
    background-color: #fff;
    /* button deco */
  }
  .ol-header .ol-header__nav-anchor .ol-header__nav-anchor-title .ol-btn-menu .ol-button-deco-wrapper::after {
    background: rgba(63, 100, 233, 0.84);
  }
  .ol-footer__section::before {
    background-color: #f0f5ff !important;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper {
    row-gap: initial;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper .ol-contact__heading-wrapper .ol-contact__heading-sub {
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    letter-spacing: var(--, 2px);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper .ol-contact__heading-wrapper .ol-contact__heading-sub span {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
    letter-spacing: var(--, 2px);
  }
}
/*
===================================
PCレイアウト記述（841px～）
===================================
*/
@media screen and (min-width: 841px) {
  .ol-header {
    position: fixed !important;
    z-index: 400;
  }
  .ol-header__inner {
    /* inner wrapper */
    padding: 24px clamp(16px, 4.16vw, 80px) 24px clamp(80px, 8.177vw, 157px);
    -moz-column-gap: clamp(16px, 1.25vw, 24px);
         column-gap: clamp(16px, 1.25vw, 24px);
  }
  .ol-header__title-anchor.ol-logo-exlarge .ol-header__title-logo {
    width: -moz-fit-content;
    width: fit-content;
  }
  .ol-header__title-anchor.ol-logo-exlarge .ol-header__title-logo img {
    width: 160px;
    height: 78px;
  }
  .ol-header .ol-header__nav-anchor {
    color: #fff !important;
  }
  .ol-header .ol-header__nav-anchor.ol-font-en {
    /* anchor font */
  }
  .ol-header .ol-header__nav-anchor .ol-header__nav-anchor-title .ol-btn-menu .ol-button-deco-wrapper {
    /* button deco */
  }
  .ol-header .ol-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(40px, 4.16vw, 83px);
    justify-content: end;
  }
  .ol-header .ol-header__nav .ol-header__nav-list {
    gap: clamp(20px, 2.08vw, 40px);
  }
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .ol-header .ol-header__nav .ol-header__nav-list {
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 16px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 841px) {
  .ol-header .ol-header__nav .ol-header__nav-list .under-nav-item {
    display: none;
  }
  .ol-header .ol-header__nav .area_sns {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .ol-header .ol-header__nav .area_sns .icon {
    display: block;
  }
  .ol-header .ol-header__nav .area_sns .icon img {
    display: block;
    width: 36px;
    height: 36px;
  }
  .ol-header .ol-header__nav .area_sns .icon:hover {
    transition: all 0.3s;
    opacity: 0.8;
  }
  .ol-header__contact .ol-contact__mail-button .ol-btn-small {
    background: #fff;
    color: #3f64e9;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    letter-spacing: var(--, 2px);
  }
  .ol-header__contact .ol-contact__mail-button .ol-btn-small .ol-shadow-s {
    background-color: #3f64e9;
  }
  .ol-footer__section::before {
    background-color: #f0f5ff !important;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content {
    padding-top: clamp(80px, 6.66vw, 128px);
    padding-bottom: clamp(80px, 6.66vw, 128px);
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper {
    align-items: center;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper .ol-contact__heading-wrapper {
    margin-bottom: 0;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper .ol-contact__heading-wrapper .ol-contact__heading-wrapper-inner {
    margin-bottom: 0;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper .ol-contact__heading-wrapper .ol-contact__heading-sub {
    font-family: Jost;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 100% */
    letter-spacing: var(--, 2px);
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .ol-footer__section #olContact .ol-contact__section .ol-contact__inner .ol-contact__content .ol-contact__content-wrapper .ol-contact__heading-wrapper .ol-contact__heading-sub span {
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    letter-spacing: var(--, 2px);
  }
}
#olFirstview .ol-firstview__deco2 {
  background: #3f64e9;
}
#olFirstview .ol-firstview__deco1 {
  background: rgba(63, 100, 233, 0.84);
}
#olFirstview .ol-firstview__scroll {
  color: #fff;
  font-family: Jost;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: var(--, 2px);
}
@media (max-width: 640px) {
  #olFirstview .ol-firstview__title-maincopy1 {
    font-size: clamp(23.4px, 6.1vw, 32.4px);
  }
}

#aboutUs {
  padding-top: clamp(80px, 13.54vw, 260px) !important;
  padding-bottom: clamp(80px, 13.54vw, 260px) !important;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden !important;
}
#aboutUs .ol-concept__section-wrapper {
  overflow: initial;
  margin-bottom: 0;
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__content .ol-concept__content-inner {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__content .ol-concept__content-inner .ol-concept__heading-wrapper .ol-concept__heading-wrapper-inner .common_section_title {
  /* title（英字・小見出し））*/
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__content .ol-concept__content-inner .ol-concept__heading-wrapper .ol-concept__heading-wrapper-inner .common_section_title .common_section_title_sub {
  /* サブタイトル */
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__content .ol-concept__content-inner .ol-concept__heading-wrapper .ol-concept__heading-wrapper-inner .ol-concept__maincopy {
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 2.08vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(24px, 3.75vw, 72px);
  letter-spacing: var(--, 2px);
  padding: clamp(48px, 4.167vw, 80px) 0 clamp(24px, 2.083vw, 40px);
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__content .ol-concept__content-inner .ol-concept__heading-wrapper .ol-concept__heading-wrapper-inner .ol-concept__maincopy {
    line-height: clamp(32px, 6.25vw, 72px);
  }
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__content .ol-concept__content-inner .ol-concept__content-copy .ol-concept__description.ol-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 0.8333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.08vw, 40px);
  letter-spacing: var(--, 2px);
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper {
  right: -24em;
  width: 57em;
  height: 57em;
}
@media (max-width: 640px) {
  #aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper {
    width: 32em;
    height: 32em;
    right: -12em;
  }
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg {
  /* SVG の表示サイズや transform のプレースホルダ */
  width: 100%;
  height: auto;
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg #olConceptDecoCircle,
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg #olConceptDecoCircleCore1,
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg #olConceptDecoCircleCore2 {
  /* path のスタイル（stroke 等）*/
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg #olConceptDecoCircleCore1,
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg #olConceptDecoCircleCore2 {
  opacity: 0;
}
#aboutUs .ol-concept__section-wrapper .ol-concept__section.ol-section .ol-concept__inner .ol-concept__deco-wrapper.ol-font-en .ol-concept__deco-shortcut svg text {
  fill: #f0f5ff;
  opacity: 1;
  font-family: var(--, Jost);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(40px, 6.66vw, 128px); /* 100% */
}

/* ol-concept（ABOUT US）ネスト枠組み */
#banners .ol-service__section .ol-service__inner .ol-service__slider .splide__track {
  margin-top: 0;
  padding: 0;
}

/* Marquee styling for service section */
.ol-service__marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  margin-bottom: -30px;
  padding-top: 80px;
}
@media (max-width: 640px) {
  .ol-service__marquee {
    margin: -10px;
    padding-top: 40px;
  }
}
.ol-service__marquee-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: ol-marquee 30s linear infinite;
}
.ol-service__marquee-item {
  display: inline-block;
  color: #f0f5ff;
  font-family: var(--, Jost);
  font-size: clamp(40px, 10vw, 192px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(40px, 10vw, 192px);
  letter-spacing: 6px;
}

@keyframes ol-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#recruit {
  background-color: #f0f5ff;
  padding-top: clamp(40px, 4.16vw, 80px) !important;
  padding-bottom: clamp(40px, 4.16vw, 80px) !important;
}
#recruit .recruit__section .recruit__inner {
  display: flex;
  align-items: center;
  gap: clamp(40px, 4.16vw, 80px);
  justify-content: space-between;
}
#recruit .recruit__section .recruit__inner .area_recruit__image {
  width: 47.7vw;
  max-width: 916px;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .recruit_text {
  margin: 0;
  padding: 40px 0 16px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 1.041vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(32px, 2.083vw, 40px); /* 200% */
  letter-spacing: var(--, 2px);
}
#recruit .recruit__section .recruit__inner .area_recruit_text .recruit_text_en {
  margin: 0;
  padding-bottom: 40px;
  color: #000;
  font-family: Inter;
  font-size: clamp(12px, 0.625vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(18px, 0.938vw, 24px); /* 150% */
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper {
  display: flex;
  gap: 24px;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .ol-contact__mail-button .ol-btn-small {
  padding: 16px 40px;
  background: #3f64e9;
  color: #fff;
  font-family: Jost;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: var(--, 2px);
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .ol-contact__mail-button .ol-btn-small .ol-shadow-s {
  background-color: #fff;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .ol-contact__mail-button .ol-btn-small .ol-shadow-s::after {
  background-color: #3f64e9;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .area_sns {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .area_sns .icon {
  display: block;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .area_sns .icon img {
  display: block;
  width: 36px;
  height: 36px;
}
#recruit .recruit__section .recruit__inner .area_recruit_text .under_content-list-wrapper .area_sns .icon:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

@media screen and (max-width: 840px) {
  #recruit .recruit__section .recruit__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 4.16vw, 80px);
  }
  #recruit .recruit__section .recruit__inner .area_recruit__image {
    width: 100%;
  }
}
#services {
  padding-top: clamp(80px, 8.3vw, 160px) !important;
  background-color: #fff;
}
#services .service__section .service__inner {
  display: flex;
  align-items: center;
  gap: clamp(40px, 9.375vw, 180px);
  padding-right: 36px;
  justify-content: space-between;
}
#services .service__section .service__inner .area_service__image {
  width: 45.2vw;
  max-width: 868px;
}
#services .service__section .service__inner .area_service_text .service_contents_title {
  margin: 0;
  padding-top: clamp(48px, 4.167vw, 80px);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 2.083vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(24px, 2.083vw, 40px); /* 100% */
  letter-spacing: var(--, 2px);
}
#services .service__section .service__inner .area_service_text .service_contents_subtitle {
  margin: 0;
  padding: clamp(38px, 3.333vw, 64px) 0 clamp(24px, 2.083vw, 40px);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(14px, 1.25vw, 24px); /* 100% */
  letter-spacing: var(--, 2px);
}
#services .service__section .service__inner .area_service_text .service_contents_list_wrapper .service_contents_list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.25vw, 24px);
}
#services .service__section .service__inner .area_service_text .service_contents_list_wrapper .service_contents_list li {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: clamp(26px, 2.292vw, 44px);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 1.042vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.666vw, 32px); /* 160% */
  letter-spacing: var(--, 2px);
}
#services .service__section .service__inner .area_service_text .service_contents_list_wrapper .service_contents_list li::before {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
}
#services .service__section .service__inner .area_service_text .service_contents_list_wrapper .service_contents_list li::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 100px;
  aspect-ratio: 1/1;
  background-color: #000;
}
#services .service__section .service__inner .area_service_text .service_contents_list_wrapper .service_contents_subtext {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper {
  display: flex;
  gap: 24px;
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .ol-contact__mail-button .ol-btn-small {
  padding: clamp(10px, 0.833vw, 16px) clamp(24px, 2.083vw, 40px);
  background: #3f64e9;
  color: #fff;
  font-family: Jost;
  font-size: clamp(9px, 0.781vw, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(9px, 0.781vw, 15px); /* 100% */
  letter-spacing: var(--, 2px);
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .ol-contact__mail-button .ol-btn-small .ol-shadow-s {
  background-color: #fff;
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .ol-contact__mail-button .ol-btn-small .ol-shadow-s::after {
  background-color: #3f64e9;
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .area_sns {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .area_sns .icon {
  display: block;
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .area_sns .icon img {
  display: block;
  width: 36px;
  height: 36px;
}
#services .service__section .service__inner .area_service_text .under_content-list-wrapper .area_sns .icon:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
#services .ol-contact__mail-button .ol-btn-small {
  padding: 16px 40px;
  background: #3f64e9;
  color: #fff;
  font-family: Jost;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: var(--, 2px);
}
#services .ol-contact__mail-button .ol-btn-small .ol-shadow-s {
  background-color: #fff;
}
#services .ol-contact__mail-button .ol-btn-small .ol-shadow-s::after {
  background-color: #3f64e9;
}

@media screen and (max-width: 840px) {
  #services .service__section .service__inner {
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(40px, 4.16vw, 80px);
  }
  #services .service__section .service__inner .area_service__image {
    width: 100%;
  }
}
#access {
  padding-top: clamp(80px, 8.33vw, 160px) !important;
}
#access .common_section_title {
  width: 100%;
  margin-bottom: clamp(24px, 2.083vw, 40px);
}
@media (max-width: 640px) {
  #access .common_section_title {
    margin-bottom: 12px;
  }
}
#access .ol-access__heading-wrapper-inner {
  margin-bottom: 0;
}

#profile {
  padding-top: clamp(80px, 8.33vw, 160px) !important;
}
#profile .common_section_title {
  width: 100%;
  margin-bottom: clamp(24px, 2.083vw, 40px);
}
@media (max-width: 640px) {
  #profile .common_section_title {
    margin-bottom: 12px;
  }
}
#profile .ol-access__heading-wrapper-inner {
  margin-bottom: 0;
}
#profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item {
  padding-top: clamp(24px, 3.333vw, 64px);
}
#profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item dt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 1.042vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(12px, 1.042vw, 20px); /* 100% */
  letter-spacing: var(--, 2px);
}
@media (max-width: 640px) {
  #profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item dt {
    width: 25vw;
  }
}
#profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item .ol-access__info-item-text .ol-list-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 1.042vw, 20px);
  font-style: normal;
  font-weight: 350;
  line-height: clamp(12px, 1.042vw, 20px); /* 100% */
  letter-spacing: var(--, 2px);
}
@media (max-width: 640px) {
  #profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item .ol-access__info-item-text .ol-list-text {
    line-height: clamp(16px, 1.042vw, 24px); /* 100% */
  }
}
#profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item.ol-access__info-item-num9 {
  display: flex;
  align-items: flex-start;
}
#profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item.ol-access__info-item-num9 .ol-access__info-item-text .ol-list-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 640px) {
  #profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item.ol-access__info-item-num9 .ol-access__info-item-text .ol-list-text {
    gap: 12px;
  }
}
#profile .ol-access__section .ol-access__inner .ol-access__info .ol-access__info-item.ol-access__info-item-num9 .ol-access__info-item-text .ol-list-text p {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 1.042vw, 20px);
  font-style: normal;
  font-weight: 350;
  line-height: clamp(12px, 1.042vw, 20px); /* 100% */
  letter-spacing: var(--, 2px);
}

.page-privacy {
  margin-top: clamp(72px, 6.25vw, 120px);
  padding: clamp(96px, 8.333vw, 160px) clamp(48px, 4.167vw, 80px);
}
@media screen and (max-width: 840px) {
  .page-privacy {
    padding: clamp(60px, 16vw, 80px) clamp(20px, 5.3vw, 40px);
  }
}
.page-privacy .container {
  max-width: clamp(720px, 62.5vw, 1200px);
  margin: 0 auto;
  width: 100%;
}
.page-privacy .container .privacy_section_title {
  color: #3f64e9;
  font-family: Jost;
  font-size: clamp(34px, 2.917vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(34px, 2.917vw, 56px); /* 100% */
  letter-spacing: var(--, 2px);
  display: flex;
  gap: clamp(14px, 1.25vw, 24px);
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(24px, 2.083vw, 40px);
  border-bottom: 1px solid var(--BLUE, #3f64e9);
}
@media screen and (max-width: 840px) {
  .page-privacy .container .privacy_section_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-privacy .container .privacy_section_title .privacy_section_title_sub {
  color: #3f64e9;
  font-family: "Noto Sans JP";
  font-size: clamp(9px, 0.781vw, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(9px, 0.781vw, 15px); /* 100% */
  letter-spacing: var(--, 2px);
}
.page-privacy .container .under_title {
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
  padding-top: clamp(48px, 4.167vw, 80px);
  margin: 0;
}
.page-privacy .container section {
  margin-top: clamp(48px, 4.167vw, 80px);
}
.page-privacy .container section h2 {
  color: var(--BLUE, #3f64e9);
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(14px, 1.25vw, 24px); /* 100% */
  letter-spacing: var(--, 2px);
  padding: clamp(12px, 1.042vw, 20px) clamp(24px, 2.083vw, 40px);
  border-left: 1px solid #3f64e9;
}
.page-privacy .container section .under_h {
  padding-top: clamp(24px, 2.083vw, 40px);
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
  margin: 0;
}
.page-privacy .container section ul {
  list-style: none;
}
.page-privacy .container section ul li {
  margin-bottom: 0.5rem;
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
}
.page-privacy .container section .under_list {
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
  margin: 0;
}
.page-privacy .container section .under_address {
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
  margin: 0;
}
.page-privacy .container section address {
  padding: clamp(24px, 2.083vw, 40px) 0;
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
}
.page-privacy .container section address a {
  color: var(--BLACK, #000);
  font-family: "Noto Sans JP";
  font-size: clamp(10px, 0.833vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(24px, 2.083vw, 40px); /* 250% */
  letter-spacing: var(--, 2px);
}

.page-contact {
  margin-top: clamp(72px, 6.25vw, 120px);
  padding: clamp(96px, 8.333vw, 160px) clamp(48px, 4.167vw, 80px);
}
@media screen and (max-width: 840px) {
  .page-contact {
    padding: clamp(60px, 16vw, 80px) clamp(20px, 5.3vw, 40px);
  }
}
.page-contact .contact-frame {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.page-contact .contact-frame .article__inner .contact_section_title {
  color: #3f64e9;
  font-family: Jost;
  font-size: clamp(34px, 2.917vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(34px, 2.917vw, 56px); /* 100% */
  letter-spacing: var(--, 2px);
  display: flex;
  gap: clamp(14px, 1.25vw, 24px);
  align-items: center;
  justify-content: center;
  padding-bottom: clamp(24px, 2.083vw, 40px);
  border-bottom: 1px solid var(--BLUE, #3f64e9);
}
@media screen and (max-width: 840px) {
  .page-contact .contact-frame .article__inner .contact_section_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-contact .contact-frame .article__inner .contact_section_title .contact_section_title_sub {
  color: #3f64e9;
  font-family: "Noto Sans JP";
  font-size: clamp(9px, 0.781vw, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(9px, 0.781vw, 15px); /* 100% */
  letter-spacing: var(--, 2px);
}
.page-contact .contact-frame .article__inner .article__content {
  margin-top: 80px;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 p {
  margin: 0;
  padding: 0;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 p::after {
  display: none;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .area_name {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .area_name p {
  width: 100%;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form p label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #282323;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: var(--, 2px);
  padding-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page-contact .contact-frame .article__inner .article__content .wpcf7 form p label {
    font-size: 18px;
  }
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form p label span {
  color: #282323;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: var(--, 2px);
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.page-contact .contact-frame .article__inner .article__content .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin: 0;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label,
.page-contact .contact-frame .article__inner .article__content .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  padding: 0;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .ol-contact__mail-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .ol-contact__mail-button::before {
  content: "";
  position: absolute;
  right: 16px;
  border-radius: 100px;
  background: #fff;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .ol-contact__mail-button::after {
  content: "";
  position: absolute;
  right: 26.5px;
  background-color: #3f64e9;
  width: 0.75em;
  height: 0.75em;
  clip-path: polygon(45% 8%, 58% 8%, 100% 50%, 58% 92%, 45% 92%, 84% 54%, 0 54%, 0 46%, 84% 46%);
  flex-shrink: 0;
  z-index: 3;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .ol-contact__mail-button .ol-btn-small {
  margin: 0;
  width: 277px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f64e9;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  color: #fff;
  font-family: Jost;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: var(--, 2px);
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .ol-contact__mail-button .wpcf7-spinner {
  display: none;
}
.page-contact .contact-frame .article__inner .article__content .wpcf7 form .ol-contact__mail-button .wpcf7-response-output {
  display: none;
}

.wpcf7 input[type=radio]:checked {
  border-color: #403b3b;
}

.body-contact .ol-footer__section {
  margin-top: 0;
}/*# sourceMappingURL=main.css.map */