@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  outline: none;

  font: inherit;
  font-family: inherit;
  font-weight: inherit;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img {
  border: none;
  outline: none;
}

img {
  vertical-align: middle;
}

label, button {
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

a:active {
  opacity: 0.5;
}

a, input[type=button], input[type=submit] {
  -webkit-transition: 0.16s ease-in-out;
          transition: 0.16s ease-in-out;
  text-decoration: none;
}
a:hover, input[type=button]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

b, .b {
  font-weight: normal;
}

strong, .strong {
  font-weight: bold;
}

em {
  font-weight: normal;
}

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

small, .small {
  font-size: 85.75%;
}

p, .p, li, dt, dd, th, td {
  font-size: 1.1111111111vw;
  font-size: max( 1.1111111111vw , 12px);
  line-height: 1.9444444444vw;
  line-height: max( 1.9444444444vw , 20px);

  line-break: strict;
}
@media only screen and (min-width: 1441px) {
  p, .p, li, dt, dd, th, td {
    font-size: 16px;
    line-height: 28px;
  }
}

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

ul li p, ol li p {
  font-size: 100%;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;

  vertical-align: middle;
}
img .lazy {
  opacity: 0;
}
img .fade-in {
  opacity: 1;

  -webkit-transition: 1s ease-in-out;
          transition: 1s ease-in-out;
}

a {
  color: #fff;
}
a:link, a:active, a:hover, a:visited {
  color: #fff;
}

p.notes, span.notes {
  overflow: visible;

  margin-left: 1em !important;

  text-indent: -1em !important;
}

span.notes {
  display: block;
}

html > img {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}

html {
  height: 100%;
}

body {
  opacity: 1;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 171.4285714286%;
  color: #000;

  height: 100%;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-break: strict;
}
@media only screen and (min-width: 1441px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: max( 1.5640273705vw , 12px);
  }
}
@media only screen and (max-width: 375px) {
  body {
    font-size: max( 4.2666666667vw , 12px);
  }
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: inline-block;
  }
}

.heading-block {
  padding-bottom: 40px;

  text-align: center;
}
.heading-block h2 {
  font-size: 32px;
  font-weight: 700;
  color: #004ba0;
}
.heading-block .heading-text {
  line-height: 1.4;

  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .heading-block h2 {
    font-size: 28px;
    font-size: max( 2.7370478983vw , 12px);
  }
  .heading-block .heading-text {
    font-size: 20px;
    font-size: max( 1.9550342131vw , 12px);
  }
}
@media only screen and (max-width: 767px) {
  .heading-block h2 {
    font-size: 24px;
    font-size: max( 6.4vw , 12px);
  }
  .heading-block .heading-text {
    font-size: 12px;
    font-size: max( 3.2vw , 12px);
  }
}

.section-block {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .section-block {
    padding: 40px 5%;
  }
}

