@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
  color: #070203;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4,
ul, figure, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
}

.l-header {
  display: flex;
  align-items: center;
}
.l-header__logo {
  width: min(49.8461538462vw, 324px);
}
.l-header__title {
  color: #015591;
  margin: 0 0 0 min(3.0769230769vw, 20px);
  font-size: min(4.1vw, 28px);
}

.l-footer {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2B2B2B;
}
@media (min-width: 768px) {
  .l-footer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-headingWithLine {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  gap: 8px;
}
.c-headingWithLine::before, .c-headingWithLine::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #006EBE;
}
@media (min-width: 768px) {
  .c-headingWithLine {
    gap: 32px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.c-headingWithUnderLine {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 5px solid #070203;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.6363636364;
}
@media (min-width: 768px) {
  .c-headingWithUnderLine {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.2777777778;
  }
}

.c-headingWithLeftBorder {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 69px;
  padding-left: 33px;
  position: relative;
}
.c-headingWithLeftBorder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 47px;
  background-color: #006EBE;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-headingWithLeftBorder {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
}

.bg-white {
  background-color: #fff !important;
}

.c-headingWithLine {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  gap: 8px;
}
.c-headingWithLine::before, .c-headingWithLine::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #006EBE;
}
@media (min-width: 768px) {
  .c-headingWithLine {
    gap: 32px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.c-headingWithUnderLine {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 5px solid #070203;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.6363636364;
}
@media (min-width: 768px) {
  .c-headingWithUnderLine {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.2777777778;
  }
}

.c-headingWithLeftBorder {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 69px;
  padding-left: 33px;
  position: relative;
}
.c-headingWithLeftBorder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 47px;
  background-color: #006EBE;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-headingWithLeftBorder {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
}

.bg-white {
  background-color: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

.burger-wrapper {
  position: absolute;
  top: 27px;
  right: 16px;
  z-index: 1000;
  cursor: pointer;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2B2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .burger-wrapper {
    display: none;
  }
}

.hamburger {
  background: #fff;
  width: 25px;
  height: 3px;
  position: relative;
}
.hamburger:before, .hamburger:after {
  position: absolute;
  background: #fff;
  width: 25px;
  height: 3px;
  border-radius: 8px;
  content: "";
}
.hamburger:before {
  top: -6px;
}
.hamburger:after {
  top: 6px;
}
.burger-wrapper.is-active .hamburger {
  background: transparent;
}
.burger-wrapper.is-active .hamburger:after, .burger-wrapper.is-active .hamburger:before {
  top: 0;
}
.burger-wrapper.is-active .hamburger:before {
  transform: rotate(45deg);
}
.burger-wrapper.is-active .hamburger:after {
  transform: rotate(-45deg);
}

.cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  height: auto;
  padding: 28px 3.75vw;
  background: rgba(255, 198, 0, 0.9);
}
@media (min-width: 768px) {
  .cta {
    display: block;
  }
}
@media screen and (min-width: 1720px) {
  .cta {
    padding: 28px 0;
  }
}
.cta__inner {
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2.125vw;
}

@media (min-width: 768px) {
  .ctaBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: min(23.75vw, 380px);
    height: min(5.625vw, 90px);
    margin: 0;
    padding: 0 0;
    font-size: min(1.625vw, 26px);
    background-color: #be000f;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .ctaBtn:hover {
    opacity: 0.9;
  }
}
.ctaBtn--green {
  background-color: #006ebe;
}

.ctaSubBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(19.375vw, 310px);
  height: min(4.5625vw, 73px);
  padding: 0 0;
  background-color: #2B2B2B;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: min(1.375vw, 22px);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.ctaSubBtn:hover {
  opacity: 0.9;
}
.ctaSubBtn img {
  width: min(2.75vw, 44px);
}

.spNav {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 768px) {
  .spNav {
    display: none;
  }
}
.spNav ul {
  padding: 0;
  display: flex;
  gap: 1px;
}
.spNav li {
  flex: 1;
  list-style-type: none;
}
.spNav a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 10px 0 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #F05E03;
  text-decoration: none;
}

