@charset "UTF-8";
/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap");
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html, body {
  width: 100%;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  vertical-align: middle;
}

caption {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
}

button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

  フォント・文字サイズ設定

////////////////////////////////////////////////////*/
html {
  font-size: 62.5%;
  background-color: #fff;
  scroll-behavior: auto;
  overflow-x: hidden;
}

html.__fixed {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  background: #fff 0 0 repeat;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
body:before, body:after {
  opacity: 0;
  content: "";
  pointer-events: none;
  position: fixed;
}

body.disable-js:before {
  opacity: 1;
}

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

  その他

////////////////////////////////////////////////////*/
p {
  letter-spacing: 0.02em;
}

a {
  color: #000;
  text-decoration: none;
}

table {
  line-height: 1.8;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
body {
  counter-reset: number 0;
}

section .c_list_wp .c_list__m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  section .c_list_wp .c_list__m {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section .c_list_wp .c_list__m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
section .c_list_wp .c_list__m li.c_list {
  width: 100px;
  background-color: #fff;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
section {
  color: #353535;
  position: relative;
}

@media only screen and (min-width: 768px) {
  section {
    padding: 10rem 4.6vw;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 5rem 4vw;
  }
}
section .c_ttl_det {
  height: 8rem;
  width: 2px;
  background-color: #0f1d73;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media only screen and (max-width: 767px) {
  section .c_ttl_det {
    height: 3.5rem;
  }
}
section h2.c_ttl_main {
  margin-bottom: 7rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 3.75rem;
  text-align: center;
  position: relative;
}
section h2.c_ttl_main.mb-none {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  section h2.c_ttl_main {
    margin-bottom: 3rem;
  }
}
section h2.c_ttl_main span {
  display: block;
}

section h2.c_ttl_main .c_ttl_main__s {
  font-size: 1.6rem;
  color: #0f1d73;
}

@media only screen and (max-width: 767px) {
  section h2.c_ttl_main .c_ttl_main__s {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  section h2.c_ttl_main .c_ttl_main__m {
    font-size: 2.4rem;
  }
}
.catch {
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .catch {
    margin-bottom: 2rem;
  }
}
.catch p {
  line-height: 1.3;
  color: #9F8D59;
  font-size: 2.5rem;
  font-weight: 600;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .catch p {
    font-size: 1.8rem;
  }
}
.catch p::after {
  margin-top: 1rem;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #9F8D59;
  display: block;
}

.c_head, .c_copy {
  font-family: "Noto Serif JP", serif;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.shine span.mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .shine span.mask {
    display: inherit;
  }
}
.shine span.mask::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine span.mask:hover::before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*////////////////////////////////////////////////////

animation

////////////////////////////////////////////////////*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.animation .plot {
  -webkit-transition: 4.2s;
  transition: 4.2s;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}

.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active.plot {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animation2, .animation3, .animation4, .animation5 {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.animation2.active, .animation3.active, .animation4.active, .animation5.active {
  opacity: 1;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

　全ページ共通

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

　MV

////////////////////////////////////////////////////*/
section#mv {
  padding: 0;
}

#mv {
  margin-top: 100px;
  background: url(../img/room_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  height: 90vh;
}

#mv:first-child, #mv:last-child {
  height: calc(100vh - 100px);
}

@media only screen and (max-width: 1023px) {
  #mv {
    background: url(../img/room_bg_tab.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    height: 90vh;
    margin-top: 50px;
  }
  #mv:first-child, #mv:last-child {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #mv {
    background: url(../img/room_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    height: 90vh;
  }
  #mv:first-child, #mv:last-child {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv:first-child, #mv:last-child {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv h1 img {
    width: 10vw;
  }
}
#mv .mv_wrap {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  #mv .mv_wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap {
    /* position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none; */
  }
}
@media only screen and (max-width: 767px) {
  #mv h1.logo {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 30px;
    z-index: 10;
  }
  #mv h1.logo img {
    width: 100%;
    height: auto;
  }
}
#mv .mv_wrap .mv_wrap_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 8vw 0;
  margin-top: 0;
}
#mv .mv_wrap .mv_wrap_in .c-clientTop__ribbon {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap .mv_wrap_in .c-clientTop__ribbon {
    width: 85%;
    font-size: small;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in {
    padding: 0 1.5rem;
    display: block;
    padding: 2.5vh 10px 15vh;
    box-sizing: border-box;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in {
    padding: 3vh 0 3vh 0;
  }
}
#mv .mv_wrap .mv_wrap_in img:first-child {
  width: 35%;
}

#mv .mv_wrap .mv_wrap_in img:last-child {
  width: 33%;
}

@media only screen and (max-width: 1400px) {
  #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 38%;
  }
}
@media only screen and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in img:first-child {
    padding-bottom: 350px;
  }
  #mv .mv_wrap .mv_wrap_in img:first-child, #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap .mv_wrap_in img:first-child {
    padding-bottom: 223px;
  }
  #mv .mv_wrap .mv_wrap_in img:first-child, #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 72%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap .mv_wrap_in img:first-child, #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 60%;
  }
}
.k_chu {
  position: absolute;
  top: -41px;
  right: 10px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  color: white;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .k_chu {
    font-size: 11px;
  }
}
.rabel {
  position: absolute;
  right: -13.5vw;
  top: -3vw;
  width: 26vw;
}

.rabel img {
  width: 100%;
  height: auto;
}

.mv_wrap_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 4vw 0;
  gap: 20px;
  background-color: #2F374A;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .mv_wrap_line {
    gap: 10px;
  }
}
.mv_wrap_line.cont {
  position: relative;
}
.mv_wrap_line.mvOn {
  background: rgba(23, 28, 53, 0.95);
  padding: 3vw 8vw;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .mv_wrap_line.mvOn {
    padding: 3vw;
  }
}

.mv_wrap_line .cv_li {
  flex-direction: column;
  gap: 10px;
  min-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .mv_wrap_line .cv_li {
    min-width: 100%;
  }
}

.mv_wrap_line .cv_li li {
  width: 100%;
}

