@charset "UTF-8";

body {
  font-size: 1.667vw;
  /* font-size: clamp(1.2rem,1.66vw,2.7rem); */
  /* font-size: 2rem; */
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sp-only {
  display: none !important;
}

a {
  transition: .5s;
}

a:hover {
  transition: .5s;
  opacity: 70%;
}

.header {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  font-weight: 600;
  color: #3e3a39;
  align-items: center;
}

.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1vw;
  /* font-size: 1.2rem; */
}

.header__wrap {
  display: flex;
  align-items: center;
}

.header__item img {
  width: 22vw;
}

.header__wrap:first-of-type .header__item:nth-of-type(2) li {
  display: block;
  padding: 0 0 0 2rem;
  line-height: 1.3;
}

.header__wrap:nth-of-type(2) .header__item:nth-of-type(1) li {
  display: block;
  line-height: 1.3;
  font-size: 1.08vw;
  /* font-size: 1.3rem; */
}

.header__wrap:nth-of-type(2) .header__item:nth-of-type(1) li span {
  font-size: 1vw;
  /* font-size: 1.2rem; */
}

.header__wrap:nth-of-type(2) .header__item:nth-of-type(2) li {
  font-size: 2.5vw;
  /* font-size: 3rem; */
  padding: 0 1.3rem;
}

.header__wrap .cta__link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  background-color: #de3d3e;
  color: #ffffff;
  font-size: 1.41vw;
  /* font-size: 1.7rem; */
  padding: 1.3rem 3.7rem;
  border-radius: 2.16vw;
  /* border-radius: 2.6rem; */
}

.hero {
  display: block;
  text-align: center;
  background-image: url(../images/pc/bg-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.8rem 0 1.2rem 0;
}

.hero img {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

.why {
  background-color: #285080;
  padding: 4rem 0 5.3rem 0;
}

.why h1 {
  display: block;
  color: #ffffff;
  font-size: 4.41vw;
  /* font-size: 5.3rem; */
}

.why .wrap {
  display: flex;
  align-items: end;
  justify-content: center;
}

.why .wrap p:nth-of-type(2) {
  font-size: 6vw;
  /* font-size: 7.2rem; */
}

.why .wrap p:nth-of-type(1) {
  font-size: 1.25vw;
  /* font-size: 1.5rem; */
}

.why span p {
  display: block;
  text-align: center;
}

.why .no {
  font-size: 10.58vw;
  /* font-size: 12.7rem */
}

.why__point img {
  display: block;
  max-width: 91.66vw;
  /* max-width: 110rem; */
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}

.why__item {
  background-color: #ffffff;
  max-width: 91.6vw;
  /* max-width: 110rem; */
  width: 100%;
  margin: 0 auto;
  border-radius: 5rem;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: -1px;
}

.why__item:not(:last-of-type) {
  margin-bottom: 4rem;
}

.why__item h2 {
  color: #285080;
  display: flex;
  font-size: 3.33vw;
  /* font-size: 4rem; */
  align-items: center;
  letter-spacing: -3px;
  line-height: 1.3;
  padding-bottom: .5rem;

}

.why__item p {
  font-weight: 500;
  line-height: 1.75;
  width: 47.5vw;
}

.why__item span {
  line-height: 1.3;
}

.why__item span:first-of-type {
  font-size: 9.58vw;
  /* font-size: 11.5rem; */
  padding-right: 3%;
}

.why__wrap img {
  width: 33.3vw;
}

.why__img {
  display: flex;
  align-items: center;
}

.problem {
  padding: 5.2rem 0 0 0;
}

.problem h3 {
  font-size: 4.58vw;
  text-align: center;
  color: #285080;
  letter-spacing: -4.5px;
  font-weight: 700;
  border-bottom: .4rem solid #285080;
  padding-bottom: 1.6rem;
  width: 55vw;
  margin: 0 auto;
  white-space: nowrap;
}

.problem__list img {
  display: block;
  width: 69.66vw;
  margin: 0 auto;
  padding-top: 5rem;
}

.problem__list {
  z-index: 100;
  position: relative;
}

.problem__cta {
  background-color: #eef1f5;
  margin-top: -2.4rem;
  position: relative;
}

.problem__img {
  position: absolute;
  top: 4%;
  left: 12%;
}

.problem__img img {
  width: 14vw;
}

.problem__cta h4 {
  color: #285080;
  font-size: 2.91vw;
  font-weight: 700;
  text-align: center;
  padding: 7.7rem 0 1rem 0;
  line-height: 2;
  position: relative;
  border-bottom: .4rem solid;
  display: block;
  width: 91.66vw;
  margin: 0 auto;
}

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

.problem__cta h4:before {
  border: 3rem solid;
  border-color: transparent;
  border-top-color: #285080;
  margin-left: -20px;
}

.problem__cta h4:after {
  border: 2.4rem solid;
  border-color: transparent;
  border-top-color: #eef1f5;
  margin-left: -14px;
}


.problem__cta h4 span {
  font-size: 4.12vw;
}

.problem__cta rt {
  letter-spacing: -31px;
}

.cta__item {
  color: #285080;
}

.problem__cta .cta {
  display: flex;
  justify-content: space-between;
  font-size: 1.16vw;
  padding: 6.8rem 0;
  align-items: center;
  width: 91.6vw;
  margin: 0 auto;
}

.problem__cta .tel {
  font-size: 5.41vw;
  font-weight: 900;
  position: relative;
  text-align: center;
  padding-left: 16%;
  white-space: nowrap;
}

.problem__cta .tel::before {
  position: absolute;
  display: inline-block;
  content: url(../images/pc/icon-cta.webp);
  left: 0rem;
}

.problem__cta .text {
  letter-spacing: 1px;
}

.problem__cta .cta__link {
  background-color: #de3d3e;
  color: #ffffff;
  font-size: 3.30vw;
  padding: 2rem 11rem;
  border-radius: 5vw;
  letter-spacing: -3px;
  white-space: nowrap;
}

.comparison {
  padding: 5.4rem 0;
  background-image: url(../images/pc/bg-comparison.webp);
}

.comparison h2 {
  color: #ffffff;
  background-color: #285080;
  font-size: 3.125vw;
  text-align: center;
  padding: 6.4rem 0;
  letter-spacing: -2px;
}

.comparison span {
  font-size: 5vw;
  letter-spacing: -1px;
}

.comparison__table {
  display: block;
  justify-content: center;
  width: 91.6vw;
  margin: 0 auto;
  color: #285080;
  font-size: 2.08vw;
  text-align: left;
  font-weight: 700;
  margin-top: 8.3rem;
}

.comparison__table p {
  font-size: 1.6vw;
  font-weight: 400;
  text-align: center;
  padding-top: 1.2rem;
}


.comparison__table th,
.comparison__table td {
  border: solid 1px #a9b9cc;
}

.comparison__table tr:first-child th {
  border-top: none;
}

.comparison__table th:first-child {
  border: none;
}

.comparison__table tr:last-child th,
.comparison__table tr:last-child td {
  border-bottom: none;
}

.comparison__table tr th:last-child,
.comparison__table tr td:last-child {
  border-right: none;
}

.comparison__table th:first-child {
  width: 15vw;
  vertical-align: middle;
  height: 13rem;
  border-bottom: solid 1px #a9b9cc;
  padding-left: 1.25%;
  border-top: none;
}

.comparison__table tr:first-child th:first-child {
  opacity: 0;
  border-bottom: none;
}

.comparison__table tr:first-child th {
  width: 16.66vw;
  text-align: center;
  vertical-align: middle;
  height: 9rem;

}

.comparison__table th {
  background-color: #e3e8ee;
  vertical-align: middle;
}

.comparison__table td {
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
}

.comparison__table .pink {
  border-radius: 3.5vw 3vw 0 0;
  display: block;
  height: 13rem;
  position: relative;
}

.comparison__table tr th:nth-child(2) {
  width: 27.5vw;
}

.comparison__table tr th:nth-child(2),
.comparison__table tr td:nth-child(2) {
  border-right: solid #d88c87 1rem;
  border-left: solid #d88c87 1rem;
}

.comparison__table tr:last-child td:nth-child(2) {
  border-bottom: solid #d88c87 1rem;
}

.comparison .box {
  position: absolute;
  background-color: #d88c87;
  width: 28.3vw;
  color: #ffffff;
  font-size: 3.33vw;
  font-weight: 700;
  padding: 4% 0 2rem 0;
  border-radius: 3.5vw 3vw 0 0;
  text-align: center;
  height: 13rem;
  z-index: 100;
  top: -45%;
  left: -4.6%;
  /* line-height: 1.3; */
}

.comparison small {
  font-size: 1vw;
  color: #285080;
  font-weight: 700;
  display: block;
  width: 91.66vw;
  margin: 0 auto;
  text-align: right;
  margin-top: 1.3rem;
}

.explanation {
  background-image: url(../images/pc/bg-comparison.webp);
  color: #ffffff;
  text-align: center;
}

.explanation h2 {
  background-color: #285080;
  font-size: 4.166vw;
  letter-spacing: -1px;
  line-height: 1.6;
  padding: 4.6rem 0;
}

.explanation h2 span {
  font-size: 6.04vw;
}

.explanation__item picture img {
  display: block;
  width: 91.66vw;
  margin: 0 auto;
}

.explanation__item:first-of-type p img {
  display: block;
  width: 6.7vw;
  margin: -2% auto;
  position: relative;
  z-index: 10;
}

.explanation__item:nth-of-type(2) picture img {
  margin: -5% auto;
  position: relative;
  z-index: 1;
}

.explanation__item:nth-of-type(2) p img {
  display: block;
  width: 8.333vw;
  margin: 3.8% auto;
  position: relative;
  z-index: 10;
}

.explanation__item:nth-of-type(3) picture img {
  display: block;
  margin: -5% auto;
  position: relative;
  z-index: 1;
}

.explanation__item {
  margin: 4rem 0;
}

.flow {
  color: #285080;
  padding: 8.3rem 0;
}

.flow h4 {
  color: #285080;
  font-size: 3.333vw;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -1px;
}

.flow h4::before,
.flow h4::after {
  background-color: #285080;
  content: "";
  height: .2rem;
  width: 22vw;
}

.flow__list {
  display: flex;
  width: 91.66vw;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 8rem;
}

.flow__box {
  font-size: 1.875vw;
  background-color: #ffffff;
  border-radius: 1.66vw;
  border: .4rem solid #285080;
  padding: 4.2rem 0 2.1rem 0;
  width: 20.41vw;
}

.flow__box p {
  display: block;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: -1px;
}

.flow__box p:first-child {
  border-bottom: .2rem solid #285080;
  width: 8.166vw;
  margin: 0 auto;
  padding-bottom: .5rem;
}

.flow__box p:nth-child(2) {
  padding-top: 1rem;
}

.flow__item {
  position: relative;
}

.flow__item::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/pc/icon-flow.webp);
  width: 1.849vw;
  height: 1.849vw;
  background-repeat: no-repeat;
  top: 46%;
  right: -13%;
  background-size: contain;
}

