@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #000000;
  font-family: Hiragino Kaku Gothic W4 JIS2004, Meiryo, YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

body {
  line-height: 1.6;
}

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

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

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

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-inner {
    max-width: 1240px;
    padding: 65px 20px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3680CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .only-pctab {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pctab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pctab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .flex .col1 > * {
    width: 90%;
  }
  .flex .col2 > * {
    width: 45%;
  }
  .flex .col3 > * {
    width: 30%;
  }
  .flex .col4 > * {
    width: 22.5%;
  }
  .flex .col5 > * {
    width: 18%;
  }
  .flex .col6 > * {
    width: 15%;
  }
  .flex.wrap {
    flex-wrap: wrap;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.around {
    justify-content: space-around;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
@keyframes scrollIn {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
#page-header {
  width: 100vw;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #page-header {
    width: 100%;
  }
}
#page-header .inner {
  height: 60px;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #page-header .inner {
    padding: 0 20px;
    height: 78px;
  }
}
@media screen and (min-width: 992px) {
  #page-header .inner {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-header .site-logo {
    margin-bottom: 5px;
  }
}
#page-header .site-logo img {
  display: block;
  width: auto;
  height: 20px;
}
@media screen and (min-width: 768px), print {
  #page-header .site-logo img {
    height: 35px;
  }
}
#page-header .cta {
  text-align: right;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 99;
}
#page-header .cta .btn {
  width: 140px;
  height: 70px;
  padding-left: 20px;
  background: #EE3556;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px), print {
  #page-header .cta .btn {
    padding-left: 30px;
    width: 180px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  #page-header .cta .btn:hover {
    opacity: 1;
    background-color: #c20027;
  }
}
#page-header .cta .btn strong {
  font-size: 2em;
}
@media screen and (min-width: 768px), print {
  #page-header .cta .btn strong {
    font-size: 2em;
  }
}
#page-header .cta .btn span {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  #page-header .cta .btn span {
    font-size: 20px;
  }
}
#page-header .cta .btn span:first-of-type {
  line-height: 30px;
}
#page-header .cta .btn span:last-of-type:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11.6px;
  background-image: url(../images/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-header.scrolling {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: scrollIn 0.5s 1;
  }
}
#page-header.scrolling .site-logo img {
  height: 15px;
}
#page-header.scrolling .cta {
  top: 5px;
}
#page-header.scrolling .cta .btn {
  border-radius: 30px;
  flex-direction: row;
  align-items: center;
  padding-right: 40px;
  height: 46px;
  width: 200px;
}
@media screen and (min-width: 768px), print {
  #page-header.scrolling .cta .btn {
    padding-left: 30px;
  }
}
#page-header.scrolling .cta .btn strong {
  font-size: 1em;
}
#page-header.scrolling .cta .btn span:last-of-type:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  #cover {
    display: none;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-footer {
  background-color: #2c363c;
  color: #fff;
}
#site-footer a {
  color: #fff;
}
#site-footer .section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner {
    flex-direction: column;
    justify-content: center;
    padding: 8vw 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .section-inner {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner .logo {
    height: 5.3333333333vw;
    margin-bottom: 7vw;
  }
}
#site-footer .section-inner ul {
  margin-bottom: 0;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
#site-footer .section-inner ul li {
  margin-bottom: 0;
}
#site-footer .section-inner ul li a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner ul li a {
    text-align: center;
  }
}
#site-footer .section-inner ul li a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: border 0.3s ease;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner ul li a:before {
    display: none;
  }
}
#site-footer .copyright {
  background-color: #171c1f;
  padding: 18px 0;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #site-footer .copyright {
    line-height: 2;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* ---------------------------------
	COMMON
--------------------------------- */
:root {
  --margin: 8px;
}

