@charset "UTF-8";
@import url(//db.onlinewebfonts.com/c/8f368e0eff315719ee0fbbbdbf6c98bf?family=Microsoft+Himalaya);
@font-face {
  font-family: "Microsoft Himalaya";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/himalaya.ttf") format("ttf");
}

@font-face {
  font-family: "Noto Sans DemiLight";
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

.bold {
  font-weight: bold !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.t-left {
  text-align: left !important;
}

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

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/************************************************

PC layout

************************************************/
/* =========================================
  base
========================================= */
body {
  /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1080px;
  margin: auto;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

body.no-scroll {
  overflow: hidden;
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a[href^="tel:"] {
  pointer-events: none;
}

a,
input[type=submit],
a img {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.sec-inner,
.bread-inner {
  width: 1080px;
  margin: auto;
}

.middle-inner {
  width: 1320px;
  margin: auto;
}

.sp-only {
  display: none !important;
}

/*	base sp
------------------------------------ */
@media screen and (max-width: 767px) {
  body {
    min-width: 350px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a img {
    pointer-events: all;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/*	flex parts
------------------------------------ */
.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fle-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fle-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fle-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fle-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fle-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fle-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fle-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.fle-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fle-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.fle-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fle-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fle-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fle-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fle-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

/*	parts  PC
------------------------------------ */
.br {
  display: inline-block;
}

.cmn-txt,
#privacy .txt-box
form p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.ofj {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*--- cmn-btn ----*/
.cmn-btn {
  display: block;
  width: 260px;
  margin: auto;
  padding: 11.5px 0;
  border: 1px solid #0086d3;
  border-radius: 30px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cmn-btn.black {
  border: 1px solid #000;
}

.cmn-btn.black span {
  color: #000;
}

.cmn-btn.black span::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.cmn-btn.black:hover {
  border: none;
  background: #fff;
}

.cmn-btn.black:hover span {
  color: #0086d3;
}

.cmn-btn.black:hover span::before {
  border-top: 1px solid #0086d3;
  border-right: 1px solid #0086d3;
}

.cmn-btn.white {
  border: 1px solid #fff;
}

.cmn-btn.white span {
  color: #fff;
}

.cmn-btn.white span::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.cmn-btn.white:hover {
  background: #fff;
}

.cmn-btn.white:hover span {
  color: #333;
}

.cmn-btn.white:hover span::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.cmn-btn span {
  color: #0086d3;
  position: relative;
}

.cmn-btn span::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #0086d3;
  border-right: 1px solid #0086d3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -43px;
  top: 0;
  bottom: 0;
}

.cmn-btn:hover {
  background: #100f45;
}

.cmn-btn:hover span {
  color: #fff;
}

.cmn-btn:hover span::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*--- cmn-table ----*/
table {
  width: 100%;
}

table th, table td {
  vertical-align: middle;
}

time {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sec-inner,
  .bread-inner,
  .middle-inner {
    width: 100% !important;
  }
  .cmn-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* ---- cmn-btn ---- */
  .cmn-btn {
    width: 100%;
    max-width: 260px;
    padding: 8px 2%;
  }
  /* ---- cmn-table ---- */
  table th, table td {
    display: block;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
  }
  .cmn-table {
    width: 100%;
  }
  .cmn-table tr:nth-of-type(2n-1) {
    background: none;
  }
  .cmn-table tr:nth-of-type(2n-1) th {
    border-radius: 10px;
  }
  .cmn-table th, .cmn-table td {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
  }
  .cmn-table th {
    padding: 10px 3%;
    background: #fff07e;
  }
}

/*	heading  PC
------------------------------------ */
.head-box {
  text-align: center;
}

.head-box.border::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 60px;
  margin-bottom: 10px;
  background: #0086d3;
}

.head-box .head-type01 {
  font-family: "Microsoft Himalaya";
  font-weight: 400;
  color: #0086d3;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .head-box.border::before {
    height: 30px;
  }
}

.top .head-box img {
  margin-top: 18px;
}

/*==================================================
 form  PC
================================================== */
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
          box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  width: 100%;
}

/* ボタン
-------------------------------------------------- */
input[type='button'],
input[type='submit'] {
  margin: 0 4px;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type='button']:hover,
input[type='submit']:hover {
  border: none;
  cursor: pointer;
}

input[type='button'][disabled],
input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}

input[name="check"] {
  margin-left: auto;
  margin-right: auto;
  background: none;
  border: 1px solid #666;
  border-radius: 30px;
  color: #333f;
}

input[name="check"]:hover {
  background: #ddd;
}

input[name="check"][disabled] {
  background: #666666;
  color: #fff;
}

input[name="back"] {
  margin-left: auto;
  margin-right: auto;
  background: #666;
  border: 1px solid #666;
  border-radius: 30px;
  color: #fff;
}

input[name="back"]:hover {
  background: none;
  color: #333;
}

input[name="send"] {
  margin-left: auto;
  margin-right: auto;
  background: #100f45;
  border: 1px solid #100f45;
  border-radius: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  input[name="send"] {
    margin-top: 20px;
  }
}

input[name="send"]:hover {
  background: none;
  color: #333;
}

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

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #333;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==================================================
 テーブル
================================================== */
.contact-form-table {
  margin: 30px auto;
}

.contact-form-table th, .contact-form-table td {
  padding: 13px 2%;
  border: 1px solid #ddd;
}

.contact-form-table th {
  background: url(../img/common/cmn-bg.png) repeat;
}

label[for="agree"] a {
  color: #333;
  text-decoration: underline;
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}

/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #e74c3c;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  padding: 2px 4px;
  color: #e74c3c;
  font-size: 13px;
  border-radius: 4px;
  float: right;
}

.optional-mark {
  background: #3498db;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #e74c3c;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* リキャプチャ */
.contact-recaptcha-wrap {
  margin: 16px auto;
  display: table;
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 20;
}

.fixed a {
  display: block;
}

.dis-none {
  visibility: hidden;
  opacity: 0;
}

.slide-none {
  bottom: 60%;
}

.top-btn {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-btn:hover {
  opacity: .7;
}

.top-btn img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .fixed {
    width: 150px;
    z-index: 0;
  }
  .top-btn {
    width: 50px;
    margin-left: auto;
  }
  .top-btn.top {
    bottom: 250px;
  }
  .slide-none {
    bottom: 10%;
  }
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  position: relative;
}

.breadcrumb .bg {
  background: url(../img/common/cmn-bg.png) repeat;
}

.breadcrumb a {
  color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrumb a:hover {
  opacity: .7;
}

.breadcrumb .fle {
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 20px;
  z-index: 99;
}

.breadcrumb .fle li:not(:first-child)::before {
  content: '>';
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  .breadcrumb .fle {
    position: static;
  }
  .breadcrumb .bread-inner {
    padding: 5px 2%;
  }
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px solid #222;
  line-height: 60px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pagenation li:hover {
  border: none;
  background: #1877f2;
}

.pagenation li:hover .pagenation-arrow.back::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.pagenation li:hover .pagenation-arrow.next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pagenation li:hover a {
  color: #fff;
}

.pagenation li + li {
  margin-left: 20px;
}

.pagenation li a {
  display: block;
  height: inherit;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.pagenation-arrow.back::before,
.pagenation-arrow.next::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translate(-4px, -1px);
          transform: rotate(45deg) translate(-4px, -1px);
}

.pagenation-arrow.back::before {
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
}

.pagenation-arrow.next::before {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}

.pagenation span {
  font-size: 24px;
  font-size: 2.4rem;
}

.pagenation .current {
  border: none;
  background: #1877f2;
}

.pagenation .current span {
  color: #fff;
}

.pagenation .circle-arrow {
  vertical-align: text-bottom;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  max-width: 1080px;
  margin: auto;
  padding: 30px 0;
}

.data-nav a {
  color: #fff;
  padding: 5px 0;
}

.pagenation-inner .cmn-btn {
  width: 240px;
}

.pagenation-inner .back .cmn-btn,
.pagenation-inner .next .cmn-btn {
  width: 100px;
}

.data-nav .back-arrow,
.data-nav .next-arrow {
  position: relative;
}

.data-nav .back-arrow::before,
.data-nav .next-arrow::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 20px;
  position: absolute;
  top: 4px;
}

.data-nav .back-arrow::before {
  margin-right: 2%;
  background: url(../img/cmn-btn-arrow.png) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -25px;
}

.data-nav .next-arrow::after {
  margin-left: 2%;
  background: url(../img/cmn-btn-arrow.png) no-repeat;
  right: -25px;
}

.to-works {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pagenation {
    margin: 60px auto 0;
  }
  .pagenation-inner .cmn-btn {
    width: 140px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagenation-inner .back .cmn-btn,
  .pagenation-inner .next .cmn-btn {
    width: 80px;
  }
  .pagenation li {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  .pagenation li + li {
    margin-left: 2%;
  }
  .pagenation span,
  .pagenation li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .data-nav .back-arrow::before,
  .data-nav .next-arrow::after {
    top: 2px;
  }
  .detail .pagenation-inner {
    padding: 30px 3%;
  }
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 300px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* e404
------------------------------------ */
#e404 .sec-inner {
  padding: 100px 3%;
}

#e404 .head-box p {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

#e404 .section-content {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #e404 .sec-inner {
    padding: 60px 3%;
  }
  #e404 .head-box p {
    font-family: "游明朝", YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
  }
  #e404 .section-content {
    margin-top: 30px;
  }
}

/* =========================================
  header  PC
========================================= */
/*	headline
------------------------------------ */
#header {
  position: relative;
}

#header .mv {
  background: url(../img/common/mv.jpg) no-repeat center/cover;
}

#header .headline {
  padding: 0 20px 0 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .h-info-l {
  margin-top: 12px;
}

#header .seo-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

#header .logo {
  display: block;
  margin-top: 15px;
}

#header .logo:hover {
  opacity: .7;
}

#header .h-info-r {
  margin-top: 24px;
}