.scroll-logo {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;

  padding: 5px 0;
}
.scroll-logo img {
  display: block;

  height: auto;
}
.scroll-logo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0;

  list-style: none;

  -webkit-animation: slidelogo 60s infinite linear 1s both;
          animation: slidelogo 60s infinite linear 1s both;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.scroll-logo ul li {
  padding: 0 4px;
}
.scroll-logo ul li img {
  border-radius: 2px;

  height: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll-logo ul li img {
    height: 10.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-logo ul li img {
    height: 12.6vw;
  }
}

@-webkit-keyframes slidelogo {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slidelogo {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
a.cta-button, button.cta-button {
  border-radius: 4px;
  background: #fff;

  font-weight: 700;
  color: #000;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  padding: 12px 24px;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
          justify-content: center;
}

.first-view {
  border-top: 6px solid #004ba0;
  background: url("https://www.hulft.com/download_file/23177/0") no-repeat center bottom;
  background-size: cover;

  width: 100%;
  max-height: 873px;
  height: 100vh;
}
.first-view__wrap {
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  padding: 65px 0;
  width: 1440px;
  height: 100%;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.first-view__wrap .logo {
  position: absolute;
  top: 32px;
  left: 40px;
}
.first-view__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  width: 78%;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  gap: 5%;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.first-view__content--main {
  width: calc(95% - 384px);
}
.first-view__content--main h1 {
  font-size: 20px;
  font-weight: bold;
  color: #004ba0;
}
.first-view__content--main h1 strong {
  background-color: #e41087;

  font-size: 24px;
  line-height: 1.3;
  color: #fff;

  display: inline-block;

  margin: 0 5px;
  padding: 0 5px 4px 5px;

  vertical-align: middle;
}
.first-view__content--main .fv-catch {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #004ba0;

  padding: 20px 0 50px 0;
}
.first-view__content--main .fv-catch span {
  font-size: 67.5px;
  color: #e41087;

  display: inline-block;

  margin: 0 8px;
}
.first-view__content--main .fv-catch span.underline {
  position: relative;
}
.first-view__content--main .fv-catch span.underline:after {
  background-color: #e41087;

  position: absolute;
  top: 110%;
  left: 0;

  display: block;

  width: 100%;
  height: 5px;

  content: "";
}
.first-view__content--main .fv-caption {
  font-size: 20px;
  line-height: 2;
}
.first-view__content--main .fv-award {
  text-shadow: 0 4px 20px rgba(236, 108, 0, 0.24);

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin-top: 30px;

  gap: 2%;
}
.first-view__content--main .fv-award__box {
  position: relative;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 45px 30px 45px;
}
.first-view__content--main .fv-award__box::before {
  background: url("https://www.hulft.com/download_file/23188/0") no-repeat;
  background-size: cover;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 67px;
  height: 105px;

  content: "";
}
.first-view__content--main .fv-award__box::after {
  background: url("https://www.hulft.com/download_file/23189/0") no-repeat;
  background-size: cover;

  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 67px;
  height: 105px;

  content: "";
}
.first-view__content--main .fv-award__box--content1 {
  color: #ec6c00;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 5px;
  -webkit-justify-content: center;
          justify-content: center;
}
.first-view__content--main .fv-award__box--content1 .text01 {
  font-size: 37px;
}
.first-view__content--main .fv-award__box--content1 .text01 span {
  font-size: 26px;
}
.first-view__content--main .fv-award__box--content1 .text02 .solid {
  background-color: #ec6c00;

  font-size: 12px;
  color: #fff;

  display: inline-block;

  margin-bottom: 15px;
  width: 100%;

  text-align: center;
}
.first-view__content--main .fv-award__box--content1 .text02 .number {
  font-family: "Libre Baskerville", serif;
  font-size: 47px;
  font-weight: 700;

  position: relative;
}
.first-view__content--main .fv-award__box--content1 .text02 .number sup {
  font-size: 12px;
  line-height: 1;

  position: absolute;
  top: 0.5em;
  right: -10px;
}
.first-view__content--main .fv-award__box--content2 {
  line-height: 1.4;

  text-align: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.first-view__content--main .fv-award__box--content2 .text03 {
  font-size: 20px;
  font-weight: 700;

  margin-bottom: 5px;
}
.first-view__content--main .fv-award__box--content2 .text03 .country {
  font-family: "Libre Baskerville", serif;
  font-size: 52px;
  color: #ec6c00;

  display: inline-block;

  margin: 0 5px;
}
.first-view__content--main .fv-award__box--content2 .text04 {
  font-size: 16px;
  font-weight: 700;
}
.first-view__content--main .fv-award__box--content2 .text04 .company {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #ec6c00;

  display: inline-block;

  margin: 0 5px 0 0;
}
.first-view__content--form {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 384px;
}
.first-view__content--form .baloon {
  border-radius: 20px;
  background: #fede53;

  font-size: 14px;
  font-weight: 700;
  color: #212121;

  position: relative;

  margin-bottom: 20px;
  padding: 5px;
  width: 100%;

  text-align: center;
}
.first-view__content--form .baloon::after {
  background-color: #fede53;

  position: absolute;
  top: 100%;
  left: 50%;

  display: block;

  width: 20px;
  height: 10px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-clip-path: polygon(50% 10px, 0% 0%, 20px 0%);
          clip-path: polygon(50% 10px, 0% 0%, 20px 0%);
}
.first-view__content--form h2 {
  font-size: 24px;
  font-weight: 700;

  text-align: center;
}
.first-view__content--form .caption {
  padding: 10px 0;
}
.first-view__content--form .hr {
  font-size: 14px;
  font-weight: 700;

  position: relative;

  margin: 1em 0;
  height: 1em;

  text-align: center;
}
.first-view__content--form .hr span {
  background-color: #fff;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  display: inline-block;

  padding: 0 1em;

  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.first-view__content--form .hr::before {
  background-color: #000;

  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;

  display: block;

  width: 100%;
  height: 1px;

  content: "";
}
.first-view__content--form .button-inq a {
  border: 1px solid #004ba0;
  border-radius: 8px;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #004ba0;

  display: block;

  padding: 5px 0;

  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .first-view__wrap {
    width: 100%;
  }
  .first-view__content {
    width: 90%;
  }
  .first-view__content--main {
    width: calc(95% - 360px);
  }
  .first-view__content--main h1 {
    font-size: 18px;
    font-size: max( 1.7595307918vw , 12px);
  }
  .first-view__content--main h1 strong {
    font-size: 20px;
    font-size: max( 1.9550342131vw , 12px);
  }
  .first-view__content--main .fv-catch {
    font-size: 38px;
    font-size: max( 3.7145650049vw , 12px);
  }
  .first-view__content--main .fv-catch span {
    font-size: 46px;
    font-size: max( 4.4965786901vw , 12px);
  }
  .first-view__content--main .fv-caption {
    font-size: 18px;
    font-size: max( 1.7595307918vw , 12px);
  }
  .first-view__content--main .fv-award__box {
    padding: 0 2em 30px 2em;
  }
  .first-view__content--main .fv-award__box::before {
    background: url("https://www.hulft.com/download_file/23188/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  .first-view__content--main .fv-award__box::after {
    background: url("https://www.hulft.com/download_file/23189/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  .first-view__content--main .fv-award__box--content1 {
    gap: 5px;
  }
  .first-view__content--main .fv-award__box--content1 .text01 {
    font-size: 22px;
    font-size: max( 2.1505376344vw , 12px);

    width: 4em;
  }
  .first-view__content--main .fv-award__box--content1 .text01 span {
    font-size: 16px;
    font-size: max( 1.5640273705vw , 12px);
  }
  .first-view__content--main .fv-award__box--content1 .text02 .solid {
    font-size: 5px;
    font-size: max( 0.5865102639vw , 12px);

    margin-bottom: 1em;
    width: 8em;
  }
  .first-view__content--main .fv-award__box--content1 .text02 .number {
    font-size: 28px;
    font-size: max( 2.7370478983vw , 12px);
  }
  .first-view__content--main .fv-award__box--content2 .text03 {
    font-size: 12px;
    font-size: max( 1.1730205279vw , 12px);
  }
  .first-view__content--main .fv-award__box--content2 .text03 .country {
    font-size: 26px;
    font-size: max( 2.541544477vw , 12px);
  }
  .first-view__content--main .fv-award__box--content2 .text04 {
    font-size: 12px;
    font-size: max( 1.1730205279vw , 12px);
  }
  .first-view__content--main .fv-award__box--content2 .text04 .company {
    font-size: 26px;
    font-size: max( 2.541544477vw , 12px);
  }
  .first-view__content--form {
    width: 360px;
  }
  .first-view__content--form .button-inq a {
    font-size: 20px;
    font-size: max( 1.9550342131vw , 12px);
  }
}
@media only screen and (max-width: 980px) {
  .first-view__content--main {
    width: 60%;
  }
  .first-view__content--main .fv-award {
            flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    gap: 10px;
  }
  .first-view__content--main .fv-award__box {
    margin: 0 auto;
    padding: 0 2em 20px 2em;
    width: 65%;
  }
  .first-view__content--main .fv-award__box::before {
    background: url("https://www.hulft.com/download_file/23188/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  .first-view__content--main .fv-award__box::after {
    background: url("https://www.hulft.com/download_file/23189/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  .first-view__content--main .fv-award__box--content1 {
    gap: 5px;
  }
  .first-view__content--main .fv-award__box--content1 .text01 {
    font-size: 28px;
    font-size: max( 2.7370478983vw , 12px);
  }
  .first-view__content--main .fv-award__box--content1 .text01 span {
    font-size: 20px;
    font-size: max( 1.9550342131vw , 12px);
  }
  .first-view__content--main .fv-award__box--content1 .text02 .solid {
    font-size: 12px;
    font-size: max( 1.1730205279vw , 12px);

    margin-bottom: 10px;

    text-align: center;
  }
  .first-view__content--main .fv-award__box--content1 .text02 .number {
    font-size: 36px;
    font-size: max( 3.5190615836vw , 12px);
  }
  .first-view__content--main .fv-award__box--content2 {
    line-height: 1.4;

    text-align: center;
  }
  .first-view__content--main .fv-award__box--content2 .text03 {
    font-size: 14px;
    font-size: max( 1.3685239492vw , 12px);

    margin-bottom: 5px;
  }
  .first-view__content--main .fv-award__box--content2 .text03 .country {
    font-size: 36px;
    font-size: max( 3.5190615836vw , 12px);

    margin: 0 5px;
  }
  .first-view__content--main .fv-award__box--content2 .text04 {
    font-size: 14px;
    font-size: max( 1.3685239492vw , 12px);
    font-weight: 700;
  }
  .first-view__content--main .fv-award__box--content2 .text04 .company {
    font-size: 28px;
    font-size: max( 2.7370478983vw , 12px);

    margin: 0 5px 0 0;
  }
  .first-view__content--form {
    display: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .first-view {
    height: auto;
  }
  .first-view__wrap {
    padding: 16vw 0 12vw 0;
    width: 100%;
  }
  .first-view__wrap .logo {
    top: 12px;
    left: 20px;

    width: 20%;
  }
  .first-view__content {
            flex-direction: column;

    width: 90%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
  .first-view__content--main {
    width: 100%;
  }
  .first-view__content--main h1 {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);
  }
  .first-view__content--main h1 strong {
    font-size: 20px;
    font-size: max( 5.3333333333vw , 12px);
  }
  .first-view__content--main .fv-catch {
    font-size: 28px;
    font-size: max( 7.4666666667vw , 12px);

    padding: 10px 0 30px 0;
  }
  .first-view__content--main .fv-catch span {
    font-size: 34px;
    font-size: max( 9.0666666667vw , 12px);
  }
  .first-view__content--main .fv-caption {
    font-size: 14px;
    font-size: max( 3.7333333333vw , 12px);
    line-height: 1.6;
  }
  .first-view__content--main .fv-award {
            flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    gap: 10px;
  }
  .first-view__content--main .fv-award__box {
    margin: 0 auto;
    padding: 0 2em 20px 2em;
    width: 75%;
  }
  .first-view__content--main .fv-award__box::before {
    background: url("https://www.hulft.com/download_file/23188/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  .first-view__content--main .fv-award__box::after {
    background: url("https://www.hulft.com/download_file/23189/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  .first-view__content--main .fv-award__box--content1 {
    gap: 5px;
  }
  .first-view__content--main .fv-award__box--content1 .text01 {
    font-size: 28px;
    font-size: max( 7.4666666667vw , 12px);
  }
  .first-view__content--main .fv-award__box--content1 .text01 span {
    font-size: 20px;
    font-size: max( 5.3333333333vw , 12px);
  }
  .first-view__content--main .fv-award__box--content1 .text02 .solid {
    font-size: 12px;
    font-size: max( 3.2vw , 12px);

    margin-bottom: 10px;

    text-align: center;
  }
  .first-view__content--main .fv-award__box--content1 .text02 .number {
    font-size: 36px;
    font-size: max( 9.6vw , 12px);
  }
  .first-view__content--main .fv-award__box--content2 {
    line-height: 1.4;

    text-align: center;
  }
  .first-view__content--main .fv-award__box--content2 .text03 {
    font-size: 14px;
    font-size: max( 3.7333333333vw , 12px);

    margin-bottom: 5px;
  }
  .first-view__content--main .fv-award__box--content2 .text03 .country {
    font-size: 36px;
    font-size: max( 9.6vw , 12px);

    margin: 0 5px;
  }
  .first-view__content--main .fv-award__box--content2 .text04 {
    font-size: 14px;
    font-size: max( 3.7333333333vw , 12px);
    font-weight: 700;
  }
  .first-view__content--main .fv-award__box--content2 .text04 .company {
    font-size: 28px;
    font-size: max( 7.4666666667vw , 12px);

    margin: 0 5px 0 0;
  }
  .first-view__content--form {
    display: none;
  }
}

.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper {
  width: 100%;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .form-field {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;

  line-height: 1;

  padding: 10px;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .form-field .field-label {
  font-size: 13px;
  font-weight: bold;
  color: #000;

  display: inline-block;

  padding-bottom: 5px;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .form-field:first-child {
  border-top: 1px solid #e5e5e5;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .form-field input[type=text] {
  border: none;

  font-size: 15px;

  padding: 0;
  width: 100%;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .form-field.required .field-label {
  position: relative;

  padding-right: 3em;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .form-field.required .field-label::after {
  border-radius: 4px;
  background-color: #e41087;

  font-size: 10px;
  color: #fff;

  position: absolute;
  top: 50%;
  right: 0;

  display: inline-block;

  padding: 3px 5px;

  content: "必須";
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .col2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field {
  width: 50%;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:first-child {
  border-top: none;
  border-right: none;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy {
  font-size: 14px;
  font-weight: 700;

  margin-top: 1em;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy a {
  color: #000;

  text-decoration: underline;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy a:link, .first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy a:active, .first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy a:hover, .first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy a:visited {
  color: #000;

  text-decoration: underline;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .policy a:hover {
  color: #000;

  text-decoration: none;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .checkbox {
  margin-top: 1em;

  text-align: center;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label {
  position: relative;

  padding-left: 30px;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label::before {
  border: 1px solid #333;
  border-radius: 3px;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .checkbox input[type=checkbox] {
  display: none;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label:has(input[type=checkbox]:checked)::before {
  border: 1px solid #004ba0;
  background-color: #004ba0;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label:has(input[type=checkbox]:checked)::after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 6px;
  height: 10px;

  content: "";
  -webkit-transform: rotate(45deg) translateX(7px) translateY(-1px);
          transform: rotate(45deg) translateX(7px) translateY(-1px);
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .submit {
  margin-top: 1em;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit] {
  border: 2px solid #000;
  border-radius: 4px;
  background: #fede53;

  font-size: 16px;
  font-weight: 700;
  color: #000;

  padding: 10px;
  width: 100%;

  cursor: pointer;
  text-align: center;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit]:disabled {
  border-color: #999;
  background-color: #ccc;

  color: #999;

  cursor: not-allowed;
}
.first-view__content--form .form-1-container .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit]:disabled:hover {
  opacity: 1;
}
#request .contentBody .contentForm .contentFormInner .form-wraper {
  width: 100%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  gap: 16px;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  gap: 3%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .form-field .field-label {
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
  color: #004ba0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  width: 17%;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .form-field .formInputOuter {
  width: 80%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .form-field input[type=text] {
  border: none;
  background-color: #f7f7f7;

  font-size: 16px;

  padding: 16px 24px;
  width: 100%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .form-field.required .field-label {
  position: relative;

  padding-right: 2em;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .form-field.required .field-label::after {
  border-radius: 4px;
  background-color: #e41087;

  font-size: 10px;
  line-height: 1.8;
  color: #fff;

  position: absolute;
  top: 50%;
  right: 0;

  display: inline;

  padding: 0 5px;

  content: "必須";
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #request .contentBody .contentForm .contentFormInner .form-wraper form .form-field .field-label {
    font-size: 16px;
    font-size: max( 1.5640273705vw , 12px);
  }
}
@media only screen and (max-width: 767px) {
  #request .contentBody .contentForm .contentFormInner .form-wraper form .form-field {
    display: block;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .form-field .field-label {
    display: inline-block;

    width: auto;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .form-field .formInputOuter {
    width: 100%;
  }
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field {
  width: 50%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:first-child .field-label {
  width: 37%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:first-child .formInputOuter {
  width: 60%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:first-child.required .field-label::after {
  right: 8%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:last-child .field-label {
  padding-left: 1em;
  width: 27%;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:last-child .formInputOuter {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content {
    gap: 2%;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field {
    width: 49%;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:first-child .field-label {
    padding-right: 2.4em;
    width: auto;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:first-child .formInputOuter {
    width: 100%;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:last-child .field-label {
    padding-right: 2.2em;
    padding-left: 0;
    width: auto;
  }
  #request .contentBody .contentForm .contentFormInner .form-wraper form .col2-content .form-field:last-child .formInputOuter {
    width: 100%;
  }
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .policy {
  font-size: 14px;
  font-weight: 700;

  text-align: center;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .policy a {
  color: #000;

  text-decoration: underline;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .policy a:link, #request .contentBody .contentForm .contentFormInner .form-wraper form .policy a:active, #request .contentBody .contentForm .contentFormInner .form-wraper form .policy a:hover, #request .contentBody .contentForm .contentFormInner .form-wraper form .policy a:visited {
  color: #000;

  text-decoration: underline;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .policy a:hover {
  color: #000;

  text-decoration: none;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .checkbox {
  margin-top: 1em;

  text-align: center;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label {
  position: relative;

  padding-left: 30px;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label::before {
  border: 1px solid #333;
  border-radius: 3px;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .checkbox input[type=checkbox] {
  display: none;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label:has(input[type=checkbox]:checked)::before {
  border: 1px solid #004ba0;
  background-color: #004ba0;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .checkbox label:has(input[type=checkbox]:checked)::after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 6px;
  height: 10px;

  content: "";
  -webkit-transform: rotate(45deg) translateX(7px) translateY(-1px);
          transform: rotate(45deg) translateX(7px) translateY(-1px);
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .submit {
  text-align: center;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit] {
  border: 2px solid #fede53;
  border-radius: 4px;
  background: #fede53;

  font-size: 16px;
  font-weight: 700;
  color: #000;

  margin: 0 auto;
  padding: 10px;
  width: 400px;

  cursor: pointer;
  text-align: center;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit]:disabled {
  border-color: #ccc;
  background-color: #ccc;

  color: #999;

  cursor: not-allowed;
}
#request .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit]:disabled:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #request .contentBody .contentForm .contentFormInner .form-wraper form .submit input[type=submit] {
    width: 100%;
  }
}

.navigation {
  background-color: #004ba0;

  width: 100%;
}
.navigation__wrap {
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 16px 120px;
  width: 1440px;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.navigation__wrap--nav {
  height: 100%;
}
.navigation__wrap--nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  gap: 3em;
}
.navigation__wrap--nav nav ul li {
  height: 100%;
}
.navigation__wrap--nav nav ul li a {
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  height: 100%;
}
.navigation__wrap--cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  gap: 10px;
}
.navigation__wrap--cta p a.cta-button.btn-claim {
  background-color: #fede53;

  position: relative;

  padding-left: 58px;
}
.navigation__wrap--cta p a.cta-button.btn-claim::before {
  background: url("https://www.hulft.com/download_file/23187/0") no-repeat center center;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 24px;

  width: 24px;
  height: 24px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navigation__wrap--cta p a.cta-button.btn-inquiry {
  color: #004ba0;

  position: relative;

  padding-left: 58px;
}
.navigation__wrap--cta p a.cta-button.btn-inquiry::before {
  background: url("https://www.hulft.com/download_file/23185/0") no-repeat center center;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 24px;

  width: 24px;
  height: 24px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation__wrap {
    padding: 16px 5%;
    width: 100%;
  }
  .navigation__wrap--nav nav ul {
    gap: 1em;
  }
}
@media only screen and (max-width: 980px) {
  .navigation__wrap--cta {
            flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .navigation__wrap {
            flex-direction: column;

    padding: 16px 5%;
    width: 100%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
  .navigation__wrap--nav nav {
    margin-bottom: 1em;
  }
  .navigation__wrap--nav nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5em 1em;
  }
  .navigation__wrap--cta {
            flex-direction: row;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
  }
}

#problem h2 {
  font-size: 40px;
  font-weight: 700;
  color: #004ba0;

  text-align: center;
}
#problem .section-image {
  margin-top: 48px;

  text-align: center;
}
#problem .section-image img {
  width: 321px;
}
#problem ul.problem-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  margin: 40px auto 0 auto;
  width: 78%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  gap: 10px;
}
#problem ul.problem-list li {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #f7f7f7;

  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 24px 24px 80px;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-align: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  gap: 16px;
}
#problem ul.problem-list li::before {
  background: url("https://www.hulft.com/download_file/23178/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 20px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  width: 48px;
  height: 48px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#problem .solutions {
  background-color: #3389ca;

  position: relative;

  margin-top: -40px;
  padding: 96px 0 80px 0;
  width: 100%;
}
#problem .solutions::before {
  background-color: #fff;

  position: absolute;
  top: 0;
  left: 50%;

  display: block;

  width: 200px;
  height: 48px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-clip-path: polygon(50% 48px, 0% 0%, 200px 0%);
          clip-path: polygon(50% 48px, 0% 0%, 200px 0%);
}
#problem .solutions h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;

  text-align: center;
}
#problem .solutions ul.solution-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  margin: 40px auto 0 auto;
  width: 78%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  gap: 10px;
}
#problem .solutions ul.solution-list li {
  border: 2px solid #004ba0;
  border-radius: 4px;
  background: #f7f7f7;

  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 24px 24px 80px;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-align: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  gap: 16px;
}
#problem .solutions ul.solution-list li::before {
  background: url("https://www.hulft.com/download_file/23181/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 20px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  width: 48px;
  height: 48px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #problem h2 {
    font-size: 32px;
    font-size: max( 3.128054741vw , 12px);
  }
  #problem ul.problem-list li {
    font-size: 20px;
    font-size: max( 1.9550342131vw , 12px);
  }
  #problem .solutions {
    padding: 50px 0 40px 0;
  }
  #problem .solutions::before {
    top: -1px;
  }
  #problem .solutions h3 {
    font-size: 40px;
    font-size: max( 3.9100684262vw , 12px);
  }
  #problem .solutions ul.solution-list li {
    font-size: 20px;
    font-size: max( 1.9550342131vw , 12px);
  }
}
@media only screen and (max-width: 767px) {
  #problem h2 {
    font-size: 26px;
    font-size: max( 6.9333333333vw , 12px);
  }
  #problem ul.problem-list {
    margin: 20px auto;
    width: 100%;
  }
  #problem ul.problem-list li {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);

    padding: 16px 1em 16px 3em;
  }
  #problem ul.problem-list li::before {
    background-size: cover;

    left: 1em;

    width: 1.5em;
    height: 1.5em;
  }
  #problem .solutions {
    margin-top: 0;
    padding: 40px 0 40px 0;
  }
  #problem .solutions::before {
    top: -2px;
  }
  #problem .solutions h3 {
    font-size: 26px;
    font-size: max( 6.9333333333vw , 12px);
    line-height: 1.2;
  }
  #problem .solutions ul.solution-list {
    margin: 20px auto;
    width: 100%;
  }
  #problem .solutions ul.solution-list li {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);

    padding: 16px 1em 16px 3em;
  }
  #problem .solutions ul.solution-list li::before {
    background-size: cover;

    left: 1em;

    width: 1.5em;
    height: 1.5em;
  }
}

#support {
  position: relative;
  z-index: 1;
}
#support::after {
  background-color: #3389ca;

  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

  display: block;

  width: 100%;
  height: 230px;

  content: "";
}
#support .section-block {
  position: relative;
  z-index: 2;
}
#support .section-block .support-list {
  width: 100%;
}
#support .section-block .support-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  width: 1128px;

  gap: 1.4%;
}
#support .section-block .support-list__box {
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  padding: 20px;
  width: 23.9%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
#support .section-block .support-list__title {
  border-bottom: 3px dotted #3389ca;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin-bottom: 15px;
  padding-bottom: 15px;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-pack: center;
  -ms-flex-positive: 1;
  -webkit-justify-content: center;
          justify-content: center;
}
#support .section-block .support-list__title--wrap {
  font-size: 23px;
  font-weight: 700;

  text-align: center;
}
#support .section-block .support-list__title--wrap .orange-num {
  font-family: "Libre Baskerville", serif;
  font-size: 45px;
  line-height: 1.2;
  color: #ec6c00;

  margin: 0 3px;
}
#support .section-block .support-list__title--wrap .orange-txt {
  font-size: 32px;
  line-height: 1.2;
  color: #ec6c00;

  margin: 0 3px;
}
#support .section-block .support-list__title--wrap small {
  font-size: 20px;
}
#support .section-block .support-list__title--wrap .large {
  font-size: 30px;
  line-height: 1.2;
}
#support .section-block .support-list__title--wrap .huge {
  font-size: 40px;
  line-height: 1.2;
}
#support .section-block .support-list__title--wrap .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
#support .section-block .support-list__detail {
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #support .section-block .support-list__wrap {
    width: 90%;
  }
  #support .section-block .support-list__title--wrap {
    font-size: 18px;
    font-size: max( 1.7595307918vw , 12px);
  }
  #support .section-block .support-list__title--wrap .orange-num {
    font-size: 32px;
    font-size: max( 3.128054741vw , 12px);
  }
  #support .section-block .support-list__title--wrap .orange-txt {
    font-size: 26px;
    font-size: max( 2.541544477vw , 12px);
  }
  #support .section-block .support-list__title--wrap small {
    font-size: 16px;
    font-size: max( 1.5640273705vw , 12px);
  }
  #support .section-block .support-list__title--wrap .large {
    font-size: 26px;
    font-size: max( 2.541544477vw , 12px);
  }
  #support .section-block .support-list__title--wrap .huge {
    font-size: 34px;
    font-size: max( 3.3235581623vw , 12px);
  }
  #support .section-block .support-list__title--wrap .table small {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  #support::after {
    height: 50vh;
  }
  #support .section-block .support-list__wrap {
            flex-direction: column;

    width: 100%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    gap: 20px;
  }
  #support .section-block .support-list__box {
    width: 100%;
  }
  #support .section-block .support-list__title--wrap {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);
  }
  #support .section-block .support-list__title--wrap .orange-num {
    font-size: 32px;
    font-size: max( 8.5333333333vw , 12px);
  }
  #support .section-block .support-list__title--wrap .orange-txt {
    font-size: 26px;
    font-size: max( 6.9333333333vw , 12px);
  }
  #support .section-block .support-list__title--wrap small {
    font-size: 16px;
    font-size: max( 4.2666666667vw , 12px);
  }
  #support .section-block .support-list__title--wrap .large {
    font-size: 26px;
    font-size: max( 6.9333333333vw , 12px);
  }
  #support .section-block .support-list__title--wrap .huge {
    font-size: 34px;
    font-size: max( 9.0666666667vw , 12px);
  }
  #support .section-block .support-list__title--wrap .table small {
    line-height: 1.1;
  }
}