.mv_telbox {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mv_telbox .cv_tel__hours {
  margin-top: 5px;
}

@media only screen and (max-width: 1023px) {
  .mv_wrap_line {
    padding: 30px 15px;
    display: block;
    width: auto;
    line-height: 3;
    position: inherit;
  }
  .mv_wrap_line .cv_li {
    gap: 5px;
  }
  .rabel {
    position: absolute;
    right: -2vw;
    top: 190px;
    width: 31vw;
    height: 26vw;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mv_wrap_line {
    width: 100%;
    padding: 20px 0;
    position: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .mv_wrap_line {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_wrap_line {
    display: block;
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .mv_wrap_line .mv_wrap_line_in {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_wrap_line .mv_wrap_line_in {
    padding-bottom: 10px;
  }
}
.mv_wrap_line .mv_wrap_line_in ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(22px, 2.3vw, 28px);
  color: #e8cd86;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.3rem;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.mv_wrap_line .mv_wrap_line_in ul li {
  border-bottom: 1px solid #e8cd86;
  line-height: 1.3;
}

.mv_wrap_line .mv_wrap_line_in ul li:first-child {
  margin-right: 30px;
}

.txt1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  gap: 3px;
  justify-content: flex-start;
}

.txt1::before,
.txt1::after {
  content: "";
  flex: 0 0 20px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.txt1::before {
  transform: rotate(50deg);
}

.txt1::after {
  transform: rotate(-50deg);
}

@media (max-width: 1023px) {
  .txt1 {
    font-size: 1.2rem;
    justify-content: center;
    line-height: 1;
    margin-bottom: 5px;
  }
  .txt1::before,
  .txt1::after {
    flex-basis: 24px;
    flex: 0 0 16px;
  }
}
.mv_wrap_line .mv_wrap_line_in p.txt2 {
  font-size: clamp(24px, 2.3vw, 32px);
  color: #fff;
  letter-spacing: -0.03px;
  line-height: 1.5;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.mv_wrap_line .mv_wrap_line_in p.txt2 span {
  border-bottom: 1px solid #C5AC69;
  color: #C5AC69;
  vertical-align: baseline;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in {
    margin-bottom: 300px;
    padding: 2vh 10px 11vh;
  }
}
@media only screen and (max-width: 1023px) {
  .mv_wrap_line .mv_wrap_line_in p.txt2 {
    font-size: 20px;
    font-size: 1.6rem;
    letter-spacing: -0.03px;
    text-align: center;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mv_wrap_line .mv_wrap_line_in p.txt2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .mv_wrap_line .mv_wrap_line_in p.txt2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_wrap_line .mv_wrap_line_in p.txt2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv_wrap_line a img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mv_wrap_line a img {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .mv_wrap_line a img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .mv_wrap_line .cv_btn a.shine::after {
    right: 10px;
    border-top: 0.6em solid transparent;
    border-bottom: 0.6em solid transparent;
    border-left: 0.8em solid #07103C;
  }
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s, -webkit-transform 2s;
}

.fade-in.load {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

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

導入実績　

////////////////////////////////////////////////////*/
#cliants {
  background-color: #efefef;
}

#cliants .c_flex_wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp {
    width: 100%;
    padding-bottom: 180px;
  }
}
#cliants .c_flex_wp .no1 {
  position: absolute;
  left: 20%;
}

@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .no1 {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #cliants .c_flex_wp .no1 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cliants .c_flex_wp .no1 {
    left: 0;
  }
}
#cliants .c_flex_wp .c_flex_in {
  position: relative;
  left: 30rem;
}

@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in {
    left: 0;
    top: 190px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in {
    top: 350px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #cliants .c_flex_wp .c_flex_in {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cliants .c_flex_wp .c_flex_in {
    z-index: -1;
    left: 10rem;
    top: 10rem;
  }
}
#cliants .c_flex_wp .c_flex_in img:nth-child(2) {
  position: absolute;
  top: 17%;
  right: 35%;
}

@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in img:nth-child(2) {
    top: 18%;
    right: 22%;
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in img:first-child {
    width: 120%;
  }
}
#cliants .slider {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  #cliants .slider .slick-slide {
    margin-right: 30px;
    width: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cliants .slider {
    padding-top: 100px;
  }
}
#cliants .slider img {
  width: 18vw;
}

@media only screen and (max-width: 767px) {
  #cliants .slider img {
    width: 100%;
  }
}
/*////////////////////////////////////////////////////

　お悩み

////////////////////////////////////////////////////*/
#discontent {
  background-color: #fff;
}

#discontent h3 {
  padding-bottom: 30px;
  font-size: clamp(18px, 2.1vw, 20px);
  position: relative;
  padding-left: 50px;
  color: #0f1d73;
  letter-spacing: -0.03px;
}

@media only screen and (max-width: 767px) {
  #discontent h3 {
    padding-bottom: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #discontent h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#discontent h3 .tab {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent h3 .tab {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #discontent h3 .tab {
    display: block;
  }
}
#discontent h3::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: -20%;
  font-family: Futura PT;
  font-style: italic;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #discontent h3::before {
    top: -35%;
    font-size: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent h3::before {
    top: -10%;
  }
}
#discontent .c_list_wp .c_list__m li {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  #discontent .c_list_wp .c_list__m li {
    width: 100%;
    margin-bottom: 30px;
  }
  #discontent .c_list_wp .c_list__m li:last-child {
    margin-bottom: 0;
  }
}
#discontent .c_list_wp .c_list__m li img {
  width: 100%;
}

#discontent .c_list_wp .c_list__m .c_list__s {
  padding-top: 20px;
  line-height: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #discontent .c_list_wp .c_list__m .c_list__s {
    padding-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent .c_list_wp .c_list__m .c_list__s {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #discontent .c_list_wp .c_list__m .c_list__s {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#discontent .c_list_wp .c_list__m .c_list__s li {
  width: 90%;
  position: relative;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #discontent .c_list_wp .c_list__m .c_list__s li {
    margin-bottom: 0px;
  }
}
#discontent .c_list_wp .c_list__m .c_list__s li::before {
  content: "";
  background: url(../discontent/img/list_dots.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: absolute;
  top: 6px;
  left: 0px;
}

.answer {
  padding: 16rem 4.6vw 7rem 4.6vw;
  background-color: #000622;
  text-align: center;
  font-size: 4.8rem;
  position: relative;
  color: #fff;
  letter-spacing: -0.03rem;
}

@media only screen and (max-width: 767px) {
  .answer {
    padding: 10rem 2vw 3rem 2vw;
    font-size: 2.4rem;
    font-size: 24px;
  }
}
.answer .bb {
  border-bottom: #b39d5c 1px solid;
}

.answer span:last-child {
  color: #b39d5c;
}

.answer .sp, .answer .tab {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .answer .sp, .answer .tab {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .answer .sp, .answer .tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .answer .sp, .answer .tab {
    display: block;
  }
}
.answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}

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

　特徴

////////////////////////////////////////////////////*/
#features {
  background-color: #e3ded2;
}

#features .c_list_wp .c_list__m {
  counter-reset: number 0;
  padding-top: 30px;
}

#features .c_list_wp .c_list__m .c_list {
  width: 23.5%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #features .c_list_wp .c_list__m .c_list {
    width: 100%;
    margin-bottom: 50px;
  }
  #features .c_list_wp .c_list__m .c_list:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #features .c_list_wp .c_list__m .c_list {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #features .c_list_wp .c_list__m .c_list {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #features .c_list_wp .c_list__m .c_list:nth-child(3), #features .c_list_wp .c_list__m .c_list:nth-child(4) {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #features .c_list_wp .c_list__m .c_list:nth-child(3), #features .c_list_wp .c_list__m .c_list:nth-child(4) {
    margin-top: 5rem;
  }
}
#features .c_list_wp .c_list__m .c_list img {
  width: 100%;
}

#features .c_list_wp .c_list__m .c_list div {
  padding: 15px;
  background-color: #fff;
}

#features .c_list_wp .c_list__m .c_list div h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #9f8d59;
  text-align: center;
  letter-spacing: -0.03px;
  font-size: 2rem;
  color: #1a255d;
}

#features .c_list_wp .c_list__m .c_list div p {
  padding-top: 10px;
}

#features .c_list_wp .c_list__m .c_list div p span {
  color: #1a255d;
  font-weight: 600;
}

#features .c_list_wp .c_list__m .c_list::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 5%;
  top: -8%;
  font-family: Futura PT;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  padding: 5px 13px 5px 10px;
  background-color: #07103c;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #features .c_list_wp .c_list__m .c_list::before {
    left: 2%;
    top: -6%;
    font-size: 36px;
  }
}
/*////////////////////////////////////////////////////

　機能

////////////////////////////////////////////////////*/
#function {
  color: #fff;
  background-color: #000622;
}

#function .c_ttl_det {
  background-color: #b39d5c;
}

#function .c_ttl_main .c_ttl_main__s {
  color: #b39d5c;
}

