@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display+SC:900");
/*==================== HEADER & BODY ====================*/
body {
  font-family: "Sawarabi Mincho", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.logo {
  width: 261px;
  margin: 100px 0 -267px 0; }

@media all and (max-width: 767px) {
  .logo {
    width: 186px;
    margin: 130px 0 -226px 0; } }
.blue-bg {
  background-image: url(../img/bg_w.jpg);
  background-size: cover;
  background-color: #331c14; }

@media all and (max-width: 767px) {
  .blue-bg {
    background-image: url(../img/bg_s.jpg);
    background-size: 100%; } }
.paper_bg {
  background-image: url(../img/bg_paper.jpg);
  background-repeat: repeat; }

.header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }
  .header:after {
    content: '';
    display: block;
    clear: both; }

.headerBox {
  height: 100px;
  padding: 10px; }

.logoBox {
  position: absolute;
  left: 0;
  z-index: 10000; }

.logoYoko {
  max-width: 320px;
  padding: 15px 0; }

.headerCnvBox {
  position: absolute;
  right: 0;
  color: #333;
  font-size: 12px;
  max-width: 320px;
  margin-left: auto; }
  .headerCnvBox div {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .headerCnvBox div:first-child {
      margin-right: 10px; }
  .headerCnvBox p {
    font-size: 20px;
    font-family: "Sawarabi Mincho", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    margin: 0; }
  .headerCnvBox i {
    font-size: 60px; }
  .headerCnvBox a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }

@media all and (max-width: 767px) {
  .logoYoko {
    max-width: 250px;
    padding: 15px 0; }

  .headerCnvBox {
    display: none; } }
/*== LOGO ANIME ==*/
.logoAnimation {
  position: relative;
  width: 90%;
  margin: 0 auto; }

.h1Txt {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  max-width: 965px;
  font-family: "Sawarabi Mincho", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 150%;
  line-height: 1.3em;
  color: #fff; }

.headCnvBox {
  top: 100px;
  width: 100%; }

@media all and (max-width: 767px) {
  .h1Txt {
    /*top: -100px;*/ }

  .headCnvBox {
    display: none; } }
.respoImage {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

@media all and (min-width: 767px) {
  .firstCnv {
    display: none; } }
.m_br {
  display: none; }

.pc_br {
  display: inline; }

@media screen and (max-width: 767px) {
  .m_br {
    display: inline; }

  .pc_br {
    display: none; } }
/* NAVBAR ==============*/
/* header */
#navBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 10000; }

.Cnt-1 > #navBox {
  top: 100px;
  height: 60px;
  background-color: #88abda; }

#global-nav ul {
  text-align: center;
  list-style: none;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 0;
  margin: 0; }
  #global-nav ul li {
    display: inline-block;
    padding: 0 10px;
    margin: 0 auto; }
  #global-nav ul li a:hover {
    color: #FFF;
    text-decoration: underline; }

@media all and (max-width: 991px) {
  #global-nav ul li {
    padding: 0 10px; } }
@media screen and (max-width: 767px) {
  #navBox {
    position: fixed;
    top: 0; }

  .Cnt-1 > #navBox {
    position: fixed;
    top: 0;
    background: transparent; } }
/* Fixed */
#navBox.fixed {
  position: fixed;
  top: 0;
  height: 60px;
  background-color: #88abda; }

@media screen and (max-width: 767px) {
  #navBox.fixed {
    background-color: transparent; } }
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999;
  background-color: transparent;
  border-radius: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #AAA;
    left: 10px;
    border-radius: 1px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 13px; }
    #nav-toggle span:nth-child(2) {
      top: 19px; }
    #nav-toggle span:nth-child(3) {
      top: 25px; }

@media screen and (max-width: 767px) {
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    right: -768px;
    background: #88abda;
    width: 768px;
    height: 100vh;
    top: 0;
    text-align: left;
    padding: 5px 20px;
    opacity: 0;
    z-index: 998;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      width: 110px;
      text-align: left;
      font-size: 12px;
      line-height: 32px; }
      #global-nav ul li {
        display: block;
        position: static;
        padding: 0; }
        #global-nav ul li:after {
          display: none; }
        #global-nav ul li:hover {
          color: #FFF;
          text-decoration: underline; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle {
    box-shadow: 0 0 0 1px #ece8e2; }

  .open #nav-toggle span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 1; } }
/*==================== SPECIAL ====================*/
.special {
  display: block;
  font-weight: 400;
  background-color: #fff;
  color: #666;
  max-width: 300px;
  margin: 0 auto; }

.specialMask {
  margin-bottom: 20px; }

.specialTxt {
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  text-align: center; }

.timeline {
  list-style: none;
  text-align: left;
  padding-left: 0; }

.timeline > li {
  margin-bottom: 60px; }

.timeline-date {
  font-weight: bold; }

.timeline-content {
  border-left: none;
  padding-left: 0;
  text-align: left; }

@media all and (min-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative; }

  .timeline-date {
    width: 110px;
    float: left;
    text-align: left;
    padding-top: 20px; }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-top: 20px;
    text-align: left; }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #88abda;
    position: absolute;
    left: -7px;
    top: 25px;
    border-radius: 100%; } }
/*==================== Service & Feature ====================*/
.title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold; }

.serviceBox {
  padding: 30px;
  background-color: #dcdcdc;
  margin: 0; }

