@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;
}

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

.l-main {
  position: relative;
  margin-top: 90vh;
  background-color: #fff;
}

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

.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;
}

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

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

a:focus {
  outline: none;
}

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

a:hover {
  opacity: 0.6;
}

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

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

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

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  text-decoration: none;
  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__disc {
  padding-left: 1.5em;
}

.c-list__disc > li {
  list-style: disc;
}

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

th {
  font-weight: normal;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #373737;
  border-radius: 3px;
  background: #373737;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

.reset-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: none;
  border-color: #373737;
  border-radius: 3px;
  background: #373737;
  color: #fff;
}

.reset-btn:hover {
  color: #fff;
}

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: #373737;
  border: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 6px -1px #ccc inset;
}

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: #d8b247;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}

input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 6px -1px #ccc inset;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-min {
  width: 40%;
  display: inline-block;
  margin: 0 10px 0 0;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #373737;
  border-radius: 50%;
}

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

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

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.6;
  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%;
}

/* ライブラリ */

.js-slide_anime {
  position: relative;
  overflow: hidden;
}

.js-slide_anime .js-slide_anime--mask {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f3f2f0;
  top: 0;
  left: 0;
}

.js-slide_anime_right {
  position: relative;
  overflow: hidden;
}

.js-slide_anime_right .js-slide_anime--mask {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f3f2f0;
  top: 0;
  right: 0;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/lib/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d8d5ce;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f3f2f0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: -35px;
  background: url(../images/lib/img_arrow_left.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: -35px;
  background: url(../images/lib/img_arrow_right.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
  opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 23px;
  height: 35px;
  text-indent: -9999px;
  z-index: 10;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* コンポーネント */

.c-colum__img {
  width: 74.33333333333333%;
  margin-bottom: 20px;
}

.c-colum__txt {
  clear: both;
}

.title-min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.about-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: lighter;
}

.sec-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #3e487d;
}

.sec-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #3e487d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.colum-title {
  margin-bottom: 15px;
  font-size: 28px;
  font-style: italic;
  line-height: 1;
  font-weight: lighter;
}

.c-info {
  margin-top: 25px;
}

.c-info:first-child {
  margin-top: 0;
}

.c-info p {
  margin-bottom: 5px;
}

.c-info a {
  text-decoration: underline;
}

.c-info--inner {
  background-color: #fff;
  padding: 15px;
}

.info-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.info-list {
  padding-left: 1.5em;
}

.info-list li {
  list-style: decimal;
  font-style: italic;
}

.info-list li p {
  font-style: normal;
}

.info-list--title {
  font-size: 16px;
}

.info-list__attentions li {
  margin: 5px 0;
  position: relative;
  padding-left: 1.5em;
}

.info-list__attentions li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}

.list-bordered {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #f3f2f0;
}

.list-bordered:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-list-method {
  background-color: #f3f2f0;
  margin: 10px 0;
  padding: 10px;
}

.info-list-method > li {
  display: inline-block;
  margin-right: 10px;
  list-style: disc;
}

.progress {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
}

.progress-bar {
  border-top: 1px solid #a0a0a0;
  position: absolute;
  top: 55%;
  width: 0%;
}

.progress-title {
  width: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.marker {
  background: linear-gradient(transparent 60%, #d8d5ce 60%);
}

.c-pagetop {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 1;
  display: none;
}

.c-pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  line-height: 0;
  transition: all 0.2s ease;
  border: 1px solid #373737;
  border-radius: 5px;
  color: #373737;
}

.c-pagetop a:hover {
  opacity: 0.8;
}

.c-pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #373737;
  font-size: 20px;
}

.c-table__row > dt {
  padding: 15px;
  border-bottom: 1px solid #373737;
  font-weight: bold;
}

.c-table__row > dd {
  padding: 15px;
}

.c-table.c-table__default {
  border-top: 2px solid #373737;
}

.c-table.c-table__default .c-table__row {
  border-bottom: 2px solid #373737;
}