.cta {
  background-color: #004ba0;

  padding: 48px 0 64px 0;
}
.cta__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 48px;
  -webkit-justify-content: center;
          justify-content: center;
}
.cta__block {
  width: 400px;
}
.cta__block .text {
  font-size: 20px;
  color: #fff;

  padding-bottom: 10px;

  text-align: center;
}
.cta__block .button {
  text-align: center;
}
.cta__block .button a {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 0 #3389ca;
          box-shadow: 8px 8px 0 #3389ca;

  font-size: 24px;
  font-weight: 700;
  color: #004ba0;

  display: block;

  padding: 20px 0;
  width: 100%;
}
.cta__block .button a span {
  position: relative;

  display: inline-block;

  padding-left: 40px;
}
.cta__block .button a span::before {
  background: url("https://www.hulft.com/download_file/23180/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 24px;
  height: 24px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__block:nth-child(1) .button a {
  background-color: #fede53;

  font-weight: 700;
  color: #000;
}
.cta__block:nth-child(1) .button a span::before {
  background: url("https://www.hulft.com/download_file/23182/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 24px;
  height: 24px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cta {
    padding: 48px 5% 64px 5%;
  }
  .cta__wrap {
    gap: 4%;
  }
  .cta__block {
    width: 48%;
  }
  .cta__block .text {
    font-size: 24px;
    font-size: max( 2.3460410557vw , 12px);
  }
  .cta__block .button a {
    font-size: 24px;
    font-size: max( 2.3460410557vw , 12px);
  }
}
@media only screen and (max-width: 767px) {
  .cta__wrap {
            flex-direction: column;

    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .cta__block {
    width: 80%;
  }
  .cta__block .text {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);
  }
  .cta__block .button a {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);
  }
}

#footer-cv {
  background: #f7f7f7;
}
#footer-cv .section-block {
  padding-bottom: 50px;
}
#footer-cv .cv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  width: 1128px;

  gap: 32px;
}
#footer-cv .cv-block__box {
  border-radius: 8px;
  background: #004ba0;

  color: #fff;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 48px;
  width: 548px;

  text-align: center;
}
#footer-cv .cv-block__box .label {
  font-size: 20px;
  font-weight: 700;
}
#footer-cv .cv-block__box h3 {
  font-size: 40px;
  font-weight: 700;

  margin-top: 30px;
}
#footer-cv .cv-block__box .button {
  margin-top: 40px;

  text-align: center;
}
#footer-cv .cv-block__box .button a {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 0 #3389ca;
          box-shadow: 8px 8px 0 #3389ca;

  font-size: 24px;
  font-weight: 700;
  color: #004ba0;

  display: block;

  padding: 20px 0;
}
#footer-cv .cv-block__box .button a span {
  position: relative;

  display: inline-block;

  padding-left: 40px;
}
#footer-cv .cv-block__box .button a span::before {
  background: url("https://www.hulft.com/download_file/23180/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 24px;
  height: 24px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer-cv .cv-block__box:nth-child(1) .button a {
  background-color: #fede53;

  font-weight: 700;
  color: #000;
}
#footer-cv .cv-block__box:nth-child(1) .button a span::before {
  background: url("https://www.hulft.com/download_file/23182/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 24px;
  height: 24px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer-cv .evidence {
  font-size: 12px;
  line-height: 1.2;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto 0 auto;
  padding-left: 1em;
  width: 1128px;

  text-indent: -1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer-cv .cv-block {
    width: 90%;

    gap: 3%;
  }
  #footer-cv .cv-block__box {
    padding: 40px 30px;
    width: 48.5%;
  }
  #footer-cv .cv-block__box .label {
    font-size: 18px;
    font-size: max( 1.7595307918vw , 12px);
  }
  #footer-cv .cv-block__box h3 {
    font-size: 38px;
    font-size: max( 3.7145650049vw , 12px);
  }
  #footer-cv .cv-block__box .button a {
    font-size: 24px;
    font-size: max( 2.3460410557vw , 12px);
  }
  #footer-cv .evidence {
    font-size: 12px;
    font-size: max( 1.1730205279vw , 12px);

    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #footer-cv .cv-block {
            flex-direction: column;

    width: 100%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
  #footer-cv .cv-block__box {
    padding: 30px 20px;
    width: 100%;
  }
  #footer-cv .cv-block__box .label {
    font-size: 16px;
    font-size: max( 4.2666666667vw , 12px);
    line-height: 1.2;
  }
  #footer-cv .cv-block__box h3 {
    font-size: 30px;
    font-size: max( 8vw , 12px);
  }
  #footer-cv .cv-block__box .button a {
    font-size: 18px;
    font-size: max( 4.8vw , 12px);
  }
  #footer-cv .evidence {
    font-size: 12px;
    font-size: max( 3.2vw , 12px);

    width: 100%;
  }
}

