@charset "UTF-8";
/*!
Theme Name: Cocoon Child for KROW
Description: Cocoon専用の子テーマ（KROW用）
Theme URI: https://wp-cocoon.com/
Author: KROW
Author URI: https://krow.co.jp/
Template:   cocoon-master
Version:    1.0.0
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

ul.side-widget-bnr {
	list-style-type: none !important;
}

/* ==========================================================================
  Base
========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
}

.cont-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  .cont-inner {
    max-width: 90%;
  }
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

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

.hide {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.moves {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.m-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 86%;
  margin: 0 auto;
}

.top-cont {
  padding: 80px 0;
  text-align: center;
}
/* 
h3 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

h3:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  h3:before {
    bottom: -15px;
  }
} */

.none {
  display: none;
}

/* ==========================================================================
    Link
  ========================================================================== */
a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: .7;
  }
}

a:hover, a img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn {
  display: block;
  position: relative;
  height: 35px;
  line-height: 32px;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #595959;
  border-radius: 5px;
}

.btn:hover {
  opacity: 0.7;
}

/* ==========================================================================
 header
========================================================================== */
.krow-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .krow-header {
    height: 60px;
  }
}

.header-inner {
  position: relative;
  width: 96%;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header-inner {
    display: none;
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0;
    width: 100%;
    background: #ffffffed;
    height: auto;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .header-left {
    display: block;
  }
}

.header-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .header-left ul {
    display: block;
  }
}

.header-left ul li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .header-left ul li {
    width: 100%;
    margin: 0;
  }
}

.header-left ul li a {
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .header-left ul li a {
    display: block;
    padding: 20px 0 0;
    width: 100%;
    color: #31a8a6;
    text-align: center;
    font-weight: bold;
  }
}

.header-left ul li a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  width: calc(100% - 62px);
  height: 2px;
  margin: auto;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  background: #31a8a6;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.header-left ul li a:hover {
  color: #31a8a6;
}

.header-left ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-left ul li a .nav-icon {
  width: 15px;
  margin-left: 5px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    width: 100%;
  }
}

.header-right .border-r {
  border-right: solid 1px #000;
}

@media screen and (max-width: 767px) {
  .header-right .border-r {
    border-right: solid 1px #31a8a6;
  }
}

@media screen and (max-width: 767px) {
  .header-right .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }
}

.header-right .header-login {
  height: 25px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
  line-height: 25px;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-right .header-login {
    height: 35px;
    line-height: 35px;
    width: 50%;
    margin: 0 auto;
    color: #31a8a6;
  }
}

.header-right .header-login:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header-right .link-btn {
    height: 35px;
    line-height: 35px;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.header-logo {
  display: block;
  height: 30px;
  margin-right: 15px;
  line-height: 1;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .header-logo {
    height: 40px;
    margin: 10px 0 0 10px;
  }
}

.header-logo img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .header-logo img {
    height: 80%;
    width: auto;
  }
}

.header-artfield {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .header-artfield {
    margin-right: 20px;
  }
}

.menu {
  position: fixed;
  cursor: pointer;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}

.menu span {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #31a8a6;
  position: absolute;
  width: 32px;
  height: 2px;
  left: 14px;
}

.menu span:nth-child(1) {
  top: 20px;
}

.menu span:nth-child(2) {
  top: 28px;
}

.menu span:nth-child(3) {
  top: 36px;
  width: 20px;
}

.active span {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.active span:nth-child(1), .active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.active span:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 28px;
}

.active span:nth-child(2) {
  display: none;
}

.active span:nth-child(3) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 32px;
  top: 28px;
}

/* =====================================
TOP MV
====================================== */
.mv-area .mv-inner {
  max-width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .mv-area .mv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 30px auto;
  }
}

.mv-area .mv-text {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .mv-area .mv-text {
    margin: 0;
    max-width: 100%;
  }
}

.mv-area .mv-text p {
  margin-top: 30px;
}