.s-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold; }

.eng {
  font-family: "Playfair Display SC", serif;
  font-size: 200%;
  font-weight: normal;
  line-height: 2em;
  color: #000; }

.serviceLink {
  text-align: center;
  background-color: #88abda;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 12px;
  color: #FFF;
  margin: 0 auto; }
  .serviceLink:hover {
    color: #FFF;
    text-decoration: underline; }

.specialBox {
  padding: 40px;
  background-color: #dcdcdc;
  margin: 0; }

.s-txt {
  padding: 0 20px 20px;
  text-align: left; }

.s-cap {
  font-size: 12px;
  text-align: center;
  line-height: 12px; }

.price {
  text-decoration: underline;
  text-align: left;
  padding: 0 20px 20px;
  color: #88abda;
  width: 100%; }

.borderInBox {
  border-top: solid 1px #000;
  width: 50px;
  margin: 25px auto 30px; }

.serviceList div:nth-child(even),
.featureList div:nth-child(even) {
  background-color: #d3d3d3; }

.featureList div {
  background-position: 25px 40px;
  background-color: #dcdcdc;
  background-size: 60px; }

.li_img {
  margin-bottom: 25px; }

/*==================== CNV ====================*/
.cnv {
  background-color: #88abda;
  text-align: center;
  color: #FFF;
  padding: 10px 30px 40px 30px; }

.cnvBox {
  color: #FFF;
  font-size: 12px;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px;
  max-width: 320px;
  margin: 0 auto; }
  .cnvBox div {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .cnvBox div:first-child {
      margin-right: 10px; }
  .cnvBox p {
    font-size: 20px;
    font-family: "Sawarabi Mincho", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    margin: 0; }
  .cnvBox i {
    font-size: 60px; }
  .cnvBox a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .cnvBox:hover {
    color: #FFF !important;
    background-color: rgba(255, 255, 255, 0.1); }

/*==================== Voice ====================*/
.voice {
  max-width: 85%; }

.people {
  text-align: center; }

.p-name {
  font-weight: bold;
  line-height: 14px;
  padding-top: 20px;
  letter-spacing: 1px; }

.p-cap {
  font-size: 12px;
  color: #999;
  line-height: 12px; }

.p-t {
  position: relative;
  background: #d3d3d3;
  border-radius: 5px;
  line-height: 14px;
  padding: 30px;
  text-align: left; }
  .p-t:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color: #d3d3d3;
    border-width: 10px;
    margin-top: -10px; }

.p-t-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 24px; }

.p-t-txt {
  line-height: 22px; }

@media all and (max-width: 992px) {
  .p-t:after {
    top: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #d3d3d3;
    border-width: 10px;
    margin-left: -10px; } }
/*==================== Flow ====================*/
.flow {
  background-color: #d3d3d3;
  padding: 0px 20px; }

.flowList {
  background-color: #f5f5f5;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 5px;
  /*&:after {
  	top: 100%;
  	left: 50%;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-color: rgba(255, 255, 255, 0);
  	border-top-color: #ffffff;
  	border-width: 10px;
  	margin-left: -10px;
  }
  &:last-child:after {
  	border: none;
  }*/ }
  .flowList div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }
  .flowList .flowNum {
    font-size: 28px;
    font-family: "Sawarabi Mincho", "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000; }
  .flowList .left {
    border-right: 1px solid #d3d3d3;
    width: 300px;
    font-weight: bold;
    color: #88abda;
    font-size: 120%; }
  .flowList .right {
    padding: 0 20px; }

@media all and (max-width: 992px) {
  .flowList div {
    display: block; }
  .flowList .left {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    border-right: none; }
  .flowList .right {
    text-align: left;
    padding: 20px 10px 10px 10px; } }
/*==================== QA ====================*/
.qa {
  background-color: #d3d3d3;
  text-align: left; }

.qaBox {
  padding: 0 40px 40px; }

.qaTitle {
  font-weight: bold;
  font-size: 16px; }

/*==================== PRESENT ====================*/
.present {
  width: 80%;
  max-width: 992px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  text-align: left; }

/*==================== FIRM ====================*/
.firm {
  text-align: center;
  padding: 40px; }

.firm-cap {
  font-size: 12px;
  padding-top: 20px; }

/*==================== MAIL FORM ====================*/
.container .row {
  margin: 10px 0; }

.container .row input, .container .row textarea {
  border-radius: 3px;
  width: 100%; }

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: none;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 70%;
  color: #070707;
  padding: 3px 10px 3px 0px; }

form dt {
  display: inline-block;
  width: 40%;
  padding: 5px 10px;
  vertical-align: top;
  text-align: right; }

form dd {
  display: inline-block;
  width: 55%;
  padding: 5px 10px; }

@media screen and (max-width: 767px) {
  form dt {
    display: block;
    width: auto;
    padding: 10px 0 0 0;
    text-align: center; }

  form dd {
    display: block;
    width: auto;
    padding: 3px 0 0 0; } }
/*==================== CONTENTS BORDER ====================*/
.borderTwo {
  border-top: solid 1px #000;
  width: 50px;
  margin: 30px auto 40px; }

/*==================== FOOTER ====================*/
.copy {
  letter-spacing: 2px;
  line-height: 14px;
  color: #fff;
  font-size: 10px;
  background-color: #88abda;
  padding: 20px 0;
  margin: 0; }
