/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
picture {
  display: block;
}
.view-sponly {
  display: none;
}
@media screen and (max-width: 414px) {
  .view-sponly {
    display: block;
  }
}
@media screen and (max-width: 810px) {
  .view-pconly {
    display: none;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
}
a {
  transition: all 0.4s ease;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.emphasis {
  color: #d10628;
}

.under-1024,
.under-768,
.under-480 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .under-1024 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .under-768 {
    display: block;
  }
  .over-768 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .under-480 {
    display: block;
  }
  .over-480 {
    display: none;
  }
}

/* ヘッダー */
.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  height: 90px;
  z-index: 50;
}

.header-inner {
  margin: auto;
  /* padding: 17px 20px 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  margin-left: min(3.125vw, 60px);
}

/* ナビゲーション */
.nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-list {
  display: flex;
  height: 100%;
}
.nav-list-item {
  height: 100%;
}

.nav-list-item--contact {
  margin-left: 30px;
}

.nav-list-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-size: clamp(16px, 1.09375vw, 21px);
}

.nav-list-link--contact {
  background: #0305e0;
  color: #fff;
  /* width: 260px; */
  height: 100%;
  padding: 0 clamp(20px, 2.604166666666667vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.09375vw, 21px);
}

.nav-list-link--contact:hover {
  background: hsl(239, 80%, 56%);
}

.nav-list-link__img {
  width: 32px;
  margin-right: 15px;
}

img {
  max-width: 100%;
}

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* ハンバーガー→バツ */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* レスポンシブ */
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .nav-list-link {
    padding: 0 0.36603221083455345vw;
    font-size: 15px;
  }
  .nav-list-link--contact {
    padding: 0 0.7320644216691069vw;
    font-size: 15px;
  }
  .nav-list-item--contact {
    width: 190px;
    margin-left: 0;
    padding: 0;
  }
  .nav-list-link__img {
    width: 25px;
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 80px;
    position: fixed;
  }
  .nav {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition:
      height 0.4s ease,
      opacity 0.4s ease;
    background: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
  }

  .nav.open {
    opacity: 1;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 50px 0;
  }
  .nav-list-link {
    font-size: 24px;
  }
  .nav-list-link--contact {
    width: 100%;
    padding: 20px 5vw;
    border-radius: 50px;
  }
  .hamburger {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }

  .nav-list-item--contact {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .header-inner {
    margin-left: 0;
  }
  .logo img {
    width: 50vw;
  }
  .nav-list-link--contact {
    padding: 20px 15vw;
  }
}

/* mv */
.mv {
  width: 100%;
  padding: 100px 0 50px;
  background: url(../img/bg-mv.svg) no-repeat right top / contain;
}

.mv-inner {
  display: flex;
  justify-content: space-between;
  width: min(90%, 1745px);
  margin: min(3.571428571428571vw, 50px) auto 0;
}

.mv-copy {
  flex: 0 0 60%;
  margin-top: min(3.571428571428571vw,50px);
}

.mv-tags {
  display: flex;
  flex-flow: row wrap;
  gap: 2vw 3%;
  width: min(39.791666666666664vw, 764px);
}

.mv-tag {
  color: #fff;
  padding: min(0.78125vw, 15px) 2.8%;
  font-size: min(0.9375vw, 18px);
  font-weight: bold;
  background: #000;
}