.btn {
  width: 100%;
  height: 60px;
  display: inline-block;
  background-color: #EE3556;
  color: #fff;
  -webkit-box-shadow: 0 8px 8px rgba(238, 53, 86, 0.25);
  box-shadow: 0 8px 8px rgba(238, 53, 86, 0.25);
  background-image: url(../images/ico_arrow.svg);
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  font-size: 5.3vw;
  font-weight: 700;
  border-radius: 40px;
  font-family: montserrat, NOW-GE, sans-serif;
}
@media screen and (min-width: 768px), print {
  .btn {
    width: 440px;
    height: 80px;
    padding-right: 30px;
    font-size: 2.6rem;
    line-height: 1.2;
    background-size: 20px 15px;
    background-position: top 50% right 31px;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover {
    opacity: 1;
    background-color: #c20027;
  }
}
.btn strong {
  font-size: 1.6em;
  margin-left: 5px;
}
.btn small {
  margin-right: 5px;
}
.btn-section {
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .btn-section {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-section strong {
  font-weight: 700;
}
.btn-section small {
  font-size: 0.66em;
}
.btn-yellow {
  background-color: rgb(255, 199, 16);
  -webkit-box-shadow: 0 16px 16px rgba(201, 162, 0, 0.2);
  box-shadow: 0 16px 16px rgba(201, 162, 0, 0.2);
  background-image: url(../images/ico_arrow_black.svg), linear-gradient(140deg, rgb(255, 199, 16) 0%, rgb(247, 227, 71) 100%);
  background-size: 15px 11px, auto;
  background-repeat: no-repeat;
  background-position: top 50% right 31px, 0 0;
  color: #22272A;
}
@media screen and (max-width: 767px) {
  .btn-yellow {
    border-radius: 40px;
  }
}
@media screen and (max-width: 320px) {
  .btn-yellow {
    font-size: 5vw;
    background-position: top 50% right 20px, 0 0;
  }
}
@media screen and (min-width: 992px) {
  .btn-yellow:hover {
    background: url(../images/ico_arrow_black.svg), linear-gradient(140deg, rgb(247, 189, 0) 0%, rgb(247, 216, 51) 100%);
    background-size: 15px 11px, auto;
    background-repeat: no-repeat;
    background-position: top 50% right 31px, 0 0;
  }
}
.btn-modal {
  width: 45vw;
  display: inline-block;
  background-color: #fe850f;
  background-image: url(../images/ico_arrow_white.png);
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 3px solid #59b1ea;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: -10px;
  bottom: 20px;
  transition: all 0.3s;
  padding-right: 1.2em;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .btn-modal {
    width: 210px;
    background-size: auto;
    line-height: 50px;
    font-size: 1.6rem;
    left: -20px;
    bottom: 20px;
    padding-right: 1.2em;
  }
}

.section {
  overflow: hidden;
}
.section .section-inner {
  /*
  .tagline {
  	margin-bottom: 10px;
  	font-size: 4.8vw;
  	color: #2593d2;
  	font-weight: 700;
  	text-align: center;

  	@include media(tablet) {
  		font-size: 2.8rem;
  	}

  	em {
  		@include font-montserrat;
  		font-style: normal;
  	}
  }
  */
}
.section .section-inner h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 6vw;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  line-height: 1.3;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .section .section-inner h2 {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .section .section-inner h2 {
    margin-bottom: 4rem;
    font-size: 3.8rem;
  }
}
.section .section-inner h2 em {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
}
.section .section-inner h2 + p {
  font-size: 1.2857rem;
}
@media screen and (min-width: 768px), print {
  .section .section-inner h2 + p {
    text-align: center;
    font-size: 1.125rem;
  }
}
.section .section-inner.narrow {
  max-width: 1000px;
}
.section-cta {
  margin-top: 50px;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.75);
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  padding: 15px;
  background-color: #b1bfce;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .modal-wrap {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) {
  .modal-wrap {
    width: 1112px;
  }
}
.modal-close {
  position: absolute;
  top: -20px;
  right: -10px;
}
@media screen and (min-width: 768px), print {
  .modal-close {
    top: 40px;
    right: 40px;
  }
}
.modal-close a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url(../images/ico_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -500px;
  box-shadow: 0px 0px 15px rgba(64, 64, 64, 0.4);
}
@media screen and (min-width: 992px) {
  .modal-close a:hover {
    opacity: 1;
    background-color: #098bde;
    background-image: url(../images/ico_close_on.png);
  }
}
.modal-content {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px 15px;
  }
}
.modal-content .text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .modal-content .text {
    margin-bottom: 1rem;
  }
}
.modal-content .text h3 {
  margin-bottom: 0;
  font-size: 3rem;
  color: #2593d2;
}
@media screen and (max-width: 767px) {
  .modal-content .text h3 {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
}
.modal-content .text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .modal-content .text p {
    font-size: 3.5vw;
  }
}
.modal-content .img {
  position: relative;
  vertical-align: bottom;
}
.modal-content .img img {
  width: 100%;
  max-width: 1020px;
}
.modal-content .img.notshadow img {
  box-shadow: none;
}

