@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	mt  PC
------------------------------------ */
/*	font  cmn
------------------------------------ */
@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");
}

/*	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'] {
  padding: 10px 5px;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  width: 100%;
}

#pc01, #pc02 {
  width: 60px;
}

textarea {
  width: 100%;
}

/* ボタン
  -------------------------------------------------- */
.input-btn {
  width: 100%;
  max-width: 340px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #eed574;
  background: #e7000a;
  -webkit-box-shadow: 0 2px 3px #a69b94;
          box-shadow: 0 2px 3px #a69b94;
  letter-spacing: 0;
  font-family: "Noto sans Bold", sans-serif;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-btn::before {
  content: '';
  display: inline-block;
  width: 25px;
  max-width: 25px;
  height: 20px;
  margin: auto;
  background: url(../img/input-btn-ico.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
}

.input-btn:hover {
  opacity: .7;
  cursor: pointer;
}

.input-btn.input-back {
  background: #898f9c;
}

.input-btn.input-send {
  margin-top: 30px;
}

input[type='button'],
input[type='submit'] {
  width: 100%;
  height: 100%;
  margin: 0 4px;
  padding: 20px 0;
  font-size: 22px;
  font-family: serif;
  font-weight: bold;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: none;
  border: none;
}

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;
  color: #fff;
}

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: #fff !important;
}

input[name="send"] {
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
}

/* チェックボックス・ラジオボタン
  -------------------------------------------------- */
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;
  /* 15px @ 350px increasing to 18px @ 750px */
  font-size: calc(0.9375rem + ((1vw - 3.5px) * 0.75));
  line-height: 1;
}

@media screen and (min-width: 751px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-size: 18px;
  }
}

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);
}

/*==================================================
 テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@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;
  }
}

form {
  margin-top: 4.22%;
}

@media screen and (min-width: 751px) {
  form {
    margin-top: 30px;
  }
}

.contact-form-table th, .contact-form-table td {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.contact-form-table th {
  background: url(../img/contact-th.png) no-repeat center/cover;
}

.contact-form-table td {
  display: block;
  background: #f7f3f0;
}

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

@media screen and (min-width: 751px) {
  .contact-form-table th, .contact-form-table td {
    display: block;
  }
}

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

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  color: #ff0000;
  float: left;
}

.required-mark {
  margin-left: 8px;
  padding: 0 4px;
  text-align: center;
  background: #fff;
  font-size: 15px;
  color: #e7000a;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: .05em;
}

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

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

@media screen and (min-width: 751px) {
  .contact-submits-wrap {
    padding: 0 20px;
  }
}

/* プライバシーポリシー */
label[for="agree"] {
  margin-top: 2.253%;
  letter-spacing: .05em;
}

@media screen and (min-width: 751px) {
  label[for="agree"] {
    margin-top: 16px;
  }
}

label[for="agree"] a {
  color: #222222;
  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%;
  margin: auto;
  color: #222222;
  /* 15px @ 350px increasing to 18px @ 750px */
  font-size: calc(0.9375rem + ((1vw - 3.5px) * 0.75));
  font-family: "Noto sans regular", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 18px;
  }
}

/* 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: 100%;
  max-width: 1080px;
  margin: auto;
}

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

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

.cmn-txt,
#privacy .txt-box
form p {
  letter-spacing: 0.05em;
  line-height: 1.77;
}

.ofj-figure {
  width: 100%;
  max-width: 280px;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.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;
  min-width: 300px;
}

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

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

table.cmn-table {
  border-bottom: 2px solid #3d4741;
}

table.cmn-table th, table.cmn-table td {
  display: block;
  width: 100%;
  padding: 2.35%;
  text-align: center;
  letter-spacing: 0;
  white-space: pre-line;
}

table.cmn-table th {
  background: #011111;
  font-family: "Noto sans Medium", sans-serif;
  font-weight: 500;
  /* 16px @ 350px increasing to 20px @ 750px */
  font-size: calc(1rem + ((1vw - 3.5px) * 1));
  color: #fff;
}

