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

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

input, select {
  vertical-align: middle;
}

input[type=submit],
input[type=reset],
button,
select {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

img {
  vertical-align: bottom;
  outline: none;
  outline: 0;
}

button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/*---------------------------------------------------------*/
/* Base */
/*---------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1px;
  word-wrap: break-word;
  color: #323232;
  font-size: 14px;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
          font-feature-settings: "liga" 0, "clig" 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

/*----------------------------*/
/* 高さが不明なフッタを最下部に実装(flexbox) */
/*----------------------------*/
.l-master {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-main-master {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*---------------------------------------------------------*/
/* メイン */
/*---------------------------------------------------------*/
.freetrial-master {
  background-color: #F5F5F5;
}

/*---------------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* フッター */
/*---------------------------------------------------------*/
.l-footer {
  width: 100%;
  background-color: white;
  border-top: 1px solid #EFEFEF;
}

/*-------------------------*/
/* ロゴ */
/*-------------------------*/
.l-footer__logo {
  padding: 70px;
}

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

/*-------------------------*/
/* SNS */
/*-------------------------*/
.sns-container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.sns-container .sns-list {
  display: inline-block;
  overflow: hidden;
  margin-right: -30px;
}
.sns-container .sns-list ._item {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 30px;
}
.sns-container .sns-list ._item a {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  font-size: 30px;
}

/*-------------------------*/
/* 著作権表記 */
/*-------------------------*/
.l-footer__copyright {
  padding: 23px;
  background-color: #007BBB;
}

.copyright-container {
  width: 100%;
  text-align: center;
}
.copyright-container ._copyright {
  color: #FFFFFF;
  font-size: 13px;
}
.copyright-container ._copyright a {
  text-decoration: none;
}

/*-------------------------*/
/* プライバシーポリシー */
/*-------------------------*/
.privacy-policy-recruitment-container {
  text-align: center;
}
.privacy-policy-recruitment-container ._txt {
  display: inline-block;
  margin: 0 auto 30px;
  text-decoration: none;
}

.privacy-policy {
  max-width: 1400px;
  margin: 0 auto;
  line-height: 2;
  background-color: white;
  position: relative;
}
.privacy-policy__header ._heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.privacy-policy__body {
  overflow: scroll;
}
.privacy-policy__body ._title {
  font-size: 16px;
  font-weight: bold;
}
.privacy-policy__body ._txt {
  font-size: 12px;
  margin-bottom: 30px;
}

.mfp-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/*----------------------------*/
/* パンくず */
/*----------------------------*/
/*----------------------------*/
/* ページネーション */
/*----------------------------*/
/*----------------------------*/
/* ページトップへ戻る */
/*----------------------------*/
/*----------------------------*/
/* recruitmentへのボタン */
/*----------------------------*/
/*----------------------------*/
/* テーブル */
/*----------------------------*/
.price-table {
  width: 100%;
  background: #fff;
  line-height: 1.6;
}
.price-table tr {
  border-bottom: 1px solid #e6e6e6;
}
.price-table tr:last-child {
  border-bottom: none;
}
.price-table th {
  font-weight: bold;
  text-align: center;
}

/*----------------------------*/
/* flex */
/*----------------------------*/
/*----------------------------*/
/* flex共通 */
/*----------------------------*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*----------------------------*/
/* form */
/*----------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-container {
  text-align: center;
  width: 100%;
}
.btn-container ._btn a {
  padding: 20px 0;
  border: none;
  font-size: 16px;
  width: 100%;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
}
.btn-container ._btn ._back {
  background-color: #e0e0e0;
  color: black;
}
.btn-container ._btn ._next {
  background-color: #007BBB;
  color: white;
}
.form-btn-container ._btn {
  margin: 0 auto;
}
.form-btn-container ._btn input {
  padding: 20px 0;
  border: none;
  font-size: 16px;
  width: 100%;
  border-radius: 50px;
  font-weight: bold;
}

.form-container {
  background-color: white;
  width: 100%;
  margin: 0 auto;
}
.form-container .interview-schedule-container ._heading {
  color: #007BBB;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 19px;
}
.form-container .interview-schedule-container ._read {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 22px;
}
.form-container--thankyou ._txt-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.form-container--thankyou ._txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.form-container--thankyou ._txt ._attention {
  color: #ff6868;
}

.form-table--basic {
  margin-bottom: 20px;
}
.form-table--basic td {
  width: 85%;
}

.form-table--schedule {
  margin-bottom: 20px;
}

.form-table--confirm {
  width: 100%;
}
.form-table--confirm tr {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
}
.form-table--confirm th, .form-table--confirm td {
  padding: 20px;
  line-height: 20px;
}
.form-table--confirm th {
  width: 25%;
}
.form-table tr {
  width: 100%;
}
.form-table th {
  vertical-align: middle;
  text-align: left;
}
.form-table th ._title {
  font-size: 16px;
  font-weight: bold;
}
.form-table td {
  width: 100%;
  vertical-align: middle;
}
.form-table td ._input-text {
  padding: 12px;
}
.form-table td select option {
  text-align: center;
}
.form-table td input, .form-table td textarea {
  font-size: 14px;
  border: 1px solid #d4d4d4;
}
.form-table td input {
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.form-table td textarea {
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  width: 100%;
  height: 200px;
  padding: 15px;
  line-height: 1.5;
}
.form-table label.error {
  padding: 12px;
  color: #ff6868;
  display: inline-block;
  line-height: 1.5;
  margin: 15px 0 0 0;
  background-color: #fff8f8;
}

.purpose-group {
  margin-bottom: -10px;
}
.purpose-group ._label {
  cursor: pointer;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin: 0px 5px 10px 0px;
}
.purpose-group ._label ._check-txt:before {
  margin-left: -15px;
  margin-right: 10px;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 20px;
  position: relative;
  top: 2px;
  color: rgb(226, 226, 226);
}
.purpose-group ._label ._input-checkbox {
  visibility: hidden;
}
.purpose-group ._label:hover {
  background: #f6fbff;
}
.purpose-group ._label input[type=checkbox]:checked + ._check-txt {
  color: #4788bf;
}
.purpose-group ._label input[type=checkbox]:checked + ._check-txt:before {
  margin-left: -15px;
  margin-right: 10px;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #4788bf;
}

.form-header ._heading {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 35px 0;
}
.form-header ._heading ._title {
  position: relative;
  z-index: 2;
  padding: 0 25px;
  background-color: #F5F5F5;
}
.form-header ._heading:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.select-box {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  display: inline-block;
}
.select-box select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box::before {
  position: absolute;
  top: 18px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #323232;
  pointer-events: none;
}

.form-error {
  padding: 20px;
  font-size: 16px;
  color: #ff6868;
  background-color: #ffefef;
  border: 1px solid #ff6868;
  text-align: center;
  margin-bottom: 20px;
}
.form-error .error-message {
  margin-bottom: 20px;
  line-height: 1.5;
}
.form-error .error-message:last-child {
  margin-bottom: 0px;
}

/*----------------------------*/
/* carousel-unit-type-full */
/*----------------------------*/
.carousel-unit-type-full-section {
  background-color: rgb(126, 126, 126);
  padding: 0px;
  width: 100%;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100vh;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .btn-container {
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 0;
  right: 0;
  width: 250px;
  z-index: 2;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .btn-container ._btn {
  display: inline-block;
  border-radius: 50px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background: #4ea6ea;
  font-weight: bold;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .slide-arrow:before {
  position: absolute;
  background-color: rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  margin-top: -25px;
  z-index: 2;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .slide-dots {
  text-align: center;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .slide-dots li {
  display: inline-block;
  margin: 0 20px;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .slide-dots li .slide-arrow {
  position: relative;
  text-indent: -9999px;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .slide-dots li .slide-arrow:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 14px;
  text-indent: 0;
  top: 0;
  left: 0;
  color: rgb(207, 207, 207);
}
.carousel-unit-type-full-section__body .carousel-unit-type-full .slide-dots li.slick-active button:before {
  color: rgb(0, 0, 0);
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box {
  width: 100%;
  height: 100vh;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item {
  width: 100%;
  height: 100vh;
  background-repeat: none;
  background-size: cover;
  background-position: center;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item .color-cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents {
  padding: 40px;
  z-index: 2;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents__header {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents__body p {
  color: white;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 25px;
}

/*----------------------------*/
/* Section */
/*----------------------------*/
.section__header ._heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 52px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.company-section__body ._read-txt,
.class-section__body ._read-txt,
.freetrial-section__body ._read-txt,
.syllabus-section__body ._read-txt,
.faq-section__body ._read-txt,
.Why-akira-section__body ._read-txt,
.monitor-section__body ._read-txt,
.online-lesson-videos-section__body ._read-txt,
.teacher-section__body ._read-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.syllabus-section__body ._read-txt {
  color: white;
}

/*----------------------------*/
/* watch-videos-btn-container  */
/*----------------------------*/
.watch-videos-btn-section {
  padding: 40px 0 20px 0;
}

.watch-videos-btn-container {
  max-width: 360px;
  margin: 0px auto 0px auto;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 15px 2px rgba(43, 123, 191, 0.2);
          box-shadow: 0px 1px 15px 2px rgba(43, 123, 191, 0.2);
}
.watch-videos-btn-container ._btn img {
  width: 100%;
}

/*----------------------------*/
/* Why-akira-section / step Section */
/*----------------------------*/
.Why-akira-section {
  background-color: white;
  padding: 50px 0 70px 0;
}
.step-section {
  background-color: white;
  padding: 70px 0;
}
.step-list {
  overflow: hidden;
  margin: 0 auto -20px;
}
.step-list ._item {
  margin-bottom: 20px;
}
.step-list ._item ._title {
  width: 100%;
  display: inline-block;
  padding: 20px;
  background-color: #0068bb;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.step-list ._item ._title ._txt {
  font-size: 20px;
  font-weight: bold;
}
.step-list ._item .thumbnail-box img {
  width: 100%;
}
.step-list ._item .txt-box ._header ._heading {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  font-size: 25px;
}
.step-list ._item .txt-box ._body ._txt {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

.sub-header ._heading {
  position: relative;
  text-align: center;
  font-size: 25px;
  margin: 35px 0;
}
.sub-header ._heading ._title {
  position: relative;
  z-index: 2;
  padding: 0 25px;
  background-color: white;
  font-weight: bold;
}
.sub-header ._heading:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

/*----------------------------*/
/* online-lesson-videos Section */
/*----------------------------*/
.online-lesson-videos-section__body .youtube-cont {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px auto;
}
.online-lesson-videos-section__body .youtube-cont::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.online-lesson-videos-section__body .youtube-cont ._youtube-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------*/
/* teacher Section */
/*----------------------------*/
.teacher-section {
  background-color: rgb(249, 252, 253);
  padding: 70px 0;
}
.teacher-list {
  overflow: hidden;
  margin: 0 auto -20px;
}
.teacher-list ._item {
  margin-bottom: 20px;
}
.teacher-list ._item .thumbnail-box {
  width: 200px;
  margin: 0 auto 20px;
}
.teacher-list ._item .thumbnail-box img {
  width: 100%;
  border-radius: 50%;
}
.teacher-list ._item .teacher-box ._header ._job-title {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
  color: #007BBB;
  font-size: 12px;
  display: block;
}
.teacher-list ._item .teacher-box ._header ._heading {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.teacher-list ._item .teacher-box ._body {
  padding: 0 20px 20px;
}
.teacher-list ._item .teacher-box ._body ._txt {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

/*----------------------------*/
/* what-is-sla-section */
/*----------------------------*/
.what-is-sla-section {
  background-color: rgb(0, 123, 187);
  padding: 70px 0;
}
.what-is-sla-section__header {
  color: white;
}
.what-is-sla-section__body ._read-txt {
  color: white;
  line-height: 1.5;
  font-size: 14px;
  margin: auto auto 40px auto;
  text-align: center;
}
.what-is-sla-section__body ._box {
  background-color: white;
  height: 500px;
}

.what-is-sla-list {
  overflow: hidden;
  margin: 0 auto -20px;
}
.what-is-sla-list ._item {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
}
.what-is-sla-list ._item ._title {
  width: 100%;
  display: inline-block;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}
.what-is-sla-list ._item ._title ._emphasis-txt {
  color: rgb(0, 123, 187);
  font-size: 30px;
  font-weight: bold;
}
.what-is-sla-list ._item .thumbnail-box img {
  width: 100%;
}
.what-is-sla-list ._item .txt-box ._header ._heading {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  font-size: 25px;
}
.what-is-sla-list ._item .txt-box ._body ._txt {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

/*----------------------------*/
/* plan Section */
/*----------------------------*/
.plan-section {
  background-color: white;
  padding: 70px 0;
}
.plan-section__body {
  max-width: 860px;
  margin: 0 auto;
}
.plan-section__body ._read-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.plan-section__body ._txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.plan-section__body ._supplement-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.plan-section__body .btn-container {
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
.plan-section__body .btn-container ._btn {
  display: inline-block;
  border-radius: 50px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background: #4ea6ea;
  font-weight: bold;
}

.balloon2 {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: 50%;
  height: 30px;
  min-width: 120px;
  max-width: 100%;
  color: white;
  font-size: 17px;
  background: rgb(200, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.balloon2 ._txt {
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 30px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid rgb(200, 0, 0);
  z-index: 2;
}

.plan-cont {
  margin-bottom: -20px;
}
.plan-cont .silver-plan {
  border: 1px solid rgb(200, 200, 200);
}
.plan-cont .silver-plan__header {
  background-color: rgb(200, 200, 200);
}
.plan-cont .silver-plan__header ._heading {
  font-size: 20px;
  line-height: 50px;
}
.plan-cont .silver-plan__body ._item ._title, .plan-cont .silver-plan__body ._item ._sub-title {
  color: rgb(200, 200, 200);
}
.plan-cont .gold-plan {
  margin-bottom: 20px;
  border: 2px solid rgb(204, 168, 79);
  background-color: rgb(255, 250, 242);
  position: relative;
}
.plan-cont .gold-plan::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 100%;
  height: 25px;
  background-color: rgb(204, 168, 79);
  border: 2px solid rgb(204, 168, 79);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.plan-cont .gold-plan__header {
  background-color: rgb(204, 168, 79);
}
.plan-cont .gold-plan__header ._heading {
  font-size: 30px;
  line-height: 40px;
}
.plan-cont .gold-plan__body ._item ._title, .plan-cont .gold-plan__body ._item ._sub-title {
  color: rgb(204, 168, 79);
}
.plan-cont .platinum-plan {
  margin-bottom: 20px;
  border: 1px solid rgb(0, 104, 187);
}
.plan-cont .platinum-plan__header {
  background-color: rgb(0, 104, 187);
}
.plan-cont .platinum-plan__header ._heading {
  font-size: 20px;
  line-height: 50px;
}
.plan-cont .platinum-plan__body ._item ._title, .plan-cont .platinum-plan__body ._item ._sub-title {
  color: rgb(0, 104, 187);
}
.plan-cont .silver-plan, .plan-cont .gold-plan, .plan-cont .platinum-plan {
  border-top-style: none;
}
.plan-cont .silver-plan__header, .plan-cont .gold-plan__header, .plan-cont .platinum-plan__header {
  height: 50px;
}
.plan-cont .silver-plan__header ._heading, .plan-cont .gold-plan__header ._heading, .plan-cont .platinum-plan__header ._heading {
  font-weight: bold;
  color: white;
  text-align: center;
}
.plan-cont .silver-plan__body ._item, .plan-cont .gold-plan__body ._item, .plan-cont .platinum-plan__body ._item {
  border-bottom: 1px solid rgb(200, 200, 200);
  text-align: center;
  padding: 20px;
}
.plan-cont .silver-plan__body ._item:nth-child(3), .plan-cont .gold-plan__body ._item:nth-child(3), .plan-cont .platinum-plan__body ._item:nth-child(3) {
  border-bottom: none;
}
.plan-cont .silver-plan__body ._item ._title, .plan-cont .gold-plan__body ._item ._title, .plan-cont .platinum-plan__body ._item ._title {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}
.plan-cont .silver-plan__body ._item ._sub-title, .plan-cont .gold-plan__body ._item ._sub-title, .plan-cont .platinum-plan__body ._item ._sub-title {
  font-size: 13px;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.plan-cont .silver-plan__body ._item ._body, .plan-cont .gold-plan__body ._item ._body, .plan-cont .platinum-plan__body ._item ._body {
  font-size: 30px;
  display: block;
}
.plan-cont .silver-plan__body ._item ._sub-body, .plan-cont .gold-plan__body ._item ._sub-body, .plan-cont .platinum-plan__body ._item ._sub-body {
  font-size: 16px;
  display: block;
  color: #89888b;
  margin-top: 10px;
}

.plan-main-container {
  margin-bottom: 20px;
}

.plan-sub-container {
  margin-bottom: 50px;
}
.plan-main-container > ._heading,
.plan-sub-container > ._heading {
  position: relative;
  text-align: center;
  color: #CDA23C;
}
.plan-main-container > ._heading ._title,
.plan-sub-container > ._heading ._title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
}
.plan-main-container > ._heading:before,
.plan-sub-container > ._heading:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CDA23C;
}

.plan-table {
  width: 100%;
}
.plan-table tbody {
  width: 100%;
}
.plan-table tbody tr {
  border: 1px solid #d4d4d4;
  border-bottom: none;
}
.plan-table tbody tr:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}
.plan-table tbody td,
.plan-table tbody th {
  padding: 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.plan-table tbody th {
  width: 30%;
  background-color: #F5F5F5;
  border-right: 1px solid #d4d4d4;
}
.plan-table tbody td {
  width: 70%;
  background-color: white;
}
.plan-table tbody td .big-txt {
  font-size: 30px;
  line-height: 0;
  vertical-align: middle;
}
.plan-table tbody td img {
  max-width: 100%;
  height: auto;
}

.tab-list {
  list-style-type: none;
}

.tab-list-item {
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #c2c2c2;
  border-bottom: none;
  background-color: #eeeeee;
  font-size: 16px;
  cursor: pointer;
}
.tab-list-item:hover {
  background-color: #f9f9f9;
}

.tab-list-item.active {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  position: relative;
  color: rgb(0, 104, 187);
  font-weight: bold;
  cursor: default;
}
.tab-list-item.active::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2px;
  background-color: rgb(0, 104, 187);
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab-list-item.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
  border-top: 1px solid #c2c2c2;
}

/*----------------------------*/
/* faq Section */
/*----------------------------*/
.faq-section {
  padding: 70px 0;
  background-color: #F5F5F5;
  position: relative;
}
.faq-section__body {
  max-width: 860px;
  margin: 0 auto;
}
.faq-section__body ._txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.faq-container {
  margin-bottom: 30px;
}
.faq-container__header ._heading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
#faq-list dt {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  background-color: white;
  position: relative;
}
#faq-list dt.-active {
  background-color: #017abb;
  color: white;
}
#faq-list dt:first-of-type {
  border-top: 1px solid #d4d4d4;
}
#faq-list dt::before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 0;
}
#faq-list dt.-active:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#faq-list dd {
  background: #ffffff;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  display: none;
}

/*----------------------------*/
/* brand Section */
/*----------------------------*/
.brand-section {
  padding: 70px 0;
  background-color: #234;
  position: relative;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/index/brand-bg.jpg");
}
.brand-section__body .ceo-container ._heading,
.brand-section__body .media-container ._heading,
.brand-section__body .consept-container ._heading {
  text-align: center;
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
}
.brand-section__body .ceo-container ._txt,
.brand-section__body .media-container ._txt,
.brand-section__body .consept-container ._txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
.brand-section__body .consept-container {
  margin-bottom: 50px;
}
.brand-section__body .ceo-container {
  margin-bottom: 50px;
}
.brand-section__body .ceo-container ._heading {
  margin-bottom: 50px;
}
.brand-section__body .ceo-container .thumbnail-box {
  width: 200px;
  margin: 0 auto 50px;
}
.brand-section__body .ceo-container .thumbnail-box img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid white;
}
.brand-section__body .media-container .thumbnail-box {
  max-width: 600px;
  margin: 0 auto 0px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px -5px #002f5f;
          box-shadow: 0px 0px 40px -5px #002f5f;
}
.brand-section__body .media-container .thumbnail-box img {
  width: 100%;
}

/*----------------------------*/
/* freetrial Section */
/*----------------------------*/
.freetrial-section {
  padding: 70px 0;
  background-color: #F5F5F5;
  position: relative;
}
.freetrial-section .freetrial-bg {
  position: absolute;
  top: 0;
  background-color: #007BBB;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}
.freetrial-section__header {
  color: white;
}
.freetrial-section__header ._confirm-heading, .freetrial-section__header ._thankyou-heading {
  color: black;
}
.freetrial-section__body {
  max-width: 860px;
  margin: 0 auto;
}
.freetrial-section__body ._read-txt {
  color: white;
}

.freetrial-step-list {
  overflow: hidden;
  margin: 0 auto 20px;
}
.freetrial-step-list ._item {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.freetrial-step-list ._item ._title {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 5px;
  position: relative;
}
.freetrial-step-list ._item ._title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.freetrial-step-list ._item ._title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  background-color: #007BBB;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.freetrial-step-list ._item ._title ._txt {
  font-size: 20px;
  font-weight: bold;
}
.freetrial-step-list ._item .thumbnail-box img {
  width: 100%;
}
.freetrial-step-list ._item .txt-box ._header ._heading {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  color: #007BBB;
}
.freetrial-step-list ._item .txt-box ._body ._txt {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

/*----------------------------*/
/* company Section */
/*----------------------------*/
.company-section {
  background-color: white;
  padding-top: 70px;
}
.company-section__body ._txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.company-list {
  overflow: hidden;
}
.company-list ._item ._heading {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: white;
  margin-bottom: 20px;
}
.company-list ._item:first-child {
  background-color: #0068BB;
}
.company-list ._item:last-child {
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.company-table {
  width: 100%;
}
.company-table tbody {
  width: 100%;
  color: white;
}
.company-table tbody tr {
  border-bottom: 1px solid #d4d4d4;
}
.company-table tbody tr:first-of-type {
  border-top: 1px solid #d4d4d4;
}
.company-table tbody td,
.company-table tbody th {
  padding: 20px;
  line-height: 2;
  vertical-align: middle;
}
.company-table tbody th {
  width: 20%;
  border-right: 1px solid #d4d4d4;
}
.company-table tbody td {
  width: 80%;
}
.company-table tbody td ._tel {
  font-size: 100%;
  background: none;
  color: white;
}

#map {
  width: 100%;
  height: 100%;
}

/*----------------------------*/
/* specialgifts List */
/*----------------------------*/
.specialgifts-list-section {
  height: 800px;
  margin: 0 auto;
}
.specialgifts-list-section .specialgifts-list {
  overflow: hidden;
  margin: 0 auto -20px;
}
.specialgifts-list-section .specialgifts-list ._item {
  margin-bottom: 20px;
}
.specialgifts-list-section .specialgifts-list ._item .thumbnail-box {
  padding: 40px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 20px;
}
.specialgifts-list-section .specialgifts-list ._item .thumbnail-box img {
  width: 100%;
}
.specialgifts-list-section .specialgifts-list ._item .txt-box ._header ._heading {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  font-size: 20px;
}
.specialgifts-list-section .specialgifts-list ._item .txt-box ._header ._heading a {
  text-decoration: none;
}
.specialgifts-list-section .specialgifts-list ._item .txt-box ._body ._txt {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

/*----------------------------*/
/* specialgifts Page */
/*----------------------------*/
.specialgifts-page-section {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.specialgifts-page-section__header {
  margin-bottom: 20px;
}
.specialgifts-page-section__header ._logo {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  border-radius: 10px;
}
.specialgifts-page-section__header ._logo img {
  width: 300px;
}
.specialgifts-page-section__header ._heading {
  font-size: 20px;
  font-weight: bold;
}
.specialgifts-page-section ._coupon {
  width: 100%;
  padding: 20px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.specialgifts-page-section ._coupon img {
  width: 240px;
}
.specialgifts-page-section ._coupon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.specialgifts-page-section ._coupon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  background-color: #007BBB;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.specialgifts-page-section .specialgifts-page-section__body ._title {
  margin-bottom: 30px;
}
.specialgifts-page-section .specialgifts-page-section__body ._title ._txt {
  font-size: 20px;
  font-weight: bold;
}
.specialgifts-page-section .specialgifts-page-section__body .photo-list {
  margin-bottom: 30px;
}
.specialgifts-page-section .specialgifts-page-section__body .photo-list .thumbnail-box img {
  width: 100%;
}
.specialgifts-page-section .specialgifts-page-section__body .btn-list {
  width: 100%;
  margin-bottom: 20px;
}
.specialgifts-page-section .specialgifts-page-section__body .btn-list ._item {
  margin-bottom: 10px;
}
.specialgifts-page-section .specialgifts-page-section__body .btn-list ._item a {
  display: inline-block;
  padding: 20px;
  width: 100%;
  border: 1px solid black;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.specialgifts-page-section .specialgifts-page-section__body .supplement-cont {
  margin-bottom: 70px;
}
.specialgifts-page-section .specialgifts-page-section__body .supplement-cont ._txt {
  text-align: left;
  font-size: 14px;
  padding: 5px;
  line-height: 20px;
}

/*----------------------------*/
/* クリアフィックス */
/*----------------------------*/
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------*/
/* アイコン */
/*----------------------------*/
._facebook-icon:before {
  content: "\f09a";
  font-family: FontAwesome;
}

._twitter-icon:before {
  content: "\f099";
  font-family: FontAwesome;
}

._instagram-icon:before {
  content: "\f16d";
  font-family: FontAwesome;
}

._youtube-icon:before {
  content: "\f167";
  font-family: FontAwesome;
}

._map-icon:before {
  content: "\f041";
  font-family: FontAwesome;
}

._angle-up-icon:before {
  content: "\f106";
  font-family: FontAwesome;
}

._udemy-btn {
  margin: 40px auto 0 auto;
  display: block;
  width: 280px;
  text-align: center;
}

.c-link-opacity:hover {
  opacity: 0.7;
}

.attent-list {
  line-height: 1.6;
  font-size: 13px;
  text-align: center;
}
/*----------------------------*/
/* struct */
/*----------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/carousel/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../fonts/carousel/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../fonts/carousel/slick.woff") format("woff"), url("./fonts/../fonts/carousel/slick.ttf") format("truetype"), url("./fonts/../fonts/carousel/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*===============================================================*/
/* Foundation */
/*===============================================================*/
/*===============================================================*/
/* Layout */
/*===============================================================*/
/*===============================================================*/
/* Project */
/*===============================================================*/
/*===============================================================*/
/* Project Page */
/*===============================================================*/
/*===============================================================*/
/* Utility */
/*===============================================================*/
@media screen and (max-width: 1022px) {
  .l-main-master-second {
    margin-top: 60px;
  }
  .l-header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
    z-index: 100;
    border-top: 3px solid #007BBB;
    border-bottom: 1px solid #EFEFEF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header__logo {
    padding-top: 16px;
    float: left;
  }
  .l-header__logo .logo {
    float: left;
  }
  .l-header__logo .logo a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header__logo .logo a img {
    height: 25px;
  }
  .l-header__logo .logo a:hover {
    opacity: 0.7;
  }
  .l-header__logo .site-name {
    float: left;
    padding: 0px 0px 0px 13px;
    line-height: 1.5;
    border-left: 1px solid #c3c3c3;
    margin-left: 13px;
    margin-top: 5px;
  }
  .l-header__logo .site-name ._txt {
    font-size: 12px;
    color: black;
  }
  .l-header-second {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
    z-index: 100;
    border-top: 3px solid #007BBB;
    border-bottom: 1px solid #EFEFEF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header-second__logo {
    padding-top: 16px;
    float: left;
  }
  .l-header-second__logo .logo {
    float: left;
  }
  .l-header-second__logo .logo a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header-second__logo .logo a img {
    height: 25px;
  }
  .l-header-second__logo .logo a:hover {
    opacity: 0.7;
  }
  .l-header-second__logo .site-name {
    float: left;
    padding: 0px 0px 0px 13px;
    line-height: 1.5;
    border-left: 1px solid #c3c3c3;
    margin-left: 13px;
    margin-top: 5px;
  }
  .l-header-second__logo .site-name ._txt {
    font-size: 12px;
    color: black;
  }
  /*---------------------------------------------------------*/
  /* グローバルナビ */
  /*---------------------------------------------------------*/
  /* =============================
  sp-body-container
  ============================= */
  body #sp-body-container {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  body #sp-body-container.on .l-header {
    -webkit-transform: translateX(-225px);
            transform: translateX(-225px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* =============================
  hamburger
  ============================= */
  #hamburger {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: right;
    position: relative;
    padding: 17px 15px 0 0;
    cursor: pointer;
    color: white;
    border-radius: 3px;
    z-index: 5000;
  }
  #hamburger ._icon {
    position: relative;
    margin-bottom: 28px;
  }
  #hamburger ._icon ._item {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    width: 27px;
    height: 2px;
    background-color: black;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #hamburger ._icon ._item:nth-of-type(1) {
    top: 0;
  }
  #hamburger ._icon ._item:nth-of-type(2) {
    top: 10px;
  }
  #hamburger ._icon ._item:nth-of-type(3) {
    top: 20px;
  }
  #hamburger.on {
    position: relative;
    z-index: 5000;
  }
  #hamburger.on ._icon ._item:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  #hamburger.on ._icon ._item:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger.on ._icon ._item:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  /* =============================
  spNav
  ============================= */
  #sp-nav-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    z-index: 5000;
    width: 225px;
    height: 100%;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(225px);
            transform: translateX(225px);
  }
  #sp-nav-container.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #sp-nav-container .gnav-logo {
    width: 100%;
  }
  #sp-nav-container .gnav-logo .logo a img {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  #sp-nav-container .gnav .gnav-list ._item {
    font-size: 14px;
    text-align: left;
  }
  #sp-nav-container .gnav .gnav-list ._item:first-child a {
    border-top: 1px solid #dcdcdc;
  }
  #sp-nav-container .gnav .gnav-list ._item > a:hover {
    background-color: #eaeaea;
  }
  #sp-nav-container .gnav .gnav-list ._item > a {
    display: inline-block;
    width: 100%;
    padding: 8%;
    border-bottom: 1px solid #dcdcdc;
    color: #424242;
    text-decoration: none;
  }
  #sp-nav-container .gnav .gnav-list ._item.off {
    opacity: 0.2;
    zoom: 1;
  }
  #sp-nav-container .gnav .gnav-list-second {
    padding: 20px;
  }
  #sp-nav-container .gnav .gnav-list-second ._item {
    margin-bottom: 15px;
  }
  #sp-nav-container .gnav .gnav-list-second ._item a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  #sp-nav-container .gnav .gnav-list-second .freetrial-btn a {
    background: #007BBB;
    font-weight: bold;
  }
  #sp-nav-container .gnav .gnav-list-second .recruitment-btn a {
    color: #007BBB;
    border: 1px solid #007BBB;
    font-weight: bold;
  }
  #sp-nav-container-sdw {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }
  #sp-nav-container-sdw.show {
    animation-name: spNavSdwAnime;
    -webkit-animation-name: spNavSdwAnime;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    display: block;
  }
  @keyframes spNavSdwAnime {
    0% {
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
    }
    100% {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
    }
  }
  @-webkit-keyframes spNavSdwAnime {
    0% {
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
    }
    100% {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
    }
  }
  .sp-none-1024 {
    display: none;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 1022px) {
  .l-main-master-second {
    margin-top: 80px;
  }
  .l-header {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header__logo {
    padding-top: 17px;
    float: left;
  }
  .l-header__logo .logo {
    width: 150px;
    float: left;
  }
  .l-header__logo .logo a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header__logo .logo a img {
    height: 35px;
  }
  .l-header__logo .logo a:hover {
    opacity: 0.7;
  }
  .l-header__logo .site-name {
    float: left;
    padding: 5px 0 5px 20px;
    line-height: 1.5;
    border-left: 1px solid white;
    margin-left: 20px;
    margin-top: 5px;
  }
  .l-header__logo .site-name ._txt {
    font-size: 14px;
    color: white;
  }
  .l-header__gnav {
    float: right;
    padding-top: 31px;
  }
  .l-header__gnav ._item {
    float: left;
  }
  .l-header__gnav ._item:not(:last-child) {
    margin-right: 20px;
  }
  .l-header__gnav ._item > a {
    font-size: 14px;
    color: white;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-family: "Noto Sans", sans-serif;
    text-decoration: none;
  }
  .l-header__gnav ._item > a:hover {
    opacity: 0.7;
  }
  .l-header__gnav ._item:last-child a {
    display: inline-block;
    padding: 15px 30px;
    margin-top: -15px;
    border-radius: 30px;
    border: 1px solid white;
    font-weight: bold;
  }
  .l-header-second {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: white;
    border-top: 3px solid #007BBB;
    border-bottom: 1px solid #EFEFEF;
  }
  .l-header-second__logo {
    padding-top: 17px;
    float: left;
  }
  .l-header-second__logo .logo {
    width: 150px;
    float: left;
  }
  .l-header-second__logo .logo a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header-second__logo .logo a img {
    height: 35px;
  }
  .l-header-second__logo .logo a:hover {
    opacity: 0.7;
  }
  .l-header-second__logo .site-name {
    float: left;
    padding: 5px 0 5px 20px;
    line-height: 1.5;
    border-left: 1px solid rgb(0, 0, 0);
    margin-left: 20px;
    margin-top: 5px;
  }
  .l-header-second__logo .site-name ._txt {
    font-size: 14px;
    color: rgb(0, 0, 0);
  }
  .l-header-second__gnav {
    float: right;
    padding-top: 31px;
  }
  .l-header-second__gnav ._item {
    float: left;
  }
  .l-header-second__gnav ._item:not(:last-child) {
    margin-right: 20px;
  }
  .l-header-second__gnav ._item > a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-family: "Noto Sans", sans-serif;
    text-decoration: none;
  }
  .l-header-second__gnav ._item > a:hover {
    opacity: 0.7;
  }
  .l-header-second__gnav ._item:last-child a {
    display: inline-block;
    padding: 15px 30px;
    background: #007BBB;
    margin-top: -15px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
  }
  .l-header-clone {
    width: 100%;
    height: 80px;
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #FFF;
    z-index: 4;
    border-top: 3px solid #007BBB;
    border-bottom: 1px solid #EFEFEF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header-clone.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header-clone__logo {
    padding-top: 17px;
    float: left;
  }
  .l-header-clone__logo .logo {
    width: 150px;
    float: left;
  }
  .l-header-clone__logo .logo a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .l-header-clone__logo .logo a img {
    height: 35px;
  }
  .l-header-clone__logo .logo a:hover {
    opacity: 0.7;
  }
  .l-header-clone__logo .site-name {
    float: left;
    padding: 5px 0 5px 15px;
    line-height: 1.5;
    border-left: 1px solid #000000;
    margin-left: 15px;
    margin-top: 5px;
  }
  .l-header-clone__logo .site-name ._txt {
    font-size: 14px;
    color: #000000;
  }
  .l-header-clone__gnav {
    float: right;
    padding-top: 31px;
  }
  .l-header-clone__gnav ._item {
    float: left;
  }
  .l-header-clone__gnav ._item:not(:last-child) {
    margin-right: 20px;
  }
  .l-header-clone__gnav ._item > a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-family: "Noto Sans", sans-serif;
    text-decoration: none;
  }
  .l-header-clone__gnav ._item > a:hover {
    opacity: 0.7;
  }
  .l-header-clone__gnav ._item:last-child a {
    display: inline-block;
    padding: 15px 30px;
    background: #007BBB;
    margin-top: -15px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
  }
  .tablet-none {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .logo-container {
    width: 290px;
    margin: 0 auto;
  }
  .privacy-policy {
    padding: 50px;
  }
  .privacy-policy__body {
    height: 500px;
  }
  .mfp-content {
    padding: 70px;
  }
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
  }
  .pagetop a {
    display: table-cell;
    vertical-align: middle;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    color: #323232;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    text-decoration: none;
  }
  .page-recruitment {
    position: fixed;
    right: 0px;
    bottom: 50%;
    text-align: center;
  }
  .page-recruitment a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: #0068bb;
    width: 40px;
    height: 140px;
    color: white;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
  }
  .price-table {
    border-radius: 5px;
    border-top: 2px solid #0375a2;
  }
  .price-table td,
