@charset "UTF-8";
/**
Theme Name: OLTANA-003
Author: CROOVER inc.
Author URI: https://croover.co.jp
Version: 1.6.0
Requires at least: 6.2.0
Requires PHP: 8.0
*/
@keyframes slideIn {
  from {
    transform: translateX(6px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* CSS Remedy */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
  background-color: #fff;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

dl, dt, dd, figure {
  padding: 0;
  margin: 0;
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

a {
  text-decoration: none;
}

.ol-wrapper a:not([class]) {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: opacity 0.24s ease-Out;
  will-change: opacity;
}

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

p {
  line-height: 2.4;
  letter-spacing: 0.15rem;
  margin-top: clamp(24px, 3.3vw, 33px);
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  p {
    margin-top: clamp(33px, 3.3vw, 66px);
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  p {
    line-height: 2.15;
  }
}

img {
  width: 100%;
}

time {
  font-feature-settings: "palt";
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  time {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  body {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 640px) {
  body {
    line-height: 1.95;
  }
}

section {
  scroll-margin-top: 60px;
}

html,
body,
.ol-wrapper {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
  .ol-pc {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .ol-sp {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .ol-br-sp br {
    display: none !important;
  }
}

.ol-help {
  color: #db4d4d;
  text-align: center;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06rem;
}
@media (min-width: 1729px) {
  .ol-help {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}

.ol-radius-regular {
  border-radius: 0px;
}

.ol-separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
}

.ol-separator-horizon {
  display: block;
  width: 100%;
}
.ol-separator-horizon::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
}

.ol-time {
  position: relative;
}
.ol-time::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: clamp(11px, 1.1vw, 13px);
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.home .ol-content {
  margin-top: calc(-1 * clamp(45px, 6vw, 90px));
}
@media (min-width: 1729px) {
  .home .ol-content {
    margin-top: calc(-1 * clamp(90px, 9vw, 180px));
  }
}

.ol-max-frame {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-max-frame {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-max-frame {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

.ol-content-frame {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-content-frame {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-content-frame {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-content-frame {
    max-width: 100%;
  }
}

.ol-fullwidth {
  position: relative;
  width: 100%;
  padding: 0.01% 0;
}
.ol-fullwidth::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ol-section {
  margin-top: clamp(105px, 24vw, 225px);
  margin-bottom: clamp(105px, 24vw, 225px);
}
@media (min-width: 1729px) {
  .ol-section {
    margin-top: clamp(225px, 18vw, 337.5px);
    margin-bottom: clamp(225px, 18vw, 337.5px);
  }
}

.ol-section-small {
  margin-top: clamp(66px, 6vw, 84px);
  margin-bottom: clamp(66px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-section-small {
    margin-top: clamp(84px, 6vw, 168px);
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}

.ol-frame-deco {
  position: absolute;
  height: 1px;
  width: 15px;
  border-top-width: 1px;
  border-top-style: solid;
}
.ol-frame-deco.p-1 {
  top: 0;
  left: 0;
}
.ol-frame-deco.p-2 {
  bottom: 0;
  left: 0;
}
.ol-frame-deco.p-3 {
  top: 0;
  right: 0;
}
.ol-frame-deco.p-4 {
  bottom: 0;
  right: 0;
}

.ol-heading-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
  column-gap: clamp(33px, 3.6vw, 48px);
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-heading-wrapper {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-heading-wrapper {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-heading-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}

.ol-heading-custom-large .ol-heading {
  font-size: clamp(1.96875rem, 1.6975666545rem + 1.2052593134vw, 3rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.36rem;
  font-feature-settings: "palt";
}
@media (min-width: 1729px) {
  .ol-heading-custom-large .ol-heading {
    font-size: clamp(3rem, -1.6741761071rem + 4.3254376931vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-custom-large .ol-heading {
    font-size: clamp(1.875rem, 0.8395726808rem + 4.6018991965vw, 5.8125rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.66rem;
    font-feature-settings: "palt";
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-heading-custom-large .ol-heading {
    font-size: clamp(5.8125rem, 6.1463697219rem + -0.3089598352vw, 5.625rem);
  }
}
@media (max-width: 640px) {
  .ol-heading-custom-large .ol-heading {
    font-size: 36px;
    letter-spacing: 0.18rem;
  }
}

.ol-heading-custom-medium .ol-heading {
  font-size: clamp(1.875rem, 1.6777757487rem + 0.8765522279vw, 2.625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.36rem;
  font-feature-settings: "palt";
}
@media (min-width: 1729px) {
  .ol-heading-custom-medium .ol-heading {
    font-size: clamp(2.625rem, -2.716915551rem + 4.9433573635vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-custom-medium .ol-heading {
    font-size: clamp(1.875rem, 1.0532322863rem + 3.6523009496vw, 5rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.66rem;
    font-feature-settings: "palt";
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-heading-custom-medium .ol-heading {
    font-size: clamp(5rem, 3.8871009269rem + 1.0298661174vw, 5.625rem);
  }
}
@media (max-width: 640px) {
  .ol-heading-custom-medium .ol-heading {
    font-size: 27px;
    letter-spacing: 0.18rem;
  }
}

.ol-heading-custom-small .ol-heading {
  font-size: clamp(1.6875rem, 1.5395818115rem + 0.6574141709vw, 2.25rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.36rem;
  font-feature-settings: "palt";
}
@media (min-width: 1729px) {
  .ol-heading-custom-small .ol-heading {
    font-size: clamp(2.25rem, -3.7596549949rem + 5.561277034vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-custom-small .ol-heading {
    font-size: clamp(1.875rem, 1.1847151205rem + 3.0679327977vw, 4.5rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.66rem;
    font-feature-settings: "palt";
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-heading-custom-small .ol-heading {
    font-size: clamp(4.5rem, 2.4967816684rem + 1.8537590113vw, 5.625rem);
  }
}
@media (max-width: 640px) {
  .ol-heading-custom-small .ol-heading {
    font-size: 24px;
    letter-spacing: 0.18rem;
  }
}

.ol-heading-sub {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-heading-sub {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-heading-small {
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  margin-bottom: clamp(33px, 3.6vw, 48px);
  margin-left: -3px;
}
@media (min-width: 1729px) {
  .ol-heading-small {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-small {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}

.ol-heading-desc {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.15rem;
  margin-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-heading-desc {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-desc {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) {
  .ol-heading-desc {
    margin-top: -6px;
    font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-heading-desc {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-heading-desc-small {
  margin-top: clamp(24px, 3.3vw, 33px);
  margin-bottom: clamp(48px, 3.6vw, 48px);
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-heading-desc-small {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-heading-desc-small {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-heading-desc-small {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 640px) {
  .ol-heading-desc-small {
    font-size: 12px;
    line-height: 1.95;
  }
}

.ol-heading-subtitle {
  font-size: clamp(3rem, 3rem + 0vw, 3rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.24rem;
  font-feature-settings: "palt";
  padding-right: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-heading-subtitle {
    font-size: clamp(3rem, -1.6741761071rem + 4.3254376931vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-heading-subtitle {
    padding-right: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-heading-subtitle {
    font-weight: 300;
    letter-spacing: 0.18rem;
  }
}

.ol-list-subtitle {
  display: inline-block;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  margin-bottom: 3px;
}
@media (min-width: 1729px) {
  .ol-list-subtitle {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
@media (max-width: 640px) {
  .ol-list-subtitle {
    font-weight: 500;
  }
}

.ol-list-title {
  display: inline-block;
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-list-title {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}

.ol-list-title-small {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-list-title-small {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 640px) {
  .ol-list-title-small {
    font-weight: 700;
  }
}

.ol-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 640px) {
  .ol-text {
    line-height: 1.95;
  }
}

.ol-list-text {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-list-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 640px) {
  .ol-list-text {
    font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-list-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-text-s {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-text-s {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-list-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: clamp(48px, 4.5vw, 66px);
  padding-bottom: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-list-border {
    padding-top: clamp(66px, 4.5vw, 132px);
    padding-bottom: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-list-border {
    padding-top: clamp(84px, 9vw, 105px);
    padding-bottom: clamp(84px, 9vw, 105px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-list-border {
    padding-top: clamp(105px, 3.6vw, 210px);
    padding-bottom: clamp(105px, 3.6vw, 210px);
  }
}

.is-open .ol-header__nav-anchor {
  position: relative;
}
.is-open .ol-header__nav-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 21px;
  clip-path: polygon(50% 32%, 100% 50%, 50% 68%, 66% 50%);
}
@media (min-width: 1729px) {
  .is-open .ol-header__nav-anchor::after {
    width: 45px;
    height: 39px;
  }
}
@media (max-width: 640px) {
  .is-open .ol-header__nav-anchor::after {
    width: 24px;
    height: 18px;
  }
}

.ol-btn-regular,
.ol-btn-text,
.ol-news-link {
  position: relative;
}
.ol-btn-regular .ol-button-deco-wrapper,
.ol-btn-text .ol-button-deco-wrapper,
.ol-news-link .ol-button-deco-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 15px;
  column-gap: 3px;
}
@media (min-width: 1729px) {
  .ol-btn-regular .ol-button-deco-wrapper,
  .ol-btn-text .ol-button-deco-wrapper,
  .ol-news-link .ol-button-deco-wrapper {
    width: clamp(16px, 1.05vw, 227px);
  }
}
@media (max-width: 640px) {
  .ol-btn-regular .ol-button-deco-wrapper,
  .ol-btn-text .ol-button-deco-wrapper,
  .ol-news-link .ol-button-deco-wrapper {
    width: 14px;
  }
}
.ol-btn-regular .ol-button-deco-wrapper::before, .ol-btn-regular .ol-button-deco-wrapper::after,
.ol-btn-text .ol-button-deco-wrapper::before,
.ol-btn-text .ol-button-deco-wrapper::after,
.ol-news-link .ol-button-deco-wrapper::before,
.ol-news-link .ol-button-deco-wrapper::after {
  content: "";
  width: 13px;
  height: 13px;
  clip-path: polygon(0 21%, 100% 50%, 0 79%, 27% 50%);
  flex-shrink: 0;
}
@media (min-width: 1729px) {
  .ol-btn-regular .ol-button-deco-wrapper::before, .ol-btn-regular .ol-button-deco-wrapper::after,
  .ol-btn-text .ol-button-deco-wrapper::before,
  .ol-btn-text .ol-button-deco-wrapper::after,
  .ol-news-link .ol-button-deco-wrapper::before,
  .ol-news-link .ol-button-deco-wrapper::after {
    width: clamp(13px, 1.05vw, 24px);
    height: clamp(13px, 1.05vw, 24px);
  }
}
@media (max-width: 640px) {
  .ol-btn-regular .ol-button-deco-wrapper::before, .ol-btn-regular .ol-button-deco-wrapper::after,
  .ol-btn-text .ol-button-deco-wrapper::before,
  .ol-btn-text .ol-button-deco-wrapper::after,
  .ol-news-link .ol-button-deco-wrapper::before,
  .ol-news-link .ol-button-deco-wrapper::after {
    width: 12px;
    height: 12px;
  }
}

.ol-btn-regular {
  position: relative;
  padding: 22px clamp(54px, 6vw, 63px) 22px clamp(39px, 3.9vw, 42px);
  border-radius: 100px;
  text-decoration: none !important;
  box-sizing: border-box;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-btn-regular {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (min-width: 1729px) {
  .ol-btn-regular {
    padding: clamp(22px, 3vw, 36px) clamp(63px, 6vw, 111px) clamp(22px, 3vw, 36px) clamp(42px, 3.9vw, 75px);
  }
}
@media (max-width: 640px) {
  .ol-btn-regular {
    width: 100%;
    padding: 19px 54px 20px 39px;
  }
}
.ol-btn-regular .ol-button-deco-wrapper {
  right: 21px;
}
@media (min-width: 1729px) {
  .ol-btn-regular .ol-button-deco-wrapper {
    right: clamp(21px, 2.1vw, 36px);
  }
}

.ol-btn-medium,
.ol-btn-medium-2 {
  padding: 18px clamp(39px, 3.9vw, 42px);
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  border-radius: 100px;
  text-decoration: none !important;
  box-sizing: border-box;
}
@media (min-width: 1729px) {
  .ol-btn-medium,
  .ol-btn-medium-2 {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (min-width: 1729px) {
  .ol-btn-medium,
  .ol-btn-medium-2 {
    padding: clamp(18px, 3vw, 36px) clamp(42px, 3.9vw, 75px);
  }
}
@media (max-width: 640px) {
  .ol-btn-medium,
  .ol-btn-medium-2 {
    width: 100%;
    padding: 19px 39px;
  }
}

.ol-btn-large,
.ol-btn-large-2 {
  width: 60%;
  padding: 27px clamp(45px, 7.2vw, 81px);
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  border-radius: 100px;
  text-decoration: none !important;
  box-sizing: border-box;
}
@media (min-width: 1729px) {
  .ol-btn-large,
  .ol-btn-large-2 {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1729px) {
  .ol-btn-large,
  .ol-btn-large-2 {
    padding: clamp(27px, 3vw, 45px) clamp(42px, 3.9vw, 75px);
  }
}
@media (max-width: 640px) {
  .ol-btn-large,
  .ol-btn-large-2 {
    width: 100%;
    padding: 25px 36px;
  }
}

.ol-btn-medium,
.ol-btn-large {
  border-style: solid;
  border-width: 1px;
}

.ol-btn-medium-2,
.ol-btn-large-2 {
  border-style: solid;
  border-width: 1px;
}

.ol-btn-text {
  position: relative;
  text-decoration: none !important;
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: 0.15rem;
  padding: 6px 27px 6px 3px;
  box-sizing: border-box;
}
@media (min-width: 1729px) {
  .ol-btn-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1729px) {
  .ol-btn-text {
    padding: 9px clamp(27px, 2.1vw, 48px) 9px 6px;
  }
}
@media (max-width: 640px) {
  .ol-btn-text {
    padding: 6px 24px 6px 3px;
  }
}

.ol-btn-admin {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06rem;
  width: 100%;
  padding: 18px;
  text-align: center;
  margin: 24px 0;
  display: block;
  background: repeating-linear-gradient(-45deg, #e9e9e9, #e9e9e9 1px, #fff 0, #fff 6px);
  text-decoration: none !important;
}
@media (min-width: 1729px) {
  .ol-btn-admin {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
.ol-btn-admin .ol-btn-admin-text {
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 0 12px;
  padding-bottom: 21px;
  background-color: #fff;
  color: #666666;
}
.ol-btn-admin .ol-btn-admin-help {
  font-size: clamp(0.65625rem, 0.65625rem + 0vw, 0.65625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  display: block;
  color: #b7b7b7;
  text-decoration: none !important;
  padding: 12px;
  background-color: #fff;
}
@media (min-width: 1729px) {
  .ol-btn-admin .ol-btn-admin-help {
    font-size: clamp(0.65625rem, -0.5122940268rem + 1.0813594233vw, 1.3125rem);
  }
}

.is-open .ol-header__nav-anchor::after {
  right: 6px;
}

.ol-news-link .ol-button-deco-wrapper {
  right: 6px;
}

.ol-btn-text .ol-button-deco-wrapper {
  right: 0px;
}

.ol-btn-custom {
  display: flex;
  justify-content: center;
}
.ol-btn-custom .ol-btn-medium {
  display: inline-block;
  text-decoration: none !important;
  margin-top: clamp(48px, 4.5vw, 66px);
  margin-bottom: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-btn-custom .ol-btn-medium {
    margin-top: clamp(66px, 4.5vw, 132px);
    margin-bottom: clamp(66px, 4.5vw, 132px);
  }
}

.ol-contact-mail .ol-btn-regular {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(5px, 1vw, 8px);
  padding: clamp(12px, 1.8vw, 18px) clamp(42px, 6vw, 63px);
  font-size: clamp(0.75rem, 0.7253469686rem + 0.1095690285vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-contact-mail .ol-btn-regular {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (min-width: 1729px) {
  .ol-contact-mail .ol-btn-regular {
    padding: clamp(18px, 3vw, 36px) clamp(63px, 6vw, 111px);
    column-gap: clamp(8px, 1vw, 16px);
  }
}
.ol-contact-mail .ol-btn-regular::before {
  display: none !important;
}
.ol-contact-mail .ol-btn-regular::after {
  display: none;
}
.ol-contact-mail .ol-btn-regular.ol-contactdetail-pc-icon-before span:first-child {
  font-size: 1.35em;
  line-height: 0;
}

.ol-category-list {
  display: flex;
  align-items: center;
  column-gap: clamp(12px, 1.8vw, 18px);
  row-gap: clamp(9px, 1.5vw, 15px);
  flex-wrap: wrap;
  flex-direction: row !important;
}
@media (min-width: 1729px) {
  .ol-category-list {
    column-gap: clamp(18px, 1.8vw, 36px);
  }
}
@media (max-width: 840px) {
  .ol-category-list {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding: 12px 0;
  }
}

.ol-category__item {
  flex-shrink: 0;
}

.ol-category__item-anchor {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: 60px;
  padding: clamp(3px, 1vw, 5px) clamp(18px, 2.1vw, 24px);
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06rem;
}
@media (min-width: 1729px) {
  .ol-category__item-anchor {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-category__item-anchor {
    padding: clamp(5px, 1vw, 12px) clamp(24px, 2.1vw, 48px);
  }
}
.ol-category__item-anchor.is-active {
  color: #fff !important;
}

.ol-card-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(33px, 3.6vw, 48px);
  row-gap: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-card-list {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-card-list {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}

.ol-card-item {
  display: flex;
  width: calc((100% - clamp(33px, 3.6vw, 48px) * 2) / 3);
}
@media (min-width: 1729px) {
  .ol-card-item {
    width: calc((100% - clamp(48px, 3.6vw, 96px) * 2) / 3);
  }
}
@media (max-width: 840px) {
  .ol-card-item {
    width: calc((100% - clamp(33px, 3.6vw, 48px)) / 2);
  }
}
@media (max-width: 640px) {
  .ol-card-item {
    width: 100%;
  }
}

@keyframes img-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ol-card-item:nth-child(1) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 0.36s 1 alternate forwards;
}

.ol-card-item:nth-child(2) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 0.72s 1 alternate forwards;
}

.ol-card-item:nth-child(3) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 1.08s 1 alternate forwards;
}

.ol-card-item:nth-child(4) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 1.44s 1 alternate forwards;
}

.ol-card-item:nth-child(5) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 1.8s 1 alternate forwards;
}

.ol-card-item:nth-child(6) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 2.16s 1 alternate forwards;
}

.ol-card-item:nth-child(7) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 2.52s 1 alternate forwards;
}

.ol-card-item:nth-child(8) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 2.88s 1 alternate forwards;
}

.ol-card-item:nth-child(9) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 3.24s 1 alternate forwards;
}

.ol-card-item:nth-child(10) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 3.6s 1 alternate forwards;
}

.ol-card-item:nth-child(11) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 3.96s 1 alternate forwards;
}

.ol-card-item:nth-child(12) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 4.32s 1 alternate forwards;
}

.ol-card-item:nth-child(13) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 4.68s 1 alternate forwards;
}

.ol-card-item:nth-child(14) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 5.04s 1 alternate forwards;
}

.ol-card-item:nth-child(15) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 5.4s 1 alternate forwards;
}

.ol-card-item:nth-child(16) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 5.76s 1 alternate forwards;
}

.ol-card-item:nth-child(17) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 6.12s 1 alternate forwards;
}

.ol-card-item:nth-child(18) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 6.48s 1 alternate forwards;
}

.ol-card-item:nth-child(19) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 6.84s 1 alternate forwards;
}

.ol-card-item:nth-child(20) {
  opacity: 0;
  animation: img-loading 0.9s ease-in 7.2s 1 alternate forwards;
}

.ol-card-item-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  row-gap: clamp(18px, 1.8vw, 21px);
  text-decoration: none !important;
  color: inherit !important;
}
@media (min-width: 1729px) {
  .ol-card-item-link {
    row-gap: clamp(21px, 1.8vw, 42px);
  }
}

.ol-card-item-image,
.ol-card-item-info,
.ol-card-item-title {
  width: 100%;
}

.ol-card-item-title {
  font-weight: 500;
}

.ol-card-item-info {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06rem;
}
@media (min-width: 1729px) {
  .ol-card-item-info {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}

.ol-meta-center {
  text-align: center;
  justify-content: center;
}

.ol-blog-meta {
  display: flex;
  align-items: center;
  column-gap: clamp(24px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-blog-meta {
    column-gap: clamp(18px, 3vw, 36px);
  }
}

.ol-card-item-image {
  overflow: hidden;
  border-radius: 0px;
}
.ol-card-item-image:not(.ol-thumbnail-original) {
  aspect-ratio: 16/9;
}

.ol-blog-category {
  text-decoration: none !important;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-blog-category {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-icon-base {
  font-size: 0.95em;
}

.ol-sns-list {
  display: flex;
  align-items: center;
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-sns-list {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
@media (max-width: 640px) {
  .ol-sns-list {
    font-size: 17px;
  }
}

.ol-header .ol-sns-list {
  column-gap: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-header .ol-sns-list {
    column-gap: clamp(18px, 3vw, 36px);
  }
}
.ol-header .ol-sns-under2 .ol-sns-anchor {
  display: flex;
  align-items: center;
}
.ol-header .ol-sns-under2 .ol-sns-anchor .ol-sns-brandname {
  display: none;
}
.ol-header .is-open .ol-sns-under2 .ol-sns-anchor {
  display: flex;
  align-items: center;
}
.ol-header .is-open .ol-sns-under2 .ol-sns-anchor .ol-sns-brandname {
  display: inline-block;
}

.ol-access__section .ol-sns-list {
  column-gap: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-access__section .ol-sns-list {
    column-gap: clamp(18px, 3vw, 36px);
  }
}
@media (max-width: 640px) {
  .ol-access__section .ol-sns-list {
    column-gap: clamp(18px, 1.8vw, 18px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-access__section .ol-sns-list {
    column-gap: clamp(18px, 3vw, 36px);
  }
}
.ol-access__section .ol-sns-under2 {
  column-gap: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-access__section .ol-sns-under2 {
    column-gap: clamp(33px, 3.3vw, 66px);
  }
}
.ol-access__section .ol-sns-under2 .ol-sns-anchor {
  display: flex;
  align-items: center;
  column-gap: clamp(6px, 0.6vw, 9px);
}
.ol-access__section .ol-sns-under2 .ol-sns-anchor span {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-access__section .ol-sns-under2 .ol-sns-anchor span {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 640px) {
  .ol-access__section .ol-sns-under2 .ol-sns-anchor span {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    font-weight: 500;
    line-height: 0;
    letter-spacing: 0.06rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-access__section .ol-sns-under2 .ol-sns-anchor span {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}

@media (any-hover: hover) {
  .ol-wrapper a:not([class]):hover {
    opacity: 0.69;
  }
}
@media (any-hover: hover) and (min-width: 841px) {
  .ol-header__nav-anchor {
    position: relative;
    /*
    &::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -6px;
        transform: scaleX(0);
        transform-origin: right top;
        @include transition(transform,normal,easeInOutQuad);
    }
    &:hover {
        &::after {
            transform: scaleX(1);
            transform-origin: left top;
        }
    }
    */
  }
  .ol-header__nav-anchor::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
  }
  .ol-header__nav-anchor:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media (any-hover: hover) {
  .ol-anchor-style1 {
    padding: 6px 0;
    position: relative;
    /*
    &::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -6px;
        transform: scaleX(0);
        transform-origin: right top;
        @include transition(transform,normal,easeInOutQuad);
    }
    &:hover {
        &::after {
            transform: scaleX(1);
            transform-origin: left top;
        }
    }
    */
  }
  .ol-anchor-style1::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
  }
  .ol-anchor-style1:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .ol-btn-text {
    transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .ol-btn-regular .ol-button-deco-wrapper::before, .ol-btn-regular .ol-button-deco-wrapper::after,
  .ol-btn-text .ol-button-deco-wrapper::before,
  .ol-btn-text .ol-button-deco-wrapper::after,
  .ol-news-link .ol-button-deco-wrapper::before,
  .ol-news-link .ol-button-deco-wrapper::after {
    transition: transform 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    transform-origin: center center;
  }
  .ol-btn-regular:hover .ol-button-deco-wrapper::before, .ol-btn-regular:hover .ol-button-deco-wrapper::after,
  .ol-btn-text:hover .ol-button-deco-wrapper::before,
  .ol-btn-text:hover .ol-button-deco-wrapper::after,
  .ol-news-link:hover .ol-button-deco-wrapper::before,
  .ol-news-link:hover .ol-button-deco-wrapper::after {
    transform: translateX(15px);
  }
}
@media (any-hover: hover) and (min-width: 1729px) {
  .ol-btn-regular:hover .ol-button-deco-wrapper::before, .ol-btn-regular:hover .ol-button-deco-wrapper::after,
  .ol-btn-text:hover .ol-button-deco-wrapper::before,
  .ol-btn-text:hover .ol-button-deco-wrapper::after,
  .ol-news-link:hover .ol-button-deco-wrapper::before,
  .ol-news-link:hover .ol-button-deco-wrapper::after {
    transform: translateX(clamp(17px, 1.15vw, 24px));
  }
}
@media (any-hover: hover) {
  .ol-btn-regular {
    transition: background-color 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color;
  }
  .ol-btn-medium,
  .ol-btn-large {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color, color;
  }
  .ol-btn-medium:hover,
  .ol-btn-large:hover {
    background-color: transparent !important;
  }
  .ol-btn-medium-2,
  .ol-btn-large-2 {
    transition: background-color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: background-color, color;
  }
  .ol-card-item-link img,
  .ol-block__blogcard-anchor img {
    transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .ol-card-item-link .ol-block__blogcard-title,
  .ol-block__blogcard-anchor .ol-block__blogcard-title {
    transition: color 0.24s ease-Out;
    will-change: color;
  }
  .ol-card-item-link:hover img,
  .ol-block__blogcard-anchor:hover img {
    transform: scale(1.035);
  }
  .ol-news-link {
    background-color: transparent;
    transition: background-color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: background-color;
  }
  .ol-news-link .ol-news__title,
  .ol-news-link .ol-firstview__news-title {
    transition: color 0.24s ease-Out;
    will-change: color;
  }
  .ol-category__item-anchor,
  .ol-article__category {
    border-style: solid;
    border-width: 1px;
    transition: background-color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: background-color, border-color, color;
  }
  .ol-sns-anchor,
  .ol-access__map-button-anchor {
    transition: color 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: color;
  }
}
@keyframes tapAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media (any-hover: none) {
  .ol-cvbutton__mail:active {
    animation-name: tapAnimation;
    animation-duration: 0.45s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
  }
}
.single p,
.page:not(.home) p {
  margin-top: clamp(48px, 4.8vw, 48px);
  margin-bottom: clamp(48px, 4.8vw, 48px);
}
@media (min-width: 1729px) {
  .single p,
  .page:not(.home) p {
    margin-top: clamp(48px, 3vw, 96px);
    margin-bottom: clamp(48px, 3vw, 96px);
  }
}
.single .ol-bold,
.single strong,
.single b,
.page:not(.home) .ol-bold,
.page:not(.home) strong,
.page:not(.home) b {
  font-weight: 700;
}

.ol-noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  height: 100%;
  position: relative;
}
@media (min-width: 1729px) {
  .ol-noimage {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-noimage::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.ol-noimage::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 0px;
  z-index: -1;
}

.page-template-template-top-page-php #wpadminbar #wp-admin-bar-edit {
  display: none;
}

.ol-header {
  position: relative;
  background-color: transparent;
  z-index: 500;
  transition: visibility 0.36s ease-in-out, opacity 0.36s ease-in-out;
  will-change: visibility, opacity;
}
.ol-header.js-header__default {
  width: 100%;
}

.ol-header__inner {
  display: flex;
  width: inherit;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(33px, 3.6vw, 48px);
  padding-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-header__inner {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) {
  .ol-header__inner {
    padding-bottom: clamp(24px, 3.3vw, 33px);
    padding-top: clamp(18px, 3.3vw, 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-header__inner {
    padding-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-header__inner {
    padding-top: clamp(33px, 3.3vw, 66px);
  }
}

.ol-header__title-anchor {
  display: block;
  box-sizing: content-box;
}
.ol-header__title-anchor .ol-header__title-logo {
  display: block;
}
.ol-header__title-anchor .ol-header__title-text {
  line-height: 1;
}
@media (max-width: 640px) {
  .ol-header__title-anchor .ol-header__title-text {
    line-height: 0;
  }
}
.ol-header__title-anchor.ol-logo-exsmall .ol-header__title-logo {
  width: clamp(60px, 9.6vw, 90px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-exsmall .ol-header__title-logo {
    width: clamp(90px, 12vw, 180px);
  }
}
.ol-header__title-anchor.ol-logo-exsmall .ol-header__title-text {
  font-size: clamp(16px, 2.1vw, 21px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-exsmall .ol-header__title-text {
    font-size: clamp(21px, 1.8vw, 36px);
  }
}
.ol-header__title-anchor.ol-logo-small .ol-header__title-logo {
  width: clamp(105px, 10.5vw, 135px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-small .ol-header__title-logo {
    width: clamp(135px, 15vw, 300px);
  }
}
.ol-header__title-anchor.ol-logo-small .ol-header__title-text {
  font-size: clamp(18px, 2.7vw, 24px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-small .ol-header__title-text {
    font-size: clamp(24px, 1.8vw, 42px);
  }
}
.ol-header__title-anchor.ol-logo-medium .ol-header__title-logo {
  width: clamp(135px, 15vw, 165px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-medium .ol-header__title-logo {
    width: clamp(165px, 15vw, 345px);
  }
}
.ol-header__title-anchor.ol-logo-medium .ol-header__title-text {
  font-size: clamp(21px, 2.7vw, 27px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-medium .ol-header__title-text {
    font-size: clamp(27px, 2.4vw, 48px);
  }
}
.ol-header__title-anchor.ol-logo-large .ol-header__title-logo {
  width: clamp(165px, 18vw, 195px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-large .ol-header__title-logo {
    width: clamp(195px, 15vw, 390px);
  }
}
.ol-header__title-anchor.ol-logo-large .ol-header__title-text {
  font-size: clamp(24px, 2.7vw, 30px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-large .ol-header__title-text {
    font-size: clamp(33px, 2.4vw, 54px);
  }
}
.ol-header__title-anchor.ol-logo-exlarge .ol-header__title-logo {
  width: clamp(195px, 21vw, 225px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-exlarge .ol-header__title-logo {
    width: clamp(225px, 15vw, 450px);
  }
}
.ol-header__title-anchor.ol-logo-exlarge .ol-header__title-text {
  font-size: clamp(27px, 2.7vw, 33px);
}
@media (min-width: 1729px) {
  .ol-header__title-anchor.ol-logo-exlarge .ol-header__title-text {
    font-size: clamp(31.5px, 2.1vw, 60px);
  }
}
.ol-header__title-anchor img {
  width: 100%;
}

/*
.home{
    .ol-header__inner {
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: normal;
        padding-bottom: 0;
        @include s.space(small,(padding-top));
        @include s.media(mini_tablet){
            flex-wrap: nowrap;
            justify-content: space-between;
        }
    }
    .ol-header__title-anchor {
        display: flex;
        justify-content: flex-end;
        flex-basis: 100%;
        @include s.media(mini_tablet){
            flex-basis: auto;
        }
    }
}
*/
.ol-header__menu-title {
  display: none;
}

/* ハンバーガーアイコンの位置 */
@media (max-width: 840px) {
  .ol-hamburger__menu {
    order: 3;
    height: 45px;
  }
  .ol-header__inner.is-open {
    padding: 0 clamp(33px, 4.5vw, 66px);
    padding-top: clamp(33px, 3.6vw, 48px);
    padding-bottom: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-header__inner.is-open {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 840px) and (max-width: 640px) {
  .ol-header__inner.is-open {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-header__inner.is-open {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 840px) and (max-width: 640px) {
  .ol-header__inner.is-open {
    padding-bottom: clamp(24px, 3.3vw, 33px);
    padding-top: clamp(18px, 3.3vw, 33px);
  }
}
@media (max-width: 840px) and (max-width: 640px) and (min-width: 1729px) {
  .ol-header__inner.is-open {
    padding-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 840px) and (max-width: 640px) and (min-width: 1729px) {
  .ol-header__inner.is-open {
    padding-top: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 840px) {
  .ol-header__inner.is-open .ol-header__title-anchor {
    z-index: 600;
  }
  .ol-hamburger__menu-icon {
    position: relative;
    z-index: 500;
    display: flex;
    align-items: center;
    height: inherit;
    margin-left: clamp(18px, 2.4vw, 24px);
    padding-right: 0;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-inner {
    width: 42px;
  }
  .ol-hamburger__menu-icon span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    transform-origin: left;
    transition: transform 0.36s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    will-change: transform;
  }
  .ol-hamburger__menu-icon span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ol-hamburger__menu-icon span:nth-of-type(2) {
    margin-top: 9px;
  }
  .ol-hamburger__menu-icon.is-open span:nth-of-type(1) {
    transform: rotate(14deg);
  }
  .ol-hamburger__menu-icon.is-open span:nth-of-type(2) {
    transform: rotate(-14deg);
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label {
    display: flex;
    justify-content: center;
    bottom: 0;
    margin-top: 9px;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label::before {
    content: "MENU";
    font-size: 9px;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label.is-close {
    animation: fade2 0.48s ease-in 0s 1 normal forwards;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label.is-open {
    animation: fade1 0.48s ease-in 0s 1 normal forwards;
    pointer-events: none;
  }
  .ol-hamburger__menu-icon .ol-hamburger__menu-icon-label.is-open::before {
    content: "CLOSE";
  }
}
@media (any-hover: hover) {
  .ol-hamburger__menu-icon:hover span:nth-of-type(1)::before {
    animation: scaleBorder 0.66s ease-out 0s 1 normal forwards;
  }
  .ol-hamburger__menu-icon:hover span:nth-of-type(2)::before {
    animation: scaleBorder 0.66s ease-out 0.135s 1 normal forwards;
  }
}
@keyframes scaleBorder {
  0% {
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
  25% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  50% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: scaleX(1);
  }
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeBorder1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}
@keyframes closeBorder2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}
@keyframes closeBorderAfter1 {
  0% {
    transform: rotate(18deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes closeBorderAfter2 {
  0% {
    transform: rotate(-18deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 841px) {
  .ol-header__nav {
    width: 100%;
  }
  .ol-header__nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: clamp(33px, 3.6vw, 48px);
    row-gap: clamp(18px, 1.8vw, 18px);
    font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-header__nav-list {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-header__nav-list {
    row-gap: clamp(18px, 3vw, 36px);
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-header__nav-list {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (min-width: 841px) {
  .ol-header__nav-anchor-subtitle {
    display: none;
  }
  .ol-header__nav-anchor {
    padding: 6px 0;
  }
  .ol-hamburger__menu-icon {
    display: none;
  }
  .ol-hamburger__menu {
    flex-basis: 70%;
  }
}
@media (max-width: 840px) {
  .ol-header__nav {
    position: fixed;
    overflow: hidden;
    pointer-events: none;
    z-index: 400;
    height: 100vh;
    left: -300px;
    top: 0;
    width: 100%;
    padding: clamp(24px, 6vw, 60px);
    padding-top: 105px;
    background-color: transparent;
    font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: left, background-color;
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-header__nav {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 840px) {
  .ol-header__nav .ol-sns-list,
  .ol-header__nav .ol-sns {
    width: 0;
  }
  .ol-header__nav .ol-sns-list {
    overflow: hidden;
  }
  .ol-header__nav-list {
    position: absolute;
    top: -1000px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .ol-header__nav-list,
  .ol-header__sns {
    opacity: 0;
    transition: opacity 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, width 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, font-weight 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, position 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, bottom 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s, transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.45s;
    will-change: opacity, width, font-weight, position, bottom, transform;
  }
}
/* メニュー項目のスタイル */
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav {
  left: 0;
  pointer-events: all;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list {
  opacity: 1;
  width: 100%;
  position: static;
  overflow-y: auto;
  max-height: 72%;
  transform: translateX(9px);
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 640px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list {
    height: 100%;
    margin-top: 36px;
    max-height: 60%;
    transform: translateX(6px);
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .ol-header__nav-item {
  flex-basis: 100%;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .ol-header__nav-item:first-of-type {
  border-top-width: 1px;
  border-top-style: solid;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu {
  padding-left: 18px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-list .sub-menu .sub-menu {
  padding-left: 18px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor {
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 30px 45px 30px 3px;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 640px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor {
    padding: 21px 45px 21px 3px;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor-subtitle {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  letter-spacing: 0.15rem;
  font-weight: 300;
}
@media (max-width: 640px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__nav-anchor-subtitle {
    font-weight: 400;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__sns {
  position: absolute;
  bottom: 135px;
  opacity: 1;
  width: calc(100% - clamp(24px, 6vw, 60px) * 2);
  transform: translateY(-6px);
}
@media (min-width: 641px) and (max-width: 840px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__sns.ol-pc {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 840px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-header__sns.ol-sp {
    display: block !important;
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns,
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
  width: 100%;
  overflow: visible;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
  column-gap: 9px;
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
@media (max-width: 640px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
    font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-list {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-under2 {
  justify-content: center;
  column-gap: 30px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-under2 .ol-sns-anchor {
  justify-content: center;
  padding: 6px 0px;
  width: 100%;
  border-radius: 0px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-under2 .ol-sns-brandname {
  margin-left: 6px;
  font-size: 16px;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-over3 {
  overflow-x: auto;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-over3 .ol-sns-list-item {
  text-align: center;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-over3 .ol-sns-anchor {
  display: flex;
  justify-content: center;
  padding: 9px 15px;
  width: 100%;
  border-radius: 0px;
  letter-spacing: 0;
}
.ol-hamburger__menu-icon.is-open ~ .ol-header__nav .ol-sns-over3.ol-sns-under4layout {
  justify-content: center;
}

.ol-blur__overlay {
  visibility: hidden;
  position: fixed;
  z-index: 300;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: visibility, left;
}

.js-body__noscroll {
  overflow: hidden;
  height: 100%;
}
.js-body__noscroll .ol-blur__overlay {
  visibility: visible;
  left: 0;
}
.js-body__noscroll .js-header__visible .ol-header__cvbutton,
.js-body__noscroll .js-header__visible .ol-header__call {
  opacity: 0 !important;
}

.ol-header.ol-header__tracking {
  width: 100%;
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.ol-header.ol-header__tracking .ol-header__inner {
  transition: padding-bottom 0.36s ease-in-out, padding-top 0.36s ease-in-out;
  will-change: padding-bottom, padding-top;
}
.ol-header.ol-header__tracking .ol-header__title-anchor {
  transition: visibility 0.36s ease-in-out, opacity 0.36s ease-in-out;
  will-change: visibility, opacity;
}
@media (min-width: 841px) {
  .ol-header.ol-header__tracking.js-header__hidden .ol-header__inner, .ol-header.ol-header__tracking.js-header__visible .ol-header__inner {
    padding-top: clamp(24px, 3.3vw, 33px);
    padding-bottom: clamp(24px, 3.3vw, 33px);
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-header.ol-header__tracking.js-header__hidden .ol-header__inner, .ol-header.ol-header__tracking.js-header__visible .ol-header__inner {
    padding-top: clamp(33px, 3.3vw, 66px);
    padding-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-header.ol-header__tracking.js-header__hidden .ol-header__inner, .ol-header.ol-header__tracking.js-header__visible .ol-header__inner {
    padding-bottom: clamp(24px, 3.3vw, 33px);
    padding-top: clamp(18px, 3.3vw, 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-header.ol-header__tracking.js-header__hidden .ol-header__inner, .ol-header.ol-header__tracking.js-header__visible .ol-header__inner {
    padding-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-header.ol-header__tracking.js-header__hidden .ol-header__inner, .ol-header.ol-header__tracking.js-header__visible .ol-header__inner {
    padding-top: clamp(33px, 3.3vw, 66px);
  }
}

@media (min-width: 841px) {
  .home .ol-header .ol-header__title-anchor {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 841px) {
  .home .ol-header.ol-header__tracking.js-header__default .ol-header__inner {
    padding-top: clamp(33px, 3.6vw, 48px);
    padding-bottom: clamp(33px, 3.6vw, 48px);
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .home .ol-header.ol-header__tracking.js-header__default .ol-header__inner {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 841px) {
  .home .ol-header.ol-header__tracking.js-header__visible .ol-header__title-anchor {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 840px) {
  .home .ol-header.js-header__default .ol-header__inner.is-open:not(.js-scroll-100vh) {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (min-width: 841px) {
  .ol-header__tracking + main .ol-column-content-side {
    top: 102px;
  }
}

@media (min-width: 841px) {
  .ol-firstview__section {
    padding-bottom: clamp(18px, 1.8vw, 18px);
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-firstview__section {
    padding-bottom: clamp(18px, 3vw, 36px);
  }
}
@media (max-width: 840px) {
  .ol-firstview__section {
    padding-bottom: clamp(123px, 21vw, 165px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-firstview__section {
    padding-bottom: clamp(165px, 15vw, 330px);
  }
}
.ol-firstview__section .ol-firstview__logo-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: clamp(24px, 3.3vw, 33px);
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}
@media (max-width: 840px) {
  .ol-firstview__section .ol-firstview__logo-wrapper {
    display: none;
  }
}
.ol-firstview__section .ol-header__title-anchor {
  visibility: visible;
  opacity: 1;
}

.ol-firstview__inner {
  position: relative;
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-firstview__inner {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-firstview__inner {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

.ol-firstview__title {
  position: absolute;
  pointer-events: none;
  width: 90%;
  z-index: 100;
}
@media (max-width: 640px) {
  .ol-firstview__title {
    bottom: calc(-1 * clamp(165px, 51vw, 270px));
  }
}

.ol-firstview__image {
  position: relative;
  z-index: 0;
}

.ol-firstview__item img {
  aspect-ratio: 22.5/9;
  object-fit: cover;
}
@media (max-width: 840px) {
  .ol-firstview__item img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 640px) {
  .ol-firstview__item img {
    aspect-ratio: 3/3.45;
  }
}

.ol-firstview__title-subcopy {
  width: 100%;
  font-size: clamp(0.84375rem, 0.8108792915rem + 0.146092038vw, 0.96875rem);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.18rem;
  margin-top: clamp(15px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-firstview__title-subcopy {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (min-width: 1729px) {
  .ol-firstview__title-subcopy {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}

.ol-firstview__title-maincopy {
  width: 100%;
  margin-left: -2px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.42rem;
  display: table;
  font-feature-settings: "palt";
}

.ol-firstview__image-inner,
.splide,
.splide__track,
.splide__list,
.splide__slide,
.splide__slide span,
.splide__slide img {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}

.splide {
  overflow: hidden;
}

.splide__list {
  display: flex;
}

.splide__slide img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media (max-width: 640px) {
  .splide__slide img {
    aspect-ratio: 3/4;
  }
}

.ol-hours__component {
  display: flex;
  flex-wrap: wrap;
  width: clamp(360px, 40vw, 510px);
  row-gap: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-hours__component {
    row-gap: clamp(12px, 3vw, 24px);
  }
}

.ol-hours__body {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: clamp(6px, 1vw, 12px);
  padding-left: clamp(33px, 3.6vw, 48px);
  padding-right: clamp(33px, 3.6vw, 48px);
  padding-top: clamp(33px, 3.6vw, 48px);
  padding-bottom: clamp(33px, 3.6vw, 48px);
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 1729px) {
  .ol-hours__body {
    row-gap: clamp(12px, 3vw, 24px);
  }
}
@media (min-width: 1729px) {
  .ol-hours__body {
    padding-left: clamp(48px, 3.6vw, 96px);
    padding-right: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-hours__body {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}

.ol-hours__row {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  column-gap: clamp(10px, 1vw, 24px);
}

.ol-hours__col-title {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: clamp(75px, 9vw, 120px);
  font-size: clamp(0.65625rem, 0.6069439372rem + 0.219138057vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-hours__col-title {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-hours__col-day-title,
.ol-hours__col-day {
  flex-grow: 1;
  flex-basis: clamp(12px, 2vw, 15px);
}

.ol-hours__col-day-title {
  text-align: center;
  font-size: clamp(0.65625rem, 0.6069439372rem + 0.219138057vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-hours__col-day-title {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-hours__col-day {
  text-align: center;
  font-size: clamp(8px, 0.9vw, 11px);
}
.ol-hours__col-day .oltana-icon-circle-outline::before {
  font-size: 1.15em;
}
.ol-hours__col-day .oltana-icon-slash_outline::before {
  display: inline-block;
  font-size: 0.75em;
  transform: translateY(-1px);
  transform-origin: center center;
}

.ol-hours__desc-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  margin-top: 9px;
}

.ol-hours__desc1,
.ol-hours__desc2,
.ol-hours__general-desc {
  flex-basis: 100%;
}

.ol-hours__desc1-text,
.ol-hours__desc2-text,
.ol-hours__general-desc {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-hours__desc1-text,
  .ol-hours__desc2-text,
  .ol-hours__general-desc {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-hours__desc1,
.ol-hours__desc2 {
  display: flex;
  align-items: center;
}

.ol-hours__desc1-icon,
.ol-hours__desc2-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ol-hours__desc1-icon i,
.ol-hours__desc2-icon i {
  font-size: clamp(0.5rem, 0.4835646457rem + 0.073046019vw, 0.5625rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-hours__desc1-icon i,
  .ol-hours__desc2-icon i {
    font-size: clamp(0.5625rem, -0.1052394439rem + 0.6179196704vw, 0.9375rem);
  }
}
.ol-hours__desc1-icon::after,
.ol-hours__desc2-icon::after {
  content: "・・・";
  font-size: clamp(0.5rem, 0.4835646457rem + 0.073046019vw, 0.5625rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  letter-spacing: -2px;
  padding: 0 9px 0 6px;
}
@media (min-width: 1729px) {
  .ol-hours__desc1-icon::after,
  .ol-hours__desc2-icon::after {
    font-size: clamp(0.5625rem, -0.1052394439rem + 0.6179196704vw, 0.9375rem);
  }
}

.ol-hours__general-desc {
  margin-top: 9px;
}

.ol-hours__contact {
  width: 100%;
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  column-gap: clamp(6px, 1vw, 12px);
  padding: clamp(6px, 1.05vw, 18px);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@media (min-width: 1729px) {
  .ol-hours__contact {
    column-gap: clamp(12px, 3vw, 24px);
  }
}
@media (min-width: 1729px) {
  .ol-hours__contact {
    padding: clamp(18px, 3vw, 24px);
  }
}
@media (min-width: 1729px) {
  .ol-hours__contact {
    padding: clamp(6px, 1vw, 18px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-hours__contact {
    padding: clamp(18px, 3vw, 24px);
  }
}
@media (max-width: 640px) {
  .ol-hours__contact {
    column-gap: 12px;
    padding: clamp(6px, 2.4vw, 21px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-hours__contact {
    padding: clamp(21px, 3vw, 24px);
  }
}
.ol-hours__contact .ol-btn-regular {
  width: 100%;
  font-size: clamp(0.65625rem, 0.6069439372rem + 0.219138057vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-hours__contact .ol-btn-regular {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 640px) {
  .ol-hours__contact .ol-btn-regular {
    font-weight: 700;
  }
}

.ol-hours__contact-phone,
.ol-hours__mail-button {
  text-align: center;
}

.ol-hours__contact-phone {
  flex-shrink: 0;
}

.ol-hours__phone_number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 641px) {
  .ol-hours__phone_number {
    pointer-events: none;
  }
}
@media (min-width: 1729px) {
  .ol-hours__phone_number {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
.ol-hours__phone_number i {
  font-size: 0.72em;
  margin-right: 6px;
}

.ol-hours__phone_subtext {
  font-size: clamp(0.65625rem, 0.65625rem + 0vw, 0.65625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-hours__phone_subtext {
    font-size: clamp(0.65625rem, -0.5122940268rem + 1.0813594233vw, 1.3125rem);
  }
}
@media (max-width: 640px) {
  .ol-hours__phone_subtext {
    margin-top: 3px;
  }
}

.ol-concept__section {
  margin-top: clamp(60px, 9vw, 120px);
}

.ol-concept__inner {
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-concept__inner {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-concept__inner {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

.ol-concept__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  padding-left: clamp(84px, 9vw, 105px);
  padding-right: clamp(84px, 9vw, 105px);
  column-gap: clamp(84px, 9vw, 105px);
  padding-top: clamp(33px, 3.6vw, 48px);
  padding-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-concept__content {
    padding-left: clamp(105px, 3.6vw, 210px);
    padding-right: clamp(105px, 3.6vw, 210px);
    column-gap: clamp(105px, 3.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-concept__content {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 1179px) {
  .ol-concept__content {
    row-gap: clamp(48px, 4.5vw, 66px);
    padding-top: clamp(66px, 6vw, 84px);
    padding-bottom: clamp(66px, 6vw, 84px);
  }
}
@media (max-width: 1179px) and (min-width: 1729px) {
  .ol-concept__content {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 1179px) and (min-width: 1729px) {
  .ol-concept__content {
    padding-top: clamp(84px, 6vw, 168px);
    padding-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 840px) {
  .ol-concept__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .ol-concept__content {
    row-gap: clamp(33px, 3.6vw, 48px);
    padding-left: clamp(33px, 3.6vw, 48px);
    padding-right: clamp(33px, 3.6vw, 48px);
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-concept__content {
    row-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-concept__content {
    padding-left: clamp(48px, 3.6vw, 96px);
    padding-right: clamp(48px, 3.6vw, 96px);
  }
}
.ol-concept__content::before, .ol-concept__content::after {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
}
.ol-concept__content::before {
  left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}
.ol-concept__content::after {
  right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}

.ol-concept__maincopy,
.ol-concept__content-copy {
  flex-basis: 50%;
}
@media (max-width: 1179px) {
  .ol-concept__maincopy,
  .ol-concept__content-copy {
    flex-basis: 100%;
  }
}

.ol-concept__label {
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-concept__label {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}

.ol-concept__maincopy {
  text-align: center;
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-concept__maincopy {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
@media (max-width: 640px) {
  .ol-concept__maincopy {
    font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-concept__maincopy {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}

.ol-concept__description {
  margin-bottom: 0;
  margin-top: 12px;
}
@media (min-width: 1180px) {
  .ol-concept__description {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .ol-concept__description {
    text-align: left;
  }
}

/*
.ol-concept__content-copy{
    opacity: 0;
    will-change: opacity,transform;
    @include s.fadeUp-regular($delay:0.9s);
    &.js-visible{
        opacity: 1;
        transform: translateY(0);
    }
}
*/
.ol-service__list {
  display: flex;
  flex-wrap: wrap;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item {
  position: relative;
  flex-basis: 100%;
  display: flex;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: clamp(48px, 4.5vw, 66px);
  padding-bottom: clamp(48px, 4.5vw, 66px);
  column-gap: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item {
    padding-top: clamp(66px, 4.5vw, 132px);
    padding-bottom: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item {
    column-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item {
    padding-top: clamp(84px, 9vw, 105px);
    padding-bottom: clamp(84px, 9vw, 105px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item {
    padding-top: clamp(105px, 3.6vw, 210px);
    padding-bottom: clamp(105px, 3.6vw, 210px);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item {
    flex-wrap: wrap;
    padding-top: clamp(48px, 4.5vw, 66px);
    padding-bottom: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item {
    padding-top: clamp(66px, 4.5vw, 132px);
    padding-bottom: clamp(66px, 4.5vw, 132px);
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper {
  position: relative;
  width: 50%;
  padding-left: clamp(27px, 3vw, 36px);
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper {
    width: 100%;
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image1 {
  width: 90%;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image1 img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image1.ol-service_image1-only {
  width: 100%;
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image1.ol-service_image1-only {
    width: 99%;
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image2 {
  position: absolute;
  border-width: 3px;
  border-style: solid;
  width: clamp(90px, 12vw, 120px);
  top: 12vw;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image2 {
    width: clamp(120px, 10.5vw, 300px);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image2 {
    top: auto;
    bottom: -24px;
    width: clamp(90px, 24vw, 120px);
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image2 img {
  aspect-ratio: 3/4;
  width: 100%;
  object-fit: cover;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
  position: absolute;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.59375rem, 1.4951378744rem + 0.438276114vw, 1.96875rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36rem;
  top: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
    font-size: clamp(1.96875rem, -1.5368820803rem + 3.2440782698vw, 3.9375rem);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
    top: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
    top: clamp(84px, 9vw, 105px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
    top: clamp(105px, 3.6vw, 210px);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
    top: clamp(48px, 4.5vw, 66px);
    letter-spacing: 0.24rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-list-subtitle {
    top: clamp(66px, 4.5vw, 132px);
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:last-child {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n-1) .ol-list-subtitle {
  left: 0;
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n-1) .ol-list-subtitle {
    left: -3px;
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n-1) .ol-service__list-item-image1 {
  margin-left: 3px;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n-1) .ol-service__list-item-image2 {
  right: 0;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n) .ol-service__list-item-image-wrapper {
  padding-left: 0;
  padding-right: clamp(27px, 3vw, 39px);
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n) .ol-list-subtitle {
  right: 0;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n) .ol-service__list-item-image1 {
  margin-left: auto;
  margin-right: 3px;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item:nth-child(2n) .ol-service__list-item-image2 {
  left: 0;
}
.ol-service__list.ol-service-visual-image .ol-service__list-item-title {
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item-title {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item-title .ol-list-title {
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item-title .ol-list-title {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item-title .ol-list-title {
    font-weight: 700;
  }
}
.ol-service__list.ol-service-visual-image .ol-service__list-item-content {
  width: 50%;
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item-content {
    width: 100%;
    margin-top: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-image .ol-service__list-item-content {
    margin-top: clamp(66px, 4.5vw, 132px);
  }
}
.ol-service__list.ol-service-visual-onlyimage {
  gap: 9px;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-onlyimage {
    gap: 15px;
  }
}
.ol-service__list.ol-service-visual-onlyimage .ol-service__list-item {
  flex-basis: calc((100% - 18px) / 3);
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-onlyimage .ol-service__list-item {
    flex-basis: 100%;
  }
}
.ol-service__list.ol-service-visual-onlyimage .ol-service__list-item-image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  padding-right: 0;
  overflow: hidden;
  border-radius: 0px;
}
.ol-service__list.ol-service-visual-onlyimage .ol-service__list-item-image-wrapper a {
  width: 100%;
}
.ol-service__list.ol-service-visual-onlyimage .ol-service__list-item-image-wrapper img {
  border-radius: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ol-service__list.ol-service-visual-icon {
  gap: 9px;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon {
    gap: 15px;
  }
}
.ol-service__list.ol-service-visual-icon .ol-service__list-item {
  position: relative;
  flex-basis: calc((100% - 18px) / 3);
  overflow: hidden;
  padding-left: clamp(33px, 3.6vw, 48px);
  padding-right: clamp(33px, 3.6vw, 48px);
  padding-top: clamp(24px, 3.3vw, 33px);
  padding-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    padding-left: clamp(48px, 3.6vw, 96px);
    padding-right: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    padding-top: clamp(33px, 3.3vw, 66px);
    padding-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    flex-basis: calc((100% - 30px) / 3);
  }
}
@media (max-width: 1179px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    flex-basis: calc((100% - 9px) / 2);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: clamp(48px, 4.5vw, 66px);
    padding-bottom: clamp(48px, 4.5vw, 66px);
    padding: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    padding-top: clamp(66px, 4.5vw, 132px);
    padding-bottom: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item {
    padding: clamp(48px, 3.6vw, 96px);
  }
}
.ol-service__list.ol-service-visual-icon .ol-list-subtitle {
  display: block;
}
.ol-service__list.ol-service-visual-icon .ol-list-subtitle .ol-service__subtitle {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(45px, 10vw, 96px);
  font-weight: 300;
  line-height: 0;
  left: 31px;
  top: 0;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 7.2em;
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-list-subtitle .ol-service__subtitle {
    font-size: clamp(45px, 7.5vw, 120px);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-icon .ol-list-subtitle .ol-service__subtitle {
    font-size: clamp(45px, 30vw, 75px);
  }
}
.ol-service__list.ol-service-visual-icon .ol-service__list-item-icon {
  line-height: 0;
  font-size: clamp(54px, 9vw, 69px);
  width: 40%;
  margin: 0 auto;
  margin-top: clamp(18px, 1.8vw, 18px);
  text-align: center;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-icon {
    margin-top: clamp(18px, 3vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-icon {
    font-size: clamp(45px, 4.5vw, 105px);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-icon {
    font-size: clamp(54px, 36vw, 69px);
    margin-top: 0;
    padding: clamp(18px, 1.8vw, 18px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-icon {
    padding: clamp(18px, 3vw, 36px);
  }
}
.ol-service__list.ol-service-visual-icon .ol-service__list-item-title {
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  margin-bottom: clamp(24px, 3.3vw, 33px);
  padding-top: clamp(24px, 3.3vw, 33px);
  text-align: center;
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-title {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-title {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-title {
    padding-top: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-title {
    padding-top: 0;
    margin-bottom: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-title {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
.ol-service__list.ol-service-visual-icon .ol-service__list-item-content {
  width: 100%;
}
@media (max-width: 640px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-content {
    margin-top: clamp(6px, 1vw, 12px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-content {
    margin-top: clamp(12px, 3vw, 24px);
  }
}
@media (min-width: 841px) {
  .ol-service__list.ol-service-visual-icon .ol-service__list-item-content .ol-list-text {
    padding-top: 6px;
  }
}

.ol-service_item-link {
  display: flex;
  margin-top: clamp(33px, 3.6vw, 48px);
  margin-bottom: clamp(18px, 1.8vw, 18px);
  justify-content: flex-end;
  margin-right: 6px;
}
@media (min-width: 1729px) {
  .ol-service_item-link {
    margin-top: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-service_item-link {
    margin-bottom: clamp(18px, 3vw, 36px);
  }
}

@keyframes oltanaSlideInFromRight {
  from {
    transform: translateX(15px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes oltanaSlideInFromLeft {
  from {
    transform: translateX(-15px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes oltanaSlideInFromLeft2 {
  from {
    transform: translateX(-6px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes oltanaSlideInFromLeft2-for-news0 {
  0% {
    transform: translateX(-6px);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes oltanaSlideInFromLeft2-for-news1 {
  0% {
    transform: translateX(calc(-100% - 6px));
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(calc(-100% - 6px + 6px));
    visibility: visible;
    opacity: 1;
  }
}
@keyframes oltanaSlideInFromLeft2-for-news2 {
  0% {
    transform: translateX(calc(-200% - 6px));
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(calc(-200% - 6px + 6px));
    visibility: visible;
    opacity: 1;
  }
}
@keyframes oltanaSlideInFromLeft2-for-news3 {
  0% {
    transform: translateX(calc(-300% - 6px));
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateX(calc(-300% - 6px + 6px));
    visibility: visible;
    opacity: 1;
  }
}
.ol-firstview__title-maincopy .js-copy-divide,
.ol-firstview__title-subcopy .js-copy-divide {
  display: inline-block;
  will-change: transform, opacity;
}

.ol-concept__maincopy .js-copy-divide {
  display: inline-block;
  will-change: transform, opacity;
}

.ol-concept__content-copy {
  will-change: transform, opacity;
}

.ol-voice__heading-wrapper,
.ol-story__heading-wrapper,
.ol-product__heading-wrapper,
.ol-price__heading-wrapper,
.ol-message__heading-wrapper,
.ol-media__heading-wrapper,
.ol-faq__heading-wrapper,
.ol-contact__heading-wrapper,
.ol-access__heading-wrapper,
.ol-news__heading-wrapper,
.ol-banner__heading-wrapper,
.ol-service__heading-wrapper {
  overflow: hidden;
}
.ol-voice__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-voice__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-story__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-product__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-price__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-message__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-media__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-faq__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-contact__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-access__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-news__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-banner__heading-wrapper .ol-service__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-voice__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-story__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-product__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-price__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-message__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-media__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-faq__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-contact__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-access__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-news__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-banner__heading-wrapper-inner,
.ol-service__heading-wrapper .ol-service__heading-wrapper-inner {
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.05s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1.05s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 1.05s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  will-change: opacity, transform, visibility;
}
.ol-voice__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-voice__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-story__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-product__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-price__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-message__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-media__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-faq__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-contact__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-access__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-news__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-banner__heading-wrapper .ol-service__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-voice__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-story__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-product__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-price__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-message__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-media__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-faq__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-contact__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-access__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-news__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-banner__heading-wrapper-inner.js-visible,
.ol-service__heading-wrapper .ol-service__heading-wrapper-inner.js-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.ol-banner__list,
.ol-news__container,
.ol-price__list-wrapper,
.ol-story__list,
.ol-faq__list,
.ol-voice__item-num1,
.ol-voice__item-num2,
.ol-voice__item-num3,
.ol-voice__item-num4,
.ol-voice__item-num5,
.ol-voice__item-num6,
.ol-access__body,
.ol-contact__content-wrapper,
.ol-message__content-wrapper,
.ol-animation {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}
.ol-banner__list.js-visible,
.ol-news__container.js-visible,
.ol-price__list-wrapper.js-visible,
.ol-story__list.js-visible,
.ol-faq__list.js-visible,
.ol-voice__item-num1.js-visible,
.ol-voice__item-num2.js-visible,
.ol-voice__item-num3.js-visible,
.ol-voice__item-num4.js-visible,
.ol-voice__item-num5.js-visible,
.ol-voice__item-num6.js-visible,
.ol-access__body.js-visible,
.ol-contact__content-wrapper.js-visible,
.ol-message__content-wrapper.js-visible,
.ol-animation.js-visible {
  animation: oltanaSlideInFromLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
}
@media (max-width: 640px) {
  .ol-banner__list.js-visible,
  .ol-news__container.js-visible,
  .ol-price__list-wrapper.js-visible,
  .ol-story__list.js-visible,
  .ol-faq__list.js-visible,
  .ol-voice__item-num1.js-visible,
  .ol-voice__item-num2.js-visible,
  .ol-voice__item-num3.js-visible,
  .ol-voice__item-num4.js-visible,
  .ol-voice__item-num5.js-visible,
  .ol-voice__item-num6.js-visible,
  .ol-access__body.js-visible,
  .ol-contact__content-wrapper.js-visible,
  .ol-message__content-wrapper.js-visible,
  .ol-animation.js-visible {
    animation: oltanaSlideInFromLeft 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 forwards;
  }
}

.js-news-content {
  opacity: 0;
  visibility: hidden;
  position: relative;
  will-change: opacity, transform, visibility;
}
.js-news-content.is-active {
  animation: oltanaSlideInFromLeft2-for-news0 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}
.js-news-content:nth-child(2).is-active {
  animation: oltanaSlideInFromLeft2-for-news1 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}
.js-news-content:nth-child(3).is-active {
  animation: oltanaSlideInFromLeft2-for-news2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}
.js-news-content:nth-child(4).is-active {
  animation: oltanaSlideInFromLeft2-for-news3 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.06s 1 both;
}

.ol-service__item-num1,
.ol-service__item-num2,
.ol-service__item-num3,
.ol-service__item-num4,
.ol-service__item-num5,
.ol-service__item-num6 {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}

.ol-service-visual-image .ol-service__item-num1.js-visible {
  animation: oltanaSlideInFromRight 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s 1 forwards;
}

.ol-service-visual-image .ol-service__item-num2.js-visible {
  animation: oltanaSlideInFromLeft 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-service-visual-image .ol-service__item-num3.js-visible {
  animation: oltanaSlideInFromRight 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s 1 forwards;
}

.ol-service-visual-image .ol-service__item-num4.js-visible {
  animation: oltanaSlideInFromLeft 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}

.ol-service-visual-image .ol-service__item-num5.js-visible {
  animation: oltanaSlideInFromRight 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s 1 forwards;
}

.ol-service-visual-image .ol-service__item-num6.js-visible {
  animation: oltanaSlideInFromLeft 0.54s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s 1 forwards;
}

.ol-service-visual-onlyimage .ol-service__item-num1.js-visible,
.ol-service-visual-icon .ol-service__item-num1.js-visible {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-service-visual-onlyimage .ol-service__item-num2.js-visible,
.ol-service-visual-icon .ol-service__item-num2.js-visible {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}

.ol-service-visual-onlyimage .ol-service__item-num3.js-visible,
.ol-service-visual-icon .ol-service__item-num3.js-visible {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s 1 forwards;
}

.ol-service-visual-onlyimage .ol-service__item-num4.js-visible,
.ol-service-visual-icon .ol-service__item-num4.js-visible {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s 1 forwards;
}

.ol-service-visual-onlyimage .ol-service__item-num5.js-visible,
.ol-service-visual-icon .ol-service__item-num5.js-visible {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s 1 forwards;
}

.ol-service-visual-onlyimage .ol-service__item-num6.js-visible,
.ol-service-visual-icon .ol-service__item-num6.js-visible {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s 1 forwards;
}

.ol-product__item-num1 .ol-product__image,
.ol-product__item-num2 .ol-product__image,
.ol-product__item-num3 .ol-product__image,
.ol-product__item-num4 .ol-product__image,
.ol-product__item-num5 .ol-product__image,
.ol-product__item-num6 .ol-product__image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s, visibility 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s;
  will-change: opacity, visibility;
}
.ol-product__item-num1.js-visible .ol-product__image,
.ol-product__item-num2.js-visible .ol-product__image,
.ol-product__item-num3.js-visible .ol-product__image,
.ol-product__item-num4.js-visible .ol-product__image,
.ol-product__item-num5.js-visible .ol-product__image,
.ol-product__item-num6.js-visible .ol-product__image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ol-product__image-inner {
  /*
  .ol-product__image-num1{
      opacity: 1;
      visibility: visible;
  }
  */
}
.ol-product__image-inner .ol-product__image {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, visibility 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  will-change: opacity, visibility;
}
.ol-product__image-inner .ol-product__image.js-visible {
  opacity: 1;
  visibility: visible;
}

.ol-media__list .ol-card-item {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
}

.ol-media__list.js-visible .ol-card-item:nth-child(1) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(2) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(3) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(4) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(5) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(6) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(7) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 2.1s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(8) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 2.4s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(9) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 2.7s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(10) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(11) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3.3s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(12) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3.6s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(13) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 3.9s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(14) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 4.2s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(15) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 4.5s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(16) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 4.8s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(17) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 5.1s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(18) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 5.4s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(19) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 5.7s 1 forwards;
}

.ol-media__list.js-visible .ol-card-item:nth-child(20) {
  animation: oltanaSlideInFromLeft2 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) 6s 1 forwards;
}

.ol-article__thumbnail {
  visibility: hidden;
  opacity: 0;
  will-change: opacity, transform, visibility;
  animation: oltanaSlideInFromLeft 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
}
@media (max-width: 640px) {
  .ol-article__thumbnail {
    animation: oltanaSlideInFromLeft 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s 1 forwards;
  }
}
.ol-article__thumbnail img {
  border-radius: 0px;
}

.ol-product__section {
  position: relative;
  background-color: transparent !important;
}

.ol-product__heading-wrapper-inner:not(.ol-heading-wrapper) {
  text-align: right;
  margin-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-product__heading-wrapper-inner:not(.ol-heading-wrapper) {
    margin-bottom: clamp(105px, 3.6vw, 210px);
  }
}
.ol-product__heading-wrapper-inner:not(.ol-heading-wrapper) .ol-heading {
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-product__heading-wrapper-inner:not(.ol-heading-wrapper) .ol-heading {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}

.ol-product__heading-sub {
  display: inline-block;
}

.ol-product__inner.ol-pc {
  display: flex;
  flex-wrap: nowrap;
  row-gap: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-product__inner.ol-pc {
    row-gap: clamp(105px, 3.6vw, 210px);
  }
}

.ol-product__content-wrapper {
  width: 52.5vw;
  padding-left: clamp(66px, 8vw, 165px);
  padding-right: clamp(66px, 8vw, 165px);
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper {
    padding-left: clamp(165px, 15vw, 330px);
    padding-right: clamp(165px, 15vw, 330px);
  }
}
@media (min-width: 1729px) {
  .ol-product__content-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (max-width: 840px) {
  .ol-product__content-wrapper {
    width: 54vw;
    padding-left: clamp(48px, 4.5vw, 66px);
    padding-right: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-product__content-wrapper {
    padding-left: clamp(66px, 4.5vw, 132px);
    padding-right: clamp(66px, 4.5vw, 132px);
  }
}
.ol-product__content-wrapper .ol-product__content {
  margin-bottom: clamp(180px, 36vw, 360px);
}

.ol-product__content-title-wrapper {
  margin-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-product__content-title-wrapper {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}

.ol-product__content-title {
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-product__content-title {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}

.ol-product__content-subtitle {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  margin-top: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-product__content-subtitle {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (min-width: 1729px) {
  .ol-product__content-subtitle {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}
.ol-product__content-subtitle::before {
  content: "";
  margin-right: clamp(18px, 1.8vw, 18px);
  width: clamp(36px, 4.2vw, 45px);
  height: 1px;
}
@media (min-width: 1729px) {
  .ol-product__content-subtitle::before {
    margin-right: clamp(18px, 3vw, 36px);
  }
}

.ol-product__image-wrapper {
  position: relative;
}

.ol-product__image-inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 47.5vw;
  height: 100svh;
  overflow: hidden;
  /*
  .ol-product__image-parallax{
      position: relative;
      img{
          position: absolute;
          aspect-ratio: 3/4;
          height: auto;
          object-fit: cover;
          left: 0;
      }
  }*/
}
@media (max-width: 840px) {
  .ol-product__image-inner {
    width: 46vw;
  }
}
.ol-product__image-inner .ol-product__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
.ol-product__image-inner .ol-product__image img {
  height: inherit;
}

.ol-product__content-list-wrapper {
  margin-top: clamp(24px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-product__content-list-wrapper {
    margin-top: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) {
  .ol-product__content-list-wrapper {
    margin-top: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-product__content-list-wrapper {
    margin-top: clamp(66px, 4.5vw, 132px);
  }
}

.ol-product__content-list-title {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-product__content-list-title {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-product__content-list {
  margin-top: 1.2em;
  display: flex;
  flex-wrap: wrap;
}
.ol-product__content-list.ol-product__list-type-horizontal {
  gap: 0.6em;
  flex-direction: row;
}
.ol-product__content-list.ol-product__list-type-horizontal .ol-product__content-list-item {
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  padding: 0.33em 1.05em 0.36em;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-product__content-list.ol-product__list-type-horizontal .ol-product__content-list-item {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
.ol-product__content-list.ol-product__list-type-vertical {
  flex-direction: column;
  gap: 0.24em;
}
.ol-product__content-list.ol-product__list-type-vertical .ol-product__content-list-item {
  display: flex;
  flex-basis: 100%;
  gap: 1.05em;
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.09em;
}
@media (min-width: 1729px) {
  .ol-product__content-list.ol-product__list-type-vertical .ol-product__content-list-item {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-product__content-list.ol-product__list-type-vertical .ol-product__content-list-item::before {
  content: "";
  width: clamp(12px, 1.2vw, 15px);
  height: 1px;
  margin-top: 0.84em;
  flex-shrink: 0;
}
.ol-product__content-list.ol-product__list-type-checkmark {
  gap: 0.3em;
  flex-direction: column;
}
.ol-product__content-list.ol-product__list-type-checkmark .ol-product__content-list-item {
  display: flex;
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.09em;
}
@media (min-width: 1729px) {
  .ol-product__content-list.ol-product__list-type-checkmark .ol-product__content-list-item {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
.ol-product__content-list.ol-product__list-type-checkmark .ol-product__content-list-item::before {
  content: "\e967";
  font-family: "oltana-icons";
  display: inline-block;
  font-size: 1.15em;
  margin-top: -0.045em;
  margin-right: clamp(6px, 1.5vw, 9px);
}

.ol-product__morebtn {
  margin-top: clamp(33px, 3.6vw, 48px);
  display: flex;
  justify-content: flex-end;
  margin-right: 6px;
}
@media (min-width: 1729px) {
  .ol-product__morebtn {
    margin-top: clamp(48px, 3.6vw, 96px);
  }
}

.ol-product__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(84px, 9vw, 105px);
  padding-bottom: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-product__list {
    row-gap: clamp(105px, 3.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-product__list {
    padding-bottom: clamp(66px, 4.5vw, 132px);
  }
}

.ol-product__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-product__item {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
.ol-product__item .ol-text {
  margin-top: 48px !important;
}

.ol-product__image {
  width: 100%;
}
.ol-product__image img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.ol-story__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-story__list {
    row-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-story__list {
    row-gap: clamp(48px, 4.5vw, 66px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-story__list {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}

.ol-story__item {
  position: relative;
  width: 100%;
  display: flex;
  column-gap: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-story__item {
    column-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 640px) {
  .ol-story__item {
    flex-wrap: wrap;
    row-gap: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-story__item {
    row-gap: clamp(33px, 3.3vw, 66px);
  }
}

.ol-story__number {
  position: relative;
  display: flex;
  padding-right: 24px;
  font-size: clamp(36px, 4.2vw, 42px);
  font-weight: 300;
  column-gap: 6px;
}
@media (min-width: 1729px) {
  .ol-story__number {
    padding-right: clamp(24px, 1.5vw, 48px);
    font-size: clamp(36px, 3vw, 84px);
  }
}
.ol-story__number::before {
  content: "#";
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-story__number::before {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}

.ol-story__image {
  flex-basis: 30%;
}
@media (max-width: 840px) {
  .ol-story__image {
    width: 240px;
    flex-basis: unset;
  }
}
@media (max-width: 640px) {
  .ol-story__image {
    flex-basis: 100%;
  }
}
.ol-story__image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.ol-story__content {
  flex-basis: 70%;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .ol-story__content {
    flex-basis: 100%;
  }
}

.ol-story__item-title {
  display: flex;
  align-items: center;
  margin-bottom: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-story__item-title {
    margin-bottom: clamp(18px, 3vw, 36px);
  }
}
@media (max-width: 840px) {
  .ol-story__item-title {
    margin-bottom: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-story__item-title {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}

.ol-faq__list {
  display: flex;
  flex-wrap: wrap;
}

.ol-faq__item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: clamp(66px, 6vw, 84px);
  padding-top: clamp(33px, 3.6vw, 48px);
  padding-bottom: clamp(33px, 3.6vw, 48px);
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 1729px) {
  .ol-faq__item {
    column-gap: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-faq__item {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 840px) {
  .ol-faq__item {
    flex-wrap: wrap;
    row-gap: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-faq__item {
    row-gap: clamp(33px, 3.3vw, 66px);
  }
}
.ol-faq__item:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ol-faq__item-head,
.ol-faq__item-body {
  flex-basis: 50%;
}
@media (max-width: 840px) {
  .ol-faq__item-head,
  .ol-faq__item-body {
    flex-basis: 100%;
  }
}
.ol-faq__item-head::before,
.ol-faq__item-body::before {
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  flex-shrink: 0;
  text-align: center;
  width: 30px;
  display: inline-block;
  margin-right: clamp(18px, 1.5vw, 33px);
}
@media (min-width: 1729px) {
  .ol-faq__item-head::before,
  .ol-faq__item-body::before {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
@media (min-width: 1729px) {
  .ol-faq__item-head::before,
  .ol-faq__item-body::before {
    margin-right: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-faq__item-head::before,
  .ol-faq__item-body::before {
    font-weight: 500;
  }
}

.ol-faq__item-head {
  display: flex;
  position: relative;
  align-items: flex-start;
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-faq__item-head {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 640px) {
  .ol-faq__item-head {
    line-height: 1.65;
  }
}
.ol-faq__item-head::before {
  content: "Q";
  line-height: 0.9;
}
@media (max-width: 840px) {
  .ol-faq__item-head::before {
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  .ol-faq__item-body.ol-list-text {
    font-weight: 400;
  }
}

.ol-voice__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-voice__list {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-voice__list {
    row-gap: clamp(48px, 4.5vw, 66px);
  }
}
@media (min-width: 1729px) and (min-width: 1729px) {
  .ol-voice__list {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 640px) {
  .ol-voice__list {
    row-gap: clamp(66px, 6vw, 84px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-voice__list {
    row-gap: clamp(84px, 6vw, 168px);
  }
}

.ol-voice__item {
  position: relative;
  width: 100%;
  display: flex;
  column-gap: clamp(66px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-voice__item {
    column-gap: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 840px) {
  .ol-voice__item {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-voice__item {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 640px) {
  .ol-voice__item {
    row-gap: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-voice__item {
    row-gap: clamp(48px, 3.6vw, 96px);
  }
}

.ol-voice__image {
  flex-basis: 30%;
}
@media (min-width: 841px) {
  .ol-voice__image {
    padding-right: clamp(33px, 3.3vw, 33px);
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-voice__image {
    padding-right: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 840px) {
  .ol-voice__image {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
}
.ol-voice__image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 840px) {
  .ol-voice__image img {
    width: 210px;
  }
}
@media (max-width: 640px) {
  .ol-voice__image img {
    width: 39%;
  }
}

.ol-voice__name {
  position: absolute;
}
@media (min-width: 841px) {
  .ol-voice__name {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    top: 0;
    right: -6px;
    mix-blend-mode: difference;
  }
}
@media (min-width: 841px) and (min-width: 1729px) {
  .ol-voice__name {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 840px) {
  .ol-voice__name {
    font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
    left: 246px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-voice__name {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
@media (max-width: 640px) {
  .ol-voice__name {
    font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
    left: calc(39% + 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-voice__name {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-voice__content {
  position: relative;
  flex-basis: 73%;
  padding-left: clamp(48px, 4.5vw, 66px);
  padding-right: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-voice__content {
    padding-left: clamp(66px, 4.5vw, 132px);
    padding-right: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 840px) {
  .ol-voice__content {
    padding: 0;
    flex-basis: 100%;
  }
}
.ol-voice__content .ol-voice__item-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 840px) {
  .ol-voice__content .ol-voice__item-title {
    padding-left: clamp(24px, 3.3vw, 33px);
    padding-right: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-voice__content .ol-voice__item-title {
    padding-left: clamp(33px, 3.3vw, 66px);
    padding-right: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 641px) and (max-width: 840px) {
  .ol-voice__content .ol-voice__item-title {
    margin-bottom: clamp(33px, 3.6vw, 48px);
  }
}
@media (min-width: 641px) and (max-width: 840px) and (min-width: 1729px) {
  .ol-voice__content .ol-voice__item-title {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
.ol-voice__content .ol-voice__item-title::before, .ol-voice__content .ol-voice__item-title::after {
  position: absolute;
  top: clamp(18px, 1.8vw, 18px);
  font-size: clamp(60px, 6.6vw, 69px);
  font-weight: 300;
  line-height: 0;
}
@media (min-width: 1729px) {
  .ol-voice__content .ol-voice__item-title::before, .ol-voice__content .ol-voice__item-title::after {
    top: clamp(18px, 3vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-voice__content .ol-voice__item-title::before, .ol-voice__content .ol-voice__item-title::after {
    font-size: clamp(69px, 4.5vw, 135px);
  }
}
@media (max-width: 640px) {
  .ol-voice__content .ol-voice__item-title::before, .ol-voice__content .ol-voice__item-title::after {
    font-size: 54px;
  }
}
.ol-voice__content .ol-voice__item-title::before {
  content: "“";
  left: calc(-1 * clamp(30px, 3.6vw, 45px));
}
@media (min-width: 1729px) {
  .ol-voice__content .ol-voice__item-title::before {
    left: calc(-1 * clamp(45px, 3.6vw, 78px));
  }
}
@media (max-width: 840px) {
  .ol-voice__content .ol-voice__item-title::before {
    top: 12px;
    left: -3px;
  }
}
.ol-voice__content .ol-voice__item-title::after {
  content: "”";
  right: calc(-1 * clamp(30px, 3.6vw, 45px));
}
@media (min-width: 1729px) {
  .ol-voice__content .ol-voice__item-title::after {
    right: calc(-1 * clamp(45px, 3.6vw, 78px));
  }
}
@media (max-width: 840px) {
  .ol-voice__content .ol-voice__item-title::after {
    top: auto;
    right: -6px;
    bottom: -9px;
  }
}

.ol-voice__item-title {
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  margin-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-voice__item-title {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
@media (min-width: 1729px) {
  .ol-voice__item-title {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 840px) {
  .ol-voice__item-title {
    margin-bottom: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-voice__item-title {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-voice__item-title {
    font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-voice__item-title {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}

.ol-voice__morebtn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-voice__morebtn {
    margin-top: clamp(48px, 3.6vw, 96px);
  }
}

@media (max-width: 640px) {
  .ol-message__heading {
    font-size: clamp(1.59375rem, 1.4951378744rem + 0.438276114vw, 1.96875rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.24rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__heading {
    font-size: clamp(1.96875rem, -1.5368820803rem + 3.2440782698vw, 3.9375rem);
  }
}

.ol-message__heading-wrapper {
  width: 100%;
  margin-bottom: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-message__heading-wrapper {
    margin-bottom: clamp(18px, 3vw, 36px);
  }
}
.ol-message__heading-wrapper .ol-heading-sub {
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  .ol-message__heading-wrapper .ol-heading-sub {
    margin-bottom: clamp(6px, 1vw, 12px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__heading-wrapper .ol-heading-sub {
    margin-bottom: clamp(12px, 3vw, 24px);
  }
}
.ol-message__heading-wrapper .ol-message__shortcut-heading,
.ol-message__heading-wrapper .ol-message__shortcut-headingsub {
  display: inline-block;
}

.ol-message__heading-wrapper-inner {
  display: block;
  text-align: center;
}

.ol-message__inner {
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-message__inner {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-message__inner {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

.ol-message__body {
  padding: clamp(66px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-message__body {
    padding: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 640px) {
  .ol-message__body {
    padding: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__body {
    padding: clamp(33px, 3.3vw, 66px);
  }
}
.ol-message__body .ol-content-frame {
  display: flex;
  padding: 0;
  align-items: center;
  column-gap: clamp(66px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-message__body .ol-content-frame {
    column-gap: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1180px) {
  .ol-message__body .ol-content-frame {
    column-gap: clamp(84px, 9vw, 105px);
  }
}
@media (min-width: 1180px) and (min-width: 1729px) {
  .ol-message__body .ol-content-frame {
    column-gap: clamp(105px, 3.6vw, 210px);
  }
}
@media (max-width: 840px) {
  .ol-message__body .ol-content-frame {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: clamp(66px, 6vw, 84px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-message__body .ol-content-frame {
    row-gap: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 640px) {
  .ol-message__body .ol-content-frame {
    row-gap: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__body .ol-content-frame {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}

.ol-message__content {
  flex-basis: 55%;
}
@media (max-width: 840px) {
  .ol-message__content {
    flex-basis: 100%;
  }
}

.ol-message__text {
  text-align: center;
  margin-bottom: 0;
}

.ol-message__image,
.ol-message__slider {
  padding-bottom: 0;
  padding-top: 0;
  display: block;
  flex-shrink: initial;
  position: relative;
}
@media (max-width: 840px) {
  .ol-message__image,
  .ol-message__slider {
    display: flex;
    align-items: flex-end;
    flex-basis: 100%;
    column-gap: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-message__image,
  .ol-message__slider {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}

.ol-message__image {
  flex-basis: 45%;
}
@media (min-width: 1180px) {
  .ol-message__image {
    flex-basis: 42%;
  }
}
@media (max-width: 840px) {
  .ol-message__image {
    flex-basis: 75%;
  }
}
@media (max-width: 640px) {
  .ol-message__image {
    margin-top: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__image {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}

.ol-message__slider {
  flex-basis: 55%;
}
@media (max-width: 840px) {
  .ol-message__slider {
    flex-basis: 100%;
  }
}

.ol-message__image-item1 {
  position: relative;
  z-index: 100;
  width: 100%;
  aspect-ratio: 3/4;
}
.ol-message__image-item1 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

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

.ol-message__button-wrapper {
  text-align: center;
  margin-top: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-message__button-wrapper {
    margin-top: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 640px) {
  .ol-message__button-wrapper {
    margin-top: clamp(66px, 6vw, 84px);
    margin-bottom: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__button-wrapper {
    margin-top: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-message__button-wrapper {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}

.ol-message__section .splide-message,
.ol-message__section .splide__track,
.ol-message__section .splide__list,
.ol-message__section .splide__slide,
.ol-message__section .splide__slide span,
.ol-message__section .splide__slide img {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}
.ol-message__section .splide-message {
  overflow: hidden;
}
.ol-message__section .splide__list {
  display: flex;
}
.ol-message__section .splide__slide img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media (max-width: 640px) {
  .ol-message__section .splide__slide img {
    aspect-ratio: 3/4;
  }
}

.ol-news__heading-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-news__heading-wrapper {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
.ol-news__heading-wrapper .ol-news__heading-wrapper-inner {
  margin-bottom: 0;
}

.ol-news__morebtn {
  display: flex;
  justify-content: end;
  margin-right: 6px;
  margin-top: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-news__morebtn {
    margin-top: clamp(48px, 3.6vw, 96px);
  }
}

.ol-news__inner {
  position: relative;
}

.ol-news__body {
  position: relative;
  overflow: hidden;
}

.ol-news__body-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 400%;
}

.ol-news__nav {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1729px) {
  .ol-news__nav {
    margin-bottom: clamp(30px, 3vw, 42px);
  }
}
@media (max-width: 640px) {
  .ol-news__nav {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

.ol-news__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  padding: 0;
}

.ol-news__item {
  width: 100%;
}
.ol-news__item:first-child .ol-news__item-item {
  border-top-width: 1px;
  border-top-style: solid;
}
.ol-news__item .ol-news__item-item {
  width: 25%;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none !important;
  color: inherit !important;
  padding-left: 3px;
  padding-top: clamp(27px, 3.3vw, 33px);
  padding-bottom: clamp(27px, 3.3vw, 33px);
  column-gap: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-news__item .ol-news__item-item {
    padding-top: clamp(33px, 3.3vw, 66px);
    padding-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-news__item .ol-news__item-item {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 840px) {
  .ol-news__item .ol-news__item-item {
    flex-wrap: wrap;
  }
}

.ol-news__body.ol-news__category-on .ol-news__item-item {
  width: 100%;
}

@media (max-width: 840px) {
  .ol-news__title {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .ol-news__title {
    line-height: 1.65;
  }
}

.ol-news-link .ol-news__title {
  padding-right: clamp(48px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-news-link .ol-news__title {
    padding-right: clamp(105px, 3.6vw, 210px);
  }
}

.ol-news__meta {
  display: flex;
  align-items: center;
  column-gap: clamp(33px, 3.6vw, 48px);
  max-width: clamp(270px, 27vw, 330px);
}
@media (min-width: 1729px) {
  .ol-news__meta {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (min-width: 1729px) {
  .ol-news__meta {
    max-width: clamp(330px, 27vw, 540px);
  }
}
@media (max-width: 840px) {
  .ol-news__meta {
    max-width: 100%;
  }
}
.ol-news__meta time {
  flex-shrink: 0;
  width: clamp(93px, 9vw, 93px);
}
@media (min-width: 1729px) {
  .ol-news__meta time {
    width: clamp(93px, 6vw, 180px);
  }
}

.ol-news__category {
  width: clamp(115px, 15vw, 150px);
}
@media (min-width: 1729px) {
  .ol-news__category {
    width: clamp(150px, 15vw, 360px);
  }
}
@media (max-width: 840px) {
  .ol-news__category {
    width: 100%;
    padding-bottom: 1px;
  }
}

.ol-price__list-wrapper {
  display: flex;
  column-gap: clamp(66px, 6vw, 84px);
  align-items: baseline;
}
@media (min-width: 1729px) {
  .ol-price__list-wrapper {
    column-gap: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 840px) {
  .ol-price__list-wrapper {
    flex-wrap: wrap;
    row-gap: clamp(48px, 4.5vw, 66px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-price__list-wrapper {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}

.ol-price__list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  row-gap: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-price__list {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 840px) {
  .ol-price__list {
    flex-basis: 100%;
  }
}
.ol-price__list.ol-price__only-left {
  display: none;
}

.ol-price__list-item {
  width: 100%;
}

.ol-price__list-item-title {
  position: relative;
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-price__list-item-title {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}

.ol-price__list-child {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(18px, 1.8vw, 18px);
  padding-left: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-price__list-child {
    row-gap: clamp(18px, 3vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-price__list-child {
    padding-left: clamp(33px, 3.3vw, 66px);
  }
}

.ol-price__list-child-item {
  flex-basis: 100%;
}

.ol-price__list-child-item-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-price__list-child-item-inner {
    column-gap: clamp(33px, 3.3vw, 66px);
  }
}

.ol-price__item-name {
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 640px) {
  .ol-price__item-name {
    font-weight: 500;
  }
}
.ol-price__item-name.ol-list-text {
  line-height: 1.5;
}

.ol-price__item-name-detail {
  display: block;
  flex-basis: 100%;
  margin-top: 6px;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06rem;
}
@media (min-width: 1729px) {
  .ol-price__item-name-detail {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
@media (max-width: 640px) {
  .ol-price__item-name-detail {
    margin-top: 3px;
  }
}

.ol-price__item-num {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.15rem;
  flex-shrink: 0;
}
@media (min-width: 1729px) {
  .ol-price__item-num {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 640px) {
  .ol-price__item-num {
    font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-price__item-num {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-price__item-separator {
  flex-shrink: 9999;
  flex-grow: 1;
  position: relative;
  height: 6px;
  background-size: 6px 6px;
  background-repeat: repeat-x;
}

.ol-price__list-item-note {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06rem;
  margin-top: clamp(33px, 3.3vw, 33px);
  padding-left: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-price__list-item-note {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-price__list-item-note {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-price__list-item-note {
    padding-left: clamp(33px, 3.3vw, 66px);
  }
}

.ol-media__heading-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-media__heading-wrapper {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
.ol-media__heading-wrapper .ol-media__heading-wrapper-inner {
  margin-bottom: 0;
}

.ol-media__morebtn {
  display: flex;
  justify-content: end;
  margin-right: 6px;
  margin-top: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-media__morebtn {
    margin-top: clamp(48px, 3.6vw, 96px);
  }
}

.ol-media__body {
  position: relative;
}

@media (max-width: 640px) {
  .ol-contact__heading {
    font-size: clamp(1.59375rem, 1.4951378744rem + 0.438276114vw, 1.96875rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.24rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-contact__heading {
    font-size: clamp(1.96875rem, -1.5368820803rem + 3.2440782698vw, 3.9375rem);
  }
}

.ol-contact__heading-wrapper {
  width: 100%;
  margin-bottom: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-contact__heading-wrapper {
    margin-bottom: clamp(18px, 3vw, 36px);
  }
}
.ol-contact__heading-wrapper .ol-heading-sub {
  margin-bottom: 6px;
}
@media (max-width: 640px) {
  .ol-contact__heading-wrapper .ol-heading-sub {
    margin-bottom: clamp(6px, 1vw, 12px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-contact__heading-wrapper .ol-heading-sub {
    margin-bottom: clamp(12px, 3vw, 24px);
  }
}

.ol-contact__heading-wrapper-inner {
  display: block;
  text-align: center;
}
@media (max-width: 640px) {
  .ol-contact__heading-wrapper-inner {
    margin-bottom: 0;
  }
}

.ol-heading-contact-desc {
  text-align: center;
  margin-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-heading-contact-desc {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) {
  .ol-heading-contact-desc {
    margin-bottom: clamp(18px, 1.8vw, 18px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-heading-contact-desc {
    margin-bottom: clamp(18px, 3vw, 36px);
  }
}

.ol-contact__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 clamp(33px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-contact__inner {
    padding: 0 clamp(60px, 6vw, 180px);
  }
}
@media (max-width: 640px) {
  .ol-contact__inner {
    padding: 0 clamp(24px, 6vw, 36px);
  }
}

.ol-contact__content {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  padding-left: clamp(84px, 9vw, 105px);
  padding-right: clamp(84px, 9vw, 105px);
  column-gap: clamp(84px, 9vw, 105px);
  padding-top: clamp(33px, 3.6vw, 48px);
  padding-bottom: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-contact__content {
    padding-left: clamp(105px, 3.6vw, 210px);
    padding-right: clamp(105px, 3.6vw, 210px);
    column-gap: clamp(105px, 3.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-contact__content {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 1179px) {
  .ol-contact__content {
    flex-wrap: wrap;
    row-gap: clamp(48px, 4.5vw, 66px);
    padding-top: clamp(66px, 6vw, 84px);
    padding-bottom: clamp(66px, 6vw, 84px);
  }
}
@media (max-width: 1179px) and (min-width: 1729px) {
  .ol-contact__content {
    row-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 1179px) and (min-width: 1729px) {
  .ol-contact__content {
    padding-top: clamp(84px, 6vw, 168px);
    padding-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 640px) {
  .ol-contact__content {
    flex-wrap: wrap;
    row-gap: clamp(33px, 3.6vw, 48px);
    padding-left: clamp(33px, 3.6vw, 48px);
    padding-right: clamp(33px, 3.6vw, 48px);
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-contact__content {
    row-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-contact__content {
    padding-left: clamp(48px, 3.6vw, 96px);
    padding-right: clamp(48px, 3.6vw, 96px);
  }
}
.ol-contact__content::before, .ol-contact__content::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ol-contact__content::before {
  left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}
.ol-contact__content::after {
  right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}

.ol-contact__body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ol-contact__body-inner {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  row-gap: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-contact__body-inner {
    row-gap: clamp(48px, 3.6vw, 96px);
  }
}

.ol-contact__phone,
.ol-contact__mail {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ol-contact__mail_maintext,
.ol-contact__phone_maintext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.ol-contact__mail_maintext span,
.ol-contact__phone_maintext span {
  width: 100%;
}
.ol-contact__mail_maintext span i,
.ol-contact__phone_maintext span i {
  margin-bottom: clamp(6px, 1vw, 12px);
  font-size: clamp(27px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-contact__mail_maintext span i,
  .ol-contact__phone_maintext span i {
    margin-bottom: clamp(12px, 3vw, 24px);
  }
}
@media (max-width: 840px) {
  .ol-contact__mail_maintext span i,
  .ol-contact__phone_maintext span i {
    margin-bottom: 15px;
    font-size: 33px;
  }
}

.ol-contact__phone_number {
  width: 100%;
  text-align: center;
  font-size: clamp(1.59375rem, 1.4951378744rem + 0.438276114vw, 1.96875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24rem;
}
@media (min-width: 1729px) {
  .ol-contact__phone_number {
    font-size: clamp(1.96875rem, -1.5368820803rem + 3.2440782698vw, 3.9375rem);
  }
}
@media (min-width: 641px) {
  .ol-contact__phone_number {
    pointer-events: none;
  }
}

.ol-contact__mail_subtext,
.ol-contact__phone_subtext,
.ol-contactdetail__phone_subtext {
  width: 100%;
  text-align: center;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  margin-top: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-contact__mail_subtext,
  .ol-contact__phone_subtext,
  .ol-contactdetail__phone_subtext {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (min-width: 1729px) {
  .ol-contact__mail_subtext,
  .ol-contact__phone_subtext,
  .ol-contactdetail__phone_subtext {
    margin-top: clamp(18px, 3vw, 36px);
  }
}
@media (max-width: 640px) {
  .ol-contact__mail_subtext,
  .ol-contact__phone_subtext,
  .ol-contactdetail__phone_subtext {
    letter-spacing: 0.06rem;
  }
}

.ol-contactdetail__phone_subtext + .ol-contact__phone_subtext {
  margin-top: 6px;
}

.ol-contact__mail_subtext {
  margin-top: clamp(6px, 1vw, 12px);
}
@media (min-width: 1729px) {
  .ol-contact__mail_subtext {
    margin-top: clamp(12px, 3vw, 24px);
  }
}

.ol-contact__hours {
  display: flex;
  justify-content: center;
  flex-basis: 51%;
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-contact__hours {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-contact__hours {
    flex-basis: 100%;
    margin-bottom: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-contact__hours {
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}
.ol-contact__hours .ol-hours__component {
  display: block;
  width: auto;
}
.ol-contact__hours .ol-hours__contact {
  display: none;
}
.ol-contact__hours .ol-hours__body {
  background-color: transparent;
  flex-direction: column;
  align-items: normal;
  border: none;
  row-gap: clamp(6px, 1.5vw, 15px);
  padding: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-contact__hours .ol-hours__body {
    padding: clamp(18px, 3vw, 36px);
  }
}
@media (min-width: 1729px) {
  .ol-contact__hours .ol-hours__body {
    row-gap: clamp(15px, 1.5vw, 30px);
  }
}
@media (max-width: 640px) {
  .ol-contact__hours .ol-hours__body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.ol-contact__hours .ol-hours__col-day-title,
.ol-contact__hours .ol-hours__col-day {
  flex-grow: 0.3;
}
@media (max-width: 640px) {
  .ol-contact__hours .ol-hours__col-day-title,
  .ol-contact__hours .ol-hours__col-day {
    flex-grow: 0;
  }
}
.ol-contact__hours .ol-hours__col-title {
  width: auto;
  flex-basis: auto;
  flex: 1;
  flex-grow: 3;
}
@media (max-width: 640px) {
  .ol-contact__hours .ol-hours__col-title {
    flex-grow: 1.5;
  }
}
.ol-contact__hours .ol-hours__col-title,
.ol-contact__hours .ol-hours__col-day-title {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-contact__hours .ol-hours__col-title,
  .ol-contact__hours .ol-hours__col-day-title {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 640px) {
  .ol-contact__hours .ol-hours__col-title,
  .ol-contact__hours .ol-hours__col-day-title {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.06rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-contact__hours .ol-hours__col-title,
  .ol-contact__hours .ol-hours__col-day-title {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
.ol-contact__hours .ol-hours__col-day-title,
.ol-contact__hours .ol-hours__col-day {
  width: 45px;
}
@media (max-width: 640px) {
  .ol-contact__hours .ol-hours__col-day-title,
  .ol-contact__hours .ol-hours__col-day {
    width: 18px;
    flex-basis: 18px;
  }
}
.ol-contact__hours .ol-hours__col-day {
  font-size: clamp(0.5rem, 0.4835646457rem + 0.073046019vw, 0.5625rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-contact__hours .ol-hours__col-day {
    font-size: clamp(0.5625rem, -0.1052394439rem + 0.6179196704vw, 0.9375rem);
  }
}
.ol-contact__hours .ol-hours__desc1-icon,
.ol-contact__hours .ol-hours__desc2-icon {
  padding-top: 1px;
}

.ol-contact__off .ol-contact__hours {
  flex-basis: 100%;
}

.ol-access__noimage .ol-access__info-item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.ol-access__info {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
}
@media (max-width: 840px) {
  .ol-access__info {
    flex-basis: 100%;
  }
}

.ol-access__info-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: clamp(48px, 4.5vw, 66px);
  padding-top: clamp(33px, 3.6vw, 48px);
  padding-bottom: clamp(33px, 3.6vw, 48px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (min-width: 1729px) {
  .ol-access__info-item {
    column-gap: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-access__info-item {
    padding-top: clamp(48px, 3.6vw, 96px);
    padding-bottom: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 840px) {
  .ol-access__info-item {
    column-gap: clamp(33px, 3.6vw, 48px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-access__info-item {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 640px) {
  .ol-access__info-item {
    column-gap: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-access__info-item {
    column-gap: clamp(33px, 3.3vw, 66px);
  }
}
.ol-access__info-item dt {
  font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.15rem;
  width: clamp(150px, 13.5vw, 240px);
  flex-shrink: 0;
}
@media (min-width: 1729px) {
  .ol-access__info-item dt {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}
@media (max-width: 840px) {
  .ol-access__info-item dt {
    width: 30vw;
  }
}
@media (max-width: 640px) {
  .ol-access__info-item dt {
    font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
    font-weight: 700;
    line-height: 1.95;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-access__info-item dt {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-access__info-item .ol-access__info-item-text {
  width: 100%;
}
@media (max-width: 640px) {
  .ol-access__info-item .ol-access__info-item-text .ol-list-text {
    font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-access__info-item .ol-access__info-item-text .ol-list-text {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-access__info-item:nth-child(1) .ol-access__info-item-text, .ol-access__info-item:nth-child(2) .ol-access__info-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-access__info-item:nth-child(1) .ol-access__info-item-text, .ol-access__info-item:nth-child(2) .ol-access__info-item-text {
    column-gap: clamp(105px, 3.6vw, 210px);
  }
}
@media (max-width: 840px) {
  .ol-access__info-item:nth-child(1) .ol-access__info-item-text {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 840px) {
  .ol-access__info-item:nth-child(2) .ol-access__info-item-text {
    flex-wrap: wrap;
    row-gap: clamp(24px, 3.3vw, 33px);
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-access__info-item:nth-child(2) .ol-access__info-item-text {
    row-gap: clamp(33px, 3.3vw, 66px);
  }
}
.ol-access__info-item:nth-child(3) .ol-list-text {
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-access__info-item:nth-child(3) .ol-list-text {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
@media (min-width: 641px) {
  .ol-access__info-item:nth-child(3) .ol-list-text {
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .ol-access__info-item:nth-child(3) .ol-list-text {
    font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
    font-weight: 400;
    line-height: 2.4;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 640px) and (min-width: 1729px) {
  .ol-access__info-item:nth-child(3) .ol-list-text {
    font-size: clamp(0.96875rem, -0.7562435633rem + 1.596292482vw, 1.9375rem);
  }
}

.ol-access__image {
  flex-basis: 50%;
}
@media (max-width: 840px) {
  .ol-access__image {
    margin-top: clamp(24px, 3.3vw, 33px);
    flex-basis: 100%;
  }
}
@media (max-width: 840px) and (min-width: 1729px) {
  .ol-access__image {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}

.ol-access__map {
  overflow: hidden;
}

.ol-access_sns {
  flex-shrink: 0;
}

.ol-access__map-button {
  flex-shrink: 0;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-access__map-button {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-access__map-button .oltana-icon-map_solid {
  margin-left: 6px;
  font-size: 1.2em;
}

.ol-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
@media (min-width: 1729px) {
  .ol-banner__list {
    gap: 15px;
  }
}

.ol-banner__column3 .ol-banner__item {
  flex-basis: calc((100% - 18px) / 3);
}
@media (min-width: 1729px) {
  .ol-banner__column3 .ol-banner__item {
    flex-basis: calc((100% - 30px) / 3);
  }
}
@media (max-width: 640px) {
  .ol-banner__column3 .ol-banner__item {
    flex-basis: 100%;
  }
}

.ol-banner__column2 .ol-banner__item {
  flex-basis: calc((100% - 9px) / 2);
}
@media (min-width: 1729px) {
  .ol-banner__column2 .ol-banner__item {
    flex-basis: calc((100% - 15px) / 2);
  }
}
@media (max-width: 640px) {
  .ol-banner__column2 .ol-banner__item {
    flex-basis: 100%;
  }
}

.ol-banner__column1 .ol-banner__item {
  flex-basis: 100%;
}

.ol-cvbutton__wrapper {
  display: none;
}
.ol-cvbutton__wrapper.ol-cvbutton__sp-button {
  padding: 12px 18px;
}
@media (max-width: 640px) {
  .ol-cvbutton__wrapper {
    display: block;
  }
}

#olCvButton {
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

.js-cvbutton__hidden {
  opacity: 0;
}

.js-cvbutton__visible {
  position: sticky;
  opacity: 1;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}

.ol-cvbutton__list {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

.ol-cvbutton__mail,
.ol-cvbutton__call {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}

.ol-cvbutton__mail {
  flex-grow: 1;
}

.ol-cvbutton__call {
  flex-grow: 2;
}

.ol-cvbutton__item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ol-cvbutton__item.ol-cvbutton__left {
  flex-basis: 40%;
}
.ol-cvbutton__item.ol-cvbutton__left .ol-cvbutton__maintext {
  font-size: clamp(14px, 2.4vw, 14px);
  letter-spacing: 0.03rem;
  line-height: 1.35;
  font-weight: 500;
}
.ol-cvbutton__item.ol-cvbutton__left .ol-cvbutton__subtext {
  margin-top: 2px;
}
.ol-cvbutton__item.ol-cvbutton__right {
  flex-basis: 60%;
}
.ol-cvbutton__item.ol-cvbutton__right .ol-cvbutton__mail .ol-cvbutton__maintext {
  font-size: clamp(14px, 2.4vw, 14px);
  letter-spacing: 0.03rem;
  line-height: 1.35;
  font-weight: 500;
}
.ol-cvbutton__item.ol-cvbutton__right .ol-cvbutton__mail .ol-cvbutton__subtext {
  margin-top: 2px;
}
.ol-cvbutton__item.ol-cvbutton__right .ol-cvbutton__call .ol-cvbutton__maintext {
  font-size: clamp(16px, 5.1vw, 19px);
  letter-spacing: 0.06rem;
  line-height: 1.35;
}

.ol-cvbutton__subtext {
  font-size: 9px;
  letter-spacing: 0.03rem;
}

.ol-cvbutton__icon {
  font-size: 20px;
  line-height: 0;
}

.ol-cvbutton__sp-button1 .ol-cvbutton__left {
  flex-basis: 100%;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__left .ol-cvbutton__call .ol-cvbutton__maintext {
  font-size: 16px;
  letter-spacing: 0.06rem;
  line-height: 1.35;
  font-weight: 500;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__left .ol-cvbutton__call .ol-cvbutton__subtext {
  margin-top: 2px;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__left .ol-cvbutton__mail .ol-cvbutton__maintext {
  font-size: clamp(16px, 6vw, 16px);
  letter-spacing: 0.06rem;
  line-height: 1.35;
}
.ol-cvbutton__sp-button1 .ol-cvbutton__icon {
  font-size: 27px;
  line-height: 0;
}
.ol-cvbutton__sp-button1 .ol-btn-regular {
  column-gap: 9px;
}

.ol-breadcrumb__wrapper {
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-breadcrumb__wrapper {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 1179px) {
  .ol-breadcrumb__wrapper {
    overflow-x: scroll;
  }
}

.ol-breadcrumb__list {
  display: flex;
  align-items: center;
  column-gap: 48px;
}
@media (max-width: 1179px) {
  .ol-breadcrumb__list {
    width: 100%;
    white-space: nowrap;
  }
}

.ol-breadcrumb__item {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06rem;
}
@media (min-width: 1729px) {
  .ol-breadcrumb__item {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
.ol-breadcrumb__item:not(:last-child) {
  position: relative;
}
.ol-breadcrumb__item:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 12px;
  right: -27px;
  top: 50%;
}

.ol-single__template {
  position: relative;
}

.ol-article__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.ol-article__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(18px, 1.8vw, 24px);
}
@media (min-width: 1729px) {
  .ol-article__meta {
    column-gap: clamp(24px, 3vw, 36px);
  }
}
@media (max-width: 640px) {
  .ol-article__meta {
    justify-content: flex-start;
  }
}

.ol-article__title {
  text-align: center;
  width: 100%;
  font-size: clamp(1.96875rem, 1.8947909058rem + 0.3287070855vw, 2.25rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  margin-top: clamp(24px, 3.3vw, 33px);
  margin-bottom: clamp(48px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-article__title {
    font-size: clamp(2.25rem, -1.7564366632rem + 3.7075180227vw, 4.5rem);
  }
}
@media (min-width: 1729px) {
  .ol-article__title {
    margin-top: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-article__title {
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (max-width: 640px) {
  .ol-article__title {
    font-size: 27px;
    line-height: 1.65;
    font-weight: 500;
    text-align: left;
  }
}

.ol-article__inner {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-article__inner {
    padding-top: clamp(66px, 4.5vw, 132px);
  }
}
@media (min-width: 1729px) {
  .ol-article__inner {
    max-width: clamp(820px, 60vw, 1640px);
  }
}

.ol-article__content {
  margin-top: clamp(48px, 4.5vw, 66px);
  line-height: 1.65;
}
@media (min-width: 1729px) {
  .ol-article__content {
    margin-top: clamp(66px, 4.5vw, 132px);
  }
}
@media (max-width: 640px) {
  .ol-article__content {
    line-height: 1.5;
  }
}

.ol-article__tag {
  margin-top: clamp(48px, 4.5vw, 66px);
}
@media (min-width: 1729px) {
  .ol-article__tag {
    margin-top: clamp(66px, 4.5vw, 132px);
  }
}

.ol-article__tag-title {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
  margin-bottom: 18px;
  font-size: clamp(1.1875rem, 1.1710646457rem + 0.073046019vw, 1.25rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-article__tag-title {
    font-size: clamp(1.25rem, -0.9757981462rem + 2.0597322348vw, 2.5rem);
  }
}
.ol-article__tag-title::before, .ol-article__tag-title::after {
  content: "";
  width: 18px;
  height: 1px;
}

.ol-article__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  column-gap: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-article__tag-list {
    column-gap: clamp(18px, 3vw, 36px);
  }
}

.ol-article__tag-item {
  flex-shrink: 0;
}

.ol-article__writer {
  display: flex;
  margin-top: clamp(66px, 6vw, 84px);
  margin-bottom: clamp(66px, 6vw, 84px);
  column-gap: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-article__writer {
    margin-top: clamp(84px, 6vw, 168px);
    margin-bottom: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-article__writer {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}

.ol-article__writer-body {
  width: 100%;
}

.ol-article__writer-name {
  font-weight: 500;
  letter-spacing: 0.15rem;
  font-size: 20px;
}

.ol-article__writer-job {
  font-size: clamp(0.65625rem, 0.65625rem + 0vw, 0.65625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  margin-bottom: 3px;
}
@media (min-width: 1729px) {
  .ol-article__writer-job {
    font-size: clamp(0.65625rem, -0.5122940268rem + 1.0813594233vw, 1.3125rem);
  }
}

.ol-article__writer-description {
  margin-top: 18px;
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-article__writer-description {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-article__writer-help .ol-btn-text {
  margin-left: auto;
  margin-top: 21px;
  font-size: clamp(0.65625rem, 0.65625rem + 0vw, 0.65625rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-article__writer-help .ol-btn-text {
    font-size: clamp(0.65625rem, -0.5122940268rem + 1.0813594233vw, 1.3125rem);
  }
}

.ol-article__writer-thumb {
  flex-shrink: 0;
  max-width: 120px;
}
.ol-article__writer-thumb img {
  height: 105px;
  width: 105px;
  border-radius: 100px;
  object-fit: cover;
}

.ol-article__sns-share {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(9px, 2.4vw, 33px);
  margin-top: clamp(84px, 9vw, 105px);
  margin-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-article__sns-share {
    column-gap: clamp(33px, 3.3vw, 66px);
  }
}
@media (min-width: 1729px) {
  .ol-article__sns-share {
    margin-top: clamp(105px, 3.6vw, 210px);
    margin-bottom: clamp(105px, 3.6vw, 210px);
  }
}
.ol-article__sns-share .ol-separator {
  height: 21px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  35% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  30% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ol-article__sns-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none !important;
}
.ol-article__sns-anchor i,
.ol-article__sns-anchor span {
  flex-basis: 84%;
  text-align: center;
  transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: color;
}
.ol-article__sns-anchor i {
  font-size: clamp(1.21875rem, 1.1201378744rem + 0.438276114vw, 1.59375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.18rem;
}
@media (min-width: 1729px) {
  .ol-article__sns-anchor i {
    font-size: clamp(1.59375rem, -1.2441426365rem + 2.6261585994vw, 3.1875rem);
  }
}
.ol-article__sns-anchor span {
  display: block;
  margin-top: 9px;
  font-size: clamp(0.65625rem, 0.65625rem + 0vw, 0.65625rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03rem;
}
@media (min-width: 1729px) {
  .ol-article__sns-anchor span {
    font-size: clamp(0.65625rem, -0.5122940268rem + 1.0813594233vw, 1.3125rem);
  }
}
.ol-article__sns-anchor.ol-icon-copy {
  cursor: pointer;
}
.ol-article__sns-anchor .fade-in-down {
  animation: fadeInDown 0.51s ease backwards;
}
.ol-article__sns-anchor .fade-in-down + span {
  animation: fadeInText 0.51s ease backwards;
}
.ol-article__sns-anchor .oltana-icon-check_circle_outline {
  animation: fadeIn 1.8s ease backwards;
}

.ol-article__sns-item-separator {
  display: block;
}
.ol-article__sns-item-separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
}

.ol-latest-article__body {
  position: relative;
}

.ol-latest-article__morebtn {
  position: absolute;
  right: 12px;
  top: -52px;
}
@media (max-width: 840px) {
  .ol-latest-article__morebtn {
    right: 0px;
    top: -69px;
  }
}

.ol-single__post-list-inner {
  position: relative;
}

.ol-article__tag-item-anchor span {
  margin-right: 2px;
}

.page-template-template-wide .ol-article__body,
.post-template-template-wide .ol-article__body {
  max-width: 1180px;
}
.page-template-template-wide .ol-article__inner,
.post-template-template-wide .ol-article__inner {
  max-width: 1180px;
}

.ol-article-time {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (min-width: 1729px) {
  .ol-article-time {
    gap: clamp(7px, 1.8vw, 12px);
  }
}

.ol-time-reload {
  width: 14px;
  height: 14px;
}
@media (min-width: 1729px) {
  .ol-time-reload {
    width: clamp(14px, 1.8vw, 21px);
    height: clamp(14px, 1.8vw, 21px);
  }
}

.ol-archive__template {
  position: relative;
}

.ol-archive__body {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(48px, 6vw, 84px);
  padding-bottom: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-archive__body {
    padding-top: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-archive__body {
    padding-bottom: clamp(105px, 3.6vw, 210px);
  }
}
@media (min-width: 1729px) {
  .ol-archive__body {
    max-width: 100%;
  }
}
.ol-archive__body .ol-news__item-item {
  width: 100%;
}

.ol-archive__category {
  margin-top: clamp(18px, 3.6vw, 48px);
  margin-bottom: clamp(18px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-archive__category {
    margin-top: clamp(48px, 3.6vw, 96px);
    margin-bottom: clamp(48px, 3.6vw, 96px);
  }
}

.post-type-archive-news .ol-archive__category,
.tax-news-cat .ol-archive__category {
  margin-bottom: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .post-type-archive-news .ol-archive__category,
  .tax-news-cat .ol-archive__category {
    margin-bottom: clamp(33px, 3.3vw, 66px);
  }
}

.ol-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(66px, 6vw, 84px);
  column-gap: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-pagination {
    margin-top: clamp(84px, 6vw, 168px);
  }
}
@media (min-width: 1729px) {
  .ol-pagination {
    column-gap: clamp(33px, 3.3vw, 66px);
  }
}
@media (max-width: 640px) {
  .ol-pagination {
    padding: 0 9px;
  }
}

.ol-pagination__item {
  flex-basis: clamp(27px, 2.1vw, 30px);
}
.ol-pagination__item .ol-pagination__anchor {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: color, transform;
}
@media (min-width: 1729px) {
  .ol-pagination__item .ol-pagination__anchor {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-pagination__item .ol-pagination__anchor::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: color 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: color, transform;
}
.ol-pagination__item .ol-pagination__anchor:hover::after {
  transform: scale(1, 1);
}

.ol-pagination__prev {
  margin-right: clamp(12px, 3vw, 30px);
}
.ol-pagination__prev .ol-pagination__anchor::before {
  font-family: "oltana-icons";
  line-height: 1;
  content: "\e968";
  padding-right: clamp(9px, 1vw, 12px);
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media (min-width: 1729px) {
  .ol-pagination__prev .ol-pagination__anchor::before {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-pagination__prev .ol-pagination__anchor:hover::before {
  transform: translateX(-4px);
}

.ol-pagination__next {
  margin-left: clamp(12px, 3vw, 30px);
}
.ol-pagination__next .ol-pagination__anchor::after {
  font-family: "oltana-icons";
  line-height: 1;
  content: "\e95d";
  padding-left: clamp(9px, 1vw, 12px);
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  transition: transform 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media (min-width: 1729px) {
  .ol-pagination__next .ol-pagination__anchor::after {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
.ol-pagination__next .ol-pagination__anchor:hover::after {
  transform: translateX(4px);
}

@media (max-width: 640px) {
  .ol-pagination__prev span,
  .ol-pagination__next span {
    display: none;
  }
}
.ol-pagination__prev .ol-pagination__anchor,
.ol-pagination__next .ol-pagination__anchor {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06rem;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: color, transform;
}
@media (min-width: 1729px) {
  .ol-pagination__prev .ol-pagination__anchor,
  .ol-pagination__next .ol-pagination__anchor {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}

.ol-pagination__anchor {
  display: block;
  width: inherit;
  text-align: center;
  padding-bottom: 6px;
}

.ol-pagination__item-current {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ol-article__404 {
  text-align: center;
  margin-bottom: clamp(84px, 9vw, 105px);
  margin-top: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-article__404 {
    margin-bottom: clamp(105px, 3.6vw, 210px);
    margin-top: clamp(105px, 3.6vw, 210px);
  }
}

.ol-article__title-404 {
  font-size: clamp(1.96875rem, 1.6975666545rem + 1.2052593134vw, 3rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.18rem;
  font-feature-settings: "palt";
  margin-bottom: clamp(18px, 1.8vw, 18px);
}
@media (min-width: 1729px) {
  .ol-article__title-404 {
    font-size: clamp(3rem, -1.6741761071rem + 4.3254376931vw, 5.625rem);
  }
}
@media (min-width: 1729px) {
  .ol-article__title-404 {
    margin-bottom: clamp(18px, 3vw, 36px);
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  line-height: 2.55;
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap {
    line-height: 2.1;
  }
}

.wpcf7 {
  overflow: hidden;
  max-width: 100%;
}
.wpcf7 form {
  max-width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio],
.wpcf7 input[type=date],
.wpcf7 input[type=submit] {
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  font-size: 13.5px;
  letter-spacing: 0.15rem;
  background-color: #fff;
}
@media (max-width: 640px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 select,
  .wpcf7 textarea,
  .wpcf7 input[type=checkbox],
  .wpcf7 input[type=radio],
  .wpcf7 input[type=date],
  .wpcf7 input[type=submit] {
    font-size: 15.5px;
  }
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  max-width: 100%;
  width: 100%;
  padding: 6px 15px;
}
@media (max-width: 640px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 15.5px;
  }
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
.wpcf7 input[type=radio] {
  border-radius: 50%;
}
.wpcf7 input[type=radio]::before {
  content: "";
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  transform: translateY(-50%);
  top: 50%;
}
.wpcf7 input[type=radio]:checked::before {
  opacity: 1;
}
.wpcf7 input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  border-left-style: solid;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  opacity: 0;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
  top: 13px;
  left: 4px;
}
@media (max-width: 640px) {
  .wpcf7 input[type=checkbox]::before {
    top: 11px;
  }
}
.wpcf7 input[type=checkbox]:checked::before {
  opacity: 1;
}
.wpcf7 input[type=file] {
  font-size: 13.5px;
  letter-spacing: 0.15rem;
}
@media (max-width: 640px) {
  .wpcf7 input[type=file] {
    font-size: 15.5px;
  }
}
.wpcf7 input[type=date] {
  padding: 6px 15px;
}
@media (max-width: 640px) {
  .wpcf7 input[type=date] {
    height: 45px;
    width: 135px;
  }
}
.wpcf7 input[type=submit] {
  margin: 0 auto;
  text-align: center;
  border: none;
  padding: clamp(12px, 1.5vw, 15px) clamp(36px, 4.2vw, 45px);
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
  border-radius: 0px;
  text-decoration: none !important;
}
@media (min-width: 1729px) {
  .wpcf7 input[type=submit] {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}
@media (max-width: 640px) {
  .wpcf7 select {
    font-size: 15.5px;
  }
}
.wpcf7 textarea {
  padding: 9px 15px;
  height: 150px;
  line-height: 1.65;
}
@media (max-width: 640px) {
  .wpcf7 textarea {
    height: 210px;
  }
}
.wpcf7 p {
  max-width: 100%;
  position: relative;
  padding-bottom: clamp(18px, 2vw, 21px);
  padding-top: clamp(18px, 2vw, 21px);
}
.wpcf7 p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ececec;
  bottom: calc(-1 * clamp(27px, 2vw, 30px));
  left: 0;
}
.wpcf7 p:last-of-type {
  padding-bottom: 0;
}
.wpcf7 p:last-of-type::after {
  display: none;
}
.wpcf7 p > label {
  width: 100%;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 640px) {
  .wpcf7 p > label {
    font-size: 15.5px;
  }
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  max-width: 100%;
}
@media (max-width: 640px) {
  .wpcf7 .wpcf7-checkbox,
  .wpcf7 .wpcf7-radio {
    margin-top: 15px;
  }
}
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13.5px;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #db4d4d;
  position: absolute;
  display: block;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06rem;
  margin-top: 6px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1729px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: clamp(0.75rem, -0.5854788877rem + 1.2358393409vw, 1.5rem);
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #db4d4d;
  color: #db4d4d;
}

.wpcf7-form-control {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wpcf7-form-control {
    row-gap: 9px;
  }
}
.wpcf7-form-control .wpcf7-list-item,
.wpcf7-form-control .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 9px;
  font-size: 13.5px;
}
@media (max-width: 640px) {
  .wpcf7-form-control .wpcf7-list-item,
  .wpcf7-form-control .wpcf7-list-item label {
    flex-basis: 100%;
    font-size: 15.5px;
  }
}

.ol-footer__section [id^=ol] section:not(.ol-footer__add-html) {
  margin-bottom: 0;
}
.ol-footer__section [id^=ol]:first-of-type section {
  margin-top: clamp(84px, 9vw, 105px);
}
@media (min-width: 1729px) {
  .ol-footer__section [id^=ol]:first-of-type section {
    margin-top: clamp(105px, 3.6vw, 210px);
  }
}
.ol-footer__section [id^=ol]:last-of-type section {
  margin-top: clamp(66px, 6vw, 84px);
}
@media (min-width: 1729px) {
  .ol-footer__section [id^=ol]:last-of-type section {
    margin-top: clamp(84px, 6vw, 168px);
  }
}

.home .ol-footer__section {
  margin-top: clamp(84px, 21vw, 165px);
}
@media (min-width: 1729px) {
  .home .ol-footer__section {
    margin-top: clamp(165px, 15vw, 330px);
  }
}

.ol-footer {
  position: relative;
  z-index: 100;
}

.ol-footer__inner {
  padding-bottom: clamp(33px, 3.6vw, 48px);
  padding-top: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-footer__inner {
    padding-bottom: clamp(48px, 3.6vw, 96px);
    padding-top: clamp(48px, 3.6vw, 96px);
  }
}

.ol-footer__head {
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .ol-footer__head {
    column-gap: 999px;
    margin-bottom: 45px;
  }
}

.ol-footer__head,
.ol-footer__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .ol-footer__head,
  .ol-footer__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ol-footer__footer {
  column-gap: clamp(33px, 3.6vw, 48px);
}
@media (min-width: 1729px) {
  .ol-footer__footer {
    column-gap: clamp(48px, 3.6vw, 96px);
  }
}
@media (max-width: 840px) {
  .ol-footer__footer {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}

.ol-footer__title-logo {
  flex-shrink: 0;
  margin-right: auto;
  box-sizing: content-box;
}
@media (max-width: 640px) {
  .ol-footer__title-logo {
    margin-right: 0;
    margin-bottom: 21px;
  }
}
.ol-footer__title-logo.ol-logo-small {
  width: clamp(150px, 18vw, 210px);
}
@media (max-width: 640px) {
  .ol-footer__title-logo.ol-logo-small {
    width: clamp(105px, 33vw, 210px);
  }
}
.ol-footer__title-logo.ol-logo-medium {
  width: clamp(180px, 21vw, 240px);
}
@media (max-width: 640px) {
  .ol-footer__title-logo.ol-logo-medium {
    width: clamp(120px, 42vw, 240px);
  }
}
.ol-footer__title-logo.ol-logo-large {
  width: clamp(210px, 24vw, 270px);
}
@media (max-width: 640px) {
  .ol-footer__title-logo.ol-logo-large {
    width: clamp(135px, 51vw, 270px);
  }
}
.ol-footer__title-logo.ol-logo-exlarge {
  width: clamp(240px, 27vw, 330px);
}
@media (max-width: 640px) {
  .ol-footer__title-logo.ol-logo-exlarge {
    width: clamp(150px, 63vw, 330px);
  }
}
.ol-footer__title-logo img {
  width: 100%;
}

.ol-footer__title-text {
  flex-shrink: 0;
  margin-right: auto;
  box-sizing: content-box;
}
.ol-footer__title-text.ol-logo-small {
  font-size: clamp(21px, 3vw, 27px);
}
.ol-footer__title-text.ol-logo-medium {
  font-size: clamp(27px, 3.3vw, 36px);
}
.ol-footer__title-text.ol-logo-large {
  font-size: clamp(1.59375rem, 1.4951378744rem + 0.438276114vw, 1.96875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36rem;
}
@media (min-width: 1729px) {
  .ol-footer__title-text.ol-logo-large {
    font-size: clamp(1.96875rem, -1.5368820803rem + 3.2440782698vw, 3.9375rem);
  }
}
.ol-footer__title-text.ol-logo-exlarge {
  font-size: clamp(1.59375rem, 1.4951378744rem + 0.438276114vw, 1.96875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36rem;
}
@media (min-width: 1729px) {
  .ol-footer__title-text.ol-logo-exlarge {
    font-size: clamp(1.96875rem, -1.5368820803rem + 3.2440782698vw, 3.9375rem);
  }
}

.ol-footer__links {
  display: flex;
  align-items: center;
  column-gap: clamp(24px, 3.3vw, 33px);
}
@media (min-width: 1729px) {
  .ol-footer__links {
    column-gap: clamp(33px, 3.3vw, 66px);
  }
}

.ol-footer__links,
.ol-footer__copyright {
  font-size: clamp(0.84375rem, 0.84375rem + 0vw, 0.84375rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.15rem;
}
@media (min-width: 1729px) {
  .ol-footer__links,
  .ol-footer__copyright {
    font-size: clamp(0.84375rem, -0.6586637487rem + 1.3903192585vw, 1.6875rem);
  }
}

.ol-footer__copyright-icon {
  font-size: 0.85em;
  margin-right: 3px;
}

.ol-footer__copyright-name {
  margin-left: 6px;
}

.ol-footer__separator {
  display: block;
  padding-top: 2px;
}
.ol-footer__separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
}

#oltanaCopySuccess {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 0.03rem;
  border-radius: 3px;
  color: #666;
  background: #fff;
  box-shadow: 0 2px 8px 0px rgba(170, 170, 170, 0.3);
  z-index: 999;
}

#pageTop {
  display: none;
  position: fixed;
  bottom: clamp(48px, 4.5vw, 66px);
  right: max(clamp(48px, 4.5vw, 66px), 50% - 804.5px);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
@media (min-width: 1729px) {
  #pageTop {
    bottom: clamp(66px, 4.5vw, 132px);
  }
}
#pageTop.js-pagetop__show {
  opacity: 1;
}

.ol-pagetop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 54px;
  cursor: pointer;
}
.ol-pagetop .ol-pagetop__text {
  text-align: center;
  font-size: clamp(0.65625rem, 0.65625rem + 0vw, 0.65625rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06rem;
}
@media (min-width: 1729px) {
  .ol-pagetop .ol-pagetop__text {
    font-size: clamp(0.65625rem, -0.5122940268rem + 1.0813594233vw, 1.3125rem);
  }
}
.ol-pagetop .ol-pagetop__deco1 {
  width: 100%;
  height: 1px;
  margin-top: 4px;
}
.ol-pagetop .ol-pagetop__deco2 {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  transform: rotate(45deg);
}
