@charset "UTF-8";
/* font-color{{{ */
/* }}}font-color */
/* line 3, app/assets/stylesheets/abstraction/_mixin.scss */
.l-header, .functionList__item, .planBox__item, .contents, .box__list {
  *zoom: 1;
}

/* line 5, app/assets/stylesheets/abstraction/_mixin.scss */
.l-header:after, .functionList__item:after, .planBox__item:after, .contents:after, .box__list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ### reset.scss ### */
/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 10, app/assets/stylesheets/base/_reset.scss */
html {
  color: #000;
  background: #FFF;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
fieldset, img {
  border: 0;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
caption, th {
  text-align: left;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
q:before, q:after {
  content: '';
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
sup {
  vertical-align: text-top;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
legend {
  color: #000;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
#yui3-css-stamp.cssreset {
  display: none;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
figure {
  margin: 0;
}

/* line 1, app/assets/stylesheets/base/_default.scss */
html, body {
  padding: 0;
  margin: 0;
}

@media print {
  /* line 7, app/assets/stylesheets/base/_default.scss */
  html, body {
    height: 100%;
  }
}

/* line 12, app/assets/stylesheets/base/_default.scss */
html {
  background: #f4f4f4;
  font-family: Arial, "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", clean, sans-serif;
  font-size: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.8pt;
  color: #3c3c3c;
}

@media screen and (max-width: 1024px) {
  /* line 12, app/assets/stylesheets/base/_default.scss */
  html {
    font-size: 14px;
  }
}

/* line 23, app/assets/stylesheets/base/_default.scss */
body {
  word-wrap: break-word;
}

@media screen and (max-width: 1024px) {
  /* line 23, app/assets/stylesheets/base/_default.scss */
  body {
    padding-top: 53px;
  }
}

/* line 30, app/assets/stylesheets/base/_default.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, app/assets/stylesheets/base/_default.scss */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 44, app/assets/stylesheets/base/_default.scss */
a {
  text-decoration: none;
  color: #3c3c3c;
}

/* line 48, app/assets/stylesheets/base/_default.scss */
img {
  max-width: 100%;
  height: auto;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
/* line 5, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media screen and (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/plugin/_bx-slider.scss */
  .bx-wrapper {
    margin-bottom: 30px;
  }
}

/* line 16, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 20, app/assets/stylesheets/plugin/_bx-slider.scss */
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

/* line 26, app/assets/stylesheets/plugin/_bx-slider.scss */
ul.bxslider {
  list-style: none;
}

/* line 29, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
/* line 37, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 44, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 54, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 62, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 74, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

/* line 79, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

/* line 86, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 91, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 98, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

/* line 102, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 110, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

/* line 114, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  /* line 114, app/assets/stylesheets/plugin/_bx-slider.scss */
  .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 24px;
  }
}

/* line 128, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 132, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 135, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 143, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

/* line 148, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 156, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 162, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 166, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 171, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 179, app/assets/stylesheets/plugin/_bx-slider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 2, app/assets/stylesheets/component/_adjust.scss */
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 2, app/assets/stylesheets/component/_adjust.scss */
  .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  /* line 10, app/assets/stylesheets/component/_adjust.scss */
  .pc {
    display: none !important;
  }
}

/* line 16, app/assets/stylesheets/component/_adjust.scss */
.t-center {
  text-align: center;
}

/* line 20, app/assets/stylesheets/component/_adjust.scss */
.t-right {
  text-align: right;
}

/* line 24, app/assets/stylesheets/component/_adjust.scss */
.t-left {
  text-align: left;
}

/* line 28, app/assets/stylesheets/component/_adjust.scss */
.mt-0 {
  margin-top: 0px;
}

/* line 32, app/assets/stylesheets/component/_adjust.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 36, app/assets/stylesheets/component/_adjust.scss */
.mt-24 {
  margin-top: 24px;
}

/* line 40, app/assets/stylesheets/component/_adjust.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 44, app/assets/stylesheets/component/_adjust.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 48, app/assets/stylesheets/component/_adjust.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 52, app/assets/stylesheets/component/_adjust.scss */
.mb-minus-20 {
  margin-bottom: -20px;
}

/* line 56, app/assets/stylesheets/component/_adjust.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 60, app/assets/stylesheets/component/_adjust.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 64, app/assets/stylesheets/component/_adjust.scss */
.pl-10 {
  padding-left: 10px;
}

/* line 68, app/assets/stylesheets/component/_adjust.scss */
.pl-40 {
  padding-left: 40px;
}

/* line 72, app/assets/stylesheets/component/_adjust.scss */
.pr-40 {
  padding-right: 40px;
}

/* line 76, app/assets/stylesheets/component/_adjust.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 80, app/assets/stylesheets/component/_adjust.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 84, app/assets/stylesheets/component/_adjust.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 88, app/assets/stylesheets/component/_adjust.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 92, app/assets/stylesheets/component/_adjust.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 96, app/assets/stylesheets/component/_adjust.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 100, app/assets/stylesheets/component/_adjust.scss */
.mr-40 {
  margin-right: 40px;
}

/* line 104, app/assets/stylesheets/component/_adjust.scss */
.w-40 {
  width: 40%;
}

/* line 108, app/assets/stylesheets/component/_adjust.scss */
.w-80 {
  width: 80%;
}

/* line 112, app/assets/stylesheets/component/_adjust.scss */
.w-150 {
  width: 150px;
}

/* line 116, app/assets/stylesheets/component/_adjust.scss */
.bold {
  font-weight: bold;
}

/* line 120, app/assets/stylesheets/component/_adjust.scss */
.mb0 {
  margin-bottom: 0px;
}

/* line 124, app/assets/stylesheets/component/_adjust.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 128, app/assets/stylesheets/component/_adjust.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 132, app/assets/stylesheets/component/_adjust.scss */
.ml-a {
  margin-left: auto;
}

/* line 136, app/assets/stylesheets/component/_adjust.scss */
.color-red {
  color: #ad3939;
}

/* line 140, app/assets/stylesheets/component/_adjust.scss */
.tiny-font {
  font-size: 12px;
}

/* line 144, app/assets/stylesheets/component/_adjust.scss */
.fs-11 {
  font-size: 11px;
}

@media screen and (max-width: 1024px) {
  /* line 148, app/assets/stylesheets/component/_adjust.scss */
  .float-left,
.float-right {
    float: none;
    clear: both;
  }
}

/* line 9, app/assets/stylesheets/top.scss */
body {
  background: #fff;
  padding-top: 0;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1024px) {
  /* line 9, app/assets/stylesheets/top.scss */
  body {
    padding-top: 0;
  }
}

/* line 18, app/assets/stylesheets/top.scss */
::selection {
  background: #00AF96;
  /* Safari用 */
  color: #fff;
}

/* line 24, app/assets/stylesheets/top.scss */
::-moz-selection {
  background: #00AF96;
  /* Firefox用 */
  color: #fff;
}

/* line 30, app/assets/stylesheets/top.scss */
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

/* line 40, app/assets/stylesheets/top.scss */
.c-link {
  color: #00AF96;
}

/* line 45, app/assets/stylesheets/top.scss */
.box {
  max-width: 800px;
  box-shadow: 0 0 46px 0 rgba(197, 197, 197, 0.32);
  background: #fff;
  padding: 40px 40px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  /* line 45, app/assets/stylesheets/top.scss */
  .box {
    width: 90%;
    padding: 30px 20px;
  }
}

/* line 56, app/assets/stylesheets/top.scss */
.box__text {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 56, app/assets/stylesheets/top.scss */
  .box__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* line 66, app/assets/stylesheets/top.scss */
.box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: -5%;
  width: 110%;
  height: 100px;
  background: -moz-linear-gradient(to bottom, #fff, white 30%, #fff);
  background: -webkit-linear-gradient(to bottom, #fff, white 30%, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 30%, white);
}

/* line 80, app/assets/stylesheets/top.scss */
.box__list__item {
  width: 48%;
  float: left;
}

@media screen and (max-width: 1024px) {
  /* line 80, app/assets/stylesheets/top.scss */
  .box__list__item {
    width: auto;
    float: none;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  /* line 88, app/assets/stylesheets/top.scss */
  .box__list__item:nth-child(2) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 88, app/assets/stylesheets/top.scss */
  .box__list__item:nth-child(2) {
    margin-top: 15px;
  }
}

/* line 96, app/assets/stylesheets/top.scss */
.box__list__item span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  /* line 96, app/assets/stylesheets/top.scss */
  .box__list__item span {
    font-size: 13px;
  }
}

/* line 103, app/assets/stylesheets/top.scss */
.box__list__item.center {
  float: none;
  margin: 0 auto;
}

/* line 108, app/assets/stylesheets/top.scss */
.box__list .buttonStyle {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

/* line 116, app/assets/stylesheets/top.scss */
.box__list .tel {
  font-weight: bold;
  color: #00AF96;
  font-size: 50px;
}

@media screen and (max-width: 1024px) {
  /* line 116, app/assets/stylesheets/top.scss */
  .box__list .tel {
    font-size: 30px;
    text-align: center;
  }
}

/*-- loading bar --*/
/* line 131, app/assets/stylesheets/top.scss */
.loading {
  width: 100%;
  height: 100%;
  background: #EDF7F3;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
}

/* line 139, app/assets/stylesheets/top.scss */
.loading .bar {
  width: 0;
  height: 4px;
  background: #00AF96;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s linear 0s;
  z-index: 2000;
}

/* line 154, app/assets/stylesheets/top.scss */
.slide-scroll {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s cubic-bezier(0.32, 0.07, 0, 1.04);
}

/* line 158, app/assets/stylesheets/top.scss */
.slide-scroll[data-scroll="in"] {
  opacity: 1;
  transform: translate(0, 0px);
}

/* line 164, app/assets/stylesheets/top.scss */
.fade-scroll {
  opacity: 0;
  transition: all 1s ease;
}

/* line 167, app/assets/stylesheets/top.scss */
.fade-scroll[data-scroll="in"] {
  opacity: 1;
}

/* line 173, app/assets/stylesheets/top.scss */
.contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 181, app/assets/stylesheets/top.scss */
.buttonStyle {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 25px 0;
  width: 270px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0 0 9px 0 rgba(71, 58, 26, 0.26);
  background-image: linear-gradient(to left, #fcb457 0%, #e88147);
  transition: all .2s linear;
  border: #e88147 2px solid;
  position: relative;
}

@media screen and (max-width: 1024px) {
  /* line 181, app/assets/stylesheets/top.scss */
  .buttonStyle {
    padding: 18px 0px;
    text-align: center;
    display: block;
    width: auto;
  }
}

/* line 201, app/assets/stylesheets/top.scss */
.buttonStyle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #fff;
}

/* line 214, app/assets/stylesheets/top.scss */
.buttonStyle:hover {
  background: #fff;
  color: #e88147;
}

/* line 217, app/assets/stylesheets/top.scss */
.buttonStyle:hover:before {
  border-color: transparent transparent transparent #e88147;
}

/* line 223, app/assets/stylesheets/top.scss */
.buttonStyle3 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 25px 0;
  width: 270px;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0 0 9px 0 rgba(71, 58, 26, 0.26);
  transition: all .2s linear;
  background: #fff;
  border: #3c3c3c 2px solid;
  position: relative;
}

@media screen and (max-width: 1024px) {
  /* line 223, app/assets/stylesheets/top.scss */
  .buttonStyle3 {
    padding: 18px 0px;
    text-align: center;
    display: block;
    width: auto;
  }
}

/* line 243, app/assets/stylesheets/top.scss */
.buttonStyle3:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(/assets/top/icon_dl-f3db62e1d18fa93f1fbd4b6ca06756e9ba736f5d15a18323379e33f819664459.svg) center bottom no-repeat;
  background-size: 24px;
}

/* line 255, app/assets/stylesheets/top.scss */
.buttonStyle3:hover {
  background: #00AF96;
  border-color: #109867;
  color: #fff;
}

/* line 259, app/assets/stylesheets/top.scss */
.buttonStyle3:hover:before {
  background: url(/assets/top/icon_dl_white-7d1ec6651a79481159dede41a9b0612aabcf2e6c98583a0c07bd2ea79ac2f4d3.svg) center bottom no-repeat;
}

/* line 265, app/assets/stylesheets/top.scss */
.buttonStyle2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 25px 0px;
  border-radius: 7px;
  box-shadow: 0 0 9px 0 rgba(71, 58, 26, 0.26);
  background-image: linear-gradient(to left, #00AF96 0%, #00ccaf);
  transition: all .2s linear;
  border: #00ccaf 1px solid;
}

@media screen and (max-width: 1024px) {
  /* line 265, app/assets/stylesheets/top.scss */
  .buttonStyle2 {
    padding: 18px 0px;
    text-align: center;
    display: block;
  }
}

/* line 282, app/assets/stylesheets/top.scss */
.buttonStyle2:hover {
  background: #fff;
  color: #00ccaf;
}

/* line 288, app/assets/stylesheets/top.scss */
.headline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  /* line 288, app/assets/stylesheets/top.scss */
  .headline {
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: -0.3px;
  }
}

/* line 301, app/assets/stylesheets/top.scss */
.headline__en {
  display: block;
  margin-bottom: 15px;
  color: #00AF96;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  /* line 301, app/assets/stylesheets/top.scss */
  .headline__en {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

/* line 311, app/assets/stylesheets/top.scss */
.headline--small {
  margin: 50px 0 25px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #00AF96;
}

/* line 320, app/assets/stylesheets/top.scss */
.c-text {
  font-size: 15px;
  line-height: 1.5;
  color: #3c3c3c;
}

/* line 324, app/assets/stylesheets/top.scss */
.c-text--caption {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  /* line 324, app/assets/stylesheets/top.scss */
  .c-text--caption {
    letter-spacing: -0.3px;
  }
}

/* line 330, app/assets/stylesheets/top.scss */
.c-text--caption--mt {
  margin-top: 25px;
}

/* line 337, app/assets/stylesheets/top.scss */
.about {
  padding: 60px 0 50px;
}

@media screen and (max-width: 1024px) {
  /* line 337, app/assets/stylesheets/top.scss */
  .about {
    padding: 30px 15px 0;
  }
}

/* line 343, app/assets/stylesheets/top.scss */
.about__text {
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  /* line 343, app/assets/stylesheets/top.scss */
  .about__text {
    text-align: left;
  }
}

/* line 349, app/assets/stylesheets/top.scss */
.about__text__notice {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
  color: #888;
}

/* line 359, app/assets/stylesheets/top.scss */
.point {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  /* line 359, app/assets/stylesheets/top.scss */
  .point {
    padding: 50px 15px 30px;
  }
}

@media screen and (min-width: 1025px) {
  /* line 365, app/assets/stylesheets/top.scss */
  .pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  /* line 365, app/assets/stylesheets/top.scss */
  .pointList {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 379, app/assets/stylesheets/top.scss */
.pointList__item {
  width: 372px;
  box-shadow: 0 0 46px 0 rgba(197, 197, 197, 0.32);
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  /* line 379, app/assets/stylesheets/top.scss */
  .pointList__item {
    width: auto;
  }
}

/* line 387, app/assets/stylesheets/top.scss */
.pointList__item__num {
  position: absolute;
  width: 138px;
  height: auto;
  top: -50px;
  left: -15px;
  z-index: 2;
}

/* line 395, app/assets/stylesheets/top.scss */
.pointList__item__img {
  display: table-cell;
  width: 372px;
  height: 257px;
  text-align: center;
  vertical-align: middle;
  background-color: #EDF7F3;
}

@media screen and (max-width: 1024px) {
  /* line 395, app/assets/stylesheets/top.scss */
  .pointList__item__img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* line 409, app/assets/stylesheets/top.scss */
.pointList__item__text, .pointList__item__title {
  padding: 25px;
}

/* line 413, app/assets/stylesheets/top.scss */
.pointList__item__title {
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  /* line 413, app/assets/stylesheets/top.scss */
  .pointList__item__title {
    letter-spacing: -0.3px;
  }
}

/* line 423, app/assets/stylesheets/top.scss */
.pointList__item__text {
  padding-top: 0;
}

/* line 425, app/assets/stylesheets/top.scss */
.pointList__item__text .c-note {
  font-weight: bold;
  font-size: 18px;
  color: #F05455;
}

/* line 431, app/assets/stylesheets/top.scss */
.pointList__item__notice {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}

/* line 437, app/assets/stylesheets/top.scss */
.pointList__item:last-child .pointList__item__title {
  padding: 39px 25px;
}

/* line 446, app/assets/stylesheets/top.scss */
.step {
  padding: 100px 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  /* line 446, app/assets/stylesheets/top.scss */
  .step {
    padding: 50px 0 0;
  }
}

/* line 452, app/assets/stylesheets/top.scss */
.step .headline {
  margin-bottom: 20px;
}

/* line 455, app/assets/stylesheets/top.scss */
.step__text {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  /* line 460, app/assets/stylesheets/top.scss */
  .stepFlow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* line 469, app/assets/stylesheets/top.scss */
.stepFlow__item {
  width: 330px;
}

@media screen and (max-width: 1024px) {
  /* line 469, app/assets/stylesheets/top.scss */
  .stepFlow__item {
    width: auto;
    position: relative;
    padding-bottom: 40px;
  }
}

/* line 476, app/assets/stylesheets/top.scss */
.stepFlow__item__img {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

/* line 481, app/assets/stylesheets/top.scss */
.stepFlow__item__num {
  float: left;
  width: 80px;
}

@media screen and (max-width: 1024px) {
  /* line 481, app/assets/stylesheets/top.scss */
  .stepFlow__item__num {
    float: none;
    position: absolute;
    left: 30px;
    top: 0;
  }
}

/* line 491, app/assets/stylesheets/top.scss */
.stepFlow__item__title {
  font-weight: bold;
  font-size: 24px;
  color: #00AF96;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  /* line 491, app/assets/stylesheets/top.scss */
  .stepFlow__item__title {
    text-align: center;
  }
}

/* line 500, app/assets/stylesheets/top.scss */
.stepFlow__item__text {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  /* line 500, app/assets/stylesheets/top.scss */
  .stepFlow__item__text {
    text-align: center;
  }
}

/* line 506, app/assets/stylesheets/top.scss */
.stepFlow__item:nth-child(1) .stepFlow__item__img {
  background: url(/images/top/step_bg_1.png) center bottom no-repeat;
}

/* line 509, app/assets/stylesheets/top.scss */
.stepFlow__item:nth-child(2) .stepFlow__item__img {
  background: url(/images/top/step_bg_2.png) center bottom no-repeat;
}

/* line 512, app/assets/stylesheets/top.scss */
.stepFlow__item:nth-child(3) .stepFlow__item__img {
  background: url(/images/top/step_bg_3.png) center bottom no-repeat;
}

/* line 520, app/assets/stylesheets/top.scss */
.plan {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  /* line 520, app/assets/stylesheets/top.scss */
  .plan {
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
  }
}

/* line 529, app/assets/stylesheets/top.scss */
.planTable {
  text-align: center;
}

/* line 531, app/assets/stylesheets/top.scss */
.planTable__item {
  width: 310px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 46px 0 rgba(197, 197, 197, 0.32);
  margin: 0 15px;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  /* line 531, app/assets/stylesheets/top.scss */
  .planTable__item {
    width: auto;
    display: block;
    margin-bottom: 30px;
  }
}

/* line 544, app/assets/stylesheets/top.scss */
.planTable__title {
  color: #fff;
  font-weight: bold;
  padding: 13px;
  min-height: 84px;
}

/* line 549, app/assets/stylesheets/top.scss */
.planTable__title h3 {
  font-size: 24px;
  margin-top: 10px;
}

/* line 554, app/assets/stylesheets/top.scss */
.planTable__price {
  padding: 30px 0;
}

@media screen and (min-width: 1025px) {
  /* line 554, app/assets/stylesheets/top.scss */
  .planTable__price {
    height: 200px;
  }
}

/* line 559, app/assets/stylesheets/top.scss */
.planTable__price h4 {
  font-size: 18px;
  font-weight: bold;
}

/* line 563, app/assets/stylesheets/top.scss */
.planTable__price .price {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}

/* line 567, app/assets/stylesheets/top.scss */
.planTable__price .price span {
  font-size: 70px;
}

/* line 571, app/assets/stylesheets/top.scss */
.planTable__price .notice {
  font-size: 13px;
  margin-top: 10px;
}

/* line 576, app/assets/stylesheets/top.scss */
.planTable__text {
  position: relative;
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 1025px) {
  /* line 576, app/assets/stylesheets/top.scss */
  .planTable__text {
    height: 110px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 576, app/assets/stylesheets/top.scss */
  .planTable__text {
    padding: 20px 10px 15px;
  }
}

/* line 585, app/assets/stylesheets/top.scss */
.planTable__text dt {
  font-weight: bold;
  font-size: 18px;
  color: #00AF96;
}

@media screen and (min-width: 1025px) {
  /* line 585, app/assets/stylesheets/top.scss */
  .planTable__text dt {
    text-align: right;
    position: absolute;
    right: 110%;
    top: 0;
    bottom: 0;
    width: 12em;
    height: 1em;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  /* line 585, app/assets/stylesheets/top.scss */
  .planTable__text dt {
    margin-bottom: 10px;
  }
}

/* line 602, app/assets/stylesheets/top.scss */
.planTable__text dt span {
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #3c3c3c;
}

@media screen and (min-width: 1025px) {
  /* line 609, app/assets/stylesheets/top.scss */
  .planTable__text dd {
    line-height: 110px;
  }
}

/* line 613, app/assets/stylesheets/top.scss */
.planTable__text dd span {
  font-size: 30px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", clean, sans-serif;
}

@media screen and (min-width: 1025px) {
  /* line 618, app/assets/stylesheets/top.scss */
  .planTable__text dd.caption {
    line-height: 1;
    padding-top: 30px;
  }
}

/* line 623, app/assets/stylesheets/top.scss */
.planTable__text dd .notice {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

/* line 632, app/assets/stylesheets/top.scss */
.planTable .plan1 .planTable__title {
  background: #bbbbbb;
}

/* line 635, app/assets/stylesheets/top.scss */
.planTable .plan1 .price {
  color: #bbbbbb;
}

/* line 640, app/assets/stylesheets/top.scss */
.planTable .plan2 .planTable__title {
  background: #00AF96;
}

/* line 643, app/assets/stylesheets/top.scss */
.planTable .plan2 .price {
  color: #00AF96;
}

/* line 649, app/assets/stylesheets/top.scss */
.planBox {
  border: solid 10px #d2f1e5;
  box-shadow: 0 0 46px 0 rgba(197, 197, 197, 0.32);
  width: 650px;
  margin: 0 auto;
  padding: 30px 60px;
}

@media screen and (max-width: 1024px) {
  /* line 649, app/assets/stylesheets/top.scss */
  .planBox {
    width: auto;
    margin: 0 15px;
    padding: 20px 30px;
  }
}

/* line 660, app/assets/stylesheets/top.scss */
.planBox__item {
  line-height: 1;
}

/* line 663, app/assets/stylesheets/top.scss */
.planBox__item__inner {
  font-weight: bold;
  overflow: hidden;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 663, app/assets/stylesheets/top.scss */
  .planBox__item__inner {
    text-align: center;
    margin-left: 0;
  }
}

/* line 672, app/assets/stylesheets/top.scss */
.planBox__item i {
  vertical-align: middle;
  padding: 0 10px;
}

/* line 676, app/assets/stylesheets/top.scss */
.planBox__item__read {
  margin: 0 0 30px;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  /* line 676, app/assets/stylesheets/top.scss */
  .planBox__item__read {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  /* line 691, app/assets/stylesheets/top.scss */
  .planBox__item:first-child .planBox__text {
    margin-top: 52px;
  }
}

/* line 698, app/assets/stylesheets/top.scss */
.planBox__main-cover {
  display: flex;
}

@media screen and (max-width: 1024px) {
  /* line 698, app/assets/stylesheets/top.scss */
  .planBox__main-cover {
    display: block;
  }
}

/* line 704, app/assets/stylesheets/top.scss */
.planBox__title {
  color: #00AF96;
  font-weight: bold;
  font-size: 20px;
  background: #d2f1e5;
  border-radius: 15px;
  text-align: center;
  padding: 11px 20px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  /* line 704, app/assets/stylesheets/top.scss */
  .planBox__title {
    float: none;
    padding: 7px;
    margin: 0 auto 10px;
    font-size: 16px;
  }
  /* line 718, app/assets/stylesheets/top.scss */
  .planBox__title br {
    display: none;
  }
}

/* line 723, app/assets/stylesheets/top.scss */
.planBox__priceYen {
  color: #f05455;
  font-weight: bold;
  font-size: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 723, app/assets/stylesheets/top.scss */
  .planBox__priceYen {
    font-size: 30px;
  }
}

/* line 730, app/assets/stylesheets/top.scss */
.planBox__priceYen:last-child {
  position: relative;
  top: -12px;
  margin-left: 12px;
}

@media screen and (max-width: 1024px) {
  /* line 730, app/assets/stylesheets/top.scss */
  .planBox__priceYen:last-child {
    top: -6px;
    margin-left: 6px;
  }
}

/* line 740, app/assets/stylesheets/top.scss */
.planBox__price {
  color: #f05455;
  font-weight: bold;
  font-size: 80px;
}

@media screen and (max-width: 1024px) {
  /* line 740, app/assets/stylesheets/top.scss */
  .planBox__price {
    font-size: 50px;
  }
}

/* line 748, app/assets/stylesheets/top.scss */
.planBox__notice {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  text-align: right;
  padding-right: 55px;
  letter-spacing: 0px;
}

@media screen and (max-width: 1024px) {
  /* line 748, app/assets/stylesheets/top.scss */
  .planBox__notice {
    margin-top: 10px;
    padding: 0;
    font-size: 10px;
    letter-spacing: -.6px;
  }
}

/* line 763, app/assets/stylesheets/top.scss */
.planBox__text {
  vertical-align: bottom;
}

/* line 769, app/assets/stylesheets/top.scss */
.cvArea {
  text-align: center;
  background: url(/images/top/cv_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin: 100px 0;
}

@media screen and (max-width: 1024px) {
  /* line 769, app/assets/stylesheets/top.scss */
  .cvArea {
    padding: 30px 15px;
    margin: 50px 0;
    text-align: left;
    background: url(/images/top/cv_bg_sp.jpg) 0 50% no-repeat;
    background-size: 100% auto;
  }
}

/* line 782, app/assets/stylesheets/top.scss */
.cvArea__text {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 782, app/assets/stylesheets/top.scss */
  .cvArea__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }
}

/* line 792, app/assets/stylesheets/top.scss */
.cvArea__item {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  /* line 792, app/assets/stylesheets/top.scss */
  .cvArea__item {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  /* line 800, app/assets/stylesheets/top.scss */
  .cvArea__item:nth-child(2) {
    padding: 0 30px;
  }
}

/* line 807, app/assets/stylesheets/top.scss */
.tel {
  background: url(/assets/top/icon_tel-44a4ee5a0b7053dc4d45a2e3e9a63c50dcceeac9849ecb92fef173d4e8db5723.png) 0 0 no-repeat;
  background-size: 52px auto;
  padding-left: 70px;
}

@media screen and (max-width: 1024px) {
  /* line 807, app/assets/stylesheets/top.scss */
  .tel {
    background-size: 40px auto;
    padding-left: 50px;
  }
}

/* line 815, app/assets/stylesheets/top.scss */
.tel__number {
  color: #00AF96;
  font-weight: bold;
  font-size: 44px;
  display: block;
}

@media screen and (max-width: 1024px) {
  /* line 815, app/assets/stylesheets/top.scss */
  .tel__number {
    font-size: 30px;
  }
}

/* line 824, app/assets/stylesheets/top.scss */
.tel__text {
  padding: 10px 0 0 3px;
  display: block;
  text-align: right;
  color: #aaa;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  /* line 824, app/assets/stylesheets/top.scss */
  .tel__text {
    padding-top: 2px;
  }
}

/* line 833, app/assets/stylesheets/top.scss */
.tel__text--mail {
  padding-top: 5px;
  color: #3c3c3c;
}

/* line 836, app/assets/stylesheets/top.scss */
.tel__text--mail a {
  color: #2f80ed;
}

/* line 846, app/assets/stylesheets/top.scss */
.functionNav {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  /* line 846, app/assets/stylesheets/top.scss */
  .functionNav {
    width: 1085px;
    margin-bottom: 0;
  }
  /* line 850, app/assets/stylesheets/top.scss */
  .functionNav-cover {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 30px;
    overflow-x: scroll;
  }
}

/* line 859, app/assets/stylesheets/top.scss */
.functionNav__item {
  display: inline-block;
  margin: 0 3px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  /* line 859, app/assets/stylesheets/top.scss */
  .functionNav__item {
    margin: 5px;
  }
}

/* line 866, app/assets/stylesheets/top.scss */
.functionNav__item a {
  padding: 10px 20px;
  display: inline-block;
  transition: all .2s linear;
  border-radius: 17px;
}

@media screen and (max-width: 1024px) {
  /* line 866, app/assets/stylesheets/top.scss */
  .functionNav__item a {
    padding: 10px 15px;
  }
}

/* line 874, app/assets/stylesheets/top.scss */
.functionNav__item a:hover, .functionNav__item a.active {
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  background-image: linear-gradient(to left, #00AF96 0%, #00ccaf);
}

/* line 885, app/assets/stylesheets/top.scss */
.functionList__item {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  /* line 885, app/assets/stylesheets/top.scss */
  .functionList__item {
    width: auto;
  }
}

/* line 893, app/assets/stylesheets/top.scss */
.functionList__item__img {
  float: left;
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  /* line 893, app/assets/stylesheets/top.scss */
  .functionList__item__img {
    float: none;
    padding: 0 40px 30px;
    text-align: center;
  }
  /* line 900, app/assets/stylesheets/top.scss */
  .functionList__item__img img {
    display: inline-block;
  }
}

/* line 905, app/assets/stylesheets/top.scss */
.functionList__item__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  padding-top: 70px;
}

@media screen and (max-width: 1024px) {
  /* line 905, app/assets/stylesheets/top.scss */
  .functionList__item__title {
    padding: 0 40px;
    text-align: center;
    font-size: 18px;
  }
}

/* line 915, app/assets/stylesheets/top.scss */
.functionList__item__title .soon {
  color: #f05455;
  font-size: 14px;
  padding-left: 20px;
}

/* line 921, app/assets/stylesheets/top.scss */
.functionList__item__text {
  width: 425px;
  float: left;
}

@media screen and (max-width: 1024px) {
  /* line 921, app/assets/stylesheets/top.scss */
  .functionList__item__text {
    width: auto;
    float: none;
    padding: 0 30px;
  }
}

/* line 933, app/assets/stylesheets/top.scss */
.functionMore {
  position: absolute;
  right: 0;
  bottom: -155px;
  right: 0;
  width: 400px;
  z-index: 100;
}

/* line 940, app/assets/stylesheets/top.scss */
.functionMore:after {
  left: auto;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  /* line 933, app/assets/stylesheets/top.scss */
  .functionMore {
    width: 90%;
    position: static;
  }
}

/* line 949, app/assets/stylesheets/top.scss */
.functionMore__text1 {
  color: #00AF96;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 955, app/assets/stylesheets/top.scss */
.functionMore__text2 {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  /* line 962, app/assets/stylesheets/top.scss */
  .contact {
    padding: 60px 15px 40px;
    position: relative;
    z-index: 2;
    background: none;
  }
}

/* line 969, app/assets/stylesheets/top.scss */
.contact .headline {
  margin-bottom: 50px;
}

/* line 972, app/assets/stylesheets/top.scss */
.contact__text {
  text-align: center;
}

/* line 976, app/assets/stylesheets/top.scss */
.contactForm {
  width: 800px;
  margin: 50px auto 0;
}

/* line 980, app/assets/stylesheets/top.scss */
.contact__button {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 980, app/assets/stylesheets/top.scss */
  .contact__button {
    display: block;
  }
}

/* line 985, app/assets/stylesheets/top.scss */
.contact__button a {
  display: block;
}

/* line 991, app/assets/stylesheets/top.scss */
.c-news-list-cover {
  display: block;
  margin: 0 auto;
  position: relative;
}

/* line 995, app/assets/stylesheets/top.scss */
.c-news-list-cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #e0e0e0, #e0e0e0 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

/* line 1009, app/assets/stylesheets/top.scss */
.c-news-list {
  display: flex;
  width: 100%;
  padding: 12px 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  align-items: center;
}

/* line 1017, app/assets/stylesheets/top.scss */
.c-news-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #e0e0e0, #e0e0e0 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

/* line 1029, app/assets/stylesheets/top.scss */
.c-news-list--line {
  margin-top: 10px;
}

/* line 1033, app/assets/stylesheets/top.scss */
.c-news-list:last-child:after {
  content: none;
}

/* line 1039, app/assets/stylesheets/top.scss */
.c-news-list__category {
  min-width: 95px;
  padding: 3px 7px;
  margin-right: 10px;
  color: #00AF96;
  border: 1px solid #00AF96;
  border-radius: 3px;
  background-color: #EDF7F3;
  box-sizing: border-box;
  text-align: center;
}

/* line 1049, app/assets/stylesheets/top.scss */
.c-news-list__category--new {
  background-color: #eb5757;
  color: #fff;
  border: none;
}

/* line 1056, app/assets/stylesheets/top.scss */
.c-news-list__link {
  color: #2f80ed;
  text-decoration: underline;
  line-height: 1.25;
}

/* line 1060, app/assets/stylesheets/top.scss */
.c-news-list__link--right {
  display: block;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  /* line 1068, app/assets/stylesheets/top.scss */
  .c-news-list {
    flex-wrap: wrap;
    padding: 12px;
  }
  /* line 1072, app/assets/stylesheets/top.scss */
  .c-news-list__link,
.c-news-list__text {
    display: block;
    margin-top: 5px;
    line-height: 1.5;
  }
  /* line 1078, app/assets/stylesheets/top.scss */
  .mainVisual .c-news-list__category,
.c-news-list__category {
    width: fit-content;
  }
}

/* line 1084, app/assets/stylesheets/top.scss */
.banner {
  display: block;
  width: 1200px;
  height: auto;
  text-align: center;
  margin: 100px auto;
  opacity: 1;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  /* line 1084, app/assets/stylesheets/top.scss */
  .banner {
    width: 100%;
    margin: 50px 0;
    padding: 0 15px;
  }
}

/* line 1097, app/assets/stylesheets/top.scss */
.banner:hover {
  opacity: 0.7;
}

/* line 1102, app/assets/stylesheets/top.scss */
.l-footer {
  background: #EDF7F3;
  line-height: 1;
}

/* line 1105, app/assets/stylesheets/top.scss */
.l-footer__nav {
  padding: 20px 0;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  /* line 1105, app/assets/stylesheets/top.scss */
  .l-footer__nav {
    text-align: center;
  }
}

/* line 1111, app/assets/stylesheets/top.scss */
.l-footer__nav__item {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  /* line 1111, app/assets/stylesheets/top.scss */
  .l-footer__nav__item {
    margin: 0 15px;
  }
}

/* line 1119, app/assets/stylesheets/top.scss */
.l-footer__copy {
  background: #00AF96;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}

/* line 1128, app/assets/stylesheets/top.scss */
.c-new-box {
  margin-top: 25px;
  padding: 10px;
  border: 2px solid #00AF96;
}

/* line 1134, app/assets/stylesheets/top.scss */
.c-new-box__text {
  font-size: 20px;
  margin-bottom: 5px;
  color: #eb5757;
}

/* line 1140, app/assets/stylesheets/top.scss */
.slider-cover {
  width: 100%;
  padding-top: 70px;
}

@media screen and (max-width: 1024px) {
  /* line 1140, app/assets/stylesheets/top.scss */
  .slider-cover {
    overflow: hidden;
  }
}

/* line 1148, app/assets/stylesheets/top.scss */
.slider {
  margin-bottom: 100px;
}

/* line 1152, app/assets/stylesheets/top.scss */
.slider__inner__cover {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

/* line 1156, app/assets/stylesheets/top.scss */
.slider__inner__cover .c-prev,
.slider__inner__cover .c-next {
  position: absolute;
  top: 50%;
  transform: translateY(-150%) rotate(45deg);
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9999;
  border-color: #00AF96;
}

/* line 1168, app/assets/stylesheets/top.scss */
.slider__inner__cover .bx-next,
.slider__inner__cover .bx-prev {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1174, app/assets/stylesheets/top.scss */
.slider__inner__cover .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #D9D9D9;
}

/* line 1177, app/assets/stylesheets/top.scss */
.slider__inner__cover .bx-pager.bx-default-pager a.active {
  background-color: #00AF96;
}

/* line 1182, app/assets/stylesheets/top.scss */
.c-next {
  right: -100px;
  border-top: solid 3px #00AF96;
  border-right: solid 3px #00AF96;
}

/* line 1188, app/assets/stylesheets/top.scss */
.c-prev {
  left: -100px;
  border-bottom: solid 3px #00AF96;
  border-left: solid 3px #00AF96;
}

/* line 1194, app/assets/stylesheets/top.scss */
.slider__inner {
  display: flex;
  flex-wrap: wrap;
  width: 990px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}

/* line 1203, app/assets/stylesheets/top.scss */
.slider__item {
  width: calc(25% - 23px);
  text-align: center;
}

/* line 1206, app/assets/stylesheets/top.scss */
.slider__item img {
  width: 224px;
  height: 85px;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* line 1219, app/assets/stylesheets/top.scss */
.about .contents .about__img img {
  opacity: 0;
}

/* line 1223, app/assets/stylesheets/top.scss */
.about .contents[data-scroll="in"] .about__img img:nth-child(1) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 0.8s both;
}

/* line 1226, app/assets/stylesheets/top.scss */
.about .contents[data-scroll="in"] .about__img img:nth-child(2) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.4s both;
}

/* line 1229, app/assets/stylesheets/top.scss */
.about .contents[data-scroll="in"] .about__img img:nth-child(3) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.7s both;
}

/* line 1232, app/assets/stylesheets/top.scss */
.about .contents[data-scroll="in"] .about__img img:nth-child(4) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 2s both;
}

/* line 1235, app/assets/stylesheets/top.scss */
.about .contents[data-scroll="in"] .about__img img:nth-child(5) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.1s both;
}

/* line 1238, app/assets/stylesheets/top.scss */
.about .contents[data-scroll="in"] .about__img img:nth-child(6) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 2.5s both;
}

/* line 1245, app/assets/stylesheets/top.scss */
.pointList__item .pointList__item__num,
.pointList__item .pointList__item__img,
.pointList__item .pointList__item__title,
.pointList__item .pointList__item__notice,
.pointList__item .pointList__item__text {
  opacity: 0;
}

/* line 1253, app/assets/stylesheets/top.scss */
.pointList__item[data-scroll="in"] .pointList__item__num {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 0.8s both;
}

/* line 1256, app/assets/stylesheets/top.scss */
.pointList__item[data-scroll="in"] .pointList__item__img {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.2s both;
}

/* line 1259, app/assets/stylesheets/top.scss */
.pointList__item[data-scroll="in"] .pointList__item__title {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.6s both;
}

/* line 1262, app/assets/stylesheets/top.scss */
.pointList__item[data-scroll="in"] .pointList__item__text {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 2s both;
}

/* line 1265, app/assets/stylesheets/top.scss */
.pointList__item[data-scroll="in"] .pointList__item__notice {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 2s both;
}

/* line 1272, app/assets/stylesheets/top.scss */
.step .contents .stepFlow__item {
  opacity: 0;
}

/* line 1276, app/assets/stylesheets/top.scss */
.step .contents[data-scroll="in"] .stepFlow__item:nth-child(1) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 0.8s both;
}

/* line 1279, app/assets/stylesheets/top.scss */
.step .contents[data-scroll="in"] .stepFlow__item:nth-child(2) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.2s both;
}

/* line 1282, app/assets/stylesheets/top.scss */
.step .contents[data-scroll="in"] .stepFlow__item:nth-child(3) {
  animation: animSlide 1s cubic-bezier(0.32, 0.07, 0, 1.04) 1.6s both;
}

/************ リニューアルデザイン *************/
/* line 1291, app/assets/stylesheets/top.scss */
.l-header-contents,
.c-section__inner,
.mainVisual .c-section__inner {
  width: 1200px;
  margin: 0 auto;
}

/* line 1298, app/assets/stylesheets/top.scss */
.c-section__inner {
  position: relative;
  width: 990px;
  padding: 70px 0;
}

/* line 1304, app/assets/stylesheets/top.scss */
.mainVisual .c-section__inner {
  z-index: 1;
}

/* line 1308, app/assets/stylesheets/top.scss */
.c-contents {
  border-bottom: 1px solid #E0E0E0;
}

/* line 1312, app/assets/stylesheets/top.scss */
.l-header {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  /* line 1312, app/assets/stylesheets/top.scss */
  .l-header {
    padding: 10px 10px;
  }
}

/* line 1323, app/assets/stylesheets/top.scss */
.l-header__logo {
  float: left;
}

@media screen and (max-width: 1024px) {
  /* line 1323, app/assets/stylesheets/top.scss */
  .l-header__logo {
    width: 270px;
  }
}

/* line 1328, app/assets/stylesheets/top.scss */
.l-header__logo img {
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  /* line 1328, app/assets/stylesheets/top.scss */
  .l-header__logo img {
    width: 240px;
  }
}

/* line 1335, app/assets/stylesheets/top.scss */
.l-header__menu {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* line 1339, app/assets/stylesheets/top.scss */
.l-header__menu a {
  display: block;
  padding: 5px 5px;
  font-size: 10px;
  color: #00AF96;
  padding: 8px 0 0;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 1;
}

/* line 1351, app/assets/stylesheets/top.scss */
.l-header__menu a i {
  display: block;
}

/* line 1354, app/assets/stylesheets/top.scss */
.l-header__menu a .close {
  display: none;
}

/* line 1359, app/assets/stylesheets/top.scss */
.l-header__menu a.is-active .open {
  display: none;
}

/* line 1362, app/assets/stylesheets/top.scss */
.l-header__menu a.is-active .close {
  display: block;
}

@media screen and (max-width: 1024px) {
  /* line 1370, app/assets/stylesheets/top.scss */
  .l-headerNav.c-flex {
    display: block;
  }
}

/* line 1374, app/assets/stylesheets/top.scss */
.l-headerNavWrap {
  float: right;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  /* line 1374, app/assets/stylesheets/top.scss */
  .l-headerNavWrap {
    background: #EDF7F3;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 56px;
    right: 0;
    z-index: 20;
    float: none;
    transform: translateX(100%);
    transition: all .2s linear;
  }
  /* line 1389, app/assets/stylesheets/top.scss */
  .l-headerNavWrap.is-active {
    transform: translateX(0);
  }
}

/* line 1394, app/assets/stylesheets/top.scss */
.l-headerNav__item {
  font-weight: bold;
  display: inline-block;
  padding: 0 12.5px;
  line-height: 1;
  font-size: 16px;
}

/* line 1400, app/assets/stylesheets/top.scss */
.l-headerNav__item:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 1394, app/assets/stylesheets/top.scss */
  .l-headerNav__item {
    display: block;
    background: #EDF7F3;
    border-top: 1px solid #eee;
  }
  /* line 1407, app/assets/stylesheets/top.scss */
  .l-headerNav__item:last-child {
    padding-right: 20px;
  }
}

/* line 1411, app/assets/stylesheets/top.scss */
.l-headerNav__item a {
  display: block;
  padding: 5px 0;
  transition: all .2s linear;
  position: relative;
}

/* line 1417, app/assets/stylesheets/top.scss */
.l-headerNav__item a:not(.btn-head):after {
  content: '';
  display: block;
  width: 0px;
  height: 2px;
  background: #00AF96;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .2s linear;
}

/* line 1430, app/assets/stylesheets/top.scss */
.l-headerNav__item a:not(.btn-head):hover {
  color: #00AF96;
}

/* line 1432, app/assets/stylesheets/top.scss */
.l-headerNav__item a:not(.btn-head):hover:after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  /* line 1411, app/assets/stylesheets/top.scss */
  .l-headerNav__item a {
    padding: 15px 0;
  }
}

/* line 1440, app/assets/stylesheets/top.scss */
.l-headerNav__item a.btn-head {
  display: flex;
  width: 150px;
  padding: 15px 0;
  color: #fff;
  border-radius: 30px;
  background-color: #00af96;
  font-size: 14px;
  transition: .3s;
  justify-content: center;
}

/* line 1450, app/assets/stylesheets/top.scss */
.l-headerNav__item a.btn-head:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  /* line 1440, app/assets/stylesheets/top.scss */
  .l-headerNav__item a.btn-head {
    margin-top: 20px;
  }
}

/* line 1456, app/assets/stylesheets/top.scss */
.l-headerNav__item a.btn-head.btn-trial {
  background-color: #FDA343;
}

/* line 1460, app/assets/stylesheets/top.scss */
.l-headerNav__item a.info {
  padding: 15px 30px;
  color: #fff;
  border-radius: 22px;
  box-shadow: 0 0 9px 0 rgba(71, 58, 26, 0.26);
  background-image: linear-gradient(to left, #00AF96 0%, #00ccaf);
  transition: all .2s linear;
  border: #00AF96 1px solid;
}

@media screen and (max-width: 1024px) {
  /* line 1460, app/assets/stylesheets/top.scss */
  .l-headerNav__item a.info {
    text-align: center;
    margin-top: 30px;
  }
}

/* line 1472, app/assets/stylesheets/top.scss */
.l-headerNav__item a.info:hover {
  background: #fff;
  color: #00AF96;
}

/* line 1483, app/assets/stylesheets/top.scss */
.l-header-contents:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1490, app/assets/stylesheets/top.scss */
.c-kv {
  position: relative;
  background-color: #00AF96;
}

/* line 1493, app/assets/stylesheets/top.scss */
.c-kv:before, .c-kv:after {
  content: "";
  display: block;
  width: 349px;
  height: 415px;
  position: absolute;
  z-index: 0;
}

/* line 1502, app/assets/stylesheets/top.scss */
.c-kv:before {
  top: 0;
  left: 0;
  background: url(/assets/lp/main_bg_left-9a5b6bbf0539c1a53796302e0dd1eb2474d2e3500773f6f07c38a7677732dd9a.svg) no-repeat left top;
  background-size: 100%;
}

/* line 1508, app/assets/stylesheets/top.scss */
.c-kv:after {
  bottom: 0;
  right: 0;
  background: url(/assets/lp/main_bg_right-442242987ad760681d2034a3e8e45661e56484ff7ab07e16983b1ce70c47af3e.svg) no-repeat left top;
  background-size: 100%;
}

/* line 1516, app/assets/stylesheets/top.scss */
.c-flex {
  display: flex;
}

/* line 1520, app/assets/stylesheets/top.scss */
.c-flex--sb {
  justify-content: space-between;
}

/* line 1524, app/assets/stylesheets/top.scss */
.c-flex--aic {
  align-items: center;
}

/* line 1528, app/assets/stylesheets/top.scss */
.c-flex--wrap {
  flex-wrap: wrap;
}

/* line 1532, app/assets/stylesheets/top.scss */
.c-flex--center {
  justify-content: center;
}

/* line 1536, app/assets/stylesheets/top.scss */
.c-kv__left {
  flex-grow: 1;
}

/* line 1540, app/assets/stylesheets/top.scss */
.c-kv__right {
  width: 633px;
}

/* line 1542, app/assets/stylesheets/top.scss */
.c-kv__right img {
  width: 100%;
}

/* line 1547, app/assets/stylesheets/top.scss */
.c-kv__label {
  margin-bottom: 40px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.4;
}

/* line 1556, app/assets/stylesheets/top.scss */
.c-logo {
  margin: 10px 0 50px;
}

/* line 1560, app/assets/stylesheets/top.scss */
.c-kv__main-text {
  display: block;
  margin-top: 60px;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
}

/* line 1566, app/assets/stylesheets/top.scss */
.c-kv__main-text:nth-child(2) {
  margin: 40px 0;
}

/* line 1571, app/assets/stylesheets/top.scss */
.c-kv__main-text__small {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

/* line 1577, app/assets/stylesheets/top.scss */
.c-btn {
  display: block;
  opacity: 1;
  transition: .3s;
}

/* line 1581, app/assets/stylesheets/top.scss */
.c-btn:hover {
  opacity: 0.7;
}

/* line 1586, app/assets/stylesheets/top.scss */
.c-btn--cv {
  width: 590px;
  padding: 25px 0;
  margin: 40px auto 0;
  position: relative;
  font-size: 30px;
  background: linear-gradient(270deg, #FCB457 0%, #EE8841 100%);
  border: 1px solid #EE8841;
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* line 1601, app/assets/stylesheets/top.scss */
.c-btn--small {
  font-size: 18px;
  width: 242px;
  padding: 15px 0;
  margin: 0;
}

/* line 1606, app/assets/stylesheets/top.scss */
.c-btn--small.c-btn--cv {
  margin-right: 12px;
}

/* line 1608, app/assets/stylesheets/top.scss */
.c-btn--small.c-btn--cv:before {
  border-width: 5px 0 5px 5px;
}

/* line 1614, app/assets/stylesheets/top.scss */
.c-btn--dl {
  background-color: #fff;
  color: #00AF96;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  position: relative;
  padding-left: 20px;
}

/* line 1622, app/assets/stylesheets/top.scss */
.c-btn--dl:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 45%;
  left: 24px;
  transform: translateY(-50%);
  background: url(/assets/lp/download_icon-7c76b9e4c819c4061931ba033674f9c3f1560c7febaee1b59c7a3b827438dfbc.svg) center bottom no-repeat;
  background-size: 25px;
}

/* line 1636, app/assets/stylesheets/top.scss */
.c-title {
  font-weight: bold;
  color: #333;
}

/* line 1641, app/assets/stylesheets/top.scss */
.c-title--main {
  font-size: 30px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1;
  position: relative;
}

/* line 1647, app/assets/stylesheets/top.scss */
.c-title--main:before {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  background: #00AF96;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1659, app/assets/stylesheets/top.scss */
.c-title--main--margin-small {
  margin-bottom: 65px;
}

/* line 1663, app/assets/stylesheets/top.scss */
.c-title--sub {
  font-size: 18px;
  text-align: center;
  line-height: 1.95;
}

/* line 1669, app/assets/stylesheets/top.scss */
.c-title--manager {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.7px;
}

/* line 1679, app/assets/stylesheets/top.scss */
.c-company .c-flex:last-child {
  margin-top: 40px;
}

/* line 1682, app/assets/stylesheets/top.scss */
.c-company .c-flex:last-child img:nth-child(4) {
  height: 40px;
}

/* line 1688, app/assets/stylesheets/top.scss */
.c-company img {
  height: 53px;
}

/* line 1690, app/assets/stylesheets/top.scss */
.c-company img:last-child {
  height: 37px;
}

/* line 1696, app/assets/stylesheets/top.scss */
.c-contents-list {
  margin: 70px 0 80px;
  gap: 45px;
}

/* line 1701, app/assets/stylesheets/top.scss */
.c-contents-list__item {
  position: relative;
  width: calc(33% - 27px);
}

/* line 1706, app/assets/stylesheets/top.scss */
.c-contents-list__img {
  display: block;
  height: 154px;
  margin: 30px auto;
}

/* line 1712, app/assets/stylesheets/top.scss */
.c-contents-list__text {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: -0.1px;
}

/* line 1718, app/assets/stylesheets/top.scss */
.c-contents-list__text--bold {
  font-weight: bold;
}

/* line 1722, app/assets/stylesheets/top.scss */
.c-contents-list__text--large {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}

/* line 1727, app/assets/stylesheets/top.scss */
.c-contents-list__text--large .c-bold {
  font-size: 40px;
  text-decoration: underline;
}

/* line 1731, app/assets/stylesheets/top.scss */
.c-contents-list__text--large.c-center {
  text-align: center;
}

/* line 1736, app/assets/stylesheets/top.scss */
.c-suggestion {
  background-color: #00AF96;
}

/* line 1738, app/assets/stylesheets/top.scss */
.c-suggestion .c-title--main {
  color: #fff;
}

/* line 1741, app/assets/stylesheets/top.scss */
.c-suggestion .c-contents-list__img {
  height: 104px;
}

/* line 1746, app/assets/stylesheets/top.scss */
.c-suggestion {
  position: relative;
}

/* line 1748, app/assets/stylesheets/top.scss */
.c-suggestion:before {
  content: "";
  width: 50%;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 87px 50vw 0 50vw;
  border-color: #D4EEE4 transparent transparent transparent;
}

/* line 1759, app/assets/stylesheets/top.scss */
.c-suggestion .c-section__inner {
  padding-top: 160px;
}

/* line 1764, app/assets/stylesheets/top.scss */
.c-case {
  background-color: #EDF7F3;
}

/* line 1769, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item {
  padding: 0;
  position: relative;
}

/* line 1773, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item:first-child .c-month {
  background-color: #60d7c6;
}

/* line 1775, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item:first-child .c-month:before {
  border-color: #60d7c6 transparent transparent transparent;
}

/* line 1779, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item:first-child .c-list-cv a {
  background-color: #60d7c6;
}

/* line 1784, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item:nth-child(2) .c-month {
  background-color: #28C3AE;
}

/* line 1786, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item:nth-child(2) .c-month:before {
  border-color: #28C3AE transparent transparent transparent;
}

/* line 1790, app/assets/stylesheets/top.scss */
.c-price .c-contents-list__item:nth-child(2) .c-list-cv a {
  background-color: #28C3AE;
}

/* line 1797, app/assets/stylesheets/top.scss */
.c-month {
  width: 300px;
  position: absolute;
  top: -32px;
  left: 20px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #00AF96;
  font-size: 60px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

/* line 1809, app/assets/stylesheets/top.scss */
.c-month:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 150px 0 150px;
  border-color: #00AF96 transparent transparent transparent;
  position: absolute;
  bottom: -44px;
  left: 0;
}

/* line 1823, app/assets/stylesheets/top.scss */
.c-month__small {
  font-size: 20px;
}

/* line 1827, app/assets/stylesheets/top.scss */
.c-month__label {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 1833, app/assets/stylesheets/top.scss */
.c-list-price-text {
  padding: 50px 20px 72px;
}

/* line 1836, app/assets/stylesheets/top.scss */
.c-list-price-text .c-list-price-text__item--title:first-child {
  margin-top: 0;
}

/* line 1842, app/assets/stylesheets/top.scss */
.c-list-price-text__item {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

/* line 1848, app/assets/stylesheets/top.scss */
.c-list-price-text__item--title {
  font-size: 20px;
  font-weight: bold;
  color: #00AF96;
  width: 133px;
  border-right: 1px solid #00AF96;
  margin-right: 10px;
}

/* line 1855, app/assets/stylesheets/top.scss */
.c-list-price-text__item--title .c-list-price-text__item--title__img {
  width: 22px;
  height: 22px;
}

/* line 1861, app/assets/stylesheets/top.scss */
.c-list-cv a {
  position: absolute;
  width: 100%;
  padding: 15px 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #00AF96;
  text-decoration: underline;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
}

/* line 1875, app/assets/stylesheets/top.scss */
.c-list-cv a:hover {
  text-decoration: none;
}

/* line 1880, app/assets/stylesheets/top.scss */
.c-contents-free {
  position: relative;
  margin-top: 80px;
  padding: 40px;
  background-color: #f2fbfa;
  border: 1px solid #00AF96;
}

/* line 1886, app/assets/stylesheets/top.scss */
.c-contents-free .c-title--main {
  margin-bottom: 20px;
}

/* line 1889, app/assets/stylesheets/top.scss */
.c-contents-free:before {
  content: "";
  display: block;
  position: absolute;
  width: 108px;
  height: 108px;
  background: url(/assets/top/campaign-9bf7b9ca0080de0360f79e8c9ccd0cf7eb260f520273f709e608ecd9e1fe6dd7.png) center bottom no-repeat;
  background-size: 100%;
  top: -30px;
  left: -50px;
}

/* line 1902, app/assets/stylesheets/top.scss */
.c-read {
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: -.8px;
}

/* line 1908, app/assets/stylesheets/top.scss */
.c-read--center {
  text-align: center;
}

/* line 1912, app/assets/stylesheets/top.scss */
.c-read--plan {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

/* line 1919, app/assets/stylesheets/top.scss */
.c-title--min {
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 0;
}

/* line 1925, app/assets/stylesheets/top.scss */
.c-title--plan {
  padding: 20px 0;
  background-color: #FDA343;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* line 1936, app/assets/stylesheets/top.scss */
.c-read-caption {
  display: block;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

/* line 1941, app/assets/stylesheets/top.scss */
.c-read-caption span {
  color: #f2994a;
}

/* line 1946, app/assets/stylesheets/top.scss */
.c-list-price-text__item--title__img {
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  /* line 1951, app/assets/stylesheets/top.scss */
  .c-contents-list__item {
    width: 100%;
  }
  /* line 1955, app/assets/stylesheets/top.scss */
  .c-kv:before, .c-kv:after {
    width: 200px;
    height: 118px;
  }
  /* line 1961, app/assets/stylesheets/top.scss */
  .c-kv__main-text {
    display: block;
    margin-top: 30px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
  }
  /* line 1967, app/assets/stylesheets/top.scss */
  .c-kv__main-text:nth-child(2) {
    margin: 20px 0;
  }
  /* line 1971, app/assets/stylesheets/top.scss */
  .c-kv__main-text__small {
    font-size: 18px;
  }
  /* line 1974, app/assets/stylesheets/top.scss */
  .c-btn--small {
    width: 100%;
  }
  /* line 1977, app/assets/stylesheets/top.scss */
  .c-btn--small.c-btn--cv {
    margin: 0 0 20px 0;
  }
  /* line 1980, app/assets/stylesheets/top.scss */
  .c-btn--cv {
    width: 100%;
  }
  /* line 1983, app/assets/stylesheets/top.scss */
  .c-contents-list__item {
    margin-bottom: 20px;
  }
  /* line 1985, app/assets/stylesheets/top.scss */
  .c-contents-list__item:nth-child(2), .c-contents-list__item:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 1991, app/assets/stylesheets/top.scss */
  .c-contents-list__item:nth-child(1), .c-contents-list__item:nth-child(2), .c-contents-list__item:nth-child(3) {
    margin-bottom: 20px;
  }
  /* line 1997, app/assets/stylesheets/top.scss */
  .l-header-contents,
.c-section__inner {
    width: 100%;
  }
  /* line 2001, app/assets/stylesheets/top.scss */
  .c-title--main {
    line-height: 1.5;
  }
  /* line 2004, app/assets/stylesheets/top.scss */
  .c-title--sub {
    font-size: 18px;
  }
  /* line 2007, app/assets/stylesheets/top.scss */
  .c-contents-list__text {
    font-size: 15px;
  }
  /* line 2011, app/assets/stylesheets/top.scss */
  .c-company .c-flex {
    justify-content: space-around;
  }
  /* line 2013, app/assets/stylesheets/top.scss */
  .c-company .c-flex:last-child {
    margin-top: 0;
  }
  /* line 2016, app/assets/stylesheets/top.scss */
  .c-company .c-flex:last-child img:last-child {
    margin-bottom: 0;
  }
  /* line 2021, app/assets/stylesheets/top.scss */
  .c-company .c-flex img {
    height: 46px;
    margin-bottom: 20px;
  }
  /* line 2024, app/assets/stylesheets/top.scss */
  .c-company .c-flex img:last-child {
    height: 37px;
  }
  /* line 2030, app/assets/stylesheets/top.scss */
  .c-month {
    width: 125px;
    font-size: 22px;
  }
  /* line 2033, app/assets/stylesheets/top.scss */
  .c-month:before {
    bottom: -22px;
    border-width: 22px 62.5px 0 62.5px;
  }
  /* line 2038, app/assets/stylesheets/top.scss */
  .c-month__small {
    font-size: 16px;
  }
  /* line 2041, app/assets/stylesheets/top.scss */
  .c-month__label {
    margin-top: 2px;
  }
  /* line 2044, app/assets/stylesheets/top.scss */
  .c-list-price-text__item {
    font-size: 11px;
  }
  /* line 2047, app/assets/stylesheets/top.scss */
  .c-list-price-text__item--title {
    font-size: 16px;
  }
  /* line 2050, app/assets/stylesheets/top.scss */
  .c-contents-free {
    padding: 20px;
  }
  /* line 2052, app/assets/stylesheets/top.scss */
  .c-contents-free:before {
    left: -25px;
  }
  /* line 2055, app/assets/stylesheets/top.scss */
  .c-contents-free .c-read,
.c-contents-free .c-title--min {
    font-size: 13px;
  }
  /* line 2061, app/assets/stylesheets/top.scss */
  .l-footer__nav__item:nth-child(4), .l-footer__nav__item:last-child {
    margin-top: 10px;
  }
  /* line 2066, app/assets/stylesheets/top.scss */
  .c-title--price {
    padding-left: 145px;
    text-align: left;
    font-size: 20px;
  }
  /* line 2071, app/assets/stylesheets/top.scss */
  .c-list-price-text {
    padding-top: 40px;
  }
  /* line 2073, app/assets/stylesheets/top.scss */
  .c-list-price-text .c-list-price-text__flex {
    display: block;
  }
  /* line 2076, app/assets/stylesheets/top.scss */
  .c-list-price-text .c-list-price-text__flex-inner {
    width: 100%;
    margin: 0;
  }
  /* line 2079, app/assets/stylesheets/top.scss */
  .c-list-price-text .c-list-price-text__flex-inner:last-child {
    margin: 10px 0 0 0;
  }
  /* line 2085, app/assets/stylesheets/top.scss */
  .c-contents-list__item--option:nth-child(3), .c-contents-list__item--option:last-child {
    margin-left: 0;
  }
  /* line 2090, app/assets/stylesheets/top.scss */
  .c-title--main--plan {
    margin-top: 20px;
  }
  /* line 2093, app/assets/stylesheets/top.scss */
  .c-contents-free {
    margin-top: 40px;
  }
}

/* line 2098, app/assets/stylesheets/top.scss */
.l-headerNav__item--btn {
  padding: 0 6px;
}

/* line 2103, app/assets/stylesheets/top.scss */
.c-section__now-feat:first-child {
  margin-right: 40px;
}

/* line 2109, app/assets/stylesheets/top.scss */
.c-section__now-feat__img .c-title--sub {
  margin-top: 14px;
}

/* line 2114, app/assets/stylesheets/top.scss */
.c-section__now-feat__text {
  position: relative;
  margin-top: 70px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* line 2120, app/assets/stylesheets/top.scss */
.c-section__now-feat__text:before, .c-section__now-feat__text:after {
  content: "";
  display: block;
  background-color: #00AF96;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 2129, app/assets/stylesheets/top.scss */
.c-section__now-feat__text:before {
  width: 35px;
  height: 4px;
  top: -55px;
}

/* line 2134, app/assets/stylesheets/top.scss */
.c-section__now-feat__text:after {
  width: 4px;
  height: 35px;
  top: -70px;
}

/* line 2141, app/assets/stylesheets/top.scss */
.c-title--button {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #00AF96;
  border-radius: 35px;
  border: 1px solid #00AF96;
}

/* line 2154, app/assets/stylesheets/top.scss */
.c-title--tips {
  width: 433px;
  padding: 20px 0;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #00AF96;
  border-radius: 35px;
  background-color: #fff;
  position: relative;
}

/* line 2166, app/assets/stylesheets/top.scss */
.c-title--tips:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 23px 11px 0 11px;
  border-color: #ffffff transparent transparent transparent;
}

/* line 2181, app/assets/stylesheets/top.scss */
.c-section__now-feat-contents {
  width: 460px;
}

/* line 2183, app/assets/stylesheets/top.scss */
.c-section__now-feat-contents:first-child {
  margin-right: 70px;
}

/* line 2188, app/assets/stylesheets/top.scss */
.c-now,
.c-feat {
  border-bottom: none;
}

/* line 2193, app/assets/stylesheets/top.scss */
.c-now {
  background-color: #EDF7F3;
}

/* line 2197, app/assets/stylesheets/top.scss */
.c-feat {
  padding: 160px 0 calc(160px - 87px);
  background-color: #D4EEE4;
  position: relative;
}

/* line 2201, app/assets/stylesheets/top.scss */
.c-feat:before, .c-feat:after {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 34px;
  background: url(/assets/lp/arrow-11228a678537a4e179ce19df877d69bcb5d16004668d2f4afa98eeb11861e1ca.svg) center bottom no-repeat;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* line 2213, app/assets/stylesheets/top.scss */
.c-feat:before {
  top: 20px;
}

/* line 2216, app/assets/stylesheets/top.scss */
.c-feat:after {
  bottom: -60px;
  z-index: 1;
}

/* line 2220, app/assets/stylesheets/top.scss */
.c-feat .c-section__inner {
  padding: 0;
}

/* line 2225, app/assets/stylesheets/top.scss */
.c-contents-list__item__num,
.c-contents-list__item__icon {
  display: block;
  margin: auto;
}

/* line 2231, app/assets/stylesheets/top.scss */
.c-contents-list__item__num {
  height: 66px;
}

/* line 2235, app/assets/stylesheets/top.scss */
.c-contents-list__item__icon {
  height: 140px;
  margin: 30px auto;
}

/* line 2240, app/assets/stylesheets/top.scss */
.c-title--function {
  width: 250px;
  padding: 10px 0;
  margin: 0 auto 0;
  text-align: center;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  line-height: 1;
  font-size: 24px;
  border-radius: 5px;
}

/* line 2254, app/assets/stylesheets/top.scss */
.c-function-cover {
  width: calc(50% - 30px);
  position: relative;
  padding: 50px 0 30px;
  border-radius: 10px;
}

/* line 2259, app/assets/stylesheets/top.scss */
.c-function-cover:first-child {
  margin-right: 60px;
  border: 1px solid #FFCE00;
}

/* line 2262, app/assets/stylesheets/top.scss */
.c-function-cover:first-child .c-title--function {
  background-color: #FFCE00;
}

/* line 2266, app/assets/stylesheets/top.scss */
.c-function-cover:last-child {
  border: 1px solid #FFE680;
}

/* line 2268, app/assets/stylesheets/top.scss */
.c-function-cover:last-child .c-title--function {
  background-color: #FFE680;
}

/* line 2272, app/assets/stylesheets/top.scss */
.c-function-cover .c-read {
  padding: 0 50px;
}

/* line 2275, app/assets/stylesheets/top.scss */
.c-function-cover img {
  display: block;
  margin: 0 auto;
}

/* line 2281, app/assets/stylesheets/top.scss */
.c-table__plan {
  margin-top: 35px;
  table-layout: fixed;
}

/* line 2284, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__tr {
  border-bottom: 1px solid #BCBCBC;
}

/* line 2286, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__tr:first-child {
  border-top: 1px solid #BCBCBC;
}

/* line 2290, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__th,
.c-table__plan .c-table__plan__td {
  font-weight: bold;
  text-align: center;
}

/* line 2294, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__th:first-child,
.c-table__plan .c-table__plan__td:first-child {
  width: 281px;
  background-color: #f7f8f8;
}

/* line 2299, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__th {
  width: 355px;
  padding: 20px 0px;
  font-size: 24px;
  text-align: center;
}

/* line 2304, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__th span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 2310, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__th:nth-child(2) {
  background-color: #FFCE00;
}

/* line 2313, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__th:last-child {
  background-color: #FFE680;
}

/* line 2317, app/assets/stylesheets/top.scss */
.c-table__plan .c-table__plan__td {
  padding: 10px 30px;
  font-size: 18px;
}

/* line 2323, app/assets/stylesheets/top.scss */
.c-banner {
  margin-top: 50px;
}

/* line 2325, app/assets/stylesheets/top.scss */
.c-banner:hover {
  opacity: 0.7;
}

/* line 2330, app/assets/stylesheets/top.scss */
.c-banner__inner {
  width: calc(50% - 5px);
}

/* line 2332, app/assets/stylesheets/top.scss */
.c-banner__inner:first-child {
  margin-right: 10px;
}

/* line 2337, app/assets/stylesheets/top.scss */
.pc {
  display: block;
}

/* line 2341, app/assets/stylesheets/top.scss */
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 2346, app/assets/stylesheets/top.scss */
  .l-header-contents,
.c-section__inner,
.mainVisual .c-section__inner {
    width: 100%;
  }
  /* line 2351, app/assets/stylesheets/top.scss */
  .c-kv:before,
.c-kv:after {
    height: 238px;
  }
  /* line 2355, app/assets/stylesheets/top.scss */
  .c-kv__right {
    order: 1;
  }
  /* line 2358, app/assets/stylesheets/top.scss */
  .c-kv__left {
    order: 2;
  }
  /* line 2361, app/assets/stylesheets/top.scss */
  .c-section__inner,
.c-feat .c-section__inner {
    padding: 35px 20px;
  }
  /* line 2365, app/assets/stylesheets/top.scss */
  .c-kv__label {
    margin: 20px 0;
    font-size: 34px;
    text-align: center;
  }
  /* line 2370, app/assets/stylesheets/top.scss */
  .c-logo {
    margin-bottom: 20px;
  }
  /* line 2373, app/assets/stylesheets/top.scss */
  .c-kv__main-text__small {
    text-align: center;
  }
  /* line 2376, app/assets/stylesheets/top.scss */
  .slider__inner__cover {
    width: 100%;
  }
  /* line 2379, app/assets/stylesheets/top.scss */
  .slider-cover {
    padding-top: 35px;
  }
  /* line 2382, app/assets/stylesheets/top.scss */
  .slider {
    margin-bottom: 70px;
  }
  /* line 2385, app/assets/stylesheets/top.scss */
  .c-title--main {
    margin-bottom: 65px;
  }
  /* line 2388, app/assets/stylesheets/top.scss */
  .c-section__now-feat-contents:first-child {
    margin-right: 0;
    margin-bottom: 35px;
  }
  /* line 2392, app/assets/stylesheets/top.scss */
  .c-title--button {
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    border-radius: 35px;
  }
  /* line 2400, app/assets/stylesheets/top.scss */
  .c-title--sub {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  /* line 2404, app/assets/stylesheets/top.scss */
  .c-feat {
    padding: 30px 0 0;
  }
  /* line 2407, app/assets/stylesheets/top.scss */
  .c-suggestion:before {
    width: 100%;
    height: 87px;
    position: absolute;
    top: -1px;
    left: 0;
    border-style: solid;
    border-width: 77px 50vw 0 50vw;
  }
  /* line 2416, app/assets/stylesheets/top.scss */
  .c-title--tips {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }
  /* line 2421, app/assets/stylesheets/top.scss */
  .c-contents-list__text {
    font-size: 14px;
  }
  /* line 2424, app/assets/stylesheets/top.scss */
  .c-contents-list__text--large .c-bold {
    display: block;
    font-size: 28px;
  }
  /* line 2428, app/assets/stylesheets/top.scss */
  .c-title--main {
    font-size: 23px;
  }
  /* line 2431, app/assets/stylesheets/top.scss */
  .c-title--tips:before {
    bottom: -20px;
  }
  /* line 2434, app/assets/stylesheets/top.scss */
  .c-contents-list {
    margin: 35px 0;
  }
  /* line 2437, app/assets/stylesheets/top.scss */
  .c-function-cover {
    width: 100%;
    margin: 20px 0;
  }
  /* line 2440, app/assets/stylesheets/top.scss */
  .c-function-cover:first-child {
    margin-right: 0;
  }
  /* line 2445, app/assets/stylesheets/top.scss */
  .c-contents-list__item:last-child {
    margin-bottom: 0;
  }
  /* line 2449, app/assets/stylesheets/top.scss */
  .c-function-cover .c-read {
    padding: 0 25px;
  }
  /* line 2452, app/assets/stylesheets/top.scss */
  .c-suggestion .c-section__inner {
    padding-top: 112px;
  }
  /* line 2455, app/assets/stylesheets/top.scss */
  .c-table__plan .c-table__plan__td {
    white-space: nowrap;
    font-size: 14px;
  }
  /* line 2459, app/assets/stylesheets/top.scss */
  .c-table__plan__box {
    width: 100%;
    overflow-x: scroll;
  }
  /* line 2463, app/assets/stylesheets/top.scss */
  .c-table__plan .c-table__plan__th {
    white-space: nowrap;
    padding: 20px;
  }
  /* line 2467, app/assets/stylesheets/top.scss */
  .pc {
    display: none;
  }
  /* line 2470, app/assets/stylesheets/top.scss */
  .sp {
    display: block;
  }
  /* line 2473, app/assets/stylesheets/top.scss */
  .c-banner {
    margin-top: 0;
  }
  /* line 2476, app/assets/stylesheets/top.scss */
  .c-banner__inner {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 2479, app/assets/stylesheets/top.scss */
  .c-banner__inner:first-child {
    margin-right: 0;
  }
  /* line 2483, app/assets/stylesheets/top.scss */
  .c-title--sub + .c-banner {
    margin-top: 35px;
  }
  /* line 2486, app/assets/stylesheets/top.scss */
  .slider__inner {
    width: calc(100% - 40px);
  }
  /* line 2489, app/assets/stylesheets/top.scss */
  .slider__item {
    width: 50%;
    margin-bottom: 15px;
  }
  /* line 2493, app/assets/stylesheets/top.scss */
  .slider__item img {
    max-width: 85%;
  }
  /* line 2496, app/assets/stylesheets/top.scss */
  .l-headerNav__item a.btn-head {
    width: 100%;
    margin: 15px 0;
  }
  /* line 2500, app/assets/stylesheets/top.scss */
  .l-header__menu a {
    padding-top: 12px;
  }
}

/* line 2506, app/assets/stylesheets/top.scss */
.l-header-contents {
  position: relative;
}

/* line 2510, app/assets/stylesheets/top.scss */
.c-kv__tag {
  display: block;
  width: 268px;
  padding: 7px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  background-color: #FFCE00;
  line-height: 1;
}

/* line 2523, app/assets/stylesheets/top.scss */
.c-head__tag {
  display: block;
  width: 166px;
  padding: 7px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  background-color: #FFCE00;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 294px;
}

/* line 2538, app/assets/stylesheets/top.scss */
.c-kv-label__note {
  display: block;
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 1;
}

/* line 2546, app/assets/stylesheets/top.scss */
.c-kv--static-lp .c-section__inner {
  width: 1245px;
}

/* line 2549, app/assets/stylesheets/top.scss */
.c-kv--static-lp .c-kv__left {
  flex-grow: 0;
}

/* line 2552, app/assets/stylesheets/top.scss */
.c-kv--static-lp .c-kv__right {
  width: auto;
}

/* line 2555, app/assets/stylesheets/top.scss */
.c-kv--static-lp .c-kv__label {
  margin-bottom: 21px;
}

/* line 2558, app/assets/stylesheets/top.scss */
.c-kv--static-lp.c-kv:after {
  content: none;
}

/* line 2563, app/assets/stylesheets/top.scss */
.c-contents--static-lp {
  gap: 45px;
}

/* line 2565, app/assets/stylesheets/top.scss */
.c-contents--static-lp.c-now {
  background-color: #fff;
}

/* line 2568, app/assets/stylesheets/top.scss */
.c-contents--static-lp .c-contents-list__item {
  position: relative;
  cursor: pointer;
}

/* line 2571, app/assets/stylesheets/top.scss */
.c-contents--static-lp .c-contents-list__item .c-title--manager {
  width: 280px;
  margin: 30px 0 70px;
  padding: 10px 0;
  line-height: 1;
  border-radius: 50px;
  border: 1px solid #00AF96;
  color: #00AF96;
  background-color: #fff;
  font-size: 18px;
  transition: .2s;
}

/* line 2584, app/assets/stylesheets/top.scss */
.c-contents--static-lp .c-contents-list__item:hover .c-title--manager {
  background-color: #00AF96;
  color: #fff;
}

/* line 2593, app/assets/stylesheets/top.scss */
.c-contents--static-lp .c-contents-list__item:nth-child(7) .c-title--manager,
.c-contents--static-lp .c-contents-list__item:nth-child(8) .c-title--manager,
.c-contents--static-lp .c-contents-list__item:nth-child(9) .c-title--manager {
  margin-bottom: 0;
}

/* line 2599, app/assets/stylesheets/top.scss */
.c-kv-tag-list__item {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #EDF7F3;
  color: #00AF96;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.3px;
}

/* line 2608, app/assets/stylesheets/top.scss */
.c-kv-tag-list__item:nth-child(2) {
  margin: 0 10px;
}

/* line 2613, app/assets/stylesheets/top.scss */
.c-contents-tag-list__item {
  line-height: 1;
  font-size: 23px;
  font-weight: bold;
  width: 530px;
  background-color: #EDF7F3;
  padding: 15px 30px;
}

/* line 2620, app/assets/stylesheets/top.scss */
.c-contents-tag-list__item .material-icons {
  font-size: 36px;
  color: #00AF96;
  display: block;
  margin-right: 10px;
}

/* line 2626, app/assets/stylesheets/top.scss */
.c-contents-tag-list__item:nth-child(2) {
  margin: 30px 0;
}

/* line 2631, app/assets/stylesheets/top.scss */
.c-manager {
  background-color: #fff;
}

/* line 2635, app/assets/stylesheets/top.scss */
.c-manager.c-contents--static-lp {
  background-color: #EDF7F3;
}

/* line 2639, app/assets/stylesheets/top.scss */
.c-icon--modal {
  padding: 7px;
  border-radius: 15px;
  background-color: #00AF96;
  color: #fff;
  font-size: 46px;
  position: absolute;
  top: 122px;
  right: 0;
}

/* line 2648, app/assets/stylesheets/top.scss */
.c-icon--modal svg {
  width: 46px;
  height: 46px;
}

/* line 2654, app/assets/stylesheets/top.scss */
.c-contents-list__item--plan {
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

/* line 2661, app/assets/stylesheets/top.scss */
.c-title--price {
  text-align: center;
  background: #EDF7F3;
  line-height: 1;
  font-size: 28px;
  padding: 30px 0;
  border-radius: 10px 10px 0 0;
}

/* line 2670, app/assets/stylesheets/top.scss */
.c-list-price-text__flex {
  padding: 80px 70px 50px;
}

/* line 2674, app/assets/stylesheets/top.scss */
.c-list-price-text__flex-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* line 2681, app/assets/stylesheets/top.scss */
.c-list-price-text__recommend {
  padding: 25px 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #FDA343;
  border: 1px solid #FDA343;
  border-radius: 5px;
  font-size: 24px;
}

/* line 2692, app/assets/stylesheets/top.scss */
.c-title--other {
  display: block;
  margin: 40px 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

/* line 2701, app/assets/stylesheets/top.scss */
.c-contents-list--option {
  margin: 0;
  gap: 45px;
  justify-content: center;
}

/* line 2705, app/assets/stylesheets/top.scss */
.c-contents-list--option .c-contents-list__item {
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 2711, app/assets/stylesheets/top.scss */
.c-manager-info {
  background-color: #00AF96;
}

/* line 2713, app/assets/stylesheets/top.scss */
.c-manager-info .c-title--main {
  margin-bottom: 1px;
  color: #fff;
  line-height: 1.5;
}

/* line 2717, app/assets/stylesheets/top.scss */
.c-manager-info .c-title--main:before {
  content: none;
}

/* line 2721, app/assets/stylesheets/top.scss */
.c-manager-info .c-contents-list {
  margin: 50px 0 0;
}

/* line 2726, app/assets/stylesheets/top.scss */
.c-content-list__info {
  width: calc(50% - 22.5px);
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

/* line 2734, app/assets/stylesheets/top.scss */
.c-content-list__info__img-box {
  display: block;
  width: 110px;
  text-align: center;
  margin-right: 35px;
}

/* line 2742, app/assets/stylesheets/top.scss */
.c-content-list__info__right .c-read {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

/* line 2748, app/assets/stylesheets/top.scss */
.c-content-list__info__right .btn-head {
  display: flex;
  width: 100%;
  padding: 13px 0;
  color: #fff;
  border-radius: 30px;
  background-color: #FDA343;
  font-size: 18px;
  transition: .3s;
  justify-content: center;
  font-weight: bold;
}

/* line 2759, app/assets/stylesheets/top.scss */
.c-content-list__info__right .btn-head:hover {
  opacity: 0.7;
}

/* line 2765, app/assets/stylesheets/top.scss */
.c-head__tag--transport,
.c-kv__tag--transport {
  background-color: #FFE680;
}

/* line 2775, app/assets/stylesheets/top.scss */
.c-contents-list--transport .c-contents-list__item:nth-child(4) .c-title--manager, .c-contents-list--transport .c-contents-list__item:nth-child(5) .c-title--manager, .c-contents-list--transport .c-contents-list__item:nth-child(6) .c-title--manager {
  margin-bottom: 0;
}

/* line 2783, app/assets/stylesheets/top.scss */
.c-contents-list--option--transport .c-contents-list__item--option {
  width: calc(50% - 22.5px);
  margin-right: 0;
}

/* line 2786, app/assets/stylesheets/top.scss */
.c-contents-list--option--transport .c-contents-list__item--option:first-child, .c-contents-list--option--transport .c-contents-list__item--option:nth-child(2) {
  margin-bottom: 30px;
}

/* line 2793, app/assets/stylesheets/top.scss */
.c-option {
  padding: 6px 15px;
  line-height: 1;
  background-color: rgba(253, 163, 67, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

/* line 2805, app/assets/stylesheets/top.scss */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  transition: .3s;
}

/* line 2816, app/assets/stylesheets/top.scss */
.c-modal.is-active {
  visibility: visible;
  z-index: 100;
  opacity: 1;
}

/* line 2823, app/assets/stylesheets/top.scss */
.c-modal__inner {
  width: 800px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2829, app/assets/stylesheets/top.scss */
.c-modal__inner .c-icon--close {
  font-size: 60px;
  margin-left: auto;
  color: #fff;
}

/* line 2834, app/assets/stylesheets/top.scss */
.c-modal__inner .c-icon--modal {
  position: relative;
  top: 0;
  margin-right: 20px;
}

/* line 2839, app/assets/stylesheets/top.scss */
.c-modal__inner img {
  display: block;
  width: 100%;
  margin: 30px 0;
  opacity: 1;
}

/* line 2844, app/assets/stylesheets/top.scss */
.c-modal__inner img:hover {
  opacity: 1;
}

/* line 2848, app/assets/stylesheets/top.scss */
.c-modal__inner .c-title--manager-modal__contents,
.c-modal__inner .c-read {
  color: #fff;
  font-weight: bold;
}

/* line 2853, app/assets/stylesheets/top.scss */
.c-modal__inner .c-title--manager-modal__contents {
  margin-bottom: 15px;
  font-size: 16px;
}

/* line 2857, app/assets/stylesheets/top.scss */
.c-modal__inner .c-read {
  font-size: 13px;
}

/* line 2862, app/assets/stylesheets/top.scss */
.c-title--manager-modal {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

/* line 2868, app/assets/stylesheets/top.scss */
.c-lp-link {
  margin-top: 60px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

/* line 2873, app/assets/stylesheets/top.scss */
.c-lp-link__item {
  width: 50%;
  font-size: 24px;
  padding: 50px;
  background-color: #FFE680;
  line-height: 1;
  font-weight: bold;
  position: relative;
  opacity: 1;
  transition: .2s;
}

/* line 2883, app/assets/stylesheets/top.scss */
.c-lp-link__item:first-child {
  background-color: #ffce00;
}

/* line 2886, app/assets/stylesheets/top.scss */
.c-lp-link__item:hover {
  opacity: 0.7;
}

/* line 2888, app/assets/stylesheets/top.scss */
.c-lp-link__item:hover .c-icon--lp-link {
  transform: translate3d(5px, -50%, 0);
}

/* line 2894, app/assets/stylesheets/top.scss */
.c-icon--lp-link {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate3d(0, -50%, 0);
  font-size: 30px;
  transition: .2s;
}

@media screen and (max-width: 1024px) {
  /* line 2904, app/assets/stylesheets/top.scss */
  .c-head__tag {
    display: none;
  }
  /* line 2907, app/assets/stylesheets/top.scss */
  .c-kv__tag {
    margin: 30px auto 30px;
  }
  /* line 2911, app/assets/stylesheets/top.scss */
  .c-kv--static-lp .c-kv__label {
    font-size: 27px;
  }
  /* line 2914, app/assets/stylesheets/top.scss */
  .c-kv--static-lp .c-kv-label__note {
    display: block;
    font-size: 20px;
  }
  /* line 2918, app/assets/stylesheets/top.scss */
  .c-kv--static-lp .c-section__inner {
    width: 100%;
  }
  /* line 2922, app/assets/stylesheets/top.scss */
  .c-kv-tag-list {
    flex-wrap: wrap;
  }
  /* line 2925, app/assets/stylesheets/top.scss */
  .c-kv-tag-list__item {
    width: 100%;
  }
  /* line 2927, app/assets/stylesheets/top.scss */
  .c-kv-tag-list__item br {
    display: none;
  }
  /* line 2931, app/assets/stylesheets/top.scss */
  .c-kv-tag-list__item:nth-child(2) {
    margin: 10px 0;
  }
  /* line 2934, app/assets/stylesheets/top.scss */
  .c-contents-tag-list__item {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    letter-spacing: -0.3px;
  }
  /* line 2939, app/assets/stylesheets/top.scss */
  .c-contents-tag-list__item .material-icons {
    font-size: 20px;
  }
  /* line 2942, app/assets/stylesheets/top.scss */
  .c-contents-tag-list__item:first-child {
    margin-top: 30px;
  }
  /* line 2945, app/assets/stylesheets/top.scss */
  .c-contents-tag-list__item:nth-child(2) {
    margin: 15px 0;
  }
  /* line 2949, app/assets/stylesheets/top.scss */
  .c-contents__right {
    width: 100%;
  }
  /* line 2954, app/assets/stylesheets/top.scss */
  .c-contents--static-lp .c-contents-list__item img {
    width: 100%;
  }
  /* line 2957, app/assets/stylesheets/top.scss */
  .c-contents--static-lp .c-contents-list__item .c-title--manager {
    width: 100%;
    margin: 15px 0 0;
  }
  /* line 2961, app/assets/stylesheets/top.scss */
  .c-contents--static-lp .c-contents-list__item:nth-child(2), .c-contents--static-lp .c-contents-list__item:nth-child(5), .c-contents--static-lp .c-contents-list__item:nth-child(8) {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2967, app/assets/stylesheets/top.scss */
  .c-contents--static-lp .c-contents-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 2972, app/assets/stylesheets/top.scss */
  .c-icon--modal {
    top: inherit;
    bottom: 50px;
  }
  /* line 2976, app/assets/stylesheets/top.scss */
  .c-content-list__info {
    width: 100%;
    padding: 20px;
    justify-content: space-around;
  }
  /* line 2980, app/assets/stylesheets/top.scss */
  .c-content-list__info:first-child {
    margin: 0 0 30px;
  }
  /* line 2984, app/assets/stylesheets/top.scss */
  .c-content-list__info__img-box {
    width: 80px;
    margin-right: 15px;
  }
  /* line 2989, app/assets/stylesheets/top.scss */
  .c-content-list__info__right .c-read {
    font-size: 15px;
  }
  /* line 2992, app/assets/stylesheets/top.scss */
  .c-content-list__info__right .btn-head {
    font-size: 15px;
  }
  /* line 2996, app/assets/stylesheets/top.scss */
  .c-month__label {
    margin-bottom: 5px;
    font-size: 18px;
  }
  /* line 3000, app/assets/stylesheets/top.scss */
  .c-month {
    padding: 10px 15px;
    font-size: 21px;
    left: 15px;
    top: -18px;
  }
  /* line 3006, app/assets/stylesheets/top.scss */
  .c-month__small {
    font-size: 14px;
  }
  /* line 3009, app/assets/stylesheets/top.scss */
  .c-title--price {
    padding: 15px 0 15px 135px;
    font-size: 20px;
  }
  /* line 3013, app/assets/stylesheets/top.scss */
  .c-list-price-text__flex {
    padding: 30px 25px 30px;
  }
  /* line 3016, app/assets/stylesheets/top.scss */
  .c-list-price-text__item--title {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #00AF96;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
  }
  /* line 3024, app/assets/stylesheets/top.scss */
  .c-list-price-text__flex-inner {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  /* line 3028, app/assets/stylesheets/top.scss */
  .c-list-price-text__recommend {
    font-size: 13px;
    padding: 15px;
  }
  /* line 3033, app/assets/stylesheets/top.scss */
  .c-manager-info .c-title--main {
    font-size: 20px;
  }
  /* line 3036, app/assets/stylesheets/top.scss */
  .c-manager-info .c-contents-list {
    margin-top: 25px;
  }
  /* line 3040, app/assets/stylesheets/top.scss */
  .l-header__menu a {
    padding-top: 0;
  }
  /* line 3043, app/assets/stylesheets/top.scss */
  .c-contents-list--option--transport .c-contents-list__item--option {
    width: 100%;
  }
  /* line 3045, app/assets/stylesheets/top.scss */
  .c-contents-list--option--transport .c-contents-list__item--option:first-child, .c-contents-list--option--transport .c-contents-list__item--option:nth-child(2), .c-contents-list--option--transport .c-contents-list__item--option:nth-child(3) {
    margin-bottom: 20px;
  }
  /* line 3050, app/assets/stylesheets/top.scss */
  .c-contents-list--option--transport .c-contents-list__item--option:last-child {
    margin-bottom: 0;
  }
  /* line 3053, app/assets/stylesheets/top.scss */
  .c-contents-list--option--transport .c-contents-list__item--option:nth-child(2n) {
    margin-left: 0;
  }
  /* line 3057, app/assets/stylesheets/top.scss */
  .l-headerNav__item:last-child {
    padding: 0 6px;
  }
  /* line 3060, app/assets/stylesheets/top.scss */
  .c-modal__inner {
    width: 100%;
    padding: 20px;
  }
  /* line 3064, app/assets/stylesheets/top.scss */
  .c-modal__inner .c-icon--close {
    font-size: 40px;
  }
  /* line 3067, app/assets/stylesheets/top.scss */
  .c-title--manager-modal {
    font-size: 18px;
  }
  /* line 3070, app/assets/stylesheets/top.scss */
  .c-modal__inner .c-icon--modal {
    font-size: 26px;
    border-radius: 10px;
  }
  /* line 3074, app/assets/stylesheets/top.scss */
  .c-modal__inner .c-icon--modal svg {
    width: 26px;
    height: 26px;
  }
  /* line 3078, app/assets/stylesheets/top.scss */
  .c-lp-link {
    margin-top: 30px;
  }
  /* line 3081, app/assets/stylesheets/top.scss */
  .c-lp-link__item {
    width: 100%;
    line-height: 1.3;
    padding: 25px 50px 25px 25px;
  }
  /* line 3086, app/assets/stylesheets/top.scss */
  .c-icon--lp-link {
    right: 15px;
  }
  /* line 3089, app/assets/stylesheets/top.scss */
  .u-db {
    display: block;
  }
  /* line 3092, app/assets/stylesheets/top.scss */
  .u-mb10 {
    margin-bottom: 10px;
  }
}

/* line 3097, app/assets/stylesheets/top.scss */
.l-footer--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 3101, app/assets/stylesheets/top.scss */
.l-footer--top .l-footer__logo {
  margin: 20px 0 0;
}

/* line 3104, app/assets/stylesheets/top.scss */
.l-footer--top .l-footer__copy {
  width: 100%;
}

/* line 3107, app/assets/stylesheets/top.scss */
.l-footer--top .l-footer__nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 3113, app/assets/stylesheets/top.scss */
.l-footer--top .l-footer__nav__item {
  display: block;
  margin: 0;
}

/* line 3116, app/assets/stylesheets/top.scss */
.l-footer--top .l-footer__nav__item:hover {
  text-decoration: underline;
}

/* line 3119, app/assets/stylesheets/top.scss */
.l-footer--top .l-footer__nav__item:not(:last-child):after {
  content: "|";
  margin-left: 16px;
}

/* line 3126, app/assets/stylesheets/top.scss */
.bx-viewport {
  height: fit-content !important;
}
