/* ----------------------------------------------------- */
/* color */
/* ----------------------------------------------------- */
:root{
  --c-red1: #DC1428;
  --c-red2: #F4ECEC;
  --c-blue1: #0E4D96;
  --c-yellow1: #f2f255;
  --c-gray1: #f4f4f4;
  --c-gray2: #D9D9D9;
  --c-gray3: #ecf0f4;
  --c-gray4: #ccc;
}

/* ----------------------------------------------------- */
/* reset */
/* ----------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* { box-sizing: border-box; }
body, div, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, p,
th, td, form, input, textarea, fieldset, pre,
blockquote, figure, figcaption {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 500;
}
body {
  overscroll-behavior-y: none;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}
/* Chromeで、背景画像を印刷をデフォルトに設定 */
@media print {
  body { -webkit-print-color-adjust: exact; }
}
header, footer, nav, menu, main, article, aside, section, details, figcaption, figure {
  display: block
}
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
ul, ol { list-style: none; }
table { border-collapse: collapse; }
caption, th { text-align: left; }
img { vertical-align: bottom; }
a {
  text-decoration: none;
  color: inherit;
}
a img { border: none; }
a:hover,
a:hover img { text-decoration: none; }
i { font-style: normal; }
strong { font-weight: normal; }
@media screen and (min-width: 768px), print {
  a[href^=tel] { cursor: default; }
  a[href^=tel]:hover { text-decoration: none; }
}
small{ font-size: 1em; }
.range {
  position: relative;
}
.range a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
}