.mv-area .mv-text .mv-btn-area {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .mv-area .mv-text .mv-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv-area .mv-text .mv-btn-area .mv-register {
  background-color: #e5e600;
  color: #000;
  width: 45%;
  margin-right: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv-area .mv-text .mv-btn-area .mv-register {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.mv-area .mv-text .mv-btn-area .mv-login {
  background-color: #31a8a6;
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv-area .mv-text .mv-btn-area .mv-login {
    width: 90%;
    margin: 0 auto;
  }
}

.mv-area .mv-text .mv-btn-area .mv-link {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  margin-top: 30px;
}

.mv-area .mv-text .mv-btn-area .mv-link::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .mv-area .mv-text .mv-btn-area .mv-link {
    width: 60%;
    margin: 20px auto 0;
  }
}

.mv-area .mv-img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .mv-area .mv-img {
    width: 100%;
  }
}

/* =====================================
TOP about
====================================== */
.about {
  background-image: url(../img/about_bg.png);
  background-size: cover;
}

.about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-cont .about-img {
  width: 45%;
}

.about-cont .about-img img {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .about-cont .about-img {
    width: 100%;
    text-align: center;
  }
  .about-cont .about-img img {
    width: 80%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .about-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-cont .about-text {
  width: 52%;
  margin-top: 80px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about-cont .about-text {
    width: 100%;
    margin-top: 10px;
  }
}

.about-cont .about-text .about-lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .about-cont .about-text .about-lead {
    text-align: center;
  }
}

.about-btn {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background-color: #ffffff00;
  border: 1px solid #fff;
  height: 40px;
  line-height: 38px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
}

.about-btn::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.about-btn:hover {
  color: #9e75af;
  opacity: 1;
}

.about-btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* =====================================
 job-list
====================================== */
.job-list {
  max-width: 890px;
  margin: 0 auto;
}

.job-list .job-h3 {
  color: #31a8a6;
}

.job-list .job-h3::before {
  background-color: #31a8a6;
}

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

.job-list ul li {
  width: 45%;
  border: solid 1px #000;
  border-radius: 10px;
  position: relative;
}

.job-list ul li:hover {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.job-list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .job-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.job-list ul li .img-area img {
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 10px 10px 0 0;
}

.job-list ul li .text-area {
  color: #000;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .job-list ul li .text-area {
    padding: 10px;
  }
}

.job-list ul li .jpb-tag {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 15px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

.job-list ul li .job-ttl {
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .job-list ul li .job-ttl {
    font-size: 15px;
    line-height: 1.3;
  }
}

.job-list ul li .job-text {
  position: relative;
  height: 100px;
  overflow: hidden;
  padding-right: 8px;
}

.job-list ul li .job-text::after {
  content: "…";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.job-list .jpb-list-l {
  margin: 50px auto 0;
}

.job-list .jpb-list-s {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .job-list .jpb-list-s {
    margin: 30px auto;
  }
}

.job-list .jpb-list-s li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .job-list .jpb-list-s li {
    width: 48%;
  }
}

.job-list .tag-01 {
  background-color: #31a8a6;
}

.job-list .tag-02 {
  background-color: #9e75af;
}

.job-list .job-list-btn {
  width: 500px;
  margin: 50px auto 0;
  height: 60px;
  font-size: 18px;
  line-height: 3;
  color: #000;
  background-color: #e5e600;
  border: 2px solid #e5e600;
}

.job-list .job-list-btn::after {
  background: #fff;
}

.job-list .job-list-btn:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .job-list .job-list-btn {
    width: 100%;
  }
}

/* =====================================
FAQ
===================================== */
.faq {
  background-color: #f3f3f3;
}

.faq .faq-cont {
  border-bottom: 1px solid #31a8a6;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .faq .faq-cont {
    margin-top: 20px;
  }
}

.faq .faq-h3 {
  color: #31a8a6;
}

.faq .faq-h3::before {
  background-color: #31a8a6;
}

.faq .faq-ttl {
  position: relative;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

.faq .faq-ttl .faq-item {
  color: #31a8a6;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .faq .faq-ttl .faq-item {
    font-size: 15px;
    width: 90%;
  }
}

.faq .faq-ttl .faq-item:hover {
  cursor: pointer;
}

.faq .acc-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .faq .acc-btn {
    bottom: 15px;
    height: 20px;
    width: 20px;
    top: 0;
  }
}

.faq .acc-btn .btn-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Helvetica;
  font-size: 12px;
}

.faq .btn-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .faq .btn-icon {
    width: 20px;
    height: 20px;
  }
}