.slick-prev {
  border: none;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  background-image: url(../images/ico_nav_prev.png);
  background-position: center;
  background-size: cover;
  text-indent: -500px;
  overflow: hidden;
  position: absolute;
  left: -35px;
  top: 50vw;
  z-index: 99;
  margin-top: -24px;
}
@media screen and (min-width: 768px), print {
  .slick-prev {
    width: 65px;
    height: 65px;
    left: -50px;
  }
}
.slick-next {
  border: none;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  background-image: url(../images/ico_nav_next.png);
  background-position: center;
  background-size: cover;
  text-indent: -500px;
  overflow: hidden;
  position: absolute;
  right: -35px;
  top: 50vw;
  z-index: 99;
  margin-top: -24px;
}
@media screen and (min-width: 768px), print {
  .slick-next {
    width: 65px;
    height: 65px;
    right: -50px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

main {
  overflow: hidden;
}

/* ---------------------------------
	CONTENTS
--------------------------------- */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mainimage {
  background-image: url(../images/bg_mainimage_sp.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 992px) {
  #mainimage {
    background-image: url(../images/bg_mainimage.webp);
  }
}
#mainimage .illust {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  #mainimage .illust {
    top: 50px;
    transform: translate(-20%, 0);
  }
}
@media screen and (min-width: 992px) {
  #mainimage .illust {
    top: 50%;
    left: 50%;
    transform: translate(-112%, -60%);
  }
}
#mainimage .illust img {
  width: 90vw;
  max-width: 380px;
}
#mainimage .section-inner {
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #mainimage .section-inner {
    height: 620px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
#mainimage .section-inner .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #mainimage .section-inner .text {
    margin-bottom: 0;
    flex-basis: 515px;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .section-inner .img {
    padding-top: 40px;
    flex-basis: calc(100% - 515px);
  }
}
#mainimage h1 {
  height: auto;
  text-shadow: 0px 0px 35px rgba(10, 46, 119, 0.5);
  font-size: 6.1333333vw;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #fff;
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  font-size: 12vw;
}
@media screen and (min-width: 768px), print {
  #mainimage h1 {
    font-size: 7.2rem;
    text-align: center;
  }
}
#mainimage h1 .product-name {
  display: block;
  font-size: 8vw;
  text-shadow: 0px 0px 35px rgba(10, 46, 119, 0.5);
}
@media screen and (min-width: 768px), print {
  #mainimage h1 .product-name {
    font-size: 4.8rem;
  }
}
#mainimage h1 .product-name small {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.7em;
}
#mainimage h1 strong {
  display: inline-block;
  color: #fed42d;
  line-height: 1.23;
  text-shadow: 0px 0px 35px rgba(10, 46, 119, 0.5);
  font-family: NOW-GU, sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  #mainimage h1 strong {
    font-size: 7.5rem;
  }
}
#mainimage .cta {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #mainimage .cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 992px) {
  #mainimage .cta {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: right;
  }
}
#mainimage .cta .btn {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #mainimage .cta .btn {
    width: calc(100vw - 40px);
  }
}
#mainimage .device {
  position: relative;
  z-index: 1;
  text-align: center;
}
#mainimage .device-img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  #mainimage .device-img {
    max-width: 700px;
    margin-right: -68px;
  }
}
#mainimage .catch {
  margin-bottom: 20px;
  gap: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px), print {
  #mainimage .catch {
    gap: 55px;
  }
}
#mainimage .catch li {
  background-color: #fff;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  color: #2593d2;
  padding: 10px 10px 7px;
  text-align: center;
  border-radius: 10px;
  width: 7.5em;
  font-size: 4vw;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #mainimage .catch li {
    min-width: 155px;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .catch li {
    border-radius: 20px;
  }
}
#mainimage .catch li:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 16px;
  position: absolute;
}
@media screen and (min-width: 768px), print {
  #mainimage .catch li:after {
    width: 22px;
    height: 18px;
  }
}
#mainimage .catch li strong {
  display: block;
  font-size: 1.4285em;
}
#mainimage .catch li:nth-of-type(1):after {
  clip-path: polygon(100% 0, 40% 0, 100% 100%);
  bottom: 0;
  right: 30%;
  transform: translate(0, 95%);
}
#mainimage .catch li:nth-of-type(2):after {
  clip-path: polygon(60% 0, 0 0, 0 100%);
  bottom: 0;
  left: 30%;
  transform: translate(0, 95%);
}