/* ----------------------------------------------------- */
/* reset form */
/* ----------------------------------------------------- */
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
button {
  -webkit-appearance: none;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option,
button {
  max-width: 100%;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  background-image: none;
  box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px rgba(0, 0, 0, 0);
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=number],
  textarea,
  select,
  option,
  button {
    font-size:16px;
  }
}
select { background-color: #fff; }
input[type=text]::-webkit-input-placeholder,
input[type=text]::-moz-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]::placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=tel]::-moz-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=tel]::placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=email]::-moz-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=email]::placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=number]::-moz-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=number]::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea:-ms-input-placeholder,
textarea::placeholder {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #999;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] { -moz-appearance: textfield; }


/* ----------------------------------------------------- */
/* init */
/* ----------------------------------------------------- */
input, textarea, select, option { font-size: 16px; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
  color: #000;
}
.category-owner body,
.category body {
  background-color: #F4F4F4;
}
h1, h2, h3, h4, h5, h6 { line-height: 1.3; }
p, li, dt, dd, th, td { line-height: 1.6; }
img {
  width: 100%;
  height: auto;
}


/* ----------------------------------------------------- */
/* common */
/* ----------------------------------------------------- */
/* clearfix */
.cf:before,
.cf::after {
  content: "";
  display: table;
}
.cf::after { clear: both; }

/* 表示・非表示 */
@media screen and (max-width: 767px) {
  .m-hidden-sp { display:none; }
}
@media screen and (min-width: 768px), print {
  .m-hidden-pc { display:none; }
}

/* new マージン  */
.m-mt35-70 { margin-top: 35px; }
.m-mt80-100 { margin-top: 80px; }
.m-mb22 { margin-bottom: 22px; }
.m-mb32 { margin-bottom: 32px; }
.m-mb35-50 { margin-bottom: 35px; }
.m-mb45-70 { margin-bottom: 45px; }

.m-mb40-60{ margin-bottom: 40px; }
.m-mb80-100{ margin-bottom: 80px; }
.m-pb80-100{ padding-bottom: 80px; }
.m-pb100-150{ padding-bottom: 100px; }
@media screen and (min-width: 768px),print {
  .m-mt35-70 { margin-top:70px; }
  .m-mt50-100 { margin-top:100px; }
  .m-mb35-50 { margin-bottom: 50px; }
  .m-mb45-70 { margin-bottom: 70px; }

  .m-mb40-60{ margin-bottom: 60px; }
  .m-mb80-100{ margin-bottom: 100px; }
  .m-pb80-100{ padding-bottom: 100px; }
  .m-pb100-150{ padding-bottom: 150px; }
}

/* flex pc only */
@media screen and (min-width: 768px), print{
  .m-flex-pc{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-flex-pc > *{ width: 48%; }
}

/* new テキスト関連  */
.m-read {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 4.1vmin;
}
@media screen and (min-width: 768px), print{
  .m-read {
    text-align: center;
    font-size: 22px;
  }
}

.m-center { text-align: center; }
.m-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
}
.m-small {
  display: inline-block;
  margin-top: 5px;
  line-height: 1.6;
  font-size: 0.8em;
}

.m-red {
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0.9em;
  color: #f00;
}
.m-red2 { color: #e82337; }
.m-red3 { color: #C4000F; }

/* new レイアウト -------------------------------------- */
/* l-layout-a */
.l-layout-a {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .l-layout-a {
    width:min(96%, 1000px);
    padding: 0 5%;
  }
}

/* l-layout-b */
.l-layout-b {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .l-layout-b {
    width:min(100%, 1040px);
    padding: 0 20px;
  }
}

/* レイアウト ------------------------------------------ */
/* l-wrap-outer */
.l-wrap-outer {
  padding-top: 20px;
  padding-bottom: 45px;
  background-color: #e9e9e9;
}
@media screen and (min-width: 768px), print {
  .l-wrap-outer {
    padding-top:90px;
    padding-bottom: 90px;
  }
  .top .l-wrap-outer { padding-top: 70px; }
}

/* l-wrap-90p */
.l-wrap-90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.top .l-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .l-wrap,.l-wrap-90p {
    width: min(100%, 1240px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .top .l-wrap {
    width: min(100%, 1240px);
    padding: 0 20px;
  }
}

/* l-wrap-flex */
@media screen and (min-width: 768px), print {
  .l-wrap-flex {
    display: flex;
    flex-wrap: nowrap;
    width: min(100%, 1240px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}

/* l-contents  */
@media screen and (min-width: 768px), print {
  .l-contents { width: calc(100% - 340px); }
}

/* l-side */
@media screen and (min-width: 768px), print {
  .l-side {
    width: 300px;
    margin-left: auto;
    margin-right: 0;
  }
  .l-side > * {
    position: sticky;
    top: 30px;
  }
  .l-side ul li { border-bottom: 1px solid #5e5e5e; }
  .l-side ul li:first-of-type { margin-bottom: 16px; }
  .l-side ul li:first-of-type a {
    padding-left: 20px;
    background-color: #5e5e5e;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #fff;
  }
  .l-side ul li:first-of-type a:hover { background-color: #000; }
  .l-side ul li:last-of-type { border-bottom: none; }
  .l-side ul a {
    transition: background-color 0.8s;
    display: block;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    background-color: #fff;
    color: #000;
  }
  .l-side ul a:hover { background-color: #f4f4f4; }
  .l-side ul li:first-of-type a,
  .single .l-side ul li a.current {
    padding-left: 24px;
    border-bottom: 0;
    background-color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #fff;
  }
  .l-side ul li:first-of-type a::before,
  .single .l-side ul li a.current::before {
    font-family: icomoon;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
    content: "\e91f";
    margin-right: 10px;
  }
  .list .l-side ul li:first-of-type a:hover,
  .single .l-side ul li a.current:hover {
    background-color: #000;
  }
}

/* l-block1 */
.l-block1 {
  padding: 26px 5%;
  padding-top: 12px;
  border-top: 5px solid #c4000f;
  background-color: #fff;
}
.l-block1 .m-heading1 {
  margin: 10px 0;
  margin-bottom: 28px;
  line-height: 1.2;
}
.l-block1 .m-heading1 span { display: block }
@media screen and (min-width: 768px), print {
  .l-block1 {
    padding:40px;
    padding-top: 20px;
    border-top: 10px solid #c4000f;
  }
}

/* l-block2 */
.l-block2 {
  padding: 26px 5%;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .l-block2 {
    padding: 26px 36px;
    background-color: #fff;
  }
}

/* l-news-list */
.l-news-list li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #000;
}
.l-news-list li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.l-news-list li a {
  position: relative;
  display: block;
  padding: 0 1em;
  padding-left: 2.2em;
  line-height: 1.5;
}
.l-news-list li a::before {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon;
  content: "\e91f";
  display: table;
  vertical-align: middle;
}
.l-news-list li span { display: block; }
@media screen and (min-width: 768px), print {
  .l-news-list li {
    margin-top:16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-news-list li:first-of-type { margin-top: 30px; }
  .l-news-list li a {
    padding: 0 2em;
    font-size: 1.2em;
  }
  .l-news-list li a::before {
    transition: margin-right 0.3s;
    position: static;
    display: inline-block;
    left: 1em;
    top: 0;
    transform: translateY(-1px);
    margin-right: 5px;
    font-size: 0.8em;
  }
  .l-news-list li a:hover::before { margin-right: 16px; }
  .l-news-list li span {
    display: inline-block;
    margin-right: 20px;
  }
}

/* 見出し ---------------------------------------------- */
/* new m-heading-a */
.m-heading-a {
  display: table;
  margin: auto;
  margin-bottom: 1em;
  padding: 0 0.5em 0.3em;
  border-bottom: 2px solid #c4000f;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 700;
  font-size: 5vmin;
}
.m-heading-a span{ font-size: 0.8em; }
@media screen and (min-width: 768px), print {
  .m-heading-a { font-size:28px; }
}

.m-heading-b {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 700;
  font-size: 7vmin;
}
.m-heading-b span{
  display: inline-block;
  line-height: 1.6;
  font-size: 0.6em;
}
@media screen and (min-width: 768px), print {
  .m-heading-b {
    margin-bottom: 1.5em;
    font-size:40px;
  }
}

/* m-heading1 */
.m-heading1 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 6vmin;
  line-height: 1;
  color: #000;
}
.m-heading1::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #c4000f;
}
@media screen and (min-width: 768px), print{
  .m-heading1 { font-size: 38px; }
  .m-heading1::after { padding-bottom: 12px; }
}

.single.owner .m-heading1 {
  text-align: left;
  font-size: 6vmin;
}
@media screen and (min-width: 768px), print {
  .single.owner .m-heading1 {
    text-align: center;
    font-size: 40px;
  }
}

/* m-heading2 */
.m-heading2 {
  position: relative;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 6.8vmin;
  line-height: 1.3;
  color: #000;
}
.m-heading2::after {
  content: "";
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  border-bottom: 2px solid #c4000f;
}
@media screen and (min-width: 768px), print{
  .m-heading2 {
    margin-bottom: 34px;
    font-size: 28px;
  }
  .m-heading2::after {
    width: 300px;
    padding-bottom: 14px;
  }
}

/* m-heading3 */
.m-heading3 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 6px solid #c4000f;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 5vmin;
}
@media screen and (min-width: 768px), print {
  .m-heading3 { font-size: 24px; }
}

/* ボタン ---------------------------------------------- */
/* new m-text-link */
.m-link-text{
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: right;
}
.m-link-text a::before{
  font-family: icomoon;
  content: "\e91f";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 0.6em;
  border-radius: 10px;
  background-color: #C4000F;
  vertical-align: 2px;
  font-size: 0.5em;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .m-link-text a:hover{
    text-decoration: underline;
    text-decoration-color: #333;
    text-underline-offset: 4px;
  }
}

/* m-btn1 */
.m-btn1 a {
  display: block;
  height: 14vmin;
  line-height: 14vmin;
  border-radius: 6px;
  background-color: #5e5e5e;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.m-btn1 a::before {
  font-family: icomoon;
  content: "\e91f";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-2px);
}
@media screen and (min-width: 768px), print {
  .m-btn1 a {
    transition:background-color .8s;
    height: 54px;
    line-height: 54px;
  }
  .m-btn1 a:hover { background-color: #000; }
}

/* m-btn2 */
.m-btn2 a,
.m-btn2 button,
.m-btn2 input {
  display: block;
  height: 16vmin;
  line-height: 16vmin;
  border-radius: 8px;
  border: none;
  background-color: #5e5e5e;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  font-size: 5vmin;
  color: #fff;
  outline: none;
}
.m-btn2 a::before,
.m-btn2 button::before,
.m-btn2 input::before {
  font-family: icomoon;
  content: "\e91f";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
  font-size: 0.8em;
}
@media screen and (min-width: 768px), print {
  .m-btn2 a,
  .m-btn2 button,
  .m-btn2 input {
    transition:background-color .8s;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .m-btn2 a:hover,
  .m-btn2 button:hover,
  .m-btn2 input:hover {
    background-color: #000;
  }
}

/* new m-btn-cv ------------------------------------------ */
@media screen and (min-width: 768px), print{
  .m-btn-cv-wrap{
    width: min(100%, 904px);
    margin: auto;
    padding: 0 20px;
  }
}

.m-btn-cv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 5%;
}
.m-btn-cv .br{ display: none; }
.m-btn-cv .m-hidden-pc{ display: none; }
@media screen and (min-width: 768px), print {
  .m-btn-cv {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3%;
    margin-bottom: 60px;
    padding: 0;
  }
  .m-btn-cv > *{ width: 49%; }
  .btn-tap-tel img,
  .m-btn-cv li{
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
  }
}

/* m-btn-cv2 -------------------------------------------- */
.m-btn-cv2-bg{
  padding: 50px 5%;
  background-color: #C4000F;
}
.m-btn-cv2{
  padding: 30px 20px;
  background: #fff url(../img/m-btn-cv2-bg-sp.png) no-repeat center bottom / 100% auto;
}
.m-btn-cv2 li{
  margin-bottom: 0.5em;
  padding: 0.7em 0;
  padding-left: 3em;
  background: #000 url(../img/icon-check.svg) no-repeat 1em center / auto 45%;
  color: #fff;
}
.m-btn-cv2 .head-read{
  margin: 0.7em 0;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 7vmin;
  line-height: 1.4;
}
.m-btn-cv2 .read{
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px), print{
  .m-btn-cv2-bg{ padding: 60px 20px; }
  .m-btn-cv2{
    width: min(100%, 1000px);
    margin: auto;
    padding: 35px;
    padding-right: 370px;
    border-radius: 15px;
    background: #fff url(../img/m-btn-cv2-bg-pc.png) no-repeat right bottom / contain;
  }
  .m-btn-cv2 ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .m-btn-cv2 li{
    width: 48%;
    margin-bottom: 0;
  }
  .m-btn-cv2 .head-read{
    margin: 0;
    margin-bottom: 0.3em;
    font-size: 25px;
    line-height: 1;
  }
  .m-btn-cv2 .read{
    margin: 0;
    margin-bottom: 16px;
  }
  .m-btn-cv2 .m-btn-inquiry{
    width: 70%;
    margin: auto;
  }
}

/* m-btn-cv 共通 ---------------------------------------- */
/* .m-btn-line{ margin-top: 16px; } */
.m-btn-siryo a,
.m-btn-inquiry a,
/* .m-btn-tel a,
.m-btn-line a, */
.m-btn-contact a,
.m-btn-red a,
.m-btn-normal a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vmin 0;
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 3.5vmin;
  color: #fff;
}
/* .m-btn-contact a{ text-indent: -2%; } */
/* .m-btn-tel a::after,
.m-btn-line a::after,
.m-btn-siryo a::after,
.m-btn-inquiry a::after,
.m-btn-contact a::after,
.m-btn-syousai a::after, */
.m-btn-red a::after,
.m-btn-normal a::after {
  position: absolute;
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  font-family: icomoon;
  content: "\e934";
}
.m-btn-normal a{
  border: 1px solid #C4000F;
  color: #C4000F;
}
.m-angle-anime{
  display: flex;
  position: absolute;
  transform: scale(0.8, 1);
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  font-size: 0.8em;
}
.m-angle-anime i::before{
  font-family: icomoon;
  content: "\e91f";
}
.m-angle-anime i{
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
}
.m-angle-anime i:nth-of-type(2){
  animation-delay: 0.6s
}
.m-angle-anime i:nth-of-type(1){
  animation-delay: 1.2s
}
@keyframes fade{
  0%{ opacity: 1; }
  100%{ opacity: 0; }
}
.m-btn-contact a::after{ right: 9%; }
.m-btn-siryo a,
.m-btn-tel a {
  background-image: linear-gradient(135deg, #3646AB, #1C036F);
}
.m-btn-inquiry a {
  background-image: linear-gradient(135deg, #76E3B9, #3CBABF);
}
/* .m-btn-line a {
  background-color: #06C755;
} */
.m-btn-contact a,
.m-btn-red a{
  background-color: #C4000F;
}
.m-btn-contact-wrap{
  display: flex;
  gap: 5%;
  margin-top: 16px;
}
.m-btn-contact-wrap > *{
  width: 100%;
}
@media screen and (min-width: 768px), print {
  /* .m-btn-tel,
  .m-btn-line{
    width: 85%;
    margin: auto;
    margin-top: 0.5em;
  } */
  /* .m-btn-line{ margin-top: 16px; } */
  .m-btn-siryo a,
  .m-btn-inquiry a,
  /* .m-btn-tel a,
  .m-btn-line a, */
  .m-btn-contact a,
  .m-btn-red a,
  .m-btn-normal a {
    height:64px;
    border-radius: 32px;
    font-size: 16px;
    transition: filter 0.4s;
  }
  /* .m-btn-tel a, */
  .m-btn-contact a,
  .btn-tap-tel a{
    cursor: pointer;
  }
  .m-btn-siryo a:hover,
  .m-btn-inquiry a:hover,
  /* .m-btn-tel a:hover,
  .m-btn-line a:hover, */
  .m-btn-contact a:hover,
  .m-btn-red a:hover {
    filter: brightness(110%);
  }
  .m-btn-inquiry a:hover { filter: brightness(140%); }
  .m-btn-normal a {
    height:64px;
    border-radius: 32px;
    font-size: 16px;
    transition: background-color 0.4s;
  }
  .m-btn-normal a:hover{ background-color: #f7cfd2; }

  /* .m-btn-siryo a::after,
  .m-btn-inquiry a::after,
  .m-btn-tel a::after,
  .m-btn-line a::after,
  .m-btn-contact a::after, */
  .m-btn-red a::after{
    right: 5%;
    transition: right 0.4s;
  }
  /* .m-btn-siryo a:hover::after,
  .m-btn-inquiry a:hover::after,
  .m-btn-tel a:hover::after,
  .m-btn-line a:hover::after,
  .m-btn-contact a:hover::after, */
  .m-btn-red a:hover::after{
    right: 6%;
  }
  .m-btn-contact-wrap{
    width: 60%;
    margin: 16px auto 0;
  }
}

/* m-btn-conversion-wrap */
.m-btn-conversion-wrap {
  padding: 0 5%;
  margin-bottom: 25px;
  background-color: #e9e9e9;
}
.m-btn-conversion li a {
  display: block;
  height: 16vmin;
  line-height: 16vmin;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  font-size: 6vmin;
  color: #000;
}
.m-btn-conversion li a span::before { margin-right: 3vmin; }
.m-btn-conversion li:first-of-type { margin-bottom: 25px; }
.m-btn-conversion li:first-of-type a {
  background-color: #005e3c;
  color: #fff;
}
.m-btn-conversion li:first-of-type span::before {
  font-family: icomoon;
  content: "\e940";
  transform: translateY(-2px) scale(1.5);
  vertical-align: middle;
  display: inline-block;
}
.m-btn-conversion li:last-of-type a {
  background-color: #c4000f;
  color: #fff;
}
.m-btn-conversion li:last-of-type span::before {
  font-family: icomoon;
  content: "\e941";
  transform: translateY(-2px) scale(1.5);
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .m-btn-conversion-wrap {
    width: min(100%, 1240px);
    margin: auto;
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .m-btn-conversion {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .m-btn-conversion li { width: 48%; }
  .m-btn-conversion li a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 80px;
    line-height: 80px;
    padding-left: 0;
    border-radius: 8px;
    text-align: center;
    font-size: 26px;
  }
  .m-btn-conversion li a::after {
    transition: width 0.6s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #c9b935;
  }
  .m-btn-conversion li a:hover::after { width: 100%; }
  .m-btn-conversion li a span::before {
    margin-right: 12px;
    font-size: 44px;
  }
  .m-btn-conversion li:first-of-type { margin-bottom: 0; }
  .m-btn-conversion li:first-of-type a::after { background-color: #002b1b; }
  .m-btn-conversion li:first-of-type span::before {
    transform: translateY(-3px) scale(1.1);
  }
  .m-btn-conversion li:last-of-type a::after { background-color: #91000b; }
  .m-btn-conversion li:last-of-type span::before {
    transform: translateY(-3px) scale(1.1);
  }
  .l-block1 .m-btn-conversion li a,
  .l-block2 .m-btn-conversion li a {
    height: 54px;
    line-height: 54px;
    padding-left: 0;
    text-align: center;
    font-size: 22px;
  }
  .l-block1 .m-btn-conversion li a::before,
  .l-block2 .m-btn-conversion li a::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    font-size: 14px;
  }
  .l-block1 .m-btn-conversion li a span::before,
  .l-block2 .m-btn-conversion li a span::before {
    transform: translateY(-2px) scale(0.8);
    margin-right: 5px;
  }
}

/* m-btn-conversion-inquiry */
.m-btn-conversion-inquiry { text-align: center; }
.m-btn-conversion-inquiry a {
  display: block;
  height: 16vmin;
  line-height: 16vmin;
  padding-left: 0;
  border-radius: 8px;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  font-size: 6vmin;
  color: #000;
}
.m-btn-conversion-inquiry a span::before { margin-right: 3vmin; }
.m-btn-conversion-inquiry a {
  background-color: #005e3c;
  color: #fff;
}
.m-btn-conversion-inquiry span::before {
  font-family: icomoon;
  content: "\e940";
  transform: translateY(-2px) scale(1.5);
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .m-btn-conversion-inquiry a {
    overflow:hidden;
    position: relative;
    z-index: 1;
    height: 54px;
    line-height: 54px;
    padding-left: 0;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
  }
  .m-btn-conversion-inquiry a::after {
    transition: width .6s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #c9b935;
  }
  .m-btn-conversion-inquiry a:hover::after { width: 100%; }
  .m-btn-conversion-inquiry a span::before {
    margin-right: 12px;
    font-size: 44px;
  }
  .m-btn-conversion-inquiry a::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    font-size: 14px;
  }
  .m-btn-conversion-inquiry a span::before {
    transform: translateY(-2px) scale(0.8);
    margin-right: 5px;
  }
  .m-btn-conversion-inquiry a::after { background-color: #002b1b; }
  .m-btn-conversion-inquiry span::before {
    transform: translateY(-3px) scale(1.1);
  }
}

/* m-btn-conversion-fixed */
.m-btn-conversion-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.m-btn-conversion-fixed ul {
  display: flex;
  border-top: 1px solid #fff;
}
.m-btn-conversion-fixed li:first-of-type { border-right: 1px solid #fff; }
.m-btn-conversion-fixed li:first-of-type,
.m-btn-conversion-fixed li:last-of-type {
  width: 50%;
  margin-bottom: 0;
}
.m-btn-conversion-fixed li:first-of-type a,
.m-btn-conversion-fixed li:last-of-type a {
  padding: 0;
  border-radius: 0;
  text-align: center;
  font-size: 4.1vmin;
}
.m-btn-conversion-fixed li:first-of-type a::before,
.m-btn-conversion-fixed li:last-of-type a::before {
  width: 6vmin;
  height: 6vmin;
  line-height: 6vmin;
  margin-right: 2vmin;
  font-size: 2.4vmin;
}
.m-btn-conversion-fixed i { display: none; }

/* m-conversion-sec */
.m-conversion-sec,
.m-conversion-sec-small {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .m-conversion-sec { width:auto; }
  .m-conversion-sec-small { width: auto; }
  .m-conversion-sec-small li a {
    height: 64px;
    line-height: 64px;
    font-size: 22px;
  }
  .m-conversion-sec-small li a::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    font-size: 18px;
  }
  .m-conversion-sec-small li:last-of-type span::before,
  .m-conversion-sec-small li:first-of-type span::before {
    transform: translateY(-3px) scale(0.9);
    margin-right: 8px;
  }
}

/* m-movie */
.m-movie {
  padding: 10px;
  background-color: #d5d5d5;
}
.m-movie div {
  position: relative;
  padding-top: 56.25%;
}
.m-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px), print{
  .m-movie { padding: 30px; }
}

/* m-annotation */
.m-annotation {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
.m-annotation > * {
  padding-left: 20px;
  text-indent: -10px;
}
.m-annotation > *::before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  color: #c4000f;
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .m-annotation { width: 100%; }
}

/* page-numbers */
ul.page-numbers{
  display: table;
  padding-left: 16px;
}
.page-numbers li {
  display: inline-block;
  margin-top: 14px;
  text-align: center;
}
.page-numbers li span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-top: 14px;
  margin-right: 14px;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.page-numbers li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-right: 14px;
  background-color: #5e5e5e;
  color: #fff;
}
.page-numbers li a.prev,
.page-numbers li a.next {
  display: none;
  width: 0;
}
@media screen and (min-width: 768px), print {
  .page-numbers {
    display:table;
    margin: auto;
    margin-top: 30px;
    text-align: center;
  }
  .page-numbers a { transition: background-color 0.8s; }
  .page-numbers a:hover { background-color: #000; }
}

/* m-prev-next */
.m-prev-next {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
.m-prev-next li { margin-top: 25px; }
.m-prev-next .m-prev a::before { content: "\e91e"; }
.m-prev-next .m-return a::before { content: "\e926"; }
@media screen and (min-width: 768px), print {
  .m-prev-next {
    width:100%;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 70px;
  }
  .m-prev-next ul {
      position: relative;
      width: 760px;
      margin: auto;
  }
  .m-prev-next li {
    width: 240px;
    margin-top: 0;
  }
  .m-prev-next .m-prev { float: left; }
  .m-prev-next .m-next { float: right; }
  .m-prev-next .m-return {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* ----------------------------------------------------- */
/* 居場所不明  */
/* ----------------------------------------------------- */
.wrap-sp { position: relative; }

.owner-link {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owner-link span { display: table-row; }
.owner-link a {
  overflow: hidden;
  display: table-cell;
  width: 25%;
  text-indent: -500px;
}
.owner-link a.m-hidden-sp { display: none; }

/* お問い合わせサンクスページ */
.contact-thanks .m-btn2 {
  max-width: 280px;
  margin:50px auto auto;
}

.page .wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 768px), print {
  .kv-wrap > h1,
	.kv-wrap > p{
    box-sizing: content-box;
    height: 16px;
    line-height: 1;
    padding-top: 10px;
    padding-left: 31px;
    background-color: rgba(255,255,255,.7);
    text-align: left;
    font-size: 13px;
    color: #000;
  }

  .page .kv-head,
  .single-post  .kv-head,
  .category  .kv-head  {
    padding: 0 20px 8px;
  }
  .page .sub-menu,
  .single-post .sub-menu,
  .category .sub-menu {
    top: 70px;
  }

}
@media screen and (min-width: 768px),print {
  .page .text-center {
    text-align: center;
  }
}

/* tel-box */
.tel-box {
  width: 90%;
  margin: auto;
  padding: 20px 5%;
  border-radius: 10px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  /*
  700: Bold
  500: Medium
  */
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-display: swap;
}
.top-sec2 .tel-box{
  width: auto;
  margin: 30px auto;
  border: none;
}
.tel-box .heading { font-size: 5vmin; }
.tel-box .tel-number { font-size: 9vmin; }
.tel-box .tel-number::before {
  font-family: icomoon;
  content: "\e93a";
  font-size: 0.8em;
}
.tel-box .tel-annotation {
  margin-bottom: 16px;
  font-size: 3vmin;
}
@media screen and (min-width: 768px), print {
  .tel-box {
    width: 500px;
    padding: 20px 0;
  }
  .tel-box .heading {
    font-size: 20px;
    line-height: 1;
  }
  .tel-box .tel-number { font-size: 42px; }
  .tel-box .tel-annotation {
    font-size: 14px;
  }
  .tel-box .tel-annotation br { display: none; }
  .top-sec2 .tel-box {
    width: 500px;
    margin: 0 auto 30px;
  }
}


/* ----------------------------------------------------- */
/* header */
/* ----------------------------------------------------- */
/* kv-wrap --------------------------------------------- */
.kv-wrap {
  position: relative;
  height: auto;
}
.kv-wrap > h1,
.kv-wrap > p{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 8vmin;
  line-height: 8vmin;
  background-color: #000;
  text-align: center;
  font-size: 3vmin;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .kv-wrap{ overflow: hidden; }
  .kv-wrap > h1,
  .kv-wrap > p{
    height: 16px;
    padding-top: 10px;
    padding-left: 31px;
    background-color: rgba(255,255,255,.7);
    text-align: left;
    font-size: 13px;
    line-height: 1;
    color: #000;
  }
}

/* kv-head  -------------------------------------------- */
.kv-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4vmin 5%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
}
.kv-head .logo { width: 35vmin; }
.kv-head .btn-open {
  display: flex;
  flex-direction: column;
  border: none;
  background-color: transparent;
  justify-content: space-between;
  width: 10vmin;
  height: 7vmin;
}
.btn-open span{
  display: block;
  width: 100%;
  height: 1vmin;
  background-color: var(--c-red1);
}
@media screen and (min-width: 768px), print {
  .kv-head {
    position: absolute;
    height: 70px;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .kv-head .logo { width: 180px; }
  .kv-head .btn-open { display: none; }
}


/* ----------------------------------------------------- */
/* gnavi */
/* ----------------------------------------------------- */
/* @media screen and (max-width: 767px) {
  html.scrollStop {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
  }
} */

/* gnavi */
.gnavi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100dvh;
  /* padding-top: 40px; */
  padding-top: 15px;
  background-color: #000;
  color: #fff;
  transform: translate(100%, 0);
  transition: transform .4s;
}
.gnavi .btn-close {
  -webkit-appearance: none;
  display: block;
  margin-left: auto;
  margin-right: 6%;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.gnavi .btn-close::before {
  font-family: icomoon;
  content: "\e936";
  color: #fff;
  font-size: 6vmin;
  cursor: pointer;
}
.gnavi .btn-close::after {
  content: "close";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 400;
  text-align: left;
  font-size: 3.2vmin;
  color: #fff;
}
/* .gnavi a{ font-size: 16px; } */
.gnavi > ul {
  /* margin-top: 1.5em; */
  margin-top: 15px;
  border-top: 1px solid #fff;
}
.gnavi > ul > li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}
.gnavi > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.6em 2em;
  font-size: 4vmin;
}
.gnavi > ul > li > a::after {
  font-family: icomoon;
  content: "\e935";
}
.gnavi.on { transform: translate(0, 0); }
.gnavi-line{
  width: 84%;
  margin: 30px auto 0;
}
.gnavi-line a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9em;
  padding: 1em 1.4em;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 400;
  text-align: left;
  font-size: 5.5vmin;
  line-height: 1.3;
  color: #000;
}
.gnavi-line a::after{
  font-family: icomoon;
  content: "\e935";
  margin-left: auto;
  font-size: 1.3em;
  color: #06C755;
}
.gnavi-line img{ width: 17%; }
.gnavi-line i{ color: #06C755; }
@media screen and (min-width: 768px), print {
  .gnavi {
    position:static;
    transform: unset;
    transition: unset;
    width: auto;
    height: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .gnavi .btn-close { display: none; }
  .gnavi > ul {
    position: static;
    display: flex;
    gap: 0 1.4em;
    margin-top: 0;
    border: none;
  }
  .gnavi > ul > li { border: none; }
  .gnavi > ul > li > a {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #000;
    font-size: 1.32vw;
    transition: color 0.4s;
  }
  .gnavi > ul > li > a:hover { color: #c4000f; }
  .gnavi > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background-color: #c4000f;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .gnavi > ul > li > a:hover::after { opacity: 1; }
  .fade .gnavi > ul > li > a::after { bottom: -5px; }
  .gnavi-line{ display: none; }
}
@media screen and (min-width: 1100px), print{
  .gnavi > ul > li > a{ font-size: 16px; }
}

/* sub-menu */
/* .sub-menu { display: none; } */
.sub-menu{
  display: block;
  width: 100%;
}
.sub-menu ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
  border-top: 1px dotted #aaa;
  padding: 0 8.2% 1em;
  padding-right: 0;
}
.sub-menu li{
  padding-top: 1em;
  font-size: 0.9em;
}
.sub-menu a::before{
  content: "●";
  padding-right: 0.3em;
}
@media screen and (min-width: 768px), print {
  .sub-menu {
    position: absolute;
    /* right: 0; */
    top: 60px;
    display: none;
    /* width: 100%; */
    width: auto;
    background-color: #000;
  }
  .sub-menu ul {
    display: block;
    padding: 0.2em 0;
    border-top: none;
  }
  .sub-menu li {
    padding: 0.8em 1em;
    line-height: 1;
  }
  .sub-menu li:first-of-type { border-left: none; }
  .sub-menu a {
    display: inline;
    padding: 0 1em;
    border: none;
    font-size: 0.9em;
    color: #fff;
    transition: opacity 0.4s;
  }
  .sub-menu a::before{ display: none; }
  .sub-menu a:hover { opacity: 0.7; }
  .fade .sub-menu { top: 50px; }
}


/* ----------------------------------------------------- */
/* new keyvisual  */
/* ----------------------------------------------------- */
/* keyvisual 下層  ------------------------------------- */
.keyvisual-new{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 375/230;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.category-news .keyvisual-new,
.news .keyvisual-new{ background-image: url(../img/keyvisual-news-sp.jpg); }
.franchise .keyvisual-new{ background-image: url(../img/keyvisual-franchise-sp.jpg); }
.market .keyvisual-new{ background-image: url(../img/keyvisual-market-sp.jpg); }
.features .keyvisual-new{ background-image: url(../img/keyvisual-features-sp.jpg); }

.repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-sp.jpg); }
.wood_repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-wd-sp.jpg); }
.light_sheet_metal .keyvisual-new{ background-image: url(../img/keyvisual-repair-bp-sp.jpg); }
.interior_repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-ir-sp.jpg); }
.wheel_repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-hw-sp.jpg); }

.flow .keyvisual-new{ background-image: url(../img/keyvisual-flow-sp.jpg); }
.training .keyvisual-new{ background-image: url(../img/keyvisual-training-sp.jpg); }
.cost .keyvisual-new{ background-image: url(../img/keyvisual-cost-sp.jpg); }
.support .keyvisual-new{ background-image: url(../img/keyvisual-support-sp.jpg); }
.usersvoice .keyvisual-new{ background-image: url(../img/keyvisual-usersvoice-sp.jpg); }
.after_opening .keyvisual-new{ background-image: url(../img/keyvisual-after_opening-sp.jpg); }

.qa .keyvisual-new{ background-image: url(../img/keyvisual-qa-sp.jpg); }
.company .keyvisual-new{ background-image: url(../img/keyvisual-company-sp.jpg); }
/* .message .keyvisual-new{ background-image: url(../img/keyvisual-message-sp.jpg); } */
.sitemap .keyvisual-new{ background-image: url(../img/keyvisual-sitemap-sp.jpg); }
.privacypolicy .keyvisual-new{ background-image: url(../img/keyvisual-privacypolicy-sp.jpg); }
.customerharassment .keyvisual-new{ background-image: url(../img/keyvisual-customerharassment-sp.jpg); }
.error404 .keyvisual-new{ background-image: url(../img/keyvisual-404-sp.jpg); }

.owner .keyvisual-new { background-image: url(../img/keyvisual-owner-sp.jpg); }

.contact .keyvisual-new,
.contact_confirm .keyvisual-new,
.contact_thanks .keyvisual-new{
  background-image: url(../img/keyvisual-contact-sp.jpg);
}
.keyvisual-new h1{
  translate: 0 60%;
  font-family: "Noto Sans JP",sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 7.5vmin;
  color: #fff;
}
/* h1が3行の場合のみSP位置調整 */
.after_opening h1{ translate: 0 33%; }
.keyvisual-new h1 span{
  display: block;
  font-size: 0.7em;
}
@media screen and (min-width: 768px), print{
  .keyvisual-new{
    width: 100%;
    height: 320px;
    aspect-ratio: auto;
  }
  .category-news .keyvisual-new,
  .news .keyvisual-new{ background-image: url(../img/keyvisual-news-pc.jpg); }
  .franchise .keyvisual-new{ background-image: url(../img/keyvisual-franchise-pc.jpg); }
  .market .keyvisual-new{ background-image: url(../img/keyvisual-market-pc.jpg); }
  .features .keyvisual-new{ background-image: url(../img/keyvisual-features-pc.jpg); }

  .repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-pc.jpg); }
  .wood_repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-wd-pc.jpg); }
  .light_sheet_metal .keyvisual-new{ background-image: url(../img/keyvisual-repair-bp-pc.jpg); }
  .interior_repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-ir-pc.jpg); }
  .wheel_repair .keyvisual-new{ background-image: url(../img/keyvisual-repair-hw-pc.jpg); }

  .flow .keyvisual-new{ background-image: url(../img/keyvisual-flow-pc.jpg); }
  .training .keyvisual-new{ background-image: url(../img/keyvisual-training-pc.jpg); }
  .cost .keyvisual-new{ background-image: url(../img/keyvisual-cost-pc.jpg); }
  .support .keyvisual-new{ background-image: url(../img/keyvisual-support-pc.jpg); }
  .usersvoice .keyvisual-new{ background-image: url(../img/keyvisual-usersvoice-pc.jpg); }
  .after_opening.keyvisual-new{ background-image: url(../img/keyvisual-after_opening-pc.jpg); }

  .qa .keyvisual-new{ background-image: url(../img/keyvisual-qa-pc.jpg); }
  .company .keyvisual-new{ background-image: url(../img/keyvisual-company-pc.jpg); }
  /* .message .keyvisual-new{ background-image: url(../img/keyvisual-message-pc.jpg); } */
  .sitemap .keyvisual-new{ background-image: url(../img/keyvisual-sitemap-pc.jpg); }
  .privacypolicy .keyvisual-new{ background-image: url(../img/keyvisual-privacypolicy-pc.jpg); }
  .customerharassment .keyvisual-new{ background-image: url(../img/keyvisual-customerharassment-pc.jpg); }
  .error404 .keyvisual-new{ background-image: url(../img/keyvisual-404-pc.jpg); }

  .owner .keyvisual-new { background-image: url(../img/keyvisual-owner-pc.jpg); }

  .contact .keyvisual-new,
  .contact_confirm .keyvisual-new,
  .contact_thanks .keyvisual-new{
    background-image: url(../img/keyvisual-contact-pc.jpg);
  }

  .keyvisual-new h1{
    translate: 0 26px;
    font-size: 42px;
  }
  .keyvisual-new h1 span{
    display: block;
    font-size: 0.7em;
  }
}


