@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.btn {
  transition: filter 0.3s;
  display: block;
}

.btn:hover {
  filter: brightness(110%);
  transition: filter 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
  min-width: 1920px;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .wrapper {
    min-width: initial;
  }
}

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

.orange {
  color: #ff7816;
}

.green {
  color: #5ca82d;
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.header__inr {
  width: 1080px;
  height: 100%;
  padding-right: 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* .header__logo {
  width: 146px;
} */

.header__btns {
  width: 338px;
  display: flex;
  justify-content: space-between;
}

.header__btns .btn {
  border-radius: 0px 0px 9.25185px 9.25185px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 4.74961px rgba(0, 0, 0, 0.3);
  width: 164px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__btn01 {
  background: #ff7816;
}

.header__btn02 {
  background: #5ca82d;
}

@media screen and (max-width: 1080px) {
  .header__inr {
    width: 100%;
    height: calc(80 / 750 * 100vw);
    align-items: flex-start;
    padding: 0 calc(30 / 750 * 100vw);
  }

  .header__logo {
    width: calc(204 / 750 * 100vw);
    /* padding-top: calc(11 / 750 * 100vw); */
  }

  .header__btns {
    width: calc(378 / 750 * 100vw);
  }

  .header__btns .btn {
    border-radius: 0px 0px calc(9.25185 / 750 * 100vw) calc(9.25185 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 120%;
    width: calc(184 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }

  .header__btn01 {
    background: #ff7816;
  }

  .header__btn02 {
    background: #5ca82d;
  }

}

@media screen and (max-width: 800px) {
  .header__btns {
    display: none;
  }
}

/* fv */
.fv {
  position: relative;
  padding-top: 2vw;
}

@media screen and (max-width: 1080px) {
  .fv {
    height: auto;
    padding-top: 0;
  }
}


/* fv change start */
.fv__imagewrap {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.fv__imagewrap img {
  max-width: 100%;
}

.fv__image01 img,
.fv__image02 img {
  width: 45vw;
  max-width: 650px;
}

.fv__image01 {
  background-color: #28a93f;
  margin-top: 6vw;
}

.fv__image01 .fv__imagewrap {
  position: relative
}

.fv__image01 .fv__imagewrap:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #28a93f transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.fv__image03 img {
  margin-top: -4%;
  width: 70vw;
}

@media screen and (min-width: 1081px) {
  .fv__image03 {
    background-color: #28a93f;
    background-image: url(../img/fv/fv_bg.jpg);
    background-repeat: no-repeat;
    background-position: left 36% center, center;
  }
}

@media screen and (max-width: 1080px) {
  .fv__imagewrap {
    margin: auto;
    text-align: center;
  }

  .fv__imagewrap img {
    width: 100%;
  }

  .fv__image01 {
    margin-top: 15vw;
  }

  .fv__image01 .fv__imagewrap:after {
    bottom: -10px;
  }

  .fv__image03 img {
    margin-top: -3.5vw;
  }
}


.fv__price {
  background-color: #e3f5e8;
  padding: 30px 20px;
}

.fv__price img {
  display: block;
  margin: auto;
  width: 70vw;
  max-width: 720px;
}

.fv__price p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 20px auto 0;
  width: 70vw;
  max-width: 720px;
}

@media screen and (max-width: 1080px) {
  .fv__price {
    padding: 4vw 20px;
  }

  .fv__price img {
    width: 90vw;
  }

  .fv__price p {
    font-size: calc(22 / 750 * 100vw);
    margin: 2vw auto 0;
    width: 90vw;
    line-height: 150%;
  }
}

.fv__check {
  background-color: #ffffdc;
  padding: 20px;
  text-align: center;
}

.fv__check img {
  width: 70vw;
  max-width: 750px;
}

@media screen and (max-width: 1080px) {
  .fv__check img {
    width: 90vw;
  }
}

/* fv change end */

/* cv */
.cv {
  background: #fffcdf;
  border-top: solid 6px #5ca82d;
  border-bottom: solid 6px #5ca82d;
  text-align: center;
  padding: 94px 0;
}

.cv__tel__txt01 {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
}

.cv__tel {
  font-family: Arial;
  font-weight: 700;
  font-size: 74px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #5ca82d;
  margin: 24px auto 10px;
}

.cv__tel::before {
  content: "";
  background: url(../img/common/icon_tel.svg) no-repeat left top;
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.cv__tel__txt02 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

.cv__txt {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.cv_tel {
  display: block;
  margin: 0 2% 30px;
}

.cv__btn img {
  max-width: 250px;
  display: block;
  margin: 0 20% 0 auto;
}

.cv__btn {
  background: #5ca82d;
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5);
  border-radius: 8px;
  width: 690px;
  height: 130px;
  padding: 0 0 0 12px;
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
}

.cv__btn .icon {
  background: #fff;
  border-radius: 50%;
  color: #5ca82d;
  width: 106px;
  height: 106px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv__btn .txt {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-left: 108px;
}

.cv__btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12.5px 0 12.5px 13px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .cv {
    border: solid calc(6 / 750 * 100vw) #5ca82d;
    text-align: center;
    padding: calc(94 / 750 * 100vw) 0;
  }

  .cv__tel__txt01 {
    font-size: calc(36 / 750 * 100vw);
  }

  .cv__tel {
    font-size: calc(82 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto calc(10 / 750 * 100vw);
  }

  .cv__tel::before {
    width: calc(61 / 750 * 100vw);
    height: calc(61 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    top: calc(2 / 750 * 100vw);
  }

  .cv__tel__txt02 {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }

  .cv__txt {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .cv__btn {
    border-radius: calc(8 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    padding: 0 0 0 calc(12 / 750 * 100vw);
  }

  .cv__btn .icon {
    width: calc(126 / 750 * 100vw);
    height: calc(126 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }

  .cv__btn .txt {
    font-size: calc(38 / 750 * 100vw);
    margin-left: calc(91 / 750 * 100vw);
  }

  .cv__btn::after {
    border-width: calc(12.5 / 750 * 100vw) 0 calc(12.5 / 750 * 100vw) calc(13 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }

  .cv__btn img {

    max-width: 50%;
  }
}

@media screen and (min-width: 1081px) {
  .floating .cv__btn {
    width: 470px;
    height: 98px;
    padding: 0 0 0 14px;
  }

  .floating .cv__btn .icon {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }

  .floating .cv__txt {
    font-size: 24px;
    margin-bottom: 16px;
  }
}


/* sec01 */
.sec01 {
  background: #f9f9f9;
  padding: 68px 0;
  text-align: center;

}

.sec01__ttl01 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 16px;
}

.sec01__ttl02 {
  font-weight: 700;
  font-size: 68px;
  line-height: 100%;
}

.sec01__ttl02 .marker {
  background: linear-gradient(transparent 80%, #ffd4b6 0%);
}

.sec01__ttl02 .lg {
  font-size: 88px;
}

.sec01__ttl02 .xl {
  font-size: 114px;
  letter-spacing: 0;
  margin: 0 -5px;
}

.sec01__row {
  width: 654px;
  margin: 60px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec01__row .col {
  background: #ff7816;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  padding-top: 33px;
}

.sec01__row .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.sec01__row .price {
  font-weight: 700;
  font-size: 46px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffe500;
}

.sec01__row .num {
  font-size: 120px;
  line-height: 85%;
}

.sec01__txt {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #ff7816;
}

@media screen and (max-width: 1080px) {
  .sec01 {
    padding: calc(68 / 750 * 100vw) 0;
  }

  .sec01__ttl01 {
    font-weight: 500;
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }

  .sec01__ttl02 {
    font-size: calc(68 / 750 * 100vw);
  }

  .sec01__ttl02 .lg {
    font-size: calc(88 / 750 * 100vw);
  }

  .sec01__ttl02 .xl {
    font-size: calc(114 / 750 * 100vw);
    margin: 0 calc(-5 / 750 * 100vw);
  }

  .sec01__row {
    width: calc(654 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto calc(50 / 750 * 100vw);
  }

  .sec01__row .col {
    width: calc(210 / 750 * 100vw);
    height: calc(210 / 750 * 100vw);
    padding-top: calc(33 / 750 * 100vw);
  }

  .sec01__row .txt {
    font-size: calc(20 / 750 * 100vw);
  }

  .sec01__row .price {
    font-size: calc(46 / 750 * 100vw);
  }

  .sec01__row .num {
    font-size: calc(120 / 750 * 100vw);
  }

  .sec01__txt {
    font-size: calc(40 / 750 * 100vw);
  }
}

/* sec02 */
.sec02 {
  padding: 53px 0 80px;
  text-align: center;
}

.sec02__ttl01 {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  transform: rotate(-3.52deg);
  position: relative;
  left: -241px;
  display: inline-block;
  margin-bottom: 10px;
}

.sec02__ttl01 .lg {
  font-size: 46px;
}

.sec02__ttl01 .symbol {
  letter-spacing: -0.4em;
  position: relative;
  left: -7px;
}

.sec02__ttl01::before {
  content: "";
  background: url(../img/common/sec02_deco.svg) no-repeat left top;
  background-size: 100% 100%;
  width: 52px;
  height: 70px;
  position: absolute;
  top: -42px;
  left: 37px;
  transform: rotate(-51.55deg);
}

.sec02__ttl02 {
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
}

.sec02__row {
  width: 1174px;
  margin: 40px auto 50px;
  display: flex;
  justify-content: space-between;
}

.sec02__row .col {
  width: 286px;
  height: 280px;
}

.sec02__txt01 {
  font-weight: 700;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

.sec02__txt02 {
  background: linear-gradient(transparent 80%, #ffd4b6 0%);
  font-weight: 700;
  font-size: 118px;
  line-height: 110%;
  padding-bottom: 7px;
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .sec02 {
    padding: calc(69 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    text-align: center;
  }

  .sec02__ttl01 {
    font-size: calc(32 / 750 * 100vw);
    left: calc(-91 / 750 * 100vw);
    margin-bottom: calc(23 / 750 * 100vw);
  }

  .sec02__ttl01 .lg {
    font-size: calc(52 / 750 * 100vw);
  }

  .sec02__ttl01 .symbol {
    letter-spacing: -0.5em;
    left: calc(-9 / 750 * 100vw);
  }

  .sec02__ttl01::before {
    width: calc(78 / 750 * 100vw);
    height: calc(103 / 750 * 100vw);
    top: calc(-62 / 750 * 100vw);
    left: calc(43 / 750 * 100vw);
  }

  .sec02__ttl02 {
    font-size: calc(58 / 750 * 100vw);
  }

  .sec02__row {
    width: calc(700 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) 0;
    flex-wrap: wrap;
    margin-left: calc(35 / 750 * 100vw);
  }

  .sec02__row .col {
    width: calc(345 / 750 * 100vw);
    height: calc(330 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }

  .sec02__txt01 {
    font-size: calc(46 / 750 * 100vw);
  }

  .sec02__txt02 {
    font-size: calc(126 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}

/* sec03 */
.sec03 {
  background: #fffcdf;
  padding: 80px 0 110px;
}

.sec03__ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
}

.sec03__slider {
  width: 920px;
  margin: 40px auto 0;
}

.sec03__box {
  background: #ffffff;
  border: 4px solid #ff7816;
  padding: 46px;
}

.sec03__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec03__col:nth-child(1) {
  width: 380px;
  padding: 20px 0;
}

.sec03__col:nth-child(2) {
  border-left: 1px solid #ff7816;
  width: 411px;
  padding: 20px 20px 20px 30px;
}

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

.sec03__price .txt {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  margin-right: 24px;
}

.sec03__price .price {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ff7816;
  text-align: center;
  flex: 1;
}

.sec03__price .price .lg {
  font-size: 78px;
}

.sec03__img {
  margin: 43px auto 20px;
  position: relative;
}

.sec03__img .caption {
  background: rgba(255, 255, 255, 0.7);
  padding: 0px 10px 2px;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  position: absolute;
  top: 0;
  left: 0;
}

.sec03__data dl {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sec03__data dt {
  background: #ff7816;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  width: 140px;
  padding: 0px 10px 2px;
  margin-right: 16px;
}

.sec03__data dd {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}

.sec03__slider .slick-prev,
.sec03__slider .slick-next {
  width: 266px;
  top: initial;
  bottom: -81px;
  z-index: 999;
  transform: none;
  transition: 0.4s;
}

.sec03__slider .slick-prev,
.sec03__slider .slick-prev:hover,
.sec03__slider .slick-prev:focus {
  background: url(../img/common/sec03_arw_prev.svg) no-repeat left top;
  background-size: 100% 100%;
  left: 327px;
  width: 16px;
  height: 31px;
}

.sec03__slider .slick-next,
.sec03__slider .slick-next:hover,
.sec03__slider .slick-next:focus {
  background: url(../img/common/sec03_arw_next.svg) no-repeat left top;
  background-size: 100% 100%;
  right: 327px;
  width: 16px;
  height: 31px;
}

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

.sec03__slider .slick-dots {
  bottom: -72px;
}

.sec03__slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
}

.sec03__slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.sec03__slider .slick-dots li button:before {
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.sec03__slider .slick-dots li.slick-active button:before {
  color: #ff7816;
}

@media screen and (max-width: 1080px) {
  .sec03 {
    padding: calc(80 / 750 * 100vw) 0 calc(119 / 750 * 100vw);
  }

  .sec03__ttl {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec03__slider {
    width: calc(690 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }

  .sec03__box {
    border: calc(4 / 750 * 100vw) solid #ff7816;
    padding: calc(26 / 750 * 100vw) calc(26 / 750 * 100vw) calc(56 / 750 * 100vw);
  }

  .sec03__row {
    display: block;
  }

  .sec03__col {
    overflow: hidden;
  }

  .sec03__col:nth-child(1) {
    width: calc(630 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }

  .sec03__col:nth-child(2) {
    border-left: none;
    border-top: 1px solid #ff7816;
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) 0 0;
  }

  .sec03__price {
    justify-content: space-between;
  }

  .sec03__price .txt {
    font-size: calc(38 / 750 * 100vw);
    margin-right: 0;
  }

  .sec03__price .price {
    font-size: calc(46 / 750 * 100vw);
    text-align: right;
    padding-right: calc(140 / 750 * 100vw);
    margin-bottom: calc(36 / 750 * 100vw);
  }

  .sec03__price .price .lg {
    font-size: calc(92 / 750 * 100vw);
  }

  .sec03__img {
    width: calc(323 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw) 0 0;
    float: left;
  }

  .sec03__img .caption {
    padding: 0px calc(10 / 750 * 100vw) calc(2 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }

  .sec03__data {
    overflow: hidden;
  }

  .sec03__data dl {
    align-items: flex-start;
    margin-top: calc(10 / 750 * 100vw);
  }

  .sec03__data dt {
    border-radius: calc(4 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(36 / 750 * 100vw);
    text-align: center;
    min-width: calc(140 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
    padding: 0px calc(10 / 750 * 100vw) calc(2 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }

  .sec03__data dd {
    font-size: calc(26 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .sec03__data dd.adj {
    letter-spacing: -0.15em;
  }

  .sec03__slider .slick-prev,
  .sec03__slider .slick-next {
    width: calc(414 / 750 * 100vw);
    bottom: calc(-109 / 750 * 100vw);
  }

  .sec03__slider .slick-prev,
  .sec03__slider .slick-prev:hover,
  .sec03__slider .slick-prev:focus {
    left: calc(137 / 750 * 100vw);
    width: calc(25 / 750 * 100vw);
    height: calc(49 / 750 * 100vw);
  }

  .sec03__slider .slick-next,
  .sec03__slider .slick-next:hover,
  .sec03__slider .slick-next:focus {
    right: calc(137 / 750 * 100vw);
    width: calc(25 / 750 * 100vw);
    height: calc(49 / 750 * 100vw);
  }

  .sec03__slider .slick-dots {
    bottom: calc(-97 / 750 * 100vw);
  }

  .sec03__slider .slick-dots li {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    margin: calc(0 / 750 * 100vw) calc(10 / 750 * 100vw);
  }

  .sec03__slider .slick-dots li button {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }

  .sec03__slider .slick-dots li button:before {
    font-size: calc(26 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    line-height: calc(26 / 750 * 100vw);
  }
}

/* sec04 */
.sec04 {
  text-align: center;
}

.sec04__area01 {
  padding: 50px 0 59px;
}

.sec04__img01 {
  width: 857px;
  margin: 0 auto -45px;
  position: relative;
  right: 64px;
}

.sec04__txt01 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

.sec04__txt01 .marker {
  background: linear-gradient(transparent 80%, #ffd4b6 0%);
}

.sec04__txt01 .xl {
  font-size: 106px;
}

.sec04__txt01 .lg {
  font-size: 60px;
}

.sec04__txt02 {
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
}

.sec04__area02 {
  background: #ff7816;
  padding-top: 1px;
}

.sec04__row {
  display: flex;
  width: 738px;
  /* margin: -40px auto 0; */
  position: relative;
  /* right: 44px; */

  /*追加*/
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sec04__row::after {
  content: "";
  background: url(../img/common/sec04_arw.png) no-repeat center top;
  background-size: 100% 100%;
  width: 95px;
  height: 111px;
  display: block;
  position: absolute;
  bottom: -91px;
  /*  left: 375px; */
}

.sec04__img02 {
  width: 322px;
}

.sec04__txt03 {
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  line-height: 150%;
  /*  padding-top: 60px;
  margin-left: -51px; */
  width: 100%;

  /*追加*/
  padding: 40px 0;
}

.sec04__txt03 .yellow {
  color: #ffe500;
}

.sec04__area03 {
  background: url(../img/pc/sec04_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 117px 0 20px;
}

.sec04__price {
  width: 662px;
  margin: auto;
}

.sec04__txt04 {
  background: #ffffff;
  border: 4px solid #ff7816;
  border-radius: 70px;
  color: #ff7816;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  width: 690px;
  height: 72px;
  margin: 8px auto 50px;
}

.sec04__note {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1080px) {
  .sec04__area01 {
    padding: calc(19 / 750 * 100vw) 0 calc(57 / 750 * 100vw) calc(9 / 750 * 100vw);
  }

  .sec04__img01 {
    width: calc(738 / 750 * 100vw);
    margin: 0;
    position: static;
  }

  .sec04__txt01 {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec04__txt01 .marker {
    background: linear-gradient(transparent 70%, #ffd4b6 0%);
  }

  .sec04__txt01 .xl {
    font-size: calc(114 / 750 * 100vw);
  }

  .sec04__txt01 .lg {
    font-size: calc(68 / 750 * 100vw);
  }

  .sec04__txt02 {
    font-size: calc(68 / 750 * 100vw);
  }

  .sec04__row {
    width: 100%;
    margin: calc(-37 / 750 * 100vw) auto 0;
    right: initial;
  }

  .sec04__row::after {
    width: calc(95 / 750 * 100vw);
    height: calc(111 / 750 * 100vw);
    bottom: calc(-91 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }

  .sec04__img02 {
    width: calc(299 / 750 * 100vw);
    margin-left: calc(6 / 750 * 100vw);
  }

  .sec04__txt03 {
    font-size: calc(46 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
    /*  margin-left: calc(-60 / 750 * 100vw); */
    padding-bottom: calc(60 / 750 * 100vw);
  }

  .sec04__area03 {
    background: url(../img/sp/sec04_bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding: calc(117 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }

  .sec04__price {
    width: calc(662 / 750 * 100vw);
  }

  .sec04__txt04 {
    border: calc(4 / 750 * 100vw) solid #ff7816;
    border-radius: calc(70 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    line-height: calc(64 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) auto calc(50 / 750 * 100vw);
  }

  .sec04__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 147%;
    text-align: left;
  }
}

/* sec05 */
.sec05__area01 {
  background: url(../img/pc/sec05_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 55px 0;
}

.sec05__box {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  width: 920px;
  padding: 52px 0 55px;
  margin: auto;
}

.sec05__txt01 {
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
}

.sec05 .marker {
  background: linear-gradient(transparent 70%, #ffd4b6 0%);
}

.sec05__txt02 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin: 24px auto 50px;
}

.sec05__txt03 {
  background: #ff7816;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  padding: 2px 20px 4px;
  display: inline-block;
}

.sec05__price {
  font-weight: 700;
  margin: 10px auto 24px;
}

.sec05__price .sm {
  font-size: 40px;
  line-height: 130%;
}

.sec05__price .lg {
  font-size: 106px;
  line-height: 130%;
}

.sec05__price .md {
  font-size: 60px;
  line-height: 130%;
}

.sec05__note {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.sec05__arw {
  width: 106px;
  margin: 30px auto 15px;
}

.sec05__txt04 {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
}

.sec05__area02 {
  padding: 80px 0;
}

.sec05__area02 .cv__btn .txt {
  margin-left: 45px;
}

@media screen and (max-width: 1080px) {
  .sec05__area01 {
    background: url(../img/sp/sec05_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: calc(50 / 750 * 100vw) 0;
  }

  .sec05__box {
    border-radius: calc(20 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw) 0;
  }

  .sec05__txt01 {
    font-size: calc(58 / 750 * 100vw);
  }

  .sec05__txt02 {
    font-size: calc(32 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto calc(40 / 750 * 100vw);
  }

  .sec05__txt03 {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw) calc(4 / 750 * 100vw);
  }

  .sec05__price {
    margin: calc(10 / 750 * 100vw) auto calc(20 / 750 * 100vw);
  }

  .sec05__price .sm {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec05__price .lg {
    font-size: calc(114 / 750 * 100vw);
  }

  .sec05__price .md {
    font-size: calc(68 / 750 * 100vw);
  }

  .sec05__note {
    font-size: calc(19 / 750 * 100vw);
    line-height: 145%;
    letter-spacing: 0.04em;
    text-align: left;
    padding: 0 calc(36 / 750 * 100vw);
  }

  .sec05__arw {
    width: calc(106 / 750 * 100vw);
    margin: calc(18 / 750 * 100vw) auto calc(22 / 750 * 100vw);
  }

  .sec05__txt04 {
    font-size: calc(38 / 750 * 100vw);
  }

  .sec05__area02 {
    padding: 0 0 calc(80 / 750 * 100vw);
  }

  .sec05__area02 .cv__btn .txt {
    margin-left: calc(24 / 750 * 100vw);
  }
}

/* sec06 */
.sec06__head {
  background: #fff385;
  padding: 55px 0 42px;
  position: relative;
}

.sec06__head::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 36px 50px 0 50px;
  border-color: #fff385 transparent transparent transparent;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.sec06_ttl01 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec06_ttl01::before,
.sec06_ttl01::after {
  content: "";
  width: 42px;
  height: 143px;
}

.sec06_ttl01::before {
  background: url(../img/pc/sec06_deco01.svg) no-repeat left top;
  background-size: 100% 100%;
  margin-right: 16px;
}

.sec06_ttl01::after {
  background: url(../img/pc/sec06_deco02.svg) no-repeat left top;
  background-size: 100% 100%;
  margin-left: 16px;
}

.sec06__body {
  background: #fffcdf;
  padding: 90px 0 80px;
}

.sec06__box {
  width: 920px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
}

.sec06__box+.sec06__box {
  margin-top: 50px;
}

.sec06__ribbon {
  background: url(../img/common/sec06_ribbon.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  width: 136px;
  height: 174px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 21px;
}

.sec06__ribbon .txt {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.1em;
  display: block;
}

.sec06__ribbon .num {
  font-family: Arial;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  margin-top: 6px;
  display: block;
}

.sec06__ttl02 {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  padding-left: 176px;
  height: 180px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.sec06__txt {
  font-size: 20px;
  line-height: 160%;
  padding: 0 55px;
}

.sec06__txt .orange {
  background: #fffcdf;
  font-weight: 700;
}

.sec06__img {
  width: 760px;
  margin: 0 auto 30px;
}

.sec06__box.box01 .sec06__img {
  width: 738px;
  margin: 58px 58px 0 auto;
}

@media screen and (max-width: 1080px) {
  .sec06__head {
    padding: calc(55 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }

  .sec06__head::after {
    border-width: calc(36 / 750 * 100vw) calc(50 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
    bottom: calc(-36 / 750 * 100vw);
  }

  .sec06_ttl01 {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec06_ttl01::before,
  .sec06_ttl01::after {
    width: calc(54 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }

  .sec06_ttl01::before {
    background: url(../img/sp/sec06_deco01.svg) no-repeat left top;
    background-size: 100% 100%;
    margin-right: calc(5 / 750 * 100vw);
  }

  .sec06_ttl01::after {
    background: url(../img/sp/sec06_deco02.svg) no-repeat left top;
    background-size: 100% 100%;
    margin-left: calc(5 / 750 * 100vw);
  }

  .sec06__body {
    padding: calc(66 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }

  .sec06__box {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }

  .sec06__box+.sec06__box {
    margin-top: calc(50 / 750 * 100vw);
  }

  .sec06__ribbon {
    width: calc(136 / 750 * 100vw);
    height: calc(174 / 750 * 100vw);
    padding-top: calc(21 / 750 * 100vw);
  }

  .sec06__ribbon .txt {
    font-size: calc(28 / 750 * 100vw);
  }

  .sec06__ribbon .num {
    font-size: calc(90 / 750 * 100vw);
    margin-top: calc(6 / 750 * 100vw);
  }

  .sec06__ttl02 {
    font-size: calc(36 / 750 * 100vw);
    padding-left: calc(176 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }

  .sec06__txt {
    font-size: calc(26 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }

  .sec06__img {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }

  .sec06__box.box01 .sec06__img {
    width: calc(677 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) calc(-21 / 750 * 100vw) 0 auto;
  }
}

/* sec07 */
.sec07 {
  padding: 80px 0;
  text-align: center;
}

.sec07__ttl01 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

.sec07__ttl02 {
  background: linear-gradient(transparent 70%, #ffd4b6 0%);
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  display: inline-block;
}

.sec07__row {
  width: 1090px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}

.sec07__box {
  border: 4px solid #ff7816;
  border-radius: 8px;
  width: 350px;
  padding: 46px 15px 30px;
}

.sec07__img img {
  width: auto;
}

.sec07__txt {
  margin-top: 20px;
}

.sec07__txt .lead {
  color: #ff7816;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.sec07__txt .txt {
  font-size: 20px;
  line-height: 160%;
  margin-top: 12px;
  text-align: left;
}

.sec07__txt .txt .bold {
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0;
  }

  .sec07__ttl01 {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec07__ttl02 {
    font-size: calc(58 / 750 * 100vw);
  }

  .sec07__row {
    width: calc(690 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
    display: block;
  }

  .sec07__box {
    border: calc(4 / 750 * 100vw) solid #ff7816;
    border-radius: calc(8 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    height: auto;
    padding: calc(46 / 750 * 100vw) calc(26 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    display: flex;
    justify-content: space-between;
  }

  .sec07__img {
    width: calc(206 / 750 * 100vw);
    text-align: left;
  }

  .sec07__box:nth-child(1) .sec07__img img {
    width: calc(158 / 750 * 100vw);
  }

  .sec07__box:nth-child(2) .sec07__img img {
    width: calc(153 / 750 * 100vw);
  }

  .sec07__box:nth-child(3) .sec07__img img {
    width: calc(159 / 750 * 100vw);
  }

  .sec07__txt {
    width: calc(450 / 750 * 100vw);
    margin-top: 0;
  }

  .sec07__txt .lead {
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }

  .sec07__txt .txt {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }

  .sec07__txt .txt .bold {
    font-weight: 700;
  }
}

/* sec08 */
.sec08 {
  background: #ffeee1;
  padding: 80px;
  text-align: center;
}

.sec08__ttl01 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  position: relative;
  z-index: 3;
}

.sec08__ttl02 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  position: relative;
  z-index: 2;
}

.sec08__ttl03 {
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  font-size: 102px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-top: -39px;
}

.sec08__slider {
  width: 610px;
  margin: 40px auto 0;
}

.sec08__slider .slick-prev,
.sec08__slider .slick-prev:hover,
.sec08__slider .slick-prev:focus {
  background: url(../img/common/sec08_arw_prev.svg) no-repeat left top;
  background-size: 100% 100%;
  left: -68px;
  width: 48px;
  height: 48px;
}

.sec08__slider .slick-next,
.sec08__slider .slick-next:hover,
.sec08__slider .slick-next:focus {
  background: url(../img/common/sec08_arw_next.svg) no-repeat left top;
  background-size: 100% 100%;
  right: -68px;
  width: 48px;
  height: 48px;
}

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

.sec08__box {
  background: url(../img/common/sec08_icon.svg) #fff no-repeat right 30px top 20px;
  background-size: 67px 67px;
  border-radius: 20px 0px;
  height: 422px;
  padding: 75px 30px 30px;
}

.sec08__txt01 {
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
}

.sec08__txt01 .lg {
  font-size: 64px;
}

.sec08__txt01 .xl {
  font-size: 82px;
}

.sec08__txt01 .orange {
  font-weight: 700;
}

.sec08__txt02 {
  font-size: 20px;
  line-height: 160%;
  text-align: left;
  margin-top: 36px;
}

@media screen and (max-width: 1080px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw);
  }

  .sec08__ttl01 {
    font-size: calc(38 / 750 * 100vw);
  }

  .sec08__ttl02 {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec08__ttl03 {
    font-size: calc(110 / 750 * 100vw);
    margin-top: calc(-51 / 750 * 100vw);
  }

  .sec08__slider {
    width: calc(610 / 750 * 100vw);
    margin: calc(41 / 750 * 100vw) auto 0;
  }

  .sec08__slider .slick-prev,
  .sec08__slider .slick-prev:hover,
  .sec08__slider .slick-prev:focus {
    left: calc(-60 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }

  .sec08__slider .slick-next,
  .sec08__slider .slick-next:hover,
  .sec08__slider .slick-next:focus {
    right: calc(-60 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }

  .sec08__box {
    background: url(../img/common/sec08_icon.svg) #fff no-repeat right calc(30 / 750 * 100vw) top calc(20 / 750 * 100vw);
    background-size: calc(67 / 750 * 100vw) calc(67 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
    height: calc(530 / 750 * 100vw);
    padding: calc(77 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }

  .sec08__txt01 {
    font-size: calc(34 / 750 * 100vw);
  }

  .sec08__txt01 .lg {
    font-size: calc(64 / 750 * 100vw);
  }

  .sec08__txt01 .xl {
    font-size: calc(86 / 750 * 100vw);
  }

  .sec08__txt02 {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}

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

.sec09__ttl01 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
}

.sec09__ttl02 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
}

.sec09__box__ttl {
  background: #ff7816;
  color: #ffffff;
  font-family: Arial;
  font-weight: 700;
  font-size: 34px;
  line-height: 92%;
  text-align: center;
  letter-spacing: 0.05em;
  width: 183px;
  height: 57px;
  padding-top: 12px;
  margin: 50px auto -27px;
  position: relative;
  z-index: 3;
}

.sec09__box__ttl .num {
  font-size: 40px;
}

.sec09__box {
  border: 4px solid #ff7816;
  width: 760px;
  padding: 53px 36px 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sec09__box:not(:last-child):after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ff7816 transparent transparent transparent;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.sec09__img {
  width: 210px;
  margin-right: 30px;
}

.sec09__txt {
  width: 440px;
  font-size: 20px;
  line-height: 160%;
}

@media screen and (max-width: 1080px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0;
  }

  .sec09__ttl01 {
    font-size: calc(38 / 750 * 100vw);
  }

  .sec09__ttl02 {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec09__box__ttl {
    font-size: calc(42 / 750 * 100vw);
    width: calc(212 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    padding-top: calc(12 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto calc(-32 / 750 * 100vw);
  }

  .sec09__box__ttl .num {
    font-size: calc(48 / 750 * 100vw);
  }

  .sec09__box {
    border: calc(4 / 750 * 100vw) solid #ff7816;
    width: calc(660 / 750 * 100vw);
    padding: calc(68 / 750 * 100vw) calc(36 / 750 * 100vw) calc(36 / 750 * 100vw);
    align-items: flex-start;
  }

  .sec09__box:not(:last-child):after {
    border-width: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
    bottom: calc(-34 / 750 * 100vw);
  }

  .sec09__img {
    width: calc(220 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }

  .sec09__txt {
    width: calc(340 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

/* sec10 */
.sec10 {
  background: url(../img/pc/sec10_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 38px 0 20px;
  text-align: center;
}

.sec10__price {
  width: 662px;
  margin: auto;
}

.sec10__txt {
  background: #ffffff;
  border: 4px solid #ff7816;
  border-radius: 70px;
  color: #ff7816;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  width: 690px;
  height: 72px;
  margin: 8px auto 50px;
}

.sec10__note {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1080px) {
  .sec10 {
    background: url(../img/sp/sec10_bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding: calc(39 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }

  .sec10__price {
    width: calc(662 / 750 * 100vw);
  }

  .sec10__txt {
    border: calc(4 / 750 * 100vw) solid #ff7816;
    border-radius: calc(70 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    line-height: calc(64 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) auto calc(50 / 750 * 100vw);
  }

  .sec10__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 147%;
    text-align: left;
  }
}

/* sec11 */
.sec11 {
  background: url(../img/pc/sec11_bg.jpg) no-repeat center top;
  background-size: cover;
  height: 620px;
  text-align: center;
}

.sec11__inr {
  width: 750px;
  margin: auto;
  padding-top: 336px;
}

.sec11__txt {
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
}

.sec11__txt:nth-child(1) {
  width: 480px;
}

.sec11__txt:nth-child(2) {
  width: 505px;
  margin-top: 20px;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .sec11 {
    background: url(../img/sp/sec11_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: calc(845 / 750 * 100vw);
  }

  .sec11__inr {
    width: 100%;
    padding-top: calc(252 / 750 * 100vw);
  }

  .sec11__txt {
    font-size: calc(52 / 750 * 100vw);
  }

  .sec11__txt:nth-child(1) {
    width: calc(583 / 750 * 100vw);
    margin-left: auto;
  }

  .sec11__txt:nth-child(2) {
    width: calc(542 / 750 * 100vw);
    margin-top: calc(312 / 750 * 100vw);
    margin-left: 0;
    margin-right: auto;
  }
}

/* sec12 */
.sec12 {
  background: #f9f9f9;
  padding: 75px 0 80px;
}

.sec12__ttl01 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
}

.sec12__ttl02 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 50px;
}

.sec12__box {
  background: #ffffff;
  width: 920px;
  padding: 40px;
  margin: auto;
}

.sec12__box+.sec12__box {
  margin-top: 40px;
}

.sec12__q {
  padding-bottom: 24px;
  border-bottom: 1px solid #333333;
  margin-bottom: 24px;
  display: flex;
}

.sec12__q .icon {
  font-family: Arial;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #ff7816;
  width: 67px;
}

.sec12__q .txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  flex: 1;
}

.sec12__a {
  display: flex;
}

.sec12__a .icon {
  font-family: Arial;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  width: 67px;
}

.sec12__a .txt {
  font-size: 20px;
  line-height: 160%;
  flex: 1;
}

@media screen and (max-width: 1080px) {
  .sec12 {
    padding: calc(80 / 750 * 100vw) 0;
  }

  .sec12__ttl01 {
    font-size: calc(38 / 750 * 100vw);
  }

  .sec12__ttl02 {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }

  .sec12__box {
    width: calc(690 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }

  .sec12__box+.sec12__box {
    margin-top: calc(40 / 750 * 100vw);
  }

  .sec12__q {
    padding-bottom: calc(24 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }

  .sec12__q .icon {
    font-size: calc(46 / 750 * 100vw);
    width: calc(76 / 750 * 100vw);
  }

  .sec12__q .txt {
    font-size: calc(28 / 750 * 100vw);
  }

  .sec12__a .icon {
    font-size: calc(46 / 750 * 100vw);
    width: calc(76 / 750 * 100vw);
  }

  .sec12__a .txt {
    font-size: calc(26 / 750 * 100vw);
  }
}

/* sec13 */
.sec13 {
  padding: 40px 0 77px;
}

.sec13__box {
  border: 1px solid #cccccc;
  width: 920px;
  padding: 40px;
  margin: 40px auto 0;
}

.sec13__ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 24px;
  white-space: nowrap;
}

.sec13__txt01 {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-indent: -0.5em;
}

.sec13__txt02+.sec13__txt01 {
  margin-top: 10px;
}

.sec13__txt02 {
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 1080px) {
  .sec13 {
    padding: calc(40 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }

  .sec13__box {
    width: calc(690 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }

  .sec13__ttl {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }

  .sec13__txt01 {
    font-size: calc(24 / 750 * 100vw);
  }

  .sec13__txt02+.sec13__txt01 {
    margin-top: calc(10 / 750 * 100vw);
  }

  .sec13__txt02 {
    font-size: calc(22 / 750 * 100vw);
  }
}

/* sec14 */
.sec14 {
  background: #f9f9f9;
  padding: 80px 0;
}

.sec14__ttl {
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  text-align: center;
}

.sec14__ttl .marker {
  background: linear-gradient(transparent 70%, #ffd4b6 0%);
}

.sec14__guide {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  margin: 37px auto 45px;
}

.sec14__box {
  background: #fff;
  width: 920px;
  padding: 15px 40px;
  margin: 40px auto 0;
}

.sec14__txt01 {
  border-bottom: 1px solid #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sec14__txt02 {
  font-size: 18px;
  line-height: 160%;
}

.sec14__txt02 a {
  text-decoration: underline;
}

.sec14__txt02 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  .sec14 {
    padding: calc(80 / 750 * 100vw) 0;
  }

  .sec14__ttl {
    font-size: calc(52 / 750 * 100vw);
  }

  .sec14__guide {
    font-size: calc(32 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto calc(50 / 750 * 100vw);
  }

  .sec14__box {
    width: calc(690 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }

  .sec14__txt01 {
    font-size: calc(32 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }

  .sec14__txt02 {
    font-size: calc(26 / 750 * 100vw);
  }
}

/* footer */
.footer {
  padding: 60px 0 324px;
  text-align: center;
}

.footer__links li {
  margin-bottom: 33px;
}

.footer__links a {
  color: #000;
  font-size: 16px;
  line-height: 200%;
}

.copyright {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #000000;
}

@media screen and (max-width: 1080px) {
  .footer {
    padding: calc(60 / 750 * 100vw) 0 calc(380 / 750 * 100vw);
  }

  .footer__links li {
    margin-bottom: calc(33 / 750 * 100vw);
  }

  .footer__links a {
    font-size: calc(20 / 750 * 100vw);
  }

  .copyright {
    font-size: calc(18 / 750 * 100vw);
  }
}

/* btn_call */
.btn_call {
  display: none;
}

@media screen and (max-width: 800px) {
  .btn_call {
    display: block;
    background: #fff386;
    padding: 5vw 4%;
  }

  .btn_call.bg_white {
    background: #fff;
  }

  .btn_call__txt {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
  }

  .btn_call__txt span {
    color: #f03c46;
  }

  .btn_call a img {
    display: block;
    margin: 0 auto;
  }
}

/* @media screen and (min-width: 1081px) {
  .btn_call a img {
    max-width: 500px;
  }

  .btn_call__txt {
    font-size: 24px;
  }

  .btn_call {
    padding: 2vw 0;
  }
} */



/* floating */
#fix_type1,
#fix_type2 {
  display: none;
}

.floating {
  background: #fff;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.floating__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating__btns li {

  display: flex;
  justify-content: center;
  align-items: center;

}

.floating__btns li:first-of-type {
  margin-right: 2px;
  width: 65%;
}

.floating__btns li:last-of-type {
  width: 33%;
}

.floating__btns li a {
  padding: 2vw 15px;
  border-radius: 10px;
  width: 100%;
}

.floating__btns li.red a {
  background: #f03c46;

}

.floating__btns li.green a {
  background: #5ba82e;

}

.floating__btns li a img {
  height: 10vw;
}




@media screen and (max-width: 1080px) {
  .floating {
    padding: calc(56 / 750 * 100vw) 0 calc(54 / 750 * 100vw);
    padding: 5px;
  }

}

@media screen and (min-width: 1081px) {
  .floating__btns li a img {
    height: 5vw;
  }

  .floating__btns li:first-of-type {
    margin-right: 5px;
  }

  .floating__btns li a {
    padding: 15px;
  }
}

/* form202210 */
a {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
}

picture {
  display: block;
}

p,
dl,
dt,
dd {
  letter-spacing: 0.1em;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.sp {
  display: none !important;
}

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

.pc {
  display: block !important;
}

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

.anime {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sticky {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

input,
select {
  vertical-align: middle;
  border: none;
}

input[type="submit"],
input[type="button"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}


input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

.radio02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 8px 30px;
  position: relative;
  width: auto;
}

.radio02::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.radio02::after {
  background: #00cccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 10px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

input[type=radio]:checked+.radio02::before {
  border-color: #666;
}

input[type=radio]:checked+.radio02::after {
  opacity: 1;
}

[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] :focus {
  outline: none;
}

input {
  width: 100%;
  padding: 0.729vw 0 0.781vw 0.98vw;
  font-family: YakuHanJP, "Noto Sans JP", san-serif, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #000;
  background-color: #fff;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  input {
    font-size: 3.2vw;
    padding: 2.667vw 3.733vw 2.933vw;
  }
}

input[type="checkbox"]:checked+span:after,
input[type="radio"]:checked+span:after {
  opacity: 1;
}

select {
  width: 100%;
  padding: 0.729vw 0 0.781vw 0.98vw;
  cursor: pointer;
  font-family: YakuHanJP, "Noto Sans JP", san-serif, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  background-color: #fff;
}

select:invalid {
  color: #ccc;
}

select option {
  color: #000;
}

select option:first-child {
  color: #ccc;
}

@media screen and (max-width: 800px) {
  select {
    font-size: 3.2vw;
    padding: 2.667vw 3.733vw 2.933vw;
  }
}

option {
  color: #000;
}

.sp {
  display: none !important;
}

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

.pc {
  display: block !important;
}

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

.anime {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sticky {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

.u-wrap {
  width: 100%;
  position: relative;
}

.u-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.21875vw 50vw 0 50vw;
}

.u-wrap--white:after {
  border-color: #fff transparent transparent transparent;
}

.u-wrap--green:after {
  border-color: #63b719 transparent transparent transparent;
}

.u-wrap--light-green:after {
  border-color: #f3ffe9 transparent transparent transparent;
}

@media screen and (max-width: 1440px) {
  .u-wrap:after {
    border-width: 18.95833vw 66.66667vw 0 66.66667vw;
  }
}

@media screen and (max-width: 1280px) {
  .u-wrap:after {
    border-width: 21.32812vw 75vw 0 75vw;
  }
}

@media screen and (max-width: 1024px) {
  .u-wrap:after {
    border-width: 26.66016vw 93.75vw 0 93.75vw;
  }
}

@media screen and (max-width: 800px) {
  .u-wrap:after {
    border-width: 14.26667vw 50vw 0 50vw;
  }
}

.u-wrap2 {
  width: 100%;
  padding: 3.125vw 0 0;
}

@media screen and (max-width: 800px) {
  .u-wrap2 {
    padding: 5.33333vw 0 0;
  }
}

.u-ac {
  position: relative;
}

.u-ac__box {
  height: 0;
  padding: 0;
  opacity: 0;
}

.u-ac__btn {
  position: absolute;
  top: 4.16667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23.4375vw;
  height: 5.20833vw;
  z-index: 2;
}

.u-ac__btn>label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0.10417vw solid #63b719;
  border-radius: 2.60417vw;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.23438vw 0.02604vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.23438vw 0.02604vw rgba(94, 94, 94, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-size: 1.25vw;
  color: #63b719;
  font-weight: 700;
  cursor: pointer;
}

.u-ac__btn>label:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 1.875vw;
  right: 1.5625vw;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.10417vw solid #63b719;
  border-bottom: 0.10417vw solid #63b719;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.u-ac__btn>label:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.u-ac__btn>label:hover:before {
  -webkit-transform: translateY(0.3125vw) rotate(-136deg);
  transform: translateY(0.3125vw) rotate(-136deg);
}

@media screen and (max-width: 1440px) {
  .u-ac__btn {
    top: 5.55556vw;
    width: 31.25vw;
    height: 6.94444vw;
  }

  .u-ac__btn>label {
    border: 0.13889vw solid #63b719;
    border-radius: 3.47222vw;
    -webkit-box-shadow: 0.17361vw 0.30069vw 0.3125vw 0.03472vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.17361vw 0.30069vw 0.3125vw 0.03472vw rgba(94, 94, 94, 0.3);
    font-size: 24px;
    font-size: 1.5vw;
  }

  .u-ac__btn>label:before {
    top: 2.5vw;
    right: 2.08333vw;
    width: 1.04167vw;
    height: 1.04167vw;
    border-right: 0.13889vw solid #63b719;
    border-bottom: 0.13889vw solid #63b719;
  }

  .u-ac__btn>label:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }
}

@media screen and (max-width: 800px) {
  .u-ac__btn {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 60vw;
    height: 16vw;
    margin: 10.66667vw auto 0;
  }

  .u-ac__btn>label {
    border: 0.26667vw solid #63b719;
    border-radius: 8vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
    font-size: 28px;
    font-size: 3.73333vw;
  }

  .u-ac__btn>label:before {
    top: 6.13333vw;
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.26667vw solid #63b719;
    border-bottom: 0.26667vw solid #63b719;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .u-ac__btn>label:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
  }

  .u-ac__btn>label:hover:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}

.u-ac input:checked~.o-ac__btn>label:before {
  -webkit-transform: translateY(0.3125vw) rotate(-136deg);
  transform: translateY(0.3125vw) rotate(-136deg);
}

@media screen and (max-width: 1280px) {
  .u-ac input:checked~.o-ac__btn>label:before {
    -webkit-transform: translateY(0.46875vw) rotate(-136deg);
    transform: translateY(0.46875vw) rotate(-136deg);
  }
}

@media screen and (max-width: 800px) {
  .u-ac input:checked~.o-ac__btn>label {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .u-ac input:checked~.o-ac__btn>label:before {
    -webkit-transform: translateY(0.8vw) rotate(-136deg);
    transform: translateY(0.8vw) rotate(-136deg);
  }
}

.u-ac input:checked~.u-ac__box {
  height: 100%;
  opacity: 1;
  padding: 10.41667vw 0 0;
}

@media screen and (max-width: 800px) {
  .u-ac input:checked~.u-ac__box {
    padding: 10.66667vw 0 0;
  }
}

.f-block {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-block__box {
  width: 100%;
  margin: 0 0 0.781vw;
}

.f-block__cat {
  /* font-size: 0.80vw; */
  padding: 0 0 0.5vw 0.4vw;
  border-left: 4px solid #000;
  margin: 0 0 0.52vw;
  font-size: min(2vw, 24px);
  font-weight: bold;
}

.f-block__input {
  width: 100%;
  font-size: 18px;
  font-size: 0.83333vw;
}

.f-block__input .is-select {
  color: #000;
}

.f-block__input .is-select>option:first-of-type {
  display: none;
}

.f-block__input--select {
  position: relative;
}

.f-block__input--select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.041vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.54vw 0.32vw 0 0.32vw;
  border-color: #000 transparent transparent transparent;
}

.f-block__confirm__notice {
  margin: 0 0.781vw;
  font-size: 0.729vw;
  line-height: 1.22;
  letter-spacing: 0.05vw;
}

.f-block__confirm__notice>a {
  color: #00e;
  text-decoration: underline;
}

.f-block__confirm__check {
  text-align: center;
  margin: 0 0 3.64583vw;
}

.f-block__btn {
  margin: 1.09vw auto 0;
  width: 24.375vw;
  height: 3.4vw;
  position: relative;
  border-radius: 2.60417vw;
  background: url(../img/btn_bg.jpg) repeat-x left top;
  background-size: auto 100%;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
}

.f-block__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.82vw;
  width: 0.41vw;
  height: 0.41vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.f-block__btn:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-block__btn:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

.f-block__btn>input {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.1vw;
  background-color: transparent;
}

@media screen and (max-width: 800px) {
  .f-block {
    margin: 0 0 4vw;
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .f-block__box {
    width: 100%;
    margin: 0 0 2.933vw;
  }

  .f-block__cat {
    font-size: 3.2vw;
    padding: 0.8vw 0 0.5vw 1.7vw;
    border-left: 3px solid #000;
    margin: 0 0 2.133vw;
  }

  .f-block__input {
    font-size: 24px;
    font-size: 3.2vw;
  }

  .f-block__input--select:after {
    right: 3.4vw;
    border-width: 2.66667vw 1.6vw 0 1.6vw;
  }

  .f-block__confirm__notice {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.667;
    text-align: justify;
    margin: 0 0 5.867vw;
  }

  .f-block__confirm__check {
    margin: 0 0 6.66667vw;
  }

  .f-block__btn {
    width: 100%;
    height: 16vw;
    margin: 0;
    border-radius: 8vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-block__btn:before {
    top: 50%;
    right: 7.2vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.26667vw solid #fff;
    border-bottom: 0.26667vw solid #fff;
  }

  .f-block__btn:hover {
    -webkit-transform: none;
    transform: none;
  }

  .f-block__btn:hover:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .f-block__btn>input {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.f-output {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-output__box {
  width: 28.125vw;
  margin: 0 0 2.60417vw;
}

.f-output__box__cat {
  font-size: 18px;
  font-size: 0.9375vw;
  padding: 0.3125vw 0 0.3125vw 1.04167vw;
  border-left: 0.52083vw solid #000;
  margin: 0 0 1.5625vw;
}

.f-output__box__txt {
  padding: 0 0 0 1.45833vw;
  font-size: 18px;
  font-size: 0.9375vw;
}

.f-output__request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.60417vw 0 0;
}

.f-output__request__btn {
  width: 20vw;
  height: 5.36458vw;
  margin: 0 1.5625vw;
  border-radius: 2.68229vw;
  position: relative;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
}

.f-output__request__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.20833vw solid #fff;
  border-bottom: 0.20833vw solid #fff;
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.f-output__request__btn>input {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 24px;
  font-size: 1.25vw;
  color: white;
  font-weight: 700;
  background-color: transparent;
}

.f-output__request--back {
  background: url("../img/contact_back_btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.f-output__request--back:before {
  right: 2.8125vw;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.f-output__request--back:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-output__request--back:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

.f-output__request--send {
  background: url("../img/contact_send_btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.f-output__request--send:before {
  right: 2.8125vw;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.f-output__request--send:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-output__request--send:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

@media screen and (max-width: 1440px) {
  .f-output__box {
    width: 37.5vw;
    margin: 0 0 3.47222vw;
  }

  .f-output__box__cat {
    font-size: 18px;
    font-size: 1.125vw;
    padding: 0.41667vw 0 0.41667vw 1.38889vw;
    border-left: 0.69444vw solid #000;
    margin: 0 0 2.08333vw;
  }

  .f-output__box__txt {
    padding: 0 0 0 1.94444vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .f-output__request {
    padding: 3.47222vw 0 0;
  }

  .f-output__request__btn {
    width: 26.66667vw;
    height: 7.15278vw;
    margin: 0 2.08333vw;
    border-radius: 3.57639vw;
    -webkit-box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request__btn:before {
    width: 1.04167vw;
    height: 1.04167vw;
    border-right: 0.27778vw solid #fff;
    border-bottom: 0.27778vw solid #fff;
  }

  .f-output__request__btn>input {
    font-size: 24px;
    font-size: 1.5vw;
  }

  .f-output__request--back:before {
    right: 3.75vw;
  }

  .f-output__request--back:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }

  .f-output__request--back:hover:before {
    -webkit-transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
    transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
  }

  .f-output__request--send:before {
    right: 3.75vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .f-output__request--send:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }

  .f-output__request--send:hover:before {
    -webkit-transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
    transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
  }
}

@media screen and (max-width: 1280px) {
  .f-output__box {
    width: 50%;
  }

  .f-output__box__txt {
    font-size: 18px;
    font-size: 1.25vw;
  }

  .f-output__box__cat {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .f-output__box__txt {
    font-size: 16px;
    font-size: 1.5625vw;
  }

  .f-output__box__cat {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 800px) {
  .f-output {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .f-output__box {
    width: 100%;
  }

  .f-output__box__cat {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0.8vw 0 0.8vw 4vw;
    border-left: 1.33333vw solid #000;
    margin: 0 0 2.66667vw;
  }

  .f-output__box__txt {
    padding: 0 0 0 5.06667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .f-output__request {
    display: block;
    padding: 13.33333vw 0 0;
  }

  .f-output__request__btn {
    width: 100%;
    height: 16vw;
    margin: 0;
    border-radius: 8vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request__btn:first-of-type {
    margin: 0 0 9.33333vw;
  }

  .f-output__request__btn:before {
    width: 2vw;
    height: 2vw;
    border-right: 0.53333vw solid #fff;
    border-bottom: 0.53333vw solid #fff;
    z-index: 2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  .f-output__request__btn>input {
    font-size: 28px;
    font-size: 3.73333vw;
  }

  .f-output__request--back {
    background: url("../img/contact_back_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .f-output__request--back:before {
    right: auto;
    left: 7.2vw;
    width: 2vw;
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
  }

  .f-output__request--back:hover {
    background: url("../img/contact_back_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request--back:hover:before {
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
  }

  .f-output__request--send {
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .f-output__request--send:before {
    right: 7.2vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .f-output__request--send:hover {
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request--send:hover:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

.f-thanks__txt {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.667;
  text-align: center;
  margin: 0 0 5.20833vw;
}

.f-thanks__btn {
  width: 30vw;
  height: 5.20833vw;
  margin: 0 auto;
  position: relative;
}

.f-thanks__btn>a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  font-size: 24px;
  font-size: 1.25vw;
  color: white;
  font-weight: 700;
  width: 100%;
  height: 100%;
  border-radius: 2.60417vw;
  background: url("../img/thanks_btn.png") top center no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-thanks__btn>a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.8125vw;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.20833vw solid #fff;
  border-bottom: 0.20833vw solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.f-thanks__btn>a:hover {
  background: url("../img/thanks_btn_ov.png") top center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-thanks__btn>a:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

@media screen and (max-width: 1440px) {
  .f-thanks__txt {
    font-size: 24px;
    font-size: 1.5vw;
    margin: 0 0 6.94444vw;
  }

  .f-thanks__btn {
    width: 40vw;
    height: 6.94444vw;
  }

  .f-thanks__btn>a {
    font-size: 24px;
    font-size: 1.5vw;
    border-radius: 3.47222vw;
    -webkit-box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
  }

  .f-thanks__btn>a:before {
    right: 3.75vw;
    width: 1.04167vw;
    height: 1.04167vw;
    border-right: 0.27778vw solid #fff;
    border-bottom: 0.27778vw solid #fff;
  }

  .f-thanks__btn>a:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }
}

@media screen and (max-width: 1280px) {
  .f-thanks__txt {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .f-thanks__btn>a {
    font-size: 24px;
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .f-thanks__txt {
    font-size: 24px;
    font-size: 2.34375vw;
  }

  .f-thanks__btn>a {
    font-size: 24px;
    font-size: 2.34375vw;
  }
}

@media screen and (max-width: 800px) {
  .f-thanks {
    padding: 9.6vw 0 0;
  }

  .f-thanks__txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2.083;
    letter-spacing: normal;
    margin: 0 0 16vw;
  }

  .f-thanks__btn {
    width: 100%;
    height: 16vw;
    margin: 0;
  }

  .f-thanks__btn>a {
    font-size: 28px;
    font-size: 3.73333vw;
    border-radius: 8vw;
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-thanks__btn>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7.2vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.53333vw solid #fff;
    border-bottom: 0.53333vw solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  .f-thanks__btn>a:hover {
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-thanks__btn>a:hover:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}


.f-error-msg {
  padding: 0 0 1.3vw;
}

.f-error-msg>li {
  font-size: 0.8vw;
  color: #e60012;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  .f-error-msg {
    padding: 0 0 9.33333vw;
  }

  .f-error-msg>li {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6875vw;
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 0.52083vw 0.625vw 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.52083vw 0.625vw 0 rgba(0, 0, 0, 0.05);
}

.header__inner {
  max-width: 1344px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.is-hide {
  -webkit-transform: translateY(-4.6875vw);
  transform: translateY(-4.6875vw);
}

.header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__logo {
  width: 13.6875vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__tel {
  margin: 0 1.5625vw 0 auto;
  position: relative;
}

.header__tel__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #f03b48;
}

.header__tel ._telWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__tel .material-icons img {
  margin-right: 0.2604vw;
  width: 1.4583vw;
}

.header__tel__txt {
  font-size: 14px;
  font-size: 0.729vw;
  text-align: center;
}

.header__tel__txt01 {
  padding: 0.2604vw 0 0 1.5625vw;
  text-align: left;
}

.header__tel__number {
  font-size: 34px;
  font-size: 1.7708vw;
  font-weight: 700;
  letter-spacing: normal;
}

.header__tel__number .sp {
  display: none;
}

.header__btn {
  width: 15.104vw;
  height: 3.125vw;
  position: relative;
}

.header__btn>a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/header_btn.png") top center no-repeat;
  background-size: 100% 100%;
  border-radius: 1.5625vw;
  -webkit-box-shadow: 0 0 0.525vw 0.4125vw rgba(90, 90, 90, 0.06);
  box-shadow: 0 0 0.1vw rgba(90, 90, 90, 0.5);
}

@media screen and (max-width: 800px) {
  .header {
    height: 14.66667vw;
    -webkit-box-shadow: 0 1.33333vw 1.6vw 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1.33333vw 1.6vw 0 rgba(0, 0, 0, 0.05);
  }

  .header__inner {
    padding: 0;
  }

  .header.is-show {
    -webkit-transform: translateY(-14.66667vw);
    transform: translateY(-14.66667vw);
  }

  .header.is-hide {
    -webkit-transform: translateY(-14.66667vw);
    transform: translateY(-14.66667vw);
  }

  /*   .header.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } */

  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44vw;
    height: 14.66667vw;
  }

  .header__logo>img {
    width: 35.86667vw;
    height: 10.26667vw;
  }

  .header__tel {
    width: 28vw;
    height: 100%;
    margin: 0;
    padding: 0;
    border-left: 0.75vw solid #f03b48;
  }

  .header__tel__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #f03b48;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__tel__txt {
    display: none;
  }

  .header__tel__number {
    text-align: center;
  }

  .header__tel__number .sp {
    display: block;
  }

  .header__tel__number .pc {
    display: none;
  }

  .header__tel__number .txt {
    display: block;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }

  .header__btn {
    width: 28vw;
    height: 100%;
  }

  .header__btn>a {
    background: url("../img/header_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.wrap {
  overflow: hidden;
}

.contact {
  width: 79.94792vw;
  margin: 0 auto;
  -webkit-box-shadow: 0.13vw 0.13vw 1.2vw 0 rgba(94, 94, 94, 0.8);
  box-shadow: 0.13vw 0.13vw 1.2vw 0 rgba(94, 94, 94, 0.8);
  position: relative;
  background-color: #f4f4f4;
  border-radius: 2.656vw;
}

.contact .contact__inner {
  padding: 1.35vw 2.9vw 3vw;
}

.contact__headline {
  padding: 1.05vw 0.5vw 1.25vw 0.5vw;
  font-weight: bold;
  display: block;
  background-color: #63b719;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 2.656vw 2.656vw 0 0;
  position: relative;
  text-align: center;
}

.contact__headline img {
  position: absolute;
  top: -0.677vw;
  left: 2.604vw;
  width: 4.948vw;
}

.contact__headline>span {
  position: relative;
  z-index: 2;
  font-size: 1.34vw;
  color: #fff;
  letter-spacing: 0.03em;
}

.contact__headline>span>em {
  color: #fff100;
}

.contact__headline::before {
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #63b719;
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
}

.contact--local {
  width: 66.66667vw;
  margin: 0 auto;
  padding: 5.20833vw 5.20833vw;
  background-color: #f3ffe9;
  -webkit-box-shadow: 0.15625vw 0.27063vw 1.25vw 0 rgba(94, 94, 94, 0.2);
  box-shadow: 0.15625vw 0.27063vw 1.25vw 0 rgba(94, 94, 94, 0.2);
  border-radius: 0;
}

.contact__ttl--confirm {
  width: 21.25vw;
  height: 3.85417vw;
  margin: 0 auto 4.16667vw;
}

.contact__ttl--thanks {
  width: 50.98958vw;
  height: 3.90625vw;
  margin: 0 auto 4.16667vw;
}

@media screen and (max-width: 800px) {
  .contact {
    width: 86.66667vw;
    box-shadow: 2vw 2vw 1.667vw 0 rgba(94, 94, 94, 0.25);
    background-color: #f2f2f2;
  }

  .contact .contact__inner {
    padding: 5.333vw 6.667vw 6.667vw;
  }

  .contact--local {
    width: 86.66667vw;
    margin: 0 auto 6.66667vw;
    padding: 13.33333vw 6.66667vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
    box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
    background-color: #f3ffe9;
    border-radius: 0;
  }

  .contact__ttl--confirm {
    width: 54.4vw;
    height: 9.86667vw;
    margin: 0 auto 10.66667vw;
  }

  .contact__ttl--thanks {
    width: 72.13333vw;
    height: 16vw;
    margin: 0 auto 10.66667vw;
  }

  .contact__headline {
    padding: 3.15vw 0.5vw 3.5vw 0.5vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
    box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
  }

  .contact__headline>span {
    font-size: 4.967vw;
    line-height: 1.389;
    letter-spacing: normal;
    text-align: center;
    display: block;
  }

  .contact__headline>span>i {
    font-size: 4.267vw;
    display: inline-block;
  }

  .contact__headline::before {
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 9px solid rgba(99, 183, 25, 0.9);
    bottom: -9px;
    left: 50%;
  }

  .contact__headline img {
    top: -3.467vw;
    left: 2.133vw;
    width: 26.4vw;
  }
}

.reason {
  position: relative;
  z-index: 2;
}

.reason__blockheader {
  padding: 6.25vw 0 2.08333vw;
  background-color: #fff;
}

.reason__blockheader:after {
  bottom: -14.21875vw;
  z-index: 2;
}

.reason__ttl {
  width: 62.70833vw;
  height: 6.45833vw;
  margin: 0 auto 1.97917vw;
}

.reason__txt {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 4.16667vw;
}

.reason__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 66.66667vw;
  margin: 0 auto;
  padding: 5.83333vw 0 0;
}

.reason__card {
  width: 20.83333vw;
  background-color: #63b719;
  border-top: 0.52083vw solid #63b719;
  border-left: 0.52083vw solid #63b719;
  border-right: 0.52083vw solid #63b719;
  position: relative;
  z-index: 3;
}

.reason__card:before {
  content: "";
  display: block;
  position: absolute;
  top: -6.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reason__card__inner {
  padding: 1.5625vw 0.52083vw 0;
}

.reason__card__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2.60417vw;
  background-color: #fff;
  margin: 0 0 1.5625vw;
}

.reason__card__subttl {
  font-size: 24px;
  font-size: 1.25vw;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.04167vw;
}

.reason__card__txt {
  display: block;
  padding: 0 0 1.5625vw;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}

.reason .card01:before {
  width: 12.29167vw;
  height: 4.6875vw;
  background: url("../img/reason_point1.png") top center no-repeat;
  background-size: 100% 100%;
}

.reason .card01__ttl {
  width: 16.51042vw;
  height: 1.40625vw;
}

.reason .card02:before {
  width: 13.95833vw;
  height: 4.6875vw;
  background: url("../img/reason_point2.png") top center no-repeat;
  background-size: 100% 100%;
}

.reason .card02__ttl {
  width: 13.28125vw;
  height: 1.35417vw;
}

.reason .card03:before {
  width: 13.85417vw;
  height: 4.6875vw;
  background: url("../img/reason_point3.png") top center no-repeat;
  background-size: 100% 100%;
}

.reason .card03__ttl {
  width: 16.51042vw;
  height: 1.35417vw;
}

.reason__blockfooter {
  padding: 6.04167vw 0 0;
  background-color: #63b719;
}

.reason__blockfooter__inner {
  padding: 0 0 21vw;
  position: relative;
}

.reason__blockfooter__inner:after {
  bottom: -14.21875vw;
  z-index: 2;
}

.reason__addtxt {
  width: 13.90625vw;
  height: 3.38542vw;
  margin: 0 auto 7.8125vw;
  position: relative;
  z-index: 2;
}

.reason__spotlight {
  width: 61.5625vw;
  margin: 0 auto;
}

.reason__spotlight img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .reason__blockheader {
    padding: 8.33333vw 0 2.77778vw;
  }

  .reason__blockheader:after {
    bottom: -18.95833vw;
  }

  .reason__ttl {
    width: 83.61111vw;
    height: 8.61111vw;
    margin: 0 auto 2.63889vw;
  }

  .reason__txt {
    font-size: 24px;
    font-size: 1.5vw;
    margin: 0 0 5.55556vw;
  }

  .reason__box {
    max-width: 88.88889vw;
    margin: 0 auto;
    padding: 7.77778vw 0 0;
  }

  .reason__card {
    width: 27.77778vw;
    border-top: 0.69444vw solid #63b719;
    border-left: 0.69444vw solid #63b719;
    border-right: 0.69444vw solid #63b719;
  }

  .reason__card:before {
    top: -8.33333vw;
  }

  .reason__card__inner {
    padding: 2.08333vw 0.69444vw 0;
  }

  .reason__card__ttl {
    height: 3.47222vw;
    margin: 0 0 2.08333vw;
  }

  .reason__card__subttl {
    font-size: 24px;
    font-size: 1.5vw;
    margin: 0 0 1.38889vw;
  }

  .reason__card__txt {
    padding: 0 0 2.08333vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .reason .card01:before {
    width: 16.38889vw;
    height: 6.25vw;
  }

  .reason .card01__ttl {
    width: 22.01389vw;
    height: 1.875vw;
  }

  .reason .card02:before {
    width: 18.61111vw;
    height: 6.25vw;
  }

  .reason .card02__ttl {
    width: 17.70833vw;
    height: 1.80556vw;
  }

  .reason .card03:before {
    width: 18.47222vw;
    height: 6.25vw;
  }

  .reason .card03__ttl {
    width: 22.01389vw;
    height: 1.80556vw;
  }

  .reason__blockfooter {
    padding: 8.05556vw 0 0;
  }

  .reason__blockfooter__inner {
    padding: 0 0 30.97222vw;
    position: relative;
  }

  .reason__blockfooter__inner:after {
    bottom: -18.95833vw;
  }

  .reason__addtxt {
    width: 18.54167vw;
    height: 4.51389vw;
    margin: 0 auto 10.41667vw;
  }

  .reason__spotlight {
    width: 87.70833vw;
    height: 15.90278vw;
  }
}

@media screen and (max-width: 1280px) {
  .reason__txt {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .reason__card__subttl {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .reason__card__txt {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .reason__txt {
    font-size: 24px;
    font-size: 2.34375vw;
  }

  .reason__card__subttl {
    font-size: 24px;
    font-size: 2.34375vw;
  }

  .reason__card__txt {
    font-size: 18px;
    font-size: 1.75781vw;
  }
}

@media screen and (max-width: 800px) {
  .reason {
    position: relative;
  }

  .reason__blockheader {
    padding: 21.33333vw 0 10.66667vw;
  }

  .reason__blockheader:after {
    bottom: -14.13333vw;
  }

  .reason__ttl {
    width: 84vw;
    height: 21.86667vw;
    margin: 0 auto 5.06667vw;
  }

  .reason__txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: justify;
    margin: 0 0 5.33333vw;
    padding: 0 10.13333vw;
  }

  .reason__box {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 14.93333vw 10.66667vw 0;
  }

  .reason__card {
    width: 100%;
    border-top: 1.33333vw solid #63b719;
    border-left: 1.33333vw solid #63b719;
    border-right: 1.33333vw solid #63b719;
    padding: 0 0 5.33333vw;
  }

  .reason__card:before {
    top: -16.26667vw;
  }

  .reason__card__inner {
    padding: 5.33333vw 6vw 0;
  }

  .reason__card__ttl {
    height: 10.66667vw;
    margin: 0 0 4.8vw;
  }

  .reason__card__subttl {
    font-size: 32px;
    font-size: 4.26667vw;
    margin: 0 0 4.8vw;
  }

  .reason__card__txt {
    padding: 0;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .reason .card01 {
    margin: 0 0 26.4vw;
  }

  .reason .card01:before {
    width: 36.8vw;
    height: 13.2vw;
  }

  .reason .card01__ttl {
    width: 60.4vw;
    height: 5.06667vw;
  }

  .reason .card02 {
    margin: 0 0 26.4vw;
  }

  .reason .card02:before {
    width: 41.6vw;
    height: 13.2vw;
  }

  .reason .card02__ttl {
    width: 48.53333vw;
    height: 4.93333vw;
  }

  .reason .card03:before {
    width: 41.33333vw;
    height: 13.2vw;
  }

  .reason .card03__ttl {
    width: 60.26667vw;
    height: 4.93333vw;
  }

  .reason__blockfooter {
    padding: 0;
  }

  .reason__blockfooter__inner {
    padding: 0 0 85vw;
  }

  .reason__blockfooter__inner:after {
    bottom: -14.13333vw;
  }

  .reason__addtxt {
    width: 35.6vw;
    height: 8.66667vw;
    margin: -2.66667vw auto 15vw;
  }

  .reason__spotlight {
    width: 88.26667vw;
    height: 38.4vw;
  }
}

.offer {
  width: 100%;
  z-index: 4;
}

.offer--cmn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14.21875vw;
}

.offer--bottom {
  position: relative;
}

.offer__ttl {
  font-size: 56px;
  font-size: 2.91667vw;
  color: #fff;
  font-weight: 600;
  line-height: 1.143;
  text-align: center;
  margin: 0 0 2.8125vw;
}

.offer__body {
  max-width: 75vw;
  margin: 0 auto;
  padding: 3.125vw;
  background-color: #fff;
  -webkit-box-shadow: 0.52083vw 0.90214vw 2.08333vw 0.52083vw rgba(51, 51, 51, 0.3);
  box-shadow: 0.52083vw 0.90214vw 2.08333vw 0.52083vw rgba(51, 51, 51, 0.3);
  border: 0.52083vw solid #63b719;
  position: relative;
  z-index: 2;
}

.offer__body:before {
  content: "";
  display: block;
  position: absolute;
  top: -9.01042vw;
  left: 3.90625vw;
  width: 13.59375vw;
  height: 8.48958vw;
  background: url("../img/offer_addimg.png") top center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.offer__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2.08333vw;
}

.offer__tag__item {
  width: 12.5vw;
  padding: 0.52083vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.20833vw dashed #63b719;
  font-size: 48px;
  font-size: 2.5vw;
  color: #63b719;
  font-weight: 600;
}

.offer__subttl {
  font-size: 48px;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2.08333vw;
}

.offer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.offer__btn {
  width: 30.4166vw;
  height: 6.25vw;
  margin: 0 2.08333vw 0 1.5vw;
}

.offer__btn>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f03b48;
  border-radius: 3.125vw;
  -webkit-box-shadow: 0 0.26042vw 0.625vw 0.15625vw rgba(170, 170, 170, 0.4);
  box-shadow: 0 0.26042vw 0.625vw 0.15625vw rgba(170, 170, 170, 1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.offer__btn>a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
}

.offer__btn .material-icons {
  font-size: 70px;
  font-size: 3.64583vw;
  color: #fff;
  margin: 0 1.14583vw 0 0;
}

.offer__btn__txt {
  font-size: 32px;
  font-size: 1.66667vw;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.offer__tel {
  margin: 0 0 0 2.08333vw;
  padding: 0 0 0 4.6875vw;
  position: relative;
}

.offer__tel__links {
  display: block;
  width: 100%;
  height: 100%;
}

.offer__tel__ico .material-icons {
  position: absolute;
  top: 0.4vw;
  left: -0.4vw;
  font-size: 95px;
  font-size: 4.9479vw;
  color: #f03b48;
  line-height: 1;
}

.offer__tel__txt {
  font-size: 20px;
  font-size: 1.0416vw;
  color: #f03b48;
}

.offer__tel__txt01 {
  font-size: 16px;
  font-size: 0.8333vw;
  letter-spacing: 0.15vw;
}

.offer__tel__number {
  display: block;
  padding: 0 0 0.20833vw;
  font-size: 64px;
  font-size: 3.33333vw;
  color: #f03b48;
  font-weight: 700;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1440px) {
  .offer {
    padding: 0 32px;
  }

  .offer--cmn {
    bottom: -18.95833vw;
  }

  .offer__ttl {
    font-size: 56px;
    font-size: 3.5vw;
    margin: 0 0 3.75vw;
  }

  .offer__body {
    max-width: 100%;
    padding: 4.16667vw;
    -webkit-box-shadow: 0.69444vw 1.20285vw 2.77778vw 0.69444vw rgba(51, 51, 51, 0.3);
    box-shadow: 0.69444vw 1.20285vw 2.77778vw 0.69444vw rgba(51, 51, 51, 0.3);
    border: 0.69444vw solid #63b719;
  }

  .offer__body:before {
    top: -12.01389vw;
    left: 5.20833vw;
    width: 18.125vw;
    height: 11.31944vw;
  }

  .offer__tag {
    margin: 0 0 2.77778vw;
  }

  .offer__tag__item {
    width: 16.66667vw;
    padding: 0.69444vw 0;
    border: 0.27778vw dashed #63b719;
    font-size: 48px;
    font-size: 3vw;
  }

  .offer__subttl {
    font-size: 48px;
    font-size: 3vw;
    margin: 0 0 2.77778vw;
  }

  .offer__btn {
    width: 40.55556vw;
    height: 8.33333vw;
    margin: 0 2.77778vw 0 0 0;
  }

  .offer__btn>a {
    border-radius: 4.16667vw;
  }

  .offer__btn>a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }
}

@media screen and (max-width: 1280px) {
  .offer {
    padding: 0 32px;
  }

  .offer--cmn {
    bottom: -18.95833vw;
  }
}

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

  .offer--cmn {
    bottom: -48vw;
    padding: 0 5.33333vw;
  }

  .offer--bottom {
    padding: 0 5.33333vw;
  }

  .offer__ttl {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1.25;
    margin: 0 0 6.66667vw;
  }

  .offer__body {
    margin: 0;
    padding: 2.66667vw 2.66667vw 8vw;
    -webkit-box-shadow: 1.33333vw 2.30947vw 5.33333vw 1.33333vw rgba(51, 51, 51, 0.3);
    box-shadow: 1.33333vw 2.30947vw 5.33333vw 1.33333vw rgba(51, 51, 51, 0.3);
    border: 2.66667vw solid #63b719;
  }

  .offer__body:before {
    display: none;
  }

  .offer__tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.66667vw;
  }

  .offer__tag__item {
    width: 25.33333vw;
    margin: 2.66667vw 0 0;
    padding: 1.6vw 0;
    border: 2px dashed #63b719;
    font-size: 32px;
    font-size: 4.26667vw;
  }

  .offer__tag__item:nth-of-type(4) {
    margin: 2.66667vw 0.66667vw 0 auto;
  }

  .offer__tag__item:nth-of-type(5) {
    margin: 2.66667vw auto 0 0.66667vw;
  }

  .offer__subttl {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1.25;
    margin: 0 0 6.4vw;
  }

  .offer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .offer__btn {
    width: 100%;
    height: 16vw;
    margin: 0 5.33333vw 0 0 0;
  }

  .offer__btn>a {
    border-radius: 8vw;
    border: none;
    -webkit-box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
  }

  .offer__btn>a:hover {
    -webkit-box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .offer__btn .material-icons {
    font-size: 70px;
    font-size: 9.33333vw;
    color: #fff;
    margin: 0 8vw 0 0;
  }

  .offer__btn__txt {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.278;
  }

  .offer__tel {
    width: 100%;
    height: 16vw;
    margin: 0 0 5.33333vw;
    padding: 0;
  }

  .offer__tel__links {
    padding: 2.66667vw 0 0 18.66667vw;
    border-radius: 8vw;
    background: #fff;
    border: 0.55vw solid #f03b48;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
  }

  .offer__tel__ico .material-icons {
    top: 3.73333vw;
    left: 6.93333vw;
    font-size: 70px;
    font-size: 9.33333vw;
    color: #f03b48;
    text-shadow: 0 0 0.66667vw #fff;
  }

  .offer__tel__txt {
    font-size: 24px;
    font-size: 3.2vw;
    color: #f03b48;
    font-weight: 600;
    text-shadow: 0 0 0.66667vw #fff;
  }

  .offer__tel__txt01 {
    display: none;
  }

  .offer__tel__number {
    padding: 0;
    background: none;
    font-size: 56px;
    font-size: 7.46667vw;
    color: #f03b48;
    text-shadow: 0 0 0.66667vw #fff;
  }
}

.service {
  padding: 23.02083vw 0 0;
  height: 73.17708vw;
  background-color: #f3ffe9;
}

.service:after {
  bottom: -14.21875vw;
  z-index: 3;
}

.service__ttl {
  width: 19.11458vw;
  height: 9.79167vw;
  margin: 0 auto;
}

.service__box {
  position: absolute;
  top: 30.72917vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66.66667vw;
  height: 50vw;
  z-index: 4;
}

.service__card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20.83333vw;
  height: 20.83333vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.525vw 0.4125vw rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0.525vw 0.4125vw rgba(0, 0, 0, 0.04);
}

.service__card__txt {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

.service__card__img .material-icons {
  font-size: 92px;
  font-size: 4.79167vw;
  color: #63b719;
  margin: 0.9375vw 0;
}

.service .card01 {
  top: 0;
  left: 0;
}

.service .card01__ttl {
  width: 11.92708vw;
  height: 6.875vw;
}

.service .card02 {
  top: 6.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service .card02__ttl {
  width: 8.4375vw;
  height: 4.375vw;
}

.service .card03 {
  top: 0;
  right: 0;
}

.service .card03__ttl {
  width: 4.16667vw;
  height: 4.375vw;
}

.service .card04 {
  left: 0;
  bottom: 6.25vw;
}

.service .card04__ttl {
  width: 10.46875vw;
  height: 4.32292vw;
}

.service .card05 {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service .card05__ttl {
  width: 10.57292vw;
  height: 4.375vw;
}

.service .card06 {
  right: 0;
  bottom: 6.25vw;
}

.service .card06__ttl {
  width: 8.54167vw;
  height: 4.47917vw;
}

@media screen and (max-width: 1440px) {
  .service {
    padding: 30.69444vw 0 0;
    height: 97.56944vw;
  }

  .service:after {
    bottom: -18.95833vw;
  }

  .service__ttl {
    width: 25.48611vw;
    height: 13.05556vw;
  }

  .service__box {
    top: 40.97222vw;
    width: 88.88889vw;
    height: 66.66667vw;
  }

  .service__card {
    width: 27.77778vw;
    height: 27.77778vw;
    -webkit-box-shadow: 0 0 0.7vw 0.55vw rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0.7vw 0.55vw rgba(0, 0, 0, 0.04);
  }

  .service__card__txt {
    font-size: 24px;
    font-size: 1.5vw;
  }

  .service__card__img .material-icons {
    font-size: 92px;
    font-size: 5.75vw;
    margin: 1.25vw 0;
  }

  .service .card01__ttl {
    width: 15.90278vw;
    height: 9.16667vw;
  }

  .service .card02 {
    top: 8.33333vw;
  }

  .service .card02__ttl {
    width: 11.25vw;
    height: 5.83333vw;
  }

  .service .card03__ttl {
    width: 5.55556vw;
    height: 5.83333vw;
  }

  .service .card04 {
    bottom: 8.33333vw;
  }

  .service .card04__ttl {
    width: 13.95833vw;
    height: 5.76389vw;
  }

  .service .card05__ttl {
    width: 14.09722vw;
    height: 5.83333vw;
  }

  .service .card06 {
    bottom: 8.33333vw;
  }

  .service .card06__ttl {
    width: 11.38889vw;
    height: 5.97222vw;
  }
}

@media screen and (max-width: 1280px) {
  .service__card__txt {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .service__card__img .material-icons {
    font-size: 92px;
    font-size: 6.38889vw;
  }
}

@media screen and (max-width: 1024px) {
  .service__card__txt {
    font-size: 18px;
    font-size: 1.75781vw;
  }

  .service__card__img .material-icons {
    font-size: 70px;
    font-size: 6.83594vw;
  }
}

@media screen and (max-width: 800px) {
  .service {
    padding: 58.66667vw 0 5.33333vw;
    height: auto;
  }

  .service:after {
    bottom: -14.13333vw;
  }

  .service__ttl {
    width: 64vw;
    height: 11.46667vw;
    margin: 0 auto 2.66667vw;
  }

  .service__box {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 1.86667vw;
  }

  .service__card {
    position: static;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 46.66667vw;
    height: 46.66667vw;
    margin: 2.66667vw 0 0;
    -webkit-box-shadow: 0 0 1.344vw 1.056vw rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 1.344vw 1.056vw rgba(0, 0, 0, 0.04);
  }

  .service__card__txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .service__card__img .material-icons {
    font-size: 80px;
    font-size: 10.66667vw;
    color: #63b719;
    margin: 0;
  }

  .service .card01 {
    top: auto;
    left: auto;
    padding: 5.06667vw 0 6.66667vw;
  }

  .service .card01__ttl {
    width: 24.66667vw;
    height: 14.66667vw;
  }

  .service .card02 {
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 6.66667vw 0 6.66667vw;
  }

  .service .card02__ttl {
    width: 17.33333vw;
    height: 9.33333vw;
  }

  .service .card03 {
    top: auto;
    right: auto;
    padding: 9.06667vw 0 6.66667vw;
  }

  .service .card03__ttl {
    width: 16.53333vw;
    height: 4vw;
  }

  .service .card04 {
    left: auto;
    bottom: auto;
    padding: 6.66667vw 0 6.66667vw;
  }

  .service .card04__ttl {
    width: 21.46667vw;
    height: 9.2vw;
  }

  .service .card05 {
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 6.66667vw 0 6.66667vw;
  }

  .service .card05__ttl {
    width: 21.73333vw;
    height: 9.33333vw;
  }

  .service .card06 {
    right: auto;
    bottom: auto;
    padding: 9.33333vw 0 6.66667vw;
  }

  .service .card06__ttl {
    width: 26.53333vw;
    height: 4.13333vw;
  }
}

.case {
  padding: 5.27vw 0 0;
}

.case:after {
  bottom: -14.21875vw;
  z-index: 3;
  display: none;
}

.case__inner {
  width: 66.66667vw;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.case__ttl {
  width: 33.17708vw;
  height: 3.90625vw;
  margin: 0 auto 2.08333vw;
}

.case__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 0 1.04167vw;
}

.case__card {
  width: 15.10417vw;
  height: 22.39583vw;
  margin: 2.08333vw 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.78125vw 1.04167vw 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.78125vw 1.04167vw 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.case__card__label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25vw;
  height: 2.08333vw;
  background-color: #fff;
  font-size: 24px;
  font-size: 1.25vw;
  color: #63b719;
  font-weight: 600;
}

.case__card__img {
  width: 100%;
  height: 9.375vw;
}

.case__card__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3.125vw;
  font-size: 20px;
  font-size: 1.04167vw;
  color: #fff;
  text-align: center;
  background-color: #63b719;
}

.case__card__price .number {
  font-size: 48px;
  font-size: 2.5vw;
  margin: 0 0.20833vw;
  vertical-align: -0.10417vw;
}

.case__card__details {
  padding: 1.04167vw;
}

.case__card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case__card__list:not(:last-of-type) {
  margin: 0 0 0.52083vw;
}

.case__card__list .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.6875vw;
  height: 1.5625vw;
  background-color: #63b719;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
}

.case__card__list .txt {
  width: 8.33333vw;
  padding: 0 0 0 0.72917vw;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: normal;
}

.case__card__list .txt.none {
  position: relative;
}

.case__card__list .txt.none:after {
  content: "";
  display: block;
  position: absolute;
  width: 4.16667vw;
  height: 1px;
  top: 0;
  left: 0.72917vw;
  background-color: #131313;
}

@media screen and (max-width: 1440px) {
  .case:after {
    bottom: -18.95833vw;
  }

  .case__inner {
    width: 88.88889vw;
  }

  .case__ttl {
    width: 44.23611vw;
    height: 5.20833vw;
    margin: 0 auto 2.77778vw;
  }

  .case__details {
    padding: 0 0 1.38889vw;
  }

  .case__card {
    width: 20.13889vw;
    height: 29.86111vw;
    margin: 2.77778vw 0 0;
    -webkit-box-shadow: 0 1.04167vw 1.38889vw 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1.04167vw 1.38889vw 0 rgba(0, 0, 0, 0.2);
  }

  .case__card__label {
    width: 8.33333vw;
    height: 2.77778vw;
    background-color: #fff;
    font-size: 24px;
    font-size: 1.5vw;
  }

  .case__card__img {
    height: 12.5vw;
  }

  .case__card__price {
    height: 4.16667vw;
    font-size: 20px;
    font-size: 1.25vw;
  }

  .case__card__price .number {
    font-size: 48px;
    font-size: 3vw;
    margin: 0 0.27778vw;
    vertical-align: -0.13889vw;
  }

  .case__card__details {
    padding: 1.38889vw;
  }

  .case__card__list:not(:last-of-type) {
    margin: 0 0 0.69444vw;
  }

  .case__card__list .tag {
    width: 6.25vw;
    height: 2.08333vw;
    background-color: #63b719;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .case__card__list .txt {
    width: 11.11111vw;
    padding: 0 0 0 0.97222vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .case__card__list .txt.none:after {
    width: 5.55556vw;
    left: 0.97222vw;
  }
}

@media screen and (max-width: 800px) {
  .case {
    padding: 14.9vw 0 0;
  }

  .case:after {
    bottom: -14.13333vw;
  }

  .case__inner {
    width: 100%;
    margin: 0;
    padding: 0 5.33333vw;
  }

  .case__ttl {
    width: 72.4vw;
    height: 8.53333vw;
    margin: 0 auto 1.33333vw;
  }

  .case__details {
    padding: 0;
  }

  .case__card {
    width: 42.66667vw;
    height: 77.33333vw;
    margin: 4vw 0 0;
    -webkit-box-shadow: 0 2vw 2.66667vw 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2vw 2.66667vw 0 rgba(0, 0, 0, 0.2);
  }

  .case__card__label {
    width: 18.13333vw;
    height: 7.46667vw;
    font-size: 32px;
    font-size: 4.26667vw;
  }

  .case__card__label._wide {
    width: 20.8vw;
  }

  .case__card__img {
    height: 26.66667vw;
  }

  .case__card__price {
    height: 10.66667vw;
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0 0 0.53333vw;
  }

  .case__card__price .number {
    font-size: 64px;
    font-size: 8.53333vw;
    margin: 0 0.53333vw 0;
    vertical-align: -0.26667vw;
  }

  .case__card__details {
    padding: 2.66667vw 2.66667vw 0 2.66667vw;
  }

  .case__card__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .case__card__list:not(:last-of-type) {
    margin: 0 0 2.66667vw;
  }

  .case__card__list .tag {
    width: 14.66667vw;
    height: 5.33333vw;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .case__card__list .txt {
    width: 22.66667vw;
    padding: 0 0 0 1.33333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.25;
  }

  .case__card__list .txt.none:after {
    width: 2.66667vw;
    top: 2.66667vw;
    left: 1.86667vw;
  }
}

.flow {
  padding: 18.33333vw 0 0;
  background-color: #63b719;
  position: relative;
  z-index: 2;
}

.flow__ttl {
  width: 15.9375vw;
  height: 3.85417vw;
  margin: 0 auto 4.16667vw;
}

.flow__inner {
  padding: 0 0 25.52083vw;
  position: relative;
}

.flow__inner:after {
  bottom: -14.21875vw;
  z-index: 4;
}

.flow__body {
  width: 66.66667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow__box {
  width: 13.54167vw;
  padding: 3.64583vw 0 0;
  position: relative;
}

.flow__box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow__box__img {
  width: 100%;
  height: 10.41667vw;
  margin: 0 0 0.9375vw;
}

.flow__box__txt {
  font-size: 24px;
  font-size: 1.25vw;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}

.flow__box__ico {
  position: absolute;
  top: 7.8125vw;
  right: -4.27083vw;
}

.flow__box__ico .material-icons {
  font-size: 80px;
  font-size: 4.16667vw;
  color: #fff;
}

.flow .box01:before {
  width: 7.34375vw;
  height: 2.65625vw;
  background: url("../img/flow_step01.png") top center no-repeat;
  background-size: 100% 100%;
}

.flow .box02:before {
  width: 8.17708vw;
  height: 2.65625vw;
  background: url("../img/flow_step02.png") top center no-repeat;
  background-size: 100% 100%;
}

.flow .box03:before {
  width: 8.125vw;
  height: 2.65625vw;
  background: url("../img/flow_step03.png") top center no-repeat;
  background-size: 100% 100%;
}

.flow .box04:before {
  width: 8.22917vw;
  height: 2.65625vw;
  background: url("../img/flow_step04.png") top center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1440px) {
  .flow {
    padding: 24.44444vw 0 0;
  }

  .flow__ttl {
    width: 21.25vw;
    height: 5.13889vw;
    margin: 0 auto 5.55556vw;
  }

  .flow__inner {
    padding: 0 0 34.02778vw;
  }

  .flow__inner:after {
    bottom: -18.95833vw;
  }

  .flow__body {
    width: 88.88889vw;
  }

  .flow__box {
    width: 18.05556vw;
    padding: 4.86111vw 0 0;
  }

  .flow__box__img {
    height: 13.88889vw;
    margin: 0 0 1.25vw;
  }

  .flow__box__txt {
    font-size: 24px;
    font-size: 1.5vw;
  }

  .flow__box__ico {
    top: 10.41667vw;
    right: -5.69444vw;
  }

  .flow__box__ico .material-icons {
    font-size: 80px;
    font-size: 5vw;
  }

  .flow .box01:before {
    width: 9.79167vw;
    height: 3.54167vw;
  }

  .flow .box02:before {
    width: 10.90278vw;
    height: 3.54167vw;
  }

  .flow .box03:before {
    width: 10.83333vw;
    height: 3.54167vw;
  }

  .flow .box04:before {
    width: 10.97222vw;
    height: 3.54167vw;
  }
}

@media screen and (max-width: 800px) {
  .flow {
    padding: 24.53333vw 0 0;
  }

  .flow__ttl {
    width: 37.33333vw;
    height: 8.8vw;
    margin: 0 auto 1.6vw;
  }

  .flow__inner {
    padding: 0 0 92vw;
  }

  .flow__inner:after {
    bottom: -14.13333vw;
  }

  .flow__body {
    width: 100%;
    margin: 0;
    padding: 0 10.66667vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flow__box {
    width: 34.66667vw;
    padding: 9.33333vw 0 0;
    margin: 6.4vw 0 0;
  }

  .flow__box__img {
    height: 26.66667vw;
    margin: 0 0 2.4vw;
  }

  .flow__box__txt {
    font-size: 24px;
    font-size: 3.2vw;
  }

  .flow__box__ico {
    position: absolute;
    top: 20vw;
    right: -10.4vw;
  }

  .flow__box__ico .material-icons {
    font-size: 80px;
    font-size: 10.66667vw;
    color: #fff;
  }

  .flow .box01:before {
    width: 18.8vw;
    height: 6.8vw;
    background: url("../img/flow_step01.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .flow .box02:before {
    width: 20.93333vw;
    height: 6.8vw;
    background: url("../img/flow_step02.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .flow .box03:before {
    width: 20.8vw;
    height: 6.8vw;
    background: url("../img/flow_step03.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .flow .box04:before {
    width: 21.06667vw;
    height: 6.8vw;
    background: url("../img/flow_step04.png") top center no-repeat;
    background-size: 100% 100%;
  }
}

.testimonial {
  padding: 23.95833vw 1.66667vw 0;
}

.testimonial__ttl {
  width: 16.04167vw;
  height: 3.85417vw;
  margin: 0 auto 4.16667vw;
}

.testimonial__inner {
  max-width: 66.66667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial__box {
  width: 20.83333vw;
  padding: 0 0 12.39583vw;
}

.testimonial__sb {
  width: 100%;
  height: 20.83333vw;
  padding: 2.08333vw 1.04167vw 0;
  background-color: #63b719;
  border-radius: 1.04167vw;
  position: relative;
}

.testimonial__sb:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2.03125vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  border-style: solid;
  border-width: 2.03125vw 1.14583vw 0 1.14583vw;
  border-color: #63b719 transparent transparent transparent;
}

.testimonial__sb__ttl {
  width: 100%;
  height: 4.58333vw;
  border-bottom: 2px solid #fff;
  margin: 0 0 0.83333vw;
}

.testimonial__sb__txt {
  padding: 0 0.9375vw;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}

.testimonial .box01 {
  background: url("../img/testimonial_box01_ico.png") bottom center no-repeat;
  background-size: 8.33333vw;
}

.testimonial .box01__ttl {
  width: 10.83333vw;
  height: 3.54167vw;
  margin: 0 auto;
}

.testimonial .box02 {
  background: url("../img/testimonial_box02_ico.png") bottom center no-repeat;
  background-size: 8.33333vw;
}

.testimonial .box02__ttl {
  width: 8.17708vw;
  height: 3.38542vw;
  margin: 0 auto;
}

.testimonial .box03 {
  background: url("../img/testimonial_box03_ico.png") bottom center no-repeat;
  background-size: 8.33333vw;
}

.testimonial .box03__ttl {
  width: 15.15625vw;
  height: 3.38542vw;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .testimonial {
    padding: 31.94444vw 2.22222vw 0;
  }

  .testimonial__ttl {
    width: 21.38889vw;
    height: 5.13889vw;
    margin: 0 auto 5.55556vw;
  }

  .testimonial__inner {
    max-width: 88.88889vw;
  }

  .testimonial__box {
    width: 27.77778vw;
    padding: 0 0 16.52778vw;
  }

  .testimonial__sb {
    width: 100%;
    height: 27.77778vw;
    padding: 2.77778vw 1.38889vw 0;
    border-radius: 1.38889vw;
  }

  .testimonial__sb:after {
    bottom: -2.70833vw;
    border-width: 2.70833vw 1.52778vw 0 1.52778vw;
  }

  .testimonial__sb__ttl {
    height: 6.11111vw;
    margin: 0 0 1.11111vw;
  }

  .testimonial__sb__txt {
    padding: 0 1.25vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .testimonial .box01 {
    background: url("../img/testimonial_box01_ico.png") bottom center no-repeat;
    background-size: 11.11111vw;
  }

  .testimonial .box01__ttl {
    width: 14.44444vw;
    height: 4.72222vw;
  }

  .testimonial .box02 {
    background: url("../img/testimonial_box02_ico.png") bottom center no-repeat;
    background-size: 11.11111vw;
  }

  .testimonial .box02__ttl {
    width: 10.90278vw;
    height: 4.51389vw;
  }

  .testimonial .box03 {
    background: url("../img/testimonial_box03_ico.png") bottom center no-repeat;
    background-size: 11.11111vw;
  }

  .testimonial .box03__ttl {
    width: 20.20833vw;
    height: 4.51389vw;
  }
}

@media screen and (max-width: 1280px) {
  .testimonial__sb__txt {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial__sb {
    height: 33.20312vw;
  }

  .testimonial__sb__txt {
    font-size: 14px;
    font-size: 1.36719vw;
  }
}

@media screen and (max-width: 800px) {
  .testimonial {
    padding: 61.33333vw 4.26667vw 0;
  }

  .testimonial__ttl {
    width: 37.33333vw;
    height: 8.8vw;
    margin: 0 auto 5.33333vw;
  }

  .testimonial__inner {
    max-width: 100%;
    margin: 0;
    display: block;
  }

  .testimonial__box {
    width: 100%;
    padding: 0 0 29.06667vw;
  }

  .testimonial__sb {
    width: 100%;
    height: auto;
    padding: 5.33333vw;
    border-radius: 5.33333vw;
  }

  .testimonial__sb:after {
    bottom: -5.06667vw;
    border-width: 5.06667vw 3vw 0 3vw;
  }

  .testimonial__sb__ttl {
    height: 17.86667vw;
    border-bottom: 2px solid #fff;
    margin: 0 0 5.33333vw;
  }

  .testimonial__sb__txt {
    padding: 0 5.06667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .testimonial .box01 {
    background: url("../img/testimonial_box01_ico.png") bottom center no-repeat;
    background-size: 21.33333vw;
    margin: 0 0 5.6vw;
  }

  .testimonial .box01__ttl {
    width: 41.86667vw;
    height: 12.66667vw;
  }

  .testimonial .box02 {
    background: url("../img/testimonial_box02_ico.png") bottom center no-repeat;
    background-size: 21.33333vw;
    margin: 0 0 5.6vw;
  }

  .testimonial .box02__ttl {
    width: 31.6vw;
    height: 12.53333vw;
  }

  .testimonial .box03 {
    background: url("../img/testimonial_box03_ico.png") bottom center no-repeat;
    background-size: 21.33333vw;
  }

  .testimonial .box03__ttl {
    width: 58.13333vw;
    height: 12.53333vw;
  }
}

.faq {
  padding: 7.8125vw 1.66667vw 4.0625vw;
}

.faq:after {
  bottom: -14.21875vw;
  z-index: 2;
}

.faq__ttl {
  width: 21.30208vw;
  height: 3.90625vw;
  margin: 0 auto 4.16667vw;
}

.faq__inner {
  max-width: 66.66667vw;
  height: 42.60417vw;
  margin: 0 auto;
  position: relative;
}

.faq__box {
  position: absolute;
  width: 32.29167vw;
  border-radius: 1.04167vw;
  border: 0.26042vw solid #63b719;
  background-color: #fff;
  z-index: 3;
}

.faq__box__question {
  width: 100%;
  background-color: #63b719;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__box__answer {
  display: block;
  width: 100%;
  padding: 4.6875vw 1.5625vw 0;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: justify;
  position: relative;
}

.faq__box__answer:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.08333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.66667vw;
  height: 1.71875vw;
  background: url("../img/faq_answer_ico.png") top center no-repeat;
  background-size: 100% 100%;
}

.faq .box01 {
  top: 0;
  left: 0;
  height: 18.17708vw;
}

.faq .box01__question {
  height: 8.38542vw;
}

.faq .box01__question__img {
  width: 15.26042vw;
  height: 4.47917vw;
}

.faq .box02 {
  top: 0;
  right: 0;
  height: 21.51042vw;
}

.faq .box02__question {
  height: 10.67708vw;
}

.faq .box02__question__img {
  width: 24.01042vw;
  height: 6.71875vw;
}

.faq .box03 {
  left: 0;
  bottom: 0;
  height: 22.34375vw;
}

.faq .box03__question {
  height: 8.38542vw;
}

.faq .box03__question__img {
  width: 25.20833vw;
  height: 4.47917vw;
}

.faq .box04 {
  right: 0;
  bottom: 0;
  height: 19.21875vw;
}

.faq .box04__question {
  height: 8.38542vw;
}

.faq .box04__question__img {
  width: 27.55208vw;
  height: 4.47917vw;
}

@media screen and (max-width: 1440px) {
  .faq {
    padding: 10.41667vw 2.22222vw 5.41667vw;
  }

  .faq:after {
    bottom: -18.95833vw;
    z-index: 2;
  }

  .faq__ttl {
    width: 28.40278vw;
    height: 5.20833vw;
    margin: 0 auto 5.55556vw;
  }

  .faq__inner {
    max-width: 88.88889vw;
    height: 56.80556vw;
  }

  .faq__box {
    width: 43.05556vw;
    border-radius: 1.38889vw;
    border: 0.34722vw solid #63b719;
  }

  .faq__box__answer {
    padding: 6.25vw 2.08333vw 0;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .faq__box__answer:before {
    top: 2.77778vw;
    width: 2.22222vw;
    height: 2.29167vw;
  }

  .faq .box01 {
    height: 24.23611vw;
  }

  .faq .box01__question {
    height: 11.18056vw;
  }

  .faq .box01__question__img {
    width: 20.34722vw;
    height: 5.97222vw;
  }

  .faq .box02 {
    height: 28.68056vw;
  }

  .faq .box02__question {
    height: 14.23611vw;
  }

  .faq .box02__question__img {
    width: 32.01389vw;
    height: 8.95833vw;
  }

  .faq .box03 {
    height: 29.79167vw;
  }

  .faq .box03__question {
    height: 11.18056vw;
  }

  .faq .box03__question__img {
    width: 33.61111vw;
    height: 5.97222vw;
  }

  .faq .box04 {
    height: 25.625vw;
  }

  .faq .box04__question {
    height: 11.18056vw;
  }

  .faq .box04__question__img {
    width: 36.73611vw;
    height: 5.97222vw;
  }
}

@media screen and (max-width: 1280px) {
  .faq__box__answer {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .faq__box__answer {
    font-size: 14px;
    font-size: 1.36719vw;
    letter-spacing: normal;
    padding: 5.85938vw 1.36719vw 0;
  }
}

@media screen and (max-width: 800px) {
  .faq {
    padding: 21.33333vw 0 5.33333vw;
  }

  .faq:after {
    bottom: -14.13333vw;
  }

  .faq__ttl {
    width: 48vw;
    height: 8.66667vw;
    margin: 0 auto 5.33333vw;
  }

  .faq__inner {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.33333vw;
  }

  .faq__box {
    position: static;
    width: 100%;
    border-radius: 2.66667vw;
    border: 0.66667vw solid #63b719;
  }

  .faq__box__question {
    padding: 5.33333vw 0;
  }

  .faq__box__answer {
    display: block;
    width: 100%;
    padding: 12.53333vw 4.53333vw 4.26667vw;
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }

  .faq__box__answer:before {
    top: 5.33333vw;
    width: 4.26667vw;
    height: 4.4vw;
  }

  .faq .box01 {
    top: auto;
    left: auto;
    height: auto;
    margin: 0 0 5.33333vw;
  }

  .faq .box01__question {
    height: auto;
  }

  .faq .box01__question__img {
    width: 48.53333vw;
    height: 12.26667vw;
  }

  .faq .box02 {
    top: auto;
    right: auto;
    height: auto;
    margin: 0 0 5.33333vw;
  }

  .faq .box02__question {
    height: auto;
  }

  .faq .box02__question__img {
    width: 76.53333vw;
    height: 20.4vw;
  }

  .faq .box03 {
    left: auto;
    bottom: auto;
    height: auto;
    margin: 0 0 5.33333vw;
  }

  .faq .box03__question {
    height: auto;
  }

  .faq .box03__question__img {
    width: 80.66667vw;
    height: 12.4vw;
  }

  .faq .box04 {
    right: auto;
    bottom: auto;
    height: auto;
  }

  .faq .box04__question {
    height: auto;
  }

  .faq .box04__question__img {
    width: 49.73333vw;
    height: 19.06667vw;
  }
}

.footer {
  background-color: #63b719;
}

.footer--top {
  padding: 18.417vw 0 1.5625vw;
}

.footer--local {
  padding: 1.5625vw 0 1.5625vw;
}

.footer--local__copyright {
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
  text-align: center;
}

.footer__inner {
  width: 66.66667vw;
  margin: 0 auto;
  padding: 4.89583vw 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__links__txt {
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__links__txt:first-of-type {
  margin: 0 4.16667vw 0 0;
}

.footer__links__txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.41667vw 0 0.41667vw 0.67708vw;
  border-color: transparent transparent transparent #fff;
  margin: 0 0.41667vw 0 0;
}

.footer__copyright {
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .footer--top {
    padding: 27.77778vw 0 2.08333vw;
  }

  .footer--local {
    padding: 2.08333vw 0 2.08333vw;
  }

  .footer--local__copyright {
    font-size: 14px;
    font-size: 0.875vw;
  }

  .footer__inner {
    width: 88.88889vw;
    padding: 6.52778vw 0 0;
  }

  .footer__links__txt {
    font-size: 14px;
    font-size: 0.875vw;
  }

  .footer__links__txt:first-of-type {
    margin: 0 5.55556vw 0 0;
  }

  .footer__links__txt:before {
    border-width: 0.55556vw 0 0.55556vw 0.90278vw;
    margin: 0 0.55556vw 0 0;
  }

  .footer__copyright {
    font-size: 14px;
    font-size: 0.875vw;
  }
}

@media screen and (max-width: 1280px) {
  .footer--local__copyright {
    font-size: 14px;
    font-size: 0.97222vw;
  }

  .footer__links__txt {
    font-size: 14px;
    font-size: 0.97222vw;
  }

  .footer__copyright {
    font-size: 14px;
    font-size: 0.97222vw;
  }
}

@media screen and (max-width: 1024px) {
  .footer--local__copyright {
    font-size: 14px;
    font-size: 1.36719vw;
  }

  .footer__links__txt {
    font-size: 14px;
    font-size: 1.36719vw;
  }

  .footer__copyright {
    font-size: 14px;
    font-size: 1.36719vw;
  }
}

@media screen and (max-width: 800px) {
  .footer {
    background-color: #63b719;
  }

  .footer--top {
    padding: 24.8vw 0 5.33333vw;
  }

  .footer--local {
    padding: 4vw 0 4vw;
  }

  .footer--local__copyright {
    font-size: 20px;
    font-size: 2.66667vw;
  }

  .footer__inner {
    width: 100%;
    margin: 0;
    padding: 10.66667vw 0 0;
    display: block;
  }

  .footer__links {
    margin: 0 0 4vw;
  }

  .footer__links__txt {
    font-size: 20px;
    font-size: 2.66667vw;
  }

  .footer__links__txt:first-of-type {
    margin: 0 10.66667vw 0 0;
  }

  .footer__links__txt:before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 1.6vw 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .footer__copyright {
    font-size: 20px;
    font-size: 2.66667vw;
    text-align: center;
  }
}

.forfree {
  margin-top: 14.583vw;
  width: 100%;
  padding: 4.6875vw 0;
  position: relative;
  background-color: #63b719;
}

.forfree__inner {
  width: 66.66667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.forfree__ttl {
  position: absolute;
  top: 0;
  left: 2.9vw;
  width: 27.2916vw;
  height: 12.2916vw;
}

.forfree__details {
  width: 33.33333vw;
  padding: 15.26042vw 0 0;
}

.forfree__img {
  width: 28.125vw;
  height: 36.45833vw;
}

.forfree__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.98vw 1vw 0.98vw 5.5vw;
  background-color: #fff;
  position: relative;
}

.forfree__box:not(:last-of-type) {
  margin: 0 0 1.09375vw;
}

.forfree__ico .material-icons {
  font-size: 80px;
  font-size: 4.16667vw;
  color: #63b719;
}

.forfree__ico {
  margin-right: 1.406vw;
}

.forfree__list {
  flex: 1;
}

.forfree__list--top {
  font-size: 40px;
  font-size: 2.08333vw;
  display: block;
  margin: 0 0 0.52083vw;
}

.forfree__list--top>em {
  font-size: 54px;
  font-size: 2.8125vw;
  font-weight: 600;
  color: #63b719;
}

.forfree__list--bottom {
  font-size: 20px;
  font-size: 1.04167vw;
  letter-spacing: 0.025em;
  display: block;
}

@media screen and (max-width: 1280px) {
  .forfree:before {
    width: 93.75vw;
    height: 31.25vw;
    border-top-right-radius: 3.90625vw;
    border-bottom-right-radius: 3.90625vw;
  }

  .forfree__inner {
    width: 70.3125vw;
  }

  .forfree__img {
    width: 29.6875vw;
    height: 38.51562vw;
  }

  .forfree__box {
    padding: 0.98vw 1vw 0.98vw 2.5vw;
  }

  .forfree__ico .material-icons {
    font-size: 80px;
    font-size: 5.55556vw;
    color: #63b719;
  }

  .forfree__list--top {
    font-size: 38px;
    font-size: 2.63889vw;
  }

  .forfree__list--top>em {
    font-size: 44px;
    font-size: 3.05556vw;
  }

  .forfree__list--bottom {
    font-size: 20px;
    font-size: 1.38889vw;
  }
}

@media screen and (max-width: 1024px) {
  .forfree:before {
    width: 97.65625vw;
  }

  .forfree__ico .material-icons {
    font-size: 60px;
    font-size: 5.85938vw;
    color: #63b719;
  }

  .forfree__list--bottom {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 800px) {
  .forfree {
    padding: 10.66667vw 5.33333vw;
  }

  .forfree:before {
    width: 100%;
    height: 77.86667vw;
    background-color: #63b719;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .forfree__inner {
    width: 100%;
    margin: 0;
    display: block;
  }

  .forfree__ttl {
    position: static;
    top: auto;
    left: auto;
    width: 69.8666vw;
    height: 32.8vw;
    margin: 0 auto 9.5vw;
  }

  .forfree__img {
    width: 78.66666vw;
    height: 45.86667vw;
    margin: 0 auto 10.66667vw;
  }

  .forfree__details {
    width: 100%;
    padding: 0;
  }

  .forfree__box {
    width: 100%;
    padding: 2.66666vw 11vw;
    background-color: #fff;
  }

  .forfree__box:not(:last-of-type) {
    margin: 0 0 2.66667vw;
  }

  .forfree__ico .material-icons {
    font-size: 80px;
    font-size: 10.66667vw;
  }

  .forfree__list {
    width: 61.33333vw;
    padding: 0 0 0 1.86667vw;
    text-align: center;
  }

  .forfree__list--top {
    font-size: 40px;
    font-size: 5.33333vw;
    margin: 0 0 1.33333vw;
  }

  .forfree__list--top>em {
    font-size: 54px;
    font-size: 7.2vw;
  }

  .forfree__list--bottom {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

/* fv */
.fv .fv_visual {
  padding: 8vw 0 0;
  background: url(../img/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}

.fv .fv_visual .inner_box {
  margin: 0 auto;
  padding-right: 2.5vw;
  width: 84.16vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
}

.fv .fv_visual .title {
  margin-right: -1.563vw;
  width: 52.812vw;
}


.fv #contact {
  margin: -0.885vw 0 2.448vw;
  width: 35.2vw;
  max-width: 584px;
}

@media screen and (max-width: 1080px) {
  .fv #contact {
    width: 86.66667vw;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .fv {
    margin-bottom: 6.667vw;
    padding-top: 14.667vw;
    position: relative;
  }

  .fv .fv_visual {
    padding: 0;
    background-image: url(../img/sp_fv_bg.jpg);
  }

  .fv .fv_visual .inner_box {
    padding-right: 0;
    width: 100%;
    display: block;
  }

  .fv .fv_visual .title {
    margin-right: 0;
    width: 100%;
  }
}

/* form */
.d-none {
  display: none;
}

.form_block {
  margin-bottom: 36px;
}

.form_block dt {
  font-size: min(2vw, 24px);
  color: #333333;
  font-weight: bold;
  padding: 0 0 0 5px;
  border-left: 4px #000000 solid;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.form_block dt span {
  font-size: min(1.1vw, 16px);
  padding: 0 5px;
  margin: 0 0 0 5px;
  line-height: 1.9;
}

.form_block .form_block__select select {
  background: #fff386;
  border: 1px solid #d0d0d0;
  font-size: min(2vw, 18px);
}

.form_block .form_block__select.norequired__select select {
  background: #e5e5e5;
}

.form_block__select {
  position: relative;
}

.form_block__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.041vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
  pointer-events: none;
}

.f-required {
  background-color: #f03c46;
  color: #fff;
}

.f-norequired {
  background-color: #cccccc;
}

.form-submit input {
  background: #f03c46;
  color: #fff;
  box-shadow: 0.13vw 0.13vw 1.2vw 0 rgba(94, 94, 94, 0.8);
  font-size: min(2.2vw, 28px);
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
  font-weight: bold;
  padding-left: 30px;
}

.form-submit {
  position: relative;
}

.form-submit::before {
  position: absolute;
  content: '24時間\A受付';
  background: #fff;
  max-width: 76px;
  max-height: 76px;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;

  left: 1.7vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: min(1.88vw, 16px);
  color: #f03c46;
  white-space: pre;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  min-width: 60px;
  min-height: 60px;
}

.form-submit::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  top: calc(50% - 5px);
  right: 28px;
}

@media screen and (max-width: 800px) {
  .form_block dt {
    font-size: min(3.8vw, 24px);

  }

  .form_block dt span {
    font-size: min(3vw, 16px);
  }

  .form_block .form_block__select select {
    font-size: min(3.2vw, 20px);
  }

  .form_block__select::after {
    right: 2.7vw;
  }


  .f-required {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 4px 5px 3px;
    margin: -4px 0 0 5px;
  }

  .f-norequired {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 4px 5px 3px;
    margin: -4px 0 0 5px;
  }

  .form-submit input {
    font-size: min(4.5vw, 20px);
    line-height: 60px;
  }

  .form-submit::before {
    width: 66px;
    height: 66px;
    font-size: min(3.5vw, 16px);
  }

  .form_block__select::after {
    border-width: 7px 7.5px 0 7.5px;
  }

}

@media screen and (max-width: 374px) {
  .form-submit::before {
    width: 13vw;
    height: 13vw;
  }

  .form_block dt span {
    font-size: min(3vw, 16px);
  }
}

/* com_box */
.com_box {
  margin: 0 auto;
  width: 60vw;
}

/* btm_box */
.btm_box {
  padding: 1.563vw 0 1.458vw;
  background-color: #fff100;
}

.btm_box .com_box {
  width: 49.6vw;
  position: relative;
}

.btm_box .com_box .badge {
  width: 10.729vw;
  position: absolute;
  top: -2.917vw;
  right: -9.115vw;
}

.btm_box .com_box .phone {
  width: 7.656vw;
  position: absolute;
  bottom: -1.458vw;
  left: -7.813vw;
}

.btm_box .left_box {
  display: flex;
  align-items: flex-start;
}

.btm_box .title {
  margin-right: 0.938vw;
  padding: 0.677vw 0.26vw 0.781vw;
  width: 21.4vw;
  color: #fff;
  font-size: 1.1vw;
  font-weight: bold;
  background-color: #f13b48;
  text-align: center;
  line-height: 1.5;
  border-radius: 1.042vw;
  box-sizing: border-box;
}

.btm_box .tel_box {
  margin-top: 0.417vw;
  width: 27vw;
}

.btm_box .tel_box .ttl {
  margin: 0 0 0.26vw 0.208vw;
  font-size: 0.8vw;
}

.btm_box .tel_box .ttl span {
  margin-right: 3.802vw;
  display: inline-block;
}

.btm_box .tel_box a {
  display: flex;
  align-items: center;
}

.btm_box .tel_box a ._ico {
  margin: 0 0.5vw 0 5px;
  width: 1.667vw;
  display: block;
}

.btm_box .tel_box a p {
  color: #131313;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 3.323vw;
  letter-spacing: -0.025vw;
}

@media screen and (max-width: 800px) {
  .btm_box .left_box {
    display: block;
  }

  .btm_box .com_box {
    width: auto;
  }

  .btm_box {
    margin-bottom: 6.667vw;
    padding: 2.667vw 2.667vw 2.133vw;
  }

  .btm_box .title {
    margin-right: 0;
    padding: 1.333vw 0.26vw 1.867vw;
    width: 66.8vw;
    font-size: 3.467vw;
    line-height: 1.3;
    border-radius: 2.933vw;
    letter-spacing: 0;
  }

  .btm_box .tel_box {
    margin: 2.6vw 0 0 12.8vw;
    width: auto;
  }

  .btm_box .tel_box .ttl {
    margin: 0 0 0.6vw 0;
    font-size: 2.133vw;
    letter-spacing: 0;
  }

  .btm_box .tel_box a ._ico {
    margin: 0 1.333vw 0 0;
    width: 4.267vw;
  }

  .btm_box .tel_box a p {
    font-size: 6.933vw;
  }

  .btm_box .com_box .badge {
    width: 27.5vw;
    top: -1.333vw;
    right: -1.333vw;
  }

  .btm_box .com_box .phone {
    width: 12vw;
    position: absolute;
    bottom: -2.133vw;
    left: 0.8vw;
  }
}

.f-block__input {
  border: 1px solid #fff;
  box-sizing: border-box;
}

.f-block__input.is-focus {
  border-color: #ff6010;
  -webkit-animation: focusItem 1.2s linear infinite;
  animation: focusItem 1.2s linear infinite;
}

@-webkit-keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
    box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }

  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
    box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }

  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
    box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }

  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }

  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }

  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}

@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
    box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }

  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
    box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }

  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
    box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }

  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }

  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }

  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}

.sococara {
  display: inline-block;
  transform: translateY(3px);
  width: 25vw;
}

.sococara--one {}

.sococara--two {
  width: 250px;
  transform: translateY(25px);
}

.sococara--three {
  width: 250px;
  transform: translateY(9px);
}

.sococara--four {}

.sec07__ttl02 {
  background: none;
}

@media screen and (max-width: 800px) {
  .sococara {
    width: 50vw;
  }

  .sococara--two {
    width: 150px;
    transform: translateY(16px);
  }

  .sococara--three {
    width: 175px;
    transform: translateY(9px);
  }
}


/* メインビジュアル変更ここから */
.main_cm {
  margin-top: 64px;
}

.main_cm img {
  max-width: 100%;
}

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

@media not screen,
screen and (min-width:768px) {
  .vsp767 {
    display: none;
  }
}

.mainobi2 {
  background: #ffea01;
  position: relative;
  padding: 10px 15px;
  text-align: center;
}

.mainobi2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainobi2 dl dt {
  background: #ed3c46;
  padding: 4px 10px 10px;
  line-height: 1.2;
  color: #fff;
  font-size: 26px;
  min-width: 200px;
  margin-right: 20px;
  border-radius: 35px;
}

.mainobi2 dl dt>span {
  font-size: 176.93%;
  position: relative;
  top: 3px;
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
}

.mainobi2 dl dd {
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}

.mainobi2 dl dd>span {
  font-size: 125%
}

.mainobi2:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 55px 0 55px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-color: #ffea01 transparent transparent transparent;
}

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

  .mainobi2 dl dt {
    font-size: 17px;
    min-width: auto;
    width: auto;
    max-width: 140px;
    margin: 0 auto 10px;
  }

  .mainobi2 dl dd {
    text-align: center;
    font-size: 21px;
  }

  .mainobi2:before {
    border-width: 16px 22.5px 0 22.5px;
  }
}




#assessment {
  position: relative;
  max-width: 960px;
  margin: 50px auto 50px;
  box-sizing: content-box;
}

.form_block .form_block__input input {
  border: 1px solid #d0d0d0;
  font-size: min(2vw, 18px);
  background: #f4f4f4;
}

#assessment .brand-title-close-ctn,
#assessment .model-title-close-ctn,
#assessment .jp-syllabary-list li:first-of-type a {
  border-radius: 0 !important;
}

#assessment .form_block__select::after {
  top: 20px;
}

.assessment .form_block dt {
  font-size: 16px;
}

.assessment h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  background: #cecece;
}

.assessment h3>span {
  color: #ffea01;
}

.assessment .form_block dt span {
  font-size: 12px;
}

.assessment .form_block__select select,
.assessment .form_block__input input {
  padding: 10px 10px;
  font-size: 16px;
}

.assessment .assessment_body {
  /* padding: 20px 15px;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: content-box; */
}

.assessment .assessment_body h4 {
  background: #cecece;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.assessment .assessment_block {
  display: flex;
  gap: 3.125%;
}

.assessment .assessment_block>dl {
  width: 31.25%;
}

.assessment .assessment_block dl dt {
  border-left: 0;
  padding-left: 0;
}

.assessment .assessment_block dl dd>p {
  font-size: 15px;
}

.assessment .assessment_btn {
  max-width: 760px;
  margin: 0 auto;
}

.assessment .assessment_btn>button {
  width: 100%;
  outline: 0;
  display: block;
  background: #ed3c46;
  padding: 10px 10px;
  border: 0;
  appearance: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 45px;
  filter: drop-shadow(0px 4px 0px #b21625);
  transition: 0.4s ease-in-out;
  position: relative;
  cursor: pointer;
}

.assessment .assessment_btn>button::before {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg) translateY(-50%);
}

.assessment .assessment_btn>button>span {
  display: inline-block;
  vertical-align: middle;
}

.assessment .assessment_btn>button>.free {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #ffffff;
  color: #ed3c46;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
}

.assessment .assessment_btn>button>.free>span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.assessment .assessment_btn>button:hover {
  transform: translateY(3px);
  opacity: 0.7;
  filter: drop-shadow(0px 0px 0px #b21625);
}


#assessment .radio_box {
  text-align: center;
  padding: 20px 0 10px;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  margin-bottom: 30px;
}

#assessment .radio_box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#assessment .radio_box .f-required {
  font-size: 12px;
  padding: 3px 5px;
  margin: 0 0 0 5px;
  line-height: 1.9;
  margin-left: 10px;
}

#assessment .radio_list {
  letter-spacing: -0.5em;
}

#assessment .radio_list>li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 10px;
}

#assessment .radio_list>li:last-child {
  margin-right: 0;
}

#assessment .radio_list>li span {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

#assessment .radio_list>li span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #e2e2e2;
  border: 1px solid #999999;
}

#assessment .radio_list>li span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: none;
}

#assessment .radio_list>li input:checked+span::before {
  background: #00a832;
}

#assessment .radio_list>li input:checked+span::after {
  display: block;
}

#assessment .policy_txt {
  text-align: center;
  margin-bottom: 20px;
}

#assessment .policy_txt a {
  color: blue;
  text-decoration: underline;
}

#assessment .policy_txt a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1260px) {
  .assessment .assessment_block {
    display: block;
  }

  .assessment .assessment_block>dl {
    width: auto;
  }
}

@media only screen and (max-width: 960px) {
  .assessment .assessment_body {
    padding: 0px 15px;
  }

  .assessment .assessment_body h4 {
    font-size: 16px;
  }

  .assessment .assessment_btn>button {
    font-size: 16px;
  }

  .assessment .assessment_btn>button .free {
    width: 45px;
    height: 45px;
    font-size: 11px;
  }

  .assessment .assessment_btn>button::before {
    width: 8px;
    height: 8px;
    right: 25px;
  }
}



@media only screen and (max-width: 767px) {
  #assessment .radio_box h2 {
    font-size: 17px;
  }

  #assessment .radio_box {
    text-align: left;
  }

  #assessment .radio_list>li {
    display: block;
  }

  #assessment .policy_txt {
    font-size: 12px;
  }

  #assessment .radio_box .f-required {
    display: inline-block;
    margin-left: 0;
  }
}

#display_addr1 {
  font-weight: normal;
  margin-top: 10px;
}

.form_block_small {
  font-size: 12px;
  font-weight: normal;
  margin-top: 7px;
}


#column .attention {
  border: 3px solid red;
  padding: 30px;
  max-width: 960px;
  margin: 50px auto 50px;
  max-width: 960px;
  width: 90%;
}

#column .attention strong {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

#column .attention p {
  font-weight: 400;
  font-size: 16px;
}



.sec_jpuc {
  padding: 50px 0;
}

.sec_jpuc .under_wrap {
  border: 5px solid #0cad2e;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.sec_jpuc .under_wrap h2 {
  color: #0cad2e;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.sec_jpuc .under_wrap .jpuc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px
}

.sec_jpuc .under_wrap .jpuc_wrap .img {
  width: 20%
}

.sec_jpuc .under_wrap .jpuc_wrap .img img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.sec_jpuc .under_wrap .jpuc_wrap .txt {
  width: 78%
}

.sec_jpuc .under_wrap .jpuc_wrap .txt p {
  font-weight: 400
}

@media only screen and (max-width:767px) {
  .sec_jpuc .under_wrap {
    padding: 20px
  }

  .sec_jpuc .under_wrap .jpuc_wrap {
    display: block
  }

  .sec_jpuc .under_wrap .jpuc_wrap .img {
    width: 100%;
    margin-bottom: 30px
  }

  .sec_jpuc .under_wrap .jpuc_wrap .txt {
    width: 100%
  }

  .sec_jpuc .under_wrap .jpuc_wrap .txt p {
    font-size: 14px
  }
}