@media screen and (max-width: 991px) {
  #problem .section-inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  #problem .section-inner {
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px), print {
  #problem h2 {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 992px) {
  #problem h2 {
    font-size: 4.5rem;
  }
}
#problem h2 span {
  display: inline-block;
  position: relative;
}
#problem h2 span:after {
  content: "";
  display: block;
  width: 76.5px;
  height: 108px;
  background-image: url(../images/illust_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
}
@media screen and (max-width: 767px) {
  #problem h2 span:after {
    display: none;
  }
}
#problem .problems {
  position: relative;
}
#problem .message {
  display: grid;
  grid-template-areas: "icon main" "sub sub";
  grid-template-columns: 45px auto;
  justify-content: center;
  align-items: center;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  #problem .message {
    margin-bottom: 30px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #problem .message {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 135px);
    width: 100%;
    grid-template-areas: "icon main" "icon sub";
    grid-template-columns: 61px auto;
  }
}
#problem .message .icon {
  grid-area: icon;
}
#problem .message .main {
  grid-area: main;
}
#problem .message .main p {
  font-weight: 700;
  color: #04acf2;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  #problem .message .main p {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  #problem .message .main p {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
#problem .message .sub {
  grid-area: sub;
}
#problem .message .sub p {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #problem .message .sub p {
    text-align: center;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px), print {
  #problem .message .sub p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  #problem .message .sub p {
    font-size: 2.2rem;
  }
}
#problem .list {
  row-gap: 17px;
}
@media screen and (max-width: 767px) {
  #problem .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1240px) {
  #problem .list {
    column-gap: 40px;
  }
}
@media screen and (min-width: 768px), print {
  #problem .problem-item {
    flex-basis: 31%;
  }
}
@media screen and (min-width: 1240px) {
  #problem .problem-item {
    flex-basis: calc((100% - 80px) / 3);
  }
}
#problem .problem-item-top {
  background-color: #7ea2c3;
  background-image: url(../images/icon_circle.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 10px;
  padding: 15px 5px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #problem .problem-item-top {
    height: 100px;
    margin-bottom: 135px;
  }
}
#problem .problem-item-top:before {
  content: "";
  display: block;
  width: 26px;
  height: 28.75757575px;
  background-image: url(../images/icon_guruguru.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -30%);
}
@media screen and (min-width: 992px) {
  #problem .problem-item-top:before {
    width: 33px;
    height: 36.5px;
  }
}
#problem .problem-item-top:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 26px;
  height: 16px;
  background-color: #7ea2c3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
}
@media screen and (max-width: 767px) {
  #problem .problem-item-top:after {
    width: 16px;
    height: 8px;
  }
}
#problem .problem-item-top p {
  text-align: center;
  color: #fff;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  #problem .problem-item-top p {
    font-size: 1.8rem;
  }
}
#problem .problem-item-bottom {
  background-color: #ffd06b;
  border-radius: 10px;
  padding: 20px 10px 10px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #problem .problem-item-bottom {
    min-height: 55%;
  }
}
@media screen and (min-width: 1240px) {
  #problem .problem-item-bottom {
    height: 340px;
  }
}
#problem .problem-item-bottom p {
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  #problem .problem-item-bottom p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #problem .problem-item-bottom p {
    font-size: 1.7rem;
  }
}
#problem .problem-item-bottom p strong {
  display: inline-block;
  padding-top: 0.3em;
  font-weight: 900;
  font-size: 1.5em;
  color: #e15f18;
  font-family: NOW-GU, sans-serif;
  font-style: normal;
}
#problem .problem-item-bottom .img {
  padding: 10px 0 0;
}
#problem .problem-item-bottom .img img {
  width: 90%;
  max-width: 300px;
}
#problem .problem-item:nth-of-type(3) p strong {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  #problem .problem-item + .problem-item {
    margin-top: 40px;
  }
}