@media screen and (min-width: 751px) {
  table.cmn-table th {
    font-size: 20px;
  }
}

table.cmn-table td {
  border-left: 2px solid #3d4741;
  border-right: 2px solid #3d4741;
  background: rgba(255, 255, 255, 0.75);
  color: #222222;
}

@media screen and (min-width: 751px) {
  table.cmn-table {
    border-top: 1px solid #3d4741;
  }
  table.cmn-table th, table.cmn-table td {
    padding: 18px;
    display: table-cell;
    vertical-align: middle;
  }
  table.cmn-table tr:nth-of-type(n+2) th {
    border-top: 1px solid #fff;
  }
  table.cmn-table tr:nth-of-type(n+2) td {
    border-top: 1px solid #3d4741;
  }
  table.cmn-table th {
    width: 37%;
  }
  table.cmn-table td {
    width: 63%;
    text-align: left;
    border-width: 1px;
  }
}

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

@media screen and (max-width: 450px) {
  .ggmap {
    padding-top: 250px;
  }
}

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

@media screen and (min-width: 751px) {
  .ggmap {
    padding-top: 440px;
  }
}

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

.head-type01 {
  text-align: center;
  /* 24px @ 350px increasing to 30px @ 750px */
  font-size: calc(1.5rem + ((1vw - 3.5px) * 1.5));
  color: #222222;
  font-family: "Noto sans Bold", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .head-type01 {
    font-size: 30px;
  }
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  display: block;
  width: 25.33%;
  position: fixed;
  cursor: pointer;
  right: 5.33%;
  bottom: 13.66%;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
}

@media screen and (min-width: 751px) {
  .fixed {
    width: 190px;
    right: 40px;
    bottom: 170px;
  }
}

.fixed a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.slide-none {
  right: -500px;
}

.top-btn {
  position: fixed;
  bottom: 2.26%;
  right: 2.26%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

@media screen and (min-width: 751px) {
  .top-btn {
    bottom: 20px;
    right: 20px;
  }
}

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

.breadcrumb li {
  color: #222222;
  /* 15px @ 350px increasing to 18px @ 750px */
  font-size: calc(0.9375rem + ((1vw - 3.5px) * 0.75));
}

@media screen and (min-width: 751px) {
  .breadcrumb li {
    font-size: 18px;
  }
}

.breadcrumb a {
  display: inline-block;
  color: #222222;
  /* 15px @ 350px increasing to 18px @ 750px */
  font-size: calc(0.9375rem + ((1vw - 3.5px) * 0.75));
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 751px) {
  .breadcrumb a {
    font-size: 18px;
  }
}

.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;
}

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

.breadcrumb .fle li:not(:first-child)::before {
  content: '>';
  padding: 0 5px;
  /* 15px @ 350px increasing to 18px @ 750px */
  font-size: calc(0.9375rem + ((1vw - 3.5px) * 0.75));
}

@media screen and (min-width: 751px) {
  .breadcrumb .fle li:not(:first-child)::before {
    font-size: 18px;
  }
}

/*	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: #e7000a;
  position: relative;
  z-index: 10;
}

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

@media screen and (max-width: 600px) {
  .pagenation li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #e7000a;
  }
}

@media screen and (max-width: 500px) {
  .pagenation li {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #e7000a;
  }
  .pagenation li .pagenation-arrow.next::before, .pagenation li .pagenation-arrow.back::before {
    width: 5px;
    height: 5px;
    border-width: 2px;
    top: -2px;
  }
}

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

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

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

.pagenation li:hover .pagenation-arrow.back::before {
  border-color: #fff;
}

.pagenation li:hover .pagenation-arrow.next::before {
  border-color: #fff;
}

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

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

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

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

.pagenation .current {
  background: #e7000a;
}

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

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

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

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

.detail .back {
  left: 20px;
}

.detail .next {
  right: 20px;
}

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

.detail .data-nav {
  margin: 0 auto 0;
  position: relative;
}

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

@media screen and (max-width: 750px) {
  .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;
  background: #e7000a;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  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: 19px;
  z-index: 100;
}

@media screen and (min-width: 751px) {
  .detail .back::after, .detail .next::after, .detail .to-works::after {
    top: 19px;
  }
}

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

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

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

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

/* =========================================
  header  PC
========================================= */
/* 上部固定 */
.clone-nav {
  opacity: 0;
}