.c-table.c-table__default .c-table__row > dt {
  border-bottom: 1px solid #626262;
}

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

.l-footer {
  border-top: 1px solid #626262;
  position: relative;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  color: white;
}

.l-footer__copy small {
  font-size: 12px;
  color: #373737;
}

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

.gnav-btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: center;
}

.gnav-btn-container {
  position: relative;
  width: 36px;
  height: 24px;
}

.gnav-btn-container span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background-color: #373737;
  transition: all .2s;
  border-radius: 10px;
}

.gnav-btn-container span:first-child {
  top: 0;
}

.gnav-btn-container span:nth-child(2) {
  top: 11px;
}

.gnav-btn-container span:nth-child(3) {
  bottom: 0;
}

.gnav-btn-container.close span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.gnav-btn-container.close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .6s forwards;
  animation: active-menu-bar02 .6s forwards;
}

.gnav-btn-container.close span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* btn下テキスト */

.gnav-txt {
  font-size: 10px;
}

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

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

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

/*=========================
global-active
==========================*/

.service .gnav-service:after {
  -webkit-transform: scaleX(0.9) !important;
  transform: scaleX(0.9) !important;
}

.company .gnav-company:after {
  -webkit-transform: scaleX(0.9) !important;
  transform: scaleX(0.9) !important;
}

.works .gnav-works:after {
  -webkit-transform: scaleX(0.9) !important;
  transform: scaleX(0.9) !important;
}

.contact .gnav-contact:after {
  -webkit-transform: scaleX(0.9) !important;
  transform: scaleX(0.9) !important;
}

/*=========================
global-navigation
==========================*/

.gnav-list {
  width: 100%;
  display: table;
  padding: 10px 0;
  background-color: #f3f2f0;
}

.gnav-list > li {
  width: 25%;
  position: relative;
  display: table-cell;
  text-align: center;
}

.gnav-list > li:before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background-color: #373737;
  position: absolute;
  top: 0;
  left: 0;
}

.gnav-list > li:first-child:before {
  display: none;
}

.gnav-list > li a {
  display: block;
  font-size: 12px;
  position: relative;
}

.gnav-list > li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #373737;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: .3s;
}

.gnav-list > li a:hover {
  opacity: 1;
}