#details {
  background-color: #e4ebf2;
}
#details h2 {
  margin-bottom: 4rem;
}
#details .detail-items {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  #details .detail-items {
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 1240px) {
  #details .detail-items {
    justify-content: space-between;
    gap: 0;
  }
}
#details .detail-items .detail-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #details .detail-items .detail-item {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  #details .detail-items .detail-item {
    padding: 30px 25px 30px 30px;
    text-align: left;
  }
}
#details .detail-items .detail-item img {
  width: 100%;
}
#details .detail-items .detail-item .text {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  #details .detail-items .detail-item .text {
    width: 45%;
    top: 30px;
    left: 30px;
  }
}
#details .detail-items .detail-item .text h3 {
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  #details .detail-items .detail-item .text h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  #details .detail-items .detail-item .text h3 {
    font-size: 2rem;
  }
}
#details .detail-items .detail-item .text p {
  margin-top: 1.2em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px), print {
  #details .detail-items .detail-item .text p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1240px) {
  #details .detail-items .detail-item:nth-of-type(1) {
    width: 520px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 992px) {
  #details .detail-items .detail-item:nth-of-type(2) {
    padding: 30px 15px 30px 30px;
  }
}
@media screen and (min-width: 1240px) {
  #details .detail-items .detail-item:nth-of-type(2) {
    width: 532px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 767px) {
  #details .detail-items .detail-item:nth-of-type(2) .text {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  #details .detail-items .detail-item:nth-of-type(2) .text {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  #details .detail-items .detail-item + .detail-item {
    margin-top: 30px;
  }
}