.is-show {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
}

/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.headline::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 87.5%;
  background: url(../img/info-bg.png) repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (min-width: 751px) {
  .headline::before {
    height: 180px;
  }
}

.headline-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 4% 4% 0 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1010;
}

@media screen and (min-width: 751px) {
  .headline-right {
    padding: 30px 30px 0 0;
  }
}

.headline-mail {
  margin-left: 6.66%;
}

@media screen and (min-width: 751px) {
  .headline-mail {
    margin-left: 30px;
  }
}

.headline-tel, .headline-mail {
  width: 42%;
  max-width: 188px;
  height: 0;
  padding-top: 30%;
  position: relative;
}

@media screen and (min-width: 751px) {
  .headline-tel, .headline-mail {
    padding-top: 128px;
  }
}

.seo-txt {
  width: 100%;
  padding: 1.2% 1%;
  background: #111111;
  text-align: center;
  font-family: "Noto sans regular", sans-serif;
  font-weight: 400;
  /* 10px @ 350px increasing to 15px @ 750px */
  font-size: calc(0.625rem + ((1vw - 3.5px) * 1.25));
  color: #fff;
  letter-spacing: .05em;
}

@media screen and (min-width: 751px) {
  .seo-txt {
    font-size: 15px;
  }
}

@media screen and (min-width: 751px) {
  .seo-txt {
    padding: 10.5px 0;
  }
}

.logo {
  display: inline-block;
  width: 40%;
  height: 0;
  padding-top: 26.7%;
  position: relative;
  z-index: 1010;
}

@media screen and (min-width: 751px) {
  .logo {
    width: 305px;
    padding-top: 206px;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .bg {
  background: url(../img/f-bg.png) no-repeat center/cover;
  position: relative;
}

#footer .insta {
  width: 11%;
  max-width: 60px;
  position: absolute;
  right: 20px;
  bottom: 62px;
}

#footer .sec-inner {
  padding: 5.33% 5px 7.33%;
  text-align: center;
}

#footer .f-logo {
  display: inline-block;
  width: 27.2%;
}

#footer .f-tel {
  display: inline-block;
  margin-top: 20px;
}

#footer .cmn-tel {
  margin-top: 24px;
}

#footer .cmn-txt {
  margin-top: 25px;
  letter-spacing: .05em;
  color: #fff;
}

#footer .cmn-btn {
  width: 71%;
  max-width: 340px;
  margin: 30px auto 0;
}

#footer .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -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;
  text-align: center;
}

#footer .copyright small, #footer .copyright a {
  color: #fff;
  /* 10px @ 350px increasing to 15px @ 750px */
  font-size: calc(0.625rem + ((1vw - 3.5px) * 1.25));
  letter-spacing: .05em;
}

@media screen and (min-width: 751px) {
  #footer .copyright small, #footer .copyright a {
    font-size: 15px;
  }
}

#footer .copyright a {
  display: inline-block;
  padding: 0 1.86%;
}

#footer small {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #footer .sec-inner {
    padding: 54px 0 58px;
  }
  #footer .copyright a {
    padding: 0 14px;
  }
}

/* =========================================
  main  PC
========================================= */
/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  margin-top: -3.4%;
  padding-top: 56.26%;
  position: relative;
}

.mv-video {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .mv {
    margin-top: -24.813px;
  }
}

/*	sp menu btn  PC
------------------------------------ */
#sp-menu-btn {
  display: block;
  width: 60px;
  padding-top: 44px;
  position: fixed;
  top: 3.46%;
  right: 5.33%;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 1010;
}

#sp-menu-btn:hover {
  opacity: .7;
  cursor: pointer;
}

