@charset "UTF-8";

/* normalize, 変数(for Sass) */

@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* mixin(for Sass) */

/* ベースの要素スタイル */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

p {
  letter-spacing: 0em;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.sec-content {
  padding: 40px 0 0;
}

.sec-content.bg-blue {
  background: #31475e;
}

.sec-content--sub {
  margin-bottom: 25px;
}

.sec-content--sub:last-of-type {
  margin-bottom: 0;
}

.sec-img {
  width: 85%;
  margin: 0 auto 20px;
}

.sec-txt {
  color: #fff;
}

/*===================================
module flexbox
====================================*/

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2 > li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin > li {
  width: 50%;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover,
a:focus,
a:active {
  color: #333;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

.link-arrow::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 12px;
}

.link_blue {
  color: #31475e !important;
  text-decoration: underline;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: number;
  position: relative;
}

ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

.c-list-border li {
  margin-bottom: 12px;
  padding: 0 0 0 1.5em !important;
  background: #fff !important;
  text-indent: -1.5em;
}

.c-list-border li:last-child {
  margin-bottom: 0;
}

.c-list-border li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  margin-right: 10px;
  border-top: 3px solid #f68a36;
  vertical-align: 4px;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.c-table {
  line-height: 1.4;
}

.c-table dl {
  margin-top: 10px;
}

.c-table dl dt {
  padding: 10px;
  background-color: #789bd0;
  color: #fff;
  font-weight: bold;
}

.c-table dl dd {
  padding: 10px;
}

.c-table dl dd p {
  margin-bottom: 20px;
}

.c-table dl dd p:last-child {
  margin-bottom: 0;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 100%;
  padding: 20px;
  border: 3px solid #f68a36;
  border-bottom: 5px solid #cd630e;
  background: #f68a36;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: none;
  padding: 10px;
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  resize: vertical;
}

input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}

.form_list > li {
  margin: 10px 0;
}

.form_list > li:after {
  content: "";
  clear: both;
  display: block;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* ライブラリ */

/* コンポーネント */

.c-btn__center {
  text-align: center;
}

.btn {
  width: 100%;
  padding: 20px 10px;
  background: #f68a36;
  border: 1px solid #f6842c;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1;
}

.btn:visited {
  color: #fff;
}

.btn:after {
  display: block;
  top: 50%;
  content: "";
  width: 15px;
  border-top: 1px solid #fff;
  position: absolute;
  right: 0;
  font-size: 12px;
}

.btn:hover {
  background: #fff;
  color: #f68a36;
  transition: all .3s;
}

.btn--yellow {
  background: #f7c331;
  border: 1px solid #f7c027;
}

.btn--yellow:hover {
  color: #f7c331;
}

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-contact {
  padding: 5px;
  background: #f5f3eb;
  color: #31475e;
}

.c-contact--frame {
  padding: 10px 10px 15px;
  border: 2px solid #f7c331;
}

.c-contact__title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f7c331;
  font-weight: bold;
  font-size: 19px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.c-contact__img {
  width: 110px;
  float: right;
}

.c-contact__list {
  clear: both;
}

.c-contact__list span {
  background: #f7c331;
  padding: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: 7px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.c-contact__list .fax {
  font-size: 33px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
}

.c-contact__list .btn {
  font-size: 14px;
}

.page-title {
  height: 86px;
  border-bottom: 1px solid #f2eadf;
}

.page-title--txt {
  padding-top: 24px;
  font-size: 18px;
  font-weight: bold;
}

#about .page-title {
  background: url(../images/about/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#online .page-title {
  background: url(../images/online/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#price .page-title {
  background: url(../images/price/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#qa .page-title {
  background: url(../images/qa/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#contact .page-title {
  background: url(../images/contact/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#request .page-title {
  background: url(../images/request/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#company .page-title {
  background: url(../images/company/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#privacy .page-title {
  background: url(../images/privacy/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#flow .page-title {
  background: url(../images/flow/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#trial .page-title {
  background: url(../images/trial/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

#trialform .page-title {
  background: url(../images/trial/form/bg_main.jpg) no-repeat center center;
  background-size: cover;
}

.sec-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  color: #31475e;
  padding-left: 10px;
  font-weight: bold;
}

.sec-title:before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 50%;
  background-color: #31475e;
  top: 0;
  left: 0;
}

.sec-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f68a36;
  width: 5px;
  height: 50%;
}

.sec-price__aside {
  display: block;
  margin-top: 15px;
  padding: 10px 10px 10px 2em;
  background: #f2eadf;
  border-radius: 8px;
  color: #31475e;
  font-size: 14px;
  text-indent: -1em;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  z-index: 1000;
}

.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  background: rgba(220, 199, 170, 0.75);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
}

.c-right-pic {
  margin-bottom: 20px;
}

/* 共通レイアウト(header, footer, etc.) */

.l-footer {
  margin: 60px 0 0;
  background: #31475e;
  padding: 14px 0 10px;
}

.l-footer__menu {
  text-align: center;
  font-size: 0;
}

.l-footer__menu li {
  display: inline-block;
  font-size: 12px;
}

.l-footer__menu li:first-child:after {
  content: "|";
  margin: 0 8px;
  color: #fff;
}

.l-footer a {
  color: #fff;
}

.l-footer address {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2em;
}

/*=========================
global-navigation button style
==========================*/

.gnav-btn {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  background: url(/images/common/ico-menu.png) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
}

.gnav-btn-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.gnav-btn-container {
  position: absolute;
  width: 27px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  display: block;
  transition: all .2s;
}

.gnav-btn-container.close img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

/* ハンバーガーアニメーション */

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/*=========================
global-navigation active style
==========================*/

/*=========================
h-gnav
==========================*/

.globalnav {
  width: 100%;
  background: #f2eadf;
  display: none;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 1000;
  font-weight: bold;
}

.globalnav-list > li {
  border-top: 1px solid #fff;
}

.globalnav-list > li:first-child {
  border-top: none;
}

.globalnav-list > li.gnav-list__insta {
  display: none;
}

.globalnav-list > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
  text-align: center;
  transition: none;
  color: #31475e;
  font-weight: bold;
}

.globalnav-list > li > a span {
  display: block;
  color: #f2eadf;
  font-size: 10px;
}

.globalnav-list > li > a:hover img {
  opacity: 0.8;
}

/*=========================
common header
==========================*/

.l-header .l-container {
  padding: 0;
}

.l-header__border {
  background: #f7c331;
  height: 5px;
}

.l-header__border span {
  display: none;
}

.l-header__logo {
  width: 88px;
  margin: 10px;
}

.l-header .sp-header__insta {
  position: absolute;
  top: 8px;
  right: 80px;
  width: 36px;
}

.l-header__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__list li {
  width: 50%;
  text-align: center;
}

.l-header__list li a {
  position: relative;
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.l-header__list li a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 9px;
  font-size: 12px;
}

.l-header__list--request {
  background: #f68a36;
  border-right: 1px solid #fff;
}

.l-header__list--contact {
  background: #f7c331;
  border-right: 1px solid #fff;
}

.l-header__list--tel {
  background: #31475e;
}

.l-header .tel-number--pc {
  display: none;
}

.l-wrapper {
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

/* ページごとのスタイル */

.sec-company__table {
  margin-bottom: -15px;
}

.sec-company__table th {
  display: block;
  color: #31475e;
  font-weight: bold;
  text-align: left;
}

.sec-company__table td {
  display: block;
  padding-bottom: 15px;
  text-align: left;
}

.mailform {
  margin-top: 15px;
}

.sec-contact__form dl {
  margin-bottom: 15px;
}

.sec-contact__form dt {
  margin-bottom: 5px;
  color: #31475e;
  font-weight: bold;
}

.sec-contact__form .submit-btn {
  text-align: center;
}

/*確認画面*/

.formTable {
  margin-top: 15px;
}

.formTable th {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f68a36;
  text-align: left;
  font-weight: bold;
  color: #31475e;
}

.formTable td {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

#formWrap .submit-btn p {
  margin-bottom: 10px;
}

.flow-list li {
  background: #f2eadf;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.flow-list li:after {
  content: "";
  clear: both;
  display: block;
}

.flow-list li h3 {
  color: #31475e;
  font-size: 23px;
  font-weight: bold;
}

.flow-list li .flow-list__right--txt {
  position: relative;
  height: 146px;
  background-color: #fff;
  padding: 20px 20px 20px 78px;
  margin-top: 17px;
  font-size: 16px;
  background-image: url(../images/flow/flow_icon@2x.png);
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: 10px center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-list li .flow-list__right--txt p {
  position: relative;
  padding-left: 20px;
}

.flow-list li .flow-list__right--txt p:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 11px;
  height: 4px;
  background-color: #f68a36;
}

.flow-list__left {
  width: 260px;
  float: left;
}

.flow-list__right {
  width: calc(100% - 300px);
  float: left;
}

.mainvisual li {
  position: relative;
}

.mainvisual--copy {
  position: absolute;
  width: 28%;
  padding: 0px 0 0;
  z-index: 100;
  text-align: center;
  left: 50%;
  margin-left: -14%;
  top: -5px;
}

li.swiper-slide.swiper-slide-duplicate-next {
  opacity: 0.5 !important;
}

.top-catch_bnr {
  height: 140vw;
  background-image: url(../images/index/catch_bnr_s@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-catch_bnr img {
  max-width: 97%;
  margin-top: -10vw;
}

.instagram {
  padding: 40px 0 0;
}

.instagram .insta-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.instagram .insta-list > li {
  width: calc(50% - 10px);
  margin-top: 20px;
}

.instagram .insta-list::before {
  content: "";
  display: block;
  width: calc(50% - 10px);
  margin-top: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.instagram .insta-list::after {
  display: block;
  content: "";
  width: calc(50% - 10px);
  margin-top: 20px;
}

.c-bnr {
  padding: 10px 20px;
  display: block;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}

.c-news {
  overflow-y: scroll;
  height: 300px;
}

.c-news__time {
  color: #f68a36;
  font-weight: bold;
}

.c-news li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcc7aa;
}

.c-news li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.swiper-container {
  text-align: center;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}

#lp.lp-truancy .pc-only {
  display: none;
}

#lp.lp-truancy .sp-only {
  display: inline-block;
}

#lp.lp-truancy .main {
  padding: 10px;
  background: url(../lp/images/truancy/bg_main.jpg) no-repeat center;
  background-size: cover;
}

#lp.lp-truancy .main__target {
  width: 75%;
  margin: 0 auto 15px;
}

#lp.lp-truancy .main__category {
  margin: 10px auto 70px;
  text-align: center;
}

/*------------------
変数設定
------------------*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

#lp {
  /*color*/
  /*------------------
  使い回し用
  ------------------*/
  /* text */
  /* CV */
  /*bottom*/
  /*------------------
  共通
  ------------------*/
  /* 背景 */
  /* コンテント */
  /*------------------
  タイトル
  ------------------*/
  /*------------------
  header調整
  ------------------*/
  /*------------------
  各セクション
  ------------------*/
  /*------------------
  お悩み
  ------------------*/
  /*------------------
  2担当制
  ------------------*/
  /*------------------
  28％が
  ------------------*/
  /*------------------
  事例
  ------------------*/
  /*------------------
  コンバージョン
  ------------------*/
  /*------------------
  3つのポイント
  ------------------*/
  /*------------------
  スタートまでの流れ
  ------------------*/
  /*------------------
  流れ
  ------------------*/
  /*------------------
  お問い合わせ確認画面
  ------------------*/
}

#lp .wrapper {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
  color: #0f0f0f;
}

#lp .wrapper .inner {
  padding: 30px 15px;
}

#lp .t-blue {
  color: #31475e;
}

#lp .t-red {
  color: #f9473c;
}

