@charset "UTF-8";
.main .about .inner .introduction::before, .main .about .inner .introduction p::before, .main .about .inner .lead p::before, .main .about .inner .sub--01 dl dt::before, .main .about .inner .sub--01 dl dd::before, .main .about .inner .sub--02 ul li .text p::before, .main .voice .list .item .text .catch::before, .main .voice .list .item .text p::before, .main .cv .text .catch::before, .main .cv .text p::before, .main .reason .item .text .catch::before, .main .reason .item .text p::before, .main .review .list .item .text .catch::before, .main .review .list .item .text p::before, .main .review .list .item .text .name::before, .main .about .inner .lead p::after, .main .about .inner .sub--01 dl dt::after, .main .about .inner .sub--01 dl dd::after, .main .about .inner .sub--02 ul li .text p::after, .main .voice .list .item .text .catch::after, .main .voice .list .item .text p::after, .main .cv .text .catch::after, .main .cv .text p::after, .main .reason .item .text .catch::after, .main .reason .item .text p::after, .main .review .list .item .text .catch::after, .main .review .list .item .text p::after, .main .review .list .item .text .name::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .about .inner .introduction::before, .main .about .inner .introduction p::before, .main .about .inner .lead p::before, .main .about .inner .sub--01 dl dt::before, .main .about .inner .sub--01 dl dd::before, .main .about .inner .sub--02 ul li .text p::before, .main .voice .list .item .text .catch::before, .main .voice .list .item .text p::before, .main .cv .text .catch::before, .main .cv .text p::before, .main .reason .item .text .catch::before, .main .reason .item .text p::before, .main .review .list .item .text .catch::before, .main .review .list .item .text p::before, .main .review .list .item .text .name::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .about .inner .introduction::before, .main .about .inner .introduction p::before, .main .about .inner .lead p::after, .main .about .inner .sub--01 dl dt::after, .main .about .inner .sub--01 dl dd::after, .main .about .inner .sub--02 ul li .text p::after, .main .voice .list .item .text .catch::after, .main .voice .list .item .text p::after, .main .cv .text .catch::after, .main .cv .text p::after, .main .reason .item .text .catch::after, .main .reason .item .text p::after, .main .review .list .item .text .catch::after, .main .review .list .item .text p::after, .main .review .list .item .text .name::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov, .gHeader .btn--cv, .main .btn--cv, .gFooter .btn--cv {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov, .gHeader .btn--cv, .main .btn--cv, .gFooter .btn--cv {
      transition-property: filter;
    }
  }
  .hov:hover, .gHeader .btn--cv:hover, .main .btn--cv:hover, .gFooter .btn--cv:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover, .gHeader .btn--cv:hover, .main .btn--cv:hover, .gFooter .btn--cv: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;
}

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: 50px;
}
@media screen and (max-width: 1300px) and (min-width: 751px) {
  :root {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2.5rem;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #472d26;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.36rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

.wrap {
  width: 24rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.gHeader {
  width: 100%;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader {
    position: static;
  }
}
.gHeader .wrap {
  height: 2.3rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .gHeader .wrap {
    display: block;
  }
}
.gHeader .branding {
  display: flex;
  gap: 0 0.42rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    display: block;
    padding: 0.27rem 0 0;
  }
}
.gHeader .branding .logo {
  width: 3.74rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .logo {
    margin: 0 auto;
  }
}
.gHeader .branding .text {
  color: #000;
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .text {
    padding: 0.2rem 0 0;
    font-size: 0.23rem;
    line-height: 1;
    text-align: center;
  }
}
.gHeader .tel {
  margin: 0.18rem 7.8rem 0 auto;
}
@media screen and (max-width: 750px) {
  .gHeader .tel {
    display: none;
  }
}
.gHeader .tel .num,
.main .tel .num {
  padding: 0 0 0 1.32rem;
  background: url(../imgs/tel.png) 0 0/1.27rem auto no-repeat;
  color: #12a73b;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
.gHeader .tel .note {
  font-size: 0.28rem;
  line-height: 1;
  text-align: center;
  transform: translate(0, -0.1rem);
}
.gHeader .btn--cv {
  display: block;
  height: 2.3rem;
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% + 4.82rem);
  background: #74ca11;
  border-radius: 0 0 0 1.15rem;
  box-shadow: 0 0.05rem 0.05rem rgba(36, 35, 34, 0.4);
}
@media screen and (max-width: 750px) {
  .gHeader .btn--cv {
    display: none;
  }
}
.gHeader .btn--cv span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 7.18rem;
  height: 2.3rem;
  padding: 0 0.62rem 0 0;
  background: url(../imgs/arw01.svg) 100% 50%/0.2rem auto no-repeat;
  color: #fff;
  font-size: 0.42rem;
  font-weight: 700;
}

.main {
  /* padding: 2rem 0 0; */
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0;
  }
}
.main .btn--cv {
  display: block;
  box-sizing: border-box;
  width: 13.3rem;
  padding: 0 0 0 1.8rem;
  position: relative;
  background: #74ca11 url(../images/arw01.svg) calc(100% - 0.78rem) 50%/0.2rem auto no-repeat;
  border-radius: 1.05rem;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 700;
  line-height: 2.1rem;
  box-shadow: 0 0.05rem 0.05rem rgba(36, 35, 34, 0.4);
}
@media screen and (max-width: 750px) {
  .main .btn--cv {
    width: 6.9rem;
    padding: 0.26rem 0;
    background-position: calc(100% - 0.52rem) 50%;
    background-size: 0.21rem auto;
    border-radius: 0.8rem;
    font-size: 0.36rem;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 0.05rem 0.05rem rgba(36, 35, 34, 0.4);
  }
}
.main .btn--cv span {
  display: block;
  width: 6rem;
  line-height: 0.9rem;
  position: absolute;
  top: -0.6rem;
  left: 3.56rem;
  background: #fff;
  border-radius: 0.04rem;
  color: #e95529;
  font-size: 0.36rem;
  text-align: center;
  box-shadow: inset 0 0 0 0.04rem currentColor;
}
.main .is-reflection.is-trembling.fv{
  width: 13.3rem;
}
.main .is-reflection.is-trembling{
  position: relative;
}

