@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

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

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

.u-recaptcha-policy {
  display: table;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .u-recaptcha-policy {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .u-recaptcha-policy {
    font-size: 10px;
  }
}

.lp-content, .lp-content__postContent {
  padding: 0 !important;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.8;
  }
}

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

main {
  display: block;
}

@media screen and (min-width: 1025px) {
  header {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    display: flex;
    justify-content: space-between;
    padding: 2vw 3vw 13vw;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap div.logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap div.logo img {
    width: 32.6vw;
  }
}
header div.logo-wrap div.region {
  display: flex;
  align-items: center;
  border: 2px solid #0221A5;
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap div.region {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap div.region {
    position: absolute;
    top: 16vw;
    left: 16%;
    margin: 0 auto;
    padding: 0 10px 0 0;
  }
}
header div.logo-wrap div.region p {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0221A5;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap div.region p {
    height: 60px;
    padding: 10px 0 10px 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1020px) {
  header div.logo-wrap div.region p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap div.region p {
    height: 6vw;
    padding: 1vw 0 1vw 1vw;
    font-size: 2.8571428571vw;
  }
}
header div.logo-wrap div.region p {
  position: relative;
}
header div.logo-wrap div.region p:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap div.region p:after {
    right: -24px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 24px solid #0221A5;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap div.region p:after {
    right: -2.4vw;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 2.4vw solid #0221A5;
  }
}
header div.logo-wrap div.region ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap div.region ul {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap div.region ul {
    margin-left: 3vw;
  }
}
header div.logo-wrap div.region ul li {
  color: #0221A5;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  header div.logo-wrap div.region ul li {
    display: flex;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1020px) {
  header div.logo-wrap div.region ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  header div.logo-wrap div.region ul li {
    font-size: 2.8571428571vw;
  }
}
header div.logo-wrap div.region ul li:not(:nth-of-type(1)) {
  position: relative;
}
header div.logo-wrap div.region ul li:not(:nth-of-type(1)):before {
  content: "・";
  font-size: 1em;
}
header div.contact {
  display: flex;
  align-items: baseline;
}
header div.contact .fixedWpr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
header div.contact .floatTelInq {
  cursor: pointer;
  display: block;
  padding: 0;
  background-color: #FFF;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  header div.contact .floatTelInq {
    width: 276px;
    height: 72px;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatTelInq {
    width: 43.125vw;
    height: 11.25vw;
  }
}
header div.contact .floatTelButtonHeader {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #FFEB00;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  header div.contact .floatTelButtonHeader {
    margin: 0 0 2px 0;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatTelButtonHeader {
    margin: 0 0 0.3125vw 0;
    padding: 0.78125vw 0;
  }
}
header div.contact .floatHeaderLeed {
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 1025px) {
  header div.contact .floatHeaderLeed {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatHeaderLeed {
    font-size: 2.1875vw;
  }
}
header div.contact .floatTelInq .telNum {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  header div.contact .floatTelInq .telNum {
    padding: 0.78125vw 0;
  }
}
@media screen and (min-width: 1025px) {
  header div.contact .floatTelInq .telNum .freeDial {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatTelInq .telNum .freeDial {
    margin: 0 0.78125vw 0 0;
  }
}
header div.contact .floatTelInq .telNum .headerTelNum {
  display: block;
  font-weight: 400;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  header div.contact .floatTelInq .telNum .headerTelNum {
    pointer-events: none;
    width: 235px;
    font-size: 27px;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatTelInq .telNum .headerTelNum {
    width: 36.71875vw;
    font-size: 4.0625vw;
    line-height: 1;
  }
}
header div.contact .floatMailInq {
  cursor: pointer;
  background: linear-gradient(to bottom, #00c300 0, #00c300 100%);
  transition: 0.3s;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  header div.contact .floatMailInq {
    width: 72px;
    height: 72px;
    margin: 0 8px 0 0;
    padding: 4px 0;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatMailInq {
    width: 11.25vw;
    height: 11.25vw;
    margin: 0 1.25vw 0 0;
    padding: 0;
    border-radius: 0.78125vw;
  }
}
@media screen and (min-width: 1025px) {
  header div.contact .floatMailIcon {
    width: 35px;
    height: 33px;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatMailIcon {
    width: 5.46875vw;
    height: 5.15625vw;
    margin: 0 auto 1.5625vw auto;
  }
}
header div.contact .floatMailIcon img {
  width: 100%;
}
header div.contact .floatMailButtonTxt {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  header div.contact .floatMailButtonTxt {
    font-size: 12px;
    line-height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  header div.contact .floatMailButtonTxt {
    font-size: 1.875vw;
    line-height: 2.03125vw;
  }
}

div.timer {
  text-align: center;
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  div.timer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  div.timer {
    padding: 2vw 0;
  }
}
@media screen and (min-width: 1025px) {
  div.timer span.jsTimer {
    margin-right: 30px;
  }
}
div.timer span.jsTimer span {
  letter-spacing: 0.1em;
}
div.timer span {
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  div.timer span {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 1025px) {
  div.timer > span {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  div.timer > span {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 1024px) {
  div.timer > span:nth-of-type(1) {
    margin-right: 2vw;
  }
}
div.timer > span span {
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  div.timer > span span {
    padding: 0.5vw 0;
  }
}

div.kv {
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.kv {
    padding: 5vw 0 6vw;
    background: url(../img/sp/kv_bg1.png) center 0/cover no-repeat;
  }
}
div.kv picture img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.kv picture img {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  div.kv .cont {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 34.8958333333vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont {
    margin-top: -32vw;
  }
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment {
    display: flex;
    justify-content: center;
    gap: 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment {
    display: flex;
    flex-direction: column;
    gap: 2vw 0;
  }
}
div.kv .cont .payment div.sail {
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment div.sail {
    display: table;
    margin-top: -2.4vw;
    margin-left: 16vw;
  }
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment div.sail img {
    width: 26.4583333333vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment div.sail img {
    width: 42vw;
  }
}
div.kv .cont .payment div.sail > span.wrap {
  display: flex;
  align-items: center;
  color: #0221A5;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment div.sail > span.wrap {
    left: 1.25vw;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment div.sail > span.wrap {
    left: 1.8vw;
    font-size: 2.875vw;
  }
}
div.kv .cont .payment div.sail > span.wrap span.st1 {
  font-size: 0.8em;
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment div.image {
    position: absolute;
    top: -13vw;
    left: 55vw;
    z-index: 1;
    width: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment div.image {
    width: 84vw;
    margin: -2vw auto 0;
  }
}
div.kv .cont .payment ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment ul {
    gap: 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment ul {
    flex-direction: column-reverse;
    margin-top: 3vw;
    gap: 3vw 0;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment ul li {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment ul li:nth-of-type(1) img {
    width: 18.28125vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment ul li:nth-of-type(1) img {
    width: 88vw;
  }
}
div.kv .cont .payment ul li:nth-of-type(2) div.text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment ul li:nth-of-type(2) div.text {
    gap: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment ul li:nth-of-type(2) div.text {
    width: 88vw;
    margin: 0 auto;
    gap: 1.5vw;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 1025px) {
  div.kv .cont .payment ul li:nth-of-type(2) img {
    width: 18.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  div.kv .cont .payment ul li:nth-of-type(2) img {
    width: 88vw;
  }
}

section.telephone {
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.telephone {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone {
    font-size: 4.21875vw;
  }
}
section.telephone h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.telephone h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone h1 {
    margin-bottom: 4.6875vw;
  }
}
section.telephone div.inner {
  display: table;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner {
    padding: 6vw 0 31vw;
  }
}
section.telephone div.inner {
  position: relative;
}
section.telephone div.inner:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/trouble_img1.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner:after {
    right: -270px;
    bottom: 0;
    margin: auto;
    width: 293px;
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner:after {
    right: -20vw;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 29.3vw;
    height: 32vw;
  }
}
section.telephone div.inner div.date {
  border-radius: 100%;
  background-color: #FFEB00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner div.date {
    top: 30px;
    left: -300px;
    width: 281px;
    height: 281px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner div.date {
    bottom: 3vw;
    left: -40vw;
    right: 0;
    margin: 0 auto;
    width: 28.1vw;
    height: 28.1vw;
  }
}
section.telephone div.inner div.date div {
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner div.date div {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner div.date div {
    font-size: 4.4vw;
  }
}
section.telephone div.inner div.date div span {
  font-size: 1.3em;
}
section.telephone div.inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h2 {
    gap: 0 10px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h2 {
    gap: 0 1vw;
    font-size: 2.5vw;
  }
}
section.telephone div.inner h2 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h2 > span {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h2 > span {
    height: 7vw;
    padding: 1.2vw 2vw;
  }
}
section.telephone div.inner h2 > span:nth-of-type(1) {
  color: #0221A5;
  background-color: #fff;
}
section.telephone div.inner h2 > span:nth-of-type(2) {
  color: #0221A5;
  background-color: #FFEB00;
}
section.telephone div.inner h2 > span:nth-of-type(2) span.str1 {
  font-weight: bold;
  font-size: 1.2em;
}
section.telephone div.inner h3 {
  display: table;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h3 {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h3 {
    margin-top: 2vw;
    font-size: 3vw;
  }
}
section.telephone div.inner h3 {
  position: relative;
}
section.telephone div.inner h3::before, section.telephone div.inner h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h3::before, section.telephone div.inner h3::after {
    width: 94px;
    height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h3::before, section.telephone div.inner h3::after {
    width: 9.4vw;
    height: 0.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h3::before {
    left: -110px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h3::before {
    left: -11vw;
  }
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h3::after {
    right: -110px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h3::after {
    right: -11vw;
  }
}
section.telephone div.inner h3 span.str1 {
  color: #FFEB00;
}
section.telephone div.inner h4 {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h4 {
    margin-top: -10px;
    font-size: 83px;
  }
}
@media screen and (max-width: 1024px) {
  section.telephone div.inner h4 {
    margin-top: -1vw;
    font-size: 8.3vw;
  }
}
section.telephone div.inner h4 a {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.telephone div.inner h4 a {
    pointer-events: none;
  }
}

section.trouble {
  background: url(../img/trouble_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.trouble {
    padding: 110px 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble {
    padding: 11vw 0vw;
  }
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont {
    margin: 0 auto;
    width: 90vw;
  }
}
section.trouble div.cont div.head {
  background-color: #0221A5;
}
section.trouble div.cont div.head h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.head h2 {
    padding: 44px 30px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1170px) {
  section.trouble div.cont div.head h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.head h2 {
    padding: 4.4vw;
    font-size: 3.0344827586vw;
  }
}
section.trouble div.cont div.head h2 {
  position: relative;
}
section.trouble div.cont div.head h2:before {
  content: "";
  background: url(../img/trouble_icon1.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.head h2:before {
    width: 91px;
    height: 93px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.head h2:before {
    width: 5.8709677419vw;
    height: 6vw;
    margin-right: 1.2903225806vw;
  }
}
section.trouble div.cont div.head h2 span {
  font-size: 1.4em;
}
section.trouble div.cont div.head h2 span.st1 {
  color: #FFEB00;
}
section.trouble div.cont div.main {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.main {
    display: flex;
    justify-content: space-between;
    padding: 58px 0 58px 44px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3vw 0;
    padding: 5.8vw 0 5.8vw 4vw;
  }
}
section.trouble div.cont div.main div.image {
  position: relative;
}
section.trouble div.cont div.main div.image:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/trouble_img3.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.main div.image:after {
    right: -50px;
    bottom: -60px;
    margin: auto;
    width: 277px;
    height: 253px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main div.image:after {
    right: -5vw;
    bottom: 0;
    margin: auto;
    width: 27.7vw;
    height: 25.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.main div.image img {
    max-width: 399px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main div.image img {
    width: 39.9vw;
  }
}
section.trouble div.cont div.main ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main ul {
    margin-top: 2vw;
    gap: 4vw 0;
  }
}
section.trouble div.cont div.main ul li {
  display: flex;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.main ul li {
    align-items: center;
    width: 44%;
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  section.trouble div.cont div.main ul li {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main ul li {
    align-items: center;
    width: 50%;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main ul li:nth-of-type(10) {
    font-size: 2.7vw;
  }
}
section.trouble div.cont div.main ul li {
  position: relative;
}
section.trouble div.cont div.main ul li:before {
  content: "";
  background: url(../img/trouble_icon2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.trouble div.cont div.main ul li:before {
    width: 35px;
    height: 28px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  section.trouble div.cont div.main ul li:before {
    width: 3.5vw;
    height: 2.8vw;
    margin-right: 0.5vw;
  }
}

@media screen and (min-width: 1025px) {
  section.pro {
    padding: 0 30px;
  }
}
section.pro {
  position: relative;
}
section.pro:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/pro_icon1.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.pro:before {
    width: 187px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  section.pro:before {
    width: 18.7vw;
    height: 10vw;
  }
}
@media screen and (min-width: 1025px) {
  section.pro div.head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.head h2 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.head h2 img {
    width: 72.1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.pro div.head div.image {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.head div.image {
    margin-top: -2vw;
    left: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.head div.image img {
    width: 95.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.pro div.main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 100px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 90px 30px;
    border: 4px solid #0221A5;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90vw;
    gap: 6vw 7vw;
    margin: -17vw auto 0;
    padding: 9vw 3vw;
    border: 0.4vw solid #0221A5;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1025px) {
  section.pro div.main dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 295px;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.main dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 36.4197530864vw;
  }
}
section.pro div.main dl dt {
  font-weight: bold;
  color: #fff;
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.pro div.main dl dt {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.main dl dt {
    padding: 1vw 2vw;
    font-size: 2.5vw;
  }
}
section.pro div.main dl dd {
  position: relative;
}
section.pro div.main dl dd:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  margin: auto;
  background: #000;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  section.pro div.main dl dd:after {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  section.pro div.main dl dd:after {
    top: 1vw;
    left: 1vw;
  }
}

section.solution {
  background: url(../img/solution_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.solution {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.solution {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.solution div.cont {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont {
    overflow-x: hidden;
  }
}
section.solution div.cont {
  position: relative;
  z-index: 1;
}
section.solution div.cont:before {
  content: "";
  display: block;
  background: url(../img/solution_img2.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.solution div.cont:before {
    position: absolute;
    z-index: -1;
    top: -70px;
    left: -500px;
    width: 637px;
    height: 760px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont:before {
    width: 63.7vw;
    height: 76vw;
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont div.texts {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
section.solution div.cont h2 {
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 1025px) {
  section.solution div.cont h2 {
    margin-top: 70px;
    margin-left: auto;
    padding: 10px 20px;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont h2 {
    margin-top: 7vw;
    padding: 1vw 2vw;
    font-size: 3.6vw;
  }
}
section.solution div.cont h2 span {
  color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.solution div.cont h3 {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont h3 {
    display: flex;
    align-items: center;
    gap: 0 2vw;
    margin-top: 4vw;
  }
}
section.solution div.cont h3 img {
  display: table;
  border: 1px solid #707070;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.solution div.cont h3 img {
    padding: 16px 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont h3 img {
    padding: 1.6vw 1vw 1vw;
    width: 48%;
  }
}
section.solution div.cont h3 span {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.solution div.cont h3 span {
    margin-left: 20px;
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont h3 span {
    width: 48%;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.solution div.cont div.image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.solution div.cont div.image {
    margin-top: 2vw;
  }
}
section.worsening {
  background: url(../img/worsening_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.worsening {
    padding: 160px 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening {
    padding: 16vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.worsening div.head {
    width: 98vw;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head {
    width: 98vw;
  }
}
section.worsening div.head {
  position: relative;
}
section.worsening div.head:before {
  transform: rotate(7deg);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  section.worsening div.head:before {
    top: 50px;
    height: 54px;
    background: url(../img/worsening_tit2.png) 0 center/auto repeat;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head:before {
    top: -5vw;
    height: 5.4vw;
    background: url(../img/worsening_tit2.png) 0 center/20% repeat;
  }
}
section.worsening div.head h2 {
  transform: rotate(-7deg);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFEB00;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  section.worsening div.head h2 {
    height: 253px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2 {
    height: 25.3vw;
    background-color: #FFEB00;
  }
}
section.worsening div.head h2 {
  position: relative;
}
section.worsening div.head h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/worsening_tit3.png) center 0/auto repeat;
}
@media screen and (min-width: 1025px) {
  section.worsening div.head h2:before {
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2:before {
    height: 2vw;
  }
}
section.worsening div.head h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/worsening_tit3.png) center 0/auto repeat;
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2:after {
    height: 2vw;
  }
}
section.worsening div.head h2 span {
  font-weight: bold;
}
section.worsening div.head h2 span.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.worsening div.head h2 span.wrap {
  position: relative;
}
section.worsening div.head h2 span.wrap:before {
  content: "";
  margin: auto;
  background: url(../img/worsening_tit1.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.worsening div.head h2 span.wrap:before {
    width: 141px;
    height: 126px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2 span.wrap:before {
    width: 14.1vw;
    height: 12.6vw;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.worsening div.head h2 span:nth-of-type(1) {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2 span:nth-of-type(1) {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.worsening div.head h2 span:nth-of-type(2) {
    margin-right: 14px;
    font-size: 122px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2 span:nth-of-type(2) {
    margin-right: 1.4vw;
    font-size: 12.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.worsening div.head h2 span:nth-of-type(3) {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.head h2 span:nth-of-type(3) {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.worsening div.main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    gap: 0 300px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.main {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 90vw;
    margin: 0 auto;
    gap: 0 2vw;
  }
}
section.worsening div.main {
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.worsening div.main:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    background: url(../img/worsening_icon2.png) center 0/100% no-repeat;
    width: 560px;
    height: 560px;
    top: -200px;
  }
}
section.worsening div.main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  background: url(../img/worsening_icon1.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.worsening div.main:after {
    width: 254px;
    height: 180px;
    bottom: -150px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.main:after {
    width: 25.4vw;
    height: 18vw;
    bottom: -25vw;
  }
}
section.worsening div.main div.image {
  background-color: #fff;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
  section.worsening div.main div.image {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.main div.image {
    display: table;
    margin: 0 auto;
    padding: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.main div.image:not(:nth-of-type(1)) {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.main div.image img {
    width: 36vw;
  }
}
section.worsening div.main div.image p {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  section.worsening div.main div.image p {
    padding: 20px 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.main div.image p {
    padding: 2vw 0 0;
    font-size: 3vw;
  }
}
section.worsening div.foot {
  display: table;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot {
    margin: 180px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot {
    margin: 28vw auto 0;
  }
}
section.worsening div.foot {
  position: relative;
}
section.worsening div.foot:after {
  content: "";
  display: block;
  bottom: 0;
  margin: auto;
  background: url(../img/worsening_img3.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot:after {
    position: absolute;
    top: -140px;
    right: -800px;
    width: 819px;
    height: 698px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot:after {
    width: 81.9vw;
    height: 69.8vw;
    margin-top: -7vw;
  }
}
section.worsening div.foot h3 {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot h3 {
    margin-left: -160px;
  }
}
section.worsening div.foot h3 span {
  display: flex;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot h3 span {
    font-weight: bold;
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot h3 span {
    font-size: 5vw;
  }
}
section.worsening div.foot h3 span {
  position: relative;
}
section.worsening div.foot h3 span:before {
  content: "";
  background: url(../img/worsening_icon3.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot h3 span:before {
    width: 150px;
    height: 112px;
    margin-top: -14px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot h3 span:before {
    width: 15vw;
    height: 11.2vw;
    margin-top: -1.4vw;
  }
}
section.worsening div.foot h3 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot h3 span:after {
    bottom: 10px;
    left: 20px;
    width: calc(100% + 10px);
    height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot h3 span:after {
    bottom: 1vw;
    width: 100%;
    height: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot h3 span {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot h3 span {
    margin-top: 1.4vw;
  }
}
section.worsening div.foot p {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  section.worsening div.foot p {
    margin-top: 50px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  section.worsening div.foot p {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
}

section.investigation div.head {
  background: url(../img/investigation_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.investigation div.head {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.head {
    padding: 4vw 0 6vw;
  }
}
section.investigation div.head h2 {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.investigation div.head h2 {
    text-align: center;
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.head h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.head h2 span {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.head h2 span {
    margin: 0 1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.head h2 span.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.head h2 span.wrap {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.head h2 span.wrap:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.head h2 span.wrap:nth-of-type(1) {
    margin-bottom: 2vw;
  }
}
section.investigation div.head h2 span.st1 {
  font-weight: bold;
  color: #0221A5;
  font-size: 2.2em;
}
section.investigation div.head h2 span.st2 {
  font-weight: bold;
  font-size: 2em;
}
section.investigation div.head h2 span.st3 {
  font-weight: bold;
  color: #0221A5;
  font-size: 2.2em;
}
section.investigation div.head h2 span.st3 {
  z-index: 1;
  position: relative;
}
section.investigation div.head h2 span.st3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: -1;
  margin: auto;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.investigation div.head h2 span.st3:before {
    left: -20px;
    width: calc(100% + 30px);
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.head h2 span.st3:before {
    left: -1vw;
    width: calc(100% + 15px);
    height: 4vw;
  }
}
section.investigation div.main {
  background: url(../img/investigation_bg2.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.investigation div.main {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.main {
    padding: 10vw 0 0;
  }
}
section.investigation div.main div.logo {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1025px) {
  section.investigation div.main div.logo {
    padding: 20px 0 14px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.main div.logo {
    padding: 2vw 0 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.main div.logo img {
    width: 50vw;
  }
}
section.investigation div.main h3 {
  display: table;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  section.investigation div.main h3 {
    margin: 50px auto 0;
    font-size: 29px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.main h3 {
    margin: 5vw auto 0;
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.main h3::before, section.investigation div.main h3::after {
    background-color: #0221A5;
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 1px;
    height: 108px;
    top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.main h3::before {
    transform: rotate(-35deg);
    left: -100px;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.main h3::after {
    transform: rotate(35deg);
    right: -100px;
  }
}
section.investigation div.main h3 span.st1 {
  color: #0221A5;
  font-size: 1.4em;
}
section.investigation div.cont div.texts {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts {
    display: table;
    margin: 0 auto;
    transform: translateX(200px);
  }
}
section.investigation div.cont div.texts {
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts img {
    width: 38.1vw;
  }
}
section.investigation div.cont div.texts:after {
  content: "";
  display: block;
  margin: auto;
  background: url(../img/investigation_img1.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts:after {
    position: absolute;
    bottom: -50px;
    left: -700px;
    width: 691px;
    height: 638px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts:after {
    bottom: -5vw;
    left: -70vw;
    width: 69.1vw;
    height: 63.8vw;
  }
}
section.investigation div.cont div.texts div.price {
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts div.price {
    margin-top: -90px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts div.price {
    width: 70%;
    margin: -9vw auto 0;
  }
}
section.investigation div.cont div.texts div.price p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts div.price p {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts div.price p {
    padding: 1vw 2vw;
  }
}
section.investigation div.cont div.texts div.price p:nth-of-type(1) {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts div.price p:nth-of-type(1) {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts div.price p:nth-of-type(1) {
    font-size: 4vw;
  }
}
section.investigation div.cont div.texts div.price p:nth-of-type(2) {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts div.price p:nth-of-type(2) {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts div.price p:nth-of-type(2) {
    font-size: 3.1428571429vw;
  }
}
section.investigation div.cont div.texts div.price p:nth-of-type(2) span {
  font-size: 1.4em;
  color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts div.price p:nth-of-type(2) span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts div.price p:nth-of-type(2) span {
    padding: 0 1vw;
  }
}
@media screen and (min-width: 1025px) {
  section.investigation div.cont div.texts p.notice {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  section.investigation div.cont div.texts p.notice {
    margin: 2vw 0;
    font-size: 2.5vw;
  }
}

section.companies {
  background: url(../img/companies_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.companies {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies {
    padding: 12vw 0 14vw;
  }
}
section.companies h2 {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.companies h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies h2 {
    font-size: 7.2vw;
  }
}
section.companies h2 {
  position: relative;
}
section.companies h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.companies h2:before {
    bottom: -20px;
    width: 120px;
    height: 8px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies h2:before {
    bottom: -2vw;
    width: 12vw;
    height: 0.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.companies table {
    margin: 100px auto;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table {
    margin: 10vw auto 0;
    width: calc(100% - 50px);
  }
}
section.companies table tbody tr:nth-of-type(1) th {
  background-color: #E6E6E6;
}
section.companies table tbody tr:nth-of-type(1) th:nth-of-type(2) {
  background-color: #0221A5;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr:nth-of-type(1) th:nth-of-type(2) {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr:nth-of-type(1) th:nth-of-type(3) {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr:nth-of-type(1) th:nth-of-type(3) {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr:last-of-type th, section.companies table tbody tr:last-of-type td {
    border-bottom: 14px solid #E6E6E6;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr:last-of-type th, section.companies table tbody tr:last-of-type td {
    border-bottom: 1.4vw solid #E6E6E6;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr:last-of-type th {
    font-size: 2.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr:last-of-type td:nth-of-type(1) {
    border-bottom: 14px solid #0221A5;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr:last-of-type td:nth-of-type(1) {
    font-size: 2.8333333333vw;
    border-bottom: 1.4vw solid #0221A5;
  }
}
section.companies table tbody tr:not(:nth-of-type(1)) td:nth-of-type(1) {
  background-color: #EFF2FF;
}
section.companies table tbody tr th, section.companies table tbody tr td {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr th, section.companies table tbody tr td {
    padding: 50px 0;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr th, section.companies table tbody tr td {
    padding: 5vw 0;
    font-size: 3.5vw;
  }
}
section.companies table tbody tr th span, section.companies table tbody tr td span {
  font-size: 0.7em;
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr th {
    width: 437px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr th {
    width: 43.7vw;
    font-size: 2.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  section.companies table tbody tr td:last-of-type {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.companies table tbody tr td:last-of-type {
    font-size: 2.8333333333vw;
  }
}

section.construction h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.construction h2 {
    padding: 40px 0;
    font-size: 57px;
  }
}
@media screen and (max-width: 1024px) {
  section.construction h2 {
    padding: 4vw 0;
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.construction div.main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1072px;
    margin: 110px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  section.construction div.main {
    margin: 11vw auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.construction div.main div.wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 150px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  section.construction div.main div.wrap {
    display: flex;
    justify-content: center;
    gap: 0 10vw;
    margin-bottom: 10vw;
  }
}
section.construction div.main div.wrap {
  position: relative;
}
section.construction div.main div.wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
}
@media screen and (min-width: 1025px) {
  section.construction div.main div.wrap:before {
    transform: translateX(-10px);
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 37px solid #0221A5;
  }
}
@media screen and (max-width: 1024px) {
  section.construction div.main div.wrap:before {
    transform: translateX(-5px);
    border-top: 3.7vw solid transparent;
    border-bottom: 3.7vw solid transparent;
    border-left: 3.7vw solid #0221A5;
  }
}
@media screen and (min-width: 1025px) {
  section.construction div.main div.wrap dl {
    width: 536px;
  }
}
@media screen and (max-width: 1024px) {
  section.construction div.main div.wrap dl {
    width: 41.2307692308vw;
  }
}
section.construction div.main div.wrap dl:nth-of-type(odd) dt {
  background-color: #818181;
}
section.construction div.main div.wrap dl:nth-of-type(even) dt {
  background-color: #0221A5;
}
section.construction div.main div.wrap dl {
  position: relative;
}
section.construction div.main div.wrap dl:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  margin: auto;
  background: #000;
}
@media screen and (min-width: 1025px) {
  section.construction div.main div.wrap dl:before {
    top: 10px;
    left: 10px;
    width: 536px;
    height: 413px;
  }
}
@media screen and (max-width: 1024px) {
  section.construction div.main div.wrap dl:before {
    top: 0.7692307692vw;
    left: 0.7692307692vw;
    width: 41.2307692308vw;
    height: 33.4615384615vw;
  }
}
section.construction div.main div.wrap dl dt {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.construction div.main div.wrap dl dt {
    padding: 10px 0;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  section.construction div.main div.wrap dl dt {
    padding: 1vw 0;
    font-size: 3.6vw;
  }
}
section.reason h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.reason h2 {
    padding: 40px 0;
    font-size: 57px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason h2 {
    padding: 4vw 0;
    font-size: 5vw;
  }
}
section.reason h2 span.st1 {
  color: #FFEB00;
  font-size: 1.4em;
}
section.reason div.main {
  background: url(../img/reason_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.reason div.main {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main {
    padding: 8vw 0;
  }
}
section.reason div.main ul {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul {
    max-width: 1536px;
    margin: 0 auto;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul {
    width: 90vw;
    margin: 0 auto;
    border-radius: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li {
    padding: 7vw 6vw 0;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li:last-of-type {
    padding: 7vw 6vw;
  }
}
section.reason div.main ul li {
  position: relative;
}
section.reason div.main ul li:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li:before {
    top: 60px;
    left: -10px;
    width: 199px;
    height: 56px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li:before {
    top: 4vw;
    left: -1vw;
    width: 28.4285714286vw;
    height: 8vw;
  }
}
section.reason div.main ul li:nth-of-type(1):before {
  background: url(../img/reason_icon1.png) center 0/100% no-repeat;
}
section.reason div.main ul li:nth-of-type(2):before {
  background: url(../img/reason_icon2.png) center 0/100% no-repeat;
}
section.reason div.main ul li:nth-of-type(3):before {
  background: url(../img/reason_icon3.png) center 0/100% no-repeat;
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li div.text {
    margin-left: 150px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li div.text {
    margin-top: 9vw;
  }
}
section.reason div.main ul li div.text h3 {
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li div.text h3 {
    margin-bottom: 50px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li div.text h3 {
    margin-bottom: 3vw;
    font-size: 4.375vw;
  }
}
section.reason div.main ul li div.text p {
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li div.text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li div.text p {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li div.text p:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li div.text p:not(:nth-of-type(1)) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.reason div.main ul li img {
    min-width: 372px;
  }
}
@media screen and (max-width: 1024px) {
  section.reason div.main ul li img {
    display: table;
    width: 37.2vw;
    margin: 4vw auto 2vw;
  }
}

section.step {
  background: url(../img/step_bg1.png) center 0/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  section.step {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  section.step {
    padding: 12vw 0 14vw;
  }
}
section.step h2 {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.step h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1024px) {
  section.step h2 {
    font-size: 7.2vw;
  }
}
section.step h2 {
  position: relative;
}
section.step h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.step h2:before {
    width: 120px;
    height: 8px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  section.step h2:before {
    width: 12vw;
    height: 0.8vw;
    bottom: -2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main {
    margin-top: 80px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main {
    margin-top: 8vw;
    padding: 0 3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4vw;
  }
}
section.step div.main ul li {
  background-color: #EBEBEB;
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li {
    max-width: 268px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li {
    width: calc(33.3333333333% - 2vw);
  }
}
section.step div.main ul li:nth-of-type(1) div.nam {
  background-color: #A5027F;
}
section.step div.main ul li:nth-of-type(1) div.nam:before {
  border-top-color: #A5027F;
}
section.step div.main ul li:nth-of-type(1) h3 {
  color: #A5027F;
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li:nth-of-type(1) img {
    width: 5vw;
  }
}
section.step div.main ul li:nth-of-type(2) div.nam {
  background-color: #6002A5;
}
section.step div.main ul li:nth-of-type(2) div.nam:before {
  border-top-color: #6002A5;
}
section.step div.main ul li:nth-of-type(2) h3 {
  color: #6002A5;
}
section.step div.main ul li:nth-of-type(3) div.nam {
  background-color: #0421A5;
}
section.step div.main ul li:nth-of-type(3) div.nam:before {
  border-top-color: #0421A5;
}
section.step div.main ul li:nth-of-type(3) h3 {
  color: #0421A5;
}
section.step div.main ul li:nth-of-type(4) div.nam {
  background-color: #028CA5;
}
section.step div.main ul li:nth-of-type(4) div.nam:before {
  border-top-color: #028CA5;
}
section.step div.main ul li:nth-of-type(4) h3 {
  color: #028CA5;
}
section.step div.main ul li:nth-of-type(5) div.nam {
  background-color: #02A579;
}
section.step div.main ul li:nth-of-type(5) div.nam:before {
  border-top-color: #02A579;
}
section.step div.main ul li:nth-of-type(5) h3 {
  color: #02A579;
}
section.step div.main ul li:nth-of-type(6) div.nam {
  background-color: #60A502;
}
section.step div.main ul li:nth-of-type(6) div.nam:before {
  border-top-color: #60A502;
}
section.step div.main ul li:nth-of-type(6) h3 {
  color: #60A502;
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li:nth-of-type(6) img {
    width: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li div.cont {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li div.cont {
    padding: 5vw 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li div.nam {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li div.nam {
    padding: 2vw 0;
  }
}
section.step div.main ul li div.nam {
  position: relative;
}
section.step div.main ul li div.nam:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-style: solid;
  border-bottom: 0;
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li div.nam:before {
    bottom: -24px;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top-width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li div.nam:before {
    bottom: -2.4vw;
    border-right: 2.6vw solid transparent;
    border-left: 2.6vw solid transparent;
    border-top-width: 2.5vw;
  }
}
section.step div.main ul li div.nam span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li div.nam span:nth-of-type(1) {
    font-size: 29px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li div.nam span:nth-of-type(1) {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li div.nam span:nth-of-type(2) {
    font-size: 57px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li div.nam span:nth-of-type(2) {
    font-size: 5.7vw;
  }
}
section.step div.main ul li h3 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li h3 {
    font-size: 3.2222222222vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li div.image {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li div.image {
    height: 12vw;
  }
}
section.step div.main ul li img {
  display: table;
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li img {
    margin: 30px auto;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li img {
    width: 8vw;
    margin: 3vw auto;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main ul li p {
    font-size: 2.6666666667vw;
  }
}
section.step div.main div.notice {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  section.step div.main div.notice {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main div.notice {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.main div.notice p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.main div.notice p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.foot {
    max-width: 1400px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot {
    margin: 8vw auto 0;
    width: 90vw;
  }
}
section.step div.foot h4 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 1025px) {
  section.step div.foot h4 {
    padding: 20px 0;
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot h4 {
    padding: 2vw 0;
    font-size: 4.4vw;
  }
}
section.step div.foot div.cont {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.step div.foot div.cont {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot div.cont {
    padding: 4vw;
  }
}
section.step div.foot h5 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.step div.foot h5 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot h5 {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.foot ul {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    gap: 3vw 0;
  }
}
section.step div.foot ul li {
  font-weight: bold;
  border-radius: 100px;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.step div.foot ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot ul li {
    text-align: center;
    display: table;
    padding: 2vw 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.foot ul li:nth-of-type(1) {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot ul li:nth-of-type(1) {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.step div.foot ul li:nth-of-type(2) {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  section.step div.foot ul li:nth-of-type(2) {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 1025px) {
  section.question {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  section.question {
    width: 90vw;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
}
section.question h2 {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.question h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1024px) {
  section.question h2 {
    font-size: 7.2vw;
  }
}
section.question h2 {
  position: relative;
}
section.question h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  section.question h2:before {
    width: 120px;
    height: 8px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  section.question h2:before {
    width: 12vw;
    height: 0.8vw;
    bottom: -2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.question div.main {
    max-width: 1400px;
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main {
    margin: 9vw auto 0;
  }
}
@media screen and (min-width: 1025px) {
  section.question div.main dl:not(:last-of-type()) {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl:not(:last-of-type()) {
    padding-bottom: 10vw;
  }
}
section.question div.main dl dt {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  color: #fff;
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.question div.main dl dt {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dt {
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.question div.main dl dt span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dt span {
    font-size: 3.5714285714vw;
  }
}
section.question div.main dl dt {
  position: relative;
}
section.question div.main dl dt:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #0221A5;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  section.question div.main dl dt:before {
    margin-right: 20px;
    min-width: 46px;
    height: 46px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dt:before {
    margin-top: 0.5vw;
    margin-right: 2vw;
    width: 4.6vw;
    height: 4.6vw;
    font-size: 2.5vw;
  }
}
section.question div.main dl dd {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.question div.main dl dd {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dd {
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.question div.main dl dd span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dd span {
    font-size: 3.5714285714vw;
  }
}
section.question div.main dl dd {
  position: relative;
}
section.question div.main dl dd:before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  section.question div.main dl dd:before {
    margin-right: 20px;
    min-width: 46px;
    height: 46px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dd:before {
    width: 4.6vw;
    height: 4.6vw;
    margin-top: 0.5vw;
    margin-right: 2vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  section.question div.main dl dd span {
    width: calc(100% - 4.6vw);
  }
}

div.form {
  display: table;
}
@media screen and (min-width: 1025px) {
  div.form {
    margin: 100px auto;
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  div.form {
    width: 90%;
    margin: 10vw auto;
  }
}
div.form h2 {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  div.form h2 {
    margin-bottom: 65px;
    font-size: 72px;
  }
}
@media screen and (max-width: 1024px) {
  div.form h2 {
    margin-bottom: 6.6666666667vw;
    font-size: 7.2vw;
  }
}
div.form h2 {
  position: relative;
}
div.form h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  div.form h2:before {
    width: 120px;
    height: 8px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  div.form h2:before {
    width: 12vw;
    height: 0.8vw;
    bottom: -2vw;
  }
}
div.form .wpcf7-not-valid-tip {
  color: #ff0000;
}
@media screen and (min-width: 1025px) {
  div.form .wpcf7-not-valid-tip {
    margin: 5px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  div.form .wpcf7-not-valid-tip {
    margin: 1.3333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
}
div.form .wpcf7-response-output {
  display: none !important;
}
div.form .wpcf7-checkbox + span.wpcf7-not-valid-tip {
  margin-top: 3px;
}
@media screen and (min-width: 1025px) {
  div.form .wpcf7-checkbox + span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  div.form .wpcf7-checkbox + span.wpcf7-not-valid-tip {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  div.form table {
    width: 100%;
  }
}
div.form table tr {
  display: flex;
}
@media screen and (min-width: 1025px) {
  div.form table tr {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  div.form table tr + tr {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr + tr {
    margin: 6.6666666667vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  div.form table tr.name td {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr.address td {
    margin-top: 1.3333333333vw;
  }
}
div.form table tr.address label:nth-of-type(1) {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  div.form table tr.address label:nth-of-type(1) {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  div.form table tr.address label:nth-of-type(1) > span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr.address label:nth-of-type(1) > span {
    font-size: 5.8666666667vw;
  }
}
div.form table tr.address label:nth-of-type(1) > span:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  div.form table tr.address label:nth-of-type(1) > span:nth-of-type(1) {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr.address label:nth-of-type(1) > span:nth-of-type(1) {
    width: 13.3333333333vw;
  }
}
div.form table tr.address label:nth-of-type(2) {
  display: table;
}
@media screen and (min-width: 1025px) {
  div.form table tr.address label:nth-of-type(2) {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr.address label:nth-of-type(2) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  div.form table tr.tel td {
    max-width: 325px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  div.form table tr.mail td {
    max-width: 325px;
    width: 100%;
  }
}
div.form table tr.images td p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  div.form table tr.images td p {
    gap: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr.images td p {
    gap: 2.6666666667vw 0;
  }
}
div.form table tr th {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  div.form table tr th {
    min-width: 210px;
    margin-top: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr th {
    margin-bottom: 0.8vw;
    font-size: 5.3333333333vw;
  }
}
div.form table tr th > p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  div.form table tr th > p {
    gap: 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr th > p {
    gap: 0 1.8666666667vw;
  }
}
div.form table tr th span.req {
  border-radius: 100px;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  div.form table tr th span.req {
    font-size: 0.8em;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr th span.req {
    font-size: 3.4666666667vw;
    padding: 0.4vw 2.9333333333vw;
  }
}
div.form table tr td {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  div.form table tr td input {
    display: flex;
  }
}
div.form table tr td textarea {
  display: block;
  resize: none;
}
div.form table tr td input, div.form table tr td textarea {
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  div.form table tr td input, div.form table tr td textarea {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table tr td input, div.form table tr td textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
div.form table + p {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  div.form table + p {
    margin: 30px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table + p {
    margin: 6.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}
div.form table + p + p {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  div.form table + p + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table + p + p {
    font-size: 4vw;
  }
}
div.form table + p + p a {
  color: #0221A5;
}
div.form table + p + p + p {
  text-align: center;
}
div.form table + p + p + p input {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #0033aa, #0066bb, #009dcc);
}
@media screen and (min-width: 1025px) {
  div.form table + p + p + p input {
    transition: 0.4s;
    width: 300px;
    height: 50px;
    margin: 25px auto 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  div.form table + p + p + p input {
    width: 80vw;
    height: 13.3333333333vw;
    margin: 6.6666666667vw auto 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  div.form table + p + p + p input:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

footer.footer {
  background-color: #0221A5;
}
@media screen and (min-width: 1025px) {
  footer.footer {
    padding: 120px 30px 110px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding: 12vw 0 26vw;
  }
}
footer.footer h2 {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  footer.footer h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer h2 {
    font-size: 7.2vw;
  }
}
footer.footer h2 {
  position: relative;
}
footer.footer h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFEB00;
}
@media screen and (min-width: 1025px) {
  footer.footer h2:before {
    bottom: -20px;
    width: 120px;
    height: 8px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer h2:before {
    bottom: -2vw;
    width: 12vw;
    height: 0.8vw;
  }
}
footer.footer div.main {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  footer.footer div.main {
    max-width: 1450px;
    margin: 90px auto;
    padding: 50px 100px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.main {
    width: 90vw;
    margin: 9vw auto 6vw;
    padding: 5vw 10vw;
    border-radius: 3vw;
  }
}
footer.footer div.main div.logo {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer.footer div.main div.logo img {
    width: 32.6vw;
  }
}
@media screen and (min-width: 1025px) {
  footer.footer div.main dl {
    display: flex;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.main dl {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footer div.main dl:not(:nth-of-type(1)) {
    border-top: 2px dotted #707070;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.main dl:not(:nth-of-type(1)) {
    border-top: 1px dotted #707070;
  }
}
footer.footer div.main dl dt {
  font-weight: bold;
  color: #0221A5;
}
@media screen and (min-width: 1025px) {
  footer.footer div.main dl dt {
    width: 250px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.main dl dt {
    width: 25vw;
    font-size: 3.5714285714vw;
  }
}
@media screen and (min-width: 1025px) {
  footer.footer div.main dl dd {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.main dl dd {
    font-size: 3.5714285714vw;
  }
}
footer.footer div.main dl dd a {
  color: #000;
}
@media screen and (min-width: 1025px) {
  footer.footer div.main dl dd a {
    pointer-events: none;
  }
}
footer.footer div.foot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  footer.footer div.foot ul {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.foot ul {
    gap: 2vw 3vw;
  }
}
footer.footer div.foot ul li a {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  footer.footer div.foot ul li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.foot ul li a {
    font-size: 3.1428571429vw;
  }
}
footer.footer div.foot p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  footer.footer div.foot p {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer div.foot p {
    margin-top: 4vw;
    font-size: 2.8571428571vw;
  }
}

.fixHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1025px) {
  .fixHeader {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .fixHeader {
    height: 88px;
    padding: 7px;
  }
}
.fixHeader .fixedWpr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.fixHeader .floatTelInq {
  cursor: pointer;
  display: block;
  padding: 0;
  border-radius: 5px;
  background-color: #FFF;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .fixHeader .floatTelInq {
    height: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .fixHeader .floatTelInq {
    width: 276px;
    height: inherit;
  }
}
.fixHeader .floatTelButtonHeader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 26px;
  padding: 3px 0 0 0;
  background-color: #FFEB00;
  color: #000;
  text-align: center;
}
.fixHeader .allDay {
  margin: 2px 10px 0 0;
  width: 69px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 1px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.fixHeader .floatHeaderLeed {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.fixHeader .floatTelInq .telNum {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .fixHeader .floatTelInq .telNum {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .fixHeader .floatTelInq .telNum {
    padding-top: 6px;
  }
}
.fixHeader .floatTelInq .telNum .freeDial {
  margin: 0 5px 0 0;
}
.fixHeader .floatTelInq .telNum .headerTelNum {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .fixHeader .floatTelInq .telNum .headerTelNum {
    pointer-events: none;
    width: 400px;
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .fixHeader .floatTelInq .telNum .headerTelNum {
    width: 235px;
    font-size: 33px;
  }
}
.fixHeader .floatMailInq {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  background: #ff9800;
  transition: 0.3s;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .fixHeader .floatMailInq {
    width: 85px;
    height: 85px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .fixHeader .floatMailInq {
    width: 75px;
    height: 75px;
    margin: 0 8px 0 0;
  }
}
.fixHeader .floatMailIcon {
  width: 35px;
  height: 33px;
  margin: 0 auto 5px auto;
}
.fixHeader .floatMailButtonTxt {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
}