#lp .t-orange {
  color: #ed8432;
}

#lp .t-green {
  color: #0dccc0;
}

#lp .t-pink {
  color: #ff7f7f;
}

#lp .underline {
  background: linear-gradient(transparent 60%, #f7c331 60%);
}

#lp .link_blue {
  color: #31475e;
  text-decoration: underline;
}

#lp .contact-box {
  margin-bottom: 50px;
}

#lp .contact-box li:first-child {
  margin-bottom: 10px;
}

#lp .bottom {
  margin-bottom: 0;
  padding: 15px 0 25px;
}

#lp .bottom .bottom-tel {
  margin-top: 20px;
  padding: 20px 10px;
  border: 2px solid #f9473c;
  border-radius: 6px;
  overflow: hidden;
}

#lp .bottom .ico-tel {
  position: relative;
  width: 175px;
  margin: 0 auto;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#lp .bottom .ico-tel:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -34px;
  width: 30px;
  height: 40px;
  background: url(../../common/images/ico_tel.png) no-repeat;
  background-size: 100%;
}

#lp .bottom .title-tel {
  padding: 5px;
  background: #f9473c;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
}

#lp .bottom .txt-tel a {
  display: block;
  margin-top: 27px;
  font-size: 35px;
  color: #f9473c;
  font-weight: bold;
  text-align: center;
}

