@charset "UTF-8";
/* Reset styles
 * ================================================================================= */
@import url(https://fonts.googleapis.com/css?family=Gelasio|Ibarra+Real+Nova|Sawarabi+Mincho&display=swap);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all ease 0.5s;
}

input[type="submit"],
input[type="submit"]:hover {
  transition: all ease 0.5s;
}

a:hover,
a:active,
a:visited {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all ease 0.5s;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* Base styles
 * ================================================================================= */
body {
  font-size: 14px;
  color: #323232;
  letter-spacing: .1em;
}

body, table, th, td, input, textarea, select, a {
  font-family: 'M PLUS Rounded 1c', 'Exo 2';
}

a {
  text-decoration: none;
  color: #323232;
  outline: none;
}

a:hover {
  color: #777777;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a[href^="tel:"] {
  cursor: default;
}

img {
  border: none;
}

.dn-pc {
  display: block;
}

.dn-sp {
  display: none;
}

/* Header styles
 * ================================================================================= */
.header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 40;
  padding: 10px 0 10px 10px;
  background-color: rgba(255,255,255,.6);
}
.header > h1 {
    position: absolute;
    left: 9%;
    margin-top: -7px;
}
.header > h1 > a {
    display: block;
    width: 220px;
    margin: 0 auto;
}
.header > h1 img {
  width: 100%;
}
.header > h1 p {
  width: 230px;
  line-height: 1.2;
  margin-top: 4px;
  margin-left: 6px;
  letter-spacing: -.4px;
  font-size: 14px;
  font-weight: bold;
}
.header > h1 p > span {
  font-size: 18px;
  font-weight: bold;
}

.menu-trigger-header {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 5px;
  float: left;
}
.menu-trigger-header span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.menu-trigger-header span {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #333;
}
.menu-trigger-header span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger-header span:nth-of-type(2) {
  top: 9px;
  left: 0;
}
.menu-trigger-header span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.menu-trigger-header:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 34px;
  height: 34px;
  margin: -22px 0 0 -21px;
  border-radius: 50%;
  border: 4px solid transparent;
  transition: all .75s;
}

/* Cart Trigger */
.ec-headerNaviRole__right {
  float: right;
  width: 112px;
}
.account-trigger {
  margin-top: 1px;
  display: inline-block;
}
.fa-sign-in-alt:before,
.fa-sign-out-alt:before {
    font-size: 22px;
}
.login-trigger {
  margin-left: 15px;
  display: inline-block;
}
.account-trigger > span,
.login-trigger > span {
  display: none;
}
.fa-user:before {
  font-size: 20px;
}
.cart-trigger {
  margin: 2px 0 0 13px;
  display: inline-block;
}
.ec-cartNavi {
  padding: 0;
}
.fa-cart-plus {
  position: relative;
}
.fa-cart-plus:before {
  font-size: 20px;
}
.ec-cartNaviIsset {
  display: inherit;
  top: 40px;
  right: -100%;
  width: 90%;
  transition: .5s ease-in-out;
}
.ec-cartNaviIsset.is-active {
  display: inherit;
  overflow-y: scroll;
  scrollbar-face-color: #999;
  scrollbar-track-color: #eee;
  -webkit-overflow-scrolling: touch;
  top: 40px;
  bottom: 0;
  right: 0;
  height: calc(100vh - 40px);
}
.ec-cartNavi .ec-cartNavi__badge {
  padding: 5px 5px 4px 3px;
  height: 16px;
  letter-spacing: -.4px;
}