#header .mail {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  background: #0086d3;
  text-align: center;
  line-height: 60px;
}

#header .mail:hover {
  opacity: .7;
}

.tel {
  display: inline-block;
  width: 260px;
  padding: 8px 0;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}

.tel .tel-number {
  font-size: 26px;
  font-size: 2.6rem;
}

/*	headline sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #header .headline {
    padding: 0 2%;
  }
  #header .seo-txt {
    position: absolute;
    bottom: 10px;
    left: 2%;
  }
  #header .logo img {
    max-width: 55%;
  }
  #header .mail {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 17px;
    right: 75px;
  }
  #header .mail img {
    width: 60%;
    height: auto;
  }
}

/*	gnav  PC
------------------------------------ */
#gnav .nav-list {
  padding-top: 45px;
}

#gnav .nav-item + .nav-item {
  margin-left: 55px;
}

#gnav a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
}

#gnav a:hover {
  opacity: .7;
}

#gnav a:hover span {
  opacity: .7;
}

#gnav .nav-en {
  display: block;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*	gnav sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #gnav {
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 60px 0 0;
    background: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1010;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    overflow-y: scroll;
  }
  #gnav.active {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  #gnav .nav-list {
    margin: auto;
    padding: 0 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gnav .nav-item {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  #gnav .nav-item + .nav-item {
    margin-top: 20px;
  }
  #gnav .nav-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #gnav a {
    display: block;
    padding: 0;
  }
  #gnav .nav-item + .nav-item::before {
    display: block;
    margin: auto;
    position: static;
  }
  #gnav .nav-item.sp-only::before {
    content: none;
  }
  #gnav .sns-box.nav-item {
    position: static;
    margin-top: 50px;
  }
  #gnav .sns-box.nav-item a + a {
    margin-left: 40px;
  }
  #gnav .nav-en {
    line-height: 1;
  }
  /*	sp menu btn
------------------------------------ */
  #sp-menu-btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 30px;
    z-index: 1010;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  #sp-menu-btn.active .top {
    -webkit-transform: translateY(16px) translateX(0) rotate(45deg);
            transform: translateY(16px) translateX(0) rotate(45deg);
  }
  #sp-menu-btn.active .middle {
    opacity: 0;
  }
  #sp-menu-btn.active .bottom {
    -webkit-transform: translateY(-14px) translateX(0) rotate(-45deg);
            transform: translateY(-14px) translateX(0) rotate(-45deg);
  }
  #sp-menu-btn.active span::before {
    content: none;
  }
  #sp-menu-btn span {
    width: 100%;
    height: 2px;
    margin: auto;
    border: none;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
  #sp-menu-btn .middle {
    top: 49%;
  }
  #sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
}