#function .c_list_wp .c_list__m li {
  width: 29%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b39d5c;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #function .c_list_wp .c_list__m li {
    width: auto;
    padding: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #function .c_list_wp .c_list__m li {
    width: 44%;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #function .c_list_wp .c_list__m li {
    width: 44%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #function .c_list_wp .c_list__m li {
    width: 43%;
  }
}
#function .c_list_wp .c_list__m li div {
  padding-left: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #function .c_list_wp .c_list__m li div {
    padding-left: 0;
  }
}
#function .c_list_wp .c_list__m li div h3 {
  font-size: 1.8rem;
  font-size: 18px;
  color: #b39d5c;
}

#function .c_list_wp .c_list__m li img {
  width: 30%;
}

#function .c_txt {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 70px;
  font-weight: bold;
}

#function .c_txt span {
  color: #b39d5c;
}

@media only screen and (max-width: 767px) {
  #function .c_txt {
    font-size: 1.8rem;
    font-size: 18px;
    margin-bottom: 3rem;
  }
}
.function_answer {
  color: #353535;
  background: url(../function/img/func_bg.png) no-repeat;
  background-position: right;
  background-color: #efefef;
  padding-top: 13rem;
}

@media only screen and (max-width: 767px) {
  .function_answer {
    background: url(../function/img/func_bg.png) no-repeat;
    background-position: bottom, right;
    background-size: cover;
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer {
    background: url(../function/img/func_bg.png) no-repeat;
    background-position: bottom, right;
    background-size: cover;
    padding-top: 8rem;
  }
}
.function_answer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid #66572e;
}

.function_answer ul::before, .function_answer ul::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.function_answer ul::before {
  border: 30px solid;
  border-color: transparent;
  border-top-color: #66572e;
  margin-left: -30px;
}

.function_answer ul::after {
  border: 27px solid;
  border-color: transparent;
  border-top-color: #efefef;
  margin-left: -27px;
}

@media only screen and (max-width: 767px) {
  .function_answer ul::after {
    border-top-color: #dddddd;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer ul::after {
    border-top-color: #dddddd;
  }
}
.function_answer ul li {
  width: 19%;
}

.function_answer ul li h3 {
  font-size: 2rem;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer ul li h3 {
    font-size: 2.8rem;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .function_answer ul li h3 {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.function_answer ul li img {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .function_answer ul li {
    width: 48%;
    padding-bottom: 20px;
  }
  .function_answer ul li img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer ul li {
    width: 30%;
    padding-bottom: 20px;
  }
  .function_answer ul li img {
    width: 60%;
  }
}
.function_answer p {
  font-weight: bold;
  margin-top: 70px;
  color: #1a255d;
  line-height: 1.3;
  font-size: 3.8rem;
}

@media only screen and (max-width: 767px) {
  .function_answer p {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}
/*////////////////////////////////////////////////////

　CV_S

////////////////////////////////////////////////////*/
#conv_s {
  background: url(../img/room_bg_1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

#conv_s p.c_copy {
  font-size: 36px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #conv_s p.c_copy {
    font-size: 1.5rem;
    font-size: 15px;
  }
  #conv_s p.c_copy {
    font-size: 2rem;
  }
}
#conv_s p span {
  font-size: 5.4rem;
  font-size: 54px;
  color: #c5ac69;
  vertical-align: baseline;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  #conv_s p span {
    font-size: 3.6rem;
    font-size: 36px;
  }
  #conv_s p.c_copy span {
    font-size: 2.6rem;
  }
}
#conv_s .shine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  color: #353535 !important;
}

#conv_s .shine a:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #conv_s .shine {
    font-size: 14px;
    display: flex;
    padding: 10px;
    text-align: center;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #conv_s img {
    width: 100%;
  }
}
/*////////////////////////////////////////////////////

　CV_L

////////////////////////////////////////////////////*/
#conv_l {
  background: url(../img/room_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}

#conv_l div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#conv_l div.img {
  justify-content: flex-start;
  margin-bottom: 30px;
}

#conv_l div img {
  width: 38%;
}

@media only screen and (max-width: 1023px) {
  #conv_l {
    background: url(../img/room_bg_tab.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
  }
  #conv_l div img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 767px) {
  #conv_l {
    background: url(../img/room_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
  }
  #conv_l div img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #conv_l div img {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #conv_l div img {
    width: 50%;
  }
}
#conv_l .shine a:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  #conv_l .shine a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#conv_l .shine img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #conv_l .shine img {
    padding-bottom: 0;
  }
}
/*////////////////////////////////////////////////////

　footer

////////////////////////////////////////////////////*/
footer {
  color: #fff;
  background-color: #000622;
  text-align: center;
}

footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer ul li {
  width: 30%;
  border-right: 1px solid #fff;
}

footer ul li a {
  color: #fff;
}

footer ul li:first-child {
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  footer ul li {
    width: 45%;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-size: 13px;
  }
  footer ul li:nth-child(3) {
    border-left: 1px solid #fff;
  }
}
footer img {
  width: 150px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  footer img {
    width: 130px;
  }
}
footer .copylight {
  padding: 10px 0;
  background-color: #1c1c20;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

  例外のレイアウト

  ※各ページ固有の、ちょっとしたスタイルの追加に使用します

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  デバイスごとの表示切り分け
------------------------------------------------ */
.only-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}
.only-pc {
  display: none !important;
}

@media only screen and (min-width: 1100px) {
  .only-pc {
    display: block !important;
  }
}
.only-tablet {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .only-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .only-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .no-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 1100px) {
  .no-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .no-tablet {
    display: none !important;
  }
}
/* ------------------------------------------------
  テキストの調整
------------------------------------------------ */
.nowrap {
  white-space: nowrap;
}

/* ------------------------------------------------
  余白の調整
------------------------------------------------ */
.mt_0 {
  margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  .mt_l {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_l {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .mt_m {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .mt_s {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px;
  }
}
.mb_0 {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .mb_l {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .mb_m {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .mb_s {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------
	utility margin class
------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt55 {
  margin-top: 55px !important;
}

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

.mt65 {
  margin-top: 65px !important;
}

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

.mt75 {
  margin-top: 75px !important;
}

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

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

.mini {
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: #fff;
  font-weight: normal;
}

header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  background: #2F374A;
  width: 100%;
  align-items: center;
}

header .logo {
  max-width: 16vw;
  display: flex;
  align-items: center;
}

header .logo img {
  width: 100%;
  height: auto;
}

.cv_li {
  box-sizing: border-box;
  display: flex;
  gap: 20px;
}
.cv_li .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  margin-right: 8px;
}

.cv_li .s_txt {
  margin-right: 5px;
  font-size: clamp(8px, 0.9vw, 0.9vw);
}

.cv_li .cont {
  font-size: clamp(11px, 1.4vw, 1.4vw);
}

@media only screen and (max-width: 1023px) {
  header {
    padding: 10px;
    height: 50px;
  }
  header .logo {
    max-width: 25vw;
  }
  .cv_li {
    gap: 5px;
    align-items: center;
    font-size: 1rem;
  }
  .cv_li .txt {
    display: none;
  }
  .cv_li .s_txt {
    margin-right: 3px;
    display: block;
    padding-right: 3px;
  }
  .cv_li .cont span {
    display: none;
  }
  .cv_li a::after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #07103C;
    right: 3px;
  }
}
.cv_vtn a {
  letter-spacing: -0.03px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(30deg, #bda25b 0%, #dec78a 50.74%, #bca15a 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1vw 3vw 1vw 1.5vw;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(53, 53, 53, 0.2) 3 !important;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 auto;
  line-height: 1;
  width: 60vw;
  margin-top: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.cv_vtn p {
  font-size: 20px !important;
}

.cv_vtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.6em solid #07103C;
}

@media (hover: hover) {
  .cv_vtn a:hover {
    transform: translateY(-4px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  }
}
.cv_vtn a p {
  margin-bottom: 0 !important;
  color: rgba(53, 53, 53, 0.2) 3 !important;
  padding-bottom: 0;
  width: 80%;
}

.cv_vtn p {
  margin-bottom: 10px;
}

.cv_vtn a.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 4s infinite ease-in-out;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.roomify-heading {
  display: block;
  margin: 0 0 20px;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  color: #0c0c0c;
  letter-spacing: -0.03px;
  text-align: left;
}

.roomify-heading .tag {
  display: inline-block;
  background: #0F1D73;
  padding: 8px 18px;
  transform: skewX(-16deg);
  margin-bottom: 10px;
  display: inline-flex;
}

.roomify-heading .tag span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  transform: skewX(16deg);
}

.roomify-heading .title-lines {
  display: block;
  font-size: clamp(1.3rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}

.roomify-heading .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.roomify-heading .roomify {
  font-family: "Hiragino serif", serif, "ヒラギノ明朝 ProN W5";
  font-weight: 800;
  font-size: clamp(4.8rem, 7vw, 7.5rem);
  color: #353535;
  line-height: 1;
  margin-bottom: 20px;
}

.roomify-heading .sub {
  font-family: "Hiragino serif", serif, "ヒラギノ明朝 ProN W5";
  font-size: 1.2rem;
  color: #353535;
  white-space: nowrap;
}

.roomify-block .feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  width: 100%;
  max-width: 820px;
  justify-content: start;
}

.roomify-block .feature-list li {
  font-family: "Hiragino serif", serif, "ヒラギノ明朝 ProN W5";
  position: relative;
  padding: 12px 18px 12px 28px;
  color: #fff;
  font-weight: 600;
  font-size: 1.9rem;
  background: linear-gradient(30deg, #000622 0%, #54586b 100%);
}

.roomify-block .feature-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 100%;
  background: #0F1D73;
}

.roomify-heading {
  display: block;
  margin: 0 0 16px;
  font-weight: 600;
  font-size: clamp(1.9rem, 3vw, 4rem);
  line-height: 1.3;
  color: #0c0c0c;
}

.roomify-heading .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}

.roomify-block {
  position: relative;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .roomify-block {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .cv_vtn p {
    font-size: 15px !important;
  }
  .roomify-heading .roomify {
    margin-bottom: 10px;
  }
  .roomify-block {
    text-align: center;
  }
  .roomify-heading .tag span {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    transform: skewX(16deg);
  }
  .roomify-heading {
    text-align: center;
    margin: 0 0 0;
  }
  .roomify-heading .tag {
    padding: 5px 15px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }
  .roomify-block .feature-list li {
    font-size: 1.3rem;
  }
  .roomify-heading .title-lines {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .roomify-heading .brand {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    margin-left: 0;
    margin-top: 4px;
  }
  .roomify-block .feature-list li {
    padding: 5px 18px 5px 28px;
  }
  .roomify-block .feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .roomify-block .feature-list li::after {
    width: 5px;
  }
}
.caseIndex {
  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-between */
}

@media only screen and (max-width: 767px) {
  .caseIndex .sl_li {
    width: 100%;
  }
}
.caseIndex .sl_li .title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.caseIndex .sl_li .title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #EFEFEF;
}

.caseIndex .sl_li .title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 2px solid #0F1D73;
}

.caseIndex .sl_li .section01 {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .caseIndex .sl_li .section01 {
    margin-bottom: 15px;
  }
}
.caseIndex .sl_li .section01 .logo {
  width: 20%;
}

.caseIndex .sl_li .section01 .logo img {
  width: 100%;
  height: auto;
}

.caseIndex .sl_li .section01 .txt {
  width: 76%;
}

.caseIndex .sl_li .installed {
  border-top: dotted 1px #999999;
  padding-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.caseIndex .sl_li .section01 p {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .caseIndex .sl_li .installed {
    padding-top: 15px;
  }
}
.caseIndex .sl_li .installed li {
  padding: 3px 0 1px;
  width: 32%;
  text-align: center;
  background-color: #bebebe;
  color: #777777;
  font-size: 1rem;
  letter-spacing: -0.03px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .caseIndex .sl_li .installed li {
    width: 48%;
    margin-bottom: 5px;
  }
}
.caseIndex .sl_li .installed li.active {
  border-left: 2px solid #0F1D73;
  background-color: #EFEFEF;
  box-shadow: 1px 1px 0px 0px #e3e3e3;
  -moz-box-shadow: 1px 1px 0px 0px #e3e3e3;
  -webkit-box-shadow: 1px 1px 0px 0px #e3e3e3;
}

.caseIndex .sl_li.new {
  position: relative;
}

.caseIndex .sl_li.new:before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 4em solid transparent;
  border-right: 4em solid #900;
  position: absolute;
  z-index: 100;
}

.caseIndex .sl_li.new:after {
  content: "New";
  display: block;
  top: 7px;
  transform: rotate(45deg);
  color: #fff;
  right: 5px;
  position: absolute;
  z-index: 101;
}

.caseIndex.is-slick {
  display: block;
}

.caseIndex.is-slick > li.sl_li {
  width: auto;
  margin: 0 12px;
}

.slick-dots {
  position: absolute;
  bottom: -28px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #0f1d73;
}

.slick-prev:before,
.slick-next:before {
  color: #0f1d73;
}

.slider .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.works_area {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 60px;
  background-color: #efefef;
}

@media (max-width: 767px) {
  .works_area {
    padding: 0 0 30px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.caseIndex.slick-slider .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px !important;
  padding: 0;
  list-style: none;
}

.caseIndex.slick-slider .slick-dots li {
  margin: 0;
}

.caseIndex.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfd3da;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.caseIndex.slick-slider .slick-dots li.slick-active button {
  background: #0f1d73;
}

.works_area {
  overflow: visible;
}

.caseIndex.slick-slider {
  position: relative;
}

.caseIndex .slick-prev,
.caseIndex .slick-next {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 29, 115, 0.85) !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.caseIndex .slick-prev {
  left: 20px;
}

.caseIndex .slick-next {
  right: 20px;
}

.caseIndex .slick-prev:before,
.caseIndex .slick-next:before {
  content: "";
}

.caseIndex .slick-prev::after,
.caseIndex .slick-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
}

.caseIndex .slick-prev::after {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.caseIndex .slick-next::after {
  transform: rotate(135deg);
  margin-left: -4px;
}

@media (hover: hover) {
  .caseIndex .slick-prev:hover,
  .caseIndex .slick-next:hover {
    background: rgb(15, 29, 115);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  }
}
.caseIndex.slick-slider .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.caseIndex.slick-slider .slick-dots li {
  margin: 0;
}

.caseIndex.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfd3da;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.caseIndex.slick-slider .slick-dots li.slick-active button {
  background: #0f1d73;
}

.works_area {
  overflow: visible;
}

@media (max-width: 767px) {
  .caseIndex .slick-prev,
  .caseIndex .slick-next {
    width: 24px;
    height: 24px;
  }
  .caseIndex .slick-prev::after, .caseIndex .slick-next::after {
    width: 6px;
    height: 6px;
  }
  .caseIndex .slick-next {
    right: 10px;
  }
  .caseIndex .slick-prev {
    left: 10px;
  }
}
.link_btn {
  text-align: center;
  margin: 28px 0;
}

.link_btn a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  color: #0F1D73;
  text-decoration: none;
  padding-right: 28px;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.link_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #0F1D73;
  transition: transform 0.25s ease;
}

@media (max-width: 767px) {
  .link_btn a::after {
    font-size: 15px;
  }
}
.link_btn a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #0F1D73;
  opacity: 0.95;
}

.link_btn a:hover::after {
  transform: translate(4px, -50%);
}

.link_btn a:focus-visible {
  outline: 2px solid #0F1D73;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .link_btn a,
  .link_btn a::after {
    transition: none !important;
  }
}
#conv_l .cv_li {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#conv_l .cv_li li p {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #conv_l .cv_li li a {
    height: 50px;
  }
  #conv_l .cv_li {
    flex-direction: column;
  }
  #conv_l .cv_li li {
    width: 100%;
  }
  #conv_l .cv_li a::after {
    border-top: 0.6em solid transparent;
    border-bottom: 0.6em solid transparent;
    border-left: 0.8em solid #07103C;
    right: 10px;
  }
}
.caseIndex .slick-track {
  display: flex !important;
  align-items: stretch;
}