.main .is-reflection.is-trembling > span {
  display: block;
  width: 6rem;
  line-height: 0.9rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0.04rem;
  color: #e95529;
  font-size: 0.36rem;
  text-align: center;
  box-shadow: inset 0 0 0 0.04rem currentColor;
  z-index: 5;
}
.main .is-reflection.is-trembling > span::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.34rem;
  position: absolute;
  bottom: -0.3rem;
  left: 2.64rem;
  background: #fff;
  -webkit-clip-path: polygon(0.06rem 0, 100% 0, 0.02rem 100%, 0 100%);
  clip-path: polygon(0.06rem 0, 100% 0, 0.02rem 100%, 0 100%);
}

.main .is-reflection.is-trembling > span a {
  display: block;
}

@media screen and (max-width: 750px) {
  .main .btn--cv span {
    width: 4.8rem;
    top: -1.04rem;
    left: 1.05rem;
    font-size: 0.28rem;
  }
}
.main .btn--cv span::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.34rem;
  position: absolute;
  bottom: -0.3rem;
  left: 2.64rem;
  background: #fff;
  -webkit-clip-path: polygon(0.06rem 0, 100% 0, 0.02rem 100%, 0 100%);
          clip-path: polygon(0.06rem 0, 100% 0, 0.02rem 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  .main .btn--cv span::before {
    width: 0.26rem;
    height: 0.3rem;
    bottom: -0.3rem;
    left: 2.04rem;
    background: #e95529;
    -webkit-clip-path: polygon(0.06rem 0, 100% 0, 0.02rem 100%, 0 100%);
            clip-path: polygon(0.06rem 0, 100% 0, 0.02rem 100%, 0 100%);
  }
}
@media screen and (max-width: 750px) {
  .main .btn--cv span::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.24rem;
    position: absolute;
    bottom: -0.2rem;
    left: 2.1rem;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0.05rem 0.05rem);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0.05rem 0.05rem);
  }
}
.main .btn--cv em {
  font-style: italic;
}
.main .ttl {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .ttl {
    width: 6.4rem;
    margin: 0 auto;
    background-image: url(../images/blt01_l.svg), url(../images/blt01_r.svg);
    background-position: 0 100%, 100% 100%;
    background-size: auto 1.02rem;
    background-repeat: no-repeat;
  }
}
.main .ttl .primary01 {
  display: block;
  color: #e95529;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .ttl .primary01 {
    margin: 0 0 -0.1rem;
    font-size: 0.42rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.main .ttl .primary01 .num {
  display: inline-block;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.9rem;
  transform: translate3d(0, 10%, 0);
}
@media screen and (max-width: 750px) {
  .main .ttl .primary01 .num {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  .main .ttl .primary01::before, .main .ttl .primary01::after {
    content: "";
    display: inline-block;
    width: 0.63rem;
    height: 1.02rem;
    background: 50% 0/contain no-repeat;
    vertical-align: baseline;
  }
  .main .ttl .primary01::before {
    margin: 0 0.66rem 0 0;
    background-image: url(../images/blt01_l.svg);
  }
  .main .ttl .primary01::after {
    margin: 0 0 0 0.66rem;
    background-image: url(../images/blt01_r.svg);
  }
}
.main .ttl .primary02 {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .ttl .primary02 {
    margin: 0;
    font-size: 0.42rem;
  }
}
.main .ttl .secondary {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .ttl .secondary {
    margin: -0.03rem 0 0.23rem;
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
}
.main .hero {
  height: 18.4rem;
  position: relative;
  background: #f9bf2d;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .hero {
    height: 15.9rem;
  }
}
.main .hero .bg {
  padding: 0 0 0 0.3rem;
  border-bottom: 1.2rem solid #f9af2d;
  border-left: 1.2rem solid #f9af2d;
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% - 6rem);
  border-radius: 0 0 0 2.2rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .hero .bg {
    padding: 0;
    left: 0;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
  }
}
.main .hero .bg img {
  width: 23.7rem;
  max-width: none;
  height: 15.2rem;
}
@media screen and (max-width: 750px) {
  .main .hero .bg img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
.main .hero .bg figcaption {
  width: 16.8rem;
  position: absolute;
  bottom: 0.6rem;
  right: 0.5rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .hero .bg figcaption {
    width: auto;
    right: 0.3rem;
    bottom: 3.82rem;
    left: auto;
    font-size: 0.2rem;
  }
}
.main .hero .inner {
  width: 17.72rem;
  margin: 0 0 0 1.2rem;
  padding: 2.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .hero .inner {
    width: auto;
    margin: 0;
    padding: 0.96rem 0 0;
  }
}
.main .hero .inner .title {
  width: 20rem;
  margin: 0 0 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .hero .inner .title {
    width: 6.9rem;
    margin: 0 0 0 0.36rem;
  }
}
.main .hero .inner .point {
  display: flex;
  justify-content: space-between;
  margin: 0.46rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .hero .inner .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.28rem 0.14rem;
    margin: 0.3rem 0 0;
  }
}
.main .hero .inner .point li {
  width: 4.2rem;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.1rem rgba(36, 35, 34, 0.05);
}
@media screen and (max-width: 750px) {
  .main .hero .inner .point li {
    width: 3.16rem;
  }
}
.main .hero .inner .btn--cv {
  margin: 1.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .hero .inner .btn--cv {
    margin: 1.98rem auto 0;
  }
}
.main .about {
  /*padding: 2.24rem 0 2.36rem;*/
  padding: 0.5rem 0 0.5rem;
  background: #f5f6f7;
}
@media screen and (max-width: 750px) {
  .main .about {
    padding: 0.3rem 0 0.3rem;
  }
}
.main .about .inner {
  margin:0 auto;
  /*margin: 1.16rem 0 0;*/
  /*padding: 1.5rem 1.5rem 1.7rem;*/
  /*background: #fff;*/
}
@media screen and (max-width: 750px) {
  .main .about .inner {
    /*margin: 0.88rem 0 0;*/
    /*padding: 0 0 1.18rem;*/
    margin:0 auto;
    border-radius: 0.06rem;
  }
}
.main .about .inner .lead .catch {
  background: #472d26;
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .about .inner .lead .catch {
    padding: 0.4rem 0;
    border-radius: 0 0 0.06rem 0.06rem;
    line-height: 1.3125;
  }
}
.main .about .inner .lead p {
  padding: 0.5rem 0 0;
  font-size: 0.36rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .about .inner .lead p {
    padding: 0.6rem 0.4rem 0;
    font-size: 0.28rem;
    line-height: 1.7142857143;
  }
}
.main .about .inner .sub .sttl {
  border-radius: 0.06rem;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.88rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub .sttl {
    border-radius: 0;
    line-height: 0.9rem;
  }
}
.main .about .inner .sub--01 {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--01 {
    margin: 0.8rem 0 0;
  }
}
.main .about .inner .sub--01 .sttl {
  background: #f9af2d;
}
.main .about .inner .sub--01 dl {
  margin: 0.24rem 0 0;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--01 dl {
    margin: 0.56rem 0 0;
    padding: 0 0.4rem;
    font-size: 0.28rem;
  }
}
.main .about .inner .sub--01 dl dt {
  font-weight: 700;
}
.main .about .inner .sub--01 dl dd {
  padding: 0.3rem 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--01 dl dd {
    line-height: 1.5;
  }
}
.main .about .inner .sub--01 dl dd + dt {
  margin: 0.64rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--01 dl dd + dt {
    margin: 0.56rem 0 0;
  }
}
.main .about .inner .sub--02 {
  margin: 0.96rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--02 {
    margin: 0.8rem 0 0;
  }
}
.main .about .inner .sub--02 .sttl {
  background: #f9bf2d;
}
.main .about .inner .sub--02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.48rem 1rem;
  margin: 1rem 0.3rem 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--02 ul {
    display: block;
    margin: 1rem 0 0;
    padding: 0 0.48rem;
  }
}
.main .about .inner .sub--02 ul li {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--02 ul li {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
.main .about .inner .sub--02 ul li .image {
  width: 5.4rem;
  position: relative;
}
.main .about .inner .sub--02 ul li .image figcaption {
  position: absolute;
  top: 0;
  right: -1.4rem;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--02 ul li .image figcaption {
    right: -0.98rem;
  }
}
.main .about .inner .sub--02 ul li .text {
  margin: 0.7rem 0 0;
}
.main .about .inner .sub--02 ul li .text .job {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1;
}
.main .about .inner .sub--02 ul li .text .name {
  color: #e95529;
  padding: 0.16rem 0 0;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1;
}
.main .about .inner .sub--02 ul li .text p {
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner .sub--02 ul li .text p {
    padding: 0.56rem 0 0;
  }
}
.main .about .btn--cv {
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .about .btn--cv {
    margin: 2.4rem auto 0;
  }
}
.main .compare {
  padding: 2.5rem 0 2.7rem;
  background: #fff9e9;
}
@media screen and (max-width: 750px) {
  .main .compare {
    padding: 2rem 0;
  }
}
.main .compare .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
  margin: 0.88rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .compare .list {
    display: block;
    margin: 0.9rem 0 0;
  }
}
.main .compare .list .item {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
.main .compare .list .item figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 7.21rem;
  height: 2.93rem;
  padding: 0 0 0.52rem;
  background: url(../images/balloon.svg) 0 0/contain no-repeat;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item figcaption {
    width: 6.91rem;
    height: 2.93rem;
    background-image: url(../images/balloon_sp.svg);
  }
}
.main .compare .list .item img {
  display: block;
}
.main .compare .list .item--01 .image figcaption {
  margin: 0 0 0 4.2rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--01 .image figcaption {
    margin: 0 auto;
  }
}
.main .compare .list .item--01 .image img {
  width: 7.35rem;
  margin: 0.37rem 0 0 4.14rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--01 .image img {
    width: 6.4rem;
    margin: 0.3rem auto 0;
  }
}
.main .compare .list .item--02 .image figcaption {
  margin: 0 0 0 0.92rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--02 .image figcaption {
    margin: 0 auto;
  }
}
.main .compare .list .item--02 .image img {
  width: 7.34rem;
  margin: -0.26rem 0 0 0.86rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--02 .image img {
    width: 6.4rem;
    margin: 0.22rem auto 0;
  }
}
.main .compare .list .item--03 .image figcaption {
  margin: 0 0 0 4.2rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--03 .image figcaption {
    margin: 0 auto;
  }
}
.main .compare .list .item--03 .image img {
  width: 8.89rem;
  margin: 0.26rem 0 0 2.52rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--03 .image img {
    width: 6.45rem;
    margin: 0.43rem 0 0 0.35rem;
  }
}
.main .compare .list .item--04 .image figcaption {
  margin: 0 0 0 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--04 .image figcaption {
    margin: 0 auto;
  }
}
.main .compare .list .item--04 .image img {
  width: 7.21rem;
  margin: 0.26rem 0 0 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .compare .list .item--04 .image img {
    width: 6.43rem;
    margin: 0.43rem 0 0 0.4rem;
  }
}
.main .voice {
  padding: 2.4rem 0;
  background: #fbf2e0;
}
@media screen and (max-width: 750px) {
  .main .voice {
    padding: 2rem 0;
  }
  .main .voice .ttl .primary01 .text {
    display: block;
    transform: translate(0, -0.2rem);
  }
}
.main .voice .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 2.5rem;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .voice .list {
    display: block;
  }
}
.main .voice .list .item {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 750px) {
  .main .voice .list .item {
    width: auto;
    margin: 0.8rem 0 0;
    padding: 0 0.45rem;
  }
}
.main .voice .list .item .headline {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
}
.main .voice .list .item .headline > * {
  grid-row: 1/2;
  grid-column: 1/2;
}
.main .voice .list .item .headline .num {
  justify-self: flex-start;
  writing-mode: vertical-rl;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 1.5rem;
  line-height: 0.78rem;
}
.main .voice .list .item .headline .image {
  justify-self: flex-start;
  width: 5.4rem;
}
@media screen and (max-width: 750px) {
  .main .voice .list .item .headline .image {
    padding: 0 0 0 0.45rem;
  }
}
.main .voice .list .item .headline .image img {
  border-radius: 50% 50% 50% 0.04rem;
}
.main .voice .list .item .headline .who {
  padding: 2.2rem 0 0 5.26rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .voice .list .item .headline .who {
    padding: 5.9rem 0 0;
  }
}
.main .voice .list .item .headline .who .job {
  font-size: 0.36rem;
}
.main .voice .list .item .headline .who .name {
  margin: 0.2rem 0 0;
  color: #e95529;
  font-size: 0.48rem;
}
.main .voice .list .item .text {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .voice .list .item .text {
    margin: 0.5rem 0 0;
  }
}
.main .voice .list .item .text .catch {
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.main .voice .list .item .text p {
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .voice .list .item .text p {
    padding: 0.5rem 0 0;
  }
}
.main .cv {
  padding: 3rem 0 1.8rem;
  position: relative;
  background: url(../images/bg-cv.jpg) 50% 0/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .cv {
    box-sizing: border-box;
    height: 16.07rem;
    padding: 3.09rem 0 0;
    background-image: url(../images/bg-cv_sp.jpg);
  }
}
.main .cv::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: calc(50% + 14rem);
  border-top: 1.2rem solid #f9af2d;
  border-right: 1.2rem solid #f9af2d;
  position: absolute;
  top: 2.06rem;
  bottom: 0;
  left: 0;
  background: #f9bf2d url(../images/img-cv.png) calc(100% - 16.9rem) 0.78rem/6rem auto no-repeat;
  border-radius: 0 2.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .cv::before {
    width: 7.22rem;
    border-top: 0.42rem solid #f9af2d;
    border-right: 0.42rem solid #f9af2d;
    top: 2rem;
    background-image: none;
    border-radius: 0 2.4rem 0 0;
  }
}
.main .cv .wrap {
  position: relative;
}
.main .cv .text {
  padding: 0 0 0 8.2rem;
}
@media screen and (max-width: 750px) {
  .main .cv .text {
    padding: 0 0.85rem 0 0.65rem;
  }
}
.main .cv .text .catch {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .cv .text .catch {
    font-size: 0.42rem;
    line-height: 1.5;
  }
}
.main .cv .text p {
  padding: 0.6rem 0 0;
  font-size: 0.36rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .cv .text p {
    padding: 0.46rem 0 3.3rem;
    background: url(../images/img-cv.png) 1.4rem 100%/3.16rem auto no-repeat;
    font-size: 0.28rem;
    line-height: 1.7142857143;
  }
}
.main .cv .btn--cv {
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .cv .btn--cv {
    margin: 1.3rem auto 0;
  }
}
.main .recommend {
  padding: 2rem 0 2.4rem;
}
@media screen and (max-width: 750px) {
  .main .recommend {
    padding: 2rem 0;
  }
}
.main .recommend .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  width: 21.6rem;
  margin: 1.1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .recommend .list {
    display: block;
    width: 6.4rem;
    margin: 0.7rem auto 0;
  }
}
.main .recommend .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2.4rem;
  background: #f9bf2d;
  border-radius: 1.1rem 0.04rem 0.04rem 0.04rem;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.63rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .recommend .list li {
    width: auto;
    margin: 0.7rem 0 0;
  }
}
.main .recommend .list li strong {
  display: inline-block;
  font-size: 0.42rem;
  font-weight: inherit;
  background: linear-gradient(transparent, transparent 50%, #fff 50%, #fff);
}
.main .recommend .list li strong::before, .main .recommend .list li strong::after {
  content: " ";
}
.main .reason {
  padding: 3.1rem 0 2.2rem;
  background: #fbf2e0;
}
@media screen and (max-width: 750px) {
  .main .reason {
    padding: 2rem 0;
  }
}
.main .reason .sNav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  width: 23.24rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .reason .sNav {
    display: block;
    width: 6.4rem;
    margin: 0.7rem auto 1.2rem;
  }
}
.main .reason .sNav li {
  width: 7.52rem;
}
@media screen and (max-width: 750px) {
  .main .reason .sNav li {
    width: auto;
    margin: 0.3rem 0 0;
  }
}
.main .reason .sNav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 2.42rem;
  border: 1px solid #e95529;
  background: #fff;
  border-radius: 1.2rem 0.06rem 0.06rem 0.06rem;
  color: #e95529;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.63rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .reason .sNav a {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
