@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #fff;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select, textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

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

img {
  vertical-align: bottom;
}

/* ////////////////////////////////////////
$color
//////////////////////////////////////// */
/* ////////////////////////////////////////
$breakpoint
//////////////////////////////////////// */
/*

HTMLタグのデフォルト定義

*/
* {
  box-sizing: border-box;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "ryo-gothic-plusn", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
.clear {
  clear: both;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.dblock {
  display: block;
}

.dnone {
  display: none;
}

.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
body {
  position: relative;
}

section {
  position: relative;
}
section.sectionRed {
  background-color: #fff;
  overflow: hidden;
}
section.sectionBlue {
  color: #fff;
}
section.sectionBlue:before, section.sectionBlue:after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 2);
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  section.sectionBlue:before, section.sectionBlue:after {
    width: calc((100% - 16px) / 2);
  }
}
section.sectionBlue:before {
  left: 0;
}
section.sectionBlue:after {
  right: 0;
}

main {
  position: relative;
  z-index: 2;
}

.fv {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .fv {
    height: auto;
    padding-bottom: 5.0666666667vw;
  }
}
.fv_logo {
  position: absolute;
  top: 2.6041666667vw;
  left: 2.6041666667vw;
}
@media screen and (max-width: 960px) {
  .fv_logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.fv_logo svg {
  width: 13.0729166667vw;
  height: auto;
}
@media screen and (max-width: 960px) {
  .fv_logo svg {
    width: 24.5333333333vw;
  }
}
.fv_lead {
  position: absolute;
  top: 7.65625vw;
  left: 18.8541666667vw;
  z-index: 3;
}
@media screen and (min-width: 961px) and (max-height: 790px) {
  .fv_lead {
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 961px) and (max-height: 630px) {
  .fv_lead {
    top: 2.6041666667vw;
  }
}
@media screen and (min-width: 961px) and (min-width: 1580px) and (max-aspect-ratio: 16/6) {
  .fv_lead {
    top: 3.125vw;
  }
}
@media screen and (max-width: 960px) {
  .fv_lead {
    left: auto;
    margin-left: 6.6666666667vw;
    position: relative;
    top: auto;
    margin-top: -4vw;
  }
}
.fv_lead h2 img {
  width: 27.0833333333vw;
  height: auto;
}
@media screen and (min-width: 961px) and (max-height: 760px) {
  .fv_lead h2 img {
    width: 25vw;
  }
}
@media screen and (min-width: 961px) and (max-height: 630px) {
  .fv_lead h2 img {
    width: 19.7916666667vw;
  }
}
@media screen and (max-width: 960px) {
  .fv_lead h2 img {
    width: 50.6666666667vw;
  }
}
.fv_satisfaction {
  position: absolute;
  top: 6.7708333333vw;
  right: 3.2291666667vw;
  z-index: 3;
}
@media screen and (min-width: 1920px) and (min-width: 961px) {
  .fv_satisfaction {
    top: 130px;
    right: 92px;
  }
}
@media screen and (min-width: 961px) and (max-height: 760px) {
  .fv_satisfaction {
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 961px) and (max-height: 630px) {
  .fv_satisfaction {
    top: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .fv_satisfaction {
    top: 6.6666666667vw;
    right: 6.6666666667vw;
  }
}
.fv_satisfaction p {
  width: 13.5416666667vw;
  height: 13.5416666667vw;
  border: 0.6770833333vw solid #ff694f;
  background-color: #fff;
  font-size: 26px;
  font-size: 1.3541666667vw;
  color: #ff694f;
  letter-spacing: 0.015em;
  border-radius: 6.7708333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1920px) and (min-width: 961px) {
  .fv_satisfaction p {
    width: 260px;
    height: 260px;
    font-size: 26px;
    border-radius: 130px;
  }
}
@media screen and (max-width: 960px) {
  .fv_satisfaction p {
    width: 24vw;
    height: 24vw;
    border: 1.3333333333vw solid #ff694f;
    border-radius: 12vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.fv_satisfaction p span {
  font-size: 77px;
  font-size: 4.0104166667vw;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1920px) and (min-width: 961px) {
  .fv_satisfaction p span {
    font-size: 77px;
  }
}
@media screen and (max-width: 960px) {
  .fv_satisfaction p span {
    font-size: 27px;
    font-size: 7.2vw;
  }
}
.fv_satisfaction p span span {
  font-size: 39px;
  font-size: 2.03125vw;
}
@media screen and (min-width: 1920px) and (min-width: 961px) {
  .fv_satisfaction p span span {
    font-size: 39px;
  }
}
@media screen and (max-width: 960px) {
  .fv_satisfaction p span span {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.fv_scroll {
  position: absolute;
  left: 8.3333333333vw;
  bottom: 0.5208333333vw;
  padding-bottom: 2.9166666667vw;
  width: 0.7291666667vw;
  height: 7.03125vw;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .fv_scroll {
    left: auto;
    right: 8.8vw;
    width: calc(1.84vw + 1px);
    height: 51.7333333333vw;
    padding-bottom: 0;
    top: calc(100vh - 58.6666666667vw);
    top: calc(100svh - 58.6666666667vw);
  }
}
.fv_scroll p {
  font-size: 14px;
  font-size: 0.7291666667vw;
  position: absolute;
  color: #ff694f;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  left: 0.5729166667vw;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .fv_scroll p {
    font-size: 10px;
    font-size: 2.6666666667vw;
    left: 2.4vw;
  }
}
.fv_scroll:after {
  content: "";
  display: block;
  width: 0.625vw;
  height: 2.4479166667vw;
  background-image: url(../img/scrollNav.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-0.3125vw);
      -ms-transform: translateX(-0.3125vw);
          transform: translateX(-0.3125vw);
  bottom: 0;
  -webkit-animation: arrowMove 1s ease-in-out infinite;
          animation: arrowMove 1s ease-in-out infinite;
}
@media screen and (max-width: 960px) {
  .fv_scroll:after {
    width: 1.6vw;
    height: 36.8vw;
    background-image: url(../img/scrollNav--sp.png);
  }
}
@-webkit-keyframes arrowMove {
  0% {
    bottom: -1.5%;
  }
  50% {
    bottom: 0.5%;
  }
  100% {
    bottom: -1.5%;
  }
}
@keyframes arrowMove {
  0% {
    bottom: -1.5%;
  }
  50% {
    bottom: 0.5%;
  }
  100% {
    bottom: -1.5%;
  }
}
.fv_visual {
  width: 87.7604166667vw;
  max-width: 1685px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 52%;
}
@media screen and (min-width: 961px) and (max-height: 760px) {
  .fv_visual {
    width: 78.125vw;
    top: 48%;
  }
}
@media screen and (min-width: 961px) and (max-height: 760px) and (min-width: 1280px) {
  .fv_visual {
    width: 72.9166666667vw;
  }
}
@media screen and (min-width: 961px) and (max-height: 630px) {
  .fv_visual {
    width: 67.7083333333vw;
    top: 45%;
  }
}
@media screen and (min-width: 961px) and (max-height: 630px) and (min-width: 1280px) {
  .fv_visual {
    width: 57.2916666667vw;
  }
}
@media screen and (min-width: 961px) and (min-width: 1580px) and (max-aspect-ratio: 16/6) {
  .fv_visual {
    width: 78.125vw;
  }
}
@media screen and (max-width: 960px) {
  .fv_visual {
    width: 60vw;
    position: relative;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 5.8666666667vw;
  }
}
.fv_visual_img {
  width: 100%;
}
.fv_visual_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .fv_visual_img img {
    max-height: calc(100vh - 66.6666666667vw);
  }
}
.fv_visual_car {
  width: 7.713%;
  position: absolute;
  right: 16.01%;
  top: 46.236%;
  opacity: 0;
  -webkit-transition: 0.4s 0.8s ease;
  transition: 0.4s 0.8s ease;
}
@media screen and (max-width: 960px) {
  .fv_visual_car {
    width: 5.6vw;
    height: 9.2vw;
    right: auto;
    top: auto;
    left: calc(50% - 3.3333333333vw);
    bottom: 14.9333333333vw;
  }
}
.fv_visual_car:before {
  content: "";
  width: 3.88%;
  height: 7.409%;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  background-color: #288cd2;
  opacity: 0;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media screen and (max-width: 960px) {
  .fv_visual_car:before {
    display: none;
  }
}
.fv_visual_car_go {
  position: absolute;
  top: -4.21875vw;
  left: 3.15625vw;
  opacity: 0;
  -webkit-transform: scale(0, 0) translate(0%, 0%);
      -ms-transform: scale(0, 0) translate(0%, 0%);
          transform: scale(0, 0) translate(0%, 0%);
}
@media screen and (max-width: 960px) {
  .fv_visual_car_go {
    display: none;
  }
}
@media screen and (min-width: 1920px) and (min-width: 961px) {
  .fv_visual_car_go {
    top: -81px;
    left: 60.6px;
  }
}
.fv_visual_car_go svg {
  width: 1.1458333333vw;
  height: auto;
}
@media screen and (min-width: 1920px) and (min-width: 961px) {
  .fv_visual_car_go svg {
    width: 22px;
  }
}
.fv_visual_car_img img {
  width: 100%;
  height: auto;
}
.fv.loaded .fv_visual_car {
  opacity: 1;
  right: -1.3020833333vw;
}
@media screen and (max-width: 960px) {
  .fv.loaded .fv_visual_car {
    right: auto;
    bottom: -3.2666666667vw;
  }
}
.fv.loaded .fv_visual_car:before {
  opacity: 1;
}
.fv.loaded .fv_visual_car_go {
  -webkit-animation: boundIn 0.6s 1.4s forwards;
          animation: boundIn 0.6s 1.4s forwards;
}
@-webkit-keyframes boundIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(0.5, 0.6) translate(0%, 5%);
            transform: scale(0.5, 0.6) translate(0%, 5%);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes boundIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(0.5, 0.6) translate(0%, 5%);
            transform: scale(0.5, 0.6) translate(0%, 5%);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.fv_link {
  position: absolute;
  width: 940px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .fv_link {
    width: 48.9583333333vw;
    bottom: 1.25vw;
  }
}
@media screen and (max-width: 960px) {
  .fv_link {
    width: 100%;
    bottom: auto;
    position: relative;
    margin-top: 4.5333333333vw;
  }
}
.fv_link_content {
  width: 33.8541666667vw;
  height: 3.125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .fv_link_content {
    width: 233px;
    height: auto;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.fv_link_content--item {
  width: 16.1458333333vw;
  height: 100%;
  background-color: #ff694f;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-size: 1.1458333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5625vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .fv_link_content--item {
    width: 100%;
    font-size: 18px;
    height: 45px;
    border-radius: 27px;
  }
}
@media screen and (max-width: 960px) and (max-width: 320px) {
  .fv_link_content--item {
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .fv_link_content--item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  .fv_link_content--item:hover {
    background-color: #3c3c6e;
  }
}
.fv_link_content--item:before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.fv_link_content--item--line:before {
  background-image: url(../img/fv_button--line.svg);
  width: 1.71875vw;
  height: 1.71875vw;
  margin-right: 1.1979166667vw;
}
@media screen and (max-width: 960px) {
  .fv_link_content--item--line:before {
    width: 25px;
    height: 25px;
    margin-right: 18px;
  }
}
.fv_link_content--item--carlineup:before {
  background-image: url(../img/fv_button--car.svg);
  width: 2.2916666667vw;
  height: 1.0416666667vw;
  margin-right: 0.9375vw;
}
@media screen and (max-width: 960px) {
  .fv_link_content--item--carlineup:before {
    width: 33px;
    height: 15px;
    margin-right: 13px;
  }
}
.fv_link_option {
  margin-top: 32px;
  padding-left: 1.5em;
}
@media screen and (max-width: 960px) {
  .fv_link_option {
    width: 260px;
    margin: 0 auto;
    position: relative;
    left: -16px;
  }
}
.fv_link_option_text {
  font-size: 12px;
  color: #c4c4ab;
  line-height: 1.56em;
  letter-spacing: 0.085em;
  text-indent: -2em;
}
@media screen and (min-width: 961px) {
  .fv_link_option_text {
    color: #939283;
  }
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .fv_link_option_text {
    font-size: 12px;
    font-size: 0.625vw;
    text-indent: -2.5em;
    line-height: 1.85em;
  }
}
@media screen and (max-width: 960px) {
  .fv_link_option_text {
    font-size: 10px;
  }
}
.fv_link_option_text:first-child:before {
  content: "※1";
}
.fv_link_option_text:nth-child(2):before {
  content: "※2";
}

.centerLine {
  width: 80px;
  height: 100%;
  top: 0;
  left: calc(50% - 40px);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 960px) {
  .centerLine {
    width: 16px;
    left: calc(50% - 8px);
  }
}
.centerLine_mark {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: calc(50% - 4px);
}
@media screen and (max-width: 960px) {
  .centerLine_mark {
    width: 2px;
    left: calc(50% - 1px);
    background-size: contain;
  }
}
.centerLine_mark_02 {
  top: auto;
  bottom: 0;
}
.centerLine_twist {
  width: 1400px;
  background-image: url(../img/road_twist.png);
  background-size: contain;
  position: absolute;
  left: calc(50% - 640px);
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .centerLine_twist {
    width: 225px;
    background-image: url(../img/road_twist--sp.png);
    left: calc(50% - 112px);
  }
}
.centerLine .carImg {
  position: absolute;
  z-index: 2;
  left: calc(50% - 45px);
}
@media screen and (max-width: 960px) {
  .centerLine .carImg {
    left: calc(50% - 9px);
  }
}
.centerLine .carImg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/car--shadow.svg);
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: -11px;
  bottom: -15px;
}
@media screen and (max-width: 960px) {
  .centerLine .carImg:before {
    left: -2px;
    bottom: -6px;
  }
}
.centerLine .carImg img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .centerLine .carImg img {
    width: 17px;
    height: auto;
  }
}
.centerLine--blue {
  position: absolute;
  background-color: #288cd2;
}
.centerLine--blue .centerLine_mark {
  background-image: url(../img/car_center--red.svg);
}
@media screen and (max-width: 960px) {
  .centerLine--blue .centerLine_mark {
    background-image: url(../img/car_center--red--sp.svg);
  }
}
.centerLine--blue .carImg:before {
  width: 74px;
  left: 5px;
  background-image: url(../img/car--shadow--blue.svg);
}
@media screen and (max-width: 960px) {
  .centerLine--blue .carImg:before {
    width: 14.5px;
    left: 1px;
  }
}
.centerLine--blue .carImg_light {
  width: 80px;
  height: 94px;
  background-image: url(../img/car_light--red.svg);
  background-size: cover;
  z-index: 1;
  left: calc(50% - 40px);
  bottom: -94px;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .centerLine--blue .carImg_light {
    width: 15px;
    height: 17px;
    left: calc(50% - 7px);
    bottom: -17px;
  }
}
.centerLine--red {
  position: absolute;
  background-color: #ff694f;
}
.centerLine--red .centerLine_mark {
  background-image: url(../img/car_center--white.svg);
}
@media screen and (max-width: 960px) {
  .centerLine--red .centerLine_mark {
    background-image: url(../img/car_center--white--sp.svg);
  }
}

.header {
  width: 100%;
  height: 70px;
  background-color: #f4f4f4;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .header {
    padding: 0 25px;
    height: 35px;
  }
}
.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    min-height: 100svh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 244, 244, 0.9);
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_logo {
    position: absolute;
    top: 7px;
    left: 25px;
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_logo a img {
    width: 147px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 13px;
    right: 25px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .header.active .header_menu span {
    width: 140%;
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_menu span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_menu span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  .header.active .header_button {
    z-index: -1;
  }
}
@media screen and (max-width: 960px) {
  .header_logo, .header_menu {
    z-index: 3;
  }
}
@media screen and (max-width: 960px) {
  .header_text {
    z-index: 2;
  }
}
@media screen and (min-width: 961px) {
  .header_logo a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header_logo a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 960px) {
  .header_logo a img {
    width: 73px;
    height: auto;
  }
}
.header_menu {
  width: 50px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 25px;
  top: 7px;
}
@media screen and (min-width: 961px) {
  .header_menu {
    display: none;
  }
}
.header_menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff694f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header_menu span:first-child {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.header_menu span:nth-child(3) {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
.header_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .header_text {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.header_text--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .header_text--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    padding-top: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 76px;
  }
}
.header_text--main--item {
  color: #ff694f;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .header_text--main--item {
    font-size: 40px;
  }
}
.header_text--main--item:not(:last-child) {
  margin-right: 45px;
}
@media screen and (max-width: 960px) {
  .header_text--main--item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 961px) {
  .header_text--main--item:hover {
    color: #3c3c6e;
  }
}
.header_text--sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_text--sns--item {
  width: 40px;
  height: 40px;
  background-color: #ff694f;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 2px;
}
.header_text--sns--item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 961px) {
  .header_text--sns--item:hover {
    background-color: #3c3c6e;
  }
}
.header_text--sns--item_tw svg {
  width: 27px;
  height: auto;
}
.header_text--sns--item_line svg {
  width: 27px;
  height: auto;
}
.header_button {
  width: 234px;
  height: 76px;
  border: 8px solid #fff;
  border-radius: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff694f;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 100px;
  right: 80px;
  box-shadow: 0 10px 0 #000;
  display: none;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .header_button {
    width: 240px;
    height: 53px;
    border: 4px solid #fff;
    border-radius: 27px;
    top: auto;
    right: auto;
    box-shadow: 0 5px 0 #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 17px;
    font-size: 18px;
  }
}
@media screen and (min-width: 961px) {
  .header_button:hover {
    background-color: #3c3c6e;
  }
}

.section_title {
  width: 1240px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -158px;
  display: inline-block;
}
@media screen and (max-width: 1360px) and (min-width: 961px) {
  .section_title {
    width: 1000px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title {
    width: calc(100% - 200px);
    top: -8.2291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title {
    width: calc(100% - 100px);
    top: -50px;
  }
}
.section_title.statement_title {
  top: -225px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.statement_title {
    top: -11.71875vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.statement_title {
    top: -66px;
  }
}
.section_title.movie_title {
  top: -78px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.movie_title {
    top: -4.0625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.movie_title {
    top: -26px;
  }
}
.section_title.howtouse_title {
  top: -454px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title {
    top: -23.6458333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title {
    top: -139px;
  }
}
.section_title.howtouse_title .howtouse_title--board {
  border: none;
  background-color: inherit;
  padding: 0;
  text-align: center;
}
.section_title.howtouse_title .howtouse_title--board_01 {
  border: 10px solid #e4e5e5;
  border-radius: 16px;
  padding: 16px 27px;
  background-color: #288cd2;
  margin-bottom: 29px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_01 {
    border: 0.5208333333vw solid #e4e5e5;
    border-radius: 1.6666666667vw;
    padding: 0.8333333333vw 1.40625vw;
    margin-bottom: 1.5104166667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_01 {
    border: 3px solid #e4e5e5;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 9px;
  }
}
.section_title.howtouse_title .howtouse_title--board_01:before {
  content: "";
  display: block;
  width: 20px;
  height: 49px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -59px;
  z-index: 1;
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_01:before {
    width: 1.0416666667vw;
    height: 2.5520833333vw;
    bottom: -3.0729166667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_01:before {
    width: 6px;
    height: 12px;
    bottom: -15px;
  }
}
.section_title.howtouse_title .howtouse_title--board_01:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  z-index: 2;
  background-color: #000;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_01:after {
    width: 1.0416666667vw;
    height: 0.5208333333vw;
    bottom: -1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_01:after {
    width: 6px;
    height: 3px;
    bottom: -6px;
  }
}
.section_title.howtouse_title .howtouse_title--board_01 p {
  position: relative;
  z-index: 3;
}
.section_title.howtouse_title .howtouse_title--board_02 {
  width: 118px;
  height: 118px;
  border: 10px solid #e4e5e5;
  border-radius: 50%;
  background-color: #ff694f;
  margin: 0 auto;
  margin-bottom: 29px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_02 {
    width: 6.1458333333vw;
    height: 6.1458333333vw;
    margin-bottom: 1.5104166667vw;
    padding-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_02 {
    width: 35px;
    height: 35px;
    border: 3px solid #e4e5e5;
    margin-bottom: 9px;
    padding-bottom: 2px;
  }
}
.section_title.howtouse_title .howtouse_title--board_02:before {
  content: "";
  display: block;
  width: 20px;
  height: 49px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -59px;
  z-index: 1;
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_02:before {
    width: 1.0416666667vw;
    height: 2.5520833333vw;
    bottom: -3.0729166667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_02:before {
    width: 6px;
    height: 12px;
    bottom: -15px;
  }
}
.section_title.howtouse_title .howtouse_title--board_02:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  z-index: 2;
  background-color: #000;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_02:after {
    width: 1.0416666667vw;
    height: 0.5208333333vw;
    bottom: -1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_02:after {
    width: 6px;
    height: 3px;
    bottom: -5px;
  }
}
.section_title.howtouse_title .howtouse_title--board_02 p {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_02 p {
    font-size: 60px;
    font-size: 3.125vw;
  }
}
.section_title.howtouse_title .howtouse_title--board_03 {
  border: 10px solid #e4e5e5;
  border-radius: 16px;
  padding: 5px 27px 16px;
  background-color: #288cd2;
  margin-bottom: 29px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_03 {
    border: 0.5208333333vw solid #e4e5e5;
    border-radius: 0.8333333333vw;
    padding: 0.2604166667vw 1.40625vw 0.8333333333vw;
    margin-bottom: 2.5520833333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_03 {
    border: 3px solid #e4e5e5;
    padding: 5px 10px 9px;
    margin-bottom: 12px;
  }
}
.section_title.howtouse_title .howtouse_title--board_03:before {
  content: "";
  display: block;
  width: 20px;
  height: 49px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -59px;
  z-index: 1;
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_03:before {
    width: 1.0416666667vw;
    height: 2.5520833333vw;
    bottom: -3.0729166667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_03:before {
    width: 6px;
    height: 12px;
    bottom: -15px;
  }
}
.section_title.howtouse_title .howtouse_title--board_03:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  z-index: 2;
  background-color: #000;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title.howtouse_title .howtouse_title--board_03:after {
    width: 1.0416666667vw;
    height: 0.5208333333vw;
    bottom: -1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title.howtouse_title .howtouse_title--board_03:after {
    width: 6px;
    height: 3px;
    bottom: -6px;
  }
}
.section_title.howtouse_title .howtouse_title--board_03 p {
  position: relative;
  z-index: 3;
}
.section_title--left {
  position: absolute;
  width: calc((100vw - 1240px) / 2);
  height: 20px;
  left: calc((100vw - 1240px) / -2);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c4c4ab;
}
@media screen and (max-width: 1360px) and (min-width: 961px) {
  .section_title--left {
    width: calc((100vw - 1000px) / 2);
    left: calc((100vw - 1000px) / -2);
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title--left {
    width: 100px;
    height: 1.0416666667vw;
    left: -100px;
  }
}
@media screen and (max-width: 960px) {
  .section_title--left {
    width: 50px;
    height: 6px;
    left: -50px;
  }
}
.section_title--left:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title--left:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title--left:before {
    width: 6px;
    height: 6px;
  }
}
.section_title--board {
  border: 10px solid #e4e5e5;
  border-radius: 16px;
  background-color: #288cd2;
  padding: 13px 32px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title--board {
    border: 0.5208333333vw solid #e4e5e5;
    border-radius: 1.0416666667vw;
    padding: 0.6770833333vw 1.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title--board {
    border: 3px solid #e4e5e5;
    padding: 5px 10px;
    border-radius: 5px;
  }
}
.section_title--board p {
  font-size: 80px;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 0.85em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title--board p {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title--board p {
    font-size: 24px;
  }
}
.section_title--right {
  position: absolute;
  right: -110px;
  top: 50%;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 100px;
  height: 144px;
  border-top: 20px solid #c4c4ab;
  border-right: 20px solid #c4c4ab;
  border-top-right-radius: 60px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title--right {
    width: 5.2083333333vw;
    height: 7.5vw;
    right: -5.7291666667vw;
    -webkit-transform: translateY(-0.5208333333vw);
        -ms-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
    border-top: 1.0416666667vw solid #c4c4ab;
    border-right: 1.0416666667vw solid #c4c4ab;
    border-top-right-radius: 3.125vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title--right {
    width: 30px;
    height: 41px;
    border-top: 6px solid #c4c4ab;
    border-right: 6px solid #c4c4ab;
    border-top-right-radius: 18px;
    right: -33px;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.section_title--right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_title--right:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    top: -1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_title--right:before {
    width: 6px;
    height: 6px;
    top: -6px;
  }
}

.section_tunnel {
  width: 100%;
  height: 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section_tunnel {
    height: 15px;
  }
}
.section_tunnel:before, .section_tunnel:after {
  content: "";
  display: block;
  width: calc((100% - 200px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .section_tunnel:before, .section_tunnel:after {
    width: calc((100% - 38px) / 2);
  }
}
.section_tunnel:before {
  left: 0;
}
.section_tunnel:after {
  right: 0;
}
.section_tunnel svg {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .section_tunnel svg {
    width: 38.5px;
    height: 15.5px;
  }
}

.section_statement .statement_logo {
  padding-top: 57px;
  padding-bottom: 50px;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_statement .statement_logo {
    padding-top: 2.96875vw;
    padding-bottom: 2.6041666667vw;
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_logo {
    display: none;
  }
}
.section_statement .statement_logo svg {
  width: 251px;
  height: auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_statement .statement_logo svg {
    width: 13.0729166667vw;
  }
}
.section_statement .statement_container {
  margin-top: 237px;
  margin-bottom: 320px;
  background-color: rgba(255, 105, 79, 0.9);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_statement .statement_container {
    margin-top: 12.34375vw;
    margin-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_container {
    margin-top: 160px;
    margin-bottom: 152px;
  }
}
.section_statement .statement_container .statement_main {
  position: relative;
  z-index: 2;
  padding: 90px 0 80px;
  width: 984px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .section_statement .statement_container .statement_main {
    width: 53.3333333333vw;
    padding: 4.6875vw 0 4.1666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_container .statement_main {
    width: 100%;
    padding: 28px 25px;
  }
}
.section_statement .statement_container .statement_main h3 {
  margin-bottom: 79px;
  font-size: 3.3vw;
}
@media screen and (min-width: 1851px) {
  .section_statement .statement_container .statement_main h3 {
    margin-bottom: 4.1145833333vw;
    font-size: 58px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1850px) {
  .section_statement .statement_container .statement_main h3 {
    margin-bottom: 4.1145833333vw;
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_container .statement_main h3 {
    margin-bottom: 27px;
    font-size: 5.2vw;
  }
}
.section_statement .statement_container .statement_main h3 img {
  width: 876px;
  height: auto;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .section_statement .statement_container .statement_main h3 img {
    width: 45.625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_container .statement_main h3 img {
    width: auto;
    height: 23px;
  }
}
.section_statement .statement_container .statement_main_description {
  font-size: 25px;
  line-height: 2em;
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .section_statement .statement_container .statement_main_description {
    font-size: 25px;
    font-size: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_container .statement_main_description {
    font-size: 12px;
    line-height: 1.75em;
  }
}
.section_statement .statement_container .statement_main_option01,
.section_statement .statement_container .statement_main_option02 {
  font-size: 14px;
  line-height: 1.71em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .section_statement .statement_container .statement_main_option01,
  .section_statement .statement_container .statement_main_option02 {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_statement .statement_container .statement_main_option01,
  .section_statement .statement_container .statement_main_option02 {
    font-size: 10px;
    line-height: 1.5em;
  }
}
.section_statement .statement_container .statement_main_option01:before {
  content: "※1";
}
.section_statement .statement_container .statement_main_option02:before {
  content: "※2";
}

.section_movie {
  padding-bottom: 398px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_movie {
    padding-bottom: 20.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_movie {
    padding-bottom: 100px;
  }
}
.section_movie .movie_main {
  aspect-ratio: 16/9;
}
.section_movie .movie_main iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.section_service .service_container {
  background-color: rgba(255, 105, 79, 0.9);
}
.section_service .service_main {
  padding: 90px 0;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main {
    width: calc(100% - 80px);
    padding: 4.6875vw 0;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main {
    padding: 28px 0 28px 25px;
    width: 100%;
  }
}
.section_service .service_main h4 {
  font-size: 60px;
  line-height: 1.58em;
  letter-spacing: 0.015em;
  margin-bottom: 50px;
}
.section_service .service_main h4 sup{
  font-size: smaller;
  vertical-align: super;
}
@media screen and (max-width: 960px) {
  .section_service .service_main h4 sup{
    font-size: smaller;
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main h4 {
    font-size: 60px;
    font-size: 3.125vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main h4 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.25em;
    letter-spacing: 0.09em;
  }
}
.section_service .service_main .service_illust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_illust {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust {
    margin-bottom: 27px;
  }
}
.section_service .service_main .service_illust:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 135px;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_illust:before {
    top: 10.4166666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust:before {
    display: none;
  }
}
.section_service .service_main .service_illust .slick-list {
  padding-left: 0 !important;
}
.section_service .service_main .service_illust--item {
  width: calc((100% - 40px) / 3);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust--item {
    width: calc(100vw - 105px);
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust--item:first-child:before {
    content: "";
    display: block;
    height: 5px;
    top: calc(50% - 17px);
    left: 0;
    display: block;
    width: calc(300% - 30px);
    position: absolute;
    background-color: #fff;
    z-index: -1;
  }
}
.section_service .service_main .service_illust--item_img {
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust--item_img {
    margin-bottom: 11px;
  }
}
.section_service .service_main .service_illust--item_img img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  border-radius: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .section_service .service_main .service_illust--item_img img {
    border: 0.2083333333vw solid #fff;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust--item_img img {
    border: 2px solid #fff;
    border-radius: 10px;
    width: calc(100% - 30px);
  }
}
.section_service .service_main .service_illust--item_text {
  font-size: 25px;
  line-height: 1.45em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_illust--item_text {
    font-size: 25px;
    font-size: 1.3020833333vw;
  }
}
.section_service .service_main .service_illust--item_text sup {
  font-size: 15px;
  vertical-align: super;
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust--item_text sup {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_illust--item_text {
    font-size: 10px;
    line-height: 1.5em;
  }
}
.section_service .service_main .service_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 20px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_point {
    gap: 2.0833333333vw 1.0416666667vw;
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_point {
    gap: 15px 15px;
    padding-right: 25px;
    margin-bottom: 30px;
  }
}
.section_service .service_main .service_point--item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_point--item {
    width: calc((100% - 15px) / 2);
  }
}
.section_service .service_main .service_point--item_title {
  padding: 15px 18px;
  border: 6px solid #fff;
  border-radius: 36px;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_point--item_title {
    padding: 0.78125vw 0.9375vw;
    border: 0.3125vw solid #fff;
    border-radius: 2.6041666667vw;
    font-size: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_point--item_title {
    padding: 8px 12px;
    border: 2px solid #fff;
    border-radius: 17px;
    font-size: 15px;
    white-space: nowrap;
  }
}
.section_service .service_main .service_point--item_title sup {
  vertical-align: super;
  font-size: 15px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_point--item_title sup {
    font-size: 15px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_point--item_title sup {
    font-size: 10px;
  }
}
.section_service .service_main .service_point--item_description {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_point--item_description {
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_point--item_description {
    font-size: 12px;
    line-height: 1.5em;
  }
  .section_service .service_main .service_point--item_description br {
    display: none;
  }
}
.section_service .service_main .service_point--item_description sup {
  vertical-align: super;
  font-size: 10px;
}
.section_service .service_main .service_option {
  font-size: 14px;
  line-height: 1.714em;
  letter-spacing: -0.01em;
  text-align: justify;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_option {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_option {
    font-size: 10px;
    line-height: 1.5em;
    padding-right: 25px;
  }
}
.section_service .service_main .service_option_text {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_service .service_main .service_option_text br {
    display: none;
  }
}
.section_service .service_main .service_option_text:first-child:before {
  content: "※1";
}
.section_service .service_main .service_option_text:nth-child(2):before {
  content: "※2";
}
.section_service .service_main .service_option_text:nth-child(3):before {
  content: "※3";
}
.section_service .service_main .service_option_text:nth-child(4):before {
  content: "※4";
}
@media screen and (max-width: 960px) {
  .section_service .service_main .service_option_text:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  .section_service .service_main .service_option_text span.pc {
    display: inline;
  }
}

.line_add_container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container {
    width: 335px;
  }
}
.line_add_container a {
  border: 10px solid #e4e5e5;
  border-radius: 40px;
  background-color: #288cd2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a {
    border: 0.5208333333vw solid #e4e5e5;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a {
    border: 5px solid #e4e5e5;
    border-radius: 20px;
  }
}
.line_add_container a.tel_call {
  display:block;
  position: absolute;
  top: 260px;
  left: 312px;
  border: none;
  border-radius: 4px;
  background-color: #288cd2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: auto;
  height: auto;
  padding: 8px;
  font-size: 25px;
}
@media screen and (min-width: 961px) {
  .line_add_container a:hover {
    background-color: #3c3c6e;
  }
}
.line_add_container--left, .line_add_container--right {
  width: calc((100vw - 1000px) / 2);
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container--left, .line_add_container--right {
    width: 23.9583333333vw;
    height: 1.0416666667vw;
    top: calc(50% - 0.5208333333vw);
  }
}
@media screen and (max-width: 960px) {
  .line_add_container--left, .line_add_container--right {
    width: calc((100vw - 335px) / 2);
    height: 5px;
    top: calc(50% - 2px);
  }
}
.line_add_container--left:before, .line_add_container--right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container--left:before, .line_add_container--right:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container--left:before, .line_add_container--right:before {
    width: 5px;
    height: 5px;
  }
}
.line_add_container--left {
  left: calc((100vw - 1000px) / -2);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container--left {
    left: -23.9583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container--left {
    left: calc((100vw - 335px) / -2);
  }
}
.line_add_container--left:before {
  right: 0;
}
.line_add_container--right {
  right: calc((100vw - 1000px) / -2);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container--right {
    right: -23.9583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container--right {
    right: calc((100vw - 335px) / -2);
  }
}
.line_add_container--right:before {
  left: 0;
}
.line_add_container a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 52px 60px 56px;
}
@media screen and (min-width: 961px) {
  .line_add_container a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a {
    padding: 3.125vw 2.7083333333vw 3.125vw 2.9166666667vw;
  }
  .line_add_container a.tel_call {
    top: 64%;
    left: 30.5%;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a {
    padding: 50px 20px 25px 22px;
    position: relative;
  }
  .line_add_container a.tel_call {
    top: 124px;
    left: 104px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_img {
    width: 75px;
    margin-right: 10px;
  }
}
.line_add_container a .line_add_img_logo {
  width: 200px;
  height: 200px;
  background-color: #ff694f;
  border: 9px solid #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a .line_add_img_logo {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border: 0.46875vw solid #fff;
    border-radius: 5.2083333333vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_img_logo {
    width: 75px;
    height: 75px;
    border: 5px solid #fff;
  }
}
.line_add_container a .line_add_img_logo svg {
  width: 45px;
  height: auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a .line_add_img_logo svg {
    width: 2.34375vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_img_logo svg {
    width: 16px;
  }
}
.line_add_container a .line_add_img_logo svg path {
  fill: #fff;
}
.line_add_container a .line_add_img_button {
  width: calc(100% - 15px);
  height: 25px;
  background-color: #fff;
  border-radius: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  color: #288cd2;
  letter-spacing: 0.115em;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .line_add_container a .line_add_img_button {
    width: calc(100% - 15px);
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .line_add_container a .line_add_img_button {
    width: calc(100% - 0.78125vw);
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 20px;
    font-size: 1.0416666667vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 961px) {
  .line_add_container a .line_add_text {
    padding-top: 20px;
  }
}
.line_add_container a .line_add_text_copy {
  font-size: 40px;
  padding-bottom: 10px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a .line_add_text_copy {
    font-size: 40px;
    font-size: 2.0833333333vw;
    padding-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_text_copy {
    width: 100%;
    font-size: 20px;
    padding-bottom: 5px;
    letter-spacing: 0.12em;
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
  }
}
.line_add_container a .line_add_text_copy span {
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a .line_add_text_copy span {
    border-bottom: 0.2083333333vw solid #fff;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_text_copy span {
    border-bottom: 2px solid #fff;
  }
}
.line_add_container a .line_add_text_description {
  font-size: 25px;
  line-height: 1.44em;
  margin-bottom: 18px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a .line_add_text_description {
    font-size: 25px;
    font-size: 1.3020833333vw;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_text_description {
    font-size: 12px;
    margin-bottom: 11px;
  }
}
.line_add_container a .line_add_text_time {
  font-size: 16px;
  letter-spacing: 0.105em;
}
.line_add_container a .line_add_text_time.tel_call_space {
  margin-top: 72px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .line_add_container a .line_add_text_time {
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
  .line_add_container a .line_add_text_time.tel_call_space {
    margin-top: 42px;
  }
}
@media screen and (max-width: 960px) {
  .line_add_container a .line_add_text_time {
    font-size: 10px;
    line-height: 1.5em;
  }
  .line_add_container a .line_add_text_time.tel_call_space {
    margin-top: 30px;
  }
}

.section_plan {
  padding-top: 290px;
  padding-bottom: 320px;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan {
    padding-top: 15.1041666667vw;
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.section_plan_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.section_plan_bg--left, .section_plan_bg--right {
  width: calc((100% - 240px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .section_plan_bg--left, .section_plan_bg--right {
    background-size: contain;
    width: calc((100% - 95px) / 2);
  }
}
.section_plan_bg--left {
  left: 0;
  background-image: url(../img/plan_bg--left.png);
  background-position: top right;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  .section_plan_bg--left {
    width: calc((100% - 95px) / 2);
  }
}
.section_plan_bg--right {
  right: 0;
  background-image: url(../img/plan_bg--right.png);
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  .section_plan_bg--right {
    width: calc((100% - 95px) / 2);
  }
}
.section_plan .plan_container {
  background-color: rgba(238, 238, 238, 0.6);
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 110px;
  margin-bottom: 800px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container {
    padding-top: 6.25vw;
    padding-bottom: 5.7291666667vw;
    margin-bottom: 41.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 170px;
  }
}
.section_plan .plan_container .plan_price {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.section_plan .plan_container .plan_price--item:not(:last-child) {
  margin-bottom: 47px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item:not(:last-child) {
    margin-bottom: 2.4479166667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item:not(:last-child) {
    margin-bottom: 29px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text {
  width: 940px;
  padding: 38px 53px 32px 72px;
  margin: 0 auto;
  position: relative;
  border: 10px solid #e4e5e5;
  border-radius: 40px;
  background-color: #288cd2;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text {
    width: 48.9583333333vw;
    border: 0.5208333333vw solid #e4e5e5;
    border-radius: 2.0833333333vw;
    padding: 1.9791666667vw 2.7604166667vw 1.6666666667vw 3.75vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text {
    width: calc(100% - 20px);
    margin: 0;
    padding: 13px 25px;
    border: 5px solid #e4e5e5;
    border-radius: 20px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text--left, .section_plan .plan_container .plan_price--item .plan_price_text--right {
  width: calc((100vw - 940px) / 2);
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--left, .section_plan .plan_container .plan_price--item .plan_price_text--right {
    width: 25.5208333333vw;
    height: 1.0416666667vw;
    top: calc(50% - 0.5208333333vw);
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--left, .section_plan .plan_container .plan_price--item .plan_price_text--right {
    width: 20px;
    height: 5px;
    top: calc(50% - 2px);
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text--left:before, .section_plan .plan_container .plan_price--item .plan_price_text--right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--left:before, .section_plan .plan_container .plan_price--item .plan_price_text--right:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--left:before, .section_plan .plan_container .plan_price--item .plan_price_text--right:before {
    width: 5px;
    height: 5px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text--left {
  left: calc((100vw - 940px) / -2 - 10px);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--left {
    left: -26.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--left {
    left: -25px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text--left:before {
  right: 0;
}
.section_plan .plan_container .plan_price--item .plan_price_text--right {
  right: calc((100vw - 940px) / -2 - 10px);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--right {
    right: -26.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text--right {
    right: -25px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text--right:before {
  left: 0;
}
.section_plan .plan_container .plan_price--item .plan_price_text_lead {
  font-size: 70px;
  margin-bottom: 37px;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_lead {
    font-size: 70px;
    font-size: 3.6458333333vw;
    margin-bottom: 1.9270833333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_lead {
    font-size: 40px;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 15px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text_lead span.plan_price_text_lead--pc {
  font-size: 42px;
  letter-spacing: -0.002em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_lead span.plan_price_text_lead--pc {
    font-size: 42px;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_lead span.plan_price_text_lead--pc span {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_lead span.plan_price_text_lead--sp {
    font-size: 20px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text_description {
  font-size: 16px;
  line-height: 1.5625em;
  margin-bottom: 26px;
  letter-spacing: 0.13em;
  padding-left: 2em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_description {
    font-size: 16px;
    font-size: 0.8333333333vw;
    margin-bottom: 1.3541666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_description {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 0 38px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text_description p {
  text-indent: -1.5em;
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_description p {
    text-indent: -1.5em;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_text_description p:before {
  content: "※";
}
.section_plan .plan_container .plan_price--item .plan_price_text_option {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.195em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_option {
    font-size: 40px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_text_option {
    font-size: 20px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_photo {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo {
    margin-top: 15px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_photo .slick-list {
  padding-left: 0 !important;
}
.section_plan .plan_container .plan_price--item .plan_price_photo--item {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item {
    width: calc((100% - 5.2083333333vw) / 3);
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item {
    width: calc(100vw - 105px);
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item:first-child:before {
    content: "";
    display: block;
    height: 5px;
    top: calc(50% - 17px);
    left: 0;
    display: block;
    width: calc(300% - 30px);
    position: absolute;
    background-color: #fff;
    z-index: -1;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_photo--item_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item_img {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item_img {
    margin-bottom: 10px;
  }
}
.section_plan .plan_container .plan_price--item .plan_price_photo--item_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item_img img {
    width: calc(100% - 30px);
  }
}
.section_plan .plan_container .plan_price--item .plan_price_photo--item_text {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #288cd2;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.065em;
  border-radius: 23px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item_text {
    height: 2.3958333333vw;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price--item .plan_price_photo--item_text {
    width: 190px;
    margin-left: calc((100% - 190px - 30px) / 2);
    font-size: 15px;
    height: 23px;
    border-radius: 12px;
  }
}
.section_plan .plan_container .plan_price .plan_price_other {
  width: 937px;
  margin: 0 auto;
  position: relative;
  margin-top: 88px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .plan_price_other {
    width: 48.9583333333vw;
    margin-top: 4.5833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .plan_price_other {
    width: calc(100% - 30px);
    margin-left: 5px;
    margin-top: 15px;
  }
}
.section_plan .plan_container .plan_price .plan_price_other p {
  width: 100%;
  height: 110px;
  font-size: 40px;
  border: 10px solid #e4e5e5;
  border-radius: 55px;
  background-color: #288cd2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .plan_price_other p {
    height: 5.7291666667vw;
    font-size: 40px;
    font-size: 2.0833333333vw;
    border: 0.5208333333vw solid #e4e5e5;
    border-radius: 2.8645833333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .plan_price_other p {
    border: 5px solid #e4e5e5;
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
  }
}
.section_plan .plan_container .plan_price .plan_price_other--left, .section_plan .plan_container .plan_price .plan_price_other--right {
  width: calc((100vw - 917px) / 2);
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .plan_price_other--left, .section_plan .plan_container .plan_price .plan_price_other--right {
    width: 25.5208333333vw;
    height: 0.5208333333vw;
    top: calc(50% - 0.2604166667vw);
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .plan_price_other--left, .section_plan .plan_container .plan_price .plan_price_other--right {
    width: 25px;
    height: 5px;
    top: calc(50% - 2px);
  }
}
.section_plan .plan_container .plan_price .plan_price_other--left:before, .section_plan .plan_container .plan_price .plan_price_other--right:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .plan_price_other--left:before, .section_plan .plan_container .plan_price .plan_price_other--right:before {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .plan_price_other--left:before, .section_plan .plan_container .plan_price .plan_price_other--right:before {
    width: 5px;
    height: 5px;
  }
}
.section_plan .plan_container .plan_price .plan_price_other--left {
  left: calc((100vw - 917px) / -2);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .plan_price_other--left {
    left: -25.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .plan_price_other--left {
    left: -25px;
  }
}
.section_plan .plan_container .plan_price .plan_price_other--left:before {
  right: 0;
}
.section_plan .plan_container .plan_price .plan_price_other--right {
  right: calc((100vw - 917px) / -2);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .plan_price_other--right {
    right: -25.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .plan_price_other--right {
    right: -25px;
  }
}
.section_plan .plan_container .plan_price .plan_price_other--right:before {
  left: 0;
}
.section_plan .plan_container .plan_price .line_add {
  margin-top: 90px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_plan .plan_container .plan_price .line_add {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 960px) {
  .section_plan .plan_container .plan_price .line_add {
    margin-top: 29px;
    padding-right: 20px;
  }
}
.howtouse_container {
  background-color: rgba(255, 105, 79, 0.9);
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 400px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
    margin-bottom: 41.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container {
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 0;
  }
}
.howtouse_container .howtouse_main_container {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container {
    width: 100%;
    padding: 0 25px;
  }
}
.howtouse_container .howtouse_main_container .howtouse_lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse_lead {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse_lead {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 16px;
  }
}
.howtouse_container .howtouse_main_container .howtouse_lead_main {
  font-size: 60px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse_lead_main {
    font-size: 60px;
    font-size: 3.125vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse_lead_main {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.howtouse_container .howtouse_main_container .howtouse_lead_option {
  font-size: 15px;
  letter-spacing: 0.015em;
  line-height: 1.5em;
  margin-left: 30px;
  padding: 0 2em;
  text-indent: -1.5em;
}
.howtouse_container .howtouse_main_container .howtouse_lead_option:before {
  content: "※";
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse_lead_option {
    font-size: 15px;
    font-size: 0.78125vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse_lead_option {
    font-size: 10px;
    padding: 0 1.5em;
    text-indent: -1.5em;
    margin-left: 0;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_title {
  padding: 28px 32px;
  border: 10px solid #fff;
  border-radius: 55px;
  font-size: 40px;
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_title {
    padding: 1.4583333333vw 1.6666666667vw;
    border: 0.5208333333vw solid #fff;
    font-size: 40px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_title {
    padding: 7px 15px;
    border: 3px solid #fff;
    border-radius: 18px;
    font-size: 15px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_title:before {
  content: "";
  display: block;
  width: calc((100vw - 1240px) / 2);
  height: 10px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc((100vw - 1220px) / -2);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_title:before {
    width: 40px;
    height: 0.5208333333vw;
    left: calc(-40px - 0.5208333333vw);
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_title:before {
    width: 25px;
    height: 5px;
    left: -28px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content {
  width: 990px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content {
    width: calc(100% - 240px);
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content {
    width: 100%;
    margin-top: 10px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_movie {
  margin-bottom: 48px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_movie {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_movie {
    margin-bottom: 13px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_copy {
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_copy {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_copy {
    margin-bottom: 17px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_copy span {
  font-size: 30px;
  letter-spacing: 0.12em;
  padding: 2px;
  background-color: #fff;
  display: inline-block;
  color: #ff694f;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_copy span {
    font-size: 30px;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_copy span {
    font-size: 12px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text {
  font-size: 20px;
  letter-spacing: 0.115em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text {
    font-size: 20px;
    font-size: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text {
    font-size: 10px;
    margin-bottom: 16px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option {
  padding-left: 2em;
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option {
    padding-left: 1em;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option_text {
  text-indent: -2em;
  line-height: 1.45em;
  font-size: 14px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option_text {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option_text {
    font-size: 10px;
    text-indent: -1em;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option_text:first-child:before {
  content: "※1";
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option_text:nth-child(2):before {
  content: "※2";
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_text_option_text:not(:last-child) {
  margin-bottom: 10px;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow {
  margin-top: 56px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow {
    margin-top: 2.9166666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow {
    margin-top: 14px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_title {
  font-size: 30px;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_title {
    font-size: 30px;
    font-size: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 68px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content {
    width: 42.7083333333vw;
    padding-bottom: 3.5416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content {
    width: 100%;
    max-width: 400px;
    padding-bottom: 30px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item {
  width: 100%;
  height: 200px;
  border-radius: 100px;
  border: 10px solid #e1e2e2;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item {
    height: 10.4166666667vw;
    border-radius: 5.2083333333vw;
    border: 0.5208333333vw solid #e1e2e2;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item {
    height: 83px;
    border-radius: 42px;
    border: 4px solid #e1e2e2;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:last-child:before {
  height: 68px;
  bottom: -78px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:last-child:before {
    height: 3.5416666667vw;
    bottom: -4.0625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:last-child:before {
    height: 30px;
    bottom: -34px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:before, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:before, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:after {
    width: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:before, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:after {
    width: 5px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:before {
  height: 40px;
  bottom: -50px;
  background-color: #c4c4ab;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:before {
    height: 2.0833333333vw;
    bottom: -2.6041666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:before {
    height: 15px;
    bottom: -19px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:after {
  height: 10px;
  background-color: #000;
  bottom: -20px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:after {
    height: 0.5208333333vw;
    bottom: -1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item:after {
    height: 5px;
    bottom: -9px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_logo {
  background-color: #fff;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_logo svg {
  width: 84px;
  height: auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_logo svg {
    width: 4.375vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_logo svg {
    width: 37px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_content_car_name {
  color: #ff694f;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_content_text_01, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norelGo .flow--item_content_text_02 {
  color: #ff694f;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_logo {
  background-color: #288cd2;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_logo svg {
  width: 133px;
  height: auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_logo svg {
    width: 6.9270833333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_logo svg {
    width: 60px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_content_car_name {
  color: #288cd2;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_content_text_01, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item--norel .flow--item_content_text_02 {
  color: #288cd2;
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_logo {
  width: 190px;
  height: 100%;
  border-right: 4px solid #e1e2e2;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_logo {
    width: 9.8958333333vw;
    border-right: 0.2083333333vw solid #e1e2e2;
    border-top-left-radius: 5.2083333333vw;
    border-bottom-left-radius: 5.2083333333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_logo {
    width: 75px;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    border-right: 2px solid #e1e2e2;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px;
  padding-right: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content {
    padding-left: 0.8854166667vw;
    padding-right: 1.71875vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content {
    padding-left: 10px;
    padding-right: 17px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car {
  padding-top: 4px;
  margin-right: 35px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car {
    padding-top: 0.2083333333vw;
    margin-right: 1.8229166667vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car {
    padding-top: 2px;
    margin-right: 15px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_img {
  margin-bottom: 9px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_img {
    margin-bottom: 0.46875vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_img {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_img img {
    width: 8.75vw;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_img img {
    width: 80px;
    height: auto;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_name {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_name {
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_car_name {
    font-size: 8px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_01 {
  font-size: 20px;
  letter-spacing: 0.115em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_01 {
    font-size: 20px;
    font-size: 1.0416666667vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_01 {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_02 {
  font-size: 28px;
  line-height: 1.34em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_02 {
    font-size: 30px;
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_02 {
    font-size: 10px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_02 sup {
  font-size: 15px;
  vertical-align: super;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_02 sup {
    font-size: 15px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow--item_content_text_02 sup {
    font-size: 7px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange {
  width: 200px;
  height: 200px;
  border: 10px solid #fff;
  border-radius: 100px;
  background-color: #288cd2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:before, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:before, .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:after {
    width: 5px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:before {
  height: 40px;
  bottom: -50px;
  background-color: #c4c4ab;
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:before {
    height: 15px;
    bottom: -19px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:after {
  height: 10px;
  background-color: #000;
  bottom: -20px;
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange:after {
    height: 5px;
    bottom: -9px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text {
  font-size: 22px;
  line-height: 1.45em;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text {
    font-size: 10px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text svg {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text svg {
    width: 48px;
    margin-bottom: 7px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text sup {
  font-size: 15px;
  vertical-align: super;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text sup {
    font-size: 15px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_content .flow_planChange_text sup {
    font-size: 10px;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option {
  padding-left: 2em;
  margin-top: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option {
    margin-top: 20px;
    padding-left: 1.5em;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text {
  font-size: 13px;
  letter-spacing: 0.085em;
  line-height: 1.75em;
  text-indent: -2em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text {
    font-size: 13px;
    font-size: 0.6770833333vw;
  }
}
@media screen and (max-width: 960px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text {
    font-size: 10px;
    text-align: left;
    text-indent: -2em;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text:not(:last-child) {
    margin-bottom: 0.2604166667vw;
  }
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text:first-child:before {
  content: "※1";
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text:nth-child(2):before {
  content: "※2";
}
.howtouse_container .howtouse_main_container .howtouse--item_content .howtouse--item_flow_option_text:nth-child(3):before {
  content: "※3";
}
.howtouse_container .howtouse_main_container .howtouse--item_03 .howtouse--item_content .howtouse--item_flow_option_text, .howtouse_container .howtouse_main_container .howtouse--item_04 .howtouse--item_content .howtouse--item_flow_option_text {
  text-indent: -1.5em;
}
.howtouse_container .howtouse_main_container .howtouse--item_02 .howtouse--item_content .howtouse--item_flow_option_text:before, 
.howtouse_container .howtouse_main_container .howtouse--item_04 .howtouse--item_content .howtouse--item_flow_option_text:before {
  content: "※";
}

.system_container {
  position: relative;
  padding: 90px 0;
  background-color: rgba(40, 140, 210, 0.9);
  z-index: 2;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container {
    padding: 4.6875vw 0;
  }
}
@media screen and (max-width: 960px) {
  .system_container {
    padding: 27px 0;
  }
}
.system_container .system_main {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main {
    width: 63.0208333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main {
    width: 100%;
    padding: 0 25px;
  }
}
.system_container .system_main .system_copy {
  font-size: 60px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_copy {
    font-size: 60px;
    font-size: 3.125vw;
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_copy {
    font-size: 20px;
    line-height: 1.25em;
    margin-bottom: 25px;
  }
}
.system_container .system_main .system_copy sup {
  vertical-align: super;
  font-size: 24px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_copy sup {
    font-size: 24px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_copy sup {
    font-size: 16px;
  }
}
.system_container .system_main .system_content {
  position: relative;
  padding-bottom: 85px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content {
    padding-bottom: 4.4270833333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content {
    padding-bottom: 27px;
  }
}
.system_container .system_main .system_content:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 124px;
  z-index: 1;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content:before {
    width: 0.5208333333vw;
    left: 6.4583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content:before {
    width: 5px;
    left: 28px;
  }
}
.system_container .system_main .system_content--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.system_container .system_main .system_content--item:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item:first-child {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item:first-child {
    margin-bottom: 18px;
  }
}
.system_container .system_main .system_content--item_title {
  padding: 26px 50px;
  background-color: #fff;
  border-radius: 45px;
  color: #288cd2;
  font-size: 40px;
  margin-right: 28px;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_title {
    padding: 1.3541666667vw 2.6041666667vw;
    border-radius: 2.34375vw;
    font-size: 40px;
    font-size: 2.0833333333vw;
    margin-right: 1.4583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_title {
    padding: 10px 17px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 20px;
    letter-spacing: 0.09em;
  }
}
.system_container .system_main .system_content--item_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 40px;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_text {
    font-size: 40px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_text {
    font-size: 10px;
  }
}
.system_container .system_main .system_content--item_text span {
  font-size: 30px;
  letter-spacing: 0.115em;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_text span {
    font-size: 30px;
    font-size: 1.5625vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_text span {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.system_container .system_main .system_content--item_detail {
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail {
    margin-top: 15px;
  }
}
.system_container .system_main .system_content--item_detail_title {
  padding: 26px 50px;
  background-color: #fff;
  border-radius: 45px;
  color: #288cd2;
  font-size: 40px;
  margin-right: 28px;
  letter-spacing: 0.115em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail_title {
    padding: 1.3541666667vw 2.6041666667vw;
    border-radius: 2.34375vw;
    font-size: 40px;
    font-size: 2.0833333333vw;
    margin-right: 1.4583333333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail_title {
    padding: 10px 17px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 20px;
    letter-spacing: 0.09em;
  }
}
.system_container .system_main .system_content--item_detail_list {
  padding-left: 128px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail_list {
    padding-left: 6.4583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail_list {
    padding-left: 33px;
  }
}
.system_container .system_main .system_content--item_detail_list--item:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail_list--item:not(:last-child) {
    margin-bottom: 1.4583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail_list--item:not(:last-child) {
    margin-bottom: 18px;
  }
}
.system_container .system_main .system_content--item_detail_list--item_title {
  padding: 11px 20px 12px 0;
  border: 6px solid #fff;
  border-left: none;
  letter-spacing: 0.115em;
  display: inline-block;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  font-size: 40px;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail_list--item_title {
    padding: 0.5729166667vw 1.0416666667vw 0.625vw 0;
    border: 0.3125vw solid #fff;
    border-top-right-radius: 1.875vw;
    border-bottom-right-radius: 1.875vw;
    font-size: 40px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail_list--item_title {
    padding: 5px 10px 5px 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    font-size: 20px;
    border: 3px solid #fff;
    border-left: none;
  }
}
.system_container .system_main .system_content--item_detail_list--item_title span {
  padding: 11px 20px 12px;
  border: 6px solid #fff;
  border-left: none;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  margin-right: 20px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail_list--item_title span {
    padding: 0.5729166667vw 1.0416666667vw 0.625vw;
    border: 0.3125vw solid #fff;
    border-top-right-radius: 1.875vw;
    border-bottom-right-radius: 1.875vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail_list--item_title span {
    padding: 5px 10px 5px 7px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border: 3px solid #fff;
    border-left: none;
    margin-right: 7px;
  }
}
.system_container .system_main .system_content--item_detail_list--item_description {
  margin-top: 26px;
  padding-left: 56px;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_content--item_detail_list--item_description {
    margin-top: 1.3541666667vw;
    padding-left: 2.9166666667vw;
    font-size: 20px;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_content--item_detail_list--item_description {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
}
.system_container .system_main .system_option {
  width: 952px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.71em;
  margin-top: 30px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .system_container .system_main .system_option {
    width: 100%;
    font-size: 14px;
    font-size: 0.7291666667vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .system_container .system_main .system_option {
    width: 100%;
    font-size: 10px;
    line-height: 1.5em;
    margin-top: 14px;
  }
}
.system_container .system_main .system_option:before {
  content: "※";
}

@media screen and (max-width: 960px) {
  .section_system {
    padding-top: 75px;
    z-index: 2;
  }
}

.section_end .end_container,
.section_system .end_container {
  background-color: rgba(40, 140, 210, 0.9);
  padding-bottom: 88px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_end .end_container,
  .section_system .end_container {
    padding-bottom: 4.5833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_end .end_container,
  .section_system .end_container {
    padding-bottom: 28px;
  }
}
.section_end .end_container .end_visual img,
.section_system .end_container .end_visual img {
  width: 100%;
  height: auto;
}
.section_end .end_container .end_main,
.section_system .end_container .end_main {
  width: 1260px;
  margin: 0 auto;
  padding: 88px 0 0;
  margin-bottom: 72px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_end .end_container .end_main,
  .section_system .end_container .end_main {
    width: calc(100% - 80px);
    padding: 4.5833333333vw 0 0;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 960px) {
  .section_end .end_container .end_main,
  .section_system .end_container .end_main {
    width: 100%;
    padding: 29px 25px 0;
    margin-bottom: 24px;
  }
}
.section_end .end_container .end_main .end_text,
.section_system .end_container .end_main .end_text {
  width: 1030px;
  margin: 0 auto;
  font-size: 25px;
  margin-bottom: 44px;
  line-height: 2em;
  letter-spacing: 0.195em;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_end .end_container .end_main .end_text,
  .section_system .end_container .end_main .end_text {
    width: calc(100% - 200px);
    font-size: 25px;
    font-size: 1.3020833333vw;
    margin-bottom: 2.2916666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_end .end_container .end_main .end_text,
  .section_system .end_container .end_main .end_text {
    width: 100%;
    font-size: 12px;
    line-height: 1.75em;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
  }
}
.section_end .end_container .end_main .end_text sup,
.section_system .end_container .end_main .end_text sup {
  font-size: 12px;
  vertical-align: super;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_end .end_container .end_main .end_text sup,
  .section_system .end_container .end_main .end_text sup {
    font-size: 12px;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_end .end_container .end_main .end_text sup,
  .section_system .end_container .end_main .end_text sup {
    font-size: 10px;
  }
}
.section_end .end_container .end_main .end_option,
.section_system .end_container .end_main .end_option {
  font-size: 14px;
  line-height: 1.71em;
  letter-spacing: 0.085em;
  padding-left: 2em;
}
@media screen and (max-width: 1260px) and (min-width: 961px) {
  .section_end .end_container .end_main .end_option,
  .section_system .end_container .end_main .end_option {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_end .end_container .end_main .end_option,
  .section_system .end_container .end_main .end_option {
    width: auto;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_end .end_container .end_main .end_option,
  .section_system .end_container .end_main .end_option {
    font-size: 10px;
    line-height: 1.5em;
  }
}
.section_end .end_container .end_main .end_option_text,
.section_system .end_container .end_main .end_option_text {
  text-indent: -2em;
}
.section_end .end_container .end_main .end_option_text:first-child:before,
.section_system .end_container .end_main .end_option_text:first-child:before {
  content: "※1";
}
.section_end .end_container .end_main .end_option_text:nth-child(2):before,
.section_system .end_container .end_main .end_option_text:nth-child(2):before {
  content: "※2";
}

.section_guide {
  padding-top: 400px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide {
    padding-top: 20.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide {
    padding-top: 88px;
  }
}
.section_guide .guide_container {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 105, 79, 0.9);
  padding: 88px 0 50px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container {
    padding: 4.5833333333vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container {
    padding: 17px 0 24px;
  }
}
.section_guide .guide_container .guide_main {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main {
    width: 100%;
    padding: 0 25px;
  }
}
.section_guide .guide_container .guide_main_container .guide_copy {
  font-size: 60px;
  letter-spacing: 0.15em;
  margin-bottom: 52px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_copy {
    font-size: 60px;
    font-size: 3.125vw;
    margin-bottom: 2.7083333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_copy {
    font-size: 20px;
    margin-bottom: 18px;
    letter-spacing: 0.09em;
  }
}
.section_guide .guide_container .guide_main_container .guide_list {
  border-top: 5px solid #fff;
  margin-bottom: 103px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_list {
    border-top: 0.2604166667vw solid #fff;
    margin-bottom: 5.3645833333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_list {
    border-top: 2px solid #fff;
    margin-bottom: 32px;
  }
}
.section_guide .guide_container .guide_main_container .guide_list--item {
  padding: 32px 98px 32px 40px;
  position: relative;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_list--item {
    padding: 1.6666666667vw 5.1041666667vw 1.6666666667vw 2.0833333333vw;
    border-bottom: 0.2604166667vw solid #fff;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_list--item {
    padding: 15px 36px 15px 16px;
    border-bottom: 2px solid #fff;
  }
}
.section_guide .guide_container .guide_main_container .guide_list--item:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/guide_arrow.svg);
  width: 45px;
  height: 25px;
  background-size: cover;
  background-position: center;
  top: 45px;
  right: 28px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_list--item:after {
    width: 2.34375vw;
    height: 1.3020833333vw;
    top: 2.34375vw;
    right: 1.4583333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_list--item:after {
    width: 20px;
    height: 10px;
    top: 14px;
    right: 10px;
  }
}
.section_guide .guide_container .guide_main_container .guide_list--item.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_guide .guide_container .guide_main_container .guide_list--item_title {
  font-size: 40px;
  letter-spacing: 0.12em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_title {
    font-size: 40px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_title {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_title:hover {
    cursor: pointer;
    color: #3c3c6e;
  }
}
.section_guide .guide_container .guide_main_container .guide_list--item_text {
  margin-top: 35px;
  padding-left: 60px;
  font-size: 25px;
  line-height: 1.44em;
  letter-spacing: 0.2em;
  display: none;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_text {
    margin-top: 1.8229166667vw;
    padding-left: 3.125vw;
    font-size: 25px;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_text {
    margin-top: 17px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
  }
}
.section_guide .guide_container .guide_main_container .guide_list--item_text sup {
  font-size: 12px;
  vertical-align: super;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_text sup {
    font-size: 12px;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main_container .guide_list--item_text sup {
    font-size: 10px;
  }
}
.section_guide .guide_container .guide_main .pagetop {
  text-align: center;
}
.section_guide .guide_container .guide_main .pagetop a {
  padding-top: 38px;
  text-align: center;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main .pagetop a {
    padding-top: 1.9791666667vw;
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main .pagetop a {
    padding-top: 16px;
    font-size: 10px;
  }
}
.section_guide .guide_container .guide_main .pagetop a:hover {
  color: #3c3c6e;
}
.section_guide .guide_container .guide_main .pagetop a:hover:before {
  background-image: url(../img/guide_arrow--hover.svg);
}
.section_guide .guide_container .guide_main .pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/guide_arrow.svg);
  width: 45px;
  height: 25px;
  top: 0;
  left: 50%;
  margin-left: -22px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .section_guide .guide_container .guide_main .pagetop a:before {
    width: 2.34375vw;
    height: 1.3020833333vw;
    margin-left: -1.1458333333vw;
  }
}
@media screen and (max-width: 960px) {
  .section_guide .guide_container .guide_main .pagetop a:before {
    width: 21px;
    height: 12px;
    margin-left: -10px;
  }
}

.footer {
  background-color: #2c2c2c;
  padding: 40px 0 26px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer {
    padding: 2.0833333333vw 0 1.3541666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 20px 0 14px;
  }
}
.footer .footer_container {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container {
    width: 60.4166666667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .footer .footer_container .footer_logo a:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .footer_container .footer_logo a svg {
  width: 111px;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_logo a svg {
    width: 5.78125vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_logo a svg {
    width: 64px;
  }
}
.footer .footer_container .footer_logo a svg .logo_norelgo_path--title {
  fill: #fff;
}
.footer .footer_container .footer_content {
  width: 950px;
  padding-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content {
    width: 49.4791666667vw;
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content {
    width: 100%;
    padding-top: 0;
    margin-top: 17px;
  }
}
.footer .footer_container .footer_content_upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper {
    width: 293px;
    margin: 0 auto;
    margin-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_container .footer_content_upper .footer_link {
  width: 578px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 28px 56px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_link {
    width: 30.1041666667vw;
    gap: 1.4583333333vw 2.9166666667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_link {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px 32px;
    margin-bottom: 27px;
  }
}
.footer .footer_container .footer_content_upper .footer_link--item {
  font-size: 34px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_link--item {
    font-size: 34px;
    font-size: 1.7708333333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_link--item {
    font-size: 20px;
  }
}
.footer .footer_container .footer_content_upper .footer_link--item:first-child, .footer .footer_container .footer_content_upper .footer_link--item:nth-child(4) {
  width: 112px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_link--item:first-child, .footer .footer_container .footer_content_upper .footer_link--item:nth-child(4) {
    width: 5.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_link--item:first-child, .footer .footer_container .footer_content_upper .footer_link--item:nth-child(4) {
    width: 68px;
  }
}
.footer .footer_container .footer_content_upper .footer_link--item:nth-child(2), .footer .footer_container .footer_content_upper .footer_link--item:nth-child(5) {
  width: 175px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_link--item:nth-child(2), .footer .footer_container .footer_content_upper .footer_link--item:nth-child(5) {
    width: 9.1145833333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_link--item:nth-child(2), .footer .footer_container .footer_content_upper .footer_link--item:nth-child(5) {
    width: 106px;
  }
}
@media screen and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_link--item:hover {
    color: #ff694f;
  }
}
.footer .footer_container .footer_content_upper .footer_sns {
  width: 288px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_sns {
    width: 15vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_sns {
    width: 75px;
    margin: 0 auto;
  }
}
.footer .footer_container .footer_content_upper .footer_sns--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  background-color: #ff694f;
  border-radius: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 2px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_sns--item {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
    padding-top: 0.1041666667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_sns--item {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:hover {
    background-color: #3c3c6e;
  }
}
.footer .footer_container .footer_content_upper .footer_sns--item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:not(:last-child) {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:not(:last-child) {
    margin-right: 15px;
  }
}
.footer .footer_container .footer_content_upper .footer_sns--item:first-child svg {
  width: 41px;
  height: auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:first-child svg {
    width: 2.1354166667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:first-child svg {
    width: 20px;
  }
}
.footer .footer_container .footer_content_upper .footer_sns--item:nth-child(2) svg {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:nth-child(2) svg {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_upper .footer_sns--item:nth-child(2) svg {
    width: 20px;
  }
}
.footer .footer_container .footer_content_lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower {
    width: 387px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) and (max-width: 387px) {
  .footer .footer_container .footer_content_lower {
    width: 100%;
    padding: 0 40px;
  }
}
.footer .footer_container .footer_content_lower .footer_privacy {
  width: 593px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_privacy {
    width: 30.8854166667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_privacy {
    width: 100%;
  }
}
.footer .footer_container .footer_content_lower .footer_privacy--item {
  font-size: 14px;
  color: #6b6ba2;
  border-bottom: 1px solid #6b6ba2;
  letter-spacing: 0.065em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item {
    font-size: 14px;
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item {
    font-size: 10px;
  }
}
.footer .footer_container .footer_content_lower .footer_privacy--item_noLink {
  display: inline;
}
.footer .footer_container .footer_content_lower .footer_privacy--item:first-child {
  margin-right: 68px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:first-child {
    margin-right: 0;
    display: table;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:first-child {
    margin-right: 22px;
  }
}
@media screen and (max-width: 960px) and (max-width: 387px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:first-child {
    margin-right: 0;
    display: table;
  }
}
.footer .footer_container .footer_content_lower .footer_privacy--item:nth-child(2) {
  border: none;
  margin-right: 15px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:nth-child(2) {
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:nth-child(2) {
    margin-right: 7px;
  }
}
.footer .footer_container .footer_content_lower .footer_privacy--item:nth-child(3) {
  margin-right: 20px;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:nth-child(3) {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_privacy--item:nth-child(3) {
    margin-right: 7px;
  }
}
@media screen and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_privacy a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(107, 107, 162, 0);
  }
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_copyright {
    width: 15vw;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_copyright {
    margin-top: 12px;
  }
}
.footer .footer_container .footer_content_lower .footer_copyright p {
  font-size: 14px;
  color: #6b6ba2;
}
@media screen and (max-width: 1240px) and (min-width: 961px) {
  .footer .footer_container .footer_content_lower .footer_copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_container .footer_content_lower .footer_copyright p {
    font-size: 10px;
    text-align: center;
  }
}