#lp .bottom .bg-frame {
  background: url(../../common/images/img_daruru_contact.png) no-repeat right top;
  background-size: 13%;
}

#lp .bottom .ruby-before:before,
#lp .bottom .ruby-after:before {
  top: -40%;
}

#lp .bg-stripe {
  padding: 1px 0;
  background-size: 12px 12px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
}

#lp .bg-stripe_lightorange {
  padding: 1px 0;
  background-size: 12px 12px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #fef5f3 25%, transparent 25%, transparent 50%, #fef5f3 50%, #fef5f3 75%, transparent 75%, transparent);
}

#lp .bg-stripe_orange {
  padding: 1px 0;
  background-size: 12px 12px;
  background-color: #ee8d40;
  background-image: linear-gradient(-45deg, #ed8432 25%, transparent 25%, transparent 50%, #ed8432 50%, #ed8432 75%, transparent 75%, transparent);
}

#lp .bg-stripe_lightblue {
  background-size: 12px 12px;
  background-color: #e8f4f9;
  background-image: linear-gradient(-45deg, #e0f0f7 25%, transparent 25%, transparent 50%, #e0f0f7 50%, #e0f0f7 75%, transparent 75%, transparent);
}

#lp .sub-conts {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 0px;
  box-shadow: 0px 0px 4px 1px rgba(49, 71, 94, 0.3);
  border: solid 3px #f7c331;
}

#lp .sub-conts:last-of-type {
  margin-bottom: 0;
}

#lp .txt-area {
  margin: 15px 15px 0;
  line-height: 1.5em;
}

#lp .txt-area dt {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

#lp .pic {
  margin: 0 auto 20px;
  vertical-align: top;
}

#lp .title {
  margin-bottom: 20px;
  text-align: center;
}

#lp .subtitle {
  padding-bottom: 15px;
  padding-top: 17px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
}

#lp .tlt_02 {
  position: relative;
  display: inline-block;
  padding: 0px 55px;
  font-size: 27px;
  color: #31475e;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 35px;
}

#lp .tlt_02:before,
#lp .tlt_02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 55px;
  height: 4px;
  background-color: #f7c331;
}

#lp .tlt_02:before {
  left: -10px;
}

#lp .tlt_02:after {
  right: -10px;
}

#lp .tlt_03 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 25px;
  color: #31475e;
  font-weight: bold;
  margin-bottom: 30px;
}

#lp .tlt_03:before,
#lp .tlt_03:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ed8432;
}

#lp .tlt_03:before {
  left: 0px;
}

#lp .tlt_03:after {
  right: 0px;
}

#lp #header .l-header__border {
  text-align: left;
}

#lp #header .l-container {
  text-align: left;
  height: 90px;
}

#lp #header .l-container .l-header__logo {
  width: 100px;
}

#lp #header .l-container .l-header__list {
  margin-top: 10px;
}

#lp #header .globalnav-list > li > a {
  padding: 7px 0px;
}

#lp .l-footer {
  margin-top: 0px;
}

#lp .main {
  padding: 10px;
  background: url(../lp/images/bg/bg_main.jpg) no-repeat center;
  background-size: cover;
  margin-top: 30px;
  height: 400px;
}

#lp .main__inner {
  padding-top: 80px;
  max-width: 320px;
  margin: auto;
}

#lp .main__target {
  width: 75%;
  margin: 0 auto 15px;
}

#lp .main__category {
  margin: 10px auto 70px;
  text-align: center;
}

#lp .worry {
  margin-top: 0px;
  padding: 0px 0px 0;
  background: url(../lp/images/bg/bg_worry.jpg) no-repeat center;
  background-size: cover;
}

#lp .worry__list li {
  margin-bottom: 10px;
  padding: 20px 0px;
  text-align: left;
  background-color: #fff;
  font-weight: bold;
  background-image: url(../lp/images/check_icon.png);
  background-repeat: no-repeat;
  background-position: 10px 18px;
  padding-left: 50px !important;
}

#lp .system {
  line-height: 1.5em;
}

#lp .system .system-contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#lp .system .system-contents li {
  width: 48%;
  margin: 1%;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #d6c6b1;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px rgba(49, 71, 94, 0.3);
}

#lp .system .system-contents li .system-contents_img {
  position: relative;
  overflow: hidden;
  height: 60vw;
}

#lp .system .system-contents li .system-contents_img img {
  width: 100%;
  height: auto;
}

#lp .system .system-contents li .system-contents__text {
  padding: 15px;
}

#lp .system .system-contents li .system-contents__text h4 {
  position: relative;
  color: #31475e;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
  line-height: 30px;
}

#lp .system .system-contents li .system-contents__text h4:after {
  content: "";
  width: 213px;
  height: 5px;
  background: url(../lp/images/title_border@2x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -15px;
}

#lp .system .system-contents li .system-contents__text p {
  text-align: justify;
  font-size: 17px;
  margin-top: 40px;
  line-height: 27px;
  letter-spacing: 1px;
  padding: 0px 20px;
  font-weight: bold;
}

#lp .dd .txt-area {
  text-align: left;
  font-size: 16px;
  background-image: url(../lp/images/bulp_icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-left: 0px;
  padding-top: 70px;
  padding-bottom: 10px;
}

#lp .case .case-comment {
  margin-bottom: 10px;
  border: solid 2px #e3e2dd;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px;
}