#solution {
  background-color: #f7f7f7;
}
#solution .service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  width: 78.3%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 2%;
}
#solution .service-list__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  width: 32%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  gap: 16px;
}
#solution .service-list__detail {
  border: 1px solid #004ba0;
  border-radius: 8px;
  background: #fff;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 22px;
}
#solution .service-list__detail h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ec6c00;
}
#solution .service-list__detail h3 span {
  font-size: 14px;
  color: #212121;

  display: block;

  padding: 5px 0 10px 0;
}
#solution .service-list__detail--caption {
  line-height: 1.4;
}
#solution .service-list__recommend--label {
  border-top: 3px solid #004ba0;
  border-bottom: 3px solid #004ba0;
  background-color: #3389ca;

  font-size: 20px;
  color: #fff;

  position: relative;

  margin-bottom: 24px;
  padding: 16px 0;

  text-align: center;
}
#solution .service-list__recommend--label span {
  position: relative;

  display: inline-block;

  margin-left: -48px;
  padding-left: 60px;
}
#solution .service-list__recommend--label span::before {
  background: url("https://www.hulft.com/download_file/23184/0") no-repeat center center;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 0;

  width: 48px;
  height: 48px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#solution .service-list__recommend--label::after {
  background-color: #004ba0;

  position: absolute;
  top: 100%;
  left: 50%;

  display: block;

  width: 32px;
  height: 12px;

  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-clip-path: polygon(50% 12px, 0% 0%, 32px 0%);
          clip-path: polygon(50% 12px, 0% 0%, 32px 0%);
}
#solution .service-list__recommend--caption {
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #solution .service-list {
    width: 90%;
  }
  #solution .service-list__detail h3 {
    font-size: 26px;
    font-size: max( 2.541544477vw , 12px);
    font-weight: 700;
  }
  #solution .service-list__recommend--label {
    font-size: 18px;
    font-size: max( 1.7595307918vw , 12px);
  }
  #solution .service-list__recommend--label span {
    margin-left: -38px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #solution .service-list {
    width: 100%;
  }
  #solution .service-list__block {
    width: 100%;
  }
  #solution .service-list__detail h3 {
    font-size: 28px;
    font-size: max( 7.4666666667vw , 12px);
    line-height: 1.2;
  }
  #solution .service-list__detail h3 span {
    font-size: 14px;
    font-size: max( 3.7333333333vw , 12px);
  }
  #solution .service-list__recommend {
    font-size: 20px;
    font-size: max( 5.3333333333vw , 12px);
  }
}