.price-table th {
    padding: 25px;
  }
  .price-table th {
    width: 25%;
    vertical-align: middle;
    width: 57%;
    font-size: 14px;
  }
  .price-table td._price {
    width: 18%;
    text-align: right;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    vertical-align: middle;
  }
  .btn-container ._btn ._index-next {
    width: 320px;
  }
  .form-container {
    padding: 50px;
  }
  .form-container .interview-schedule-container {
    padding-top: 20px;
  }
  .form-container--thankyou ._txt-title {
    margin-bottom: 20px;
  }
  .form-container--thankyou ._txt {
    margin-bottom: 40px;
  }
  .form-table--basic {
    width: 100%;
  }
  .form-table--basic th, .form-table--basic td {
    padding: 10px 0px;
  }
  .form-table--basic th {
    width: 15%;
  }
  .form-table--basic th ._title {
    padding: 7px 15px 7px 0px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    line-height: 25px;
  }
  .form-table--schedule {
    width: 100%;
  }
  .form-table--schedule tr {
    margin-bottom: 15px;
    display: inline-block;
  }
  .form-table--schedule th {
    width: 100%;
    display: inline-block;
  }
  .form-table--schedule th ._title {
    padding: 7px 15px 7px 0px;
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
  }
  .form-table--schedule td {
    display: inline-block;
    width: 100%;
  }
  .form-table--schedule td ._txt {
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    display: inline-block;
    padding: 10px 0;
  }
  .form-table--message {
    margin-bottom: 20px;
    width: 100%;
  }
  .form-table--message th, .form-table--message td {
    padding: 10px 0px;
  }
  .form-table--message th {
    width: 15%;
  }
  .form-table--message th ._title {
    padding: 7px 15px 7px 0px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    line-height: 25px;
  }
  .form-table--message td {
    width: 85%;
  }
  .form-table--confirm {
    margin-bottom: 30px;
  }
  .form-table td ._input-text {
    margin-right: 15px;
    width: 300px;
  }
  .form-table td select {
    padding: 12px;
    font-size: 16px;
  }
  .purpose-group ._label {
    padding: 12px;
    display: inline-block;
  }
  .select-box.select-age {
    width: 200px;
  }
  .select-box.select-japaneselevel {
    width: 350px;
  }
  .select-box.select-Number_of_lessons_per_week {
    width: 200px;
  }
  .select-box.select-month {
    width: 110px;
  }
  .select-box.select-day {
    width: 110px;
  }
  .select-box.select-hour {
    width: 110px;
  }
  .select-month, .select-day, .select-hour {
    margin-bottom: 10px;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full .slide-arrow:before {
    top: 50%;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full .prev-arrow:before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full .next-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    right: 0;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents__header {
    margin-bottom: 30px;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents__header img {
    height: 150px;
  }
  .-slide_01 {
    background-image: url(../../images/carousel/kv/kv__bg-photo-01.jpg);
  }
  .-slide_02 {
    background-image: url(../../images/carousel/kv/kv__bg-photo-02.jpg);
  }
  .-slide_03 {
    background-image: url(../../images/carousel/kv/kv__bg-photo-03.jpg);
  }
  .teacher-list ._item .teacher-box ._header ._heading {
    padding: 20px 0 px;
    font-size: 25px;
  }
  .plan-section__body ._read-txt {
    margin-bottom: 70px;
  }
  .plan-cont .silver-plan {
    margin-bottom: 20px;
  }
  .plan-cont .silver-plan {
    border-right-style: none;
  }
  .plan-cont .platinum-plan {
    border-left-style: none;
  }
  .plan-main-container,
.plan-sub-container {
    margin-right: auto;
    margin-left: auto;
  }
  .plan-main-container > ._heading,
.plan-sub-container > ._heading {
    font-size: 25px;
    margin: 20px 0 35px;
  }
  .plan-main-container > ._heading ._title,
.plan-sub-container > ._heading ._title {
    text-align: left;
    margin: 0 2.5em;
  }
  .tab-list {
    padding: 0px 50px;
  }
  .tab-contents-item.show {
    padding: 90px 50px 20px 50px;
  }
  #faq-list dt {
    height: 80px;
    line-height: 80px;
  }
  #faq-list dt::before {
    margin-right: 30px;
  }
  #faq-list dt ._q-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #d4d4d4;
    font-size: 20px;
    font-weight: bold;
  }
  #faq-list dt .faq-title {
    padding-left: 20px;
  }
  #faq-list dd {
    padding: 40px;
  }
  .freetrial-section .freetrial-bg {
    height: 800px;
  }
  .freetrial-step-list ._item {
    width: 32%;
  }
  .company-list ._item:first-child {
    padding: 100px;
  }
  .specialgifts-list-section {
    padding-top: 50px;
  }
  .specialgifts-page-section {
    padding-top: 50px;
  }
  .pc-none {
    display: none;
  }
  .u-struct {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .u-base-struct {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .u-responsive-struct {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
@media screen and (max-width: 600px) {
  .logo-container {
    width: 100%;
  }
  .logo-container img {
    width: 100%;
  }
  .copyright-container ._copyright {
    line-height: 1.5;
  }
  .privacy-policy {
    padding: 30px;
  }
  .privacy-policy__body {
    height: 300px;
  }
  .mfp-content {
    padding: 15px;
  }
  .price-table tr {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
  }
  .price-table td,
.price-table th {
    display: list-item;
    list-style-type: none;
    width: 100%;
    padding: 20px;
  }
  .price-table th {
    font-size: 15px;
    background-color: #0375a2;
    color: #fff;
  }
  .price-table td {
    line-height: 1.8;
    font-size: 14px;
  }
  .price-table td._price {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .btn-container ._btn {
    width: 100%;
  }
  .btn-container ._btn ._back {
    margin-bottom: 20px;
  }
  .form-btn-container {
    padding: 30px 20px;
  }
  .form-container {
    padding: 10px;
    border: 1px solid #d4d4d4;
  }
  .form-container--thankyou {
    padding: 30px;
  }
  .form-container--thankyou ._txt-title {
    margin-bottom: 20px;
  }
  .form-table--schedule td ._sp-txt-slash {
    text-align: center;
    font-size: 14px;
    display: inline-block;
  }
  .form-table--schedule td ._sp-txt-and {
    text-align: center;
    font-size: 14px;
    display: inline-block;
  }
  .form-table--schedule td ._sp-txt {
    text-align: center;
    font-size: 14px;
    margin: 15px auto;
    display: block;
  }
  .form-table--confirm {
    margin-bottom: 10px;
  }
  .form-table {
    width: 100%;
    border: 1px solid #d4d4d4;
  }
  .form-table tr {
    border-bottom: 1px solid #d4d4d4;
  }
  .form-table th, .form-table td {
    padding: 20px 20px;
    display: list-item;
    list-style-type: none;
    word-break: break-all;
  }
  .form-table th {
    width: 100%;
    background-color: #efefef;
    border-bottom: 1px solid #d4d4d4;
  }
  .form-table th ._title {
    vertical-align: middle;
    display: inline-block;
  }
  .form-table td ._input-text {
    margin-right: 10px;
  }
  .form-table td select {
    padding: 14px;
    font-size: 14px;
  }
  .form-table td input {
    width: 100%;
  }
  .purpose-group ._label {
    padding: 5px;
    display: block;
  }
  .purpose-group ._label ._check-txt {
    position: relative;
    top: -10px;
    left: 25px;
  }
  .select-box.select-age {
    width: 100%;
  }
  .select-box.select-japaneselevel {
    width: 100%;
  }
  .select-box.select-Number_of_lessons_per_week {
    width: 100%;
  }
  .select-box.select-month {
    width: 47.1%;
  }
  .select-box.select-day {
    width: 47.1%;
  }
  .select-box.select-hour {
    width: 42%;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full .slide-arrow:before {
    top: 52.5%;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents {
    padding: 20px;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents__header img {
    width: 100%;
  }
  .carousel-unit-type-full-section__body .carousel-unit-type-full__slick-box ._item__inner .slide-contents__body p {
    padding: 0 30px;
  }
  .-slide_01 {
    background-image: url(../../images/carousel/kv/kv__bg-photo-01_sp.jpg);
  }
  .-slide_02 {
    background-image: url(../../images/carousel/kv/kv__bg-photo-02_sp.jpg);
  }
  .-slide_03 {
    background-image: url(../../images/carousel/kv/kv__bg-photo-03_sp.jpg);
  }
  .teacher-list ._item .teacher-box ._header ._heading {
    padding: 0;
    font-size: 25px;
  }
  .plan-section__body ._read-txt {
    margin-bottom: 40px;
  }
  .plan-cont .silver-plan {
    margin-bottom: 70px;
  }
  .plan-main-container,
.plan-sub-container {
    width: 100%;
  }
  .plan-main-container > ._heading,
.plan-sub-container > ._heading {
    font-size: 20px;
    margin: 0 0 25px;
    line-height: 1.3;
  }
  .plan-main-container > ._heading ._title,
.plan-sub-container > ._heading ._title {
    text-align: center;
    margin: 0 1.5em;
  }
  .tab-list {
    padding: 0px 10px;
  }
  .tab-contents-item.show {
    padding: 40px 0px 20px 0px;
  }
  #faq-list dt {
    padding: 22px;
  }
  #faq-list dt::before {
    margin-right: 15px;
    top: 40%;
  }
  #faq-list dt .faq-title {
    padding-right: 24px;
    display: block;
    line-height: 22px;
  }
  #faq-list dd {
    padding: 20px;
  }
  .freetrial-section .freetrial-bg {
    height: 1150px;
  }
  .freetrial-step-list ._item {
    margin-bottom: 20px;
  }
  .company-section__body .read-cont {
    padding: 0 15px;
  }
  .company-list ._item:first-child {
    padding: 50px 15px;
  }
  .company-list ._item:last-child {
    height: 300px;
  }
  .company-table tbody td ._tel {
    text-decoration: underline;
  }
  .specialgifts-list-section {
    padding-top: 40px;
  }
  .specialgifts-page-section {
    padding-top: 40px;
  }
  .sp-gachi-none {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .u-struct {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .u-base-struct {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .u-responsive-struct {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------*/
  /* 1カラム */
  /*----------------------------*/
  .sm-col1 > ._item {
    width: 100%;
  }
  .sm-zero-col1 > ._item {
    width: 100%;
  }
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .sm-col2 > ._item {
    width: 49%;
  }
  .sm-zero-col2 > ._item {
    width: 50%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .sm-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .sm-col3 > ._item {
    width: 31.5%;
  }
  /*左並びにみせるため*/
  .sm-zero-col3::after {
    content: "";
    display: block;
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  .sm-zero-col3 > ._item {
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .sm-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .sm-col4 > ._item {
    width: 24%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .sm-col5 > ._item {
    width: 19%;
  }
  .sm-zero-col5 > ._item {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /*----------------------------*/
  /* 1カラム */
  /*----------------------------*/
  .md-col1 > ._item {
    width: 100%;
  }
  .md-zero-col1 > ._item {
    width: 100%;
  }
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .md-col2 > ._item {
    width: 49%;
  }
  .md-zero-col2 > ._item {
    width: 50%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .md-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .md-col3 > ._item {
    width: 31.5%;
  }
  /*左並びにみせるため*/
  .md-zero-col3::after {
    content: "";
    display: block;
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  .md-zero-col3 > ._item {
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .md-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .md-col4 > ._item {
    width: 24%;
  }
  .md-zero-col4::before {
    content: "";
    display: block;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md-zero-col4::after {
    content: "";
    display: block;
    width: 25%;
  }
  .md-zero-col4 > ._item {
    width: 25%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .md-col5 > ._item {
    width: 19%;
  }
  .md-zero-col5 > ._item {
    width: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*----------------------------*/
  /* 1カラム */
  /*----------------------------*/
  .lg-col1 > ._item {
    width: 100%;
  }
  .lg-zero-col1 > ._item {
    width: 100%;
  }
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .lg-col2 > ._item {
    width: 49%;
  }
  .lg-zero-col2 > ._item {
    width: 50%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .lg-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .lg-col3 > ._item {
    width: 31.5%;
  }
  /*左並びにみせるため*/
  .lg-zero-col3::after {
    content: "";
    display: block;
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  .lg-zero-col3 > ._item {
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .lg-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .lg-col4 > ._item {
    width: 24%;
  }
  .lg-zero-col4::before {
    content: "";
    display: block;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg-zero-col4::after {
    content: "";
    display: block;
    width: 25%;
  }
  .lg-zero-col4 > ._item {
    width: 25%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .lg-col5 > ._item {
    width: 19%;
  }
  .lg-zero-col5 > ._item {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  /*----------------------------*/
  /* 1カラム */
  /*----------------------------*/
  .xl-col1 > ._item {
    width: 100%;
  }
  .xl-zero-col1 > ._item {
    width: 100%;
  }
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .xl-col2 > ._item {
    width: 49%;
  }
  .xl-zero-col2 > ._item {
    width: 50%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .xl-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .xl-col3 > ._item {
    width: 31.5%;
  }
  /*左並びにみせるため*/
  .xl-zero-col3::after {
    content: "";
    display: block;
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  .xl-zero-col3 > ._item {
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .xl-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .xl-col4 > ._item {
    width: 24%;
  }
  .xl-zero-col4::before {
    content: "";
    display: block;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl-zero-col4::after {
    content: "";
    display: block;
    width: 25%;
  }
  .xl-zero-col4 > ._item {
    width: 25%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .xl-col5 > ._item {
    width: 19%;
  }
  .xl-zero-col5 > ._item {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  /*----------------------------*/
  /* 1カラム */
  /*----------------------------*/
  .pc-col1 > ._item {
    width: 100%;
  }
  .pc-zero-col1 > ._item {
    width: 100%;
  }
  /*----------------------------*/
  /* 2カラム */
  /*----------------------------*/
  .pc-col2 > ._item {
    width: 49%;
  }
  .pc-zero-col2 > ._item {
    width: 50%;
  }
  /*----------------------------*/
  /* 3カラム */
  /*----------------------------*/
  /*左並びにみせるため*/
  .pc-col3::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .pc-col3 > ._item {
    width: 31.5%;
  }
  /*左並びにみせるため*/
  .pc-zero-col3::after {
    content: "";
    display: block;
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  .pc-zero-col3 > ._item {
    width: 33.3333333333%; /* 33.3333333…％ */
  }
  /*----------------------------*/
  /* 4カラム */
  /*----------------------------*/
  .pc-col4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pc-col4::after {
    content: "";
    display: block;
    width: 24%;
  }
  .pc-col4 > ._item {
    width: 24%;
  }
  .pc-zero-col4::before {
    content: "";
    display: block;
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pc-zero-col4::after {
    content: "";
    display: block;
    width: 25%;
  }
  .pc-zero-col4 > ._item {
    width: 25%;
  }
  /*----------------------------*/
  /* 5カラム */
  /*----------------------------*/
  .pc-col5 > ._item {
    width: 19%;
  }
  .pc-zero-col5 > ._item {
    width: 20%;
  }
}
@media screen and (max-width: 320px) {
  .sp-none-320 {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .sp-none-350 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .sp-none-400 {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .sp-none-440 {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  .sp-none-1070 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .pc-reason-none {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sp-reason-none {
    display: none;
  }
}
/*# sourceMappingURL=site.css.map */