/*	sp-tel
------------------------------------ */
.sp-tel {
  position: fixed;
  top: 20px;
  right: 70px;
}

.sp-tel a {
  display: inline-block;
}

.fa-size {
  color: #fff;
  font-size: 1.8em;
}

/* =========================================
  footer  PC
========================================= */
#footer a:hover {
  opacity: .7;
}

#footer .bg {
  background: url(../img/common/cmn-bg.png) repeat;
}

#footer .middle-inner {
  padding-top: 100px;
}

#footer .f-l, #footer .f-r {
  width: 50%;
}

#footer .f-logo {
  display: block;
}

#footer .f-info-box {
  margin-top: 45px;
  line-height: 1.875;
}

#footer .f-info-box a {
  color: #333;
}

#footer .copyright {
  margin-top: 35px;
  padding-bottom: 100px;
}

#footer .copyright a {
  color: #555;
}

#footer .f-nav:nth-of-type(2) {
  margin-left: 143px;
}

#footer .f-nav-item {
  margin-top: 17px;
}

#footer .f-nav-item a {
  display: block;
  color: #333;
}

#footer .f-nav .triangle::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 10px;
  background: url(../img/common/f-nav-ico.png) no-repeat left/contain;
}

#footer .f-nav .point::before {
  content: '・';
  color: #0086d3;
}

@media screen and (max-width: 767px) {
  #footer .f-logo {
    width: 90%;
    margin: auto;
  }
  #footer .middle-inner {
    padding: 50px 3%;
  }
  #footer .middle-inner > .fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .f-info-box {
    margin-top: 30px;
  }
  #footer .f-l, #footer .f-r {
    width: 100%;
  }
  #footer .f-l {
    text-align: center;
  }
  #footer .f-r {
    width: 100%;
    margin-top: 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #footer .f-nav:nth-of-type(2) {
    margin-left: 0;
  }
  #footer .f-nav .triangle::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  #footer .copyright {
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}

/* =========================================
  top  PC
========================================= */
/*	mv  PC
------------------------------------ */
.head-catch-wrap {
  padding: 277px 0 396px;
  text-align: center;
}

.head-catch-en {
  display: block;
  margin-top: 31px;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/*	mv sp
------------------------------------ */
@media screen and (max-width: 767px) {
  .head-catch-wrap {
    padding: 100px 3%;
  }
}

/* =========================================
  main
========================================= */
/*	sec01 pc
------------------------------------ */
#sec01 .bg {
  background: url(../img/top/sec01-bg.jpg) no-repeat center/cover;
  position: relative;
}

#sec01 .head-box-bg {
  padding: 101px 0 395px;
  background: url(../img/top/sec01-txt-box.png) no-repeat 100% 0;
}

#sec01 .head-box-txts {
  width: 50%;
  max-width: 464px;
  margin-left: auto;
  margin-right: 21.875%;
}

#sec01 .head-box-txts .cmn-txt {
  margin-top: 50px;
  font-family: "Noto Sans DemiLight", sans-serif;
}

#sec01 .head-box.left {
  padding-left: 25px;
  text-align: left;
  position: relative;
}

#sec01 .head-box.left::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 136px;
  background: #0086d3;
  position: absolute;
  left: 0;
}

/*	sec01 sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #sec01 .head-box-bg {
    padding: 50px 3%;
  }
  #sec01 .head-box-txts {
    width: 100%;
    margin: auto;
  }
}

/*	sec02 pc
------------------------------------ */
#sec02.cmn-about {
  margin-top: -240px;
  position: relative;
}

#sec02.cmn-about::before {
  content: '';
  width: 960px;
  height: 580px;
  background: url(../img/top/sec02-img.png) no-repeat;
  position: absolute;
  top: -60px;
  right: 0;
}

#sec02.cmn-about .middle-inner {
  padding-bottom: 120px;
}

#sec02.cmn-about .bg {
  padding: 100px 0 120px;
  background: url(../img/top/sec02-bg.jpg) no-repeat center/cover;
}

#sec02.cmn-about .cmn-about-wrap {
  margin-top: 80px;
}

#sec02.cmn-about .cmn-about-wrap p {
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  position: relative;
}

#sec02.cmn-about .cmn-about-wrap p img + img {
  position: absolute;
  top: 0;
  right: -172px;
}

#sec02.cmn-about .cmn-about-wrap p:nth-of-type(n+2) {
  margin-top: 16px;
}

#sec02.cmn-about .making {
  max-width: 370px;
  padding-left: 12.727%;
}

#sec02.cmn-about .machine {
  max-width: 610px;
  margin-left: 2.95%;
  padding-left: 21.29%;
}

#sec02.cmn-about .techno {
  max-width: 411px;
  padding-left: 6.59%;
}

#sec02 .cmn-btn-wrap {
  margin-top: 60px;
}

/*	sec02 sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #sec02.cmn-about {
    margin-top: 0;
  }
  #sec02.cmn-about::before {
    content: none;
  }
  #sec02.cmn-about .bg {
    padding: 50px 3%;
  }
  #sec02.cmn-about .cmn-about-wrap {
    margin-top: 50px;
    max-width: 500px;
  }
  #sec02.cmn-about .cmn-about-wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  #sec02.cmn-about .cmn-about-wrap p img {
    width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
  }
  #sec02.cmn-about .cmn-about-wrap p img + img {
    position: static;
    width: 40%;
  }
  #sec02.cmn-about .cmn-about-wrap .making img:nth-of-type(1) {
    max-width: 134px;
  }
}

/*	sec03 pc
------------------------------------ */
#sec03 .con-item {
  width: 33%;
  text-align: center;
  height: 334px;
}

#sec03 .con-item:nth-of-type(1) {
  background: url(../img/top/sec03-img01.png) no-repeat center/cover;
}

#sec03 .con-item:nth-of-type(1) .con-txt::before {
  background: url(../img/top/sec03-ico01.png) no-repeat center/contain;
}

#sec03 .con-item:nth-of-type(2) {
  background: url(../img/top/sec03-img02.png) no-repeat center/cover;
}

#sec03 .con-item:nth-of-type(2) .con-txt::before {
  background: url(../img/top/sec03-ico02.png) no-repeat center/contain;
}

#sec03 .con-item:nth-of-type(3) {
  background: url(../img/top/sec03-img03.png) no-repeat center/cover;
}

#sec03 .con-item:nth-of-type(3) .con-txt::before {
  background: url(../img/top/sec03-ico03.png) no-repeat center/contain;
}

#sec03 .con-item:nth-of-type(4) {
  background: url(../img/top/sec03-img04.png) no-repeat center/cover;
}

#sec03 .con-item:nth-of-type(4) .con-txt::before {
  background: url(../img/top/sec03-ico04.png) no-repeat center/contain;
}

#sec03 .con-item:nth-of-type(5) {
  background: url(../img/top/sec03-img05.png) no-repeat center/cover;
}

#sec03 .con-item:nth-of-type(5) .con-txt::before {
  background: url(../img/top/sec03-ico05.png) no-repeat center/contain;
}

#sec03 .con-item:nth-of-type(6) {
  background: url(../img/top/sec03-img06.png) no-repeat center/cover;
}

#sec03 .con-item:nth-of-type(6) .con-txt::before {
  background: url(../img/top/sec03-ico06.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  #sec03 .con-item:nth-of-type(1) {
    margin-top: 68px;
  }
  #sec03 .con-item:nth-of-type(2) {
    margin-top: 54px;
  }
  #sec03 .con-item:nth-of-type(4) {
    margin-top: -25px;
  }
  #sec03 .con-item:nth-of-type(5) {
    margin-top: -39px;
  }
  #sec03 .con-item:nth-of-type(6) {
    margin-top: -93px;
  }
}

#sec03 .con-txt-box {
  width: 56.25%;
  height: 47.9%;
  background: rgba(34, 34, 34, 0.75);
  margin: auto;
}

#sec03 .con-txt {
  margin-top: 20px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

#sec03 .con-txt::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 8px;
}

#sec03 .con-txt-en {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

#sec03 .cmn-btn-wrap {
  margin-top: 29px;
}

/*	sec03 sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #sec03 .sec-wrap {
    width: 100%;
    padding: 0 3% 50px;
  }
  #sec03 .con-list {
    margin-top: 30px;
  }
  #sec03 .con-item {
    width: 100%;
    padding: 20px 0;
  }
  #sec03 .con-item:nth-of-type(n+2) {
    margin-top: 0px;
  }
  #sec03 .con-txt-box {
    width: 80%;
    height: auto;
  }
  #sec03 .con-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #sec03 .con-txt::before {
    width: 30px;
    height: 30px;
  }
  #sec03 .con-txt-en {
    margin-bottom: 20px;
  }
}

/*	sec04  pc
------------------------------------ */
#sec04 .sec-inner {
  padding: 120px 100px;
}

#sec04 .recruit-box {
  padding: 81px 70px 50px;
  background: url(../img/top/sec04-bg.jpg) no-repeat center/cover;
  position: relative;
}

#sec04 .recruit-box::before {
  content: '';
  display: inline-block;
  width: 620px;
  height: 280px;
  background: url(../img/top/recruit-img.png) no-repeat;
  opacity: .7;
  position: absolute;
  top: 60px;
  left: 170px;
  z-index: 0;
}

#sec04 .recruit-ttl-box {
  display: inline-block;
  margin-top: 11px;
  position: relative;
  z-index: 1;
}

#sec04 .recruit-en {
  font-family: "Microsoft Himalaya";
  font-weight: 400;
  color: #fff;
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: .1em;
}

#sec04 .recruit-ttl {
  display: inline-block;
  margin-top: -10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0086d3;
}

#sec04 .recruit-txt {
  display: inline-block;
  margin-left: 55px;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 0px 0px 20px #000;
  line-height: 2.7;
  position: relative;
  z-index: 1;
}

#sec04 .recruit-txt span {
  font-size: 26px;
  font-size: 2.6rem;
}

#sec04 .cmn-btn-wrap {
  margin: 17px auto 0;
}

#sec04 .cmn-btn {
  position: relative;
  z-index: 2;
}

/*	sec04 sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #sec04 .sec-inner {
    padding: 0;
  }
  #sec04 .recruit-box {
    padding: 50px 3%;
    background: url(../img/top/sec04-bg.jpg) no-repeat left/cover;
  }
  #sec04 .recruit-box::before {
    width: 100%;
    height: 100%;
    position: static;
  }
  #sec04 .sp-bg {
    padding: 30px 2% 50px;
    background: rgba(20, 145, 255, 0.7);
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec04 .recruit-txt {
    margin: auto;
    font-size: 17px;
    font-size: 1.7rem;
  }
  #sec04 .recruit-txt span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #sec04 .cmn-btn-wrap {
    margin: -29px auto 0;
    width: 100%;
  }
}

/*	news pc
------------------------------------ */
#news .bg {
  background: #100f45;
}

#news .head-box.border::before {
  background: #fff;
}

#news .sec-inner {
  padding: 100px 0 120px;
}

#news .news-table {
  margin-top: 50px;
}

#news .news-table li + li {
  margin-top: 10px;
}

#news .news-table a {
  display: block;
  padding: 15px 0;
  background: #fff;
}

#news .news-table a:hover {
  opacity: .7;
}

#news .news-table .news-flex {
  padding: 0 6%;
}

#news .news-table time {
  line-height: 30px;
}

#news .news-table .cmn-txt {
  color: #333;
  margin-left: 12%;
}

#news .cmn-btn-wrap {
  margin-top: 60px;
}

/*	news sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #news .sec-inner {
    padding: 50px 3%;
  }
  #news .news-table .cmn-txt {
    margin-left: 0;
  }
  #news .news-table .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news .cmn-btn-wrap {
    margin-top: 30px;
  }
}

/*	sub news pc
------------------------------------ */
.sub #news h3 {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

.sub #news .middle-inner {
  padding: 120px 3%;
}

.sub #news .border::before {
  background: #0086d3;
}

.sub #news .detail {
  margin-bottom: 50px;
}

.sub #news .detail figure {
  margin: 30px auto 0;
}

.sub #news .thumb-flex a {
  width: 78%;
}

.sub #news .thumb-flex figure {
  width: 250px;
  height: 0;
  margin-right: 3%;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
}

.sub #news .news-table li {
  padding: 30px 0;
  border-top: 1px solid #333;
}

.sub #news .news-table a {
  background: #100f45;
}

.sub #news .news-table time, .sub #news .news-table .cmn-txt {
  color: #fff;
}

/*	sub news sp
------------------------------------ */
@media screen and (max-width: 767px) {
  .sub #news h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .sub #news .middle-inner {
    padding: 50px 3%;
  }
  .sub #news .thumb-flex a {
    width: 100%;
  }
  .sub #news .thumb-flex figure {
    margin: 20px auto;
  }
}

/*	blog pc
------------------------------------ */
#blog .middle-inner {
  padding: 100px 0 120px;
}

#blog .blog-list {
  margin-top: 60px;
}

#blog .blog-item {
  width: 18%;
  max-width: 250px;
}

#blog .blog-item:nth-of-type(n+2) {
  margin-left: 8%;
}

#blog .blog-item figure {
  width: 250px;
  height: 0;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
}

#blog .blog-item figure::after {
  content: '';
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #0086d3;
  position: absolute;
  bottom: -18px;
  right: -15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#blog .blog-item figure:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#blog .blog-txt-box {
  margin-top: 20px;
}

#blog .cmn-btn-wrap {
  margin-top: 54px;
}

/*	blog sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #blog .middle-inner {
    padding: 50px 3%;
  }
  #blog .blog-item {
    width: 49%;
    max-width: 49%;
  }
  #blog .blog-item:nth-of-type(n+2) {
    margin-left: 0;
  }
  #blog .blog-item:nth-of-type(2n) {
    margin-left: 2%;
  }
  #blog .blog-item:nth-of-type(n+3) {
    margin-top: 30px;
  }
  #blog .blog-item figure {
    width: 100%;
    padding-top: 100%;
  }
  #blog .cmn-btn-wrap {
    margin-top: 30px;
  }
}

/*	sub blog pc
------------------------------------ */
.sub #blog .blog-item {
  width: 30.3%;
  max-width: 400px;
}

.sub #blog .blog-item:nth-of-type(n+2) {
  margin-left: 0;
}

.sub #blog .blog-item:not(:nth-of-type(3n-2)) {
  margin-left: 3%;
}

.sub #blog .blog-item:nth-of-type(n+4) {
  margin-top: 40px;
}

.sub #blog .blog-item figure {
  width: 100%;
  padding-top: 88%;
}

.sub .detail {
  margin-bottom: 50px;
  background: url(../img/common/cmn-bg.png) repeat;
}

.sub .detail-box {
  padding: 50px 80px;
  background: #fff;
}

.sub .detail .thumb {
  margin-top: 20px;
  text-align: center;
}

.sub .detail-ttl {
  padding: 5.5px 2%;
  background: #100f45;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

.sub .detail-txt-box {
  margin-top: 30px;
}

.sub .detail .cmn-btn span::before {
  content: none;
}

.sub .detail .cmn-txt-box {
  margin-top: 10px;
}

/*	sub blog sp
------------------------------------ */
@media screen and (max-width: 767px) {
  .sub #blog .blog-item {
    width: 49%;
  }
  .sub #blog .blog-item:not(:nth-of-type(3n-2)) {
    margin-left: 0;
  }
  .sub #blog .blog-item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .sub #blog .blog-item:nth-of-type(2n) {
    margin-left: 2%;
  }
  .sub #blog .blog-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .sub .detail-box {
    padding: 20px 2%;
  }
  .sub .detail-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*	sec07 pc
------------------------------------ */
#sec07 .bg {
  background: url(../img/top/sec07-bg.jpg) no-repeat center/cover;
}

#sec07 .middle-inner {
  padding: 100px 0;
}

#sec07 .outline-box {
  padding: 75px 0 100px;
  background: #d6eaf8;
}

#sec07 .outline-contents {
  margin-top: 60px;
}

#sec07 .outline-table {
  width: 100%;
  max-width: 707px;
}

#sec07 .outline-table tr:nth-of-type(2n-1) {
  background: #fff;
}

#sec07 .outline-table th, #sec07 .outline-table td {
  padding: 12.5px 0;
}

#sec07 .outline-table th {
  width: 28%;
  text-align: center;
}

#sec07 .outline-table td {
  width: 72%;
  padding-left: 4%;
}

#sec07 .ggmap {
  width: 100%;
  margin-top: 60px;
}

/*	sec07 sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #sec07 .middle-inner {
    padding: 50px 3%;
  }
  #sec07 .outline-box {
    padding: 30px 2%;
  }
  #sec07 .outline-contents {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec07 .outline-table {
    margin-top: 30px;
  }
  #sec07 .outline-table th, #sec07 .outline-table td {
    width: 100%;
    text-align: left;
  }
  #sec07 .outline-table th {
    padding: 12.5px 2% 0;
  }
  #sec07 .outline-table td {
    padding: 5px 5% 12.5px;
  }
}

/*	cmn-contact pc
------------------------------------ */
.top .cmn-contact .middle-inner {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .top .cmn-contact .middle-inner {
    padding: 50px 3%;
  }
}

.cmn-contact .cmn-contact-box {
  padding: 68px 0 90px;
  background: #100f45;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cmn-contact .cmn-contact-box::before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #0086d3;
  position: absolute;
  right: -58px;
  bottom: -61px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-contact .cmn-contact-border {
  width: 100%;
  padding: 1%;
  border: 1px solid #0086d3;
}

.cmn-contact-ttl-en {
  font-family: "Microsoft Himalaya";
  font-weight: 400;
  font-size: 80px;
  font-size: 8rem;
  color: #fff;
  letter-spacing: .1em;
}

.cmn-contact-ttl::after {
  content: '';
  display: block;
  width: 136px;
  height: 2px;
  margin: 20px auto 0;
  background: #0086d3;
}

.cmn-contact-number-box {
  margin-top: 60px;
}

.cmn-contact-number-box p.tel {
  margin-left: 80px;
}

/*	cmn-contact sp
------------------------------------ */
@media screen and (max-width: 767px) {
  .cmn-contact .cmn-contact-box {
    padding: 30px 5%;
  }
  .cmn-contact-ttl-en {
    font-size: 60px;
    font-size: 6rem;
  }
  .cmn-contact-number-box p.tel {
    margin: 30px auto 0;
  }
}

/* =========================================
  sub
========================================= */
/*	mv
------------------------------------ */
.sub #header .mv {
  background: url(../img/common/mv.jpg) no-repeat 50% 60%/cover;
}

.sub .head-catch-wrap {
  padding: 82px 0 116px;
}

.sub .head-catch {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding-bottom: 25px;
  border-bottom: 2px solid #0086d3;
}

/*	mv sp
------------------------------------ */
@media screen and (max-width: 767px) {
  .sub .head-catch-wrap {
    padding: 60px 3%;
  }
  .sub .head-catch {
    max-width: 300px;
  }
  .sub .head-catch-en {
    margin-top: 10px;
  }
}

/*	about pc
------------------------------------ */
.sub #sec02.cmn-about .middle-inner {
  padding-bottom: 0;
}

#about .sec01 .bg {
  background: url(../img/about/sec01-bg.jpg) no-repeat center/cover;
}

#about .sec01 .head-box-bg {
  padding: 120px 0 103px;
  background: url(../img/about/sec01-txt-box.png) no-repeat 88% 0;
}

#about .sec01 .head-box.left::before {
  height: 50px;
}

#about .sec01 .head-box.left h3 {
  line-height: 50px;
}

#about .sec01 .head-box img {
  margin: 0;
}

#about .sec01 .cmn-txt {
  margin-top: 55px;
}

#about .sec01 .cmn-txt:nth-of-type(n+2) {
  margin-top: 25px;
}

#about .cmn-about {
  margin: 0;
}

#about .cmn-about::before {
  background: url(../img/about/sec02-img.png) no-repeat;
  top: 232px;
}

#about .cmn-about .bg {
  margin-top: 60px;
}

#about .cmn-about .cmn-txt {
  padding-left: 7.575%;
  color: #fff;
}

#about .middle-inner {
  padding: 120px 0 0;
}

#about .ggmap {
  margin-top: 60px;
}

#about .cmn-contact .middle-inner {
  padding: 130px 0 0;
}

.about-table {
  margin-top: 60px;
}

.about-table tr:nth-of-type(2n-1) {
  background: #eeeeee;
}

.about-table tr th, .about-table tr td {
  padding: 14px 0;
}

.about-table tr th {
  width: 22%;
  text-align: center;
}

.about-table tr td {
  width: 78%;
  padding-left: 2%;
}

/*	about sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #about .cmn-about .cmn-txt {
    padding-left: 0;
  }
  #about .sec01 .head-box-bg {
    padding: 50px 3%;
  }
  #about .cmn-about .middle-inner {
    padding: 50px 0 0;
  }
  #about .cmn-about .bg {
    margin-top: 30px;
  }
  #about .sec03 .middle-inner {
    padding: 50px 3% 0;
  }
  #about .sec03 .ggmap {
    margin-top: 30px;
  }
  #about .cmn-contact .middle-inner {
    padding: 50px 3%;
  }
  .about-table tr th, .about-table tr td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .about-table tr th {
    padding: 12.5px 2% 0;
  }
  .about-table tr td {
    padding: 5px 5% 12.5px;
  }
}

/*	recruit pc
------------------------------------ */
#recruit .middle-inner {
  padding: 120px 0;
}

#recruit .txt-wrap {
  margin-top: 55px;
  text-align: center;
}

#recruit .lg {
  margin: 25px auto;
  font-size: 26px;
  font-size: 2.6rem;
  color: #1877f2;
}

#recruit .sec02 .bg {
  background: url(../img/recruit/sec02-bg.jpg) no-repeat center/cover;
}

#recruit .sec02 .list {
  margin-top: 70px;
}

#recruit .sec02 .list-item {
  width: 48.5%;
  max-width: 640px;
  border: 2px solid #fff;
  background: #1877f2;
}

#recruit .sec02 .list-item:nth-of-type(1) .list-item-txt::before {
  background-image: url(../img/recruit/sec02-ico01.png);
}

#recruit .sec02 .list-item:nth-of-type(2) .list-item-txt::before {
  background-image: url(../img/recruit/sec02-ico02.png);
}

#recruit .sec02 .list-item:nth-of-type(3) .list-item-txt::before {
  background-image: url(../img/recruit/sec02-ico03.png);
}

#recruit .sec02 .list-item:nth-of-type(4) .list-item-txt::before {
  background-image: url(../img/recruit/sec02-ico04.png);
}

#recruit .sec02 .list-item:nth-of-type(n+3) {
  margin-top: 40px;
}

#recruit .sec02 .list-item-txt {
  padding: 30px 0 50px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

#recruit .sec02 .list-item-txt::before {
  content: '';
  display: block;
  width: 66px;
  height: 61px;
  margin: auto;
  margin-bottom: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

#recruit .sec03 .about-table th, #recruit .sec03 .about-table td {
  white-space: pre-line;
}

#recruit .voice .bg {
  background: url(../img/recruit/sec03-bg.jpg) no-repeat center/cover;
}

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

#recruit .voice-list-item {
  padding: 3.8% 4.5%;
  background: #fff;
}

#recruit .voice-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}

#recruit .voice-list figure {
  width: 300px;
  height: 0;
  margin-right: 4%;
  padding-top: 360px;
  position: relative;
}

#recruit .voice .contents {
  width: 71%;
  max-width: 850px;
}

#recruit .voice-ttl {
  padding: 12px 0;
  background: #100f45;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

#recruit .voice-sub-wrap {
  margin-top: 20px;
}

#recruit .voice-sub-wrap dl:nth-of-type(n+2) {
  margin-top: 35px;
}

#recruit .voice-sub-ttl {
  margin-top: 15px;
  padding: 5.5px 0 5.5px 2%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  border-left: 4px solid #1877f2;
}

#recruit .voice .cmn-txt {
  margin-top: 15px;
}

#recruit .voice .cmn-btn-wrap {
  margin-top: 60px;
}

#recruit .voice .cmn-btn-wrap .cmn-btn {
  width: 400px;
  background: #fff;
}

#recruit .voice .cmn-btn-wrap .cmn-btn:hover {
  background: #0086d3;
  color: #fff;
}

/*	reruit sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #recruit .middle-inner {
    padding: 50px 3%;
  }
  #recruit .txt-wrap {
    margin-top: 30px;
  }
  #recruit .lg {
    margin: 20px auto;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #recruit .sec02 .list {
    margin-top: 30px;
  }
  #recruit .sec02 .list-item-txt {
    padding: 20px 2%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #recruit .voice .contents {
    width: 100%;
  }
  #recruit .voice .cmn-btn-wrap .cmn-btn {
    width: 100%;
    max-width: 400px;
  }
  #recruit .voice .cmn-btn-wrap .cmn-btn span::before {
    left: -20px;
  }
  #recruit .voice-ttl {
    margin: auto;
    font-size: 20px;
    font-size: 2rem;
  }
  #recruit .voice-list figure {
    margin: 30px auto 0;
  }
  #recruit .voice-list-item {
    padding-top: 40px;
  }
}

/*	business pc
------------------------------------ */
#business .middle-inner {
  padding: 120px 0;
}

#business .sec01 .list {
  margin-top: 60px;
}

#business .sec01 .list-item:nth-of-type(n+2) {
  margin-top: 110px;
}

#business .sec01 .list-item.reverse .list-ttl {
  text-align: center;
}

#business .sec01 .list-item.reverse .list-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#business .sec01 .list-item.reverse .cmn-txt {
  max-width: 700px;
  padding-right: 3%;
}

#business .sec01 .list-ttl {
  padding: 8px 2%;
  background: #595959;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

#business .sec01 .list .cmn-txt {
  margin-top: 50px;
  letter-spacing: .03em;
}

#business .sec01 .list .cmn-txt .note {
  font-size: 14px;
  font-size: 1.4rem;
}

#business .sec01 .list figure {
  margin-top: -60px;
}

#business .sec02 .bg {
  background: url(../img/business/sec02-bg.jpg) no-repeat center/cover;
}

#business .flow-list {
  margin-top: 60px;
}

#business .flow-list .cmn-txt {
  margin-top: 38px;
}

#business .flow-list .tel {
  margin-top: 33px;
  border: 1px solid #100f45;
  color: #100f45;
}

#business .flow-list .cmn-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

#business .flow-list-item {
  text-align: center;
}

#business .flow-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}

#business .flow-list-item::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 32px;
  background: url(../img/business/flow-arrow.png) no-repeat center/contain;
}

#business .flow-list-item:last-of-type::after {
  content: none;
}

#business .flow-list-item.w50::after {
  content: none;
}

#business .flow-list-item.w50 .flow-box {
  display: inline-block;
  width: 48.48%;
  max-width: 640px;
  margin-bottom: 33px;
  position: relative;
}

#business .flow-list-item.w50 .flow-box::after {
  content: '';
  display: block;
  width: 60px;
  height: 32px;
  margin: auto;
  background: url(../img/business/flow-arrow.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
}

#business .flow-list-item.ml-0 {
  margin-left: 0;
}

#business .flow-box {
  padding: 1.51%;
  padding-bottom: 40px;
  background: #fff;
}

#business .flow-ttl {
  width: 100%;
  padding: 7.5px 0;
  background: #100f45;
  text-align: center;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

#business .cmn-contact .middle-inner {
  padding: 130px 0;
}

/*	business sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #business .middle-inner {
    padding: 50px 3%;
  }
  #business .sec01 .list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #business .sec01 .list-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
  #business .sec01 .list-item.reverse .list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #business .sec01 .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #business .sec01 .list figure {
    width: 50%;
    max-width: 50%;
    height: 100%;
    margin-top: -50px;
    margin-left: auto;
  }
  #business .sec01 .list .cmn-txt {
    margin-top: 20px;
  }
  #business .sec01 .list .reverse figure {
    margin-left: 0;
    margin-right: auto;
  }
  #business .flow-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #business .flow-list {
    margin-top: 23px;
  }
  #business .flow-list .cmn-btn {
    margin-bottom: 0;
  }
  #business .flow-list .cmn-txt {
    margin-top: 20px;
    text-align: left;
  }
  #business .flow-list-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #business .cmn-contact .middle-inner {
    padding: 50px 3%;
  }
}

/*	contact pc
------------------------------------ */
#contact .sec-inner {
  padding: 80px 3% 0;
}

#contact .cmn-txt {
  margin-top: 30px;
  text-align: center;
}

#contact .cmn-contact-number-box {
  text-align: center;
}

#contact .cmn-contact-number-box a {
  color: #333;
  border: 1px solid #333;
}

#contact .tel.fax {
  display: block;
  margin: 30px auto 0;
  border: 1px solid #0086d3;
  color: #0086d3;
  pointer-events: none;
}

#contact .tel.fax span::before {
  content: none;
}

#contact h3 {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

#contact h4 {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 11.5px 2%;
  background: #595959;
  text-align: left;
  color: #fff;
}

#contact .mail-form .sec-inner {
  padding-bottom: 50px;
}

/*	contact sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #contact .sec-inner {
    padding: 50px 3% 0;
  }
  #contact .cmn-contact-number-box {
    margin-top: 40px;
  }
  #contact h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contact h4 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}

/*	site pc
------------------------------------ */
#site a:hover {
  opacity: .7;
}

#site h3 {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

#site .sec-inner {
  padding: 120px 0;
}

#site .site-ul {
  margin-top: 30px;
}

#site .site-link {
  display: block;
  padding: 11.5px 2%;
  border-bottom: 1px solid #ddd;
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", serif;
  font-weight: 400;
  color: #000;
  font-weight: 500;
}

/*	site sp
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .sec-inner {
    padding: 50px 3%;
  }
}

/*	privacy pc
------------------------------------ */
#privacy {
  padding-bottom: 120px;
}

#privacy h3 {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

#privacy h4 {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 11.5px 2%;
  background: #595959;
  text-align: left;
  color: #fff;
}

#privacy .sec-inner {
  padding-top: 50px;
}

#privacy .sec01 .sec-inner {
  padding-top: 120px;
}

#privacy .txt-box p {
  margin-top: 20px;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  #privacy h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  #privacy .sec01 .sec-inner {
    padding: 50px 3% 0;
  }
  #privacy .sec-inner {
    padding: 50px 3% 0;
  }
}

/*
------------------------------------ */
/* =========================================
  breakpoint
========================================= */
@media screen and (min-width: 768px) and (max-width: 1340px) {
  .middle-inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  #sec02.cmn-about::before {
    width: 40%;
    background-size: contain;
  }
}

@media all and (-ms-high-contrast: none) {
  .cmn-btn,
  .tel {
    font-family: serif !important;
  }
}
/*# sourceMappingURL=style.css.map */