#case .case-award {
  text-shadow: 0 4px 20px rgba(236, 108, 0, 0.24);

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 2%;
  -webkit-justify-content: center;
          justify-content: center;
}
#case .case-award__box {
  position: relative;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 45px 30px 45px;
}
#case .case-award__box::before {
  background: url("https://www.hulft.com/download_file/23188/0");

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 67px;
  height: 105px;

  content: "";
}
#case .case-award__box::after {
  background: url("https://www.hulft.com/download_file/23189/0");

  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 67px;
  height: 105px;

  content: "";
}
#case .case-award__box--content1 {
  color: #ec6c00;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
}
#case .case-award__box--content1 .text01 {
  font-size: 37px;
}
#case .case-award__box--content1 .text01 span {
  font-size: 26px;
}
#case .case-award__box--content1 .text02 .solid {
  background-color: #ec6c00;

  font-size: 12px;
  color: #fff;

  display: inline-block;

  margin-bottom: 15px;
  width: 100%;

  text-align: center;
}
#case .case-award__box--content1 .text02 .number {
  font-family: "Libre Baskerville", serif;
  font-size: 47px;
  font-weight: 700;

  position: relative;
}
#case .case-award__box--content1 .text02 .number sup {
  font-size: 12px;
  line-height: 1;

  position: absolute;
  top: 0.5em;
  right: -10px;
}
#case .case-award__box--content2 {
  line-height: 1.4;

  text-align: center;
}
#case .case-award__box--content2 .text03 {
  font-size: 20px;
  font-weight: 700;

  margin-bottom: 5px;
}
#case .case-award__box--content2 .text03 .country {
  font-family: "Libre Baskerville", serif;
  font-size: 52px;
  color: #ec6c00;

  display: inline-block;

  margin: 0 5px;
}
#case .case-award__box--content2 .text04 {
  font-size: 16px;
  font-weight: 700;
}
#case .case-award__box--content2 .text04 .company {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #ec6c00;

  display: inline-block;

  margin: 0 5px 0 0;
}
#case h3 {
  font-size: 24px;
  font-weight: bold;

  margin-top: 30px;

  text-align: center;
}
#case h3 span {
  position: relative;
}
#case h3 span::before {
  background: #000;

  position: absolute;
  top: 50%;
  left: -50px;

  width: 32px;
  height: 1px;

  content: "";
}
#case h3 span::after {
  background: #000;

  position: absolute;
  top: 50%;
  right: -50px;

  width: 32px;
  height: 1px;

  content: "";
}
#case .caselist {
  margin: 64px auto 0 auto;
  width: 884px;
}
#case .caselist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
#case .caselist ul li {
  width: 164px;
}
#case .case-company {
  background: #f7f7f7;

  max-width: initial;
}
#case .case-company__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  max-width: 1128px;

  gap: 24px;
}
#case .case-company__box {
  background-color: #fff;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: 360px;
}
#case .case-company h3 {
  border-bottom: 1px solid #e8e8e8;

  font-size: 20px;

  margin: 16px 0;
  padding-bottom: 16px;
}
#case .case-company__line1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  gap: 8px;
}
#case .case-company__line1 div {
  width: 160px;
}
#case .case-company__line1 h4 {
  background: #3389ca;

  font-size: 14px;
  color: #fff;

  text-align: center;
}
#case .case-company__line1 p {
  font-size: 14px;

  text-align: center;
}
#case .case-company__line2 h4 {
  background: #3389ca;

  font-size: 14px;
  color: #fff;

  text-align: center;
}
#case .case-company__line2 p {
  font-size: 14px;
  line-height: 1.2;

  padding-top: 5px;
}
#case .case-company__caption {
  border-top: 1px solid #e8e8e8;

  font-size: 13px;
  line-height: 1.4;

  margin-top: 16px;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #case .case-award__box::before {
    top: -5px;
  }
  #case .case-award__box::after {
    top: -5px;
  }
  #case .case-award__box--content1 .text01 {
    line-height: 0.9;
  }
  #case .case-award__box--content2 .text03 {
    margin-bottom: 10px;
  }
  #case .case-award__box--content2 .text03 .country {
    font-size: 50px;
    font-size: max( 4.8875855327vw , 12px);
  }
  #case .case-award__box--content2 .text04 .company {
    font-size: 38px;
    font-size: max( 3.7145650049vw , 12px);
  }
  #case .caselist {
    width: 90%;
  }
  #case .caselist ul {
    gap: 10px 2%;
  }
  #case .caselist ul li {
    width: 18.4%;
  }
  #case .case-company {
    width: 100%;
  }
  #case .case-company__wrap {
    width: 90%;
  }
  #case .case-company__box {
    width: 32%;
  }
  #case .case-company h3 {
    font-size: 16px;
    font-size: max( 1.5640273705vw , 12px);
  }
  #case .case-company__line1 {
    gap: 2%;
  }
  #case .case-company__line1 div {
    width: 49%;
  }
  #case .case-company__line1 h4 {
    font-size: 14px;
    font-size: max( 1.3685239492vw , 12px);
  }
  #case .case-company__line1 p {
    font-size: 12px;
    font-size: max( 1.1730205279vw , 12px);
  }
  #case .case-company__line2 h4 {
    font-size: 14px;
    font-size: max( 1.3685239492vw , 12px);
  }
  #case .case-company__line2 p {
    font-size: 12px;
    font-size: max( 1.1730205279vw , 12px);
  }
}
@media only screen and (max-width: 767px) {
  #case .case-award {
            flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    gap: 10px;
  }
  #case .case-award__box {
    margin: 0 auto;
    padding: 0 2em 20px 2em;
    width: 75%;
  }
  #case .case-award__box::before {
    background: url("https://www.hulft.com/download_file/23188/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  #case .case-award__box::after {
    background: url("https://www.hulft.com/download_file/23189/0") no-repeat;
    background-size: cover;

    width: 47px;
    height: 74px;
  }
  #case .case-award__box--content1 {
    gap: 5px;
  }
  #case .case-award__box--content1 .text01 {
    font-size: 28px;
    font-size: max( 7.4666666667vw , 12px);
  }
  #case .case-award__box--content1 .text01 span {
    font-size: 20px;
    font-size: max( 5.3333333333vw , 12px);
  }
  #case .case-award__box--content1 .text02 .solid {
    font-size: 12px;
    font-size: max( 3.2vw , 12px);

    margin-bottom: 10px;

    text-align: center;
  }
  #case .case-award__box--content1 .text02 .number {
    font-size: 36px;
    font-size: max( 9.6vw , 12px);
  }
  #case .case-award__box--content2 {
    line-height: 1.4;

    text-align: center;
  }
  #case .case-award__box--content2 .text03 {
    font-size: 14px;
    font-size: max( 3.7333333333vw , 12px);

    margin-bottom: 5px;
  }
  #case .case-award__box--content2 .text03 .country {
    font-size: 36px;
    font-size: max( 9.6vw , 12px);

    margin: 0 5px;
  }
  #case .case-award__box--content2 .text04 {
    font-size: 14px;
    font-size: max( 3.7333333333vw , 12px);
    font-weight: 700;
  }
  #case .case-award__box--content2 .text04 .company {
    font-size: 28px;
    font-size: max( 7.4666666667vw , 12px);

    margin: 0 5px 0 0;
  }
  #case h3 {
    font-size: 20px;
    font-size: max( 5.3333333333vw , 12px);
  }
  #case h3 span::before {
    left: -1.2em;

    width: 18px;
  }
  #case h3 span::after {
    right: -1.2em;

    width: 18px;
  }
  #case .caselist {
    width: 100%;
  }
  #case .caselist ul {
    gap: 10px 2%;
  }
  #case .caselist ul li {
    width: 49%;
  }
  #case .case-company {
    width: 100%;
  }
  #case .case-company__wrap {
            flex-direction: column;

    width: 100%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
  #case .case-company__box {
    width: 100%;
  }
  #case .case-company h3 {
    font-size: 17px;
    font-size: max( 4.5333333333vw , 12px);
  }
  #case .case-company__line1 {
    width: 100%;

    gap: 2%;
  }
  #case .case-company__line1 div {
    width: 49%;
  }
}