.faq .btn-icon p {
  position: absolute;
  background: #31a8a6;
}

.faq .btn-icon p:first-child {
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .faq .btn-icon p:first-child {
    height: 20px;
  }
}

.faq .btn-icon p:last-child {
  top: 15px;
  left: 10px;
  width: 30px;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .faq .btn-icon p:last-child {
    width: 20px;
    top: 10px;
    left: 0px;
  }
}

.faq .acc-active {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(45deg) translate(-7px, 0);
          transform: rotate(45deg) translate(-7px, 0);
}

@media screen and (max-width: 767px) {
  .faq .acc-active {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
  }
}

.faq .faq-text {
  max-width: 1200px;
  margin: 0 auto 20px;
  display: none;
}

/* =====================================
NEWS
====================================== */
.news {
  background: -webkit-gradient(linear, left bottom, left top, from(#9e75af), to(#31a8a6));
  background: linear-gradient(0deg, #9e75af 0%, #31a8a6 100%);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news ul {
    margin-top: 20px;
  }
}

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

.news ul li a {
  color: #fff;
  font-size: 16px;
}

.news .news-btn {
  background-color: #ffffff00;
  border: 1px solid #fff;
  height: 40px;
  line-height: 38px;
  margin: 30px auto 0;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .news .news-btn {
    width: 100%;
  }
}

/* =====================================
 footer
===================================== */
.footer-bottom {
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.footer-bottom small {
  font-size: 10px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-list {
  width: 200px;
  text-align: left;
  border-left: solid #fff 1px;
  margin-left: 15px;
  padding-left: 20px;
  height: 150px;
}

.footer-list li a {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer-list li a {
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
  }
}

@media screen and (max-width: 767px) {
  .footer-list {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    height: auto;
    margin-bottom: 10px;
  }
}

.footer-logo {
  width: 150px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* ==========================================================================
login
 ===========================================================================*/
#login {
  background: -webkit-gradient(linear, left bottom, left top, from(#9e75af), to(#31a8a6));
  background: linear-gradient(0deg, #9e75af 0%, #31a8a6 100%);
  min-height: 100vh;
}

#login footer {
  background: none;
}

.login-form .form-wrapper {
  background: #fafafa;
  margin: 8em auto 1em;
  padding: 0 1em;
  max-width: 370px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .login-form .form-wrapper {
    max-width: 90%;
    margin: 15% auto 10px;
  }
}

.login-form h1 {
  text-align: center;
  padding: 1em 0;
}

.login-form h1 img {
  margin: 20px auto;
  width: 200px;
}

.login-form form {
  padding: 0 1.5em;
}

.login-form .form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.login-form .form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #d4e8e7;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
}

.login-form .form-item input:focus {
  border-bottom: 2px solid #31a8a6;
  outline: none;
}

.login-form .button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.login-form .button-panel .button {
  background: #ffffff00;
  border-radius: 5px;
  border: 1px solid #31a8a6;
  color: #31a8a6;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.login-form .button-panel .button:hover {
  background: #31a8a6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .login-form .button-panel .button {
    width: 100%;
    background-color: #31a8a6;
    color: #fff;
  }
}

.login-form .form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.login-form .form-footer p {
  margin-bottom: 10px;
}

.login-form .form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.login-form .form-footer a:hover {
  color: #31a8a6;
  border-bottom: 1px dotted #31a8a6;
}

.about-btn {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background-color: #ffffff00;
  border: 1px solid #fff;
  height: 40px;
  line-height: 38px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
}

.about-btn::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.about-btn:hover {
  opacity: 1;
}

.about-btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ==========================================================================
 privacy policy
========================================================================== */
#privacy .privacy-cont {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #privacy .privacy-cont {
    margin-bottom: 50px;
  }
}

#privacy .privacy-cont:last-child {
  margin-bottom: 0;
}

#privacy .privacy-ttl h3 {
  margin-bottom: 20px;
  color: #31a8a6;
}

#privacy .privacy-ttl h3::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #privacy .privacy-ttl h3 {
    font-size: 20px;
  }
}

#privacy .privacy-ttl .right {
  text-align: right;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #privacy .privacy-ttl .right {
    margin-bottom: 20px;
  }
}