.caseIndex .slick-slide {
  display: flex !important;
  height: auto !important;
}

.caseIndex .sl_li {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 0 0 #e3e3e3;
}

.cv_li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cv_li.style01 {
  gap: 40px;
  background: rgba(23, 28, 53, 0.7);
  padding: 3vw;
}
@media only screen and (max-width: 767px) {
  .cv_li.style01 {
    gap: 10px;
  }
}

.cv_tel {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.cv_tel.style01 a {
  height: auto !important;
}
.cv_tel__row {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.cv_tel__label {
  color: #C5AC69;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .cv_tel__label {
    font-size: 1.8rem;
  }
}

.cv_tel__num {
  display: inline-block;
  position: relative;
  padding: 0;
  background: none !important;
  box-shadow: none !important;
  transform: none;
  color: #C5AC69;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: 2.4rem;
}
.cv_tel__num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cv_tel__num:hover::after {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .cv_tel__num:any-link:after {
    opacity: 0;
  }
}

.cv_tel__hours {
  margin: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cv_tel__hours span {
  line-height: 1;
  font-size: 0.8rem;
  vertical-align: middle;
}

.cv_btn a.shine {
  letter-spacing: -0.03px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(30deg, #bda25b 0%, #dec78a 50.74%, #bca15a 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 14px 44px 14px 18px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(53, 53, 53, 0.2) 3;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  min-width: 240px;
}

.mv_bottom .cv_btn a.shine {
  padding: 20px 44px 20px 18px;
}
@media only screen and (max-width: 767px) {
  .mv_bottom .cv_btn a.shine {
    padding: 15px 44px 15px 18px;
  }
}
.mv_bottom .mv_telbox .cv_tel__num {
  font-size: 2.8rem;
}
.mv_bottom .mv_telbox .cv_tel__label {
  font-size: 1.8rem;
}

.cv_btn {
  display: flex;
}
.cv_btn.style01 {
  min-width: 300px;
}

.cv_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.6em solid #07103C;
}

@media (hover: hover) {
  .cv_btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  }
}
.cv_btn__txt {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .cv_btn__txt {
    padding-left: 10px;
  }
}

.cv_btn a.shine {
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .cv_li {
    gap: 8px;
    padding: 0;
  }
  .cv_tel {
    min-width: auto;
    padding: 8px 10px;
    gap: 4px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .cv_tel {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .cv_tel__label {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
  }
  .cv_tel__num {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .cv_tel__num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .cv_tel__hours {
    font-size: 1.2rem;
  }
  .cv_btn a {
    padding: 10px 28px 10px 12px;
    min-width: auto;
  }
  .cv_btn a::after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #07103C;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .cv_btn a::after {
    right: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .cv_li {
    flex-direction: column;
  }
  .cv_btn, .cv_btn a {
    width: 100%;
  }
}
.funcBenefits__inner {
  display: grid;
  gap: 26px;
}
@media only screen and (max-width: 767px) {
  .funcBenefits__inner {
    gap: 18px;
  }
}

.funcBenefit {
  display: grid;
  grid-template-columns: 34% 66%;
  border: 1px solid #b39d5c;
  background: #1f1f1f;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .funcBenefit {
    grid-template-columns: 36% 64%;
  }
}
@media only screen and (max-width: 767px) {
  .funcBenefit {
    grid-template-columns: 1fr;
  }
}

.funcBenefit__lead {
  background: linear-gradient(224deg, #9f8d59 0%, #50472d 100%);
  position: relative;
  display: grid;
  place-items: center;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__lead {
    padding: 10px;
  }
}

.funcBenefit__leadIn {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: grid;
  place-items: center;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__leadIn {
    padding: 20px 16px;
  }
}

.funcBenefit__title {
  color: #fff;
  font-weight: 600;
  font-size: clamp(2rem, 1.7vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.funcBenefit__rule {
  display: block;
  width: 64px;
  height: 2px;
  background: #574B2A;
  margin: 14px 0 18px;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__rule {
    margin: 12px 0 14px;
  }
}

.funcBenefit__catch {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.funcBenefit__body {
  background: #1f1f1f;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__body {
    padding: 18px 16px 16px;
  }
}

.funcBenefit__icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
  }
}

.funcBenefit__icon {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.funcBenefit__iconImg {
  width: 90px;
  height: 90px;
}
.funcBenefit__iconImg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__iconImg {
    width: 60px;
    height: 60px;
  }
}

.funcBenefit__iconTxt {
  color: #b39d5c;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__iconTxt {
    font-size: 1.1rem;
  }
}

.funcBenefit__desc {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.05;
  letter-spacing: 0.03em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .funcBenefit__desc {
    font-size: 1.2rem;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  header .cv_li {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  header .cv_li .cv_btn a.shine {
    min-width: 80px;
    padding: 5px 0;
  }
  header .cv_li .cv_btn a.shine .cv_btn__txt {
    padding-left: 0;
  }
  header .cv_li .cv_btn a.shine .cv_btn__txt span {
    display: none;
  }
  header .cv_li .cv_btn a.shine .cv_btn__txt {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  header .cv_li .cv_tel__label {
    font-size: 1rem !important;
  }
}
header .cv_li .cv_tel__num {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  header .cv_li .cv_tel__num {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1023px) {
  header .cv_li .cv_tel__hours {
    display: none;
  }
}

.tit_lead {
  text-align: left;
  font-weight: 500;
  color: #353535;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .tit_lead {
    font-size: 1.3rem;
  }
}

#one-stop {
  background: url(/lp/img/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.svcStrip {
  margin-top: 3rem;
}

.svcStrip__item {
  margin-bottom: 3rem;
  border-radius: 3px;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .svcStrip__item {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.svcStrip__item:last-child {
  margin-bottom: 0;
}
.svcStrip__item + .svcStrip__item {
  margin-top: -1px;
}
.svcStrip__item {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "media body";
}

.svcStrip__item--reverse {
  grid-template-columns: 70% 30%;
  grid-template-areas: "body media";
}

.svcStrip__media {
  grid-area: media;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .svcStrip__media {
    box-shadow: none;
  }
}
.svcStrip__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 220px;
}

.svcStrip__body {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  grid-area: body;
  background: linear-gradient(#fff 0%, #f4f1ec 100%);
  padding: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .svcStrip__body {
    box-shadow: none;
  }
}

.svcStrip__ttl {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #0F1D73;
}

.svcStrip__sub {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0F1D73;
  font-family: "Noto Serif JP", serif;
}

.svcStrip__txt {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #222;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .svcStrip__item {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "body";
    gap: 0;
  }
  .svcStrip__item--reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "body";
  }
  .svcStrip__media img {
    min-height: 0;
    height: auto;
  }
  .svcStrip__body {
    padding: 22px 18px;
  }
  .svcStrip__ttl {
    font-size: 18px;
  }
  .svcStrip__txt {
    font-size: 13px;
    line-height: 1.9;
  }
}
.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.supGrid {
  padding: 32px 0;
}
.supGrid__inner {
  margin: 0 auto;
}
.supGrid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 24px);
}
.supGrid__item {
  color: #fff;
}
.supGrid__media {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.supGrid__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.supGrid__cap {
  margin: 0;
  background: #9c8a58;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  padding: 16px 10px;
  font-size: clamp(14px, 1.2vw, 20px);
}
.supGrid__txt {
  margin: 0;
  padding: 18px 4px 0;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #353535;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  .supGrid {
    padding: 24px 0;
  }
  .supGrid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .supGrid__cap {
    padding: 14px 10px;
  }
  .supGrid__txt {
    padding-top: 14px;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767px) {
  .supGrid {
    padding: 20px 0;
  }
  .supGrid__inner {
    width: min(720px, 92vw);
  }
  .supGrid__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .supGrid__media {
    aspect-ratio: 16/9;
  }
  .supGrid__cap {
    font-size: 16px;
    padding: 12px 10px;
  }
  .supGrid__txt {
    font-size: 13px;
    padding: 12px 2px 0;
    line-height: 1.9;
  }
}
.u-nowrap {
  white-space: nowrap;
}

#surpport {
  padding: 10rem 4.6vw 0;
}
@media only screen and (max-width: 767px) {
  #surpport {
    padding: 5rem 4vw 3vw;
  }
}

#flow {
  background: url(/lp/img/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 5rem 4rem !important;
}
@media only screen and (max-width: 767px) {
  #flow {
    padding: 5rem 15px 3rem !important;
  }
}

.flowSteps {
  padding: 30px 0 0;
  background: transparent;
}
.flowSteps__inner {
  width: min(1200px, 92vw);
  margin: 0 auto;
}
.flowSteps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2vw;
}
@media only screen and (max-width: 767px) {
  .flowSteps__list {
    gap: 5vw;
  }
}
.flowSteps__item {
  position: relative;
  filter: drop-shadow(0px 0px 16px rgba(55, 96, 106, 0.18));
  overflow: visible;
  background: #fff;
  display: grid;
  grid-template-columns: 96px 1fr;
  min-height: 92px;
}
.flowSteps__bar {
  background: #a79259;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowSteps__num {
  color: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: Futura PT;
  font-style: italic;
  font-weight: 400;
}
.flowSteps__card {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  column-gap: 18px;
  padding: 18px 22px;
  background: #fff;
}
.flowSteps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowSteps__icon img {
  width: 54px;
  height: auto;
  display: block;
}
.flowSteps__ttl {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  color: #0f1d73;
  letter-spacing: 0.02em;
}
.flowSteps__txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #222;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.flowSteps__dot {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0b1036;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.flowSteps__dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -62%) rotate(45deg);
}
.flowSteps__item--last .flowSteps__dot {
  display: none;
}
.flowSteps__note {
  margin-top: 26px;
  margin: 3vw auto 0;
  max-width: 600px;
  box-sizing: border-box;
  background: #16235a;
  color: #fff;
  padding: 18px 40px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  text-align: center;
}
.flowSteps__noteMain {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.flowSteps__noteMain span {
  padding-right: 5px;
  color: #c5ac69;
  font-weight: 900;
}
.flowSteps__noteSub {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 0.95;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .flowSteps__item {
    grid-template-columns: 86px 1fr;
  }
  .flowSteps__card {
    grid-template-columns: 82px 1fr;
    padding: 16px 18px;
  }
  .flowSteps__ttl {
    font-size: 20px;
  }
  .flowSteps__icon img {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flowSteps {
    padding: 18px 0 0;
  }
  .flowSteps__item {
    grid-template-columns: 33px 1fr;
    border-radius: 6px;
    min-height: 84px;
  }
  .flowSteps__num {
    font-size: 24px;
  }
  .flowSteps__card {
    grid-template-columns: 64px 1fr;
    column-gap: 12px;
    padding: 14px 14px;
  }
  .flowSteps__icon img {
    width: 44px;
  }
  .flowSteps__ttl {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .flowSteps__txt {
    font-size: 13px;
    line-height: 1.75;
  }
  .flowSteps__dot {
    width: 24px;
    height: 24px;
    bottom: -13px;
  }
  .flowSteps__dot::after {
    width: 7px;
    height: 7px;
    transform: translate(-50%, -60%) rotate(45deg);
  }
  .flowSteps__note {
    margin-top: 30px;
    padding: 14px 14px;
    clip-path: none;
    border-radius: 6px;
  }
  .flowSteps__noteMain {
    font-size: 15px;
  }
  .flowSteps__noteSub {
    font-size: 11px;
  }
}
#system {
  background: #E3DED2;
}

.sysCards {
  margin-top: 3vw;
  padding: 0;
  background: transparent;
}
.sysCards__inner {
  margin: 0 auto;
  display: grid;
  gap: 26px;
}

.sysCard {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  padding: 4vw;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 44% 50%;
  gap: 46px;
  align-items: start;
}
.sysCard__media {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 10px;
}
.sysCard__media img {
  width: 100%;
  height: auto;
  display: block;
}
.sysCard__zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1b2a67;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.sysCard__zoom:focus-visible {
  outline: 2px solid #c5ac69;
  outline-offset: 3px;
}
.sysCard__zoomIcon {
  width: 14px;
  height: 14px;
  display: block;
}
.sysCard__zoomText {
  white-space: nowrap;
}
@media (hover: hover) {
  .sysCard__zoom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
  }
}
.sysCard__body {
  min-width: 0;
}
.sysCard__ttl {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #0F1D73;
  letter-spacing: 0.02em;
}
.sysCard__line {
  height: 2px;
  background: #c5ac69;
  width: 100%;
  margin: 0 0 18px;
}
.sysCard__txt {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #222;
  font-weight: 400;
}
.sysCard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.sysCard__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  font-weight: 600;
}
.sysCard__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 10px;
  height: 10px;
  border: 2px solid #c5ac69;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.imgModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.imgModal.is-open {
  display: block;
}
.imgModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}
.imgModal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, 92vw);
  max-height: 86vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.imgModal__close {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .imgModal__close {
    right: -10px;
    top: -30px;
  }
}
.imgModal__close:focus-visible {
  outline: 2px solid #c5ac69;
  outline-offset: 3px;
}
.imgModal__figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #111;
}
.imgModal__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 86vh;
  object-fit: contain;
  background: #111;
}

.is-modalOpen {
  overflow: hidden !important;
}

@media only screen and (max-width: 1023px) {
  .sysCard {
    padding: 26px 26px;
    gap: 26px;
    grid-template-columns: 46% 54%;
  }
  .sysCard__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sysCards__inner {
    gap: 18px;
  }
  .sysCard {
    padding: 18px 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sysCard__zoom {
    right: 10px;
    bottom: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .sysCard__ttl {
    font-size: 20px;
  }
  .sysCard__txt {
    font-size: 13px;
    line-height: 1.9;
  }
  .sysCard__list li {
    font-size: 13px;
  }
  .imgModal__panel {
    width: 94vw;
    max-height: 88vh;
  }
  .imgModal__img {
    max-height: 88vh;
  }
}
.faq {
  width: min(1000px, 90vw);
  margin: 0 auto;
}
.faq__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faq__item {
  border-bottom: solid 1px #d8d8d8;
}
.faq__q {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 54px 18px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #353535;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
}
.faq__q:focus-visible {
  outline: 2px solid #c5ac69;
  outline-offset: 4px;
}
.faq__qIcon {
  display: grid;
  place-items: center;
  font-weight: 900;
  line-height: 1;
  font-size: 30px;
  color: #0F1D73;
}
.faq__qTxt {
  font-size: 16px;
  line-height: 1.6;
}
.faq__qArrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: #9F8D59;
}
.faq__qArrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  transform: translate(-50%, -35%);
  transition: transform 0.18s ease;
}
.faq__a {
  background: #F5F5F5;
  margin: 0 0 18px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  padding: 0 22px;
  transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease;
  will-change: max-height, opacity, transform;
}
.faq__aInner {
  padding: 20px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #222;
}
.faq__item.is-open .faq__a {
  margin-top: 6px;
  opacity: 1;
  transform: translateY(0);
  padding: 0 22px;
}
.faq__item.is-open .faq__qArrow::before {
  transform: translate(-50%, -65%) rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .faq {
    width: 92vw;
  }
  .faq__q {
    padding: 16px 46px 16px 0;
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }
  .faq__qTxt {
    font-size: 14px;
  }
  .faq__qArrow {
    width: 30px;
    height: 30px;
  }
  .faq__a {
    margin-bottom: 14px;
    padding: 0 14px;
  }
  .faq__aInner {
    padding: 16px 0;
    font-size: 13px;
    line-height: 1.9;
  }
  .faq__item.is-open .faq__a {
    padding: 0 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq__a {
    transition: none !important;
  }
  .faq__qArrow::before {
    transition: none !important;
  }
}
.mvCap__tag {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 18px;
  background: linear-gradient(90deg, #152796 0%, #1a255d 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: clamp(18px, 2.2vw, 44px);
  line-height: 1.15;
}
@media only screen and (max-width: 1023px) {
  .mvCap__tag {
    padding: 5px 10px;
    margin: 0 0 5px;
  }
}

.mvCap__title {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1023px) {
  .mvCap__title {
    line-height: 1;
  }
}

.mvCap__em {
  color: #0F1D73;
  font-size: 5vw;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .mvCap__em {
    font-size: 2.4rem;
  }
}

.mvCap__emTail {
  color: #1C1C20;
  font-size: 3.5vw;
  margin-left: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .mvCap__emTail {
    font-size: 2rem;
  }
}

.mvCap__sub {
  font-size: 3.5vw;
  display: inline-block;
  margin-top: 14px;
  color: #1C1C20;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .mvCap__sub {
    font-size: 2rem;
  }
}

.mvCap__bar {
  margin: 20px 0;
  padding: 5px;
  text-align: center;
  background: linear-gradient(90deg, #22273f 0%, #0f1d73 48.77%, #22273f 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.6vw, 22px);
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .mvCap__bar {
    margin: 20px 0 10px;
  }
}

@media (max-width: 767px) {
  .mv {
    min-height: 440px;
  }
  .mvCap {
    left: 16px;
    top: 20px;
  }
  .mvCap__tag {
    margin-bottom: 5px !important;
  }
  .mvCap__bar {
    margin-top: 10px;
  }
}
.mv_bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .mv_bottom {
    flex-direction: column;
  }
}

.c-challenge {
  position: relative;
  padding: 10rem 4.6vw;
  background: url("../img/mv_nayami.png") center/cover no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-challenge {
    background: url("../img/mv_nayami_sp.png") center/cover no-repeat;
  }
}
.c-challenge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.58);
  pointer-events: none;
}
.c-challenge__inner {
  position: relative;
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.c-challenge__head {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 36px);
}
.c-challenge__kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #1a255d;
  position: relative;
  padding-top: 18px;
}
.c-challenge__kicker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: #1a255d;
  opacity: 0.9;
}
.c-challenge__ttl {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-size: clamp(22px, 2.6vw, 34px);
  color: #222;
}
.c-challenge__grid {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1023px) {
  .c-challenge__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .c-challenge {
    padding: 48px 0;
  }
  .c-challenge__inner {
    width: min(1120px, 100% - 24px);
  }
  .c-challenge__head {
    margin-bottom: 18px;
  }
  .c-challenge__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.c-challengeCard {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  padding: clamp(18px, 2vw, 26px);
  backdrop-filter: blur(2px);
}
.c-challengeCard__ttl {
  margin: 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.55;
  font-size: clamp(16px, 1.6vw, 20px);
  color: #222;
}
.c-challengeCard__line {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 14px 0 14px;
}
.c-challengeCard__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.c-challengeCard__item {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-challengeCard__item::before {
  content: "×";
  position: absolute;
  left: 2px;
  top: 0;
  font-weight: 900;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  line-height: 1;
  color: #7a6a4a;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .c-challengeCard {
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  }
  .c-challengeCard__ttl {
    font-size: 18px;
  }
  .c-challengeCard__item {
    font-size: 14px;
  }
}

.c-flow {
  position: relative;
  padding: clamp(64px, 7vw, 110px) 0;
  overflow: hidden;
  background: url("../img/mv_data.png") center/cover no-repeat;
}
.c-flow__inner {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}
.c-flow__head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 48px);
  position: relative;
}
.c-flow__kicker {
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: #1a255d;
  position: relative;
  padding-top: 18px;
}
.c-flow__kicker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: #1a255d;
  opacity: 0.9;
}
.c-flow__ttl {
  margin: 0 0 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: clamp(24px, 2.8vw, 36px);
  color: #222;
}
.c-flow__lead {
  margin: 0 0 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 16px);
}
@media only screen and (max-width: 767px) {
  .c-flow__lead {
    text-align: left;
  }
}
.c-flow__lead .c-flow__hl {
  color: #B39D5C;
}
.c-flow__hl {
  font-weight: 600;
}
.c-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 26px);
  align-items: stretch;
}
.c-flow__note {
  text-align: center;
  margin: 18px 0 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .c-flow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .c-flow {
    padding: 56px 0;
  }
  .c-flow__inner {
    width: min(1180px, 100% - 24px);
  }
  .c-flow__lead br {
    display: none;
  }
  .c-flow__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .c-flow__note {
    text-align: left;
    margin-top: 14px;
  }
}

.c-flowCard {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  padding: clamp(18px, 2vw, 24px);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  justify-items: center;
  text-align: center;
  backdrop-filter: blur(2px);
}
.c-flowCard__no {
  font-family: "Noto Serif JP", serif;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #2b2b2b;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.c-flowCard__ttl {
  margin: 0 0 6px;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: clamp(18px, 1.7vw, 22px);
  color: #222;
}
.c-flowCard__sub {
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
}
.c-flowCard__media {
  width: 100%;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 16/9;
}
.c-flowCard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .c-flowCard {
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  }
  .c-flowCard__no {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .c-flowCard__sub {
    margin-bottom: 14px;
  }
}

.c-benefits {
  padding: 0;
  position: relative;
}
.c-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 21px;
  background: url("../img/sankaku.svg") no-repeat center/contain;
  z-index: 99;
}

.c-benefit {
  background: linear-gradient(#fff 0%, #f4f1ec 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.c-benefit:first-child {
  border-top: 0;
}
.c-benefit__inner {
  width: min(1100px, 100% - 14vw);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) 0;
}
.c-benefit__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(18px, 2vw, 26px);
}
.c-benefit__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background: linear-gradient(90deg, #635621 0%, #baa674 50%, #635635 100%);
  border: 1px solid #707070;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 14px;
  white-space: nowrap;
  flex: 0 0 auto;
  font-family: "Noto Serif JP", serif;
}
.c-benefit__mainttl {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #222;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.55;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .c-benefit__mainttl {
    font-size: 1.6rem;
  }
}
.c-benefit__body {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}
.c-benefit__media {
  margin: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  aspect-ratio: 5/3;
}
.c-benefit__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-benefit__content {
  padding-top: 2px;
}
.c-benefit__lead {
  margin: 0 0 14px;
  font-weight: 600;
  color: #1a255d;
  letter-spacing: 0.06em;
  font-size: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.c-benefit__list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 12px;
}
.c-benefit__item {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.c-benefit__item strong {
  font-weight: bold;
}
.c-benefit__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 14px;
  background: url("../img/check_ico.svg") no-repeat center/contain;
}
.c-benefit__item strong {
  font-weight: 600;
  margin-right: 0.5em;
}
.c-benefit__note {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.68);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 14px;
  border-left: 3px solid #8b7a3b;
}
.c-benefit--rev .c-benefit__body {
  grid-template-columns: 1.35fr 1fr;
}
.c-benefit--rev .c-benefit__media {
  order: 2;
}
.c-benefit--rev .c-benefit__content {
  order: 1;
}
@media (max-width: 767px) {
  .c-benefit__inner {
    width: min(1100px, 100% - 24px);
    padding: 34px 0;
  }
  .c-benefit__title {
    gap: 12px;
    align-items: center;
    flex-direction: column;
  }
  .c-benefit__body {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .c-benefit--rev .c-benefit__media {
    order: 0;
  }
  .c-benefit--rev .c-benefit__content {
    order: 0;
  }
  .c-benefit--rev .c-benefit__body {
    grid-template-columns: 1fr;
  }
  .c-benefit__media {
    aspect-ratio: 16/10;
  }
  .c-benefit__lead {
    font-size: 14px;
  }
}

.c-client {
  background: #efefef;
  padding: 10rem 4.6vw;
}
@media only screen and (max-width: 767px) {
  .c-client {
    padding: 48px 0;
  }
}
.c-client__head {
  text-align: center;
  margin-bottom: clamp(26px, 3vw, 40px);
  position: relative;
}
.c-client__kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #1a255d;
  position: relative;
  padding-top: 18px;
}
.c-client__kicker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: #1a255d;
}
.c-client__ttl {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 2.8vw, 38px);
  color: #222;
}

.c-clientTop {
  width: min(1100px, 100% - 24vw);
  margin: 0 auto 44px;
  background: #EFEFEF;
}
.c-clientTop__ribbon {
  width: min(680px, 100%);
  margin: 0 auto 18px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
  position: relative;
  font-size: 1.9rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-clientTop__ribbon {
    font-size: 14px;
  }
}
.c-clientTop__ribbon {
  background: linear-gradient(90deg, #635621 0%, #baa674 48.77%, #635635 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-clientTop__ribbon::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-clientTop__ribbon::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.c-clientTop__ribbonIcon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  vertical-align: -4px;
  border-radius: 999px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-clientTop__ribbonIcon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
}
.c-clientTop__ribbonIcon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #1a255d;
  border-bottom: 2px solid #1a255d;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .c-clientTop__ribbonIcon::after {
    width: 7px;
    height: 3px;
    left: 4px;
    top: 5px;
  }
}
.c-clientTop__lead {
  text-align: center;
  margin: 0 0 28px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: 14px;
}
.c-clientTop__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}
.c-clientTop__media {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
  place-items: center;
}
.c-clientTop__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-clientTop__points {
  background: linear-gradient(90deg, #f4f4f4 0%, #e0e0e0 100%);
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 22px 24px;
}
.c-clientTop__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}
.c-clientTop__item {
  position: relative;
  padding-left: 22px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-size: 14px;
}
.c-clientTop__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid #b79e56;
  background: transparent;
}
@media (max-width: 767px) {
  .c-clientTop {
    width: min(1100px, 100% - 24px);
    margin-bottom: 34px;
  }
  .c-clientTop__lead br {
    display: none;
  }
  .c-clientTop__grid {
    grid-template-columns: 1fr;
  }
}

.c-interview {
  width: min(1000px, 100% - 14vw);
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-interview {
    width: 100%;
  }
}
.c-interview {
  border: 2px solid #1a255d;
  padding: 4px;
  box-sizing: border-box;
  background: linear-gradient(#fff 0%, #f2f4fa 100%);
}
.c-interview__inner {
  background: transparent;
  border: 1px solid #E3DED2;
  padding: clamp(18px, 2.6vw, 34px);
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
}
.c-interview__media {
  margin: 0;
  background: #f0f0f0;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.c-interview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-interview__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.c-interview__kicker {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.16em;
  font-size: 12px;
  color: #1a255d;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
}
.c-interview__line {
  flex: 1;
  height: 1px;
  background: #C5AC69;
}
.c-interview__ttl {
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7;
  font-size: clamp(18px, 2.1vw, 26px);
  color: #222;
}
.c-interview__name {
  margin: 0 0 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  letter-spacing: 0.03em;
}
.c-interview__meta {
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.c-interview__metaRow {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: center;
}
.c-interview__metaRow dt {
  background: #E3DED2;
  padding: 6px 10px;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.c-interview__metaRow dd {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  color: #333;
}
.c-interview__text {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-interview {
    width: min(1180px, 100% - 24px);
  }
  .c-interview__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .c-interview__top {
    gap: 12px;
  }
}

.c-cta {
  padding: clamp(56px, 6vw, 88px) 0;
  background: #171C35;
  box-sizing: border-box;
}
.c-cta__inner {
  width: min(1200px, 100% - 14vw);
  margin: 0 auto;
  text-align: center;
}
.c-cta__ttl {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin: 0 0 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.5;
}
.c-cta__hl {
  color: #c7ae6b;
  font-weight: 600;
}
.c-cta__lead {
  margin: 0 0 clamp(26px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}
.c-cta__notes {
  margin-top: 22px;
  display: grid;
  gap: 8px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-cta__inner {
    width: min(1200px, 100% - 24px);
  }
  .c-cta__lead {
    text-align: left;
  }
  .c-cta__lead br {
    display: none;
  }
  .c-cta__notes {
    text-align: left;
  }
}

.c-ctaBox {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 34px) clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
  border-top: 1px solid rgba(199, 174, 107, 0.65);
  border-bottom: 1px solid rgba(199, 174, 107, 0.65);
}
.c-ctaBox__cap {
  margin: 0 0 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.95);
}
.c-ctaBox__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  justify-items: center;
}
.c-ctaBox__left {
  width: min(420px, 100%);
}
.c-ctaBox__right {
  width: min(520px, 100%);
}
@media (max-width: 767px) {
  .c-ctaBox__cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.c-ctaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 18px;
  transition: all 0.5s;
  background: linear-gradient(30deg, #bda25b 0%, #dec78a 50.74%, #bca15a 100%);
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.c-ctaBtn:hover {
  opacity: 0.92;
}
.c-ctaBtn__arrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #1a1a1a;
}

.cv_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cv_tel__row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}

.cv_tel__label {
  color: #C5AC69;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .cv_tel__label {
    font-size: 1.8rem;
  }
}

.cv_tel__num {
  display: inline-block;
  position: relative;
  color: #C5AC69;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1;
}
.cv_tel__num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transform: translateY(2px);
  transition: 0.25s;
}
.cv_tel__num:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.cv_tel__hours {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  gap: 6px;
}

.cv_tel__arrow {
  display: inline-block;
  font-size: 0.9em;
  transform: translateY(-1px);
  margin: 0 2px;
}

@media (hover: hover) {
  .c-ctaBox__left a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  }
}
/* ------------------------------------------------
  電話
------------------------------------------------ *//*# sourceMappingURL=style.css.map */