/* Header Nav */
.nav {
  width: 100%;
  box-sizing: border-box;
}
#global-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -100%;
  width: 90%;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 40px;
  transition: .5s ease-in-out;
  background: #fff;
}
.cart-toggle-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 2px;
}
.fa-times {
  font-size: 26px;
}
.menu-nav {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #fff;
}
.menu-open .menu-nav {
  display: block;
}
.menu-nav .fa-times {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 26px;
}
.global-menu {
  padding-top: 40px;
}
.global-menu a {
  display: block;
  padding: 18px 0 16px;
  text-align: center;
}



}
#global-nav li {
  opacity: .9;
  display: inherit;
  background: #fff;
}
#global-nav li + li {
  border-top: 1px solid #fff;
}
/*#global-nav li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 1.3;
  padding: 15px 15px 13px 55px;
  text-align: left;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
#global-nav li > a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.open #global-nav {
  right: 0;
}
#global-nav .global-nav-inner > li {
  margin-left: 20px;
  border-top: 1px dashed #efedec;
}
#global-nav .global-nav-inner > li a {
  padding-left: 35px;
}
.header.open {
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 110;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height:100%;
  -webkit-overflow-scrolling: touch;
}
.global-nav a > span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
#global-nav .global-nav-s > a {
  width: 40%;
  margin-left: auto;
  padding: 15px 0 13px;
}
.slick-dots li button:before {
  top: 5px !important;
  left: 5px !important;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #333;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-more {
  display: block;
  width: 300px;
  height: 44px;
  line-height: 44px;
  margin: 20px auto;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
.btn-more svg,
.btn-more svg rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: transparent;
}
.btn-more svg rect {
  stroke: #00e2ff;
  stroke-width: 4;
  transition: 2s;
  stroke-dasharray: 44 300;
  stroke-dashoffset: 388;
}
.btn-more:hover svg rect {
  stroke: #ff0;
  stroke-dasharray: 300 44;
  stroke-dashoffset: 0;
}


/* Main styles
 * ================================================================================= */
main {
  overflow: hidden;
  background-color: #fff;
}

#scrollToTop {
  z-index: 200;
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 50px;
}

#scrollToTop:hover {
  opacity: .7;
  transition: all ease 0.5s;
}

#scrollToTop > img {
  width: 100%;
}

/* Bread Crumb */
.breadcrumb {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px;
  letter-spacing: .4px;
  color: #969696;
  font-size: 12px;
  background-color: #f5efe3;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
.breadcrumb li:first-child {
  width: 13px;
  height: 13px;
}
.breadcrumb li:first-child .fa-home {
  color: #3c74b8;
}
.breadcrumb li + li {
    padding-left: 15px;
}
.breadcrumb li + li:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: '>';
    padding: 0 3px;
    color: #969696;
}
.breadcrumb li > a {
  display: block;
  color: #969696;
}