.fv {
  overflow: hidden;
  position: relative;
  padding: 35px 0 46px;
  background: url(../img/bg_fv-sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .fv {
    padding: 43px 0 80px;
    background-image: url(../img/bg_fv-pc.jpg);
  }
}
.fv__logo {
  width: 269px;
  margin-left: 21px;
}
@media (min-width: 992px) {
  .fv__logo {
    width: 525px;
    margin-left: 40px;
  }
}
.fv__contents {
  position: relative;
  max-width: 1632px;
  margin: 46px auto 0;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .fv__contents {
    margin-top: 140px;
  }
}
.fv__title {
  margin-left: 16px;
}
@media (min-width: 992px) {
  .fv__title {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .fv__title img {
    width: 66.4375%;
  }
}
.fv__subTitle {
  position: relative;
  margin: 17px 0 0 22px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.2727272727;
  font-weight: bold;
}
@media (min-width: 992px) {
  .fv__subTitle {
    font-size: 53px;
    font-size: 3.3125rem;
    font-size: min(3.3125vw, 53px);
    line-height: 1.3018867925;
  }
}
.fv__subTitle sup {
  position: relative;
  left: -20px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .fv__subTitle sup {
    vertical-align: sub;
    font-size: 50%;
  }
}
.fv__fig {
  margin: 10px 0 -50px;
  text-align: center;
}
@media (min-width: 992px) {
  .fv__fig {
    position: absolute;
    top: -63px;
    right: -37px;
    margin: 0;
    width: 41.25%;
  }
}
.fv__fig img {
  width: 366px;
}
@media (min-width: 992px) {
  .fv__fig img {
    width: 100%;
  }
}
.fv__priceWrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .fv__priceWrapper {
    text-align: left;
  }
}
.fv__price {
  margin-left: 21px;
  width: 351px;
}
@media (min-width: 992px) {
  .fv__price {
    margin: 27px 0 0;
    width: 52.125%;
    max-width: 834px;
  }
}
.fv__attention {
  margin: 30px 6px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.fv__attention p {
  margin: 0;
}
.fv__attention p + p {
  margin-top: 24px;
}

.fvPrice {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0 10px;
  align-items: flex-end;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .fvPrice {
    margin-top: 27px;
    grid-template-columns: repeat(3, auto);
    align-items: flex-end;
    gap: 0;
  }
}
.fvPrice__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  position: relative;
  top: -20px;
  background-color: #2B2B2B;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .fvPrice__title {
    width: 123px;
    height: 123px;
    margin-right: 18px;
    top: -40px;
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.fvPrice__price {
  font-size: 50px;
  font-size: 3.125rem;
  color: #006EBE;
}
@media (min-width: 992px) {
  .fvPrice__price {
    font-size: 86px;
    font-size: 5.375rem;
  }
}
.fvPrice__price strong {
  font-size: 110px;
  font-size: 6.875rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
@media screen and (min-width: 380px) {
  .fvPrice__price strong {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media (min-width: 992px) {
  .fvPrice__price strong {
    font-size: 206px;
    font-size: 12.875rem;
  }
}
.fvPrice__tax {
  position: relative;
  top: -10px;
  font-size: 19px;
  font-size: 1.1875rem;
  grid-column: 2;
  text-align: right;
  color: #006EBE;
}
@media (min-width: 992px) {
  .fvPrice__tax {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .fvPrice__tax {
    grid-column: 3;
    top: -40px;
  }
}
.fvPrice__tax span {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
@media (min-width: 992px) {
  .fvPrice__tax span {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}
.fvPrice__annotation {
  position: absolute;
  top: 33px;
  right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #006EBE;
}
@media (min-width: 992px) {
  .fvPrice__annotation {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .fvPrice__annotation {
    top: auto;
    bottom: 40px;
    right: -24px;
  }
}

.safety__title {
  padding: 48px 6px 45px;
  text-align: center;
  background-color: #006EBE;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.8;
}
.safety__title sup {
  font-weight: normal;
}
@media (min-width: 992px) {
  .safety__title {
    padding: 25px 16px;
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 1.6829268293;
  }
}
.safety__caution {
  margin-top: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .safety__caution {
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.safety__contents {
  padding: 10px 6px 40px;
}
@media (min-width: 768px) {
  .safety__contents {
    padding: 45px 16px 60px;
  }
}
.safety__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 43px 6px 40px;
  border: 10px solid #EDEDED;
  text-align: center;
}
@media (min-width: 992px) {
  .safety__body {
    padding: 58px 60px;
  }
}
.safety__use {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 2;
  font-weight: bold;
}
.safety__use span {
  color: #006EBE;
}
@media (min-width: 992px) {
  .safety__use {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.9310344828;
  }
}
.safety__logos {
  padding: 0;
  margin: 0;
  display: inline-grid;
  gap: 12px 0;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}
@media (min-width: 992px) {
  .safety__logos {
    grid-template-columns: repeat(5, 1fr);
  }
}
.safety__logos li {
  list-style-type: none;
}
@media (min-width: 768px) {
  .safety__logos li {
    max-width: 214px;
  }
}
.slider {
  width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  animation: slide var(--duration, 20s) linear infinite;
}
.slides.alternate {
  animation: slide_alternate var(--duration, 20s) linear infinite;
}
.slides + .slides {
  margin-top: 20px;
}

.slide {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.slide > li {
  list-style-type: none;
  width: 100px;
}
@media (min-width: 768px) {
  .slide > li {
    width: 210px;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slide_alternate {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.why {
  background: #EDF8F8 url(../img/bg_why.png) top center no-repeat;
}
.why__inner {
  max-width: 1212px;
  margin: 0 auto;
  padding: 35px 6px 58px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 992px) {
  .why__inner {
    flex-direction: row;
    padding: 135px 16px;
    justify-content: space-between;
    gap: 70px;
  }
}
@media (min-width: 992px) {
  .why__body {
    width: 53.3333333333%;
    flex-shrink: 0;
  }
}
.why__title {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 2.1212121212;
}
@media (min-width: 768px) {
  .why__title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1.6964285714;
  }
}
.why__title span {
  padding: 7px 17px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .why__title span {
    padding: 0 22px;
  }
}
.why__subTitle {
  margin: 23px 0 33px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .why__subTitle {
    margin: 28px 0 30px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.625;
    text-align: left;
  }
}
.why__subTitle strong {
  color: #F56800;
}
.why__subTitle sup {
  position: relative;
  top: -14px;
  left: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.why__text {
  padding: 0 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8823529412;
  font-weight: 600;
}
@media (min-width: 768px) {
  .why__text {
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.why__attention {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-weight: normal;
}
.why__fig {
  margin: 0;
  text-align: center;
}

.recommend__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 40px 6px 64px;
}
@media (min-width: 768px) {
  .recommend__inner {
    padding: 100px 16px 144px;
  }
}
.recommend__title {
  margin: 0 auto 30px;
  max-width: 990px;
}
@media (min-width: 768px) {
  .recommend__title {
    margin-bottom: 48px;
  }
}
.recommend__list {
  padding: 0 7px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
@media (min-width: 992px) {
  .recommend__list {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 4%;
  }
}

.recommendItem {
  list-style-type: none;
  max-width: 400px;
}
@media (min-width: 992px) {
  .recommendItem {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.recommendItem__text {
  padding: 18px 0;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.72;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #006EBE;
}
@media (min-width: 768px) {
  .recommendItem__text {
    padding: 18px 8px;
  }
}
@media (min-width: 992px) {
  .recommendItem__text {
    flex-grow: 1;
    padding: 17px 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5357142857;
  }
}
.recommendItem__attention {
  margin-top: 4px;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 575px) {
  .recommendItem img {
    aspect-ratio: 368/210;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.anywhere {
  padding: 40px 0 53px;
  background: #fff url(../img/bg_anywhere.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .anywhere {
    padding: 100px 0;
  }
}
.anywhere__title {
  padding: 9px 0;
  font-size: 37px;
  font-size: 2.3125rem;
  background: transparent linear-gradient(270deg, #DDF6FF 0%, #FFFFFF 51%, #DEF6FF 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}
@media (min-width: 768px) {
  .anywhere__title {
    padding: 15px 0;
    font-size: 63px;
    font-size: 3.9375rem;
  }
}
.anywhere__title span {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media (min-width: 768px) {
  .anywhere__title span {
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
.anywhere__title sup {
  position: relative;
  top: -20px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .anywhere__title sup {
    top: -40px;
    right: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.anywhere__contents {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .anywhere__contents {
    margin-top: 50px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 54.5833333333%;
    grid-template-rows: repeat(2, auto);
  }
}
.anywhere__subTitle {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 16px 10px 45px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.36;
  font-weight: 600;
  border: 3px solid #006EBE;
  text-align: left;
}
@media (min-width: 992px) {
  .anywhere__subTitle {
    margin-bottom: 20px;
    padding: 10px 16px 10px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .anywhere__subTitle {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.anywhere__subTitle span {
  display: inline-block;
  text-align: center;
}
.anywhere__bomb {
  width: 109px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .anywhere__bomb {
    width: 135px;
    right: -16px;
  }
}
.anywhere__caption {
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .anywhere__caption {
    padding: 0;
    grid-column: 1/3;
  }
}
.anywhere__fig {
  width: 100%;
  margin: 0 0 -40px;
  text-align: center;
  overflow: hidden;
}
.anywhere__fig img {
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .anywhere__priceWrapper {
    text-align: left;
  }
}

.anywherePriceMain {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0 10px;
  align-items: flex-end;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .anywherePriceMain {
    margin-top: 27px;
    grid-template-columns: repeat(3, auto);
    align-items: flex-end;
    gap: 0;
  }
}
.anywherePriceMain__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  position: relative;
  top: -20px;
  background-color: #2B2B2B;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .anywherePriceMain__title {
    width: 123px;
    height: 123px;
    margin-right: 13px;
    top: -30px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.anywherePriceMain__price {
  font-size: 50px;
  font-size: 3.125rem;
  color: #006EBE;
}
@media (min-width: 992px) {
  .anywherePriceMain__price {
    font-size: 67px;
    font-size: 4.1875rem;
  }
}
.anywherePriceMain__price strong {
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
@media (min-width: 992px) {
  .anywherePriceMain__price strong {
    font-size: 163px;
    font-size: 10.1875rem;
  }
}
.anywherePriceMain__tax {
  position: relative;
  top: -10px;
  font-size: 22px;
  font-size: 1.375rem;
  grid-column: 2;
  text-align: right;
  color: #006EBE;
}
@media (min-width: 992px) {
  .anywherePriceMain__tax {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .anywherePriceMain__tax {
    grid-column: 3;
    top: -30px;
  }
}
.anywherePriceMain__tax span {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
@media (min-width: 992px) {
  .anywherePriceMain__tax span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.anywherePriceMain__annotation {
  position: absolute;
  top: 33px;
  right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #006EBE;
}
@media (min-width: 992px) {
  .anywherePriceMain__annotation {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .anywherePriceMain__annotation {
    top: auto;
    bottom: 30px;
    right: -24px;
  }
}

.anyWherePrice {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0 9px;
  align-items: center;
  margin: 20px 0 27px;
}
@media (min-width: 992px) {
  .anyWherePrice {
    margin-top: 0;
    grid-template-columns: repeat(3, auto);
    align-items: flex-end;
  }
}
.anyWherePrice__title {
  padding: 6px 27px;
  background-color: #006EBE;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  color: #fff;
}
.anyWherePrice__price {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
}
.anyWherePrice__price strong {
  font-size: 58px;
  font-size: 3.625rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.anyWherePrice__tax {
  font-size: 20px;
  font-size: 1.25rem;
  grid-column: 2;
  text-align: right;
}
@media (min-width: 992px) {
  .anyWherePrice__tax {
    text-align: left;
    grid-column: 3;
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.anyWherePrice__tax span {
  font-family: "Bebas Neue";
}

.system {
  padding: 40px 0 0;
  background-color: #EFF1F5;
}
@media (min-width: 768px) {
  .system {
    padding: 80px 0 84px;
  }
}
.system__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 6px;
}
@media (min-width: 768px) {
  .system__inner {
    padding: 0 16px;
  }
}
.system__title {
  margin: 50px auto 30px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .system__title {
    margin-top: 30px;
  }
}

.systemMain {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .systemMain {
    margin-top: 70px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 57px 48px;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .systemMain__price {
    grid-column: 1/3;
    justify-self: center;
  }
}

.systemCharge {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0 33px;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .systemCharge {
    grid-template-columns: repeat(3, auto);
    align-items: center;
    gap: 0;
    margin-top: 0;
  }
}
.systemCharge__title {
  position: relative;
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  height: 86px;
  padding: 0 4px 0 23px;
  align-content: center;
  background-color: #006EBE;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2592592593;
  color: #fff;
}
@media (min-width: 768px) {
  .systemCharge__title {
    grid-row: 1;
    margin-right: 33px;
  }
}
@media (min-width: 992px) {
  .systemCharge__title {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 1.6829268293;
  }
}
.systemCharge__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 24px solid #006EBE;
  border-right: 0;
}
.systemCharge__price {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .systemCharge__price {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
.systemCharge__price strong {
  font-size: 79px;
  font-size: 4.9375rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
@media (min-width: 992px) {
  .systemCharge__price strong {
    font-size: 130px;
    font-size: 8.125rem;
  }
}
.systemCharge__tax {
  margin-top: -4px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
}
@media (min-width: 768px) {
  .systemCharge__tax {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .systemCharge__tax {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.systemCharge__tax span {
  font-family: "Bebas Neue";
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .systemCharge__tax span {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

.price {
  background-color: #EDF8F8;
  padding: 90px 15px 0;
}
@media (min-width: 768px) {
  .price {
    padding: 84px 16px 100px;
  }
}
.price__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.price__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .price__title {
    margin-bottom: 36px;
  }
}
.price__items {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .price__items {
    display: flex;
    gap: 50px;
    align-items: stretch;
    margin-top: 120px;
  }
}

.priceItem {
  position: relative;
  padding: 40px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(221, 246, 255) 100%);
}
.priceItem + .priceItem {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .priceItem + .priceItem {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .priceItem {
    flex: 1;
    height: 100%;
    padding-top: 70px;
  }
}
.priceItem__body {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
}
.priceItem__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1;
  font-family: "Bebas Neue";
}
@media (min-width: 992px) {
  .priceItem__title {
    font-size: 150px;
    font-size: 9.375rem;
    left: 26px;
    transform: translateY(-50%);
  }
}
.priceItem__title span {
  color: #18BDD9;
}
.priceItem__price {
  margin-top: 20px;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1;
  text-align: right;
}
.priceItem__price strong {
  font-size: 73px;
  font-size: 4.5625rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
@media (min-width: 992px) {
  .priceItem__price strong {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.priceItem__tax {
  font-size: 14px;
  font-size: 0.875rem;
}
.priceItem__tax span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Bebas Neue";
}
.priceItem__text {
  position: relative;
  margin: 0 0 0 -8px;
  padding: 10px 15px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  background: rgb(59, 159, 221);
  background: linear-gradient(112deg, rgb(59, 159, 221) 0%, rgb(109, 197, 244) 100%);
}
.priceItem__text::before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4px 8px;
  border-color: transparent transparent #1C699A transparent;
}
@media (min-width: 992px) {
  .priceItem__text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }
}
.priceItem__fig {
  margin: 0 0 -20px;
  text-align: center;
}
.monthly {
  background-color: #EFF1F5;
  padding: 76px 6px 0;
}
@media (min-width: 768px) {
  .monthly {
    padding: 90px 16px 100px;
  }
}
.monthly__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.monthly__title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .monthly__title {
    margin-bottom: 36px;
  }
}
.monthly__listWrapper {
  width: 100%;
  overflow: scroll;
}
@media screen and (min-width: 1232px) {
  .monthly__listWrapper {
    overflow: hidden;
  }
}
.monthly__list {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 1200px;
}
.monthly__caution {
  margin-top: 35px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .monthly__caution {
    margin-top: 25px;
  }
}
.monthly__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EDF8F8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: move 1.3s linear infinite;
}
@media (min-width: 992px) {
  .monthly__arrow {
    display: none;
  }
}
.monthly__arrow.is-hidden {
  display: none;
}
.monthly__arrow img {
  width: 36px;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

.monthlyItem {
  width: 288px;
}
.monthlyItem.is-premium {
  width: 310px;
}
.monthlyItem__card {
  position: relative;
  height: 520px;
  padding-bottom: 56px;
  text-align: center;
  background-color: #fff;
}
.is-premium .monthlyItem__card {
  height: 560px;
  margin-right: 2px;
  border: 4px solid #F55200;
}

.monthlyItem__icon {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.monthlyItem__title {
  height: 126px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap: 4px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  background-color: #A8A8A8;
}
.is-premium .monthlyItem__title {
  height: 162px;
  background-color: #F55200;
}
.is-premium .monthlyItem__title::after {
  border-top-color: #F55200;
}
.is-premium .monthlyItem__title strong {
  font-size: 56px;
  font-size: 3.5rem;
}

.is-5gb .monthlyItem__title {
  background-color: #17BDD9;
}
.is-5gb .monthlyItem__title::after {
  border-top-color: #17BDD9;
}

.is-5gb2 .monthlyItem__title {
  background-color: #3CCCE5;
}
.is-5gb2 .monthlyItem__title::after {
  border-top-color: #3CCCE5;
}

.monthlyItem__title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 147px solid transparent;
  border-left: 147px solid transparent;
  border-top: 17px solid #A8A8A8;
  border-bottom: 0;
}
.monthlyItem__title strong {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 37px;
  font-size: 2.3125rem;
}
.monthlyItem__premiumName {
  font-size: 42px;
  font-size: 2.625rem;
}
.monthlyItem__titleSm {
  font-size: 12px;
  font-size: 0.75rem;
}
.monthlyItem__titleLabel {
  padding: 4px 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #fff;
  border-radius: 20px;
  color: #3CCCE5;
}
.monthlyItem__price {
  margin-top: 52px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.monthlyItem__price strong {
  font-size: 62px;
  font-size: 3.875rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.monthlyItem__tax {
  font-size: 14px;
  font-size: 0.875rem;
}
.monthlyItem__tax span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Bebas Neue";
}
.monthlyItem__for {
  position: relative;
  margin: 0 auto 19px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2105263158;
  text-align: center;
  color: #A8A8A8;
  font-weight: bold;
}
.is-premium .monthlyItem__for {
  color: #F55200;
  margin-bottom: 39px;
}
.is-premium .monthlyItem__for::before, .is-premium .monthlyItem__for::after {
  background-color: #F55200;
}

.is-5gb .monthlyItem__for {
  color: #17BDD9;
}
.is-5gb .monthlyItem__for::before, .is-5gb .monthlyItem__for::after {
  background-color: #17BDD9;
}

.is-5gb2 .monthlyItem__for {
  color: #3CCCE5;
}
.is-5gb2 .monthlyItem__for::before, .is-5gb2 .monthlyItem__for::after {
  background-color: #3CCCE5;
}

.monthlyItem__for::before, .monthlyItem__for::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 18px;
  background-color: #A8A8A8;
  border-radius: 4px;
}
.monthlyItem__for::before {
  left: -12px;
  transform: rotate(-24deg);
}
.monthlyItem__for::after {
  right: -12px;
  transform: rotate(24deg);
}
.monthlyItem__body {
  position: relative;
  margin-top: 22px;
  padding: 0 17px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.monthlyItem__condition {
  padding-bottom: 6px;
  border-bottom: 1px solid #070203;
}
.monthlyItem__date {
  margin-top: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.monthlyItem__date strong {
  font-size: 62px;
  font-size: 3.875rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.monthlyItem__date span {
  font-size: 19px;
  font-size: 1.1875rem;
}
.monthlyItem__unit {
  font-size: 26px;
  font-size: 1.625rem;
}
.monthlyItem__unit strong {
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.monthlyItem__unit span {
  font-size: 19px;
  font-size: 1.1875rem;
}
.monthlyItem__gb {
  font-size: 49px;
  font-size: 3.0625rem;
  line-height: 1.1;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.monthlyItem__caution {
  margin-top: 5px;
  color: #F00327;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
}
.monthlyItem__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 100%;
  color: #80BC00;
  font-size: 17px;
  font-size: 1.0625rem;
}
.option {
  background-color: #EDF8F8;
  padding: 90px 6px 0;
}
@media (min-width: 768px) {
  .option {
    padding: 90px 16px 100px;
  }
}
.option__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.option__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .option__title {
    margin-bottom: 34px;
  }
}
.option__more {
  position: relative;
  margin: 34px 10px 0;
  padding: 15px 0 25px;
  text-align: center;
  background-color: #EDEFF0;
  border: 1px solid #DFE1E5;
  cursor: pointer;
}
.option__more.is-open::after {
  transform: rotate(0);
}
.option__more::after {
  content: url(../img/icon_arrow-up.svg);
  position: absolute;
  top: 20px;
  right: 36px;
  line-height: 1;
  transform: translateY(7px) rotate(180deg);
}
.option__tableWrapper {
  height: 0;
  margin: 0 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.optionItem {
  padding: 9px 0 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .optionItem {
    padding: 53px 5% 70px;
  }
}
.optionItem + .optionItem {
  margin-top: 35px;
}
.optionItem__header {
  position: relative;
  padding: 30px 21px 0;
}
@media (min-width: 768px) {
  .optionItem__header {
    padding: 0 180px 0 0;
  }
}
.optionItem__title {
  margin: 0;
  padding-bottom: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 1px solid #070203;
}
@media (min-width: 768px) {
  .optionItem__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.optionItem__price {
  margin-top: 30px;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .optionItem__price br {
    display: none;
  }
}
.optionItem__price strong {
  font-size: 72px;
  font-size: 4.5rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.optionItem__tax {
  font-size: 18px;
  font-size: 1.125rem;
}
.optionItem__tax span {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Bebas Neue";
  font-weight: normal;
}
.optionItem__attention {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
}
@media (min-width: 768px) {
  .optionItem__attention {
    display: inline;
  }
}
.optionItem__point {
  position: absolute;
  top: 0;
  right: 0;
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #80BC02;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-weight: bold;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #80BC02;
}
@media (min-width: 768px) {
  .optionItem__point {
    width: 159px;
    height: 159px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    border-width: 7px;
  }
}
.optionItem__areaInfo {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .optionItem__areaInfo {
    margin-top: 32px;
  }
}
.optionItem__areaModal {
  padding: 12px 16px;
  background-color: #18BDD9;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .optionItem__areaModal {
    padding: 16px 32px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.optionTable {
  border: 1px solid #D5D5D5;
  border-collapse: collapse;
}
@media (max-width: 575px) {
  .optionTable {
    border: none;
  }
}
@media (min-width: 768px) {
  .optionTable {
    margin-top: 30px;
  }
}
.optionTable tr:nth-child(odd) {
  background-color: #FAFAFA;
}
@media (max-width: 575px) {
  .optionTable tr:nth-child(odd) {
    background-color: transparent;
  }
}
@media (max-width: 575px) {
  .optionTable tr {
    display: block;
  }
}
.optionTable td, .optionTable th {
  border: 1px solid #D5D5D5;
}
@media (max-width: 575px) {
  .optionTable td, .optionTable th {
    display: block;
    text-align: center;
    border: none;
  }
}
.optionTable td {
  padding: 18px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.3571428571;
  font-weight: 500;
}
@media (min-width: 768px) {
  .optionTable td {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    min-width: 25%;
  }
}
.optionTable td span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .optionTable td span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .optionTable td.is-quarter {
    width: 25%;
  }
}
.optionTable td.optionTable__country, .optionTable td.optionTable__price {
  padding: 0;
}
.optionTable th {
  padding: 18px 68px;
  font-weight: normal;
  background-color: #18BDD9;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .optionTable th {
    width: 1%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.optionTable2 {
  border: 1px solid #D5D5D5;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .optionTable2 {
    margin-top: 30px;
    width: 100%;
  }
}
.optionTable2 tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.optionTable2 td, .optionTable2 th {
  border: 1px solid #D5D5D5;
}
.optionTable2 td {
  padding: 18px 16px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media (min-width: 768px) {
  .optionTable2 td {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    min-width: 25%;
  }
}
.optionTable2 td span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .optionTable2 td span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.optionTable2 td.optionTable__price {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .optionTable2 td.optionTable__price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.optionTable2 td.optionTable__price strong {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .optionTable2 td.optionTable__price strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.optionTable2 th {
  padding: 4px 8px;
  font-weight: normal;
  background-color: #18BDD9;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .optionTable2 th {
    padding: 18px 28px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .optionTable2 th {
    white-space: nowrap;
  }
}

.optionGlobalPrice {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
}
@media (min-width: 992px) {
  .optionGlobalPrice {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    height: 70px;
  }
}
.optionGlobalPrice li {
  list-style-type: none;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
}
.optionGlobalPrice li:not(:last-of-type) {
  border-bottom: 1px solid #D5D5D5;
}
@media (min-width: 992px) {
  .optionGlobalPrice li {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  .optionGlobalPrice li:not(:last-of-type) {
    border-bottom: none;
    border-right: 1px solid #D5D5D5;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .modal {
    padding: 32px 40px;
  }
}
.modal.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 40;
  width: 40px;
  height: 40px;
  background-color: #18BDD9;
  border-radius: 50%;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .modal__close {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
  .modal__close::before, .modal__close::after {
    width: 24px;
    height: 3px;
  }
}
.modal__window {
  position: relative;
  z-index: 30;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow: scroll;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .modal__window {
    width: auto;
    height: auto;
    max-height: calc(100vh - 64px);
    padding: 24px;
  }
}
.modal__arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  width: 48px;
  height: 48px;
  display: flex;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EDF8F8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: vertical-move 1.3s linear infinite;
}
@media (min-width: 768px) {
  .modal__arrow {
    display: none;
  }
}
.modal__arrow.is-hidden {
  display: none;
}
.modal__arrow img {
  width: 20px;
  transform: rotate(90deg);
}
@keyframes vertical-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.optionCountry {
  border: 1px solid #D5D5D5;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .optionCountry {
    margin-top: 30px;
    width: 100%;
  }
}
.optionCountry tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.optionCountry td, .optionCountry th {
  border: 1px solid #D5D5D5;
}
.optionCountry td {
  padding: 18px 16px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media (min-width: 768px) {
  .optionCountry td {
    padding: 12px 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    min-width: 25%;
  }
}
.optionCountry td span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .optionCountry td span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.optionCountry td.optionTable__price {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .optionCountry td.optionTable__price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.optionCountry th {
  padding: 4px 8px;
  font-weight: normal;
  background-color: #18BDD9;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .optionCountry th {
    padding: 12px 28px;
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.option__caution {
  margin: 12px 0 0;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .option__caution {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.fiveGB {
  padding: 55px 6px 45px;
  background: transparent linear-gradient(301deg, rgba(181, 213, 255, 0.8) 0%, rgba(211, 251, 255, 0.8) 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 768px) {
  .fiveGB {
    padding: 128px 6px 120px;
  }
}
.fiveGB__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.fiveGB__title {
  line-height: 1.1;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fiveGB__title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.fiveGB__title strong {
  font-family: "Bebas Neue";
  font-size: 77px;
  font-size: 4.8125rem;
  color: #006EBE;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fiveGB__title strong {
    font-size: 122px;
    font-size: 7.625rem;
  }
}
.fiveGB__title sub {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .fiveGB__title sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.fiveGB__list {
  margin-top: 37px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .fiveGB__list {
    gap: 40px;
  }
}
.fiveGB__caution {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 13px 0 0;
}
@media (min-width: 768px) {
  .fiveGB__caution {
    margin: 19px 0 0;
  }
}

.fiveGBItem {
  position: relative;
  text-align: center;
  list-style-type: none;
  width: calc((100% - 14px) / 2);
  background-color: #fff;
}
@media (min-width: 992px) {
  .fiveGBItem {
    flex: 1;
  }
}
.fiveGBItem__fig {
  text-align: center;
}
.fiveGBItem__fig img {
  width: 72px;
}
@media (min-width: 768px) {
  .fiveGBItem__fig img {
    width: auto;
  }
}
.fiveGBItem__title {
  padding: 6px 16px;
  background: transparent linear-gradient(107deg, #3B9FDD 0%, #6DC5F4 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .fiveGBItem__title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.fiveGBItem__body {
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .fiveGBItem__body {
    padding: 20px 16px 38px;
  }
}
.fiveGBItem__fig {
  text-align: center;
}
.fiveGBItem__text {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .fiveGBItem__text {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.fiveGBItem__text strong {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Bebas Neue";
  font-weight: normal;
  color: #006EBE;
}
@media (min-width: 768px) {
  .fiveGBItem__text strong {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
.fiveGBItem__caution {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.flow {
  padding: 40px 6px 56px;
}
@media (min-width: 768px) {
  .flow {
    padding: 107px 6px 135px;
  }
}
.flow__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.flow__bubble {
  position: relative;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5652173913;
  background-color: #80bc00;
  color: #fff;
}
@media (min-width: 768px) {
  .flow__bubble {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.9310344828;
  }
}
.flow__bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 12px solid #80bc00;
  border-bottom: 0;
}
.flow__title {
  margin: 32px 0 42px;
}
@Include tablet {
  .flow__title {
    margin-bottom: 74px;
  }
}
@media (min-width: 768px) {
  .flow__steps {
    display: flex;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .flow__steps {
    gap: 0 48px;
  }
}

.flowStep {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.flowStep:not(:last-of-type) {
  margin-bottom: 29px;
}
.flowStep:not(:last-of-type)::after {
  content: "";
  background: url(../img/icon_angles-right.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 30px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .flowStep {
    flex: 1;
  }
  .flowStep:not(:last-of-type)::after {
    width: 35px;
    height: 37px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -41px;
    transform: translateY(-50%);
  }
}
.flowStep__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 118px;
  background-color: #006EBE;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .flowStep__title {
    padding: 0 8px;
    grid-row: 2;
  }
}
.flowStep__title span {
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
}
.flowStep__fig {
  position: relative;
}
.flowStep__num {
  position: absolute;
  top: 22px;
  left: 26px;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  font-family: "Bebas Neue";
  color: #006EBE;
}

.spec__title {
  max-width: 1200px;
  margin: 0 auto 66px;
}
@media (min-width: 768px) {
  .spec__title {
    margin-bottom: 122px;
  }
}

.specItem {
  padding: 90px 0 60px;
  background: #EDF8F8 url(../img/bg_spec-left.png) top left no-repeat;
  background-size: 600px;
}
@media (min-width: 768px) {
  .specItem {
    padding: 150px 0;
    background-size: auto;
  }
}
.specItem:nth-of-type(2n) {
  background: #EFF1F5 url(../img/bg_spec-right.png) top right no-repeat;
}
.specItem__inner {
  max-width: 1232px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .specItem__inner {
    padding: 0 16px;
  }
}

.specMain {
  padding: 0 6px;
}
@media (min-width: 768px) {
  .specMain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 32px 50px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .specMain {
    grid-template-columns: auto 1fr;
    gap: 32px 16.6666666667%;
  }
}
.specMain__header {
  text-align: center;
}
@media (min-width: 768px) {
  .specMain__header {
    width: 40%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .specMain__header {
    width: auto;
  }
}
.specMain__title {
  font-family: "Bebas Neue";
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  .specMain__title {
    grid-column: 1/-1;
    justify-self: flex-start;
  }
}
@media (min-width: 992px) {
  .specMain__title {
    font-size: 200px;
    font-size: 12.5rem;
  }
}
.specMain__title span {
  color: #006EBE;
}
.specMain__fig {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .specMain__fig {
    grid-column: 2;
    grid-row: 1/-1;
    width: auto;
    margin: 0;
    padding-top: 50px;
  }
}
.specMain__fig figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.specMain__fig img {
  transform: scale(1.2);
}
.specMain__appeal {
  margin-top: 37px;
}
@media (min-width: 992px) {
  .specMain__appeal {
    margin-top: 0;
    grid-column: 1;
  }
}
.specMain__appeal dt {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  color: #006EBE;
}
.specMain__appeal dt:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .specMain__appeal dt {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.specMain__appeal dt img {
  width: 36px;
}
.specMain__appeal dd {
  margin-top: 7px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media (min-width: 992px) {
  .specMain__appeal dd {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.specMain__appeal dd:last-child {
  margin-bottom: 0;
}

.spec__feature {
  margin-top: 40px;
  padding: 0 6px;
  display: grid;
  gap: 5px;
}
@media (min-width: 992px) {
  .spec__feature {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 9px;
    padding: 0;
  }
}

.specFeatureItem {
  position: relative;
  display: flex;
  padding: 10px 15px;
  gap: 20px;
  background-color: #fff;
  font-weight: 500;
}
@media (min-width: 992px) {
  .specFeatureItem {
    align-items: center;
    padding: 20px 20px 10px 40px;
  }
}
.specFeatureItem.is-speed .specFeatureItem__title {
  margin-bottom: 0;
}
.specFeatureItem.is-speed .specFeatureItem__text {
  line-height: 1;
}
.specFeatureItem__body {
  position: relative;
  z-index: 10;
}
.specFeatureItem__title {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #C3DDFF;
}
@media (min-width: 768px) {
  .specFeatureItem__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.specFeatureItem__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 103px;
}
@media (min-width: 992px) {
  .specFeatureItem__icon {
    width: 103px;
    top: auto;
    bottom: 23px;
    right: 20px;
    transform: none;
  }
}
.specFeatureItem__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .specFeatureItem__text {
    margin: 0;
    line-height: 1.4;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.specFeatureItem__text strong {
  font-size: 50px;
  font-size: 3.125rem;
  color: #006EBE;
  font-family: "Bebas Neue";
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .specFeatureItem__text strong {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.specFeatureItem__text span {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #006EBE;
}

.spec__more {
  position: relative;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 18px 34px;
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: normal;
  background: transparent linear-gradient(97deg, #0D0D0D 0%, #383838 49%, #0D0D0D 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #DFE2E6;
  cursor: pointer;
}
@media (min-width: 768px) {
  .spec__more {
    margin: 85px 0 0;
  }
}
.spec__more.is-open {
  border-bottom-color: #CECECE;
}
.spec__more.is-open::after {
  transform: rotate(0);
}
.spec__more::after {
  content: url(../img/icon_arrow-up-white.svg);
  position: absolute;
  top: 19px;
  right: 23px;
  line-height: 1;
  transform: translateY(11px) rotate(180deg);
}

.specTable {
  max-width: 1200px;
  border-collapse: collapse;
  background-color: #fff;
}
.specTable__wrapper {
  height: 0;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.specTable td,
.specTable th {
  padding: 4px 8px;
  border: 1px solid #D5D5D5;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .specTable td,
  .specTable th {
    padding: 14px 24px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.specTable th {
  background-color: #18BDD9;
  color: #fff;
  font-weight: normal;
}
.specTable th:first-child {
  min-width: 50px;
}
.specTable th.specTable__th2 {
  background-color: #3BCCE5;
  min-width: 90px;
}
@media (min-width: 768px) {
  .specTable th {
    white-space: nowrap;
  }
}
.specTable th.is-jp span {
  white-space: pre;
  writing-mode: vertical-rl;
}
@media (min-width: 992px) {
  .specTable th.is-jp span {
    writing-mode: horizontal-tb;
  }
}
.specTable__caution {
  margin-top: 22px;
  padding: 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .specTable__caution {
    padding: 0;
  }
}

.payment {
  padding: 70px 6px 80px;
  background: transparent linear-gradient(323deg, rgba(181, 213, 255, 0.8) 0%, rgba(211, 251, 255, 0.8) 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 768px) {
  .payment {
    padding: 170px 16px 200px;
  }
}
.payment__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.payment__title {
  margin-bottom: 70px;
}
.payment__contents {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .payment__contents {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 48px 46px;
  }
}

.paymentItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 13px 53px;
  background-color: #fff;
  list-style-type: none;
}
@media (min-width: 768px) {
  .paymentItem {
    padding: 40px 35px 70px;
  }
}
.paymentItem__title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8181818182;
}
@media (min-width: 768px) {
  .paymentItem__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5384615385;
  }
}
.paymentItem__fig {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.paymentItem__person {
  margin-top: 20px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: bold;
}
.paymentItem__person dt {
  flex-shrink: 0;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #006EBE;
  color: #fff;
}
@media (min-width: 768px) {
  .paymentItem__person dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.paymentItem__person dd {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .paymentItem__person dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.paymentItem__list {
  margin-top: 15px;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}

.faq {
  padding: 84px 0 72px;
  background-color: #EFF1F5;
}
@media (min-width: 768px) {
  .faq {
    padding: 170px 16px 200px;
  }
}
.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faq__title {
  margin-bottom: 47px;
}

.faqItem {
  margin: 0 6px;
  padding: 0 2px;
  background-color: #fff;
}
.faqItem + .faqItem {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .faqItem {
    padding: 27px 32px 39px;
  }
}
.faqItem p:last-child {
  margin-bottom: 0;
}
.faqItem__icon {
  width: 44px;
}
@media (min-width: 768px) {
  .faqItem__icon {
    width: 59px;
  }
}
.faqItem__q {
  position: relative;
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 22px 80px 22px 13px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faqItem__q {
    gap: 35px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.faqItem__q.is-open {
  border-bottom-color: #CECECE;
}
.faqItem__q.is-open::after {
  transform: rotate(0);
}
.faqItem__q::after {
  content: url(../img/icon_arrow-up.svg);
  position: absolute;
  top: 33px;
  right: 23px;
  line-height: 1;
  transform: translateY(7px) rotate(180deg);
}
.faqItem__a {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faqItem__aInner {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-left: 0;
  padding: 18px 13px 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.2666666667;
}
@media (min-width: 768px) {
  .faqItem__aInner {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 33px;
    gap: 35px;
  }
}

.yt40 {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  background: linear-gradient(0deg, rgb(195, 221, 255) 0%, rgb(237, 248, 248) 100%);
}
@media (min-width: 992px) {
  .yt40 {
    max-width: 1200px;
  }
}
.yt40__wrapper {
  padding: 44px 6px 0;
}
@media (min-width: 992px) {
  .yt40__wrapper {
    padding: 90px 16px 0;
  }
}
.yt40__wrapper.is-top {
  padding-top: 0;
}
.yt40__body {
  padding: 37px 30px 18px;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .yt40__body {
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.yt40__text {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 600;
}
.yt40__title {
  margin-top: 30px;
}
.yt40__link {
  position: relative;
  height: 60px;
  margin-top: 26px;
  padding: 0 26px 0 38px;
  background-color: #80BC00;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.yt40__link:hover {
  opacity: 0.9;
}
.yt40__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -33px;
  height: 0;
  width: 0;
  border-left: 33px solid #80BC00;
  border-bottom: 60px solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
}
@media (min-width: 992px) {
  .yt40__fig {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .yt40__fig img {
    height: 100%;
    width: auto;
  }
}

.footer {
  margin: 110px 0 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 90px;
  }
}

/* ==========================
YT40バナー(メディアス側で差し替え)
========================== */
.banner_yt40_top {
  margin: 0px auto 54px auto;
  padding: 0 54px;
	text-align: center;
}

@media (min-width: 992px) {
  .banner_yt40_top {
    margin: -10px auto 100px auto;
	text-align: center;
  }
}

.banner_yt40_btm {
  margin: 44px auto;
  padding: 54px 54px;
  text-align: center;
}

@media (min-width: 992px) {
  .banner_yt40_btm {
    margin: 0 auto 0 auto;
	text-align: center;
  }
}

/* ==========================
幅992px以下の表示
========================== */
.sp {
    display: none;
}

@media screen and (max-width: 992px){
.pc { display: none !important; }
.sp { display: block !important; }
}

/* ==========================
端末CPバナー
========================== */
.bl_floatingBanner {
  position: fixed;
  bottom: 160px;
  right: 10px;
  width: 350px;
  max-width: 100%;
  z-index: 10;
}
.bl_floatingBanner.js_close {
  display: none;
}
.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -25px;
  cursor: pointer;
  background-color: #333;
}
.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 11px;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 2px;
  right: 11px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
    .bl_floatingBanner{
        display: none
    }
    
}




/*# sourceMappingURL=maps/style.css.map */