@charset "UTF-8";
@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 751px) {
  :root {
    font-size: 7.1428571429vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 26.6666666667vw;
  }
}

:target {
  scroll-margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  :target {
    scroll-margin-top: 0.6rem;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 2;
}

.wrap {
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.1rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

@-webkit-keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.gHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader {
    height: 0.6rem;
  }
}
.gHeader .branding {
  width: 2.15rem;
  margin: 0.12rem 0 0 0.24rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    width: 1.71rem;
    margin: 0.17rem 0 0 0.14rem;
  }
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.65rem;
  height: 0.6rem;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .btn--menu {
    display: none;
  }
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.25rem;
  height: 0.14rem;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #000;
  transition: 0.2s;
  transition-property: translate, rotate;
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.06rem 0;
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.06rem 0;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before {
  translate: 0 0 0;
  rotate: 135deg;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  translate: 0 0 0;
  rotate: 45deg;
}
.gHeader .gNav .navigation {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.26rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 0.6rem);
    height: calc(100dvh - 0.6rem);
    padding: 0.3rem 0.2rem;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F3F1ED;
    overflow-y: scroll;
    -webkit-clip-path: inset(0 0 100%);
            clip-path: inset(0 0 100%);
  }
}
@media screen and (max-width: 750px) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation {
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  }
}
.gHeader .gNav .navigation .cv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 2.34rem;
  height: 0.8rem;
  background: #DB4F2E;
  border-radius: 0 0 0 0.1rem;
  color: #fff;
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv {
    gap: 0.1rem;
    width: auto;
    height: 0.6rem;
    border-radius: 0;
    font-size: 0.14rem;
  }
}
.gHeader .gNav .navigation .cv::after {
  content: "";
  display: block;
  width: 0.27rem;
  aspect-ratio: 1;
  background: url(../imgs/arw-cv01.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv::after {
    width: 0.23rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation .cv {
    transition: background-color 0.4s;
  }
  .gHeader .gNav .navigation .cv:hover {
    background-color: rgba(219, 79, 46, 0.8);
  }
}
.gHeader .gNav .navigation .list {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
  font-size: 0.12rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list {
    flex-direction: column;
    gap: 0;
    margin: 0.1rem 0 0;
    font-size: 0.16rem;
    line-height: 0.19rem;
  }
  .gHeader .gNav .navigation .list li {
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a {
    display: block;
    padding: 0.2rem 0;
    background: url(../imgs/arw-cv02.svg) 100% 50%/0.24rem auto no-repeat;
  }
}
.gHeader .gNav .navigation:is(.gNav:has(.btn--menu input:checked) *) {
  -webkit-clip-path: inset(0 0 0);
          clip-path: inset(0 0 0);
}

.main .title--01 {
  padding: 0 0 0.22rem;
  background: linear-gradient(#DB4F2E, #DB4F2E) 50% 100%/1.5rem 0.01rem no-repeat;
  font-size: 0.3rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .title--01 {
    padding: 0 0 0.2rem;
    background-size: 1.55rem 0.01rem;
    font-size: 0.22rem;
  }
}
.main .hero {
  container-type: inline-size;
  display: grid;
  margin: 0.25rem 0 0;
  background: linear-gradient(0deg, #F3F1ED 1.45rem, transparent 1.45rem);
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin: 0;
    background: none;
  }
}
.main .hero > * {
  grid-area: 1/1;
}
.main .hero .image {
  justify-self: end;
  width: calc(50cqw + 5.2rem);
  max-width: 100cqw;
}
.main .hero .image img {
  width: 100%;
  height: 7.74rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main .hero .image img {
    height: auto;
  }
}
.main .hero .title {
  width: 4.7rem;
  margin: 1.57rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .hero .title {
    width: 3.68rem;
    margin: 0.18rem 0 0;
  }
}
.main .hero .badge {
  width: 2.01rem;
  margin: 0.2rem 0.2rem 0 0;
  align-self: start;
  justify-self: end;
}
@media screen and (max-width: 750px) {
  .main .hero .badge {
    width: 1.2rem;
    margin: 0.24rem 0.1rem 0 0;
  }
}
.main .lead {
  background: #F3F1ED;
  padding: 1rem 0 0.9rem;
}
@media screen and (max-width: 750px) {
  .main .lead {
    padding: 0.6rem 0 0.8rem;
  }
}
.main .lead .inner {
  max-width: 12.6rem;
  margin: 0 auto;
  padding: 0.77rem 0 0.93rem;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .lead .inner {
    padding: 0.4rem 0 0.6rem;
  }
}
.main .lead .inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0.1rem;
  border-radius: 0.08rem;
  box-shadow: inset 0 0 0 0.01rem #DB4F2E;
}
.main .lead section.achievement .figure {
  width: 7.04rem;
  margin: 0.4rem auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .lead section.achievement .figure {
    width: 3.1rem;
    margin: 0.3rem auto 0;
  }
  .main .lead section.achievement .figure img {
    width: 100%;
  }
}
.main .lead section.certification {
  margin: 0.6rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification {
    margin: 0.5rem 0 0;
  }
}
.main .lead section.certification .list {
  display: flex;
  justify-content: center;
  gap: 0.21rem;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification .list {
    margin: 0.26rem 0 0;
    flex-wrap: wrap;
    gap: 0.1rem;
  }
}
.main .lead section.certification .list li {
  width: 2.84rem;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification .list li {
    width: 1.4rem;
  }
}
.main .lead section.certification .figure {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 4.13rem 1fr;
  gap: 0.38rem 0;
  width: 9.91rem;
  margin: 0.6rem auto 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification .figure {
    display: block;
    width: auto;
    margin: 0.6rem 0 0;
  }
}
.main .lead section.certification .figure .image {
  grid-row: 1/2;
  grid-column: 1/3;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification .figure .image {
    display: block;
    width: 3.1rem;
    margin: 0 auto;
  }
}
.main .lead section.certification .figure .text {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: end;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification .figure .text {
    width: 2.95rem;
    margin: 0.12rem auto 0;
    font-size: 0.16rem;
  }
}
.main .lead section.certification .figure .note {
  grid-row: 2/3;
  grid-column: 1/3;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .lead section.certification .figure .note {
    width: 2.95rem;
    margin: 0.16rem auto 0;
  }
}
.main section.about {
  display: grid;
}
.main section.about > * {
  grid-area: 1/1;
}
.main section.about .image img {
  width: 100%;
  height: 8.29rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main section.about .image img {
    height: auto;
  }
}
.main section.about .wrap {
  display: grid;
  max-width: 12.8rem;
}
@media screen and (max-width: 750px) {
  .main section.about .wrap {
    display: block;
    padding-top: 0.8rem;
  }
}
.main section.about .text {
  grid-area: 1/1;
  align-self: end;
  justify-self: end;
  width: 5.32rem;
  margin: 0 0 0.4rem;
  padding: 0.6rem 0 0.5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.about .text {
    width: 3.35rem;
    margin: 0 auto;
    padding: 0.45rem 0 0.32rem;
  }
}
.main section.about .text::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0.08rem;
  border-radius: 0.08rem;
  box-shadow: inset 0 0 0 0.01rem #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.about .text::before {
    inset: 0.07rem;
  }
}
.main section.about .text .title {
  position: relative;
  font-size: 0.29rem;
  font-weight: inherit;
  line-height: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main section.about .text .title {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.main section.about .text p {
  margin: 0.3rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.about .text p {
    margin: 0.13rem 0 0;
  }
}
.main section.problem {
  padding: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.problem {
    padding: 0.8rem 0 0;
  }
}
.main section.problem .wrap {
  max-width: 12.45rem;
}
.main section.problem .figure {
  margin: 0.18rem 0 0;
  padding: 2.86rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure {
    margin: 0.34rem 0 0;
    padding: 0;
  }
}
.main section.problem .figure .balloon {
  padding: 0.5rem 0.4rem;
  position: absolute;
  background: rgba(219, 79, 46, 0.2);
  border-radius: 0.09rem;
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2rem;
    position: relative;
    border-radius: 0.07rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
.main section.problem .figure .balloon::before, .main section.problem .figure .balloon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.37rem;
  border: 0.01rem solid rgba(219, 79, 46, 0.2);
  aspect-ratio: 1;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon::before, .main section.problem .figure .balloon::after {
    width: 0.25rem;
  }
}
.main section.problem .figure .balloon::before {
  top: 0.15rem;
  left: 0.15rem;
  border-right-style: none;
  border-bottom-style: none;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon::before {
    top: 0.1rem;
    left: 0.1rem;
  }
}
.main section.problem .figure .balloon::after {
  right: 0.15rem;
  bottom: 0.15rem;
  border-top-style: none;
  border-left-style: none;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon::after {
    right: 0.1rem;
    bottom: 0.1rem;
  }
}
.main section.problem .figure .balloon--01 {
  top: 0;
  left: 0.51rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--01 {
    left: 0;
    margin: 0 0.1rem 0 auto;
  }
}
.main section.problem .figure .balloon--02 {
  top: 1.17rem;
  left: 1.03rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--02 {
    top: 0;
    left: 0;
    margin: 0.1rem 0 0 0.1rem;
  }
}
.main section.problem .figure .balloon--03 {
  top: 2.7rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--03 {
    top: 0;
    margin: 0.1rem 0.1rem 0 auto;
  }
}
.main section.problem .figure .balloon--04 {
  top: 0.17rem;
  right: 2.34rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--04 {
    top: 0;
    right: 0;
    margin: -0.14rem 0 0 0.1rem;
  }
}
.main section.problem .figure .balloon--05 {
  top: 0.68rem;
  right: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--05 {
    top: 0;
    right: 0;
    margin: 0.1rem 0.23rem 0 auto;
  }
}
.main section.problem .figure .balloon--06 {
  top: 1.32rem;
  right: 3.26rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--06 {
    top: 0;
    right: 0;
    margin: 0.1rem 0 0 0.1rem;
  }
}
.main section.problem .figure .balloon--07 {
  top: 2.33rem;
  right: 0;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .balloon--07 {
    top: 0;
    margin: 0.1rem 0.3rem 0 auto;
  }
}
.main section.problem .figure .image {
  width: 6.39rem;
  margin: 0 0 0 3.1rem;
}
@media screen and (max-width: 750px) {
  .main section.problem .figure .image {
    width: 3.36rem;
    margin: -0.24rem auto 0;
  }
}
.main section.solution {
  box-sizing: border-box;
  height: 8.88rem;
  padding: 0.07rem 0 0;
  position: relative;
  background: url(../imgs/bg01@2x.webp) 50% 100%/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.solution {
    height: 16.78rem;
    padding: 0.3rem 0 0;
    background-image: url(../imgs/bg01_sp.webp);
    background-size: 100% auto;
  }
}
.main section.solution::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.64rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 750px) {
  .main section.solution::before {
    height: 1.78rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 1.3rem, 50% 100%, 0 1.3rem);
            clip-path: polygon(0 0, 100% 0, 100% 1.3rem, 50% 100%, 0 1.3rem);
  }
}
.main section.solution .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.56rem;
  position: relative;
  background-image: url(../imgs/line01.svg), url(../imgs/line02.svg);
  background-position: 0 50%, 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #DB4F2E;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.26rem;
  font-weight: 600;
  line-height: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main section.solution .title {
    padding: 0 0.34rem;
    background-size: auto 0.52rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: center;
  }
}
.main section.solution .list {
  display: flex;
  justify-content: space-between;
  max-width: 12.8rem;
  margin: 2rem auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.solution .list {
    flex-direction: column;
    gap: 0.3rem;
    width: 3.34rem;
    margin: 1.5rem auto 0;
  }
}
.main section.solution .list .item {
  width: 3.85rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: inset 0 0 0 0.01rem #EBEBEB, 0 0 0.2rem rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.solution .list .item {
    width: auto;
    border-radius: 0.07rem;
  }
}
.main section.solution .list .item .text {
  padding: 0.17rem 0 0.56rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.solution .list .item .text {
    padding: 0.3rem 0 0.4rem;
  }
}
.main section.solution .list .item .text .stitle {
  width: 2.73rem;
  margin: 0 auto;
  border-bottom: 0.01rem solid #DB4F2E;
  padding: 0 0 0.05rem;
  font-size: 0.29rem;
  font-weight: inherit;
  line-height: 0.45rem;
}
@media screen and (max-width: 750px) {
  .main section.solution .list .item .text .stitle {
    width: 2.75rem;
    padding: 0 0 0.1rem;
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.main section.solution .list .item .text p {
  margin: 0.2rem 0 0;
}
.main section.case {
  padding: 1.4rem 0;
  background: #F3F1ED;
}
@media screen and (max-width: 750px) {
  .main section.case {
    padding: 0.8rem 0;
  }
}
.main section.case .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem 0.64rem;
  max-width: 12.56rem;
  margin: 0.66rem auto 0;
}
@media screen and (max-width: 750px) {
  .main section.case .list {
    flex-direction: column;
    gap: 0.3rem;
    margin: 0.6rem 0.1rem 0;
  }
}
.main section.case .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.34rem;
  width: 5.96rem;
}
@media screen and (max-width: 750px) {
  .main section.case .list .item {
    align-items: flex-start;
    gap: 0.2rem;
    width: auto;
  }
}
.main section.case .list .item .image {
  width: 3.52rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.case .list .item .image {
    width: 1.2rem;
    border-radius: 0.03rem;
  }
}
.main section.case .list .item .text {
  width: 2.1rem;
}
@media screen and (max-width: 750px) {
  .main section.case .list .item .text {
    width: calc(100% - 1.4rem);
  }
}
.main section.case .list .item .text .stitle {
  font-size: 0.21rem;
  font-weight: inherit;
  font-weight: 300;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main section.case .list .item .text .stitle {
    font-size: 0.18rem;
    line-height: 0.27rem;
  }
}
.main section.case .list .item .text p,
.main section.case .list .item .text .data {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
}
.main section.case .list .item .text p {
  margin: 0.18rem 0 0;
  font-weight: 300;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main section.case .list .item .text p {
    margin: 0.14rem 0 0;
  }
}
.main section.case .list .item .text .data {
  margin: 0.2rem 0 0;
  line-height: 0.19rem;
}
@media screen and (max-width: 750px) {
  .main section.case .list .item .text .data {
    margin: 0.1rem 0 0;
    font-size: 0.14rem;
    line-height: 0.17rem;
  }
}
.main section.case .list .item .text .more {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2rem 0 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 300;
}
.main section.case .list .item .text .more::after {
  content: "";
  display: block;
  width: 0.21rem;
  aspect-ratio: 1;
  background: url(../imgs/arw-cv02.svg) center/contain no-repeat;
}
.main section.portfolio {
  padding: 1.5rem 0 2.45rem;
}
@media screen and (max-width: 750px) {
  .main section.portfolio {
    padding: 0.8rem 0;
  }
}
.main section.portfolio .list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  max-width: 12.8rem;
  margin: 0.66rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list {
    display: block;
    width: 3.35rem;
    margin: 0.3rem auto 0;
  }
}
.main section.portfolio .list .image {
  display: grid;
  width: 6.74rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list .image {
    width: auto;
    border-radius: 0.05rem;
  }
}
.main section.portfolio .list .image img {
  grid-area: 1/1;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .main section.portfolio .list .image img {
    transition: opacity 0.4s;
  }
}
.main section.portfolio .list .image img.active {
  position: relative;
  opacity: 1;
}
.main section.portfolio .list .slider {
  width: 4.74rem;
  height: 2.4rem;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list .slider {
    width: auto;
    height: auto;
    margin: 0.3rem 0 0;
    overflow: hidden;
  }
}
.main section.portfolio .list .slider .slide {
  box-sizing: border-box;
  padding: 0.07rem 0.18rem 0;
  font-weight: 300;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list .slider .slide {
    padding: 0;
    opacity: 1;
  }
}
.main section.portfolio .list .slider .slide .tag {
  display: flex;
  gap: 0.12rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.23rem;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list .slider .slide .tag {
    gap: 0.04rem;
    font-size: 0.12rem;
    line-height: 0.23rem;
  }
}
.main section.portfolio .list .slider .slide .tag li {
  padding: 0 0.1rem;
  border-radius: 0.115rem;
  box-shadow: inset 0 0 0 0.01rem #D9D9D9;
}
.main section.portfolio .list .slider .slide .legend {
  margin: 0.12rem 0 0;
  font-size: 0.25rem;
  line-height: 0.38rem;
}
.main section.portfolio .list .slider .slide .data {
  margin: 0.12rem 0 0;
  line-height: 0.25rem;
}
.main section.portfolio .list .slider .slide.swiper-slide-active {
  opacity: 1;
}
.main section.portfolio .list .pager {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  width: 0.02rem;
  margin: 0 0.25rem 0 0;
  position: static;
  transform: none;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list .pager {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin: 0.3rem 0 0;
  }
}
.main section.portfolio .list .pager .swiper-pagination-bullet {
  width: 0.02rem;
  height: 0.34rem;
  background: #D9D9D9;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main section.portfolio .list .pager .swiper-pagination-bullet {
    width: 0.34rem;
    height: 0.02rem;
  }
}
.main section.portfolio .list .pager .swiper-pagination-bullet-active {
  background: #DB4F2E;
}
.main section.feature {
  padding: 1.15rem 0 1.7rem;
  background: #F3F1ED;
}
@media screen and (max-width: 750px) {
  .main section.feature {
    padding: 0.8rem 0;
  }
}
.main section.feature .list {
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
  max-width: 14rem;
  margin: 0.74rem auto 0;
}
@media screen and (max-width: 750px) {
  .main section.feature .list {
    gap: 0.6rem;
  }
}
.main section.feature .item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .main section.feature .item {
    display: block;
  }
}
.main section.feature .item .image {
  width: 7.57rem;
  margin: 0.41rem 0 0;
  border-radius: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .image {
    width: auto;
    margin: 0 -0.1rem;
    border-radius: 0;
  }
}
.main section.feature .item .text {
  box-sizing: border-box;
  width: 6.29rem;
  padding: 0.47rem 0.15rem 0.24rem;
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .text {
    width: auto;
    margin: -0.34rem 0 0;
    padding: 0.2rem;
  }
}
.main section.feature .item .text .hgroup {
  border-bottom: 0.01rem solid #DB4F2E;
  padding: 0 0.17rem 0.4rem 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .text .hgroup {
    padding: 0 0 0.24rem;
  }
}
.main section.feature .item .text .hgroup .stitle {
  font-size: 0.3rem;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .text .hgroup .stitle {
    font-size: 0.22rem;
  }
}
.main section.feature .item .text .hgroup p {
  margin: 0.1rem 0 0;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .text .hgroup p {
    font-size: 0.18rem;
  }
}
.main section.feature .item .text > p {
  padding: 0.24rem 0.24rem 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .text > p {
    padding: 0.24rem 0 0;
  }
}
.main section.feature .item .text .note {
  margin: 0.12rem 0.24rem 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.feature .item .text .note {
    margin: 0.12rem 0 0;
  }
}
.main section.feature .item:nth-of-type(odd) .text {
  margin-left: -0.41rem;
}
@media screen and (max-width: 750px) {
  .main section.feature .item:nth-of-type(odd) .text {
    margin-left: 0;
  }
}
.main section.feature .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main section.feature .item:nth-of-type(even) .text {
  margin-right: -0.41rem;
}
@media screen and (max-width: 750px) {
  .main section.feature .item:nth-of-type(even) .text {
    margin-right: 0;
  }
}
.main section.lineup {
  padding: 1.5rem 0 1.6rem;
}
@media screen and (max-width: 750px) {
  .main section.lineup {
    padding: 0.8rem 0;
  }
}
.main section.lineup .list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  max-width: 12.8rem;
  margin: 0.56rem auto 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list {
    display: block;
    width: 3.35rem;
    margin: 0.3rem auto 0;
  }
}
.main section.lineup .list .image {
  display: grid;
  width: 6.17rem;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .image {
    width: auto;
  }
}
.main section.lineup .list .image img {
  grid-area: 1/1;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .main section.lineup .list .image img {
    transition: opacity 0.4s;
  }
}
.main section.lineup .list .image img.active {
  position: relative;
  opacity: 1;
}
.main section.lineup .list .slider {
  width: 5.31rem;
  height: 2.57rem;
  margin: 0.45rem 0 0;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider {
    width: auto;
    height: auto;
    margin: 0.1rem 0 0;
  }
}
.main section.lineup .list .slider .slide {
  box-sizing: border-box;
  padding: 0.07rem 0.18rem 0;
  font-weight: 300;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider .slide {
    padding: 0;
    opacity: 1;
  }
}
.main section.lineup .list .slider .slide .hgroup {
  width: 3.7rem;
  padding: 0 0 0.06rem;
  border-bottom: 0.01rem solid #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider .slide .hgroup {
    padding: 0 0 0.1rem;
    width: auto;
  }
}
.main section.lineup .list .slider .slide .hgroup .en {
  color: #DB4F2E;
  font-size: 0.38rem;
  line-height: 0.45rem;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider .slide .hgroup .en {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main section.lineup .list .slider .slide .hgroup .ja {
  margin: 0.06rem 0 0;
  font-size: 0.12rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider .slide .hgroup .ja {
    margin: 0.04rem 0 0;
  }
}
.main section.lineup .list .slider .slide .hgroup p {
  margin: 0.06rem 0 0;
  font-size: 0.18rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider .slide .hgroup p {
    margin: 0.04rem 0 0;
  }
}
.main section.lineup .list .slider .slide > p {
  width: 3.7rem;
  margin: 0.06rem 0 0;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .slider .slide > p {
    width: auto;
    margin: 0.1rem 0 0;
  }
}
.main section.lineup .list .slider .slide.swiper-slide-active {
  opacity: 1;
}
.main section.lineup .list .pager {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  width: 0.02rem;
  margin: 0.45rem 0.25rem 0 0;
  position: static;
  transform: none;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .pager {
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin: 0.35rem 0 0;
  }
}
.main section.lineup .list .pager .swiper-pagination-bullet {
  width: 0.02rem;
  height: 0.34rem;
  background: #D9D9D9;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list .pager .swiper-pagination-bullet {
    width: 0.34rem;
    height: 0.02rem;
  }
}
.main section.lineup .list .pager .swiper-pagination-bullet-active {
  background: #DB4F2E;
}
.main section.lineup .list::after {
  content: "";
  display: block;
  height: 0.45rem;
  position: absolute;
  top: 0;
  right: 6.17rem;
  left: 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main section.lineup .list::after {
    content: none;
  }
}
.main section.lineup .figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.36rem 0.5rem;
  margin: 1rem 0 0;
  padding: 1.6rem 0 0.66rem;
  background: #F3F1ED;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure {
    display: block;
    margin: 0.6rem 0 0;
    padding: 0.6rem 0.2rem 0.3rem;
  }
}
.main section.lineup .figure .generic,
.main section.lineup .figure .cel {
  grid-row: 1/2;
  width: 5.6rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic,
.main section.lineup .figure .cel {
    width: 100%;
  }
}
.main section.lineup .figure .generic .legend,
.main section.lineup .figure .cel .legend {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.17rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic .legend,
.main section.lineup .figure .cel .legend {
    padding: 0.1rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic .image,
.main section.lineup .figure .cel .image {
    display: block;
    width: 100%;
  }
  .main section.lineup .figure .generic .image img,
.main section.lineup .figure .cel .image img {
    width: 100%;
  }
}
.main section.lineup .figure .generic .size,
.main section.lineup .figure .cel .size {
  display: grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -0.1rem;
  right: 0;
  background: #2F201B;
  border-radius: 50%;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic .size,
.main section.lineup .figure .cel .size {
    width: 0.8rem;
    height: 0.8rem;
    top: 0;
    right: 0;
    font-size: 0.14rem;
  }
}
.main section.lineup .figure .generic .data,
.main section.lineup .figure .cel .data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic .data,
.main section.lineup .figure .cel .data {
    margin: 0.2rem 0 0;
  }
}
.main section.lineup .figure .generic .data dl,
.main section.lineup .figure .cel .data dl {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  gap: 0.1rem 0.12rem;
  font-size: 0.2rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic .data dl,
.main section.lineup .figure .cel .data dl {
    grid-template-columns: 1.37rem 1fr;
    gap: 0.1rem 0.1rem;
    font-size: 0.16rem;
  }
}
.main section.lineup .figure .generic .data dt,
.main section.lineup .figure .cel .data dt {
  grid-column: 1/2;
  display: grid;
  place-items: center;
  height: 0.5rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .generic .data dt,
.main section.lineup .figure .cel .data dt {
    height: 0.44rem;
  }
}
.main section.lineup .figure .generic .data dd,
.main section.lineup .figure .cel .data dd {
  grid-column: 2/3;
  align-self: center;
  color: #2F201B;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  text-align: right;
}
.main section.lineup .figure .generic .data dd strong,
.main section.lineup .figure .cel .data dd strong {
  font-weight: 600;
}
.main section.lineup .figure .generic {
  grid-column: 1/2;
  justify-self: flex-end;
}
.main section.lineup .figure .generic .legend,
.main section.lineup .figure .generic .data dt {
  background-color: #898989;
}
.main section.lineup .figure .cel {
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .cel {
    margin: 0.4rem 0 0;
  }
}
.main section.lineup .figure .cel .legend,
.main section.lineup .figure .cel .data dt {
  background-color: #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .cel .legend {
    margin-bottom: -0.24rem;
    position: relative;
  }
}
.main section.lineup .figure .cel .data dt strong {
  color: #DB4F2E;
}
.main section.lineup .figure .cel .total {
  margin: 0.15rem 0 0;
  color: #2F201B;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.2rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
}
.main section.lineup .figure .cel .total strong {
  color: #DB4F2E;
  font-weight: 600;
}
.main section.lineup .figure .result {
  grid-row: 2/3;
  grid-column: 1/3;
  max-width: 8.14rem;
  margin: 0 auto;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result {
    margin: 0.46rem 0 0;
    font-size: 0.16rem;
  }
}
.main section.lineup .figure .result::before {
  content: "";
  display: block;
  width: 0.56rem;
  height: 0.49rem;
  margin: 0 auto;
  background: #DB4F2E;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.main section.lineup .figure .result table {
  margin: 0.4rem 0 0;
  border-collapse: separate;
  border-spacing: 0.02rem;
  empty-cells: hide;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result table {
    margin: 0.3rem 0 0;
  }
}
.main section.lineup .figure .result table th,
.main section.lineup .figure .result table td {
  width: 2.7rem;
  height: 0.57rem;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result table th,
.main section.lineup .figure .result table td {
    width: 1.1rem;
    height: 0.5rem;
  }
}
.main section.lineup .figure .result table th strong,
.main section.lineup .figure .result table td strong {
  color: #DB4F2E;
  font-weight: inherit;
}
.main section.lineup .figure .result table thead {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result table thead th {
    height: 0.83rem;
  }
}
.main section.lineup .figure .result table thead .generic {
  background: #898989;
}
.main section.lineup .figure .result table thead .cel {
  background: #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result table tbody th {
    width: 0.89rem;
  }
}
.main section.lineup .figure .result .text {
  display: flex;
  gap: 0.2rem;
  align-items: baseline;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result .text {
    display: block;
    margin: 0.3rem 0 0;
    font-size: 0.18rem;
    text-align: center;
  }
}
.main section.lineup .figure .result .text strong {
  display: flex;
  gap: 0.26rem;
  color: #DB4F2E;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result .text strong {
    flex-direction: column;
    gap: 0.05rem;
  }
}
.main section.lineup .figure .result .text strong .num {
  font-size: 0.4rem;
}
.main section.lineup .figure .result .note {
  margin: 0.08rem 0 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.lineup .figure .result .note {
    margin: 0.09rem 0 0;
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
}
.main section.concern {
  padding: 1.15rem 0 1.3rem;
  background: #F3F1ED;
}
@media screen and (max-width: 750px) {
  .main section.concern {
    padding: 0.8rem 0;
  }
  .main section.concern .wrap {
    padding: 0;
  }
}
.main section.concern .list {
  display: flex;
  flex-direction: column;
  gap: 0.66rem;
  max-width: 14rem;
  margin: 0.74rem auto 0;
}
@media screen and (max-width: 750px) {
  .main section.concern .list {
    gap: 0.4rem;
    margin: 0.3rem 0 0;
  }
}
.main section.concern .list .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item {
    display: block;
  }
}
.main section.concern .list .item .image {
  width: 7.57rem;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .image {
    width: auto;
  }
}
.main section.concern .list .item .text {
  width: 6.43rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .text {
    width: auto;
    padding-top: 0.2rem;
  }
}
.main section.concern .list .item .text .hgroup {
  display: flex;
  align-items: baseline;
  gap: 0.17rem;
  position: relative;
  color: #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .text .hgroup {
    margin-left: -0.2rem;
    border-bottom: 0.01rem solid #DB4F2E;
    padding-left: 0.2rem;
    gap: 0.12rem;
  }
}
.main section.concern .list .item .text .hgroup .num {
  font-size: 0.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .text .hgroup .num {
    font-size: 0.3rem;
  }
}
.main section.concern .list .item .text .hgroup .stitle {
  font-size: 0.3rem;
  line-height: 0.53rem;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .text .hgroup .stitle {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }
}
.main section.concern .list .item .text .hgroup::after {
  content: "";
  display: block;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  background: #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .text .hgroup::after {
    content: none;
  }
}
.main section.concern .list .item .text p {
  margin: 0.26rem 0 0;
  font-size: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item .text p {
    margin: 0.2rem 0 0;
    font-size: 0.16rem;
  }
}
.main section.concern .list .item:nth-of-type(odd) .text {
  padding-right: 0.59rem;
  padding-left: 0.95rem;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item:nth-of-type(odd) .text {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
.main section.concern .list .item:nth-of-type(odd) .text .hgroup::after {
  right: 0;
  left: -1.42rem;
}
.main section.concern .list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main section.concern .list .item:nth-of-type(even) .text {
  padding-right: 0.88rem;
  padding-left: 0.61rem;
}
@media screen and (max-width: 750px) {
  .main section.concern .list .item:nth-of-type(even) .text {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
.main section.concern .list .item:nth-of-type(even) .text .hgroup::after {
  right: -1.23rem;
  left: 0;
}
.main section.flow {
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .main section.flow {
    padding: 0.8rem 0;
  }
}
.main section.flow .list {
  display: flex;
  flex-direction: column;
  gap: 0.59rem;
  max-width: 7.16rem;
  margin: 0.6rem auto 0;
  font-weight: 300;
  counter-reset: num;
}
@media screen and (max-width: 750px) {
  .main section.flow .list {
    gap: 0.41rem;
    width: 3.34rem;
    margin: 0.3rem auto 0;
  }
}
.main section.flow .list li {
  display: flex;
  align-items: center;
  gap: 0.21rem;
  height: 0.67rem;
  padding: 0 0 0 0.27rem;
  position: relative;
  background: #DB4F2E;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  counter-increment: num;
}
@media screen and (max-width: 750px) {
  .main section.flow .list li {
    gap: 0.15rem;
    height: 0.6rem;
    padding: 0 0 0 0.2rem;
    font-size: 0.2rem;
  }
}
.main section.flow .list li::before {
  content: counter(num);
  box-sizing: border-box;
  width: 0.74rem;
  height: 0.45rem;
  border-right: 0.01rem solid currentColor;
  font-size: 0.44rem;
  line-height: 0.45rem;
}
@media screen and (max-width: 750px) {
  .main section.flow .list li::before {
    width: 0.48rem;
    font-size: 0.18rem;
  }
}
.main section.flow .list li:nth-last-child(n+2)::after {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.4rem;
  position: absolute;
  top: calc(100% + 0.09rem);
  left: calc(50% - 0.075rem);
  background: url(../imgs/arw02.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.flow .list li:nth-last-child(n+2)::after {
    width: 0.11rem;
    height: 0.21rem;
    top: calc(100% + 0.1rem);
    left: calc(50% - 0.055rem);
    background-image: url(../imgs/arw02_sp.svg);
  }
}
.main section.faq {
  padding: 1.78rem 0 2.22rem;
  background: #F3F1ED;
}
@media screen and (max-width: 750px) {
  .main section.faq {
    padding: 0.8rem 0 1.18rem;
  }
}
.main section.faq .list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  max-width: 10.7rem;
  margin: 0.66rem auto 0;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.faq .list {
    width: 3.35rem;
    margin: 0.3rem auto 0;
  }
}
.main section.faq .list div {
  padding: 0 0.16rem 0 0.08rem;
  background: #fff;
  border-radius: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main section.faq .list div {
    padding: 0 0.1rem;
  }
}
.main section.faq .list div dt,
.main section.faq .list div dd {
  padding-left: 0.93rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.faq .list div dt,
.main section.faq .list div dd {
    padding-left: 0.36rem;
  }
}
.main section.faq .list div dt::before,
.main section.faq .list div dd::before {
  position: absolute;
  left: 0.3rem;
  font-size: 0.32rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.faq .list div dt::before,
.main section.faq .list div dd::before {
    left: 0;
  }
}
.main section.faq .list div dt {
  padding-top: 0.18rem;
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid #DB4F2E;
  font-size: 0.18rem;
}
.main section.faq .list div dt::before {
  content: "Q";
  top: 0.08rem;
  color: #DB4F2E;
}
.main section.faq .list div dd {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main section.faq .list div dd {
    padding-top: 0.17rem;
    padding-bottom: 0.17rem;
  }
}
.main section.faq .list div dd::before {
  content: "A";
  top: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main section.faq .list div dd::before {
    top: 0.05rem;
  }
}
.main section.contact {
  padding: 0.98rem 0 1.58rem;
  border-top: 0.04rem solid #DB4F2E;
  position: relative;
  background: #fff;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main section.contact {
    padding: 0.94rem 0 0.6rem;
  }
}
.main section.contact::before {
  content: "";
  display: block;
  width: 1.41rem;
  aspect-ratio: 1;
  position: absolute;
  top: -0.68rem;
  left: calc(50% - 0.705rem);
  background: #fff url(../imgs/ico-catalog.svg) center/0.77rem auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.02rem #DB4F2E;
}
@media screen and (max-width: 750px) {
  .main section.contact::before {
    width: 0.8rem;
    top: -0.42rem;
    left: calc(50% - 0.4rem);
    background-size: 0.44rem auto;
    box-shadow: inset 0 0 0 0.01rem #DB4F2E;
  }
}
.main section.contact .title {
  font-size: 0.3rem;
  font-weight: inherit;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.contact .title {
    font-size: 0.26rem;
    line-height: 0.28rem;
  }
}
.main section.contact .tel {
  margin: 0.46rem 0 0;
  padding: 0.21rem 0;
  background: #DB4F2E;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.contact .tel {
    margin: 0.46rem -0.1rem 0;
  }
}
.main section.contact .tel .num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: inherit;
  font-size: 0.45rem;
  font-weight: 600;
  line-height: 0.56rem;
}
.main section.contact .tel .note {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.contact .tel .note {
    font-size: 0.12rem;
  }
}
.main section.contact .form {
  max-width: 10.44rem;
  margin: 0 auto;
  padding: 1.03rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.contact .form {
    padding: 0.3rem 0 0;
  }
}
.main section.contact .form p {
  font-size: 0.17rem;
  line-height: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.contact .form p {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
}
.main section.contact .form dl {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0.33rem 0 0;
  padding: 0 0.44rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl {
    gap: 0.3rem;
    width: 3.35rem;
    margin: 0.54rem auto 0;
    padding: 0;
  }
}
.main section.contact .form dl > div {
  display: grid;
  grid-template-columns: 1fr 6.94rem;
  gap: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
  }
}
.main section.contact .form dl > div dt {
  grid-column: 1/2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dt {
    justify-content: flex-start;
    gap: 0.1rem;
    height: auto;
    line-height: 1.5;
  }
}
.main section.contact .form dl > div dt::after {
  content: "任意";
  display: grid;
  place-items: center;
  width: 0.52rem;
  height: 0.22rem;
  background: #000;
  border-radius: 0.11rem;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1;
}
.main section.contact .form dl > div dt.plannedSite {
  height: 0.31rem;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dt.plannedSite {
    height: auto;
  }
}
.main section.contact .form dl > div dd {
  grid-column: 2/3;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 16px;
}
.main section.contact .form dl > div dd input[type=text],
.main section.contact .form dl > div dd input[type=email],
.main section.contact .form dl > div dd input[type=tel],
.main section.contact .form dl > div dd input[type=number],
.main section.contact .form dl > div dd select,
.main section.contact .form dl > div dd textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 0.01rem solid #BFBFBF;
}
.main section.contact .form dl > div dd input[type=text]::-moz-placeholder, .main section.contact .form dl > div dd input[type=email]::-moz-placeholder, .main section.contact .form dl > div dd input[type=tel]::-moz-placeholder, .main section.contact .form dl > div dd input[type=number]::-moz-placeholder, .main section.contact .form dl > div dd select::-moz-placeholder, .main section.contact .form dl > div dd textarea::-moz-placeholder {
  color: #C2C2C2;
}
.main section.contact .form dl > div dd input[type=text]::placeholder,
.main section.contact .form dl > div dd input[type=email]::placeholder,
.main section.contact .form dl > div dd input[type=tel]::placeholder,
.main section.contact .form dl > div dd input[type=number]::placeholder,
.main section.contact .form dl > div dd select::placeholder,
.main section.contact .form dl > div dd textarea::placeholder {
  color: #C2C2C2;
}
.main section.contact .form dl > div dd input[type=text],
.main section.contact .form dl > div dd input[type=email],
.main section.contact .form dl > div dd input[type=tel],
.main section.contact .form dl > div dd input[type=number],
.main section.contact .form dl > div dd select {
  height: 0.6rem;
  padding: 0 0.14rem;
}
.main section.contact .form dl > div dd select {
  width: 2.13rem;
  background: url(../imgs/arw03.svg) calc(100% - 0.15rem) 50%/0.16rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dd select {
    width: 100%;
  }
}
.main section.contact .form dl > div dd textarea {
  min-height: 2.5rem;
}
.main section.contact .form dl > div dd.address {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.main section.contact .form dl > div dd.address .zip,
.main section.contact .form dl > div dd.address .prefecture {
  width: 2.31rem;
}
.main section.contact .form dl > div dd.address .home label {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dd.address .home label {
    gap: 0.1rem;
  }
}
.main section.contact .form dl > div dd.address .home label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.31rem;
  aspect-ratio: 1;
  border: 0.01rem solid #000;
  padding: 0.05rem;
  background-clip: content-box;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dd.address .home label::before {
    width: 24px;
    border-width: 1px;
  }
}
.main section.contact .form dl > div dd.address .home label:has(input:checked)::before {
  background-color: #000;
}
.main section.contact .form dl > div dd.address .home label input {
  position: absolute;
  top: 0;
  left: 0;
}
.main section.contact .form dl > div dd.age, .main section.contact .form dl > div dd.size {
  display: flex;
  align-items: center;
  gap: 0.17rem;
}
.main section.contact .form dl > div dd.age input, .main section.contact .form dl > div dd.size input {
  width: 1.38rem;
}
.main section.contact .form dl > div dd.land > span {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  height: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dd.land > span {
    gap: 0.6rem;
    height: auto;
  }
}
.main section.contact .form dl > div dd.land label {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  position: relative;
}
.main section.contact .form dl > div dd.land label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.26rem;
  aspect-ratio: 1;
  border: 0.01rem solid #000;
  padding: 0.05rem;
  background-clip: content-box;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .main section.contact .form dl > div dd.land label::before {
    width: 26px;
    border-width: 1px;
    padding: 5px;
  }
}
.main section.contact .form dl > div dd.land label:has(input:checked)::before {
  background-color: #000;
}
.main section.contact .form dl > div dd.land label input {
  position: absolute;
  top: 0;
  left: 0;
}
.main section.contact .form dl > div:has(input:required) dt::after, .main section.contact .form dl > div:has(input[type=radio]) dt::after, .main section.contact .form dl > div:has(select) dt::after {
  content: "必須";
  background: #DB4F2E;
}
.main section.contact .form .acceptance {
  margin: 0.32rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.contact .form .acceptance {
    margin: 0.4rem 0 0;
  }
}
.main section.contact .form .acceptance p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 0.27rem;
}
.main section.contact .form .acceptance label {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.25rem auto 0;
  align-items: center;
  gap: 0.15rem;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.contact .form .acceptance label {
    margin: 0.2rem auto 0;
  }
}
.main section.contact .form .acceptance label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.31rem;
  aspect-ratio: 1;
  border: 0.01rem solid #000;
  padding: 0.05rem;
  background-clip: content-box;
}
@media screen and (max-width: 750px) {
  .main section.contact .form .acceptance label::before {
    width: 0.26rem;
    border-width: 1px;
    padding: 5px;
  }
}
.main section.contact .form .acceptance label:has(input:checked)::before {
  background-color: #000;
}
.main section.contact .form .acceptance label input {
  position: absolute;
  top: 0;
  left: 0;
}
.main section.contact .form input[type=submit] {
  display: grid;
  place-items: center;
  margin: 1.1rem auto 0;
  width: 5.82rem;
  height: 0.58rem;
  border: none;
  padding: 0;
  background: #DB4F2E url(../imgs/arw-cv01.svg) calc(100% - 0.21rem)/0.19rem auto no-repeat;
  border-radius: 0.1rem;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main section.contact .form input[type=submit] {
    margin: 0.4rem auto 0;
    width: 3.35rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main section.contact .form input[type=submit] {
    transition: background-color 0.4s;
  }
  .main section.contact .form input[type=submit]:hover {
    background-color: rgba(219, 79, 46, 0.8);
  }
}

.gFooter .copyright {
  padding: 0.04rem 0;
  background: #575757;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .copyright {
    font-size: 0.12rem;
    line-height: 0.27rem;
  }
}

.cv.sticky {
  display: block;
  box-sizing: border-box;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0.95rem 0 0;
  position: fixed;
  right: 0.2rem;
  bottom: 1rem;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../imgs/ico-catalog.svg), url(../imgs/arw-cv02.svg);
  background-position: 50% 0.34rem, 50% 1.2rem;
  background-size: 0.66rem auto, 0.21rem auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  box-shadow: inset 0 0 0 0.02rem #DB4F2E, 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .cv.sticky {
    width: 1.13rem;
    height: 1.13rem;
    padding: 0.56rem 0 0;
    right: 0.1rem;
    bottom: 0.1rem;
    background-position: 50% 0.21rem, 50% 0.8rem;
    background-size: 0.4rem auto, 0.13rem auto;
    font-size: 0.12rem;
  }
}
.cv.sticky.off {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=common.css.map */