#privacy .privacy-list {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #privacy .privacy-list {
    margin-top: 30px;
  }
}

#privacy .privacy-list li {
  margin-bottom: 30px;
}

#privacy .privacy-list li .item {
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #31a8a6;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #privacy .privacy-list li .item {
    font-size: 16px;
  }
}

#privacy .privacy-list li .item-inner-list {
  margin-top: 0;
  margin-left: 18px;
}

#privacy .privacy-list li .item-inner-list li {
  margin-bottom: 0;
  list-style-type: disc;
}

/* ==========================================================================
 contact
========================================================================== */
#contact .contact-cont {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #contact .contact-cont {
    margin-bottom: 50px;
  }
}

#contact .contact-cont:last-child {
  margin-bottom: 0;
}

#contact .contact-ttl h3 {
  margin-bottom: 20px;
  color: #31a8a6;
}

#contact .contact-ttl h3::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #contact .contact-ttl h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

#contact .contact-table {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #contact .contact-table tr, #contact .contact-table td {
    display: block;
    width: 100%;
  }
}

#contact .contact-item,
#contact .contact-body {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #contact .contact-item,
  #contact .contact-body {
    padding: 10px;
    border-bottom: none;
  }
}

#contact .contact-item {
  text-align: left;
  width: 30%;
  vertical-align: middle;
  font-weight: 900;
}

#contact .contact-item span {
  background: #31a8a6;
  padding: 0.3rem;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 0.8rem;
}

#contact .contact-body {
  width: 70%;
}

#contact .form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background: #d4e8e7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
}

#contact .form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#contact .contact-submit {
  width: 350px;
  background-color: #fff;
  color: #31a8a6;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 1px solid #31a8a6;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#contact .contact-submit:hover {
  background: #31a8a6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #contact .contact-submit {
    width: 100%;
    background-color: #31a8a6;
    color: #fff;
  }
}

/* ==========================================================================
 tob
========================================================================== */
#tob {
  /* =====================================
     tob_header
    ===================================== */
  /* =====================================
    tob_ MV
    ====================================== */
  /* =====================================
    tob_ about
    ====================================== */
  /* =====================================
    tob_ reason
    ====================================== */
  /* =====================================
    tob_ case
    ====================================== */
  /* =====================================
    tob_ case-ex
    ====================================== */
  /* =====================================
    tob_ case-hr
    ====================================== */
  /* =====================================
    tob_ step
    ====================================== */
  /* =========================
    tob_ FAQ
    ========================== */
  /* ==============================
    tob_ NEWS
    ============================== */
  /* ==========================================================================
Job page
========================================================================== */
}

#tob .krow-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #tob .krow-header {
    height: 60px;
  }
}

#tob .header-inner {
  position: relative;
  width: 96%;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #tob .header-inner {
    display: none;
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0;
    width: 100%;
    background: #ffffffed;
    height: auto;
  }
}

#tob .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #tob .header-left {
    display: block;
  }
}

#tob .header-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #tob .header-left ul {
    display: block;
  }
}

#tob .header-left ul li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  #tob .header-left ul li {
    width: 100%;
    margin: 0;
  }
}

#tob .header-left ul li a {
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #tob .header-left ul li a {
    display: block;
    padding: 20px 0 0;
    width: 100%;
    color: #1c8ff4;
    text-align: center;
    font-weight: bold;
  }
}

#tob .header-left ul li a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  width: calc(100% - 62px);
  height: 2px;
  margin: auto;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  background: #1c8ff4;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

#tob .header-left ul li a:hover {
  color: #1c8ff4;
}

#tob .header-left ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#tob .header-left ul li a .nav-icon {
  width: 15px;
  margin-left: 5px;
}

#tob .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #tob .header-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    width: 100%;
  }
}

#tob .header-right .border-r {
  border-right: solid 1px #000;
}

@media screen and (max-width: 767px) {
  #tob .header-right .border-r {
    border-right: solid 1px #1c8ff4;
  }
}

@media screen and (max-width: 767px) {
  #tob .header-right .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }
}

#tob .header-right .header-login {
  height: 25px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
  line-height: 25px;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #tob .header-right .header-login {
    height: 35px;
    line-height: 35px;
    width: 50%;
    margin: 0 auto;
    color: #1c8ff4;
  }
}