.flow__item:last-of-type::after {
  background-image: none;
}

.flow__item:last-of-type p:nth-of-type(2) {
  letter-spacing: -2px;
}

.flow__list .flow__item .flow__box {
  position: relative;
}

.flow__list .flow__item:first-of-type .flow__box::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/pc/img01-flow.webp);
  width: 6.66vw;
  height: 6.66vw;
  background-repeat: no-repeat;
  top: -24%;
  right: 32%;
  background-size: contain;
}

.flow__list .flow__item:nth-of-type(2) .flow__box::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/pc/img02-flow.webp);
  width: 6.66vw;
  height: 6.66vw;
  background-repeat: no-repeat;
  top: -24%;
  right: 32%;
  background-size: contain;
}

.flow__list .flow__item:nth-of-type(3) .flow__box::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/pc/img03-flow.webp);
  width: 6.66vw;
  height: 6.66vw;
  background-repeat: no-repeat;
  top: -24%;
  right: 32%;
  background-size: contain;
}

.flow__list .flow__item:nth-of-type(4) .flow__box::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/pc/img04-flow.webp);
  width: 6.66vw;
  height: 6.66vw;
  background-repeat: no-repeat;
  top: -24%;
  right: 32%;
  background-size: contain;
}

.cta02 {
  position: relative;
  margin: 6.4rem auto 7.4rem auto;
  display: flex;
  background-color: #285080;
  width: 91.66vw;
  color: #ffffff;
  font-size: 2.333vw;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding: 4rem;
  letter-spacing: -1px;
}

.cta02::after {
  position: absolute;
  border: .1rem solid #ffffff;
  content: "";
  top: .9rem;
  bottom: .9rem;
  left: .9rem;
  right: .9rem;
  z-index: 1;
}

.cta02 .cta__wrap img {
  width: 16.16vw;
}

.cta02 .cta_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.4rem;
  position: relative;
  z-index: 100;
}

.cta02 .cta__tel p:first-of-type {
  font-size: 1.333vw;
  font-weight: 500;
}

.cta02 .cta__tel p:nth-of-type(4) {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: .5rem;
}

.cta02 .cta__tel p:first-of-type {
  font-size: 1.333vw;
  font-weight: 500;
}

.cta02 .cta__tel p:nth-of-type(2) {
  font-size: 4.666vw;
  font-weight: 700;
  padding-top: .1rem;
  letter-spacing: 2px;
}

.cta02 .cta__link a {
  color: #ffffff;
  background-color: #de3d3e;
  border-radius: 4.75vw;
  font-size: 2.5vw;
  font-weight: 700;
  padding: 2.5rem 6rem;
}

.cta02 .cta__tel p:nth-of-type(3) {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: .3rem;
}

.voice {
  background-color: #d88c87;
  color: #ffffff;
  padding: 7rem 0;
}

.voice h4 {
  font-size: 3.333vw;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -1px;
}

.voice h4::before,
.voice h4::after {
  background-color: #ffffff;
  content: "";
  height: .2rem;
  width: 35vw;
}

.voice__box .voice__list {
  display: flex;
  justify-content: space-between;
  width: 91.66vw;
  margin: 6rem auto 0 auto;
}

.voice__wrap:first-child {
  width: 74.16vw;
  border: .4rem solid #ffffff;
  border-radius: 5vw;
  padding: 4.2rem;
  margin-bottom: 1rem;
  position: relative;
}

.voice__wrap:first-child::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../images/pc/icon02-voice.webp);
  width: 5vw;
  height: 4vw;
  background-repeat: no-repeat;
  background-size: 5vw;
  top: -2%;
  left: -1%;
}

.voice__wrap:first-child::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../images/pc/icon01-voice.webp);
  width: 5vw;
  height: 4vw;
  background-repeat: no-repeat;
  background-size: 5vw;
  bottom: -4%;
  right: -1%;
}

.voice__title {
  font-size: 2.5vw;
  font-weight: 700;
}

.voice__text {
  font-weight: 500;
  font-size: 1.833vw;
  line-height: 1.72;
  padding-top: 2.8rem;
}

.img_name {
  font-size: 1.66vw;
}

.voice__list .voice__wrap:last-of-type p {
  display: block;
  text-align: center;
  padding-top: 1rem;
  font-weight: 500;
}

.faq {
  padding: 9rem 4.4rem;
}

.faq h4 {
  font-size: 3.01vw;
  color: #285080;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
}

.faq h4::before,
.faq h4::after {
  background-color: #285080;
  content: "";
  height: .2rem;
  width: 34.91vw;
}

/* アコーディオン */
nav {
  display: none;
  font-weight: 400;
  padding-top: 2.8rem;
  padding: 3% 1%;
}

.nav-open {
  color: #333333;
  font-size: 2.08vw;
  position: relative;
  font-weight: 700;
}

.nav-open span {
  display: inline-block;
  color: #ffffff;
  background-color: #d88c87;
  width: 8.75vw;
  font-size: 3vw;
  text-align: center;
  padding: .5rem 0 .8rem 0;
  border-radius: 5vw;
  margin-right: 1%;
}

.nav-open::before {
  content: "＋";
  color: #333333;
  position: absolute;
  right: 20px;
  font-size: 4vw;
  font-weight: 300;
}

.nav-open.active::before {
  content: "－";
  color: #333333;
  font-size: 4.2vw;
  font-weight: 300;
}

.accordion-item {
  border: .3rem solid #c3c7cb;
  border-radius: 4vw;
  padding: 2.5rem 3%;
  margin-bottom: 3.2rem;
  cursor: pointer;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-box {
  padding-top: 4.8rem;
}

.form {
  background-color: #f2f2f2;
  padding: 7.4rem 0 3rem;
  color: #333333;
}

.form h4 {
  font-size: 3vw;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -1px;
  color: #285080;
}

.form h4::before,
.form h4::after {
  background-color: #285080;
  content: "";
  height: .2rem;
  width: 30.75vw;
}

.form__wrap {
  width: 70.475vw;
  margin: 4.2rem auto 0 auto;
  font-weight: 700;
}

.form__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.form .form__item:first-of-type input,
.form .form__item:nth-of-type(2) input,
.form .form__item:nth-of-type(3) input,
.form .form__item:nth-of-type(4) input {
  background-color: #ffffff;
  width: 48.25vw;
  padding: 2.5%;
  border-radius: 0.83vw;
  font-size: 1.666vw;
}

.form__title {
  display: flex;
  justify-content: space-between;
  width: 20.25vw;
  align-items: center;
}

.form__title span {
  color: #ffffff;
  background-color: #d88c87;
  padding: .6rem 1.6rem;
  border-radius: 4vw;
  white-space: nowrap;
}

.form__item:nth-of-type(5) .form__title span,
.form__item:nth-of-type(6) .form__title span {
  color: #ffffff;
  background-color: #999999;
  padding: .6rem 1.6rem;
  border-radius: 4vw;
  white-space: nowrap;
}

/* チェックボックス */
.form__item .option-input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  width: 2.1vw;
}

.form__item .option-input:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 7.1%;
  width: 2.1vw;
  height: 2.1vw;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #d88c87;
}

.form__item .option-input:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form__item .option-input:after {
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 2.1vw;
  height: 2.1vw;
  content: '';
  border: .3rem solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
}

/*  */

.form__item_wrap01 {
  display: flex;
  text-align: center;
  justify-content: left;
  width: 48.25vw;
}

.form__item .wrap {
  display: flex;
}

.form__item_wrap label {
  display: block;
  margin-left: .1%;
  white-space: nowrap;
}

.form__item_wrap p {
  display: block;
}

.form__item:last-of-type {
  margin-top: 4rem;
}

.form__item:nth-last-of-type(2) {
  margin-top: 4rem;
}

.form__item:last-of-type textarea {
  display: block;
  background-color: #FFFFFF;
  width: 48.25vw;
  height: 17rem;
  padding: 2.5%;
  border-radius: 0.83vw;
  font-size: 1.666vw;
}

.form .text {
  display: flex;
  padding-top: 2rem;
  width: 48.25vw;
  justify-content: space-between;
  align-items: center;
}

form .text label {
  margin-left: 0;
  margin-right: .5%;
}

.form .text textarea {
  display: block;
  background-color: #FFFFFF;
  width: 41.5vw;
  height: 6.2rem;
  padding: 2.5%;
  border-radius: 0.83vw;
  font-size: 1.666vw;
}

.form .worries {
  align-items: baseline;
}

.form .submit {
  color: #FFFFFF;
  background-color: #de3d3e;
  font-size: 2.941vw;
  font-weight: 700;
  width: 46.33vw;
  border-radius: 5vw;
  padding: 1.3rem 0;
  cursor: pointer;
  transition: .5s;
  display: block;
  margin: 2rem auto 0 auto;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.form .submit:hover {
  transition: .5s;
  opacity: 70%;
}

.cta_btm {
  display: block;
  margin: 0 auto;
  color: #285080;
  font-size: 0.883vw;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  /* height: 90px; */
  align-items: center;
  padding: 1% 0;
  z-index: 999;
}

.cta_btm .cta__wrap {
  width: 62.08vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 90px; */
}

.cta_btm .cta__tel {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.cta_btm .tel {
  font-size: 3.108vw;
  font-weight: 700;
  letter-spacing: 1.5;
}

.cta_btm .cap {
  letter-spacing: 1px;
  margin-top: -1rem;
  margin-left: .8rem;
  line-height: 1.4;
}

.cta_btm div p:first-of-type {
  margin-bottom: .3rem;
  letter-spacing: 1px;
}

.cta_btm .cta__link a {
  display: block;
  background-color: #de3d3e;
  color: #FFFFFF;
  font-size: 1.666vw;
  font-weight: 700;
  padding: 7% 0;
  border-radius: 4vw;
  width: 25.5vw;
  margin: 0 auto;
  text-align: center;
}
footer {
  width: 100%;
  background: #f2f2f2;
  padding: 0 0 120px;
}
footer div {
  width: 1000px;
  margin: 0 auto;
}
footer div ul {
  display: flex;
  justify-content: center;
}
footer div ul li {
  margin: 0 0 0 20px;
  font-size: 14px;
}
footer div ul li a {
  text-decoration: underline;
}
footer div ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  body {
    font-size: 4.26vw;
  }


  .cta02 .cta_box {
    display: block;
  }

  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  .hero {
    background-image: none;
    padding: 0;
  }

  .header {
    margin: 0 auto;
    padding: 1.8rem 3vw;
    font-weight: 600;
    color: #3e3a39;
    align-items: center;
  }

  .header__item:first-of-type li {
    display: block;
    width: 35.46vw;
  }

  .header__item img {
    display: block;
    width: 35.46vw;
  }

  .header__wrap .header__item:nth-of-type(2) .sp-only a {
    display: block;
    font-size: 1.466vw;
    border: #000001 solid 1px;
    padding: .2rem 1.6rem;
    border-radius: 6vw;
    white-space: nowrap;
    margin-right: 1.8vw;
  }

  .header__wrap .sp-only a p {
    display: block;
    text-align: center;
  }

  .header__wrap .sp-only a p:nth-of-type(2) {
    font-size: 3.2vw;
  }

  .header__wrap .sp-only a p:nth-of-type(3) {
    font-size: 1.33vw;
  }


  .header__wrap .cta__link {
    color: #ffffff;
    font-size: 2.266vw;
    padding: .8rem 2.6rem;
    border-radius: 2.16vw;
    white-space: nowrap;
    border-radius: 6vw;
  }

  .header__wrap:nth-of-type(2) .header__item:nth-of-type(2) li {
    padding: 0;
  }

  .why {
    padding: 3.3rem 0 3.3rem 0;
  }

  .why h1 {
    display: block;
    color: #ffffff;
    font-size: 7.73vw;
    text-align: center;
  }

  .why .wrap p:nth-of-type(2) {
    font-size: 11.46vw;
    text-align: center;
  }

  .why .wrap p:nth-of-type(2) span {
    font-size: 7.73vw;
  }

  .why .wrap {
    display: inline;
  }

  .why .wrap p:nth-of-type(1) {
    font-size: 3.173vw;
  }

  .why .wrap p:nth-of-type(1) span {
    padding-left: 18vw;
  }

  .why .no {
    font-size: 20.26vw;
  }

  .why__point img {
    max-width: 91.4vw;
    padding: 2rem 0;
  }

  .why__item {
    max-width: 92vw;
    /* max-width: 110rem; */
    margin: 0 auto;
    border-radius: 2rem;
    padding: 2rem;
    flex-direction: column;
    letter-spacing: -1px;
  }

  .why__item:first-of-type .why__wrap:first-of-type,
  .why__item:nth-of-type(3) .why__wrap:first-of-type {
    order: 1;
  }

  .why__item h2 {
    font-size: 5.7vw;
    align-items: center;
    letter-spacing: -2px;
  }

  .why__item span:first-of-type {
    font-size: 16.5vw;
    padding-right: 4%;
  }

  .why__wrap img {
    width: 52.3vw;
  }

  .why__wrap {
    justify-content: center;
  }

  .why__item p {
    font-weight: 500;
    line-height: 1.85;
    width: 78.66vw;
  }

  .why__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .problem {
    padding: 3.2rem 0 0 0;
  }

  .problem h3 {
    font-size: 7.33vw;
    color: #285080;
    letter-spacing: -3px;
    border-bottom: .2rem solid #285080;
    padding-bottom: 1rem;
    width: 82.66vw;
  }

  .problem__list img {
    width: 92.53vw;
    padding-top: 2.2rem;
  }

  .problem__cta h4 {
    font-size: 5.066vw;
    padding: 6rem 0 1rem 0;
    line-height: 2;
    border-bottom: .2rem solid;
    width: 89.06vw;
    letter-spacing: -1px;
  }

  .problem__cta h4 span {
    font-size: 7.38vw;
  }

  .problem__img img {
    width: 21.8vw;
  }

  .problem__img {
    top: 8%;
    left: 7%;
  }

  .problem__cta rt {
    letter-spacing: -15px;
  }

  .problem__cta h4:before {
    border: 2rem solid;
    border-color: transparent;
    border-top-color: #285080;
    margin-left: -21px;
  }

  .problem__cta h4:after {
    border: 1.7rem solid;
    border-color: transparent;
    border-top-color: #eef1f5;
    margin-left: -18px;
  }

  .problem__cta .cta {
    font-size: 3.2vw;
    flex-direction: column;
    padding: 4.3rem 0 4rem 0;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .problem__cta .cta p {
    text-align: center;
  }

  .problem__cta .tel a {
    display: block;
    font-size: 9.6vw;
    color: #285080;
    letter-spacing: 1px;
    padding: .5rem 0 2rem 0;
  }

  .problem__cta .cta__link {
    font-size: 5.866vw;
    border-radius: 8vw;
    letter-spacing: -2px;
    display: block;
    padding: 1.5rem 0;
    width: 84vw;
    margin: 0 auto;
    text-align: center;
  }

  .problem__cta .tel::before {
    display: inline-block;
    content: url(../images/sp/icon-cta.svg);
    left: -0.6rem;
    top: 14px;
  }

  .comparison {
    padding: 2.4rem 0;
    background-image: url(../images/sp/bg-comparison.webp);
    background-size: .4rem;
  }

  .comparison h2 {
    font-size: 4.986vw;
    padding: 2rem 0;
    letter-spacing: -0.3px;
    line-height: 1.6;
  }

  .comparison span {
    font-size: 8vw;
    letter-spacing: -0.3px;
  }

  .comparison__table {
    width: 92vw;
    font-size: 3.333vw;
    margin-top: 3rem;
  }

  .comparison__table th:first-child {
    width: 23.46vw;
    height: 7.6rem;
    border-bottom: solid 1px #a9b9cc;
    padding-left: 1.5%;
    letter-spacing: -.6px;
    white-space: nowrap;
  }

  .comparison__table tr:first-child th {
    width: 12vw;
    text-align: center;
    vertical-align: middle;
    height: 5.3rem;
  }

  .comparison__table tr img {
    width: 4.5vw;
    height: auto;
  }

  .comparison__table p {
    font-size: 2.6vw;
    padding-top: .6rem;
    line-height: 1.3;
    letter-spacing: -.4px;
  }

  .comparison__table tr th:nth-child(2),
  .comparison__table tr td:nth-child(2) {
    border-right: solid #d88c87 .4rem;
    border-left: solid #d88c87 .4rem;
  }

  .comparison__table tr:first-child th {
    width: 32.26vw;
    height: 5.3rem;
  }

  .comparison__table tr:first-child th:nth-child(2) {
    border-radius: 10vw 10vw 0 0;
  }

  .comparison__table tr:first-child th:nth-child(3) {
    border-left: none;
  }

  .comparison__table tr:last-child td:nth-child(2) {
    border-bottom: solid #d88c87 .4rem;
  }

  .comparison .box {
    width: 33.1vw;
    font-size: 3.733vw;
    padding: 0;
    border-radius: 10vw 10vw 0 0;
    height: 6.4rem;
    top: -20%;
    left: -4.6%;
    padding: 14% 0;
  }

  .comparison small {
    font-size: 2.66vw;
    width: 92vw;
    margin-top: 1rem;
  }

  .explanation {
    background-image: url(../images/sp/bg-comparison.webp);
    background-size: .4rem;
  }

  .explanation h2 {
    font-size: 6.666vw;
    letter-spacing: -1px;
    line-height: 1.6;
    padding: 2.7rem 0;
  }

  .explanation h2 span {
    font-size: 9.66vw;
  }

  .explanation__item picture img {
    width: 92vw;
  }

  .explanation__item {
    margin: 1.1rem 0;
  }

  .explanation__item:first-of-type p img {
    width: 10.6vw;
    margin: -5% auto;
  }

  .explanation__item:nth-of-type(2) p img {
    width: 16vw;
    margin: 2.8% auto;
  }

  .explanation__item:nth-of-type(3) picture img {
    margin: -7% auto;
  }

  .explanation__item:first-of-type img {
    margin-top: 2.1rem;
  }

  .flow {
    padding: 4.4rem 0 2.9rem 0;
  }

  .flow h4 {
    font-size: 5.333vw;
    letter-spacing: 0px;
  }

  .flow h4::before,
  .flow h4::after {
    height: .1rem;
    width: 10.13vw;
  }

  .flow__list {
    flex-wrap: wrap;
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 4rem;
  }

  .flow__box {
    font-size: 3.733vw;
    border-radius: 3.2vw;
    border: .3rem solid #285080;
    padding: 2.5rem 0 .9rem 0;
    width: 40.26vw;
  }

  .flow__item:nth-of-type(2) .flow__box,
  .flow__item:first-of-type .flow__box {
    margin-bottom: 3.2rem;
  }

  .flow__box p:first-child {
    border-bottom: .13rem solid #285080;
    width: 16vw;
    padding-bottom: .5rem;
  }

  .flow__list .flow__item:first-of-type .flow__box::after {
    width: 13vw;
    height: 13vw;
    background-size: 13vw;
    top: -24%;
    right: 33%;
  }

  .flow__list .flow__item:nth-of-type(2) .flow__box::after {
    width: 13vw;
    height: 13vw;
    background-size: 13vw;
    top: -24%;
    right: 33%;
  }

  .flow__list .flow__item:nth-of-type(3) .flow__box::after {
    width: 13vw;
    height: 13vw;
    background-size: 13vw;
    top: -24%;
    right: 33%;
  }

  .flow__list .flow__item:nth-of-type(4) .flow__box::after {
    width: 13vw;
    height: 13vw;
    background-size: 13vw;
    top: -24%;
    right: 33%;
  }

  .flow__item::after {
    width: 3.7vw;
    height: 3.7vw;
    background-size: 3.7vw;
    top: 37%;
    right: -9%;
  }

  .flow__item:nth-of-type(2)::after {
    background: none;
  }

  .flow__item:first-of-type::after {
    right: -13%;
  }

  .flow__item:nth-of-type(3)::after {
    top: 46%;
    left: 114.6%;
  }

  .flow__item:nth-of-type(2) .flow__box {
    margin-left: -10%;
  }

  .flow__item:nth-of-type(3) .flow__box {
    margin-left: 10%;
  }

  .flow__item:nth-of-type(3)::before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../images/pc/icon-flow.webp);
    width: 3.7vw;
    height: 3.7vw;
    background-size: 3.7vw;
    background-repeat: no-repeat;
    top: 46%;
    left: 0;
  }

  .cta02 {
    margin: 3.2rem auto;
    background-color: #285080;
    width: 92vw;
    font-size: 4vw;
    white-space: nowrap;
    padding: 2rem;
    letter-spacing: -1px;
    line-height: 1.56 !important;
  }

  .cta02 .box_w {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    margin: 0 3%;
  }


  .cta02::after {
    top: .7rem;
    bottom: .7rem;
    left: .7rem;
    right: .7rem;
  }

  .cta02 .cta__wrap .text {
    line-height: 1.56 !important;
    text-align: center;
    padding-top: 2rem;
    position: relative;
    letter-spacing: -1px;
  }

  .cta02 .cta__wrap .text::after {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../images/sp/icon-cta02.svg);
    width: 48vw;
    height: 10.8vw;
    background-repeat: no-repeat;
    background-size: 48vw;
    top: 52%;
    left: 6%;
  }

  .cta02 .cta__wrap img {
    display: block;
    width: 26.1vw;
  }

  .cta02 .cta__tel p:first-of-type {
    font-size: 3.493vw;
    text-align: center;
  }


  .cta02 .cta__link a {
    display: block;
    text-align: center;
    border-radius: 8vw;
    font-size: 5.06vw;
    font-weight: 700;
    padding: 1.8rem 5rem;
    margin: 2rem 0 1.6rem 0;
  }

  .cta02 .cta_box .tel a {
    display: block;
    font-size: 9.413vw;
    color: #ffffff;
    text-align: center;
    padding: .4rem 0 .8rem 0;
  }

  .cta02 .cta_box {
    padding-top: 2.1rem;
  }

  .cta02 .cta_box .cta__tel p:last-child {
    display: block;
    font-size: 2.66vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
  }

  .voice {
    color: #ffffff;
    padding: 4rem 0 1.3rem 0;
  }

  .voice h4 {
    font-size: 6.133vw;
  }

  .voice h4::before,
  .voice h4::after {
    height: .1rem;
    width: 25.86vw;
  }

  .voice__title {
    font-size: 5.333vw;
    line-height: 1.4;
    letter-spacing: -.6px;
  }

  .voice__text {
    font-size: 4.266vw;
    line-height: 1.78;
    padding-top: 2.1rem;
  }

  .voice__list .voice__list {
    display: block;
    width: 92vw;
    margin: 0 auto;
  }

  .voice__wrap:first-child {
    width: 92vw;
    border: .3rem solid #ffffff;
    border-radius: 10vw;
    padding: 3.4rem 2.2rem;
  }

  .voice__wrap:first-child::before {
    width: 8vw;
    height: 6vw;
    background-size: 7.73vw;
    top: -1%;
    left: -0%;
  }

  .voice__wrap:first-child::after {
    width: 8vw;
    height: 6vw;
    background-repeat: no-repeat;
    background-size: 7.73vw;
    bottom: -1%;
    right: -1%;
  }

  .voice__list:first-of-type .voice__title {
    position: relative;
  }

  .voice__list:first-of-type {
    padding-top: 3rem;
  }

  .voice__list:nth-of-type(2).voice__title {
    position: relative;
  }

  .voice__list:nth-of-type(3) .voice__title {
    position: relative;
  }

  .voice__list:first-of-type .voice__title::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../images/sp/img01-voice.webp);
    width: 22vw;
    height: 33vw;
    background-repeat: no-repeat;
    background-size: 22vw;
    top: -107%;
    right: 0%;
  }

  .voice__list:nth-of-type(2) .voice__title::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../images/sp/img02-voice.webp);
    width: 24vw;
    height: 34.13vw;
    background-repeat: no-repeat;
    background-size: 23.73vw;
    top: -10%;
    right: 3%;
  }

  .voice__list:nth-of-type(3) .voice__title::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../images/sp/img03-voice.webp);
    width: 22vw;
    height: 33vw;
    background-repeat: no-repeat;
    background-size: 21.86vw;
    top: -107%;
    right: 0%;
  }

  .voice__box .voice__list {
    margin: 3rem auto;
  }

  .faq {
    padding: 3.9rem 1.5rem 4.7rem 1.5rem;
  }

  .faq h4 {
    font-size: 6.133vw;
    letter-spacing: -1.2px;
  }

  .faq h4::before,
  .faq h4::after {
    height: .1rem;
    width: 22.4vw;
  }

  .nav-open {
    font-size: 4vw;
    text-indent: -3.4em;
    padding-left: 3.4em;
  }

  .accordion-item {
    border: .15rem solid #c3c7cb;
    border-radius: 4.5rem;
    padding: 2rem 3%;
    margin-bottom: 2.5rem;
  }

  .nav-open::before {
    right: -5%;
    font-size: 4.98vw;
  }

  .nav-open.active::before {
    font-size: 5.2vw;
  }

  .nav-open span {
    color: #ffffff;
    background-color: #d88c87;
    width: 8.75vw;
    font-size: 4.826vw;
    text-align: center;
    padding: 1% 0px 2% 18%;
    border-radius: 5vw;
    margin-right: 1%;
  }

  .faq__text {
    font-size: 4vw;
    line-height: 1.6;
  }

  nav {
    padding-top: 2.8rem;
    padding: 5% 1% 0% 1%;
  }

  .form {
    padding: 3.8rem 0 3rem;
    color: #333333;
  }

  .form h4 {
    font-size: 6.133vw;
    letter-spacing: -1.2px;
  }

  .form h4::before,
  .form h4::after {
    height: .1rem;
    width: 13.86vw;
  }

  .form__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;

    flex-direction: column;
  }

  .form__wrap {
    width: 92vw;
    margin: 4.2rem auto 0 auto;
  }

  .form .form__item:first-of-type input,
  .form .form__item:nth-of-type(2) input,
  .form .form__item:nth-of-type(3) input,
  .form .form__item:nth-of-type(4) input {
    width: 92vw;
    padding: 4%;
    border-radius: 3vw;
    font-size: 4vw;
  }

  .form__title span {
    padding: .5rem 0;
    border-radius: 5vw;
    width: 9vw;
    font-size: 2.55vw;
    text-align: center;
    margin-left: 1.6%;
  }

  .form__title {
    width: 80vw;
    align-items: center;
    justify-content: left;
    margin-bottom: .6rem;
  }

  .form__item:nth-of-type(5) .form__title span,
  .form__item:nth-of-type(6) .form__title span {
    padding: .5rem 0;
    border-radius: 2.5vw;
    width: 9vw;
  }

  .form__item:nth-of-type(5) .form__title,
  .form__item:nth-of-type(6) .form__title {
    margin-bottom: 5%;
  }

  .form__item_wrap01 {
    justify-content: left;
    width: 80vw;
  }

  .form__item .wrap {
    flex-wrap: wrap;
    width: 80vw;
    height: 6rem;
  }

  .form .text textarea {
    width: 77vw;
    height: 6.2rem;
    padding: 2.5%;
    font-size: 4vw;
    border-radius: 2.8vw;
  }

  .form .text {
    display: flex;
    padding-top: 1rem;
    width: 92vw;
  }

  .form__item:last-of-type {
    margin-top: 3rem;
  }

  .form__item:last-of-type textarea {
    width: 92vw;
    height: 13rem;
    padding: 2.5%;
    font-size: 1.666vw;
    border-radius: 2.8vw;
    font-size: 4vw;
    margin-top: .7rem;
  }

  .form .submit {
    font-size: 4.533vw;
    width: 74.13vw;
    border-radius: 8vw;
    padding: .7rem 0;
    margin: 4.2rem auto 3rem auto;
  }

  .cta_btm {
    display: block;
    margin: 0 auto;
    font-size: 0.883vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 100%;
    /* height: 90px; */
    align-items: center;
    padding: 2% 0;
  }

  .cta_btm .cta__link a {
    font-size: 2.66vw;
    padding: 7% 0;
    border-radius: 7vw;
    width: 41.33vw;
    margin: 0 auto;
    text-align: center;
  }

  .cta_btm .cta__tel a {
    font-size: 4.426vw;
    color: #285080;
  }

  .cta_btm .cta__tel {
    width: 41.33vw;
    border: #285080 .05rem solid;
    border-radius: 7vw;
    font-size: 2.13vw;
    flex-wrap: wrap;
    padding: 1% 3.6%;

  }

  .cta_btm .cta__wrap {
    width: 86.93vw;
  }

  .cta_btm .cap {
    margin: 0rem;
    font-size: 1.6vw;
    letter-spacing: -.1px;
    line-height: 1.2;
  }

  .hero img {
    padding: 0;
  }

  .form__item .option-input:before {
    top: -2%;
    left: 7%;
    width: 3vw;
    height: 3vw;
  }
  
  footer div {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px) {
  footer {
    width: 100%;
    background: #f2f2f2;
    padding: 0 0 120px;
  }
  footer div {
    width: 1000px;
    margin: 0 auto;
  }
  footer div ul {
    display: flex;
    justify-content: center;
  }
  footer div ul li {
    margin: 0 0 0 20px;
    font-size: 14px;
  }
  footer div ul li a {
    text-decoration: underline;
  }
  footer div ul li a:hover {
    text-decoration: none;
  }

  .header {
    padding: 2.5rem 3rem;
  }

  .header__list {
    font-size: 12px;
    /* 1vw -> 1 * 12 */
    /* font-size: 1.2rem; */
  }

  .header__wrap {
    display: flex;
    align-items: center;
  }

  .header__item img {
    width: 264px;
    /* 22vw -> 22 * 12 */
  }

  .header__wrap:first-of-type .header__item:nth-of-type(2) li {
    display: block;
    padding: 0 0 0 2rem;
    line-height: 1.3;
  }

  .header__wrap:nth-of-type(2) .header__item:nth-of-type(1) li {
    font-size: 12.96px;
    /* 1.08vw -> 1.08 * 12 */
  }

  .header__wrap:nth-of-type(2) .header__item:nth-of-type(1) li span {
    font-size: 12px;
    /* 1vw -> 1 * 12 */
  }

  .header__wrap:nth-of-type(2) .header__item:nth-of-type(2) li {
    font-size: 30px;
    /* 2.5vw -> 2.5 * 12 */
    padding: 0 1.3rem;
  }

  .header__wrap .cta__link {
    font-size: 16.92px;
    /* 1.41vw -> 1.41 * 12 */
    border-radius: 25.92px;
    /* 2.16vw -> 2.16 * 12 */
  }


  .why h1 {
    font-size: 5.3rem;
  }

  .why .wrap p:nth-of-type(2) {
    font-size: 7.2rem;
  }

  .why .wrap p:nth-of-type(1) {
    font-size: 1.5rem;
  }

  .why .no {
    font-size: 12.7rem;
  }

  .why__point img {
    max-width: 110rem;
  }

  .why__item {
    max-width: 110rem;
  }

  .why__item h2 {
    font-size: 4rem;
  }

  .why__item p {
    width: 57rem;
  }

  .why__item span:first-of-type {
    font-size: 11.5rem;
  }

  .why__wrap img {
    width: 39.96rem;
  }

  .problem h3 {
    font-size: 54.96px;
    /* 4.58vw -> 4.58 * 12 */
    width: 660px;
    /* 55vw -> 55 * 12 */
  }

  .problem__list img {
    width: 835.92px;
    /* 69.66vw -> 69.66 * 12 */
  }

  .problem__img img {
    width: 168px;
    /* 14vw -> 14 * 12 */
  }

  .problem__cta h4 {
    font-size: 34.92px;
    /* 2.91vw -> 2.91 * 12 */
    width: 1099.92px;
    /* 91.66vw -> 91.66 * 12 */
  }

  .problem__cta h4 span {
    font-size: 49.44px;
    /* 4.12vw -> 4.12 * 12 */
  }

  .problem__cta .cta {
    font-size: 13.92px;
    /* 1.16vw -> 1.16 * 12 */
    width: 1099.2px;
    /* 91.6vw -> 91.6 * 12 */
  }

  .problem__cta .tel {
    font-size: 64.92px;
    /* 5.41vw -> 5.41 * 12 */
  }

  .problem__cta .cta__link {
    font-size: 39.6px;
    /* 3.30vw -> 3.30 * 12 */
    border-radius: 60px;
    /* 5vw -> 5 * 12 */
  }

  .comparison h2 {
    font-size: 37.5px;
    /* 3.125vw -> 3.125 * 12 */
  }

  .comparison span {
    font-size: 60px;
    /* 5vw -> 5 * 12 */
  }

  .comparison__table {
    width: 1099.2px;
    /* 91.6vw -> 91.6 * 12 */
    font-size: 24.96px;
    /* 2.08vw -> 2.08 * 12 */
  }

  .comparison__table p {
    font-size: 19.2px;
    /* 1.6vw -> 1.6 * 12 */
  }

  .comparison__table th:first-child {
    width: 180px;
    /* 15vw -> 15 * 12 */
  }

  .comparison__table tr:first-child th {
    width: 199.92px;
    /* 16.66vw -> 16.66 * 12 */
  }

  .comparison__table .pink {
    border-radius: 42px 36px 0 0;
    /* 3.5vw 3vw 0 0 -> 3.5 * 12 3 * 12 0 0 */
  }

  .comparison__table tr th:nth-child(2) {
    width: 330px;
    /* 27.5vw -> 27.5 * 12 */
  }

  .comparison .box {
    width: 339.6px;
    /* 28.3vw -> 28.3 * 12 */
    font-size: 39.96px;
    /* 3.33vw -> 3.33 * 12 */
    border-radius: 42px 36px 0 0;
    /* 3.5vw 3vw 0 0 -> 3.5 * 12 3 * 12 0 0 */
  }

  .comparison small {
    font-size: 12px;
    /* 1vw -> 1 * 12 */
    width: 1099.92px;
    /* 91.66vw -> 91.66 * 12 */
  }

  .explanation h2 {
    font-size: 49.992px;
    /* 4.166vw -> 4.166 * 12 */
  }

  .explanation h2 span {
    font-size: 72.48px;
    /* 6.04vw -> 6.04 * 12 */
  }

  .explanation__item picture img {
    display: block;
    width: 1099.92px;
    /* 91.66vw -> 91.66 * 12 */
  }

  .explanation__item:first-of-type p img {
    width: 80.4px;
    /* 6.7vw -> 6.7 * 12 */
  }

  .explanation__item:nth-of-type(2) p img {
    width: 99.996px;
    /* 8.333vw -> 8.333 * 12 */
  }

  .flow h4 {
    font-size: 39.996px;
    /* 3.333vw -> 3.333 * 12 */
  }

  .flow h4::before,
  .flow h4::after {
    width: 264px;
    /* 22vw -> 22 * 12 */
  }

  .flow__list {
    width: 1099.92px;
    /* 91.66vw -> 91.66 * 12 */
  }

  .flow__box {
    font-size: 22.5px;
    /* 1.875vw -> 1.875 * 12 */
    border-radius: 19.92px;
    /* 1.66vw -> 1.66 * 12 */
    width: 244.92px;
    /* 20.41vw -> 20.41 * 12 */
  }

  .flow__box p:first-child {
    width: 97.992px;
    /* 8.166vw -> 8.166 * 12 */
  }

  .flow__item::after {
    width: 22.188px;
    /* 1.849vw -> 1.849 * 12 */
    height: 22.188px;
    /* 1.849vw -> 1.849 * 12 */
  }

  .flow__list .flow__item:first-of-type .flow__box::after {
    width: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
    height: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
  }

  .flow__list .flow__item:nth-of-type(2) .flow__box::after {
    width: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
    height: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
  }

  .flow__list .flow__item:nth-of-type(3) .flow__box::after {
    width: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
    height: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
  }

  .flow__list .flow__item:nth-of-type(4) .flow__box::after {
    width: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
    height: 79.92px;
    /* 6.66vw -> 6.66 * 12 */
  }

  .cta02 {
    width: 1099.92px;
    /* 91.66vw -> 91.66 * 12 */
    font-size: 27.996px;
    /* 2.333vw -> 2.333 * 12 */
  }

  .cta02 .cta__wrap img {
    width: 193.92px;
    /* 16.16vw -> 16.16 * 12 */
  }

  .cta02 .cta__tel p:first-of-type {
    font-size: 15.996px;
    /* 1.333vw -> 1.333 * 12 */
  }

  .cta02 .cta__tel p:nth-of-type(4) {
    font-size: 12px;
    /* 1vw -> 1 * 12 */
  }

  .cta02 .cta__tel p:nth-of-type(2) {
    font-size: 55.992px;
    /* 4.666vw -> 4.666 * 12 */
  }

  .cta02 .cta__link a {
    border-radius: 57px;
    /* 4.75vw -> 4.75 * 12 */
    font-size: 30px;
    /* 2.5vw -> 2.5 * 12 */
  }

  .voice h4 {
    font-size: 39.996px;
    /* 3.333vw -> 3.333 * 12 */
  }

  .voice h4::before,
  .voice h4::after {
    width: 420px;
    /* 35vw -> 35 * 12 */
  }

  .voice__box .voice__list {
    width: 1099.92px;
    /* 91.66vw -> 91.66 * 12 */
  }

  .voice__wrap:first-child {
    width: 889.92px;
    /* 74.16vw -> 74.16 * 12 */
    border-radius: 60px;
    /* 5vw -> 5 * 12 */
  }

  .voice__wrap:first-child::before {
    width: 60px;
    /* 5vw -> 5 * 12 */
    background-size: 60px;
    /* 5vw -> 5 * 12 */
  }

  .voice__wrap:first-child::after {
    width: 60px;
    /* 5vw -> 5 * 12 */
    height: 48px;
    /* 4vw -> 4 * 12 */
    background-size: 60px;
    /* 5vw -> 5 * 12 */
  }

  .voice__title {
    font-size: 30px;
    /* 2.5vw -> 2.5 * 12 */
  }

  .voice__text {
    font-size: 21.996px;
    /* 1.833vw -> 1.833 * 12 */
  }

  .img_name {
    font-size: 19.92px;
    /* 1.66vw -> 1.66 * 12 */
  }

  .faq h4 {
    font-size: 36.12px;
    /* 3.01vw -> 3.01 * 12 */
  }

  .faq h4::before,
  .faq h4::after {
    width: 418.92px;
    /* 34.91vw -> 34.91 * 12 */
  }

  .nav-open {
    font-size: 24.96px;
    /* 2.08vw -> 2.08 * 12 */
  }

  .nav-open span {
    width: 105px;
    /* 8.75vw -> 8.75 * 12 */
    font-size: 36px;
    /* 3vw -> 3 * 12 */
    border-radius: 60px;
    /* 5vw -> 5 * 12 */
  }

  .nav-open::before {
    font-size: 48px;
    /* 4vw -> 4 * 12 */
  }

  .nav-open.active::before {
    font-size: 50.4px;
    /* 4.2vw -> 4.2 * 12 */
  }

  .accordion-item {
    border-radius: 48px;
    /* 4vw -> 4 * 12 */
  }

  .form h4 {
    font-size: 36px;
    /* 3vw -> 3 * 12 */
  }

  .form h4::before,
  .form h4::after {
    width: 369px;
    /* 30.75vw -> 30.75 * 12 */
  }

  .form__wrap {
    width: 845.7px;
    /* 70.475vw -> 70.475 * 12 */
  }

  .form .form__item:first-of-type input,
  .form .form__item:nth-of-type(2) input,
  .form .form__item:nth-of-type(3) input,
  .form .form__item:nth-of-type(4) input {
    width: 579px;
    /* 48.25vw -> 48.25 * 12 */
    border-radius: 9.96px;
    /* 0.83vw -> 0.83 * 12 */
    font-size: 19.992px;
    /* 1.666vw -> 1.666 * 12 */
  }

  .form__title {
    width: 243px;
    /* 20.25vw -> 20.25 * 12 */
  }

  .form__title span {
    border-radius: 48px;
    /* 4vw -> 4 * 12 */
  }

  .form__item:nth-of-type(5) .form__title span,
  .form__item:nth-of-type(6) .form__title span {
    border-radius: 48px;
    /* 4vw -> 4 * 12 */
  }

  .form__item .option-input {
    width: 25.2px;
    /* 2.1vw -> 2.1 * 12 */
  }

  .form__item .option-input:before {
    width: 25.2px;
    /* 2.1vw -> 2.1 * 12 */
    height: 25.2px;
    /* 2.1vw -> 2.1 * 12 */
  }

  .form__item .option-input:after {
    width: 25.2px;
    /* 2.1vw -> 2.1 * 12 */
    height: 25.2px;
    /* 2.1vw -> 2.1 * 12 */
  }

  .form__item_wrap01 {
    width: 579px;
    /* 48.25vw -> 48.25 * 12 */
  }

  .form__item:last-of-type textarea {
    width: 579px;
    /* 48.25vw -> 48.25 * 12 */
    border-radius: 9.96px;
    /* 0.83vw -> 0.83 * 12 */
    font-size: 19.992px;
    /* 1.666vw -> 1.666 * 12 */
  }

  .form .text {
    width: 579px;
    /* 48.25vw -> 48.25 * 12 */
  }

  .form .text textarea {
    width: 498px;
    /* 41.5vw -> 41.5 * 12 */
    border-radius: 9.96px;
    /* 0.83vw -> 0.83 * 12 */
    font-size: 19.992px;
    /* 1.666vw -> 1.666 * 12 */
  }

  .form .submit {
    font-size: 35.292px;
    /* 2.941vw -> 2.941 * 12 */
    width: 555.96px;
    /* 46.33vw -> 46.33 * 12 */
    border-radius: 60px;
    /* 5vw -> 5 * 12 */
  }

  .cta_btm {
    font-size: 10.596px;
    /* 0.883vw -> 0.883 * 12 */
  }

  .cta_btm .cta__wrap {
    width: 744.96px;
    /* 62.08vw -> 62.08 * 12 */
  }

  .cta_btm .tel {
    font-size: 37.296px;
    /* 3.108vw -> 3.108 * 12 */
  }

  .cta_btm .cta__link a {
    font-size: 19.992px;
    /* 1.666vw -> 1.666 * 12 */
    border-radius: 48px;
    /* 4vw -> 4 * 12 */
    width: 306px;
    /* 25.5vw -> 25.5 * 12 */
  }

  .cta02 .cta__tel p:nth-of-type(3) {
    font-size: 1.2rem;
  }

  body {
    font-size: 2rem;
  }

  .hero img {
    padding: 0;
  }

  .problem__img {
    top: 4%;
    left: 22vw;
  }

  .accordion-box {
    max-width: 110rem;
    margin: 0 auto;
  }

}

@media screen and (min-width: 1800px) {
  .hero img {
    padding: 2% 0;
  }

  .problem__img {
    top: 4%;
    left: 30vw;
  }
}