@charset "UTF-8";

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////
Granim.js
for gradients background
.bg-granim-purple2
////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* ===================================================================== */
/* base */
/* ===================================================================== */
html.fh5co-overflow,
body.fh5co-overflow {
  overflow-x: auto;
}

html.fh5co-overflow #fh5co-main,
html.fh5co-overflow #fh5co-hero,
html.fh5co-overflow #fh5co-mobile-menu,
html.fh5co-overflow #fh5co-footer,
body.fh5co-overflow #fh5co-main,
body.fh5co-overflow #fh5co-hero,
body.fh5co-overflow #fh5co-mobile-menu,
body.fh5co-overflow #fh5co-footer {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
}

/* ===================================================================== */
/*  * /
/* ===================================================================== */
::-webkit-selection {
  color: #fff;
  background: #228abf;
}

::-moz-selection {
  color: #fff;
  background: #228abf;
}

::selection {
  color: #fff;
  background: #228abf;
}

/* ===================================================================== */
/* tooltip */
/* ===================================================================== */
/* 表示文字の装飾 */
.tooltips {
  position: relative;
  font-size: inherit;
  color: inherit;
  border-bottom: 1px #666 dashed;
}

.tooltips:hover {
  cursor: help;
}

.tooltips:hover .tip {
  display: inline;
}

.tip {
  display: none;
  position: absolute;
  top: 30px;
  left: 5px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
  background-color: #000;
  width: 25rem;
  padding: 1rem;
  border-radius: .5rem;
}

.tip a {
  color: #fff;
  border-bottom: 1px #999 dotted;
}

.tip::after {
  position: absolute;
  left: 15px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #000;
  content: "";
  pointer-events: none;
}

/* ===================================================================== */
/* general */
/* ===================================================================== */
a {
  transition: all .2s ease;
  color: #039;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  outline: none;
  color: #096;
  text-decoration: none;
}

input {
  transition: all .5s ease;
}

/* ===================================================================== */
/* alert_box */
/* ===================================================================== */
.alert_box {
  width: 100%;
  margin: 1rem 0 1rem 0;
  padding: 1rem 0 !important;
  text-align: center;
  color: #ab4442 !important;
  background-color: #f2dede;
}

/* ===================================================================== */
/* cv_title - catch for conversion area */
/* ===================================================================== */
.cv_title,
.cv_title_y {
  display: inline-block;
  font-size: 4.6rem;
  line-height: 2rem;
  margin: 0 0 2rem 0;
  color: #333;
  text-transform: none;
  font-family: 'Kaushan Script', cursive;
}

.cv_title_y {
  color: #fbdb00;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cv_title,
  .cv_title_y {
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cv_title,
  .cv_title_y {
    margin-bottom: 2.5rem;
  }
}

/* --------------------
for smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .cv_title,
  .cv_title_y {
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
}

/* ===================================================================== */
/* side #btn_contact * /
/* ===================================================================== */
#btn_contact::after {
  display: none;
}

/* ===================================================================== */
/* for icons * /
/* ===================================================================== */
.icon_border {
  border: 1px solid;
  padding: .5rem;
  border-radius: 50%;
}

.icon_md {
  display: inline-block;
  font-size: 2rem;
}

/* ===================================================================== */
/* heading * /
/* ===================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}

.h1 {
  font-size: 30px;
  line-height: 42px;
}

.h2 {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: .3rem;
}

.h3 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: .1rem;
}

h3 span,
.h3 span {
  margin-bottom: .1rem;
  letter-spacing: 0;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
}

ul,
ol {
  padding-left: 15px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 25px;
}

ul,
ol,
p {
  margin: 0 0 2rem 0;
}

.serif {
  font-family: serif !important;
}

.sans-serif {
  font-family: arial, sans-serif !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fa {
  font-size: 2.8rem;
}

/* ===================================================================== */
/* Header * /
/* ===================================================================== */
#fh5co-header-section {
  margin-top: 0 !important;
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 103;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
}

/* ===================================================================== */
/* h1 logo */
/* ===================================================================== */
#fh5co-logo {
  display: inline-block;
  margin: 1rem 0 1rem 0;
  padding: 0;
  width: 50px;
  height: 50px;
}

#fh5co-logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#fh5co-logo a:hover {
  opacity: .7;
}

#fh5co-logo img {
  height: 50px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .8);
}

@media screen and (max-width: 768px) {
  #fh5co-logo {
    text-align: center;
    margin: 0 0 0 0;
    float: none !important;
  }
}

/* ===================================================================== */
/*  * /
/* ===================================================================== */
#fh5co-main {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}

@media screen and (max-width: 768px) {
  body.inner-page #fh5co-main {
    margin-top: 0;
    padding-top: 20px;
  }
}

#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}










/* ===================================================================== */
/* bootstrap */
/* ===================================================================== */
.container-fluid {
  padding: 8rem 0 5rem;
}
.container-fluid-no-card {
  padding: 8rem 0;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-12 {
  margin-bottom: 3rem;
}

.img-responsive {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding: 0;
  }

  .row {
    margin: 0;
  }

  .col-sm-12 {
    padding: 0;
  }
}

/* ===================================================================== */
/* header */
/* ===================================================================== */
.fh5co-header {
  text-align: center;
}

.fh5co-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #228abf;
}

@media screen and (max-width: 768px) {
  .header { padding: 1rem; }
}

/* ===================================================================== */
/* menu */
/* ===================================================================== */
#fh5co-menu-wrap {
  float: right;
  position: relative;
}

#fh5co-menu-wrap .sf-menu a,
#fh5co-menu-wrap .sf-menu span {
  font-size: 1.2rem;
  padding: 1.5rem 1rem;
}

#fh5co-primary-menu > li > ul li.active > a,
#fh5co-primary-menu > li > ul li.active > span {
  color: #856531 !important;
}

#fh5co-primary-menu > li > .sf-with-ul {
  position: relative;
}