@media screen and (max-width: 570px) {
  #sp-menu-btn {
    width: 35px;
    padding-top: 27px;
    top: 2%;
  }
}

#sp-menu-btn.active .top {
  -webkit-transform: translateY(18px) translateX(-1px) rotate(45deg);
          transform: translateY(18px) translateX(-1px) rotate(45deg);
}

@media screen and (max-width: 570px) {
  #sp-menu-btn.active .top {
    -webkit-transform: translateY(11px) translateX(-1px) rotate(45deg);
            transform: translateY(11px) translateX(-1px) rotate(45deg);
  }
}

#sp-menu-btn.active .middle {
  opacity: 0;
}

#sp-menu-btn.active .bottom {
  -webkit-transform: translateY(-25px) translateX(-1px) rotate(-45deg);
          transform: translateY(-25px) translateX(-1px) rotate(-45deg);
}

@media screen and (max-width: 570px) {
  #sp-menu-btn.active .bottom {
    -webkit-transform: translateY(-17px) translateX(-1px) rotate(-45deg);
            transform: translateY(-17px) translateX(-1px) rotate(-45deg);
  }
}

#sp-menu-btn span {
  width: 100%;
  height: 2px;
  margin: auto;
  border: none;
  background: #222222;
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

#sp-menu-btn .middle {
  top: 50%;
}

#sp-menu-btn .bottom {
  top: 100%;
}

/*	cmn parts  PC
------------------------------------ */
.cmn-tel {
  display: inline-block;
  padding: 14px 22px 8px;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #fff;
  font-family: 'Yu Mincho Demibold','YuMincho Demibold', serif;
  /* 24px @ 350px increasing to 30px @ 750px */
  font-size: calc(1.5rem + ((1vw - 3.5px) * 1.5));
  letter-spacing: .025em;
}

@media screen and (min-width: 751px) {
  .cmn-tel {
    font-size: 30px;
  }
}

.cmn-tel-num {
  /* 25px @ 350px increasing to 50px @ 750px */
  font-size: calc(1.5625rem + ((1vw - 3.5px) * 6.25));
  font-family: 'Yu Mincho Demibold','YuMincho Demibold', serif;
  letter-spacing: .025em;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .cmn-tel-num {
    font-size: 50px;
  }
}

.sec-inner.cmn {
  padding: 10.66% 2.66%;
}

@media screen and (min-width: 751px) {
  .sec-inner.cmn {
    padding: 80px 20px;
  }
}

/*	sec01  PC
------------------------------------ */
.lg-bg {
  background: url(../img/lg-bg.png) no-repeat top/cover;
}

#sec01 .bg {
  background: url(../img/sec01-bg.png) no-repeat center/cover;
  position: relative;
}

#sec01 .bg-img {
  position: absolute;
  right: 2.93%;
  bottom: 0;
  z-index: 10;
}

#sec01 .sec-inner {
  padding: 10% 4.53% 75.2%;
}

#sec01 .txt-box {
  margin-top: 5.42%;
  text-align: center;
}

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

@media screen and (min-width: 751px) {
  #sec01 .bg-img {
    margin: auto;
    left: 0;
    right: 22px;
    text-align: center;
  }
  #sec01 .sec-inner {
    padding: 75px 34px 564px;
  }
  #sec01 .txt-box {
    margin-top: 37px;
  }
  #sec01 .cmn-txt:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

/*	sec02  PC
------------------------------------ */
#sec02 .bg {
  background: url(../img/merit-bg.png) repeat top;
  position: relative;
}

#sec02 .bg::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 168.8%;
  background: url(../img/sec02-bg.png) no-repeat bottom/cover;
  position: absolute;
  top: -20%;
  left: 0;
}

@media screen and (max-width: 635px) {
  #sec02 .bg::before {
    padding-top: 181.8%;
  }
}

@media screen and (max-width: 500px) {
  #sec02 .bg::before {
    padding-top: 215.8%;
  }
}