.mv-title {
  width: min(39.791666666666664vw, 764px);
  font-size: min(4.166666666666666vw, 80px);
  font-weight: bold;
  margin-top: min(3.571428571428571vw, 50px);
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.mv-lead {
  font-size: min(3.125vw, 60px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.mv-btn {
  margin-top: min(4.322916666666667vw, 82px);
}

.mv-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: min(100%, 500px);
  padding: min(1.6666666666666667vw, 32vw) 0;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #0305e0;
  border-radius: 50px;
  letter-spacing: 0.06em;
}

.mv-btn-link:hover {
  background: hsl(239, 80%, 56%);
}

.mv-btn-link__img {
  width: 32px;
}

.mv-btn-link__text {
  font-size: 21px;
}

.mv-download {
  width: min(48%, 500px);
  padding: min(2.083333333333333vw, 40px) 0 min(2.604166666666667vw, 50px);
  background: #fff;
  border-radius: 50px;
  position: relative;
}
/* .mv-download::before {
  content: "";
  width: min(16.428571428571427vw, 230px);
  height: min(15vw, 210px);
  position: absolute;
  top: -80px;
  left: -125px;
  background: url(../img/img-muryou.png) no-repeat center center / cover;
} */
.mv-download-pic {
  text-align: center;
  width: 70%;
  margin: auto;
}
.mv-download-inner {
  width: min(90%, 389px);
  margin: 0 auto;
}
.mv-download-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* .mv-download-list {
  margin-top: min(2.083333333333333vw, 40px);
}
.mv-download-item {
  display: flex;
  align-items: center;
}

.mv-download-item + .mv-download-item {
  margin-top: min(1.8229166666666667vw, 35px);
}

.mv-download-circle {
  width: 38px;
  margin-right: min(1.0416666666666667vw, 20px);
}

.mv-download-txt {
  width: 200px;
  margin-right: min(2.083333333333333vw, 40px);
  font-size: clamp(18px, 1.0416666666666665vw, 20px);
  line-height: 1.5;
}

.mv-download-btn {
  margin-top: min(2.083333333333333vw, 40px);
}
.mv-download-link {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background: #000;
  border-radius: 50px;
  padding: min(1.3020833333333335vw, 25px) 0;
}
.mv-download-link:hover {
  background: #222;
} */

.scroll {
  position: absolute;
  bottom: -5vw;
  left: 2%;
  transform: translateX(-50%);
  z-index: 10;
}

/* @media screen and (max-width: 1024px) {
  .mv-download::before {
    top: -100px;
    left: -55px;
  }
} */

@media screen and (max-width: 768px) {
  .mv {
    padding: 100px 0;
    background: url(../img/bg-mv.svg) no-repeat right top / cover;
  }
  .mv-btn-link {
    font-size: 16px;
    gap: 10px;
  }
  .mv-inner__btn-link__img {
    width: 20px;
  }
  .mv-download {
    padding: 3vw 0;
  }
  .mv-download-ttl {
    font-size: 2.8vw;
  }
  .mv-download-txt {
    margin-right: 1%;
  }
  /* .mv-download::before {
    width: 16vw;
    height: 15vw;
    top: -8vw;
    left: -6vw;
  } */
}

@media screen and (max-width: 480px) {
  .mv {
    padding: 80px 0;
    background: url(../img/bg-mv.svg) no-repeat center / cover;
    /* height: 100vh; */
  }

  .mv-inner {
    flex-flow: column wrap;
    margin: 0 auto;
  }
  .mv-copy {
    width: 100%;
    padding: 0 0 5vw;
  }

  .mv-tags {
    margin-top: 15vw;
    width: 100%;
  }
  .mv-tag {
    padding: 1%;
    font-size: 5.5vw;
  }
  .mv-title {
    margin-top: 8vw;
    font-size: 9vw;
    width: 100%;
  }
  .mv-lead {
    margin-top: 3vw;
    font-size: 7vw;
  }
  .mv-btn {
    margin-top: 18vw;
  }
  .mv-download {
    width: 100%;
    margin-top: 15vw;
    padding: 10vw 0;
  }

  .mv-download-btn {
    margin-top: 5vw;
  }

  .mv-download-ttl {
    font-size: 6vw;
    text-align: center;
  }
  .mv-btn-link {
    padding: 6vw 0;
    font-size: 6vw;
  }
  .mv-download-link {
    padding: 5vw 0;
  }
  .mv-inner__btn-link__img {
    width: 8vw;
  }
  /* .mv-download::before {
    width: 32vw;
    height: 26vw;
    top: -15vw;
    left: -5vw;
  } */
  .scroll {
    display: none;
  }
}
/* 悩み */
.nayami {
  padding: 130px 0 300px;
  background: url(../img/bg-nayami.png) no-repeat center top / cover;
  position: relative;
}

.nayami::before {
  content: "";
  width: 62.55px;
  height: 41.63px;
  background: url(../img/img-kaiketsu-arrow.png) no-repeat center / cover;
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.nayami-inner {
  width: min(90%, 960px);
  margin: 0 auto;
}
.nayami-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
.nayami-list {
  display: flex;
  flex-flow: row wrap;
  gap: 2vw 3%;
  margin-top: min(3.6458333333333335vw, 70px);
}
.nayami-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 30%;
  /* font-size: min(1.09375vw,21px); */
  font-size: 21px;
  font-weight: bold;
  background: #fff;
  padding: min(2.083333333333333vw, 40px);
  border-radius: 40px;
}

.nayami-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #fff;
  border-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}

.nayami-item__txt {
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .nayami-title {
    font-size: 36px;
  }
  .nayami {
    padding: 130px 0 200px;
    background: url(../img/bg-nayami.png) no-repeat left top / auto;
  }
  .nayami-list {
    margin-top: 230px;
  }
}

@media screen and (max-width: 480px) {
  .nayami {
    background: url(../img/bg-nayami.png) no-repeat 13% 31% / cover;
  }
  .nayami-item {
    flex: 0 0 48%;
    font-size: 16px;
    padding: 5vw;
    border-radius: 30px;
  }
  .nayami-item::before {
    content: none;
  }

  .nayami::before {
    width: 34px;
    height: 23px;
  }
}

/* 解決 */
.block-kaiketsu {
  background: url(../img/bg-kaiketsu.png) no-repeat center top / 100% 70%;
}

.kaiketsu {
  padding: min(8.854166666666668vw, 170px) 0 min(9.895833333333332vw, 190px);
  padding: 170px 0 190px;
  position: relative;
  background: url(../img/bg-kaiketsu-p.png) no-repeat center 40% / 90%;
}

.kaiketsu::before {
  content: "";
  width: 100%;
  height: min(17.843vw, 178.43px);
  background: url(../img/bg-kaikesu-top.png) no-repeat center / cover;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.kaiketsu-inner {
  width: min(90%, 1400px);
  margin: 0 auto;
}
.kaiketsu-title {
  width: min(80%, 970px);
  margin: 0 auto;
  font-size: clamp(42px, 2.5vw, 48px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
}
.kaiketsu-title::before,
.kaiketsu-title::after {
  content: "";
  width: 73px;
  height: 94.5px;
  position: absolute;
  top: -20px;
}

.kaiketsu-title::before {
  background: url(../img/bg-kaikesu-title.png) no-repeat center / contain;
  left: -90px;
}
.kaiketsu-title::after {
  background: url(../img/bg-kaikesu-title-r.png) no-repeat center / contain;
  right: -90px;
}
.kaiketsu-lead {
  width: min(95%, 970px);
  margin: 85px auto 0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.kaiketsu-list {
  display: flex;
  flex-flow: row wrap;
  gap: 2vw 3%;
  margin-top: min(6.770833333333333vw, 130px);
}
.kaiketsu-item {
  flex: 1 1 min(17%, 240px);
}

.kaiketsu-item__img {
  display: block;
  width: 100%;
}
.kaiketsu-item__ttl {
  margin-top: min(1.3020833333333335vw, 25px);
  font-size: min(1.09375vw, 21px);
  font-weight: bold;
  text-align: center;
}
.kaiketsu-item__spn {
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.kaiketsu-small {
  margin-top: min(5.208333333333334vw, 100px);
}

@media screen and (max-width: 1024px) {
  .kaiketsu-title {
    font-size: 36px;
  }

  .kaiketsu-title::before {
    background: url(../img/bg-kaikesu-title.png) no-repeat center / contain;
    left: -7%;
  }
  .kaiketsu-title::after {
    background: url(../img/bg-kaikesu-title-r.png) no-repeat center / contain;
    right: -7%;
  }
}

@media screen and (max-width: 768px) {
  .kaiketsu {
    padding: 170px 0 100px;
  }
  .kaiketsu-title {
    width: 85%;
  }
  .kaiketsu-title::before,
  .kaiketsu-title::after {
    top: 0;
  }
  .kaiketsu-lead {
    width: 100%;
    text-align: left;
  }
  .kaiketsu-list {
    justify-content: center;
  }
  .kaiketsu-item {
    flex: 0 0 31%;
  }
  .kaiketsu-item__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .kaiketsu-title {
    width: 100%;
    font-size: 28px;
  }
  .kaiketsu-item__ttl {
    margin-top: 3vw;
    font-size: 18px;
  }
  .kaiketsu-title::before,
  .kaiketsu-title::after {
    width: 50px;
    top: 30%;
    /* transform: translateY(-50%); */
  }
  .kaiketsu-title::before {
    left: 0;
  }
  .kaiketsu-title::after {
    right: 0;
  }
  .kaiketsu-list {
    gap: 5vw 4%;
  }
  .kaiketsu-item {
    flex: 0 0 48%;
  }
  .kaiketsu-small {
    font-size: 12px;
  }
}

@media screen and (min-width: 1921px) {
  .kaiketsu::before {
    height: 9.2vw;
  }
}

/*理由 */
.riyu-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}

.riyu-inner {
  width: min(90%, 1760px);
  margin: min(4.6875vw, 90px) auto 0;
  background: #fff;
}

.riyu-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: min(4.166666666666666vw, 80px) 4%;
  width: min(95%, 1400px);
  margin: 0 auto 0;
  padding: min(4.166666666666666vw, 80px) 0 0;
}

.riyu-item {
  flex: 1 1 30%;
}

.riyu-item__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 262px;
}

.riyu-item__img {
  /* width: 100%; */
  object-fit: cover;
}

.riyu-item__ttl {
  margin-top: min(1.5625vw, 30px);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.riyu-item__txt {
  margin-top: min(1.8229166666666667vw, 35px);
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .riyu-item {
    flex: 0 0 48%;
  }
}

@media screen and (max-width: 480px) {
  .riyu-item {
    flex: 0 0 100%;
  }
  .riyu-title {
    font-size: 28px;
  }
  .riyu-list {
    gap: 15vw;
  }
  .riyu-item__txt {
    font-size: 16px;
  }
  .riyu-item__ttl {
    margin-top: 5vw;
  }
  .riyu-item__txt {
    margin-top: 5vw;
  }
}

/* おまかせ */
.scene {
  padding: min(9.895833333333332vw, 190px) 0 min(8.333333333333332vw, 160px);
  overflow: hidden;
}
.scene-title {
  width: min(95%, 1070px);
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.5;
}

.scene-title::before,
.scene-title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 107px;
  background: #000;
  top: 81%;
}

.scene-title::before {
  left: -20px;
  transform: skewX(34deg) translateY(-50%);
}
.scene-title::after {
  right: -10px;
  transform: skewX(-33deg) translateY(-50%);
}

.scene-inner {
  width: min(90%, 1400px);
  margin: 0 auto;
}
.scene-list {
  margin-top: min(6.510416666666667vw, 125px);
}
.scene-item + .scene-item {
  margin-top: min(5.208333333333334vw, 100px);
}
.scene-item__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: min(1.0416666666666665vw, 20px);
  padding: min(3.6458333333333335vw, 70px) min(5.208333333333334vw, 100px);
  background: #f0f0f0;
}
.scene-item__inner--02 {
  flex-flow: row-reverse wrap;
}
.scene-item__num {
  width: min(13.177083333333334vw, 253px);
}
.scene-item__img {
  flex: 0 0 43%;
  object-fit: cover;
}
.scene-item__inner-txt {
  flex: 0 0 50%;
}
.scene-item__ttl {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
}
.scene-item__txt {
  margin-top: min(2.604166666666667vw, 50px);
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .scene-title {
    font-size: 36px;
    width: 80%;
  }
  .scene-title::before,
  .scene-title::after {
    height: 60px;
    top: 70%;
  }
  .scene-title::before {
    left: 5%;
  }
  .scene-title::after {
    right: 5%;
  }
  .scene-item__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .scene-item__inner {
    padding: 5%;
  }
  .scene-item__num {
    width: 24vw;
  }
  .scene-item__inner-txt {
    flex: 0 0 52%;
  }
}

@media screen and (max-width: 480px) {
  .scene-title {
    font-size: 28px;
  }
  .scene-list {
    margin-top: 10vw;
  }
  .scene-item + .scene-item {
    margin-top: 10vw;
  }
  .scene-item__inner {
    flex-flow: column wrap;
    margin-top: 5vw;
    padding: 5%;
  }
  .scene-item__ttl {
    margin-top: 8vw;
    font-size: 24px;
  }
  .scene-item__num {
    width: 35vw;
  }
  .scene-item__img {
    width: 100%;
  }
}

/* cta */
.cta {
  width: 100%;
  background: url(../img/bg-cta.jpg) no-repeat center / cover;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: min(19.427083333333332vw, 373px);
}

.cta-img-wrap {
  width: 20%;
  height: 100%;
}

.cta-img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.cta-txt {
  width: 80%;
  color: #fff;
}

.cta-txt-inner {
  width: 1050px;
  width: min(90%, 1200px);
  margin-left: min(5.729166666666666vw, 110px);
}
.cta-ttl {
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: bold;
  text-align: center;
}
.cta-body {
  margin-top: min(1.5625vw, 30px);
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
  line-height: 1.5;
}
.cta-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
  margin-top: min(1.5625vw, 30px);
}
.cta-item {
  width: min(26.041666666666668vw, 500px);
}

.cta-item__link {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0305e0;
  border-radius: 20px;
}
.cta-item__link:hover {
  background: hsl(239, 80%, 56%);
}
.cta-item__img-mail {
  display: inline-block;
  width: min(2.3958333333333335vw, 46px);
  margin-right: min(1.5625vw, 30px);
}
.cta-item__txt {
  font-size: 21px;
}

.cta-item__link--tel {
  flex-direction: column;
}
.cta-item__inner {
  display: flex;
  align-items: inherit;
  justify-content: center;
  flex-flow: row wrap;
  gap: 1.5%;
  width: 95%;
  margin-top: 10px;
  padding-left: 7%;
}
.cta-item__img-tel {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cta-item__num {
  font-size: clamp(24px, 1.6666666666666667vw, 32px);
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}

.cta-item__num::before {
  position: absolute;
  top: 50%;
  left: -18%;
  transform: translateY(-50%);
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon-tel.svg) no-repeat center / contain;
}

.cta-item__txt--time {
  font-size: 13px;
  font-weight: normal;
  vertical-align: sub;
}

@media screen and (max-width: 1500px) {
  .cta-item__inner {
    flex-flow: column wrap;
  }
  .cta-item__num::before {
    left: -35px;
  }
  .cta-item__txt--time {
    margin-top: 5px;
    margin-left: -7%;
  }
}

@media screen and (max-width: 1280px) {
  .cta-item__inner {
    flex-flow: column wrap;
    margin-top: 5px;
  }
  .cta-item__txt-tel {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .cta-inner {
    height: clamp(200px, 22.4609375vw, 230px);
  }
  .cta-txt-inner {
    margin-left: 8%;
  }
  .cta-ttl {
    font-size: clamp(18px, 2.34375vw, 24px);
  }
  .cta-body {
    margin-top: 20px;
    font-size: clamp(14px, 1.5625vw, 16px);
  }
  .cta-list {
    margin-top: 20px;
  }
  .cta-item__txt {
    font-size: clamp(14px, 1.7578125vw, 18px);
  }
  .cta-item__img-mail {
    width: 30px;
    margin-right: 4%;
  }
  .cta-item__link {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .cta-inner {
    justify-content: center;
    height: 50vw;
  }
  .cta-ttl {
    font-size: 24px;
  }
  .cta-img-wrap {
    display: none;
  }
  .cta-item {
    width: 43%;
  }
  .cta-item__link {
    height: 90px;
  }
  .cta-txt-inner {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .cta {
    padding: 10vw 0;
  }
  .cta-inner {
    height: auto;
  }
  .cta-ttl {
    font-size: 19px;
    line-height: 1.5;
  }
  .cta-list {
    flex-flow: column wrap;
    gap: 5vw;
    width: 95%;
    margin: 10vw auto 0;
  }
  .cta-item {
    width: 100%;
  }
  .cta-item__inner {
    margin-top: 5px;
  }
  .cta-item__link {
    height: 30vw;
  }
  .cta-item__txt {
    font-size: 5vw;
  }
  .cta-item__num {
    font-size: 7.5vw;
  }
  .cta-item__txt--time {
    font-size: 14px;
  }
  .cta-item__txt-tel {
    font-size: 16px;
  }
}

/* case */
.case-block {
  padding: min(6.770833333333333vw, 130px) 0 min(8.333333333333332vw, 160px);
  /*background: #717185;*/
  background: url(../img/case_bg.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.case-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.case-lead {
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
.case-list {
  width: min(90%, 1400px);
  margin: 65px auto 0;
}
.case-item + .case-item {
  margin-top: min(2.083333333333333vw, 40px);
}
.case-item__num {
  width: 167.27px;
}
.case-item__ttl {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: bold;
}
.case-item__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}
.case-item__inner-txt {
  flex: 0 0 70%;
  background: #fff;
}
.case-item__inner-txt {
  padding: min(2.083333333333333vw, 40px);
}
.case-item__img-wrap {
  flex: 0 0 30%;
  height: 100%;
}
.case-item__img {
  width: 100%;
  object-fit: cover;
}
.case-item__txt {
  display: flex;
  align-items: center;
}
.case-item__txt + .case-item__txt {
  margin-top: 40px;
}
.case-item__txt-ttl {
  font-size: 18px;
  font-weight: bold;
  padding-right: min(2.083333333333333vw, 40px);
}
.case-item__txt-list {
  padding-left: min(2.083333333333333vw, 40px);
  font-size: 18px;
  border-left: 1px solid #000;
}
.case-item__txt-list + .case-item__txt-list {
  margin-top: min(1.8229166666666667vw, 35px);
}
.case-item__txt-item {
  padding-left: 1em;
  text-indent: -1em;
}
.case-item__txt-item + .case-item__txt-item {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .case-title {
    font-size: 36px;
  }
  .case-item__ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .case-item__txt + .case-item__txt {
    margin-top: 20px;
  }
  .case-item__txt-list {
    font-size: 16px;
  }
  .case-item__inner-txt {
    flex: 0 0 65%;
  }
  .case-item__img-wrap {
    flex: 0 0 35%;
  }
  .case-item__txt-ttl {
    flex: 0 0 21%;
    padding-right: 0;
  }
  .case-item__txt-list {
    padding-left: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .case-item__inner {
    flex-flow: row wrap-reverse;
  }
  .case-item__inner-txt {
    flex: 0 0 100%;
  }
  .case-item__img-wrap {
    flex: 0 0 100%;
  }
  .case-item__inner-txt {
    padding: 5%;
  }
}

@media screen and (max-width: 480px) {
  .case-item__inner-txt {
    padding: 5vw 3vw;
  }
  .case-item + .case-item {
    margin-top: 10vw;
  }
  .case-item__ttl {
    font-size: 20px;
  }
}

/* 実績 */
.jisseki {
  padding: min(6.770833333333333vw, 130px) 0 0;
}

.jisseki-inner {
  width: min(90%, 1460px);
  margin: 0 auto;
}
.jisseki-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.jisseki-lead {
  margin-top: min(2.34375vw, 45px);
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}

.jisseki-slider {
  margin-top: min(2.083333333333333vw, 40px);
}

.jisseki-slider-item {
  margin: 0 27px;
  background: rgba(255, 255, 255, 0.6);
}
.jisseki-slider-item__inner {
  padding: 35px;
}
.jisseki-slider-item__img {
  width: 100%;
}
.jisseki-slider-ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.jisseki-slider-list {
  margin-top: 30px;
}
.jisseki-slider-list-item + .jisseki-slider-list-item {
  margin-top: 10px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: min(3.125vw, 60px);
  z-index: 10;
}
.prev-arrow {
  left: -3.125vw;
}
.next-arrow {
  right: -3.125vw;
}

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

@media screen and (max-width: 1500px) {
  .prev-arrow {
    left: -2vw;
  }
  .next-arrow {
    right: -2vw;
  }
}

@media screen and (max-width: 1024px) {
  .jisseki-title {
    font-size: 36px;
  }
  .jisseki-slider-item {
    margin: 0 10px;
  }
  .jisseki-slider-item__inner {
    padding: 20px;
  }
  .jisseki-slider-ttl {
    font-size: 18px;
  }
  .jisseki-slider-list-item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
  }
  .jisseki-slider-list-item + .jisseki-slider-list-item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .case-item + .case-item {
    margin-top: 10vw;
  }
  .slide-arrow {
    width: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .jisseki {
    padding: 20vw 0;
  }
  .jisseki-title {
    font-size: 28px;
  }
  .jisseki-lead {
    font-size: 14px;
  }
  .slide-arrow {
    width: 10vw;
    z-index: 10;
  }
  .prev-arrow {
    left: -2vw;
  }
  .next-arrow {
    right: -2vw;
  }
}

/* デンソー */
.denso {
  margin-top: min(6.25vw, 120px);
}
.denso-inner {
  width: min(90%, 1400px);
  margin: auto;
  padding: 75px 0 115px;
  background: #fff;
}
.denso-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.denso-img {
  display: block;
  width: min(95%, 1072px);
  margin: 95px auto 0;
}
.denso-txt {
  width: min(95%, 1200px);
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4%;
}
.denso-txt__body {
  width: min(100%, 800px);
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.denso-txt-img {
  width: 234px;
}

.denso-car-img {
  width: 100%;
  margin-top: 30px;
}

.denso-list {
  width: min(95%, 1200px);
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.denso-item {
  flex: 0 0 20%;
}
.denso-item__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.denso-item__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .denso-title {
    font-size: 36px;
  }
  .denso-img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .denso {
    padding: 20vw 0 0;
  }
  .denso-title {
    width: 95%;
    margin: 0 auto;
    font-size: 28px;
    text-align: left;
  }
  .denso-img {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .denso-txt-img {
    display: none;
  }
  .denso-list {
    margin-top: 10vw;
    gap: 10vw 0;
  }
  .denso-item {
    flex: 0 0 48%;
  }
  .denso-item__img {
    width: 100%;
  }
}

/* 声 */
.voice {
  padding: min(10.416666666666668vw, 200px) 0 0;
}

.voice-inner {
  width: min(90%, 1400px);
  margin: auto;
}

.voice-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.voice-list {
  margin-top: min(4.6875vw, 90px);
}

.voice-item {
  display: flex;
  align-items: center;
  gap: 4.5%;
  padding: 20px 30px 30px 20px;
  background: #fff;
}
.voice-item + .voice-item {
  margin-top: 40px;
}
.voice-item__image-txt {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.voice-item__image-txt-inner {
  margin-right: 10px;
  padding: 3px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #000;
}
.voice-item__image {
  flex: 0 0 14%;
}
.voice-item__img {
  display: block;
  width: min(100%, 163px);
  margin: auto;
}

.voice-item__image {
  position: relative;
}

.voice-item__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.7;
}

.voice-item__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

.voice-item__txt-spn {
  background: rgba(255, 255, 0, 0.6);
}

@media screen and (max-width: 1024px) {
  .voice-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .voice-item__image {
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 480px) {
  .voice {
    padding: 20vw 0 0;
  }
  .voice-title {
    font-size: 28px;
  }
  .voice-item__image {
    flex: 0 0 40%;
  }
  .voice-item {
    flex-flow: column wrap;
  }
  .voice-item__image {
    width: 100%;
  }
  .voice-item__image-txt {
    font-size: 18px;
  }
  .voice-item {
    padding: 10vw 5%;
  }
}

/* 流れ */
.flow {
  padding: min(10.416666666666668vw, 200px) 0 0;
}
.flow-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.flow-list {
  margin-top: min(4.6875vw, 90px);
  display: flex;
  justify-content: space-between;
  width: min(90%, 1400px);
  height: 309.12px;
  margin: 70px auto 0;
}
.flow-item__img {
  display: block;
  margin: 0 auto;
}
.flow-lead {
  width: min(95%, 442px);
  margin: 70px auto 0;
}
.flow-lead-img {
  width: 100%;
}
.flow-item {
  flex: 0 0 18%;
  padding: 50px 0.5% 2% 0.5%;
  background: #f0f0f0;
  position: relative;
}
.flow-item::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 92px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-item--01::before {
  background: url(../img/num-flow01.svg) no-repeat center / 80%;
}
.flow-item--02::before {
  background: url(../img/num-flow02.svg) no-repeat center / 80%;
}
.flow-item--03::before {
  background: url(../img/num-flow03.svg) no-repeat center / 80%;
}
.flow-item--04::before {
  background: url(../img/num-flow04.svg) no-repeat center / 80%;
}
.flow-item--05::before {
  background: url(../img/num-flow05.svg) no-repeat center / 80%;
}

.flow-arrow {
  width: 10px;
  height: 100%;
  position: relative;
}
.flow-arrow__img {
  display: block;
  width: 10px;
  height: 22px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.flow-item__ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.flow-item__txt {
  width: min(100%, 200px);
  font-size: 16px;
  line-height: 1.8;
  margin: 30px auto 0;
}

.flow-txt {
  width: min(95%, 1200px);
  margin: 70px auto 0;
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .flow-title {
    font-size: 36px;
  }
  .flow-lead {
    width: min(95%, 330px);
    margin: 50px auto 0;
  }
  .flow-item {
    flex: 0 0 19%;
  }
  .flow-item__ttl {
    font-size: 1.5625vw;
  }
  .flow-item__txt {
    font-size: 1.3671875vw;
  }
  .flow-arrow {
    width: 1%;
  }
  .flow-arrow__img {
    width: 100%;
    height: 6%;
  }
}

@media screen and (max-width: 480px) {
  .flow-list {
    flex-flow: column wrap;
    height: auto;
    gap: 15vw;
  }
  .flow-item {
    padding: 10vw 0;
  }
  .flow-item__ttl {
    font-size: 22px;
  }
  .flow-item__txt {
    width: 95%;
    font-size: 16px;
  }
  .flow-arrow {
    width: 100%;
  }
  .flow-arrow__img {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 38px;
    transform: rotate(90deg);
  }
  .flow-txt {
    font-size: 12px;
    text-align: left;
  }
}

/* サポート */
.support {
  padding: min(7.291666666666667vw, 140px) 0 0;
}

.support-inner {
  width: min(90%, 1200px);
  margin: auto;
}

.support-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.06em;
}
.support-list {
  margin-top: min(3.6458333333333335vw, 70px);
  display: flex;
  justify-content: space-between;
}
.support-item {
  flex: 0 0 31%;
}
.support-item__img {
  display: block;
  width: 100%;
}
.support-item__ttl {
  margin-top: 35px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.support-item__txt {
  margin-top: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .support-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .support {
    padding: 20vw 0 0;
  }
  .support-title {
    font-size: 28px;
    line-height: 1.5;
  }
  .support-item__ttl {
    font-size: 24px;
  }
  .support-list {
    flex-flow: column wrap;
    gap: 15vw;
  }
  .support-item {
    flex: 0 0 100%;
  }
}

/* area */
.area {
  background: url(../img/bg-area.png) no-repeat center bottom / cover;
}
.area-inner {
  width: min(90%, 1400px);
  margin: auto;
  padding: min(9.375vw, 180px) 0;
  background: url(../img/img-support.png) no-repeat center/contain;
}
.area-title {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.area-txt {
  width: min(100%, 960px);
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .area-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .area-inner {
    padding: 20vw 0;
  }
  .area-title {
    font-size: 28px;
  }
}

/* faq */
.faq {
  padding: min(6.770833333333333vw, 130px) 0 min(6.770833333333333vw, 130px);
  background: #f0f0f0;
}

.faq-inner {
  width: min(90%, 960px);
  margin: auto;
}

.faq-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.faq-section {
  margin-top: min(4.6875vw, 90px);
}

.faq-item {
  margin-bottom: 7px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.faq-question {
  background-color: #d50000;
  color: #fff;
  width: 100%;
  padding: 12px 10px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
  font-size: 21px;
  position: relative;
}

.faq-question .label {
  margin-right: 30px;
  font-size: 32px;
}

.faq-question .text {
  flex: 1;
  text-align: left;
}

.faq-question .icon {
  width: 30px;
  height: 30px;
  position: relative;
}

.faq-question .icon::before,
.faq-question .icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease;
}

.faq-question .icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-question .icon::after {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 開いたとき：縦棒を非表示（＝マイナス） */
.faq-item.open .faq-question .icon::after {
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0 20px;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 200px; /* 十分な高さにするか、auto＋JSで対応可 */
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .faq-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .faq-question {
    padding: 5% 2%;
  }
  .faq-question .text {
    font-size: 16px;
    margin-right: 0.5vw;
  }
  .faq-question .label {
    margin-right: 2vw;
    font-size: 24px;
  }
  .faq-question .icon {
    width: 20px;
    height: 20px;
  }
}

/* overview */
.overview {
  padding: min(8.333333333333332vw, 160px) 0;
  background: #f0f0f0;
}

/* houmon */
.houmon-inner {
  width: min(90%, 1400px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.houmon-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.houmon-body {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.13em;
}

.houmon-text {
  flex: 0 0 43%;
}

.houmon-image {
  flex: 0 0 50%;
}

.houmon-item__img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .houmon-title {
    font-size: 32px;
  }
  .houmon-text {
    flex: 0 0 49%;
  }
  .houmon-body {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .houmon-inner {
    flex-flow: column wrap;
  }
  .houmon-item__image {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .houmon-title {
    font-size: 28px;
  }
}

/* company */
.company {
  padding: 80px 0 0;
}
.company-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.company-inner {
  width: min(90%, 1400px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.company-title {
  font-size: 24px;
}
.company-list {
  margin-top: 20px;
}
.company-item__ttl {
  font-size: 18px;
  font-weight: bold;
}

.company-inner {
  display: flex;
  justify-content: space-between;
}

.company-info {
  flex: 0 0 46%;
}

.company-base {
  flex: 0 0 46%;
}

.company-item {
  display: flex;
  padding: 18px 0;
  border-bottom: solid 1px #ccc;
  gap: 1%;
}

.company-item__ttl {
  width: 19%;
  font-weight: bold;
}

.company-item__txt {
  width: 81%;
  line-height: 1.5;
}

.company-item__list {
  display: flex;
  flex-flow: column wrap;
}

.company-item__txt--jigyou {
  display: flex;
}

.company-item__img {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.company-item__txt-item {
  padding-left: 1em;
  text-indent: -1em;
}

.company-item__list--l {
  flex: 0 0 64%;
}

.company-base .company-item {
  padding: 18px 0;
}

.company-base .company-item__ttl {
  flex: 0 0 36%;
}

@media screen and (max-width: 1024px) {
  .company-info {
    flex: 0 0 49%;
  }

  .company-base {
    flex: 0 0 49%;
  }
  .company-item__ttl {
    width: 22%;
  }

  .company-item__txt {
    width: 78%;
  }
  .company-base .company-item__ttl {
    flex: 0 0 34%;
  }
}

@media screen and (max-width: 768px) {
  .company-inner {
    flex-flow: column wrap;
  }

  .company-base {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .company-item__ttl {
    width: 25%;
    font-size: 16px;
  }
  .company-item__txt--jigyou {
    flex-direction: column;
  }
}

/* contact */
.contact {
  padding: 80px 0;
}

.contact-inner {
  width: min(90%, 960px);
  margin: auto;
  padding: 55px 0;
  background: #fff;
}

.contact-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.contact-txt {
  width: 95%;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 30px auto 0;
}

.inner-efo-default-theme {
  width: min(95%, 880px);
  margin: 50px auto 0;
}

.js-efo-inner-kmjbwddazr {
  width: min(95%, 880px);
  margin: auto;
}

.contact .inner-efo-default-theme fieldset {
  padding: 0;
  border: none;
}

.contact .inner-efo-default-theme .font-size-m {
  font-size: 18px;
}
.contact .inner-efo-default-theme .margin-bottom-xs {
  margin-bottom: 50px;
}

.contact .inner-efo-default-theme .input-s {
  height: 60px;
}

.contact .inner-efo-default-theme legend {
  display: none;
}

.contact .field {
  display: flex;
  align-items: center;
  gap: 50px;
}

.contact .ttl-item {
  width: 300px;
}
.contact .inner-efo-default-theme .before-text {
  display: none;
}

.contact .bl-item {
  width: 100%;
}

.contact .efofm2 .bl-item .control {
  width: 50%;
}

.contact .inner-efo-default-theme .required-icon {
  padding: 1px 7px;
  background: #000;
}

.contact .inner-efo-default-theme input,
.contact .inner-efo-default-theme textarea {
  border: 1px solid #707070;
}

.contact .inner-efo-default-theme .button-primary.button-border {
  width: min(100%, 730px);
  margin: 50px auto 30px;
  height: 75px;
  background: #0305e0;
  border: 1px solid #0305e0;
  color: #fff;
  border-radius: 50px;
}

.contact .inner-efo-default-theme .button-primary.button-border:hover {
  background: #fff;
  color: #0305e0;
  border: 1px solid #0305e0;
}

.contact .inner-efo-default-theme .button,
.contact .inner-efo-default-theme button {
  font-size: 24px;
  font-weight: bold;
}

.contact fieldset > div:last-of-type {
  text-align: center;
}

.contact-txt--policy {
  font-size: 14px;
  width: min(95%, 880px);
  margin: 0 auto;
}

.contact-txt--policy-link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .contact-txt {
    text-align: left;
    font-size: 16px;
  }
  .contact .field {
    flex-flow: column wrap;
    gap: 2vw;
  }
  .contact .ttl-item {
    width: 100%;
  }
  .contact .inner-efo-default-theme .input-s {
    height: 10vw;
  }
  .contact .inner-efo-default-theme .button-primary.button-border {
    height: 60px;
  }
  .contact .inner-efo-default-theme .button,
  .contact .inner-efo-default-theme button {
    font-size: 18px;
  }
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-txt {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  footer {
    margin-bottom: 80px;
  }
}

.thanks-inner {
  width: 95%;
  margin: 100px auto;
  height: calc(100vh - 280px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thanks-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.thanks-txt {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}

.thanks-btn-area {
  margin-top: 50px;
}

.thanks-btn {
  display: inline-block;
  padding: 1.5vw 20px;
  background: #0305e0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  width: min(80vw, 400px);
  font-size: 20px;
}
.thanks-btn:hover {
  background: hsl(239, 80%, 56%);
}

@media screen and (max-width: 480px) {
  .thanks-title,
  .thanks-txt {
    text-align: left;
  }
  .thanks-title {
    font-size: 24px;
  }
  .thanks-txt {
    font-size: 16px;
  }
  .thanks-btn {
    padding: 5vw 10px;
    font-size: 16px;
  }
  .thanks-title,
  .thanks-txt {
    margin-bottom: 30px;
  }
}

/* デザイン調整分 */
.case-item__inner-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.case-item__txt {
  display: block;
  width: calc(50% - 20px);
}
.case-item__txt + .case-item__txt {
  margin: 0;
}
.case-item__txt-list {
  padding-left: 0;
  border: none;
}

.emphasis.before,
.emphasis.after {
  color: #fff;
  background: #d10628;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
}
.emphasis.before::after {
  content: "";
  display: block;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #d10628;
  border-right: 0;
  position: absolute;
  top: 0;
  right: -29px;
}

@media screen and (max-width: 480px) {
  .case-item__inner-txt {
    display: block;
  }
  .case-item__txt {
    width: 100%;
  }
  .case-item__txt + .case-item__txt {
    margin-top: 20px;
  }
  .emphasis.before,
  .emphasis.after {
    padding: 10px;
  }
  .emphasis.before::after {
    content: none;
  }
}

.cta-follow {
  display: none;
}

@media screen and (max-width: 480px) {
  .cta-follow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
    transition: visibility 1s ease;
    z-index: 20;
  }
  .cta-follow-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
  }
  .cta-follow-item {
    flex: 0 0 49%;
  }
  .cta-follow-link {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    color: #fff;
    background: #0305e0;
    border-radius: 50px;
  }
  .cta-follow-icon {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
  }
}

.mv-download {
  .inner-efo-default-theme {
    width: 100%;
    margin: 0 auto;
  }
  .inner-efo-default-theme fieldset {
    border: none;
    padding: calc(1rem + 0.5vw) 0;
  }

  .inner-efo-default-theme legend {
    display: none;
  }
  .ttl-item {
    margin-bottom: 0.5vw;
  }
  .inner-efo-default-theme .button-primary.button-border {
    color: #fff;
    background: #000;
    border-color: #000;
    border-radius: 30px;
  }
  .inner-efo-default-theme .button-primary:not(:disabled):focus,
  .inner-efo-default-theme .button-primary:not(:disabled):hover {
    color: #000;
    background: #fff;
    border-color: #000;
  }
}

/*202509 更新*/

.mv-sbttl {
  font-size: min(2vw, 24px);
  font-weight: bold;
  margin: 20px 0 15px;
}
.mv-melit {
  display: flex;
  flex-flow: row wrap;
  margin-top: min(3.571428571428571vw, 50px);
  gap: 1vw;
}
.mv-melit li {
  display: inline-block;
  color: #fff;
  font-size: min(2.142857142857143vw, 30px);
  border-radius: 20px;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  background: #d10628;
}
.mv-melit li strong {
  color: #ff0;
}

@media screen and (max-width: 480px) {
  .mv-sbttl {
    font-size: 4vw;
  }
  .mv-melit {
    gap: 5px;
    width: 100%;
    margin-top: 5vw;
  }
  .mv-melit li {
    font-size: 16px;
    border-radius: 15px;
  }
}

.fvb_houmon {
  background: #f2f2ff;
  padding: 130px 0;
}
.company {
  padding: 0;
}
@media screen and (max-width: 480px) {
  .fvb_houmon {
    padding-top: 60px;
  }
}

.area {
  background: none;
}
.area-img {
  margin-top: min(-8.375vw, -120px);
  max-width: 100%;
  overflow-x: auto;
  text-align: center;
}
.area-img img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .area-img {
    /* transform: translateX(-40%); */
    /* position: relative; */
    z-index: -1;
  }

  .area-img img {
    /* transform: translateX(-40%);
  position: relative;
  z-index: -1; */
  }
}
