@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");

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

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

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

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

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}


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

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


.outer {
  overflow-x: hidden;
  /*  display: flex;
  justify-content: center;
  align-items: flex-start; */
  /* height: 100px; */
}


/* メインビジュアル変更ここから */
@media screen and (max-width:767px) {
  .vpc767 {
    display: none;
  }
}

@media not screen,
screen and (min-width:768px) {
  .vsp767 {
    display: none;
  }
}


/* form */
.d-none {
  display: none;
}

body#top_page #column .assessment .assessment_block>dl.form_block,
.form_block {
  /*   margin-bottom: 36px; */
  display: flex;
  align-items: center;
  width: 100%;
}

body#top_page #column .assessment .assessment_block>dl.form_block dt,
.form_block dt {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  width: 90px;
  min-width: 90px;
  border: none;
  margin: 0;
}

body#top_page #column .assessment .assessment_block>dl.form_block dd,
.form_block dd {
  width: calc(100% - 90px);
}


.input-focus {
  border-color: #0CAD2E !important;
  box-shadow: 0 0 0 2px #0CAD2E;
  border-radius: 8px;
  animation-name: focusWave;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  -webkit-animation-name: focusWave;
}

@keyframes focusWave {
  0% {
    box-shadow: 0 0 0 1px #DEEF68, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
  }

  100% {
    box-shadow: 0 0 0 1px #DEEF68, 0 0 0 1px #fff, 0 0 0 2px #DEEF68;
  }
}

body#top_page #column .assessment .assessment_body {
  padding: 0;
  max-width: initial;
}

body#top_page #column .assessment .assessment_body .step_form_2 {
  max-width: 600px;
  margin: 0 auto;
}

body#top_page #column .assessment .assessment_body .form_block {
  margin-bottom: 0;
}

body#top_page #column .assessment .assessment_body .form_block .form_block__select select,
.form_block .form_block__select select {
  background: #F8F8F8;
  border: 1px solid #0CAD2E;
  /* font-size: min(2vw, 18px); */
  font-size: 16px;
  border-radius: 8px;
}

body#top_page #column .assessment .assessment_body .form_block .form_block__select.norequired__select select,
.form_block .form_block__select.norequired__select select {
  background: #e5e5e5;
}

body#top_page #column .assessment .assessment_body .form_block__select,
.form_block__select {
  position: relative;
}

body#top_page #column .assessment .assessment_body .form_block__select::before,
.form_block__select::before {
  content: "";
  display: block;
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url('../img/common/plus.svg') no-repeat center center/contain;
  pointer-events: none;
  width: 21px;
  height: 21px;
}

body#top_page #column .assessment .assessment_body .form_block__select::after {
  display: none;
}

.f-required {
  background-color: #ED3C46;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 10px;
  height: 20px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.form_block dt span {
  white-space: nowrap;
}

#top_page #column select.initial_select:invalid {
  color: #ccc;
}

#top_page #column select.initial_select {
  color: #000;
}

@media screen and (max-width: 800px) {
  .form_block dt {
    font-size: min(3.8vw, 24px);

  }

  .form_block dt span {
    font-size: min(2vw, 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);
  }
}

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




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



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



body#top_page #column #assessment {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

body#top_page #column .assessment .assessment_form {
  border: none;
}

body#top_page #column .assessment_head {
  position: absolute;
  top: 0;
  border-radius: 20px 20px 0 0;
  background: #FFEA01;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
}


body#top_page #column .assessment_head p {
  position: relative;
  font-weight: bold;
  font-size: min(1.5vw, 21px);
  padding: 10px 0;
}

body#top_page #column .assessment_head p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  width: 28px;
  height: 14px;
  background-color: #FFEA01;
  clip-path: polygon(50% 14px, 0% 0%, 28px 0%);
  left: 50%;
  transform: translateX(-50%);

}

body#top_page #column .assessment_head p span {
  font-size: min(2vw, 38px);
}

body#top_page #column .assessment .assessment_body h4.assessment_catch {
  text-align: center;
  font-weight: bold;
  font-size: min(1.5vw, 22px);
  line-height: 1.4;
  color: #000;
  margin-bottom: min(1.4vw, 30px);
  background: none;
  padding: 10px 0 0;
}

body#top_page #column .assessment .assessment_body h4.assessment_catch span {
  font-size: min(2vw, 30px);
  color: #0CAD2E;
  display: block;
}


.form_block .form_block__input input {
  border: 1px solid #d0d0d0;
  font-size: min(2vw, 18px);
  background: #f4f4f4;
}

#assessment .jp-syllabary-list {
  height: auto;
}

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