#fh5co-primary-menu > li > .sf-with-ul::after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  padding-top: 20px;
  left: 50%;
  margin-left: -7px;
  font-size: 14px;
  width: 100%;
  content: "\e64b";
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#fh5co-primary-menu > li > .sf-with-ul:hover::after {
  padding-top: 25px;
}

#fh5co-primary-menu > li > ul li > .sf-with-ul::after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, .5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  background: #000;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  padding: 1rem;
}

#fh5co-primary-menu .fh5co-sub-menu::before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu::after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu::before {
  top: 6px;
  right: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu::after {
  top: 7px;
  right: 100%;
  border: none !important;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  color: #fff;
  padding: 1rem;
}

/* sub-menu のul li のhoverした時の黄色 */
#fh5co-primary-menu .fh5co-sub-menu a:hover,
#fh5co-mobile-menu .fh5co-sub-menu a:hover {
  color: #fbdb00 !important;
  filter: alpha(opacity=80);
}

.fh5co-nav-toggle {
  position: absolute;
  height: 60px;
  width: 60px;
  cursor: pointer;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 21;
  padding: 16px 0 0 0;
  margin: 0 auto;
  display: none;
  background: #333;
  border-bottom: none !important;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #2e2e2e;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #252525;
  font: bold 14px/.4 Helvetica, sans-serif;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.sf-menu li:hover a,
.sf-menu li:hover span {
  color: #fbdb00;
}

#fh5co-menu-wrap .button-cv {
  margin: 0 0 0 1rem;
}

#fh5co-menu-wrap .button-cv a,
#mobile-floating-button .button-cv a {
  background-color: #F7DB4A;
  color: #000;
  line-height: 1;
  padding: 1.5rem 2rem;
  transition: .5s;
}
#fh5co-menu-wrap .button-cv a:hover,
#mobile-floating-button .button-cv a:hover {
  background-color: #fff;
  color: #000;
}

#fh5co-menu-wrap .button-cv a {
  min-height: 42px;
}

#mobile-floating-button {
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}
#mobile-floating-button .button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#mobile-floating-button .button-cv a {
  font-size: 1.4rem;
}
#mobile-floating-button a {
  width: 100%;
}
#mobile-floating-button a:last-child {
  margin: 0 0 0 1rem;
}

#fh5co-logo-mobile-wrap {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 100px;
  display: block;
  height: 60px;
  left: 0;
  text-align: center;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 10001;
  background: #333;
  color: #ccc;
  -webkit-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -moz-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -ms-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -o-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
}

#fh5co-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
}

#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#fh5co-logo-mobile-wrap.static {
  position: static;
  top: 0;
}

#fh5co-logo-mobile-wrap.fixed {
  position: fixed;
  top: -60px;
}

@media screen and (min-width: 1024px) {
  #mobile-floating-button {
    display: none;
  }

  .fh5co-sub-menu .primary-vanish,
  #fh5co-primary-menu .primary-vanish {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .fh5co-nav-toggle {
    display: block;
  }

  #fh5co-logo-mobile {
    display: block;
    padding: 10px 0;
  }
  #fh5co-logo-mobile a img {
    height: 40px;
  }

  .sf-menu .entry_training {
    display: none;
  }
}

/* ===================================================================== */
/* mobile menu */
/* ===================================================================== */
#fh5co-mobile-menu {
  -moz-transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transform: translateX(-280px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 10002;
  background: #000;
  padding: .75em 1.25em;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul {
  padding: 0;
  margin: 0;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
  list-style: none;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
  color: #fff;
}

#fh5co-mobile-menu-ul .entry_training {
  display: none;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #fff;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  color: #fbdb00;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
  position: relative;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown::after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
  display: none;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul li ul {
  padding-left: 20px !important;
}

#fh5co-mobile-menu-ul > li > .sf-with-ul.active::after {
  transform: rotate(180deg);
}

#fh5co-mobile-menu-ul > li > .sf-with-ul::after {
  position: absolute;
  left: 60%;
  font-family: 'themify';
  content: "\e64b";
  color: rgba(255, 255, 255, .5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all .3s ease;
}

#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
  list-style: none;
}

@media (min-width: 1024px) {
  #fh5co-mobile-menu-ul .entry_training {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  #fh5co-mobile-menu ul li > .primary-appear,
  #fh5co-mobile-menu ul li.button {
    display: none;
  }
}

@media screen and(min-width: 770px) {
  #fh5co-mobile-menu #fh5co-mobile-menu-ul li:hover > ul {
    display: block;
  }
}

@media screen and(max-width: 769px) {
  #fh5co-mobile-menu #fh5co-mobile-menu-ul li:hover > ul {
    display: none;
  }
}

@media screen and (min-width: 200px) and (max-width: 415px) {
  #fh5co-mobile-menu-ul .sfHover-mobile .sf-with-ul {
    color: #fff;
  }

  #fh5co-mobile-menu #fh5co-mobile-menu-ul li:nth-child(2) > a,
  #fh5co-mobile-menu #fh5co-mobile-menu-ul li:nth-child(5) > a {
    color: #fff !important;
  }
}

/* ===================================================================== */
/* footer */
/* ===================================================================== */
#fh5co-footer {
  clear: both;
  position: relative;
  padding: 7em 0 5.4375em 0;
  background: #000;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.9;
  font-weight: normal;
  color: #8b969c;
  letter-spacing: .1rem;
}

#fh5co-footer .footer_logo {
  height: 120px;
}

@media (min-width: 1024px) {
  #fh5co-footer {
    padding-bottom: 0;
  }
}

#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #fff !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #666;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -moz-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -ms-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -o-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
}

#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-footer .fh5co-arrow:active,
#fh5co-footer .fh5co-arrow:focus,
#fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: #fff !important;
}

#fh5co-footer .fh5co-copyright {
  margin-top: 5em;
}

#fh5co-footer .fh5co-copyright p {
  color: #fff;
  letter-spacing: .3rem;
}

#fh5co-footer .fh5co-copyright p a {
  color: #fff;
}

#fh5co-footer .fh5co-copyright p a img {
  margin-bottom: -.8rem;
}

