@charset "UTF-8";
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* base
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-display: swap;
}
html.lock {
  overflow-y: hidden;
}
html:has(.l-footer.is-entry) {
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  color: rgba(34, 34, 34, 0.95);
  font-size: 1.3rem;
  font-weight: 500;
  font-feature-settings: "palt";
  overflow-x: hidden;
  letter-spacing: 0.04em;
}
body:has(.l-footer.is-entry) {
  height: 100%;
}

a {
  color: #004ea2;
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.material-symbols-outlined {
  font-variation-settings: "wght" 200;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/biz/assets/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.otf") format("opentype");
}
/* パンくず */
.cmn-topicpath {
  width: min(1100px, 100%);
  margin: 0 auto;
  background-color: #fff;
}
.cmn-topicpath ol {
  position: relative;
  z-index: 11;
  padding: 12px 24px 7px;
}
.cmn-topicpath ol li {
  display: inline-block;
  font-size: clamp(1.2rem, 1.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
}
.cmn-topicpath ol li:not(:last-child)::after {
  position: relative;
  bottom: 1px;
  padding-left: 3px;
  font-family: "Material Symbols Outlined";
  font-size: 1.55em;
  vertical-align: middle;
  content: "\e5cc";
  font-variation-settings: "wght" 200;
}
@media screen and (min-width: 768px) {
  .cmn-topicpath ol::before, .cmn-topicpath ol::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #fff;
    content: "";
  }
  .cmn-topicpath ol::before {
    left: -100%;
  }
  .cmn-topicpath ol::after {
    right: -100%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-topicpath ol {
    padding: 8px 10px 4px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

/* セクションタイトル　*/
.cmn-sectionTitle {
  position: relative;
  width: min(1100px, 100%);
  margin: auto;
  color: #004ea2;
  padding: 5px 24px 34px;
  border-left: 1px solid #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  font-weight: 900;
  text-align: left;
  line-height: 1.525;
  letter-spacing: 0.06em;
}
.cmn-sectionTitle::after {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 18px;
  left: -50vw;
  width: 200vw;
  height: 1px;
  background-color: #004ea2;
  content: "";
}
.cmn-sectionTitle span {
  display: block;
  position: relative;
  font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.375em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.cmn-sectionTitle span::before {
  position: relative;
  margin-right: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.cmn-sectionTitle.is-reason span::before {
  content: "REASON";
}
.cmn-sectionTitle.is-service span::before {
  content: "SERVICE";
}
.cmn-sectionTitle.is-option span::before {
  content: "OPTION";
}
.cmn-sectionTitle.is-case span::before {
  content: "CASE";
}
.cmn-sectionTitle.is-feature span::before {
  content: "FEATURE";
}
.cmn-sectionTitle.is-price span::before {
  content: "PRICE";
}
.cmn-sectionTitle.is-function span::before {
  content: "FUNCTION";
}
.cmn-sectionTitle.is-system span::before {
  content: "SYSTEM";
}
.cmn-sectionTitle.is-policy span::before {
  content: "POLICY";
}
.cmn-sectionTitle.is-info span::before {
  content: "INFORMATION";
}
@media screen and (max-width: 767px) {
  .cmn-sectionTitle {
    padding: 5px 16px 25px;
    line-height: 1.42;
  }
  .cmn-sectionTitle::after {
    bottom: 14px;
  }
}

/* コンテンツタイトル */
.cmn-contTitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  margin-top: 64px;
  padding-bottom: 13px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.1rem, 2.6vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.06em;
}
.cmn-contTitle::before {
  display: block;
  -webkit-box-ordinal-group: 2;
  order: 2;
  position: relative;
  margin-top: 12px;
  color: rgba(51, 51, 51, 0.7);
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.cmn-contTitle::after {
  display: block;
  -webkit-box-ordinal-group: 3;
  order: 3;
  position: relative;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 1px;
  height: 15px;
  margin: auto;
  background-color: #333;
  content: "";
}
.cmn-contTitle.is-monthlyPrice::before {
  content: "MONTHLY PRICE";
}
.cmn-contTitle.is-initialCost::before {
  content: "INITIAL COST";
}
.cmn-contTitle.is-constructionCost::before {
  content: "CONSTRUCTION COST";
}
.cmn-contTitle.is-cancellationFee::before {
  content: "CANCELLATION FEE";
}
.cmn-contTitle.is-policy::before {
  content: "POLICY";
}
@media screen and (max-width: 767px) {
  .cmn-contTitle {
    margin-top: 32px;
    padding-bottom: 12px;
    font-weight: 700;
  }
  .cmn-contTitle::before {
    margin-top: 8px;
  }
  .cmn-contTitle::after {
    bottom: -10px;
    height: 12px;
  }
}

/* 共通リード文 */
.cmn-lead {
  width: min(1100px, 100%);
  margin: auto;
  margin-top: clamp(16px, 2.4%, 30px);
  padding: 0 30px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .cmn-lead {
    margin-top: 16px;
    padding: 0 8px;
    line-height: 1.75;
  }
}

/* CTA */
.ctaCont {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: clamp(32px, 3.4%, 56px) clamp(15px, 2%, 15px) clamp(48px, 5%, 64px);
  background-color: rgba(53, 176, 227, 0.9);
  text-align: center;
}
.ctaCont_lead {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.ctaCont_lead img {
  width: 100px;
  height: 100px;
  margin-right: 24px;
}
.ctaCont_lead p {
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.ctaCont_lead p strong {
  font-size: 1.8em;
  font-weight: 900;
}
.ctaCont_inquiry {
  position: relative;
}
.ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) {
  width: min(800px, 100%);
  margin: auto;
  margin-top: clamp(16px, 1.2%, 20px);
  padding: clamp(28px, 2.4%, 40px) clamp(16px, 1.4%, 24px) clamp(30px, 2.2%, 38px);
  border-radius: 10px;
  background-color: #fff;
}
.ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) .ctaCont_inquiry_number {
  line-height: 0.75;
}
.ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) .ctaCont_inquiry_number::before, .ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) .ctaCont_inquiry_number::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) .ctaCont_inquiry_number::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) .ctaCont_inquiry_number::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.ctaCont_inquiry_number {
  display: inline-block;
  position: relative;
  color: #004ea2;
  font-family: "Barlow", sans-serif;
  font-size: clamp(4.1rem, 7vw, 7rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.ctaCont_inquiry_number a {
  display: block;
  height: 100%;
}
.ctaCont_inquiry_number i {
  position: relative;
  top: -3px;
  margin-right: 30px;
  font-size: 0.75em;
  vertical-align: middle;
  font-variation-settings: "FILL" 1;
}
.ctaCont_inquiry_number span {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.ctaCont_inquiry_guide {
  margin-top: 10px;
  color: #004ea2;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.ctaCont_inquiry_hours {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 16px;
  color: #004ea2;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: left;
}
.ctaCont_inquiry_hours > b, .ctaCont_inquiry_hours > dd b {
  position: relative;
  top: 1px;
  padding: 0 3px;
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}
.ctaCont_inquiry_hours dt {
  display: inline-block;
  padding: 8px 16px 6px;
  border-radius: 50vh;
  background-color: rgba(0, 78, 162, 0.4);
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 600;
}
.ctaCont_inquiry_hours dd {
  color: #004ea2;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.ctaCont_btn {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  margin-top: clamp(24px, 2%, 32px);
}
.ctaCont_btn_web, .ctaCont_btn_tel {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  position: relative;
  width: min(390px, 90%);
  height: clamp(64px, 7.4vw, 85px);
  padding: 0 48px 1px;
  border-radius: 50vh;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.7rem, 2.1vw, 2.1rem);
  font-weight: 900;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.06em;
}
.ctaCont_btn_web span, .ctaCont_btn_tel span {
  display: block;
  font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.58em;
  font-weight: 500;
}
.ctaCont_btn_web::after, .ctaCont_btn_tel::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-family: "Material Symbols Outlined";
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  content: "\e5cc";
  font-variation-settings: "wght" 200;
}
.ctaCont_btn_web {
  background-color: #004ea2;
}
.ctaCont_btn_tel {
  background-color: #2a2a2a;
}
.ctaCont_btn_notes {
  display: inline-block;
  position: absolute;
  bottom: -2em;
  right: calc(50% - 390px + 10px);
  font-size: 1.25rem;
}
.ctaCont:not(.ctaContainer_switch .ctaCont) {
  margin-top: clamp(48px, 8.5%, 100px);
}
@media screen and (min-width: 768px) {
  .ctaCont_inquiry_hours dt {
    margin-right: 12px;
  }
  .ctaCont_btn_tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ctaCont {
    padding: 45px 15px 48px;
  }
  .ctaCont_lead img {
    position: absolute;
    top: -36px;
    right: 0;
    bottom: unset;
    left: 0;
    width: 72px;
    height: 72px;
    margin: auto;
  }
  .ctaCont_lead p {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .ctaCont_lead p strong {
    font-size: 1.5em;
  }
  .ctaCont_inquiry:not(.ctaCont.is-min .ctaCont_inquiry) {
    margin-top: 16px;
    padding: 28px 16px 30px;
  }
  .ctaCont_inquiry_number {
    margin-right: 3px;
  }
  .ctaCont_inquiry_number i {
    margin-right: 10px;
  }
  .ctaCont_inquiry_hours {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .ctaCont_inquiry_hours dt {
    width: 90%;
    padding: 6.5px 15px 5.5px;
    border-radius: 5px;
    text-align: center;
  }
  .ctaCont_inquiry_hours dd {
    margin-top: 5px;
  }
  .ctaCont_btn {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .ctaCont_btn_web, .ctaCont_btn_tel {
    height: 64px;
    padding: 0 35px;
  }
  .ctaCont_btn_web::after, .ctaCont_btn_tel::after {
    right: 10px;
    font-size: 3rem;
  }
  .ctaCont_btn_tel {
    margin-top: 12px;
  }
  .ctaCont_btn_notes {
    left: 0;
    right: 0;
    margin: auto;
  }
  .ctaCont:not(.ctaContainer_switch .ctaCont) {
    margin-top: 48px;
  }
}

/* CTA min */
.ctaCont.is-min {
  background-color: rgba(48, 182, 238, 0.3);
}
.ctaCont.is-min .ctaCont_title {
  color: #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}
.ctaCont.is-min .ctaCont_title i {
  margin-right: 12px;
  font-size: 1.1em;
  vertical-align: sub;
}
.ctaCont.is-min .ctaCont_title + .ctaCont_inquiry_guide {
  margin-top: 24px;
}
.ctaCont.is-min .ctaCont_inquiry {
  display: inline-block;
  margin-top: 10px;
}
.ctaCont.is-min .ctaCont_inquiry::after {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -120px;
  bottom: unset;
  left: unset;
  width: 100px;
  height: 100px;
  background: url("../img/img_operator.webp") no-repeat left top/contain;
  content: "";
}
.ctaCont.is-min .ctaCont_inquiry_number i {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 2px;
  left: -6.25rem;
  margin: auto;
}
.ctaCont.is-min .ctaCont_inquiry_guide + .ctaCont_btn {
  margin-top: 24px;
}
.ctaCont.is-min .ctaCont_btn_web.is-mypage {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  background-color: #35b0e3;
}
.ctaCont.is-min .ctaCont_btn_web.is-mypage i {
  font-size: 3.5rem;
  font-variation-settings: "wght" 300;
}
.ctaCont.is-min .ctaCont_btn_web.is-mypage::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .ctaCont.is-min .ctaCont_title + .ctaCont_inquiry_guide {
    margin-top: 15px;
  }
  .ctaCont.is-min .ctaCont_inquiry::after {
    position: absolute;
    top: -85px;
    right: 0;
    bottom: unset;
    left: 0;
    width: 72px;
    height: 72px;
    margin: auto;
  }
  .ctaCont.is-min .ctaCont_inquiry_number i {
    position: relative;
    left: -1rem;
  }
  .ctaCont.is-min .ctaCont_inquiry_guide + .ctaCont_btn {
    margin-top: 15px;
  }
}

/* ページ下部 タブ切り替えCTA */
.ctaContainer_switch {
  position: relative;
}
.ctaContainer_switch_guide {
  margin: auto;
  margin-top: clamp(60px, 9%, 120px);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.45rem, 1.8vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.7777777778;
}
.ctaContainer_switch_tab {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  margin-top: clamp(32px, 4.2%, 56px);
  padding: 0 2%;
}
.ctaContainer_switch_tab li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: clamp(380px, 48%, 400px);
  height: clamp(64px, 5.6vw, 75px);
  padding: 3px 15px 0;
  border-radius: 10px 10px 0 0;
  background-color: rgba(48, 182, 238, 0.4);
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.ctaContainer_switch_tab li.is-current {
  background-color: rgba(53, 176, 227, 0.9);
}
.ctaContainer_switch_tab li:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .ctaContainer_switch_guide {
    margin-top: 60px;
    padding: 0 24px;
    font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: left;
    line-height: 1.65;
  }
  .ctaContainer_switch_tab {
    margin-top: 32px;
  }
  .ctaContainer_switch_tab li {
    width: 48%;
    height: 64px;
    padding-top: 4px;
    font-weight: 700;
    line-height: 1.35;
  }
  .ctaContainer_switch_tab li:not(:first-of-type) {
    margin-left: 2%;
  }
  .ctaContainer_switch .ctaCont_lead img {
    display: none;
  }
}

/* 下層MV下CTAアンカー */
.ctaCont_anchor {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: min(1100px, 100%);
  height: 80px;
  margin: 10px auto 0;
}
.ctaCont_anchor::before, .ctaCont_anchor::after {
  display: block;
  position: absolute;
  width: 50vw;
  top: 0;
  height: 100%;
  content: "";
}
.ctaCont_anchor::before {
  left: -50vw;
  background-color: rgba(53, 176, 227, 0.9);
}
.ctaCont_anchor::after {
  right: -50vw;
  background-color: #2a2a2a;
}
.ctaCont_anchor > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 2px;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
}
.ctaCont_anchor_text {
  position: relative;
  width: 65%;
  padding-left: 24px;
  background-color: rgba(53, 176, 227, 0.9);
  font-size: clamp(1.7rem, 2.3vw, 2.3rem);
}
.ctaCont_anchor_text::after {
  position: absolute;
  top: 0;
  right: -32px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #49b8e6;
  border-width: 80px 0 0 32px;
  content: "";
}
.ctaCont_anchor_link {
  width: 35%;
  padding-left: 62px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.3;
  cursor: pointer;
}
.ctaCont_anchor_link:hover {
  color: #71c8eb;
  opacity: 1;
}
.ctaCont_anchor_link i {
  margin-left: 10px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ctaCont_anchor > * {
    font-weight: 700;
  }
  .ctaCont_anchor_text {
    width: 78%;
    padding-left: 20px;
    line-height: 1.4;
  }
  .ctaCont_anchor_text::after {
    position: absolute;
    top: 0;
    right: -24px;
    border-width: 80px 0 0 24px;
  }
  .ctaCont_anchor_link {
    width: 22%;
    padding-left: 34px;
  }
  .ctaCont_anchor_link i {
    margin-left: 0;
  }
}

/* 共通table */
.cmn-table {
  position: relative;
  width: min(1020px, 100%);
  margin-top: clamp(20px, 2.4%, 24px);
  border-collapse: separate;
  border-spacing: 5px;
  border: 1px solid #004ea2;
  background-color: #fff;
}
.cmn-table th, .cmn-table td {
  padding: clamp(17px, 2.2%, 22px) clamp(15px, 1.6%, 16px) clamp(15px, 2%, 20px);
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.cmn-table thead th {
  padding: 17px 15px 13px;
  background-color: rgba(0, 78, 162, 0.8);
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.cmn-table tbody tr:not(:first-of-type) th::before {
  position: absolute;
  top: -5px;
  right: unset;
  bottom: unset;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 78, 162, 0.1);
  content: "";
}
.cmn-table tbody th {
  position: relative;
  color: #222;
}
.cmn-table tbody th::after {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: unset;
  left: unset;
  width: 5px;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.1);
  content: "";
}
.cmn-table tbody td {
  background-color: rgba(0, 78, 162, 0.07);
  color: #004ea2;
}
.cmn-table tbody td strong {
  position: relative;
  top: 2px;
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 0.75;
}
.cmn-table tbody td small {
  display: inline-block;
  margin: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
}
.cmn-table tbody td small b {
  position: relative;
  top: 1px;
  font-family: "Barlow", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}
.cmn-table tbody td:has(strong) {
  line-height: 1.15;
}
.cmn-table .disp-block {
  line-height: 1.5;
}
.cmn-table + .cmn-notes {
  margin-top: clamp(16px, 2.4%, 24px);
}
@media screen and (max-width: 767px) {
  .cmn-table {
    margin-top: 20px;
    border-spacing: 3px;
  }
  .cmn-table th, .cmn-table td {
    padding: 17px 15px 15px;
  }
  .cmn-table thead th {
    padding: 12px 15px 9px;
  }
  .cmn-table tbody tr:not(:first-of-type) th::before {
    position: absolute;
    top: -3px;
    right: unset;
    bottom: unset;
    left: 0;
    height: 3px;
  }
  .cmn-table tbody th::after {
    position: absolute;
    top: 0;
    right: -3px;
    bottom: unset;
    left: unset;
    width: 3px;
  }
  .cmn-table + .cmn-notes {
    margin-top: 16px;
  }
}

/* 共通notes */
.cmn-notes {
  text-align: left;
}
.cmn-notes li {
  padding-left: 0.5em;
  font-size: clamp(1.25rem, 1.3vw, 1.3rem);
  font-weight: 400;
  line-height: 1.6;
}
.cmn-notes li::before {
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
}
.cmn-notes li:not(:first-child) {
  margin-top: 3px;
}
.cmn-notes.is-asterisk li {
  padding-left: 1.3em;
}
.cmn-notes.is-asterisk li::before {
  content: "※";
}
.cmn-notes.is-asteriskNo li {
  padding-left: 2em;
}
.cmn-notes.is-asteriskNo li::before {
  width: 2em;
  margin-left: -2em;
}
.cmn-notes.is-asteriskNo li:first-of-type::before {
  content: "※1";
}
.cmn-notes.is-asteriskNo li:nth-of-type(2)::before {
  content: "※2";
}
.cmn-notes.is-asteriskNo li:nth-of-type(3)::before {
  content: "※3";
}
.cmn-notes.is-asteriskNo li:nth-of-type(4)::before {
  content: "※4";
}
.cmn-notes.is-asteriskNo li:nth-of-type(5)::before {
  content: "※5";
}
.cmn-notes.is-asteriskNo li:nth-of-type(6)::before {
  content: "※6";
}
@media screen and (max-width: 767px) {
  .cmn-notes li {
    line-height: 1.7;
  }
  .cmn-notes li:not(:first-child) {
    margin-top: 2px;
  }
}

/* table横スクロール */
.js-scrollable + .cmn-notes {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .js-scrollable {
    overflow: auto;
    white-space: nowrap;
  }
  .js-scrollable::-webkit-scrollbar {
    height: 5px;
  }
  .js-scrollable::-webkit-scrollbar-track {
    background-color: #ececec;
  }
  .js-scrollable::-webkit-scrollbar-thumb {
    background-color: #999;
  }
  .js-scrollable + .cmn-notes {
    margin-top: 20px;
  }
}

/* 共通テキスト */
.cmn-text {
  padding: 0 30px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  text-align: left;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .cmn-text {
    padding: 0 8px;
  }
}

/* モーダル */
.modalCont {
  display: none;
  position: absolute;
  width: min(95%, 800px);
  background-color: rgb(255, 255, 255);
}
.modalCont_open {
  color: #004ea2;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.modalCont_wrap {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
}
.modalCont_overlay {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.modalCont_close {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 24px 9px;
  background-color: #eee;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.modalCont_close:hover {
  opacity: 0.8;
  backface-visibility: hidden;
}
.modalCont_close p {
  display: inline-block;
  margin: auto;
  padding: 6px 30px 8px;
  border: 1px solid #222;
  font-size: 1.3rem;
}
.modalCont_close p::before {
  display: inline-block;
  position: relative;
  top: 1.5px;
  margin-right: 5px;
  font-size: 1.6rem;
  content: "×";
}
.modalCont_btn {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 6666;
  transition: 0.2s linear;
  cursor: pointer;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.modalCont_btn:hover {
  opacity: 0.8;
  backface-visibility: hidden;
}
.modalCont_btn::before, .modalCont_btn::after {
  position: absolute;
  width: 4px;
  height: 25px;
  background-color: #000;
  transform: rotate(45deg);
  content: "";
}
.modalCont_btn::after {
  transform: rotate(-45deg);
}
.modalCont_inner {
  width: 100%;
  margin: auto;
  padding: 60px 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modalCont {
    top: 80px;
  }
  .modalCont_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modalCont_close {
    margin-top: 24px;
  }
  .modalCont_close p::before {
    top: 0;
  }
  .modalCont_btn {
    top: 15px;
    right: 6.5%;
  }
  .modalCont_btn::before, .modalCont_btn::after {
    width: 4px;
    height: 20px;
  }
  .modalCont_inner {
    padding: 32px 16px;
  }
}

/* modalCont_inner */
.modalCont_inner_title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.35;
}
.modalCont_inner_box {
  width: 100%;
  margin-top: 20px;
  border: 3px solid #ddd;
  background-color: #fff;
}
.modalCont_inner_box dt {
  padding: 12px 16px 10px;
  border-bottom: 2px solid #ddd;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
.modalCont_inner_box dd {
  padding: 26px 20px 20px;
  text-align: left;
}
.modalCont_inner_box dd .el_heading {
  font-size: 1.4rem;
}
.modalCont_inner_box dd .el_heading:not(:first-of-type) {
  margin-top: 20px;
}
.modalCont_inner_box dd .el_heading + .el_list {
  margin-top: 12px;
}
.modalCont_inner_box dd .el_text {
  font-size: 1.3rem;
  line-height: 1.5;
}
.modalCont_inner_box dd .el_list li {
  margin-left: 1.5em;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  list-style: disc;
}
.modalCont_inner_box dd .el_list li:not(:first-of-type) {
  margin-top: 2px;
}
.modalCont_inner_box.is-blue dt {
  background-color: #d7efff;
  color: #004ea2;
}
.modalCont_inner_box.is-red dt {
  background-color: #ffe0de;
  color: #e03030;
}
.modalCont_inner_text {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}
.modalCont_inner_notes {
  margin-bottom: 10px;
  text-align: left;
}
.modalCont_inner_notes li {
  margin-left: 2.2em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -2.2em;
}
@media screen and (max-width: 767px) {
  .modalCont_inner_title {
    font-size: 2rem;
  }
  .modalCont_inner_box {
    margin-top: 20px 16px 15px;
  }
  .modalCont_inner_box dd {
    padding: 16px;
  }
  .modalCont_inner_box dd .el_heading:not(:first-of-type) {
    margin-top: 12px;
  }
  .modalCont_inner_box dd .el_heading + .el_list {
    margin-top: 12px;
  }
  .modalCont_inner_notes li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
}

/* header
============================================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 64px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .l-header {
    height: 50px;
  }
}

.headerCont {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: min(1100px, 100%);
  height: 100%;
  margin: auto;
}
.headerCont_logo {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  font-weight: 900;
}
.headerCont_logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 2px 24px 0;
  color: #004ea2;
}
.headerCont_logo img {
  width: 102px;
  height: 20.06px;
  margin-right: 5px;
}
.headerCont_nav_list li {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
}
.headerCont_nav_list li:has(.headerCont_nav_list.is-secondLevel), .headerCont_nav_list li > a {
  display: inline-block;
  padding: 0 12px;
  color: #222;
}
.headerCont_nav_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
  margin-right: 24px;
  padding: 1px 20px 0;
  border-radius: 50vh;
  background-color: #35b0e3;
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.5rem);
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .headerCont_nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
  .headerCont_nav_burger {
    display: none;
  }
  .headerCont_nav_list {
    margin-right: 16px;
  }
  .headerCont_nav_list li a:hover {
    color: #004ea2;
    opacity: 1;
  }
  .headerCont_nav_list li.is-firstLevel {
    cursor: pointer;
  }
  .headerCont_nav_list li.is-firstLevel:hover {
    color: #004ea2;
  }
  .headerCont_nav_list.is-secondLevel {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 3;
    height: auto;
    margin: auto;
    padding: 24px 24px 20px;
    border-radius: 3px;
    background-color: #2668b0;
    transform: translateX(-50%);
  }
  .headerCont_nav_list.is-secondLevel::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(25, 95, 171, 0);
    border-bottom-color: #2668b0;
    border-width: 8px 6px;
    content: "";
  }
  .headerCont_nav_list.is-secondLevel li {
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .headerCont_nav_list.is-secondLevel li a {
    padding: 12px 10px 10px;
    color: #fff;
  }
  .headerCont_nav_list.is-secondLevel li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .headerCont_nav_list.is-secondLevel.is-service {
    width: 400px;
  }
  .headerCont_nav_list.is-secondLevel.is-option {
    width: 250px;
  }
}
@media screen and (max-width: 959px) {
  .headerCont {
    padding-right: 48px;
  }
  .headerCont_logo a {
    padding: 2px 16px 0;
  }
  .headerCont_logo img {
    width: 87px;
    height: 17.11px;
  }
  .headerCont_nav_burger {
    display: block;
    position: fixed;
    top: 16px;
    right: 0;
    width: 48px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .headerCont_nav_burger::before {
    display: block;
    position: absolute;
    z-index: -1;
    top: -16px;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #222;
    content: "";
  }
  .headerCont_nav_burger span {
    display: block;
    position: absolute;
    left: 2px;
    right: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    transition: all 0.3s;
  }
  .headerCont_nav_burger span:nth-of-type(1) {
    top: 0;
  }
  .headerCont_nav_burger span:nth-of-type(2) {
    top: 7px;
  }
  .headerCont_nav_burger span:nth-of-type(3) {
    bottom: 0;
  }
  .headerCont_nav_burger.close span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .headerCont_nav_burger.close span:nth-of-type(2) {
    opacity: 0;
  }
  .headerCont_nav_burger.close span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  .headerCont_nav_list {
    display: none;
    width: 100%;
    padding: 24px 16px;
    background-color: #004ea2;
    text-align: center;
  }
  .headerCont_nav_list:not(.headerCont_nav_list.is-secondLevel) {
    position: absolute;
    top: 48px;
    right: unset;
    bottom: unset;
    left: 0;
  }
  .headerCont_nav_list li {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .headerCont_nav_list li:has(.headerCont_nav_list.is-secondLevel), .headerCont_nav_list li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px 0 3px 10px;
    color: #fff;
  }
  .headerCont_nav_list li:not(.headerCont_nav_list.is-secondLevel .headerCont_nav_list li):not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .headerCont_nav_list li a {
    padding: 15px 0 15px 10px;
  }
  .headerCont_nav_list li a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 1em;
    height: 1em;
    margin: auto;
    font-family: "Material Symbols Outlined";
    content: "\e5e1";
  }
  .headerCont_nav_list.is-secondLevel {
    padding: 4px 0 0 8px;
  }
  .headerCont_nav_list.is-secondLevel li {
    line-height: 1.4;
  }
  .headerCont_nav_list.is-secondLevel li a {
    padding: 14px 24px 11px 12px;
  }
  .headerCont_nav_list.is-secondLevel li a::before {
    display: inline-block;
    position: absolute;
    top: 0.9em;
    right: unset;
    bottom: unset;
    left: 0;
    content: "-";
  }
  .headerCont_nav_btn {
    margin-right: 20px;
  }
}

/* footer
============================================================================= */
.l-footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  text-align: center;
}
.l-footer a {
  color: #fff;
}

.footerTop {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: min(100%, 1100px);
  margin: auto;
  padding: clamp(48px, 4.2%, 56px) clamp(24px, 2.4%, 32px);
  background-color: #222;
}
.footerTop::before, .footerTop::after {
  display: block;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: -1;
  height: 100%;
  background-color: #222;
  content: "";
}
.footerTop::before {
  left: -50vw;
}
.footerTop::after {
  right: -50vw;
}
.footerTop_title {
  width: 360px;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.9rem, 2.1vw, 2.1rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.6666666667;
}
.footerTop_nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: calc(100% - 360px);
}
.footerTop_nav_list {
  width: fit-content;
  text-align: left;
}
.footerTop_nav_list > li {
  width: fit-content;
  color: #fff;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.9285714286;
}
.footerTop_nav_list > li .footerTop_nav_list.is-secondLevel li {
  margin-top: 5px;
  margin-left: 1.5em;
  font-size: clamp(1.1rem, 1.15vw, 1.15rem);
  font-weight: 400;
  text-indent: -0.7em;
}
.footerTop_nav_list > li .footerTop_nav_list.is-secondLevel li::before {
  position: relative;
  left: 0;
  content: "- ";
}
.footerTop_nav_list > li:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .footerTop_nav_list:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 959px) {
  .footerTop {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 48px 24px;
  }
  .footerTop_title {
    text-align: center;
  }
  .footerTop_nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .footerTop_nav_list {
    width: 250px;
  }
  .footerTop_nav_list > li .footerTop_nav_list.is-secondLevel li {
    margin-top: 4px;
  }
  .footerTop_nav_list > li:not(:first-of-type) {
    margin-top: 4px;
  }
  .footerTop_nav_list:not(:first-of-type) {
    margin-top: 8px;
  }
}

.footerBottom {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: min(100%, 1100px);
  margin: auto;
  padding: clamp(32px, 3%, 40px) clamp(24px, 2.4%, 32px);
  background-color: rgba(34, 34, 34, 0.9);
}
.footerBottom::before, .footerBottom::after {
  display: block;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: -1;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.9);
  content: "";
}
.footerBottom::before {
  left: -50vw;
}
.footerBottom::after {
  right: -50vw;
}
.footerBottom_copyright {
  color: #fff;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 300;
  letter-spacing: 0.06em;
}
.footerBottom_nav_list li {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}
.footerBottom_nav_list li a {
  display: inline-block;
  padding: 5px 12px;
}
.footerBottom_nav_list li:not(:first-of-type)::before {
  display: block;
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 8px;
  margin: auto;
  background-color: #ccc;
  content: "";
}
@media screen and (max-width: 959px) {
  .footerBottom {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 32px 24px;
  }
  .footerBottom_copyright {
    width: 100%;
    text-align: center;
  }
  .footerBottom_nav {
    margin-top: 16px;
  }
  .footerBottom_nav li a {
    padding: 5px 8px;
  }
}

/* レイアウト
============================================================================= */
/* main wrap */
.container {
  display: block;
  position: relative;
  padding-top: 64px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .container .sm-max {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .container .md-max {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 50px;
  }
}

/* セクションレイアウト */
.l-section {
  width: 100%;
  padding-top: clamp(48px, 7%, 100px);
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .l-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 48px;
  }
}

/* コンテンツレイアウト */
.l-cont {
  position: relative;
  width: min(100%, 1100px);
  margin: auto;
  margin-top: clamp(24px, 2.4%, 40px);
  padding-bottom: clamp(24px, 3%, 40px);
}
.l-cont:has(> .ctaCont) {
  margin-top: 48px;
  padding-bottom: 48px;
}
#applySec .l-cont:has(> .ctaCont) {
  margin-top: 0;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-cont {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .l-cont:has(> .ctaCont) {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  #applySec .l-cont:has(> .ctaCont) {
    margin-top: 0;
    padding-top: 30px;
  }
}

/* Flexレイアウト */
.l-flex {
  display: -webkit-box;
  display: flex;
}
.l-flex.is-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.l-flex.is-nowrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}
.l-flex.is-justify-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.l-flex.is-justify-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-flex.is-align-center {
  -webkit-box-align: center;
  align-items: center;
}
.l-flex.is-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

/* BizTOP
============================================================================= */
/* mv */
.mvCont {
  position: relative;
  text-align: center;
}
.mvCont:not(.is-service):not(.is-option) {
  margin-top: clamp(28px, 4.6%, 64px);
}
.mvCont_lead {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.mvCont_lead span {
  display: inline-block;
  margin-right: 16px;
  padding: 8px 20px 6px;
  border: 1px solid #004ea2;
  border-radius: 50vh;
  background-color: #fff;
  color: #004ea2;
  font-size: 2rem;
}
.mvCont_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: clamp(10px, 1.6%, 20px);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.mvCont_title b {
  color: #004ea2;
  font-weight: 900;
}
.mvCont_title span {
  position: relative;
}
.mvCont_title span[class] {
  top: 2px;
}
.mvCont_title span:not([class]) {
  top: -5px;
}
.mvCont_inner {
  position: relative;
}
.mvCont_inner:not(.mvCont.is-service .mvCont_inner):not(.mvCont.is-option .mvCont_inner) {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-top: clamp(95px, 8%, 100px);
}
.mvCont_inner_lead {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.mvCont_inner_lead b {
  color: #004ea2;
}
.mvCont_inner_figure {
  position: relative;
}
.mvCont_inner_figure.is-left {
  transform: translateX(calc(50% - 330px));
}
.mvCont_inner_figure.is-right {
  transform: translateX(calc(-50% + 350px));
  z-index: -1;
}
.mvCont_inner_figure.is-center {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  width: 220px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
.mvCont_inner_figure.is-center::after {
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 1em;
  margin: auto;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  content: "Biz";
}
.mvCont_inner_figure.is-center .el_circle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(0, 78, 162, 0.9);
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.1904761905;
  text-align: center;
  transform: translate(-50%, -50%);
}
.mvCont_inner_figure.is-center .el_circle.is-freelancer {
  padding-left: 3px;
  line-height: 1.2857142857;
}
@media screen and (min-width: 1100px) {
  .mvCont_inner_figure:not(.is-center)::before {
    display: inline-block;
    position: absolute;
    content: "";
  }
  .mvCont_inner_figure.is-left::before {
    left: 10%;
    top: -8%;
    width: 130px;
    height: 51px;
    background: url("../img/txt_mv_cafe.webp") left top/contain;
  }
  .mvCont_inner_figure.is-right::before {
    right: 8%;
    top: -10%;
    width: 146px;
    height: 53px;
    background: url("../img/txt_mv_office.webp") left top/contain;
  }
}
@media screen and (max-width: 1099px) {
  .mvCont_lead {
    font-size: 2.4vw;
  }
  .mvCont_lead span {
    font-size: 2vw;
  }
  .mvCont_title {
    font-size: 5vw;
  }
  .mvCont_inner_figure:not(.is-center) img.is-pc {
    display: none !important;
  }
  .mvCont_inner_figure:not(.is-center) img.is-sp {
    display: block !important;
  }
  .mvCont_inner_figure.is-left {
    transform: translateX(calc(50% - 250px));
  }
  .mvCont_inner_figure.is-right {
    transform: translateX(calc(-50% + 260px));
    z-index: -1;
  }
  .mvCont_inner_figure.is-center {
    bottom: 30px;
    width: 176px;
  }
  .mvCont_inner_figure.is-center::after {
    font-size: 2.4rem;
  }
  .mvCont_inner_figure.is-center .el_circle {
    width: 96px;
    height: 96px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mvCont {
    padding: 0 12px;
  }
  .mvCont:not(.is-service):not(.is-option) {
    margin-top: 28px;
  }
  .mvCont_lead {
    font-size: 1.6rem;
  }
  .mvCont_lead span {
    margin-right: 8px;
    padding: 5px 16px 4px;
    font-size: 1.5rem;
  }
  .mvCont_title {
    display: block;
    margin-top: 10px;
    font-size: 3.6rem;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }
  .mvCont_title span {
    position: relative;
  }
  .mvCont_title span[class] {
    top: -2px;
  }
  .mvCont_title span:not([class]) {
    top: -2px;
  }
  .mvCont_inner:not(.mvCont.is-service .mvCont_inner):not(.mvCont.is-option .mvCont_inner) {
    padding-top: 142px;
  }
  .mvCont_inner_lead {
    top: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .mvCont_inner_figure.is-left {
    transform: translateX(calc(50% - 114.4px));
  }
  .mvCont_inner_figure.is-left img {
    width: 114.4px;
    height: 156px;
  }
  .mvCont_inner_figure.is-right {
    transform: translateX(calc(-50% + 116.35px));
  }
  .mvCont_inner_figure.is-right img {
    width: 116.35px;
    height: 152.75px;
  }
  .mvCont_inner_figure.is-center {
    bottom: 60px;
    width: 132px;
  }
  .mvCont_inner_figure.is-center::after {
    top: 0;
    font-size: 2rem;
  }
  .mvCont_inner_figure.is-center .el_circle {
    width: 72px;
    height: 72px;
    font-size: 1.3rem;
    line-height: 1.25;
    transform: translate(-50%, -50%);
  }
  .mvCont_inner_figure.is-center .el_circle.is-freelancer {
    padding-left: 1px;
    line-height: 1.35;
  }
}

/* 選ばれる理由 */
.reasonCont {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: clamp(5px, 2.2%, 30px);
  padding-right: clamp(5px, 2.2%, 30px);
}
.reasonCont_box {
  position: relative;
  width: calc((100% - 32px) / 2);
  padding: clamp(32px, 5%, 48px) clamp(20px, 3.1%, 32px) clamp(32px, 5.4%, 56px);
  border-radius: 10px;
  background-color: rgba(0, 78, 162, 0.1);
  color: #004ea2;
}
.reasonCont_box::before {
  display: block;
  position: absolute;
  top: 97px;
  right: 0;
  bottom: unset;
  left: 0;
  z-index: 0;
  width: clamp(280px, 40vw, 360px);
  height: clamp(280px, 40vw, 360px);
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
}
.reasonCont_box > * {
  position: relative;
  z-index: 1;
}
.reasonCont_box_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.1rem, 2.6vw, 2.6rem);
  font-weight: 900;
}
.reasonCont_box_figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: clamp(142px, 22vw, 210px);
  margin-top: clamp(24px, 8.9%, 40px);
}
.reasonCont_box_text {
  margin-top: clamp(20px, 5.4%, 24px);
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.8823529412;
}
.reasonCont_box_text strong {
  padding: 0 4px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .reasonCont_box:not(:nth-of-type(-n+2)) {
    margin-top: clamp(24px, 4%, 48px);
  }
  .reasonCont_box:nth-of-type(even) {
    margin-left: clamp(24px, 3.2%, 32px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .reasonCont_box_figure img {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .reasonCont {
    padding: 0 5px;
  }
  .reasonCont_box {
    width: 100%;
    padding: 32px 20px;
  }
  .reasonCont_box::before {
    top: 74px;
    width: 280px;
    height: 280px;
  }
  .reasonCont_box_figure {
    height: unset;
    margin-top: 24px;
  }
  .reasonCont_box_figure img {
    max-width: 75%;
  }
  .reasonCont_box_text {
    margin-top: 20px;
    line-height: 1.8;
  }
  .reasonCont_box:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* 接続サービス */
#serviceSec {
  margin-top: clamp(48px, 7.1%, 100px);
  padding-top: clamp(40px, 5.8%, 80px);
  padding-bottom: clamp(40px, 5.8%, 80px);
  background-color: rgba(0, 144, 204, 0.06);
}
@media screen and (max-width: 767px) {
  #serviceSec {
    margin-top: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.serviceCont {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: clamp(32px, 5.5%, 64px) clamp(15px, 3%, 24px) clamp(35px, 5.4%, 56px);
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(51, 51, 51, 0.08);
}
.serviceCont_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
.serviceCont_inner_title {
  color: #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.3rem, 3.3vw, 3.3rem);
  font-weight: 900;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.serviceCont_inner_title span {
  position: relative;
  top: -2px;
}
.serviceCont_inner_tag {
  display: -webkit-box;
  display: flex;
  margin-top: clamp(12px, 1.5%, 15px);
}
.serviceCont_inner_tag span {
  display: inline-block;
  padding: clamp(6px, 10.5%, 10px) clamp(16px, 10%, 20px) clamp(5.5px, 3.5%, 7px);
  border-radius: 3px;
  background-color: rgba(0, 78, 162, 0.1);
  color: #004ea2;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 700;
  word-break: keep-all;
}
.serviceCont_inner_tag span:not(:first-of-type) {
  margin-left: 8px;
}
.serviceCont_inner_text {
  width: clamp(350px, 51%, 520px);
  margin-top: clamp(24px, 4.5%, 48px);
  color: #004ea2;
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.8823529412;
}
.serviceCont_inner_btn {
  position: relative;
  width: clamp(260px, 28.5vw, 360px);
  margin-top: clamp(24px, 4.5%, 48px);
  padding: clamp(16px, 2.3%, 24px) clamp(28px, 3.8%, 40px) clamp(16px, 2.1%, 40px);
  border-radius: 50vh;
  background-color: #004ea2;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.7rem, 2.1vw, 2.1rem);
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.06em;
}
.serviceCont_inner_btn::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-family: "Material Symbols Outlined";
  font-size: clamp(2.9rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
  content: "\e5cc";
  font-variation-settings: "wght" 200;
}
.serviceCont_figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 4%;
  bottom: 0;
  margin: auto;
}
.is-wimax5g .serviceCont_figure {
  top: 10%;
}
.serviceCont::before {
  display: block;
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: unset;
  z-index: 0;
  width: 50vw;
  height: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 0 rgba(51, 51, 51, 0.08);
  content: "";
}
.serviceCont:nth-of-type(odd) {
  border-radius: 0 50vh 50vh 0;
}
.serviceCont:nth-of-type(odd)::before {
  left: -49.8vw;
}
.serviceCont:nth-of-type(odd) .serviceCont_figure {
  right: 90px;
}
.serviceCont:nth-of-type(even) {
  border-radius: 50vh 0 0 50vh;
  box-shadow: -3px 3px 0 rgba(51, 51, 51, 0.08);
}
.serviceCont:nth-of-type(even)::before {
  right: -50vw;
}
.serviceCont:nth-of-type(even) .serviceCont_inner {
  -webkit-box-align: end;
  align-items: flex-end;
}
.serviceCont:nth-of-type(even) .serviceCont_inner_title {
  text-align: right;
}
.serviceCont:nth-of-type(even) .serviceCont_inner_text {
  width: clamp(340px, 50%, 480px);
}
.serviceCont:nth-of-type(even) .serviceCont_figure {
  left: 95px;
}
.serviceCont:not(:first-of-type) {
  margin-top: clamp(32px, 5.7%, 64px);
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .serviceCont_inner_btn::after {
    right: 10px;
  }
  .serviceCont_figure {
    width: 50%;
  }
  .serviceCont_figure img {
    max-width: 80%;
  }
  .serviceCont:nth-of-type(odd) .serviceCont_figure {
    right: -4%;
  }
  .serviceCont:nth-of-type(even) .serviceCont_figure {
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .serviceCont {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 15px 35px;
  }
  .serviceCont_inner_tag {
    margin-top: 12px;
  }
  .serviceCont_inner_tag span {
    padding: 6px 16px;
    font-size: 1.2rem;
  }
  .serviceCont_inner_text {
    width: 98%;
    margin-top: 24px;
    line-height: 1.8;
  }
  .serviceCont_inner_btn {
    width: 85%;
    margin-top: 24px;
    padding: 16px 28px;
  }
  .serviceCont_inner_btn::after {
    right: 8px;
    font-size: 2.9rem;
  }
  .serviceCont_figure {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .serviceCont_figure img {
    max-width: 78%;
    margin: auto;
  }
  .serviceCont:nth-of-type(odd) {
    border-radius: 0 15px 15px 0;
  }
  .serviceCont:nth-of-type(odd) .serviceCont_figure {
    right: unset;
  }
  .serviceCont:nth-of-type(even) {
    border-radius: 15px 0 0 15px;
  }
  .serviceCont:nth-of-type(even) .serviceCont_figure {
    left: unset;
  }
  .serviceCont:not(:first-of-type) {
    margin-top: 32px;
  }
}

/* オプションサービス */
#optionSec {
  margin-top: clamp(48px, 9%, 100px);
  padding-top: clamp(40px, 7%, 80px);
  padding-bottom: clamp(40px, 7%, 80px);
  background-color: rgba(0, 144, 204, 0.06);
}
@media screen and (max-width: 767px) {
  #optionSec {
    margin-top: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.optionCont {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0 30px;
}
.optionCont_box {
  display: inline-block;
  position: relative;
  width: calc((100% - 48px) / 3);
  padding: clamp(32px, 3.9%, 40px) clamp(20px, 2.9%, 30px) clamp(50px, 6.2%, 64px);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(51, 51, 51, 0.08);
  overflow: hidden;
}
.optionCont_box:has(.optionCont_box_price) {
  padding-bottom: clamp(50px, 11%, 92px);
}
.optionCont_box a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #195fab 50%, #195fab 100%);
  cursor: pointer;
}
.optionCont_box a::before {
  display: block;
  position: absolute;
  left: -260px;
  width: 260px;
  height: 100%;
  content: "";
}
.optionCont_box a i {
  position: absolute;
  top: 0;
  right: unset;
  bottom: -0.5em;
  left: unset;
  height: 1em;
  margin: auto;
  color: #fff;
  font-size: clamp(3rem, 3.8vw, 3.8rem);
  line-height: 1.35;
  letter-spacing: 0.2em;
}
.optionCont_box_title {
  color: #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.1rem, 2.3vw, 2.3rem);
  font-weight: 900;
}
.optionCont_box_title span {
  position: relative;
  top: -1px;
}
.optionCont_box_figure {
  display: inline-block;
  position: relative;
  width: fit-content;
  height: 70px;
  margin: auto;
  margin-top: clamp(24px, 9%, 40px);
}
.optionCont_box_figure::before {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 78, 162, 0.07);
  content: "";
}
.optionCont_box_figure img {
  max-height: 100%;
}
.optionCont_box_desc {
  margin-top: clamp(16px, 8%, 32px);
  text-align: left;
}
.optionCont_box_desc dt {
  color: #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.5789473684;
  letter-spacing: 0.05em;
}
.optionCont_box_desc dd {
  margin-top: clamp(10px, 4%, 16px);
  color: #222;
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  font-weight: 500;
  line-height: 2;
}
.optionCont_box_price {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 80%;
  margin: auto;
  padding: 10px 16px 11px;
  border-radius: 3px;
  background-color: rgba(0, 78, 162, 0.1);
  color: #004ea2;
  font-size: 1.7rem;
}
.optionCont_box_price strong {
  position: relative;
  top: 2px;
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 0.75;
}
.optionCont_box_price small {
  display: inline-block;
  margin: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
}
.optionCont_box_price small b {
  position: relative;
  top: 1px;
  font-family: "Barlow", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  .optionCont_box:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
  .optionCont_box:not(:nth-of-type(-n+3)) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .optionCont_box {
    width: calc((100% - 24px) / 2);
  }
  .optionCont_box_figure {
    height: 60px;
  }
  .optionCont_box:not(:nth-of-type(2n)) {
    margin-right: 24px;
  }
  .optionCont_box:not(:nth-of-type(-n+2)) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .optionCont {
    padding: 0 5px;
  }
  .optionCont_box {
    width: 100%;
    padding: 32px 20px 50px;
  }
  .optionCont_box a {
    width: 70px;
    height: 70px;
  }
  .optionCont_box a i {
    font-size: 3rem;
  }
  .optionCont_box_figure {
    height: 56px;
    margin-top: 24px;
  }
  .optionCont_box_figure::before {
    width: 65px;
    height: 65px;
  }
  .optionCont_box_desc {
    margin-top: 16px;
  }
  .optionCont_box_desc dt {
    line-height: 1.6;
  }
  .optionCont_box_desc dt br {
    display: none;
  }
  .optionCont_box_desc dd {
    margin-top: 10px;
    line-height: 1.8571428571;
  }
  .optionCont_box_price {
    width: 88%;
    padding: 10px 16px;
    font-size: 1.6rem;
  }
  .optionCont_box:not(:first-of-type) {
    margin-top: 20px;
  }
  .optionCont_box:has(.optionCont_box_price) {
    padding-bottom: 80px;
  }
}

/* 導入事例 */
.caseCont {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
.caseCont_box {
  display: inline-block;
  width: calc((100% - 32px) / 2);
  padding-top: clamp(32px, 5.4%, 56px);
  padding-bottom: clamp(30px, 5.4%, 56px);
  border-radius: 10px;
  background-color: rgba(0, 78, 162, 0.1);
}
.caseCont_box > *:not(.caseCont_box_img) {
  padding-left: clamp(20px, 6%, 40px);
  padding-right: clamp(20px, 6%, 40px);
}
.caseCont_box_img img {
  width: 100%;
}
.caseCont_box_title {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  margin-top: clamp(30px, 9.5%, 48px);
  color: #004ea2;
}
.caseCont_box_title dt {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.1rem, 2.3vw, 2.6rem);
  font-weight: 900;
}
.caseCont_box_title dd {
  margin-left: clamp(10px, 5%, 16px);
  padding: 8px 18px 6px;
  border-radius: 50vh;
  background-color: #fff;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 700;
}
.caseCont_box_text {
  margin-top: clamp(16px, 6.3%, 32px);
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.75;
}
.caseCont_box_notes {
  margin-top: clamp(8px, 3.9%, 20px);
  text-align: left;
}
.caseCont_box_notes li {
  display: inline-block;
  color: #004ea2;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .caseCont_box:not(:nth-of-type(-n+2)) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .caseCont {
    padding: 0 5px;
  }
  .caseCont_box {
    width: 100%;
    padding: 32px 0 30px;
  }
  .caseCont_box > *:not(.caseCont_box_img) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .caseCont_box_title {
    margin-top: 30px;
  }
  .caseCont_box_title dd {
    margin-left: 10px;
    padding: 5px 15px;
  }
  .caseCont_box_text {
    margin-top: 16px;
    line-height: 1.7;
  }
  .caseCont_box_notes {
    margin-top: 8px;
  }
  .caseCont_box:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* お知らせ */
.infoCont {
  padding-left: clamp(5px, 2.2%, 30px);
  padding-right: clamp(5px, 2.2%, 30px);
  padding-bottom: 0;
}
.infoCont_item {
  display: -webkit-box;
  display: flex;
  padding: clamp(16px, 2.3%, 24px) clamp(12px, 2.3%, 24px) clamp(14px, 2%, 20px);
  border-bottom: 1px dotted #004ea2;
  text-align: left;
}
.infoCont_item dt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 500;
  line-height: 1.75;
}
.infoCont_item dd {
  color: #004ea2;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .infoCont_item dt {
    width: 16%;
  }
  .infoCont_item dd {
    width: 84%;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .infoCont {
    padding: 0 5px;
  }
  .infoCont_item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 16px 12px 14px;
  }
  .infoCont_item dd {
    margin-top: 10px;
  }
}

/* 接続サービス
============================================================================= */
/* mv */
.mvCont.is-service {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: min(1100px, 100%);
  margin: auto;
  padding-top: 106px;
  padding-bottom: clamp(40px, 4.2%, 56px);
  background-color: rgba(0, 78, 162, 0.06);
}
.mvCont.is-service::before, .mvCont.is-service::after {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.06);
  content: "";
}
.mvCont.is-service::before {
  left: -50vw;
}
.mvCont.is-service::after {
  right: -50vw;
}
.mvCont.is-service .mvCont_category {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  height: clamp(42px, 12.5%, 50px);
  background-color: rgba(0, 78, 162, 0.92);
}
.mvCont.is-service .mvCont_category span {
  display: block;
  width: min(1100px, 100%);
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.7rem, 2.1vw, 2.1rem);
  font-weight: 700;
  padding: 1.5px 24px 0;
  text-align: left;
}
.mvCont.is-service .mvCont_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
.mvCont.is-service .mvCont_inner_tag {
  display: inline-block;
  width: fit-content;
  padding: 7px 20px 6px;
  border: 1px solid #004ea2;
  border-radius: 50vh;
  background-color: #fff;
  color: #004ea2;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  font-weight: 700;
}
.mvCont.is-service .mvCont_inner_title {
  margin-top: clamp(18px, 3.5%, 20px);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.7rem, 3.8vw, 3.8rem);
  font-weight: 900;
  text-align: left;
  line-height: 1.1842105263;
  letter-spacing: 0.06em;
}
.mvCont.is-service .mvCont_inner_title span {
  position: relative;
}
.mvCont.is-service .mvCont_inner_title span[class] {
  top: -2px;
}
.mvCont.is-service .mvCont_inner_title span:not([class]) {
  top: -4px;
}
.mvCont.is-service .mvCont_inner_text {
  margin-top: clamp(16px, 4.1%, 24px);
  color: #004ea2;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .mvCont.is-service .mvCont_inner {
    width: 58%;
    padding-left: 64px;
  }
  .mvCont.is-service .mvCont_figure {
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .mvCont.is-service {
    padding-top: 80px;
  }
  .mvCont.is-service .mvCont_category span {
    padding-top: 1px;
  }
  .mvCont.is-service .mvCont_figure {
    margin-right: 3%;
  }
  .mvCont.is-service .mvCont_figure img {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .mvCont.is-service {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 72px 20px 28px;
  }
  .mvCont.is-service .mvCont_category {
    height: 42px;
  }
  .mvCont.is-service .mvCont_category span {
    font-weight: 700;
  }
  .mvCont.is-service .mvCont_inner {
    width: 100%;
  }
  .mvCont.is-service .mvCont_inner_tag {
    padding: 7px 18px 6px;
  }
  .mvCont.is-service .mvCont_inner_title {
    margin-top: 12px;
    letter-spacing: 0.04em;
  }
  .mvCont.is-service .mvCont_inner_text {
    margin-top: 20px;
  }
  .mvCont.is-service .mvCont_figure {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .mvCont.is-service .mvCont_figure img {
    max-width: 75%;
  }
}

/* 特長 */
.featureCont {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-left: clamp(8px, 3.7%, 50px);
  padding-right: clamp(8px, 3.7%, 50px);
  padding-bottom: 0;
}
.featureCont_inner {
  width: min(680px, 100%);
}
.featureCont_inner_catch {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.8rem, 2.3vw, 2.3rem);
  font-weight: 800;
  text-align: left;
  line-height: 1.5652173913;
  letter-spacing: 0.06em;
}
.featureCont_inner_point {
  position: relative;
  margin-top: clamp(35px, 6%, 40px);
  padding-left: 56px;
  color: #004ea2;
  text-align: left;
  letter-spacing: 0.06em;
}
.featureCont_inner_point dt {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.8rem, 2.3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.5652173913;
}
.featureCont_inner_point dt::before, .featureCont_inner_point dt::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.featureCont_inner_point dt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.featureCont_inner_point dt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.featureCont_inner_point dd {
  margin-top: 16px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6875;
}
.featureCont_inner_point:not(:first-of-type) {
  margin-top: clamp(28px, 5.7%, 38px);
}
.featureCont_inner_point::before, .featureCont_inner_point::after {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  width: 35px;
  height: 35px;
}
.featureCont_inner_point::before {
  background-color: rgba(0, 78, 162, 0.3);
  border-radius: 3px;
  transform: rotate(45deg);
  content: "";
}
.featureCont_inner_point::after {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}
.featureCont_inner_point.is-first::after {
  content: "1";
}
.featureCont_inner_point.is-second::after {
  content: "2";
}
.featureCont_inner_point.is-third::after {
  content: "3";
}
.featureCont_inner_point.is-fourth::after {
  content: "4";
}
@media screen and (min-width: 768px) {
  .featureCont_inner {
    margin-left: min(4.8%, 48px);
  }
}
@media screen and (max-width: 767px) {
  .featureCont {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 0 8px;
  }
  .featureCont_figure {
    width: 100%;
  }
  .featureCont_figure img {
    margin: auto;
    max-width: 70%;
  }
  .featureCont_inner {
    margin-top: 10px;
  }
  .featureCont_inner_catch {
    margin-top: 20px;
    line-height: 1.6;
  }
  .featureCont_inner_point {
    margin-top: 35px;
    padding-left: 45px;
  }
  .featureCont_inner_point:not(:first-of-type) {
    margin-top: 28px;
  }
  .featureCont_inner_point::before, .featureCont_inner_point::after {
    width: 30px;
    height: 30px;
  }
  .featureCont_inner_point::after {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .featureCont_inner_point dt {
    line-height: 1.45;
  }
}

/* security */
.featureCont_inner_point.is-security {
  padding-left: 110px;
}
.featureCont_inner_point.is-security::before {
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  transform: none;
  content: "";
}
.featureCont_inner_point.is-security::after {
  display: none;
}
.featureCont_inner_point.is-security.is-first::before {
  background: url("../img/ico_security_feature_virus.png") no-repeat left top/contain;
}
.featureCont_inner_point.is-security.is-second::before {
  background: url("../img/ico_security_feature_vpn.png") no-repeat left top/contain;
}
.featureCont_inner_point.is-security.is-third::before {
  background: url("../img/ico_security_feature_monitoring.png") no-repeat left top/contain;
}
.featureCont_inner_point.is-security.is-fourth::before {
  background: url("../img/ico_security_feature_password.png") no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .featureCont_inner_point.is-security {
    padding-left: 70px;
  }
  .featureCont_inner_point.is-security::before {
    width: 50px;
    height: 50px;
  }
}

/* 料金 */
.priceCont {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .priceCont {
    padding: 0 5px;
  }
}

/* オプションサービス
============================================================================= */
/* mv */
.mvCont.is-option {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: min(1100px, 100%);
  margin: auto;
  padding-top: 106px;
  padding-bottom: clamp(32px, 4.2%, 56px);
  background-color: rgba(0, 78, 162, 0.06);
}
.mvCont.is-option::before, .mvCont.is-option::after {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.06);
  content: "";
}
.mvCont.is-option::before {
  left: -50vw;
}
.mvCont.is-option::after {
  right: -50vw;
}
.mvCont.is-option .mvCont_category {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  height: clamp(42px, 12.5%, 50px);
  background-color: rgba(0, 78, 162, 0.92);
}
.mvCont.is-option .mvCont_category span {
  display: block;
  width: min(1100px, 100%);
  padding: 1.5px 24px 0;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.7rem, 2.1vw, 2.1rem);
  font-weight: 700;
  text-align: left;
}
.mvCont.is-option .mvCont_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
}
.mvCont.is-option .mvCont_inner_sub {
  position: relative;
  width: 100%;
  padding-top: clamp(30px, 7.2%, 40px);
  background-color: #fff;
  color: #004ea2;
  font-size: clamp(1.48rem, 1.6vw, 1.6rem);
  font-weight: 700;
  text-align: left;
}
.mvCont.is-option .mvCont_inner_sub i {
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-size: 1.3em;
  vertical-align: middle;
}
.mvCont.is-option .mvCont_inner_title {
  position: relative;
  width: 100%;
  padding-top: clamp(8px, 2.8%, 15px);
  padding-bottom: clamp(22px, 5.9%, 32px);
  background-color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2.8rem, 3.8vw, 3.8rem);
  font-weight: 900;
  text-align: left;
  line-height: 1.1842105263;
  letter-spacing: 0.06em;
}
.mvCont.is-option .mvCont_inner_title span {
  position: relative;
}
.mvCont.is-option .mvCont_inner_title span[class] {
  top: -2px;
}
.mvCont.is-option .mvCont_inner_title span:not([class]) {
  top: -4px;
}
.mvCont.is-option .mvCont_inner_desc {
  margin-top: clamp(16px, 4.1%, 24px);
  color: #004ea2;
  text-align: left;
  line-height: 1.8571428571;
}
.mvCont.is-option .mvCont_inner_desc dt {
  font-size: clamp(1.38rem, 1.4vw, 1.4rem);
  font-weight: 700;
}
.mvCont.is-option .mvCont_inner_desc dd {
  font-size: clamp(1.28rem, 1.3vw, 1.3rem);
  margin-top: 3px;
  font-weight: 500;
}
.mvCont.is-option .mvCont_inner > *:not(.mvCont_inner_desc):not(.mvCont_figure)::before, .mvCont.is-option .mvCont_inner > *:not(.mvCont_inner_desc):not(.mvCont_figure)::after {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: unset;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  content: "";
}
.mvCont.is-option .mvCont_inner > *:not(.mvCont_inner_desc):not(.mvCont_figure)::before {
  left: -50vw;
}
.mvCont.is-option .mvCont_inner > *:not(.mvCont_inner_desc):not(.mvCont_figure)::after {
  right: -50vw;
}
.mvCont.is-option .mvCont_figure {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mvCont.is-option .mvCont_category span {
    padding-top: 1px;
  }
  .mvCont.is-option .mvCont_inner {
    width: 56%;
    padding-left: 64px;
  }
  .mvCont.is-option .mvCont_figure {
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .mvCont.is-option {
    padding-top: 78px;
  }
  .mvCont.is-option .mvCont_figure {
    margin-right: 3%;
  }
  .mvCont.is-option .mvCont_figure img {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .mvCont.is-option {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 72px 20px 28px;
  }
  .mvCont.is-option .mvCont_category {
    height: 42px;
  }
  .mvCont.is-option .mvCont_category span {
    font-weight: 700;
  }
  .mvCont.is-option .mvCont_inner {
    width: 100%;
  }
  .mvCont.is-option .mvCont_inner_sub {
    padding-top: 32px;
  }
  .mvCont.is-option .mvCont_inner_title {
    padding-top: 14px;
    letter-spacing: 0.04em;
  }
  .mvCont.is-option .mvCont_inner_desc {
    margin-top: 18px;
  }
  .mvCont.is-option .mvCont_figure {
    top: -12px;
    width: 100%;
  }
  .mvCont.is-option .mvCont_figure img {
    max-width: 75%;
  }
}

/* 固定IPアドレスページのみの追加style */
@media screen and (min-width: 960px) {
  .mvCont.is-ip .mvCont_inner_desc dd {
    width: 100vw;
    margin-right: calc(-50vw + 50%);
  }
}
/* 注意事項 */
.noticeCont {
  padding: 0 30px;
}
.noticeCont_list {
  text-align: left;
}
.noticeCont_list li {
  padding-left: 1.3em;
  font-size: clamp(1.35rem, 1.4vw, 1.4rem);
  font-weight: 500;
  line-height: 2;
}
.noticeCont_list li::before {
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  content: "※";
}
.noticeCont_list li:not(:first-of-type) {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .noticeCont {
    padding: 0 5px;
  }
}

/* 機能一覧 */
.functionCont {
  padding-left: clamp(5px, 2.2%, 30px);
  padding-right: clamp(5px, 2.2%, 30px);
}
.functionCont_item {
  padding: 0 48px 32px;
  padding-left: clamp(16px, 3.2%, 48px);
  padding-right: clamp(16px, 3.2%, 48px);
  padding-bottom: clamp(20px, 3.1%, 32px);
  background-color: rgba(0, 78, 162, 0.1);
}
.functionCont_item_summary {
  position: relative;
  padding-top: clamp(20px, 3.5%, 33px);
  color: #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.functionCont_item_summary::after {
  position: absolute;
  top: unset;
  right: 0;
  bottom: -0.25em;
  height: 1em;
  font-family: "Material Symbols Outlined";
  font-size: clamp(2.6rem, 3.8vw, 3.8rem);
  content: "\e313";
  font-variation-settings: "wght" 300;
}
.functionCont_item_summary.is-active::after {
  content: "\e316";
}
.functionCont_item_details {
  margin-top: clamp(20px, 3.4%, 32px);
  padding: 40px 32px;
  background-color: #fff;
}
.functionCont_item:not(:first-of-type) {
  margin-top: clamp(16px, 2.3%, 24px);
}
@media screen and (max-width: 767px) {
  .functionCont {
    padding: 0 5px;
  }
  .functionCont_item {
    padding: 0 16px 20px;
  }
  .functionCont_item_summary {
    padding-top: 20px;
    padding-right: 22px;
    font-weight: 700;
    line-height: 1.4;
  }
  .functionCont_item_summary::after {
    top: 0;
    bottom: -0.5em;
    right: -0.25em;
    margin: auto;
  }
  .functionCont_item_details {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .functionCont_item:not(:first-of-type) {
    margin-top: 16px;
  }
}

.functionTable {
  border-top: 1px solid #004ea2;
  border-bottom: 1px solid #004ea2;
}
.functionTable th, .functionTable td {
  padding: clamp(12px, 2.3%, 20px) clamp(13px, 2%, 18px) clamp(10px, 2.2%, 18px);
  color: #004ea2;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 1.6;
}
.functionTable thead th {
  font-weight: 700;
}
.functionTable thead th:first-of-type {
  text-align: left;
}
.functionTable tbody th {
  border-top: 1px solid #004ea2;
  font-weight: 700;
  text-align: left;
}
.functionTable tbody td {
  border-top: 1px solid #004ea2;
  font-weight: 500;
}
.functionTable tbody td:first-of-type {
  color: #222;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .functionTable th, .functionTable td {
    padding: 15px 16px 10.5px;
  }
  .functionTable tbody td:first-of-type {
    min-width: 280px;
    white-space: normal;
  }
}

/* 動作環境 */
.systemCont {
  padding-left: clamp(5px, 2.2%, 30px);
  padding-right: clamp(5px, 2.2%, 30px);
}
.systemCont_item {
  display: -webkit-box;
  display: flex;
  padding: clamp(16px, 2.3%, 24px) clamp(12px, 2.3%, 24px) clamp(14px, 2%, 20px);
  text-align: left;
}
.systemCont_item dt {
  color: #004ea2;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  font-weight: 700;
}
.systemCont_item dd {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.75;
}
.systemCont_item:not(:first-of-type) {
  border-top: 1px solid #004ea2;
}
@media screen and (min-width: 768px) {
  .systemCont_item dt {
    width: 18%;
  }
  .systemCont_item dd {
    width: 82%;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .systemCont {
    padding: 0 5px;
  }
  .systemCont_item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 16px 12px 14px;
  }
  .systemCont_item dd {
    margin-top: 10px;
  }
}

/* 会員規約
============================================================================= */
/* policy */
.policyCont {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: clamp(5px, 2.2%, 30px);
  padding-right: clamp(5px, 2.2%, 30px);
}
.policyCont_box {
  position: relative;
  width: calc((100% - 32px) / 2);
  border-radius: 10px;
  background-color: rgba(0, 78, 162, 0.1);
  text-align: center;
}
.policyCont_box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(24px, 6.5%, 48px) clamp(16px, 2.7%, 24px) clamp(20px, 5%, 40px);
  color: #004ea2;
}
.policyCont_box_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 900;
}
.policyCont_box_text {
  margin-top: clamp(10px, 4.5%, 15px);
  font-size: clamp(1.35rem, 1.7vw, 1.7rem);
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .policyCont_box:not(:nth-of-type(-n+2)) {
    margin-top: clamp(24px, 4%, 48px);
  }
  .policyCont_box:nth-of-type(even) {
    margin-left: clamp(24px, 3.2%, 32px);
  }
}
@media screen and (max-width: 767px) {
  .policyCont {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .policyCont_box {
    width: 100%;
  }
  .policyCont_box a {
    padding: 24px 16px 20px;
  }
  .policyCont_box_title {
    font-weight: 700;
  }
  .policyCont_box_text {
    margin-top: 10px;
  }
  .policyCont_box:not(:first-of-type) {
    margin-top: 16px;
  }
}

/* screen size */
@media screen and (min-width: 1100px) {
  .is-lg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
/* margin */
.mgt0 {
  margin-top: 0px;
}

.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt45 {
  margin-top: 45px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt55 {
  margin-top: 55px;
}

.mgt60 {
  margin-top: 60px;
}

.mgt65 {
  margin-top: 65px;
}

.mgt70 {
  margin-top: 70px;
}

.mgt75 {
  margin-top: 75px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt85 {
  margin-top: 85px;
}

.mgt90 {
  margin-top: 90px;
}

.mgt95 {
  margin-top: 95px;
}

.mgt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mgt20 {
    margin-top: calc((20px) - 8px);
  }
  .mgt25 {
    margin-top: calc((25px) - 8px);
  }
  .mgt30 {
    margin-top: calc((30px) - 8px);
  }
  .mgt35 {
    margin-top: calc((35px) - 8px);
  }
  .mgt40 {
    margin-top: calc((40px) - 8px);
  }
  .mgt45 {
    margin-top: calc((45px) - 8px);
  }
  .mgt50 {
    margin-top: calc((50px) - 8px);
  }
}
.mgb0 {
  margin-bottom: 0px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb55 {
  margin-bottom: 55px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgb65 {
  margin-bottom: 65px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgb75 {
  margin-bottom: 75px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgb85 {
  margin-bottom: 85px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgb95 {
  margin-bottom: 95px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mgb8 {
  margin-bottom: 8px;
}

.mgb16 {
  margin-bottom: 16px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb48 {
  margin-bottom: 48px;
}

.mgb56 {
  margin-bottom: 56px;
}

.mgb64 {
  margin-bottom: 64px;
}

.mgb72 {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .mgb20 {
    margin-bottom: calc((20px) - 8px);
  }
  .mgb25 {
    margin-bottom: calc((25px) - 8px);
  }
  .mgb30 {
    margin-bottom: calc((30px) - 8px);
  }
  .mgb35 {
    margin-bottom: calc((35px) - 8px);
  }
  .mgb40 {
    margin-bottom: calc((40px) - 8px);
  }
  .mgb45 {
    margin-bottom: calc((45px) - 8px);
  }
  .mgb50 {
    margin-bottom: calc((50px) - 8px);
  }
}
.mgl0 {
  margin-left: 0px;
}

.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl45 {
  margin-left: 45px;
}

.mgl50 {
  margin-left: 50px;
}

.mgr0 {
  margin-right: 0px;
}

.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr45 {
  margin-right: 45px;
}

.mgr50 {
  margin-right: 50px;
}

/* padding */
.pdt0 {
  padding-top: 0px;
}

.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb0 {
  padding-bottom: 0px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdl0 {
  padding-left: 0px;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdr0 {
  padding-right: 0px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

/* layout */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block;
}

.disp-inline-block {
  display: inline-block;
}

.disp-flex {
  display: flex;
}

.disp-inline-flex {
  display: inline-flex;
}

.disp-table {
  display: table;
}

.disp-none {
  display: none;
}

/* font size */
.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.is-fnt17 {
  font-size: 1.7em;
}

.is-fnt16 {
  font-size: 1.6em;
}

.is-fnt15 {
  font-size: 1.5em;
}

.is-fnt14 {
  font-size: 1.4em;
}

.is-fnt13 {
  font-size: 1.3em;
}

.is-fnt12 {
  font-size: 1.2em;
}

.is-fnt11 {
  font-size: 1.1em;
}

.is-fnt095 {
  font-size: 0.95em;
}

.is-fnt09 {
  font-size: 0.9em;
}

.is-fnt085 {
  font-size: 0.85em;
}

.is-fnt08 {
  font-size: 0.8em;
}

.is-fnt075 {
  font-size: 0.75em;
}

.is-fnt07 {
  font-size: 0.7em;
}

.is-fnt065 {
  font-size: 0.65em;
}

.is-fnt06 {
  font-size: 0.6em;
}

.is-scale-xs {
  transform: scale(0.7);
}

.is-scale-sm {
  transform: scale(0.8);
}

.is-scale-md {
  transform: scale(0.9);
}

.is-scale-lg {
  transform: scale(1.1);
}

/* font weight */
.is-w400 {
  font-weight: 400;
}

.is-w500 {
  font-weight: 500;
}

.is-w600 {
  font-weight: 600;
}

.is-w700 {
  font-weight: 700;
}

.is-w800 {
  font-weight: 800;
}

.is-w900 {
  font-weight: 900;
}

/* position */
.relt5 {
  position: relative;
  top: 5px;
}

.relb5 {
  position: relative;
  bottom: 5px;
}

.relr5 {
  position: relative;
  right: 5px;
}

.rell5 {
  position: relative;
  left: 5px;
}

/* letter spacing */
.is-ls0 {
  letter-spacing: 0em;
}

.is-ls20 {
  letter-spacing: 0.02em;
}

.is-ls40 {
  letter-spacing: 0.04em;
}

.is-ls60 {
  letter-spacing: 0.06em;
}

.is-ls80 {
  letter-spacing: 0.08em;
}

.is-ls100 {
  letter-spacing: 0.1em;
}

/* other */
.is-accent {
  color: #004ea2;
}

.is-baseColor {
  color: #222;
}

.is-attn {
  color: #e03030;
}

.is-baseFont {
  font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.is-widthFull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.is-width100 {
  width: 100%;
}

.is-width80 {
  width: 80%;
}

.mg-auto {
  margin: auto;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 * Copyright 2014-2022 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

div[class^=swiper-area] {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

div[class^=swiper-button-prev],
div[class^=swiper-button-next] {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #0071bc;
  color: transparent;
  font-size: 0;
  text-align: center;
  line-height: 0;
  outline: none;
  cursor: pointer;
}
div[class^=swiper-button-prev]::before,
div[class^=swiper-button-next]::before {
  z-index: 10;
  color: #fff;
  font-family: "Material Icons";
  font-size: 25px;
  text-align: center;
  line-height: 40px;
}
.pointChange div[class^=swiper-button-prev],
.pointChange div[class^=swiper-button-next] {
  bottom: 24px;
}

div[class^=swiper-button-prev] {
  left: -20px;
}
div[class^=swiper-button-prev]::before {
  content: "\e5cb";
}

div[class^=swiper-button-next] {
  right: -20px;
}
div[class^=swiper-button-next]::before {
  content: "\e5cc";
}

@media screen and (min-width: 768px) {
  div[class^=swiper-area].disabled .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
  }
  div[class^=swiper-area].disabled div[class^=swiper-button-prev],
  div[class^=swiper-area].disabled div[class^=swiper-button-next] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div[class^=swiper-area] {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  div[class^=swiper-button-prev],
  div[class^=swiper-button-next] {
    width: 50px;
    height: 50px;
  }
  div[class^=swiper-button-prev]::before,
  div[class^=swiper-button-next]::before {
    font-size: 20px;
    line-height: 50px;
  }
  div[class^=swiper-button-prev] {
    left: -25px;
    text-align: right;
  }
  div[class^=swiper-button-prev]::before {
    margin-right: 5px;
  }
  div[class^=swiper-button-next] {
    right: -25px;
    text-align: left;
  }
  div[class^=swiper-button-next]::before {
    margin-left: 5px;
  }
}