@media screen and (max-width: 383px) {
  #sec02 .bg::before {
    padding-top: 291.8%;
  }
}

#sec02 .sec-inner {
  padding: 6% 2.93% 61%;
  position: relative;
}

@media screen and (max-width: 635px) {
  #sec02 .sec-inner {
    padding-bottom: 63%;
  }
}

@media screen and (max-width: 554px) {
  #sec02 .sec-inner {
    padding-bottom: 55%;
  }
}

@media screen and (max-width: 516px) {
  #sec02 .sec-inner {
    padding-bottom: 49%;
  }
}

@media screen and (max-width: 500px) {
  #sec02 .sec-inner {
    padding-bottom: 62%;
  }
}

@media screen and (max-width: 422px) {
  #sec02 .sec-inner {
    padding-bottom: 43%;
  }
}

@media screen and (max-width: 387px) {
  #sec02 .sec-inner {
    padding-bottom: 33%;
  }
}

@media screen and (max-width: 383px) {
  #sec02 .sec-inner {
    padding-bottom: 98%;
  }
}

#sec02 .txt-box {
  margin-top: 4.107%;
  text-align: center;
}

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

#sec02 .cmn-txt:nth-of-type(n+2) {
  margin-top: 4.957%;
}

#sec02 .pc-img {
  display: none;
}

#sec02 .sub-bg {
  padding-top: 8%;
  padding-bottom: 10.66%;
  background: url(../img/merit-bg.png) no-repeat top/cover;
}

#sec02 .sub .head-ttl {
  width: 74.66%;
  max-width: 560px;
  margin: auto;
}

#sec02 .list {
  width: 81.33%;
  max-width: 610px;
  margin: 5.33% auto 0;
  text-align: center;
}

#sec02 .list-item:nth-of-type(n+2) {
  margin-top: 2.66%;
}

@media screen and (min-width: 751px) {
  #sec02 .bg {
    background: url(../img/sec02-bg-pc.png) no-repeat top/cover;
  }
  #sec02 .bg::before {
    background: url(../img/sec01-bg.png) no-repeat center/cover;
    padding-top: 23%;
    top: 0;
    z-index: -1;
  }
  #sec02 .sec-inner {
    padding: 345px 22px 30px;
  }
  #sec02 .txt-box {
    margin-top: 29px;
  }
  #sec02 .cmn-txt:nth-of-type(n+2) {
    margin-top: 35px;
  }
  #sec02 .pc-img {
    display: block;
    width: 100%;
    background: url(../img/merit-bg.png) repeat top;
  }
  #sec02 .pc-img img {
    width: 100%;
  }
  #sec02 .sub-bg {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #sec02 .list {
    margin-top: 40px;
  }
  #sec02 .list-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

/*	voice  PC
------------------------------------ */
#voice .list {
  width: 100%;
  max-width: 710px;
  margin: 2.66% auto 0;
}

#voice .list-item {
  padding: 5.633% 4.929%;
  border-radius: 17px;
  background: url(../img/voice-bg.png) no-repeat center/cover;
}

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

#voice .list-name {
  margin-top: 3.9%;
  padding-bottom: 5px;
  border-bottom: 4px dotted #e7000a;
  text-align: center;
  /* 20px @ 350px increasing to 24px @ 750px */
  font-size: calc(1.25rem + ((1vw - 3.5px) * 1));
  letter-spacing: 0;
}

@media screen and (min-width: 751px) {
  #voice .list-name {
    font-size: 24px;
  }
}

#voice .ofj-figure {
  width: 43.75%;
  margin: auto;
  padding-top: 43.75%;
  border-radius: 50%;
  border: 1px solid #fff;
}

#voice .ofj {
  border-radius: 50%;
}

#voice .cmn-txt {
  margin-top: 10px;
  text-align: center;
  white-space: pre-line;
}

@media screen and (min-width: 751px) {
  #voice .list {
    margin-top: 20px;
  }
  #voice .list-item {
    padding: 40px 35px;
  }
  #voice .list-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #voice .list-name {
    margin-top: 25px;
  }
  #voice .ofj-figure {
    padding-top: 280px;
  }
}