/* ----------------------------------------------------- */
/* pankkuzu  */
/* ----------------------------------------------------- */
.pankuzu {
  display: block;
  width: 90%;
  margin: 1.5em auto 40px;
  font-size: 0.8em;
}
.pankuzu li {
  display: inline-block;
  margin-right: 8px;
}
.pankuzu li:after {
  font-family: icomoon;
  content: "\e91f";
  transform: translateY(-1.5px);
  vertical-align: middle;
  display: inline-block;
  margin-left: 12px;
  font-size: 0.9em;
}
.pankuzu li:last-of-type::after {
  display: none;
}
.pankuzu a {
  transition: box-shadow 0.8s;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .pankuzu {
    width: min(100%, 1040px);
    margin: auto;
    margin-top: 1em;
    margin-bottom: 80px;
    padding: 0 20px;
    font-size: 14px;
  }
  .pankuzu li {
    display: inline-block;
    margin-right: 8px;
  }
  .pankuzu li::after {
    font-family: icomoon;
    content: "\e91f";
    transform: translateY(-2px);
    vertical-align: middle;
    display: inline-block;
    margin-left: 12px;
    font-size: 0.9em;
  }
  .pankuzu li:last-of-type::after { display: none; }
  .pankuzu a {
    transition: box-shadow 0.8s;
    color: #000;
  }
  .pankuzu a:hover { box-shadow: 0 1px 0 #000; }
}


/* ----------------------------------------------------- */
/* footer-owned-media  */
/* ----------------------------------------------------- */
.footer-owned-media{
  padding: 60px 10%;
  background-color: var(--c-gray1);
}
.footer-owned-media ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print{
  .footer-owned-media{ padding: 110px 20px; }
  .footer-owned-media ul{
    flex-direction: row;
    gap: 0;
    width: min(100%, 850px);
    margin: auto;
  }
  .footer-owned-media a{ transition: filter 0.3s; }
  .footer-owned-media a:hover{ filter: brightness(90%); }
}


/* ----------------------------------------------------- */
/* footer  */
/* ----------------------------------------------------- */
.grecaptcha-badge { visibility: hidden; }
footer {
  padding: 40px 5% 12vmin;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  footer{ padding: 50px 20px; }
}

/* footer-navi ----------------------------------------- */
/* 共通 */
.footer-navi{ margin-bottom: 35px; }
.footer-navi li { line-height: 2; }

/* current navi */
.footer-navi > ul > li {
  margin-bottom: 6px;
  font-weight: 700;
}

/* child navi */
.footer-navi ul ul li{ font-weight: 400; }
.footer-navi ul ul li::before { content: "・"; }
/* .footer-navi .column-clear li { width: 100%; } */
@media screen and (min-width: 768px), print {
  /* 共通 */
  .footer-navi {
    display:flex;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: 0 auto 60px;
  }
  .footer-navi li { font-size: 16px; }
  .footer-navi a:hover {
    text-decoration: underline;
    text-decoration-color: #999;
    text-underline-offset: 4px;
  }
}

/* footer-bottom --------------------------------------- */
@media screen and (min-width: 768px), print{
  .footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1000px);
    margin: auto;
  }
}

/* sns-list -------------------------------------------- */
.sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.1vmin;
  background: url(../img/logo.svg) no-repeat right center / auto 100%;
}
.sns-list li{ width: auto; }
.sns-list img {
  display: block;
  width: auto;
  height: 6.5vmin;
}
@media screen and (min-width: 768px), print{
  .sns-list {
    gap: 16px;
    background: none;
  }
  .sns-list a { transition: filter 0.4s; }
  .sns-list a:hover { filter: brightness(120%); }
  .sns-list img { height: 30px; }
}

/* copylight ------------------------------------------- */
.copyright {
  padding: 30px 0 32vmin;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
}
@media screen and (min-width: 768px), print {
  .copyright {
    padding: 80px 0 0;
    background: url(../img/logo_r_w.svg) no-repeat right center / 100% auto;
    font-size: 12px;
  }
}

/* return-top ------------------------------------------ */
@media screen and (min-width: 768px), print {
  .return-top {
    transition: background-color .8s;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 20px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 8px;
  }
  .return-top:hover { background-color: rgba(255, 255, 255, 0.7); }
  .return-top::before { font-size: 34px; }
}

/* return-top ------------------------------------------ */
@media screen and (min-width: 768px), print {
  .return-top {
    transition: background-color .8s;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 20px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 8px;
  }
  .return-top:hover { background-color: rgba(255, 255, 255, 0.7); }
  .return-top::before { font-size: 34px; }
}


/* ----------------------------------------------------- */
/* footer-conversion  */
/* ----------------------------------------------------- */
.footer-conversion {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  /* opacity: 0;
  translate: 0 100%;
  transition: all 0.1s; */
}
/* .footer-conversion.fade {
  opacity: 1;
  translate: 0 0;
} */
.footer-conversion.fade{ opacity: 1; }
.footer-conversion .btn-tap-tel {
  position: absolute;
  right: 3%;
  bottom: 23vmin;
  width: 19vmin;
}
.footer-conversion .m-btn-cv {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
  padding: 1em 5%;
  padding-top: 0;
}
.footer-conversion .m-btn-cv li { width: 49%; }
.footer-conversion .m-btn-cv br { display: inline; }
.footer-conversion .m-btn-cv a { border-radius: 5px; }
.footer-conversion .m-btn-cv span{ display: none; }
.footer-conversion .m-btn-cv .m-angle-anime{ display: block; }
@media screen and (min-width: 768px), print {
  .footer-conversion {
    right:0;
    z-index: 100;
    bottom: 30px;
    translate: unset;
    width: 110px;
    opacity: 0;
    transition: opacity 0.6s;
  }
  .footer-conversion.visible { opacity: 1; }
  .footer-conversion .btn-tap-tel {
    position: static;
    width: 60px;
    margin: auto;
  }
  .footer-conversion .m-btn-cv {
    display: block;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .footer-conversion .m-btn-cv ul { padding: 0; }
  .footer-conversion .m-btn-cv li {
    width: 100%;
    margin-top: 1em;
  }
  .footer-conversion .m-btn-cv a {
    display: block;
    height: auto;
    padding: .5em 0;
    border-radius: 10px 0 0 10px;
    border: none;
    font-size: 14px;
  }
  .footer-conversion .m-btn-cv a::after,
  .footer-conversion .m-btn-cv a .m-angle-anime {
      position: static;
      translate: unset;
      display: block;
      margin: auto;
  }
  .footer-conversion .m-btn-cv .m-hidden-pc { display: none; }
}


/* ----------------------------------------------------- */
/* new フランチャイズとは franchise */
/* ----------------------------------------------------- */
/* franchise-sec1 -------------------------------------- */
.franchise-sec1 h2{
  margin-bottom: 1em;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
  font-size: 6vmin;
}
@media screen and (min-width: 768px), print{
  .franchise-sec1{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .franchise-sec1 > *{
    width: 48%;
  }
  .franchise-sec1 h2{
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 30px;
  }
}

/* franchise-sec2 --------------------------------------- */
.franchise-sec2 p{ margin-bottom: 1em; }
@media screen and (min-width: 768px), print{
  .franchise-sec2 > div{
    display: flex;
    justify-content: space-between;
  }
  .franchise-sec2 > div > *{
    width: 48%;
  }
}

/* franchise-sec3 --------------------------------------- */
.franchise-sec3-bg{
  padding: 40px 0;
  background-color: #F4F4F4;
}
.franchise-sec3 > p{ margin-bottom: 1em; }
.franchise-sec3 ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 40px;
  text-align: center;
}
.franchise-sec3 li{ width: 100%; }
.franchise-sec3 li h3{
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #C4000F;
}
.franchise-sec3 li p{ font-size: 4.3vmin; }
.franchise-sec3 img{ width: 50%; }

.franchise-sec3 section{
  padding: 1em;
  background-color: #fff;
}
.franchise-sec3 section h3{
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #C4000F;
}
@media screen and (min-width: 768px), print{
  .franchise-sec3-bg{ padding: 60px 0; }
  .franchise-sec3 > p{ text-align: center; }
  .franchise-sec3 ul{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 60px;
  }
  .franchise-sec3 li{ width: 30%; }
  .franchise-sec3 li p{ font-size: 16px; }
  .franchise-sec3 section{
    display: flex;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .franchise-sec3 section > p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
    background-color: #C4000F;
  }
  .franchise-sec3 section img{ width: 80%; }
  .franchise-sec3 section > div{
    padding: 20px 2em;
  }
}

/* franchise-sec4 --------------------------------------- */
/* franchise-sec4-head */
.franchise-sec4-head .m-heading-a{ text-align: center; }
.franchise-sec4-head .m-heading-a span{
  display: block;
  font-size: 0.8em;
}
.franchise-sec4-head dl{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  padding: 40px 5%;
  background-color: #F4F4F4;
}
.franchise-sec4-head dl div{
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 1em;
  border-radius: 0.3em;
  background-color: #fff;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4.1vmin;
}
.franchise-sec4-head dt{
  padding: 0.3em  1em;
  border-radius: 3.5vmin;
  background-color: #C4000F;
  white-space: nowrap;
  font-size: 0.7em;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .franchise-sec4-head-bg{
    padding: 80px 20px;
    background: url(../img/franchise-sec4-bg.jpg) no-repeat center center / cover;
  }
  .franchise-sec4-head .m-heading-a span{
    display: inline;
    font-size: 1em;
  }
  .franchise-sec4-head dl{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1000px);
    margin: auto;
    padding: 0;
    background-color: transparent;
  }
  .franchise-sec4-head dl div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    width: 32%;
    padding: 1.5em 1em;
    border-radius: 10px;
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
  }
  .franchise-sec4-head dt{
    padding: 0.3em  1em;
    border-radius: 20px;
    background-color: #C4000F;
    white-space: nowrap;
    font-size: 0.7em;
    color: #fff;
  }
  .franchise-sec4-head dd{ width: 100%; }
}