.gnav-list > li a:hover:after {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

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

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

.l-header__title {
  padding: 10px 0;
  text-align: center;
  line-height: 1;
}

.l-header__title a {
  display: inline-block;
}

.l-header__title img {
  width: 130px;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.l-main {
  padding-top: 25px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.index .l-main {
  padding-top: 0;
}

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

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

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

/*==================
 mainvisual
===================*/

.mainvisual {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background-image: url(../images/index/bg.jpg);
  background-position: center bottom;
  background-size: cover;
  position: fixed;
}

.mainvisual:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

.mainvisual .mainvisual-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
}

.mainvisual .mainvisual-inner p {
  margin-top: 20px;
  padding: 2px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.mainvisual .site-title {
  width: 210px;
  margin: 0 auto 10px;
}

/*==================
 about
===================*/

.sec-about {
  padding: 45px 0 40px;
  text-align: center;
}

.sec-about p {
  margin: 25px 0 0;
  line-height: 1.8;
}

.about-list {
  margin-top: 25px;
  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;
}

.about-list > li {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: table;
  overflow: hidden;
  text-align: center;
}

.about-list > li:nth-child(2) .about-list__circle {
  background-color: #d8b247;
}

.about-list > li:nth-child(3) .about-list__circle {
  background-color: #3e487d;
}

.about-list > li .about-list__circle {
  background-color: #585858;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
}

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

.sec-content:nth-child(even) {
  background-color: #f3f2f0;
  background-image: url(../images/common/noise.png);
}

/*==================
 Introduction
===================*/

.sec-intro .intro-subtitle {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #3e487d;
}

.sec-intro .intro-subtitle span {
  color: #d8b247;
}

.sec-intro p {
  margin: 10px 0;
}

.intro-catch {
  margin: 30px 0;
  padding-top: 30px;
  position: relative;
  color: #3e487d;
  text-align: center;
}

.intro-catch:before {
  display: block;
  content: "";
  width: 90px;
  height: 2px;
  background-color: #3e487d;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
}

/*==================
 feature
===================*/

.sec-feature {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.sec-feature p {
  margin: 25px 0 0;
}

/*==================
 utility
===================*/

.sec-utility {
  padding-bottom: 0;
}

.sec-utility p {
  text-align: center;
}

.sec-utility .utility-list {
  list-style: disc;
  margin-top: 20px;
  padding-left: 1.5em;
}

.sec-utility .utility-list > li {
  margin: 5px 0;
  list-style: disc;
}

.utility-appeal {
  background-color: #3e487d;
  margin-top: 40px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

.utility-appeal .utility-appeal__title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

/*==================
 recommend
===================*/

.sec-recommend {
  background-image: url(../images/index/bg_recommend.jpg) !important;
  background-size: cover;
}

.sec-recommend .sec-title {
  color: #fff;
}

.sec-recommend .sec-title:after {
  background-color: #fff;
}

.recommend-list > li {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  text-align: center;
  position: relative;
}

.recommend-list > li span {
  display: block;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

/*==================
 plan
===================*/

.plan-title {
  margin-bottom: 20px;
  padding: 10px 5px;
  background-color: #373737;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.campaign-txt {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}

.plan-list > li {
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}

.plan-list > li .plan-list--title {
  margin: 15px 0 10px;
  font-weight: bold;
  text-align: center;
}

.plan-flow {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.plan-flow > li {
  margin-top: 20px;
}

.plan-flow > li .plan-flow__title {
  margin-bottom: 5px;
  padding: 10px 5px;
  background-color: #9c9c9c;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.plan-flow > li .plan-flow__pic {
  margin: 10px 0;
}

.plan-flow > li .flow-list--inner {
  padding: 10px;
}

/*==================
 course
===================*/

.course-list {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

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

.course-list .course-txt {
  background-color: rgba(34, 40, 70, 0.9);
  padding: 20px;
  position: relative;
  margin: -35px 0 20px;
  color: #fff;
  text-align: center;
}

.course-list .course-txt p {
  margin-top: 15px;
}

.course-list .course-title {
  font-size: 16px;
  font-weight: bold;
}

.course-content__list {
  padding-left: 1.5em;
  margin-bottom: 15px;
}

.course-content__list > li {
  margin-top: 5px !important;
  list-style: disc;
}

.about-gravity {
  text-align: center;
}

/*==================
 price
===================*/

.block-admission {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #d8b247;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.block-admission .admission-title {
  font-size: 22px;
  font-weight: bold;
}

.block-admission p {
  font-size: 20px;
  color: #d8b247;
  font-weight: bold;
}

.block-admission p span {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.price-subtitle {
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #3e487e;
}

.price-subtitle:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #3e487e;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-list > li {
  margin-top: 15px;
}

.price-list dt {
  margin-bottom: 10px;
  padding-left: 5px;
  font-weight: bold;
  position: relative;
  border-left: 4px solid #d8b247;
  font-size: 16px;
}

.price-list dd {
  padding-left: 10px;
}

/*==================
 trainer
===================*/

.trainer-list > li {
  margin-top: 40px;
}

.trainer-list--img {
  margin-bottom: 15px;
}

.trainer-list--title {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #3e487d;
}

.trainer-list--title span {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}

.trainer-list--subtitle {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

.trainer-prof--list {
  padding-left: 1.5em;
}

.trainer-prof--list > li {
  list-style: disc;
}

.trainer-prof--list__nomark {
  padding-left: 0;
}

.trainer-prof--list__nomark > li {
  list-style: none;
}

.trainer-list__col3 > li .trainer-list--img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.trainer-info {
  border: 1px solid #3e487d;
  margin-top: 40px;
  padding: 20px;
}

.trainer-info:after {
  content: "";
  clear: both;
  display: block;
}

.trainer-info .trainer-info--title {
  margin-top: -35px;
  margin-bottom: 15px;
}

.trainer-info .trainer-info--title span {
  font-size: 12px;
}

.trainer-info .trainer-info--title .trainer-info--title_wrap {
  background-color: #3e487d;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}

.trainer-info .trainer-info--subtitle {
  font-weight: bold;
}

.trainer-info p {
  margin: 10px 0;
}

.trainer-info .trainer-info--img {
  width: 80%;
  margin: 0 auto 20px;
}

.trainer-info .trainer-info--img figure {
  line-height: 1.2;
  margin: 0;
}

.trainer-info .trainer-info--img figcaption {
  padding: 5px;
  font-size: 12px;
}

/*==================
 access
===================*/

.map iframe {
  width: 100%;
  height: 200px;
}

.map-link {
  padding-right: 10px;
  text-align: right;
}

.map-address {
  margin-top: 15px;
  text-align: center;
}

.sec-convertion {
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
}

.sec-convertion p {
  margin-bottom: 25px;
  text-align: center;
}

.c-btn {
  margin: 20px 0;
}

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

.c-btn .btn {
  display: inline-block;
  padding: 10px 20px;
  min-width: 260px;
  background-color: #373737;
  border: 1px solid #373737;
  color: #fff;
  text-align: center;
}

.c-btn .btn:hover {
  background-color: #fff;
  border: 1px solid #373737;
  color: #373737;
  opacity: 1;
}

/*==================
 info
===================*/

/* form */

.section-contact__form {
  margin-top: 25px;
}

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

.section-contact__form dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.section-contact__form dt:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 8px;
  background: #626262;
  vertical-align: -4px;
}

.section-contact__form dd p {
  margin-top: 8px;
}

.form-txt {
  text-align: center;
  margin: 10px 0;
}

/*==================
 footer
===================*/

/*==================
 thanks
===================*/

#thanks {
  text-align: center;
}

#thanks .l-main {
  margin-top: 0;
}

#thanks .sec-title {
  font-size: 16px;
}

#thanks .c-btn {
  margin: 40px 0;
}

/* ユーティリティ(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-gray {
  background-color: #FFF !important;
}

.u-bc-gray-border {
  background-image: linear-gradient(-45deg, #fff 25%, #f3f2f0 25%, #f3f2f0 50%, #fff 50%, #fff 75%, #f3f2f0 75%, #f3f2f0);
  background-size: 12px 12px;
}

.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-green {
  color: #00a496 !important;
}

.u-c-yellow {
  color: #d8b247 !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;
}

/* js */

.js-mask-text {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(34%, #000), color-stop(34%, #ffff00), color-stop(66%, #ffff00), color-stop(66%, white), to(white));
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-mask-text.isVisble {
  background-position: 0 0;
}

.js-mask-text__gray {
  background: -webkit-gradient(linear, left top, right top, from(#605f5f), color-stop(34%, #605f5f), color-stop(34%, #ffff00), color-stop(66%, #ffff00), color-stop(66%, white), to(white));
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: background-position 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-mask-text__gray.isVisble {
  background-position: 0 0;
}

@media screen and (min-width: 769px) {
  .flex-col__pc--2 > li {
    width: 50%;
  }

  .flex-col__pc--4 > li {
    width: 25%;
  }

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

  .flex-col_4 > li {
    width: 25%;
  }

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

  .link__arrow::after {
    margin-top: -4px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .form-submit {
    width: 200px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  textarea {
    width: 620px;
  }

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

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

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-min {
    width: 200px;
  }

  input.input-day {
    width: 52px;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .c-colum__img {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }

  .c-colum__txt {
    clear: none;
    width: 50%;
    float: right;
    margin-top: 20px;
  }

  .about-title {
    font-size: 30px;
  }

  .sec-title {
    margin-bottom: 50px;
    font-size: 40px;
  }

  .sec-title:after {
    width: 60px;
    margin-left: -30px;
  }

  .colum-title {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .c-info p {
    margin-bottom: 5px;
  }

  .c-info--inner {
    padding: 20px 130px 20px 20px;
  }

  .info-list--title {
    font-size: 18px;
  }

  .c-pagetop {
    bottom: 40px;
  }

  .c-pagetop a {
    width: 68px;
    height: 68px;
  }

  .c-pagetop a i {
    font-size: 30px;
  }

  .c-table {
    width: 700px;
    margin: 0 auto;
    display: table;
    border-collapse: collapse;
  }

  .c-table__row {
    display: table-row;
  }

  .c-table__row > dt {
    display: table-cell;
    width: 150px;
    padding: 20px 0;
  }

  .c-table__row > dd {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }

  .c-table.c-table__default {
    border-top: 1px solid #626262;
  }

  .c-table.c-table__default .c-table__row {
    display: table-row;
    border-bottom: 1px solid #626262;
  }

  .c-table.c-table__default .c-table__row:last-child > dt {
    border-bottom: 2px solid #373737;
  }

  .c-table.c-table__default .c-table__row > dt {
    border-top: 2px solid #373737;
    border-bottom: 1px solid #626262;
  }

  .c-table.c-table__default .c-table__row > dd {
    border-bottom: 1px solid #626262;
  }

  .l-footer {
    padding: 25px 0;
    font-size: 16px;
  }

  .l-footer__copy small {
    font-size: 14px;
  }

  .gnav-btn {
    top: 35px;
  }

  .gnav-btn-container {
    height: 26px;
  }

  .gnav-btn-container span {
    height: 4px;
  }

  .gnav-btn-container.close span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  .gnav-txt {
    font-size: 12px;
  }

  .h-gnav {
    float: right;
    margin-top: 25px;
  }

  .gnav-list {
    width: auto;
    padding: 0;
    background-color: transparent;
  }

  .gnav-list > li {
    width: auto;
    display: block;
    float: left;
  }

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

  .gnav-list > li a {
    padding: 0 10px;
    font-size: 16px;
  }

  .l-header .l-container {
    padding: 10px;
  }

  .l-header__title {
    float: left;
  }

  .l-header__title img {
    width: 258px;
  }

  .l-main {
    padding-top: 50px;
  }

  .index .l-main {
    padding-top: 0;
  }

  .mainvisual {
    height: 90vh;
    background-size: cover;
  }

  .mainvisual .mainvisual-inner p {
    width: auto;
    font-size: 56px;
    margin: 30px auto 0;
  }

  .mainvisual .site-title {
    width: 240px;
  }

  .sec-about {
    padding: 50px 0;
  }

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

  .sec-feature {
    padding: 50px 0;
    font-size: 18px;
  }

  .recommend-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;
  }

  .recommend-list > li {
    width: calc(25% - 15px);
    margin: 0;
    height: 120px;
  }

  .recommend-list > li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .plan-title {
    font-size: 24px;
  }

  .campaign-txt {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .plan-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;
  }

  .plan-list:after {
    content: "";
    display: block;
    width: calc(33.333% - 10px);
  }

  .plan-list > li {
    margin-top: 20px;
    padding: 20px 20px 25px;
    width: calc(50% - 20px);
  }

  .plan-flow {
    max-width: 100%;
    margin-bottom: 50px;
    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;
  }

  .plan-flow > li {
    width: calc(50% - 20px);
  }

  .course-list {
    max-width: 100%;
    margin-bottom: 60px;
    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;
  }

  .course-list li {
    width: calc(50% - 30px);
    margin-top: 60px;
  }

  .course-list .course-title {
    font-size: 22px;
  }

  .price-inner {
    width: 820px;
    margin: 0 auto;
  }

  .block-admission {
    width: 400px;
    margin: 0 auto 30px;
  }

  .price-subtitle {
    text-align: left;
  }

  .price-subtitle:after {
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .price-list dl {
    width: 100%;
    display: table;
    padding: 10px 5px;
    background-color: #fff;
  }

  .price-list dt {
    display: table-cell;
    border-left: none;
    width: 320px;
    padding: 10px 15px;
    border-right: 1px solid #b9b9b9;
  }

  .price-list dd {
    display: table-cell;
    padding: 10px 15px;
  }

  .trainer-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;
  }

  .trainer-list > li {
    margin-top: 0;
    width: 100%;
    display: table;
  }

  .trainer-list--img {
    width: 50%;
    display: table-cell;
  }

  .trainer-list--txt {
    width: 50%;
    padding-left: 30px;
    text-align: left;
    display: table-cell;
  }

  .trainer-list--title {
    text-align: left;
    font-size: 24px;
  }

  .trainer-list--title span {
    font-size: 14px;
  }

  .trainer-list__col3 {
    margin-top: 60px;
  }

  .trainer-list__col3 > li {
    margin-top: 0;
    width: calc(33.3333% - 20px);
  }

  .trainer-info {
    padding: 40px;
  }

  .trainer-info .trainer-info--title {
    margin-top: -58px;
    margin-bottom: 25px;
  }

  .trainer-info .trainer-info--title .trainer-info--title_wrap {
    padding: 5px 20px;
  }

  .trainer-info .trainer-info--subtitle {
    font-size: 16px;
  }

  .trainer-info .trainer-info--img {
    width: 200px;
    float: right;
    margin: 0;
  }

  .trainer-info .trainer-info--img figcaption {
    font-size: 14px;
  }

  .map iframe {
    height: 300px;
  }

  .map-link {
    padding-right: 20px;
  }

  .c-btn .btn {
    padding: 20px 40px;
    min-width: 360px;
    font-size: 18px;
  }

  .section-contact__form {
    margin-top: 50px;
  }

  .section-contact__form dl {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .section-contact__form dt {
    width: 210px;
    display: table-cell;
    padding-top: 8px;
    vertical-align: top;
  }

  .section-contact__form dd {
    display: table-cell;
    vertical-align: middle;
  }

  .section-contact__form .radio {
    height: 40px;
  }

  .section-contact__form .radio dd {
    padding-top: 9px;
  }

  .u-bc-gray-border {
    background-size: 26px 26px;
  }

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

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

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

@media screen and (min-width: 980px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
  }

  .c-colum__img {
    width: 446px;
  }

  .c-colum__txt {
    clear: none;
    width: 490px;
    float: right;
    margin-top: 30px;
  }

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

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

  .mainvisual {
    background-size: 1440px;
    background-size: cover;
    background-position: center center;
  }

  .sec-about {
    padding: 60px 0;
  }

  .about-list {
    width: 800px;
    margin: 60px auto 0;
  }

  .about-list > li {
    width: 200px;
    height: 200px;
  }

  .about-list > li .about-list__circle {
    font-size: 20px;
  }

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

  .sec-intro {
    text-align: center;
  }

  .sec-intro .intro-subtitle {
    margin-top: 100px;
    font-size: 26px;
  }

  .sec-feature {
    padding: 60px 0;
  }

  .sec-utility {
    padding-bottom: 0;
  }

  .sec-utility .utility-list {
    width: 600px;
    margin: 20px auto 60px;
    text-align: center;
    list-style: none;
  }

  .sec-utility .utility-list > li {
    margin: 10px 0;
    list-style: none;
  }

  .utility-appeal {
    padding: 60px 0;
  }

  .utility-appeal .utility-appeal__title {
    font-size: 26px;
  }

  .plan-list > li {
    margin-top: 0;
    width: calc(33.33% - 20px);
  }

  .plan-flow > li {
    width: calc(33.333% - 10px);
  }

  .trainer-prof--list {
    font-size: 14px;
  }

  .sec-access .l-container {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .flex-col_sp2 > li {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .l-wrapper {
    width: 100%;
  }

  .l-container {
    width: 100%;
  }
}