#functions {
  background-image: url(../images/bg_functions.png), linear-gradient(130deg, #00beff, #0098ec 35%, #007bd7 55%, #0062c4 75%, #004bb1);
  background-size: 40px 40px, 100%;
  background-repeat: repeat, no-repeat;
  background-position: 50% 36px, 0 0;
}
#functions h2 {
  color: #fff;
}
#functions .function-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  #functions .function-list {
    gap: 14px;
  }
}
#functions .function-list .data {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #functions .function-list .data {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-list .data {
    background-color: #e4ebf3;
    display: flex;
    align-items: center;
    box-shadow: 6px 12px 12px rgba(44, 54, 60, 0.15);
    transition: background-color 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  #functions .function-list .data .ico {
    width: 10.6666666667vw;
    padding: 1.3333333333vw;
    height: auto;
    background-color: #e4ebf3;
    border-radius: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-list .data .ico {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #functions .function-list .data .name {
    font-size: 2.6666666667vw;
    line-height: 1em;
    margin-top: 0.5em;
    color: #fff;
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-list .data .name {
    line-height: 1;
    font-size: 1.6rem;
    padding-left: 0.75em;
  }
}
#functions .function-list .data .premium {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 0.25em 0.5em;
  background: #fff;
  color: #0052b0;
  border: 1px solid #0052b0;
  margin-left: 1em;
}
@media screen and (min-width: 768px), print {
  #functions .function-list .data:hover {
    background-color: #c8d4e1;
  }
}
@media screen and (max-width: 767px) {
  #functions .function-list li:nth-child(-n+8) {
    flex-basis: 25%;
    height: auto;
  }
  #functions .function-list li:nth-child(n+9) {
    width: 33.3333%;
    height: auto;
    margin-top: 2vw;
  }
  #functions .function-list li:nth-child(n+9) .data {
    text-align: center;
    padding: 0 1.33333333vw;
  }
  #functions .function-list li:nth-child(n+9) .data .ico {
    display: none;
  }
  #functions .function-list li:nth-child(n+9) .data .name {
    background-color: #e4ebf3;
    font-size: 2.6666666667vw;
    padding: 0.5em 0;
    border-radius: 1em;
    line-height: 1em;
    color: #0577bd;
  }
  #functions .function-list li:nth-child(n+9) .data .premium {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-list li {
    flex-basis: calc((100% - 56px) / 5);
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-list li.actived .data {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #functions .function-list li.actived .data .ico {
    background: #fff !important;
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-list li.double {
    flex-basis: calc((100% - 56px) / 5 * 2 + 14px);
  }
}
#functions .function-detail {
  background: #fff;
  margin-top: 30px;
  border-radius: 4.2666666667vw;
  padding: 5.3333333vw;
  -webkit-box-shadow: 8px 16px 16px rgba(44, 54, 60, 0.15);
  box-shadow: 8px 16px 16px rgba(44, 54, 60, 0.15);
}
@media screen and (min-width: 768px), print {
  #functions .function-detail {
    padding: 30px;
    border-radius: 20px;
  }
}
#functions .function-item {
  display: none;
}
#functions .function-item.actived {
  display: block;
}
#functions .function-item .flex {
  flex-flow: row nowrap;
  justify-content: space-between;
}
#functions .function-item .screen {
  flex-basis: 435px;
}
@media screen and (max-width: 767px) {
  #functions .function-item .screen {
    display: none;
  }
}
#functions .function-item .data {
  flex-basis: 435px;
  text-align: left;
  margin-bottom: 0;
}
#functions .function-item .data h3 {
  color: #0577bd;
  line-height: 1.25em;
  font-family: Hiragino Kaku Gothic W6 JIS2004, Meiryo, YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  #functions .function-item .data h3 {
    position: relative;
    font-size: 4.2666666667vw;
    padding-left: calc(10.66667vw + 0.5em);
    margin: 0 0 0.5em;
  }
}
@media screen and (min-width: 768px), print {
  #functions .function-item .data h3 {
    font-size: 2.4rem;
    margin: 0.5em 0 0.25em;
  }
}
#functions .function-item .data h3 span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px), print {
  #functions .function-item .data h3 span {
    display: none;
  }
}
#functions .function-item .data .desc {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #959a9d;
  margin-bottom: 1em;
}
#functions .function-item .data ul li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5em;
  padding-left: 1.25em;
}
#functions .function-item .data ul li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #1892d4;
  border-radius: 50%;
}
#functions .function-item .data ul li + li {
  margin-top: 0.5em;
}
#functions .function-caution {
  font-size: 2.6666666667vw;
  color: #fff;
  margin-bottom: 2em;
  text-align: center;
  margin-top: -2em;
}
@media screen and (min-width: 768px), print {
  #functions .function-caution {
    display: none;
  }
}
#functions .function-cta {
  text-align: center;
  margin-top: 50px;
}
#functions .function-cta .micro-copy {
  margin-bottom: 0.6em;
  color: #fed42d;
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  #functions .function-cta .micro-copy {
    font-size: 3.4rem;
  }
}
#functions .function-cta .micro-copy sup {
  font-size: 0.5em;
}
#functions .function-cta .section-cta {
  margin-top: 20px;
  margin-bottom: 30px;
}
#functions .function-cta .cta-notices {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  text-align: left;
  margin-left: 2em;
}
@media screen and (min-width: 768px), print {
  #functions .function-cta .cta-notices {
    font-size: 1.4rem;
  }
}
#functions .function-cta .cta-notices li {
  list-style-type: "※";
}

#review {
  background-color: #e4ebf3;
}
#review h2 {
  line-height: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#review .review-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #review .review-area {
    padding: 0 0.66666667vw;
    gap: 6.4vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  #review .review-area {
    gap: 40px;
  }
}
#review .review-item {
  padding: 30px 0;
  border-radius: 12px;
  background: #fff;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #review .review-item {
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
    gap: 3.7333333333vw;
    border-radius: 3.2vw;
  }
}
@media screen and (min-width: 992px) {
  #review .review-item {
    flex-direction: row;
  }
}
#review .review-item .thumb {
  padding: 0 20px 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #review .review-item .thumb {
    padding: 0 0 0 20px;
  }
}
#review .review-item .text {
  flex-basis: 63.5%;
  padding: 0 20px;
}
#review .review-item .text p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #review .review-item .text p {
    font-size: 3.2vw;
  }
}
#review .review-item .text .title {
  font-size: 2rem;
  padding: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  #review .review-item .text .title {
    font-size: 4.5333333333vw;
  }
}
#review .review-item .text .title span {
  color: #1892d4;
}
#review .review-item:nth-of-type(1) .thumb img {
  width: 50%;
}
@media screen and (min-width: 992px) {
  #review .review-item:nth-of-type(1) .thumb img {
    width: 132px;
  }
}
#review .review-item:nth-of-type(2) .thumb img {
  width: 85%;
}
@media screen and (min-width: 992px) {
  #review .review-item:nth-of-type(2) .thumb img {
    width: 168px;
  }
}