#tob .header-right .header-login:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #tob .header-right .link-btn {
    height: 35px;
    line-height: 35px;
    width: 80%;
    margin: 0 auto 20px;
  }
}

#tob .header-logo {
  display: block;
  height: 30px;
  margin-right: 15px;
  line-height: 1;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #tob .header-logo {
    height: 40px;
    margin: 10px 0 0 10px;
  }
}

#tob .header-logo img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 767px) {
  #tob .header-logo img {
    height: 100%;
    width: auto;
  }
}

#tob .header-artfield {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  #tob .header-artfield {
    margin-right: 20px;
  }
}

#tob .menu {
  position: fixed;
  cursor: pointer;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  #tob .menu {
    display: none;
  }
}

#tob .menu span {
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #1c8ff4;
  position: absolute;
  width: 32px;
  height: 2px;
  left: 14px;
}

#tob .menu span:nth-child(1) {
  top: 20px;
}

#tob .menu span:nth-child(2) {
  top: 28px;
}

#tob .menu span:nth-child(3) {
  top: 36px;
  width: 20px;
}

#tob .active span {
  -webkit-transition: all .2s;
  transition: all .2s;
}

#tob .active span:nth-child(1), #tob .active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

#tob .active span:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 28px;
}

#tob .active span:nth-child(2) {
  display: none;
}

#tob .active span:nth-child(3) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 32px;
  top: 28px;
}

#tob .mv-area .mv-inner {
  max-width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 10px auto 30px;
  }
}

#tob .mv-area .mv-text {
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-text {
    margin: 0;
    max-width: 100%;
  }
}

#tob .mv-area .mv-text p {
  margin-top: 30px;
}

#tob .mv-area .mv-text p span {
  font-size: 20px;
  font-weight: 900;
}

#tob .mv-area .mv-text .mv-btn-area {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-text .mv-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

#tob .mv-area .mv-text .mv-btn-area .mv-register {
  background-color: #e5e600;
  width: 45%;
  margin-right: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-text .mv-btn-area .mv-register {
    width: 90%;
    margin: 0 auto 20px;
  }
}

#tob .mv-area .mv-text .mv-btn-area .mv-login {
  background-color: #1c8ff4;
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-text .mv-btn-area .mv-login {
    width: 90%;
    margin: 0 auto;
  }
}

#tob .mv-area .mv-text .mv-btn-area .mv-link {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  margin-top: 30px;
}

#tob .mv-area .mv-text .mv-btn-area .mv-link::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-text .mv-btn-area .mv-link {
    width: 60%;
    margin: 20px auto 0;
  }
}

#tob .mv-area .mv-img {
  width: 35%;
}

@media screen and (max-width: 767px) {
  #tob .mv-area .mv-img {
    width: 100%;
  }
}

#tob .about {
  background-image: url(../../assets/img/tob_about_bg.jpg);
  background-size: cover;
}

#tob .about-cont {
  margin: 0 auto;
}

#tob .about-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #tob .about-cont ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tob .about-cont ul li {
  width: 28%;
  margin: 50px 0 0;
  text-align: center;
  color: #fff;
}

#tob .about-cont ul li img {
  height: 220px;
  width: auto;
  margin: 0 auto;
}

#tob .about-cont ul li .about-lead {
  font-size: 18px;
  margin: 20px auto 10px;
  font-weight: 800;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #tob .about-cont ul li .about-lead {
    text-align: center;
  }
}

#tob .about-cont ul li p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #tob .about-cont ul li {
    width: 100%;
  }
}

#tob .about-btn {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background-color: #ffffff00;
  border: 1px solid #fff;
  height: 40px;
  line-height: 38px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
}

#tob .about-btn::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

#tob .about-btn:hover {
  opacity: 1;
}

#tob .about-btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#tob .reason h3 {
  color: #1c8ff4;
}

#tob .reason h3::before {
  background-color: #1c8ff4;
}

#tob .reason .reason-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #tob .reason .reason-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tob .reason .reason-cont img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #tob .reason .reason-cont img {
    width: 100%;
  }
}

#tob .reason .reason-cont .txt-area {
  width: 50%;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #tob .reason .reason-cont .txt-area {
    width: 100%;
    margin-left: 0;
  }
}