#faq .faq-list {
  border-bottom: 1px solid #ebebeb;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  margin: 0 auto;
  width: 78%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
#faq .faq-list__block {
  border-top: 1px solid #ebebeb;

  padding: 32px 0 0 0;
}
#faq .faq-list__q {
  position: relative;

  margin-bottom: 32px;
  padding-left: 60px;

  cursor: pointer;
  -webkit-transition: 0.16s ease-in-out;
          transition: 0.16s ease-in-out;
}
#faq .faq-list__q:hover {
  opacity: 0.8;
}
#faq .faq-list__q p {
  font-size: 20px;
  font-weight: 700;
  color: #004ba0;
}
#faq .faq-list__q::before {
  background: url("https://www.hulft.com/download_file/23186/0") no-repeat center center;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 40px;
  height: 40px;

  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .faq-list__a {
  position: relative;

  display: none;

  padding: 0 0 32px 0;
  padding-left: 60px;
}
#faq .faq-list__a p {
  font-size: 20px;
  line-height: 1.4;
}
#faq .faq-list__a::before {
  background: url("https://www.hulft.com/download_file/23179/0") no-repeat center center;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 40px;
  height: 40px;

  content: "";
}
@media only screen and (max-width: 767px) {
  #faq .faq-list {
    width: 100%;
  }
}