/*	recruit  PC
------------------------------------ */
#recruit .bg {
  background: url(../img/sec01-bg.png) no-repeat top/cover;
}

#recruit .cmn-table {
  margin-top: 4.225%;
}

@media screen and (min-width: 751px) {
  #recruit .cmn-table {
    margin-top: 30px;
  }
}

/*	bnr  PC
------------------------------------ */
.bnr {
  padding: 10.66% 0;
  background: url(../img/bnr-bg.jpg) no-repeat center/cover;
  text-align: center;
  position: relative;
}

.bnr::before {
  content: '';
  display: inline-block;
  width: 26.66%;
  max-width: 200px;
  height: 245px;
  background: url(../img/sec05-img.png) no-repeat top/contain;
  position: absolute;
  top: 3.86%;
  left: 3.06%;
}

.bnr-ttl {
  width: 48.533%;
  max-width: 364px;
  margin: auto;
}

.bnr .cmn-tel {
  max-width: 80%;
  margin: 4.66% auto 0;
}

.bnr .cmn-btn {
  width: 50%;
  max-width: 340px;
}

.bnr .cmn-btn-wrap {
  margin-top: 4%;
}

@media screen and (min-width: 751px) {
  .bnr {
    padding: 80px 0;
  }
  .bnr::before {
    margin: auto;
    left: -547px;
    right: 0;
  }
  .bnr .cmn-tel {
    margin-top: 35px;
  }
  .bnr .cmn-btn-wrap {
    margin-top: 30px;
  }
}

/*	blog  PC
------------------------------------ */
#blog .sec-inner {
  padding: 10.66% 5.33%;
}

#blog .list {
  max-width: 670px;
  margin: 4.477% auto 0;
}

#blog .list-item:nth-of-type(n+2) {
  margin-top: 2.985%;
}

#blog .list-link {
  padding: 2.388% 5.522%;
  border-radius: 15px;
  background: url(../img/blog-bg.png) no-repeat center/cover;
}

#blog .list-time {
  font-size: 16px;
  color: #e7000a;
  letter-spacing: .025em;
}

#blog .list-ttl {
  margin-top: 4px;
  color: #222222;
  letter-spacing: .025em;
}

#blog .cmn-btn-wrap {
  margin-top: 5.97%;
}

@media screen and (min-width: 751px) {
  #blog .sec-inner {
    padding: 80px 40px;
  }
  #blog .list {
    margin-top: 30px;
  }
  #blog .list-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #blog .list-link {
    padding: 16px 37px;
  }
  #blog .cmn-btn-wrap {
    margin-top: 40px;
  }
}

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

#sec07 .img {
  width: 100%;
  height: 0;
  padding-top: 80%;
  background: url(../img/img.jpg) no-repeat center/cover;
}

#sec07 .cmn-table {
  margin-top: 4.225%;
}

@media screen and (min-width: 751px) {
  #sec07 .img {
    padding-top: 600px;
  }
  #sec07 .cmn-table {
    margin-top: 30px;
  }
}

/*	contact  PC
------------------------------------ */
/* =========================================
  sub  PC
========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  background: url(../img/sv.jpg) no-repeat center/cover;
  position: relative;
}

.sub .mv-catch {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sub .mv-catch-txt {
  margin: auto;
  text-align: center;
  font-family: "Noto sans Bold", sans-serif;
  font-weight: 600;
  color: #fff;
  /* 25px @ 350px increasing to 50px @ 750px */
  font-size: calc(1.5625rem + ((1vw - 3.5px) * 6.25));
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -97%);
          transform: translate(0, -97%);
}

@media screen and (min-width: 751px) {
  .sub .mv-catch-txt {
    font-size: 50px;
  }
}

.sub .mv-catch::before {
  content: '';
  display: block;
  width: 50%;
  max-width: 443px;
  height: 89px;
  margin: auto;
  background: url(../img/sv-catch-ico.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .sub .mv {
    padding-top: 422px;
  }
}

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

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

#e404 .section-content {
  text-align: center;
}