#fh5co-footer .fh5co-footer-heading {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
  margin-bottom: 10px;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0 0 30px 0;
  padding-left: 3rem;
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  color: #fbdb00 !important;
}

#fh5co-footer .fh5co-footer-links li a span {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 0 2.7rem;
  padding: 0;
  font-weight: normal;
  font-family: 'Athelas', serif !important;
}

/* ===================================================================== */
/* 404 notFound */
/* ===================================================================== */
.notFound {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
}

.notFound_title { /* h3 */
  margin: 0 auto;
  width: 80%;
  font-size: 2.5rem;
  color: #555;
  margin-bottom: 5rem;
}

.notFound_cnt {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

/* ===================================================================== */
/* article page */
/* ===================================================================== */
.mt_01 {
  margin-top: 1.4rem;
}

.group dl dd {
  margin-left: 0;
}

.group dl dd li {
  margin-left: 20px;
  text-indent: -1.35em;
  padding-left: 2em;
}

/* ===================================================================== */
/* ceo_message */
/* ===================================================================== */
@media screen and (max-width: 414px) {
  .fh5co-hero-intro-nologo {
    position: relative;
    top: 20px;
  }

  .ta_left--sp {
    text-align: left;
  }

  .fh5co-cards {
    padding: 0;
  }

  .img--left {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .br--sp {
    display: none;
  }
}

/* ===================================================================== */
/* client */
/* ===================================================================== */
#client .client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#client .client-list li {
  max-width: 187px;
  width: 100%;
}

/* ===================================================================== */
/* cv_goods */
/* ===================================================================== */
#link_cvgoods .img_txt {
  width: 94%;
  margin-left: 4%;
}

#link_cvgoods .btn_box > a {
  line-height: 4rem;
}

/* ===================================================================== */
/* cv_training */
/* ===================================================================== */
#link_training img {
  width: 50px;
  display: inline-block;
}

#link_training .btn_box > a {
  line-height: 40px;
  padding: 1rem 3rem;
}

#link_training .btn_box > a > span {
  font-size: 1.6rem;
}

#link_training .btn_box > a > i {
  font-size: 20px;
  margin-left: 1rem;
}

/* ===================================================================== */
/* mainvisual */
/* ===================================================================== */
#fh5co-hero {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  float: left;
  width: 100%;
  display: table;
  position: relative;
  z-index: 20;
  color: #fff;
}

#fh5co-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
  opacity: .99;
  background-size: 100%;
  background-repeat: no-repeat;
}

#fh5co-hero .servicesvisual {
  background-image: url(../images/main_visual_services.jpg);
  background-size: cover;
  background-position: bottom;
}

#fh5co-hero .mv--contact {
  background-image: url(../../images/mv_contact.jpg);
  background-position: bottom;
}

#fh5co-hero .mv--development {
  background-image: url(../images/main_visual_developments.jpg);
  background-position: bottom;
}

#fh5co-hero .internshipvisual {
  background-image: url(../images/main_visual_internship.jpg);
  background-size: cover;
  background-position: top;
}

#fh5co-hero .goodiesvisual {
  background-image: url(../images/main_visual_goodies.jpg);
  background-size: cover;
  background-position: center;
}

#fh5co-hero .gsgm2018visual {
  background-image: url(../images/main_visual_gsgm2018.jpg);
  background-size: cover;
  background-position: bottom;
}

#fh5co-hero .gsgm2018openspacevisual {
  background-image: url(../images/main_visual_gsgm2018_os.jpg);
  background-size: cover;
  background-position: bottom;
}

#fh5co-hero .gsgm2018graphicvisual {
  background-image: url(../images/main_visual_gsgm2018_gf.jpg);
  background-size: cover;
  background-position: top;
}

#fh5co-hero .gsgm2018bookswebsitesvisual {
  background-image: url(../images/main_visual_gsgm2018_bw.jpg);
  background-size: cover;
  background-position: top;
}

#fh5co-hero .gsgm2018agilemarketingvisual {
  background-image: url(../images/main_visual_gsgm2018_am.jpg);
  background-size: cover;
  background-position: center right;
}

#fh5co-hero .less2019visual {
  background-image: url(../images/less_conference2019.jpg);
  background-size: cover;
  background-position: top;
}

#fh5co-hero .notfoundvisual {
  background-image: url(../images/main_visual_notfound.jpg);
  background-size: cover;
  background-position: top;
}

#fh5co-hero .fh5co-hero-wrap,
#fh5co-hero .fh5co-hero-wrap-sec {
  padding-top: 7rem;
  display: table;
  height: 500px;
  width: 100%;
}

#fh5co-hero .fh5co-hero-wrap-sec {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
}

