@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --color-main:#1C7ED3;
  --color-hover:#B7B7B7;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: var(--font-jp);
  line-height: 1.7;
  font-size: 10px;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
html,
body {
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 400;
  padding-top: 130px;
}

@media screen and (max-width: 1440px) {
  body {
    padding-top: 9.0277777778vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 15.3846153846vw;
  }
}
.js-move {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-move.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover:hover {
  opacity: 0.7;
}

.blue {
  color: var(--color-main);
}

.l-inner {
  width: 1200px;
  margin: 0 auto;
}

.l-inner--02 {
  width: 1380px;
  margin: 0 auto;
}

.l-inner--03 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .l-inner {
    width: 83.3333333333vw;
  }
  .l-inner--02 {
    width: 95.8333333333vw;
  }
  .l-inner--03 {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner,
  .l-inner--02,
  .l-inner--03 {
    width: 100%;
    padding: 0 3.8461538462vw;
  }
}
.header {
  padding-left: 70px;
  padding-right: 35px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.header__inner {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__inner:after {
  content: "";
  width: 236px;
  height: 100%;
  background: url(../img/bg_rg_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 170px;
  z-index: 1;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__logo-image {
  width: 298px;
}
.header__logo-text {
  margin-left: 35px;
  font-size: 15px;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
}
.header__contact {
  width: 318px;
  height: 63px;
  background: url(../img/header_contact_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.header__contact:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__contact-sub {
  font-size: 16px;
  font-weight: 700;
  margin-right: 37px;
  margin-left: 22px;
}
.header__contact-main {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.header__menu-btn {
  display: none;
  position: relative;
  z-index: 110;
}
.header__menu-btn-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-main);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1440px) {
  .header {
    padding-left: 4.8611111111vw;
    padding-right: 2.4305555556vw;
  }
  .header__inner {
    height: 9.0277777778vw;
  }
  .header__inner:after {
    width: 16.3888888889vw;
    right: 11.8055555556vw;
  }
  .header__logo-image {
    width: 20.6944444444vw;
  }
  .header__logo-text {
    margin-left: 2.4305555556vw;
    font-size: 1.0416666667vw;
    padding-bottom: 0.8333333333vw;
  }
  .header__contact {
    width: 22.0833333333vw;
    height: 4.375vw;
  }
  .header__contact:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    right: 1.3888888889vw;
  }
  .header__contact-sub {
    font-size: 1.1111111111vw;
    margin-right: 2.5694444444vw;
    margin-left: 1.5277777778vw;
  }
  .header__contact-main {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 4.358974359vw;
    padding-right: 4.358974359vw;
  }
  .header__inner {
    height: 11.5384615385vw;
  }
  .header__inner:after {
    content: none;
  }
  .header__logo-image {
    width: 35.8974358974vw;
  }
  .header__logo-text {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__menu-btn {
    display: block;
    width: 7.1794871795vw;
    height: 5.1282051282vw;
    background: transparent !important;
  }
  .header__menu-btn-line:nth-child(1) {
    top: 0;
  }
  .header__menu-btn-line:nth-child(2) {
    top: 2.3076923077vw;
  }
  .header__menu-btn-line:nth-child(3) {
    top: 4.6153846154vw;
  }
  .header__menu-btn.is-open .header__menu-btn-line:nth-child(1) {
    top: 2.3076923077vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__menu-btn.is-open .header__menu-btn-line:nth-child(2) {
    opacity: 0;
  }
  .header__menu-btn.is-open .header__menu-btn-line:nth-child(3) {
    top: 2.3076923077vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.header__menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__menu {
    display: block;
    position: fixed;
    top: 15.3846153846vw;
    right: 0;
    width: 76.9230769231vw;
    height: calc(100svh - 15.3846153846vw);
    background: #fff;
    -webkit-box-shadow: -1.0256410256vw 0 3.0769230769vw rgba(0, 0, 0, 0.16);
            box-shadow: -1.0256410256vw 0 3.0769230769vw rgba(0, 0, 0, 0.16);
    padding: 6.1538461538vw 5.1282051282vw;
    overflow-y: auto;
    z-index: 105;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header__menu.is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5897435897vw;
  }
  .header__menu-item {
    border-radius: 2.5641025641vw;
    background: #fff;
    -webkit-box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.16);
    padding: 3.0769230769vw 8.7179487179vw 3.0769230769vw 3.0769230769vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .header__menu-item:after {
    content: "";
    width: 4.8717948718vw;
    height: 4.8717948718vw;
    background: url(../img/arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 3.3333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__menu-item-label {
    width: 14.358974359vw;
    height: 14.358974359vw;
    border-radius: 50%;
    color: #fff;
    background: var(--color-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 3.5897435897vw;
  }
  .header__menu-item-caption {
    font-size: 2.5641025641vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .header__menu-item-number {
    margin-top: 0.5128205128vw;
    font-size: 5.1282051282vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: var(--font-en);
    line-height: 1;
  }
  .header__menu-item-text {
    font-size: 3.5897435897vw;
    font-weight: 700;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .catch {
    padding: 1.2820512821vw 3.8461538462vw 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
}
.mv {
  overflow: hidden;
}
.mv__inner {
  position: relative;
  padding: 30px 0;
}
.mv__inner:before, .mv__inner:after {
  content: "";
  width: 948px;
  height: 520px;
  background: url(../img/bg_rg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 0;
}
.mv__inner:before {
  left: -770px;
}
.mv__inner:after {
  right: -630px;
}
.mv__slide {
  z-index: 10;
  width: 749px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.mv__slide-item {
  position: relative;
  z-index: 3;
}
.mv__slide-body {
  padding-left: 190px;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mv__slide-label {
  font-family: var(--font-en);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1;
}
.mv__slide-title {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.3;
}
.mv__slide-text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7894736842;
}
.mv__slide-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 10;
  bottom: 18px;
  left: 190px;
}
.mv__slide-progress__current, .mv__slide-progress__total {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1;
}
.mv__slide-progress__bar {
  width: 228px;
  height: 1px;
  background: #B5B5B5;
  position: relative;
  overflow: hidden;
}
.mv__slide-progress__fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mv.is-progress {
  /* ゲージアニメーション */
}
.mv.is-progress .mv__slide-progress__fill {
  -webkit-animation: sliderProgress 5s linear forwards;
          animation: sliderProgress 5s linear forwards;
}

@media screen and (max-width: 1440px) {
  .mv__inner {
    padding: 2.0833333333vw 0;
  }
  .mv__inner:before, .mv__inner:after {
    width: 65.8333333333vw;
    height: 36.1111111111vw;
  }
  .mv__inner:before {
    left: -53.4722222222vw;
  }
  .mv__inner:after {
    right: -43.75vw;
  }
  .mv__slide {
    width: 52.0138888889vw;
  }
  .mv__slide-body {
    padding-left: 13.1944444444vw;
  }
  .mv__slide-label {
    font-size: 1.1805555556vw;
    margin-bottom: 0.9722222222vw;
  }
  .mv__slide-title {
    font-size: 5.2777777778vw;
  }
  .mv__slide-text {
    margin-top: 0.6944444444vw;
    font-size: 1.3194444444vw;
  }
  .mv__slide-progress {
    gap: 0.6944444444vw;
    bottom: 1.25vw;
    left: 13.1944444444vw;
  }
  .mv__slide-progress__current, .mv__slide-progress__total {
    font-size: 0.8333333333vw;
  }
  .mv__slide-progress__bar {
    width: 15.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 6.4102564103vw 0 2.0512820513vw;
    margin-bottom: 12.8205128205vw;
  }
  .mv__inner:before, .mv__inner:after {
    width: 173.8461538462vw;
    height: 95.3846153846vw;
    background: url(../img/bg_rg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .mv__inner:before {
    left: -162.5641025641vw;
  }
  .mv__inner:after {
    right: -140.2564102564vw;
    top: auto;
    bottom: 0;
  }
  .mv__slide {
    width: 91.7948717949vw;
    margin-left: 3.8461538462vw;
  }
  .mv__slide-body {
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-left: 11.5384615385vw;
    padding-right: 5.8974358974vw;
    padding-bottom: 6.4102564103vw;
  }
  .mv__slide-label {
    font-size: 4.358974359vw;
    margin-bottom: 2.5641025641vw;
  }
  .mv__slide-title {
    font-size: 11.7948717949vw;
  }
  .mv__slide-text {
    margin-top: 3.5897435897vw;
    font-size: 3.8461538462vw;
  }
  .mv__slide-progress {
    position: static;
    gap: 2.5641025641vw;
    margin-top: 5.641025641vw;
    margin-left: 8.7179487179vw;
  }
  .mv__slide-progress__current, .mv__slide-progress__total {
    font-size: 3.0769230769vw;
  }
  .mv__slide-progress__bar {
    width: 38.9743589744vw;
  }
}
@-webkit-keyframes sliderProgress {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes sliderProgress {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.intro {
  text-align: center;
  position: relative;
}
.intro__inner {
  padding-top: 75px;
  padding-bottom: 130px;
  position: relative;
}
.intro__inner:before {
  content: "";
  width: 462px;
  height: 567px;
  background: url(../img/bg_rg_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -104px;
  z-index: -1;
}
.intro__title {
  color: var(--color-main);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  padding-bottom: 28px;
  margin-bottom: 55px;
  position: relative;
}
.intro__title:before {
  content: "";
  width: 80px;
  height: 5px;
  background: var(--color-main);
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
.intro__lead {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
}
.intro__text {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1440px) {
  .intro__inner {
    padding-top: 5.2083333333vw;
    padding-bottom: 9.0277777778vw;
  }
  .intro__inner:before {
    width: 32.0833333333vw;
    height: 39.375vw;
    left: -7.2222222222vw;
  }
  .intro__title {
    font-size: 1.7361111111vw;
    padding-bottom: 1.9444444444vw;
    margin-bottom: 3.8194444444vw;
  }
  .intro__title:before {
    width: 5.5555555556vw;
    height: 0.3472222222vw;
    margin-left: -2.7777777778vw;
  }
  .intro__lead {
    margin-bottom: 2.0833333333vw;
    font-size: 2.9166666667vw;
  }
  .intro__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding-top: 12.8205128205vw;
    padding-bottom: 8.9743589744vw;
  }
  .intro__inner:before {
    width: 80.2564102564vw;
    height: 98.2051282051vw;
    left: -35.3846153846vw;
  }
  .intro__title {
    font-size: 5.1282051282vw;
    padding-bottom: 5.8974358974vw;
    margin-bottom: 5.1282051282vw;
  }
  .intro__title:before {
    width: 20.5128205128vw;
    height: 1.2820512821vw;
    margin-left: -10.2564102564vw;
  }
  .intro__lead {
    margin-bottom: 5.641025641vw;
    font-size: 7.1794871795vw;
    line-height: 1.5714285714;
  }
  .intro__text {
    font-size: 3.8461538462vw;
  }
}
.trouble {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.trouble:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 70px solid #f0f0f0;
  border-bottom: 0;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.trouble__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding-top: 100px;
  margin-bottom: 105px;
  position: relative;
}
.trouble__title:before {
  content: "";
  width: 75px;
  height: 74px;
  background: url(../img/icon_trouble.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.trouble__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 15px;
}
.trouble__item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding-top: 58px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  text-align: center;
}
.trouble__item:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/arrow_blue.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  bottom: 13px;
}
.trouble__item-label {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.trouble__item-caption {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
.trouble__item-number {
  margin-top: 4px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--color-en);
  line-height: 1;
}
.trouble__item-text {
  font-size: 21px;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .trouble {
    padding-top: 4.1666666667vw;
    padding-bottom: 7.6388888889vw;
  }
  .trouble:after {
    border-right: 5.5555555556vw solid transparent;
    border-left: 5.5555555556vw solid transparent;
    border-top: 4.8611111111vw solid #f0f0f0;
    bottom: -4.8611111111vw;
  }
  .trouble__title {
    font-size: 1.9444444444vw;
    padding-top: 6.9444444444vw;
    margin-bottom: 7.2916666667vw;
  }
  .trouble__title:before {
    width: 5.2083333333vw;
    height: 5.1388888889vw;
  }
  .trouble__list {
    gap: 5.2083333333vw 1.0416666667vw;
  }
  .trouble__item {
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0 0 0.4166666667vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.4166666667vw rgba(0, 0, 0, 0.16);
    padding-top: 4.0277777778vw;
    padding-bottom: 2.0833333333vw;
  }
  .trouble__item:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    right: 1.0416666667vw;
    bottom: 0.9027777778vw;
  }
  .trouble__item-label {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    top: -2.7777777778vw;
  }
  .trouble__item-caption {
    font-size: 0.9722222222vw;
  }
  .trouble__item-number {
    margin-top: 0.2777777778vw;
    font-size: 1.9444444444vw;
  }
  .trouble__item-text {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble {
    padding-top: 7.6923076923vw;
    padding-bottom: 12.8205128205vw;
  }
  .trouble:after {
    border-right: 10.2564102564vw solid transparent;
    border-left: 10.2564102564vw solid transparent;
    border-top: 10.2564102564vw solid #f0f0f0;
    bottom: -10.2564102564vw;
  }
  .trouble__title {
    font-size: 6.1538461538vw;
    line-height: 1.6666666667;
    padding-top: 20.5128205128vw;
    margin-bottom: 10.2564102564vw;
  }
  .trouble__title:before {
    width: 19.2307692308vw;
    height: 18.9743589744vw;
  }
  .trouble__list {
    gap: 5.1282051282vw 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .trouble__item {
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 11.2820512821vw;
  }
  .trouble__item:after {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
    right: 3.3333333333vw;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .trouble__item-label {
    width: 17.4358974359vw;
    height: 17.4358974359vw;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .trouble__item-caption {
    font-size: 2.8205128205vw;
  }
  .trouble__item-number {
    margin-top: 1.0256410256vw;
    font-size: 6.1538461538vw;
  }
  .trouble__item-text {
    background: #fff;
    font-size: 4.358974359vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.16);
    padding: 5.1282051282vw 0 5.1282051282vw 12.0512820513vw;
    text-align: left;
  }
}
.solution {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}
.solution:before {
  content: "";
  width: 948px;
  height: 520px;
  background: url(../img/bg_rg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: -370px;
  left: -530px;
}
.solution:after {
  content: "";
  width: 462px;
  height: 567px;
  background: url(../img/bg_rg_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 84px;
  right: -118px;
}
.solution__text {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .solution {
    padding-top: 8.3333333333vw;
    padding-bottom: 9.7222222222vw;
  }
  .solution:before {
    width: 65.8333333333vw;
    height: 36.1111111111vw;
    top: -25.6944444444vw;
    left: -36.8055555556vw;
  }
  .solution:after {
    width: 32.0833333333vw;
    height: 39.375vw;
    top: 5.8333333333vw;
    right: -8.1944444444vw;
  }
  .solution__text {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .solution {
    padding-top: 12.8205128205vw;
    padding-bottom: 17.9487179487vw;
  }
  .solution:before {
    width: 243.0769230769vw;
    height: 133.3333333333vw;
    top: -80.7692307692vw;
    left: -206.1538461538vw;
  }
  .solution:after {
    width: 69.2307692308vw;
    height: 84.8717948718vw;
    top: 14.6153846154vw;
    right: -31.5384615385vw;
  }
  .solution__text {
    font-size: 7.1794871795vw;
    line-height: 1.5;
    position: relative;
    z-index: 10;
  }
}
.problem__title {
  border-bottom: 1px solid #707070;
  position: relative;
  padding-left: 100px;
  max-width: 472px;
}
.problem__title-number {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-main);
  font-family: var(--font-en);
  position: absolute;
  left: 9px;
  bottom: 0;
}
.problem__title-caption {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  display: block;
  padding-bottom: 7px;
}
.problem__title-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding-bottom: 15px;
}
.problem__subtitle {
  position: relative;
  padding-top: 60px;
  padding-left: 40px;
  margin-bottom: 48px;
}
.problem__subtitle-en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 114px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f0f0f0;
  line-height: 1;
  white-space: nowrap;
}
.problem__subtitle-jp {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7142857143;
}

@media screen and (max-width: 1440px) {
  .problem__title {
    padding-left: 6.9444444444vw;
    max-width: 32.7777777778vw;
  }
  .problem__title-number {
    font-size: 4.8611111111vw;
    left: 0.625vw;
  }
  .problem__title-caption {
    font-size: 1.25vw;
    padding-bottom: 0.4861111111vw;
  }
  .problem__title-text {
    font-size: 1.6666666667vw;
    padding-bottom: 1.0416666667vw;
  }
  .problem__subtitle {
    padding-top: 4.1666666667vw;
    padding-left: 2.7777777778vw;
    margin-bottom: 3.3333333333vw;
  }
  .problem__subtitle-en {
    font-size: 7.9166666667vw;
  }
  .problem__subtitle-jp {
    font-size: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .problem__title {
    padding-left: 19.2307692308vw;
    max-width: 100%;
  }
  .problem__title-number {
    font-size: 15.3846153846vw;
    left: 0.5128205128vw;
  }
  .problem__title-caption {
    font-size: 4.1025641026vw;
    padding-bottom: 1.7948717949vw;
  }
  .problem__title-text {
    font-size: 5.641025641vw;
    padding-bottom: 3.8461538462vw;
  }
  .problem__subtitle {
    padding-top: 10.2564102564vw;
    padding-left: 2.3076923077vw;
    margin-bottom: 12.8205128205vw;
  }
  .problem__subtitle-en {
    font-size: 20.5128205128vw;
  }
  .problem__subtitle-jp {
    font-size: 5.641025641vw;
    line-height: 1.7272727273;
  }
}
.problem01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.problem01__inner:after {
  content: "";
  width: 948px;
  height: 520px;
  background: url(../img/bg_rg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  bottom: -140px;
  right: -760px;
}
.problem01__side {
  width: 472px;
}
.problem01__side-inner {
  position: sticky;
  top: 150px;
}
.problem01__navi {
  padding-left: 40px;
  margin-top: -20px;
}
.problem01__navi-item {
  list-style: none;
  margin-top: 20px;
}
.problem01__navi-link {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 70px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem01__navi-link:before {
  content: "";
  width: 100px;
  height: 3px;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 30px;
}
.problem01__navi-link:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/arrow_blue.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.problem01__navi-link.is-current {
  background: #e3f3ff;
}
.problem01__content {
  width: 678px;
  margin-left: auto;
  padding-top: 316px;
}
.problem01__answer {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 40px;
  margin-bottom: 200px;
  position: relative;
}
.problem01__answer:after {
  content: "";
  width: 948px;
  height: 520px;
  background: url(../img/bg_rg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  bottom: -140px;
  right: -760px;
}
.problem01__answer-category {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: var(--color-main);
  padding: 7px 14px;
  margin-bottom: 16px;
}
.problem01__answer-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-bottom: 25px;
}
.problem01__answer-detail {
  margin-bottom: 40px;
}
.problem01__answer-detail:last-of-type {
  margin-bottom: 0;
}
.problem01__answer-detail--border {
  border-top: 1px solid #D5D5D5;
  padding-top: 40px;
  margin-top: 80px;
}
.problem01__answer-lead {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.problem01__answer-description {
  margin-top: -15px;
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 40px;
}
.problem01__answer-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.problem01__answer-spec__body {
  border-left: 6px solid var(--color-main);
  padding-left: 14px;
  width: 38%;
}
.problem01__answer-spec__title {
  font-size: 16px;
  font-weight: 700;
}
.problem01__answer-spec__text {
  font-size: 15px;
  line-height: 1.8666666667;
}
.problem01__answer-spec__image {
  width: 62%;
}
.problem01__answer-spec__image--column {
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
.problem01__answer-spec__image-short {
  width: 71.4%;
  margin-left: auto;
}
.problem01__answer-spec + .problem01__answer-spec {
  margin-top: 25px;
}
.problem01__answer-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.problem01__answer-gallery__caption {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .problem01__side {
    width: 32.7777777778vw;
  }
  .problem01__side-inner {
    top: 10.4166666667vw;
  }
  .problem01__navi {
    padding-left: 2.7777777778vw;
    margin-top: -1.3888888889vw;
  }
  .problem01__navi-item {
    margin-top: 1.3888888889vw;
  }
  .problem01__navi-link {
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0 0 0.4166666667vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.4166666667vw rgba(0, 0, 0, 0.16);
    font-size: 1.25vw;
    height: 4.8611111111vw;
    padding-left: 2.0833333333vw;
  }
  .problem01__navi-link:before {
    width: 6.9444444444vw;
    height: 0.2083333333vw;
    left: 2.0833333333vw;
  }
  .problem01__navi-link:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    right: 1.0416666667vw;
  }
  .problem01__content {
    width: 47.0833333333vw;
    padding-top: 21.9444444444vw;
  }
  .problem01__answer {
    border-radius: 0.6944444444vw;
    padding: 2.7777777778vw;
    margin-bottom: 13.8888888889vw;
  }
  .problem01__answer:after {
    width: 65.8333333333vw;
    height: 36.1111111111vw;
    bottom: -9.7222222222vw;
    right: -52.7777777778vw;
  }
  .problem01__answer-category {
    font-size: 1.1111111111vw;
    padding: 0.4861111111vw 0.9722222222vw;
    margin-bottom: 1.1111111111vw;
  }
  .problem01__answer-title {
    font-size: 1.9444444444vw;
    margin-bottom: 1.7361111111vw;
  }
  .problem01__answer-detail {
    margin-bottom: 2.7777777778vw;
  }
  .problem01__answer-detail--border {
    padding-top: 2.7777777778vw;
    margin-top: 5.5555555556vw;
  }
  .problem01__answer-lead {
    font-size: 1.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
  .problem01__answer-description {
    margin-top: -1.0416666667vw;
    font-size: 1.1111111111vw;
    margin-bottom: 2.7777777778vw;
  }
  .problem01__answer-spec__body {
    border-left: 0.4166666667vw solid var(--color-main);
    padding-left: 0.9722222222vw;
  }
  .problem01__answer-spec__title {
    font-size: 1.1111111111vw;
  }
  .problem01__answer-spec__text {
    font-size: 1.0416666667vw;
  }
  .problem01__answer-spec__image--column {
    gap: 1.7361111111vw;
  }
  .problem01__answer-spec + .problem01__answer-spec {
    margin-top: 1.7361111111vw;
  }
  .problem01__answer-gallery {
    gap: 1.9444444444vw;
    margin-top: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
  .problem01__answer-gallery__caption {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .problem01 {
    position: relative;
    padding-bottom: 51.2820512821vw;
  }
  .problem01__inner:after {
    content: none;
  }
  .problem01__side {
    width: 100%;
    padding-bottom: 10.2564102564vw;
  }
  .problem01__side-inner {
    position: relative;
    top: 0;
  }
  .problem01__navi {
    padding-left: 0;
    margin-top: -4.1025641026vw;
  }
  .problem01__navi-item {
    margin-top: 4.1025641026vw;
  }
  .problem01__navi-link {
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.16);
    font-size: 3.8461538462vw;
    height: 15.3846153846vw;
    padding-left: 6.4102564103vw;
  }
  .problem01__navi-link:before {
    width: 21.5384615385vw;
    height: 0.7692307692vw;
    left: 6.4102564103vw;
  }
  .problem01__navi-link:after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 3.3333333333vw;
  }
  .problem01__content {
    width: 100%;
    padding-top: 0;
  }
  .problem01__answer {
    border-radius: 2.5641025641vw;
    padding: 7.6923076923vw 3.8461538462vw 11.5384615385vw;
    margin-bottom: 10.2564102564vw;
  }
  .problem01__answer:after {
    display: none;
  }
  .problem01__answer-category {
    font-size: 4.1025641026vw;
    padding: 1.7948717949vw 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .problem01__answer-title {
    font-size: 5.641025641vw;
    margin-bottom: 5.1282051282vw;
  }
  .problem01__answer-detail {
    margin-bottom: 10.2564102564vw;
  }
  .problem01__answer-detail--border {
    padding-top: 10.2564102564vw;
    margin-top: 20.5128205128vw;
  }
  .problem01__answer-lead {
    font-size: 4.6153846154vw;
    line-height: 1.7777777778;
    margin-bottom: 7.6923076923vw;
  }
  .problem01__answer-description {
    margin-top: -3.8461538462vw;
    font-size: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
  .problem01__answer-spec {
    display: block;
  }
  .problem01__answer-spec__body {
    border-left: 1.5384615385vw solid var(--color-main);
    padding-left: 3.5897435897vw;
    margin-bottom: 6.4102564103vw;
    width: 100%;
  }
  .problem01__answer-spec__title {
    font-size: 4.1025641026vw;
  }
  .problem01__answer-spec__text {
    font-size: 3.5897435897vw;
  }
  .problem01__answer-spec__image {
    width: 100%;
  }
  .problem01__answer-spec__image--column {
    gap: 6.4102564103vw;
  }
  .problem01__answer-spec + .problem01__answer-spec {
    margin-top: 6.4102564103vw;
  }
  .problem01__answer-gallery {
    gap: 5.1282051282vw;
    margin: 7.6923076923vw auto 7.6923076923vw;
    width: 73.0769230769vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .problem01__answer-gallery__caption {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}
.problem01Sp-navi {
  display: none;
}

@media screen and (max-width: 767px) {
  .problem01Sp-navi {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .problem01Sp-navi.is-fixed {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .problem01Sp-navi.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .problem01Sp-navi__content {
    width: 86.6666666667vw;
    background: #ededed;
    height: calc(100svh - 12.8205128205vw);
    padding-top: 5.3846153846vw;
    padding-bottom: 5.3846153846vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 0;
    -webkit-transform: translate3d(-86.6666666667vw, 0, 0);
            transform: translate3d(-86.6666666667vw, 0, 0);
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 101;
  }
  .problem01Sp-navi__content.is-open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .problem01Sp-navi__item {
    list-style: none;
  }
  .problem01Sp-navi__link {
    font-size: 4.6153846154vw;
    line-height: 1.6666666667;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 4.8717948718vw 5.8974358974vw;
  }
  .problem01Sp-navi__link:before {
    content: "";
    width: 25.641025641vw;
    height: 0.7692307692vw;
    background: var(--color-main);
    position: absolute;
    top: 0;
    left: 5.8974358974vw;
  }
  .problem01Sp-navi__link:after {
    content: "";
    width: 5.641025641vw;
    height: 5.641025641vw;
    background: url(../img/arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5.641025641vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .problem01Sp-navi__btn {
    margin-bottom: 15.3846153846vw;
    width: 51.2820512821vw;
    height: 12.8205128205vw;
    padding-right: 7.6923076923vw;
    background: url(../img/problem01_btn_sp.png) right center no-repeat;
    background: auto 12.8205128205vw;
    color: #fff;
    font-size: 3.5897435897vw;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 101;
    cursor: pointer;
  }
  .problem01Sp-navi__btn:after {
    content: "";
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    background: url(../img/arrow_right.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5.1282051282vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .problem01Sp-navi__btn.is-open:after {
    background: url(../img/icon_close.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
.problem02 {
  margin-top: 200px;
  background: #f7f7f7;
  padding-bottom: 55px;
}
.problem02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.problem02__body {
  width: 50%;
  padding-top: 64px;
}
.problem02__material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem02__material dt {
  font-size: 22px;
  font-weight: 700;
  width: 220px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url(../img/problem02_material.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.problem02__material dd {
  font-size: 24px;
  width: calc(100% - 220px);
  padding-left: 16px;
}
.problem02__image {
  width: 50%;
  position: relative;
}
.problem02__image-inner {
  width: 966px;
  position: absolute;
  left: 48px;
  bottom: 0;
}
.problem02__table {
  margin-top: 50px;
  margin-bottom: 60px;
  width: 100%;
}
.problem02__table table {
  width: 100%;
}
.problem02__table table col:first-of-type {
  width: 33.333%;
}
.problem02__table table col:last-of-type {
  width: 66.667%;
}
.problem02__table table th {
  color: #fff;
  background: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
.problem02__table table th:first-of-type {
  border-radius: 8px 0 0 0;
}
.problem02__table table th:last-of-type {
  border-radius: 0 8px 0 0;
  border-left: 2px solid #f7f7f7;
}
.problem02__table table tr:nth-of-type(2n) td {
  background: #fff;
}
.problem02__table table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
.problem02__table table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.problem02__table table td {
  background: #ECF5F7;
  font-size: 16px;
  padding: 12px 0;
}
.problem02__table table td:first-of-type {
  font-weight: 700;
  text-align: center;
}
.problem02__table table td:last-of-type {
  padding-left: 110px;
}
.problem02__text {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
}
.problem02__diamond {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 55px;
  text-align: center;
  border: 2px solid var(--color-main);
}
.problem02__diamond:before {
  content: "";
  width: 200px;
  height: 6px;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.problem02__diamond:after {
  content: "";
  width: 66.666%;
  height: 170px;
  background: var(--color-main);
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
.problem02__diamond-title {
  font-size: 28px;
  font-weight: 700;
  border: 1px solid var(--color-main);
  display: inline-block;
  padding: 2px 55px;
  margin-bottom: 30px;
}
.problem02__diamond-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.problem02__diamond-images {
  margin-left: 3%;
  width: 60.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.problem02__diamond-image {
  width: 50%;
}
.problem02__diamond-image:last-of-type {
  width: 40.9%;
}
.problem02__diamond-body {
  width: 25%;
  margin-left: auto;
  border-left: 6px solid var(--color-main);
  padding-left: 14px;
  text-align: left;
}
.problem02__diamond-spec-title {
  font-size: 16px;
  font-weight: 700;
}
.problem02__diamond-spec-text {
  font-size: 14px;
  line-height: 1.8666666667;
}

@media screen and (max-width: 1440px) {
  .problem02 {
    margin-top: 13.8888888889vw;
    padding-bottom: 3.8194444444vw;
  }
  .problem02__body {
    padding-top: 4.4444444444vw;
  }
  .problem02__material dt {
    font-size: 1.5277777778vw;
    width: 15.2777777778vw;
    height: 2.9861111111vw;
  }
  .problem02__material dd {
    font-size: 1.6666666667vw;
    width: calc(100% - 15.2777777778vw);
    padding-left: 1.1111111111vw;
  }
  .problem02__image-inner {
    width: 67.0833333333vw;
    left: 3.3333333333vw;
  }
  .problem02__table {
    margin-top: 3.4722222222vw;
    margin-bottom: 4.1666666667vw;
  }
  .problem02__table table th {
    padding: 0.6944444444vw 0;
    font-size: 1.25vw;
  }
  .problem02__table table th:first-of-type {
    border-radius: 0.5555555556vw 0 0 0;
  }
  .problem02__table table th:last-of-type {
    border-radius: 0 0.5555555556vw 0 0;
  }
  .problem02__table table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 0.5555555556vw;
  }
  .problem02__table table tr:last-of-type td:last-of-type {
    border-radius: 0 0 0.5555555556vw 0;
  }
  .problem02__table table td {
    font-size: 1.1111111111vw;
    padding: 0.8333333333vw 0;
  }
  .problem02__table table td:last-of-type {
    padding-left: 7.6388888889vw;
  }
  .problem02__text {
    font-size: 2.7777777778vw;
    margin-bottom: 4.1666666667vw;
  }
  .problem02__diamond {
    border-radius: 0.6944444444vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 3.8194444444vw;
  }
  .problem02__diamond:before {
    width: 13.8888888889vw;
    height: 0.4166666667vw;
  }
  .problem02__diamond:after {
    height: 11.8055555556vw;
    bottom: 2.0833333333vw;
  }
  .problem02__diamond-title {
    font-size: 1.9444444444vw;
    padding: 0.1388888889vw 3.8194444444vw;
    margin-bottom: 2.0833333333vw;
  }
  .problem02__diamond-inner {
    max-width: 69.4444444444vw;
  }
  .problem02__diamond-body {
    border-left: 0.4166666667vw solid var(--color-main);
    padding-left: 0.9722222222vw;
  }
  .problem02__diamond-spec-title {
    font-size: 1.1111111111vw;
  }
  .problem02__diamond-spec-text {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .problem02 {
    margin-top: 0;
    padding-top: 66.6666666667vw;
    padding-bottom: 15.3846153846vw;
    position: relative;
  }
  .problem02__body {
    width: 100%;
    padding-top: 0;
  }
  .problem02__material dt {
    font-size: 4.6153846154vw;
    width: 38.4615384615vw;
    height: 14.1025641026vw;
    background: url(../img/problem02_material_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .problem02__material dd {
    font-size: 4.6153846154vw;
    width: calc(100% - 38.4615384615vw);
    padding-left: 4.1025641026vw;
  }
  .problem02__image {
    width: 122.3076923077vw;
    left: 12.8205128205vw;
    top: -79.4871794872vw;
    position: absolute;
  }
  .problem02__image-inner {
    width: 100%;
    position: static;
  }
  .problem02__table {
    margin-top: 15.3846153846vw;
    margin-bottom: 15.3846153846vw;
  }
  .problem02__table table col:first-of-type {
    width: 40%;
  }
  .problem02__table table col:last-of-type {
    width: 60%;
  }
  .problem02__table table th {
    padding: 3.0769230769vw 0;
    font-size: 4.358974359vw;
  }
  .problem02__table table th:first-of-type {
    border-radius: 2.0512820513vw 0 0 0;
  }
  .problem02__table table th:last-of-type {
    border-radius: 0 2.0512820513vw 0 0;
  }
  .problem02__table table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 2.0512820513vw;
  }
  .problem02__table table tr:last-of-type td:last-of-type {
    border-radius: 0 0 2.0512820513vw 0;
  }
  .problem02__table table td {
    font-size: 3.5897435897vw;
    padding: 7.6923076923vw 0;
  }
  .problem02__table table td:last-of-type {
    padding: 7.6923076923vw 3.0769230769vw;
  }
  .problem02__table table td .small {
    display: block;
    font-size: 3.0769230769vw;
  }
  .problem02__text {
    font-size: 7.1794871795vw;
    line-height: 1.5;
    margin-bottom: 12.8205128205vw;
  }
  .problem02__diamond {
    border-radius: 2.5641025641vw;
    padding: 7.6923076923vw 3.5897435897vw 8.9743589744vw;
    margin-left: -1.2820512821vw;
    margin-right: -1.2820512821vw;
    width: calc(100% + 2.5641025641vw);
  }
  .problem02__diamond:before {
    width: 41.0256410256vw;
    height: 1.0256410256vw;
  }
  .problem02__diamond:after {
    width: 88.2051282051vw;
    height: 35.8974358974vw;
    bottom: 7.6923076923vw;
  }
  .problem02__diamond-title {
    font-size: 5.641025641vw;
    line-height: 1.4545454545;
    padding: 0.5128205128vw 10.2564102564vw;
    margin-bottom: 3.8461538462vw;
  }
  .problem02__diamond-inner {
    max-width: 100%;
  }
  .problem02__diamond-images {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .problem02__diamond-image {
    width: 57.8%;
  }
  .problem02__diamond-image:last-of-type {
    width: 39.8%;
  }
  .problem02__diamond-body {
    border-left: 1.5384615385vw solid var(--color-main);
    padding-left: 3.5897435897vw;
    width: 100%;
    margin-bottom: 6.4102564103vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .problem02__diamond-spec-title {
    font-size: 4.1025641026vw;
  }
  .problem02__diamond-spec-text {
    font-size: 4.1025641026vw;
  }
}
.problem03 {
  margin-top: 175px;
  margin-bottom: 130px;
}
.problem03__deco01 {
  width: 551px;
  height: 676px;
  background: url(../img/bg_rg_gray_long.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -466px;
  right: -308px;
  z-index: 3;
}
.problem03__deco02 {
  width: 463px;
  height: 567px;
  background: url(../img/bg_rg_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: -212px;
  z-index: 1;
}
.problem03__deco03 {
  width: 463px;
  height: 567px;
  background: url(../img/bg_rg_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -425px;
  right: -308px;
  z-index: 3;
}
.problem03__item {
  position: relative;
}
.problem03__item:before {
  content: "";
  width: 1442px;
  height: 355px;
  background: url(../img/problem03_bg01.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -130px;
  z-index: 2;
}
.problem03__item:after {
  content: "";
  width: 100vw;
  height: 355px;
  background: var(--color-main);
  position: absolute;
  right: 100%;
  top: 0;
}
.problem03__item--01 {
  margin-top: 95px;
  margin-bottom: 45px;
}
.problem03__item--02 {
  z-index: 4;
}
.problem03__item--02:before {
  background: url(../img/problem03_bg02.png) 0 0 no-repeat;
  right: auto;
  left: -130px;
}
.problem03__item--02:after {
  right: auto;
  left: 100%;
}
.problem03__item--02 .problem03__item-images {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.problem03__item--02 .problem03__item-image {
  right: auto;
  left: 0;
}
.problem03__item--02 .problem03__item-body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 40px;
  padding-left: 40px;
}
.problem03__item--03 {
  margin-top: 180px;
}
.problem03__item-inner {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: 0 auto;
}
.problem03__item-title {
  padding-top: 45px;
  padding-bottom: 30px;
}
.problem03__item-title__jp {
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  position: relative;
}
.problem03__item-title__jp:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
}
.problem03__item-title__en {
  display: block;
  line-height: 1;
  color: #4A9EE6;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 20px;
  margin-top: 8px;
}
.problem03__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.problem03__item-images {
  width: 43%;
  position: relative;
}
.problem03__item-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 672px;
}
.problem03__item-body {
  margin-top: 30px;
  background: #fff;
  width: 57%;
  padding: 45px 65px 50px 35px;
}
.problem03__item-spec {
  margin-top: 40px;
  padding-left: 45px;
}
.problem03__item-spec:first-of-type {
  margin-top: 0;
}
.problem03__item-spec dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.problem03__item-spec dt:before {
  content: "";
  left: -45px;
  top: 50%;
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--color-main);
}
.problem03__item-spec dd {
  font-size: 16px;
  line-height: 2.25;
}

@media screen and (max-width: 1440px) {
  .problem03 {
    margin-top: 12.1527777778vw;
    margin-bottom: 9.0277777778vw;
  }
  .problem03__deco01 {
    width: 38.2638888889vw;
    height: 46.9444444444vw;
    top: -32.3611111111vw;
    right: -21.3888888889vw;
  }
  .problem03__deco02 {
    width: 32.1527777778vw;
    height: 39.375vw;
    left: -14.7222222222vw;
  }
  .problem03__deco03 {
    width: 32.1527777778vw;
    height: 39.375vw;
    top: -29.5138888889vw;
    right: -21.3888888889vw;
  }
  .problem03__item:before {
    width: 100.1388888889vw;
    height: 24.6527777778vw;
    right: -9.0277777778vw;
  }
  .problem03__item:after {
    height: 24.6527777778vw;
  }
  .problem03__item--01 {
    margin-top: 6.5972222222vw;
    margin-bottom: 3.125vw;
  }
  .problem03__item--02:before {
    left: -9.0277777778vw;
  }
  .problem03__item--02 .problem03__item-body {
    padding-right: 2.7777777778vw;
    padding-left: 2.7777777778vw;
  }
  .problem03__item--03 {
    margin-top: 12.5vw;
  }
  .problem03__item-inner {
    max-width: 77.7777777778vw;
  }
  .problem03__item-title {
    padding-top: 3.125vw;
    padding-bottom: 2.0833333333vw;
  }
  .problem03__item-title__jp {
    font-size: 1.9444444444vw;
  }
  .problem03__item-title__en {
    font-size: 1.3888888889vw;
    margin-top: 0.5555555556vw;
  }
  .problem03__item-image {
    width: 46.6666666667vw;
  }
  .problem03__item-body {
    margin-top: 2.0833333333vw;
    padding: 3.125vw 4.5138888889vw 3.4722222222vw 2.4305555556vw;
  }
  .problem03__item-spec {
    margin-top: 2.7777777778vw;
    padding-left: 3.125vw;
  }
  .problem03__item-spec dt {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
  .problem03__item-spec dt:before {
    left: -3.125vw;
    width: 2.0833333333vw;
  }
  .problem03__item-spec dd {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .problem03 {
    margin-top: 21.7948717949vw;
    margin-bottom: 19.2307692308vw;
  }
  .problem03 .problem__subtitle {
    z-index: 10;
  }
  .problem03__deco01 {
    width: 42.8205128205vw;
    height: 52.5641025641vw;
    top: -40vw;
    right: -10.2564102564vw;
  }
  .problem03__deco02 {
    display: none;
    width: 118.7179487179vw;
    height: 145.3846153846vw;
    left: -54.358974359vw;
  }
  .problem03__deco03 {
    width: 42.8205128205vw;
    height: 52.5641025641vw;
    top: -40vw;
    right: -10.2564102564vw;
  }
  .problem03__item:before {
    width: 107.9487179487vw;
    height: 90.7692307692vw;
    right: -8.2051282051vw;
    background: url(../img/problem03_bg01_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .problem03__item:after {
    display: none;
  }
  .problem03__item--01 {
    margin-top: 11.5384615385vw;
    margin-bottom: 14.8717948718vw;
  }
  .problem03__item--02:before {
    background: url(../img/problem03_bg01_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: auto;
    right: -8.2051282051vw;
  }
  .problem03__item--02:after {
    display: none;
  }
  .problem03__item--02 .problem03__item-images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .problem03__item--02 .problem03__item-image {
    right: auto;
    left: 0;
  }
  .problem03__item--02 .problem03__item-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 0;
  }
  .problem03__item--03 {
    margin-top: 16.6666666667vw;
  }
  .problem03__item-inner {
    max-width: 100%;
  }
  .problem03__item-title {
    padding-top: 11.5384615385vw;
    padding-left: 12.8205128205vw;
    padding-bottom: 7.6923076923vw;
  }
  .problem03__item-title__jp {
    font-size: 7.1794871795vw;
    line-height: 1.4285714286;
  }
  .problem03__item-title__jp:before {
    content: "";
    width: 11.5384615385vw;
    right: auto;
    left: -15.8974358974vw;
  }
  .problem03__item-title__en {
    font-size: 5.1282051282vw;
    margin-top: 2.0512820513vw;
  }
  .problem03__item-images {
    width: 75.3846153846vw;
    margin-left: -3.8461538462vw;
  }
  .problem03__item-image {
    width: 100%;
    position: static;
  }
  .problem03__item-body {
    background: transparent;
    width: 100%;
    margin-top: 0;
    padding: 10.2564102564vw 0 0;
  }
  .problem03__item-spec {
    margin-top: 10.2564102564vw;
    padding-left: 11.5384615385vw;
  }
  .problem03__item-spec dt {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
  .problem03__item-spec dt:before {
    left: -11.5384615385vw;
    width: 7.6923076923vw;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: 4.358974359vw;
  }
  .problem03__item-spec dd {
    font-size: 3.8461538462vw;
  }
}
.problem04 {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  background: #272727;
  color: #fff;
  position: relative;
}
.problem04:before {
  content: "";
  width: 1407px;
  height: 1725px;
  background: url(../img/problem04_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -128px;
}
.problem04:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 70px solid #272727;
  border-bottom: 0;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.problem04 .l-inner,
.problem04 .l-inner--02 {
  position: relative;
  z-index: 2;
}
.problem04 .problem__subtitle-en {
  color: #3C3C3C;
}
.problem04__item--01 {
  margin-bottom: 90px;
}
.problem04__item--01 .problem04__images {
  width: 900px;
  margin-left: auto;
}
.problem04__item--02 .problem04__images {
  width: 1190px;
}
.problem04__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.problem04__heading {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 1px solid var(--color-main);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem04__title {
  line-height: 1;
  color: var(--color-main);
  font-weight: 700;
  font-size: 24px;
}
.problem04__count {
  font-weight: 700;
  font-size: 35px;
}
.problem04__count-number {
  font-size: 80px;
}
.problem04__body {
  margin-left: 78px;
  width: 770px;
}
.problem04__text {
  font-size: 16px;
  line-height: 2.25;
}
.problem04__feature-list {
  margin-top: 20px;
  margin-left: -20px;
}
.problem04__feature-item {
  padding: 6px 45px;
  background: #404040;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-radius: 9999px;
  margin-left: 20px;
}
.problem04__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 1440px) {
  .problem04 {
    padding-top: 3.4722222222vw;
    padding-bottom: 6.9444444444vw;
  }
  .problem04:before {
    width: 97.7083333333vw;
    height: 119.7916666667vw;
    margin-left: -8.8888888889vw;
  }
  .problem04:after {
    border-right: 5.5555555556vw solid transparent;
    border-left: 5.5555555556vw solid transparent;
    border-top: 4.8611111111vw solid #272727;
    bottom: -4.8611111111vw;
  }
  .problem04__item--01 {
    margin-bottom: 6.25vw;
  }
  .problem04__item--01 .problem04__images {
    width: 62.5vw;
  }
  .problem04__item--02 .problem04__images {
    width: 82.6388888889vw;
  }
  .problem04__content {
    padding-left: 2.7777777778vw;
  }
  .problem04__heading {
    width: 18.75vw;
    height: 18.75vw;
  }
  .problem04__title {
    font-size: 1.6666666667vw;
  }
  .problem04__count {
    font-size: 2.4305555556vw;
  }
  .problem04__count-number {
    font-size: 5.5555555556vw;
  }
  .problem04__body {
    margin-left: 5.4166666667vw;
    width: 53.4722222222vw;
  }
  .problem04__text {
    font-size: 1.1111111111vw;
  }
  .problem04__feature-list {
    margin-top: 1.3888888889vw;
    margin-left: -1.3888888889vw;
  }
  .problem04__feature-item {
    padding: 0.4166666667vw 3.125vw;
    font-size: 1.1111111111vw;
    margin-left: 1.3888888889vw;
  }
  .problem04__images {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .problem04 {
    padding-top: 20.5128205128vw;
    padding-bottom: 16.6666666667vw;
    overflow: hidden;
  }
  .problem04:before {
    width: 360.7692307692vw;
    height: 442.3076923077vw;
    margin-left: 0;
    left: -23.0769230769vw;
  }
  .problem04:after {
    border-right: 10.2564102564vw solid transparent;
    border-left: 10.2564102564vw solid transparent;
    border-top: 10.2564102564vw solid #272727;
    bottom: -10.2564102564vw;
  }
  .problem04 .problem__title-text {
    letter-spacing: -0.02em;
  }
  .problem04__item--01 {
    margin-bottom: 25.641025641vw;
  }
  .problem04__item--01 .problem04__images {
    width: calc(100% + 7.6923076923vw);
    margin-right: -3.8461538462vw;
    margin-left: -3.8461538462vw;
  }
  .problem04__item--02 .problem04__images {
    width: calc(100% + 7.6923076923vw);
    margin-right: -3.8461538462vw;
    margin-left: -3.8461538462vw;
  }
  .problem04__content {
    padding-left: 0;
    padding-right: 0;
  }
  .problem04__heading {
    width: 69.2307692308vw;
    height: 69.2307692308vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.5384615385vw;
  }
  .problem04__title {
    font-size: 6.1538461538vw;
  }
  .problem04__count {
    font-size: 8.9743589744vw;
  }
  .problem04__count-number {
    font-size: 20.5128205128vw;
  }
  .problem04__body {
    margin-left: 0;
    width: 100%;
  }
  .problem04__text {
    font-size: 3.8461538462vw;
    line-height: 2.1333333333;
  }
  .problem04__feature-list {
    margin-top: 5.1282051282vw;
    margin-left: -3.8461538462vw;
  }
  .problem04__feature-item {
    padding: 1.5384615385vw 11.5384615385vw;
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
    margin-left: 3.8461538462vw;
  }
  .problem04__images {
    margin-top: 12.8205128205vw;
    display: block;
  }
}
.bg {
  position: relative;
  overflow: hidden;
}
.bg:before, .bg:after {
  content: "";
  width: 1226px;
  height: 1838px;
  background: url(../img/bg_rg_long.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 70px;
}
.bg:before {
  left: -1076px;
}
.bg:after {
  right: -560px;
}

@media screen and (max-width: 1440px) {
  .bg:before, .bg:after {
    width: 85.1388888889vw;
    height: 127.6388888889vw;
    top: 4.8611111111vw;
  }
  .bg:before {
    left: -74.7222222222vw;
  }
  .bg:after {
    right: -38.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .bg:before {
    width: 173.8461538462vw;
    height: 95.3846153846vw;
    top: 17.9487179487vw;
    background: url(../img/bg_rg_long_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: -160vw;
  }
  .bg:after {
    width: 276.4102564103vw;
    height: 151.7948717949vw;
    top: auto;
    bottom: 12.8205128205vw;
    background: url(../img/bg_rg_long_sp02.png) 0 0 no-repeat;
    background-size: 100% auto;
    right: -197.4358974359vw;
  }
}
.consultation {
  padding-top: 120px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.consultation__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.consultation__text {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 75px;
}
.consultation__btn {
  width: 480px;
  height: 90px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-main);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.49);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.49);
  position: relative;
}
.consultation__btn:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.consultation__btn-sub {
  font-size: 24px;
  font-weight: 700;
  width: 162px;
  height: 100%;
  background: #494A4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.consultation__btn-main {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.08em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

@media screen and (max-width: 1440px) {
  .consultation {
    padding-top: 8.3333333333vw;
    padding-bottom: 11.1111111111vw;
  }
  .consultation__title {
    font-size: 2.7777777778vw;
    margin-bottom: 2.0833333333vw;
  }
  .consultation__text {
    font-size: 1.1111111111vw;
    margin-bottom: 5.2083333333vw;
  }
  .consultation__btn {
    width: 33.3333333333vw;
    height: 6.25vw;
    border-radius: 0.5555555556vw;
    -webkit-box-shadow: 0 0 0.5555555556vw rgba(0, 0, 0, 0.49);
            box-shadow: 0 0 0.5555555556vw rgba(0, 0, 0, 0.49);
  }
  .consultation__btn:after {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    right: 1.3888888889vw;
  }
  .consultation__btn-sub {
    font-size: 1.6666666667vw;
    width: 11.25vw;
  }
  .consultation__btn-main {
    font-size: 1.875vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .consultation {
    padding-top: 20vw;
    padding-bottom: 21.7948717949vw;
  }
  .consultation__title {
    font-size: 7.1794871795vw;
    margin-bottom: 7.6923076923vw;
  }
  .consultation__text {
    font-size: 3.8461538462vw;
    margin-bottom: 16.6666666667vw;
  }
  .consultation__btn {
    width: 92.3076923077vw;
    height: 17.4358974359vw;
    border-radius: 2.0512820513vw;
    -webkit-box-shadow: 0 0 2.0512820513vw rgba(0, 0, 0, 0.49);
            box-shadow: 0 0 2.0512820513vw rgba(0, 0, 0, 0.49);
  }
  .consultation__btn:after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    right: 3.8461538462vw;
  }
  .consultation__btn-sub {
    font-size: 4.6153846154vw;
    width: 31.2820512821vw;
  }
  .consultation__btn-main {
    font-size: 4.8717948718vw;
    padding-left: 6.1538461538vw;
  }
}
.problem05 {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.problem05__body {
  color: #fff;
  background: #343434;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 60px 157px;
  margin-top: 64px;
  position: relative;
}
.problem05__image {
  width: 358px;
  position: absolute;
  right: 50px;
  top: -283px;
}
.problem05__item {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.3333333333;
}

@media screen and (max-width: 1440px) {
  .problem05 {
    padding-bottom: 6.9444444444vw;
  }
  .problem05__body {
    border-radius: 1.3888888889vw;
    padding: 4.1666666667vw 10.9027777778vw;
    margin-top: 4.4444444444vw;
  }
  .problem05__image {
    width: 24.8611111111vw;
    right: 3.4722222222vw;
    top: -19.6527777778vw;
  }
  .problem05__item {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .problem05 {
    padding-bottom: 29.4871794872vw;
  }
  .problem05__body {
    border-radius: 5.1282051282vw;
    padding: 10.2564102564vw 5.641025641vw;
    margin-top: 15.3846153846vw;
  }
  .problem05__image {
    display: none;
  }
  .problem05__item {
    font-size: 4.6153846154vw;
    line-height: 1.5555555556;
    margin-top: 5.1282051282vw;
    position: relative;
    padding-left: 5.3846153846vw;
    text-indent: 0;
  }
  .problem05__item:before {
    content: "";
    width: 3.8461538462vw;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3.8461538462vw;
  }
  .problem05__item:first-child {
    margin-top: 0;
  }
}
.problem06 {
  background: #f0f0f0;
  padding-top: 90px;
  padding-bottom: 110px;
}
.problem06__list {
  width: 960px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 60px;
}
.problem06__image {
  max-width: 180px;
  margin: 0 auto;
}
.problem06__text {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 16px;
}
.problem06__catch {
  text-align: center;
  font-weight: 700;
  margin-top: 85px;
  font-size: 40px;
}

@media screen and (max-width: 1440px) {
  .problem06 {
    padding-top: 6.25vw;
    padding-bottom: 7.6388888889vw;
  }
  .problem06__list {
    width: 66.6666666667vw;
    gap: 0 4.1666666667vw;
  }
  .problem06__image {
    max-width: 12.5vw;
  }
  .problem06__text {
    font-size: 1.25vw;
    margin-top: 1.1111111111vw;
  }
  .problem06__catch {
    margin-top: 5.9027777778vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .problem06 {
    padding-top: 15.3846153846vw;
    padding-bottom: 17.9487179487vw;
  }
  .problem06 .problem__title-text {
    letter-spacing: -0.02em;
  }
  .problem06__list {
    width: 100%;
    padding: 0 2.5641025641vw;
    gap: 6.1538461538vw;
    -ms-grid-columns: 1fr 6.1538461538vw 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .problem06__image {
    max-width: 37.4358974359vw;
  }
  .problem06__text {
    font-size: 3.8461538462vw;
    margin-top: 3.3333333333vw;
  }
  .problem06__catch {
    margin-top: 14.1025641026vw;
    font-size: 7.1794871795vw;
    line-height: 1.7857142857;
  }
}
.contact {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 150px;
}
.contact:before, .contact:after {
  content: "";
  width: 1226px;
  height: 1838px;
  background: url(../img/bg_rg_long.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
}
.contact:before {
  top: -55px;
  left: -1076px;
}
.contact:after {
  content: none;
}
.contact__inner {
  position: relative;
  z-index: 2;
}
.contact__title {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 48px;
}
.contact .mailform-txt1 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
}
.contact .mailform-area {
  margin-bottom: 45px;
}
.contact .mailform-area table {
  width: 100%;
  border-top: 1px solid #E6E6E6;
}
.contact .mailform-area table th {
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
  font-weight: 700;
  width: 32%;
}
.contact .mailform-area table th .required {
  float: right;
  color: #fff;
  background: #FF0000;
  font-weight: 700;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px 12px 7px;
  line-height: 1;
  display: inline-block;
}
.contact .mailform-area table td {
  padding: 30px 30px 30px 18px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
}
.contact .mailform-area table td .input01,
.contact .mailform-area table td .input02 {
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  padding: 15px;
  font-size: 14px;
  width: 100%;
}
.contact .mailform-area table td .input01:focus,
.contact .mailform-area table td .input02:focus {
  background-color: #E8FBFF;
  outline: none;
}
.contact .mailform-area table td .input02 {
  height: 170px;
  resize: none;
}
.contact .mailform-area table td .processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
.contact .mailform-area table td .processing li {
  margin-top: 30px;
  list-style: none;
  width: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #3B4043;
}
.contact .mailform-area .privacy-box {
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 0 45px;
  text-align: center;
  color: #3B4043;
}
.contact .mailform-area .privacy-box__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact .mailform-area .privacy-box__text {
  font-size: 16px;
  font-weight: 500;
}
.contact .mailform-area .privacy-box__text input {
  margin-right: 14px;
}
.contact .mailform-area .privacy-box__text a {
  color: var(--color-main);
  text-decoration: underline;
}
.contact .mailform-button {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .mailform-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .mailform-button ul li {
  list-style: none;
}
.contact .mailform-button ul li + li {
  margin-left: 20px;
}
.contact .mailform-button button {
  margin: 0 auto;
  width: 378px;
  height: 80px;
  position: relative;
  border-radius: 8px;
  background: var(--color-main);
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.49);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.49);
  cursor: pointer;
}
.contact .mailform-button button:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/arrow_right.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact .mailform-button .mailform-button2 {
  color: var(--color-main);
  background-color: #fff;
}
.contact .mailform-button .mailform-button2:after {
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.contact .inquiry-list {
  margin-left: 1em;
}
.contact .inquiry-list li {
  font-size: 16px;
}
.contact .contact-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact-list li {
  list-style: none;
  width: 50%;
  padding: 30px 20px;
  border: 1px solid #999;
}
.contact .contact-icon {
  max-width: 30px;
  margin: 0 auto 10px;
}
.contact .contact-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact .contact-tel {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 1440px) {
  .contact {
    padding-top: 6.9444444444vw;
    padding-bottom: 10.4166666667vw;
  }
  .contact:before, .contact:after {
    width: 85.1388888889vw;
    height: 127.6388888889vw;
  }
  .contact:before {
    top: -3.8194444444vw;
    left: -74.7222222222vw;
  }
  .contact:after {
    bottom: 33.8194444444vw;
    right: -38.6111111111vw;
  }
  .contact__title {
    font-size: 2.3611111111vw;
    margin-bottom: 3.3333333333vw;
  }
  .contact .mailform-txt1 {
    font-size: 1.1111111111vw;
  }
  .contact .mailform-area {
    margin-bottom: 3.125vw;
  }
  .contact .mailform-area table th {
    font-size: 1.0416666667vw;
  }
  .contact .mailform-area table th .required {
    border-radius: 0.2777777778vw;
    font-size: 0.8333333333vw;
    padding: 0.3472222222vw 0.8333333333vw 0.4861111111vw;
  }
  .contact .mailform-area table td {
    font-size: 0.9722222222vw;
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 1.25vw;
  }
  .contact .mailform-area table td .input01,
  .contact .mailform-area table td .input02 {
    border-radius: 0.3472222222vw;
    padding: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  .contact .mailform-area table td .input02 {
    height: 11.8055555556vw;
  }
  .contact .mailform-area table td .processing {
    margin-top: -2.0833333333vw;
  }
  .contact .mailform-area table td .processing li {
    margin-top: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
  .contact .mailform-area .privacy-box {
    padding: 2.0833333333vw 0 3.125vw;
  }
  .contact .mailform-area .privacy-box__title {
    font-size: 1.1111111111vw;
    margin-bottom: 1.7361111111vw;
  }
  .contact .mailform-area .privacy-box__text {
    font-size: 1.1111111111vw;
  }
  .contact .mailform-area .privacy-box__text input {
    margin-right: 0.9722222222vw;
  }
  .contact .mailform-button {
    margin-top: 4.1666666667vw;
  }
  .contact .mailform-button ul li + li {
    margin-left: 1.3888888889vw;
  }
  .contact .mailform-button button {
    width: 26.25vw;
    height: 5.5555555556vw;
    border-radius: 0.5555555556vw;
    font-size: 1.5277777778vw;
    -webkit-box-shadow: 0 0 0.5555555556vw rgba(0, 0, 0, 0.49);
            box-shadow: 0 0 0.5555555556vw rgba(0, 0, 0, 0.49);
  }
  .contact .mailform-button button:after {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    right: 1.3888888889vw;
  }
  .contact .mailform-button .mailform-button2:after {
    right: auto;
    left: 1.3888888889vw;
  }
  .contact .inquiry-list li {
    font-size: 1.1111111111vw;
  }
  .contact .contact-list {
    margin-top: 2.7777777778vw;
  }
  .contact .contact-list li {
    padding: 2.0833333333vw 1.3888888889vw;
  }
  .contact .contact-icon {
    max-width: 2.0833333333vw;
    margin: 0 auto 0.6944444444vw;
  }
  .contact .contact-title {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }
  .contact .contact-tel {
    font-size: 2.7777777778vw;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 11.5384615385vw;
    padding-bottom: 25.641025641vw;
  }
  .contact:before, .contact:after {
    width: 173.8461538462vw;
    height: 95.3846153846vw;
  }
  .contact:before {
    top: -17.9487179487vw;
    left: -160vw;
  }
  .contact:after {
    display: none;
  }
  .contact__title {
    font-size: 7.1794871795vw;
    margin-bottom: 10.2564102564vw;
  }
  .contact .mailform-txt1 {
    font-size: 4.1025641026vw;
  }
  .contact .mailform-area {
    margin-bottom: 11.5384615385vw;
  }
  .contact .mailform-area table th {
    display: block;
    width: 100%;
    border: none;
    font-size: 3.8461538462vw;
    padding: 5.1282051282vw 0 0;
  }
  .contact .mailform-area table th .required {
    float: none;
    margin-left: 2.5641025641vw;
    border-radius: 1.0256410256vw;
    font-size: 3.0769230769vw;
    padding: 1.2820512821vw 3.0769230769vw 1.7948717949vw;
  }
  .contact .mailform-area table td {
    font-size: 3.5897435897vw;
    display: block;
    width: 100%;
    padding: 4.1025641026vw 0 7.6923076923vw;
  }
  .contact .mailform-area table td .input01,
  .contact .mailform-area table td .input02 {
    border-radius: 1.2820512821vw;
    padding: 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .contact .mailform-area table td .input02 {
    height: 43.5897435897vw;
  }
  .contact .mailform-area table td .processing {
    margin-top: -7.6923076923vw;
  }
  .contact .mailform-area table td .processing li {
    width: 100%;
    margin-top: 7.6923076923vw;
    font-size: 3.8461538462vw;
    color: #000;
  }
  .contact .mailform-area .privacy-box {
    padding: 7.6923076923vw 0 11.5384615385vw;
  }
  .contact .mailform-area .privacy-box__title {
    font-size: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
  }
  .contact .mailform-area .privacy-box__text {
    font-size: 3.8461538462vw;
  }
  .contact .mailform-area .privacy-box__text input {
    margin-right: 3.5897435897vw;
  }
  .contact .mailform-button {
    margin-top: 15.3846153846vw;
  }
  .contact .mailform-button ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact .mailform-button ul li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact .mailform-button ul li + li {
    margin-left: 0;
    margin-bottom: 5.1282051282vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact .mailform-button button {
    width: 92.3076923077vw;
    height: 17.4358974359vw;
    border-radius: 2.0512820513vw;
    font-size: 4.8717948718vw;
    -webkit-box-shadow: 0 0 2.0512820513vw rgba(0, 0, 0, 0.49);
            box-shadow: 0 0 2.0512820513vw rgba(0, 0, 0, 0.49);
  }
  .contact .mailform-button button:after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    right: 5.1282051282vw;
  }
  .contact .mailform-button .mailform-button2:after {
    right: auto;
    left: 5.1282051282vw;
  }
  .contact .inquiry-list li {
    font-size: 4.1025641026vw;
  }
  .contact .contact-list {
    margin-top: 10.2564102564vw;
  }
  .contact .contact-list li {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 3.8461538462vw;
  }
  .contact .contact-icon {
    max-width: 6.6666666667vw;
  }
  .contact .contact-title {
    font-size: 4.358974359vw;
    margin-bottom: 3.8461538462vw;
  }
  .contact .contact-tel {
    font-size: 8.7179487179vw;
  }
}
.thanks:after {
  right: -856px;
}

@media screen and (max-width: 1440px) {
  .thanks:after {
    right: -59.4444444444vw;
  }
}
.company {
  background: #F0F0F0;
  padding-top: 45px;
  padding-bottom: 60px;
  text-align: center;
}
.company__logo {
  width: 353px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.company__address {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}
.company__tel {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-en);
}

@media screen and (max-width: 1440px) {
  .company {
    padding-top: 3.125vw;
    padding-bottom: 4.1666666667vw;
  }
  .company__logo {
    width: 24.5138888889vw;
    margin-bottom: 1.7361111111vw;
  }
  .company__address {
    margin-bottom: 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
  .company__tel {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .company {
    padding-top: 9.4871794872vw;
    padding-bottom: 14.1025641026vw;
  }
  .company__logo {
    width: 81.0256410256vw;
    margin-bottom: 5.8974358974vw;
  }
  .company__address {
    margin-bottom: 5.1282051282vw;
    font-size: 3.8461538462vw;
  }
  .company__tel {
    font-size: 6.1538461538vw;
    line-height: 1.6666666667;
  }
}
.footer {
  background: #525252;
}
.footer__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  font-weight: 700;
  font-size: 14px;
  width: 290px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}
.footer__corporate:after {
  content: "";
  width: 22px;
  height: 23px;
  background: url(../img/arrow_right.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__navi {
  padding-left: 8px;
}
.footer__navi-item {
  display: inline-block;
  list-style: none;
  padding: 4px 40px;
  border-left: 1px solid #C3C3C3;
}
.footer__navi-item:first-child {
  border-left: none;
}
.footer__navi-link {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.footer__trust {
  display: block;
  width: 84px;
  position: absolute;
  right: -84px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__copyright {
  background: #343434;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 30px 0;
}

@media screen and (max-width: 1440px) {
  .footer__inner {
    padding-top: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
  }
  .footer__corporate {
    padding-left: 2.7777777778vw;
    font-size: 0.9722222222vw;
    width: 20.1388888889vw;
    height: 3.4722222222vw;
    border-radius: 0.4166666667vw;
  }
  .footer__corporate:after {
    width: 1.5277777778vw;
    height: 1.5972222222vw;
    right: 1.25vw;
  }
  .footer__navi {
    padding-left: 0.5555555556vw;
  }
  .footer__navi-item {
    padding: 0.2777777778vw 2.7777777778vw;
  }
  .footer__navi-link {
    font-size: 1.1111111111vw;
  }
  .footer__trust {
    width: 5.8333333333vw;
    right: -5.8333333333vw;
  }
  .footer__copyright {
    font-size: 0.9027777778vw;
    padding: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-top: 17.9487179487vw;
    padding-bottom: 12.8205128205vw;
    display: block;
  }
  .footer__corporate {
    padding-left: 10.2564102564vw;
    font-size: 3.5897435897vw;
    width: 74.358974359vw;
    height: 12.8205128205vw;
    border-radius: 1.5384615385vw;
    margin: 0 auto;
  }
  .footer__corporate:after {
    width: 5.641025641vw;
    height: 5.8974358974vw;
    right: 4.6153846154vw;
  }
  .footer__navi {
    margin-top: 7.6923076923vw;
    padding-left: 0;
    text-align: center;
  }
  .footer__navi-item {
    display: block;
    border: none;
    margin-top: 3.8461538462vw;
    padding: 0;
  }
  .footer__navi-link {
    font-size: 4.1025641026vw;
  }
  .footer__trust {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    width: 21.5384615385vw;
    margin: 12.3076923077vw auto 0;
  }
  .footer__copyright {
    font-size: 3.3333333333vw;
    padding: 7.6923076923vw 0;
  }
}
.pagetop {
  display: none;
  width: 60px;
  height: 60px;
  background: url(../img/arrow_top_white.png) center center no-repeat var(--color-main);
  background-size: 18px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
.pagetop:hover {
  background-color: var(--color-hover);
}

@media screen and (max-width: 1440px) {
  .pagetop {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 1.25vw auto;
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    background-size: 3.3333333333vw auto;
    bottom: 12.8205128205vw;
    right: 2.0512820513vw;
  }
}
.fixedbtn {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
}
.fixedbtn-link {
  width: 318px;
  height: 63px;
  background: url(../img/header_contact_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.fixedbtn-link:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixedbtn-link__sub {
  font-size: 16px;
  font-weight: 700;
  margin-right: 37px;
  margin-left: 22px;
}
.fixedbtn-link__main {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .fixedbtn {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  .fixedbtn {
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
  .fixedbtn-link {
    width: 22.0833333333vw;
    height: 4.375vw;
  }
  .fixedbtn-link:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    right: 1.3888888889vw;
  }
  .fixedbtn-link__sub {
    font-size: 1.1111111111vw;
    margin-right: 2.5694444444vw;
    margin-left: 1.5277777778vw;
  }
  .fixedbtn-link__main {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .fixedbtn {
    bottom: 0;
    right: 0;
  }
  .fixedbtn-link {
    width: 58.2051282051vw;
    height: 11.0256410256vw;
  }
  .fixedbtn-link:after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 2.5641025641vw;
  }
  .fixedbtn-link__sub {
    font-size: 3.0769230769vw;
    margin-right: 5.641025641vw;
    margin-left: 3.3333333333vw;
  }
  .fixedbtn-link__main {
    font-size: 3.5897435897vw;
  }
}