@media screen and (max-width: 750px) {
  #e404 .sec-inner {
    padding: 50px 20px 100px;
  }
  #e404 .section-content {
    margin-top: 0;
  }
}

/*	sub blog  PC
------------------------------------ */
.sub #blog .ofj-figure {
  width: 36.619%;
  margin-right: 5.633%;
  padding-top: 36.619%;
}

.sub #blog time {
  display: block;
  text-align: right;
}

.sub #blog .tag-nav {
  margin-top: 8.45%;
}

@media screen and (min-width: 751px) {
  .sub #blog .tag-nav {
    margin-top: 60px;
  }
}

.sub #blog .tag-ul {
  width: 100%;
}

.sub #blog .tag-link {
  width: 30%;
  padding: 9.5px 0;
  border: 4px solid #e7000a;
  text-align: center;
  background: #fff;
  color: #222222;
  /* 18px @ 350px increasing to 22px @ 750px */
  font-size: calc(1.125rem + ((1vw - 3.5px) * 1));
}

@media screen and (min-width: 751px) {
  .sub #blog .tag-link {
    font-size: 22px;
  }
}

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

.sub #blog .tag-link:nth-of-type(n+4) {
  margin-top: 5%;
}

.sub #blog .tag-link:hover {
  background: #e7000a;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .sub #blog .tag-link {
    border-width: 2px;
  }
}

.sub #blog .list-tag {
  display: inline-block;
  padding: 1% 2%;
}

.sub #blog .list-ttl {
  padding-bottom: 11.9%;
  font-family: "Noto sans Bold", sans-serif;
  font-weight: 600;
  line-height: 1.71;
}

.sub #blog .list-link {
  padding-bottom: 5.633%;
}

.sub #blog .md.list-txt-box {
  width: 52.11%;
}

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

.sub #blog .detail .blog-ttl {
  font-family: "Noto sans Bold", sans-serif;
  font-weight: 600;
}

.sub #blog .detail time {
  margin-top: 20px;
  text-align: left;
}

@media screen and (min-width: 751px) {
  .sub #blog .tag-ul {
    max-width: 710px;
    margin: auto;
  }
  .sub #blog .tag .list-tag {
    padding: 3.5px;
  }
  .sub #blog .tag .list-ttl {
    padding-bottom: 44px;
  }
  .sub #blog .tag .list-link {
    padding-bottom: 40px;
  }
  .sub #blog .tag-link {
    width: 210px;
  }
  .sub #blog .tag-link:not(:nth-of-type(3n-2)) {
    margin-left: 40px;
  }
  .sub #blog .tag-link:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .sub #blog .detail .ofj-figure {
    width: 600px;
    margin: 20px auto 0;
    padding-top: 480px;
  }
}

/************************************************

  SP layout

************************************************/
@media screen and (max-width: 750px) {
  /* =========================================
  base  SP
========================================= */
  body {
    min-width: 350px;
  }
  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-table  SP ---- */
  /*	heading  SP
------------------------------------ */
  /*	pagetop  SP
------------------------------------ */
  /*  breadcrumb  SP
------------------------------------ */
  .breadcrumb .bread-inner {
    padding: 0 2% 0;
  }
  .breadcrumb.detail-bg .fle {
    position: static;
  }
  /*	pagenation  SP
------------------------------------ */
  .pagenation {
    margin-top: 8.45%;
  }
}

@media screen and (max-width: 750px) and (min-width: 751px) {
  .pagenation {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .pagenation-inner .back .cmn-btn,
  .pagenation-inner .next .cmn-btn {
    width: 60px;
  }
  .pagenation li + li {
    margin-left: 2%;
  }
  .detail .pagenation-inner {
    padding: 2%;
  }
  .back::before, .next::before {
    width: 11px;
    height: 11px;
  }
  .data-nav {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .data-nav .to-works {
    margin: auto;
  }
  /*----- */
}

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