#tob .reason .reason-cont .txt-area .lead {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #tob .reason .reason-cont .txt-area .lead {
    font-size: 18px;
    margin: 20px auto;
  }
}

#tob .case {
  background-image: url(../../assets/img/tob_bg_circle.jpg);
  background-size: cover;
}

#tob .case h3 {
  color: #1c8ff4;
}

#tob .case h3::before {
  background-color: #1c8ff4;
}

#tob .case .case-cont {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #tob .case .case-cont {
    font-size: 16px;
  }
}

#tob .case .case-lead {
  font-weight: 900;
  margin: 30px auto 10px;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  #tob .case .case-lead {
    font-size: 20px;
  }
}

#tob .case-ex {
  background-color: #f3f3f3;
}

#tob .case-ex h3 {
  color: #1c8ff4;
}

#tob .case-ex h3::before {
  background-color: #1c8ff4;
}

#tob .case-ex .case-ex-cont {
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont {
    margin: 50px auto 0;
  }
}

#tob .case-ex .case-ex-cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tob .case-ex .case-ex-cont ul li .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#31a8a6), to(#1c8ff4));
  background: linear-gradient(90deg, #31a8a6 0%, #1c8ff4 100%);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  padding: 10px 5px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont ul li .ttl {
    font-size: 17px;
    text-align: left;
    line-height: 1.5;
  }
}

#tob .case-ex .case-ex-cont ul li .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont ul li .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tob .case-ex .case-ex-cont ul li .cont img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont ul li .cont img {
    width: 100%;
  }
}

#tob .case-ex .case-ex-cont ul li .cont .text-area {
  width: 670px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont ul li .cont .text-area {
    width: 100%;
    margin-left: 0;
  }
}

#tob .case-ex .case-ex-cont ul li .cont .text-area .name {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #tob .case-ex .case-ex-cont ul li .cont .text-area .name {
    font-size: 18px;
    margin: 10px auto 5px;
  }
}

#tob .btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  #tob .btn-set {
    width: 100%;
  }
}

#tob .btn-set .register {
  width: 45%;
  margin-right: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #tob .btn-set .register {
    width: 100%;
    margin: 0 auto 20px;
  }
}

#tob .btn-set .login {
  background-color: #1c8ff4;
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #tob .btn-set .login {
    width: 100%;
    margin: 0 auto;
  }
}

#tob .case-hr h3 {
  color: #1c8ff4;
}

#tob .case-hr h3::before {
  background-color: #1c8ff4;
}

#tob .case-hr .case-hr-cont .ttl {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #1c8ff4;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #1c8ff4;
}

#tob .case-hr .case-hr-cont .case-hr-comp {
  margin: 50px auto;
}

#tob .case-hr .case-hr-cont .case-hr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #tob .case-hr .case-hr-cont .case-hr-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tob .case-hr .case-hr-cont .case-hr-list ul li {
  width: 45%;
}

@media screen and (max-width: 767px) {
  #tob .case-hr .case-hr-cont .case-hr-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

#tob .case-hr .case-hr-cont .case-hr-list ul li:last-child {
  margin-bottom: 0;
}

#tob .case-hr .case-hr-cont .case-hr-list ul li .list-ttl {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  padding-left: 10px;
  background-color: #1c8ff4;
}

@media screen and (max-width: 767px) {
  #tob .case-hr .case-hr-cont .case-hr-list ul li .list-ttl {
    font-size: 18px;
  }
}

#tob .case-hr .case-hr-cont .case-hr-list ul li img {
  width: 100%;
  margin: 20px auto;
}

#tob .case-hr .case-hr-cont .case-hr-list ul li .lead {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #tob .case-hr .case-hr-cont .case-hr-list ul li .lead {
    font-size: 16px;
  }
}

#tob .case-hr-btn {
  display: block;
  width: 350px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #1c8ff4;
  border-radius: 5px;
  background-color: #ffffff00;
  border: 1px solid #1c8ff4;
  height: 40px;
  line-height: 38px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #tob .case-hr-btn {
    width: 100%;
    margin: 0 auto 20px;
  }
}