#lp .case .case-comment_header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

#lp .case .case-comment_header h3 {
  font-size: 28px;
}

#lp .case .case-comment__box {
  display: inline-block;
  padding: 0px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

#lp .case .case-comment__box:after {
  content: "";
  clear: both;
  display: block;
}

#lp .case .case-comment__box img {
  width: 90px;
}

#lp .case .case-comment .case-comment__prof_text {
  float: right;
  width: calc(100% - 125px);
  text-align: left;
  background-color: #ffecec;
  border-radius: 3px;
  padding: 12px;
  line-height: 25px;
  margin-top: 15px;
  position: relative;
}

#lp .case .case-comment .case-comment__prof_text:after {
  position: absolute;
  top: 10px;
  left: -10px;
  content: "";
  width: 11px;
  height: 30px;
  background-image: url(../lp/images/fukidashi@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#lp .case .case-comment .case-comment__prof_text h4 {
  font-weight: bold;
}

#lp .case .case-comment .case-comment__prof_text p {
  line-height: 23px;
}

#lp .case .case-comment__prof {
  text-align: left;
  float: left;
}

#lp .case .case-comment__prof img {
  display: inline-block;
}

#lp .case .case-comment__prof .case-comment__prof_name {
  display: inline-block;
  text-align: left;
  position: relative;
  top: 15px;
  padding-left: 15px;
  line-height: 25px;
}

#lp .case .case-comment__prof .case-comment__prof_name h4 {
  color: #ff7f7f;
  font-weight: bold;
  font-size: 21px;
}

#lp .case .case-list__box {
  padding: 15px;
  border: solid 2px #e3e2dd;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 0px;
}

#lp .case .case-list__box .case-list {
  text-align: left;
}

#lp .case .case-list__box .case-list li {
  width: 100%;
  margin: 0px;
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 13px;
  padding-left: 60px;
  display: inline-block;
  background-color: #ffecec;
  background-image: url(../lp/images/ico/ico_school.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 37px;
}

#lp .cv {
  padding: 30px 10px;
  background: url(../lp/images/bg/bg_cv.jpg) no-repeat center;
  background-size: cover;
}

#lp .cv .inner {
  padding: 15px;
  background: #fff;
  border: 3px solid #f7c331;
}

#lp .cv__list li:first-child {
  margin-bottom: 12px;
}

#lp .fee .sub-conts {
  border: solid 3px #014a96;
  padding: 20px;
}

#lp .fee .sub-conts dl {
  width: 100%;
  margin: auto;
  display: block;
}

#lp .fee .sub-conts dl:after {
  content: "";
  clear: both;
  display: block;
}

#lp .fee .sub-conts dl dt,
#lp .fee .sub-conts dl dd {
  display: table-cell;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#lp .fee .sub-conts dl dt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px #ed8432;
  display: block;
  font-size: 18px;
  padding-bottom: 2px;
}

#lp .fee .sub-conts dl dd {
  width: 100%;
  text-align: center;
  border-bottom: solid 2px #31475e;
  display: block;
}

#lp .fee .tlt_03 {
  margin-bottom: 10px;
  margin-top: 35px;
}

#lp .fee p {
  width: 100%;
  margin: auto;
  font-weight: bold;
}

#lp .fee .fee-info {
  margin-top: 20px;
}

#lp .dt-height {
  height: auto;
}

#lp .start-flow .start-flow_list li {
  margin-bottom: 30px;
}

#lp .start-flow .start-flow_list li:last-child {
  margin-bottom: 0px;
}

#lp .start-flow .start-flow_list li .start-flow_box {
  background-color: #d7f5fc;
  padding: 15px;
}

#lp .start-flow .start-flow_list li .start-flow_box:after {
  content: "";
  clear: both;
  display: block;
}

#lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_img {
  width: 100%;
}

#lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_img img {
  width: 100%;
}

#lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text {
  width: 100%;
  min-height: 200px;
  float: right;
  border: solid 2px #31475e;
  background-color: #fff;
  padding: 10px;
  text-align: left;
}

#lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text h4 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #31475e;
  padding-left: 0px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

#lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text h4 span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -90px;
  display: inline-block;
  margin: auto;
  background-color: #ed8432;
  color: #fff;
  padding: 27px 10px;
  font-size: 18px;
  border-radius: 100px;
  margin-right: 11px;
}

#lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text p {
  font-size: 15px;
  padding-left: 0px;
}

#lp .start-flow .flowlist_only_tlt {
  margin-top: 50px !important;
}

#lp .lp-trial-flow {
  background: url(../lp/images/bg/bg_flow.jpg) no-repeat center;
  background-size: cover;
}

#lp .lp-trial-flow li {
  border: solid 1px #60c8f8;
  border-radius: 6px;
  text-align: left;
  margin-top: 60px;
}

#lp .lp-trial-flow li h2 {
  font-size: 23px;
}

#lp .lp-sec-contents {
  text-align: left;
  padding: 70px 0px !important;
}

#lp .lp-sec-contents__box {
  background-color: #fff;
  border: solid 3px #ed8432;
  padding: 20px;
}

#lp #pagetop {
  position: fixed;
  bottom: 2em;
  right: 1em;
  z-index: 500;
}

#lp .lp_mail_confirm {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-online__about li {
  margin-bottom: 15px;
  border: 1px solid #f2eadf;
  border-radius: 8px;
}

.sec-online__about li:last-child {
  margin-bottom: 0;
}

.sec-online__about li:nth-child(4) {
  margin-right: 0;
}

.sec-online__about li p {
  padding: 20px 15px;
}

.sec-online__about .flex-col_3 {
  margin-top: 15px;
}

.sec-online__about .flex-col_3 li {
  border: none;
}

.sec-online__about--title {
  width: 100%;
  height: 100px;
  position: relative;
  background: #f2eadf;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #31475e;
  text-align: center;
  line-height: 1.5em;
}

.sec-online__about--title span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.sec-online__flow li {
  margin-bottom: 15px;
  padding: 20px 15px;
  background: #f2eadf;
  border-radius: 8px;
}

.sec-online__flow li:last-child {
  margin-bottom: 0;
}

.sec-online__flow--img {
  width: 70%;
  margin: 0 auto 10px;
}