#flow {
  background-image: url(../images/bg_functions.png), linear-gradient(130deg, #00beff, #0098ec 35%, #007bd7 55%, #0062c4 75%, #004bb1);
  background-size: 40px 40px, 100%;
  background-repeat: repeat, no-repeat;
  background-position: 50% 36px, 0 0;
}
#flow h2 {
  color: #fff;
}
#flow .cta-step {
  --margin: 8px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: calc(var(--margin) * 6);
}
@media screen and (max-width: 767px) {
  #flow .cta-step {
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 calc(var(--margin) * 4);
    gap: calc(var(--margin) * 4);
  }
}
#flow .cta-step-item {
  position: relative;
  margin-top: calc(var(--margin) * 6);
  font-family: NOW-GE, sans-serif;
  font-style: normal;
  text-align: center;
}
#flow .cta-step-item.--arrow {
  position: relative;
}
#flow .cta-step-item.--arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  background-image: url(../images/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #flow .cta-step-item.--arrow:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -200%) rotate(90deg);
  }
}
#flow .cta-step-item.--arrow:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  background-image: url(../images/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #flow .cta-step-item.--arrow:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 200%) rotate(90deg);
  }
}
#flow .cta-step-item .point {
  font-family: Hiragino Kaku Gothic W7 JIS2004, Meiryo, YuGothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #0049ae;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transform: rotate(-15deg) translate(-25%, -25%);
  transform-origin: center;
  z-index: 10;
}
#flow .cta-step-item .point-level1 {
  font-size: 1.2rem;
  line-height: 1.25em;
}
#flow .cta-step-item .point-level2 {
  font-size: 2.4rem;
  line-height: 1em;
}
#flow .cta-step-item .thumb img {
  border-radius: calc(var(--margin) * 1.5);
}
#flow .cta-step-item .step_num {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1em;
  color: #fff;
  background-color: #22272a;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  margin: 1em 0 0.5em;
}
#flow .cta-step-item .title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25em;
}
@media screen and (min-width: 768px), print {
  #flow .btn {
    width: 600px;
  }
}

#about .about-description {
  color: #fff;
  background: #1892d4;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.5em 0;
  line-height: 1.4;
  border-radius: 7px;
}
@media screen and (min-width: 768px), print {
  #about .about-description {
    border-radius: 1em;
    line-height: 1em;
    font-size: 2rem;
  }
}
#about .about-lovers {
  text-align: center;
  margin-bottom: 0;
  padding: 25px 0;
}
#about .about-lovers:after {
  display: none;
}
#about .about-lovers .jp {
  font-size: 8vw;
  line-height: 1.15em;
}
@media screen and (min-width: 768px), print {
  #about .about-lovers .jp {
    font-size: 3.8rem;
    line-height: 1em;
  }
}
#about .about-lovers .jp.bold {
  color: #1892d4;
  font-family: Hiragino Kaku Gothic W7 JIS2004, Meiryo, YuGothic, sans-serif;
}
#about .about-lovers .en {
  color: #1892d4;
  line-height: 1.15em;
  font-size: 9.0666666667vw;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #about .about-lovers .en {
    font-size: 4.8rem;
    line-height: 1em;
  }
}
#about .about-company {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#about .about-company li {
  width: 140px;
  height: auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #about .about-company li {
    width: 26.6666666667vw;
    padding: 2.6666666667vw;
  }
}
#about .about-company li img, #about .about-company li img[src$=".svg"] {
  width: 100%;
  height: auto;
}
#about .about-caution {
  text-align: center;
  color: #959a9d;
  font-size: 1.2rem;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: 4em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #about .about-caution {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  #about .about-caution .only-pc {
    display: inline-block !important;
  }
}