#request .request-block {
  border: 2px solid #004ba0;
  border-radius: 8px;

  margin: 0 auto;
  padding: 56px 20px;
  width: 1128px;
}
#request .request-block .form {
  margin: 0 auto;
  width: 896px;
}
#request .request-block .form iframe {
  border: none;

  width: 896px;
  height: 520px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #request .request-block {
    width: 90%;
  }
  #request .request-block .form {
    width: 99%;
  }
  #request .request-block .form iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #request .request-block {
    width: 100%;
  }
  #request .request-block .form {
    width: 100%;
  }
  #request .request-block .form iframe {
    width: 100%;
    height: 550px;
  }
}

.footer {
  background: #004ba0;

  padding-bottom: 100px;
}
.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  margin: 0 auto;
  width: 1128px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.footer__logo {
  background-color: #fff;
}
.footer__logo a {
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 32px;
}
.footer__content {
  color: #fff;

  padding: 1em;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  gap: 1em;
  -webkit-justify-content: end;
          justify-content: end;
}
.footer__nav li a {
  color: #fff;

  text-decoration: underline;
}
.footer__nav li a:hover {
  text-decoration: none;
}
.footer--copyright {
  color: #fff;

  margin-top: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
  .footer__wrap {
            flex-direction: column;

    width: 95%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .footer__logo {
    width: 40%;
  }
  .footer__logo a {
    padding: 1em 2em;
  }
  .footer__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