.slider-interview-list {
  margin-top: 20px;
  padding-bottom: 0 !important;
}
.slider-interview-list .slick-list {
  padding: 0 15% 0 0;
}
.slider-interview-list li {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px !important;
    height: 10px !important;
    content: '' !important;
    border-radius: 50%;
    background-color: #333;
    opacity: .25;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/* Each Title */
.sec-ttl.aboutus:before {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 62px;
  height: 49px;
  margin-left: -31px;
  content: "";
  background: url(../img/icons/icn-ttl-aboutus.png) no-repeat;
  background-size: 62px auto;
}
.sec-ttl.service:before {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 93px;
  height: 47px;
  margin-left: -46px;
  content: "";
  background: url(../img/icons/icn-ttl-service.png) no-repeat;
  background-size: 93px auto;
}
.sec-ttl.topics:before {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 70px;
  height: 71px;
  margin-left: -35px;
  content: "";
  background: url(../img/icons/icn-ttl-topics.png) no-repeat;
  background-size: 70px auto;
}
.sec-ttl.staffblog:before {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 70px;
  height: 77px;
  margin-left: -35px;
  content: "";
  background: url(../img/icons/icn-ttl-staffblog.png) no-repeat;
  background-size: 70px auto;
}
.sec-ttl.contactus:before {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 70px;
  height: 46px;
  margin-left: -35px;
  content: "";
  background: url(../img/icons/icn-ttl-contactus.png) no-repeat;
  background-size: 70px auto;
}




/* Footer styles
 * ================================================================================= */

.footer-wrap {
  margin-top: 40px;
  padding-top: 30px;
  background-color: #f8f5f6;
}
.footer-logo {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.footer-bottom {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  padding: 10px 0;
  background-color: #f4eee2;
}
.sns_box {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  width: 170px;
  margin: 20px auto 0;
}
.sns_button {
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #333;
  border-radius: 100%;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  color: #333;
  text-align: center;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button i {
  padding-left: 2px;
  font-size: 22px;
  vertical-align: middle;
}
.sns_button:hover {
  box-shadow: inset 0 0 0 22px #333;
}
.sns_button + .sns_button {
  margin-left: 30px;
}
.line:hover a {
  color: #00c634;
}
.twitter:hover a {
  color: #1B95E0;
}
.facebook:hover a {
  color: #3B5999;
}
.google:hover a {
  color: #dd4b39;
}
.instagram:hover a {
  color: #f0122c;
}
.pocket:hover a {
  color: #EE4056;
}
.footer-menu {
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
.footer-menu > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 0 12px;
  text-align: center;
  letter-spacing: 0;
  border-top: 1px solid #333;
}
.footer-menu > a:last-child {
  border-bottom: 1px solid #333;
}
.inquiry-wrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  width: 90%;
  margin: 20px auto 0;
}
.inquiry-wrap > input[type="email"] {
  width: 80%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #666;
  background-color: #fff;
}
.inquiry-wrap > input[type="submit"] {
  width: 20%;
  box-sizing: border-box;
  padding: 8px 0 6px;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
.footer-menu-second {
  width: 90%;
  margin: 30px auto;
}
.footer-menu-second > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 0 12px;
  text-align: center;
  letter-spacing: 0;
}




.footer-under {
  border-top: 1px solid #999;
  padding: 20px 10px;
  color: #fff;
  background-color: #000;
}
.footer-copyright {
  text-align: center;
}
.footer-copyright > small {
  letter-spacing: 0;
  font-size: 12px;
}








@media (min-width: 737px) {
  .header {
    padding: 10px;
    background-color: rgba(255,255,255,.4);
  }
  .header > h1 {
    left: 14%;
    margin-top: 0px;
  }
  .header > h1 > a {
    width: 170px;
  }
  .ec-cartNaviIsset {
    right: -400%;
  }
  .menu-trigger-header {
    top: 4px;
    left: 10%;
  }
  .account-trigger > span,
  .login-trigger > span {
    display: inline-block;
  }
  .ec-headerNaviRole__right {
    width: 400px;
    margin-right: 10%;
  }
  .ec-cartNavi {
    height: 26px;
    line-height: 20px;
    padding: 2px 6px;
  }
  .ec-cartNavi .ec-cartNavi__icon {
    margin-top: 2px;
  }
  .main-wrap {
    padding: 0 10%;
  }
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: initial;
    padding: 0 10%;
  }
  .article-wrap {
    padding: 20px 10%;
  }
  .cn-sec-wrap {
    padding: 57px 10% 0;
  }
  .btn-entry {
    top: 10px;
    bottom: auto;
    left: auto;
    right: 64px;
  }
  .btn-entry > span {
    height: 44px;
    line-height: 46px;
  }
  .footer-over {
    padding: 20px 10%;
  }
  .sns_button a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .sns_button i {
    margin-top: -5px;
    padding-left: 4px;
    font-size: 24px;
  }
  .footer-bottom {
    padding: 10px 10%;
  }
  .footer-menu,
  .footer-inquiry,
  .footer-menu-second {
    width: 80%;
    margin: 30px 10%;
  }
  .footer-menu > a {
    font-size: 14px;
  }
}

@media (min-width: 980px) {
  .header > h1 {
    left: 25%;
    margin-top: -3px;
  }
  .header > h1 > a {
      width: 220px;
  }
}