.sec-online__flow--title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  color: #31475e;
}

.sec-online__flow--aside {
  margin-top: 15px;
  padding: 15px 8px;
  background: #fff;
  color: #31475e;
}

.ico-bulb {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 0 0 10px -31px;
  padding: 6px 20px;
  background: #f2eadf;
  color: #31475e;
  border-radius: 50%;
  font-size: 30px;
}

.sec-online__howto li {
  margin-bottom: 15px;
  padding: 20px 15px;
  background: #f2eadf;
  border-radius: 8px;
}

.sec-online__howto li:last-child {
  margin-bottom: 0;
}

.sec-online__howto li:nth-child(3n) {
  margin-right: 0;
}

.sec-online__howto--img {
  width: 70%;
  margin: 0 auto 10px;
}

.sec-online__howto--title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  color: #31475e;
}

.sec-online__howto aside {
  display: block;
  margin-top: 15px;
  padding: 15px 10px;
  background: #fff;
  color: #31475e;
}

.block-truancy {
  text-align: left;
}

.block-truancy .c-right-pic {
  margin-bottom: 15px;
  text-align: center;
}

.block-truancy p {
  margin-bottom: 15px;
}

.block-truancy .feature-list {
  margin-bottom: 15px;
  padding-left: 1.5em;
}

.block-truancy .feature-list > li {
  border: none;
  list-style: disc;
  font-weight: bold;
}

.sec-price__pic01 {
  margin: 40px 0 -25px;
}

.sec-price__pic02 {
  margin: 40px 0 0;
}

.sec-price__pic03 {
  margin: 40px 0 0;
}

.sec-price__admission p:first-of-type {
  margin-bottom: 15px;
}

.sec-price__admission p:last-of-type {
  font-size: 16px;
  font-weight: bold;
  color: #31475e;
}

.sec-price__guidance--list li {
  margin-bottom: 15px;
  overflow: hidden;
}

.sec-price__guidance--list li:last-child {
  margin-bottom: 0;
}

.sec-price__guidance--list li aside {
  display: block;
  margin-top: 10px;
  text-align: right;
}

.sec-price__guidance--desc {
  margin-top: 20px;
}

.sec-price__guidance--title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: double #f68a36;
}

.sec-price__guidance dl {
  display: table;
}

.sec-price__guidance dt {
  display: table-cell;
  padding: 15px 30px;
  background: #f68a36;
  color: #fff;
  font-weight: bold;
}

.sec-price__guidance .min60 {
  margin-bottom: 10px;
}

.sec-price__guidance .min90 dt {
  background: #31475e;
}

.sec-price__guidance dd {
  display: table-cell;
  padding: 0 15px;
}

.sec-price__rental .sec-price__aside {
  width: 100%;
}

.sec-privacy dl {
  margin-top: 15px;
}

.sec-privacy dl li {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.sec-privacy dl li:before {
  content: "・";
}

.sec-qa__list dt {
  padding: 12px 10px 12px 2.4em;
  background: #f2eadf;
  color: #31475e;
  font-weight: bold;
  text-indent: -1.4em;
}

.sec-qa__list dt:before {
  content: "Q.";
  margin-right: 5px;
}

.sec-qa__list dd {
  padding: 12px 10px 20px 2.4em;
  text-indent: -1.4em;
}

.sec-qa__list dd:before {
  content: "A.";
  margin-right: 5px;
  color: #f68a36;
  font-weight: bold;
}

.sec-qa__list dl:las-of-type dd {
  padding-bottom: 0;
}

.trial-flow-list > li {
  margin-top: 60px;
  padding: 10px 10px 15px;
  background-color: #dbcebc;
}

.trial-flow-list > li .trial-flow-list__title {
  margin-bottom: 15px;
  color: #31475e;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.trial-flow-list .trial-flow-list_step {
  position: relative;
  margin-top: -50px;
  font-size: 18px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}

.trial-flow-list .trial-flow-list_step.trial-flow-list_step__first {
  background-color: #e35450;
}

.trial-flow-list .trial-flow-list_step.trial-flow-list_step__second {
  background-color: #60433c;
}

.trial-flow-list .trial-flow-list_step.trial-flow-list_step__third {
  background-color: #81b73a;
}

.trial-flow-list .trial-flow-list_step.trial-flow-list_step__forth {
  background-color: #f3981d;
}

.trial-flow-list .trial-flow-list_step .trial-flow-list_step-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.2;
}

.trial-flow-list .trial-flow-list_step .trial-flow-list_step-icon span {
  display: block;
  font-size: 16px;
}

.trial-flow-list__inner .trial-flow-list__txt {
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  width: 625px;
  height: 115px;
  padding: 10px 15px;
}