#howto .howto-desc {
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  #howto .howto-desc {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
#howto .howto-notice {
  font-size: 1.4rem;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #howto .howto-notice {
    font-size: 2.9333333333vw;
  }
}
#howto .howto-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #howto .howto-list {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
#howto .howto-list li {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #howto .howto-list li {
    width: 50%;
    margin-bottom: 5.3333333333vw;
  }
}
#howto .howto-list li .thumb {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #howto .howto-list li .thumb {
    width: 24vw;
  }
}
#howto .howto-list li .text {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-family: Hiragino Kaku Gothic W6 JIS2004, Meiryo, YuGothic, sans-serif;
}
#howto .howto-list li .text .lv01 {
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #howto .howto-list li .text .lv01 {
    font-size: 2.6666666667vw;
  }
}
#howto .howto-list li .text .lv02 {
  font-size: 2.8rem;
  line-height: 1em;
  font-family: Hiragino Kaku Gothic W6 JIS2004, Meiryo, YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  #howto .howto-list li .text .lv02 {
    font-size: 5.3333333333vw;
  }
}
#howto .howto-price_list {
  width: 830px;
  height: auto;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #howto .howto-price_list {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    margin: 5.3333333333vw auto 0;
  }
}
#howto .howto-price_list table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #howto .howto-price_list table {
    width: auto;
    white-space: nowrap;
  }
}
#howto .howto-price_list table thead th {
  background-color: #1892d4;
  color: #fff;
  line-height: 1em;
  padding: 1em 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #howto .howto-price_list table thead th {
    font-size: 3.7333333333vw;
    padding: 1em;
  }
}
#howto .howto-price_list table thead th:first-of-type {
  border-radius: 10px 0 0 0;
}
#howto .howto-price_list table thead th:last-of-type {
  border-radius: 0 10px 0 0;
}
#howto .howto-price_list table tbody th {
  line-height: 1em;
  padding: 1em 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #howto .howto-price_list table tbody th {
    font-size: 3.7333333333vw;
    padding: 1em;
  }
}
#howto .howto-price_list table tbody td {
  line-height: 1em;
  padding: 1em 0;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #howto .howto-price_list table tbody td {
    font-size: 3.7333333333vw;
    padding: 1em;
  }
}
#howto .howto-price_list table tbody tr:nth-child(odd) th {
  background-color: rgba(24, 146, 212, 0.05);
}
#howto .howto-price_list table tbody tr:nth-child(odd) td {
  background-color: rgba(149, 154, 157, 0.05);
}
#howto .howto-price_list table tbody tr:nth-child(even) th {
  background-color: rgba(24, 146, 212, 0.15);
}
#howto .howto-price_list table tbody tr:nth-child(even) td {
  background-color: rgba(149, 154, 157, 0.15);
}
#howto .howto-price_list table tbody tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
#howto .howto-price_list table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 10px 0;
}
#howto .howto-caution_list {
  width: 830px;
  height: auto;
  margin: 1em auto 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #howto .howto-caution_list {
    width: 100%;
    font-size: 2.6666666667vw;
  }
}
#howto .howto-caution_list li {
  color: #959a9d;
}
#howto .howto-caution_list li strong {
  color: #0052b0;
}
@media screen and (max-width: 767px) {
  #howto .howto-link {
    padding: 5.3333333333vw 0 0;
  }
}

.g-page_footer {
  background: #22272A;
  padding: calc(var(--margin) * 6) 0 calc(var(--margin) * 3) 0;
  text-align: center;
}
.g-page_footer-title {
  font-size: 2.4rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: calc(var(--margin) * 3);
}
.g-page_footer-tel {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1em;
  display: inline-block;
  padding-left: 1.25em;
  margin-bottom: calc(var(--margin) * 3);
}
@media screen and (max-width: 767px) {
  .g-page_footer-tel {
    font-size: 8.5333333333vw;
  }
}
.g-page_footer-tel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/ico_tel.svg);
  background-size: 100%;
  background-position: 50% 50%;
}
.g-page_footer-notice {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .g-page_footer-notice {
    font-size: 3.2vw;
  }
}
.g-page_footer-menu {
  margin: calc(var(--margin) * 4) 0 calc(var(--margin) * 3) 0;
}
.g-page_footer-menu ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0 calc(var(--margin) * 3);
}
.g-page_footer-menu ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .g-page_footer-menu ul li {
    font-size: 3.2vw;
  }
}
.g-page_footer-menu ul li a {
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  color: #fff;
  display: inline-block;
  padding-left: 1.5em;
}
.g-page_footer-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
.g-page_footer-copyright {
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
  opacity: 0.5;
  font-style: normal;
}