#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo {
  background-image: url(../images/logo_big.png);
  padding-top: 16rem;
  background-repeat: no-repeat;
  background-position: center 6rem;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo {
  background-image: none;
  padding-top: 0;
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo a {
  color: rgba(255, 255, 255, .7);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo a:hover {
  color: #fff;
  border-bottom: 1px solid white;
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h1 span {
  text-align: center;
  letter-spacing: .1rem;
  margin-top: 10px;
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > p {
  position: relative;
  letter-spacing: .1rem;
  font-family: 'Kaushan Script', cursive;
  font-weight: normal;
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h2 {
  letter-spacing: .1rem;
  font-weight: normal;
  position: relative;
}

body.inner-page #fh5co-hero .fh5co-hero-wrap,
body.inner-page #fh5co-hero .fh5co-hero-wrap-sec {
  padding-top: 15em;
}

#fh5co-hero .mv {
  background-size: cover;
}

/* --------------------
for smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-hero {
    background-position: center center;
    height: 300px;
  }

  #fh5co-hero .overlay {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  #fh5co-hero .notfoundvisual {
    background-image: url(../images/main_visual_notfound.jpg);
    background-size: cover;
    background-position: center;
  }

  #fh5co-hero .fh5co-hero-wrap {
    padding-top: 3rem;
  }

  #fh5co-hero .center {
    padding-top: 3rem;
  }

  #fh5co-hero .fh5co-hero-wrap,
  #fh5co-hero .fh5co-hero-wrap-sec {
    padding-top: 7rem;
  }

  body.inner-page #fh5co-hero .fh5co-hero-wrap,
  body.inner-page #fh5co-hero .fh5co-hero-wrap-sec {
    padding-top: 4rem;
  }

  #fh5co-hero,
  .fh5co-hero-wrap {
    position: relative;
    padding: 0;
    height: inherit !important;
  }

  #fh5co-hero .mv {
    background-size: 1000px;
  }
}

@media screen and (max-width: 1023px) {
  #fh5co-hero .fh5co-hero-wrap-sec {
    padding-top: 6rem;
  }
}

/* ===================================================================== */
/* service pages */
/* ===================================================================== */
.h4__title {
  position: relative;
  padding: .7em;
  background: #000;
  color: #fff;
  border-radius: 10px;
}

.h4__title::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  width: 0;
  height: 0;
}

.url-profile a {
  word-break: break-all;
}

.url-contents a {
  word-break: break-all;
}

.d_block {
  display: block;
}

@media screen and (min-width: 769px) {
  .service_voice_content {
    height: 450px;
  }
}

@media screen and (max-width: 1209px) {
  .service_voice_content {
    height: 600px;
  }

  .service_price_content {
    height: 490px;
  }
}

.h4__title2 {
  border-left: 0;
  line-height: 4.3rem;
  font-size: 2.8rem;
  font-weight: 500;
}

/* lp_dev_po */
.fh5co-card-body-provide {
  height: 210px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .fh5co-card-body-provide {
    height: 250px;
  }
}

.fh5co-card-body-merit {
  height: 240px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .fh5co-card-body-merit {
    height: 310px;
  }
}

@media (max-width: 992px) {
  .fh5co-card-body-merit {
    height: auto;
  }
}

.fh5co-card-body-anxiety {
  height: 590px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .fh5co-card-body-anxiety {
    height: 650px;
  }
}

@media (max-width: 992px) {
  .fh5co-card-body-anxiety {
    height: auto;
  }
}

.column-height {
  height: 196px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .column-height {
    height: 228px;
  }
}

@media (max-width: 992px) {
  .column-height {
    height: auto;
  }
}

.fh5co-card-body-domain {
  height: 530px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .fh5co-card-body-domain {
    height: 550px;
  }
}

.dl dd {
  margin-left: 0;
}

/* lp_min_dev */
@media (max-width: 1200px) {
  .fh5co-card-body-project {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .fh5co-card-body-project2 {
    height: 230px;
  }
}

@media (max-width: 1200px) {
  .fh5co-card-body-services {
    height: 390px;
  }
}

@media (max-width: 992px) {
  .fh5co-card-body-services {
    height: 430px;
  }
}

@media (max-width: 1200px) {
  .fh5co-card-body-recommend {
    height: 200px;
  }
}

@media (max-width: 992px) {
  .fh5co-card-body-recommend {
    height: 226px;
  }
}

@media (max-width: 1200px) {
  .fh5co-card-body-recommend2 {
    height: 190px;
  }
}

@media (max-width: 992px) {
  .fh5co-card-body-recommend2 {
    height: 185px;
  }
}

/* lp_agile_new_business */
@media (max-width: 768px) {
  .list li.fix_list {
    margin-left: 0 !important;
  }
}

/* ===================================================================== */
/* wanna know more */
/* ===================================================================== */
.wanna_know_more {
  background-color: #000;
  border-radius: .5rem;
  overflow: hidden;
  padding: 2rem 2rem;
}

.wanna_know_more h3 {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.wanna_know_more h3 span {
  font-size: 1rem;
  color: #aaa;
}

.wanna_know_more h4 {
  text-align: center;
  color: #fbdb00;
  display: inline-block;
  font-size: 4.6rem;
  line-height: 2rem;
  margin: 2rem 0;
  text-transform: none;
  font-family: 'Kaushan Script', cursive;
  width: 100%;
}

.wanna_know_more p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

/* ===================================================================== */
/* arrow */
/* ===================================================================== */
.arrow {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin: 0 0 0 -60px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
}

.arrow--darkgray {
  border-color: #878787 transparent transparent transparent;
}

/* ===================================================================== */
/* background */
/* ===================================================================== */
.bg {
  background-attachment: fixed;
  background-size: cover;
}

.bg--services_price {
  background-image: url(../images/services/bg_price.jpg);
}

@media screen and (max-width: 768px) {
  .bg {
    background-attachment: fixed;
    background-size: cover;
  }
}

/* ===================================================================== */
/* banner */
/* ===================================================================== */
[class^='banner'] {
  align-items: center;
  border-radius: .5rem;
  display: flex;
  margin: 0 auto;
  max-width: 600px;
  padding: 2rem;
  width: 100%;
}

[class^='banner'] figure {
  margin: 0 1rem 0 0;
  width: 120px;
}

[class^='banner'] h4 {
  margin: 0 0 1rem;
}

[class$='_csd'] {
  background: #fdd7cd;
}
[class$='_csm'] {
  background: #ffebc0;
}
[class$='_cspo'] {
  background: #fcddbd;
}
[class$='_dasca'] {
  background: #c2dcff;
}

[class$='_csd'] .button a {
  background: #c22e2a;
}
[class$='_csm'] .button a {
  background: #916d00;
}
[class$='_cspo'] .button a {
  background: #e05c2c;
}
[class$='_dasca'] .button a {
  background: #004cb3;
}
[class$='_csd'] .button a:hover,
[class$='_csm'] .button a:hover,
[class$='_cspo'] .button a:hover,
[class$='_dasca'] .button a:hover {
  background: #000;
}

[class$='_dasca'] figure {
  margin-right: 2rem;
}
[class$='_dasca'] figure img {
  border-radius: .5rem;
}

@media screen and (max-width: 428px) {
  [class^='banner'] {
    flex-direction: column;
    text-align: center;
  }
  
  [class^='banner'] figure {
    margin: 0 0 1rem;
  }

  [class^='banner'] .button a {
    width: 100%;
  }
}

/* ===================================================================== */
/* block */
/* ===================================================================== */
.article {
  margin-bottom: 4rem;
}
.article:last-child {
  margin-bottom: 0;
}

.group {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

.group:last-child {
  margin-bottom: 0;
  padding-bottom: 5rem;
  border-bottom: none;
}

.group--orange {
  border-bottom-color: #ff9c00;
}

.column {
  background-color: #fff1dc;
  padding: 2rem;
  border-radius: .5rem;
}

.column--alert {
  background-color: white;
  padding: 1rem;
  border: 2px solid #ccc;
}

.column--alert dd {
  margin-left: 0;
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .more-pb {
    padding-bottom: 2rem;
    margin-top: 12.3rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1023px) {
  .more-pb {
    padding-bottom: 6rem;
  }
}

/* ===================================================================== */
/* breadcrumbs */
/* ===================================================================== */
#breadcrumbs {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 2;
}
#breadcrumbs .breadcrumb-list {
  font-size: 1.2rem;
  margin: 0;
  padding: 1rem;
  overflow: hidden;
}
#breadcrumbs .breadcrumb-list li {
  display: inline;
  list-style: none;
  text-shadow: 0 0 1rem rgb(0, 0, 0);
}
#breadcrumbs .breadcrumb-list li::after {
  content: '>';
  padding: 0 3px;
  color: #fff;
}
#breadcrumbs .breadcrumb-list li:last-child::after {
  content: '';
}
#breadcrumbs .breadcrumb-list li::before {
  content: none;
}
#breadcrumbs .breadcrumb-list li a {
  text-decoration: none;
  color: #fff;
}
#breadcrumbs .breadcrumb-list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  #breadcrumbs {
    display: none;
  }
}