#tob .case-hr-btn::after {
  background: -webkit-gradient(linear, left top, right top, from(#31a8a6), to(#1c8ff4));
  background: linear-gradient(90deg, #31a8a6 0%, #1c8ff4 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

#tob .case-hr-btn:hover {
  color: #fff;
  opacity: 1;
}

#tob .case-hr-btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#tob .step {
  background-image: url(../../assets/img/tob_bg_step.jpg);
  background-size: cover;
}

#tob .step h3 {
  color: #1c8ff4;
}

#tob .step h3::before {
  background-color: #1c8ff4;
}

#tob .step-inner .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #tob .step-inner .arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#tob .step-inner .arrow p {
  width: 0;
  height: 0;
  border-left: 20px solid #1c8ff4;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  #tob .step-inner .arrow p {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#tob .step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #tob .step-inner {
    display: block;
    margin-top: 30px;
  }
}

#tob .step-cont {
  position: relative;
  width: 20%;
  margin-top: 70px;
  border: 4px solid #1c8ff4;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #tob .step-cont {
    width: 100%;
    margin-top: 0px;
  }
}

#tob .step-cont .step-ttl {
  width: 120px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -60px;
}

#tob .step-cont h4 {
  background-color: #1c8ff4;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 20px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #tob .step-cont h4 {
    font-size: 18px;
    height: auto;
  }
}

#tob .step-cont h4 span {
  font-size: 16px;
  font-weight: 900;
}

#tob .step-cont p {
  padding: 15px 10px 15px 15px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

#tob .step-contact-btn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  max-width: 600px;
  margin: 80px auto 0;
  height: 80px;
  line-height: 80px;
  border-radius: 4px;
  border: none;
}

@media screen and (max-width: 767px) {
  #tob .step-contact-btn {
    font-size: 16px;
    margin: 40px auto 0;
    max-width: 80%;
    height: 50px;
    line-height: 50px;
  }
}

#tob .faq .faq-cont {
  border-bottom: 1px solid #1c8ff4;
}

#tob .faq .faq-h3 {
  color: #1c8ff4;
}

#tob .faq .faq-h3::before {
  background-color: #1c8ff4;
}

#tob .faq .faq-ttl .faq-item {
  color: #1c8ff4;
}

#tob .faq .btn-icon p {
  background: #1c8ff4;
}

#tob .news {
  background: -webkit-gradient(linear, left bottom, left top, from(#31a8a6), to(#1c8ff4));
  background: linear-gradient(0deg, #31a8a6 0%, #1c8ff4 100%);
  color: #fff;
}

#tob .news .news-btn:hover {
  color: #31a8a6;
}

#tob .job-cont {
  background: #fff;
}

#tob .job-inner {
  background-color: #fff;
}

#tob .job-inner h4 {
  font-size: 25px;
  font-weight: 900;
  color: #31a8a6;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #tob .job-inner h4 {
    font-size: 20px;
  }
}

#tob .job-inner .txt-area p {
  font-size: 16px;
}

#tob .job-inner .job-sub-ttl {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background: #31a8a6;
  background: -webkit-gradient(linear, left top, right top, from(#31a8a6), to(#9e75af));
  background: linear-gradient(90deg, #31a8a6 0%, #9e75af 100%);
}

#tob .job-inner .job-btn {
  width: 500px;
  margin: 50px auto 0;
  color: #000;
  font-size: 18px;
  line-height: 3.2;
  height: 60px;
  background-color: #e5e600;
}

#tob .job-inner .job-btn::after {
  background: #e45502;
}

#tob .job-inner .job-btn:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #tob .job-inner .job-btn {
    width: 100%;
  }
}

.sidebar h2, .sidebar h3 {
  position: relative;
  text-align: center;
  color: #31a8a6;
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 15px;
  background: none;
}

.sidebar h2::before, .sidebar h3::before {
  content: none;
}

.sidebar h2::after, .sidebar h3::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#9e75af), to(#31a8a6));
  background: linear-gradient(-90deg, #9e75af 0%, #31a8a6 100%);
  margin: 16px 0;
}

.side-widget-bnr {
  padding: 0 30px;
}

.side-widget-bnr li {
  margin: 0 auto 15px;
}

.side-widget-bnr li:last-child {
  margin: 0 auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/*# sourceMappingURL=style.css.map */