.trial-footer__btn {
  margin-top: 30px;
  text-align: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.resolution-list > li {
  width: 100%;
  background-color: #f2eadf;
  margin-top: 20px;
  padding: 20px;
}

.resolution-list > li img {
  width: 100%;
}

.resolution-list .resolution-list__title {
  margin: 5px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #31475e;
  text-align: center;
}

.resolution-list p {
  text-align: left;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #FFF !important;
}

.u-bc-lightgray {
  background-color: #f7f7f7 !important;
}

.u-bc-blue {
  background-color: #789bd0 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-blue {
  color: #31475e !important;
}

.u-c-orange {
  color: #f68a36 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

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

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

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

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 736px) {
  .sec-content {
    padding: 70px 0 0;
  }

  .sec-content--sub {
    margin-bottom: 50px;
  }

  .sec-img {
    display: inline-block;
    width: 347px;
    margin: 0 30px 0 0;
    vertical-align: top;
  }

  .sec-txt {
    display: inline-block;
    width: 616px;
  }

  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2 > li {
    width: 50%;
  }

  .flex-col_3 > li {
    width: 33.3333%;
  }

  .flex-col_4 > li {
    width: calc(25% - 5px);
  }

  .flex-col_5 > li {
    width: 20%;
  }

  .flex-col-sp_2 > li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin > li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .c-list-border li {
    margin-bottom: 0;
  }

  .c-table dl {
    display: table;
    width: 100%;
  }

  .c-table dl dt {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    width: 145px;
    position: relative;
  }

  .c-table dl dd {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    border: 1px solid #f2f2f2;
  }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 200px;
    padding: 10px;
    border-radius: 30px;
  }

  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    opacity: 0.7;
  }

  textarea {
    width: 535px;
    height: 100px;
  }

  input[type="text"] {
    width: 175px;
    height: 40px;
    padding: 0 8px;
    font-size: 16px;
    float: left;
  }

  input[type="text"].input-fullwidth {
    width: 535px;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .top-news .block-inner {
    width: 700px;
    margin: 0 auto;
  }

  .btn {
    width: 258px;
    padding: 25px;
  }

  .btn:after {
    font-size: 16px;
  }

  .c-contact {
    position: relative;
    padding: 10px;
  }

  .c-contact--frame {
    padding: 15px 15px 30px;
  }

  .c-contact__title {
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0;
  }

  .c-contact__img {
    position: absolute;
    width: 172px;
    right: 32px;
    top: 36px;
  }

  .c-contact p:first-of-type {
    width: 250px;
    font-size: 14px;
  }

  .c-contact__list span {
    padding: 3px 8px;
    vertical-align: 16px;
  }

  .c-contact__list .fax {
    font-size: 50px;
    text-align: center;
    margin-top: 10px;
  }

  .c-contact__list .c-btn {
    margin: -10px 0 25px;
  }

  .c-contact__list .btn {
    width: 425px;
    font-size: 16px;
  }

  .common-bottom p:first-of-type {
    width: 560px;
  }

  .common-bottom .c-contact__title {
    padding-bottom: 15px;
  }

  .common-bottom .c-contact__list {
    margin: 0 0 -30px;
  }

  .common-bottom .c-contact__list .fax {
    padding-top: 5px;
    font-size: 43px;
    vertical-align: -12px;
  }

  .common-bottom .c-contact__list span {
    vertical-align: 13px;
  }

  .common-bottom .c-contact__list li {
    width: 365px;
    display: inline-block;
  }

  .common-bottom .c-contact__list .btn {
    width: 360px;
  }

  .page-title {
    height: 135px;
  }

  .page-title--txt {
    padding-top: 44px;
    font-size: 30px;
  }

  .sec-title {
    font-size: 20px;
  }

  .pagetop a {
    width: 72px;
    height: 72px;
    padding-top: 16px;
    font-size: 25px;
  }

  .c-right-pic {
    width: 365px;
    float: right;
    margin: 0 0 10px 30px;
  }

  .l-footer {
    margin-top: 100px;
  }

  .l-footer__container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }

  .l-footer__menu {
    text-align: left;
    float: left;
  }

  .l-footer address {
    border: none;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .gnav-btn {
    display: none;
  }

  .index .gnav-index:after {
    bottom: 0;
  }

  .lesson .gnav-lesson:after {
    bottom: 0;
  }

  .ensemble .gnav-ensemble:after {
    bottom: 0;
  }

  .teacher .gnav-teacher:after {
    bottom: 0;
  }

  .gallery .gnav-gallery:after {
    bottom: 0;
  }

  .contact .gnav-contact:after {
    bottom: 0;
  }

  .globalnav {
    display: block;
    position: static;
    background: #fff;
    font-weight: normal;
  }

  .globalnav-list {
    width: 1000px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
    background-color: transparent;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .globalnav-list:after {
    content: "";
    clear: both;
    display: block;
  }

  .globalnav-list > li {
    border-top: none;
    border-right: 1px solid #f2eadf;
    width: 13.28%;
    letter-spacing: 0;
    text-align: center;
  }

  .globalnav-list > li:first-child {
    margin-left: 0;
    border-left: 1px solid #f2eadf;
  }

  .globalnav-list > li:last-child {
    border-right: none;
  }

  .globalnav-list > li.gnav-list__insta {
    display: block;
    width: 7%;
  }

  .globalnav-list > li.gnav-list__insta img {
    width: 36px;
  }

  .globalnav-list > li > a {
    display: block;
    width: 100%;
    color: #31475e;
    padding: 5px 0;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .globalnav-list > li > a span {
    font-size: 12px;
  }

  .globalnav-list > li > a:hover:after {
    bottom: 0;
  }

  .l-header {
    padding-bottom: 5px;
    border-bottom: 2px solid #f2eadf;
  }

  .l-header__border {
    height: auto;
  }

  .l-header__border span {
    display: block;
    width: 960px;
    margin: 0 auto;
    font-size: 12px;
    color: #31475e;
  }

  .l-header__logo {
    width: 181px;
    display: inline-block;
  }

  .l-header .sp-header__insta {
    display: none;
  }

  .l-header__list {
    width: 434px;
    float: right;
    margin-top: 26px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__list li {
    width: 164px;
  }

  .l-header__list li a {
    font-size: 16px;
    padding: 10px 5px;
  }

  .l-header__list li a:after {
    display: none;
  }

  .l-header__list--request {
    background: none;
  }

  .l-header__list--request a {
    display: block;
    background: #f68a36;
    border-radius: 30px;
    border-bottom: 5px solid #cd630e;
  }

  .l-header__list--contact {
    background: none;
  }

  .l-header__list--contact a {
    display: block;
    background: #f7c331;
    border-radius: 30px;
    border-bottom: 5px solid #d09d0f;
  }

  .l-header__list--tel {
    width: 244px !important;
    background: #fff;
  }

  .l-header__list--tel a {
    color: #31475e;
  }

  .l-header .tel-number--pc {
    display: block;
    font-size: 12px;
    color: #31475e;
    text-align: left;
    line-height: 30px;
  }

  .l-header .tel-number--pc span {
    font-size: 35px;
    font-weight: bold;
  }

  .l-header .tel-number--sp {
    display: none;
  }

  .sec-intro__img {
    float: right;
  }

  .sec-intro__txt {
    display: inline-block;
    width: 580px;
  }

  .sec-intro__txt p {
    color: #31475e;
    font-size: 18px;
  }

  .l-wrapper {
    min-width: 1000px;
  }

  .l-container {
    padding: 0 20px;
    width: 1000px;
  }

  .sec-about__intro--img {
    margin-top: 50px;
    font-size: 0;
  }

  .sec-about__intro--img li {
    display: inline-block;
    font-size: 0;
  }

  .sec-about__intro--img li:first-child {
    width: 535px;
  }

  .sec-about__intro--img li:last-child {
    position: relative;
    top: -44px;
    left: -1px;
    width: 508px;
    margin-right: -150px;
  }

  .sec-company__table th {
    display: table-cell;
    width: 100px;
    vertical-align: top;
  }

  .sec-company__table td {
    display: table-cell;
    padding-bottom: 25px;
  }

  .sec-contact__form dl {
    display: table;
    margin-bottom: 25px;
  }

  .sec-contact__form dt {
    display: table-cell;
    width: 175px;
    vertical-align: middle;
  }

  .sec-contact__form dd {
    display: table-cell;
  }

  .formTable th {
    display: table-cell;
    width: 185px;
    padding: 10px 0;
    border: none;
    vertical-align: top;
  }

  .formTable td {
    display: table-cell;
    padding: 10px 0;
  }

  #formWrap .submit-btn {
    text-align: center;
  }

  #formWrap .submit-btn p {
    display: inline-block;
  }

  .mainvisual--copy {
    top: -15px;
    height: 90%;
  }

  .mainvisual--copy img {
    height: 130%;
  }

  .top-catch_bnr {
    height: 390px;
    background-image: url(../images/index/catch_bnr@2x.png);
  }

  .top-catch_bnr img {
    max-width: 100%;
    margin-top: 0px;
  }

  .instagram .insta-list > li {
    width: calc(33.3333% - 15px);
    margin-top: 25px;
  }

  .instagram .insta-list::before {
    width: calc(25% - 15px);
    margin-top: 0;
  }

  .instagram .insta-list::after {
    width: calc(25% - 15px);
    margin-top: 25px;
  }

  #lp .wrapper .inner {
    padding: 1px;
    margin: 55px auto;
    width: 960px;
  }

  #lp .contact-box li:first-child {
    margin: 0 20px 0 0;
  }

  #lp .contact-box li {
    width: 466px;
    display: inline-block;
  }

  #lp .bottom {
    padding: 30px 0;
  }

  #lp .bottom .bottom-tel {
    padding: 16px 50px 0 0;
  }

  #lp .bottom .ico-tel {
    width: 250px;
    font-size: 15px;
    float: left;
    margin: 18px 28px 38px 97px;
  }

  #lp .bottom .ico-tel:before {
    left: -42px;
    width: 35px;
    height: 48px;
  }

  #lp .bottom .title-tel {
    font-size: 18px;
  }

  #lp .bottom .txt-tel a {
    position: relative;
    left: -65px;
    top: 5px;
    font-size: 62px;
  }

  #lp .bottom .bg-frame {
    padding-top: 20px;
    background: url(../../common/images/img_daruru_contact.png) no-repeat 99% 6px;
    background-size: 90px;
    overflow: hidden;
  }

  #lp .sub-conts {
    padding: 0px 0 30px;
  }

  #lp .txt-area {
    width: 646px;
    display: inline-block;
    margin: 0 20px 0 0;
  }

  #lp .title {
    margin: 0 auto 50px;
  }

  #lp .subtitle {
    font-size: 25px;
    margin-bottom: 30px;
  }

  #lp .tlt_02 {
    font-size: 25px;
  }

  #lp #header .l-container .l-header__logo {
    width: 130px;
  }

  #lp .main {
    margin-top: 0px;
    height: 500px;
  }

  #lp .main__inner {
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
    padding-top: 0px;
  }

  #lp .main__copy {
    margin-top: 40px;
    text-align: center;
  }

  #lp .main__target {
    width: 276px;
    margin: 0 0 20px;
    text-align: left;
  }

  #lp .worry {
    height: 500px;
    padding-top: 10px;
  }

  #lp .worry__list {
    display: inline-block;
    width: 453px;
    text-align: center;
    vertical-align: top;
  }

  #lp .worry__list:first-of-type {
    margin-right: 20px;
  }

  #lp .worry__list li {
    padding: 20px 20px;
    font-size: 18px;
    text-align: left;
    background-position: 10px 22px;
  }

  #lp .worry__list li:last-child {
    margin-bottom: 0;
  }

  #lp .system .title {
    width: 523px;
  }

  #lp .system .system-contents li .system-contents_img {
    height: 230px;
  }

  #lp .dd .txt-area {
    font-size: 20px;
    background-position: 0px 0px;
    padding-left: 75px !important;
    padding-top: 0px;
  }

  #lp .case .case-comment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #lp .case .case-comment__box img {
    width: auto;
  }

  #lp .case .case-comment__box {
    width: 450px;
  }

  #lp .case .case-list__box .case-list li {
    width: 30%;
    margin: 1%;
    padding: 13px;
    padding-left: 60px;
  }

  #lp .cv {
    padding: 1px 0;
  }

  #lp .cv .inner {
    padding: 20px 10px;
  }

  #lp .cv .title {
    text-align: left;
    margin-bottom: 15px !important;
  }

  #lp .cv__list li:first-child {
    margin-right: 40px;
  }

  #lp .cv__list li {
    display: inline-block;
    width: 405px;
  }

  #lp .fee .sub-conts {
    padding: 50px;
  }

  #lp .fee .sub-conts dl {
    width: 520px;
    margin: auto;
    display: table;
  }

  #lp .fee .sub-conts dl dt,
  #lp .fee .sub-conts dl dd {
    margin-bottom: 30px;
    display: table-cell;
  }

  #lp .fee .sub-conts dl dt {
    text-align: left;
    padding: 10px 0;
    width: 160px;
  }

  #lp .fee .sub-conts dl dd {
    text-align: left;
    padding: 10px 0;
    width: 360px;
  }

  #lp .fee p {
    width: 500px;
  }

  #lp .dt-height {
    height: 57px;
  }

  #lp .start-flow .start-flow_list li .start-flow_box {
    padding-left: 20px;
  }

  #lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_img {
    float: left;
    width: 230px;
  }

  #lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text {
    width: 665px;
  }

  #lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text h4 {
    font-size: 25px;
    padding-left: 90px;
    margin-top: 30px;
    text-align: left;
  }

  #lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text h4 span {
    position: absolute;
    left: 40px;
    top: -7px;
    display: inline-block;
    padding: 27px 10px;
    font-size: 18px;
    border-radius: 100px;
    margin-right: 11px;
  }

  #lp .start-flow .start-flow_list li .start-flow_box .start-flow_list_text p {
    padding-left: 100px;
    font-size: 18px;
  }

  #lp .start-flow .flowlist_numtop {
    top: -23px !important;
  }

  #lp .lp-trial-flow {
    padding: 1px 0;
  }

  #lp .lp-trial-flow li {
    margin-top: 30px;
  }

  .sec-online__about {
    margin-bottom: -15px;
  }

  .sec-online__about li {
    margin: 0 0 10px 0;
  }

  .sec-online__about li:last-child {
    margin-bottom: 10px;
  }

  .sec-online__about .flex-col_3 li {
    width: 33.3333%;
    margin: 0;
    margin-bottom: 15px;
  }

  .sec-online__about--title {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.3em;
  }

  .sec-online__flow li {
    overflow: hidden;
  }

  .sec-online__flow--img {
    width: 248px;
    float: left;
  }

  .sec-online__flow--txt {
    width: 650px;
    float: right;
  }

  .sec-online__flow--title {
    text-align: left;
    font-size: 18px;
  }

  .sec-online__flow--aside {
    position: relative;
    min-height: 63px;
    padding-left: 70px;
    font-size: 14px;
    letter-spacing: 0.01em;
  }

  .sec-online__flow li:last-child .sec-online__flow--aside {
    padding-top: 20px;
  }

  .ico-bulb {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -24px;
    font-size: 25px;
    padding: 4px 15px;
  }

  .sec-online__howto li {
    width: 300px;
    margin-right: 30px;
  }

  .sec-online__howto li:last-child {
    margin-bottom: 15px;
  }

  .sec-online__howto--img {
    width: 260px;
  }

  .block-truancy .c-right-pic {
    width: 260px;
  }

  .block-truancy p {
    margin-bottom: 25px;
  }

  .block-truancy .feature-list {
    margin-bottom: 25px;
  }

  .sec-price__pic01 {
    position: absolute;
    width: 365px;
    height: 207px;
    z-index: 10;
    margin: 0;
    right: 0;
    top: 70px;
  }

  .sec-price__pic02 {
    position: absolute;
    width: 365px;
    height: 207px;
    z-index: 10;
    margin: 0;
    right: 0;
    top: 70px;
  }

  .sec-price__pic03 {
    position: absolute;
    width: 365px;
    height: 207px;
    z-index: 10;
    margin: 0;
    right: 0;
    top: 395px;
  }

  .sec-price__guidance--list li aside {
    text-align: left;
  }

  .sec-price__guidance dl {
    overflow: hidden;
  }

  .sec-price__guidance dt {
    padding: 10px 30px;
  }

  .sec-price__guidance .min60 {
    float: left;
    margin-right: 30px;
  }

  .sec-price__rental .sec-price__aside {
    width: 480px;
  }

  .trial-flow-list > li .trial-flow-list__title {
    text-align: left;
    font-size: 20px;
  }

  .trial-flow-list .trial-flow-list_step {
    display: none;
  }

  .trial-flow-list__inner {
    background-size: 901px;
    height: 202px;
    padding: 20px 50px 0 205px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .trial-flow-list__inner.trial-flow-list__inner--first {
    background-image: url(../images/trial/bg_step01.png);
  }

  .trial-flow-list__inner.trial-flow-list__inner--second {
    background-image: url(../images/trial/bg_step02.png);
  }

  .trial-flow-list__inner.trial-flow-list__inner--third {
    background-image: url(../images/trial/bg_step03.png);
  }

  .trial-flow-list__inner.trial-flow-list__inner--forth {
    background-image: url(../images/trial/bg_step04.png);
  }

  .trial-footer__btn {
    margin-top: 60px;
    width: auto;
  }

  .resolution-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resolution-list > li {
    width: calc(300px);
    margin-top: 25px;
    padding: 23px 30px;
    text-align: center;
  }

  .u-bdr-b-none {
    border-bottom: none !important;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  #lp.lp-truancy .pc-only {
    display: inline-block;
  }

  #lp.lp-truancy .sp-only {
    display: none;
  }

  #lp.lp-truancy .main {
    height: 480px;
  }

  #lp.lp-truancy .main__inner {
    width: 960px;
    margin: 0 auto;
  }

  #lp.lp-truancy .main__copy {
    margin-bottom: 20px;
    text-align: center;
  }

  #lp.lp-truancy .main__target {
    width: 276px;
    margin: 0 0 20px;
    text-align: left;
  }

  #lp.lp-truancy .worry {
    height: 560px;
  }
}