/* ===================================================================== */
/* button */
/* ===================================================================== */
.btn_box a.btn_l,
.btn_box a.btn_y_l {
  padding: 2rem 3rem;
  font-size: 2.4rem;
  line-height: 2rem;
}

.btn_box a.btn_m,
.btn_box a.btn_y_m {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.btn_box a.btn_s,
.btn_box a.btn_fb_blue_s {
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.btn_box a.cv_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #ee6c20;
  color: #fff;
  overflow: hidden;
  padding: 1rem 2rem;
  border-radius: .5rem;
  font-weight: 300;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.btn_box a.cv_btn::before,
.btn_box a.cv_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn_box a.cv_btn,
.btn_box a.cv_btn::before,
.btn_box a.cv_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_box a.cv_btn:hover {
  color: #fff;
}

.btn_box a.cv_btn::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.btn_box a.cv_btn:hover::after {
  left: 0;
  background-color: #000;
}

/* black button */
.btn_box a.btn_l,
.btn_box a.btn_m,
.btn_box a.btn_s {
  display: inline-block;
  margin: 0 auto;
  border: 2px #000 solid;
  border-radius: .5rem;
  background-color: rgba(0, 0, 0, .8);
  color: #fff !important;
  text-shadow: -.5px -.5px 0 #000;
}

.btn_box a.btn_l:hover,
.btn_box a.btn_m:hover,
.btn_box a.btn_s:hover {
  opacity: .7;
}

/* yellow button */
.btn_box a.btn_y_l,
.btn_box a.btn_y_m {
  display: inline-block;
  margin: 0 auto;
  border: 2px #fbab00 solid;/* orange */
  border-radius: .5rem;
  background-color: rgba(251, 171, 0, .9);/* orange */
  color: #fff !important;
  text-shadow: -.5px -.5px 0 #000;
}

.btn_box a.btn_y_l:hover,
.btn_box a.btn_y_m:hover {
  opacity: .7;
}

/* facebook blue button */
.btn_box a.btn_fb_blue_s {
  display: inline-block;
  margin: 0 auto;
  border: 2px #4267b2 solid;/* facebook blue */
  border-radius: .5rem;
  background-color: rgba(66, 103, 178, .9);/* facebook blue */
  color: #fff !important;
  text-shadow: -.5px -.5px 0 #000;
}

.btn_box a.btn_fb_blue_s:hover {
  opacity: .7;
}

.btn_box a span {
  display: inline-block;
  margin: 0 .2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.btn_box a.btn_l span,
.btn_box a.btn_y_l span {
  font-size: 1.8rem;
}

.btn_box a.btn_m span,
.btn_box a.btn_y_m span {
  font-size: 1.6rem;
}

.btn_box a.btn_s span {
  font-size: 1.4rem;
}

.button a,
.button span,
.button button {
  background-color: #000;
  border: none;
  border-radius: 4rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
}

.link-nochange-color:hover .button a,
.link-nochange-color:hover .button span,
.button a:hover,
.button span:hover,
.button button:hover {
  background-color: #ee6c20;
}

.button-cv {
  margin: 0 auto;
  text-align: center;
}
.button-cv a,
.button-cv button {
  background-color: #ee6c20;
  font-size: 2rem;
  padding: 2rem 4rem;
}
.button-cv a:hover,
.button-cv button:hover {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .btn_box {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn_box {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .btn_box {
    float: none;
    width: 100%;
  }
}

/* ===================================================================== */
/* card */
/* ===================================================================== */
.fh5co-card {
  background: #fff;
  border-bottom: none;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  bottom: 0;
  -webkit-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -moz-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -ms-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  -o-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fh5co-cards .fh5co-card img {
  z-index: -1;
}
.fh5co-cards .fh5co-card .fh5co-card-body {
  padding: 2rem;
}
.fh5co-cards .fh5co-card .fh5co-card-body p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-card:hover {
  text-decoration: none;
  border-bottom: none;
  bottom: 10px;
}
.fh5co-cards .fh5co-card.fh5co-card--noanimate:hover {
  bottom: 0;
}

.member-card-body {
  height: 460px;
}

.fh5co-card-body .mini {
  font-size: 2rem;
}

.quote {
  width: 80%;
  margin: 4rem auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  color: #666;
  font-style: italic;
}

.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fh5co-cards .fh5co-card .fh5co-card-body {
    padding: 1.5rem;
  }

  .member-card-body {
    height: 455px;
  }
}

@media screen and (max-width: 1024px) {
  .fh5co-cards .mini {
    margin-bottom: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .member-card-body {
    height: 470px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 4rem 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fh5co-cards .fh5co-card .fh5co-card-body {
    height: auto;
  }

  .quote {
    font-size: 20px;
    width: 100%;
  }

  #fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0 0 30px 0;
  }
}

/* ===================================================================== */
/* components */
/* ===================================================================== */
.js .to-animate,
.js .footer-box {
  opacity: 0;
}

.btn-shadow {
  box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .125);
}

.t_cv_shadow {
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

/* ===================================================================== */
/* device_only */
/* ===================================================================== */
@media screen and (max-width: 768px) {
  .sp_ta_left {
    text-align: left;
  }

  .sp_ta-center {
    text-align: center;
  }
}

/* ===================================================================== */
/* form */
/* ===================================================================== */
label {
  display: block;
  font-weight: bold;
  margin-bottom: .5rem;
}
label.required {
  align-items: center;
  display: flex;
}
label.required::after {
  background-color: #FFE5E5;
  color: #C53939;
  content: "必須";
  font-size: 1.2rem;
  margin-left: .5rem;
  padding: .1rem .5rem;
}

input[type="text"],
select,
textarea {
  background-color: #EBEBEB;
  border: none;
  border-radius: .5rem;
  padding: 1rem;
  width: 100%;
}
input[type="text"],
select {
  height: 50px;
}
textarea {
  height: 200px;
}

.checkbox {
  align-items: center;
  display: flex;
}
.checkbox input[type="checkbox"] {
  margin-right: .5rem;
}
.checkbox label {
  font-weight: normal;
  margin: 0;
}

.error-message {
  color: #C53939;
  font-weight: bold;
  margin: .5rem 0 0;
}

button {
  min-width: 200px;
}

/* ===================================================================== */
/* helper classes */
/* ===================================================================== */
/* spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.fh5co-spacer-md {
  height: 80px;
}

@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

/* ===================================================================== */
/* image */
/* ===================================================================== */
figcaption {
  color: #666;
  font-size: 1.2rem;
}
figcaption::before {
  content: '▲';
}

.img--half {
  width: 50%;
}
.img--left,
.img--right {
  width: 200px;
}
.img--left {
  margin: 0 2rem 2rem 0;
  float: left;
}
.img--right {
  margin: 0 0 2rem 2rem;
  float: right;
}

.image-float-right {
  float: right;
  margin: 0 0 4rem 4rem;
}
.image-float-right img {
  max-width: 375px;
  width: 100%;
}
.image-float-right figcaption {
  text-align: right;
}

.image-round-center {
  border-radius: .5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .img--half {
    width: 100%;
  }

  .img--right {
    width: 100%;
    margin: 0 0 2rem;
    float: none;
  }
}

@media screen and (max-width: 428px) {
  .image-float-right {
    float: none;
    margin: 0 0 4rem;
  }
  .image-float-right figcaption {
    text-align: center;
  }
}

/* ===================================================================== */
/* layout */
/* ===================================================================== */
.flow_3,
.flow_5,
.ico_5,
.ico_txt,
.img_img,
.img_txt,
.th_td {
  display: table;
}

.flow_3,
.flow_5,
.img_img,
.img_txt,
.th_td {
  width: 100%;
}

.flow_3__cnt,
.flow_3__ico,
.flow_5__cnt,
.flow_5__ico,
.ico_5__ico,
.ico_txt__ico,
.ico_txt__txt,
.img_img__left,
.img_img__right,
.img_txt__img,
.img_txt__txt,
.th_td__th,
.th_td__td {
  display: table-cell;
}

.flow_3__cnt,
.flow_3__ico,
.flow_5__ico,
.ico_5__ico,
.img_img__left,
.img_img__right {
  vertical-align: middle;
}

.flow_5__cnt,
.ico_txt__ico,
.ico_txt__txt,
.img_txt__img,
.img_txt__txt,
.th_td__th,
.th_td__td {
  vertical-align: top;
}

.flow_3__cnt {
  width: 32%;
}

.flow_5__cnt {
  width: 20%;
}

.flow_3__ico,
.flow_5__ico {
  padding: 0 1rem;
}

.ico_5__ico {
  width: 54px;
  padding: 0 .5rem;
}

.ico_txt__ico {
  font-size: 6rem;
}

.ico_txt__txt {
  padding-left: 2rem;
}
.ico_txt__txt p:last-child {
  margin-bottom: 0;
}

.img_img__left,
.img_img__right {
  width: 50%;
}

.img_img__left {
  padding-right: 2rem;
}

.img_img__right {
  padding-left: 2rem;
}

.img_txt__img {
  width: 30%;
  padding-right: 2rem;
}

.img_txt__txt {
  width: 70%;
}

.th_td__th {
  padding-right: 2rem;
  width: 10%;
}

.coach_list_icon {
  position: absolute;
  bottom: 0;
}

.section-area {
  border-bottom: 1px #ccc solid;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
.section-area:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-area_article-area {
  margin-bottom: 2rem;
}
.section-area_article-area:last-child {
  margin-bottom: 0;
}
.section-area_article-area p {
  margin-bottom: 2rem;
}
.section-area_article-area p:last-child {
  margin-bottom: 0;
}

.inner-section-area {
  margin-bottom: 4rem;
}
.inner-section-area:last-child {
  margin-bottom: 0;
}
.inner-section-area_article-area {
  margin-bottom: 2rem;
}
.inner-section-area_article-area:last-child {
  margin-bottom: 0;
}

.alert-area {
  background-color: #FFE5E5;
  border-radius: .5rem;
  padding: 2rem;
}

.badge-area {
  align-items: center;
  display: flex;
}
.badge-area_badge {
  margin-right: 1rem;
}
.badge-area_badge:last-child {
  margin-right: 0;
}
.badge-area_badge img {
  height: 24px;
}

.before-after-area {
  align-items: center;
  display: flex;
  justify-content: center;
}
.before-after-area_arrow {
  margin: 0 1rem;
  white-space: nowrap;
}
.before-after-area_before,
.before-after-area_after {
  width: 100%;
}

.comment-area .comment-area_comment {
  background-color: #ebebeb;
  border-radius: .5rem;
  font-style: italic;
  margin-bottom: 1rem;
  padding: 1rem;
}
.comment-area .comment-area_comment:last-child {
  margin-bottom: 0;
}
.comment-area .comment-area_comment p::before,
.comment-area .comment-area_comment p::after {
  content: "”";
}

.flow-area {
  display: flex;
  flex-direction: column;
}
.flow-area_arrow {
  color: #666;
  margin: 1rem 0 ;
}

.image-area {
  display: flex;
  justify-content: center;
}
.image-area figure {
  margin: 0;
}
.image-area figure img {
  margin: 0 .5rem 0;
  max-width: 375px;
  width: 100%;
}

.movie-area {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.movie-area_movie {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.movie-area_movie iframe {
  height: 100%;
  width: 100%;
}

.note-area {
  background-color: #ebebeb;
  border-radius: .5rem;
  padding: 2rem;
}

.pr-area {
  border: 2px solid #ee6c20;
  border-radius: .5rem;
}
.pr-area h2 {
  background-color: #ee6c20;
  color: #fff;
  margin: 0;
  padding: 2rem;
}
.pr-area .pr-area_content {
  padding: 2rem;
}

.profile-area {
  display: flex;
}
.profile-area figure {
  flex-shrink: 0;
  margin: 0 1rem 0 0;
}
.profile-area figure img {
  height: 200px;
  object-fit: cover;
  width: 200px;
}
.profile-area .heading-h2,
.profile-area .heading-h3 {
  margin: 0 0 1rem;
}
.profile-area .heading-h2 .heading-h2_small,
.profile-area .heading-h3 .heading-h3_small {
  color: #666;
}
.profile-area .heading-h2 .heading-h2_small {
  font-size: 1.4rem;
}
.profile-area .heading-h3 .heading-h3_small {
  font-size: 1.2rem;
}
.profile-area p {
  margin: 0 0 1rem;
}
.profile-area-list {
  flex-direction: column;
  text-align: center;
}
.profile-area-list figure {
  margin: 0 0 1rem;
  width: 100%;
}
.profile-area-list figure img {
  height: auto;
  width: 100%;
}
.profile-area-list p {
  font-size: 1.2rem;
}
.profile-area-list .badge-area {
  justify-content: center;
}
.profile-area_detail {
  align-items: center;
}

.thumbnail-area {
  display: flex;
}
.thumbnail-area figure {
  margin: 0 1rem 0 0;
  width: 100px;
}
.thumbnail-area figure img {
  width: 100%;
}
.thumbnail-area .heading-h3 {
  margin: 0;
}
.thumbnail-area .heading-h3 .heading-h3_small {
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
}
.thumbnail-area p {
  margin: 0;
}
.thumbnail-area p:last-child {
  margin: 0;
}

.thumbnail-list-area {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.thumbnail-list-area li {
  flex-shrink: 0;
  margin-right: 1rem;
}
.thumbnail-list-area li:last-child {
  margin-right: 0;
}
.thumbnail-list-area li figure {
  margin: 0;
}
.thumbnail-list-area li figure img {
  height: 200px;
  object-fit: cover;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .flow_3,
  .flow_3__ico,
  .flow_3__cnt,
  .flow_5,
  .flow_5__ico,
  .flow_5__cnt,
  .ico_txt,
  .ico_txt__ico,
  .ico_txt__txt,
  .img_img,
  .img_img__left,
  .img_img__right,
  .img_txt,
  .img_txt__img,
  .img_txt__txt {
    display: block;
  }

  .flow_3__ico,
  .flow_5__ico {
    text-align: center;
  }

  .flow_3__ico i,
  .flow_5__ico i {
    transform: rotate(90deg);
  }

  .flow_3__cnt,
  .flow_5__cnt,
  .img_img__left,
  .img_img__right,
  .img_txt__img,
  .img_txt__txt {
    width: 100%;
  }

  .flow_5__cnt {
    width: 33.3333%;
  }

  .ico_txt__ico {
    float: left;
    margin-right: 1rem;
  }

  .img_img__left {
    padding: 0 0 1rem;
  }

  .img_img__right {
    padding: 1rem 0 0;
  }

  .img_txt__img {
    padding: 0 0 2rem;
  }

  .th_td {
    display: block;
  }

  .th_td__th {
    display: block;
    width: 50%;
  }
}

@media screen and (max-width: 428px) {
  .before-after-area {
    flex-direction: column;
  }
  .before-after-area_arrow {
    margin: 1rem 0;
  }
  
  .profile-area {
    flex-direction: column;
  }
  .profile-area figure {
    margin: 0 auto 1rem;
  }
  .profile-area > div {
    text-align: center;
  }
  .profile-area .badge-area {
    justify-content: center;
  }
  .profile-area dl {
    text-align: left;
  }
  
  .thumbnail-area {
    flex-direction: column;
  }
  .thumbnail-area figure {
    margin: 0 auto 1rem;
  }
}

/* ===================================================================== */
/* list */
/* ===================================================================== */
.fh5co-card-body .dl:last-child,
.group .dl:last-child {
  margin-bottom: 0;
}
.dl {
  margin: 0;
}
.dl dt {
  font-weight: bold;
  margin-top: 2rem;
}
.dl dt:first-child {
  margin-top: 0;
}
.dl dd:last-child {
  margin-bottom: 0;
}

.fh5co-card-body .ol:last-child {
  margin-bottom: 0;
}
.ol {
  line-height: 0;
}

.fh5co-card-body ul {
  margin-bottom: 0;
}

.fh5co-card-body .list:last-child,
.group .list:last-child {
  margin-bottom: 0;
}

.list {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
}
.list li {
  margin: 0 0 0 2.2rem;
  text-indent: -2.2rem;
}
.list li:last-child {
  margin: 0 0 0 2.2rem;
}
.list li .list {
  list-style-type: circle;
}
.list li .list li .list {
  list-style-type: square;
}
.list li a .fas {
  display: inherit;
}

.list-check {
  list-style-type: none;
}
.list-check li,
.list-check li:last-child {
  margin: 0 0 0 2.7rem;
  text-indent: -2.7rem;
}
.list-check li::before {
  color: #666;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  padding-right: 1rem;
}

.list-decimal {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
  padding: 0;
}
.list-none li {
  margin: 0;
  text-indent: 0;
}
.list-none li:last-child {
  margin: 0;
}

.list-note {
  color: #666;
  font-size: 1.2rem;
  list-style-type: none;
}
.list-note li {
  margin: 0 0 0 1.6rem;
  text-indent: -1.6rem;
}
.list-note li::before {
  content: "※";
  padding-right: .5rem;
}

ul.list--2clm {
  overflow: hidden;
}

ul.list--2clm li {
  float: left;
  width: 43%;
  margin: 0 0 0 7%;
}

ul.list--2clm li:last-child {
  margin: 0 0 0 7%;
}

/* ===================================================================== */
/* owl override style */
/* ===================================================================== */
.owl-carousel {
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #228abf;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #228abf;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #228abf;
}

/* ===================================================================== */
/* typography */
/* ===================================================================== */
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0 0 2rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333;
}

.h1 {
  line-height: 5.1rem;
  font-size: 3.5rem;
  color: #fff;
}

.h1--small {
  line-height: 4.9rem;
  font-size: 3.4rem;
  color: #fff;
}

.h2 {
  line-height: 4.4rem;
  font-size: 3rem;
}

.h2--english {
  line-height: 5.7rem;
  font-size: 4.2rem;
}

.h3 {
  line-height: 4.3rem;
  font-size: 2.8rem;
}

.h3--small {
  line-height: 3.9rem;
  font-size: 2.4rem;
}

.h3--black {
  background-color: #333;
  margin-bottom: 0;
  padding: 1rem;
  color: #fff;
}

.h4 {
  line-height: 3.9rem;
  font-size: 2.4rem;
}

.h4--small {
  line-height: 3.5rem;
  font-size: 2rem;
}

.h5 {
  line-height: 3.5rem;
  font-size: 2rem;
}

.col-lg-12.col-md-12.col-sm-12 > .heading-h2,
.col-lg-12.col-md-12.col-sm-12 > .heading-h3 {
  margin: 0;
}

.heading-h1,
.heading-h2,
.heading-h2-english,
.heading-h3 {
  font-weight: bold;
}

.heading-h2,
.heading-h2-english,
.heading-h3 {
  color: #333;
}

.heading-h2,
.heading-h2-english {
  margin: 0 0 3rem;
}

.heading-h3,
.heading-h3-english,
.heading-h4,
.heading-h4-english {
  margin: 0 0 2rem;
}

.heading-h2-bar,
.heading-h3-bar {
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 1.5rem;
  text-align: center;
}

.heading-h1 {
  color: #fff;
  font-size: 4rem;
  margin: 0;
  text-align: center;
}

.heading-h2 {
  font-size: 3rem;
}

.heading-h3 {
  font-size: 2rem;
}

.heading-h4 {
  font-size: 1.6rem;
}

.heading-h2-english,
.heading-h3-english,
.heading-h4-english {
  font-family: 'Kaushan Script', cursive;
  letter-spacing: 0;
}

.heading-h2-english {
  font-size: 4rem;
  line-height: 1.2;
}

.heading-h3-english {
  font-size: 3rem;
}

.heading-h4-english {
  font-size: 2rem;
}

.heading-h1_small,
.heading-h2_small,
.heading-h3_small,
.heading-h4_small {
  display: block;
}

.heading-h1_small {
  font-size: 2rem;
}

.heading-h2_small {
  font-size: 2rem;
}

.heading-h3_small {
  font-size: 1.6rem;
}

.heading-h4_small {
  font-size: 1.2rem;
}

.subtitle {
  line-height: 1.5em;
  font-size: .5em;
  font-weight: bold;
}

.font-english {
  font-family: 'Kaushan Script', cursive;
  letter-spacing: 0;
}

.link-nochange-color,
.link-nochange-color:hover {
  color: inherit;
}

.link-text {
  border-bottom: 1px #039 dotted;
  color: #039;
}
.link-text:hover,
.link-nochange-color:hover .link-text {
  border-bottom: 1px #096 solid;
  color: #096;
}

.strong-text {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h1 {
    line-height: 4.7rem;
    font-size: 3.2rem;
    color: #fff;
  }

  .h1--small {
    color: #fff;
    font-size: 3rem !important;
    line-height: 4.5rem !important;
    padding-top: 1rem;
  }

  .h2 {
    line-height: 4.3rem;
    font-size: 2.8rem;
  }

  .h2--english {
    line-height: 5.3rem;
    font-size: 3.8rem;
  }

  .h3 {
    line-height: 3.9rem;
    font-size: 2.4rem;
  }

  .h3--small {
    line-height: 3.5rem;
    font-size: 2rem;
  }

  .h4 {
    line-height: 3.5rem;
    font-size: 2rem;
  }

  .h4--small {
    line-height: 3.1rem;
    font-size: 1.6rem;
  }

  .h5 {
    line-height: 3.1rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .heading-h1 {
    font-size: 2.4rem;
  }
  .heading-h1_small {
    font-size: 1.4rem;
  }
}

/* ===================================================================== */
/* common */
/* ===================================================================== */
.bc-gray {background-color: #878787;}
.bc-gray-light {background-color: #ebebeb;}
.bc-yellow {background-color: #ffdc66;}
.c-gray {color: #666;}
.c-red {color: #C53939;}
.c-white {color: #fff;}
.fw-bold {font-weight: bold;}
.ta-center {text-align: center;}
.w-100 {width: 100%;}
.only-mobile-show {display: none;}

@media screen and (max-width: 428px) {
  .only-mobile-show {display: block;}
  .only-pc-show {display: none;}
}