/* franchise-sec4-main */
.franchise-sec4-main{ counter-reset: number; }
.franchise-sec4-main li{
  margin-bottom: 50px;
  padding: 0 5% 50px;
  background-image: linear-gradient(#fff 72%, #C4000F 72%);
}
.franchise-sec4-main h3{
  counter-increment: number;
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin: 1em 0 0.5em;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.3;
  font-size: 6vmin;
}
.franchise-sec4-main h3::before{
  content: counter(number);
  font-weight: 500;
  color: #C4000F;
  font-size: 2.7em;
}
.franchise-sec4-main dl{
  margin-top: 1em;
  padding: 1.3em;
  border-radius: 10px;
  border: 1px solid #C4000F;
  background-color: #fff;
}
.franchise-sec4-main dt{
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 1.1em;
  color: #C4000F;
}
@media screen and (min-width: 768px), print{
  .franchise-sec4-main{
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
  .franchise-sec4-main li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    padding: 0;
    background-image: none;
  }
  .franchise-sec4-main li > *{ width: 48%; }
  .franchise-sec4-main li:nth-of-type(2n) picture{ order: 1; }
  .franchise-sec4-main h3{
    gap: 0.6em;
    margin: 1em 0 0.5em;
    font-size: 25px;
  }
}


/* ----------------------------------------------------- */
/* マーケットについて market */
/* ----------------------------------------------------- */
/* market-sec-read ------------------------------------- */
.market-sec-read p{ padding: 0 5% 30px; }
@media screen and (min-width: 768px), print{
  .market-sec-read p{
    padding: 0 20px 70px;
    text-align: center;
  }
}

/* market-sec1 ----------------------------------------- */
.market-sec1{
  padding: 60px 5%;
  background-color: #F4F4F4;
}
.market-sec1 .text1{
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5vmin;
}
.market-sec1 .m-suppliers-wrap{
  margin: 20px 0;
  padding: 25px 7% 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px), print{
  .market-sec1{
    padding: 120px 20px;
    background-color: #F4F4F4;
  }
  .market-sec1 .text1{ font-size: 28px; }
  .market-sec1 .m-suppliers-wrap{
    width: min(100%, 1000px);
    margin: 40px auto;
    padding: 40px 50px 30px;
    border-radius: 15px;
  }
  .market-sec1 .text2{
    width: min(100%, 1000px);
    margin: auto;
  }
}

/* market-sec2 ----------------------------------------- */
.market-sec2{ padding: 60px 5%; }
.market-sec2 .graph{ margin: 50px 0 26px; }
.market-sec2 .graph h3{
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 4vmin;
}
.market-sec2 .graph .m-small{ margin-top: 0.5em; }
.market-sec2 .m-btn-cv-wrap{ margin-top: 26px; }
@media screen and (min-width: 768px), print{
  .market-sec2{
    padding: 120px 20px;
  }
  .market-sec2-inner{
    width: min(1000px, 100%);
    margin: auto;
  }
  .market-sec2 .text1{ text-align: center; }
  .market-sec2 .graph{
    width: min(100%, 740px);
    margin: 60px auto 40px;
  }
  .market-sec2 .graph h3{ font-size: 16px; }
  .market-sec2 .m-btn-cv-wrap{ margin-top: 50px; }
}

/* market-sec3 ----------------------------------------- */
.market-sec3 .m-heading-a span{
  display: table;
  margin: auto;
}
.market-sec3-bg{
  padding: 60px 5%;
  background: #F4F4F4;
}
.market-sec3 li{
  display: flex;
  align-items: center;
  gap: 0.5em;
  height: 60px;
  margin-top: 1em;
  padding: 0 1em;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 4.1vmin;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.market-sec3 li span:first-of-type{
  width: 72px;
  padding: 0.3em 1em;
  border-radius: 3.5vmin;
  background-color: #C4000F;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.market-sec3 li span:last-of-type{ width: calc(100% - 82px); }
@media screen and (min-width: 768px), print{
  .market-sec3-bg{
    padding: 70px 20px;
    background: url(../img/market-sec3-bg-pc.jpg) no-repeat center top / cover;
  }
  .market-sec3 .m-heading-a span{
    display: inline;
    font-size: 1em;
  }
  .market-sec3 ul{
    display: flex;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: auto;
  }
  .market-sec3 li{
    flex-direction: column;
    width: 23.5%;
    height: auto;
    padding: 30px 0;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
  }
  .market-sec3 li span:first-of-type{
    padding: 0.3em 1em;
    border-radius: 20px;
    font-size: 0.7em;
  }
  .market-sec3 li span:last-of-type{ width: auto; }
}

/* market-sec4 ----------------------------------------- */
.market-sec4-wrap{
  counter-reset: num;
  padding-bottom: 60px;
}
.market-sec4{
  counter-increment: num;
  padding: 60px 5%;
  background-image: linear-gradient(#C4000F 53vmin, #fff 53vmin);
}
.market-sec4 h2{
  display: flex;
  gap: 0.5em;
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5vmin;
}
.market-sec4 h2::before{
  content: counter(num);
  margin-top: -2vmin;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14vmin;
  color: #c4000f;
}
@media screen and (min-width: 768px), print{
  .market-sec4-wrap{ padding: 120px 20px; }
  .market-sec4{
    display: flex;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: 0 auto 60px;
    padding: 0;
    background-image: none;
  }
  .market-sec4 > div{ width: 48%; }
  .market-sec4:nth-of-type(2n) > div:first-of-type{ order: 1; }
  .market-sec4 h2{
    margin: 0 0 10px;
    gap: 0.5em;
    font-size: 25px;
  }
  .market-sec4 h2::before{
    margin-top: -14px;
    font-size: 74px;
  }
}

/* market-sec5 ----------------------------------------- */
.market-sec5{
  padding: 60px 5%;
  background-color: #F4F4F4;
}
.market-sec5 .top-sec3-blk2{
  width: min(100%, 1000px);
  margin: auto;
}
@media screen and (min-width: 768px), print{
  .market-sec5{ padding: 120px 20px; }
}

/* ↓topと同じ構造、見出しタグ違い */
.top-sec3-blk2 {
  width: 90%;
  margin: 35px auto;
  padding: 30px 5%;
  border-radius: 10px;
  background-color: #fff;
}
.top-sec3-blk2 > h3,
.market .top-sec3-blk2 > h2 {
  margin-bottom: .7em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  text-align: center;
  font-weight: 700;
  font-size: 5vmin;
  color: #c4000f;
}
.top-sec3-blk2 > h3 img,
.market .top-sec3-blk2 > h2 img {
  display: inline-block;
  width: 8vmin;
  margin-bottom: 0.3em;
}
.top-sec3-blk2 ul { margin-top: 30px; }
.top-sec3-blk2 .item { margin-top: 20px; }
.top-sec3-blk2 .item h4,
.market .top-sec3-blk2 .item h3 {
  display: flex;
  align-items: center;
  padding: 10px 3%;
  border-radius: 8px;
  background-color: #c4000f;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4vmin;
  color: #fff;
  user-select: none;
  cursor: pointer;
}
.top-sec3-blk2 .item h4 span,
.market .top-sec3-blk2 .item h3 span {
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding: 0 0.4em;
  background-color: #fff;
  font-size: 0.8em;
  color: #c4000f;
}
.top-sec3-blk2 .item h4 span:first-of-type,
.market .top-sec3-blk2 .item h3 span:first-of-type {
  margin-left: auto;
}
.top-sec3-blk2 .item h4::after,
.market .top-sec3-blk2 .item h3::after {
  margin-left: .8em;
  font-family: icomoon;
  content: "\e939";
  color: #fff;
}
.top-sec3-blk2 .item h4.op::after,
.market .top-sec3-blk2 .item h3.op::after {
  content: "\e938";
}
.top-sec3-blk2 .item div {
  display: none;
  padding-top: 14px;
}
.top-sec3-blk2 .item div ol {
  display: flex;
  gap: 2%;
}
.top-sec3-blk2 .item div ol:first-of-type { margin-bottom: 1em; }
.top-sec3-blk2 .item div ol li { position: relative; }
.top-sec3-blk2 .item div ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0 .5em;
  letter-spacing: .05em;
}
.top-sec3-blk2 .item div ol li:first-of-type::before {
  content: "BEFORE";
  background-color: #fff;
  color: #c4000f;
}
.top-sec3-blk2 .item div ol li:last-of-type::before {
  content: "AFTER";
  background-color: #c4000f;
  color: #fff;
}
.top-sec3-blk2 .item div dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0 .5em;
  padding-left: 0.5em;
  border-left: #c4000f 2px solid;
}
.top-sec3-blk2 .item div dl dt {
  width: 100%;
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #c4000f;
}
.top-sec3-blk2 .item div dl dd {
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}
.top-sec3-blk2 .item div dl dd::before {
  content: "●";
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #c4000f;
}
.top-sec3-blk2 .item div dl.ir dd {
  width: auto;
  padding-right: 1em;
}
.top-sec3-blk2 .item div dl.wd dd:nth-of-type(2),
.top-sec3-blk2 .item div dl.wd dd:nth-of-type(3) {
  width: auto;
  padding-right: 1em;
}
.top-sec3-blk2 .item div dl.sm dd {
  width: auto;
  padding-right: 1em;
}
.top-sec3-blk2 .item div ul {
  display: table;
  margin-top: 1em;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .top-sec3-blk2 {
    width: min(96%, 1000px);
    margin-top: 70px;
    padding: 30px 5%;
  }
  .top-sec3-blk2 > p { text-align: center; }
  .top-sec3-blk2 > h3,
  .market .top-sec3-blk2 > h2 {
    font-size: 25px;
  }
  .top-sec3-blk2 > h3 img,
  .market .top-sec3-blk2 > h2 img {
    width: 32px;
  }
  .top-sec3-blk2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 2%;
  }
  .top-sec3-blk2 ul.house { justify-content: center; }
  .top-sec3-blk2 .item {
    width: 49%;
    margin-top: 0;
  }
  .top-sec3-blk2 .item h4,
  .market .top-sec3-blk2 .item h3 {
    transition: filter .4s;
    padding: 16px 5%;
    font-size: 16px;
  }
  .top-sec3-blk2 .item h4::after,
  .market .top-sec3-blk2 .item h3::after {
    font-size: 1.8em;
  }
  .top-sec3-blk2 .item h4:hover,
  .market .top-sec3-blk2 .item h3:hover {
    filter: brightness(120%);
  }
  .toggle::after { transition: rotate .4s; }
}

/* market-sec6------------------------------------------ */
/* usersvoice-sec -------------------------------------- */
.usersvoice-sec-item .market-face1{ background-image: url(../img/market-car-sec5-img1-sp.jpg); }
.usersvoice-sec-item .market-face2{ background-image: url(../img/market-car-sec5-img2-sp.jpg); }
.usersvoice-sec-item .market-face3{ background-image: url(../img/market-car-sec5-img3-sp.jpg); }
.usersvoice-sec-item .market-face4{ background-image: url(../img/market-house-sec5-img1-sp.jpg); }
.usersvoice-sec-item .market-face5{ background-image: url(../img/market-house-sec5-img2-sp.jpg); }
.usersvoice-sec-item .market-face6{ background-image: url(../img/market-house-sec5-img3-sp.jpg); }
.car.m-link-text,
.house.m-link-text{
  margin-top: 30px;
  margin-left: auto;
}
.car.m-link-text a::before{ transform: rotate(90deg); }
.house.m-link-text a::before{ transform: rotate(-90deg); }
@media screen and (min-width: 768px), print{
  .car.m-link-text,
  .house.m-link-text{
    margin-top: 40px;
  }
}

/* market m-btn-cv2-bg --------------------------------- */
.market .m-btn-cv2-bg:last-child{ padding-bottom: 60px; }
@media screen and (min-width: 768px), print{
  .market .m-btn-cv2-bg:last-child{ padding-bottom: 120px; }
}


/* ----------------------------------------------------- */
/* 加盟するメリット features  */
/* ----------------------------------------------------- */
/* features-sec1 --------------------------------------- */
.features-sec1 h2{
  margin-bottom: 0.8em;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 12vmin;
  line-height: 1;
}
.features-sec1 h2 span{ display: block; }
.features-sec1 h2 span:nth-of-type(1){
  margin-bottom: 0.5em;
  font-size: 0.35em;
}
.features-sec1 h2 span:nth-of-type(2){
  margin-bottom: 0.2em;
  font-size: 0.5em;
}
.features-sec1 .dot-line{ display: none; }
@media screen and (min-width: 768px), print{
  .features-sec1 h2{ font-size: 60px; }
  .features-sec1 h2 span:nth-of-type(1){
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .features-sec1 h2 span:nth-of-type(2){
    margin-bottom: 0.2em;
    font-size: 40px;
  }

  .features-sec1{
    position: relative;
    z-index: 2;
  }
  .features-sec1 .dot-line{
    display: block;
    position: absolute;
    top: 35%;
    left: 30%;
    width: 46%;
    height: 46%;
  }
}

/* features-sec1-inner ---------------------------------- */
.features-sec1-inner{
  margin-bottom: 60px;
}
.features-sec1-inner .photo-block{
  position: relative;
  z-index: 2;
  display: block;
  width: 60%;
  margin: auto;
  margin-bottom: 1em;
}
.features-sec1-inner .text-block{
  position: relative;
  z-index: 2;
}
.features-sec1-inner h3{
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 6vmin;
}
.features-sec1-inner .read{
  text-align: center;
  font-size: 3.85vmin;
}
.features-sec1-inner .m-link-text{ text-align: center; }

/* ナンバリング */
.features-sec1-inner .text-block{
  position: relative;
  z-index: 1;
}
.features-sec1-inner .text-block img{
  position: absolute;
  top: -42%;
  z-index: -1;
}
.features-sec1-inner:nth-of-type(1) .text-block img{
  right: 5%;
  width: 21%;
}
.features-sec1-inner:nth-of-type(2) .text-block img{
  left: 3%;
  width: 30%;
}
.features-sec1-inner:nth-of-type(3) .text-block img{
  top: -41%;
  right: 5%;
  width: 30%;
}
@media screen and (min-width: 768px), print{
  .features-sec1-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
  .features-sec1-inner .photo-block{
    width: 50%;
    margin: 0;
  }
  .features-sec1-inner .text-block{
    width: 46%;
    padding-right: 30px;
  }
  .features-sec1-inner h3{
    text-align: left;
    font-size: 2.8vw;
  }
  .features-sec1-inner .read{
    text-align: left;
    font-size: 16px;
  }
  .features-sec1-inner .m-link-text{ text-align: right; }

  /* ナンバリング */
  .features-sec1-inner:nth-of-type(1) .text-block img{
    top: -74%;
    right: 8%;
    width: 25%;
  }
  .features-sec1-inner:nth-of-type(2) .text-block img{
    left: -18%;
    top: auto;
    bottom: -67%;
    width: 40%;
  }
  .features-sec1-inner:nth-of-type(3) .text-block img{
    top: -24%;
    right: -3%;
    width: 40%;
  }

  /* レイアウト調整 */
  .features-sec1-inner:nth-of-type(2){ padding-left: 10%; }
  .features-sec1-inner:nth-of-type(2) .photo-block{ order: 1; }
  .features-sec1-inner:nth-of-type(3){
    padding-top: 5%;
    padding-right: 10%;
  }
  .features-sec1-inner:nth-of-type(3) .text-block{
    padding-right: 8%;
  }
}
@media screen and (min-width: 1000px), print{
  .features-sec1-inner h3{
    text-align: left;
    font-size: 25px;
  }
}

/* features-sec2-head ----------------------------------- */
.features-sec2-head{
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.features-sec2-head .head-read{
  margin-bottom: 0.7em;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 4.8vmin;
}
@media screen and (min-width: 768px), print{
  .features-sec2-head{
    width: 100%;
    padding: 80px;
    background: 
      url(../img/features-sec2-bg-left.png) no-repeat left top / auto 100%,
      url(../img/features-sec2-bg-right.png) no-repeat right top / auto 100%;
    text-align: center;
  }
  .features-sec2-head .head-read{
    font-size: 25px;
  }
}

/* features-sec2-inner ---------------------------------- */
.features-sec2-inner{
  padding-top: 80px;
}
.features-sec2-inner:nth-of-type(2n+1) { background: #F4F4F4;}
.features-sec2-inner .text-block{
  width: 90%;
  margin: auto;
  margin-bottom: 1.5em;
}
.features-sec2-inner h3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: auto;
  margin-bottom: 1em;
  height: 12vmin;
  border-radius: 6vmin;
  background-color: #C4000F;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 5vmin;
  color: #fff;
}
.features-sec2-inner .head-read{
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #C4000F;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 5vmin;
  color: #C4000F;
}
.features-sec2-inner .photo-block{
  padding: 0 5% 50px;
  background-image: linear-gradient(transparent 20%, #C4000F 20%);
}
@media screen and (min-width: 768px), print{
  .features-sec2-inner{
    padding: 100px 0;
  }
  .features-sec2-inner .block{
    width: min(100%, 1040px);
    margin: auto;
  }
  .features-sec2-inner .flex{
    display: flex;
    justify-content: space-between;
  }
  .features-sec2-inner .text-block{
    order: 1;
    width: 48%;
    margin: 0;
  }
  .features-sec2-inner h3{
    width: auto;
    margin-bottom: 2em;
    height: 50px;
    border-radius: 25px;
    font-size: 25px;
  }
  .features-sec2-inner .head-read{
    margin-bottom: 0.8em;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    line-height: 1.4;
    font-size: 25px;
    color: inherit;
  }
  .features-sec2-inner .photo-block{
    width: 48%;
    padding: 0;
    background-image: none;
  }
}


/* ----------------------------------------------------- */
/* 習得できる技術 repair top */
/* ----------------------------------------------------- */
/* top, single共通 ------------------------------------- */
/* m-hosoku */
.m-hosoku-wrap{ margin-bottom: 1.5em; }
.m-hosoku,
.m-suppliers{
  margin-bottom: 1em;
  padding-left: 0.8em;
  border-left: 3px solid #C4000F;
}
.m-hosoku dt,
.m-suppliers dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #C4000F;
}
.m-hosoku dd::before{
  content: "●";
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #C4000F;
}
.m-suppliers dd{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print{
  .m-hosoku-wrap{
    display: flex;
    gap: 2em;
  }
  .m-suppliers dd{ gap: 0 1em; }
  .m-suppliers dd span::before{
    content: "●";
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #C4000F;
  }
  .m-suppliers dd{ padding-right: 135px; }
  .m-suppliers dd i{ display: none; }
}

/* repair-top-read ----------------------------------------- */
.repair-top-read-inner{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.repair-top-read-2nd p{
  margin-bottom: 1.5em;
}
.repair-top-read .m-btn-cv-wrap{
  margin-top: 30px;
}
@media screen and (min-width: 768px), print{
  .repair-top-read-inner{
    width: min(100%, 1040px);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .repair-top-read-inner > *{
    width: 48%;
  }
}

/* repair-top-navi ----------------------------------------- */
.repair-top-navi{
  background-color: #C4000F;
  padding: 30px 5%;
}
.repair-top-navi ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.repair-top-navi a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}
.repair-top-navi picture{ width: 35%; }
.repair-top-navi p{
  position: relative;
  width: 65%;
  padding: 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.repair-top-navi p::after{
  font-family: icomoon;
  content: "\e935";
  position: absolute;
  right: 1em;
  top: 40%;
  transform: rotate(90deg) translate(-50%, 0);
  margin-left: auto;
  color: #C4000F;
}
@media screen and (min-width: 768px), print{
  .repair-top-navi{
    padding: 100px 20px;
  }
  .repair-top-navi ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1200px);
    margin-left: auto;
    margin-right: auto;
  }
  .repair-top-navi li{
    width: 23%;
  }
  .repair-top-navi a{
    display: block;
    border-radius: 10px;
    transition: filter 0.3s;
  }.repair-top-navi a:hover{ filter: brightness(90%); }
  .repair-top-navi picture{ width: 100%; }
  .repair-top-navi p{
    width: 100%;
    height: 80px;
    padding: 0;
    padding-top: 22px;
    text-align: center;
  }
  .repair-top-navi p::after{
    position: static;
    display: block;
    transform: rotate(90deg);
    margin: auto;
  }
}

/* repair-top-item ----------------------------------------- */
/* 上下余白調整 */
.repair-top-item.item1{ padding: 0 0 50px; }
.repair-top-item-bg.item2,
.repair-top-item.item3{
  padding: 50px 0;
}
.repair-top-item-bg.item4{ padding: 50px 0 80px; }

.repair-top-item-bg{ background: #F4F4F4; }
.repair-top-item{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.repair-top-item .m-heading-a{
  padding-top: 50px;
  margin-top: -50px;
}
.repair-top-item p{ margin-bottom: 1em; }
.repair-top-item img{ margin-bottom: 1em; }
.repair-top-item .m-btn-red{
  width: 90%;
  margin: 3em auto 0;
}
@media screen and (min-width: 768px), print{
  /* 上下余白調整 */
  .repair-top-item.item1{ padding: 0 0 80px; }
  .repair-top-item-bg.item2,
  .repair-top-item.item3{
    padding: 80px 0;
  }
  .repair-top-item-bg.item4{ padding: 80px 0 100px; }
  
  .repair-top-item{
    width: min(100%, 1040px);
    margin-left: auto;
    margin-right: auto;
  }
  .repair-top-item .m-heading-a{
    padding-top: 80px;
    margin-top: -80px;
  }
  .repair-top-item .m-heading-a{ margin-bottom: 50px; }
  .repair-top-item p{
    margin-bottom: 50px;
    text-align: center;
  }
  .repair-top-item .m-btn-red{
    width: min(100%, 430px);
    margin-top: 50px;
  }
}


/* ----------------------------------------------------- */
/* 習得できる技術 repair single */
/* ----------------------------------------------------- */
/* repair-single-sec1 ---------------------------------- */
.repair-single-sec1 .read{
  width: 90%;
  margin: auto;
}
.repair-single-sec1-sub{
  background-color: #F4F4F4;
  margin-top: 60px;
  padding: 56px 5% 80px;
}
.repair-single-sec1-sub h3{
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 5.5vmin;
  color: #c4000f;
}
.repair-single-sec1-sub .m-btn-cv-wrap{ margin-top: 40px; }

/* child-sec */
.repair-single-sec1-sub .child-sec:last-of-type{ margin-top: 30px; }
.repair-single-sec1-sub .child-sec h4{
  margin: 0.8em 0;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #C4000F;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 6vmin;
  color: #C4000F;
}
.repair-single-sec1-sub .child-sec h4 span{
  font-size: 0.7em;
  color: #000;
}
@media screen and (min-width: 768px), print{
  .repair-single-sec1 .read{
    width: auto;
    text-align: center;
  }
  .repair-single-sec1 .read{
    width: 90%;
    margin: auto;
  }
  .repair-single-sec1-sub{
    background-color: transparent;
    margin-top: 60px;
    padding: 0 20px 100px;
  }
  .repair-single-sec1-sub > section{
    width: min(100%, 1000px);
    margin: auto;
    padding: 50px;
    padding-top: 44px;
    border-radius: 15px;
    background-color: #F4F4F4;
  }
  .repair-single-sec1-sub h3{
    margin-bottom: 1.5em;
    font-size: 25px;
  }
  .repair-single-sec1-sub .m-btn-cv-wrap{ margin-top: 60px; }

  /* child-sec */
  .repair-single-sec1-sub .child-sec{
    display: flex;
    justify-content: space-between;
  }
  .repair-single-sec1-sub .child-sec:last-of-type{ margin-top: 50px; }
  .repair-single-sec1-sub .child-sec div{ width: 48%; }
  .repair-single-sec1-sub .child-sec div:first-of-type{ order:1; }
  .repair-single-sec1-sub .child-sec h4{
    margin: -0.5em 0 0.8em;
    padding-bottom: 0.2em;
    font-size: 25px;
  }
}

/* repair-single-sec2 ---------------------------------- */
.repair-single-sec2{
  padding: 70px 5%;
  background-image: linear-gradient(#C4000F 40%, #F4F4F4 40%);
}
.repair-single-sec2 h2{
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  font-size: 7vmin;
  color: #fff;
}
.repair-single-sec2 h2 span{
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.4;
}

/* repair-single-sec2-child1 */
.repair-single-sec2-child1{
  margin-bottom: 40px;
  padding: 26px 5%;
  border-radius: 10px;
  background-color: #fff;
}
.repair-single-sec2-child1 h3{
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 5vmin;
}
.repair-single-sec2-child1 ul{
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 20px;
}
.repair-single-sec2-child1 li{
  padding: 25px 0;
  border-radius: 5px;
  background-color: #FFECE6;
  text-align: center;
}
.repair-single-sec2-child1 li img{ width: 22%; }
.repair-single-sec2-child1 li dt{
  margin: 0.6em 0 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4.5vmin;
}

/* repair-single-sec2-child2 */
.repair-single-sec2-child2 .image{ margin: 1em 0; }
@media screen and (min-width: 768px), print{
  .repair-single-sec2{
    padding: 90px 20px 100px;
    background-image: linear-gradient(#C4000F 36%, #F4F4F4 36%);
  }
  .repair-single-sec2 h2{
    margin-bottom: 1.5em;
    font-size: 40px;
  }

  /* repair-single-sec2-child1 */
  .repair-single-sec2-child1{
    width: min(100%, 1000px);
    margin: 0 auto 50px;
    padding: 50px;
    border-radius: 15px;
  }
  .repair-single-sec2-child1 h3{
    margin-bottom: 1em;
    font-size: 25px;
  }
  .repair-single-sec2-child1 ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 20px;
  }
  .repair-single-sec2-child1 li{
    width: 31%;
    padding: 25px 0;
  }
  .repair-single-sec2-child1 li dt{
    margin: 1em 0 0;
    font-size: 16px;
  }

  /* repair-single-sec2-child2 */
  .repair-single-sec2-child2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
  .repair-single-sec2-child2 .text{ width: 48%; }
  .repair-single-sec2-child2 .image{
    width: 48%;
    margin: 0;
  }
}

/* repair-single-sec3 ---------------------------------- */
.repair-single-sec3{
  padding: 70px 5%;
  background-color: #fff;
}
.repair-single-sec3 .m-heading-a{ margin-bottom: 1.2em; }
.repair-single-sec3 ul{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.repair-single-sec3 li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  height: 110px;
  border-radius: 55px;
  text-align: center;
  box-shadow:
    inset 5px 5px 8px #fff,
    1px 1px 10px rgba(93, 56, 56, 0.15);
  background-image: linear-gradient(#fff, #F4F4F4);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.repair-single-sec3 h3{
  font-weight: 700;
  font-size: 19px;
  color: #C4000F;
}
.repair-single-sec3 p{ font-weight: 500; }
@media screen and (min-width: 768px), print{
  .repair-single-sec3{ padding: 90px 20px 100px; }
  .repair-single-sec3 .m-heading-a{ margin-bottom: 2em; }
  .repair-single-sec3 .m-heading-a span{ font-size: 1em; }
  .repair-single-sec3 ul{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  .repair-single-sec3 li{
    gap: 0.3em;
    width: 280px;
    height: 280px;
    border-radius: calc(280px / 2);
    box-shadow:
      inset 6px 6px 10px #fff,
      4px 4px 14px rgba(93, 56, 56, 0.15);
  }
  .repair-single-sec3 h3{ font-size: 30px; }
  .repair-single-sec3 p{ font-size: 18px; }
}

/* repair-single-sec4 ---------------------------------- */
.repair-single-sec4{
  padding: 70px 0 0;
  background-color: #C4000F;
}
.repair-single-sec4 .m-heading-a{
  position: relative;
  z-index: 2;
  border-bottom-color: #fff;
  color: #fff;
}
.repair-single-sec4 > section{
  background-image: linear-gradient(#C4000F 55vmin, #F4F4F4 55vmin);
  padding: 60px 5% 46px;
}
.repair-single-sec4 > section:first-of-type{ margin-top: -50px; }
.repair-single-sec4 > section:last-of-type{ padding-bottom: 70px; }
.repair-single-sec4 h3{
  margin: 1em 0 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5.2vmin;
}
.repair-single-sec4 h3 span{ font-size: 0.73em; }

/* child-sec */
.repair-single-sec4 .child-sec{
  width: 100%;
  margin-top: 20px;
  padding: 20px 5% 25px;
  border-radius: 10px;
  background-color: #fff;
}
.repair-single-sec4 .child-sec section:last-of-type{ margin-top: 20px; }
.repair-single-sec4 .child-sec h4{
  margin-bottom: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.4;
  font-size: 5vmin;
}
.repair-single-sec4 .child-sec h4 span:first-of-type{
  display: inline-block;
  padding: 0 1em;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #C4000F;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.repair-single-sec4 .child-sec p{ margin-bottom: 0.6em; }
@media screen and (min-width: 768px), print{
  .repair-single-sec4{
    padding: 100px 0;
    background-color: #F4F4F4;
  }
  .repair-single-sec4 .m-heading-a{
    position: static;
    margin-bottom: 2em;
    border-bottom-color: #C4000F;
    color: inherit;
  }
  .repair-single-sec4 .m-heading-a span{ font-size: 1em; }
  .repair-single-sec4 > section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background-image: none;
  }
  .repair-single-sec4 > section{
    width: min(100%, 1000px);
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #B8B8B8;
  }
  .repair-single-sec4 > section:first-of-type{
    margin-top: 40px;
    padding-top: 0;
    border-top: none;
  }
  .repair-single-sec4 > section:last-of-type{ padding-bottom: 0; }
  .repair-single-sec4 > section div{ width: 48%; }
  .repair-single-sec4 > section div:first-of-type{ order: 1; }
  .repair-single-sec4 h3{
    margin: 0 0 0.8em;
    font-size: 25px;
  }

  /* child-sec */
  .repair-single-sec4 .child-sec{
    order: 3;
    width: 100%;
    margin-top: 50px;
    border-radius: 15px;
    padding: 50px;
    padding-top: 45px;
  }
  .repair-single-sec4 .child-sec.flex{
    display: flex;
    justify-content: space-between;
  }
  .repair-single-sec4 .child-sec.flex .order1{ order: 1; }
  .repair-single-sec4 .child-sec.flex > *{ width: 48%; }
  .repair-single-sec4 .child-sec section:last-of-type{ margin-top: 0; }
  .repair-single-sec4 .child-sec h4{
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-size: 25px;
  }
  .repair-single-sec4 .child-sec h4 span:first-of-type{
    margin-right: 1em;
    padding: 0 1em;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    font-size: 12px;
    vertical-align: 4.5px;
  }
}

/* banner ---------------------------------------------- */
/* 固有 */
.banner-ir,
.banner-bp{
  margin: 0 0 80px;
}
.banner-media{ margin: 0 0 80px; }
@media screen and (min-width: 768px), print{
  /* 固有 */
  .banner-voice{ margin: 100px auto 0; }
  .banner-media{ margin: 100px auto 0; }
  .banner-bp,
  .banner-ir{
    margin: 100px auto;
  }

  /* 共通 */
  .banner-voice,
  .banner-media,
  .banner-bp,
  .banner-ir{
    width: min(100%, 1040px);
    padding: 0 20px;
  }
  .banner-voice a:hover,
  .banner-media, a:hover,
  .banner-bp a:hover,
  .banner-ir a:hover{
    opacity: 0.8;
  }
  .banner-voice a,
  .banner-media a,
  .banner-bp a,
  .banner-ir a{
    display: block;
    transition: opacity 0.3s;
  }
}


/* ----------------------------------------------------- */
/* 開業までの流れ flow  */
/* 軌道に乗るまでの流れ after_opening  */
/* ----------------------------------------------------- */
/* flow-sec-read */
.flow-sec-read p{
  margin-bottom: 60px;
  padding: 0 5%;
}

/* flow-sec */
.flow-sec-bg{ background-color: #F4F4F4; }
.flow-sec{
  padding: 60px 5%;
}
.flow-sec .heading{
  margin: 0.6em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.4;
  font-size: 5vmin;
}
.flow-sec .heading span{
  display: inline-block;
  padding: 0 1em;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #C4000F;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.flow-sec .list li::before{
  content: "●";
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #C4000F;
}

/* flow-sec section */
.flow-sec section{
  margin-top: 20px;
  padding: 26px 6%;
  background-color: #F4F4F4;
}
.flow-sec-bg .flow-sec section{ background-color: #fff; }
.flow-sec section h3{
  margin-bottom: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 16px;
}

/* m-btn-inquiry */
.flow-sec .m-btn-inquiry{ margin-top: 30px; }
@media screen and (min-width: 768px), print{
  /* flow-sec-read */
  .flow-sec-read p{
    margin-bottom: 100px;
    padding: 0 20px;
    text-align: center;
  }

  /* flow-sec */
  .flow-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(100%, 1040px);
    margin: auto;
    padding: 100px 20px;
  }
  .flow-sec > div{ width: 48%; }
  .flow-sec > div:first-of-type{ order: 1; }
  .flow-sec .heading{
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-size: 25px;
  }
  .flow-sec .heading span{
    margin-right: 1em;
    padding: 0 1em;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    font-size: 12px;
    vertical-align: 4.5px;
  }
  .flow-sec section{
    margin-top: 30px;
    padding: 30px;
  }
  .flow-sec .m-btn-inquiry{
    order: 2;
    width: 437px;
    margin: 60px auto 0;
  }
}

/* after_opening --------------------------------------- */
.after-opening-read{ padding: 60px 0; }
.after-opening-read p{ padding: 0 5%; }
@media screen and (min-width: 768px), print{
  .after-opening-read{ padding: 100px 0; }
  .after-opening-read p{
    margin-top: 50px;
    padding: 0 20px;
    text-align: center;
  }
  .after_opening .m-link-text{ order: 2; }
}


/* ----------------------------------------------------- */
/* 開業前研修 training */
/* ----------------------------------------------------- */
/* raining-sec-a --------------------------------------- */
.training-sec-a p{
  margin-bottom: 60px;
  padding: 0 5%;
}
@media screen and (min-width: 768px), print{
  .training-sec-a p{
    margin-bottom: 100px;
    padding: 0 20px;
    text-align: center;
  }
}

/* raining-sec-b --------------------------------------- */
.training-sec-b-bg{
  padding: 60px 5%;
  background-color: #C4000F;
  color: #fff;
}
.training-sec-b .m-heading-a{ border-bottom-color: #fff; }
.training-sec-b-inner{
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.training-sec-b dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
}
.training-sec-b li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6em;
  height: 40px;
  margin-top: 0.5em;
  padding-left: 1em;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #000;
}
.training-sec-b li span{
  display: inline-block;
  padding: 0 1em;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #C4000F;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.training-sec-b li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 15px solid #949494;
  border-bottom: 0;
}
.training-sec-b li:last-of-type::before{ display: none; }
@media screen and (min-width: 768px), print{
  .training-sec-b-bg{ padding: 100px 5%; }
  .training-sec-b-inner{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1200px);
    margin: auto;
    margin-top: 60px;
  }
  .training-sec-b-inner dl{ width: 48.5%; }
  .training-sec-b dt{ font-size: 2vw; }
  .training-sec-b li{
    height: 70px;
    margin-top: 0.6em;
    font-size: 17px;
  }
  .training-sec-b li span{
    padding: 0 1em;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    font-size: 12px;
    vertical-align: 4.5px;
  }
  .training-sec-b li::before {
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 22px solid #949494;
  }
}
@media screen and (min-width: 1200px), print{
  .training-sec-b dt{ font-size: 24px; }
}

/* training-sec-c -------------------------------------- */
.training-sec-c-bg { background: #F4F4F4;}
.training-sec-c{
  width: 90%;
  margin: auto;
  padding: 60px 0;
}
.training-sec-c h2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vmin;
  border-radius: 6vmin;
  background-color: #C4000F;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 5vmin;
  color: #fff;
}
.training-sec-c-inner{
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: 1em;
}
.training-sec-c h3{
  margin: 0.8em 0 0.5em;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.4;
  font-size: 5vmin;
}
.training-sec-c section:first-of-type h3{ margin-top: 0; }
@media screen and (min-width: 768px), print{
  .training-sec-c{
    width: min(100%, 1040px);
    padding: 100px 20px;
  }
  .training-sec-c-inner{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-top: 50px;
  }
  .training-sec-c-inner div{ width: 48%; }
  .training-sec-c h2{
    width: auto;
    margin-bottom: 2em;
    height: 50px;
    border-radius: 25px;
    font-size: 25px;
  }
  .training-sec-c-inner{
    display: flex;
    justify-content: space-between;
  }
  .training-sec-c-inner div{
    width: 48%;
    margin: 0;
  }
  .training-sec-c h3{
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    line-height: 1.4;
    font-size: 25px;
  }
}

/* m-btn-cv2-bg ---------------------------------------- */
.training .m-btn-cv2-bg{ padding-bottom: 100px; }
@media screen and (min-width: 768px), print{
  .training .m-btn-cv2-bg{ padding-bottom: 150px; }
}

/* ----------------------------------------------------- */
/* 収支・開業資金 cost */
/* ----------------------------------------------------- */
/* cost-sec1 ------------------------------------------- */
.cost-sec1{ padding-bottom: 60px; }
.cost-sec1 section div:nth-of-type(2){
  padding: 1.5em 5% 0;
}
.cost-sec1 section div:nth-of-type(2) h3{
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 5vmin;
}
@media screen and (min-width: 768px), print{
  .cost-sec1{ padding: 0 20px 100px; }
  .cost-sec1 section{
    display: flex;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: auto;
  }
  .cost-sec1 section div{ width: 48%; }
  .cost-sec1 section div:nth-of-type(2){
    padding: 0;
  }
  .cost-sec1 section div:nth-of-type(2) h3{
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 30px;
  }
}

/* cost-sec2 ------------------------------------------- */
.cost-sec2-bg{
  padding: 60px 5%;
  background: url(../img/flow-cost-sec2-bg-sp.jpg) no-repeat center top / cover;
}
.cost-sec2 li{
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 4.1vmin;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.cost-sec2 li span:first-of-type{
  display: inline-block;
  padding: 0.3em 1em;
  border-radius: 3.5vmin;
  background-color: #C4000F;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .cost-sec2-bg{
    padding: 70px 20px;
    background-image: url(../img/flow-cost-sec2-bg-pc.jpg);
  }
  .cost-sec2 ul{
    display: flex;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: auto;
  }
  .cost-sec2 li{
    flex-direction: column;
    width: 32%;
    padding: 30px 0;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
  }
  .cost-sec2 li span:first-of-type{
    padding: 0.3em 1em;
    border-radius: 20px;
    font-size: 0.7em;
  }
}

/* cost-sec3 ------------------------------------------- */
.cost-sec3-bg{
  padding: 80px 0;
  background-color: #F4F4F4;
}
.cost-sec3 .flex{ margin-bottom: 1.5em; }
.cost-sec3 .flex div:last-of-type,
.cost-sec3 > p{
  padding: 0 5%;
}
.cost-sec3 h3{
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 20px;
}
.cost-sec3 h3 span:first-of-type{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 1em;
  background-color: #C4000F;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.cost-sec3 h3 .m-red2{
  display: block;
  font-size: 0.8em;
}
.cost-sec3 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  margin: 1em 0;
}
.cost-sec3 li{
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 50%;
}
.cost-sec3 li span{
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  border-radius: 13px;
  height: 26px;
  border: 1px solid #C4000F;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 0.8em;
  color: #C4000F;
}
@media screen and (min-width: 768px), print{
  .cost-sec3-bg{ padding: 100px 20px; }
  .cost-sec3{
    width: min(100%, 1000px);
    margin: auto;
  }
  .cost-sec3 .flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .cost-sec3 .flex > *{ width: 48%; }
  .cost-sec3 .flex div:first-of-type{ order: 1; }
  .cost-sec3 .flex div:last-of-type,
  .cost-sec3 > p{
    padding: 0;
  }
  .cost-sec3 h3{ font-size: 24px; }
  .cost-sec3 h3 span:first-of-type{
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .cost-sec3 h3 .m-red2{ font-size: 0.7em; }
  .cost-sec3 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1em 0;
  }
  .cost-sec3 li{ width: auto; }
}

/* cost-sec4 ------------------------------------------- */
@media screen and (max-width: 767px){
  .cost-sec4{ padding: 80px 5%; }
  .cost-sec4 table,
  .cost-sec4 tbody,
  .cost-sec4 tr,
  .cost-sec4 th,
  .cost-sec4 td{
    display: block;
  }
  .cost-sec4 th{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vmin;
    margin-top: 1.5em;
    border-radius: 6vmin;
    background-color: #C4000F;
    font-family: "Noto Sans JP",sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
    text-align: center;
    font-size: 4.3vmin;
    color: #fff;
  }
  .cost-sec4 th{ margin-bottom: 0.8em; }
  .cost-sec4 th span{ font-size: 0.8em; }
  .cost-sec4 td:first-of-type{
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #B8B8B8;
  }
  .cost-sec4 td{
    display: flex;
    width: 100%;
  }
  .cost-sec4 td span:nth-of-type(1){
    width: 35%;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
  }
  .cost-sec4 td span:first-of-type::before{
    content: "●";
    color: #C4000F;
  }
  .cost-sec4 td span:nth-of-type(2){ width: 65%; }
  .cost-sec4 td i{ display: none; }
  .cost-sec4 p{ margin-top: 2em; }
}
@media screen and (min-width: 768px), print{
  .cost-sec4{ padding: 100px 20px; }
  .cost-sec4 table{
    width: min(100%, 1000px);
    margin: 60px auto 0;
  }
  .cost-sec4 thead{
    background-color: #C4000F;
    color: #fff;
  }
  .cost-sec4 thead th{
    height: 32px;
    text-align: center;
  }
  .cost-sec4 tbody tr:nth-of-type(2n+1){
    background-color: #F4F4F4;
  }
  .cost-sec4 tbody th,
  .cost-sec4 tbody td:first-of-type{
    padding: 0 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
    font-size: 1.8vw;
  }
  .cost-sec4 tbody th{
    padding-left: 20px;
    padding-right: 10px;
  }
  .cost-sec4 tbody td:first-of-type{
    padding: 0 10px;
    text-align: center;
  }
  .cost-sec4 tbody td span:first-of-type{ display: none; }
  .cost-sec4 tbody td:last-of-type{
    padding: 14px 10px;
    padding-right: 20px;
  }
  .cost-sec4 p{
    display: block;
    width: min(100%, 1000px);
    margin: 1.8em auto 0;
  }
}
@media screen and (min-width: 1200px), print{
  .cost-sec4 tbody th,
  .cost-sec4 tbody td:first-of-type{
    font-size: 20px;
  }
}

/* m-btn-cv2-bg ---------------------------------------- */
.cost .m-btn-cv2-bg{ padding-bottom: 100px; }
@media screen and (min-width: 768px), print{
  .cost .m-btn-cv2-bg{ padding-bottom: 150px; }
}


/* ----------------------------------------------------- */
/* 共通 */
/* マーケットについて market */
/* 開業後のサポート support */
/* 利用されているお客様の声 usersvoice */
/* ----------------------------------------------------- */
.m-page-link{
  padding: 60px 5%;
  background-color: #C4000F;
}
.m-page-link ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.m-page-link li{ width: 100%; }
.m-page-link a{
  position: relative;
  display: block;
  padding: 20px 0;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 5vmin;
}
.m-page-link a span{ font-size: 0.8em; }
.m-page-link a::after{
  display: table;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: icomoon;
  content: "\e935";
  color: #C4000F;
  font-size: 1em;
}

/* アイコン画像あり */
.m-page-link a i{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-left: -1em;
}
.m-page-link img{
  width: 9vmin;
  margin-right: 0.3em;
}
@media screen and (min-width: 768px), print{
  .m-page-link{ padding: 100px 20px; }
  .m-page-link ul{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1000px);
    margin: auto;
  }
  .m-page-link li{ width: 48%; }
  .m-page-link a{
    padding: 20px 0;
    border-radius: 10px;
    font-size: 25px;
    transition: opacity 0.4s;
  }
  .m-page-link a span{ font-size: 0.8em; }

  /* アイコン画像あり */
  .m-page-link a i{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-left: -1em;
  }
  .m-page-link img{ width: 46px; }
}


/* ----------------------------------------------------- */
/* 開業後のサポート support */
/* ----------------------------------------------------- */
/* support-sec-read ------------------------------------ */
.support-sec-read p{
  margin-bottom: 60px;
  padding: 0 5%;
}
@media screen and (min-width: 768px), print{
  .support-sec-read p{
    margin-bottom: 90px;
    padding: 0 20px;
    text-align: center;
  }
}

/* support-sec ----------------------------------------- */
.support-sec{ padding: 60px 0 0; }
@media screen and (min-width: 768px), print{
  .support-sec{
    padding: 0 20px;
    padding: 100px 0;
    background-color: #F4F4F4;
  }
}

/* support-sec-item ------------------------------------ */
.support-sec-item{ padding: 60px 5%; }
.support-sec-item:first-of-type{ padding-top: 0; }
.support-sec-item:nth-of-type(2n){ background-color: #F4F4F4; }

/* data */
.support-sec-item .data h3{
  margin: 1em 0 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5vmin;
}

/* sub-data */
.support-sec-item .sub-data{ margin-top: 20px; }
.support-sec-item .sub-data dl{
  padding: 25px 5%;
  border-radius: 10px;
  background-color: #FFECE6;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.support-sec-item .sub-data dl dt{
  text-align: center;
  font-size: 5vmin;
}
.support-sec-item .sub-data dl dd{
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #B8B8B8;
}
.support-sec-item .sub-data dl dd:first-of-type{
  padding-top: 0;
  border-top: none;
}
.support-sec-item .sub-data dl dd img{ width: 20%; }

/* その他 */
.sub-data section{ margin-top: 60px; }
.sub-data section .m-hidden-pc{
  padding: 30px 5%;
  background: url(../img/flow-support-img5-2-sp.jpg) no-repeat center top / cover;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.sub-data section .m-hidden-pc p:first-of-type{
    display: table;
    padding: 0 1.5em;
    height: 20px;
    line-height: 20px;
    border-radius: 8px;
    background-color: #C4000F;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
}
.sub-data section .m-hidden-pc p:last-of-type{
  line-height: 1.4;
  font-size: 5vmin;
}
.sub-data section .m-hidden-pc p:last-of-type span{ font-size: 0.7em; }
.sub-data section h4{
  margin: 1em 0 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5vmin;
}
.support-sec-item .m-suppliers-wrap{ margin: 1em 0 0; }
.support-sec-item .m-suppliers{ margin: 0; }
.support-sec .m-btn-cv-wrap{
  width: 100%;
  padding: 0 5%;
  padding-bottom: 60px;
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px), print{
  .support-sec-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: 50px auto 0;
    padding: 60px 0 0;
    border-top: 1px solid #888;
  }
  .support-sec-item:first-of-type{
    margin-top: 0;
    padding-top: 20px;
    border-top: none;
  }
  .support-sec-item:nth-of-type(2n){ background-color: transparent; }
  
  /* img */
  .support-sec-item .img{
    order: 2;
    width: 48%;
  }

  /* data */
  .support-sec-item .data{ width: 48%; }
  .support-sec-item .data h3{
    margin: 0 0 0.5em;
    font-size: 25px;
  }

  /* sub-data */
  .support-sec-item .sub-data{
    order: 3;
    width: 100%;
    margin-top: 50px;
    padding: 50px;
    padding-top: 40px;
    border-radius: 15px;
    background-color: #fff;
  }
  .support-sec-item .sub-data dl{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .support-sec-item .sub-data dl dt{
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .support-sec-item .sub-data dl dd{
    width: 48%;
    gap: 1em;
    margin-top: 0;
    padding: 15px;
    border-radius: 5px;
    border-top: none;
    background-color: #FFECE6;
  }
  .support-sec-item .sub-data dl dd:first-of-type{
    padding-top: 15px;
  }
  .support-sec-item .sub-data dl dd img{ width: 60px; }
  .support-sec-item .sub-data .order3{ order: 3; }
  .support-sec-item .sub-data .order4{ order: 4; }
  
  .support-sec-item .m-suppliers-wrap,
  .support-sec-item .banner-voice{
    order: 3;
    width: 100%;
  }

  /* その他 */
  .sub-data section{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .sub-data section > div{ width: 48%; }
  .sub-data section h4{
    margin: 0 0 1em;
    font-size: 25px;
  }
  .sub-data section h4 span:first-of-type{
    display: table;
    margin-bottom: 0.5em;
    padding: 0 1.5em;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background-color: #C4000F;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
  }
  .sub-data section h4 span:last-of-type{ font-size: 0.7em; }
  .support-sec-item .m-suppliers-wrap{
    margin: 40px 0 0;
    padding: 50px 50px;
    border-radius: 10px;
    background-color: #fff;
  }
  .support-sec-item .m-suppliers dd{ padding-right: 0; }
  .support-sec .banner-voice{ margin-top: 50px; }
  .support-sec .m-btn-cv-wrap{
    width: min(100%, 1000px);
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0 20px;
    padding-bottom: 0;
  }
}


/* ----------------------------------------------------- */
/* 利用されているお客様の声 usersvoice */
/* ----------------------------------------------------- */
/* usersvoice-sec-read---------------------------------- */
.usersvoice-sec-read p{
  margin-bottom: 60px;
  padding: 0 5%;
}
@media screen and (min-width: 768px), print{
  .usersvoice-sec-read p{
    margin-bottom: 90px;
    padding: 0 20px;
    text-align: center;
  }
}

/* usersvoice-sec ---------------------------------------- */
.usersvoice-sec{ padding: 60px 0 0; }
@media screen and (min-width: 768px), print{
  .usersvoice-sec{
    padding: 0 20px;
    padding: 100px 0;
  }
}

/* usersvoice-sec-item ------------------------------------ */
.usersvoice-sec-item{ padding: 60px 5%; }
.usersvoice-sec-item:first-of-type{ padding-top: 0; }
.usersvoice-sec-item:nth-of-type(2n){ background-color: #F4F4F4; }

/* data */
.usersvoice-sec-item .data h3{
  margin-bottom: 1em;
  padding: 30px 5%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5vmin;
}
.usersvoice-sec-item .data h3 span{
  display: inline-flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 0 1.5em;
  height: 26px;
  border-radius: 13px;
  background-color: #C4000F;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.usersvoice-sec-item .data h3 i{
  display: block;
  margin-top: 0.2em;
  font-size: 0.7em;
}
.usersvoice-sec-item .face1{ background-image: url(../img/flow-usersvoice1-sp.jpg); }
.usersvoice-sec-item .face2{ background-image: url(../img/flow-usersvoice2-sp.jpg); }
.usersvoice-sec-item .face3{ background-image: url(../img/flow-usersvoice3-sp.jpg); }
.usersvoice-sec-item .face4{ background-image: url(../img/flow-usersvoice4-sp.jpg); }
.usersvoice-sec-item .face5{ background-image: url(../img/flow-usersvoice5-sp.jpg); }
.usersvoice-sec-item .face6{ background-image: url(../img/flow-usersvoice6-sp.jpg); }
@media screen and (min-width: 768px), print{
  .usersvoice-sec-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: 50px auto 0;
    padding: 60px 0 0;
    border-top: 1px solid #888;
  }
  .usersvoice-sec-item:first-of-type{
    margin-top: 0;
    padding-top: 20px;
    border-top: none;
  }
  .usersvoice-sec-item:nth-of-type(2n){ background-color: transparent; }
  .usersvoice-sec-item div{ width: 48%; }

  /* data */
  .usersvoice-sec-item .data h3{
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 25px;
    background: none;
  }
  .usersvoice-sec-item .data h3 span{
    margin-bottom: 0.5em;
    border: 1px solid #C4000F;
    background-color: transparent;
    color: #C4000F;
  }
  .usersvoice-sec-item .data h3 i{ display: inline-block; }
  .usersvoice-sec-item .data h3 i::before{ content: "（" }
  .usersvoice-sec-item .data h3 i::after{ content: "）" }
}

/* usersvoice-cv ------------------------------------ */
.usersvoice-cv{
  padding: 60px 5%;
  background-color: #F4F4F4;
}
.usersvoice-cv iframe{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.usersvoice-cv .m-btn-cv-wrap{ margin-top: 40px; }
@media screen and (min-width: 768px), print{
  .usersvoice-cv{ padding: 100px 20px; }
  .usersvoice-cv picture{
    display: block;
    width: min(100%, 820px);
    margin: auto;
  }
  .usersvoice-cv iframe{ width: min(100%, 820px); }
  .usersvoice-cv .m-btn-cv-wrap{ margin-top: 60px; }
  .usersvoice-cv:last-child .m-btn-cv-wrap{ margin-bottom: 50px; }
}


/* ----------------------------------------------------- */
/* よくある質問 qa */
/* ----------------------------------------------------- */
/* qa-sec ---------------------------------------------- */
.qa-sec{
  margin-bottom: 60px;
  padding: 0 5%;
}
.qa-sec section{ margin-top: 30px; }
.qa-sec h3{
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  height: 20vmin;
  padding: 0 1em;
  border-radius: 5px;
  background-color: #F4F4F4;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4vmin;
}
.qa-sec h3::before{
  content: "Q";
  display: inline-block;
  transform: translateY(-0.1em);
  color: #C4000F;
  font-size: 1.4em;
  font-weight: 500;
}
.qa-sec h3::after {
  margin-left: auto;
  font-family: icomoon;
  content: "\e939";
  color: #C4000F;
}
.qa-sec h3.op::after { content: "\e938"; }
.qa-sec section > div{
  display: none;
  position: relative;
  padding: 1em 0.7em 0;
  padding-left: 2.5em;
}
.qa-sec section > div::before{
  content: "A";
  position: absolute;
  left: 0.7em;
  display: inline-block;
  transform: translateY(-0.1em);
  color: #C4000F;
  font-size: 1.4em;
  font-weight: 500;
}
.qa-sec dt{
  margin-top: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.qa-sec dl dt:first-child{ margin-top: 0; }
.qa-sec dt::before{ content: "■"; }
@media screen and (min-width: 768px), print{
  .qa-sec{
    width: min(100%, 1040px);
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .qa-sec h3{
    gap: 0 1em;
    height: auto;
    padding: 1.3em 2em;
    border-radius: 10px;
    font-size: 16px;
    transition: filter 0.4s;
    cursor: pointer;
  }
  .qa-sec h3:hover { filter: brightness(90%); }
  .qa-sec h3::before{ font-size: 1.8em; }
  .qa-sec h3::after { font-size: 1.6em; }
  .toggle::after { transition:rotate .4s; }
  .toggle:hover::after { rotate: 90deg; }
  .toggle.op::after { transition: none; }
  .toggle.op::after { rotate: 0deg; }
  .qa-sec section > div{
    display: none;
    padding: 1em 0.7em 0;
    padding-left: 4.5em;
  }
  .qa-sec section > div::before{
    font-size: 1.8em;
    left: 1.2em;
  }
}

/* qa コンバージョン ----------------------------------- */
.qa main .m-btn-cv{ padding: 0 5% 100px; }
@media screen and (min-width: 768px), print{
  .qa main .m-btn-cv{
    width: min(100%, 1000px);
    margin: auto;
    padding: 0 20px 150px;
  }
}


/* ----------------------------------------------------- */
/* 会社概要 company */
/* ----------------------------------------------------- */
/* company-sec ----------------------------------------- */
.company-sec{ padding: 0 5%; }
.company-sec dl{
  margin-bottom: 20px;
  border-bottom: 1px solid #B8B8B8;
}
.company-sec div{
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #B8B8B8;
}
.company-sec div:last-of-type{ padding-bottom: 1em; }
.company-sec dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (min-width: 768px), print{
  .company-sec{
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
  .company-sec dl{
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .company-sec div{
    display: flex;
    margin-top: 1.5em;
    padding: 0 110px;
    padding-top: 1.5em;
  }
  .company-sec div:last-of-type{ padding-bottom: 1.5em; }
  .company-sec dt{ width: 130px; }
}

/* message-sec1 ---------------------------------------- */
.message-sec1{ padding: 0 5% 60px; }
.message-sec1 .img{ position: relative; }
.message-sec1 .img h3{
  position: absolute;
  left: 50%;
  top: 9.5vmin;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 3.5vmin;
  line-height: 2;
}
.message-sec1 .img h3 img{ width: 75%; }
.message-sec1 .img p{
  margin: 1em 0 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 5vmin;
}
.message-sec1 .text p{ margin-top: 1.5em; }
.message-sec1 .text p:first-of-type{ margin-top: 0; }
@media screen and (min-width: 768px), print{
  .message-sec1{
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px 100px;
  }
  .message-sec1 section{
    display: flex;
    justify-content: space-between;
  }
  .message-sec1 .img{
    position: static;
    width: 48%;
  }
  .message-sec1 .img h3{
    position: static;
    font-size: 20px;
    line-height: 2;
  }
  .message-sec1 .img h3 img{ width: 155px; }
  .message-sec1 .img p{
    margin: 1em 0 0.3em;
    font-size: 25px;
  }
  .message-sec1 .text{ width: 48%; }
}


/* message-sec2 ---------------------------------------- */
.message-sec2-wrap{
  padding-top: 60px;
  background-color: #F4F4F4;
}
.message-sec2{ padding: 0 5%; }
.message-sec2 dl{
  margin-bottom: 20px;
  border-bottom: 1px solid #B8B8B8;
}
.message-sec2 div{
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #B8B8B8;
}
.message-sec2 div:last-of-type{ padding-bottom: 1em; }
.message-sec2 dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (min-width: 768px), print{
  .message-sec2-wrap{ padding-top: 90px; }
  .message-sec2{
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
  .message-sec2 dl{ margin-bottom: 100px; }
  .message-sec2 div{
    display: flex;
    margin-top: 1.5em;
    padding: 0 100px;
    padding-top: 1.5em;
  }
  .message-sec2 div:last-of-type{ padding-bottom: 1.5em; }
  .message-sec2 dt{ width: 90px; }
}

/* company コンバージョン ------------------------------ */
.company main .m-btn-cv{ padding: 60px 5% 100px; }
@media screen and (min-width: 768px), print{
  .company main .m-btn-cv{
    width: min(100%, 1000px);
    margin: auto;
    padding: 100px 20px 150px;
  }
}


/* ----------------------------------------------------- */
/* アーカイブ owner, news */
/* ----------------------------------------------------- */
.archive-list li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #000;
}
.archive-list li:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.archive-list li:last-of-type { margin-bottom: 24px; }
.archive-list .m-heading2 { margin-bottom: 16px; }
.archive-list img {
  display: block;
  margin-bottom: 16px;
}
.archive-list br { display: none; }
.archive-list .m-btn2 { margin-top: 14px; }
@media screen and (min-width: 768px), print {
  .archive-list {
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .archive-list li {
    width: 30%;
    margin-top: 60px;
    margin-right: 5%;
    padding-top: 0;
    border-top: none;
  }
  .archive-list li:nth-of-type(-n+3) { margin-top: 0; }
  .archive-list li:nth-of-type(3n) { margin-right: 0; }
  .archive-list .m-heading2 {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .archive-list .m-heading2::after { width: 100%; }
  .archive-list p:first-of-type {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .archive-list img { margin-bottom: 20px; }
}

/* 先輩レポート　アーカイブ owner --------------------- */
.owner-top-read { margin-bottom: 30px; }
@media screen and (min-width: 768px), print {
  .owner-top-read { margin-bottom:50px; }
}




/* ----------------------------------------------------- */
/* 開業された方々の声 */
/* ----------------------------------------------------- */
/* パンクズをスクロール化 */
.owner .pankuzu {
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.owner .pankuzu::-webkit-scrollbar{
  display: none;
}
.owner .pankuzu-inner {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/* カテゴリーアイコン */
.interview-category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  margin-bottom: 10px;
}

.interview-category {
  color: #C4000F;
  font-weight: bold;
  border: solid 2px #C4000F;
  border-radius: 25px;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: .4s;
  cursor: pointer;
}
.interview-category:hover {
  color: #FFF;
  background: #C4000F;
  transition: .4s;
}
.interview-category:hover a {
  opacity: 1;
}
.interview-category-slim {
  border: solid 1px #C4000F;
  padding: 0px 10px;
  margin: 0 5px 5px 0;
}

/* リード文 */
.owner-sec-read {
  width: 90%;
  margin: 0 auto 60px;
}

/* カテゴリーから探す */
.owner-category-navi {
  background-color: #C4000F;
  padding: 30px 5%;
}
.owner-category-navi-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 5vmin;
  line-height: 1.3;
  margin-bottom: 1em;
}
.owner-category-navi-ttl img {
  width: 9%;
  margin-right: 10px;
}
.owner-category-navi .owner-category-navi-item {
  background: #FFF;
  width: min(100%, 1000px);
  margin: auto;
  padding: 25px 5% 20px;
  border-radius: 10px;
  background-color: #fff;
}
.owner-category-navi .onwer-category-list {
  display: flex;
  flex-wrap: wrap;
}

/* 新着オーナーインタビュー */
.owner-sec-new,
.owner-sec-feature {
  background: #F4F4F4;
  padding: 30px 5% 80px;
}
.owner-sec-new {
  padding-top: 60px;
}
.owner-sec-new-item {
  width: min(100%, 1000px);
  margin: auto;
}
.owner-sec-new .new-interview-list {
  background: #FFF;
  padding: 15px 30px;
  border-radius: 10px;
}
.owner-sec-new .new-interview-item {
  padding: 15px 0;
}
.owner-sec-new .new-interview-item:hover {
  background-color: #fff9e2;
}
.owner-sec-new .new-interview-date {
  color: #BD000F;
  margin-bottom: 15px;
}

/* 特集から探す */
.owner-sec-feature .feature-list li {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  margin-bottom: 30px;
  transition: .4s;
}
.owner-sec-feature .feature-list li:last-child {
  margin-bottom: 0;
}
.owner-sec-feature .feature-list li:hover {
  opacity: 0.7;
  transition: .4s;
}
.owner-sec-feature .feature-img {
  position: relative;
}
.owner-sec-feature .feature-img img {
  border-radius: 5px 5px 0 0;
}
.owner-sec-feature .feature-tag {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: inline-block;
  background: #BD000F;
  border-radius: 25px;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  padding: 5px 20px;

}
.owner-sec-feature .feature-detail {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 30px 20px 20px;
  flex-grow: 1;
}
.owner-sec-feature .feature-ttl {
  color: #BD000F;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

/* カテゴリー、特集のインタビューリスト */
.page-template-taxonomy,
.tax-owner-cat,
.tax-feature-cat {
  background: #F4F4F4;
}

.owner-sec-interview {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
.owner-sec-interview-list {
  margin-bottom: 30px;
}

.owner-sec-interview-list-item {
  display: flex;
  flex-direction: column;
  background: #FFF;
  margin-bottom: 30px;
}
.owner-sec-interview-list-item:last-child {
  margin-bottom: 0;
}
.owner-sec-interview-list-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}
.owner-sec-interview-list-item-inner p {
  padding: 0 10px;
}

.owner-sec-interview-list-img {
  margin-bottom: 10px;
}
.owner-sec-interview-list-img img {
  object-fit: cover;
  
}

.owner-sec-interview-list-text,
.owner-sec-interview-category-wrap {
  padding: 0 10px;
}

.owner-sec-interview-list-description {
  font-size: 12px;
  color: #707070;
  margin-bottom: 10px;

  
  flex-grow: 1;
}
.owner-sec-interview-list-ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  margin-bottom: 10px;
}


.owner-sec-interview .page-numbers {
  margin-bottom: 30px;
}

.owner-sec-interview .m-btn-red {
  margin: auto;
}

.single-feature .keyvisual-new:before,
.tax-feature-cat .keyvisual-new:before {
  background: inherit;
  content: '';
  position: absolute;
  filter: brightness(70%);
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}


@media screen and (min-width: 768px), print {
  /* リード文 */
  .owner-sec-read {
    text-align: center;
  }
  /* カテゴリーアイコン */
  .interview-category-wrap {
    margin-bottom: 20px;
  }

  /* カテゴリーから探す */
  .owner-category-navi-ttl {
    font-size: 28px;
  }
  .owner-category-navi-ttl img {
    width: 38px;
  }
  .owner-category-navi .onwer-category-list {
    justify-content: center;
  }

  /* 特集から探す */
  .owner-sec-feature .feature-list {
    display: flex;
    flex-wrap: wrap;
    width: min(100%, 1000px);
    margin: auto;
  }
  .owner-sec-feature .feature-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .owner-sec-feature .feature-list li:nth-child(2n) {
    margin-right: 0;
  }
  .owner-sec-feature .feature-list li:last-child {
    margin-bottom: 20px;
  }

  /* カテゴリー、特集のインタビューリスト */
  .owner-sec-interview {
    width: min(100%, 1040px);
  }

  .owner-sec-interview-list {
    display: flex;
    flex-wrap: wrap;
    
  }
  .owner-sec-interview-list-item {
    width: calc(33.3333333% - 10.3333333333px);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .owner-sec-interview-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .owner-sec-interview-list-item:last-child {
    margin-bottom: 30px;
  }

  .owner-sec-interview .m-btn-red {
    width: min(100%, 430px);
    margin-top: 50px;
  }

}
@media screen and (min-width: 1024px), print {
    /* カテゴリーから探す */
  .owner-category-navi .onwer-category-list {
    padding: 25px 5% 20px;
  }
  .owner-category-navi .interview-category {
    margin-bottom: 25px;
  }
  .owner-sec-new .new-interview-item {
    display: flex;
    flex-wrap: nowrap;
  }
  .owner-sec-new .new-interview-date {
    margin-right: 25px;
    margin-bottom: 0;
  }

  /* 特集から探す */
  .owner-sec-feature .feature-list li {
    margin: 10px 20px 20px 0;
    width: calc(33.3333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .owner-sec-feature .feature-list li:nth-child(2n) {
    margin-right: 20px;
  }
  .owner-sec-feature .feature-list li:nth-child(3n) {
    margin-right: 0;
  }

  /* カテゴリー、特集のインタビューリスト */
  .owner-sec-interview-list-item {
    width: calc(33.3333333% - 13.3333333333px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}


/* ----------------------------------------------------- */
/* 新着情報　アーカイブ category-news */
/* ----------------------------------------------------- */
body.category-news,
.category-news .l-wrap-outer{
  padding: 0;
  background-color: #fff;
}
.category-news .l-wrap{
  padding: 50px 0;
  background-color: #F4F4F4;
}
.news-cat-block{
  width: 90%;
  margin: auto;
  padding: 50px 5%;
  background-color: #fff;
}
.news-read {
  margin: 20px 0;
  text-align: center;
  font-size: 5vmin;
}
@media screen and (min-width: 768px), print {
  .category-news .l-wrap{
    width: 100%;
    padding: 70px 20px;
  }
  .news-cat-block{
    width: min(100%, 1000px);
    padding: 70px 30px;
  }
  .news-read {
    margin-bottom:20px;
    text-align: center;
    font-size: 20px;
  }
}


/* ----------------------------------------------------- */
/* オーナーインタビュー　シングル owner_interview */
/* ----------------------------------------------------- */
.owner-interview-block {
  padding: 0 0 80px;
  margin: auto;
  background-color: #fff;
}
.owner-interview-block .m-heading-interview1 {
  position: relative;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding-bottom: 30px;
}

.owner-interview-block .m-heading-interview2 {
  background: #C4000F;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 20px;
}
.owner-interview-block .owner-interview-sec:nth-child(2n) {
  background-color: #F4F4F4;
}

.owner-interview-sec-inner .m-movie {
  padding: 0;
  background-color: transparent;
}

.owner-interview-sec-inner > div,
.owner-interview-sec-inner-small > div {
  display: flex;
  flex-direction: column-reverse;
}
.owner-interview-sec-inner > div img,
.owner-interview-sec-inner-small > div img {
  margin-top: 50px;
}


.interview-post-link {
  margin-top: 50px;
}
.interview-post-link ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
.interview-post-link-return {
  width: 50%;
}
.interview-post-link-return a {
  display: block;
  width: 100%;
  background: #C4000F;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  border-radius: 25px;
  padding: 10px;
}
.interview-post-link-icon {
  width: 25%;
}
.interview-post-link-next a::before {
  font-family: icomoon;
  content: "\e91f";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 0.6em;
  border-radius: 10px;
  background-color: #C4000F;
  vertical-align: 2px;
  font-size: 0.5em;
  color: #fff;
  rotate: 180deg;
}
.interview-post-link-prev  {
  text-align: right;
}
.interview-post-link-prev a::after {
  font-family: icomoon;
  content: "\e91f";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 0.6em;
  border-radius: 10px;
  background-color: #C4000F;
  vertical-align: 2px;
  font-size: 0.5em;
  color: #fff;
}

.owner-poster { margin-bottom: 30px; }
.owner-poster img { width: 100%; }
.owner-interview-sec,.owner-interview-sec-small {
  margin-bottom: 25px;
  padding: 30px 5%;
}
.owner-interview-sec:first-child {
  padding-top: 0;
}
.owner-interview-sec-inner-sec div div,
.v-small div div {
  margin-bottom: 22px;
}
.owner-interview-sec-inner img,
.owner-interview-sec-inner-small img {
  width: 100%;
}

.owner-interview-block .owner-interview-sec-date {
  margin-top: 20px;
}
.owner-interview-block .owner-interview-sec-date p {
  color: #C4000F;
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .owner-interview-sec {
    margin: auto;
  }
  .owner-interview-sec-inner {
    width: min(100%, 1000px);
    margin: auto;
  }
  .interview-post-link {
    width: min(100%, 530px);
    margin: 50px auto auto;
  }
  .owner-interview-block .m-heading-interview1 {
    font-size: 24px;
  }
  .owner-interview-block .m-heading-interview2 {
    margin-bottom: 50px;
  }

  .owner-poster {
    width:70%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .owner-poster img { width: 100%; }
  .owner-poster p {
    padding: 10px 16px;
    font-size: 22px;
  }

  .owner-interview-sec,
  .owner-interview-sec-small {
    padding: 50px 5%;
  }
  .owner-interview-sec-inner > div,
  .owner-interview-sec-inner-small > div {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .owner-interview-sec-inner > div img {
    margin-top: 0;
  }
  .owner-interview-sec-inner > div > *,
  .owner-interview-sec-inner-small > div > * {
    display: table-cell;
    vertical-align: top;
  }
  .owner-interview-sec div div,
  .owner-interview-sec-inner-small div div {
    margin-bottom: 0;
  }
  .owner-interview-sec-inner p,
  .owner-interview-sec-inner-small p {
    transform: translateY(-6px);
  }
  .owner-interview-sec-inner div div {
    width: 350px;
    padding-right: 50px;
  }

}
@media screen and (min-width: 1024px), print {
  .owner-interview-sec,.owner-interview-sec-small {
    padding: 100px 5%;
  }
  .owner-interview-sec-inner div div {
    width: 50%;
    padding-right: 50px;
  }
}

/* ----------------------------------------------------- */
/* オーナーインタビュー　シングル、一覧ページ feature */
/* ----------------------------------------------------- */
.feature-block {
  padding: 0 0 80px;
  margin: auto;
  background-color: #fff;
}
.feature-sec {
  padding: 30px 5%;
}
.feature-sec:first-child {
  padding-top: 0;
}
.feature-sec-gray {
  background-color: #F4F4F4;
}
.feature-sec-separate {
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #F4F4F4 50%, #F4F4F4 100%);
}
.feature-sec-inner {
  width: min(100%, 1000px);
  margin: auto;
}

.feature-sec .m-heading-a {
  margin-bottom: 50px;
}

.m-heading-feature {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.feature-sec-contents-list li {
  list-style: none;
  border-bottom: solid 2px #CFCFCF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.feature-sec-contents-list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.feature-sec-detail-img {
  margin-bottom: 20px;
}
.feature-sec-detail-text-contents {
  margin-bottom: 20px; 
}

/* 特集一覧 */
.owner .m-btn-red {
  width: min(100%, 430px);
  margin: 50px auto;
}


/* 特集記事 */
.feature-block .feature-sec-mv {
  position: relative;
}
.feature-block .feature-sec-mv-text,
.feature-block .feature-sec-mv-text p  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.feature-block .feature-sec-mv-text {
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, .5);
}

.feature-block .feature-sec-mv-text p {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.feature-block .feature-sec-mv-text .text-red {
  color: #c4000f;
}
.feature-block .feature-sec-mv-text .text-big {
  font-size: 24px;
}


@media screen and (min-width: 768px), print {
  .feature-sec-contents-list li {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  
  .feature-sec-detail {
    display: flex;
    justify-content: space-between;
  }
  .feature-sec-detail-img {
    width: calc(45% - 30px);
    margin-bottom: 0;
  }
  .feature-sec-detail-text {
    width: 55%;
  }

  .feature-block .feature-sec-mv-text {
    font-size: 4vmin;
  }
  .feature-block .feature-sec-mv-text .text-big {
    font-size: 7vmin;
  }
}

@media screen and (min-width: 1024px), print {
  .feature-sec {
    padding: 50px 5%;
  }
  .feature-sec-detail-img {
    width: 460px;
    margin-right: 50px;
  }
  .feature-sec-detail-text {
    width: unset;
    flex: 1;
  }
  .feature-sec-detail-text-contents {
    margin-bottom: 30px; 
  }
  .feature-sec-detail-text .m-link-text {
    text-align: left;
  }
}

/* ----------------------------------------------------- */
/* 新着情報　シングル news */
/* ----------------------------------------------------- */
body.news,
.news .l-wrap-outer{
  padding: 0;
  background-color: #fff;
}
.news.single .l-wrap{
  padding: 50px 0 0;
  background-color: #F4F4F4;
}
.news-block{
  width: 90%;
  margin: auto;
  padding: 30px 5%;
  background-color: #fff;
}
.news-block > .news-inner{ overflow: hidden; }
.news-block h3,
.news-block h4{
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
}
.news-block h3{
  margin-top: 1.5em;
  font-size: 1.2em;
}
.news-block h4{
  margin-top: 1.7em;
  font-size: 1.1em;
}
.news-block p{ margin-top: 1em; }
.news-block figure{
  display: block;
  margin-top: 1.6em;
  text-align: center;
}
.news-block img{
  width: auto;
}
.news-block a{ color: #3646AB; }
.news-block ul{ margin-top: 1em; }
.news-block ul > li {
  margin-top: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
}
.news-block ul > li::before { content: "・"; }
@media screen and (min-width: 768px), print {
  .news.single .l-wrap{
    width: 100%;
    padding: 70px 0 0;
  }
  .news-block{
    width: min(100%, 1000px);
    margin: auto;
    padding: 70px 13%;
    background-color: #fff;
  }
  .news-block a:hover{
    text-decoration: underline;
    text-decoration-color: #3646AB;
    text-underline-offset: 4px;
  }
}

/* 関連ニュース */
.crp-wrap{
  margin-top: 50px;
  padding: 40px 0 80px;
  background-color: #fff;
}
.crp_related{
  width: 90%;
  margin: auto;
}
.crp_related h2{
  margin-bottom: 30px;
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
}
.crp_related li{
  position: relative;
  margin-top: 30px;
  padding: 30px 5%;
  border-radius: 10px;
  border: #C4000F 1px solid;
}
.crp_related a{ display: block; }
.crp_related a span{
  display: block;
  margin-top: 0.6em;
}
.crp_related img{
  aspect-ratio: 29/21.8;
  object-fit: cover;
}
.crp_date{
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 30px;
  display: table;
  padding: 0.2em 1em;
  background-color: #C4000F;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .crp-wrap{
    margin-top: 50px;
    padding: 40px 0 90px;
    background-color: #fff;
  }
  .crp_related{
    width: min(100%, 1040px);
    padding: 0 20px;
  }
  .crp_related h2{
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
  }
  .crp_related ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .crp_related li{
    width: 30%;
    margin-top: 0;
    padding: 30px;
  }
  .crp_related img{ aspect-ratio: 243/182; }
  .crp_date{
    left: 30px;
    top: 30px;
    padding: 0.2em 1em;
  }
}


/* ----------------------------------------------------- */
/* プライバシーポリシー privacypolicy */
/* ----------------------------------------------------- */
.privacypolicy-sec{
  margin-bottom: 60px;
  padding: 0 5%;
  counter-reset: num1;
}
.privacypolicy-inner{ margin-top: 1.5em; }

/* h3 */
.privacypolicy-sec h3{
  margin-bottom: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  counter-increment: num1;
}
.privacypolicy-sec h3::before{ content: counter(num1)"."; }

/* h4 */
.privacypolicy-sec h4{
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.privacypolicy-sec h4::before{ content: "■"; }

/* ol */
.privacypolicy-sec ol{ counter-reset: num2; }
.privacypolicy-sec li{
  margin-top: 0.3em;
  padding-left: 41px;
  text-indent: -41px;
  counter-increment: num2;
}
.privacypolicy-sec li:before{ content: "（"counter(num2)"）" }

/* dl */
.privacypolicy-sec dt{ margin-top: 0.6em; }
/* dl内にdivがある場合は、デザイン変更 */
.privacypolicy-sec dl{ counter-reset: num3; }
.privacypolicy-sec div dt{
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  counter-increment: num3;
}
.privacypolicy-sec div dt::before{ content: counter(num3)"."; }

/* a */
.privacypolicy-sec a{
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: #999;
}
.privacypolicy-sec .reCAPTCHA{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
@media screen and (min-width: 768px), print{
  .privacypolicy-sec{
    width: min(100%, 1040px);
    margin: auto;
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .privacypolicy-inner{ margin-top: 36px; }

  /* h4 */
  .privacypolicy-sec h4{
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
  }
  .privacypolicy-sec h4::before{ content: "■"; }

  /* ol */
  .privacypolicy-sec ol{ counter-reset: num2; }
  .privacypolicy-sec li{
    margin-top: 0.3em;
    padding-left: 41px;
    text-indent: -41px;
    counter-increment: num2;
  }
  .privacypolicy-sec li:before{ content: "（"counter(num2)"）" }

  /* dl */
  .privacypolicy-sec dt{ margin-top: 0.3em; }
  /* dl内にdivがある場合は、デザイン変更 */
  .privacypolicy-sec dl{ counter-reset: num3; }
  .privacypolicy-sec div dt{
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
    counter-increment: num3;
  }
  .privacypolicy-sec div dt::before{ content: counter(num3)"."; }

  /* a */
  .privacypolicy-sec a{
    text-decoration: underline;
    text-underline-offset: 0.4em;
    text-decoration-color: #999;
  }
}

/* privacypolicy コンバージョン ------------------------ */
.privacypolicy main .m-btn-cv{ padding: 0 5% 100px; }
@media screen and (min-width: 768px), print{
  .privacypolicy main .m-btn-cv{
    width: min(100%, 1000px);
    margin: auto;
    padding: 0 20px 150px;
  }
}


/* ----------------------------------------------------- */
/*  カスタマーハラスメント基本方針 customerharassment */
/* ----------------------------------------------------- */
.customerharassment-sec{
  margin-bottom: 60px;
  padding: 0 5%;
  counter-reset: num1;
}
.customerharassment-inner{ margin-top: 1.5em; }

/* h1 */
.customerharassment .keyvisual-new h1{
  translate: 0 30%;
}

/* h3 */
.customerharassment-sec h3{
  margin-bottom: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  counter-increment: num1;
}
/* .customerharassment-sec h3::before{ content: counter(num1)"."; } */

/* h4 */
.customerharassment-sec h4{
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.customerharassment-sec h4::before{ content: "■"; }

/* ol */
.customerharassment-sec ol{ counter-reset: num2; }
.customerharassment-sec li{
  margin-top: 0.3em;
  padding-left: 41px;
  text-indent: -41px;
  counter-increment: num2;
}
.customerharassment-sec li:before{ content: "（"counter(num2)"）" }

@media screen and (min-width: 768px), print{
  .customerharassment-sec{
    width: min(100%, 1040px);
    margin: auto;
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .customerharassment-inner{ margin-top: 36px; }

  /* h1 */
  .customerharassment .keyvisual-new h1 br {
    display: none;
  }

  /* h4 */
  .customerharassment-sec h4{
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: 700;
  }
  .customerharassment-sec h4::before{ content: "■"; }

  /* ol */
  .customerharassment-sec ol{ counter-reset: num2; }
  .customerharassment-sec li{
    margin-top: 0.3em;
    padding-left: 41px;
    text-indent: -41px;
    counter-increment: num2;
  }
  .customerharassment-sec li:before{ content: "（"counter(num2)"）" }
}

/* customerharassment コンバージョン ------------------------ */
.customerharassment main .m-btn-cv{ padding: 0 5% 100px; }
@media screen and (min-width: 768px), print{
  .customerharassment main .m-btn-cv{
    width: min(100%, 1000px);
    margin: auto;
    padding: 0 20px 150px;
  }
}


/* ----------------------------------------------------- */
/* お問い合わせ contact */
/* ----------------------------------------------------- */
body.contact{ background-color: #F4F4F4; }

/* お問い合わせ ---------------------------------------- */
.contact-sec{ padding-bottom: 100px; }
.inquiry {
	width: 100%;
	padding: 5vh 5vw;
	background-color: #f4f4f4
}
sup {
	font-size: .5em;
	color: #e50012
}
.form {
	padding: 30px 5% 0;
	background-color: #fff
}
.form br {
	display: none
}
.form::after {
	content: "";
	display: block;
	margin-top: 30px;
	border-bottom: 2px solid #f4f4f4
}
.form.last {
	padding-bottom: 1px
}
.form.last::after {
	display: none
}
.form-item h3 {
	margin-bottom: .3em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 18px
}
.form-item label {
	display: inline-block;
	margin-bottom: .2em;
	color: #000
}
.form-row {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem
}
.form-col {
	flex: 1 0 0%
}
.form-col.yoko {
	display: flex;
	align-items: center
}
.form-col.yoko label {
	width: 60%
}
.form-input {
	display: flex;
	gap: .5rem
}
.form-input>.wpcf7-form-control-wrap {
	flex: 1 0 0%
}
.form-input>.wpcf7-form-control-wrap>input, .form-input>.wpcf7-form-control-wrap textarea, .form-input>.wpcf7-form-control-wrap select {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out
}
.form-input>.wpcf7-form-control-wrap>select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 1rem
}
.form-input>.wpcf7-form-control-wrap>.wpcf7-not-valid-tip {
	margin-top: .25rem;
	color: red;
	font-size: .85rem
}
.form-text {
	flex: 0 0 auto;
	padding: calc(.375rem + 1px) 0;
	font-size: 1rem;
	line-height: 1.5
}
.form-center {
	margin-top: 20px;
	text-align: center
}
.form-btn {
	margin-top: 2rem;
	text-align: center
}
.form-btn .wpcf7-submit {
	appearance: none;
	display: block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	user-select: none;
	width: 80%;
	margin: auto;
	border: 0;
	background-image: url(../img/angle.svg), linear-gradient(130deg, #FFD800, #EA2B0E 70%, #E50012);
	background-repeat: no-repeat;
	background-position: right 8% center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 18px;
	line-height: 50px;
	border-radius: 25px;
	transition: all .2s ease-in-out
}
.form-btn .wpcf7-submit:hover, .form-btn .wpcf7-submit:active {
	filter: brightness(120%)
}
.form-btn .wpcf7-spinner {
	display: none;
	margin: 1rem auto 0
}
.form .wpcf7-list-item {
	margin-left: 2em
}
.form .wpcf7-list-item.first {
	margin-left: 0 !important
}
@media only screen and (min-width: 768px), print {
  .contact-sec{ padding-bottom: 150px; }
	.form {
		width: min(100%, 1000px);
		margin: auto;
		margin-bottom: 60px;
		padding: 40px;
		padding-bottom: 15px
	}
	.form br {
		display: inline
	}
	.form.last {
		padding-bottom: 30px
	}
	.form::after {
		display: none
	}
	.form-item {
		display: flex;
		flex-wrap: wrap
	}
	.form-item h3 {
		width: 220px;
		padding-top: 5px
	}
	.form-item>div {
		width: calc(100% - 220px)
	}
	.form-row {
		width: calc(100% - 200px)
	}
	.form-col.yoko label {
		width: 80px
	}
	.form input[type=text] {
		width: 100%
	}
	.col2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}
	.col2 input {
		display: inline-block
	}
	.col2 .form-row:first-of-type {
		width: 40%
	}
	.col2 .form-row:last-of-type {
		width: 40%;
		margin-left: 2em
	}
	.form-center {
		margin-top: -10px
	}
}
.form-tel {
	margin-top: 50px;
	text-align: center
}
.form-tel p:nth-of-type(1) {
	display: table;
	margin: auto;
	margin-bottom: 20px;
	padding: 0 .5em .3em;
	border-bottom: 2px solid #c4000f;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 6vmin
}
.form-tel p:nth-of-type(2) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 5vmin;
	line-height: 1.1
}
.form-tel p:nth-of-type(3) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 11vmin
}
.form-tel p:nth-of-type(3) img {
	width: auto;
	height: 10vmin;
	vertical-align: -1vmin
}
.form-tel p:nth-of-type(4) {
	font-size: 3.8vmin
}
.form-tel .tel-btn a {
	display: block;
	text-decoration: none;
	width: 80%;
	margin: auto;
	margin-top: 20px;
	background-image: url(../img/angle.svg), linear-gradient(130deg, #76E3B9, #41BEBE, #3CBABF);
	background-repeat: no-repeat;
	background-position: right 8% center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 18px;
	line-height: 50px;
	border-radius: 25px;
	transition: all .2s ease-in-out
}
.form-tel .tel-btn a:hover, .form-tel .tel-btn a:active {
	filter: brightness(120%)
}
@media only screen and (min-width: 768px), print {
	.form-tel {
		margin-top: 60px
	}
	.form-tel p:nth-of-type(1) {
		font-size: 30px
	}
	.form-tel p:nth-of-type(2) {
		font-size: 24px
	}
	.form-tel p:nth-of-type(3) {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		font-feature-settings: "palt";
		font-size: 60px
	}
	.form-tel p:nth-of-type(3) img {
		width: auto;
		height: 50px;
		vertical-align: -6px
	}
	.form-tel p:nth-of-type(4) {
		font-size: 17px
	}
}
.form-contact {
	padding: 40px 0;
	text-align: center
}
.form-contact span {
	color: #c4000f
}
.form-contact p:nth-of-type(1) {
	display: table;
	margin: auto;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 6vmin
}
.form-contact p:nth-of-type(2) {
	font-size: 4.4vmin
}
.form-contact .contact-btn a {
	display: block;
	text-decoration: none;
	width: 80%;
	margin: auto;
	margin-top: 20px;
	background-image: url(../img/angle.svg);
	background-repeat: no-repeat;
	background-position: right 8% center;
	background-color: #3646ab;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	font-size: 18px;
	line-height: 50px;
	border-radius: 25px;
	transition: all .2s ease-in-out
}
.form-contact .contact-btn a:hover, .form-contact .contact-btn a:active {
	filter: brightness(120%)
}
@media only screen and (min-width: 768px), print {
	.form-contact {
		padding: 60px 0
	}
	.form-contact p:nth-of-type(1) {
		font-size: 30px
	}
	.form-contact p:nth-of-type(2) {
		font-size: 16px
	}
}
@media only screen and (min-width: 768px), print {
	.form-btn .wpcf7-submit, .form-tel .tel-btn a, .form-contact .contact-btn a {
		width: 430px;
		line-height: 66px;
		margin-top: 50px;
		border-radius: 33px
	}
}

/* thanks ---------------------------------------------- */
.thanks-sec{
  padding: 0 5% 100px;
  text-align: center;
}
.thanks-sec h2{
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 6vmin;
}
.thanks-sec p{ margin-bottom: 50px; }
@media screen and (min-width: 768px), print{
  .thanks-sec{
    padding: 0 20px 150px;
  }
  .thanks-sec h2{
    margin-bottom: 1em;
    font-size: 40px;
  }
  .thanks-sec p{ margin-bottom: 90px; }
  .thanks-sec .m-btn-normal{
    width: 400px;
    margin: auto;
  }
}


/* ----------------------------------------------------- */
/* サイトマップ sitemap */
/* ----------------------------------------------------- */
/* 第一階層 */
.sitemap-sec{ padding: 0 5%; }
.sitemap-sec > ul{ border-bottom: 1px solid #B8B8B8;}
.sitemap-sec > ul > li{
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #B8B8B8;
}
.sitemap-sec > ul > li > a{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.sitemap-sec > ul > li::before{
  content: "●";
  color: #C4000F;
}
.sitemap-sec > ul > li:last-of-type{ padding-bottom: 1em; }

/* 第二階層 */
.sitemap-sec ul ul li{ line-height: 2; }
.sitemap-sec ul ul li::before{ content: "・"; }
@media screen and (min-width: 768px), print{
  /* 第一階層 */
  .sitemap-sec{
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
  .sitemap-sec a{ white-space: nowrap; }
  .sitemap-sec a:hover{
    text-decoration: underline;
    text-decoration-color: #333;
    text-underline-offset: 4px;
  }
  .sitemap-sec ul{ margin-top: 60px; }
  .sitemap-sec > ul > li{
    display: flex;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-left: 100px;
    padding-top: 1.5em;
  }
  .sitemap-sec > ul > li:last-of-type{ padding-bottom: 1.5em; }

  /* 第二階層 */
  .sitemap-sec ul ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.1em;
    margin-left: 50px;
  }
  .sitemap-sec ul ul li{
    width: 35%;
    margin-right: 2em;
  }
  .sitemap-sec ul ul li:nth-of-type(1){ order: 1; }
  .sitemap-sec ul ul li:nth-of-type(2){ order: 3; }
  .sitemap-sec ul ul li:nth-of-type(3){ order: 2; }
  .sitemap-sec ul ul li:nth-of-type(4){ order: 4; }
  .sitemap-sec ul ul li:nth-of-type(5){ order: 5; }
}

/* sitemap コンバージョン ------------------------------ */
.sitemap main .m-btn-cv{ padding: 100px 5%; }
@media screen and (min-width: 768px), print{
  .sitemap main .m-btn-cv{
    width: min(100%, 1000px);
    margin: auto;
    padding: 100px 20px 150px;
  }
}


/* ----------------------------------------------------- */
/* 404 */
/* ----------------------------------------------------- */
.e404-sec{
  padding: 0 5% 100px;
  text-align: center;
}
.e404-sec h2{
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 6vmin;
}
.e404-sec p{ margin-bottom: 50px; }
@media screen and (min-width: 768px), print{
  .e404-sec{
    padding: 0 20px 150px;
  }
  .e404-sec h2{
    margin-bottom: 1em;
    font-size: 40px;
  }
  .e404-sec p{ margin-bottom: 90px; }
}