body#top_page #column .assessment .assessment_body .assessment_block,
.assessment .assessment_body .assessment_block {
  display: flex;
  gap: 18px 0;
  flex-direction: column;
  padding: 0 min(1.8vw, 30px);
}


.assessment .assessment_block dl dt {
  border-left: 0;
  padding-left: 0;
}

.assessment .assessment_block dl dd>p {
  font-size: 15px;
}

body#top_page .assessment_body .assessment_btn,
body#top_page .c-form-relative .assessment_btn {
  max-width: 380px;
  width: 80%;
  margin: min(1.6vw, 40px) auto 0;
  padding-bottom: min(1.6vw, 40px);
}

body#top_page .c-form-relative .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;
}



body#top_page .c-form-relative .assessment_btn>button>span {
  display: inline-block;
  vertical-align: middle;
}

body#top_page #column .assessment .assessment_btn>button:before,
body#top_page .c-form-relative .assessment_btn>button::before {
  right: min(2vw, 35px);
}

body#top_page .c-form-relative .assessment_btn>button:hover {
  transform: translateY(3px);
  opacity: 0.7;
  filter: drop-shadow(0px 0px 0px #b21625);
}

body#top_page .assessment_body .assessment_btn>button>span small {
  background: #fff;
  width: 50px;
  height: 30px;
  min-width: 50px;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  margin-right: 15px;
}

#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 screen and (min-width: 1101px) {

  body#top_page #column .assessment .assessment_body,
  .assessment .assessment_body {
    border-radius: 20px;
    background: #fff;
    padding: min(4vw, 70px) 0 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.20);

  }
}

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

  body#top_page #column #assessment,
  #assessment {
    max-width: initial;
  }

  body#top_page #column .assessment_head,
  .assessment_head {
    border-radius: 0;
    position: initial;
  }

  body#top_page #column .assessment_head p,
  .assessment_head p {
    font-size: 20px;
  }

  body#top_page #column .assessment_head p span,
  .assessment_head p span {
    font-size: 26px;
  }

  body#top_page #column .assessment .assessment_body h4.assessment_catch,
  .assessment .assessment_body h4.assessment_catch {
    margin: 30px 0;
    font-size: 22px;
  }

  body#top_page #column .assessment .assessment_body h4.assessment_catch span,
  .assessment .assessment_body h4.assessment_catch span {
    font-size: 30px;
  }

  body#top_page #column .assessment .assessment_btn,
  .assessment .assessment_btn {
    margin-bottom: 40px;
  }

  body#top_page #column .assessment .jp-syllabary-list li {
    min-width: 60px;
  }



  body#top_page .assessment_body .assessment_btn,
  body#top_page .c-form-relative .assessment_btn {
    margin-top: 30px;
  }
}


#display_addr1 {

  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.form_block_small {
  font-size: 16px;
  font-weight: normal;
  margin-top: 7px;
}



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

  .form_block_small {
    font-size: 12px;
  }

  body#top_page #column .assessment .assessment_body .assessment_block dl.form_block_sp_remove:nth-last-child(3),
  body#top_page #column .assessment .assessment_body .assessment_block dl.form_block_sp_remove:last-of-type {
    display: none;
  }
}



/*  FV */
body#top_page .fv {
  display: block;
}


body#top_page .fv .mvArea .fvmainimg {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 0 auto;
}

body#top_page #column.content {
  padding: 0;
  background: url(../img/fv/bg.webp) no-repeat center center/cover;
  max-width: inherit;
}

#top_page .fv #contact {
  height: auto;
  width: 100%;
  margin: 0;
  padding: min(2vw, 40px) 0;
  min-height: initial;
  max-width: initial;

}

body#top_page .fv .mvArea .catch {
  display: none;
}

@media (min-width: 1102px) and (max-width: 1550px) {
  body#top_page .fv {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 1101px) {

  body#top_page .fv {
    /*  background: url(../img/fv/bg_wrap.webp) no-repeat center center/cover; */
    display: flex;
  }

  body#top_page .fv .mvArea {
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2%; */
    width: 70%;
    /* height: calc(100vh - 80px); */
  }


  body#top_page #column.content {
    padding: min(1.6vw, 40px);
    width: 30%;
    box-sizing: border-box;
    display: flex;
    align-items: center;

  }

  body#top_page #column #assessment {
    max-width: 520px;
  }

  #top_page .fv #contact {
    padding: 0;
    display: flex;
    align-items: center;
  }

}

@media screen and (max-width: 1100px) {
  body#top_page #column.content {
    background: #fff;
  }

  #top_page .fv #contact {
    padding: 0;
  }
}