@media screen and (min-width: 980px) {
  .instagram .insta-list > li {
    width: calc(25% - 15px);
  }

  .c-bnr {
    margin-bottom: 70px;
  }

  .c-news {
    height: 400px;
  }
}

@media screen and (max-width: 736px) {
  .flow-list li {
    padding: 10px;
  }

  .flow-list li h3 {
    font-size: 21px;
  }

  .flow-list li .flow-list__right--txt {
    margin-top: 10px;
    font-size: 15px;
    height: auto;
    background-size: 43px;
    padding-left: 50px;
  }

  .flow-list__left {
    float: none;
    width: 100%;
  }

  .flow-list__left img {
    width: 100%;
    margin-bottom: 14px;
  }

  .flow-list__right {
    float: none;
    width: 100%;
  }

  #lp .wrapper {
    font-size: 14px;
  }

  #lp .system .system-contents li {
    width: 100%;
  }

  #lp .case .case-comment .case-comment__prof_text {
    float: none;
    width: 100%;
    margin-top: 25px;
  }

  #lp .case .case-comment .case-comment__prof_text:after {
    top: -10px;
    left: 50%;
    content: "";
    margin-left: -15px;
    width: 30px;
    height: 11px;
    background-image: url(../lp/images/fukidashi_upper@2x.png);
  }

  #lp .case .case-comment__prof {
    float: none;
    text-align: center;
  }

  .sec-online__about .flex-col_3 li img {
    width: 100%;
  }
}