@charset "UTF-8";
/* Scss Document */
/*------------------------------------------
  fontstyle
------------------------------------------*/
.arial {
  font-family: "Arial", sans-serif;
}

.en-bold {
  font-weight: 700;
}

.bold {
  font-weight: 600;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls04 {
  letter-spacing: 0.04em;
}

/*------------------------------------------
  library
------------------------------------------*/
.red {
  color: #ED1600;
}

/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}
@media (min-width: 961px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .mlBr {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .spBr {
    display: block;
  }
}
@media (min-width: 769px) {
  .spBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
@media (min-width: 769px) {
  .pcBr {
    display: block;
  }
}

/*--------end-br管理--------*/
/* ========== margin ========== */
.ma {
  margin: auto !important;
}

.m00 {
  margin: 0 !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* ========== padding ========== */
.p00 {
  padding: 0 !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* ========== other ========== */
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.boN {
  border: none !important;
}

.baN {
  background: none !important;
}

.tdU {
  text-decoration: underline !important;
}

/*------------------------------------------
  reset
------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  color: #111111;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

table {
  border-spacing: 0;
}

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

/*------------------------------------------
  header
------------------------------------------*/
body.fixed {
  overflow: hidden;
}

.header {
  min-width: 100%;
  z-index: 9000;
  position: fixed;
  top: 20px;
}
@media (max-width: 960px) {
  .header {
    top: 15px;
  }
}
.header__wrap {
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 561px) and (max-width: 960px) {
  .header__wrap {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (max-width: 960px) {
  .header__wrap {
    flex-direction: row;
  }
  .header__wrap::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #ED1600;
    position: absolute;
    top: 65px;
    right: -100%;
    z-index: -1;
    transition: 0.5s;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .header__wrap {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}
.header__wrap.panelactive {
  height: 100vh;
  align-items: flex-start;
  position: relative;
}
.header__wrap.panelactive::after {
  right: 0;
}
.header__wrap.panelactive .header__nav {
  right: 0;
}
.header__logo {
  width: 150px;
}
@media (max-width: 1150px) {
  .header__logo {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .header__logo {
    width: 80px;
  }
}
.header__logo-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__logo-link img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
.header__hamburger {
  z-index: 9999;
  width: 45px;
  height: 45px;
  background: #ED1600;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  z-index: 999999;
  display: none;
}
@media (max-width: 960px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.header__hamburger .hamburger01 {
  top: 16px;
  transition: 0.3s;
}
.header__hamburger .hamburger02 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__hamburger .hamburger03 {
  bottom: 16px;
  transition: 0.3s;
}
.header__hamburger.active {
  background: #ED1600;
}
.header__hamburger.active span {
  background: #fff;
}
.header__hamburger.active .hamburger01 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  right: auto;
}
.header__hamburger.active .hamburger02 {
  opacity: 0;
}
.header__hamburger.active .hamburger03 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  right: auto;
}
.header__nav {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1150px) {
  .header__nav {
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .header__nav {
    width: 100%;
    flex-direction: column;
    position: absolute;
    right: -100%;
    gap: 0;
    top: 0;
    transition: 0.5s;
  }
}
.header__nav-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 52px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}
@media (max-width: 1150px) {
  .header__nav-content {
    gap: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .header__nav-content {
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    height: auto;
    box-shadow: none;
    width: 100%;
    padding-top: 100px;
    gap: 0;
  }
}
@media (max-width: 960px) {
  .header__nav-content .item {
    display: block;
    width: 100%;
  }
}
.header__nav-content .item .link {
  display: block;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 1150px) {
  .header__nav-content .item .link {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  .header__nav-content .item .link {
    padding: 14px 0;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .header__nav-content .item .link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon-arrow.svg) center/cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (any-hover: hover) {
  .header__nav-content .item .link:hover {
    color: #ED1600;
  }
}
@media (max-width: 960px) {
  .header__nav-contact {
    margin: 50px 0 80px;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .header__nav-contact .item {
    margin: 0 40px;
  }
}
.header__nav-contact .item .link {
  width: 215px;
  height: 52px;
  border-radius: 50px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 1150px) {
  .header__nav-contact .item .link {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  .header__nav-contact .item .link {
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    color: #ED1600;
  }
}
@media (any-hover: hover) {
  .header__nav-contact .item .link:hover {
    background-color: #ED1600;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.footer {
  padding: 50px 0 18px;
  text-align: center;
  background: linear-gradient(180deg, rgb(244, 253, 255) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer {
    padding: 40px 0 90px;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer__logo img {
    width: 160px;
  }
}
.footer__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer__name {
    font-size: 1.6rem;
  }
}
.footer__address {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer__address {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.footer__company {
  padding-right: 25px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .footer__company:hover {
    color: #ED1600;
  }
}
.footer__company::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-tab.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 51%;
  transform: translateY(-50%);
}
.footer .copyright {
  color: #CCCCCC;
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}

/*------------------------------------------
  component
------------------------------------------*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .container {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .container {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}

.title__style-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-01 {
    font-size: 2.6rem;
    gap: 10px;
  }
}
.title__style-01::before {
  content: attr(data-title);
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ED1600;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-01::before {
    font-size: 1.4rem;
  }
}
.title__style-01::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ED1600;
  margin-top: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-01::after {
    margin-top: 7px;
  }
}

.title__style-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-02 {
    font-size: 2.6rem;
    gap: 10px;
  }
}
.title__style-02::before {
  content: attr(data-title);
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ED1600;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-02::before {
    font-size: 1.4rem;
  }
}
.title__style-02 .wrap {
  position: relative;
}
.title__style-02 .wrap::before, .title__style-02 .wrap::after {
  content: "";
  height: 80px;
  width: 3px;
  background-color: #ED1600;
  position: absolute;
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-02 .wrap::before, .title__style-02 .wrap::after {
    height: 55px;
  }
}
.title__style-02 .wrap::before {
  top: 50%;
  left: -65px;
  transform: translateY(-60%) rotate(-30deg);
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-02 .wrap::before {
    left: -40px;
  }
}
.title__style-02 .wrap::after {
  top: 50%;
  right: -75px;
  transform: translateY(-60%) rotate(30deg);
}
@media (min-width: 0px) and (max-width: 768px) {
  .title__style-02 .wrap::after {
    right: -45px;
  }
}

.plan {
  display: grid;
  grid-template-columns: repeat(3, 260px);
  gap: 30px;
}
@media (max-width: 1080px) {
  .plan {
    width: 100%;
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan {
    gap: 15px 4%;
  }
}
.plan__sec {
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .plan__sec {
    width: 100%;
    grid-template-columns: repeat(2, 48.5%);
    gap: 15px 3%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__sec {
    gap: 10px 3%;
  }
}
.plan__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.plan__title {
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 50px;
  padding: 12px 0;
  background: #ED1600;
  line-height: 1;
  margin-bottom: 17px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__title {
    height: auto;
    gap: 1px;
    padding: 8px 0;
    margin-bottom: 10px;
  }
}
.plan__title .gb {
  transform: translateY(2px);
}
.plan__title .kome {
  margin-top: auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__title .kome {
    font-size: 1.1rem;
  }
}
.plan__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding-bottom: 22px;
  letter-spacing: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__content {
    padding-bottom: 10px;
  }
}
.plan__price {
  font-weight: 700;
  color: #ED1600;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__price {
    transform: translateX(5px);
  }
}
.plan__price .howmuch {
  margin-right: 5px;
}
.plan__sub {
  width: 100%;
  font-weight: 700;
  margin-top: 17px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__sub {
    margin-top: 10px;
  }
}
.plan__sub:not(:last-of-type) {
  margin-bottom: 18px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__sub:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.plan__sub-title {
  background: #EDEDED;
  border-radius: 50px;
  text-align: center;
  margin: 0 25px 14px;
  padding: 4px 0;
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__sub-title {
    margin: 0 10px 5px;
    font-size: 1.1rem;
  }
}
.plan__sub-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__sub-content {
    gap: 3px;
  }
}
.plan__sub-content .howmuch {
  line-height: 0.8;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__sub-content .yen {
    font-size: 1rem;
  }
}
.plan__attention {
  font-size: 1.2rem;
  margin-top: 18px;
  align-self: flex-start;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .plan__attention {
    font-size: 1rem;
    margin-top: 15px;
  }
}

.fz14 {
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz14 {
    font-size: 1.2rem;
  }
}

.fz19 {
  font-size: 1.9rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz19 {
    font-size: 1.6rem;
  }
}

.fz21 {
  font-size: 2.1rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz21 {
    font-size: 1.3rem;
  }
}

.fz25 {
  font-size: 2.5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz25 {
    font-size: 1.5rem;
  }
}

.fz30 {
  font-size: 3rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz30 {
    font-size: 1.6rem;
  }
}

.fz45 {
  font-size: 4.5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz45 {
    font-size: 2rem;
  }
}

.fz50 {
  font-size: 5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fz50 {
    font-size: 2.8rem;
  }
}

.line__anime {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  overflow: hidden;
}

.line {
  border-radius: 100px;
  position: absolute;
  opacity: 0;
  transform: translate(0, 0) rotate(40deg);
}
.line.active {
  animation: moveLine 0.8s ease forwards;
  opacity: 1;
}
.line-pink {
  background: linear-gradient(180deg, rgb(249, 173, 255) 0%, rgba(253, 114, 227, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}
.line-blue {
  background: linear-gradient(180deg, rgb(171, 206, 253) 0%, rgba(255, 255, 255, 0) 100%);
}
.line-white {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.line-yellow {
  background: linear-gradient(180deg, rgb(255, 242, 142) 0%, rgba(255, 255, 255, 0) 100%);
}
.line-01 {
  width: 64px;
  height: 540px;
  top: 58%;
  left: -35%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-01 {
    width: 40px;
    height: 346px;
    top: 83%;
    left: -117%;
  }
}
.line-02 {
  width: 25px;
  height: 530px;
  top: 45%;
  left: -19%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-02 {
    width: 16px;
    height: 338px;
    top: 68%;
    left: -73%;
  }
}
.line-02.active {
  animation-delay: 0.2s;
}
.line-03 {
  width: 13px;
  height: 470px;
  top: 57%;
  left: -19%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-03 {
    width: 8px;
    height: 300px;
    top: 83%;
    left: -73%;
  }
}
.line-04 {
  width: 43px;
  height: 540px;
  top: 68%;
  left: -8%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-04 {
    width: 27px;
    height: 346px;
    top: 89%;
    left: -53%;
  }
}
.line-04.active {
  animation-delay: 0.2s;
}
.line-05 {
  width: 54px;
  height: 533px;
  top: 78%;
  left: -4%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-05 {
    width: 40px;
    height: 468px;
    top: 38%;
    left: -13%;
  }
}
.line-06 {
  width: 13px;
  height: 470px;
  top: 57%;
  left: 22%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-06 {
    width: 8px;
    height: 300px;
    top: 119%;
    left: -59%;
  }
}
.line-07 {
  width: 25px;
  height: 530px;
  top: 78%;
  left: 14%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-07 {
    width: 16px;
    height: 338px;
    top: 126%;
    left: -64%;
  }
}
.line-07.active {
  animation-delay: 0.2s;
}
.line-08 {
  width: 64px;
  height: 733px;
  top: 38%;
  left: 35%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-08 {
    width: 40px;
    height: 468px;
  }
}
.line-09 {
  width: 13px;
  height: 470px;
  top: 78%;
  left: 36%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-09 {
    width: 8px;
    height: 300px;
    top: 141%;
    left: -69%;
  }
}
.line-09.active {
  animation-delay: 0.2s;
}
.line-10 {
  width: 43px;
  height: 543px;
  top: 64%;
  left: 53%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .line-10 {
    width: 27px;
    height: 346px;
    top: 108%;
    left: -11%;
  }
}
.line-11 {
  width: 25px;
  height: 779px;
  top: 80%;
  left: 53%;
}
.line-11.active {
  animation-delay: 0.2s;
}
.line-12 {
  width: 54px;
  height: 574px;
  top: 80%;
  left: 68%;
}
@keyframes moveLine {
  0% {
    transform: translate(0, 0) rotate(40deg);
    opacity: 0;
  }
  100% {
    transform: translate(400px, -400px) rotate(40deg);
    opacity: 1;
  }
}

/*------------------------------------------
  top
------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: #F4FDFF;
}

.fv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: linear-gradient(180deg, rgb(190, 237, 255) 0%, rgb(245, 252, 255) 100%);
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv {
    padding-top: 120px;
  }
}
.fv::before {
  content: "";
  max-width: 480px;
  width: 35%;
  height: auto;
  aspect-ratio: 479/768;
  background: url(../images/fv-person.png) center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv::before {
    width: 40%;
    right: 5%;
  }
}
.fv .container {
  height: 100%;
}
.fv__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25%;
  padding-top: 160px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__content {
    margin-right: 0;
    padding-top: 0;
  }
}
.fv__title {
  font-size: 4.5rem;
  font-weight: 900;
  color: #ED1600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.fv__title-small {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__title-small {
    font-size: 1.6rem;
    gap: 8px;
  }
}
.fv__title-small::before, .fv__title-small::after {
  content: "";
  height: 19px;
  width: 52px;
  background-color: #ED1600;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__title-small::before, .fv__title-small::after {
    width: 28px;
    height: 15px;
  }
}
.fv__features {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: center;
  gap: 20px;
  margin-bottom: 95px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features {
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.fv__features .item {
  color: #ED1600;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features .item {
    font-size: 1.4rem;
    height: 55px;
  }
}
.fv__features .item::before, .fv__features .item::after {
  content: "";
  width: 26px;
  height: 15.5px;
  background: url(../images/fv-features-line.svg) center/cover;
  position: absolute;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features .item::before, .fv__features .item::after {
    width: 14px;
    height: 11px;
    background: url(../images/fv-features-line-sp.svg) center/cover;
  }
}
.fv__features .item::before {
  top: 5px;
  left: 6px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features .item::before {
    top: 4px;
    left: 6px;
  }
}
.fv__features .item::after {
  bottom: 5px;
  right: 7px;
  transform: rotate(180deg);
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features .item::after {
    bottom: 4px;
    right: 6px;
  }
}
.fv__features .item span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features .item span {
    padding: 0 15px;
  }
}
.fv__features .item span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-20deg);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__features .item span::before {
    transform: skewX(-8deg);
  }
}

.worries {
  padding: 100px 0 70px;
  background: linear-gradient(180deg, rgb(244, 253, 255) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgb(244, 253, 255) 100%);
}
.worries__title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__title {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.worries__title-wrap {
  position: relative;
}
.worries__title-wrap::before, .worries__title-wrap::after {
  content: "";
  height: 100px;
  width: 3px;
  background-color: #ED1600;
  position: absolute;
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__title-wrap::before, .worries__title-wrap::after {
    height: 75px;
  }
}
.worries__title-wrap::before {
  top: 50%;
  left: -40px;
  transform: translateY(-50%) rotate(-30deg);
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__title-wrap::before {
    left: -30px;
  }
}
.worries__title-wrap::after {
  top: 50%;
  right: -55px;
  transform: translateY(-50%) rotate(30deg);
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__title-wrap::after {
    right: -45px;
  }
}
.worries__text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__text {
    font-size: 1.8rem;
  }
}
.worries__text .red {
  position: relative;
}
.worries__text .red::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ED1600;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.worries__list {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 5%;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 49.5%);
    gap: 20px 0;
  }
}
.worries__list img {
  width: 100%;
}
@media (min-width: 769px) {
  .worries__item:nth-child(1), .worries__item:nth-child(3) {
    transform: translateY(-80%);
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .worries__item:nth-child(3) {
    grid-area: 2/1/3/3;
    align-self: center;
    width: 49.5%;
    margin: 0 auto;
  }
}

.features {
  padding-top: 60px;
  margin-bottom: 120px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features {
    padding-top: 30px;
    margin-bottom: 80px;
  }
}
.features__title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 150px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__title {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.features__title img {
  margin-right: 20px;
  transform: translateY(15px);
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__title img {
    width: 80px;
    margin-right: 10px;
    transform: translateY(5px);
  }
}
.features__title .fz50 {
  line-height: 1.3;
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3, 28.5%);
  gap: 7.25%;
  margin-bottom: 75px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.features__item {
  position: relative;
}
.features__item::after {
  content: "";
  display: block;
  width: 37.5%;
  height: auto;
  aspect-ratio: 120/89;
  position: absolute;
  left: 0;
  top: 17px;
  transform: translateY(-100%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__item::after {
    width: 45px;
    top: 8px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__item a {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    gap: 25px;
  }
}
@media (any-hover: hover) {
  .features__item a:hover {
    color: #ED1600;
  }
  .features__item a:hover img {
    box-shadow: none;
    transform: translate(10px, 10px);
  }
}
.features__item img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__item img {
    margin-bottom: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
.features__item-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__item-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.features__item-text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: #ED1600;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__item-text::after {
    left: auto;
    bottom: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.features__item-01::after {
  background: url(../images/features-num-01.png) center/cover;
}
.features__item-02::after {
  background: url(../images/features-num-02.png) center/cover;
}
.features__item-03::after {
  background: url(../images/features-num-03.png) center/cover;
}
.features__box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 60px 80px;
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__box {
    padding: 40px 15px 60px;
    margin-bottom: 40px;
  }
}
.features__box-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__box-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.features__box-title span {
  border-bottom: 1px solid #ED1600;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__box-title span {
    padding-bottom: 5px;
  }
}
.features__box-title::before {
  content: "";
  display: block;
  width: 120px;
  height: auto;
  aspect-ratio: 120/90;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__box-title::before {
    width: 70px;
  }
}
.features__box-01 .features__box-title::before {
  background: url(../images/features-num-01.png) center/cover;
}
.features__box-02 .features__box-title::before {
  background: url(../images/features-num-02.png) center/cover;
}
.features__box-03 .features__box-title::before {
  background: url(../images/features-num-03.png) center/cover;
}
.features__column {
  display: grid;
  grid-template-columns: 52% 40%;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.features__column-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-title {
    font-size: 1.8rem;
    gap: 25px;
  }
}
.features__column-title::before {
  content: "";
  display: block;
  height: 120px;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-title::before {
    height: 100px;
  }
}
.features__column-title.illust-01::before {
  width: 80px;
  background: url(../images/features-icon-01.png) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-title.illust-01::before {
    width: 66px;
  }
}
.features__column-title.illust-02::before {
  width: 77px;
  background: url(../images/features-icon-02.png) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-title.illust-02::before {
    width: 64px;
  }
}
.features__column-title.illust-03::before {
  width: 78px;
  background: url(../images/features-icon-03.png) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-title.illust-03::before {
    width: 65px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-text {
    font-size: 1.4rem;
  }
}
.features__column-attention {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__column-attention {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.features__column-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.features__column-attention a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .features__column-attention a:hover {
    color: #ED1600;
  }
}
.features__all {
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__all {
    margin-bottom: 30px;
  }
}
.features__btn {
  max-width: 350px;
  width: 100%;
  height: 80px;
  background: #111;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 20px;
  margin: 80px auto 0;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features__btn {
    margin: 40px auto 0;
    font-size: 1.8rem;
    height: 70px;
  }
}
.features__btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 26px;
  flex-shrink: 0;
  background: url(../images/icon-price.svg) center/cover;
}
@media (any-hover: hover) {
  .features__btn:hover {
    background: #ED1600;
  }
}

.price {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price {
    margin-bottom: 80px;
  }
}
.price__text {
  text-align: center;
  margin-bottom: 90px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__text {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
.price__list {
  display: flex;
  justify-content: space-between;
  gap: 80px 0;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__list {
    gap: 40px 3%;
  }
}
.price__item {
  width: 320px;
  min-height: 350px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__item {
    width: 48.5%;
    min-height: auto;
  }
}
.price__item::after {
  content: "";
  width: 170px;
  height: auto;
  aspect-ratio: 170/103;
  position: absolute;
  right: -25px;
  top: -68px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__item::after {
    width: 100px;
    right: -15px;
    top: -36px;
  }
}
.price__item.comment-01::after {
  background: url(../images/price-comment-01.png) center/cover;
}
.price__item.comment-02::after {
  background: url(../images/price-comment-02.png) center/cover;
}
.price__item.comment-03::after {
  background: url(../images/price-comment-03.png) center/cover;
}
.price__title {
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  background: #ED1600;
  line-height: 1.2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__title {
    font-size: 1.6rem;
    height: 48px;
    padding: 0 10px;
  }
}
.price__title.center {
  justify-content: center;
}
.price__content {
  padding: 13px 30px 25px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content {
    padding: 10px 12px 20px;
  }
}
.price__content-box {
  display: grid;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content-box {
    padding: 10px 0;
  }
}
.price__content.recommend__content .price__content-box {
  grid-template-columns: 34% 32% 34%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content.recommend__content .price__content-box {
    grid-template-columns: repeat(2, auto);
  }
}
.price__content.recommend__content .price__content-box::before {
  content: "オススメ";
  width: 68px;
  height: 24px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  background: #FF9300;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content.recommend__content .price__content-box::before {
    font-size: 1rem;
    width: 100%;
    height: 16px;
    display: none;
    grid-area: 1/1/2/3;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content.recommend__content .recommend {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 5px 0;
  }
}
.price__content.recommend__content .recommend::before {
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content.recommend__content .recommend::before {
    display: flex;
  }
}
.price__content.normal__content .price__content-box {
  grid-template-columns: 60% 40%;
  padding: 12px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content.normal__content .price__content-box {
    padding: 10px 0;
    grid-template-columns: repeat(2, auto);
    gap: 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content.normal__content .price__content-box .price__content-text {
    text-align: right;
  }
}
.price__content-title {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content-title {
    font-size: 1.6rem;
    line-height: 1.4;
    grid-area: 2/1/3/2;
  }
}
.price__content-title.taR {
  padding-right: 25px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content-title.taR {
    padding-right: 0;
  }
}
.price__content-text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__content-text {
    font-size: 1.6rem;
    line-height: 1.4;
    grid-area: 2/2/3/3;
  }
}
.price__btn {
  width: 320px;
  align-self: end;
  margin-bottom: 48px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__btn {
    width: 46%;
    margin-bottom: 0;
  }
}
.price__btn a {
  max-width: 350px;
  width: 100%;
  height: 80px;
  background: #111;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__btn a {
    font-size: 1.4rem;
    height: 60px;
  }
}
.price__btn a::before {
  content: "";
  display: block;
  width: 200px;
  height: 220px;
  background: url(../images/price-illust.png) center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__btn a::before {
    width: 120px;
    height: 132px;
  }
}
@media (any-hover: hover) {
  .price__btn a:hover {
    background: #ED1600;
  }
}
.price__attention {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .price__attention {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

.device {
  margin-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device {
    margin-bottom: 80px;
  }
}
.device .title__style-01 {
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device .title__style-01 {
    margin-bottom: 40px;
  }
}
.device__content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 60px 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__content {
    padding: 40px 15px 60px;
  }
}
.device__box {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 80px 10%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__box {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}
.device__item {
  display: block;
}
.device__main {
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .device__main {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main {
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
}
.device__main figure {
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main figure {
    width: 160px;
  }
}
.device__main .info .name {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main .info .name {
    font-size: 2rem;
  }
}
.device__main .info .ruby {
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main .info .ruby {
    font-size: 1.4rem;
  }
}
.device__main .info .device__price {
  color: #B90202;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main .info .device__price {
    font-size: 2.2rem;
    margin-top: 3px;
  }
}
.device__main .info .device__price .yen {
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main .info .device__price .yen {
    font-size: 1.2rem;
  }
}
.device__main .info .text {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__main .info .text {
    font-size: 1.6rem;
  }
}
.device__text {
  min-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.device__details {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.device__details .item {
  width: 86px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .device__details .item {
    width: 75px;
  }
}

.flow {
  margin-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow {
    margin-bottom: 80px;
  }
}
.flow .title__style-01 {
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow .title__style-01 {
    margin-bottom: 40px;
  }
}
.flow__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 50% 47%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow__item {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.flow__item:not(:last-child) {
  position: relative;
}
.flow__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: #ED1600;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow__item:not(:last-child)::after {
    bottom: -40px;
  }
}
.flow__title {
  height: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  color: #ED1600;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow__title {
    border-radius: 10px 10px 0 0;
    font-size: 2rem;
    height: auto;
    flex-direction: column;
    gap: 15px;
  }
}
.flow__title .num {
  width: 130px;
  height: 100%;
  font-size: 3.5rem;
  color: #fff;
  background: #ED1600;
  margin-right: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow__title .num {
    width: 100%;
    height: 50px;
    font-size: 2.8rem;
    margin-right: 0;
  }
}
.flow__text {
  padding: 40px 60px 40px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .flow__text {
    padding: 0 20px 30px 20px;
    font-size: 1.4rem;
  }
}
.flow__text .text:not(:last-child) {
  margin-bottom: 15px;
}
.flow__text .fz14 {
  padding-left: 1em;
  text-indent: -1em;
}

.faq {
  margin-bottom: 120px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq {
    margin-bottom: 80px;
  }
}
.faq .title__style-01 {
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq .title__style-01 {
    margin-bottom: 20px;
  }
}
.faq__content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 60px 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__content {
    padding: 40px 20px 60px;
  }
}
.faq__item {
  padding: 30px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__item {
    padding: 20px 0;
  }
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.faq__item .icon {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__item .icon {
    font-size: 2.4rem;
  }
}
.faq__item .icon.q {
  color: #ED1600;
}
.faq__item .icon.a {
  color: #1B82C3;
}
.faq__question, .faq__answer {
  display: flex;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__question, .faq__answer {
    gap: 15px;
  }
}
.faq__question {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__question {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__answer {
    font-size: 1.4rem;
  }
}
.faq__answer a {
  word-break: break-all;
}

.voice {
  margin-bottom: 120px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .voice {
    margin-bottom: 80px;
  }
}
.voice__copy {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .voice__copy {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.voice__content {
  display: grid;
  grid-template-columns: repeat(3, 28.5%);
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 768px) {
  .voice__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.voice__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 35px 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .voice__item {
    padding: 25px 20px;
  }
}
.voice__item img {
  margin-bottom: 25px;
  max-width: 260px;
  margin: 0 auto 25px;
  display: block;
}
.voice__text .name {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.voice__text .num {
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 768px) {
  .voice__text .text {
    font-size: 1.4rem;
  }
}

.contact__content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 60px 80px;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__content {
    padding: 40px 20px 60px;
  }
}
.contact .form-content {
  max-width: 800px;
  margin: 60px auto 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact .form-content {
    margin: 40px auto 0;
  }
}
.contact .contact-box dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-box dl {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.contact .contact-box .form-title {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact .contact-box .form-title {
    font-size: 1.8rem;
  }
}
.contact .contact-box .form-title.required .form-title-in {
  position: relative;
}
.contact .contact-box .form-title.required .form-title-in:after {
  content: "必須";
  color: #fff;
  background-color: #ED1600;
  display: block;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 5px 6px;
  line-height: 1;
  position: absolute;
  top: 3px;
  right: -20px;
  transform: translateX(100%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact .contact-box .form-title.required .form-title-in:after {
    top: 2px;
    right: -15px;
  }
}
.contact .contact-box .form-text {
  width: 100%;
}
.contact .contact-box .form-text.w50 {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-box .form-text.w50 {
    width: 100%;
  }
}
.contact .contact-box .form-text input {
  width: 100%;
  height: 100%;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 17px 24px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-box .form-text input {
    padding: 15px;
  }
}
.contact .contact-box .form-text input.checkBox {
  display: none;
}
.contact .contact-box .form-text input:focus {
  outline: 0;
}
.contact .contact-box .form-text input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.contact .contact-box .form-text label {
  display: block;
}
.contact .contact-box .form-text label.checkBox {
  position: relative;
  padding: 0 70px 0 36px;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact .contact-box .form-text label.checkBox {
    padding: 0 0 15px 36px;
  }
}
.contact .contact-box .form-text label.checkBox::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #999;
}
.contact .contact-box .--textarea textarea {
  min-height: 280px;
  width: 100%;
  height: 100%;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 17px 24px;
  resize: none;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .contact-box .--textarea textarea {
    min-height: 200px;
    padding: 15px;
  }
}
.contact .contact-box .--textarea textarea:focus {
  outline: 0;
}
.contact .contact-box .--textarea textarea:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.contact .privacy {
  margin: 60px auto 80px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .privacy {
    margin: 60px auto 40px auto;
  }
}
.contact .privacy__title {
  margin: 0 auto 30px auto;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .privacy__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.contact .privacy__toptext {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.contact .privacy__box {
  margin-bottom: 25px;
}
.contact .privacy__box-title {
  font-weight: 700;
}
.contact .privacy__box-text {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.contact .privacy__box ol {
  margin-bottom: 20px;
}
.contact .privacy__box ol li {
  font-size: 1.4rem;
}
.contact .privacy__box ul {
  margin-bottom: 25px;
}
.contact .privacy__box ul li {
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}
.contact .privacy__box ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}
.contact .privacy__box .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.contact .privacy__box .indent-15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.contact .privacy .scroll-area {
  width: 100%;
  height: 250px;
  overflow-y: scroll;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .privacy .scroll-area {
    height: 200px;
  }
}
.contact .privacy .scroll-area::-webkit-scrollbar {
  width: 14px;
}
.contact .privacy .scroll-area::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.contact .privacy .scroll-area::-webkit-scrollbar-thumb {
  background-color: #5F5E5E;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .privacy .scroll-area {
    height: 250px;
  }
}
.contact .privacy .scroll-area .scroll-content {
  padding-right: 30px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .privacy .scroll-area .scroll-content {
    padding-right: 20px;
  }
}
.contact .doui {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .doui {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}
.contact .doui input {
  display: none;
}
.contact .doui .checkBox {
  position: relative;
  padding-left: 15px;
}
.contact .doui .checkBox::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -24px;
  width: 26px;
  height: 26px;
  background-color: #F2F2F2;
  border: 1px solid #999;
  border-radius: 4px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .doui .checkBox::before {
    top: 2px;
  }
}
.contact .doui input:checked + .checkBox::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -24px;
  width: 26px;
  height: 26px;
  background-image: url(../images/check-privacy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.1s;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .doui input:checked + .checkBox::after {
    top: 2px;
  }
}
.contact .doui .error {
  position: absolute;
  bottom: -40px;
  left: 35%;
  transform: translate(-50%, -50%);
}
.contact ::-moz-placeholder {
  color: #ccc;
}
.contact ::placeholder {
  color: #ccc;
}
.contact .submit {
  width: 500px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #111111;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.2s;
  position: relative;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact .submit {
    width: 100%;
    height: 80px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .contact .submit:hover {
    background-color: #ED1600;
  }
}
.contact .submit input {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.contact .terms-pdf {
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact .terms-pdf {
    margin-top: 30px;
  }
}
.contact .terms-pdf a {
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .contact .terms-pdf a:hover {
    color: #ED1600;
    border-bottom: 1px solid #ED1600;
  }
}
.contact__thanks {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact__thanks {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.contact__thanks .text {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact__thanks .text {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
.contact__thanks .btn-back {
  max-width: 500px;
  width: 100%;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #111111;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
}
@media (min-width: 0px) and (max-width: 560px) {
  .contact__thanks .btn-back {
    width: 100%;
    height: 80px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .contact__thanks .btn-back:hover {
    background-color: #ED1600;
  }
}

.error-box {
  max-width: 700px;
  margin: 0 auto 80px;
  border: 1px solid red;
  padding: 40px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .error-box {
    margin: 0 auto 60px;
    padding: 20px;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .error-box .error_messe {
    font-size: 1.4rem;
  }
}
.error-box .error_messe:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 560px) {
  .error-box .error_messe:not(:last-child) {
    margin-bottom: 15px;
  }
}

.backbtn {
  max-width: 500px;
  width: 100%;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #ED1600;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 560px) {
  .backbtn {
    height: 80px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .backbtn:hover {
    background-color: #111;
  }
}

#scroll-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
#scroll-fixed .fixed__btn {
  width: 200px;
  height: 130px;
  display: block;
  color: #fff;
  padding: 18px 20px;
  background: #ED1600;
  border-top-left-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .fixed__btn {
    width: 136px;
    height: 80px;
    padding: 12px 0 12px 14px;
    border-top-left-radius: 25px;
  }
}
#scroll-fixed .fixed__btn::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/icon-time.svg) center/cover;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .fixed__btn::before {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 5px;
  }
}
@media (any-hover: hover) {
  #scroll-fixed .fixed__btn:hover {
    background-color: #111;
  }
}
#scroll-fixed .fixed__btn-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .fixed__btn-title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
#scroll-fixed .fixed__btn-text {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .fixed__btn-text {
    font-size: 1rem;
  }
}/*# sourceMappingURL=common.css.map */