@charset "UTF-8";
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

*:focus {
  outline: none;
}

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

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* setting/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .m-privacy__wrap, .m-news-detail__wrap, .m-news-archive__wrap, .m-recruit-benefit__wrap, .m-recruit-info__wrap, .m-recruit-nav__wrap, .m-contact-thanks__wrap, .m-contact-from__lead, .m-contact-from__wrap, .m-contact-list__wrap, .m-company-advisers__wrap, .m-company-compliments__wrap, .m-company-access__wrap, .m-company-overview__wrap, .m-company-nav__wrap, .m-company-message__wrap, .m-case-slider__wrap, .m-case__wrap, .m-guide__wrap, .m-services-faq__wrap, .m-services-pages__wrap, .m-services-feature__wrap, .m-services-mv__wrap, .m-services__wrap, .g-ttl__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: min(1160px, 90.625vw);
  }
}

@media screen and (min-width: 769px) {
  .m-recruit-benefit__list, .m-recruit-info__inner, .m-company-advisers__inner, .m-company-compliments__box {
    margin-left: auto;
    margin-right: auto;
    max-width: min(964px, 75.3125vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.m-services-faq__num, .m-services-step__item-num, .m-services-step__group-num, .m-services-pages__box-num, .m-top-news__ttl, .m-top-service__num li, .m-top-service__cap, .m-top-service__itemnum, .m-top-about__caption, .m-top-about__floattxt, .m-top-pickup__ttl, .g-ttl__ttl span, .g-footer__ttl {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-services-pages__li-purchasebtn:not(span):not(p), .m-services-feature__product-btn:not(span):not(p), .m-top-mv__li a:not(span):not(p) {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .m-services-pages__li-purchasebtn:not(span):not(p):hover, .m-services-feature__product-btn:not(span):not(p):hover, .m-top-mv__li a:not(span):not(p):hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  .m-news-archive__item:not(span):not(p), .m-top-pickup__link:not(span):not(p) {
    cursor: pointer;
  }
  .m-news-archive__item:not(span):not(p) figure, .m-top-pickup__link:not(span):not(p) figure {
    overflow: hidden;
  }
  .m-news-archive__item:not(span):not(p) img, .m-top-pickup__link:not(span):not(p) img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .m-news-archive__item:not(span):not(p):hover img, .m-top-pickup__link:not(span):not(p):hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes floatText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes floatText {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes mvSlider {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes mvSlider {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes arwSlide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@keyframes arwSlide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@-webkit-keyframes arwDownSlide {
  0% {
    top: 50%;
  }
  50% {
    top: calc(50% + 5px);
  }
  100% {
    top: 50%;
  }
}
@keyframes arwDownSlide {
  0% {
    top: 50%;
  }
  50% {
    top: calc(50% + 5px);
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes arwBtnSlide {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(-25%) translateY(-50%);
            transform: translateX(-25%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes arwBtnSlide {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(-25%) translateY(-50%);
            transform: translateX(-25%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
/* setting/_base.scss
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #364246;
  background-color: #FDFFFF;
  overflow: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.is-hidden {
  overflow: hidden;
}
body::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  display: block;
  background: #FDFFFF;
  pointer-events: none;
  content: "";
}
body.is-loaded::before {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
body.is-fade::before {
  -webkit-transition-delay: none;
          transition-delay: none;
  opacity: 1;
}

main {
  background-color: #FDFFFF;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  main {
    border-radius: 0 0 min(40px, 3.125vw) min(40px, 3.125vw);
    padding-top: min(109px, 8.515625vw);
    margin-top: max(-109px, -8.515625vw);
  }
}
@media screen and (max-width: 768px) {
  main {
    border-radius: 0 0 24px 24px;
    padding-top: min(77px, 21.3888888889vw);
    margin-top: max(-77px, -21.3888888889vw);
  }
}

img,
svg {
  vertical-align: bottom;
}

main figure {
  margin: 0;
}

svg {
  height: auto;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

a, div, button {
  -webkit-tap-highlight-color: transparent;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input::-ms-clear {
  visibility: hidden;
}

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

button, label {
  cursor: pointer;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 1.171875vw);
    border-width: min(2px, 0.15625vw);
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    border-radius: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none !important;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 4.1666666667vw);
    border-width: min(2px, 0.5555555556vw);
    font-size: min(18px, 5vw);
    border-radius: min(15px, 4.1666666667vw);
  }
}
/* lib/_slick.scss
-------------------------------------------------- */
.m-top-pickup__list .slick-list {
  overflow: visible;
}
.m-top-pickup__list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  height: 1px;
}
.m-top-pickup__list .slick-dots li,
.m-top-pickup__list .slick-dots button {
  height: 100%;
}
.m-top-pickup__list .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-top-pickup__list .slick-dots button {
  width: 100%;
  color: transparent;
  text-indent: -9999px;
  background-color: #F1F1F1;
}
.m-top-pickup__list .slick-dots button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A2AAAD;
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s linear 0.1s;
  transition: -webkit-transform 0.3s linear 0.1s;
  transition: transform 0.3s linear 0.1s;
  transition: transform 0.3s linear 0.1s, -webkit-transform 0.3s linear 0.1s;
  will-change: transform;
}
.m-top-pickup__list .slick-dots .is-next button::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-top-pickup__list .slick-dots .is-prev button::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-top-pickup__list .slick-active button::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.m-top-pickup__list .slick-active.is-next button::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-top-pickup__list .slick-active.is-prev button::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 769px) {
  .m-top-pickup__list .slick-dots {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .m-top-pickup__list .slick-dots {
    margin-top: min(30px, 8.3333333333vw);
  }
}
.m-case-slider__list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  height: 1px;
}
.m-case-slider__list .slick-dots li,
.m-case-slider__list .slick-dots button {
  height: 100%;
}
.m-case-slider__list .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-case-slider__list .slick-dots button {
  width: 100%;
  color: transparent;
  text-indent: -9999px;
  background-color: #F1F1F1;
}
.m-case-slider__list .slick-dots button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A2AAAD;
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s linear 0.1s;
  transition: -webkit-transform 0.3s linear 0.1s;
  transition: transform 0.3s linear 0.1s;
  transition: transform 0.3s linear 0.1s, -webkit-transform 0.3s linear 0.1s;
  will-change: transform;
}
.m-case-slider__list .slick-dots .is-next button::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-case-slider__list .slick-dots .is-prev button::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-case-slider__list .slick-active button::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.m-case-slider__list .slick-active.is-next button::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-case-slider__list .slick-active.is-prev button::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 769px) {
  .m-case-slider__list .slick-dots {
    margin-top: 40px;
    padding: 0 54px;
  }
}
@media screen and (max-width: 768px) {
  .m-case-slider__list .slick-list {
    overflow: visible;
  }
  .m-case-slider__list .slick-dots {
    margin-top: min(30px, 8.3333333333vw);
  }
}

/* global/_header.scss
-------------------------------------------------- */
.g-header {
  z-index: 10;
}
.g-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__logo {
  background-color: #FDFFFF;
}
@media screen and (min-width: 769px) {
  .g-header.g-header-white .g-header__scroll-main {
    color: #FDFFFF;
  }
  .g-header.g-header-white .g-header__contactlink {
    border: 1px solid #FDFFFF;
    color: #FDFFFF;
  }
  .g-header.g-header-white .g-header__contactlink:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .g-header__logo {
    padding: min(24px, 1.875vw);
    border-bottom-right-radius: min(16px, 1.25vw);
  }
  .g-header__logo img {
    width: min(88px, 6.875vw);
  }
  .g-header__gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(40px, 3.125vw);
  }
  .g-header__link {
    color: #FDFFFF;
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    font-weight: 700;
    line-height: 1.8333333333em;
  }
  .g-header__scroll {
    position: relative;
    overflow: hidden;
  }
  .g-header__scroll-main {
    color: #364246;
    display: block;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    line-height: 1;
  }
  .g-header__scroll-sub {
    display: block;
    position: absolute;
    opacity: 0;
    top: 130%;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    color: #0062A7;
    line-height: 1;
  }
  .g-header__scroll:hover .g-header__scroll-main {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    opacity: 0;
  }
  .g-header__scroll:hover .g-header__scroll-sub {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    opacity: 1;
  }
  .g-header__contact {
    margin: 0 min(56px, 4.375vw) 0 min(51px, 3.984375vw);
  }
  .g-header__contactlink {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #CFD8DB;
    border-radius: 999px;
    color: #364246;
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(7px, 0.546875vw) min(36px, 2.8125vw) min(9px, 0.703125vw);
  }
  .g-header__contactlink:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
}
@media screen and (max-width: 768px) {
  .g-header.g-header-white .g-header__hamburger span {
    background-color: #FDFFFF;
  }
  .g-header__logo {
    padding: min(17px, 4.7222222222vw);
    border-bottom-right-radius: min(11px, 3.0555555556vw);
  }
  .g-header__logo img {
    width: min(62px, 17.2222222222vw);
  }
  .g-header__hamburger {
    position: relative;
    margin-right: min(32px, 8.8888888889vw);
    z-index: 999;
  }
  .g-header__hamburger-inner {
    width: min(24px, 6.6666666667vw);
    height: min(13px, 3.6111111111vw);
  }
  .g-header__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0062A7;
  }
  .g-header__hamburger span:first-child {
    top: 0;
    -webkit-transition: color 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s, top 0.3s;
    transition: color 0.3s, transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  }
  .g-header__hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .g-header__hamburger span:last-child {
    bottom: 0;
    -webkit-transition: color 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s, bottom 0.3s;
    transition: color 0.3s, transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  }
  .g-header__hamburger.is-active span {
    background-color: #364246;
  }
  .g-header__hamburger.is-active span:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .g-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .g-header__hamburger.is-active span:last-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
  }
  .g-header__fixed {
    display: none;
    position: fixed;
    top: max(-10px, -2.7777777778vw);
    right: 0;
    border-bottom-left-radius: min(20px, 5.5555555556vw);
    background-color: rgba(67, 154, 255, 0.5);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    padding: min(16px, 4.4444444444vw);
    margin-right: 0;
    opacity: 0;
    -webkit-transition: top 0.2s linear, opacity 0.2s linear;
    transition: top 0.2s linear, opacity 0.2s linear;
    pointer-events: none;
    z-index: 999;
  }
  .g-header__fixed.is-prepare {
    display: block;
  }
  .g-header__fixed-inner {
    width: min(24px, 6.6666666667vw);
    height: min(13px, 3.6111111111vw);
  }
  .g-header__fixed span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FDFFFF;
  }
  .g-header__fixed span:first-child {
    top: 0;
    -webkit-transition: color 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s, top 0.3s;
    transition: color 0.3s, transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  }
  .g-header__fixed span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .g-header__fixed span:last-child {
    bottom: 0;
    -webkit-transition: color 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s, bottom 0.3s;
    transition: color 0.3s, transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  }
  .g-header__fixed.is-active span:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .g-header__fixed.is-active span:nth-child(2) {
    opacity: 0;
  }
  .g-header__fixed.is-active span:last-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
  }
  .g-header__fixed.is-fixed {
    top: 0;
    opacity: 1;
    pointer-events: inherit;
  }
}

/* global/_footer.scss
-------------------------------------------------- */
.g-footer {
  background: url(../img/common/footer_bg.jpg) center center/cover;
  width: 100%;
}
.g-footer__bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.g-footer__bg svg {
  width: 180%;
  margin-left: 20%;
}
.g-footer__ttl {
  text-align: center;
  color: #FDFFFF;
  font-weight: 200;
}
.g-footer__lead {
  text-align: center;
  color: #FDFFFF;
  font-weight: 700;
}
.g-footer__cap {
  text-align: center;
  color: #FDFFFF;
}
.g-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.g-footer__btn--short {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FDFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  border: 1px solid #B0DAF8;
}
.g-footer__btn--short:nth-child(2) {
  left: -1px;
}
.g-footer__btn--long {
  display: block;
  color: #FDFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #B0DAF8;
  text-align: center;
}
.g-footer__logo img {
  width: 100%;
}
.g-footer__li:not(:last-child) .g-footer__link {
  position: relative;
}
.g-footer__li:not(:last-child) .g-footer__link i {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.g-footer__li:not(:last-child) .g-footer__link i::before, .g-footer__li:not(:last-child) .g-footer__link i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
}
.g-footer__li:not(:last-child) .g-footer__link i::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: url(../img/common/arrow_link_wt.svg) center center no-repeat;
}
.g-footer__li:not(:last-child) .g-footer__link i::after {
  opacity: 0;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  background: url(../img/common/arrow_link_blu.svg) center center no-repeat;
}
.g-footer__link {
  color: #FDFFFF;
}
.g-footer__navlink {
  color: #FDFFFF;
  font-weight: 700;
}
.g-footer__copy {
  color: #FDFFFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .g-footer {
    position: sticky;
    bottom: 0;
    margin-top: max(-40px, -3.125vw);
    padding-top: min(40px, 3.125vw);
    overflow: hidden;
  }
  .g-footer__bg {
    top: min(-9.93vw, -143px);
  }
  .g-footer__bg svg {
    min-width: 2476px;
    width: 172%;
    margin-left: 98.33%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-footer__wrap {
    padding: min(112px, 8.75vw) min(80px, 6.25vw) min(17px, 1.328125vw);
    position: sticky;
    top: 0;
  }
  .g-footer__ttl {
    font-size: clamp(10px, 4.375vw, 3.5rem);
    line-height: 1.3214285714em;
  }
  .g-footer__lead {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .g-footer__box {
    margin-top: min(32px, 2.5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(32px, 2.5vw);
  }
  .g-footer__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-footer__cap {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .g-footer__btns {
    margin-top: min(18px, 1.40625vw);
  }
  .g-footer__btn--short {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    font-weight: 700;
    line-height: 5.6666666667em;
  }
  .g-footer__btn--short:first-child {
    border-radius: min(16px, 1.25vw) 0 0 min(16px, 1.25vw);
  }
  .g-footer__btn--short:last-child {
    border-radius: 0 min(16px, 1.25vw) min(16px, 1.25vw) 0;
  }
  .g-footer__btn--short:hover {
    color: #0062A7;
    border-color: #0062A7;
    background-color: rgba(0, 98, 67, 0.1);
    z-index: 1;
  }
  .g-footer__btn--long {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    font-weight: 700;
    border-radius: min(16px, 1.25vw);
    line-height: 5.6666666667em;
  }
  .g-footer__btn--long:hover {
    color: #0062A7;
    border-color: #0062A7;
    background-color: rgba(0, 98, 67, 0.1);
  }
  .g-footer__cont {
    margin-top: min(70px, 5.46875vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 min(80px, 6.25vw);
  }
  .g-footer__logo {
    width: min(200px, 15.625vw);
  }
  .g-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0 min(10px, 0.78125vw);
  }
  .g-footer__li {
    max-width: min(200px, 15.625vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-footer__li:not(:last-child) .g-footer__link {
    padding-bottom: min(7px, 0.546875vw);
    border-bottom: 1px solid #B0DAF8;
  }
  .g-footer__li:not(:last-child) .g-footer__link i {
    top: calc(50% - min(3px, 0.234375vw));
    width: min(16px, 1.25vw);
    height: min(16px, 1.25vw);
  }
  .g-footer__li:not(:last-child) .g-footer__link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    background-color: #0062A7;
  }
  .g-footer__li:not(:last-child) .g-footer__link:hover {
    color: #0062A7;
  }
  .g-footer__li:not(:last-child) .g-footer__link:hover i::before {
    opacity: 0;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  .g-footer__li:not(:last-child) .g-footer__link:hover i::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .g-footer__li:not(:last-child) .g-footer__link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .g-footer__li:last-child .g-footer__link:hover {
    color: #0062A7;
  }
  .g-footer__link {
    display: block;
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .g-footer__link:not(:first-child) {
    margin-top: min(8px, 0.625vw);
  }
  .g-footer__nav {
    margin-top: min(16px, 1.25vw);
  }
  .g-footer__navlink {
    display: block;
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .g-footer__navlink:not(:first-child) {
    margin-top: min(8px, 0.625vw);
  }
  .g-footer__navlink:hover {
    color: #0062A7;
  }
  .g-footer__copy {
    margin-top: min(65px, 5.078125vw);
    font-size: clamp(10px, 0.78125vw, 0.625rem);
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    position: sticky;
    bottom: 0;
    margin-top: max(-24px, -6.6666666667vw);
    padding-top: min(24px, 6.6666666667vw);
    overflow: hidden;
  }
  .g-footer__bg {
    top: max(-57px, -15.8333333333vw);
  }
  .g-footer__bg svg {
    width: min(2476px, 687.7777777778vw);
    margin-left: calc(50% + min(490px, 136.1111111111vw));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-footer__wrap {
    padding: min(55px, 15.2777777778vw) min(16px, 4.4444444444vw) min(30px, 8.3333333333vw);
    position: sticky;
    top: 0;
  }
  .g-footer__ttl {
    font-size: min(56px, 15.5555555556vw);
    line-height: 1.3214285714em;
  }
  .g-footer__lead {
    margin-top: min(7px, 1.9444444444vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .g-footer__box {
    margin-top: min(32px, 8.8888888889vw);
  }
  .g-footer__item:not(:first-child) {
    margin-top: min(24px, 6.6666666667vw);
  }
  .g-footer__cap {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .g-footer__btns {
    margin-top: min(18px, 5vw);
  }
  .g-footer__btn--short {
    font-size: min(12px, 3.3333333333vw);
    font-weight: 700;
    line-height: 5.6666666667em;
  }
  .g-footer__btn--short:first-child {
    border-radius: min(16px, 4.4444444444vw) 0 0 min(16px, 4.4444444444vw);
  }
  .g-footer__btn--short:last-child {
    border-radius: 0 min(16px, 4.4444444444vw) min(16px, 4.4444444444vw) 0;
  }
  .g-footer__btn--long {
    font-size: min(12px, 3.3333333333vw);
    font-weight: 700;
    border-radius: min(16px, 4.4444444444vw);
    line-height: 5.6666666667em;
  }
  .g-footer__cont {
    margin-top: min(122px, 33.8888888889vw);
  }
  .g-footer__logo {
    width: min(166px, 46.1111111111vw);
    margin: 0 auto;
  }
  .g-footer__list {
    margin-top: min(49px, 13.6111111111vw);
  }
  .g-footer__li {
    margin-top: min(24px, 6.6666666667vw);
  }
  .g-footer__li:not(:last-child) .g-footer__link {
    padding-bottom: min(7px, 1.9444444444vw);
    border-bottom: 1px solid #B0DAF8;
  }
  .g-footer__li:not(:last-child) .g-footer__link i {
    top: calc(50% - min(3px, 0.8333333333vw));
    width: min(16px, 4.4444444444vw);
    height: min(16px, 4.4444444444vw);
  }
  .g-footer__link {
    display: block;
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .g-footer__link:not(:first-child) {
    margin-top: min(8px, 2.2222222222vw);
  }
  .g-footer__nav {
    display: none;
  }
  .g-footer__copy {
    margin-top: min(60px, 16.6666666667vw);
    font-size: min(10px, 2.7777777778vw);
    line-height: 1.3em;
  }
}

/* global/_nav.scss
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(67, 154, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .g-nav.is-passive {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .g-nav.is-passive .g-nav__inner {
    -webkit-transition: opacity 0.8s cubic-bezier(0, 0.77, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.77, 0, 1);
    transition: opacity 0.8s cubic-bezier(0, 0.77, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.77, 0, 1);
    transition: transform 0.8s cubic-bezier(0, 0.77, 0, 1), opacity 0.8s cubic-bezier(0, 0.77, 0, 1);
    transition: transform 0.8s cubic-bezier(0, 0.77, 0, 1), opacity 0.8s cubic-bezier(0, 0.77, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.77, 0, 1);
  }
  .g-nav.is-active {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .g-nav.is-active .g-nav__inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0, 0.77, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.77, 0, 1);
    transition: opacity 0.8s cubic-bezier(0, 0.77, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.77, 0, 1);
    transition: transform 0.8s cubic-bezier(0, 0.77, 0, 1), opacity 0.8s cubic-bezier(0, 0.77, 0, 1);
    transition: transform 0.8s cubic-bezier(0, 0.77, 0, 1), opacity 0.8s cubic-bezier(0, 0.77, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.77, 0, 1);
  }
  .g-nav.is-active .g-nav__list, .g-nav.is-active .g-nav__footer, .g-nav.is-active .g-nav__hamburger {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .g-nav__inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    padding: min(100px, 27.7777777778vw) min(16px, 4.4444444444vw) 0;
    background-color: #FDFFFF;
    opacity: 0;
  }
  .g-nav__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    padding: min(16px, 4.4444444444vw);
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    z-index: 1;
  }
  .g-nav__hamburger-inner {
    width: min(24px, 6.6666666667vw);
    height: min(13px, 3.6111111111vw);
  }
  .g-nav__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #364246;
  }
  .g-nav__hamburger span:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .g-nav__hamburger span:nth-child(2) {
    opacity: 0;
  }
  .g-nav__hamburger span:last-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
  }
  .g-nav__list {
    width: min(230px, 63.8888888889vw);
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  .g-nav__item {
    width: 100%;
  }
  .g-nav__item:not(:first-child) {
    margin-top: min(24px, 6.6666666667vw);
  }
  .g-nav__link {
    display: block;
    position: relative;
    width: 100%;
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    color: #364246;
    padding-bottom: min(7px, 1.9444444444vw);
    border-bottom: 1px solid #CFD8DB;
  }
  .g-nav__link::after {
    content: "";
    position: absolute;
    top: calc(50% - min(3.5px, 0.9722222222vw));
    right: 0;
    width: min(16px, 4.4444444444vw);
    height: min(16px, 4.4444444444vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/common/arrow_link_bk.svg) center center no-repeat;
  }
  .g-nav__footer {
    margin-top: min(24px, 6.6666666667vw);
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  .g-nav__footer-item:not(:first-child) {
    margin-top: min(8px, 2.2222222222vw);
  }
  .g-nav__footer-link {
    display: block;
    width: 100%;
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    color: #364246;
  }
}

/* global/_ttl.scss
-------------------------------------------------- */
.g-ttl__wrap {
  position: relative;
}
.g-ttl__ttl span {
  display: block;
}
.g-ttl__ttl em {
  display: block;
}
@media screen and (min-width: 769px) {
  .g-ttl__wrap {
    padding: min(40px, 3.125vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .g-ttl__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-ttl__ttl span {
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.32;
  }
  .g-ttl__ttl em {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 3.125vw, 2.5rem);
    line-height: 1.32;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .g-ttl__wrap {
    padding: min(40px, 11.1111111111vw) min(18px, 5vw);
  }
  .g-ttl__ttl {
    margin-top: min(35px, 9.7222222222vw);
  }
  .g-ttl__ttl span {
    font-size: min(11px, 3.0555555556vw);
    line-height: 1.32;
  }
  .g-ttl__ttl em {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(28px, 7.7777777778vw);
    line-height: 1.32;
  }
}

/* global/_breadcrumb.scss
-------------------------------------------------- */
.g-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-breadcrumb__li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #CFD8DB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .g-breadcrumb__li {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8;
  }
  .g-breadcrumb__li:not(:first-child) {
    padding-left: min(32px, 2.5vw);
  }
  .g-breadcrumb__li:not(:first-child)::before {
    width: min(16px, 1.25vw);
    left: min(8px, 0.625vw);
  }
  .g-breadcrumb__link:hover {
    color: #0062A7;
  }
}
@media screen and (max-width: 768px) {
  .g-breadcrumb__li {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8;
  }
  .g-breadcrumb__li:not(:first-child) {
    padding-left: min(32px, 8.8888888889vw);
  }
  .g-breadcrumb__li:not(:first-child)::before {
    width: min(16px, 4.4444444444vw);
    left: min(8px, 2.2222222222vw);
  }
}

/* modules/_top-mv.scss
-------------------------------------------------- */
.m-top-mv {
  overflow: hidden;
}
.m-top-mv__wrap {
  position: relative;
  padding: min(16px, 1.25vw) min(16px, 1.25vw) 0;
  margin: 0 auto;
}
.m-top-mv__video video {
  width: 100%;
}
.m-top-mv__slider {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: mvSlider linear infinite;
          animation: mvSlider linear infinite;
}
.m-top-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-top-mv__li img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-top-mv__wrap {
    padding: min(16px, 1.25vw) min(16px, 1.25vw) 0;
    margin: 0 auto;
  }
  .m-top-mv__video video {
    border-radius: min(16px, 1.25vw);
    aspect-ratio: 1408/768;
    max-height: min(768px, 60vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-top-mv__ttl {
    position: absolute;
    bottom: 5.21%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1200px;
    width: 91.05%;
  }
  .m-top-mv__img {
    width: 80%;
  }
  .m-top-mv__wave {
    width: 100%;
    margin-top: max(-15px, -1.171875vw);
  }
  .m-top-mv__slider {
    margin-top: min(55px, 4.296875vw);
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
  .m-top-mv__li {
    width: min(600px, 46.875vw);
    margin: 0 min(8px, 0.625vw);
  }
  .m-top-mv__li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-top-mv__wrap {
    padding: min(16px, 4.4444444444vw) min(16px, 4.4444444444vw) 0;
  }
  .m-top-mv__video video {
    border-radius: min(16px, 4.4444444444vw);
    aspect-ratio: 328/387;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-top-mv__ttl {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(44px, 12.2222222222vw);
    line-height: 1.3181818182em;
    font-weight: 100;
  }
  .m-top-mv__ttl span {
    display: inline-block;
  }
  .m-top-mv__slider {
    margin-top: min(45px, 12.5vw);
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
  .m-top-mv__li {
    width: min(336px, 93.3333333333vw);
    margin: 0 min(4.5px, 1.25vw);
  }
  .m-top-mv__li:first-child {
    margin-left: 0;
  }
}

/* modules/_top-pickup.scss
-------------------------------------------------- */
.m-top-pickup {
  overflow: hidden;
}
.m-top-pickup__wrap {
  position: relative;
}
.m-top-pickup__fig {
  width: 100%;
  aspect-ratio: 308/163;
}
.m-top-pickup__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-pickup__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-pickup__cap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-top-pickup__info {
  color: #A2AAAD;
  font-weight: 700;
}
.m-top-pickup__btn, .m-top-pickup__btn--prev, .m-top-pickup__btn--next {
  position: relative;
  background-color: #FDFFFF;
  border: 1px solid #CFD8DB;
  border-radius: 50%;
}
.m-top-pickup__btn--prev::after, .m-top-pickup__btn--next::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #364246;
  border-right: 1px solid #364246;
}
.m-top-pickup__btn--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.m-top-pickup__btn--next::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m-top-pickup__btn span, .m-top-pickup__btn--prev span, .m-top-pickup__btn--next span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-top-pickup__wrap {
    padding-top: min(112px, 8.75vw);
    padding-bottom: min(88px, 6.875vw);
    max-width: 1360px;
    margin: 0;
  }
  .m-top-pickup__cont {
    position: relative;
    margin: 0 min(40px, 3.125vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top-pickup__cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background-color: #FDFFFF;
  }
  .m-top-pickup__ttl {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    background-color: #FDFFFF;
  }
  .m-top-pickup__list {
    width: min(956px, 74.6875vw);
  }
  .m-top-pickup__li {
    width: min(308px, 24.0625vw);
    margin: 0 min(8px, 0.625vw);
  }
  .m-top-pickup__link:hover .m-top-pickup__cap, .m-top-pickup__link:hover .m-top-pickup__info {
    color: #0062A7;
  }
  .m-top-pickup__cap {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.8em;
    min-height: calc(min(25.2px, 1.96875vw) * 3);
  }
  .m-top-pickup__info {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8em;
  }
  .m-top-pickup__info span {
    margin-left: min(10px, 0.78125vw);
  }
  .m-top-pickup__arws {
    position: absolute;
    left: 0;
    top: min(48px, 3.75vw);
    z-index: 1;
  }
  .m-top-pickup__btn, .m-top-pickup__btn--prev, .m-top-pickup__btn--next {
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
  }
  .m-top-pickup__btn:hover, .m-top-pickup__btn--prev:hover, .m-top-pickup__btn--next:hover {
    background-color: rgba(0, 98, 67, 0.1);
    border-color: #0062A7;
  }
  .m-top-pickup__btn--prev::after, .m-top-pickup__btn--next::after {
    width: min(8px, 0.625vw);
    height: min(8px, 0.625vw);
  }
  .m-top-pickup__btn--prev:hover::after, .m-top-pickup__btn--next:hover::after {
    border-top: 1px solid #0062A7;
    border-right: 1px solid #0062A7;
  }
  .m-top-pickup__btn--prev {
    margin-right: min(12px, 0.9375vw);
  }
  .m-top-pickup__btn--prev::after {
    left: calc(50% + min(1.5px, 0.1171875vw));
  }
  .m-top-pickup__btn--next::after {
    left: calc(50% - min(1.5px, 0.1171875vw));
  }
}
@media screen and (max-width: 768px) {
  .m-top-pickup__wrap {
    padding: min(80px, 22.2222222222vw) min(16px, 4.4444444444vw);
  }
  .m-top-pickup__ttl {
    position: relative;
    font-size: min(18px, 5vw);
    line-height: 1.3333333333em;
  }
  .m-top-pickup__list {
    margin-top: min(32px, 8.8888888889vw);
    width: 100%;
  }
  .m-top-pickup__li {
    width: min(213px, 59.1666666667vw);
    margin: 0 min(8px, 2.2222222222vw);
  }
  .m-top-pickup__cap {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.8em;
    min-height: calc(min(25.2px, 7vw) * 3);
  }
  .m-top-pickup__info {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8em;
  }
  .m-top-pickup__info span {
    margin-left: 10px;
  }
  .m-top-pickup__arws {
    margin-top: min(32px, 8.8888888889vw);
    text-align: center;
  }
  .m-top-pickup__btn, .m-top-pickup__btn--prev, .m-top-pickup__btn--next {
    width: min(40px, 11.1111111111vw);
    height: min(40px, 11.1111111111vw);
  }
  .m-top-pickup__btn--prev::after, .m-top-pickup__btn--next::after {
    width: min(8px, 2.2222222222vw);
    height: min(8px, 2.2222222222vw);
  }
  .m-top-pickup__btn--prev {
    margin-right: min(24px, 6.6666666667vw);
  }
  .m-top-pickup__btn--prev::after {
    left: calc(50% + min(1.5px, 0.4166666667vw));
  }
  .m-top-pickup__btn--next::after {
    left: calc(50% - min(1.5px, 0.4166666667vw));
  }
}

/* modules/_top-about.scss
-------------------------------------------------- */
.m-top-about {
  position: relative;
}
.m-top-about__bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.m-top-about__cont {
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(135deg, rgba(94, 176, 254, 0.8), rgba(107, 109, 254, 0.8));
}
.m-top-about__caption {
  color: #FDFFFF;
}
.m-top-about__ttl {
  color: #FDFFFF;
  font-weight: 300;
}
.m-top-about__tag, .m-top-about__lead, .m-top-about__txt {
  color: #FDFFFF;
}
.m-top-about__tag {
  display: inline-block;
  border: 1px solid #CFD8DB;
  border-radius: 999px;
  font-weight: 700;
}
.m-top-about__fig img {
  width: 100%;
}
.m-top-about__float {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.m-top-about__floattxt {
  white-space: nowrap;
  color: #F7F8F9;
  font-weight: 200;
  -webkit-animation: floatText 60s linear infinite;
          animation: floatText 60s linear infinite;
}
@media screen and (min-width: 769px) {
  .m-top-about__bg {
    top: min(-36.67vw, -528px);
  }
  .m-top-about__bg svg {
    min-width: min(1747px, 136.484375vw);
    width: 121.3%;
    margin-left: 58.61%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-top-about__wrap {
    padding: min(139px, 10.859375vw) min(40px, 3.125vw) 0;
  }
  .m-top-about__cont {
    max-width: 1280px;
    margin: 0 auto;
    padding: min(64px, 5vw) min(32px, 2.5vw) min(120px, 9.375vw);
    border-radius: min(20px, 1.5625vw);
  }
  .m-top-about__caption {
    max-width: min(1064px, 83.125vw);
    margin: 0 auto;
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.3333333333em;
  }
  .m-top-about__ttl {
    max-width: min(1064px, 83.125vw);
    margin: min(40px, 3.125vw) auto 0;
    font-size: clamp(10px, 4.375vw, 3.5rem);
    line-height: 1.3214285714em;
  }
  .m-top-about__item {
    max-width: min(1130px, 88.28125vw);
    margin: min(54px, 4.21875vw) auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(32px, 2.5vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top-about__item:last-child {
    margin-top: min(116px, 9.0625vw);
  }
  .m-top-about__contents {
    max-width: 416px;
    width: 42.75%;
  }
  .m-top-about__li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: min(120px, 9.375vw) 0;
  }
  .m-top-about__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.6666666667em;
    padding: 0 min(15px, 1.171875vw);
  }
  .m-top-about__lead {
    margin-top: min(24px, 1.875vw);
    font-size: min(28px, 2.1875vw);
    line-height: 1.3214285714em;
  }
  .m-top-about__txt {
    margin-top: min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
  .m-top-about__figbox {
    position: sticky;
    top: 50vh;
    margin-top: 25vh;
    margin-bottom: -25vh;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 53.95%;
    max-width: 525px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .m-top-about__figinner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50vh;
  }
  .m-top-about__fig {
    position: absolute;
    width: 100%;
  }
  .m-top-about__fig:not(:first-child) {
    -webkit-mask-image: url(../img/common/mask_bg.png);
            mask-image: url(../img/common/mask_bg.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  .m-top-about__float {
    top: max(-49px, -3.828125vw);
  }
  .m-top-about__floattxt {
    font-size: clamp(10px, 15.625vw, 12.5rem);
    line-height: 1.32em;
  }
}
@media screen and (max-width: 768px) {
  .m-top-about__bg {
    top: max(-610px, -169.4444444444vw);
  }
  .m-top-about__bg svg {
    width: min(1856px, 515.5555555556vw);
    margin-left: calc(50% + min(111px, 30.8333333333vw));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-top-about__wrap {
    padding: min(104px, 28.8888888889vw) min(16px, 4.4444444444vw) 0;
  }
  .m-top-about__cont {
    width: 100%;
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(45px, 12.5vw);
    border-radius: min(20px, 5.5555555556vw);
  }
  .m-top-about__caption {
    font-size: min(18px, 5vw);
    line-height: 1.3333333333em;
  }
  .m-top-about__ttl {
    margin-top: min(40px, 11.1111111111vw);
    font-size: min(28px, 7.7777777778vw);
    line-height: 1.3214285714em;
  }
  .m-top-about__li {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-top-about__tag {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.6666666667em;
    padding: 0 min(15px, 4.1666666667vw);
  }
  .m-top-about__lead {
    margin-top: min(24px, 6.6666666667vw);
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-top-about__txt {
    margin-top: min(24px, 6.6666666667vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-top-about__fig {
    margin-top: min(18px, 5vw);
    width: 100%;
  }
  .m-top-about__float {
    top: 0;
  }
  .m-top-about__floattxt {
    font-size: min(120px, 33.3333333333vw);
    line-height: 1.3166666667em;
  }
}

/* modules/_top-service.scss
-------------------------------------------------- */
.m-top-service__bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.m-top-service__wrap {
  width: 100%;
}
.m-top-service__num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FDFFFF;
}
.m-top-service__num li span {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.m-top-service__num li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.m-top-service__num li.is-active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.m-top-service__num li.is-active::after {
  opacity: 1;
}
.m-top-service__num li:nth-child(1) {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
}
.m-top-service__num li:nth-child(1)::after {
  background: linear-gradient(-60deg, #5EB0FE, #6B6DFE);
}
.m-top-service__num li:nth-child(2) {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
}
.m-top-service__num li:nth-child(2)::after {
  background: linear-gradient(-60deg, #83CCDE, #21A4DE);
}
.m-top-service__num li:nth-child(3) {
  background: linear-gradient(120deg, #0C3988, #182B57);
}
.m-top-service__num li:nth-child(3)::after {
  background: linear-gradient(-60deg, #0C3988, #182B57);
}
.m-top-service__num li:nth-child(4) {
  background: linear-gradient(120deg, #F88F91, #F88F91 35%, #EF7B85 60%, #EF7B85 100%);
}
.m-top-service__num li:nth-child(4)::after {
  background: linear-gradient(120deg, #F88F91, #F88F91 35%, #EF7B85 60%, #EF7B85 100%);
}
.m-top-service__num li:nth-child(5) {
  background: linear-gradient(120deg, #5EB0FE, #5EB0FE 35%, #74B6FE 60%, #EFDAFF 100%);
}
.m-top-service__num li:nth-child(5)::after {
  background: linear-gradient(-60deg, #5EB0FE, #5EB0FE 35%, #74B6FE 60%, #EFDAFF 100%);
}
.m-top-service__num li:nth-child(6) {
  background: linear-gradient(120deg, #FEDB5E, #FE6B6B);
}
.m-top-service__num li:nth-child(6)::after {
  background: linear-gradient(-60deg, #FEDB5E, #FE6B6B);
}
.m-top-service__box {
  position: relative;
  width: 100%;
}
.m-top-service__item {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.m-top-service__item.is-active {
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.m-top-service__item.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.m-top-service__item:nth-child(1) {
  background: linear-gradient(120deg, rgba(111, 181, 254, 0.9), rgba(118, 140, 254, 0.9));
}
.m-top-service__item:nth-child(1) .m-top-service__itemnum {
  color: #5B80DE;
}
.m-top-service__item:nth-child(2) {
  background: linear-gradient(120deg, rgba(136, 206, 225, 0.9), rgba(55, 173, 225, 0.9));
}
.m-top-service__item:nth-child(2) .m-top-service__itemnum {
  color: #389AC2;
}
.m-top-service__item:nth-child(3) {
  background: linear-gradient(120deg, rgba(37, 76, 144, 0.9), rgba(47, 64, 104, 0.9));
}
.m-top-service__item:nth-child(3) .m-top-service__itemnum {
  color: #122C63;
}
.m-top-service__item:nth-child(4) {
  background: linear-gradient(120deg, rgba(247, 141, 144, 0.9), rgba(239, 123, 133, 0.9));
}
.m-top-service__item:nth-child(4) .m-top-service__itemnum {
  color: #f05d69;
}
.m-top-service__item:nth-child(5) {
  background: linear-gradient(120deg, rgba(110, 118, 254, 0.9), rgba(110, 118, 254, 0.9) 35%, rgba(131, 190, 254, 0.9) 60%, rgba(238, 221, 255, 0.9) 100%);
}
.m-top-service__item:nth-child(5) .m-top-service__itemnum {
  color: #83A2EA;
}
.m-top-service__item:nth-child(6) {
  background: linear-gradient(120deg, rgba(254, 224, 143, 0.9), rgba(254, 122, 122, 0.9));
}
.m-top-service__item:nth-child(6) .m-top-service__itemnum {
  color: #F06848;
}
.m-top-service__cap {
  color: #FDFFFF;
  font-weight: 200;
}
.m-top-service__lead {
  color: #FDFFFF;
}
.m-top-service__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-top-service__tag {
  color: #FDFFFF;
  font-weight: 700;
  border: 1px solid #FDFFFF;
  border-radius: 999px;
}
.m-top-service__itemnum {
  position: absolute;
  font-weight: 200;
}
.m-top-service__more {
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.m-top-service__link {
  display: block;
  border: solid #FDFFFF;
  border-radius: 50%;
}
.m-top-service__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/arrow_right_wt.svg) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 769px) {
  .m-top-service__bg {
    top: min(-68.75vw, -990px);
  }
  .m-top-service__bg svg {
    min-width: min(2177px, 170.078125vw);
    width: 151%;
    margin-left: 34.16%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-top-service__wrap {
    padding-top: min(292px, 22.8125vw);
  }
  .m-top-service__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .m-top-service__num {
    width: 11.9444444444%;
    max-width: 172px;
  }
  .m-top-service__num li {
    height: min(120px, 9.375vw);
    font-size: clamp(10px, 1.40625vw, 1.125rem);
  }
  .m-top-service__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-service__item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-top-service__fig {
    position: absolute;
    top: calc(50% - min(31px, 2.421875vw));
    right: min(139px, 9.65vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 65.2482269504%;
    max-width: 828px;
  }
  .m-top-service__img {
    width: 100%;
  }
  .m-top-service__bloc {
    position: relative;
    padding-top: min(120px, 9.375vw);
    padding-left: min(40px, 3.125vw);
    z-index: 1;
  }
  .m-top-service__cap {
    font-size: clamp(10px, 6.25vw, 5rem);
    line-height: 1.325em;
  }
  .m-top-service__lead {
    margin-top: min(12px, 0.9375vw);
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
  }
  .m-top-service__tags {
    margin-top: min(18px, 1.40625vw);
    gap: 0 min(4px, 0.3125vw);
  }
  .m-top-service__tag {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.5833333333em;
    padding: 0 min(15px, 1.171875vw) min(1px, 0.078125vw);
  }
  .m-top-service__itemnum {
    top: max(-5px, -0.390625vw);
    right: min(35px, 2.734375vw);
    font-size: clamp(10px, 9.375vw, 7.5rem);
    line-height: 1.3166666667em;
  }
  .m-top-service__more {
    bottom: min(72px, 5.625vw);
    right: min(75px, 5.859375vw);
  }
  .m-top-service__link {
    width: min(160px, 12.5vw);
    height: min(160px, 12.5vw);
    border-width: 2.5px;
  }
  .m-top-service__link::after {
    width: min(59px, 4.609375vw);
    height: min(59px, 4.609375vw);
  }
}
@media screen and (max-width: 768px) {
  .m-top-service__bg {
    top: max(-723px, -200.8333333333vw);
  }
  .m-top-service__bg svg {
    width: min(2509px, 696.9444444444vw);
    margin-left: calc(50% - min(13.5px, 3.75vw));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-top-service__wrap {
    padding: min(237px, 65.8333333333vw) min(16px, 4.4444444444vw) 0;
  }
  .m-top-service__cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-top-service__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .m-top-service__num li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: min(74px, 20.5555555556vw);
    font-size: min(18px, 5vw);
  }
  .m-top-service__box {
    position: relative;
    height: min(400px, 111.1111111111vw);
  }
  .m-top-service__item {
    position: absolute;
    bottom: 0;
  }
  .m-top-service__fig {
    position: absolute;
    top: max(-56px, -15.5555555556vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(271px, 75.2777777778vw);
  }
  .m-top-service__bloc {
    height: min(400px, 111.1111111111vw);
    padding: min(242px, 67.2222222222vw) min(16px, 4.4444444444vw) 0;
  }
  .m-top-service__cap {
    font-size: min(28px, 7.7777777778vw);
    line-height: 1.3214285714em;
  }
  .m-top-service__lead {
    margin-top: min(7px, 1.9444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-top-service__tags {
    margin-top: min(9px, 2.5vw);
    gap: 0 min(4px, 1.1111111111vw);
  }
  .m-top-service__tag {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.5833333333em;
    padding: 0 min(15px, 4.1666666667vw) min(1px, 0.2777777778vw);
  }
  .m-top-service__itemnum {
    top: max(-91px, -25.2777777778vw);
    right: 0;
    font-size: min(80px, 22.2222222222vw);
    line-height: 1.325em;
  }
  .m-top-service__more {
    top: min(146px, 40.5555555556vw);
    right: min(23px, 6.3888888889vw);
  }
  .m-top-service__link {
    width: min(64px, 17.7777777778vw);
    height: min(64px, 17.7777777778vw);
    border-width: min(1px, 0.2777777778vw);
  }
  .m-top-service__link::after {
    width: min(23.63px, 6.5638888889vw);
    height: min(23.63px, 6.5638888889vw);
  }
}

/* modules/_top-news.scss
-------------------------------------------------- */
.m-top-news__li {
  border-bottom: 1px solid #F1F1F1;
}
.m-top-news__li:first-child .m-top-news__link {
  padding-top: 0;
}
.m-top-news__link {
  display: block;
  height: 100%;
}
.m-top-news__info {
  color: #A2AAAD;
  font-weight: 700;
}
.m-top-news__cap {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-top-news__btn-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #CFD8DB;
}
.m-top-news__btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1px solid #364246;
  border-right: 1px solid #364246;
}
@media screen and (min-width: 769px) {
  .m-top-news__wrap {
    padding: min(287px, 22.421875vw) min(80px, 6.25vw) min(136px, 10.625vw);
    border-radius: 0 0 min(40px, 3.125vw) min(40px, 3.125vw);
  }
  .m-top-news__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    gap: 0 min(124px, 9.6875vw);
  }
  .m-top-news__ttl {
    width: min(199px, 15.546875vw);
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.3333333333em;
  }
  .m-top-news__list {
    max-width: min(848px, 66.25vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-news__li:first-child .m-top-news__link {
    padding-top: 0;
  }
  .m-top-news__li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
    background-color: #0062A7;
  }
  .m-top-news__li:last-child {
    border-bottom: 0;
  }
  .m-top-news__li:last-child::after {
    display: none;
  }
  .m-top-news__li:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .m-top-news__link {
    padding: min(23px, 1.796875vw) 0 min(24px, 1.875vw);
  }
  .m-top-news__link:hover .m-top-news__cap, .m-top-news__link:hover .m-top-news__info {
    color: #0062A7;
  }
  .m-top-news__cap {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    -webkit-line-clamp: 1;
  }
  .m-top-news__info {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-top-news__date {
    margin-right: min(10px, 0.78125vw);
  }
  .m-top-news__btn {
    position: absolute;
    top: min(59px, 4.609375vw);
    left: 0;
    width: min(199px, 15.546875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 2.8125em;
    border-bottom: 1px solid #F1F1F1;
  }
  .m-top-news__btn::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    background-color: #0062A7;
  }
  .m-top-news__btn:hover {
    color: #0062A7;
  }
  .m-top-news__btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .m-top-news__btn:hover .m-top-news__btn-icon {
    border: 1px solid #0062A7;
    background-color: rgba(0, 98, 67, 0.1);
  }
  .m-top-news__btn:hover .m-top-news__btn-icon::after {
    border-top: 1px solid #0062A7;
    border-right: 1px solid #0062A7;
  }
  .m-top-news__btn-icon {
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
  .m-top-news__btn-icon::after {
    left: calc(50% - min(1px, 0.078125vw));
    width: min(4.5px, 0.3515625vw);
    height: min(4.5px, 0.3515625vw);
  }
}
@media screen and (max-width: 768px) {
  .m-top-news__wrap {
    padding: min(107px, 29.7222222222vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-top-news__cont {
    width: 100%;
  }
  .m-top-news__ttl {
    font-size: min(18px, 5vw);
    line-height: 1.3333333333em;
  }
  .m-top-news__list {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-top-news__link {
    padding: min(24px, 6.6666666667vw) 0 min(23px, 6.3888888889vw);
  }
  .m-top-news__cap {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.8571428571em;
    -webkit-line-clamp: 2;
  }
  .m-top-news__info {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-top-news__date {
    margin-right: min(10px, 2.7777777778vw);
  }
  .m-top-news__btn {
    display: block;
    position: relative;
    margin-top: min(32px, 8.8888888889vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 2.8125em;
  }
  .m-top-news__btn-icon {
    width: min(24px, 6.6666666667vw);
    height: min(24px, 6.6666666667vw);
  }
  .m-top-news__btn-icon::after {
    left: calc(50% - min(1px, 0.2777777778vw));
    width: min(4.5px, 1.25vw);
    height: min(4.5px, 1.25vw);
  }
}

/* modules/_services.scss
-------------------------------------------------- */
.m-services__ttl {
  position: relative;
  color: #475467;
}
.m-services__ttl em {
  display: block;
}
.m-services__ttl span {
  display: block;
}
.m-services__ttl::before, .m-services__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-services__ttl::before {
  background-color: #39ABDB;
}
.m-services__ttl::after {
  background-color: #0062A7;
}
.m-services__item {
  border: 1px solid #CFD8DB;
  overflow: hidden;
}
.m-services__fig {
  width: 100%;
  background: center center/cover;
}
.m-services__fig[data-figure="1"] {
  background-image: url(../img/services/bg-01.jpg);
}
.m-services__fig[data-figure="2"] {
  background-image: url(../img/services/bg-02.jpg);
}
.m-services__fig[data-figure="3"] {
  background-image: url(../img/services/bg-03.jpg);
}
.m-services__fig[data-figure="4"] {
  background-image: url(../img/services/bg-04.jpg);
}
.m-services__fig[data-figure="5"] {
  background-image: url(../img/services/bg-05.jpg);
}
.m-services__fig[data-figure="6"] {
  background-image: url(../img/services/bg-06.jpg);
}
.m-services__fig[data-figure="7"] {
  background-image: url(../img/services/bg-07.jpg);
}
.m-services__fig[data-figure="8"] {
  background-image: url(../img/services/bg-08.jpg);
}
.m-services__img {
  display: block;
  margin: 0 auto;
}
.m-services__catch {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #475467;
}
.m-services__catch::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #0062A7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-services__caption {
  text-align: center;
  color: #475467;
}
.m-services__btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #475467;
  background-color: #FFFFFF;
  border: 1px solid #475467;
}
.m-services__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
.m-services__soon {
  text-align: center;
  font-weight: 700;
  color: #475467;
}
@media screen and (min-width: 769px) {
  .m-services__wrap {
    padding-bottom: min(160px, 12.5vw);
  }
  .m-services__ttl {
    margin-top: min(80px, 6.25vw);
    padding-bottom: min(34px, 2.65625vw);
  }
  .m-services__ttl em {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
  }
  .m-services__ttl span {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services__ttl::before, .m-services__ttl::after {
    height: min(4px, 0.3125vw);
  }
  .m-services__ttl::before {
    width: min(32px, 2.5vw);
  }
  .m-services__ttl::after {
    width: min(16px, 1.25vw);
  }
  .m-services__list {
    margin-top: min(80px, 6.25vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services__item {
    width: calc((100% - min(32px, 2.5vw)) / 3);
    border-radius: min(16px, 1.25vw);
  }
  .m-services__fig {
    padding: min(42px, 3.28125vw) 0;
  }
  .m-services__img {
    width: min(112px, 8.75vw);
  }
  .m-services__box {
    padding: min(40px, 3.125vw);
  }
  .m-services__catch {
    padding-bottom: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services__catch::after {
    bottom: min(8px, 0.625vw);
    width: min(32px, 2.5vw);
  }
  .m-services__caption {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-services__preview {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 2.857142857em;
    text-align: center;
    font-weight: 500;
  }
  .m-services__btn {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(10px, 0.78125vw) min(12px, 0.9375vw) min(10px, 0.78125vw) 0;
  }
  .m-services__btn::after {
    right: min(32px, 2.5vw);
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-services__btn:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-services__btn:hover::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
  .m-services__soon {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .m-services__wrap {
    padding: 0 min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-services__ttl {
    margin-top: min(80px, 22.2222222222vw);
    padding-bottom: min(42px, 11.6666666667vw);
  }
  .m-services__ttl:first-child {
    margin-top: min(42px, 11.6666666667vw);
  }
  .m-services__ttl em {
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-services__ttl span {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services__ttl::before, .m-services__ttl::after {
    height: min(4px, 1.1111111111vw);
  }
  .m-services__ttl::before {
    width: min(32px, 8.8888888889vw);
  }
  .m-services__ttl::after {
    width: min(16px, 4.4444444444vw);
  }
  .m-services__list {
    margin-top: min(62px, 17.2222222222vw);
  }
  .m-services__item {
    width: 100%;
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services__item:not(:first-child) {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-services__fig {
    padding: min(42px, 11.6666666667vw) 0;
  }
  .m-services__img {
    width: min(112px, 31.1111111111vw);
  }
  .m-services__box {
    padding: min(40px, 11.1111111111vw);
  }
  .m-services__catch {
    padding-bottom: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services__catch::after {
    bottom: min(8px, 2.2222222222vw);
    width: min(32px, 8.8888888889vw);
  }
  .m-services__caption {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services__preview {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) min(12px, 3.3333333333vw) min(10px, 2.7777777778vw) 0;
  }
  .m-services__btn {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) min(12px, 3.3333333333vw) min(10px, 2.7777777778vw) 0;
  }
  .m-services__btn::after {
    right: min(32px, 8.8888888889vw);
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
  .m-services__soon {
    margin-top: min(16px, 4.4444444444vw);
    padding-bottom: min(40px, 11.1111111111vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.8;
  }
}

/* modules/_services-mv.scss
-------------------------------------------------- */
.m-services-mv {
  position: relative;
}
.m-services-mv .g-breadcrumb__li, .m-services-mv .g-ttl__ttl {
  color: #FDFFFF;
}
.m-services-mv__lead {
  color: #FDFFFF;
  letter-spacing: 0.01em;
}
.m-services-mv__img {
  width: 100%;
}
.m-services-mv__btn {
  color: #FDFFFF;
  display: block;
  position: relative;
  border: 1px solid #FDFFFF;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.m-services-mv__btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #FDFFFF;
  border-radius: 999px;
}
.m-services-mv__btn i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../img/common/arrow_btn_wt.svg) center center no-repeat;
}
@media screen and (min-width: 769px) {
  .m-services-mv__cont {
    margin: min(16px, 1.25vw) min(16px, 1.25vw) 0;
    padding-top: min(98px, 7.65625vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-services-mv .g-ttl__wrap {
    border-bottom: 1px solid #FDFFFF;
  }
  .m-services-mv__wrap {
    position: relative;
    padding-top: min(40px, 3.125vw);
    min-height: min(505px, 39.453125vw);
  }
  .m-services-mv__lead {
    font-weight: 300;
    font-size: clamp(10px, 4.375vw, 3.5rem);
    line-height: 1.3214285714em;
  }
  .m-services-mv__fig {
    position: absolute;
    bottom: max(-83px, -6.484375vw);
    right: min(36px, 2.8125vw);
    width: min(383px, 29.921875vw);
  }
  .m-services-mv__btnbox {
    position: absolute;
    width: min(1160px, 90.625vw);
    bottom: min(40px, 3.125vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-services-mv__btn {
    width: 295px;
    padding: 28px 0 28px 20px;
    font-size: 12px;
    line-height: 1.8333333333em;
    border-radius: 16px;
  }
  .m-services-mv__btn:hover i::after {
    -webkit-animation: arwBtnSlide 0.2s linear;
            animation: arwBtnSlide 0.2s linear;
  }
  .m-services-mv__btn i {
    width: 60px;
    height: 38px;
    right: 20px;
  }
  .m-services-mv__btn i::after {
    width: 12px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .m-services-mv__cont {
    margin: min(16px, 4.4444444444vw) min(16px, 4.4444444444vw) 0;
    padding-top: min(60px, 16.6666666667vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-mv__wrap {
    position: relative;
    padding: 0 min(16px, 4.4444444444vw);
  }
  .m-services-mv__lead {
    font-weight: 400;
    font-size: min(28px, 7.7777777778vw);
    line-height: 1.3214285714em;
  }
  .m-services-mv__fig {
    margin: min(64px, 17.7777777778vw) auto 0;
    width: min(252px, 70vw);
    bottom: max(-24px, -6.6666666667vw);
  }
  .m-services-mv__btnbox {
    margin-top: min(48px, 13.3333333333vw);
    padding: 0 min(16px, 4.4444444444vw) min(24px, 6.6666666667vw);
  }
  .m-services-mv__btn {
    width: 100%;
    padding: min(28px, 7.7777777778vw) min(100px, 27.7777777778vw) min(28px, 7.7777777778vw) min(20px, 5.5555555556vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-mv__btn i {
    width: min(60px, 16.6666666667vw);
    height: min(38px, 10.5555555556vw);
    right: min(20px, 5.5555555556vw);
  }
  .m-services-mv__btn i::after {
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
}

/* modules/_services-feature.scss
-------------------------------------------------- */
.m-services-feature__ttl {
  text-align: center;
  letter-spacing: 0.01em;
  border-top: 1px solid #FDFFFF;
  border-bottom: 1px solid #FDFFFF;
  color: #FDFFFF;
  background: -webkit-gradient(linear, right top, left top, from(rgba(253, 255, 255, 0)), color-stop(30%, rgba(253, 255, 255, 0.3)), color-stop(70%, rgba(253, 255, 255, 0.3)), to(rgba(253, 255, 255, 0)));
  background: linear-gradient(to left, rgba(253, 255, 255, 0) 0%, rgba(253, 255, 255, 0.3) 30%, rgba(253, 255, 255, 0.3) 70%, rgba(253, 255, 255, 0) 100%);
}
.m-services-feature__num {
  margin: 0 auto;
}
.m-services-feature__num img {
  width: 100%;
}
.m-services-feature__lead {
  text-align: center;
  letter-spacing: 0.01em;
  color: #FDFFFF;
}
.m-services-feature__box-fig img {
  width: 100%;
}
.m-services-feature__box-ttl {
  position: relative;
  color: #FDFFFF;
  letter-spacing: 0.01em;
}
.m-services-feature__box-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #FDFFFF;
}
.m-services-feature__box-caption {
  font-weight: 700;
}
.m-services-feature__box-caption, .m-services-feature__box-lead, .m-services-feature__box-cap {
  color: #FDFFFF;
  letter-spacing: 0.01em;
}
.m-services-feature__box-videobox {
  position: relative;
}
.m-services-feature__box-videobox.is-playing .m-services-feature__box-videobtn {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  pointer-events: none;
}
.m-services-feature__box-videobtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.m-services-feature__box-videobtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(253, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 50%;
  z-index: 1;
}
.m-services-feature__box-videobtn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid #FDFFFF;
  border-right: 0;
  z-index: 1;
}
.m-services-feature__li-fig {
  width: 100%;
}
.m-services-feature__li-img {
  width: 100%;
}
.m-services-feature__li-ttl {
  position: relative;
  color: #FDFFFF;
  letter-spacing: 0.01em;
}
.m-services-feature__li-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #FDFFFF;
}
.m-services-feature__li-lead, .m-services-feature__li-cap {
  color: #FDFFFF;
  letter-spacing: 0.01em;
}
.m-services-feature__note {
  background-color: rgba(253, 255, 255, 0.3);
}
.m-services-feature__note-item {
  color: #FDFFFF;
  letter-spacing: 0.01em;
}
.m-services-feature__note-item em {
  font-weight: 700;
  display: block;
}
.m-services-feature__note-item span {
  display: block;
}
.m-services-feature__catch {
  text-align: center;
  font-weight: 700;
  color: #FDFFFF;
  border: 1px solid #FDFFFF;
}
.m-services-feature__product {
  background-color: rgba(253, 255, 255, 0.3);
}
.m-services-feature__product-fig img {
  width: 100%;
}
.m-services-feature__product-ttl {
  color: #FDFFFF;
  font-weight: 300;
}
.m-services-feature__product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-services-feature__product-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #A2AAAD;
  overflow: hidden;
}
.m-services-feature__product-btn img {
  width: 100%;
}
.m-services-feature__step-img {
  width: 100%;
}
.m-services-feature__step-txt {
  color: #FDFFFF;
}
.m-services-feature__point-item {
  background-color: rgba(255, 255, 255, 0.5);
}
.m-services-feature__point-lead {
  color: #354756;
  letter-spacing: 0.01em;
}
.m-services-feature__point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-services-feature__point-boximg img {
  width: 100%;
}
.m-services-feature__point-boxtext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  color: #354756;
}
.m-services-feature__point-img {
  width: 100%;
}
.m-services-feature__point-text {
  color: #354756;
  text-align: center;
}
.m-services-feature__point-img {
  width: 100%;
}
.m-services-feature__edition-li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(255, 255, 255, 0.5);
}
.m-services-feature__edition-num {
  position: absolute;
}
.m-services-feature__edition-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-services-feature__edition-caption, .m-services-feature__edition-text {
  color: #354756;
}
.m-services-feature__edition-img {
  width: 100%;
}
.m-services-feature__text {
  color: #FDFFFF;
  font-weight: 300;
  text-align: center;
}
.m-services-feature__cap {
  color: #FDFFFF;
  text-align: center;
}
.m-services-feature__figbox-fig img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-services-pages + .m-services-feature .m-services-feature__wrap {
    padding-top: min(80px, 6.25vw);
  }
  .m-services-feature__wrap {
    padding-top: min(120px, 9.375vw);
  }
  .m-services-feature__cont {
    padding: min(80px, 6.25vw) min(98px, 7.65625vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-services-feature__ttl {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
    padding: min(16px, 1.25vw) 0;
  }
  .m-services-feature__item {
    margin-top: min(80px, 6.25vw);
  }
  .m-services-feature__num {
    width: min(80px, 6.25vw);
  }
  .m-services-feature__lead {
    margin-top: min(12px, 0.9375vw);
    font-size: clamp(10px, 3.125vw, 2.5rem);
    line-height: 1.325em;
  }
  .m-services-feature__box, .m-services-feature__box-reverse {
    margin-top: min(64px, 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services-feature__box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-services-feature__box-reverse .m-services-feature__box-text {
    padding: min(16px, 1.25vw) min(16px, 1.25vw) min(16px, 1.25vw) 0;
  }
  .m-services-feature__box-fig {
    width: min(572px, 44.6875vw);
  }
  .m-services-feature__box-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(16px, 1.25vw) 0 min(16px, 1.25vw) min(16px, 1.25vw);
  }
  .m-services-feature__box-videobox + .m-services-feature__box-text {
    padding: min(24px, 1.875vw) 0 min(24px, 1.875vw) min(24px, 1.875vw);
  }
  .m-services-feature__box-ttl {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
    padding-bottom: min(16px, 1.25vw);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-services-feature__box-ttl::after {
    width: min(32px, 2.5vw);
  }
  .m-services-feature__box-caption {
    margin-bottom: min(8px, 0.625vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-feature__box-lead + .m-services-feature__box-caption {
    margin-top: min(8px, 0.625vw);
  }
  .m-services-feature__box-lead {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-feature__box-cap {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-feature__box-video {
    width: min(572px, 44.6875vw);
    aspect-ratio: 572/322;
  }
  .m-services-feature__box-videobtn::before {
    width: min(104px, 8.125vw);
    height: min(104px, 8.125vw);
  }
  .m-services-feature__box-videobtn::after {
    left: calc(50% + min(5px, 0.390625vw));
    border-top-width: min(17px, 1.328125vw);
    border-bottom-width: min(17px, 1.328125vw);
    border-left-width: min(30px, 2.34375vw);
  }
  .m-services-feature__list {
    margin-top: min(64px, 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(64px, 5vw) min(16px, 1.25vw);
  }
  .m-services-feature__li {
    width: calc((100% - min(16px, 1.25vw)) / 2);
  }
  .m-services-feature__li-icon {
    width: min(240px, 18.75vw);
    margin: 0 auto;
  }
  .m-services-feature__li-ttl {
    margin-top: min(24px, 1.875vw);
    text-align: center;
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
    padding-bottom: min(16px, 1.25vw);
  }
  .m-services-feature__li-ttl::after {
    width: min(32px, 2.5vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-services-feature__li-lead {
    margin-top: min(16px, 1.25vw);
    padding: 0 min(24px, 1.875vw);
    text-align: center;
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-feature__li-cap {
    margin-top: min(8px, 0.625vw);
    padding: 0 min(24px, 1.875vw);
    text-align: center;
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-feature__note {
    margin-top: min(64px, 5vw);
    border-radius: min(16px, 1.25vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: min(24px, 1.875vw);
  }
  .m-services-feature__note-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(16px, 1.25vw) min(24px, 1.875vw);
  }
  .m-services-feature__note-item:first-child {
    padding-left: min(16px, 1.25vw);
  }
  .m-services-feature__note-item:last-child {
    padding-right: min(16px, 1.25vw);
  }
  .m-services-feature__note-item:not(:last-child) {
    border-right: 1px solid #FDFFFF;
  }
  .m-services-feature__note-item em {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-feature__note-item span {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-services-feature__catch {
    margin-top: min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
    padding: min(24px, 1.875vw);
    border-radius: min(6px, 0.46875vw);
  }
  .m-services-feature__products {
    margin-top: min(80px, 6.25vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services-feature__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: min(12px, 0.9375vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: min(16px, 1.25vw);
  }
  .m-services-feature__product-fig {
    width: min(120px, 9.375vw);
    height: min(120px, 9.375vw);
  }
  .m-services-feature__product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: min(11px, 0.859375vw);
    border-left: 1px solid #FDFFFF;
    padding: min(12px, 0.9375vw) 0 min(12px, 0.9375vw) min(12px, 0.9375vw);
  }
  .m-services-feature__product-ttl {
    font-size: min(24px, 1.875vw);
    line-height: 1.3333333333em;
  }
  .m-services-feature__product-btns {
    gap: 0 min(8px, 0.625vw);
  }
  .m-services-feature__product-btn {
    border-radius: min(8px, 0.625vw);
  }
  .m-services-feature__step {
    margin-top: min(64px, 5vw);
  }
  .m-services-feature__step-ul {
    margin-top: min(8px, 0.625vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-services-feature__step-li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 min(16px, 1.25vw);
  }
  .m-services-feature__step-txt {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8;
  }
  .m-services-feature__point {
    margin-top: min(64px, 5vw);
  }
  .m-services-feature__point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(20px, 1.5625vw);
  }
  .m-services-feature__point-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(16px, 1.25vw) min(9px, 0.703125vw);
  }
  .m-services-feature__point-ttl {
    width: 100%;
  }
  .m-services-feature__point-lead {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8;
    padding-right: min(6px, 0.46875vw);
  }
  .m-services-feature__point-box {
    margin-top: min(16px, 1.25vw);
  }
  .m-services-feature__point-boximg {
    width: min(91px, 7.109375vw);
  }
  .m-services-feature__point-boxtext {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: rgba(255, 255, 255, 0.5);
    color: #354756;
    padding: min(10px, 0.78125vw) min(18px, 1.40625vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8;
  }
  .m-services-feature__point-boxtext:first-child {
    border-radius: min(10px, 0.78125vw) 0 0 min(10px, 0.78125vw);
  }
  .m-services-feature__point-boxtext:last-child {
    border-radius: 0 min(10px, 0.78125vw) min(10px, 0.78125vw) 0;
  }
  .m-services-feature__point-fig {
    margin: min(16px, 1.25vw) auto 0;
    width: min(251px, 19.609375vw);
  }
  .m-services-feature__point-text {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8;
  }
  .m-services-feature__edition {
    margin-top: min(64px, 5vw);
  }
  .m-services-feature__edition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(20px, 1.5625vw);
  }
  .m-services-feature__edition-li {
    width: calc((100% - min(20px, 1.5625vw) * 2) / 3);
    padding: min(32px, 2.5vw) min(16px, 1.25vw) min(24px, 1.875vw);
    gap: 0 min(8px, 0.625vw);
  }
  .m-services-feature__edition-num {
    position: absolute;
    top: max(-6px, -0.46875vw);
    left: min(20px, 1.5625vw);
    width: min(66px, 5.15625vw);
  }
  .m-services-feature__edition-caption {
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.8;
  }
  .m-services-feature__edition-text {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8;
  }
  .m-services-feature__edition-fig {
    width: min(89px, 6.953125vw);
  }
  .m-services-feature__text {
    margin-top: min(32px, 2.5vw);
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.32;
  }
  .m-services-feature__cap {
    margin-top: min(80px, 6.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8;
  }
  .m-services-feature__figbox {
    margin-top: min(64px, 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 min(64px, 5vw);
  }
  .m-services-feature__figbox-fig {
    width: min(309px, 24.140625vw);
  }
}
@media screen and (max-width: 768px) {
  .m-services-feature__wrap {
    padding: min(24px, 6.6666666667vw) min(16px, 4.4444444444vw) 0;
  }
  .m-services-feature__cont {
    padding: min(64px, 17.7777777778vw) min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-feature__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding: min(16px, 4.4444444444vw) 0;
  }
  .m-services-feature__item {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-services-feature__num {
    width: min(80px, 22.2222222222vw);
  }
  .m-services-feature__lead {
    margin-top: min(12px, 3.3333333333vw);
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-services-feature__box, .m-services-feature__box-reverse {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-feature__box-text {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-services-feature__box-ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding-bottom: min(16px, 4.4444444444vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-feature__box-ttl::after {
    width: min(32px, 8.8888888889vw);
  }
  .m-services-feature__box-caption {
    margin-bottom: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-feature__box-lead + .m-services-feature__box-caption {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-services-feature__box-lead {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-feature__box-cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-services-feature__box-video {
    width: 100%;
    aspect-ratio: 296/167;
  }
  .m-services-feature__box-videobtn::before {
    width: min(54px, 15vw);
    height: min(54px, 15vw);
  }
  .m-services-feature__box-videobtn::after {
    left: calc(50% + min(3px, 0.8333333333vw));
    border-top-width: min(9px, 2.5vw);
    border-bottom-width: min(9px, 2.5vw);
    border-left-width: min(15px, 4.1666666667vw);
  }
  .m-services-feature__li {
    margin-top: min(32px, 8.8888888889vw);
    width: 100%;
  }
  .m-services-feature__li-icon {
    width: min(188px, 52.2222222222vw);
    margin: 0 auto;
  }
  .m-services-feature__li-ttl {
    margin-top: min(24px, 6.6666666667vw);
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-feature__li-ttl::after {
    width: min(32px, 8.8888888889vw);
    left: 0;
  }
  .m-services-feature__li-lead {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-feature__li-cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-feature__note {
    margin-top: min(32px, 8.8888888889vw);
    border-radius: min(16px, 4.4444444444vw);
    padding: min(24px, 6.6666666667vw);
  }
  .m-services-feature__note-item {
    padding: min(32px, 8.8888888889vw) 0;
  }
  .m-services-feature__note-item:first-child {
    padding-top: min(16px, 4.4444444444vw);
  }
  .m-services-feature__note-item:last-child {
    padding-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-feature__note-item:not(:last-child) {
    border-bottom: 1px solid #FDFFFF;
  }
  .m-services-feature__note-item em {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-feature__note-item span {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-feature__catch {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    padding: min(24px, 6.6666666667vw);
    border-radius: min(6px, 1.6666666667vw);
  }
  .m-services-feature__product {
    margin-top: min(40px, 11.1111111111vw);
    padding: min(12px, 3.3333333333vw) min(12px, 3.3333333333vw) min(24px, 6.6666666667vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-feature__product-fig {
    width: min(120px, 33.3333333333vw);
    height: min(120px, 33.3333333333vw);
    margin: 0 auto;
  }
  .m-services-feature__product-box {
    margin-top: min(12px, 3.3333333333vw);
    border-top: 1px solid #FDFFFF;
    padding-top: min(12px, 3.3333333333vw);
  }
  .m-services-feature__product-ttl {
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-services-feature__product-btns {
    margin-top: min(16px, 4.4444444444vw);
    gap: 0 min(8px, 2.2222222222vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-services-feature__product-btn {
    width: min(132px, 36.6666666667vw);
    border-radius: min(8px, 2.2222222222vw);
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .m-services-feature__step {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-feature__step-li {
    width: min(289px, 80.2777777778vw);
    margin: 0 auto;
  }
  .m-services-feature__step-li + .m-services-feature__step-li {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-feature__step-txt {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8;
  }
  .m-services-feature__point {
    margin-top: min(39px, 10.8333333333vw);
  }
  .m-services-feature__point-item {
    padding: min(16px, 4.4444444444vw) min(3px, 0.8333333333vw);
  }
  .m-services-feature__point-ttl {
    width: 100%;
  }
  .m-services-feature__point-lead {
    margin: min(16px, 4.4444444444vw) min(12px, 3.3333333333vw) 0;
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8;
  }
  .m-services-feature__point-box {
    margin-top: min(16px, 4.4444444444vw);
    padding: 0 min(9px, 2.5vw);
  }
  .m-services-feature__point-boximg {
    width: min(91px, 25.2777777778vw);
  }
  .m-services-feature__point-boxtext {
    padding: min(10px, 2.7777777778vw) min(7px, 1.9444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8;
  }
  .m-services-feature__point-boxtext:first-child {
    border-radius: min(10px, 2.7777777778vw) 0 0 min(10px, 2.7777777778vw);
  }
  .m-services-feature__point-boxtext:last-child {
    border-radius: 0 min(10px, 2.7777777778vw) min(10px, 2.7777777778vw) 0;
  }
  .m-services-feature__point-fig {
    margin: min(16px, 4.4444444444vw) auto 0;
    width: min(251px, 69.7222222222vw);
  }
  .m-services-feature__point-text {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8;
  }
  .m-services-feature__edition {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-feature__edition-li {
    padding: min(32px, 8.8888888889vw) min(16px, 4.4444444444vw) min(24px, 6.6666666667vw);
    gap: 0 min(8px, 2.2222222222vw);
  }
  .m-services-feature__edition-li + .m-services-feature__edition-li {
    margin-top: min(20px, 5.5555555556vw);
  }
  .m-services-feature__edition-num {
    position: absolute;
    top: max(-6px, -1.6666666667vw);
    left: min(20px, 5.5555555556vw);
    width: min(66px, 18.3333333333vw);
  }
  .m-services-feature__edition-caption {
    font-size: min(18px, 5vw);
    line-height: 1.8;
  }
  .m-services-feature__edition-text {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8;
  }
  .m-services-feature__edition-fig {
    width: min(89px, 24.7222222222vw);
  }
  .m-services-feature__text {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(18px, 5vw);
    line-height: 1.32;
  }
  .m-services-feature__cap {
    margin-top: min(40px, 11.1111111111vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8;
    text-align: left;
  }
  .m-services-feature__figbox {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-feature__figbox-fig + .m-services-feature__figbox-fig {
    margin-top: min(32px, 8.8888888889vw);
  }
}

/* modules/_services-pages.scss
-------------------------------------------------- */
.m-services-pages__ttl {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  letter-spacing: 0.01em;
}
.m-services-pages__num {
  margin: 0 auto;
}
.m-services-pages__num img {
  width: 100%;
}
.m-services-pages__lead {
  text-align: center;
  letter-spacing: 0.01em;
}
.m-services-pages__text {
  text-align: center;
  letter-spacing: 0.01em;
}
.m-services-pages__tips {
  border: 1px solid #FFFFFF;
  margin-top: min(32px, 8.8888888889vw);
}
.m-services-pages__tips-text {
  color: #fff;
  text-align: center;
  padding: min(16px, 8.8888888889vw);
}
.m-services-pages__tips2 {
  margin-top: min(16px, 8.8888888889vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-services-pages__tips2-text {
  border: 1px solid #FFFFFF;
  color: #fff;
  border-radius: 40px;
  padding: min(16px, 8.8888888889vw);
}
.m-services-pages__box-fig img {
  width: 100%;
}
.m-services-pages__box-ttl {
  position: relative;
  letter-spacing: 0.01em;
}
.m-services-pages__box-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.m-services-pages__box-list {
  padding-left: 1em;
  list-style-type: disc;
  letter-spacing: 0.01em;
}
.m-services-pages__box-ol li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.01em;
}
.m-services-pages__box-ol li::before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-services-pages__box-link {
  text-decoration: underline;
}
.m-services-pages__li-fig {
  width: 100%;
}
.m-services-pages__li-text {
  background-color: #fff;
}
.m-services-pages__li-img {
  width: 100%;
}
.m-services-pages__li-ttl {
  position: relative;
  letter-spacing: 0.01em;
}
.m-services-pages__li-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
.m-services-pages__li-subttl {
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.m-services-pages__li-info {
  border-top: 1px solid #CFD8DB;
}
.m-services-pages__li-infotxt {
  text-align: center;
  letter-spacing: 0.01em;
}
.m-services-pages__li-infoicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-services-pages__li-infoicon i {
  font-size: 0;
}
.m-services-pages__li-infoicon i.-blue {
  background-color: #92BDF1;
}
.m-services-pages__li-infoicon i.-pink {
  background-color: #FFAEB8;
}
.m-services-pages__li-infoicon i.-white {
  background-color: #FFFFFF;
  border: 0.2px solid #364246;
}
.m-services-pages__li-purchase {
  border-top: 1px solid #CFD8DB;
}
.m-services-pages__li-purchasetxt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.m-services-pages__li-purchasebtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-services-pages__li-purchasebtn {
  border: 1px solid #CFD8DB;
  overflow: hidden;
}
.m-services-pages__li-purchasebtn img {
  width: 100%;
}
.m-services-pages__img {
  width: 100%;
}
.m-services-pages__catch {
  text-align: center;
  background-color: rgba(253, 255, 255, 0.3);
  font-weight: 700;
  border: 1px solid;
  letter-spacing: 0.01em;
}
.m-services-pages__table {
  width: 100%;
}
.m-services-pages__table tr th {
  background-color: #F7F8F9;
  color: #475467;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #CFD8DB;
}
.m-services-pages__table tr td {
  background-color: #FDFFFF;
  color: #475467;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #CFD8DB;
}
.m-services-pages__table tr.m-services-pages__table-head th {
  color: #FFFFFF;
  border: 1px solid #CFD8DB;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-services-pages:last-child .m-services-pages__wrap {
    padding-bottom: min(80px, 6.25vw);
  }
  .m-services-pages__wrap {
    margin-top: min(80px, 6.25vw);
  }
  .m-services-pages__cont {
    padding: min(80px, 6.25vw) min(98px, 7.65625vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-services-pages__ttl {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
    padding: min(16px, 1.25vw) 0;
  }
  .m-services-pages__item {
    margin-top: min(80px, 6.25vw);
  }
  .m-services-pages__num {
    width: min(80px, 6.25vw);
  }
  .m-services-pages__lead {
    margin-top: min(12px, 0.9375vw);
    font-size: clamp(10px, 3.125vw, 2.5rem);
    line-height: 1.325em;
  }
  .m-services-pages__text {
    margin-top: min(64px, 5vw);
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
  }
  .m-services-pages__lead + .m-services-pages__text {
    margin-top: min(32px, 2.5vw);
  }
  .m-services-pages__box, .m-services-pages__box-reverse {
    margin-top: min(64px, 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services-pages__box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-services-pages__box-reverse .m-services-pages__box-text {
    padding: min(16px, 1.25vw) min(16px, 1.25vw) min(16px, 1.25vw) 0;
  }
  .m-services-pages__box-fig {
    width: min(572px, 44.6875vw);
  }
  .m-services-pages__box-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(16px, 1.25vw) 0 min(16px, 1.25vw) min(16px, 1.25vw);
  }
  .m-services-pages__box-ttl {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
    padding-bottom: min(16px, 1.25vw);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-services-pages__box-ttl::after {
    width: min(32px, 2.5vw);
  }
  .m-services-pages__box-lead + .m-services-pages__box-ttl {
    margin-top: min(32px, 2.5vw);
  }
  .m-services-pages__box-lead {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__box-cap {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-pages__box-note {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-pages__box-li {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__box-num {
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.3333333333em;
    margin-bottom: min(16px, 1.25vw);
  }
  .m-services-pages__box-ol li {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__box-ol li:not(:first-child) {
    margin-top: min(8px, 0.625vw);
  }
  .m-services-pages__box-ol li::before {
    width: min(7px, 0.546875vw);
    height: min(7px, 0.546875vw);
    margin-left: min(3px, 0.234375vw);
    margin-right: calc(1em - min(10px, 0.78125vw));
  }
  .m-services-pages__box-numlist li {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__box-numlist li:not(:first-child) {
    margin-top: min(8px, 0.625vw);
  }
  .m-services-pages__box-link:hover {
    text-decoration: none;
  }
  .m-services-pages__list {
    margin-top: min(64px, 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(64px, 5vw) min(16px, 1.25vw);
  }
  .m-services-pages__li {
    width: calc((100% - min(16px, 1.25vw)) / 2);
  }
  .m-services-pages__li-icon {
    width: min(240px, 18.75vw);
    margin: 0 auto;
  }
  .m-services-pages__li-ttl {
    margin-top: min(24px, 1.875vw);
    text-align: center;
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
    padding-bottom: min(16px, 1.25vw);
  }
  .m-services-pages__li-ttl::after {
    width: min(32px, 2.5vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-services-pages__li-subttl {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__li-lead {
    margin-top: min(16px, 1.25vw);
    padding: 0 min(24px, 1.875vw);
    text-align: center;
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__li-subttl + .m-services-pages__li-lead {
    margin-top: min(8px, 0.625vw);
  }
  .m-services-pages__li-cap, .m-services-pages__li-cap-tl {
    margin-top: min(8px, 0.625vw);
    padding: 0 min(24px, 1.875vw);
    text-align: center;
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-pages__li-cap-tl {
    text-align: left;
  }
  .m-services-pages__li-info {
    width: min(426px, 33.28125vw);
    margin: min(16px, 1.25vw) auto 0;
    padding-top: min(16px, 1.25vw);
  }
  .m-services-pages__li-infotxt {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__li-infoicon {
    margin-top: min(8px, 0.625vw);
    gap: 0 min(6px, 0.46875vw);
  }
  .m-services-pages__li-infoicon i {
    width: min(16px, 1.25vw);
    height: min(16px, 1.25vw);
    border-radius: 50%;
  }
  .m-services-pages__li-purchase {
    width: min(426px, 33.28125vw);
    margin: min(16px, 1.25vw) auto 0;
    padding-top: min(16px, 1.25vw);
  }
  .m-services-pages__li-purchasetxt {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-services-pages__li-purchasebtns {
    margin-top: min(8px, 0.625vw);
    gap: 0 min(8px, 0.625vw);
  }
  .m-services-pages__li-purchasebtn {
    width: min(149px, 11.640625vw);
    border-radius: min(8px, 0.625vw);
  }
  .m-services-pages__fig {
    margin-top: min(64px, 5vw);
  }
  .m-services-pages__catch {
    margin-top: min(80px, 6.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
    padding: min(40px, 3.125vw) min(24px, 1.875vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-services-pages__table {
    margin-top: min(80px, 6.25vw);
    width: 100%;
  }
  .m-services-pages__table tr th {
    text-align: left;
    padding: min(12px, 0.9375vw) min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__table tr td {
    text-align: center;
    padding: min(12px, 0.9375vw) min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__table tr.m-services-pages__table-head th {
    text-align: left;
    padding: min(16px, 1.25vw) min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-pages__table-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services-pages__table-img {
    width: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 768px) {
  .m-services-pages:last-child .m-services-pages__wrap {
    padding-bottom: min(80px, 22.2222222222vw);
  }
  .m-services-pages__wrap {
    margin-top: min(40px, 11.1111111111vw);
    padding: 0 min(16px, 4.4444444444vw);
  }
  .m-services-pages__cont {
    padding: min(64px, 17.7777777778vw) min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-pages__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding: min(16px, 4.4444444444vw) 0;
  }
  .m-services-pages__item {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-services-pages__num {
    width: min(80px, 22.2222222222vw);
  }
  .m-services-pages__lead {
    margin-top: min(12px, 3.3333333333vw);
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-services-pages__text {
    margin-top: min(32px, 8.8888888889vw);
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.2083333333em;
  }
  .m-services-pages__lead + .m-services-pages__text {
    margin-top: min(24px, 6.6666666667vw);
  }
  .m-services-pages__box, .m-services-pages__box-reverse {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-pages__box-text {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-services-pages__box-ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding-bottom: min(16px, 4.4444444444vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-pages__box-ttl::after {
    width: min(32px, 8.8888888889vw);
  }
  .m-services-pages__box-lead + .m-services-pages__box-ttl {
    margin-top: min(16px, 4.4444444444vw);
    padding-top: min(16px, 4.4444444444vw);
    border-top: 1px solid #FDFFFF;
  }
  .m-services-pages__box-lead {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-pages__box-cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-services-pages__box-note {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 2.0833333333em;
  }
  .m-services-pages__box-li {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-pages__box-num {
    font-size: min(18px, 5vw);
    line-height: 1.3333333333em;
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-pages__box-ol li {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-pages__box-ol li:not(:first-child) {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-services-pages__box-ol li::before {
    width: min(7px, 1.9444444444vw);
    height: min(7px, 1.9444444444vw);
    margin-left: min(3px, 0.8333333333vw);
    margin-right: calc(1em - min(10px, 2.7777777778vw));
  }
  .m-services-pages__box-numlist li {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-pages__box-numlist li:not(:first-child) {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-services-pages__li {
    width: 100%;
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-pages__li-icon {
    width: min(188px, 52.2222222222vw);
    margin: 0 auto;
  }
  .m-services-pages__li-ttl {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-pages__li-ttl::after {
    width: min(32px, 8.8888888889vw);
    left: 0;
  }
  .m-services-pages__li-subttl {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
    text-align: left;
  }
  .m-services-pages__li-lead {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-pages__li-subttl + .m-services-pages__li-lead {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-services-pages__li-cap, .m-services-pages__li-cap-tl {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-services-pages__li-info {
    margin: min(16px, 4.4444444444vw) auto 0;
    padding-top: min(16px, 4.4444444444vw);
  }
  .m-services-pages__li-infotxt {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-pages__li-infoicon {
    margin-top: min(8px, 2.2222222222vw);
    gap: 0 min(6px, 1.6666666667vw);
  }
  .m-services-pages__li-infoicon i {
    width: min(16px, 4.4444444444vw);
    height: min(16px, 4.4444444444vw);
    border-radius: 50%;
  }
  .m-services-pages__li-purchase {
    margin: min(16px, 4.4444444444vw) auto 0;
    padding-top: min(16px, 4.4444444444vw);
  }
  .m-services-pages__li-purchasetxt {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-pages__li-purchasebtns {
    margin-top: min(8px, 2.2222222222vw);
    gap: 0 min(8px, 2.2222222222vw);
  }
  .m-services-pages__li-purchasebtn {
    width: min(144px, 40vw);
    border-radius: min(8px, 2.2222222222vw);
  }
  .m-services-pages__fig {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-pages__catch {
    margin-top: min(40px, 11.1111111111vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
    padding: min(32px, 8.8888888889vw) min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-pages__table {
    margin-top: min(40px, 11.1111111111vw);
    width: 100%;
  }
  .m-services-pages__table tr th {
    text-align: center;
    padding: min(8px, 2.2222222222vw) min(6px, 1.6666666667vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.5833333333em;
    letter-spacing: -0.04em;
  }
  .m-services-pages__table tr td {
    text-align: left;
    padding: min(8px, 2.2222222222vw) min(6px, 1.6666666667vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.4166666667em;
    letter-spacing: 0.01em;
  }
  .m-services-pages__table tr td.-center {
    text-align: center;
  }
  .m-services-pages__table tr.m-services-pages__table-head th {
    text-align: center;
    padding: min(8px, 2.2222222222vw) min(6px, 1.6666666667vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.5833333333em;
  }
  .m-services-pages__table tr.m-services-pages__table-head th:first-child {
    width: min(72px, 20vw);
  }
  .m-services-pages__table-img {
    width: min(48px, 13.3333333333vw);
  }
  .m-services-pages__table-txt {
    margin-top: min(6px, 1.6666666667vw);
    text-align: center;
    display: block;
  }
  .m-services-pages__table-sentence {
    display: block;
  }
  .m-services-pages__table-sentence:not(:first-child) {
    margin-top: min(6px, 1.6666666667vw);
  }
}

/* modules/_services-step.scss
-------------------------------------------------- */
.m-services-step__cont {
  background-color: #FDFFFF;
}
.m-services-step__ttl {
  text-align: center;
  letter-spacing: 0.01em;
}
.m-services-step__box + .m-services-step__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CFD8DB;
}
.m-services-step__item {
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.m-services-step__item-img {
  width: 100%;
}
.m-services-step__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-services-step__item-num i {
  display: inline-block;
  height: 1px;
  border-radius: 999px;
}
.m-services-step__item-text {
  letter-spacing: 0.01em;
}
.m-services-step__item-ttl {
  font-weight: 700;
  letter-spacing: 0.01em;
}
.m-services-step__item-cap {
  letter-spacing: 0.01em;
}
.m-services-step__box {
  overflow: hidden;
  border: 1px solid #F1F1F1;
}
.m-services-step__box-img {
  width: 100%;
}
.m-services-step__box-list {
  letter-spacing: 0.01em;
  padding-left: 1em;
  list-style-type: disc;
}
.m-services-step__group::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CFD8DB;
}
.m-services-step__group-box {
  overflow: hidden;
  border: 1px solid #F1F1F1;
}
.m-services-step__group-fig {
  width: 100%;
}
.m-services-step__group-img {
  width: 100%;
}
.m-services-step__group-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-services-step__group-num i {
  display: inline-block;
  height: 1px;
  border-radius: 999px;
}
.m-services-step__group-ttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-services-step__cont {
    margin-top: min(64px, 5vw);
    padding: min(40px, 3.125vw) min(24px, 1.875vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-services-step__ttl {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
  }
  .m-services-step__box + .m-services-step__ttl::before {
    margin: min(40px, 3.125vw) 0;
  }
  .m-services-step__lead {
    text-align: center;
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-step__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services-step__lead + .m-services-step__list {
    margin-top: min(40px, 3.125vw);
  }
  .m-services-step__ttl + .m-services-step__list {
    margin-top: min(40px, 3.125vw);
  }
  .m-services-step__group + .m-services-step__list {
    margin-top: min(40px, 3.125vw);
  }
  .m-services-step__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: min(8px, 0.625vw);
  }
  .m-services-step__item-text {
    padding: min(16px, 1.25vw);
  }
  .m-services-step__item-num {
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.3333333333em;
  }
  .m-services-step__item-num i {
    width: min(15px, 1.171875vw);
    margin-left: min(8px, 0.625vw);
  }
  .m-services-step__item-ttl {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-step__item-ttl.-min {
    min-height: min(58px, 4.53125vw);
  }
  .m-services-step__item-num + .m-services-step__item-ttl {
    margin-top: min(16px, 1.25vw);
  }
  .m-services-step__item-lead {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-services-step__item-cap {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-step__box {
    margin-top: min(40px, 3.125vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: min(8px, 0.625vw);
  }
  .m-services-step__box-fig {
    width: min(548px, 42.8125vw);
  }
  .m-services-step__box-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(24px, 1.875vw);
  }
  .m-services-step__box-li {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-step__box-cap {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-services-step__group::before {
    margin: min(40px, 3.125vw) 0;
  }
  .m-services-step__group-box {
    border-radius: min(16px, 1.25vw);
  }
  .m-services-step__group-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: min(16px, 1.25vw) 0;
  }
  .m-services-step__group-li {
    padding: 0 min(16px, 1.25vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-services-step__group-li:not(:last-child) {
    border-right: 1px solid #CFD8DB;
  }
  .m-services-step__group-num {
    font-size: clamp(10px, 1.40625vw, 1.125rem);
    line-height: 1.3333333333em;
  }
  .m-services-step__group-num i {
    width: min(15px, 1.171875vw);
    margin-left: min(8px, 0.625vw);
  }
  .m-services-step__group-ttl {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-step__group-lead {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
}
@media screen and (max-width: 768px) {
  .m-services-step__cont {
    margin-top: min(32px, 8.8888888889vw);
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-step__ttl {
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-services-step__box + .m-services-step__ttl::before {
    margin: min(40px, 11.1111111111vw) 0;
  }
  .m-services-step__lead {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-step__lead.-center {
    text-align: center;
  }
  .m-services-step__list:first-child .m-services-step__item:first-child {
    margin-top: 0;
  }
  .m-services-step__group + .m-services-step__list .m-services-step__item:first-child {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-services-step__item {
    border-radius: min(8px, 2.2222222222vw);
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-services-step__item + .m-services-step__item {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-services-step__item.-wide {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-step__item-text {
    padding: min(16px, 4.4444444444vw);
  }
  .m-services-step__item-num {
    font-size: min(18px, 5vw);
    line-height: 1.3333333333em;
  }
  .m-services-step__item-num i {
    width: min(15px, 4.1666666667vw);
    margin-left: min(8px, 2.2222222222vw);
  }
  .m-services-step__item-ttl {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-step__item-num + .m-services-step__item-ttl {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-services-step__item-lead {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-step__item-cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-services-step__box {
    margin-top: min(32px, 8.8888888889vw);
    border-radius: min(8px, 2.2222222222vw);
  }
  .m-services-step__box-text {
    padding: min(16px, 4.4444444444vw);
  }
  .m-services-step__box-li {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-step__box-cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-services-step__group::before {
    margin: min(40px, 11.1111111111vw) 0;
  }
  .m-services-step__group-box {
    border-radius: min(8px, 2.2222222222vw);
  }
  .m-services-step__group-ul {
    padding: 0 min(16px, 4.4444444444vw);
  }
  .m-services-step__group-li {
    padding: min(16px, 4.4444444444vw) 0;
  }
  .m-services-step__group-li:not(:last-child) {
    border-bottom: 1px solid #CFD8DB;
  }
  .m-services-step__group-num {
    font-size: min(18px, 5vw);
    line-height: 1.3333333333em;
  }
  .m-services-step__group-num i {
    width: min(15px, 4.1666666667vw);
    margin-left: min(8px, 2.2222222222vw);
  }
  .m-services-step__group-ttl {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-step__group-lead {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
}

/* modules/_services-option.scss
-------------------------------------------------- */
.m-services-option__cont {
  background-color: #FDFFFF;
  text-align: center;
}
.m-services-option__tag {
  display: inline-block;
  border: 1px solid;
  border-radius: 999px;
  letter-spacing: 0.01em;
}
.m-services-option__item + .m-services-option__item {
  border-top: 1px solid #CFD8DB;
}
.m-services-option__ttl {
  letter-spacing: 0.01em;
}
.m-services-option__li {
  overflow: hidden;
  border: 1px solid #F1F1F1;
}
.m-services-option__li-img {
  width: 100%;
}
.m-services-option__li-text {
  text-align: left;
  letter-spacing: 0.01em;
}
.m-services-option__li-ttl {
  font-weight: 700;
}
.m-services-option__li-option {
  border: none !important;
  background-color: transparent !important;
}
@media screen and (min-width: 769px) {
  .m-services-option__cont {
    margin-top: min(64px, 5vw);
    padding: min(40px, 3.125vw) min(24px, 1.875vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-services-option__tag {
    padding: min(4px, 0.3125vw) min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
    margin-bottom: min(16px, 1.25vw);
  }
  .m-services-option__item {
    padding-bottom: min(40px, 3.125vw);
  }
  .m-services-option__item + .m-services-option__item {
    padding-top: min(40px, 3.125vw);
  }
  .m-services-option__item:last-child {
    padding-bottom: 0;
  }
  .m-services-option__ttl {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
  }
  .m-services-option__list {
    margin-top: min(40px, 3.125vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-services-option__li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: min(8px, 0.625vw);
  }
  .m-services-option__li-text {
    padding: min(16px, 1.25vw);
  }
  .m-services-option__li-ttl {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-option__li-lead {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-services-option__li-cap {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
}
@media screen and (max-width: 768px) {
  .m-services-option__cont {
    margin-top: min(32px, 8.8888888889vw);
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-services-option__tag {
    padding: min(4px, 1.1111111111vw) min(16px, 4.4444444444vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-services-option__item {
    padding-bottom: min(40px, 11.1111111111vw);
  }
  .m-services-option__item + .m-services-option__item {
    padding-top: min(40px, 11.1111111111vw);
  }
  .m-services-option__item:last-child {
    padding-bottom: 0;
  }
  .m-services-option__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
  }
  .m-services-option__li {
    border-radius: min(8px, 2.2222222222vw);
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-services-option__li + .m-services-option__li {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-services-option__li.-wide {
    margin-top: min(32px, 8.8888888889vw);
  }
  .m-services-option__li-text {
    padding: min(16px, 4.4444444444vw);
  }
  .m-services-option__li-ttl {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-option__li-lead {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-option__li-cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
}

/* modules/_services-faq.scss
-------------------------------------------------- */
.m-services-faq__ttl {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.m-services-faq__item {
  border-bottom: 1px solid #CFD8DB;
}
.m-services-faq__q {
  position: relative;
  font-weight: 700;
}
.m-services-faq__num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  background-color: #FDFFFF;
  border-radius: 50%;
  font-weight: 400;
}
.m-services-faq__cap {
  display: block;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .m-services-faq__wrap {
    margin-top: min(80px, 6.25vw);
    padding-top: min(80px, 6.25vw);
    padding-bottom: min(120px, 9.375vw);
  }
  .m-services-faq__cont {
    padding: 0 min(98px, 7.65625vw);
  }
  .m-services-faq__ttl {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
    padding: min(16px, 1.25vw) 0;
  }
  .m-services-faq__item {
    padding-top: min(80px, 6.25vw);
    padding-bottom: min(32px, 2.5vw);
    padding-left: min(52px, 4.0625vw);
  }
  .m-services-faq__item + .m-services-faq__item {
    padding-top: min(32px, 2.5vw);
  }
  .m-services-faq__q {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-services-faq__a {
    margin-top: min(12px, 0.9375vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-services-faq__num {
    left: max(-52px, -4.0625vw);
    width: min(36px, 2.8125vw);
    height: min(36px, 2.8125vw);
    font-size: clamp(10px, 1.40625vw, 1.125rem);
  }
  .m-services-faq__cap {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
}
@media screen and (max-width: 768px) {
  .m-services-faq__wrap {
    margin-top: min(80px, 22.2222222222vw);
    padding: min(80px, 22.2222222222vw) min(16px, 4.4444444444vw);
  }
  .m-services-faq__cont {
    padding: 0 min(16px, 4.4444444444vw);
  }
  .m-services-faq__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding: min(16px, 4.4444444444vw) 0;
  }
  .m-services-faq__item {
    padding-top: min(40px, 11.1111111111vw);
    padding-bottom: min(32px, 8.8888888889vw);
    padding-left: min(52px, 14.4444444444vw);
  }
  .m-services-faq__item + .m-services-faq__item {
    padding-top: min(32px, 8.8888888889vw);
  }
  .m-services-faq__q {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-services-faq__a {
    margin-top: min(12px, 3.3333333333vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-services-faq__num {
    left: max(-52px, -14.4444444444vw);
    width: min(36px, 10vw);
    height: min(36px, 10vw);
    font-size: min(18px, 5vw);
  }
  .m-services-faq__cap {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
}

/* modules/_guide.scss
-------------------------------------------------- */
.m-guide__cont, .m-guide__cont-middle, .m-guide__cont-short {
  border-bottom: 1px solid #CFD8DB;
}
.m-guide__cont:last-child, .m-guide__cont-middle:last-child, .m-guide__cont-short:last-child {
  border-bottom: none;
}
.m-guide__ttl {
  text-align: center;
  position: relative;
}
.m-guide__ttl::before, .m-guide__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-guide__ttl::before {
  background-color: #0062A7;
}
.m-guide__ttl::after {
  background-color: #39ABDB;
}
.m-guide__txt {
  letter-spacing: 0.01em;
}
.m-guide__link {
  text-decoration: underline;
}
.m-guide__table {
  width: 100%;
}
.m-guide__table th, .m-guide__table td {
  border: 1px solid #CFD8DB;
  letter-spacing: 0.01em;
}
.m-guide__table thead th {
  color: #FDFFFF;
  background-color: #0062A7;
  font-weight: 700;
}
.m-guide__table tbody {
  color: #475467;
}
.m-guide__table tbody th {
  text-align: left;
  background-color: #F7F8F9;
  -ms-flex-line-pack: center;
      align-content: center;
}
.m-guide__table tbody td {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .m-guide__wrap {
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
  }
  .m-guide__cont, .m-guide__cont-middle, .m-guide__cont-short {
    padding: min(120px, 9.375vw) 0;
  }
  .m-guide__cont-middle {
    padding-bottom: min(64px, 5vw);
  }
  .m-guide__cont-short {
    padding: min(64px, 5vw) 0;
  }
  .m-guide__cont:first-child, .m-guide__cont-middle:first-child, .m-guide__cont-short:first-child {
    padding-top: 0;
  }
  .m-guide__cont:last-child, .m-guide__cont-middle:last-child, .m-guide__cont-short:last-child {
    padding-bottom: 0;
  }
  .m-guide__ttl {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
    padding-bottom: min(34px, 2.65625vw);
    margin-bottom: min(62px, 4.84375vw);
  }
  .m-guide__ttl::before, .m-guide__ttl::after {
    width: min(16px, 1.25vw);
    height: min(4px, 0.3125vw);
  }
  .m-guide__ttl::before {
    left: calc(50% - min(8px, 0.625vw));
  }
  .m-guide__ttl::after {
    left: calc(50% + min(8px, 0.625vw));
  }
  .m-guide__txt {
    padding: 0 min(98px, 7.65625vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-guide__txt + .m-guide__txt {
    margin-top: min(29px, 2.265625vw);
  }
  .m-guide__link:hover {
    text-decoration: none;
  }
  .m-guide__table th, .m-guide__table td {
    padding: min(11.5px, 0.8984375vw) min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-guide__table thead th {
    text-align: left;
  }
  .m-guide__table tbody th {
    width: min(270px, 21.09375vw);
  }
}
@media screen and (max-width: 768px) {
  .m-guide__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-guide__cont, .m-guide__cont-middle, .m-guide__cont-short {
    padding: min(80px, 22.2222222222vw) 0;
  }
  .m-guide__cont:first-child, .m-guide__cont-middle:first-child, .m-guide__cont-short:first-child {
    padding-top: 0;
  }
  .m-guide__cont:last-child, .m-guide__cont-middle:last-child, .m-guide__cont-short:last-child {
    padding-bottom: 0;
  }
  .m-guide__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding-bottom: min(34px, 9.4444444444vw);
    margin-bottom: min(40px, 11.1111111111vw);
  }
  .m-guide__ttl::before, .m-guide__ttl::after {
    width: min(16px, 4.4444444444vw);
    height: min(4px, 1.1111111111vw);
  }
  .m-guide__ttl::before {
    left: calc(50% - min(8px, 2.2222222222vw));
  }
  .m-guide__ttl::after {
    left: calc(50% + min(8px, 2.2222222222vw));
  }
  .m-guide__txt {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-guide__txt + .m-guide__txt {
    margin-top: min(29px, 8.0555555556vw);
  }
  .m-guide__table th, .m-guide__table td {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-guide__table thead th {
    padding: min(12px, 3.3333333333vw) min(24px, 6.6666666667vw);
    text-align: center;
  }
  .m-guide__table tbody th, .m-guide__table tbody td {
    padding: min(7.5px, 2.0833333333vw) min(6px, 1.6666666667vw);
    letter-spacing: -0.04em;
  }
  .m-guide__table tbody th {
    width: min(96px, 26.6666666667vw);
  }
}

/* modules/_case.scss
-------------------------------------------------- */
.m-case {
  background-color: #F3F8FE;
}
.m-case__cont {
  background-color: #FFFFFF;
}
.m-case__ttl {
  color: #475467;
}
.m-case__ttl span {
  display: block;
}
.m-case__ttl::before, .m-case__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-case__ttl::before {
  background-color: #39ABDB;
}
.m-case__ttl::after {
  background-color: #0062A7;
}
.m-case__fig {
  position: relative;
}
.m-case__img {
  width: 100%;
}
.m-case__name {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #FDFFFF;
}
.m-case__item-ttl {
  position: relative;
  color: #475467;
}
.m-case__item-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #C4CCD3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-case__item-txt {
  color: #475467;
  letter-spacing: 0.01em;
}
.m-case__item-txt .bold {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-case {
    border-radius: 0 0 min(40px, 3.125vw) min(40px, 3.125vw);
  }
  .m-case__wrap {
    padding-top: min(80px, 6.25vw);
    padding-bottom: min(160px, 12.5vw);
  }
  .m-case__cont {
    padding: min(80px, 6.25vw) min(98px, 7.65625vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-case__cont:not(:first-child) {
    margin-top: min(80px, 6.25vw);
  }
  .m-case__ttl {
    padding-bottom: min(42px, 3.28125vw);
  }
  .m-case__ttl h2 {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
  }
  .m-case__ttl span {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-case__ttl::before, .m-case__ttl::after {
    height: min(4px, 0.3125vw);
  }
  .m-case__ttl::before {
    width: min(32px, 2.5vw);
  }
  .m-case__ttl::after {
    width: min(16px, 1.25vw);
  }
  .m-case__fig {
    margin-top: min(78px, 6.09375vw);
  }
  .m-case__name {
    padding-top: min(16px, 1.25vw);
    padding-left: min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
    border-top-left-radius: min(16px, 1.25vw);
  }
  .m-case__box {
    padding: min(80px, 6.25vw) min(96px, 7.5vw) 0;
  }
  .m-case__item:not(:first-child) {
    margin-top: min(48px, 3.75vw);
  }
  .m-case__item-ttl {
    padding-left: min(32px, 2.5vw);
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.3333333333em;
  }
  .m-case__item-ttl::before {
    width: min(24px, 1.875vw);
  }
  .m-case__item-txt {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
}
@media screen and (max-width: 768px) {
  .m-case {
    border-radius: 0 0 min(40px, 11.1111111111vw) min(40px, 11.1111111111vw);
  }
  .m-case__wrap {
    padding: min(80px, 22.2222222222vw) min(16px, 4.4444444444vw);
  }
  .m-case__cont {
    padding: min(64px, 17.7777777778vw) min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-case__cont:not(:first-child) {
    margin-top: min(80px, 22.2222222222vw);
  }
  .m-case__ttl {
    padding-bottom: min(42px, 11.6666666667vw);
  }
  .m-case__ttl h2 {
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-case__ttl span {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-case__ttl::before, .m-case__ttl::after {
    height: min(4px, 1.1111111111vw);
  }
  .m-case__ttl::before {
    width: min(32px, 8.8888888889vw);
  }
  .m-case__ttl::after {
    width: min(16px, 4.4444444444vw);
  }
  .m-case__fig {
    margin-top: min(38px, 10.5555555556vw);
    padding-bottom: min(30px, 8.3333333333vw);
  }
  .m-case__name {
    margin-left: min(8px, 2.2222222222vw);
    padding: min(16px, 4.4444444444vw) min(12px, 3.3333333333vw) 0 min(16px, 4.4444444444vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
    border-top-left-radius: min(16px, 4.4444444444vw);
  }
  .m-case__box {
    margin-top: min(64px, 17.7777777778vw);
  }
  .m-case__item:not(:first-child) {
    margin-top: min(48px, 13.3333333333vw);
  }
  .m-case__item-ttl {
    padding-left: min(32px, 8.8888888889vw);
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
  }
  .m-case__item-ttl::before {
    width: min(24px, 6.6666666667vw);
  }
  .m-case__item-txt {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
}

/* modules/_case.scss
-------------------------------------------------- */
.m-case-slider {
  overflow: hidden;
}
.m-case-slider__wrap {
  position: relative;
}
.m-case-slider__item {
  position: relative;
  border: 1px solid #CFD8DB;
  overflow: hidden;
}
.m-case-slider__tag {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: #FDFFFF;
  background-color: #0062A7;
  z-index: 1;
  white-space: nowrap;
}
.m-case-slider__fig {
  overflow: hidden;
}
.m-case-slider__img {
  width: 100%;
}
.m-case-slider__box {
  border-bottom: 3px solid #39ABDB;
}
.m-case-slider__caption {
  color: #39ABDB;
  font-weight: 700;
}
.m-case-slider__more {
  position: relative;
  display: inline-block;
  color: #39ABDB;
  font-weight: 700;
}
.m-case-slider__more::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/common/arrow_down_blu.svg) center center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-case-slider__btn, .m-case-slider__btn--prev, .m-case-slider__btn--next {
  position: relative;
  background-color: #FDFFFF;
  border: 1px solid #CFD8DB;
  border-radius: 50%;
}
.m-case-slider__btn--prev::after, .m-case-slider__btn--next::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #364246;
  border-right: 1px solid #364246;
}
.m-case-slider__btn--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.m-case-slider__btn--next::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m-case-slider__btn span, .m-case-slider__btn--prev span, .m-case-slider__btn--next span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-case-slider__wrap {
    padding-top: min(80px, 6.25vw);
    padding-bottom: min(80px, 6.25vw);
  }
  .m-case-slider__list {
    padding: 0 min(48px, 3.75vw);
  }
  .m-case-slider__item {
    width: min(344px, 26.875vw);
    border-radius: min(16px, 1.25vw);
    margin: 0 min(8px, 0.625vw);
  }
  .m-case-slider__link:hover .m-case-slider__more::after {
    -webkit-animation: arwDownSlide 0.2s linear;
            animation: arwDownSlide 0.2s linear;
  }
  .m-case-slider__tag {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(4px, 0.3125vw) min(24px, 1.875vw);
    border-bottom-right-radius: min(10px, 0.78125vw);
  }
  .m-case-slider__box {
    padding: min(16px, 1.25vw);
  }
  .m-case-slider__caption {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-case-slider__school {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
    min-height: 3.6666666667em;
  }
  .m-case-slider__more {
    margin-top: min(2px, 0.15625vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8333333333em;
  }
  .m-case-slider__more::after {
    width: min(6px, 0.46875vw);
    height: min(11px, 0.859375vw);
    right: max(-13px, -1.015625vw);
  }
  .m-case-slider__arws {
    position: absolute;
    width: 100%;
    height: min(32px, 2.5vw);
    left: 0;
    top: calc(50% - min(20px, 1.5625vw));
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-case-slider__btn, .m-case-slider__btn--prev, .m-case-slider__btn--next {
    position: absolute;
    top: 0;
    width: min(32px, 2.5vw);
    height: min(32px, 2.5vw);
    pointer-events: all;
  }
  .m-case-slider__btn:hover, .m-case-slider__btn--prev:hover, .m-case-slider__btn--next:hover {
    background-color: rgba(0, 98, 67, 0.1);
    border-color: #0062A7;
  }
  .m-case-slider__btn--prev::after, .m-case-slider__btn--next::after {
    width: min(6px, 0.46875vw);
    height: min(6px, 0.46875vw);
  }
  .m-case-slider__btn--prev:hover::after, .m-case-slider__btn--next:hover::after {
    border-top: 1px solid #0062A7;
    border-right: 1px solid #0062A7;
  }
  .m-case-slider__btn--prev {
    left: 0;
  }
  .m-case-slider__btn--prev::after {
    left: calc(50% + min(1.5px, 0.1171875vw));
  }
  .m-case-slider__btn--next {
    right: 0;
  }
  .m-case-slider__btn--next::after {
    left: calc(50% - min(1.5px, 0.1171875vw));
  }
}
@media screen and (max-width: 768px) {
  .m-case-slider__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-case-slider__item {
    width: min(222px, 61.6666666667vw);
    border-radius: min(16px, 4.4444444444vw);
    margin: 0 min(8px, 2.2222222222vw);
  }
  .m-case-slider__tag {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
    padding: min(4px, 1.1111111111vw) min(16px, 4.4444444444vw);
    border-bottom-right-radius: min(10px, 2.7777777778vw);
  }
  .m-case-slider__box {
    padding: min(12px, 3.3333333333vw) min(16px, 4.4444444444vw);
  }
  .m-case-slider__caption {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-case-slider__school {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
    min-height: min(44px, 12.2222222222vw);
  }
  .m-case-slider__more {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8333333333em;
  }
  .m-case-slider__more::after {
    width: min(6px, 1.6666666667vw);
    height: min(11px, 3.0555555556vw);
    right: max(-13px, -3.6111111111vw);
  }
  .m-case-slider__arws {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: min(32px, 8.8888888889vw);
    width: 100%;
    z-index: 1;
  }
  .m-case-slider__btn, .m-case-slider__btn--prev, .m-case-slider__btn--next {
    width: min(40px, 11.1111111111vw);
    height: min(40px, 11.1111111111vw);
  }
  .m-case-slider__btn--prev::after, .m-case-slider__btn--next::after {
    width: min(8px, 2.2222222222vw);
    height: min(8px, 2.2222222222vw);
  }
  .m-case-slider__btn--prev {
    margin-right: min(24px, 6.6666666667vw);
  }
  .m-case-slider__btn--prev::after {
    left: calc(50% + 1.5px);
  }
  .m-case-slider__btn--next::after {
    left: calc(50% - 1.5px);
  }
}

/* modules/company/_message.scss
-------------------------------------------------- */
.m-company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-company-message__fig {
  overflow: hidden;
}
.m-company-message__img {
  width: 100%;
}
.m-company-message__ttl {
  letter-spacing: 0.01em;
}
.m-company-message__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0062A7), color-stop(50%, #39ABDB));
  background-image: linear-gradient(90deg, #0062A7 50%, #39ABDB 50%);
}
.m-company-message__txt {
  letter-spacing: 0.01em;
}
.m-company-message__btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #475467;
  border: 1px solid #475467;
  background-color: #FFFFFF;
}
.m-company-message__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-company-message__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: min(16px, 1.25vw);
    padding-top: min(80px, 6.25vw);
  }
  .m-company-message__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-company-message__fig {
    width: min(572px, 44.6875vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-company-message__ttl {
    margin-bottom: min(80px, 6.25vw);
    padding-bottom: min(36px, 2.8125vw);
    font-size: clamp(10px, 1.875vw, 1.5rem);
  }
  .m-company-message__ttl::after {
    width: min(32px, 2.5vw);
    height: min(4px, 0.3125vw);
  }
  .m-company-message__txt {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.32em;
  }
  .m-company-message__btn {
    margin-top: min(40px, 3.125vw);
    width: min(340px, 26.5625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(10px, 0.78125vw) min(12px, 0.9375vw) min(10px, 0.78125vw) 0;
  }
  .m-company-message__btn::after {
    right: min(32px, 2.5vw);
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-company-message__btn:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-company-message__btn:hover::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-company-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(40px, 11.1111111111vw);
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) 0;
  }
  .m-company-message__fig {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-company-message__box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-company-message__ttl {
    margin-bottom: min(64px, 17.7777777778vw);
    padding-bottom: min(32px, 8.8888888889vw);
    font-size: min(22px, 6.1111111111vw);
  }
  .m-company-message__ttl::after {
    width: min(32px, 8.8888888889vw);
    height: min(4px, 1.1111111111vw);
  }
  .m-company-message__txt {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
  .m-company-message__txt br {
    display: none;
  }
  .m-company-message__btn {
    margin: min(40px, 11.1111111111vw) auto 0;
    width: min(248px, 68.8888888889vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) min(12px, 3.3333333333vw) min(10px, 2.7777777778vw) 0;
  }
  .m-company-message__btn::after {
    right: min(32px, 8.8888888889vw);
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
}

/* modules/company/_nav.scss
-------------------------------------------------- */
.m-company-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-company-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border: 1px solid #CFD8DB;
}
.m-company-nav__link i {
  border: 1px solid #475467;
  border-radius: 999px;
}
.m-company-nav__link i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-company-nav__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
    gap: min(16px, 1.25vw);
  }
  .m-company-nav__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(40px, 3.125vw);
    height: min(118px, 9.21875vw);
    border-radius: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
  }
  .m-company-nav__link i {
    width: min(60px, 4.6875vw);
    height: min(38px, 2.96875vw);
  }
  .m-company-nav__link i::after {
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-company-nav__link:hover i {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-company-nav__link:hover i::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-company-nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: min(80px, 22.2222222222vw) min(16px, 4.4444444444vw);
    gap: min(16px, 4.4444444444vw);
  }
  .m-company-nav__link {
    padding: min(24px, 6.6666666667vw);
    height: min(86px, 23.8888888889vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-company-nav__link i {
    width: min(60px, 16.6666666667vw);
    height: min(38px, 10.5555555556vw);
  }
  .m-company-nav__link i::after {
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
  .m-company-nav__link:hover i {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-company-nav__link:hover i::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}

/* modules/company/_overview.scss
-------------------------------------------------- */
.m-company-overview__item {
  letter-spacing: 0.01em;
  border-top: 1px solid #CFD8DB;
}
.m-company-overview__dt {
  font-weight: 700;
}
.m-company-overview__link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .m-company-overview__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
  }
  .m-company-overview__box {
    width: min(540px, 42.1875vw);
  }
  .m-company-overview__item {
    padding: min(16px, 1.25vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.8em;
  }
  .m-company-overview__dd + .m-company-overview__dt {
    margin-top: min(16px, 1.25vw);
  }
  .m-company-overview__link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-company-overview__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-company-overview__item {
    padding: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.8em;
  }
  .m-company-overview__dd + .m-company-overview__dt {
    margin-top: min(16px, 4.4444444444vw);
  }
}

/* modules/company/_access.scss
-------------------------------------------------- */
.m-company-access__item {
  letter-spacing: 0.01em;
}
.m-company-access__item:not(:last-of-type) {
  border-bottom: 1px solid #CFD8DB;
}
.m-company-access__item:last-of-type {
  padding-bottom: 0;
}
.m-company-access__dt {
  font-weight: 700;
}
.m-company-access__block {
  border: 1px solid #CFD8DB;
  text-align: center;
}
.m-company-access__block-dd {
  border-top: 1px solid #CFD8DB;
}
.m-company-access__temp {
  width: 100%;
  border: 3px solid #FF4343;
  color: #FF4343;
  font-weight: 700;
  text-align: center;
}
.m-company-access__map {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .m-company-access__wrap {
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
  }
  .m-company-access__box {
    margin-top: min(48px, 3.75vw);
    padding: 0 min(98px, 7.65625vw);
  }
  .m-company-access__item {
    padding: min(32px, 2.5vw) 0;
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
  .m-company-access__dd {
    margin-top: min(8px, 0.625vw);
  }
  .m-company-access__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: min(8px, 0.625vw) min(8px, 0.625vw);
  }
  .m-company-access__block {
    width: calc((100% - min(16px, 1.25vw)) / 3);
    padding: 0 min(10px, 0.78125vw);
    border-radius: min(5px, 0.390625vw);
  }
  .m-company-access__block-dt, .m-company-access__block-dd {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(8px, 0.625vw) 0;
  }
  .m-company-access__temp {
    border-radius: min(16px, 1.25vw);
    font-size: clamp(10px, 1.5625vw, 1.25rem);
    padding: min(40px, 3.125vw) 0;
  }
  .m-company-access__map {
    width: min(964px, 75.3125vw);
    height: min(482px, 37.65625vw);
  }
}
@media screen and (max-width: 768px) {
  .m-company-access__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-company-access__item {
    padding: min(32px, 8.8888888889vw) 0;
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
  .m-company-access__dd {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-company-access__block {
    width: 100%;
    padding: 0 min(10px, 2.7777777778vw);
    border-radius: min(5px, 1.3888888889vw);
  }
  .m-company-access__block + .m-company-access__block {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-company-access__block-dt, .m-company-access__block-dd {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    padding: min(8px, 2.2222222222vw) 0;
  }
  .m-company-access__temp {
    border-radius: min(6px, 1.6666666667vw);
    font-size: min(14px, 3.8888888889vw);
    padding: min(24px, 6.6666666667vw);
  }
  .m-company-access__map {
    height: min(164px, 45.5555555556vw);
  }
}

/* modules/company/_compliments.scss
-------------------------------------------------- */
.m-company-compliments__img {
  width: 100%;
}
.m-company-compliments__ttl {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FDFFFF;
}
.m-company-compliments__ttl em,
.m-company-compliments__ttl span {
  letter-spacing: 0.01em;
}
.m-company-compliments__lead {
  letter-spacing: 0.01em;
}
.m-company-compliments__lead::before {
  content: "";
  display: block;
  margin: 0 auto;
  aspect-ratio: 34/25;
  background: url("../img/company/icon-quotation.svg") no-repeat center center/contain;
}
.m-company-compliments__box::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #CFD8DB;
}
.m-company-compliments__txt {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .m-company-compliments__wrap {
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
  }
  .m-company-compliments__ttl {
    width: min(594px, 46.40625vw);
    height: min(100px, 7.8125vw);
    border-radius: min(16px, 1.25vw) min(16px, 1.25vw) 0 0;
  }
  .m-company-compliments__ttl em {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.32em;
  }
  .m-company-compliments__ttl span {
    margin-top: min(4px, 0.3125vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 2.0571428571em;
  }
  .m-company-compliments__lead {
    margin-top: min(80px, 6.25vw);
    font-size: clamp(10px, 1.875vw, 1.5rem);
    text-align: center;
    line-height: 1.32em;
  }
  .m-company-compliments__lead::before {
    margin-bottom: min(40px, 3.125vw);
    width: min(34px, 2.65625vw);
  }
  .m-company-compliments__box {
    margin-top: min(80px, 6.25vw);
  }
  .m-company-compliments__box::before {
    margin-bottom: min(80px, 6.25vw);
    width: min(82px, 6.40625vw);
    height: min(2px, 0.15625vw);
  }
  .m-company-compliments__txt {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .m-company-compliments__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-company-compliments__fig {
    padding-bottom: min(36px, 10vw);
  }
  .m-company-compliments__ttl {
    width: min(296px, 82.2222222222vw);
    height: min(68px, 18.8888888889vw);
    border-radius: min(16px, 4.4444444444vw) min(16px, 4.4444444444vw) 0 0;
  }
  .m-company-compliments__ttl em {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.32em;
  }
  .m-company-compliments__ttl span {
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8em;
  }
  .m-company-compliments__lead {
    margin-top: min(64px, 17.7777777778vw);
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.32em;
  }
  .m-company-compliments__lead::before {
    margin-bottom: min(40px, 11.1111111111vw);
    width: min(34px, 9.4444444444vw);
  }
  .m-company-compliments__box {
    margin-top: min(50px, 13.8888888889vw);
  }
  .m-company-compliments__box::before {
    margin-bottom: min(64px, 17.7777777778vw);
    width: min(82px, 22.7777777778vw);
    height: min(2px, 0.5555555556vw);
  }
  .m-company-compliments__txt {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
}

/* modules/company/_advisers.scss
-------------------------------------------------- */
.m-company-advisers__inner:not(:first-of-type) {
  border-top: 1px solid #CFD8DB;
}
.m-company-advisers__img {
  width: 100%;
}
.m-company-advisers__ttl small,
.m-company-advisers__ttl em {
  display: block;
  letter-spacing: 0.01em;
}
.m-company-advisers__item {
  border-top: 1px solid #CFD8DB;
}
.m-company-advisers__dt {
  font-weight: 700;
}
.m-company-advisers__txt, .m-company-advisers__li {
  letter-spacing: 0.01em;
}
.m-company-advisers__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-company-advisers__txt em {
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 700;
}
.m-company-advisers__list {
  padding-left: 1.4em;
  list-style-type: disc;
}
.m-company-advisers__li {
  padding-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .m-company-advisers__wrap {
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
  }
  .m-company-advisers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(48px, 3.75vw);
  }
  .m-company-advisers__inner:not(:first-of-type) {
    margin-top: min(80px, 6.25vw);
    padding-top: min(80px, 6.25vw);
  }
  .m-company-advisers__fig {
    width: min(180px, 14.0625vw);
  }
  .m-company-advisers__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-company-advisers__ttl {
    padding: min(16px, 1.25vw);
  }
  .m-company-advisers__ttl small {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
  }
  .m-company-advisers__ttl em {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
  }
  .m-company-advisers__item {
    padding: min(24px, 1.875vw) 0;
  }
  .m-company-advisers__dd {
    margin-top: min(16px, 1.25vw);
  }
  .m-company-advisers__txt, .m-company-advisers__li {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
  .m-company-advisers__txt {
    gap: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .m-company-advisers__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-company-advisers__inner:not(:first-of-type) {
    margin-top: min(64px, 17.7777777778vw);
    padding-top: min(64px, 17.7777777778vw);
  }
  .m-company-advisers__fig {
    margin: 0 auto min(32px, 8.8888888889vw);
    width: min(180px, 50vw);
  }
  .m-company-advisers__ttl {
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-company-advisers__ttl small {
    font-size: min(12px, 3.3333333333vw);
  }
  .m-company-advisers__ttl em {
    font-size: min(28px, 7.7777777778vw);
  }
  .m-company-advisers__item {
    padding: min(24px, 6.6666666667vw) 0;
  }
  .m-company-advisers__dd {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-company-advisers__txt, .m-company-advisers__li {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
  .m-company-advisers__txt {
    gap: min(16px, 4.4444444444vw);
  }
}

/* modules/_contact-list.scss
-------------------------------------------------- */
.m-contact-list__ttl {
  position: relative;
  color: #475467;
}
.m-contact-list__ttl em {
  display: block;
}
.m-contact-list__ttl span {
  display: block;
}
.m-contact-list__ttl::before, .m-contact-list__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-contact-list__ttl::before {
  background-color: #39ABDB;
}
.m-contact-list__ttl::after {
  background-color: #0062A7;
}
.m-contact-list__item {
  border: 1px solid #CFD8DB;
  overflow: hidden;
}
.m-contact-list__fig {
  width: 100%;
  background: center center/cover;
}
.m-contact-list__fig[data-figure="1"] {
  background-image: url(../img/contact/bg-01.jpg);
}
.m-contact-list__fig[data-figure="2"] {
  background-image: url(../img/contact/bg-02.jpg);
}
.m-contact-list__fig[data-figure="3"] {
  background-image: url(../img/contact/bg-03.jpg);
}
.m-contact-list__fig[data-figure="4"] {
  background-image: url(../img/contact/bg-04.jpg);
}
.m-contact-list__fig[data-figure="5"] {
  background-image: url(../img/contact/bg-05-1.jpg);
  height: auto;
}
.m-contact-list__fig[data-figure="6"] {
  background-image: url(../img/contact/bg-06.jpg);
}

.m-contact-list__img {
  display: block;
  margin: 0 auto;
}
.m-contact-list__catch {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #475467;
}
.m-contact-list__text {
  font-weight: 400 !important;
}
.m-contact-list__caption {
  text-align: center;
  color: #475467;
}
.m-contact-list__btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #475467;
  border: 1px solid #475467;
  background-color: #FFFFFF;
}
.m-contact-list__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
}
@media screen and (min-width: 769px) {
  .m-contact-list__wrap {
    width: min(964px, 75.3125vw);
    padding-bottom: min(160px, 12.5vw);
  }
  .m-contact-list__ttl {
    margin-top: min(80px, 6.25vw);
    padding-bottom: min(34px, 2.65625vw);
  }
  .m-contact-list__ttl em {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
  }
  .m-contact-list__ttl span {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-contact-list__ttl::before, .m-contact-list__ttl::after {
    height: min(4px, 0.3125vw);
  }
  .m-contact-list__ttl::before {
    width: min(32px, 2.5vw);
  }
  .m-contact-list__ttl::after {
    width: min(16px, 1.25vw);
  }
  .m-contact-list__items {
    margin-top: min(80px, 6.25vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(16px, 1.25vw) min(16px, 1.25vw);
  }
  .m-contact-list__items:nth-child(5) .m-contact-list__item {
    width: 100%;
  }
  .m-contact-list__items:nth-child(5) .m-contact-list__btn {
    width: min(340px, 26.5625vw);
  }
  .m-contact-list__item {
    width: min(474px, 37.03125vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-contact-list__item:nth-child(7) {
    width: 100%;
  }
  .m-contact-list__item:nth-child(7) .m-contact-list__btn {
    width: min(340px, 26.5625vw);
    margin: 0 auto min(8px, 0.625vw);
  }
  .m-contact-list__fig {
    padding: min(77px, 6.015625vw) 0;
  }
  .m-contact-list__img {
    width: min(112px, 8.75vw);
  }
  .m-contact-list__box {
    padding: min(40px, 3.125vw) min(67px, 5.234375vw) min(32px, 2.5vw);
  }
  .m-contact-list__catch {
    padding-bottom: min(24px, 1.875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-contact-list__caption {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-contact-list__btn {
    margin-bottom: min(8px, 0.625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(10px, 0.78125vw) min(12px, 0.9375vw) min(10px, 0.78125vw) 0;
  }
  .m-contact-list__btn::after {
    right: min(32px, 2.5vw);
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-contact-list__btn:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-contact-list__btn:hover::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-contact-list__wrap {
    padding: 0 min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-contact-list__ttl {
    margin-top: min(80px, 22.2222222222vw);
    padding-bottom: min(42px, 11.6666666667vw);
  }
  .m-contact-list__ttl:first-child {
    margin-top: min(42px, 11.6666666667vw);
  }
  .m-contact-list__ttl em {
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.3333333333em;
  }
  .m-contact-list__ttl span {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-contact-list__ttl::before, .m-contact-list__ttl::after {
    height: min(4px, 1.1111111111vw);
  }
  .m-contact-list__ttl::before {
    width: min(32px, 8.8888888889vw);
  }
  .m-contact-list__ttl::after {
    width: min(16px, 4.4444444444vw);
  }
  .m-contact-list__items {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-contact-list__item {
    width: 100%;
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-contact-list__item:not(:first-child) {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-contact-list__fig {
    padding: min(54px, 15vw) 0;
  }
  .m-contact-list__img {
    width: min(76px, 21.1111111111vw);
  }
  .m-contact-list__box {
    padding: min(24px, 6.6666666667vw) min(40px, 11.1111111111vw) min(24px, 6.6666666667vw);
  }
  .m-contact-list__catch {
    margin: 0 max(-25px, -6.9444444444vw);
    padding-bottom: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-contact-list__caption {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-contact-list__btn {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) min(12px, 3.3333333333vw) min(10px, 2.7777777778vw) 0;
  }
  .m-contact-list__btn::after {
    right: min(32px, 8.8888888889vw);
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
}

/* modules/_contact-list.scss
-------------------------------------------------- */
.m-contact-from__lead p {
  color: #475467;
  background: #F7F8F9;
  border: 1px solid #CFD8DB;
}
.m-contact-from__lead p a {
  color: #39ABDB;
}
.m-contact-from__lead p a:hover {
  text-decoration: underline;
}
.m-contact-from input {
  border: 1px solid #DBE2E4;
  width: 100%;
}
.m-contact-from input::-webkit-input-placeholder {
  color: #A2AAAD; /* 任意の色に変更 */
}
.m-contact-from input::-moz-placeholder {
  color: #A2AAAD; /* 任意の色に変更 */
}
.m-contact-from input:-ms-input-placeholder {
  color: #A2AAAD; /* 任意の色に変更 */
}
.m-contact-from input::-ms-input-placeholder {
  color: #A2AAAD; /* 任意の色に変更 */
}
.m-contact-from input::placeholder {
  color: #A2AAAD; /* 任意の色に変更 */
}
.m-contact-from textarea {
  border: 1px solid #DBE2E4;
  width: 100%;
}
.m-contact-from dt {
  font-size: clamp(10px, 1.25vw, 1rem);
  font-weight: 600;
}
.m-contact-from__required {
  position: relative;
}
.m-contact-from__required::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #364246;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-contact-from dd p {
  font-weight: 600;
}
.m-contact-from__radio-label {
  display: inline-block;
  border: 1px solid #DBE2E4;
}
.m-contact-from__radio-label::before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 1px solid #364246;
}
.m-contact-from .mwform-radio-field-text {
  display: inline-block;
  border: 1px solid #DBE2E4;
}
.m-contact-from .mwform-radio-field-text::before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 1px solid #364246;
}
.m-contact-from input[type=radio] {
  border-radius: unset;
  padding: unset;
  border: unset;
  width: auto;
  margin: 0;
}
.m-contact-from input[type=radio]:checked + .m-contact-from__radio-label:before {
  background-color: #364246;
}
.m-contact-from input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #364246;
}
.m-contact-from__2column div {
  width: 100%;
}
.m-contact-from__use {
  border-top: 1px solid #D2D8DE;
  border-bottom: 1px solid #D2D8DE;
}
.m-contact-from__use li a {
  text-decoration: underline;
}
.m-contact-from__use li a:hover {
  text-decoration: none;
}
.m-contact-from__send p {
  line-height: 1.8;
}
.m-contact-from__send-btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #475467;
  border: 1px solid #475467;
  background-color: #FFFFFF;
}
.m-contact-from__send-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-contact-from__lead {
    padding: 0 min(98px, 7.65625vw);
    margin-top: min(80px, 6.25vw);
  }
  .m-contact-from__lead p {
    text-align: center;
    border-radius: min(16px, 1.25vw);
    padding: min(20px, 1.5625vw) 0;
    font-size: clamp(10px, 1.25vw, 1rem);
  }
  .m-contact-from__wrap {
    margin-top: min(80px, 6.25vw);
    padding: 0 min(98px, 7.65625vw);
  }
  .m-contact-from input {
    border-radius: min(5px, 0.390625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    padding: min(10px, 0.78125vw);
  }
  .m-contact-from textarea {
    border-radius: min(5px, 0.390625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    padding: min(10px, 0.78125vw);
    height: min(256px, 20vw);
  }
  .m-contact-from dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: min(24px, 1.875vw);
  }
  .m-contact-from dt {
    width: min(237px, 18.515625vw);
  }
  .m-contact-from__required::after {
    content: "必須";
    border-radius: min(4px, 0.3125vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1;
    height: min(22px, 1.71875vw);
    padding: 0 min(8px, 0.625vw) 1px;
  }
  .m-contact-from dd {
    width: min(670px, 52.34375vw);
  }
  .m-contact-from dd p {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    font-weight: 600;
    margin-bottom: min(8px, 0.625vw);
    line-height: 1.8;
  }
  .m-contact-from .m-contact-from__radio {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-contact-from .m-contact-from__radio dt {
    margin-top: min(10px, 0.78125vw);
  }
  .m-contact-from .m-contact-from__radio dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(16px, 1.25vw) min(24px, 1.875vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-contact-from .m-contact-from__radio-label {
    border-radius: min(5px, 0.390625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    padding: min(10px, 0.78125vw);
    width: min(319px, 24.921875vw);
  }
  .m-contact-from .m-contact-from__radio-label::before {
    content: "";
    width: min(16px, 1.25vw);
    height: min(16px, 1.25vw);
    margin-right: min(15px, 1.171875vw);
  }
  .m-contact-from .m-contact-from__radio-name {
    width: 100%;
  }
  .m-contact-from .m-contact-from__radio-name input {
    width: min(319px, 24.921875vw);
  }
  .m-contact-from .mwform-radio-field-text {
    border-radius: min(5px, 0.390625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    padding: min(10px, 0.78125vw);
    width: min(319px, 24.921875vw);
  }
  .m-contact-from .mwform-radio-field-text::before {
    content: "";
    width: min(16px, 1.25vw);
    height: min(16px, 1.25vw);
    margin-right: min(15px, 1.171875vw);
  }
  .m-contact-from input[type=radio] {
    position: absolute;
  }
  .m-contact-from__2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(16px, 1.25vw) min(16px, 1.25vw);
  }
  .m-contact-from__textarea dd p {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    color: #364246;
    font-weight: 500;
  }
  .m-contact-from__use {
    margin: 0 max(-98px, -7.65625vw);
    margin-top: min(74px, 5.78125vw);
    padding: min(80px, 6.25vw) min(98px, 7.65625vw) min(48px, 3.75vw);
  }
  .m-contact-from__use h2 {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    text-align: center;
    margin-bottom: min(32px, 2.5vw);
  }
  .m-contact-from__use ol {
    margin-bottom: min(23px, 1.796875vw);
  }
  .m-contact-from__use li {
    font-size: clamp(10px, 1.25vw, 1rem);
    display: inline-block;
    line-height: 1.8;
    margin-bottom: min(12px, 0.9375vw);
    width: 100%;
    text-indent: unset;
    padding-left: 1em;
  }
  .m-contact-from__use li:nth-child(1) {
    text-indent: -1em;
    padding-left: 1em;
  }
  .m-contact-from__use .m-contact-from__use-number {
    margin-bottom: min(4px, 0.3125vw);
  }
  .m-contact-from__send {
    text-align: center;
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
  }
  .m-contact-from__send p {
    font-size: clamp(10px, 1.25vw, 1rem);
    margin-bottom: min(40px, 3.125vw);
  }
  .m-contact-from__send input {
    border-radius: unset;
    padding: unset;
    border: unset;
    width: auto;
  }
  .m-contact-from__send .mwform-checkbox-field-text {
    position: relative;
    padding-left: min(30px, 2.34375vw);
    letter-spacing: 0.1em;
    font-size: clamp(10px, 1.25vw, 1rem);
  }
  .m-contact-from__send .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    border-radius: min(5px, 0.390625vw);
    border: 1px solid #CFD8DB;
    background-color: #FFF;
    width: min(20px, 1.5625vw);
    height: min(20px, 1.5625vw);
    position: absolute;
    left: 0;
    top: min(2px, 0.15625vw);
  }
  .m-contact-from__send input:checked + span:after {
    position: absolute;
    top: min(4px, 0.3125vw);
    left: min(6px, 0.46875vw);
    display: block;
    border-right: min(2px, 0.15625vw) solid #000;
    border-bottom: min(2px, 0.15625vw) solid #000;
    content: "";
    width: min(7px, 0.546875vw);
    height: min(12px, 0.9375vw);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-contact-from__send-btn {
    margin: 0 auto;
    margin-top: min(80px, 6.25vw);
    width: min(340px, 26.5625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(10px, 0.78125vw) min(12px, 0.9375vw) min(10px, 0.78125vw) 0;
  }
  .m-contact-from__send-btn::after {
    right: min(32px, 2.5vw);
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-contact-from__send-btn:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-contact-from__send-btn:hover::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-contact-from__lead {
    padding: 0 min(16px, 4.4444444444vw) min(30px, 8.3333333333vw);
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-contact-from__lead p {
    border-radius: min(16px, 4.4444444444vw);
    padding: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.9;
  }
  .m-contact-from__wrap {
    margin-top: min(40px, 11.1111111111vw);
    padding: 0 min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-contact-from input {
    border-radius: min(5px, 1.3888888889vw);
    padding: min(10px, 2.7777777778vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7;
  }
  .m-contact-from textarea {
    border-radius: min(5px, 1.3888888889vw);
    padding: min(10px, 2.7777777778vw);
    height: min(128px, 35.5555555556vw);
  }
  .m-contact-from dl {
    margin-bottom: min(32px, 8.8888888889vw);
  }
  .m-contact-from dt {
    width: 100%;
    font-size: min(14px, 3.8888888889vw);
    margin-bottom: min(8px, 2.2222222222vw);
    line-height: 1.8;
  }
  .m-contact-from__required::after {
    content: "必須";
    border-radius: min(4px, 1.1111111111vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1;
    width: min(41px, 11.3888888889vw);
    height: min(22px, 6.1111111111vw);
    padding-bottom: min(1px, 0.2777777778vw);
  }
  .m-contact-from dd p {
    margin-bottom: min(6px, 1.6666666667vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.6;
  }
  .m-contact-from__radio-label {
    border-radius: min(5px, 1.3888888889vw);
    font-size: min(14px, 3.8888888889vw);
    padding: min(10px, 2.7777777778vw);
    width: 100%;
    margin-top: max(-40px, -11.1111111111vw);
  }
  .m-contact-from__radio-label::before {
    content: "";
    width: min(16px, 4.4444444444vw);
    height: min(16px, 4.4444444444vw);
    margin-right: min(15px, 4.1666666667vw);
  }
  .m-contact-from__radio-name {
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-contact-from .mwform-radio-field-text {
    border-radius: min(5px, 1.3888888889vw);
    font-size: min(14px, 3.8888888889vw);
    padding: min(10px, 2.7777777778vw);
    width: 100%;
    margin-top: max(-40px, -11.1111111111vw);
  }
  .m-contact-from .mwform-radio-field-text::before {
    content: "";
    width: min(16px, 4.4444444444vw);
    height: min(16px, 4.4444444444vw);
    margin-right: min(15px, 4.1666666667vw);
  }
  .m-contact-from__2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(16px, 4.4444444444vw) min(16px, 4.4444444444vw);
  }
  .m-contact-from__textarea dd p {
    font-size: min(12px, 3.3333333333vw);
    color: #364246;
    font-weight: 500;
    line-height: 1.7;
  }
  .m-contact-from__use {
    padding: min(64px, 17.7777777778vw) 0 min(30px, 8.3333333333vw);
    margin-top: min(60px, 16.6666666667vw);
  }
  .m-contact-from__use h2 {
    font-size: min(22px, 6.1111111111vw);
    text-align: center;
    margin-bottom: min(32px, 8.8888888889vw);
  }
  .m-contact-from__use ol {
    margin-bottom: min(23px, 6.3888888889vw);
  }
  .m-contact-from__use li {
    font-size: min(16px, 4.4444444444vw);
    display: inline-block;
    line-height: 1.8;
    margin-bottom: min(12px, 3.3333333333vw);
    width: 100%;
    text-indent: unset;
    padding-left: 1em;
  }
  .m-contact-from__use li:nth-child(1) {
    text-indent: -1em;
    padding-left: 1em;
  }
  .m-contact-from__use .m-contact-from__use-number {
    margin-bottom: min(4px, 1.1111111111vw);
  }
  .m-contact-from__send {
    padding: min(64px, 17.7777777778vw) 0 0;
    text-align: center;
  }
  .m-contact-from__send p {
    font-size: min(16px, 4.4444444444vw);
    margin-bottom: min(40px, 11.1111111111vw);
  }
  .m-contact-from__send input {
    border-radius: unset;
    padding: unset;
    border: unset;
    width: auto;
  }
  .m-contact-from__send .mwform-checkbox-field-text {
    position: relative;
    padding-left: min(30px, 8.3333333333vw);
    letter-spacing: 0.1em;
  }
  .m-contact-from__send .mwform-checkbox-field-text::before {
    content: "";
    display: block;
    border-radius: min(5px, 1.3888888889vw);
    border: min(1px, 0.2777777778vw) solid #CFD8DB;
    background-color: #FFF;
    width: min(20px, 5.5555555556vw);
    height: min(20px, 5.5555555556vw);
    position: absolute;
    left: 0;
    top: min(2px, 0.5555555556vw);
  }
  .m-contact-from__send input:checked + span:after {
    position: absolute;
    top: min(4px, 1.1111111111vw);
    left: min(6px, 1.6666666667vw);
    display: block;
    border-right: min(2px, 0.5555555556vw) solid #000;
    border-bottom: min(2px, 0.5555555556vw) solid #000;
    content: "";
    width: min(7px, 1.9444444444vw);
    height: min(12px, 3.3333333333vw);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m-contact-from__send-btn {
    margin: 0 auto;
    margin-top: min(70px, 19.4444444444vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) min(12px, 3.3333333333vw) min(10px, 2.7777777778vw) 0;
    max-width: 248px;
  }
  .m-contact-from__send-btn::after {
    right: min(32px, 8.8888888889vw);
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}

/* modules/_contact-thanks.scss
-------------------------------------------------- */
.m-contact-thanks p {
  line-height: 1.8;
}
.m-contact-thanks__btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #475467;
  border: 1px solid #475467;
  background-color: #FFFFFF;
}
.m-contact-thanks__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-contact-thanks__wrap {
    text-align: center;
    margin-top: min(80px, 6.25vw);
    padding: 0 min(98px, 7.65625vw);
    padding-bottom: min(160px, 12.5vw);
  }
  .m-contact-thanks h2 {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    margin-bottom: min(32px, 2.5vw);
    line-height: 1.32;
  }
  .m-contact-thanks p {
    font-size: clamp(10px, 1.25vw, 1rem);
    margin-bottom: min(80px, 6.25vw);
  }
  .m-contact-thanks__btn {
    margin: 0 auto;
    margin-top: min(80px, 6.25vw);
    width: min(340px, 26.5625vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(10px, 0.78125vw) min(12px, 0.9375vw) min(10px, 0.78125vw) 0;
  }
  .m-contact-thanks__btn::after {
    right: min(32px, 2.5vw);
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-contact-thanks__btn:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-contact-thanks__btn:hover::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-contact-thanks__wrap {
    margin-top: min(40px, 11.1111111111vw);
    padding: 0 min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
    padding-bottom: min(80px, 22.2222222222vw);
  }
  .m-contact-thanks h2 {
    font-size: min(22px, 6.1111111111vw);
    margin-bottom: min(32px, 8.8888888889vw);
    line-height: 1.32;
  }
  .m-contact-thanks p {
    font-size: min(16px, 4.4444444444vw);
    margin-bottom: min(80px, 22.2222222222vw);
  }
  .m-contact-thanks__btn {
    margin: 0 auto;
    margin-top: min(70px, 19.4444444444vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) min(12px, 3.3333333333vw) min(10px, 2.7777777778vw) 0;
    max-width: 248px;
  }
  .m-contact-thanks__btn::after {
    right: min(32px, 8.8888888889vw);
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
}

/* modules/recruit/_intro.scss
-------------------------------------------------- */
.m-recruit-intro__ttl, .m-recruit-intro__txt {
  letter-spacing: 0.01em;
}
.m-recruit-intro__ttl::before {
  content: "";
  display: block;
  margin: auto;
  aspect-ratio: 88/38;
  background: url("../img/recruit/icon-logo.svg") no-repeat center center/contain;
}
.m-recruit-intro__box::before {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  background-color: #CFD8DB;
}
@media screen and (min-width: 769px) {
  .m-recruit-intro__wrap {
    margin-top: min(80px, 6.25vw);
  }
  .m-recruit-intro__ttl, .m-recruit-intro__txt {
    text-align: center;
  }
  .m-recruit-intro__ttl {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.32em;
  }
  .m-recruit-intro__ttl::before {
    margin-bottom: min(32px, 2.5vw);
    width: min(88px, 6.875vw);
  }
  .m-recruit-intro__box {
    margin-top: min(40px, 3.125vw);
  }
  .m-recruit-intro__box::before {
    margin-bottom: min(40px, 3.125vw);
    width: min(40px, 3.125vw);
  }
  .m-recruit-intro__txt {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .m-recruit-intro__wrap {
    margin-top: min(40px, 11.1111111111vw);
    padding: 0 min(16px, 4.4444444444vw);
  }
  .m-recruit-intro__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.32em;
  }
  .m-recruit-intro__ttl::before {
    margin-bottom: min(32px, 8.8888888889vw);
    width: min(88px, 24.4444444444vw);
  }
  .m-recruit-intro__box {
    margin-top: min(40px, 11.1111111111vw);
    margin-bottom: max(-16px, -4.4444444444vw);
  }
  .m-recruit-intro__box::before {
    margin-bottom: min(40px, 11.1111111111vw);
    width: min(40px, 11.1111111111vw);
  }
  .m-recruit-intro__txt {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
}

/* modules/recruit/_nav.scss
-------------------------------------------------- */
.m-recruit-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-recruit-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border: 1px solid #CFD8DB;
}
.m-recruit-nav__link i {
  border: 1px solid #475467;
  border-radius: 999px;
}
.m-recruit-nav__link i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/common/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-recruit-nav__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
    gap: min(16px, 1.25vw);
  }
  .m-recruit-nav__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: min(40px, 3.125vw);
    height: min(118px, 9.21875vw);
    border-radius: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
  }
  .m-recruit-nav__link i {
    width: min(60px, 4.6875vw);
    height: min(38px, 2.96875vw);
  }
  .m-recruit-nav__link i::after {
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-recruit-nav__link:hover i {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-recruit-nav__link:hover i::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-recruit-nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: min(80px, 22.2222222222vw) min(16px, 4.4444444444vw);
    gap: min(16px, 4.4444444444vw);
  }
  .m-recruit-nav__link {
    padding: min(24px, 6.6666666667vw);
    height: min(86px, 23.8888888889vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-recruit-nav__link i {
    width: min(60px, 16.6666666667vw);
    height: min(38px, 10.5555555556vw);
  }
  .m-recruit-nav__link i::after {
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
  .m-recruit-nav__link:hover i {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-recruit-nav__link:hover i::after {
    -webkit-animation: arwSlide 0.2s linear;
            animation: arwSlide 0.2s linear;
    background-image: url(../img/common/arrow_btn_blu.svg);
  }
}

/* modules/recruit/_info.scss
-------------------------------------------------- */
.m-recruit-info__sect:not(:first-of-type) {
  border-top: 1px solid #CFD8DB;
}
.m-recruit-info__ttl {
  letter-spacing: 0.01em;
}
.m-recruit-info__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0062A7), color-stop(50%, #39ABDB));
  background-image: linear-gradient(90deg, #0062A7 50%, #39ABDB 50%);
}
.m-recruit-info__item {
  border-bottom: 1px solid #F1F1F1;
  letter-spacing: 0.01em;
}
.m-recruit-info__dt {
  margin-bottom: 4px;
  font-weight: 700;
}
.m-recruit-info__ended {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .m-recruit-info__wrap {
    padding: min(80px, 6.25vw) 0;
  }
  .m-recruit-info__sect:not(:first-of-type) {
    margin-top: min(80px, 6.25vw);
    padding-top: min(80px, 6.25vw);
  }
  .m-recruit-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(24px, 1.875vw);
  }
  .m-recruit-info__ttl {
    padding-bottom: min(36px, 2.8125vw);
    font-size: clamp(10px, 1.875vw, 1.5rem);
    line-height: 1.32em;
  }
  .m-recruit-info__ttl::after {
    width: min(32px, 2.5vw);
    height: min(4px, 0.3125vw);
  }
  .m-recruit-info__box {
    width: min(666px, 52.03125vw);
  }
  .m-recruit-info__item {
    padding-bottom: min(12px, 0.9375vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
  .m-recruit-info__item:not(:last-of-type) {
    margin-bottom: min(12px, 0.9375vw);
  }
  .m-recruit-info__ended {
    margin-bottom: min(80px, 6.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    text-align: center;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .m-recruit-info__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(48px, 13.3333333333vw);
  }
  .m-recruit-info__sect:not(:first-of-type) {
    margin-top: min(64px, 17.7777777778vw);
    padding-top: min(64px, 17.7777777778vw);
  }
  .m-recruit-info__ttl {
    margin-bottom: min(64px, 17.7777777778vw);
    padding-bottom: min(32px, 8.8888888889vw);
    font-size: min(22px, 6.1111111111vw);
  }
  .m-recruit-info__ttl::after {
    width: min(32px, 8.8888888889vw);
    height: min(4px, 1.1111111111vw);
  }
  .m-recruit-info__box {
    margin-top: min(64px, 17.7777777778vw);
  }
  .m-recruit-info__item {
    padding-bottom: min(12px, 3.3333333333vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
  .m-recruit-info__item:not(:last-of-type) {
    margin-bottom: min(12px, 3.3333333333vw);
  }
  .m-recruit-info__ended {
    margin-bottom: min(32px, 8.8888888889vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
}

/* modules/recruit/_benefit.scss
-------------------------------------------------- */
.m-recruit-benefit__sect {
  border-bottom: 1px solid #CFD8DB;
}
.m-recruit-benefit__ttl {
  letter-spacing: 0.01em;
}
.m-recruit-benefit__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0062A7), color-stop(50%, #39ABDB));
  background-image: linear-gradient(90deg, #0062A7 50%, #39ABDB 50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-recruit-benefit__li {
  background-color: #F7F8F9;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.m-recruit-benefit__fig {
  background-color: #FDFFFF;
}
.m-recruit-benefit__caption {
  font-weight: 700;
  color: #0062A7;
}
.m-recruit-benefit__txt, .m-recruit-benefit__note, .m-recruit-benefit__lead {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .m-recruit-benefit__wrap {
    padding: min(80px, 6.25vw) 0 min(160px, 12.5vw);
    text-align: center;
  }
  .m-recruit-benefit__sect {
    margin-bottom: min(80px, 6.25vw);
    padding-bottom: min(80px, 6.25vw);
  }
  .m-recruit-benefit__ttl {
    margin-bottom: min(32px, 2.5vw);
    padding-bottom: min(32px, 2.5vw);
    font-size: clamp(10px, 2.1875vw, 1.75rem);
  }
  .m-recruit-benefit__ttl::after {
    width: min(32px, 2.5vw);
    height: min(4px, 0.3125vw);
  }
  .m-recruit-benefit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(16px, 1.25vw);
    margin-top: min(64px, 5vw);
  }
  .m-recruit-benefit__li {
    width: min(474px, 37.03125vw);
    border-radius: min(16px, 1.25vw);
  }
  .m-recruit-benefit__fig {
    padding: min(24px, 1.875vw);
  }
  .m-recruit-benefit__caption {
    margin-top: min(8px, 0.625vw);
    font-size: clamp(10px, 1.25vw, 1rem);
  }
  .m-recruit-benefit__txt, .m-recruit-benefit__note {
    padding-left: min(24px, 1.875vw);
    padding-right: min(24px, 1.875vw);
  }
  .m-recruit-benefit__txt:last-of-type, .m-recruit-benefit__note:last-of-type {
    padding-bottom: min(24px, 1.875vw);
  }
  .m-recruit-benefit__txt {
    padding-top: min(24px, 1.875vw);
    font-size: clamp(10px, 1.71875vw, 1.375rem);
  }
  .m-recruit-benefit__note {
    margin-top: min(12px, 0.9375vw);
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    line-height: 1.8em;
  }
  .m-recruit-benefit__lead {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .m-recruit-benefit__wrap {
    padding: min(40px, 11.1111111111vw) min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-recruit-benefit__sect, .m-recruit-benefit__ttl {
    text-align: center;
  }
  .m-recruit-benefit__sect {
    margin-bottom: min(80px, 22.2222222222vw);
    padding-bottom: min(80px, 22.2222222222vw);
  }
  .m-recruit-benefit__ttl {
    margin-bottom: min(32px, 8.8888888889vw);
    padding-bottom: min(32px, 8.8888888889vw);
    font-size: min(22px, 6.1111111111vw);
  }
  .m-recruit-benefit__ttl::after {
    width: min(32px, 8.8888888889vw);
    height: min(4px, 1.1111111111vw);
  }
  .m-recruit-benefit__li {
    margin-top: min(16px, 4.4444444444vw);
    border-radius: min(16px, 4.4444444444vw);
  }
  .m-recruit-benefit__fig {
    padding: min(24px, 6.6666666667vw);
  }
  .m-recruit-benefit__caption {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(16px, 4.4444444444vw);
  }
  .m-recruit-benefit__txt, .m-recruit-benefit__note {
    padding-left: min(16px, 4.4444444444vw);
    padding-right: min(16px, 4.4444444444vw);
  }
  .m-recruit-benefit__txt:last-of-type, .m-recruit-benefit__note:last-of-type {
    padding-bottom: min(16px, 4.4444444444vw);
  }
  .m-recruit-benefit__txt {
    padding-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
  }
  .m-recruit-benefit__note {
    margin-top: min(8px, 2.2222222222vw);
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.8em;
  }
  .m-recruit-benefit__lead {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8em;
  }
}

/* modules/_news-archive.scss
-------------------------------------------------- */
.m-news-archive__sort {
  font-weight: 600;
}
.m-news-archive__sort-button {
  width: 166px;
  height: 38px;
  border: 1px solid #CFD8DB;
  border-radius: 2px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
}
.m-news-archive__sort-buttons {
  position: absolute;
  top: 38px;
  z-index: 1;
  width: 166px;
  border-bottom: 1px solid #CFD8DB;
  border-right: 1px solid #CFD8DB;
  border-left: 1px solid #CFD8DB;
  background: #fff;
  padding: 4px 16px;
  margin-top: -2px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease, max-height 0.5s ease;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}
.m-news-archive__sort-buttons.show {
  opacity: 1;
  max-height: 200px; /* 適切な値に調整してください */
}
.m-news-archive__sort-buttons::after {
  content: "";
  width: 134px;
  height: 1px;
  background: #C4CCD3;
  display: inline-block;
  position: absolute;
  top: 0px;
}
.m-news-archive__sort-label {
  display: block;
  padding: 4px 0;
}
.m-news-archive__sort-input {
  margin-right: -9px;
}
.m-news-archive__sort-button::after {
  content: "";
  position: absolute;
  background: url(../img/blog/news-sort.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 7px;
  right: 10px;
}
.m-news-archive .js-sort-click .m-news-archive__sort-button::after {
  content: "";
  position: absolute;
  background: url(../img/blog/news-sort-click.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 7px;
  right: 10px;
}
.m-news-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-news-archive__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m-news-archive__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-news-archive__pagination a {
  font-size: clamp(10px, 1.25vw, 1rem);
  color: #CFD8DB;
  font-weight: 600;
  margin: 0 min(12px, 0.9375vw);
}
.m-news-archive__pagination a.prev {
  position: relative;
  display: block;
}
.m-news-archive__pagination a.prev::before {
  content: "";
  position: absolute;
  left: 0px;
  background: url(../img/blog/news-prev-click.png) center center no-repeat;
  background-size: contain;
}
.m-news-archive__pagination a.next {
  position: relative;
  display: block;
}
.m-news-archive__pagination a.next::before {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/blog/news-next-click.png) center center no-repeat;
  background-size: contain;
}
.m-news-archive__pagination span {
  color: #CFD8DB;
  font-weight: 600;
}
.m-news-archive__pagination .current {
  color: #364246;
}
@media screen and (min-width: 769px) {
  .m-news-archive__wrap {
    width: min(964px, 75.3125vw);
    margin-top: min(80px, 6.25vw);
  }
  .m-news-archive__sort {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
  }
  .m-news-archive__sort-span {
    line-height: 1.7;
  }
  .m-news-archive__items {
    margin-top: min(40px, 3.125vw);
  }
  .m-news-archive__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(32px, 2.5vw) 0;
    border-bottom: 1px solid #F1F1F1;
  }
  .m-news-archive__item img {
    width: min(270px, 21.09375vw);
    height: min(153px, 11.953125vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-news-archive__item:hover .m-news-archive__txt, .m-news-archive__item:hover .m-news-archive__information {
    color: #0062A7;
  }
  .m-news-archive__explanation {
    width: min(662px, 51.71875vw);
  }
  .m-news-archive__txt {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7;
    margin-bottom: min(8px, 0.625vw);
    min-height: min(48px, 3.75vw);
  }
  .m-news-archive__information {
    color: #A2AAAD;
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    font-weight: 600;
  }
  .m-news-archive__date {
    margin-right: min(10px, 0.78125vw);
  }
  .m-news-archive__pagination {
    padding-top: min(40px, 3.125vw);
    padding-bottom: min(160px, 12.5vw);
  }
  .m-news-archive__pagination ul {
    width: min(298px, 23.28125vw);
  }
  .m-news-archive__pagination a {
    font-size: clamp(10px, 1.25vw, 1rem);
    margin: 0 min(12px, 0.9375vw);
  }
  .m-news-archive__pagination a:hover {
    color: #364246;
  }
  .m-news-archive__pagination a.prev {
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
  .m-news-archive__pagination a.prev::before {
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
  .m-news-archive__pagination a.prev:hover::before {
    background: url(../img/blog/news-prev-click-hover.png) center center no-repeat;
    background-size: contain;
  }
  .m-news-archive__pagination a.next {
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
  .m-news-archive__pagination a.next::before {
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
  .m-news-archive__pagination a.next:hover::before {
    background: url(../img/blog/news-next-click-hover.png) center center no-repeat;
    background-size: contain;
  }
  .m-news-archive__pagination .current {
    font-size: clamp(10px, 1.25vw, 1rem);
    margin: 0 min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .m-news-archive__wrap {
    margin-top: min(40px, 11.1111111111vw);
    padding: 0 min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
  }
  .m-news-archive__sort {
    font-size: min(12px, 3.3333333333vw);
  }
  .m-news-archive__sort-span {
    line-height: 1.7;
  }
  .m-news-archive__items {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-news-archive__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: min(24px, 6.6666666667vw) 0;
    border-bottom: 1px solid #F1F1F1;
    gap: 0 min(16px, 4.4444444444vw);
  }
  .m-news-archive__item img {
    width: min(99px, 27.5vw);
    height: min(56px, 15.5555555556vw);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-news-archive__explanation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-news-archive__txt {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7;
    margin-bottom: min(8px, 2.2222222222vw);
    min-height: min(48px, 13.3333333333vw);
  }
  .m-news-archive__information {
    color: #A2AAAD;
    font-size: min(12px, 3.3333333333vw);
    font-weight: 600;
  }
  .m-news-archive__date {
    margin-right: min(12px, 3.3333333333vw);
  }
  .m-news-archive__pagination {
    padding-top: min(40px, 11.1111111111vw);
  }
  .m-news-archive__pagination ul {
    max-width: 298px;
  }
  .m-news-archive__pagination a {
    font-size: min(16px, 4.4444444444vw);
    margin: 0 min(12px, 3.3333333333vw);
  }
  .m-news-archive__pagination a.prev {
    width: min(24px, 6.6666666667vw);
    height: min(24px, 6.6666666667vw);
  }
  .m-news-archive__pagination a.prev::before {
    width: min(24px, 6.6666666667vw);
    height: min(24px, 6.6666666667vw);
  }
  .m-news-archive__pagination a.next {
    width: min(24px, 6.6666666667vw);
    height: min(24px, 6.6666666667vw);
  }
  .m-news-archive__pagination a.next::before {
    width: min(24px, 6.6666666667vw);
    height: min(24px, 6.6666666667vw);
  }
  .m-news-archive__pagination .current {
    font-size: min(16px, 4.4444444444vw);
    margin: 0 min(12px, 3.3333333333vw);
  }
}

.fadeIn {
  opacity: 1;
  max-height: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* modules/_news-detail.scss
-------------------------------------------------- */
.m-news-detail {
  background: #F3F8FE;
}
.m-news-detail__wrap {
  background: #fff;
  color: #475467;
}
.m-news-detail__date {
  color: #A2AAAD;
  font-weight: 600;
  line-height: 1.8;
}
.m-news-detail__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.m-news-detail__tab__span {
  background: #439AFF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}
.m-news-detail__tab::before, .m-news-detail__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-news-detail__tab::before {
  background-color: #39ABDB;
}
.m-news-detail__tab::after {
  background-color: #0062A7;
}
.m-news-detail__mv img {
  width: 100%;
}
.m-news-detail__mv-txt {
  text-align: right;
}
.m-news-detail__box h1,
.m-news-detail__box h2,
.m-news-detail__box h3 {
  position: relative;
}
.m-news-detail__box h1::before,
.m-news-detail__box h2::before,
.m-news-detail__box h3::before {
  content: "";
  background: #C4CCD3;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-news-detail__box p a {
  display: inline;
  text-decoration: none;
}
.m-news-detail__box p a:hover {
  text-decoration: underline;
}
.m-news-detail__box p strong {
  display: inline;
}
.m-news-detail__box p em {
  display: inline;
}
.m-news-detail__box ul {
  text-indent: 0em;
  padding-left: 1em;
}
.m-news-detail__box ul li {
  list-style-type: disc;
}
.m-news-detail__box ol {
  counter-reset: listnum;
  list-style: none;
}
.m-news-detail__box ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ". ";
}
.m-news-detail__box strong {
  display: block;
  font-weight: 600;
}
.m-news-detail__box em {
  display: block;
  font-style: italic;
}
.m-news-detail__box a {
  display: block;
  -webkit-transition: none;
  transition: none;
  color: #0076FE;
}
.m-news-detail__box a:hover {
  opacity: unset;
  text-decoration: underline;
}
.m-news-detail__box img {
  width: 100%;
}
.m-news-detail__box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.m-news-detail__btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #475467;
  border: 1px solid #475467;
  background-color: #FFFFFF;
}
.m-news-detail__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/blog/arrow_btn_bk.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .m-news-detail {
    padding-top: min(80px, 6.25vw);
    padding-bottom: min(160px, 12.5vw);
    border-radius: 0 0 min(40px, 3.125vw) min(40px, 3.125vw);
  }
  .m-news-detail__wrap {
    border-radius: min(16px, 1.25vw);
    padding: min(80px, 6.25vw) min(98px, 7.65625vw);
  }
  .m-news-detail__ttl {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.45;
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__date {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__tab {
    padding-bottom: min(40px, 3.125vw);
  }
  .m-news-detail__tab-list {
    gap: min(6px, 0.46875vw) min(6px, 0.46875vw);
  }
  .m-news-detail__tab__span {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    padding: min(3px, 0.234375vw) min(8px, 0.625vw);
    border-radius: min(2px, 0.15625vw);
  }
  .m-news-detail__tab::before, .m-news-detail__tab::after {
    height: min(4px, 0.3125vw);
  }
  .m-news-detail__tab::before {
    width: min(32px, 2.5vw);
  }
  .m-news-detail__tab::after {
    width: min(16px, 1.25vw);
  }
  .m-news-detail__mv {
    margin-top: min(80px, 6.25vw);
  }
  .m-news-detail__mv-txt {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    margin-top: min(16px, 1.25vw);
  }
  .m-news-detail__box {
    margin-top: min(80px, 6.25vw);
    padding: 0 min(96px, 7.5vw);
  }
  .m-news-detail__box h1,
  .m-news-detail__box h2,
  .m-news-detail__box h3 {
    font-size: clamp(10px, 1.875vw, 1.5rem);
    margin-bottom: min(16px, 1.25vw);
    padding-left: min(32px, 2.5vw);
  }
  .m-news-detail__box h1::before,
  .m-news-detail__box h2::before,
  .m-news-detail__box h3::before {
    width: min(24px, 1.875vw);
    height: min(2px, 0.15625vw);
  }
  .m-news-detail__box h4,
  .m-news-detail__box h5,
  .m-news-detail__box h6 {
    font-size: clamp(10px, 1.25vw, 1rem);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__box p {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    margin-bottom: min(16px, 1.25vw);
    line-height: 1.7;
  }
  .m-news-detail__box p + ol,
  .m-news-detail__box p + ul {
    margin-top: max(-10px, -0.78125vw);
  }
  .m-news-detail__box ol,
  .m-news-detail__box ul {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__box ol li,
  .m-news-detail__box ul li {
    margin-bottom: min(6px, 0.46875vw);
  }
  .m-news-detail__box ol li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .m-news-detail__box strong {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__box em {
    font-size: clamp(10px, 1.171875vw, 0.9375rem);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__box a {
    font-size: clamp(10px, 0.9375vw, 0.75rem);
    margin-bottom: min(16px, 1.25vw);
  }
  .m-news-detail__box a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .m-news-detail__btn {
    margin: min(48px, 3.75vw) auto 0;
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
    padding: min(10px, 0.78125vw) 0 min(10px, 0.78125vw) min(12px, 0.9375vw);
    width: min(340px, 26.5625vw);
  }
  .m-news-detail__btn::after {
    left: min(32px, 2.5vw);
    width: min(12px, 0.9375vw);
    height: min(6px, 0.46875vw);
  }
  .m-news-detail__btn:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-news-detail__btn:hover::after {
    -webkit-animation: blogbtnSlide 0.2s linear;
            animation: blogbtnSlide 0.2s linear;
    background-image: url(../img/blog/arrow_btn_blu.svg);
  }
  @-webkit-keyframes blogbtnSlide {
    0% {
      -webkit-transform: translateY(-50%) translateX(0);
              transform: translateY(-50%) translateX(0);
    }
    50% {
      -webkit-transform: translateY(-50%) translateX(-5px);
              transform: translateY(-50%) translateX(-5px);
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(0);
              transform: translateY(-50%) translateX(0);
    }
  }
}
@media screen and (max-width: 768px) {
  .m-news-detail {
    padding-top: min(40px, 11.1111111111vw);
    padding-bottom: min(80px, 22.2222222222vw);
    border-radius: 0 0 min(40px, 11.1111111111vw) min(40px, 11.1111111111vw);
  }
  .m-news-detail__wrap {
    padding: 0 min(16px, 4.4444444444vw) min(80px, 22.2222222222vw);
    border-radius: min(16px, 4.4444444444vw);
    padding: min(64px, 17.7777777778vw) min(16px, 4.4444444444vw);
    margin: 0 min(16px, 4.4444444444vw);
  }
  .m-news-detail__ttl {
    font-size: min(24px, 6.6666666667vw);
    line-height: 1.45;
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-news-detail__date {
    font-size: min(12px, 3.3333333333vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-news-detail__tab {
    padding-bottom: min(40px, 11.1111111111vw);
  }
  .m-news-detail__tab-list {
    gap: min(6px, 1.6666666667vw) min(6px, 1.6666666667vw);
  }
  .m-news-detail__tab__span {
    font-size: min(12px, 3.3333333333vw);
    padding: min(3px, 0.8333333333vw) min(8px, 2.2222222222vw);
    border-radius: min(2px, 0.5555555556vw);
  }
  .m-news-detail__tab::before, .m-news-detail__tab::after {
    height: min(4px, 1.1111111111vw);
  }
  .m-news-detail__tab::before {
    width: min(32px, 8.8888888889vw);
  }
  .m-news-detail__tab::after {
    width: min(16px, 4.4444444444vw);
  }
  .m-news-detail__mv {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-news-detail__mv-txt {
    font-size: min(12px, 3.3333333333vw);
    margin-top: min(8px, 2.2222222222vw);
  }
  .m-news-detail__box {
    margin-top: min(64px, 17.7777777778vw);
  }
  .m-news-detail__box h1,
  .m-news-detail__box h2,
  .m-news-detail__box h3 {
    font-size: min(22px, 6.1111111111vw);
    margin-bottom: min(16px, 4.4444444444vw);
    padding-left: min(32px, 8.8888888889vw);
  }
  .m-news-detail__box h1::before,
  .m-news-detail__box h2::before,
  .m-news-detail__box h3::before {
    width: min(24px, 6.6666666667vw);
    height: min(2px, 0.5555555556vw);
  }
  .m-news-detail__box h4,
  .m-news-detail__box h5,
  .m-news-detail__box h6 {
    font-size: min(16px, 4.4444444444vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-news-detail__box p {
    font-size: min(14px, 3.8888888889vw);
    margin-bottom: min(16px, 4.4444444444vw);
    line-height: 1.79;
  }
  .m-news-detail__box p + ol,
  .m-news-detail__box p + ul {
    margin-top: max(-10px, -2.7777777778vw);
  }
  .m-news-detail__box ul,
  .m-news-detail__box ol {
    font-size: min(14px, 3.8888888889vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-news-detail__box ul li,
  .m-news-detail__box ol li {
    margin-bottom: 6px;
  }
  .m-news-detail__box ol li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .m-news-detail__box strong {
    font-size: min(14px, 3.8888888889vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-news-detail__box em {
    font-size: min(15px, 4.1666666667vw);
    margin-bottom: min(16px, 4.4444444444vw);
  }
  .m-news-detail__box a {
    font-size: min(12px, 3.3333333333vw);
    margin-bottom: min(16px, 4.4444444444vw);
    word-break: break-all;
  }
  .m-news-detail__btn {
    margin: min(64px, 17.7777777778vw) auto 0;
    font-size: min(12px, 3.3333333333vw);
    line-height: 1.7857142857em;
    padding: min(10px, 2.7777777778vw) 0 min(10px, 2.7777777778vw) min(12px, 3.3333333333vw);
    width: min(248px, 68.8888888889vw);
  }
  .m-news-detail__btn::after {
    left: min(32px, 8.8888888889vw);
    width: min(12px, 3.3333333333vw);
    height: min(6px, 1.6666666667vw);
  }
}

/* modules/_privacy.scss
-------------------------------------------------- */
.m-privacy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CFD8DB;
  font-weight: 700;
}
.m-privacy__link i {
  position: relative;
  border: 1px solid #364246;
  border-radius: 999px;
}
.m-privacy__link i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../img/common/arrow_down_bk.svg) center center/cover;
}
.m-privacy__cont:not(:last-child) {
  border-bottom: 1px solid #CFD8DB;
}
.m-privacy__caption {
  font-weight: 700;
}
.m-privacy__ttl {
  text-align: center;
  position: relative;
}
.m-privacy__ttl::before, .m-privacy__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-privacy__ttl::before {
  background-color: #0062A7;
}
.m-privacy__ttl::after {
  background-color: #39ABDB;
}
.m-privacy__item {
  border-bottom: 1px solid #F1F1F1;
  letter-spacing: 0.01em;
}
.m-privacy__item:first-child {
  border-top: 1px solid #F1F1F1;
}
.m-privacy__item:last-child {
  border-bottom: none;
}
.m-privacy__item-li .bold {
  font-weight: 700;
}
.m-privacy__item-num {
  display: inline-block;
  text-indent: 0;
}
.m-privacy__item-disclist {
  list-style-type: disc;
  padding-left: 1.5em;
}
.m-privacy__item-disclist ul {
  margin-left: -0.5em;
}
.m-privacy__mail {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .m-privacy__nav {
    margin-top: min(80px, 6.25vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 min(16px, 1.25vw);
  }
  .m-privacy__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
    padding: min(20px, 1.5625vw) min(40px, 3.125vw);
  }
  .m-privacy__link:hover {
    background-color: rgba(0, 98, 67, 0.1);
    color: #0062A7;
    border: 1px solid #0062A7;
  }
  .m-privacy__link:hover i {
    border: 1px solid #0062A7;
  }
  .m-privacy__link:hover i::after {
    -webkit-animation: arwDownSlide 0.2s linear;
            animation: arwDownSlide 0.2s linear;
    background: url(../img/common/arrow_down_blu-dark.svg) center center/cover;
  }
  .m-privacy__link i {
    width: min(60px, 4.6875vw);
    height: min(38px, 2.96875vw);
    margin: min(10px, 0.78125vw) 0;
  }
  .m-privacy__link i::after {
    width: min(6px, 0.46875vw);
    height: min(11px, 0.859375vw);
  }
  .m-privacy__cont {
    padding: min(120px, 9.375vw) 0;
  }
  .m-privacy__cont:last-child {
    padding-bottom: min(160px, 12.5vw);
  }
  .m-privacy__inner {
    padding: 0 min(98px, 7.65625vw);
  }
  .m-privacy__caption {
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-privacy__txt {
    margin-top: min(16px, 1.25vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-privacy__ttl {
    font-size: clamp(10px, 2.1875vw, 1.75rem);
    line-height: 1.3214285714em;
    padding-bottom: min(34px, 2.65625vw);
    margin-bottom: min(62px, 4.84375vw);
  }
  .m-privacy__ttl::before, .m-privacy__ttl::after {
    width: min(16px, 1.25vw);
    height: min(4px, 0.3125vw);
  }
  .m-privacy__ttl::before {
    left: calc(50% - min(8px, 0.625vw));
  }
  .m-privacy__ttl::after {
    left: calc(50% + min(8px, 0.625vw));
  }
  .m-privacy__box {
    margin-top: min(64px, 5vw);
  }
  .m-privacy__item {
    padding: min(16px, 1.25vw) 0 min(16px, 1.25vw) min(22px, 1.71875vw);
    font-size: clamp(10px, 1.25vw, 1rem);
    line-height: 1.8125em;
  }
  .m-privacy__item-caption {
    text-indent: max(-22px, -1.71875vw);
  }
  .m-privacy__item-li {
    margin-top: min(12px, 0.9375vw);
  }
  .m-privacy__item-li .m-privacy__item-txt {
    margin-top: min(4px, 0.3125vw);
  }
  .m-privacy__item-txt {
    margin-top: min(12px, 0.9375vw);
  }
  .m-privacy__item-lead {
    margin-top: min(12px, 0.9375vw);
  }
  .m-privacy__item-num {
    width: min(22px, 1.71875vw);
  }
  .m-privacy__item-disclist {
    margin-top: min(4px, 0.3125vw);
  }
  .m-privacy__item-cap {
    margin-top: min(4px, 0.3125vw);
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-privacy__item-dl {
    margin-top: min(12px, 0.9375vw);
  }
  .m-privacy__item-dd {
    margin-top: min(4px, 0.3125vw);
    padding-left: min(22px, 1.71875vw);
  }
  .m-privacy__item-dd span {
    font-size: clamp(10px, 1.09375vw, 0.875rem);
    line-height: 1.7857142857em;
  }
  .m-privacy__mail:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-privacy__wrap {
    padding: 0 min(16px, 4.4444444444vw);
  }
  .m-privacy__nav {
    margin-top: min(40px, 11.1111111111vw);
  }
  .m-privacy__link {
    border-radius: min(16px, 4.4444444444vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
    padding: min(16px, 4.4444444444vw) min(24px, 6.6666666667vw);
  }
  .m-privacy__link:not(:first-child) {
    margin-top: min(16px, 4.4444444444vw);
  }
  .m-privacy__link i {
    width: min(60px, 16.6666666667vw);
    height: min(38px, 10.5555555556vw);
    margin: min(6px, 1.6666666667vw) 0;
  }
  .m-privacy__link i::after {
    width: min(6px, 1.6666666667vw);
    height: min(11px, 3.0555555556vw);
  }
  .m-privacy__cont {
    padding: min(80px, 22.2222222222vw) 0;
  }
  .m-privacy__caption {
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-privacy__txt {
    margin-top: min(16px, 4.4444444444vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-privacy__ttl {
    font-size: min(22px, 6.1111111111vw);
    line-height: 1.3181818182em;
    padding-bottom: min(34px, 9.4444444444vw);
    margin-bottom: min(40px, 11.1111111111vw);
  }
  .m-privacy__ttl::before, .m-privacy__ttl::after {
    width: min(16px, 4.4444444444vw);
    height: min(4px, 1.1111111111vw);
  }
  .m-privacy__ttl::before {
    left: calc(50% - min(8px, 2.2222222222vw));
  }
  .m-privacy__ttl::after {
    left: calc(50% + min(8px, 2.2222222222vw));
  }
  .m-privacy__box {
    margin-top: min(64px, 17.7777777778vw);
  }
  .m-privacy__item {
    padding: min(16px, 4.4444444444vw) 0 min(16px, 4.4444444444vw) min(22px, 6.1111111111vw);
    font-size: min(16px, 4.4444444444vw);
    line-height: 1.8125em;
  }
  .m-privacy__item-caption {
    text-indent: max(-22px, -6.1111111111vw);
  }
  .m-privacy__item-li {
    margin-top: min(12px, 3.3333333333vw);
  }
  .m-privacy__item-li .m-privacy__item-txt {
    margin-top: min(4px, 1.1111111111vw);
  }
  .m-privacy__item-txt {
    margin-top: min(12px, 3.3333333333vw);
  }
  .m-privacy__item-lead {
    margin-top: min(12px, 3.3333333333vw);
  }
  .m-privacy__item-num {
    width: min(22px, 6.1111111111vw);
  }
  .m-privacy__item-disclist {
    margin-top: min(4px, 1.1111111111vw);
  }
  .m-privacy__item-cap {
    margin-top: min(4px, 1.1111111111vw);
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
  .m-privacy__item-dl {
    margin-top: min(12px, 3.3333333333vw);
  }
  .m-privacy__item-dd {
    margin-top: min(4px, 1.1111111111vw);
    padding-left: min(22px, 6.1111111111vw);
  }
  .m-privacy__item-dd span {
    font-size: min(14px, 3.8888888889vw);
    line-height: 1.7857142857em;
  }
}

/* patches/_index.scss
-------------------------------------------------- */
.p-index {
  padding-top: 0;
}

/* patches/_services-elst.scss
-------------------------------------------------- */
.p-services-elst {
  padding-top: 0;
  overflow: hidden;
}
.p-services-elst .m-services-mv__btn {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
}
@media screen and (min-width: 769px) {
  .p-services-elst .m-services-mv__cont {
    background: url(../img/services/elst/kv.jpg) center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .p-services-elst .m-services-mv__cont {
    background: url(../img/services/elst/kv-sp.jpg) top center/cover;
  }
}
.p-services-elst .m-services-feature__cont {
  background: linear-gradient(105deg, #5EB0FE, #6B6DFE);
}
.p-services-elst .m-services-pages__cont {
  background-color: #F5FAFF;
}
.p-services-elst .m-services-pages__ttl {
  color: #439AFF;
  border-top-color: #439AFF;
  border-bottom-color: #439AFF;
}
.p-services-elst .m-services-pages__ttl.-first {
  background: -webkit-gradient(linear, right top, left top, from(rgba(216, 233, 255, 0)), color-stop(30%, #D8E9FF), color-stop(70%, #D8E9FF), to(rgba(216, 233, 255, 0)));
  background: linear-gradient(to left, rgba(216, 233, 255, 0) 0%, #D8E9FF 30%, #D8E9FF 70%, rgba(216, 233, 255, 0) 100%);
}
.p-services-elst .m-services-pages__ttl span {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst .m-services-pages__lead, .p-services-elst .m-services-pages__text {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst .m-services-pages__box-ttl::after {
  background-color: #439AFF;
}
.p-services-elst .m-services-pages__box-lead span {
  color: #439AFF;
}
.p-services-elst .m-services-pages__box-num {
  color: #439AFF;
}
.p-services-elst .m-services-pages__box-ol li::before {
  background-color: #439AFF;
}
.p-services-elst .m-services-pages__li-ttl::after {
  background-color: #439AFF;
}
@media screen and (min-width: 769px) {
  .p-services-elst .m-services-pages__ttl {
    background: -webkit-gradient(linear, right top, left top, from(rgba(238, 246, 255, 0)), color-stop(30%, rgb(238, 246, 255)), color-stop(70%, rgb(238, 246, 255)), to(rgba(238, 246, 255, 0)));
    background: linear-gradient(to left, rgba(238, 246, 255, 0) 0%, rgb(238, 246, 255) 30%, rgb(238, 246, 255) 70%, rgba(238, 246, 255, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-services-elst .m-services-pages__ttl {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 233, 255, 0)), color-stop(30%, #D8E9FF), color-stop(70%, #D8E9FF), to(rgba(216, 233, 255, 0)));
    background: linear-gradient(to left, rgba(216, 233, 255, 0) 0%, #D8E9FF 30%, #D8E9FF 70%, rgba(216, 233, 255, 0) 100%);
  }
}
.p-services-elst .m-services-step__ttl, .p-services-elst .m-services-step__lead {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst .m-services-step__item {
  background-color: #F5FAFF;
}
.p-services-elst .m-services-step__item-num {
  color: #439AFF;
}
.p-services-elst .m-services-step__item-num i {
  background-color: #439AFF;
}
.p-services-elst .m-services-step__box {
  background-color: #F5FAFF;
}
.p-services-elst .m-services-option__tag {
  border-color: #439AFF;
  color: #439AFF;
}
.p-services-elst .m-services-option__ttl {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst .m-services-option__li {
  background-color: #F5FAFF;
}
.p-services-elst .m-services-faq {
  background-color: #F5FAFF;
}
.p-services-elst .m-services-faq__ttl {
  color: #439AFF;
  border-top-color: #439AFF;
  border-bottom-color: #439AFF;
  background: -webkit-gradient(linear, right top, left top, from(rgba(238, 246, 255, 0)), color-stop(30%, rgb(238, 246, 255)), color-stop(70%, rgb(238, 246, 255)), to(rgba(238, 246, 255, 0)));
  background: linear-gradient(to left, rgba(238, 246, 255, 0) 0%, rgb(238, 246, 255) 30%, rgb(238, 246, 255) 70%, rgba(238, 246, 255, 0) 100%);
}
.p-services-elst .m-services-faq__ttl span {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst .m-services-faq__num {
  color: #439AFF;
}

/* patches/_services-elst-elementary.scss
-------------------------------------------------- */
.p-services-elst-elementary {
  padding-top: 0;
  overflow: hidden;
}
.p-services-elst-elementary .m-services-mv__btn {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
}
@media screen and (min-width: 769px) {
  .p-services-elst-elementary .m-services-mv__cont {
    background: url(../img/services/elst-elementary/kv.jpg) center center/cover;
  }
  .p-services-elst-elementary .m-services-mv__fig {
    width: min(486px, 37.96875vw);
    right: 0;
    bottom: max(-39px, -3.046875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-services-elst-elementary .m-services-mv__cont {
    background: url(../img/services/elst-elementary/kv-sp.jpg) center center/cover;
  }
  .p-services-elst-elementary .m-services-mv__fig {
    margin: min(140px, 38.8888888889vw) auto 0;
    padding-bottom: min(54px, 15vw);
    width: min(304px, 84.4444444444vw);
    bottom: 0;
  }
}
.p-services-elst-elementary .m-services-feature__cont {
  background: linear-gradient(105deg, #83CCDE, #21A4DE);
}
.p-services-elst-elementary .m-services-pages__cont {
  background-color: #F4FCFF;
}
.p-services-elst-elementary .m-services-pages__ttl {
  color: #21A4DE;
  border-top-color: #21A4DE;
  border-bottom-color: #21A4DE;
  background: -webkit-gradient(linear, right top, left top, from(rgba(217, 243, 255, 0)), color-stop(30%, rgb(217, 243, 255)), color-stop(70%, rgb(217, 243, 255)), to(rgba(217, 243, 255, 0)));
  background: linear-gradient(to left, rgba(217, 243, 255, 0) 0%, rgb(217, 243, 255) 30%, rgb(217, 243, 255) 70%, rgba(217, 243, 255, 0) 100%);
}
.p-services-elst-elementary .m-services-pages__ttl span {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-elementary .m-services-pages__lead, .p-services-elst-elementary .m-services-pages__text {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-elementary .m-services-pages__box-ttl::after {
  background-color: #21A4DE;
}
.p-services-elst-elementary .m-services-pages__box-lead span {
  color: #21A4DE;
}
.p-services-elst-elementary .m-services-pages__box-num {
  color: #21A4DE;
}
.p-services-elst-elementary .m-services-pages__box-ol li::before {
  background-color: #21A4DE;
}
.p-services-elst-elementary .m-services-pages__li-ttl::after {
  background-color: #21A4DE;
}
.p-services-elst-elementary .m-services-step__ttl, .p-services-elst-elementary .m-services-step__lead {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-elementary .m-services-step__item {
  background-color: #F4FCFF;
}
.p-services-elst-elementary .m-services-step__item-num {
  color: #21A4DE;
}
.p-services-elst-elementary .m-services-step__item-num i {
  background-color: #21A4DE;
}
.p-services-elst-elementary .m-services-step__box {
  background-color: #F4FCFF;
}
.p-services-elst-elementary .m-services-option__tag {
  border-color: #21A4DE;
  color: #21A4DE;
}
.p-services-elst-elementary .m-services-option__ttl {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-elementary .m-services-option__li {
  background-color: #F4FCFF;
}
.p-services-elst-elementary .m-services-faq {
  background-color: #F4FCFF;
}
.p-services-elst-elementary .m-services-faq__ttl {
  color: #21A4DE;
  border-top-color: #21A4DE;
  border-bottom-color: #21A4DE;
  background: -webkit-gradient(linear, right top, left top, from(rgba(217, 243, 255, 0)), color-stop(30%, rgb(217, 243, 255)), color-stop(70%, rgb(217, 243, 255)), to(rgba(217, 243, 255, 0)));
  background: linear-gradient(to left, rgba(217, 243, 255, 0) 0%, rgb(217, 243, 255) 30%, rgb(217, 243, 255) 70%, rgba(217, 243, 255, 0) 100%);
}
.p-services-elst-elementary .m-services-faq__ttl span {
  background: linear-gradient(120deg, #83CCDE, #21A4DE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-elementary .m-services-faq__num {
  color: #21A4DE;
}

/* patches/_services-elst-biz.scss
-------------------------------------------------- */
.p-services-elst-biz {
  padding-top: 0;
  overflow: hidden;
}
.p-services-elst-biz .m-services-mv__btn {
  background: linear-gradient(120deg, #0C3988, #182B57);
}
@media screen and (min-width: 769px) {
  .p-services-elst-biz .m-services-mv__cont {
    background: url(../img/services/elst-biz/kv.jpg) center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .p-services-elst-biz .m-services-mv__cont {
    background: url(../img/services/elst-biz/kv-sp.jpg) center center/cover;
  }
}
.p-services-elst-biz .m-services-feature__cont {
  background: linear-gradient(105deg, #0C3988, #182B57);
}
.p-services-elst-biz .m-services-pages__cont {
  background-color: #F7F9FF;
}
.p-services-elst-biz .m-services-pages__ttl {
  color: #103A94;
  border-top-color: #103A94;
  border-bottom-color: #103A94;
  background: -webkit-gradient(linear, right top, left top, from(rgba(213, 226, 255, 0)), color-stop(30%, rgb(213, 226, 255)), color-stop(70%, rgb(213, 226, 255)), to(rgba(213, 226, 255, 0)));
  background: linear-gradient(to left, rgba(213, 226, 255, 0) 0%, rgb(213, 226, 255) 30%, rgb(213, 226, 255) 70%, rgba(213, 226, 255, 0) 100%);
}
.p-services-elst-biz .m-services-pages__ttl span {
  background: linear-gradient(120deg, #0C3988, #182B57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-biz .m-services-pages__lead, .p-services-elst-biz .m-services-pages__text {
  background: linear-gradient(120deg, #0C3988, #182B57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-biz .m-services-pages__box-ttl::after {
  background-color: #103A94;
}
.p-services-elst-biz .m-services-pages__box-lead span {
  color: #103A94;
}
.p-services-elst-biz .m-services-pages__box-num {
  color: #103A94;
}
.p-services-elst-biz .m-services-pages__box-ol li::before {
  background-color: #103A94;
}
.p-services-elst-biz .m-services-pages__li-ttl::after {
  background-color: #103A94;
}
.p-services-elst-biz .m-services-pages__catch {
  border-color: #BBD1FF;
  color: #103A94;
}
.p-services-elst-biz .m-services-step__ttl, .p-services-elst-biz .m-services-step__lead {
  background: linear-gradient(120deg, #0C3988, #182B57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-biz .m-services-step__item {
  background-color: #F7F9FF;
}
.p-services-elst-biz .m-services-step__item-num {
  color: #103A94;
}
.p-services-elst-biz .m-services-step__item-num i {
  background-color: #103A94;
}
.p-services-elst-biz .m-services-step__box {
  background-color: #F7F9FF;
}
.p-services-elst-biz .m-services-option__tag {
  border-color: #103A94;
  color: #103A94;
}
.p-services-elst-biz .m-services-option__ttl {
  background: linear-gradient(120deg, #0C3988, #182B57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-biz .m-services-option__li {
  background-color: #F7F9FF;
}
.p-services-elst-biz .m-services-faq {
  background-color: #F7F9FF;
}
.p-services-elst-biz .m-services-faq__ttl {
  color: #103A94;
  border-top-color: #103A94;
  border-bottom-color: #103A94;
  background: -webkit-gradient(linear, right top, left top, from(rgba(213, 226, 255, 0)), color-stop(30%, rgb(213, 226, 255)), color-stop(70%, rgb(213, 226, 255)), to(rgba(213, 226, 255, 0)));
  background: linear-gradient(to left, rgba(213, 226, 255, 0) 0%, rgb(213, 226, 255) 30%, rgb(213, 226, 255) 70%, rgba(213, 226, 255, 0) 100%);
}
.p-services-elst-biz .m-services-faq__ttl span {
  background: linear-gradient(120deg, #0C3988, #182B57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-elst-biz .m-services-faq__num {
  color: #103A94;
}

/* patches/_services-nazoritai-pro.scss
-------------------------------------------------- */
.p-services-nazoritai-pro {
  padding-top: 0;
  overflow: hidden;
}
.p-services-nazoritai-pro .m-services-mv__btn {
  background: linear-gradient(120deg, #5EB0FE 0%, #5EB0FE 30%, #74B6FE 56%, #EFDAFF 100%);
}
@media screen and (min-width: 769px) {
  .p-services-nazoritai-pro .m-services-mv__cont {
    background: url(../img/services/nazoritai/kv.jpg) center center/cover;
  }
  .p-services-nazoritai-pro .m-services-mv__fig {
    right: 0;
    width: min(486px, 37.96875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-services-nazoritai-pro .m-services-mv__cont {
    background: url(../img/services/nazoritai/kv-sp.jpg) top center/cover;
  }
  .p-services-nazoritai-pro .m-services-mv__fig {
    margin: min(67px, 18.6111111111vw) auto 0;
    width: min(296px, 82.2222222222vw);
    bottom: max(-14px, -3.8888888889vw);
  }
}
.p-services-nazoritai-pro .m-services-feature__cont {
  background: linear-gradient(105deg, #5EB0FE 0%, #5EB0FE 30%, #74B6FE 56%, #EFDAFF 100%);
}
.p-services-nazoritai-pro .m-services-pages__cont {
  background-color: #F2F5FF;
}
.p-services-nazoritai-pro .m-services-pages__ttl {
  color: #4F8BFF;
  border-top-color: #4F8BFF;
  border-bottom-color: #4F8BFF;
  background: -webkit-gradient(linear, right top, left top, from(rgba(231, 232, 255, 0)), color-stop(30%, #E7E8FF), color-stop(70%, #E7E8FF), to(rgba(231, 232, 255, 0)));
  background: linear-gradient(to left, rgba(231, 232, 255, 0) 0%, #E7E8FF 30%, #E7E8FF 70%, rgba(231, 232, 255, 0) 100%);
}
.p-services-nazoritai-pro .m-services-pages__lead, .p-services-nazoritai-pro .m-services-pages__text {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-pages__box-ttl::after {
  background-color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-pages__box-lead span {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-pages__box-num {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-pages__box-ol li::before {
  background-color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-pages__li-ttl::after {
  background-color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-pages__table-head th {
  background-color: #4F8BFF;
}
@media screen and (min-width: 769px) {
  .p-services-nazoritai-pro .m-services-pages__list {
    margin-top: min(80px, 6.25vw);
  }
}
.p-services-nazoritai-pro .m-services-step__ttl, .p-services-nazoritai-pro .m-services-step__lead {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-step__item {
  background-color: #F2F5FF;
}
.p-services-nazoritai-pro .m-services-step__item-num {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-step__item-num i {
  background-color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-step__box {
  background-color: #F2F5FF;
}
.p-services-nazoritai-pro .m-services-step__group-ul {
  background-color: #F2F5FF;
}
.p-services-nazoritai-pro .m-services-step__group-num {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-step__group-num i {
  background-color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-option__tag {
  border-color: #4F8BFF;
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-option__ttl {
  color: #4F8BFF;
}
.p-services-nazoritai-pro .m-services-option__li {
  background-color: #F2F5FF;
}
.p-services-nazoritai-pro .m-services-faq {
  background-color: #F2F5FF;
}
.p-services-nazoritai-pro .m-services-faq__ttl {
  color: #4F8BFF;
  border-top-color: #4F8BFF;
  border-bottom-color: #4F8BFF;
  background: -webkit-gradient(linear, right top, left top, from(rgba(231, 232, 255, 0)), color-stop(30%, #E7E8FF), color-stop(70%, #E7E8FF), to(rgba(231, 232, 255, 0)));
  background: linear-gradient(to left, rgba(231, 232, 255, 0) 0%, #E7E8FF 30%, #E7E8FF 70%, rgba(231, 232, 255, 0) 100%);
}
.p-services-nazoritai-pro .m-services-faq__num {
  color: #4F8BFF;
}

/* patches/_services-clst.scss
-------------------------------------------------- */
.p-services-clst {
  padding-top: 0;
  overflow: hidden;
}
.p-services-clst .m-services-mv__btn {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
}
@media screen and (min-width: 769px) {
  .p-services-clst .m-services-mv__cont {
    background: url(../img/services/clst/kv.jpg) center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .p-services-clst .m-services-mv__cont {
    background: url(../img/services/clst/kv-sp.jpg) top center/cover;
  }
}
.p-services-clst .m-services-feature__cont {
  background: linear-gradient(105deg, #FEB562, #FE6B6B);
}
.p-services-clst .m-services-pages__cont {
  background-color: #FDFAF7;
}
.p-services-clst .m-services-pages__ttl {
  color: #FF8968;
  border-top-color: #FF8968;
  border-bottom-color: #FF8968;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 239, 221, 0)), color-stop(30%, rgb(255, 239, 221)), color-stop(70%, rgb(255, 239, 221)), to(rgba(255, 239, 221, 0)));
  background: linear-gradient(to left, rgba(255, 239, 221, 0) 0%, rgb(255, 239, 221) 30%, rgb(255, 239, 221) 70%, rgba(255, 239, 221, 0) 100%);
}
.p-services-clst .m-services-pages__ttl span {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-clst .m-services-pages__lead, .p-services-clst .m-services-pages__text {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-clst .m-services-pages__box-ttl::after {
  background-color: #FF8968;
}
.p-services-clst .m-services-pages__box-lead span {
  color: #FF8968;
}
.p-services-clst .m-services-pages__box-num {
  color: #FF8968;
}
.p-services-clst .m-services-pages__box-ol li::before {
  background-color: #FF8968;
}
.p-services-clst .m-services-pages__li-ttl::after {
  background-color: #FF8968;
}
@media screen and (min-width: 769px) {
  .p-services-clst .m-services-pages__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-services-clst .m-services-step__ttl, .p-services-clst .m-services-step__lead {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-clst .m-services-step__item {
  background-color: #FDFAF7;
}
.p-services-clst .m-services-step__item-num {
  color: #FF8968;
}
.p-services-clst .m-services-step__item-num i {
  background-color: #FF8968;
}
.p-services-clst .m-services-step__box {
  background-color: #FDFAF7;
}
.p-services-clst .m-services-option__tag {
  border-color: #FF8968;
  color: #FF8968;
}
.p-services-clst .m-services-option__ttl {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-clst .m-services-option__li {
  background-color: #FDFAF7;
}
.p-services-clst .m-services-faq {
  background-color: #FDFAF7;
}
.p-services-clst .m-services-faq__ttl {
  color: #FF8968;
  border-top-color: #FF8968;
  border-bottom-color: #FF8968;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 239, 221, 0)), color-stop(30%, rgb(255, 239, 221)), color-stop(70%, rgb(255, 239, 221)), to(rgba(255, 239, 221, 0)));
  background: linear-gradient(to left, rgba(255, 239, 221, 0) 0%, rgb(255, 239, 221) 30%, rgb(255, 239, 221) 70%, rgba(255, 239, 221, 0) 100%);
}
.p-services-clst .m-services-faq__ttl span {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-clst .m-services-faq__num {
  color: #FF8968;
}

/* patches/_services-mayai.scss
-------------------------------------------------- */
.p-services-mayai {
  padding-top: 0;
  overflow: hidden;
}
.p-services-mayai .m-services-mv__btn {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
}
@media screen and (min-width: 769px) {
  .p-services-mayai .m-services-mv__cont {
    background: url(../img/services/mayai/kv.jpg) center center/cover;
  }
  .p-services-mayai .m-services-mv__fig {
    bottom: max(-84px, -6.5625vw);
    right: min(66px, 5.15625vw);
    width: min(350px, 27.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-services-mayai .m-services-mv__cont {
    background: url(../img/services/mayai/kv-sp.jpg) top center/cover;
  }
  .p-services-mayai .m-services-mv__fig {
    margin-top: min(14px, 3.8888888889vw);
    width: min(225px, 62.5vw);
  }
}
.p-services-mayai .m-services-feature__cont {
  background: linear-gradient(105deg, #FEB562, #FE6B6B);
}
.p-services-mayai .m-services-pages__cont {
  background-color: #FDFAF7;
}
.p-services-mayai .m-services-pages__ttl {
  color: #FF8968;
  border-top-color: #FF8968;
  border-bottom-color: #FF8968;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 239, 221, 0)), color-stop(30%, rgb(255, 239, 221)), color-stop(70%, rgb(255, 239, 221)), to(rgba(255, 239, 221, 0)));
  background: linear-gradient(to left, rgba(255, 239, 221, 0) 0%, rgb(255, 239, 221) 30%, rgb(255, 239, 221) 70%, rgba(255, 239, 221, 0) 100%);
}
.p-services-mayai .m-services-pages__ttl span {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-mayai .m-services-pages__lead, .p-services-mayai .m-services-pages__text {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-mayai .m-services-pages__box-ttl::after {
  background-color: #FF8968;
}
.p-services-mayai .m-services-pages__box-lead span {
  color: #FF8968;
}
.p-services-mayai .m-services-pages__box-num {
  color: #FF8968;
}
.p-services-mayai .m-services-pages__box-ol li::before {
  background-color: #FF8968;
}
.p-services-mayai .m-services-pages__li-ttl::after {
  background-color: #FF8968;
}
@media screen and (min-width: 769px) {
  .p-services-mayai .m-services-pages__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-services-mayai .m-services-step__ttl, .p-services-mayai .m-services-step__lead {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-mayai .m-services-step__item {
  background-color: #FDFAF7;
}
.p-services-mayai .m-services-step__item-num {
  color: #FF8968;
}
.p-services-mayai .m-services-step__item-num i {
  background-color: #FF8968;
}
.p-services-mayai .m-services-step__box {
  background-color: #FDFAF7;
}
.p-services-mayai .m-services-option__tag {
  border-color: #FF8968;
  color: #FF8968;
}
.p-services-mayai .m-services-option__ttl {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-mayai .m-services-option__li {
  background-color: #FDFAF7;
}
.p-services-mayai .m-services-faq {
  background-color: #FDFAF7;
}
.p-services-mayai .m-services-faq__ttl {
  color: #FF8968;
  border-top-color: #FF8968;
  border-bottom-color: #FF8968;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 239, 221, 0)), color-stop(30%, rgb(255, 239, 221)), color-stop(70%, rgb(255, 239, 221)), to(rgba(255, 239, 221, 0)));
  background: linear-gradient(to left, rgba(255, 239, 221, 0) 0%, rgb(255, 239, 221) 30%, rgb(255, 239, 221) 70%, rgba(255, 239, 221, 0) 100%);
}
.p-services-mayai .m-services-faq__ttl span {
  background: linear-gradient(120deg, #FEB562, #FE6B6B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-mayai .m-services-faq__num {
  color: #FF8968;
}

.m-top-mv__slideshow {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.kv-slider {
  width: 100%;
  height: auto;
}

.kv-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Slick carousel 自定义样式 */
.kv-slider .slick-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kv-slider .slick-dots li {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.kv-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  outline: none;
  transition: all 0.3s ease;
}

.kv-slider .slick-dots li button:before {
  display: none;
}

.kv-slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.2);
}

.kv-slider .slick-dots li:hover button {
  background-color: rgba(255, 255, 255, 0.6);
}

/* patches/_services-nihon.scss
-------------------------------------------------- */
.p-services-nihon {
  padding-top: 0;
  overflow: hidden;
}

.p-services-nihon .g-ttl__ttl {
  position: relative;
}

.p-services-nihon .g-ttl__ttl .g-ttl__ttl-img {
  position: absolute;
  top: min(-40px, -3.90625vw);
  left: min(80px, 6.40625vw);
  width:  min(330px, 26.171875vw);;
}

.p-services-nihon .m-services-feature__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px !important;
}

.p-services-nihon .m-services-feature__num-function {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}


.p-services-nihon .m-services-mv__btn {
  background: linear-gradient(270deg, #E6D7FF 0%, #5AAFFE 98%) !important;
}
@media screen and (min-width: 769px) {
  .p-services-nihon .m-services-mv__cont {
    background: url(../img/services/nihon/kv.jpg) center center/cover;
  }
  .p-services-nihon .m-services-mv__lead {
    font-size: clamp(10px, 3.375vw, 2.8rem) !important;
  }
}
@media screen and (max-width: 768px) {
  .p-services-nihon .m-services-mv__cont {
    background: url(../img/services/nihon/kv.jpg) top center/cover;
  }
}
@media screen and (max-width: 500px) {
  .p-services-nihon .m-services-mv__lead {
    font-size: min(28px, 4.8vw);
  }
}

.p-services-nihon .m-services-feature__cont {
  background: linear-gradient(270deg, #E25F75 0%, #FF9E9A 119%);
}
.p-services-nihon .m-services-pages__cont {
  background-color: #FDF5F7;
}
.p-services-nihon .m-services-pages__ttl {
  color: #E25F75;
  border-top-color: #E25F75;
  border-bottom-color: #E25F75;
}
.p-services-nihon .m-services-pages__ttl.-first {
  background: -webkit-gradient(linear, right top, left top, from(rgba(216, 233, 255, 0)), color-stop(30%, #D8E9FF), color-stop(70%, #D8E9FF), to(rgba(216, 233, 255, 0)));
  background: linear-gradient(to left, rgba(216, 233, 255, 0) 0%, #D8E9FF 30%, #D8E9FF 70%, rgba(216, 233, 255, 0) 100%);
}
.p-services-nihon .m-services-pages__ttl span {
  background: linear-gradient(270deg, #E25F75 0%, #FF9E9A 119%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}
.p-services-nihon .m-services-pages__lead, .p-services-nihon .m-services-pages__text {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-nihon .m-services-pages__box-ttl::after {
  background-color: #E25F75;
}
.p-services-nihon .m-services-pages__box-lead span {
  color: #FDF5F7;
}
.p-services-nihon .m-services-pages__box-num {
  color: #FDF5F7;
}
.p-services-nihon .m-services-pages__box-ol li::before {
  background-color: #FDF5F7;
}
.p-services-nihon .m-services-pages__li-ttl::after {
  background-color: #E25F75;
}
@media screen and (min-width: 769px) {
  .p-services-nihon .m-services-pages__ttl {
    background: linear-gradient(270deg, rgba(226, 95, 117, 0) 0%, rgba(226, 95, 117, 0.06) 49%, rgba(226, 95, 117, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  .p-services-nihon .m-services-pages__ttl {
    background: linear-gradient(270deg, rgba(226, 95, 117, 0) 0%, rgba(226, 95, 117, 0.06) 49%, rgba(226, 95, 117, 0) 100%);
  }
  .p-services-nihon .g-ttl__ttl .g-ttl__ttl-img {
    top: min(-30px, -2.34375vw);
    left: 80px;
    width: 200px;
  }
}
@media screen and (max-width: 350px) {
  .p-services-nihon .g-ttl__ttl .g-ttl__ttl-img {
    top: min(-20px, -2.34375vw);
    left: min(50px, 13.90625vw);
    width: min(140px, 50.9375vw);
  }
}
.p-services-nihon .m-services-step__ttl, .p-services-nihon .m-services-step__lead {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-nihon .m-services-step__item {
  background-color: #F5FAFF;
}
.p-services-nihon .m-services-step__item-num {
  color: #FDF5F7;
}
.p-services-nihon .m-services-step__item-num i {
  background-color: #FDF5F7;
}
.p-services-nihon .m-services-step__box {
  background-color: #F5FAFF;
}
.p-services-nihon .m-services-option__tag {
  border-color: #FDF5F7;
  color: #FDF5F7;
}
.p-services-nihon .m-services-option__ttl {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-nihon .m-services-option__li {
  background-color: #F5FAFF;
}
.p-services-nihon .m-services-faq {
  background-color: #F5FAFF;
}
.p-services-nihon .m-services-faq__ttl {
  color: #FDF5F7;
  border-top-color: #FDF5F7;
  border-bottom-color: #FDF5F7;
  background: -webkit-gradient(linear, right top, left top, from(rgba(238, 246, 255, 0)), color-stop(30%, rgb(238, 246, 255)), color-stop(70%, rgb(238, 246, 255)), to(rgba(238, 246, 255, 0)));
  background: linear-gradient(to left, rgba(238, 246, 255, 0) 0%, rgb(238, 246, 255) 30%, rgb(238, 246, 255) 70%, rgba(238, 246, 255, 0) 100%);
}
.p-services-nihon .m-services-faq__ttl span {
  background: linear-gradient(120deg, #5EB0FE, #6B6DFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-services-nihon .m-services-faq__num {
  color: #FDF5F7;
}

/* patches/_services-hs500.scss
-------------------------------------------------- */
.p-services-hs500 {

}
.p-services-hs500 .m-services-mv__btn {
  background: linear-gradient(278deg, #E25F75 -1%, #FF9E9A 98%);
}
.p-services-hs500 .m-services-feature__box-title {
  font-weight: 500;
  color: #1E60D9;
}

@media screen and (min-width: 769px) {
  .p-services-hs500 .m-services-mv__cont {
    background: linear-gradient(292deg, #D2B7FF 1%, #44A5FF 100%);
  }
  .p-services-hs500 .m-services-mv__lead {
    font-size: clamp(10px, 3.375vw, 2.8rem) !important;
  }
  .p-services-hs500 .m-services-feature__box-fig {
    width: min(472px, 44.6875vw);
  }
  .p-services-hs500 .m-services-feature__box-reverse {
    display: flex;
    flex-direction: row;
  }
  .p-services-hs500 .m-services-feature__box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-services-hs500 .m-services-mv__fig {
    width: min(430px, 29.921875vw) !important;
    bottom: max(-24px, -6.484375vw) !important;
  }
  .p-services-hs500 .m-services-feature__wrap {
    padding-top: 0 !important;
    margin-top: min(60px, 9.375vw) !important;
  }
  .p-services-hs500 .m-services-feature-bg {
    background: #EDF1FF;
    margin-top: min(60px, 9.375vw) !important;
  }
  .p-services-hs500 .m-services-feature-bg .m-services-feature__wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-services-hs500 .m-services-mv__cont {
    background: linear-gradient(292deg, #D2B7FF 1%, #44A5FF 100%);
  }
  .p-services-hs500 .m-services-feature__box-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-services-hs500 .m-services-feature__cont {
  background: linear-gradient(292deg, #D2B7FF 1%, #44A5FF 100%);
}
.p-services-hs500 .m-services-feature-gray {
  background: #EDF1FF !important;
}

.p-services-hs500 .m-services-feature-gray .m-services-feature__ttl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E8E8FF 32%, rgba(232, 232, 255, 0.4672) 77%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #B5B5FF 9%, rgba(181, 181, 255, 0.4672) 91%, rgba(255, 255, 255, 0) 100%) 1;
  color: #1E60D9;
}

.p-services-hs500 .m-services-option__faq {
  display: flex;
  flex-direction: column;
}

.p-services-hs500 .m-services-option__faq li {
  display: flex;
  flex-direction: column;
}
.p-services-hs500 .m-services-option__faq li:nth-of-type(2) {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid rgba(181, 181, 255, 0.5);
  border-bottom: 1px solid rgba(181, 181, 255, 0.5);
}
.p-services-hs500 .m-services-option__faq li div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.p-services-hs500 .m-services-option__faq li div:nth-of-type(1) span:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #FEFFFF;
  border-radius: 30px;
  flex-shrink: 0;
  font-family: "LINE Seed JP App_TTF", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1E60D9;
  margin-right: 20px;
}
.p-services-hs500 .m-services-option__faq li div:nth-of-type(1) span:nth-of-type(2) {
  font-weight: bold;
}
.p-services-hs500 .m-services-option__faq li div:nth-of-type(2) {
  margin-left: 78px;
}
.p-services-hs500 .m-services-option__faq li div:nth-of-type(2) span:nth-of-type(2) {
  margin-left: 18px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */