@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 {
  width: 100%;
  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;
}

section {
  max-width: 1240px;
  margin: auto;
}

.pc {
  max-width: 1240px;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .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;
}

.width_fixed {
  width: 100vw;
}

@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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* 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.is-hide {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

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

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

/* .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__btns {
    display: none;
  }
}



/* common */
@media screen and (min-width: 751px) {
  .main_content {
    font-size: 10px;
    /* 10px / 16px = 62.5% */
  }

  .main_content .inner {
    width: 67.5em;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .main_content {
    font-size: 1.33vw;
    /* 10px / 750px = 1.33% */
  }
}

.fit_content {
  max-width: fit-content;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* slick */
.slick__list {
  width: 47%;
  margin: auto;
}

.slick-slide img {
  margin-left: 0.4em;
}

.slick-dots {
  bottom: -20px;
}

.slick-dots li {
  margin: 0 -0.2em;
}

.slick-dots li button:before {
  opacity: .8;
  color: #505050;
  font-size: 9px;
}

.slick-dots li.slick-active button:before {
  opacity: .8;
  color: #00a832;
}

.slick__list .slick-next,
.slick__list .slick-prev {
  line-height: 0;
  font-size: 1em;
  position: absolute;
  height: 5em !important;
  width: 5em !important;
  z-index: 11;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  transform: translateY(-50%);
  top: 50%;
}

.slick__list .slick-prev {
  left: -5em;
}

.slick__list .slick-next {
  right: -5em;
}

.slick__list .slick-prev:before,
.slick__list .slick-next:before {
  content: '';
  display: block;
  height: 2.3em !important;
  width: 2.3em !important;
  filter: drop-shadow(0.2em 0.2em 0.3em rgba(0, 0, 0, 0.4));
}

.slick__list .slick-prev:before {
  background: url(../img/common/slick_arrow_prev.png) no-repeat center center/100% auto;
}

.slick__list .slick-next:before {
  background: url(../img/common/slick_arrow_next.png) no-repeat center center/100% auto;
}

@media screen and (max-width: 1080px) {
  .slick__list {
    width: 82%;
  }

  .slick__list .slick-prev {
    left: -5em;
  }

  .slick__list .slick-next {
    right: -6em;
  }
}

@media screen and (max-width: 750px) {
  .slick__list .slick-prev {
    left: -5.5em;
  }

  .slick__list .slick-next {
    right: -6.5em;
  }

  .slick__list .slick-prev:before,
  .slick__list .slick-next:before {
    height: 1.4em !important;
    width: 1.4em !important;
    filter: drop-shadow(0.15em 0.15em 0.2em rgba(0, 0, 0, 0.5));
  }

  .slick__list .slick-next,
  .slick__list .slick-prev {
    height: 7em !important;
    width: 7em !important;
  }
}


/* fv */
.fv {
  position: relative;
}

.fv img {
  display: block;
  margin: auto;
  max-width: fit-content
}

.fv_wrap {
  background: repeating-linear-gradient(135deg, #ccdf00, #ccdf00 8px, #d2e31f 8px, #d2e31f 15px);
}

.fv_form_ttl {
  margin-top: 3%;
}

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

@media screen and (max-width: 750px) {
  #logo {
    position: relative;
    top: 0;
    left: 0;
    width: 33%;
    max-width: none;
    margin-top: 2%;
  }

  .fv_wrap {
    background: repeating-linear-gradient(135deg, #ccdf00, #ccdf00 5px, #d2e31f 5px, #d2e31f 10px);
  }
}


/* step */
.step--top {
  margin-top: 6.4em;
}

.step__wrap {
  background-color: #e1eee6;
  padding: 4em;
}

@media screen and (max-width: 1080px) {
  .step--top {
    margin-top: 2em;
  }

  .step .slick__list .slick-prev {
    left: -6em;
  }

  .step .slick__list .slick-next {
    right: -7em;
  }
}

/* satei */
.satei .satei__wrap {
  background: repeating-linear-gradient(135deg, #ccdf00, #ccdf00 12px, #d2e31f 12px, #d2e31f 22px);
  padding: 2em 1em 8em;
}

.satei__content {
  position: relative;
  width: 100%;
}

.satei_header {
  text-align: center;
  font-size: 5.0em;
  margin: 6% auto 4%;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0.4px 0.4px 0, 0.4px -0.4px 0, -0.4px 0.4px 0, -0.4px -0.4px 0, 0.4px 0 0, 0 0.4px 0, -0.4px 0 0, 0 -0.4px 0;
}

.satei_unit {
  position: relative;
  margin-top: 4em;
}

.satei_medal {
  position: absolute;
  width: 16%;
  z-index: 20;
  right: 24%;
  top: -3%;
}

.satei img {
  margin: auto;
}


@media screen and (max-width: 1080px) {
  .satei .satei__wrap {
    background: repeating-linear-gradient(135deg, #ccdf00, #ccdf00 8px, #d2e31f 8px, #d2e31f 14px);
    padding: 2em 1em 3em;
  }

  .satei__wrap {
    padding: 5em 1em 15em;
  }

  .satei_medal {
    width: 20%;
    right: 15%;
  }

  .satei_slick {
    width: 62%;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .satei .satei__wrap {
    background: #ccdf00;
  }

  .satei_header {
    font-size: 6.0em;
    text-shadow: 0.3px 0.3px 0, 0.3px -0.3px 0, -0.3px 0.3px 0, -0.3px -0.3px 0, 0.3px 0 0, 0 0.3px 0, -0.3px 0 0, 0 -0.3px 0;
  }

  .satei_medal {
    width: 28%;
    right: 6%;
  }

  .satei_slick {
    width: 82%;
  }
}

/* shikamo */
.shikamo {
  margin-top: -3%;
}

@media screen and (max-width:750px) {
  .shikamo {
    margin-top: -6%;
  }
}

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

.back img {
  width: 60em;
}

.back--top {
  background-color: #48b14f;
}

.back--top img {
  margin-top: -10em;
}

@media screen and (max-width: 1080px) {
  .back img {
    width: 100%;
  }

  .back--top img {
    margin-top: -13em;
  }
}


/* voice */
.voice {
  width: 100%;
  margin-top: -16em;
  position: relative;
}

.voice_slick {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.voice_slick li {
  margin: auto 1%;
}

.voice_slick__list {
  width: 55%;
  margin: auto;
}

.voice .pc img {
  height: auto;
}

.voice .slick-dots {
  bottom: -11%
}

.voice .slick-dots li {
  margin: auto -0.1em;
}

.voice .slick-dots li button:before {
  font-size: 9px;
}

.voice_slick .slick-next,
.voice_slick .slick-prev {
  line-height: 0;
  font-size: 1em;
  position: absolute;
  height: 5em !important;
  width: 5em !important;
  z-index: 11;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  transform: translateY(-50%);
  top: 50%;
}

.voice_slick .slick-prev {
  left: -3em;
}

.voice_slick .slick-next {
  right: -2.5em;
}

.voice_slick .slick-prev:before,
.voice_slick .slick-next:before {
  content: '';
  display: block;
  height: 3.4em !important;
  width: 3.4em !important;
  filter: drop-shadow(0.2em 0.2em 0.3em rgba(0, 0, 0, 0.4));
}

.voice_slick .slick-prev:before {
  background: url(../img/new/voice_slick_arrow_prev.png) no-repeat center center/100% auto;
}

.voice_slick .slick-next:before {
  background: url(../img/new/voice_slick_arrow_next.png) no-repeat center center/100% auto;
}

@media screen and (max-width: 750px) {
  .voice {
    margin-top: -24%;
    overflow: hidden;
  }

  .voice_slick {
    width: 79%;
  }

  .voice_slick__list {
    width: 95%;
    margin: auto;
  }

  .voice .slick-dots {
    bottom: -15%
  }

  .voice_slick .slick-next,
  .voice_slick .slick-prev {
    height: 9em !important;
    width: 9em !important;
  }

  .voice_slick .slick-prev {
    left: -2.2em;
  }

  .voice_slick .slick-next {
    right: -3.2em;
  }

  .voice_slick .slick-prev:before,
  .voice_slick .slick-next:before {
    height: 2.2em !important;
    width: 2.2em !important;
    filter: drop-shadow(0.05em 0.05em 0.2em rgba(0, 0, 0, 0.5));
  }
}

/* order */
.order {
  position: relative;
  margin-top: -30px;
}

@media screen and (max-width: 750px) {
  .order {
    margin-top: -7%;
  }
}

/* qa */
.qa {
  position: relative;
  margin-top: -2%;
}


@media screen and (max-width: 750px) {
  .qa {
    margin-top: 3%;
  }
}


/* offer */
.offer {
  position: relative;
  margin: 7em auto;
}

.offer img {
  position: relative;
  width: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.offer_btn01 {
  margin-top: -1.0%;
  margin-bottom: 3%;
}

@media screen and (max-width:750px) {
  .offer {
    margin: 10% auto 14%;
  }

  .offer img {
    width: 100%;
    margin-left: 0;
    transform: translateX(0);
  }

  .offer_btn01 {
    margin-top: -2%;
    margin-bottom: 5%;
  }
}

/* footer */
.footer {
  background-color: #00a832;
  padding: 5em 1em 4em;
  text-align: center;
  width: 100%;
  max-width: 1240px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.footer .inner {
  width: 55%;
}

.footer__links li {
  border-bottom: 0.1em solid #fff;
  margin-bottom: 1em;
}

.footer__links a {
  color: #fff !important;
  font-size: 2.0em;
  line-height: 200%;
}

.copyright {
  font-size: 1.6em;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 3em;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 5em 3em 17em;
  }

  .footer .inner {
    width: 100%;
  }

  .footer__links li {
    margin-bottom: 0.5em;
  }

  .footer__links a {
    font-size: 2.2em;
  }

  .copyright {
    font-size: 2.1em;
  }
}


/* 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;
  }
}



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

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

.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;
  }
}

.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;
}

.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;
}

@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-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;
  }
}


.wrap {
  overflow: hidden;
}

.contact_content {
  max-width: 858px;
  margin: auto;
}

.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;
}


.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;
  }
}



.footer--local {
  padding: 1.5625vw 0 1.5625vw;
}

@media screen and (max-width: 1440px) {
  .footer--local {
    padding: 2.08333vw 0 2.08333vw;
  }
}

@media screen and (max-width: 800px) {
  .footer--local {
    padding: 4vw 0 4vw;
  }
}


/* contact */
.after_fv .call_wrap {
  width: 100%;
  position: relative;
  margin: 5% auto 1%;
}

#call_img {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.after_fv #call img {
  position: absolute;
  left: 0;
  right: 2%;
  top: 50%;
  margin: auto;
  width: 39%;
}

.night_call_wrap {
  max-width: 800px;
  margin: 5% auto;
}

.night_call_wrap p {
  text-align: center;
  font-size: 2.0em;
  color: #ED4249;
  font-weight: bold;
  margin-top: 7%;
}

.night_call_wrap img {
  width: 57%;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .after_fv .call_wrap {
    margin: 5% auto 7%;
  }

  #call_img {
    left: 0;
    transform: translateX(0);
  }

  .after_fv #call img {
    position: relative;
    margin-top: -0.4em;
    width: 100%;
  }

  .night_call_wrap {
    margin: 0 auto 8%;
  }

  .night_call_wrap p {
    font-size: 5.33vw;
    margin-bottom: -2%;
  }

  .night_call_wrap img {
    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: 500px;
  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 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}

#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: 1080px) {
  .assessment .assessment_body {
    padding: 0px 15px;
  }

  .assessment .assessment_body h4 {
    font-size: 16px;
  }

  .assessment .assessment_btn {
    width: 51vw;
  }

  .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 {
    margin: 30px auto 20px;
  }

  #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;
  }

  .assessment .assessment_btn {
    padding: 0 1em;
    width: auto;
  }
}

#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
  }
}