@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #989898;
}

:-ms-input-placeholder {
  color: #989898;
}

::-ms-input-placeholder {
  color: #989898;
}

::-moz-placeholder {
  color: #989898;
}

::placeholder {
  color: #989898;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}
.inner-block.wi-1460 {
  max-width: 1540px;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.single p, .page:not(.home) p {
  margin-top: 0;
  margin-bottom: 0;
}

.ol-single__template {
  padding-top: 0;
}

.ol-archive__template {
  padding-top: 0;
}

.ol-content-frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed !important;
  z-index: 400;
  top: 0;
  left: 0;
  width: 100%;
}
.c-header .ol-header__inner {
  background: transparent;
  padding-inline: 40px;
  padding-block: 24px;
}
.c-header .ol-header__title-anchor .ol-header__title-logo {
  display: block;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header .ol-header__title-anchor .ol-header__title-logo img {
  max-height: 40px;
}
.c-header .header-menu-btn {
  width: 30px;
  height: 30px;
}
.c-header .header-menu-btn .lines {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-header .header-menu-btn .lines .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.c-header .header-menu-btn .lines .line:nth-child(1) {
  translate: 0 -10px;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
.c-header .header-menu-btn .lines .line:nth-child(2) {
  -webkit-transition: 0.3s 0.1s ease-out;
  transition: 0.3s 0.1s ease-out;
}
.c-header .header-menu-btn .lines .line:nth-child(3) {
  translate: 0 10px;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
.c-header.is-scrolled .ol-header__inner {
  background: rgba(255, 255, 255, 0.9);
}
.c-header.is-active .ol-header__contact-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js--overlay {
  background: #00A0DF;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 300;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.js--overlay:not(.is-active) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
.js--overlay.is-active {
  opacity: 0.6;
}

.ol-footer__section .c-footer.ol-footer {
  background-color: #FAFEFF;
}
.ol-footer__section .c-footer.ol-footer .ol-header__inner {
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ol-footer__section .c-footer.ol-footer .ol-footer__inner {
  padding-block: 40px 60px;
  max-width: 1540px;
  padding-inline: 40px;
}
.ol-footer__section .c-footer.ol-footer .ol-footer__footer {
  margin-top: 0;
  padding-top: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.ol-footer__section .c-footer.ol-footer .ol-footer__footer::before {
  display: none;
}
.ol-footer__section .c-footer.ol-footer .ol-footer__link-item .ol-anchor-style1,
.ol-footer__section .c-footer.ol-footer .ol-footer__copyright .ol-footer__copyright-icon,
.ol-footer__section .c-footer.ol-footer .ol-footer__copyright .ol-footer__copyright-name,
.ol-footer__section .c-footer.ol-footer .ol-footer__links,
.ol-footer__section .c-footer.ol-footer .ol-footer__copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.ol-footer__section .c-footer.ol-footer .ol-header__title-logo {
  width: clamp(200px, 17.4479166667vw, 335px);
}
.ol-footer__section .ol-contact__section {
  position: relative;
}
.ol-footer__section .ol-contact__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #00A0DF 0%, #00AE8D 100%);
  opacity: 0.45;
  pointer-events: none;
}
.ol-footer__section .ol-contact__section .ol-contact__inner {
  padding-block: 80px;
  padding-inline: 40px;
  max-width: 1160px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ol-footer__section .ol-contact__action-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4.1666666667vw, 80px);
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each {
  border-radius: 10px;
  background: #FFFFFF;
  padding-block: 32px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each:focus-visible {
  background: #EDEDED;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  height: 100%;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each .contact-link-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #00A0DF;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each .contact-link-img {
  max-width: 72px;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each .contact-link-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each.clr-green .contact-link-ttl {
  color: #00AE8D;
}
.ol-footer__section .ol-contact__action-wrapper .contact-link-each.clr-green .contact-link-desc {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#c-pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: clamp(40px, 3.3333333333vw, 64px);
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  right: clamp(20px, 4.1666666667vw, 80px);
  z-index: 100;
}
#c-pagetop .pagetop-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
#c-pagetop .pagetop-link:focus-visible {
  background: #EDEDED;
}
#c-pagetop .pagetop-link .icon {
  display: inline-block;
  background: url("../img/common/ico-arrow03.svg") no-repeat center/contain;
  width: clamp(20px, 1.5625vw, 30px);
  height: auto;
  aspect-ratio: 30/21;
}

.wp-child-theme-oltana-006-child .ol-heading-wrapper {
  row-gap: 1em;
  margin-bottom: 40px;
}
.wp-child-theme-oltana-006-child .ol-heading-wrapper .ol-heading-sub > span:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
  background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
}
.wp-child-theme-oltana-006-child .ol-heading-wrapper .ol-heading-sub-line {
  background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
  background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
}
.wp-child-theme-oltana-006-child .ol-heading-wrapper .ol-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.wp-child-theme-oltana-006-child .ol-heading-wrapper.clr-white {
  color: #FFFFFF;
}
.wp-child-theme-oltana-006-child .ol-heading-wrapper.clr-white .ol-heading-sub > span:nth-child(1) {
  color: #FFFFFF;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.wp-child-theme-oltana-006-child .ol-heading-wrapper.clr-white .ol-heading-sub-line {
  background: #FFFFFF;
}

.c-link-txt {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, -webkit-text-decoration;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
}
.c-link-txt:focus-visible {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.mv-section {
  background: url("../img/common/bg.png.webp") no-repeat center/cover;
  background-attachment: fixed;
  padding-top: calc(var(--header-height, 140px) + 27px);
  padding-bottom: 80px;
}
.mv-section .inner-block {
  max-width: 1540px;
}
.mv-section .mv-ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.mv-section .ol-article__title_en {
  color: #00A0DF;
  font-family: "Barlow Condensed";
  font-size: clamp(60px, 9.6vw, 96px);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.mv-section .ol-article__title {
  color: #00A0DF;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
  line-height: 140%;
}
.mv-section .ol-bottom-ttl-area {
  position: relative;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mv-section .ol-bottom-ttl-area::before {
  content: "";
  position: absolute;
  top: 20px;
  margin: auto;
  left: 0;
  width: 40px;
  height: 2px;
  background: #00A0DF;
}
.mv-section .japanese-title {
  font-size: clamp(20px, 24px, min(24px, 1.25vw));
  display: inline-block;
  margin-right: 24px;
}
.mv-section .english-title {
  color: #00A0DF;
  font-family: "Barlow Condensed";
  font-size: clamp(20px, 24px, min(24px, 1.25vw));
  display: inline-block;
}
.mv-section .breadcrumb-area {
  margin-top: 24px;
  margin-left: auto;
}
.mv-section .breadcrumb-area .ol-breadcrumb__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.mv-section .breadcrumb-area .ol-breadcrumb__wrapper {
  padding-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: calc(100vw - 80px);
}

.ol-breadcrumb__list.ol-content-frame {
  margin-inline: 0;
  padding-inline: 0;
}
.ol-breadcrumb__list {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.ol-breadcrumb__list .ol-breadcrumb__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.ol-breadcrumb__list .ol-breadcrumb__item:not(:last-child) {
  padding-right: 48px;
}
.ol-breadcrumb__list .ol-breadcrumb__item:not(:last-child)::after {
  content: "";
  background: url("../img/common/ico-arrow02.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0px;
}
.ol-breadcrumb__list .ol-breadcrumb__item > .ol-breadcrumb__anchor {
  color: #00A0DF;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, -webkit-text-decoration;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
}
.ol-breadcrumb__list .ol-breadcrumb__item > .ol-breadcrumb__anchor:focus-visible {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.ol-breadcrumb__list .ol-breadcrumb__item > .ol-breadcrumb__anchor::before {
  content: unset;
}

.global-nav-list-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.global-nav-list-container .menu .menu-item > a {
  padding-inline: clamp(10px, 1.0416666667vw, 20px);
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, -webkit-text-decoration;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
}
.global-nav-list-container .menu .menu-item > a:focus-visible {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.global-nav-list-container .menu .menu-item > a {
  color: #333333;
}

.c-section {
  padding-block: 80px;
}

.c-bg-grd01 {
  background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
  background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
}

.c-bg-grd02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.5%, rgba(239, 255, 253, 0)), to(#EFFFFD));
  background: linear-gradient(180deg, rgba(239, 255, 253, 0) 5.5%, #EFFFFD 100%);
}

.ol-header__contact .ol-btn-regular {
  padding: 12px clamp(16px, 1.6666666667vw, 32px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ol-header__contact .ol-btn-regular .ol-btn-regular-text {
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 700;
  line-height: normal;
}

.ol-archive__thumb img {
  border-radius: 6px; /* 0.6em */
}

.ol-archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px; /* clampの中央値付近 */
}
.ol-archive__list .ol-archive__list-item {
  border-radius: 8px;
  position: relative;
  padding: 24px 24px 24px 24px; /* 2.4em 2.1em... */
  border: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.ol-archive__list img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ol-archive__list .ol-archive__list-item-content {
  margin-top: 24px; /* 1.8em */
}

.ol-archive__list-item-title {
  text-align: left;
  /* clamp(1.09rem ~ 1.31rem) の中間値 */
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 1px; /* 0.06rem */
  color: #00A0DF;
  margin-top: 24px;
}

.ol-archive__shortcut-desc {
  margin-top: 24px; /* 1.8em */
  font-size: 15.5px !important; /* 0.96875rem */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px; /* 0.06rem */
  color: #333333;
}

.ol-archive__body {
  padding: 80px 0 !important; /* clamp(4.5em ~ 5.1em) の中間 */
  max-width: 100%;
}

.ol-list-text {
  margin-top: 24px; /* 1.8em */
}

.btn-wrap.view-all {
  margin-top: 30px;
}

/* max-width: 374px */
/* min-width 641px */
/* min-width 841px */
.ol-archive__body .ol-card-item-link {
  background: transparent !important;
  padding: 0 !important;
}

.ol-archive__body .ol-card-item-link {
  row-gap: 0 !important;
  padding: 0 !important;
}

.ol-archive__body .ol-archive__list img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.c-grid-content-block .content-inner {
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-grid-content-block .content-inner .content-image {
  width: 100%;
}
.c-grid-content-block .content-inner .content-image img {
  border-radius: 20px;
}
.c-grid-content-block .content-inner--right {
  display: grid;
  grid-template-columns: 1fr clamp(350px, 530px, min(530px, 27.6041666667vw));
}
.c-grid-content-block .content-inner--right .content-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.c-grid-content-block .content-inner--right .content-body {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.c-grid-content-block .content-inner--left {
  display: grid;
  grid-template-columns: clamp(350px, 530px, min(530px, 27.6041666667vw)) 1fr;
}
.c-grid-content-block + .c-grid-content-block {
  margin-top: 50px;
}
.c-grid-content-block .content-number {
  font-family: "Barlow Condensed";
  color: #00A0DF;
  font-weight: 300;
  font-size: clamp(24px, 32px, min(32px, 1.6666666667vw));
  display: inline-block;
  margin-bottom: 16px;
  line-height: 1.1;
  position: relative;
}
.c-grid-content-block .content-number::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #00A0DF;
  position: absolute;
  display: block;
}
.c-grid-content-block .content-number > span {
  font-size: clamp(20px, 24px, min(24px, 1.25vw));
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}
.c-grid-content-block h2,
.c-grid-content-block .content-ttl {
  font-size: clamp(32px, 40px, min(40px, 2.0833333333vw));
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 40px;
}
.c-grid-content-block .content-text {
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  line-height: 1.8;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01,
.gdpr-cookie-law__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-block: 16px;
  padding-inline: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%) border-box;
  color: #00A0DF;
  border-radius: 100vw;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.c-btn01 .icon,
.gdpr-cookie-law__btn .icon {
  position: relative;
  z-index: 1;
  width: 14px;
  aspect-ratio: 1;
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: currentColor;
}
.c-btn01 .icon.arrow-top,
.gdpr-cookie-law__btn .icon.arrow-top {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-btn01 .icon.ico-language,
.gdpr-cookie-law__btn .icon.ico-language {
  -webkit-mask-image: url("../img/common/ico-language.svg");
          mask-image: url("../img/common/ico-language.svg");
}
.c-btn01 .icon.ico-mail,
.gdpr-cookie-law__btn .icon.ico-mail {
  -webkit-mask-image: url("../img/common/ico-mail.svg");
          mask-image: url("../img/common/ico-mail.svg");
}
.c-btn01 .txt,
.gdpr-cookie-law__btn .txt {
  position: relative;
  z-index: 1;
}
.c-btn01::after,
.gdpr-cookie-law__btn::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
  background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  margin: auto;
}
.c-btn01.c-primary:focus-visible,
.gdpr-cookie-law__btn.c-primary:focus-visible {
  color: #FFFFFF;
}
.c-btn01.c-primary:focus-visible::after,
.gdpr-cookie-law__btn.c-primary:focus-visible::after {
  opacity: 1;
}
.c-btn01.clr-black,
.gdpr-cookie-law__btn.clr-black {
  color: #333333;
  border-color: #333333;
  background: #FFFFFF;
}
.c-btn01.clr-black::after,
.gdpr-cookie-law__btn.clr-black::after {
  content: unset;
}
.c-btn01.ico-left .icon,
.gdpr-cookie-law__btn.ico-left .icon {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.c-btn01.ico-left.ico-arrow-back .icon,
.gdpr-cookie-law__btn.ico-left.ico-arrow-back .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  color: #00A0DF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-btn02 .inn-txt {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.c-btn02 .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  margin-left: 14px;
  position: relative;
  z-index: 2;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.c-btn02 .icon::before, .c-btn02 .icon::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: currentColor;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02 .icon::before {
  -webkit-mask: url("../img/common/ico-arrow04.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow04.svg") no-repeat center/contain;
  background-color: currentColor;
  width: 24px;
  left: -14px;
  -webkit-transition-property: left, background;
  transition-property: left, background;
}
.c-btn02 .icon::after {
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
  background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  margin: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* --------------------------------
c-cookie
----------------------------------- */
.gdpr-cookie-law {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.5%, rgba(239, 255, 253, 0)), to(#EFFFFD));
  background: linear-gradient(180deg, rgba(239, 255, 253, 0) 5.5%, #EFFFFD 100%);
  background-color: #FFFFFF !important;
  padding: 10px 16px;
}
.gdpr-cookie-law .gdpr-cookie-law__body {
  color: #333333;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__icon-box {
  color: #00A0DF;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__desc,
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__link {
  font-size: 14px;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__desc {
  padding-bottom: 1.25em;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__link {
  color: #00A0DF;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.5em;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__btn {
  color: #00A0DF !important;
  z-index: 2;
  padding: 10px 24px;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__btn::after {
  z-index: -1;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__btn:focus-visible {
  color: #FFFFFF !important;
}
.gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__btn:focus-visible::after {
  opacity: 1;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#olFirstview {
  padding-top: var(--header-height, 80px);
}

.ol-firstview__section {
  position: relative;
  padding-top: 67px;
  padding-bottom: 83px;
  display: grid;
  grid-template-columns: min(46%, 660px + clamp(60px, 4vw, 105px) * 2) auto;
  grid-template-areas: "txt img";
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0px, 3.6458333333vw, 70px);
     -moz-column-gap: clamp(0px, 3.6458333333vw, 70px);
          column-gap: clamp(0px, 3.6458333333vw, 70px);
}
.ol-firstview__section .ol-firstview__image {
  grid-area: img;
  position: relative;
  inset: unset;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
.ol-firstview__section .ol-firstview__image picture {
  height: 100%;
}
.ol-firstview__section .ol-firstview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ol-firstview__section .ol-firstview__inner {
  grid-area: txt;
  position: relative;
  inset: unset;
  -webkit-transform: unset;
          transform: unset;
  width: auto;
}
.ol-firstview__section .ol-firstview__inner .ol-firstview__title-maincopy,
.ol-firstview__section .ol-firstview__inner .ol-firstview__title-accent {
  color: #00A0DF;
  text-shadow: 0 0 4px #FFFFFF;
  font-size: clamp(40px, 4.1666666667vw, 80px);
  font-weight: 300;
  line-height: 150%; /* 120px */
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP";
}
.ol-firstview__section .ol-firstview__inner .ol-firstview__title-maincopy.ol-font-en,
.ol-firstview__section .ol-firstview__inner .ol-firstview__title-accent.ol-font-en {
  font-family: "Noto Sans JP";
}
.ol-firstview__section .ol-firstview__inner .ol-firstview__title-subcopy {
  color: #00A0DF;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  font-family: "Barlow Condensed";
  margin-top: 40px;
}
.ol-firstview__section .ol-firstview__inner .ol-firstview__title-subcopy.ol-font-en {
  font-family: "Barlow Condensed";
}

.home .ol-wrapper {
  position: relative;
  z-index: 2;
}
.home .ol-wrapper::after {
  position: fixed;
  content: "";
  z-index: -1;
  background: url("../img/common/bg.png.webp") no-repeat center/contain;
  width: 100%;
  height: auto;
  aspect-ratio: 2880/1610;
  top: 0;
  left: 0;
}
.home #olProduct {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.5%, rgba(239, 255, 253, 0)), to(#EFFFFD));
  background: linear-gradient(180deg, rgba(239, 255, 253, 0) 5.5%, #EFFFFD 100%);
}
.home #olProduct .ol-product__section {
  padding-block: 80px;
}
.home #olProduct .ol-product__section.ol-fullwidth {
  background: transparent;
}
.home #olProduct .ol-product__section::before {
  content: unset;
}
.home #olService {
  background: #EBFBFE;
}
.home #olService .ol-service__section {
  padding-block: 80px;
  margin-block: 0;
}
.home .ol-footer__section {
  margin-top: 0;
}
.home .our-business-section {
  background: url("../img/common/bg-lattice.png.webp") repeat 50px, #FFFFFF;
  padding-block: 80px;
}
.home .our-business-section .business-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
.home .our-business-section .js--product-splide {
  padding-inline: calc(clamp(30px, 3.3333333333vw, 64px) + 20px);
  margin-block: 40px;
}
.home .our-business-section .splide__arrow {
  width: clamp(30px, 3.3333333333vw, 64px);
  height: clamp(30px, 3.3333333333vw, 64px);
  background: #00A0DF;
  top: calc((100% - 40px) / 2);
}
.home .our-business-section .splide__arrow::after {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow02.svg") no-repeat center/contain;
  background: #FFFFFF;
  width: clamp(20px, 2.1875vw, 42px);
  height: clamp(20px, 2.1875vw, 42px);
  inset: 0;
  margin: auto;
}
.home .our-business-section .splide__arrow--prev {
  left: 0;
}
.home .our-business-section .splide__arrow--prev::after {
  rotate: 315deg;
}
.home .our-business-section .splide__arrow--next {
  right: 0;
}
.home .our-business-section .splide__arrow--next::after {
  rotate: 315deg;
}
.home .our-business-section .splide__track {
  max-width: 1200px;
  margin-inline: auto;
}
.home .our-business-section .splide__pagination {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-self: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
  margin-top: 24px;
}
.home .our-business-section .splide__pagination li {
  width: 16px;
  height: 16px;
}
.home .our-business-section .splide__pagination .splide__pagination__page {
  background: #D9D9D9;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin: 0;
}
.home .our-business-section .splide__pagination .splide__pagination__page.is-active {
  background: #00A0DF;
  -webkit-transform: unset;
          transform: unset;
}
.home .our-business-section .splide__slide {
  max-width: 320px;
  width: calc(100% - 40px);
}
.home .our-business-section .splide__slide .contents-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  position: relative;
}
.home .our-business-section .splide__slide .contents-wrap:focus-visible .img-area::before {
  opacity: 1;
}
.home .our-business-section .splide__slide .contents-wrap:focus-visible .product-ttl {
  opacity: 1;
}
.home .our-business-section .splide__slide .contents-wrap .img-area {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.home .our-business-section .splide__slide .contents-wrap .img-area::before {
  position: absolute;
  content: "";
  background: rgba(57, 140, 173, 0.62);
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.home .our-business-section .splide__slide .contents-wrap .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .our-business-section .splide__slide .contents-wrap .product-ttl {
  display: grid;
  grid-template-columns: 1fr 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  max-width: calc(100% - 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.home .our-business-section .splide__slide .contents-wrap .product-ttl .icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url("../img/common/ico-arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow02.svg") no-repeat center/contain;
  background: currentColor;
}

/* -----------------------------------------------
* blog detail Module
* blog detail ページ用
-------------------------------------------------- */
.blog-article-block .ttl-wrap .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
.blog-article-block .ttl-wrap .ttl {
  border-bottom: 1px solid #fba31a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.blog-article-block .ttl-wrap .tag {
  background-color: #1afb1a;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 5px 18px;
  line-height: 1;
  font-size: 12px;
}
.blog-article-block .thumb {
  margin: 30px 0 55px;
}
.blog-article-block .thumb img {
  width: 100%;
  height: auto;
}
.blog-article-block .article-content {
  border-bottom: 1px solid #fa9900;
  padding-bottom: 70px;
}
.blog-article-block .article-content h2 {
  color: #1afb1a;
  border-bottom: 2px solid #1afb1a;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 7px;
}
.blog-article-block .article-content h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.blog-article-block .article-content h3::before {
  background: #1afb1a;
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.blog-article-block .article-content h4 {
  border-bottom: 2px solid #1afb1a;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
}
.blog-article-block .article-content h5 {
  background: #f6f6f6;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
}
.blog-article-block .article-content ul li,
.blog-article-block .article-content ol li {
  line-height: 1.5;
  position: relative;
}
.blog-article-block .article-content ul li {
  padding-left: 15px;
}
.blog-article-block .article-content ul li::before {
  background: #1afb1a;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.blog-article-block .article-content ol {
  counter-reset: number 0;
  padding-left: 17px;
}
.blog-article-block .article-content ol li::before {
  color: #1afb1a;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
}
.blog-article-block .article-content a {
  color: #1afb1a;
  position: relative;
  text-decoration: underline;
}
.blog-article-block .article-content a.link-ex::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.blog-article-block .article-content .link-ex a::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.blog-article-block .article-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #1afb1a;
  color: #1afb1a;
}
.blog-article-block .article-content .wp-block-button.is-style-outline .wp-block-button__link::before {
  border-color: #1afb1a;
}
.blog-article-block .article-content .wp-block-button__link {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 12px 60px;
  text-decoration: none;
  width: auto;
  background-color: #fa9900;
}
.blog-article-block .article-content .is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #1afb1a;
  color: #1afb1a;
}
.blog-article-block .article-content .is-style-outline .wp-block-button__link::before {
  border-color: #1afb1a;
}
.blog-article-block .article-content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-article-block .article-content .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image {
  margin: 0 15px;
  text-align: center;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figure {
  margin: 0;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figure img {
  width: 100%;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.blog-article-block .article-content .wp-block-media-text {
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-article-block .article-content .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  text-align: center;
}
.blog-article-block .article-content .wp-block-table {
  margin: 0;
}
.blog-article-block .article-content table {
  margin-top: 30px;
  width: 100%;
}
.blog-article-block .article-content table th,
.blog-article-block .article-content table td {
  padding: 15px;
}
.blog-article-block .article-content table th {
  background: #1afb1a;
  border: 1px solid #1afb1a;
  color: #fff;
}
.blog-article-block .article-content table td {
  border: 1px solid #1afb1a;
}
.blog-article-block .article-content table thead th:nth-child(n+2) {
  border-left-color: #fff;
}
.blog-article-block .article-content table thead th:not(:last-child) {
  border-right-color: #fff;
}
.blog-article-block .article-content .iframe-wrap {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.blog-article-block .article-content .iframe-wrap.youtube .wp-block-embed__wrapper {
  position: static;
}
.blog-article-block .article-content img {
  height: auto;
}
.blog-article-block .article-content * + h2,
.blog-article-block .article-content * + h3,
.blog-article-block .article-content * + h4,
.blog-article-block .article-content * + h5,
.blog-article-block .article-content * + ul,
.blog-article-block .article-content * + ol,
.blog-article-block .article-content * + .wp-block-buttons {
  margin-top: 20px;
}
.blog-article-block .article-content * + p {
  margin-top: 10px;
}
.blog-article-block .article-content h2 {
  margin-bottom: 30px;
}
.blog-article-block .article-content h3,
.blog-article-block .article-content h4,
.blog-article-block .article-content h5 {
  margin-bottom: 20px;
}
.blog-article-block .article-content * + .wp-block-buttons {
  margin: 30px auto !important;
}

/* -----------------------------------------------
* contact Module
* contact ページ用
-------------------------------------------------- */
.contact .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7 p {
  padding-bottom: 0;
  padding-top: 0;
}
.contact .wpcf7 p::after {
  content: unset;
}
.contact .wpcf7 p:last-of-type {
  padding-bottom: 0;
}
.contact .wpcf7 p > label {
  margin-bottom: 0;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0;
}

.contact .contact-outer-wrap {
  margin: 0 auto;
}
.contact .contact-section .q-wrap {
  padding: 24px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-top: 1px solid #ccc;
}
.contact .contact-section .label-area {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 210px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact .contact-section .input-area {
  width: calc(100% - 270px);
}
.contact .contact-section .contact-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
}
.contact .contact-section .require {
  padding: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  background: #00A0DF;
  font-weight: bold;
  margin: auto;
}
.contact .contact-section .error-txt {
  color: rgb(215, 25, 33);
  font-size: 14px;
  font-weight: bold;
}
.contact .contact-section input[type=text],
.contact .contact-section input[type=tel],
.contact .contact-section input[type=email],
.contact .contact-section textarea,
.contact .contact-section select {
  padding: 16px 18px;
  width: 100%;
  color: #333;
  font-size: 16px !important;
  border: 1px solid #989898;
  border-radius: 5px;
  background: #FFFFFF;
  font-weight: 400;
  line-height: 180%;
}
.contact .contact-section input[type=text].errored,
.contact .contact-section input[type=tel].errored,
.contact .contact-section input[type=email].errored,
.contact .contact-section textarea.errored,
.contact .contact-section select.errored {
  border: 1px solid rgb(215, 25, 33);
}
.contact .contact-section .radio-group, .contact .contact-section .checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px 21px;
  height: 100%;
}
.contact .contact-section .radio-group .wpcf7-radio, .contact .contact-section .radio-group .wpcf7-checkbox, .contact .contact-section .checkbox-group .wpcf7-radio, .contact .contact-section .checkbox-group .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
.contact .contact-section .radio-group .wpcf7-checkbox, .contact .contact-section .checkbox-group .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact .contact-section .radio-group label, .contact .contact-section .checkbox-group label {
  position: relative;
}
.contact .contact-section .radio-group .wpcf7-list-item-label, .contact .contact-section .checkbox-group .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.contact .contact-section .checkbox-group label::before {
  border-radius: 0;
}
.contact .contact-section .checkbox-group label::after {
  top: 3px;
  width: 8px;
  height: 14px;
  background: transparent;
  border-right: 2px solid #00A0DF;
  border-bottom: 2px solid #00A0DF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
  border-radius: 0;
}
.contact .contact-section .select-wrap {
  position: relative;
}
.contact .contact-section .select-wrap select {
  cursor: pointer;
}
.contact .contact-section .select-wrap::before {
  z-index: 1;
  content: "";
  border: solid #00A0DF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
  pointer-events: none;
}
.contact .contact-section .privacy-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
  padding-top: 32px;
}
.contact .contact-section .privacy-wrap .checkbox-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact-section .privacy-wrap .privacy-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-top: 8px;
}
.contact .contact-section .privacy-wrap .privacy-txt a {
  font-weight: 700;
}
.contact .contact-section .privacy-wrap .error-txt {
  text-align: center;
}
.contact .wpcf7-response-output {
  display: none !important;
}
.contact .wpcf7-not-valid-tip {
  display: none !important;
}
.contact .btn-wrap {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.contact .input-block .note-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 32px;
}
.contact .input-block .request-txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
}
.contact .wpcf7 p,
.contact .wpcf7 input[type=text],
.contact .wpcf7 input[type=email],
.contact .wpcf7 input[type=tel],
.contact .wpcf7 input[type=checkbox],
.contact .wpcf7 input[type=radio],
.contact .wpcf7 input[type=date],
.contact .wpcf7 select,
.contact .wpcf7 textarea,
.contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #989898;
}
.contact .confirm-block .input-area {
  font-size: 16px;
}
.contact-complete-section .complete-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
.contact-complete-section .btn-area {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -----------------------------------------------
* our-business Module
* our-business アーカイブページ用 (archive-our-business.php)
* 対応HTML: _static/src/our-business/index.html
-------------------------------------------------- */
/*
.our-business {


    .ol-our-business__title.ol-text {
        margin: 1.8em 0;
        text-align: center;
        font-size: clamp(20px, 1.3vw, 25px);
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.06rem;
        color: #333333;
    }

    .ol-our-business__thumb img {
        border-radius: 0.6em;
    }

    .ol-our-business__list {
        display: flex;
        flex-wrap: wrap;
        gap: clamp(0.84em, 1.8vw, 1.2em);

        .ol-our-business__list-item {
            position: relative;
            padding: 2.1em 1.8em 1.8em 1.8em;
            border: none;
            width: 100%;
            background-color: #fff;
        }

        img {
            display: block;
            width: 100%;
            object-fit: cover;
        }

        .ol-our-business__list-item-content {
            margin-top: 1.8em;
        }
    }

    .ol-our-business__list-item-title {
        text-align: center;
        font-size: clamp(1.09375rem, 1.03622626rem + 0.2556610665vw, 1.3125rem);
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.06rem;
    }

    .ol-our-business__list-item-description {
        margin-top: 1.8em;
        font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
        font-weight: 400;
        line-height: 1.65;
        letter-spacing: 0.06rem;
    }



    .ol-archive__body {
        padding: clamp(4.5em, 6vw, 5.1em) 0;
        max-width: 100%;
    }

    // min-width 641px
    @media (min-width: 641px) {
        .ol-our-business__list-item {
            padding: clamp(1.5em, 3.3vw, 2em);
            flex-basis: calc((100% - 1.5em) / 2);
        }

        .ol-our-business__list {
            gap: 1.5em;
        }

    }

    // min-width 1080px
    @media (min-width: 1080px) {


        .ol-our-business__list-item {
            padding: clamp(1.5em, 3.3vw, 2em);
            flex-basis: calc((100% - 3em) / 3);
        }

        .ol-our-business__list {
            gap: 1.5em;
        }
    }

}*/
/* -----------------------------------------------
* our-business electronic-pen Module
* electronic-pen アーカイブページ用 (archive-our-business.php)
* 対応HTML: _static/src/our-business/index.html
-------------------------------------------------- */
.ol-single__template .ol-article__date {
  color: #A1A1A1;
  font-weight: 700;
  font-size: clamp(12px, 14px, min(14px, 0.7291666667vw));
  font-family: "Barlow Condensed";
  position: relative;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.ol-single__template .ol-article__title_case {
  position: relative;
  padding-bottom: 26px;
  font-size: clamp(28px, 32px, min(32px, 1.6666666667vw));
  font-weight: bold;
}
.ol-single__template .ol-article__title_case::after {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
  background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ol-single__template h4.wp-block-heading {
  border-bottom: none;
}
.ol-single__template .ol-article__main {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}
.ol-single__template .ol-article__main ol li::after {
  top: clamp(12px, 17px, min(17px, 0.8854166667vw));
  left: 1px;
  margin: auto;
}
.ol-single__template .ol-article__main p:not(:has(a)) + p:has(a) {
  margin-top: 40px;
}
.ol-single__template .ol-article__main a {
  color: #666;
}
.ol-single__template .ol-article__main a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.ol-single__template .ol-article__main a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  -webkit-mask: url("../img/common/ico-link.svg") no-repeat center/cover;
          mask: url("../img/common/ico-link.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
  background: #666;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ol-single__template .ol-article__main .content-number {
  font-family: "Barlow Condensed";
  color: #00A0DF;
  font-weight: 300;
  font-size: clamp(24px, 32px, min(32px, 1.6666666667vw));
  display: inline-block;
  margin-bottom: 16px;
  line-height: 1.1;
  position: relative;
}
.ol-single__template .ol-article__main .content-number::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #00A0DF;
  position: absolute;
  display: block;
}
.ol-single__template .ol-article__main .content-number > span {
  font-size: clamp(20px, 24px, min(24px, 1.25vw));
  font-weight: 400;
  line-height: 1.2;
}
.ol-single__template .ol-article__main h2,
.ol-single__template .ol-article__main .content-ttl {
  font-size: clamp(32px, 40px, min(40px, 2.0833333333vw));
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 40px;
}
.ol-single__template .ol-article__main .content-text {
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  line-height: 1.8;
}
.ol-single__template .ol-article__main .content-table table {
  width: 100%;
}
.ol-single__template .ol-article__main .content-table tr {
  border-bottom: 1px solid #C9C9C9;
}
.ol-single__template .ol-article__main .content-table th {
  background: #00A0DF;
  color: #FFFFFF;
  text-align: left;
  padding: 24px;
  vertical-align: text-top;
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  width: 216px;
}
.ol-single__template .ol-article__main .content-table td {
  padding: 24px min(40px, 2.0833333333vw);
  width: calc(100% - 216px);
}
.ol-single__template .ol-article__main .content-table ul > li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  line-height: 1.8;
}
.ol-single__template .ol-article__main .content-table ul > li + li {
  margin-top: 4px;
}
.ol-single__template .ol-article__main .content-table ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
  background: #00AE8D;
}
.ol-single__template .ol-article__back {
  margin: auto;
  text-align: center;
  padding-top: 40px;
}
.ol-single__template .ol-article__back .ol-btn-text {
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%) border-box;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 20px 45px 20px 68px;
}
.ol-single__template .ol-article__back .ol-btn-text::before {
  content: "";
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: #00A0DF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
  width: 14px;
  height: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* case Module
* case アーカイブページ用 (archive-case.php)
* 対応HTML: _static/src/case/index.html
-------------------------------------------------- */
/*
.case {


    .ol-case__title.ol-text {
                margin: 1.8em 0;
        text-align: center;
        font-size: clamp(20px, 1.3vw, 25px);
        font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06rem;
        color: #333333;
    }
    .ol-case__thumb img {
    border-radius: 0.6em;
}

    .ol-case__list {
                display: flex;
    flex-wrap: wrap;
    gap: clamp(0.84em, 1.8vw, 1.2em);
    }

    .ol-case__list-item {
            padding: 2.1em 1.8em 1.8em 1.8em;
    border: none;
        width: 100%;
        background-color: #fff;
}

    .ol-case__list-item-title {
    text-align: center;
    font-size: clamp(1.09375rem, 1.03622626rem + 0.2556610665vw, 1.3125rem);
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.06rem;
}
    .ol-case__list-item-description {
    margin-top: 1.8em;
    font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.06rem;
}

    .ol-case__list .ol-case__list-item {
    position: relative;
}
.ol-case__list img {
    display: block;
    width: 100%;
    object-fit: cover;
}


    .ol-archive__body {
            padding: clamp(4.5em, 6vw, 5.1em) 0;
        max-width: 100%;
        }

    .ol-case__list .ol-case__list-item-content {
        margin-top: 1.8em;
    }

    // min-width 641pxここから
    @media (min-width: 641px) {



    .ol-case__list-item {
        padding: clamp(1.5em, 3.3vw, 2em);
        flex-basis: calc((100% - 1.5em) / 2);
    }


    .ol-case__list {
        gap: 1.5em;
    }




    }
    // min-width 641pxここまで


    @media (min-width: 1080px) {


    .ol-case__list-item {
        padding: clamp(1.5em, 3.3vw, 2em);
    flex-basis: calc((100% - 3em) / 3);
    }
    .ol-case__list {
        gap: 1.5em;
    }
    .ol-case__list-item {
        padding: clamp(1.5em, 3.3vw, 2em);
        flex-basis: calc((100% - 3em) / 3);
    }




}



}
*/
.case p {
  font-size: 16px;
}
.case ul li {
  font-size: 16px;
}
.case ol li {
  font-size: 16px;
}
.case .wp-block-image img {
  display: block;
  margin: auto;
}
.case h2.wp-block-heading {
  border-bottom: 1px solid #00A0DF;
  font-size: clamp(20px, 30px, min(30px, 1.5625vw));
  padding-bottom: 8px;
  margin-top: 40px;
}
.case h2.wp-block-heading::before {
  display: none;
}
.case .contact-btn {
  display: block;
  width: 100%;
  border: 1px solid #00A0DF;
  text-align: center;
  padding: 16px 0;
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  font-weight: 500;
  margin-top: 40px;
}

/* -----------------------------------------------
* privacy Module
* privacy アーカイブページ用 (archive-case.php)
* 対応HTML: _static/src/privacy/index.html
-------------------------------------------------- */
.privacy h2 {
  background-color: rgba(0, 160, 223, 0.09);
  padding-block: 24px;
  margin-block: 24px;
  padding-left: clamp(1.2em, 1.5vw, 2.7em);
  padding-right: clamp(1.2em, 1.5vw, 2.7em);
}
.privacy h2.wp-block-heading::before {
  content: none;
}
.privacy p {
  font-size: 16px;
}
.privacy .ol-bold {
  font-size: 18px;
}
.privacy .wp-block-heading {
  padding-block: 24px;
  margin-block: 24px;
}
.privacy .oltana-list {
  margin-block: 24px;
}
.privacy .oltana-list li {
  font-size: 16px;
}
.privacy .ol-btn-regular {
  padding: 16px 32px;
  font-size: 16px;
}

/* -----------------------------------------------
* company Module
* companu アーカイブページ用 (archive-case.php)
* 対応HTML: _static/src/case/index.html
-------------------------------------------------- */
.company .md-0 {
  margin-top: 0;
}
.company .ol-price__section:not(:first-of-type) {
  margin-top: 80px;
  margin-bottom: 80px;
}
.company .olPrice .ol-price__section {
  margin-top: 80px;
}
.company .ol-access__section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.company .ol-product__content-title {
  text-align: center;
  padding-bottom: 24px;
  font-size: 24px;
}
.company .message {
  max-width: 1000px;
  margin: 0 auto;
}
.company .company-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company .ol-txt {
  text-align: center;
  padding-top: 24px;
  font-size: 16px;
}
.company .ol-txt .txt-green {
  color: #00AE8D;
}
.company .ol-txt .txt-blue {
  color: #00A0DF;
}
.company .concept {
  max-width: 500px;
  margin: 0 auto;
  padding-block: 80px;
}
.company .ol-access__body-inner {
  gap: clamp(30px, 4vw, 72px);
}
.company .ol-access__info-item {
  padding: 16px;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: 16px;
}
.company .ol-access__image {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}
.company .ol-access__info-item-label {
  font-weight: 600;
  width: 120px;
  font-size: 16px;
}
.company .ol-access__map {
  margin-top: 80px;
}
.company .ol-access__map iframe {
  width: 100%;
  height: 300px;
}
.company .ol-list-border {
  border-bottom: 1px solid #989898;
}
.company .ol-access__body-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company .ol-price__nav-item-shortcut {
  font-size: 16px;
}
.company .group-txt {
  font-size: 14px;
  min-width: 60px;
}
.company .group-item {
  padding: 8px;
  padding-left: 0px;
  gap: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company .group-ttl {
  font-size: 24px;
  padding-bottom: 16px;
  color: #00A0DF;
}
.company .group-ttl span {
  padding-left: 24px;
  font-size: 18px;
}
.company .ol-price__body .img-wrap {
  width: 320px;
}
.company .ol-price__body .txt-wrap {
  width: 66%;
}
.company .js-price-content {
  opacity: 0;
  visibility: hidden;
  position: relative;
  will-change: transform, opacity, visibility;
}
.company .js-price-content#price1.is-active {
  -webkit-animation: oltanaTab1 0s linear 0.09s 1 both;
          animation: oltanaTab1 0s linear 0.09s 1 both;
  visibility: visible;
}
.company .js-price-content#price2.is-active {
  -webkit-animation: oltanaTab2 0s linear 0.15s 1 both;
          animation: oltanaTab2 0s linear 0.15s 1 both;
  visibility: visible;
}
.company .js-price-content#price3.is-active {
  -webkit-animation: oltanaTab3 0s linear 0.15s 1 both;
          animation: oltanaTab3 0s linear 0.15s 1 both;
  visibility: visible;
}
.company .js-price-content#price4.is-active {
  -webkit-animation: oltanaTab4 0s linear 0.15s 1 both;
          animation: oltanaTab4 0s linear 0.15s 1 both;
  visibility: visible;
}

/* -----------------------------------------------
* 404 Module
* 404ページ用
-------------------------------------------------- */
.ol-article__404 {
  margin-bottom: 0;
}
@media only screen and (max-width: 840px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .ol-header__inner {
    padding-inline: 20px;
    padding-block: 16px;
  }
  .c-header .ol-header__contact-wrapper {
    position: fixed;
    top: var(--header-height, 60px);
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px 0px 0px 6px;
    padding: 40px 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .c-header .ol-header__contact-wrapper .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .c-header .ol-header__contact-wrapper .ol-header__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .c-header .ol-header__contact-wrapper .ol-header__contact .ol-contact__mail-button {
    width: 100%;
  }
  .c-header .ol-header__contact-wrapper .ol-header__contact .ol-btn-regular {
    width: 100%;
    height: auto;
    padding-block: 12px;
    padding-inline: 16px;
  }
  .c-header .ol-header__contact-wrapper .ol-header__contact .ol-btn-regular .ol-btn-regular-text {
    font-size: 16px;
    text-align: center;
  }
  .c-header .header-menu-btn .lines .line:nth-child(1) {
    translate: 0 -6px;
  }
  .c-header .header-menu-btn .lines .line:nth-child(3) {
    translate: 0 6px;
  }
  .c-header:not(.is-active) .ol-header__contact-wrapper {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .ol-footer__section .c-footer.ol-footer .ol-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ol-footer__section .c-footer.ol-footer .ol-header__inner .ol-header__contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    width: 100%;
  }
  .ol-footer__section .c-footer.ol-footer .ol-header__inner .ol-btn-regular {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding-block: 12px;
    padding-inline: 16px;
  }
  .ol-footer__section .c-footer.ol-footer .ol-header__inner .ol-btn-regular .ol-btn-regular-text {
    font-size: 16px;
  }
  .ol-footer__section .c-footer.ol-footer .ol-header__inner .global-nav-list-container .menu .menu-item > a {
    padding: 5px;
    font-size: 13px;
  }
  .ol-footer__section .c-footer.ol-footer .ol-footer__inner {
    padding-block: 60px 80px;
    padding-inline: 20px;
  }
  .ol-footer__section .c-footer.ol-footer .ol-footer__footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .ol-footer__section .c-footer.ol-footer .ol-footer__link-item .ol-anchor-style1,
  .ol-footer__section .c-footer.ol-footer .ol-footer__copyright .ol-footer__copyright-icon,
  .ol-footer__section .c-footer.ol-footer .ol-footer__copyright .ol-footer__copyright-name,
  .ol-footer__section .c-footer.ol-footer .ol-footer__links,
  .ol-footer__section .c-footer.ol-footer .ol-footer__copyright {
    font-size: 14px;
  }
  .ol-footer__section .ol-contact__section .ol-contact__inner {
    padding-block: 60px;
    padding-inline: 20px;
  }
  .ol-footer__section .ol-contact__action-wrapper {
    grid-template-columns: 100%;
  }
  .ol-footer__section .ol-contact__action-wrapper .contact-link-each .contact-link-ttl {
    font-size: 18px;
  }
  .ol-footer__section .ol-contact__action-wrapper .contact-link-each .contact-link-img {
    max-width: 50px;
  }
  .ol-footer__section .ol-contact__action-wrapper .contact-link-each .contact-link-desc {
    font-size: 16px;
  }
  .wp-child-theme-oltana-006-child .ol-heading-wrapper {
    margin-bottom: 32px;
  }
  .wp-child-theme-oltana-006-child .ol-heading-wrapper .ol-heading-sub > span:nth-child(1) {
    font-size: 50px;
  }
  .wp-child-theme-oltana-006-child .ol-heading-wrapper .ol-heading {
    font-size: 16px;
  }
  .mv-section {
    padding-top: calc(var(--header-height, 100px) + 12px);
    padding-bottom: 40px;
  }
  .mv-section .mv-ttl-area {
    gap: 8px;
  }
  .mv-section .ol-article__title_en {
    font-size: clamp(40px, 13.3333333333vw, 60px);
  }
  .mv-section .ol-article__title {
    font-size: clamp(16px, 5.3333333333vw, 20px);
  }
  .mv-section .ol-bottom-ttl-area {
    padding-left: 30px;
  }
  .mv-section .ol-bottom-ttl-area::before {
    width: 20px;
  }
  .mv-section .japanese-title {
    font-size: 18px;
  }
  .mv-section .english-title {
    font-size: 18px;
  }
  .mv-section .breadcrumb-area {
    margin-top: 16px;
  }
  .mv-section .breadcrumb-area .ol-breadcrumb__wrapper {
    max-width: calc(100vw - 40px);
  }
  .ol-breadcrumb__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .ol-breadcrumb__list .ol-breadcrumb__item {
    font-size: 14px;
  }
  .ol-breadcrumb__list .ol-breadcrumb__item:not(:last-child) {
    padding-right: 32px;
  }
  .ol-breadcrumb__list .ol-breadcrumb__item:not(:last-child)::after {
    width: 20px;
    height: 20px;
  }
  .c-section {
    padding-block: 60px;
  }
  .ol-contact-mail .ol-btn-regular .ol-btn-regular-text,
  .ol-contact-mail2 .ol-btn-regular .ol-btn-regular-text {
    display: block;
  }
  .c-grid-content-block .content-inner {
    gap: 20px;
  }
  .c-grid-content-block .content-inner .content-image img {
    border-radius: 10px;
  }
  .c-grid-content-block .content-inner--right {
    grid-template-columns: 1fr;
  }
  .c-grid-content-block .content-inner--right .content-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-grid-content-block .content-inner--right .content-body {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-grid-content-block .content-inner--left {
    grid-template-columns: 1fr;
  }
  .c-grid-content-block + .c-grid-content-block {
    margin-top: 40px;
  }
  .c-grid-content-block .content-number {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c-grid-content-block .content-number > span {
    font-size: 16px;
  }
  .c-grid-content-block h2,
  .c-grid-content-block .content-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .c-grid-content-block .content-text {
    font-size: 14px;
  }
  .c-btn01,
  .gdpr-cookie-law__btn {
    padding-block: 12px;
    padding-inline: 24px;
    font-size: 14px;
  }
  .gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__desc,
  .gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__link {
    font-size: 12px;
  }
  .ol-firstview__section {
    grid-template-columns: 100%;
    grid-template-areas: "txt" "img";
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .ol-firstview__section .ol-firstview__image {
    border-radius: 0;
    height: 300px;
  }
  .ol-firstview__section .ol-firstview__inner .ol-firstview__title-maincopy,
  .ol-firstview__section .ol-firstview__inner .ol-firstview__title-accent {
    font-size: clamp(20px, 7.4666666667vw, 28px);
    text-align: center;
  }
  .ol-firstview__section .ol-firstview__inner .ol-firstview__title-subcopy {
    font-size: clamp(18px, 6.4vw, 24px);
    margin-top: 24px;
  }
  .home #olProduct .ol-product__section {
    padding-block: 60px;
  }
  .home #olService .ol-service__section {
    padding-block: 60px;
  }
  .home .our-business-section {
    padding-block: 60px;
  }
  .home .our-business-section .business-desc {
    font-size: 16px;
  }
  .home .our-business-section .js--product-splide {
    padding-inline: 20px;
    margin-block: 30px;
  }
  .home .our-business-section .splide__arrow {
    top: calc((100% - 36px) / 2);
  }
  .home .our-business-section .splide__arrow--prev {
    left: calc(0px - clamp(10px, 3vw, 15px));
  }
  .home .our-business-section .splide__arrow--next {
    right: calc(0px - clamp(10px, 3vw, 15px));
  }
  .home .our-business-section .splide__pagination {
    margin-top: 24px;
  }
  .home .our-business-section .splide__pagination li {
    width: 12px;
    height: 12px;
  }
  .blog-article-block .ttl-wrap .date {
    font-size: 13px;
  }
  .blog-article-block .ttl-wrap .ttl {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .blog-article-block .ttl-wrap .tag {
    padding: 4px 15px;
  }
  .blog-article-block .thumb {
    margin: 25px 0 30px;
  }
  .blog-article-block .article-content {
    padding-bottom: 30px;
  }
  .blog-article-block .article-content h2 {
    font-size: 22px;
  }
  .blog-article-block .article-content h3 {
    font-size: 18px;
  }
  .blog-article-block .article-content h4 {
    font-size: 16px;
  }
  .blog-article-block .article-content h5 {
    font-size: 14px;
    padding: 8px 10px;
  }
  .blog-article-block .article-content ul li + li,
  .blog-article-block .article-content ol li + li {
    margin-top: 10px;
  }
  .blog-article-block .article-content ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .blog-article-block .article-content .wp-block-button__link {
    display: block;
    text-align: center;
  }
  .blog-article-block .article-content .wp-block-columns {
    margin-top: 20px;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(even) {
    margin-left: 20px;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 15px;
  }
  .blog-article-block .article-content .sp-scroll {
    overflow-x: scroll;
  }
  .blog-article-block .article-content .sp-scroll table {
    width: 100%;
    min-width: 600px;
  }
  .blog-article-block .article-content .wp-block-table.sp-block {
    width: 100%;
  }
  .blog-article-block .article-content .wp-block-table.sp-block th, .blog-article-block .article-content .wp-block-table.sp-block td {
    display: block;
  }
  .blog-article-block .article-content .wp-block-table.sp-block td {
    border-top: none;
  }
  .blog-article-block .article-content table th,
  .blog-article-block .article-content table td {
    padding: 10px;
  }
  .blog-article-block .article-content table.sp-block {
    width: 100%;
  }
  .blog-article-block .article-content table.sp-block th, .blog-article-block .article-content table.sp-block td {
    display: block;
  }
  .blog-article-block .article-content table.sp-block td {
    border-top: none;
  }
  .blog-article-block .article-content .iframe-wrap.twitter iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .blog-article-block .article-content .iframe-wrap.youtube {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56% !important;
  }
  .blog-article-block .article-content .iframe-wrap.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  .blog-article-block .article-content * + h2,
  .blog-article-block .article-content * + h3,
  .blog-article-block .article-content * + h4,
  .blog-article-block .article-content * + h5,
  .blog-article-block .article-content * + ul,
  .blog-article-block .article-content * + ol,
  .blog-article-block .article-content * + .wp-block-buttons {
    margin-top: 20px;
  }
  .blog-article-block .article-content h2 {
    margin-bottom: 20px;
  }
  .contact .contact-section .q-wrap {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .contact .contact-section .label-area {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
    width: 100%;
  }
  .contact .contact-section .input-area {
    width: 100%;
  }
  .contact .contact-section input[type=text],
  .contact .contact-section input[type=tel],
  .contact .contact-section input[type=email],
  .contact .contact-section textarea,
  .contact .contact-section select {
    padding: 14px 10px;
  }
  .contact .contact-section .radio-group, .contact .contact-section .checkbox-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact-section .radio-group .wpcf7-radio, .contact .contact-section .radio-group .wpcf7-checkbox, .contact .contact-section .checkbox-group .wpcf7-radio, .contact .contact-section .checkbox-group .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .contact-section .privacy-wrap {
    padding-top: 24px;
  }
  .contact .btn-wrap {
    margin-top: 28px;
    gap: 18px;
  }
  .contact .input-block .note-txt {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .contact .input-block .request-txt {
    font-size: 14px;
    margin-top: 16px;
  }
  .contact .confirm-block .input-area {
    font-size: 14px;
  }
  .contact-complete-section .complete-txt {
    font-size: 16px;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .ol-single__template .ol-article__date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ol-single__template .ol-article__title_case {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .ol-single__template .ol-article__main {
    padding: 0 15px;
  }
  .ol-single__template .ol-article__main a[target=_blank]::after {
    top: 7px;
  }
  .ol-single__template .ol-article__main .content-number {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ol-single__template .ol-article__main .content-number > span {
    font-size: 16px;
  }
  .ol-single__template .ol-article__main h2,
  .ol-single__template .ol-article__main .content-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ol-single__template .ol-article__main .content-text {
    font-size: 14px;
  }
  .ol-single__template .ol-article__main .content-table tr {
    display: block;
    border: none;
  }
  .ol-single__template .ol-article__main .content-table th {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .ol-single__template .ol-article__main .content-table td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .ol-single__template .ol-article__main .content-table ul > li {
    padding-left: 16px;
    font-size: 14px;
  }
  .ol-single__template .ol-article__main .content-table ul > li + li {
    margin-top: 3px;
  }
  .ol-single__template .ol-article__main .content-table ul > li::before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
  .ol-single__template .ol-article__back {
    padding-top: 20px;
    margin-bottom: 24px;
  }
  .ol-single__template .ol-article__back .ol-btn-text {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
  }
  .ol-single__template .ol-article__back .ol-btn-text::before {
    width: 10px;
    height: 6px;
    left: 13px;
  }
  .case p {
    font-size: 14px;
  }
  .case ul li {
    font-size: 14px;
  }
  .case ol li {
    font-size: 14px;
  }
  .case h2.wp-block-heading {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .case .contact-btn {
    font-size: 14px;
    padding: 10px 0;
  }
  .privacy h2 {
    padding-block: 16px;
    -block: 16px;
  }
  .privacy .wp-block-heading {
    padding-block: 16px;
    margin-block: 16px;
  }
  .privacy .oltana-list li {
    margin: 16px 0;
  }
  .privacy .ol-btn-regular {
    padding: 16px 8px;
    min-width: 140px;
    text-align: center;
  }
  .company .ol-price__section:not(:first-of-type) {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .company .ol-access__section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .company .ol-product__content-title {
    font-size: 20px;
  }
  .company .ol-txt {
    font-size: 14px;
  }
  .company .concept {
    padding-block: 40px;
  }
  .company .ol-access__image {
    max-width: 500px;
    margin: 0 auto;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .company .ol-access__info-item-label {
    width: 100px;
    font-size: 14px;
  }
  .company .ol-access__map {
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .company .ol-access__map img {
    max-width: none;
    min-width: 1000px;
    display: block;
  }
  .company .group-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company .group-item {
    padding: 4px 0;
  }
  .company .group-ttl {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .company .group-ttl span {
    font-size: 14px;
    padding-left: 16px;
  }
  .company .ol-price__body .img-wrap {
    width: 100%;
  }
  .company .ol-price__body .txt-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 841px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .ol-firstview__section .ol-firstview__inner {
    padding-right: 4.53125vw;
    padding-left: 8.4895833333vw;
    justify-self: end;
    margin-left: auto;
    margin-right: 0;
  }
  .blog-article-block .article-content ul li + li,
  .blog-article-block .article-content ol li + li {
    margin-top: 3px;
  }
  .blog-article-block .article-content a:hover {
    text-decoration: none;
  }
  .blog-article-block .article-content .wp-block-columns {
    margin: 30px -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .blog-article-block .article-content .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__media {
    width: 252px;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__content {
    padding-left: 30px;
    width: calc(100% - 252px);
  }
  .blog-article-block .article-content .wp-block-table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .blog-article-block .article-content .wp-block-table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .blog-article-block .article-content table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .blog-article-block .article-content table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .blog-article-block .article-content .iframe-wrap.youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 490px;
  }
  .contact-complete-section {
    padding-block: 100px;
  }
}
@media only screen and (min-width: 841px) and (max-width: 1024px) {
  .ol-footer__section .c-footer.ol-footer .ol-header__inner .ol-header__title-anchor {
    width: 100%;
  }
  .ol-footer__section .c-footer.ol-footer .ol-header__inner .ol-header__contact-wrapper {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (any-hover: hover) {
  .ol-footer__section .ol-contact__action-wrapper .contact-link-each:hover {
    background: #EDEDED;
  }
  .ol-footer__section .ol-contact__action-wrapper .contact-link-each.clr-green:hover .contact-link-desc {
    color: #00AE8D;
  }
  #c-pagetop .pagetop-link:hover {
    background: #EDEDED;
  }
  .c-link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .ol-breadcrumb__list .ol-breadcrumb__item > .ol-breadcrumb__anchor:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .global-nav-list-container .menu .menu-item > a:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  .c-btn01.c-primary:hover,
  .gdpr-cookie-law__btn.c-primary:hover {
    color: #FFFFFF;
  }
  .c-btn01.c-primary:hover::after,
  .gdpr-cookie-law__btn.c-primary:hover::after {
    opacity: 1;
  }
  .c-btn02:hover .icon::before {
    background: #FFFFFF;
    left: -12px;
  }
  .c-btn02:hover .icon::after {
    opacity: 1;
  }
  .gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__btn:hover {
    color: #FFFFFF !important;
  }
  .gdpr-cookie-law .gdpr-cookie-law__body .gdpr-cookie-law__btn:hover::after {
    opacity: 1;
  }
  .home .our-business-section .splide__slide .contents-wrap:hover .img-area::before {
    opacity: 1;
  }
  .home .our-business-section .splide__slide .contents-wrap:hover .product-ttl {
    opacity: 1;
  }
  .ol-single__template .ol-article__main a[target=_blank]:hover::after {
    background: #00a0df;
  }
  .ol-single__template .ol-article__back .ol-btn-text:hover {
    background: -webkit-gradient(linear, left top, right top, from(#00A0DF), to(#00AE8D));
    background: linear-gradient(90deg, #00A0DF 0%, #00AE8D 100%);
    color: #FFFFFF;
  }
  .ol-single__template .ol-article__back .ol-btn-text:hover::before {
    background: #FFFFFF;
  }
  .case .contact-btn:hover {
    background: #00A0DF;
    color: #FFFFFF;
  }
}
@media (max-width: 374px) {
  .ol-archive__list-item-content {
    margin-top: 20px !important; /* 1.8em */
  }
  .ol-archive__list-item {
    padding: 20px !important;
  }
  .ol-list-text {
    margin-top: 10px;
  }
  .ol-archive__list-item-title {
    text-align: left;
    /* clamp(1.09rem ~ 1.31rem) の中間値 */
    font-size: 16px !important;
  }
  .ol-archive__shortcut-desc {
    font-size: 12px !important; /* 0.96875rem */
  }
  .wp-child-theme-oltana-006-child .ol-heading-wrapper .ol-heading-sub > span:nth-child(1) {
    font-size: 30px;
  }
}
@media (min-width: 641px) {
  .ol-archive__list-item {
    padding: 24px; /* clamp(1.5em ~ 2em) の中間 */
    -webkit-flex-basis: calc((100% - 24px) / 2);
        -ms-flex-preferred-size: calc((100% - 24px) / 2);
            flex-basis: calc((100% - 24px) / 2);
  }
  .ol-archive__list {
    gap: 24px;
  }
  .btn-wrap.view-all {
    margin-top: 30px;
  }
}
@media (min-width: 841px) {
  .ol-archive__list-item {
    padding: 24px;
    -webkit-flex-basis: calc((100% - 48px) / 3);
        -ms-flex-preferred-size: calc((100% - 48px) / 3);
            flex-basis: calc((100% - 48px) / 3);
  }
  .ol-archive__list {
    gap: 24px;
  }
  .btn-wrap.view-all {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .contact .wpcf7 .wpcf7-checkbox,
  .contact .wpcf7 .wpcf7-radio {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */