@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

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

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

@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Bold.ttf");
}

/*	img-layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	cmn temp
------------------------------------ */
.fle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- ▲　fle parts　▲ --- */
/*==================================================
 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 #EEF;
  border-radius: 5px;
  background: #efefef;
  -webkit-box-shadow: 1px 2px 8px 0px rgba(150, 150, 150, 0.1) inset;
          box-shadow: 1px 2px 8px 0px rgba(150, 150, 150, 0.1) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  width: 100%;
}

.select {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .select::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 118%;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}

.select select {
  width: 222px;
  position: relative;
  z-index: 1;
}

.select img {
  width: 11px;
  position: absolute;
  right: 8px;
  z-index: 2;
  top: 6px;
  bottom: 0;
  margin: auto;
}

/* ボタン
  -------------------------------------------------- */
input[type='button'],
input[type='submit'] {
  width: 100%;
  height: 100%;
  margin: 0 4px;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  input[type='button'],
  input[type='submit'] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

input[type='button'].cmn-btn,
input[type='submit'].cmn-btn {
  width: 280px;
  height: 50px;
  font-family: "Noto sans Regular", sans-serif;
  font-weight: 400;
  line-height: 50px;
}

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

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

input[name="check"] {
  margin-left: auto;
  margin-right: auto;
}

input[name="check"][disabled] {
  color: #898f9c;
}

input[name="check"][disabled]:hover {
  pointer-events: none;
  opacity: 1;
}

input[name="back"] {
  margin-left: auto;
  margin-right: auto;
  color: #898f9c !important;
}

input[name="send"] {
  margin-left: auto;
  margin-right: auto;
}

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

/* チェックボックス・ラジオボタン
  -------------------------------------------------- */
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;
  line-height: 30px;
  cursor: pointer;
}

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

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 59%;
  left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  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: 59%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 10px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  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: 66px auto 0;
  width: 100%;
}

.contact-form-table tr {
  border-top: 1px solid #e5e5e5;
}

.contact-form-table tr:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.contact-form-table th, .contact-form-table td {
  padding: 10px 0;
  vertical-align: top;
}

.contact-form-table th {
  width: 31%;
  padding-left: 40px;
  text-align: left;
}

.contact-form-table td {
  width: 70%;
  padding-left: 50px;
  padding-right: 40px;
}

.contact-form-table a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 40px;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 12px 3%;
  }
  .contact-form-table td {
    border-top: none;
  }
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: none;
  }
}

.contact-form-table .cmn-btn {
  border: 2px solid #fff;
}

/* スマホ表示時にはテーブルを縦向きにする */
@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 {
  text-align: center;
  color: #ff0000;
  float: left;
}

/* 「任意」「必須」マーク */
.required-mark {
  padding: 0 12px;
  text-align: center;
  color: #fff;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  float: right;
  background: #c00000;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .required-mark {
    line-height: 22px;
  }
}

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

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

/* プライバシーポリシー */
label[for="agree"] a {
  color: #333333;
  text-decoration: underline;
  word-break: keep-all;
}

.inline-privacy-policy {
  width: 98%;
  height: 252px;
  margin: 20px auto 0;
  background: #fff;
}

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

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

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

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

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

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

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

.w100 {
  width: 100% !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;
}

.mt25 {
  margin-top: 25px !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  PC
========================================= */
body {
  /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1300px;
  margin: auto;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto sans Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

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

/* 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 {
  display: block;
}

a:hover {
  opacity: .7;
}

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

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

.sec-inner.md,
.bread-inner.md {
  width: 1280px;
}

@media screen and (max-width: 767px) {
  .sec-inner.md,
  .bread-inner.md {
    width: 100%;
  }
}

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

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

.cmn-txt,
#privacy .txt-box
form p {
  line-height: 1.94;
}

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

/*--- cmn-btn  PC----*/
.cmn-btn {
  display: inline-block;
  width: 250px;
  height: 70px;
  margin: auto;
  border: 2px solid #c00000;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}

.cmn-btn::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 13px;
  margin: auto;
  background: url("../img/common/cmn-btn-arrow.png") no-repeat center/contain;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 26px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

table.cmn-table tr {
  border-bottom: 1px solid #e7e7e7;
}

table.cmn-table th, table.cmn-table td {
  padding: 17px 0;
  vertical-align: top;
  letter-spacing: 0;
  color: #333333;
}

table.cmn-table th {
  width: 34.5%;
  padding-left: 40px;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  text-align: left;
}

/*	heading  PC
------------------------------------ */
.head-type01 {
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .06em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .head-type01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.head-type01-en {
  display: block;
  margin-bottom: 16px;
  font-family: "roboto";
  font-size: 20px;
  font-size: 2rem;
  color: #c00000;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .head-type01-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.head-type02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  letter-spacing: .04em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .head-type02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.head-type03 {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  border-left: 5px solid #c00000;
  background: #eeeeee;
  line-height: 60px;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  color: #333333;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .head-type03 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.head-type04 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaaaaa;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #333333;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .head-type04 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  display: block;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 100px;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 20;
}

.fixed a {
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slide-none {
  right: -1500px !important;
}

.top-btn {
  position: fixed;
  bottom: 28px;
  right: 87px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

.side-entry {
  position: fixed;
  top: 182px;
  right: 0;
  z-index: 1000;
}

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

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

.breadcrumb li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .breadcrumb li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.breadcrumb a {
  display: inline-block;
  color: #333333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.breadcrumb .fle {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 9px;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .breadcrumb .fle {
    max-width: 1080px;
  }
}

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

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation li a {
  width: 100%;
  height: inherit;
  color: #c00000;
  line-height: 41px;
  position: relative;
  z-index: 10;
}

.pagenation li {
  display: inline-block;
  width: 43px;
  height: 43px;
  border: 2px solid #c00000;
  line-height: 41px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pagenation li a, .pagenation li span {
  display: inline-block;
}

.pagenation li:hover {
  background: #c00000;
}

.pagenation li:hover a, .pagenation li:hover span {
  color: #fff;
  opacity: 1;
}

.pagenation li:hover .pagenation-arrow.back::before {
  border-top: 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 + li {
  margin-left: 12px;
}

.pagenation-arrow.back::before,
.pagenation-arrow.next::before {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.pagenation-arrow.back::before {
  border-top: 2px solid #c00000;
  border-left: 2px solid #c00000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagenation-arrow.next::before {
  border-top: 2px solid #c00000;
  border-right: 2px solid #c00000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagenation .current {
  background: #c00000;
}

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

/*	detail pagenation  PC
------------------------------------ */
.detail .pagenation-inner {
  max-width: 1080px;
  margin: auto;
  padding-bottom: 145px;
  position: relative;
}

.detail .pagenation-inner li {
  position: absolute;
  top: 0;
}

.detail .top-works {
  margin: auto;
  left: 0;
  right: 0;
}

.detail .back {
  left: 0;
}

.detail .next {
  right: 0;
}

.detail .data-nav a {
  display: inline-block;
  color: #333333;
  padding: 5px 0;
}

.detail .data-nav {
  position: relative;
}

@media screen and (min-width: 768px) {
  .detail .data-nav {
    margin: 60px auto 0;
  }
}

.detail .data-nav .to-works {
  display: inline-block;
  width: 89px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .detail .data-nav .to-works {
    margin: auto;
  }
}

.detail .to-works .cmn-btn {
  color: #fff;
  line-height: 36px;
  height: 45px;
}

.detail .to-works .cmn-btn::after {
  content: none;
}

.detail .back, .detail .next, .detail .to-works {
  position: relative;
}

.detail .back a, .detail .next a, .detail .to-works a {
  width: 89px;
  height: 42px;
  border: 2px solid #c00000;
  line-height: 29px;
  text-align: center;
  color: #333333;
  position: relative;
  z-index: 10;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.detail .back::after, .detail .next::after, .detail .to-works::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}

.detail .back::after {
  border-top: 2px solid #c00000;
  border-left: 2px solid #c00000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 12px;
}

.detail .back:hover::after {
  border-top: 2px solid #c00000;
  border-left: 2px solid #c00000;
}

.detail .next::after {
  border-top: 2px solid #c00000;
  border-right: 2px solid #c00000;
  right: 12px;
}

.detail .next:hover::after {
  border-top: 2px solid #c00000;
  border-right: 2px solid #c00000;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 400px;
  border-top: 2px solid #cacccc;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  padding-top: 42.5%;
  position: relative;
}

.mv-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("../img/top/cmn-recruit-bg.jpg") no-repeat center/cover;
}

.seo-txt {
  position: absolute;
  left: 13px;
  top: 297px;
}

/*	gnav  PC
------------------------------------ */
.gnav-wrap {
  width: 1230px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.gnav-list {
  border-radius: 7px 0 0 7px;
  background: #fff;
}

.gnav-link {
  display: inline-block;
  padding: 26.5px 15px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    margin: auto;
    background: #c00000;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .gnav-link:hover {
    color: #c00000;
    opacity: 1;
  }
  .gnav-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.gnav-link.first {
  padding-left: 26px;
  padding-right: 26px;
}

@media screen and (min-width: 768px) {
  .gnav-link.last {
    padding-right: 26px;
  }
}

.gnav-link.current {
  color: #c00000;
}

@media screen and (min-width: 768px) {
  .gnav-link.current::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #c00000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.gnav-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  color: #333333;
  font-family: "roboto";
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .gnav-tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.gnav-tel::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 23px;
  margin-right: 4px;
  background: url("../img/common/info-tel.png") no-repeat center/contain;
}

.gnav-tel-wrap {
  padding: 4px 22px 0 28px;
  border-left: 1px solid #c9c9c9;
}

.gnav-tel-txt {
  display: block;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .gnav-tel-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gnav-contact {
  padding: 15px 22.5px;
  border-radius: 0 7px 7px 0;
  background: #c00000;
  text-align: center;
  color: #fff;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .gnav-contact {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gnav-contact::before {
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  margin: 0 auto 6px;
  background: url("../img/common/info-mail.png") no-repeat center/contain;
}

/* =========================================
  footer  PC
========================================= */
#footer .bg {
  background: #c00000;
}

#footer .f-nav {
  background: #fff;
}

@media screen and (min-width: 768px) {
  #footer .f-nav-item:nth-of-type(n+2) {
    margin-left: 15px;
  }
}

#footer .f-nav-link {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  #footer .f-nav-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#footer .f-nav-link.current {
  color: #e72d1a;
}

#footer .f-tel {
  margin-top: 8px;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-family: "roboto";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #footer .f-tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#footer .f-tel::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 23px;
  margin-right: 4px;
  background: url("../img/common/f-tel.png") no-repeat center/contain;
}

#footer .f-info {
  text-align: right;
}

#footer .f-line {
  display: inline-block;
}

#footer .f-btn {
  width: 210px;
  height: 47px;
  margin-left: auto;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  color: #c00000;
  line-height: 47px;
}

#footer .f-btn-wrap {
  margin-top: 8px;
}

#footer .f-btn::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 17px;
  margin-right: 12px;
  background: url("../img/common/f-mail.png") no-repeat center/contain;
}

#footer .pt {
  padding-top: 33px;
}

#footer .cmn-txt {
  margin-top: 11px;
  font-size: 13px;
  color: #fff;
}

#footer .copyright {
  margin-top: 25px;
  text-align: center;
  color: #fff;
}

#footer .copyright small {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
}

#footer .copyright a {
  display: inline-block;
  padding: 0 3px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* =========================================
  main  PC
========================================= */
/*	sp-tel  PC
------------------------------------ */
.sp-tel {
  display: none;
}

/*	cmn parts  PC
------------------------------------ */
/*	sec01  PC
------------------------------------ */
#sec01 .sec-inner {
  padding: 93px 0 78px;
}

#sec01 .txt-box {
  margin: 44px auto 0;
  text-align: center;
}

#sec01 .cmn-txt-lg {
  display: inline-block;
  padding: 0 20px;
  border-radius: 4px;
  background: #eeeeee;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #sec01 .cmn-txt-lg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#sec01 .mt {
  margin-top: 15px;
}

/*	sec02  PC
------------------------------------ */
#sec02 .bg {
  padding: 90px 0 100px;
  position: relative;
}

#sec02 .bg::before {
  content: '';
  display: inline-block;
  width: 78.125%;
  height: 100%;
  background: #c00000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec02 .bg::after {
  content: '';
  display: inline-block;
  width: 125px;
  height: 667px;
  background: url("../img/top/sec02-bg.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 45px;
}

#sec02 figure {
  position: absolute;
  top: 192px;
  right: 0;
}

#sec02 figure img {
  border-radius: 29px 0 0 29px;
}

#sec02 .txt-box {
  max-width: 466px;
  position: relative;
}

#sec02 .txt-box::before {
  content: '';
  display: inline-block;
  width: 158px;
  height: 196px;
  background: url("../img/top/sec01-ico.png") no-repeat center/contain;
  position: absolute;
  bottom: -103px;
  right: -20px;
}

#sec02 .cmn-txt {
  margin-top: 36px;
  color: #fff;
  line-height: 1.94;
}

#sec02 .cmn-btn-wrap {
  margin: 40px 0 0;
}

/*	sec03  PC
------------------------------------ */
#sec03 .bg {
  padding: 310px 0 322px;
  position: relative;
}

#sec03 .bg::before {
  content: '';
  display: inline-block;
  width: 65.677%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec03 .bg::after {
  content: '';
  display: inline-block;
  width: 146px;
  height: 652px;
  background: url("../img/top/sec03-bg.png") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 220px;
}

#sec03 .sec-inner {
  position: relative;
}

#sec03 .sec-inner::before, #sec03 .sec-inner::after {
  content: '';
  display: inline-block;
  position: absolute;
}

#sec03 .sec-inner::before {
  width: 533px;
  height: 331px;
  border-radius: 18px;
  background: url("../img/top/sec01-img03.jpg") no-repeat;
  bottom: -431px;
  right: 208px;
}

#sec03 .sec-inner::after {
  width: 266px;
  height: 179px;
  background: url("../img/top/sec01-ico02.png") no-repeat center/contain;
  bottom: -351px;
  right: -143px;
}

@media screen and (max-width: 1550px) {
  #sec03 .sec-inner::after {
    right: -80px;
  }
}

#sec03 figure {
  position: absolute;
  top: 220px;
  left: 0;
}

#sec03 figure img {
  border-radius: 0 29px 29px 0;
}

#sec03 .txt-box {
  max-width: 550px;
  margin-left: auto;
}

#sec03 .head-type02 {
  color: #333333;
}

#sec03 .cmn-txt {
  margin-top: 30px;
}

#sec03 .cmn-btn-wrap {
  margin: 42px 0 0;
  text-align: right;
}

/*	sec04  PC
------------------------------------ */
#sec04 .pt {
  margin-top: 209px;
}

#sec04 .bg {
  background: #c00000;
}

#sec04 .sec-inner {
  padding: 90px 40px 100px;
}

#sec04 .head-type01 {
  color: #fff;
}

#sec04 .head-type01-en {
  color: #fff;
}

#sec04 .txt-box {
  margin-top: 30px;
  text-align: center;
}

#sec04 .cmn-txt {
  color: #fff;
}

#sec04 .list-wrap {
  margin: 40px auto 0;
  padding: 60px;
  border-radius: 29px;
  background: #fff;
  position: relative;
}

#sec04 .list-wrap::before, #sec04 .list-wrap::after {
  content: '';
  display: inline-block;
  position: absolute;
}

#sec04 .list-wrap::before {
  width: 192px;
  height: 156px;
  background: url("../img/top/gallery-ico01.png") no-repeat center/contain;
  bottom: -24px;
  left: -20px;
}

#sec04 .list-wrap::after {
  width: 164px;
  height: 188px;
  background: url("../img/top/gallery-ico02.png") no-repeat center/contain;
  bottom: -17px;
  right: -16px;
}

#sec04 .list-item {
  width: 100%;
  max-width: 334px;
}

#sec04 .list-item:nth-of-type(n+2) {
  margin-left: 42px;
}

#sec04 .list-txt {
  margin-top: 5px;
  line-height: 1.94;
  color: #333333;
}

#sec04 .list-txt-box {
  margin: 20px auto 0;
}

#sec04 .list-ttl {
  padding-bottom: 7px;
  border-bottom: 1px solid #c00000;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  #sec04 .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#sec04 figure {
  width: 100%;
  height: 0;
  padding-top: 70.658%;
  position: relative;
}

#sec04 figure img {
  border-radius: 17px;
}

#sec04 .cmn-btn-wrap {
  margin: 50px auto 0;
  text-align: center;
}

/*	cmn-recruit  PC
------------------------------------ */
.cmn-recruit .bg {
  background: url("../img/common/cmn-recruit-bg.jpg") no-repeat center/cover;
}

.cmn-recruit .sec-inner {
  padding: 90px 0 100px;
  position: relative;
}

.cmn-recruit .sec-inner::before {
  content: '';
  display: inline-block;
  width: 224px;
  height: 283px;
  background: url("../img/common/cmn-recruit-ico.png") no-repeat center/contain;
  position: absolute;
  right: -32px;
  bottom: 0;
}

.cmn-recruit .head-type01-accent {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 7px;
  background: #c00000;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cmn-recruit .head-type01-accent {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.cmn-recruit .head-type01-accent::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 42px;
  background: url("../img/common/head-ico.png") no-repeat center/contain;
  position: absolute;
  top: -35px;
  left: -33px;
}

.cmn-recruit .cmn-txt {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .cmn-recruit .cmn-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cmn-recruit .tel {
  display: inline-block;
  padding: 0 2px;
  border-bottom: 1px solid #c00000;
  font-size: 39px;
  font-size: 3.9rem;
  font-family: "roboto";
  color: #333333;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cmn-recruit .tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.cmn-recruit .tel::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 29px;
  margin-right: 5px;
  background: url("../img/common/cmn-recruit-tel.png") no-repeat center/contain;
}

.cmn-recruit .tel-txt {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .cmn-recruit .tel-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cmn-recruit .tel-wrap {
  margin: 23px auto 0;
  text-align: center;
}

.cmn-recruit .cmn-btn {
  width: 297px;
  margin: 0;
}

.cmn-recruit .cmn-btn:nth-of-type(n+2) {
  margin: 0 0 0 60px;
}

.cmn-recruit .cmn-btn-wrap {
  margin: 50px auto 0;
}

.sub .cmn-recruit .sec-inner::before {
  width: 232px;
  height: 233px;
  background-image: url("../img/common/cmn-recruit-sub-ico.png");
  right: -118px;
}

@media screen and (max-width: 1377px) {
  .sub .cmn-recruit .sec-inner::before {
    right: 0;
  }
}

.sub .cmn-recruit .head-type01-accent {
  padding: 0.5px 12px;
}

.sub .cmn-recruit .head-type01-accent::before {
  background-image: url("../img/common/head-ico-sub.png");
  left: auto;
  right: -33px;
}

.sub .cmn-recruit .cmn-btn-wrap {
  text-align: center;
}

/*	cmn-contact  PC
------------------------------------ */
.cmn-contact .bg {
  background: #f2f2f2;
}

.cmn-contact .sec-inner {
  padding: 90px 0 100px;
}

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

.cmn-contact .list {
  margin: 47px auto 0;
}

.cmn-contact .list-item {
  width: 510px;
  max-width: 100%;
  height: 268px;
  border-radius: 7px;
  text-align: center;
}

.cmn-contact .list-item:nth-of-type(n+2) {
  margin-left: 60px;
}

.cmn-contact .list-tel {
  display: inline-block;
  margin-top: 10px;
  padding: 0 30px 10px;
  border-bottom: 1px solid #c00000;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "roboto";
  font-weight: 500;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cmn-contact .list-tel {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.cmn-contact .list-tel::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 35px;
  margin-right: 5px;
  background: url("../img/common/cmn-contact-tel.png") no-repeat center/contain;
}

.cmn-contact .list-contact {
  padding-top: 38px;
  border: 2px solid #c00000;
  background: #fff;
}

.cmn-contact .list-contact-txt {
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
}

.cmn-contact .list-contact-btn {
  width: 330px;
  height: 70px;
  margin: auto;
  border-radius: 7px;
  background: #c00000;
  line-height: 70px;
  color: #fff;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
}

.cmn-contact .list-contact-btn::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 17px;
  margin-right: 13px;
  background: url("../img/common/info-mail.png") no-repeat center/contain;
}

.cmn-contact .list-contact-btn-wrap {
  margin: 23px auto 0;
  text-align: center;
}

.cmn-contact .list-line {
  padding: 40px 0 0 40px;
  background: #00b900;
  text-align: left;
}

.cmn-contact .list-line figure {
  width: 110px;
  height: 110px;
}

.cmn-contact .list-line figure img {
  width: 100%;
}

.cmn-contact .list-line-flex {
  max-width: 442px;
  margin-top: 25px;
}

.cmn-contact .list-line-txt {
  width: 69%;
  margin-left: 23px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cmn-contact .list-line-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cmn-contact .list-line-id {
  display: inline-block;
  width: 290px;
  margin-top: 12px;
  padding: 10px 0;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cmn-contact .list-line-id {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*	blog  PC
------------------------------------ */
#blog .sec-inner {
  padding: 90px 0 100px;
}

#blog figure {
  width: 150px;
  height: 0;
  padding-top: 150px;
  position: relative;
}

#blog figure img {
  border-radius: 7px;
}

#blog .list {
  margin: 45px auto 0;
  padding: 30px 0;
  border-top: 1px dashed #aaaaaa;
  border-bottom: 1px dashed #aaaaaa;
}

#blog .list-txt-wrap {
  margin-left: 30px;
  color: #333333;
}

#blog .list-link {
  width: 515px;
  max-width: 100%;
}

#blog .list-ttl {
  margin-top: 15px;
  line-height: 1.94;
  letter-spacing: 0;
}

#blog time {
  display: inline-block;
  padding: 4.5px 10px;
  border-radius: 4px;
  background: #c00000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "roboto";
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #blog time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#blog .cmn-btn {
  margin: 60px auto 0;
}

#blog .cmn-btn-wrap {
  text-align: center;
}

/*	sec06  PC
------------------------------------ */
#sec06 .bg {
  background: #f2f2f2;
}

#sec06 .sec-inner {
  padding: 90px 0 100px;
}

#sec06 .flex {
  margin-top: 35px;
}

#sec06 .cmn-table {
  max-width: 510px;
  margin-left: 123px;
}

#sec06 .cmn-btn-wrap {
  margin: 60px auto 0;
  text-align: center;
}

/* =========================================
  sub  PC
========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  padding-top: 400px;
  background: url("../img/business/sv.jpg") no-repeat center/cover;
}

.sub .mv-sub-catch {
  width: 437px;
  max-width: 90%;
  margin: auto;
  padding: 16px 0 19px;
  border-top: 3px solid #c00000;
  background: #fff;
  text-align: center;
  font-family: "Noto sans Bold", sans-serif;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  color: #333333;
  letter-spacing: .06em;
  line-height: 1;
  position: absolute;
  top: 218px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .sub .mv-sub-catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sub .seo-txt {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: .12em;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 19px;
}

/*	site  PCSP
------------------------------------ */
#site .sec-inner {
  width: 800px;
  margin: auto;
  padding: 90px 0 100px;
}

@media screen and (max-width: 767px) {
  #site .sec-inner {
    padding: 50px 15px;
  }
}

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

#site .site-li {
  border-bottom: 1px solid #333333;
}

#site .site-link {
  display: block;
  padding: 15px 2%;
  color: #333333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#site .site-link:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #site .sec-inner {
    padding: 80px 20px 100px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  padding: 100px 0;
}

#e404 .top {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
  #e404 .sec-inner {
    padding: 50px 15px;
  }
}

/*	privacy  PC
------------------------------------ */
#privacy .sec-inner {
  padding: 0 0 50px;
}

#privacy .head-type03 {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  #privacy .head-type03 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#privacy .sec01 .sec-inner {
  padding: 100px 0 50px;
}

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

#privacy .section:last-of-type {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .sub.privacy .catch-wrap {
    left: 19.5%;
  }
  .sub.privacy .catch-txt::before {
    left: 53px;
  }
  .sub.privacy .catch-txt::after {
    right: 153px;
  }
}

/*	business  PC
------------------------------------ */
#business .anchor-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#business .anchor-btn-wrap .anchor-btn {
  min-width: 180px;
  max-width: 240px;
  padding: 0 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 23px;
  background-color: #c00000;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  #business .anchor-btn-wrap .anchor-btn:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

#business .anchor-btn-wrap .anchor-btn::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: auto;
  background: url("../img/business/arrow.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

#business .img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px auto 0;
}

#business .img-list-item {
  max-width: 330px;
}

@media screen and (min-width: 768px) {
  #business .img-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 42px;
  }
  #business .img-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}

#business .img-figure img {
  border-radius: 18px;
}

#business .img-txt {
  margin-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c00000;
  letter-spacing: 0;
  color: #333333;
}

#business .img-txt-sm {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #business .img-txt-sm {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#business .reform-wrap {
  margin-top: 70px;
}

#business .sec01 .sec-inner {
  padding: 90px 0 100px;
}

#business .sec01 .list {
  margin: 80px auto 0;
}

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

#business .sec01 .cmn-btn-wrap {
  margin: 60px auto 0;
  text-align: center;
}

/*	guide  PC
------------------------------------ */
#guide .sec01 .sec-inner {
  padding-top: 90px;
}

#guide .sec01 .txt-box {
  margin-top: 40px;
}

#guide .sec02 .sec-inner {
  padding: 90px 0 100px;
}

#guide .sec02 .list-price-ttl {
  padding: 23px 0;
  border: 1px solid #c00000;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #333333;
  letter-spacing: 0;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  #guide .sec02 .list-price-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#guide .sec02 .list-price-ttl::before, #guide .sec02 .list-price-ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
}

#guide .sec02 .list-price01 {
  margin-top: 47px;
}

#guide .sec02 .list-price01::before {
  width: 152px;
  height: 123px;
  background: url("../img/guide/price-ico01.png") no-repeat center/contain;
  left: 17px;
  top: -20px;
}

#guide .sec02 .list-price01::after {
  width: 139px;
  height: 132px;
  background: url("../img/guide/price-ico02.png") no-repeat center/contain;
  top: -41px;
  right: 7px;
}

#guide .sec02 .list-price02 {
  margin-top: 100px;
}

#guide .sec02 .list-price02::before {
  width: 126px;
  height: 124px;
  background: url("../img/guide/price-ico03.png") no-repeat center/contain;
  left: 18px;
  top: -34px;
}

#guide .sec02 .list-price02::after {
  width: 132px;
  height: 105px;
  background: url("../img/guide/price-ico04.png") no-repeat center/contain;
  top: -41px;
  right: 2px;
}

#guide .sec02 .list-table {
  width: 100%;
}

#guide .sec02 .list-table tr {
  border-bottom: 1px solid #e5e5e5;
}

#guide .sec02 .list-table th, #guide .sec02 .list-table td {
  padding: 17px 0;
}

#guide .sec02 .list-table th {
  width: 81%;
  padding-left: 5px;
  text-align: left;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
}

#guide .sec02 .list-table td {
  width: 19%;
  padding-right: 5px;
  text-align: right;
  color: #878787;
}

#guide .sec02 .list-table-wrap {
  margin: 60px auto 0;
}

#guide .sec02 .list-table-left, #guide .sec02 .list-table-right {
  width: 100%;
  max-width: 520px;
}

#guide .sec02 .list-table-left .list-table-box:nth-of-type(n+2), #guide .sec02 .list-table-right .list-table-box:nth-of-type(n+2) {
  margin-top: 60px;
}

#guide .sec03 .bg {
  background: #c00000;
}

#guide .sec03 .sec-inner {
  padding: 90px 0 100px;
}

#guide .sec03 .head-type01 {
  color: #fff;
}

#guide .sec03 .head-type01-en {
  color: #fff;
}

#guide .sec03 .list {
  margin-top: 50px;
  border-radius: 19px;
  background: #fff;
}

#guide .sec03 .list-item {
  padding: 0 60px;
}

#guide .sec03 .list-item:nth-of-type(2n) {
  background: #eeeeee;
}

#guide .sec03 .list-item:nth-of-type(2n) .list-num {
  color: #fff;
  background: #c00000;
}

#guide .sec03 .list-item:nth-of-type(n+2) .list-num {
  position: relative;
}

#guide .sec03 .list-item:nth-of-type(n+2) .list-num::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 132px;
  margin: auto;
  background: url("../img/guide/border.png") no-repeat center/contain;
  position: absolute;
  top: -145px;
  left: 0;
  right: 0;
}

#guide .sec03 .list-item01 {
  padding-top: 38px;
  padding-bottom: 42px;
}

#guide .sec03 .list-item02 {
  padding-top: 65px;
  padding-bottom: 63px;
}

#guide .sec03 .list-item03 {
  padding-top: 46px;
  padding-bottom: 42px;
}

#guide .sec03 .list-item04 {
  padding-top: 66px;
  padding-bottom: 55px;
}

#guide .sec03 .list-item05 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#guide .sec03 .list-num {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 3px solid #c00000;
  text-align: center;
  font-family: "roboto";
  letter-spacing: 0;
  line-height: 74px;
  color: #c00000;
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  #guide .sec03 .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#guide .sec03 .list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#guide .sec03 .list-txt-wrap {
  width: 79%;
  max-width: 753px;
}

#guide .sec03 .list-ttl {
  padding-bottom: 7px;
  border-bottom: 1px solid #cacaca;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  color: #c00000;
  letter-spacing: .06em;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  #guide .sec03 .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#guide .sec03 .list-ttl-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#guide .sec03 .list-ttl-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#guide .sec03 .list-ttl-last::after {
  content: '';
  display: inline-block;
  width: 174px;
  height: 118px;
  margin-left: 18px;
  background: url("../img/guide/flow-ico.png") no-repeat center/contain;
}

#guide .sec03 .list-link-wrap {
  margin-top: 10px;
}

#guide .sec03 .list-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #guide .sec03 .list-tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#guide .sec03 .list-tel::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 23px;
  margin-right: 3px;
  background: url("../img/guide/tel.png") no-repeat center/contain;
}

#guide .sec03 .list-contact {
  display: inline-block;
  margin-left: 30px;
}

#guide .sec03 .list-line {
  display: inline-block;
  margin-left: 14px;
}

#guide .sec03 .cmn-txt {
  margin-top: 12px;
  color: #171a0b;
}

/*	works  PC
------------------------------------ */
#works .sec01 .sec-inner {
  padding: 90px 0 100px;
}

#works .sec01 .txt-box {
  margin-top: 35px;
  text-align: center;
}

#works .sec01 .tag-wrap {
  margin: 74px auto 0;
  padding: 30px 30px 15px;
  border: 1px solid #a6a6a6;
}

#works .sec01 .tag-item {
  padding: 0 30px;
}

#works .sec01 .tag-item:nth-of-type(2) {
  margin-top: 9px;
  padding-top: 24px;
  border-top: 1px dashed #a6a6a6;
}

#works .sec01 .tag-ttl {
  width: 20%;
  font-size: 25px;
  font-size: 2.5rem;
  color: #333333;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  #works .sec01 .tag-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#works .sec01 .tag-link {
  padding: 6.5px 20px;
  border-radius: 4px;
  background: #c00000;
  text-align: center;
  color: #fff;
}

#works .sec01 .tag-link-wrap {
  width: 80%;
}

#works .sec01 .tag-link-wrap .tag-link-item {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #works .sec01 .tag-link-wrap .tag-link-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

#works .sec01 .list {
  margin: 80px auto 0;
}

#works .sec01 .list-item {
  width: 100%;
  max-width: 333px;
}

@media screen and (min-width: 768px) {
  #works .sec01 .list-item:not(:nth-of-type(3n-2)) {
    margin-left: 40.5px;
  }
  #works .sec01 .list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}

#works .sec01 .list-link {
  display: inline-block;
}

#works .sec01 .list-txt {
  padding-bottom: 7px;
  line-height: 1.94;
  color: #333333;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #c00000;
}

#works .sec01 .list-txt-box {
  margin: 24px auto 0;
}

#works .sec01 figure {
  width: 100%;
  height: 0;
  padding-top: 70.658%;
  position: relative;
}

#works .sec01 figure img {
  border-radius: 17px;
}

/*	qa  PC
------------------------------------ */
#qa .sec01 .sec-inner {
  padding: 90px 0 100px;
}

#qa .sec01 .txt-box {
  margin-top: 40px;
  text-align: center;
}

#qa .sec01 .list {
  margin: 46px auto 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#qa .sec01 .list-item {
  padding: 40px 0 28px;
}

#qa .sec01 .list-item:nth-of-type(n+2) {
  border-top: 1px solid #e5e5e5;
}

#qa .sec01 .list-txt {
  padding: 0 27px 0 80px;
  position: relative;
}

#qa .sec01 .list-txt::before {
  content: '';
  display: inline-block;
  width: 53px;
  height: 53px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#qa .sec01 .list-q {
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  #qa .sec01 .list-q {
    font-size: 20px;
    font-size: 2rem;
  }
}

#qa .sec01 .list-q::before {
  background: url("../img/qa/q.png") no-repeat center/contain;
}

#qa .sec01 .list-a {
  margin-top: 22px;
  line-height: 1.94;
  white-space: pre-line;
}

#qa .sec01 .list-a::before {
  background: url("../img/qa/a.png") no-repeat center/contain;
}

/*	recruit  PC
------------------------------------ */
#recruit .sec01 .sec-inner {
  padding: 90px 0 0;
}

#recruit .sec02 .sec-inner {
  padding: 90px 0 100px;
}

#recruit .sec02 .cmn-table {
  margin: 35px auto 0;
}

/*	company  PC
------------------------------------ */
#company .sec01 .sec-inner {
  padding: 90px 0 0;
}

#company .sec02 .sec-inner {
  padding: 90px 0 100px;
}

#company .sec02 .cmn-table {
  margin: 35px auto 0;
}

@media screen and (min-width: 768px) {
  #company .sec02 .cmn-table th {
    width: 23%;
  }
}

/*	contact  PC
------------------------------------ */
#contact .sec01 .sec-inner {
  padding: 90px 0 100px;
}

#contact .sec01 .txt-box {
  margin: 40px auto 0;
}

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

#contact .cmn-recruit .list-line {
  margin: auto;
}

#contact .cmn-recruit .sec-inner {
  padding: 100px 0;
}

#contact .cmn-recruit .sec-inner::before {
  width: 172px;
  height: 228px;
  background: url("../img/common/contact-recruit.png") no-repeat center/contain;
  right: 0;
}

/*	sub blog  PC
------------------------------------ */
.sub #blog .sec01 .list-item:nth-of-type(n+3) {
  margin-top: 30px;
}

.sub #blog .cmn-contact .list-line figure {
  width: 110px;
  height: 110px;
  padding-top: 0;
  position: static;
}

.sub #blog .detail .cmn-txt-wrap {
  margin-top: 12px;
}

.sub #blog .detail figure {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 20px;
  padding-top: 250px;
}

.sub #blog .detail .head-type01 {
  margin-bottom: 20px;
}

/************************************************

  SP layout

************************************************/
@media screen and (max-width: 767px) {
  /* =========================================
  base  SP
========================================= */
  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;
  }
  /*	parts  SP
------------------------------------ */
  .sec-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner
.sec-inner.md {
    width: 100% !important;
  }
  /* ---- cmn-btn  SP ---- */
  .cmn-btn {
    height: 60px;
    line-height: 60px;
  }
  /* ---- cmn-table  SP ---- */
  table.cmn-table {
    display: block;
    width: 100%;
  }
  table.cmn-table tbody, table.cmn-table tr {
    display: block;
    width: 100%;
  }
  table.cmn-table th, table.cmn-table td {
    display: block;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10px;
    text-align: center;
  }
  table.cmn-table th {
    padding-bottom: 5px;
  }
  table.cmn-table td {
    padding-top: 0;
  }
  /*	heading  SP
------------------------------------ */
  .head-type03 {
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
  }
  /*	pagetop  SP
------------------------------------ */
  .fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 15px;
    right: 0;
    left: 0;
    bottom: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-btn {
    width: 50px;
    margin-left: auto;
    bottom: 20px;
    right: 0px;
  }
  .top-btn.top {
    bottom: 530px;
  }
  .side-contact {
    display: inline-block;
    width: 76px;
    margin-left: 30px;
  }
  .side-entry-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 20px;
    border-radius: 7px;
    background-color: #eb5a00;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Noto sans Bold", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .side-entry-sp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .side-entry-sp::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 24px;
    margin-right: 10px;
    background: url("../img/common/side-entry-ico.png") no-repeat center/contain;
  }
  /*  breadcrumb  SP
------------------------------------ */
  .breadcrumb .bread-inner {
    padding: 0 2% 0;
  }
  .breadcrumb.detail-bg .fle {
    position: static;
  }
  /*	pagenation  SP
------------------------------------ */
  .pagenation {
    margin: 30px auto 0;
  }
  .pagenation-inner .cmn-btn {
    width: 105px;
    min-width: 100px;
  }
  .pagenation-inner .cmn-btn span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pagenation-inner .cmn-btn span::after {
    content: none;
  }
  .pagenation-inner .back .cmn-btn,
  .pagenation-inner .next .cmn-btn {
    width: 60px;
  }
  .pagenation li + li {
    margin-left: 2%;
  }
  .detail .pagenation-inner {
    padding: 0 2%;
  }
  .back::before, .next::before {
    width: 11px;
    height: 11px;
  }
  .data-nav {
    margin-top: 30px;
    padding-bottom: 100px;
  }
  .data-nav .to-works {
    margin: auto;
  }
  /* =========================================
  header  SP
========================================= */
  /*	gnav  SP
------------------------------------ */
  #gnav {
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1000;
    color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    overflow-y: scroll;
  }
  #gnav .info-time {
    margin-top: 25px;
  }
  #gnav .info-time.date {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 20px;
  }
  #gnav.active {
    display: block;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #gnav .gnav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 66px 10px 0;
    background: #ebebeb;
    position: relative;
    z-index: 1000;
  }
  #gnav .gnav-item {
    width: 100%;
    height: auto;
    padding: 5px;
    padding: 0;
    border: none;
    text-align: center;
    position: relative;
  }
  #gnav .gnav-item:nth-of-type(n+2) {
    margin: 10px auto 0;
  }
  #gnav .gnav-item:nth-of-type(n+2) .gnav-link::before {
    bottom: auto;
    top: -12px;
    left: 0;
    right: 0;
  }
  #gnav .gnav-item.sp-mt0 {
    margin-top: 0;
  }
  #gnav .gnav-item-link {
    width: 100%;
    color: #fff;
  }
  #gnav .gnav-txt {
    line-height: 1.5;
  }
  #gnav .gnav-item + .gnav-item::before {
    content: none;
  }
  #gnav .gnav-item.sp-only::before {
    content: none;
  }
  #gnav .gnav-en {
    line-height: 1;
  }
  #gnav .gnav-item.info-item p {
    color: #fff;
  }
  #gnav .gnav-item::before {
    content: none;
  }
  #gnav .list-item {
    margin-top: 20px;
  }
  #gnav .list-item a:nth-of-type(n+2) {
    margin-left: 35px;
  }
  #gnav .gnav-link {
    width: 100%;
    padding: 10px 0;
  }
  #gnav .gnav-tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav .gnav-tel-txt {
    margin-top: 10px;
    text-align: center;
  }
  #gnav .gnav-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav .gnav-contact-wrap-sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav .gnav-contact::before {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  /*	sp menu btn  SP
------------------------------------ */
  #sp-menu-btn {
    display: block;
    position: fixed;
    top: 14px;
    right: 7px;
    width: 45px;
    height: 45px;
    background: #333333;
    z-index: 1010;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  #sp-menu-btn.active .top {
    -webkit-transform: translateY(12px) translateX(-1px) rotate(45deg);
            transform: translateY(12px) translateX(-1px) rotate(45deg);
  }
  #sp-menu-btn.active .middle {
    opacity: 0;
  }
  #sp-menu-btn.active .bottom {
    -webkit-transform: translateY(-10px) translateX(-1px) rotate(-45deg);
            transform: translateY(-10px) translateX(-1px) rotate(-45deg);
  }
  #sp-menu-btn.active span::before {
    content: none;
  }
  #sp-menu-btn span {
    width: 30px;
    height: 2px;
    margin: auto;
    border: none;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
  #sp-menu-btn .middle {
    top: 22px;
  }
  #sp-menu-btn .bottom {
    top: auto;
    bottom: 11px;
  }
  /*	sp-tel  SP
------------------------------------ */
  .sp-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 8px;
    right: 69px;
    z-index: 1010;
  }
  .sp-tel a {
    display: inline-block;
    line-height: 40.44px;
  }
  .sp-tel a:nth-of-type(n+2) {
    margin-left: 18px;
  }
  .sp-tel .fa {
    margin-top: 11px;
    font-size: 33px;
    color: #c00000;
  }
  /*	ggmap  SP
------------------------------------ */
  .ggmap {
    width: 100%;
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
========================================= */
  #footer .pt {
    padding: 50px 15px 124px;
  }
  #footer .f-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .f-left {
    text-align: center;
  }
  #footer .f-info {
    margin-top: 20px;
    text-align: center;
  }
  #footer .f-nav {
    padding: 10px 15px;
  }
  #footer .f-nav-list {
    max-width: 350px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .f-nav-item {
    width: 50%;
    margin: 0;
  }
  #footer .f-nav-link {
    padding: 5px 0;
  }
  #footer .f-tel::before {
    width: 14px;
    height: 19px;
  }
  #footer .f-btn::before {
    width: 17px;
    height: 14px;
    margin-right: 8px;
  }
  #footer .copyright {
    margin-top: 20px;
    text-align: center;
  }
  #footer .copyright a {
    padding: 0;
  }
  #footer .copyright small {
    font-size: 10px;
    font-size: 1rem;
  }
  /* =========================================
  main  SP
========================================= */
  /*	mv  SP
------------------------------------ */
  .seo-txt {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .12em;
    position: absolute;
    top: auto;
    bottom: 12px;
    left: 12px;
  }
  /*	cmn parts  SP
------------------------------------ */
  /*	sec01  SP
------------------------------------ */
  #sec01 .sec-inner {
    padding: 50px 15px;
  }
  #sec01 .txt-box {
    margin-top: 20px;
  }
  #sec01 .cmn-txt-lg {
    padding: 10px 5px;
  }
  /*	sec02  SP
------------------------------------ */
  #sec02 .bg {
    padding: 50px 15px 150px;
    background: #c00000;
    z-index: 1;
  }
  #sec02 .bg::before {
    content: none;
  }
  #sec02 .bg::after {
    width: 50px;
    height: 401px;
    background-position: top;
    top: 0;
    z-index: -1;
  }
  #sec02 .head-type02 {
    text-align: center;
  }
  #sec02 figure {
    margin-top: 10px;
    position: static;
  }
  #sec02 figure img {
    border-radius: 29px;
  }
  #sec02 .txt-box::before {
    width: 100px;
    height: 127px;
    bottom: -155px;
    right: 0;
  }
  #sec02 .cmn-txt {
    margin-top: 14px;
  }
  #sec02 .cmn-btn-wrap {
    text-align: center;
  }
  /*	sec03  SP
------------------------------------ */
  #sec03 .bg {
    padding: 50px 15px;
    background: #f2f2f2;
    z-index: 1;
  }
  #sec03 .bg::before {
    content: none;
  }
  #sec03 .bg::after {
    width: 86px;
    height: 393px;
    top: 0;
    z-index: -1;
  }
  #sec03 .sec-inner::before, #sec03 .sec-inner::after {
    content: none;
  }
  #sec03 .head-type02 {
    text-align: center;
  }
  #sec03 figure {
    margin-top: 10px;
    position: static;
    top: 0;
  }
  #sec03 figure img {
    border-radius: 29px;
  }
  #sec03 .cmn-txt {
    margin-top: 14px;
  }
  #sec03 .cmn-btn-wrap {
    text-align: center;
  }
  #sec03 .sp-img {
    width: 80%;
    margin: 20px 0 0;
    position: relative;
  }
  #sec03 .sp-img::before {
    content: '';
    display: inline-block;
    width: 140px;
    height: 117px;
    background: url("../img/top/sec01-ico02.png") no-repeat center/contain;
    position: absolute;
    right: -72px;
    bottom: -20px;
  }
  /*	sec04  SP
------------------------------------ */
  #sec04 .pt {
    margin-top: 0;
  }
  #sec04 .sec-inner {
    padding: 50px 15px 82px;
  }
  #sec04 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec04 .list-wrap {
    padding: 40px 15px 100px;
    border-radius: 22px;
  }
  #sec04 .list-wrap::before {
    width: 99px;
    height: 86px;
    bottom: -40px;
    left: 0;
  }
  #sec04 .list-wrap::after {
    width: 111px;
    height: 123px;
    bottom: -30px;
    right: -7px;
  }
  #sec04 .list-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  /*	cmn-recruit  SP
------------------------------------ */
  .cmn-recruit .bg {
    background-position: 0%;
  }
  .cmn-recruit .sec-inner {
    padding: 50px 25px;
  }
  .cmn-recruit .sec-inner::before {
    content: none;
  }
  .cmn-recruit .head-type01-accent::before {
    width: 27px;
    height: 35px;
    top: -27px;
    left: -21px;
  }
  .cmn-recruit .tel {
    font-size: 39px;
    font-size: 3.9rem;
  }
  .cmn-recruit .tel-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cmn-recruit .cmn-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-recruit .cmn-btn:nth-of-type(n+2) {
    margin: 15px auto 0;
  }
  .sub .cmn-recruit .head-type01-accent {
    margin: 20px auto 1px;
  }
  /*	cmn-contact  SP
------------------------------------ */
  .cmn-contact .sec-inner {
    padding: 50px 15px;
  }
  .cmn-contact .cmn-txt {
    margin-top: 17px;
  }
  .cmn-contact .list {
    margin-top: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-contact .list-item:nth-of-type(n+2) {
    margin: 20px auto 0;
  }
  .cmn-contact .list-contact {
    padding: 30px 15px;
    height: auto;
  }
  .cmn-contact .list-tel::before {
    width: 17px;
    height: 24px;
  }
  .cmn-contact .list-line {
    height: auto;
    padding: 30px 15px;
  }
  .cmn-contact .list-line-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-contact .list-line-id {
    width: 100%;
  }
  .cmn-contact .list-line-txt {
    width: 100%;
    margin: 20px auto 0;
  }
  .cmn-contact .list-contact-btn {
    width: 250px;
    height: 60px;
    line-height: 60px;
  }
  /*	blog  SP
------------------------------------ */
  #blog .sec-inner {
    padding: 50px 15px;
  }
  #blog .list {
    margin-top: 30px;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #blog .list-item:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #blog .list-link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #blog .list-txt-wrap {
    width: 200px;
    margin: 15px auto 0;
  }
  #blog .list-ttl {
    margin-top: 7px;
  }
  #blog .cmn-btn {
    margin-top: 30px;
  }
  /*	sec06  SP
------------------------------------ */
  #sec06 .sec-inner {
    padding: 50px 15px;
  }
  #sec06 figure {
    width: 230px;
  }
  #sec06 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec06 .cmn-table {
    margin: 30px auto 0;
  }
  #sec06 .cmn-table tr, #sec06 .cmn-table tbody {
    display: block;
  }
  /* =========================================
  sub  SP
========================================= */
  /*	sub mv  SP
------------------------------------ */
  .sub .mv {
    padding-top: 200px;
  }
  .sub .mv-sub-catch {
    top: 74px;
  }
  .sub .seo-txt {
    font-size: 10px;
    font-size: 1rem;
    bottom: 0;
    left: 5px;
  }
  /*	privacy  SP
------------------------------------ */
  #privacy .section:last-of-type {
    padding-bottom: 50px;
  }
  #privacy .sec-inner {
    padding: 0 15px 30px;
  }
  #privacy .sec01 .sec-inner {
    padding: 60px 15px 30px;
  }
  #privacy .txt-box {
    margin-top: 15px;
  }
  /*	business  SP
------------------------------------ */
  #business .anchor-btn:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #business .anchor-btn-wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #business .img-txt {
    margin-top: 10px;
    padding-bottom: 8px;
  }
  #business .img-list {
    margin-top: 20px;
  }
  #business .img-list-item {
    width: 47%;
  }
  #business .img-list-item:nth-of-type(2n) {
    margin-left: 3%;
  }
  #business .img-list-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #business .reform-wrap {
    margin-top: 50px;
  }
  #business .sec01 .sec-inner {
    padding: 50px 15px;
  }
  #business .sec01 .list {
    margin: 30px auto 0;
  }
  #business .sec01 .list-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
  #business .sec01 .cmn-btn-wrap {
    margin-top: 30px;
  }
  /*	guide  SP
------------------------------------ */
  #guide .sec01 .sec-inner {
    padding: 50px 15px 0;
  }
  #guide .sec02 .sec-inner {
    padding: 50px 15px;
  }
  #guide .sec02 .list-price-ttl {
    padding: 13px 0;
  }
  #guide .sec02 .list-price01::before {
    width: 79px;
    height: 66px;
    left: -6px;
    top: -8px;
  }
  #guide .sec02 .list-price01::after {
    width: 78px;
    height: 75px;
    top: -20px;
    right: -9px;
  }
  #guide .sec02 .list-price02::before {
    width: 64px;
    height: 68px;
    left: -13px;
    top: -12px;
  }
  #guide .sec02 .list-price02::after {
    width: 56px;
    height: 62px;
    top: -6px;
    right: -14px;
  }
  #guide .sec02 .list-table th, #guide .sec02 .list-table td {
    vertical-align: middle;
  }
  #guide .sec02 .list-table th {
    width: 46%;
  }
  #guide .sec02 .list-table-wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #guide .sec02 .list-table-left .list-table-box:nth-of-type(n+2), #guide .sec02 .list-table-right .list-table-box:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #guide .sec02 .list-table-right {
    margin-top: 30px;
  }
  #guide .sec03 .sec-inner {
    padding: 50px 15px;
  }
  #guide .sec03 .cmn-txt {
    margin-top: 6px;
  }
  #guide .sec03 .list {
    margin-top: 30px;
    border-radius: 14px;
  }
  #guide .sec03 .list-item {
    padding: 15px 20px 30px;
  }
  #guide .sec03 .list-item:nth-of-type(n+2) .list-num {
    position: static;
  }
  #guide .sec03 .list-item:nth-of-type(n+2) .list-num::before {
    content: none;
  }
  #guide .sec03 .list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #guide .sec03 .list-num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-width: 2px;
  }
  #guide .sec03 .list-txt-wrap {
    width: 100%;
    margin-top: 3px;
  }
  #guide .sec03 .list-link-wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #guide .sec03 .list-ttl-last::after {
    width: 119px;
    height: 89px;
  }
  #guide .sec03 .list .list-contact {
    margin: 10px auto 0;
  }
  /*	works  SP
------------------------------------ */
  #works .sec01 .sec-inner {
    padding: 50px 15px;
  }
  #works .sec01 .txt-box {
    margin-top: 20px;
  }
  #works .sec01 .tag-wrap {
    margin-top: 30px;
    padding: 20px 15px;
  }
  #works .sec01 .tag-item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #works .sec01 .tag-item:nth-of-type(2) {
    padding-top: 10px;
  }
  #works .sec01 .tag-ttl {
    width: 100%;
    text-align: center;
  }
  #works .sec01 .tag-link {
    padding: 6.5px;
  }
  #works .sec01 .tag-link-wrap {
    width: 100%;
    margin: 15px auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #works .sec01 .tag-link-wrap .tag-link-item {
    margin-bottom: 10px;
  }
  #works .sec01 .tag-link-wrap .tag-link-item:nth-of-type(2n) {
    margin-left: 3%;
  }
  #works .sec01 .tag-link-item {
    width: 47%;
  }
  #works .sec01 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #works .sec01 .list-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #works .sec01 .list-txt-box {
    margin-top: 10px;
  }
  /*	qa  SP
------------------------------------ */
  #qa .sec01 .sec-inner {
    padding: 50px 15px;
  }
  #qa .sec01 .txt-box {
    margin-top: 20px;
  }
  #qa .sec01 .list {
    margin-top: 20px;
  }
  #qa .sec01 .list-item {
    padding: 20px 0 15px;
  }
  #qa .sec01 .list-txt {
    padding: 0 5px 0 45px;
  }
  #qa .sec01 .list-txt::before {
    width: 30px;
    height: 30px;
    bottom: auto;
  }
  /*	recruit  SP
------------------------------------ */
  #recruit .sec01 .sec-inner {
    padding: 50px 15px 0;
  }
  #recruit .sec02 .sec-inner {
    padding: 50px 15px;
  }
  /*	company  SP
------------------------------------ */
  #company .sec01 .sec-inner {
    padding: 50px 15px 0;
  }
  #company .sec02 .sec-inner {
    padding: 50px 15px;
  }
  /*	contac  SP
------------------------------------ */
  #contact .sec01 .sec-inner {
    padding: 50px 15px;
  }
  #contact .cmn-recruit .b {
    background-position: 20%;
  }
  #contact .cmn-recruit .sec-inner {
    padding: 50px 15px;
  }
  /*----- */
}

/*----- */
/* =========================================
  breakpoint
========================================= */