.main .reason .item {
  margin: 2rem 0 0;
  padding: 1.2rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .reason .item {
    margin: 0.4rem 0 0;
    padding: 0 0 0.8rem;
  }
}
.main .reason .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  left: -1rem;
  z-index: -1;
  background: #fff;
  border-radius: 0.06rem;
}
@media screen and (max-width: 750px) {
  .main .reason .item::before {
    top: 1rem;
    right: 0;
    left: 0;
  }
}
.main .reason .item .image {
  width: 9.6rem;
  position: absolute;
  top: calc(50% - 4.8rem);
}
@media screen and (max-width: 750px) {
  .main .reason .item .image {
    width: 6.4rem;
    position: static;
    margin: 0 auto;
  }
}
.main .reason .item .image img {
  border-radius: 50% 50% 50% 0.06rem;
}
.main .reason .item .text {
  width: 11.4rem;
}
@media screen and (max-width: 750px) {
  .main .reason .item .text {
    width: auto;
    padding: 0 0.4rem;
    margin: 0.5rem 0 0;
  }
}
.main .reason .item .text .num {
  height: 1.2rem;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .reason .item .text .num {
    height: 0.78rem;
    font-size: 0.54rem;
  }
}
.main .reason .item .text .catch {
  color: #e95529;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3888888889;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .reason .item .text .catch {
    font-size: 0.48rem;
    line-height: 1.5;
  }
}
.main .reason .item .text p {
  padding: 0.54rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .reason .item .text p {
    padding: 0.48rem 0 0;
  }
}
.main .reason .item--odd {
  padding-left: 10.8rem;
}
@media screen and (max-width: 750px) {
  .main .reason .item--odd {
    padding-left: 0;
  }
}
.main .reason .item--odd .image {
  left: 0;
}
.main .reason .item--even {
  padding-left: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .reason .item--even {
    padding-left: 0;
  }
}
.main .reason .item--even .image {
  left: 13.8rem;
}
.main .review {
  padding: 2.2rem 0 2.4rem;
}
@media screen and (max-width: 750px) {
  .main .review {
    padding: 2rem 0;
  }
}
.main .review .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0.6rem;
  width: 22.8rem;
  margin: 1.1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .review .list {
    display: block;
    width: 6.9rem;
    margin: 0.9rem auto 0;
  }
}
.main .review .list .item {
  width: 7.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .review .list .item {
    width: auto;
  }
  .main .review .list .item + .item {
    margin: 1.2rem 0 0;
  }
}
.main .review .list .item .num {
  position: absolute;
  top: -1.16rem;
  left: 0.56rem;
  writing-mode: vertical-rl;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 0.9rem;
  line-height: 0.54rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .review .list .item .num {
    top: -0.58rem;
  }
}
.main .review .list .item .image img {
  border-radius: 0.06rem;
}
.main .review .list .item .text {
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .review .list .item .text {
    padding: 0.5rem 0.28rem 0;
  }
}
.main .review .list .item .text .catch {
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.main .review .list .item .text p {
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .review .list .item .text p {
    padding: 0.4rem 0 0;
  }
}
.main .review .list .item .text .name {
  padding: 0.7rem 0 0;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .review .list .item .text .name {
    padding: 0.4rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main .review .list .item--01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .main .review .list .item--01 .num {
    top: -1.76rem;
    font-size: 1.5rem;
    line-height: 0.78rem;
  }
  .main .review .list .item--01 .image {
    width: 10.8rem;
  }
  .main .review .list .item--01 .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 11.4rem;
  }
  .main .review .list .item--01 .text .catch {
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .main .review .list .item--01 .text p {
    padding: 0.8rem 0 0;
  }
}
.main .review .btn--cv {
  margin: 2.2rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .review .btn--cv {
    margin: 1.8rem auto 0;
  }
}
.main .faq {
  padding: 2.2rem 0 2.4rem;
  background: #fbf2e0;
}
@media screen and (max-width: 750px) {
  .main .faq {
    padding: 2rem 0;
  }
}
.main .faq .inner {
  margin: 1.15rem 0 0;
  padding: 0.8rem 1.5rem 0.9rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .faq .inner {
    margin: 0.8rem 0 0;
    padding: 0.3rem 0.4rem;
  }
}
.main .faq .inner .item .summary {
  padding: 0.54rem 0 0.54rem 0.6rem;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .main .faq .inner .item .summary {
    padding: 0.32rem 0 0.32rem 0.38rem;
    position: relative;
    font-size: 0.36rem;
    line-height: 1.6875;
  }
}
.main .faq .inner .item .summary::before {
  content: "Q.";
  display: inline-block;
  margin: 0 0.2rem 0 0;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .main .faq .inner .item .summary::before {
    position: absolute;
    top: 0.46rem;
    left: 0;
    font-size: 0.48rem;
    line-height: 1;
  }
}
.main .faq .inner .item .detail {
  display: none;
  padding: 0.52rem 0.6rem;
  background: #fff9e9;
  font-size: 0.36rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .faq .inner .item .detail {
    padding: 0.4rem 0.5rem;
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.main .faq .inner .item + .item {
  border-top: 1px solid currentColor;
}
.main .outline {
  padding: 1rem 0;
  background: #fff9e9;
}
@media screen and (max-width: 750px) {
  .main .outline {
    padding: 0.5rem 0;
  }
}
.main .outline .list {
  display: flex;
  flex-wrap: wrap;
  /*width: 19.2rem;*/
  width: 760px;
  margin: 0 auto;
  border: 1px solid #9b9b9b;
  border-top: none;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .outline .list {
    display: block;
    width: 90%;
  }
}
.main .outline .list dt,
.main .outline .list dd {
  box-sizing: border-box;
  border-top: 1px solid #9b9b9b;
  padding: 0.36rem 0.46rem;
  font-size: 0.36rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .outline .list dt,
.main .outline .list dd {
    font-size: 0.24rem;
  }
}
.main .outline .list dt {
  width: 3.82rem;
  background: #fafafa;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .outline .list dt {
    width: auto;
    padding: 0.4rem 0.46rem 0;
    background: transparent;
    line-height: 1;
  }
}
.main .outline .list dd {
  width: calc(100% - 3.82rem);
  border-left: 1px solid #9b9b9b;
  padding-left: 0.56rem;
}
@media screen and (max-width: 750px) {
  .main .outline .list dd {
    width: auto;
    border-top: none;
    border-left: none;
    padding: 0.12rem 0.46rem 0.3rem;
  }
}
.main .outline .list dd.cols {
  display: flex;
}
@media screen and (max-width: 750px) {
  .main .outline .list dd.cols {
    display: block;
  }
}
.main .outline .list dd.cols .col {
  width: 5.9rem;
}
@media screen and (max-width: 750px) {
  .main .outline .list dd.cols .col {
    width: auto;
  }
}

.gFooter {
  padding: 3.56rem 0 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gFooter {
    padding: 2rem 0 3.2rem;
  }
}
.gFooter .wrap {
  display: flex;
  height: 2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .wrap {
    display: block;
    height: auto;
  }
}
.gFooter .branding {
  display: flex;
  gap: 0 0.42rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .gFooter .branding {
    display: block;
  }
}
.gFooter .branding .logo {
  width: 3.74rem;
}
@media screen and (max-width: 750px) {
  .gFooter .branding .logo {
    margin: 0 auto;
  }
}
.gFooter .branding .text {
  color: #000;
  font-size: 0.28rem;
}
@media screen and (max-width: 750px) {
  .gFooter .branding .text {
    padding: 0.2rem 0 0;
    font-size: 0.24rem;
    line-height: 1;
    text-align: center;
  }
}
.gFooter .tel {
  margin: 0.54rem 7.8rem 0 auto;
}
@media screen and (max-width: 750px) {
  .gFooter .tel {
    margin: 0.66rem 0 0;
    text-align: center;
  }
}
.gFooter .tel .num {
  padding: 0 0 0 1.32rem;
  background: url(../images/tel.png) 0 0/1.27rem auto no-repeat;
  color: #12a73b;
  font-family: "din-1451-lt-pro-engschrift", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .tel .num {
    display: inline-block;
  }
}
.gFooter .tel .note {
  font-size: 0.28rem;
  line-height: 1;
  text-align: center;
  transform: translate(0, -0.1rem);
}
.gFooter .btn--cv {
  display: block;
  height: 2.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(50% + 4.82rem);
  background: #74ca11;
  border-radius: 1.15rem 0 0 0;
  box-shadow: 0 0.05rem 0.05rem rgba(36, 35, 34, 0.4);
}
@media screen and (max-width: 750px) {
  .gFooter .is-reflection {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9000;
  }
  .gFooter .btn--cv {
    box-sizing: border-box;
    width: 7.2rem;
    height: 1.2rem;
    padding: 0 0 0 1.4rem;
    position: relative;
    left: 0;
/*    position: fixed;*/
/*    left: auto;*/
/*    z-index: 9000;*/
    background-image: initial;
    background-position: calc(100% - 0.29rem) 50%;
    background-size: 0.21rem auto;
    background-repeat: no-repeat;
    border-radius: 1.2rem 0 0 0;
    line-height: 1.2rem;
  }
}
.gFooter .btn--cv span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 7.18rem;
  height: 2.3rem;
  padding: 0 0.62rem 0 0;
  background: url(../images/arw01.svg) 100% 50%/0.2rem auto no-repeat;
  color: #fff;
  font-size: 0.42rem;
  font-weight: 700;
}

.gFooter .btn--cv p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 7.18rem;
  height: 2.3rem;
  padding: 0 0.62rem 0 0;
  color: #fff;
  font-size: 0.42rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .gFooter .btn--cv span {
    display: inline;
    background-image: none;
    font-size: 0.36rem;
  }
}

@media print {
  body {
    zoom: 0.5;
  }
  body .gHeader {
    position: absolute;
  }
}
/*# sourceMappingURL=common.css.map */



/*-------------------------------
ABテスト　LP修正（2023/12/04）
---------------------------------*/
/* コンバージョンボタン*/
  .btn-cv a {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  }
  .btn-cv a img {
  vertical-align: middle;
  }
  .btn-cv a:after {
  content: ' ' !important;
  }

  /*テキストに影をつける*/
  .gHeader .btn--cv span,
  .main .btn--cv,
  .gFooter .btn--cv span{
    text-shadow: 1px 1px #333;
}

  /* ボタンの光沢 */
  .is-reflection > a {
  overflow: hidden;
  }
  .is-reflection > a::after {
  -moz-animation: is-reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 3s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
  }
  /* アニメーションを遅延させる */
  .is-reflection + .is-reflection > a::after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  }
  @keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
  }
  @-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }

  /* CVボタン矢印揺れ */
  .gHeader .is-trembling .btn--cv span,
  .main .is-trembling .btn--cv p,
  .gFooter .is-trembling .btn--cv p{
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:1s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
  position: relative;
  }
  .gFooter .is-trembling .btn--cv p{
    text-shadow: 1px 1px #333
  }
  .main .is-trembling .btn--cv p::after,
  .gFooter .is-trembling .btn--cv p::after{
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(../images/arw01.svg) 50%/0.2rem no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
    }
  .gFooter .is-trembling .btn--cv p::after{
    right: -0.3rem;
    }

  .main .btn--cv{
    background: #74ca11 url('') calc(100% - 0.78rem) 50%/0.2rem auto no-repeat;
  }
  @-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
  }
  .yotei-seminar{
    font-weight: 900;
  }
  .tel .comment{
    font-size: 0.25rem;
    line-height: 2.2;
  }
  .logo-top{
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.1rem;
    background: linear-gradient(transparent 95%, #e95529 95%);
  }
  .fv-bottom{
    display: flex;
  }
  .main .tel{
    width: 7.5rem;
    margin-left: 1rem;
    background-color: #fff;
    box-shadow: 0 0.05rem 0.05rem rgba(36, 35, 34, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main .hero .inner2 {
    width: 24rem;
    margin: 0 0 0 1.2rem;
    padding: 1.72rem 0 0;
    position: relative;
  }
  .main .tel .note {
    font-size: 0.28rem;
    line-height: 1;
    text-align: center;
    transform: translate(0, -0.1rem);
}

.headr-nav{
  width: 100%;
  background-color: #e95529;
  padding: 0.08rem 0;
}
.headr-nav ul{
  width: 24rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.headr-nav li{
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}
.headr-nav a{
  font-size: 0.34rem;
  display: block;
  padding: 0 0.2rem;
}
.fukidashi{
  width: 2.5rem;
  position: absolute;
  top: 2rem;
  left: -2.3rem;
}
.main .about .inner .sub--01 span{
  background: linear-gradient(transparent 90%, #f9af2d 90%);
}
.text .catch span{
  color: #e95529;
}
.main .outline .btn--cv {
  margin: 2.2rem auto 0;
}

.gHeader .btn--cv span p{
  background: linear-gradient(transparent 90%, #ffe400 90%);
}
.main .reason .sNav a {
  font-size: 0.36rem;
}
.main .reason .sNav a span {
  font-size: 0.42rem;
  color: #472d26;
  background: linear-gradient(transparent 84%, #e95529 84%);
}

.main .about .tel,
.main .review .tel {
  display: none;
}

@media screen and (max-width: 750px) {
.gHeader .branding {
    display: flex;
    gap: 0;
}
.gHeader .branding > div{
  width: 50% !important;
}

.logo-top {
  font-size: 0.22rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.gHeader .wrap {
  height: 2rem;
}
.headr-nav{
  display: none;
}
.main .hero .inner .title {
  width: 6.2rem;
  margin: 0 0 0 auto;
}
.fukidashi {
  width: 1.4rem;
  top: 0.1rem;
  left: -0.1rem;
}
.main .hero .inner {
  padding: 0.35rem 0 0;
}
.main .hero .inner2 {
  width: 100%;
  padding: 2.2rem 0 0;
  margin: 0;
}
.fv-bottom{
  display: block;
}
.main .is-reflection.is-trembling > span::before {
  bottom: -0.25rem;
  left: 2.3rem;
}

.main .is-reflection.is-trembling > span {
  width: 4.8rem;
  font-size: 0.28rem;
  top: -1rem;
}
.main .is-reflection.is-trembling.fv {
  width: 100%;
  margin-bottom: 0.3rem;
}
.main .btn--cv{
  margin: 0 auto;
}
.main .hero {
  overflow: initial;
}
.main .tel {
  width: 6.9rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  height: 1.6rem;
}
.main .tel .num{
  padding: 0 0 0 1.32rem;
  background: initial;
  padding: 0;
  font-size: 0.8rem;
}
.tel .comment {
  font-weight: bold;
}
.main .tel .note {
  font-size: 0.25rem;
}
.main .about .btn--cv {
  margin: 2rem auto 0.3rem;
}
.tel.border{
  border: 1px solid rgba(36, 35, 34, 0.4);
}
.main .review .btn--cv {
    margin: 1.8rem auto 0.3rem;
}
.floating{
  width: 100%;
  height: 1rem;
  display: flex;
  gap: 0.1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9000;
}
.floating a{
  display: block;
  box-sizing: border-box;
}
.floating .is-trembling{
  width: 55%;
}
.floating .is-trembling .btn--cv-bottom p::after {
  content: '';
  width: 1rem;
  height: 1rem;
  background: url(../images/arw01.svg) 50%/0.2rem no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.4rem;
}
.floating a.btn--cv-bottom{
  width: 100%;
  color: #fff;
  background: #74ca11;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  padding-right: 0.3rem;
  position: relative;
}
.floating a.tel-bottom{
  width: 45%;
  color: #fff;
  background: #12a73b url(../images/tel-sp.png)  0.3rem 50%/0.43rem auto no-repeat;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  padding-left: 0.54rem;
}
.main .is-trembling .btn--cv p::after,
.gFooter .is-trembling .btn--cv p::after{
  right: 0;
 }

.main .reason .sNav a {
  font-size: 0.32rem;
}
.main .reason .sNav a span {
  font-size: 0.38rem;
}
.gFooter .is-trembling .btn--cv p{
  font-size: 0.36rem;
  box-sizing: border-box;
  width: 7.2rem;
  height: 1.2rem;
  padding: 0 0 0 1.4rem;
  position: fixed;
  left: -1rem;
  z-index: 9000;
  border-radius: 1.2rem 0 0 0;
  line-height: 1.2rem;
}
.gFooter .is-trembling .btn--cv p::after {
  right: -1.2rem;
}

  .main .outline .btn--cv {
    margin: 1.8rem auto 0;
  }
  .main .about .tel,
  .main .review .tel {
    display: flex;
  }

}


.reason .sNav {
  justify-content: center;
}

.reason .sNav:before {
  content: "";
  display: block;
  width: 1%;
}

@media (max-width: 750px) {
  #adv-slider {
    padding: 0;
  }
}
#adv-slider li {
  padding: 0 0.2rem;
}
#adv-slider .slick-list {
  padding-left: 1.6rem;
}
@media (max-width: 750px) {
  #adv-slider .slick-list {
    padding-left: 0;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 0.5rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-next {
  right: -1rem;
}
@media (max-width: 750px) {
  .slick-next {
    right: 0;
  }
}

@media (max-width: 750px) {
  .slick-prev {
    left: 0;
  }
}

.slick-prev:before {
  font-family: "fontawesome";
  font-size: 0.4rem;
  width: 0.23rem;
  height: 0.465rem;
  display: block;
  background-image: url("../images/arrow-prev.png");
  background-size: 0.23rem 0.465rem;
  content: "";
}

.slick-next:before {
  font-family: "fontawesome";
  font-size: 0.4rem;
  width: 0.23rem;
  height: 0.465rem;
  display: block;
  content: "";
  background-image: url("../images/arrow-next.png");
  background-size: 0.23rem 0.465rem;
}

.slick-dots li.slick-active button:before{
  background:#e95529!important;
  opacity:.75
}

/* タブ */
#reason .tab-wrap {
  margin: 5% auto;
}
#reason .tab-list {
  display: flex;
  justify-content: space-between;
  border-left: #e95529 1px solid;
}
#reason .tab-item {
  width: 20%;
  padding: 10px 0;
  font-size: 0.6rem;
  background-color: #fff;
  color: #472d26;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
  font-family: "din-1451-lt-pro-engschrift", s ans-serif;
  border-top: #e95529 1px solid;
  border-right: #e95529 1px solid;
  border-bottom: #e95529 1px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  #reason .tab-item {
    font-size: 0.35rem;
  }
}

#reason .tab-item:hover {
  color: #e95529;
}

#reason .tab-item.is-active {
  color: #e95529;
  background: #fbf2e0;
  border-bottom: none;
}

/* パネル */
#reason .panel-list {
  background-color: #fbf2e0;
  box-sizing: border-box;
  width: 100%;
  
}
#reason .panel-item {
  display: none;
  box-sizing: border-box;
  width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px){
 #reason .panel-item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
} 
}
#reason .panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

#reason .item .text .catch {
  font-size: 0.65rem;
}
@media screen and (max-width: 750px) {
    #reason .item .text .catch {
        font-size: 0.48rem;
        line-height: 1.5;
    }
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
    .main .hero .inner .title {
        width: 7rem;
        margin: 3% 0 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .main .hero .inner .point li {
        width: 2.8rem;
    }
}

@media screen and (max-width: 750px) {
    .main .hero .inner .point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.3rem 0.24rem;
        margin: 0.5rem 0 0;
    }
}

.main .hero .bg figcaption {
  bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .main .hero .bg figcaption {
    width: auto;
    right: 0.4rem;
    bottom: 3.72rem;
    left: auto;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 750px) {
    .main .about .ttl .primary01 {
        font-size: 0.62rem;
      margin: 0 0 -0.6rem;
    }
}
@media screen and (max-width: 750px) {
    .main .compare .ttl .primary01 {
        margin: 0 0 -1rem;
    }
}
@media screen and (max-width: 750px){
  .main .compare .list picture {
    display: flex;
    align-items: flex-end;
    height: 7.8rem;
    padding-bottom: 0.4rem;
  }
}
.main .compare .list .item--02 .image img {
    width: 7.34rem;
    margin: 0.37rem 0 0 0.86rem;
  
}
.main .compare .list .item--04 .image figcaption {
    margin: 0 0 0 0.92rem;
}
.main .compare .list .item--04 .image img {
    width: 7.21rem;
    margin: 0.37rem 0 0 0.86rem;
}

@media screen and (max-width: 750px){
  .main .compare .list .item--01 .image img{
    width: 6.4rem!important;
    margin: 0.3rem auto 0;
  }
  .main .compare .list .item--02 .image img {
    width: 6.4rem!important;
    margin: 0.3rem auto 0;
  }
  .main .compare .list .item--03 .image img {
    width: 6.45rem!important;
    margin: 0.43rem 0 0 0.35rem;
  }
  .main .compare .list .item--04 .image img {
    width: 6.43rem!important;
    margin: 0.43rem 0 0 0.4rem;
  }
  .main .compare .list .item--04 .image figcaption {
    margin: 0 auto;
  }
}
.reason .sNav{
  justify-content: center;
}
.reason .sNav:before{
  content:"";
  display:block;
  width: 1%;
}



/* add */
.text_bold {
  font-weight: 750;
}

.text_marker {
  background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
}

.text_highlight {
  font-weight: 750;
  background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
}

.contents_main {
  padding: unset;
}
#wrapper{
  min-width: unset;
}
header {
  overflow:unset;
  padding:unset;
  min-width: unset;
  margin: unset;
}
header .inner{
  padding: unset;
}
.gHeader .branding {
  gap: unset;
  justify-content: space-between;
  width: 100%;
}
.gHeader .wrap {
  height: 1.44rem;
  display: flex;
}
.gHeader .branding {
  padding: unset;
}
.gHeader .branding .logo {
  width: 3.56rem !important;
  margin: unset;
}
.gHeader .branding .text {
  font-weight: normal;
}
.wrap {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

#top_image{
	background-color:#ffffff;
	padding: 0.3rem 0 0;
	overflow: hidden;
	text-align: center;
  margin: 0 auto;
}
#top_image .ttl{
  text-align: center;
	/*margin-bottom: 50px;*/	
  /*margin-bottom: 10px !important;*/
}
#top_image .inner{
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.main .about {
  background: #ffffff;
}
.main .inner{
  /*width: 760px;*/
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0.1rem 0.5rem 0.5rem;
  background: #f5f6f7;
}
.main .inner_sub{
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#contact {
  /*background-color: #f5f6f7;*/
  background-color: #ffffff;
  padding: 0.5rem 0 0.5rem;
  overflow: hidden;
  text-align: center;
}
#contact .inner
 {
    background-color: #f5f6f7;
    width: 760px;
    max-width:unset;
    margin: 0 auto;
    position: relative;
}
#contact .inner_sub{
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.main .outline {
  padding: 0 0 0.5rem;
  background: #ffffff;
}
.main .outline .list dt, .main .outline .list dd {
  font-size: 0.36rem;
}

@media screen and (max-width: 750px) {
  .contents_main {
    padding: unset;
  }
  #wrapper img{ width:unset; height:unset;}
  header {
		overflow:unset;
		padding:unset;
		min-width: unset;
		margin: unset;
	}
	header .inner{
		padding: unset;
	}
	header h1{
		width: 180px;
		margin-left: -10px;
	}
  .gHeader .wrap {
    height: 1.1rem;
    display: flex;
  }
  .gHeader .branding {
    padding: unset;
  }
  .gHeader .branding .logo {
    width: 2.46rem !important;
    margin: unset;
  }
  .gHeader .branding .text {
    padding: unset;
  }
  .wrap {
    width: auto;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }

  #top_image{
		/*background-color:#ffffff;*/
		padding: 0 0.15rem;
		overflow: hidden;
		text-align: center;
	}
	#top_image .ttl{
		margin-bottom: 30px;
		text-align: center;
    margin-bottom: 10px !important;
	}
  #top_image .inner{
		width:100%;
    margin: 0 auto;
    position: relative;
	}
  .main .inner{
		width:90%;
    margin: 0 auto;
    position: relative;
    padding: 0.3rem 0.3rem 0.5rem;
	}
  .main .inner_sub{
		width:90%;
    margin: 0 auto;
    position: relative;
    padding: 0.3rem 0.3rem 0.5rem;
	}
  .main .outline .list dt {
    padding: 0.4rem 0.26rem 0;
  }
  .main .outline .list dt, .main .outline .list dd {
    font-size: 0.28rem;
  }
  #contact {
    /*background-color: #f5f6f7;*/
    padding: 0.5rem 0 0.3rem;
    overflow: hidden;
    text-align: center;
  }
  #contact .inner{
    width:90%;
    margin: 0 auto;
    position: relative;
  }
  #contact .inner_sub{
    width:90%;
    margin: 0 auto;
    position: relative;
  }
  #contact .interruption_info{
    text-align: left;
  }
}

.main .about .inner .introduction {
  padding: 0.5rem 0 0;
  font-size: 0.35rem;
  line-height: 1.8;
}
.main .about .inner .introduction p {
  padding: 0.2rem 0 0;
  font-size: 0.36rem;
  line-height: 1.8;
  font-weight: 750;
}
.main .about .inner .heading p{
  padding: 0.5rem 0 0;
  font-size: 0.40rem;
  line-height: 1.8;
  font-weight: 800;
}
@media screen and (max-width: 750px) {
  .main .about .inner .introduction {
    padding: 0.4rem 0 0;
    font-size: 0.28rem;
    line-height: 1.7142857143;
  }
  .main .about .inner .introduction p {
    padding: 0.2rem 0 0;
    font-size: 0.28rem;
    line-height: 1.7142857143;
    font-weight: 750;
  }
  .main .about .inner .heading p{
    padding: 0.2rem 0 0;
    font-size: 0.3rem;
    line-height: 1.8;
    font-weight: 800;
  }
}

.h_title_l {
  font-size: 0.5rem;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-align: center;
}

.h_title_l span {
  color: #f57f17;
}

.h_title_s {
  font-size: 0.4rem;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-align: center;
}

.h_idx {
  font-size: 0.36rem;
  margin: 0;
  padding: 0;
}
.h_idx_txt1 {
    padding-left: 20px !important;
}
.h_idx_txt {
    position: relative;
    font-weight: 750;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
}
.h_idx_txt1::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 60%;
    background-color: #f9af2d;
    transform: translate(0, -50%);
    content: '';
    display: block;
}
ul {
  margin-top: 0.4rem;
}

ul:has(+p) {
  margin-bottom: .20rem;
}

ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  font-size: 0.35rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  ul li {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

ul.mark_point li:before {
  content: "・";
  margin-right: 0.3em;
  display: block;
}

ul.mark_remark {
  margin-top: unset;
}
ul.mark_remark li:before {
  content: "※";
  margin-right: 0.3em;
  display: block;
}

ul.mark_square {
  margin-top: unset;
}
ul.mark_square li:before {
  content: "■";
  margin-right: 0.3em;
  display: block;
}
/*
ul.remark {
  margin-top: 0.4rem;
}

ul.remark:has(+p) {
  margin-bottom: .20rem;
}

ul.remark li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  ul.remark li {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

ul.remark li:before {
  content: "・";
  margin-right: 0.3em;
}
*/

#contact .term{
	width: 710px;
	margin: 10px auto 10px;
	text-align: left;
	background-color: #fff;
	padding: 15px 20px;
}

#contact .personal_info{
	width: 710px;
	margin: 10px auto 20px;
	text-align: left;
	background-color: #fff;
	padding: 15px 20px;
}

#contact .personal_info .scroll_box{
  border: solid 1px #cdcdcd;
	padding: 5px 5px 5px 5px;
	overflow-y: scroll;
	height: 100px;
	/*font-size: inherit;*/
}
#contact .personal_info h3{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 768px){
  #contact .term{
		width: 100%;
		margin: 10px auto 10px;
		text-align: left;
		background-color: #fff;
		padding: 15px 10px;
		box-sizing: border-box;
	}

  #contact .personal_info{
    width: 100%;
    margin: 10px auto 20px;
    text-align: left;
    background-color: #fff;
    /*padding: 15px 5px 10px;*/
    padding: unset;
  }

  #contact .personal_info .scroll_box{
    margin: 0 auto;
    width: 95%;
    border: solid 1px #cdcdcd;
    padding: 5px 5px 5px 5px;
    overflow-y: scroll;
    height: 100px;
    /*font-size: inherit;*/
  }
  #contact .personal_info h3{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
  }
}

#contact .personal_info .scroll_box a{
  text-decoration: underline !important;
}