@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0732064422vw;
    scroll-padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.2564102564vw;
  }
}

body {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 1900px) {
  body {
    font-size: 18rem;
    line-height: 27rem;
  }
}
body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.w100 {
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222222;
}
a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.border {
  text-decoration: underline;
}

svg * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

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

ul,
ol {
  margin: auto;
  padding: 0;
}

figure,
table {
  margin: auto;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc-hidden {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
}
main {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}

.container {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  counter-reset: number 0;
  z-index: 10;
}
.container.default {
  max-width: 840px;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1900px) {
  .container.default {
    max-width: 840rem;
    padding: 50rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .container.default {
    width: 95%;
  }
}
@media screen and (max-width: 1900px) {
  .container {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 580rem;
    width: 90%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}
.grid.has_num {
  counter-reset: number 0;
}

.bg-gray {
  background-color: #fbfbfc;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  gap: 0.5em;
  font-weight: 400;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 15px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 15rem;
  }
}
@media screen and (max-width: 1900px) {
  .breadcrumb {
    font-size: 15rem;
  }
}

.description {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .description {
    font-size: 15rem;
    line-height: 25rem;
  }
}
.description.bold {
  font-weight: 700;
}
.description.dot li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1900px) {
  .description.dot li {
    padding-left: 20rem;
    line-height: 30rem;
  }
}
.description.dot li::before {
  content: "●";
  color: #6586b9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .btn {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.btn.btn_mail {
  padding: 11px 0;
  min-width: 300px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f48930), to(#f3552c));
  background: linear-gradient(#f48930 0%, #f3552c 100%);
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .btn.btn_mail {
    padding: 11rem 0;
    min-width: 300rem;
    gap: 10rem;
  }
}
.btn.btn_mail img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .btn.btn_mail img {
    width: 30rem;
  }
}
.btn.btn_mail .btn_text {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .btn.btn_mail .btn_text {
    font-size: 16rem;
  }
}
.btn.btn_mail .btn_text small {
  line-height: 17px;
  font-size: 11px;
  display: inline-block;
}
@media screen and (max-width: 1900px) {
  .btn.btn_mail .btn_text small {
    font-size: 11rem;
    line-height: 17rem;
  }
}
.btn.btn_line {
  padding: 6px 0;
  min-width: 300px;
  gap: 8px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#17ce17), to(#049404));
  background: linear-gradient(#17ce17 0%, #049404 100%);
}
@media screen and (max-width: 1900px) {
  .btn.btn_line {
    padding: 6rem 0;
    min-width: 300rem;
    gap: 8rem;
  }
}
.btn.btn_line img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .btn.btn_line img {
    width: 30rem;
  }
}
.btn.more {
  max-width: 430px;
  height: 80px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3469be), to(#003485));
  background: linear-gradient(#3469be 0%, #003485 100%);
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .btn.more {
    max-width: 430rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .btn.more {
    max-width: 320rem;
    height: 60rem;
  }
}

.c-red {
  color: #e20000;
}

.cta .cta_container {
  border: 5px solid #003fa3;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container {
    border-width: 5rem;
  }
}
.cta .cta_container:before {
  content: "";
  background: url(../img/top/cta.png) no-repeat bottom left/contain;
  width: 255px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: -17px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container:before {
    width: 255rem;
    height: 280rem;
    left: -17rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container:before {
    display: none;
  }
}
.cta .cta_container .cta_head {
  padding: 12px 0 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003fa3), to(#1c4077));
  background: linear-gradient(#003fa3 0%, #1c4077 100%);
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .cta_head {
    padding: 12rem 0 13rem;
    font-size: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .cta_head {
    font-size: 22rem;
  }
}
.cta .cta_container .cta_head .ttl {
  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;
  gap: 8px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .cta_head .ttl {
    gap: 8rem;
  }
}
.cta .cta_container .cta_head .ttl svg {
  width: 32px;
  height: 43px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .cta_head .ttl svg {
    width: 32rem;
    height: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .cta_head .ttl svg {
    width: 20rem;
    height: auto;
  }
}
.cta .cta_container .content {
  padding: 27px 32px 22px 0;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content {
    padding: 27rem 32rem 22rem 0;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content {
    padding: 10rem;
  }
}
.cta .cta_container .content strong {
  font-weight: 900;
  font-size: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content strong {
    font-size: 24rem;
    line-height: 32rem;
  }
}
.cta .cta_container .content .description {
  font-weight: 900;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .description {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.cta .cta_container .content .description .line {
  display: inline-block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f9f3a3), color-stop(40%, transparent));
  background-image: linear-gradient(to top, #f9f3a3 40%, transparent 40%);
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .description {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.cta .cta_container .content .content-box .column {
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content .content-box .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta .cta_container .content .content-box .column .box-ttl {
  background-color: #ebeff6;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #003fa3;
  padding: 0 19px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column .box-ttl {
    font-size: 18rem;
    line-height: 36rem;
    padding: 0 19rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content .content-box .column .box-ttl {
    font-size: 17rem;
    line-height: 23rem;
  }
}
.cta .cta_container .content .content-box .column .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column .num {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content .content-box .column .num {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta .cta_container .content .content-box .column .num a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 49px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column .num a {
    font-size: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content .content-box .column .num a {
    font-size: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content .content-box .column .num img {
    width: 10%;
    height: auto;
  }
}
.cta .cta_container .content .content-box .column .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column .time {
    gap: 10rem;
  }
}
.cta .cta_container .content .content-box .column .time span {
  font-size: 16px;
  line-height: 28px;
  background-color: #d05e5e;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  padding: 0 8px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column .time span {
    font-size: 16rem;
    line-height: 28rem;
    border-radius: 2rem;
    padding: 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_container .content .content-box .column .time span {
    font-size: 14rem;
    line-height: 24rem;
  }
}
.cta .cta_container .content .content-box .column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 1900px) {
  .cta .cta_container .content .content-box .column .btn-box {
    gap: 6rem;
  }
}
.cta .simulation {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .cta .simulation {
    margin-bottom: 50rem;
  }
}

/* 見出し */
.main-ttl {
  font-size: 40px;
  font-weight: 900;
  padding-top: 59px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .main-ttl {
    padding-top: 59rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .main-ttl {
    font-size: 28rem;
    padding-top: 45rem;
  }
}
.main-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 50px;
  background-color: #222;
}
@media screen and (max-width: 1900px) {
  .main-ttl::before {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main-ttl::before {
    height: 30rem;
  }
}
.main-ttl strong {
  color: #003fa3;
}

.main-ttl02 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #222;
  position: relative;
  padding-top: 63px;
}
@media screen and (max-width: 1900px) {
  .main-ttl02 {
    font-size: 24rem;
    line-height: 34rem;
  }
}
.main-ttl02::before {
  content: attr(data-title);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 106px;
  text-align: center;
  color: rgba(0, 63, 163, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .main-ttl02::before {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main-ttl02::before {
    font-size: 50rem;
  }
}

/* 目安 */
.price-list table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 89px;
}
@media screen and (max-width: 1900px) {
  .price-list table {
    margin-bottom: 89rem;
  }
}
.price-list table .item-ttl {
  padding-left: 20px;
  padding-right: 23px;
}
@media screen and (max-width: 1900px) {
  .price-list table .item-ttl {
    padding-left: 20rem;
    padding-right: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table .item-ttl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.price-list table .item-ttl h3 {
  font-weight: 700;
  font-size: 28px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price-list table .item-ttl h3 {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table .item-ttl h3 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table .item th {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table .item img {
    width: 69rem;
    height: auto;
  }
}
.price-list table .item-txt p {
  font-weight: 900;
  font-size: 28px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price-list table .item-txt p {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table .item-txt p {
    font-size: 18rem;
  }
}
.price-list table .item-txt p strong {
  font-size: 70px;
  font-weight: 700;
  color: #e20000;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1900px) {
  .price-list table .item-txt p strong {
    font-size: 70rem;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table .item-txt p strong {
    font-size: 26rem;
  }
}
.price-list table caption {
  caption-side: bottom;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #777;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .price-list table caption {
    font-size: 15rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list table caption {
    font-size: 13rem;
  }
}

/* 実績 */
.works-swiper,
.works-static {
  padding-bottom: 48px;
}
@media screen and (max-width: 1900px) {
  .works-swiper,
  .works-static {
    padding-bottom: 48rem;
  }
}
.works-swiper .swiper-slide,
.works-swiper .works-static-item,
.works-static .swiper-slide,
.works-static .works-static-item {
  width: 360px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide,
  .works-swiper .works-static-item,
  .works-static .swiper-slide,
  .works-static .works-static-item {
    width: 360rem;
    -webkit-box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.16);
  }
}
.works-swiper .swiper-slide figure,
.works-swiper .works-static-item figure,
.works-static .swiper-slide figure,
.works-static .works-static-item figure {
  position: relative;
}
.works-swiper .swiper-slide figure img,
.works-swiper .works-static-item figure img,
.works-static .swiper-slide figure img,
.works-static .works-static-item figure img {
  width: 100%;
  height: auto;
}
.works-swiper .swiper-slide figure .cat,
.works-swiper .works-static-item figure .cat,
.works-static .swiper-slide figure .cat,
.works-static .works-static-item figure .cat {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  height: 30px;
  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;
  padding: 0 16px;
  text-align: center;
  color: #003fa3;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide figure .cat,
  .works-swiper .works-static-item figure .cat,
  .works-static .swiper-slide figure .cat,
  .works-static .works-static-item figure .cat {
    bottom: 10rem;
    left: 10rem;
    font-size: 15rem;
    height: 30rem;
    padding: 0 16rem;
    border-radius: 5rem;
  }
}
.works-swiper .swiper-slide .content-box,
.works-swiper .works-static-item .content-box,
.works-static .swiper-slide .content-box,
.works-static .works-static-item .content-box {
  background-color: #fff;
  padding: 12px 20px;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide .content-box,
  .works-swiper .works-static-item .content-box,
  .works-static .swiper-slide .content-box,
  .works-static .works-static-item .content-box {
    padding: 12rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-slide .content-box,
  .works-swiper .works-static-item .content-box,
  .works-static .swiper-slide .content-box,
  .works-static .works-static-item .content-box {
    padding: 10rem;
  }
}
.works-swiper .swiper-slide .content-box .item-ttl,
.works-swiper .works-static-item .content-box .item-ttl,
.works-static .swiper-slide .content-box .item-ttl,
.works-static .works-static-item .content-box .item-ttl {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  text-align: left;
  color: #003fa3;
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide .content-box .item-ttl,
  .works-swiper .works-static-item .content-box .item-ttl,
  .works-static .swiper-slide .content-box .item-ttl,
  .works-static .works-static-item .content-box .item-ttl {
    font-size: 25rem;
    margin-bottom: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-slide .content-box .item-ttl,
  .works-swiper .works-static-item .content-box .item-ttl,
  .works-static .swiper-slide .content-box .item-ttl,
  .works-static .works-static-item .content-box .item-ttl {
    font-size: 20rem;
  }
}
.works-swiper .swiper-slide .content-box .element,
.works-swiper .works-static-item .content-box .element,
.works-static .swiper-slide .content-box .element,
.works-static .works-static-item .content-box .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide .content-box .element,
  .works-swiper .works-static-item .content-box .element,
  .works-static .swiper-slide .content-box .element,
  .works-static .works-static-item .content-box .element {
    gap: 10rem;
  }
}
.works-swiper .swiper-slide .content-box .element .item,
.works-swiper .works-static-item .content-box .element .item,
.works-static .swiper-slide .content-box .element .item,
.works-static .works-static-item .content-box .element .item {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #222;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide .content-box .element .item,
  .works-swiper .works-static-item .content-box .element .item,
  .works-static .swiper-slide .content-box .element .item,
  .works-static .works-static-item .content-box .element .item {
    font-size: 15rem;
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-slide .content-box .element .item,
  .works-swiper .works-static-item .content-box .element .item,
  .works-static .swiper-slide .content-box .element .item,
  .works-static .works-static-item .content-box .element .item {
    font-size: 14rem;
    padding-left: 24rem;
  }
}
.works-swiper .swiper-slide .content-box .element .item:before,
.works-swiper .works-static-item .content-box .element .item:before,
.works-static .swiper-slide .content-box .element .item:before,
.works-static .works-static-item .content-box .element .item:before {
  left: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #9aaecc;
  border-radius: 999px;
  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;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide .content-box .element .item:before,
  .works-swiper .works-static-item .content-box .element .item:before,
  .works-static .swiper-slide .content-box .element .item:before,
  .works-static .works-static-item .content-box .element .item:before {
    width: 24rem;
    height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-slide .content-box .element .item:before,
  .works-swiper .works-static-item .content-box .element .item:before,
  .works-static .swiper-slide .content-box .element .item:before,
  .works-static .works-static-item .content-box .element .item:before {
    width: 20rem;
    height: 20rem;
  }
}
.works-swiper .swiper-slide .content-box .element .item.price:before,
.works-swiper .works-static-item .content-box .element .item.price:before,
.works-static .swiper-slide .content-box .element .item.price:before,
.works-static .works-static-item .content-box .element .item.price:before {
  content: "¥";
}
.works-swiper .swiper-slide .content-box .element .item.place::before,
.works-swiper .works-static-item .content-box .element .item.place::before,
.works-static .swiper-slide .content-box .element .item.place::before,
.works-static .works-static-item .content-box .element .item.place::before {
  content: "";
  background-image: url(../img/top/icon-map.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-slide .content-box .element .item.place::before,
  .works-swiper .works-static-item .content-box .element .item.place::before,
  .works-static .swiper-slide .content-box .element .item.place::before,
  .works-static .works-static-item .content-box .element .item.place::before {
    background-size: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .works-swiper .swiper-slide .content-box .element .item.place::before,
  .works-swiper .works-static-item .content-box .element .item.place::before,
  .works-static .swiper-slide .content-box .element .item.place::before,
  .works-static .works-static-item .content-box .element .item.place::before {
    background-size: 8rem auto;
  }
}
.works-swiper .swiper-pagination,
.works-static .swiper-pagination {
  bottom: 0;
}
.works-swiper .swiper-pagination .swiper-pagination-bullet,
.works-static .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1900px) {
  .works-swiper .swiper-pagination .swiper-pagination-bullet,
  .works-static .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }
}
.works-swiper .swiper-pagination .swiper-pagination-bullet-active,
.works-static .swiper-pagination .swiper-pagination-bullet-active {
  background: #003fa3;
}

.works-static .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .works-static .works-list {
    gap: 50rem;
  }
}

/* 解体プランシミュレーション */
.simulation .simulation_container {
  border: 5px solid #003fa3;
  background-color: #fff;
  position: relative;
  padding: 16px 9px 12px 26px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation_container {
    border-width: 5rem;
    padding: 16rem 9rem 12rem 26rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation_container {
    padding: 10rem;
  }
}
.simulation .simulation_container .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simulation .simulation_container .column .txt h2 {
  font-weight: 900;
  font-size: 45px;
  line-height: 65px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation_container .column .txt h2 {
    font-size: 45rem;
    line-height: 65rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation_container .column .txt h2 {
    white-space: inherit;
    font-size: 22rem;
    line-height: 32rem;
  }
}
.simulation .simulation_container .column .txt .description {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation_container .column .txt .description {
    font-size: 22rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation_container .column .txt .description {
    font-size: 18rem;
    line-height: 24rem;
  }
}
.simulation .simulation_container .column .txt .description strong {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation_container .column .txt .description strong {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation_container .column .txt .description strong {
    font-size: 30rem;
  }
}
.simulation .simulation_container .column .txt .btn {
  height: 60px;
  margin-top: 16px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation_container .column .txt .btn {
    height: 60rem;
    margin-top: 16rem;
  }
}
.simulation .simulation_container .column .img {
  margin-left: -32px;
  width: 383px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation_container .column .img {
    width: 383rem;
    margin-left: -32rem;
  }
  .simulation .simulation_container .column .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation_container .column .img {
    display: none;
  }
}

/* ページヘッダー */
.page-main {
  background: url(../img/common/page-tit.jpg) no-repeat center/cover;
  position: relative;
}
.page-main .container {
  padding-top: 13px;
  padding-bottom: 307px;
}
@media screen and (max-width: 1900px) {
  .page-main .container {
    padding-top: 13rem;
    padding-bottom: 307rem;
  }
  .page-main .container .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 17px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: auto;
  }
  .page-main .container .breadcrumb a,
  .page-main .container .breadcrumb span {
    color: #fff;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-main .container .breadcrumb span:last-child {
    white-space: normal;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    word-break: break-word;
    min-width: 0;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .page-main .container .breadcrumb {
    margin-bottom: 17rem;
  }
}
@media screen and (max-width: 1900px) {
  .page-main .container .title .main-ttl {
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
  }
  .page-main .container .title .main-ttl::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .page-main .container .title .main-ttl {
    font-size: 40rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1900px) and (max-width: 768px) {
  .page-main .container .title .main-ttl {
    font-size: 27rem;
  }
}
@media screen and (max-width: 1900px) {
  .page-main .container .title .sub-ttl {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .page-main .container .title .sub-ttl {
    font-size: 24rem;
  }
}

/* 共通 */
.defalt-wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .defalt-wrap {
    padding-bottom: 100rem;
  }
}
.defalt-wrap .white-wrapper {
  max-width: 980px;
  width: 90%;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -250px;
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1900px) {
  .defalt-wrap .white-wrapper {
    max-width: 980rem;
    border-radius: 20rem;
    margin-top: -250rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .defalt-wrap .white-wrapper {
    width: 95%;
  }
}
.defalt-wrap .white-wrapper .container {
  padding: 70px 0 50px;
}
@media screen and (max-width: 1900px) {
  .defalt-wrap .white-wrapper .container {
    padding: 70rem 0 50rem;
  }
}
.defalt-wrap .white-wrapper .container .title-border {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  color: #222;
  padding-bottom: 11px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .defalt-wrap .white-wrapper .container .title-border {
    font-size: 26rem;
    line-height: 40rem;
    padding-bottom: 11rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .defalt-wrap .white-wrapper .container .title-border {
    font-size: 20rem;
    line-height: 1.2;
  }
}
.defalt-wrap .white-wrapper .container .title-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #003fa3 0px, #003fa3 80px, #cccccc 80px, #cccccc 100%);
}

/* 写真＋テキスト */
.image-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .image-text-block {
    gap: 32rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .image-text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-text-block:last-child {
  margin-bottom: 0;
}
.image-text-block.c-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .image-text-block.c-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-text-block .img {
  max-width: 380px;
  width: 100%;
}
.image-text-block .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .image-text-block .img {
    max-width: 380rem;
  }
}
.image-text-block .text .item-ttl {
  font-weight: 900;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .image-text-block .text .item-ttl {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .image-text-block .text .item-ttl {
    font-size: 24rem;
    line-height: 1.4;
  }
}
.image-text-block.num .text .item-ttl {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 5px;
}
@media screen and (max-width: 1900px) {
  .image-text-block.num .text .item-ttl {
    gap: 5rem;
  }
}
.image-text-block.num .text .item-ttl span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .image-text-block.num .text .item-ttl span {
    padding-right: 10rem;
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .image-text-block.num .text .item-ttl span {
    margin-right: 10rem;
  }
}
.image-text-block.num .text .item-ttl span::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #003fa3;
  position: absolute;
  right: 0;
  top: 10px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .image-text-block.num .text .item-ttl span::after {
    height: 30rem;
    top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .image-text-block.num .text .item-ttl span::after {
    top: 5rem;
  }
}
.image-text-block.num .text .item-ttl span::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Roboto", sans-serif;
  font-weight: g, 700;
  font-size: 28px;
  color: #003fa3;
}
@media screen and (max-width: 1900px) {
  .image-text-block.num .text .item-ttl span::before {
    font-size: 28rem;
  }
}

.circle-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  background-color: #002257;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .circle-ttl {
    padding: 0 15rem;
    font-size: 20rem;
    line-height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .circle-ttl {
    font-size: 15rem;
    padding: 0 15rem;
  }
}

.sec_intro {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .sec_intro {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_intro {
    width: 90%;
    margin: auto auto 50rem;
  }
}
.sec_intro .ttl {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #002257;
  margin-bottom: 28px;
}
@media screen and (max-width: 1900px) {
  .sec_intro .ttl {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_intro .ttl {
    font-size: 24rem;
    line-height: 1.4;
  }
}
.sec_intro .ttl .line {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f4e35c));
  background-image: linear-gradient(to bottom, transparent 40%, #f4e35c 40%);
  background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: 0 100%;
  padding: 0 2px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
@media screen and (max-width: 1900px) {
  .pagination .page-numbers {
    gap: 10rem;
    margin: 30rem 0;
  }
}
.pagination .page-numbers li {
  display: contents;
}
.pagination .page-numbers a,
.pagination .page-numbers span {
  width: 30px;
  height: 30px;
  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;
  background-color: #ccc;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 1900px) {
  .pagination .page-numbers a,
  .pagination .page-numbers span {
    width: 30rem;
    height: 30rem;
    font-size: 15rem;
  }
}
.pagination .page-numbers a.current,
.pagination .page-numbers span.current {
  background-color: #003fa3;
}
.pagination .page-numbers a.next, .pagination .page-numbers a.prev,
.pagination .page-numbers span.next,
.pagination .page-numbers span.prev {
  background-color: transparent;
  color: #222;
}

:root {
  --header-height: 0px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}
header.is_scroll {
  background: #000;
}
header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 12px 0;
  margin: 0 9px 0 19px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper {
    padding: 12rem 0;
    margin: 0 9rem 0 19rem;
    max-width: 1370rem;
  }
}
header .header-wrapper .h_logo {
  width: 17%;
  max-width: 204px;
  z-index: 10001;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_logo {
    max-width: 204rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-wrapper .h_logo {
    width: 40%;
  }
}
header .header-wrapper .h_logo img {
  width: 100%;
  height: auto;
}
header .header-wrapper .h_center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  header .header-wrapper .h_center {
    display: none;
  }
}
header .header-wrapper .h_center .h_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-wrapper .h_center .h_navi .item {
  position: relative;
}
header .header-wrapper .h_center .h_navi .item a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item a {
    gap: 3rem;
  }
}
header .header-wrapper .h_center .h_navi .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 60px;
  background-color: #d1d1d1;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item::after {
    height: 60rem;
  }
}
header .header-wrapper .h_center .h_navi .item:first-child {
  padding-left: 19px;
  padding-right: 21px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item:first-child {
    padding-left: 19rem;
    padding-right: 21rem;
  }
}
header .header-wrapper .h_center .h_navi .item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background-color: #d1d1d1;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item:first-child::before {
    height: 60rem;
  }
}
header .header-wrapper .h_center .h_navi .item:nth-child(2) {
  padding: 0 22px 0 25px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item:nth-child(2) {
    padding: 0 22rem 0 25rem;
  }
}
header .header-wrapper .h_center .h_navi .item:nth-child(3) {
  padding: 0 20px 0 25px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item:nth-child(3) {
    padding: 0 20rem 0 25rem;
  }
}
header .header-wrapper .h_center .h_navi .item:nth-child(4) {
  padding: 0 23px 0 26px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item:nth-child(4) {
    padding: 0 23rem 0 26rem;
  }
}
header .header-wrapper .h_center .h_navi .item:last-child {
  padding: 0 22px 0 23px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item:last-child {
    padding: 0 22rem 0 23rem;
  }
}
header .header-wrapper .h_center .h_navi .item .navi-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_center .h_navi .item .navi-text {
    font-size: 13rem;
  }
}
header .header-wrapper .h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
header .header-wrapper .h_right .contact {
  padding: 0 13px 0 22px;
  border-right: 1px solid #d1d1d1;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact {
    padding: 0 13rem 0 22rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-wrapper .h_right .contact {
    display: none;
  }
}
header .header-wrapper .h_right .contact .catch {
  background: #003fa3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 27px;
  border-radius: 99999px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .catch {
    font-size: 12rem;
    line-height: 27rem;
  }
}
header .header-wrapper .h_right .contact .column {
  gap: 7px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .column {
    gap: 7rem;
  }
}
header .header-wrapper .h_right .contact .column .num {
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .column .num {
    gap: 8rem;
  }
}
header .header-wrapper .h_right .contact .column .num a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .column .num a {
    font-size: 25rem;
    line-height: 33rem;
  }
}
header .header-wrapper .h_right .contact .column .time {
  margin-top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 9px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .column .time {
    gap: 10rem;
  }
}
header .header-wrapper .h_right .contact .column .time span {
  padding: 0 8px;
  font-size: 8px;
  line-height: 13px;
  background-color: #d05e5e;
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .column .time span {
    padding: 0 8rem;
    border-radius: 2rem;
  }
}
header .header-wrapper .h_right .contact .column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .h_right .contact .column .btn-box {
    gap: 3rem;
  }
}
header .header-wrapper .hamburger {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  background: none;
  border: none;
  padding-left: 10px;
  cursor: pointer;
  z-index: 1100;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .hamburger {
    gap: 7rem;
    padding-left: 10rem;
  }
}
header .header-wrapper .hamburger p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .hamburger p {
    font-size: 13rem;
  }
}
header .header-wrapper .hamburger .bar {
  width: 34px;
  height: 3px;
  background-color: #003fa3;
  border-radius: 999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1900px) {
  header .header-wrapper .hamburger .bar {
    width: 34rem;
    height: 3rem;
  }
}
header .header-wrapper .hamburger.open .bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
header .header-wrapper .hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
header .header-wrapper .hamburger.open .bar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
header #h_hamburger {
  position: fixed;
  top: var(--header-height, 0px);
  left: 0;
  right: 0;
  z-index: 1000;
  height: calc(100vh - var(--header-height, 0px));
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  pointer-events: none;
}
header #h_hamburger.open {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
  z-index: 1000;
}
header #h_hamburger.open #js-mobile-nav,
header #h_hamburger.open #js-menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header #h_hamburger.open #js-mobile-nav {
  right: 0;
}
header #js-mobile-nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 393px;
  background-color: #003fa3;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  padding: 28px 33px;
  -webkit-transition: right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1050;
}
header #js-mobile-nav .mobile-nav-list {
  list-style: none;
}
header #js-mobile-nav .mobile-nav-list > .menu-item a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header #js-mobile-nav .mobile-nav-list > .menu-item a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header #js-mobile-nav .mobile-nav-list > .menu-item.menu-item-has-children {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header #js-mobile-nav .mobile-nav-list > .menu-item.menu-item-has-children a {
  border-bottom: 0;
}
header #js-mobile-nav .mobile-nav-list > .menu-item.menu-item-has-children .sub-menu .menu-item {
  text-indent: 1em;
}
header #js-mobile-nav .mobile-nav-list > .menu-item.menu-item-has-children .sub-menu .menu-item a {
  font-size: 15px;
  line-height: 30px;
  padding: 0;
}

footer .container {
  padding: 33px 0 20px;
}
@media screen and (max-width: 1900px) {
  footer .container {
    padding: 33rem 0 20rem;
  }
}
footer .container .f_logo {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  footer .container .f_logo {
    margin-bottom: 20rem;
  }
}
footer .container .f_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  footer .container .f_logo a {
    gap: 9rem;
  }
}
footer .container .f_logo a .logo-txt {
  font-weight: 500;
  font-size: 9px;
  text-align: center;
  color: #696969;
}
footer .container .footer-nav {
  margin-bottom: 29px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer-nav {
    margin-bottom: 29rem;
  }
}
footer .container .footer-nav .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
@media screen and (max-width: 1900px) {
  footer .container .footer-nav .footer-nav-list {
    gap: 3em;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-nav .footer-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
  }
}
footer .container .footer-nav .footer-nav-list .menu-item {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1900px) {
  footer .container .footer-nav .footer-nav-list .menu-item {
    font-size: 15rem;
  }
}
footer .container .copyright p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #aaa;
}
@media screen and (max-width: 1900px) {
  footer .container .copyright p {
    font-size: 13rem;
  }
}

.t_mv img {
  width: 100%;
  height: auto;
}

.t_reason .container {
  max-width: 980px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .t_reason .container {
    max-width: 580rem;
    width: 90%;
  }
}
.t_reason .container .title {
  margin-bottom: 68px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .title {
    margin-bottom: 68rem;
  }
}
.t_reason .container .title .main-ttl {
  line-height: 2;
  padding-top: 41px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .title .main-ttl {
    padding-top: 41rem;
  }
}
@media screen and (max-width: 768px) {
  .t_reason .container .title .main-ttl {
    line-height: 1;
    padding-top: 45rem;
  }
}
.t_reason .container .title .main-ttl .c-red {
  font-size: 55px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .title .main-ttl .c-red {
    font-size: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .t_reason .container .title .main-ttl .c-red {
    font-size: 40rem;
  }
}
.t_reason .container .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .grid {
    gap: 25rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_reason .container .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50rem;
  }
}
.t_reason .container .grid .item {
  position: relative;
}
.t_reason .container .grid .item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  color: #fff;
  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;
  background-color: #003fa3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .grid .item::before {
    font-size: 20rem;
    width: 60rem;
    height: 60rem;
    top: -30rem;
  }
}
.t_reason .container .grid .item figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .grid .item figure {
    margin-bottom: 12rem;
  }
}
.t_reason .container .grid .item figure img {
  width: 100%;
  height: auto;
}
.t_reason .container .grid .item figure p {
  background: -webkit-gradient(linear, left top, left bottom, from(#003fa3), to(#1c4077));
  background: linear-gradient(#003fa3 0%, #1c4077 100%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 50px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .grid .item figure p {
    font-size: 20rem;
    line-height: 50rem;
  }
}
.t_reason .container .grid .item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .grid .item h3 {
    font-size: 18rem;
    line-height: 25rem;
    margin-bottom: 5rem;
  }
}
.t_reason .container .grid .item h3 strong {
  color: #b92b27;
}
.t_reason .container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .btn-box {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_reason .container .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_reason .container .btn-box .btn {
  max-width: 430px;
  width: 100%;
  border-radius: 40px;
  height: 80px;
}
@media screen and (max-width: 1900px) {
  .t_reason .container .btn-box .btn {
    max-width: 430rem;
    border-radius: 40rem;
    height: 80rem;
  }
}
.t_reason .container .btn-box .btn.reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7ea1), to(#e3426e));
  background: linear-gradient(#ff7ea1 0%, #e3426e 100%);
}
.t_reason .container .btn-box .btn.quality {
  background: -webkit-gradient(linear, left top, left bottom, from(#f48930), to(#f3552c));
  background: linear-gradient(#f48930 0%, #f3552c 100%);
}

.t_price {
  position: relative;
}
.t_price::before {
  content: "";
  background: url(../img/top/guideline01.png) no-repeat center/contain;
  width: 562px;
  height: 334px;
  position: absolute;
  top: 241px;
  left: -167px;
}
@media screen and (max-width: 1900px) {
  .t_price::before {
    width: 562rem;
    height: 334rem;
    top: 241rem;
    left: -167rem;
  }
}
@media screen and (max-width: 768px) {
  .t_price::before {
    content: none;
  }
}
.t_price::after {
  content: "";
  background: url(../img/top/guideline02.png) no-repeat center/contain;
  width: 608px;
  height: 491px;
  position: absolute;
  top: 37px;
  right: -80px;
}
@media screen and (max-width: 1900px) {
  .t_price::after {
    width: 608rem;
    height: 491rem;
    top: 37rem;
    right: -80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_price::after {
    content: none;
  }
}
.t_price .container {
  max-width: 980px;
}
@media screen and (max-width: 1900px) {
  .t_price .container {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .t_price .container {
    max-width: 580rem;
    width: 90%;
  }
}
.t_price .container .title {
  margin-bottom: 38px;
}
@media screen and (max-width: 1900px) {
  .t_price .container .title {
    margin-bottom: 38rem;
  }
}
.t_price .container .cta .container {
  width: 100%;
}
.t_price .container .attention {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_price .container .attention {
    margin-top: 20rem;
  }
}
.t_price .container .attention img {
  width: 100%;
  height: auto;
}

.t_achievement .container {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t_achievement .container {
    max-width: 580rem;
    width: 90%;
  }
}
.t_achievement .container .title {
  margin-bottom: 41px;
}
@media screen and (max-width: 1900px) {
  .t_achievement .container .title {
    margin-bottom: 41rem;
  }
}
.t_achievement .container .btn {
  margin: 37px auto 0;
}
@media screen and (max-width: 1900px) {
  .t_achievement .container .btn {
    margin: 37rem auto 0;
  }
}
.t_achievement .container .simulation {
  max-width: 980px;
  width: 90%;
  margin: 70px auto 0;
}
@media screen and (max-width: 1900px) {
  .t_achievement .container .simulation {
    max-width: 980rem;
    margin: 70rem auto 0;
    width: 100%;
  }
}

.t_area .container {
  max-width: 980px;
}
@media screen and (max-width: 1900px) {
  .t_area .container {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .t_area .container {
    max-width: 580rem;
  }
}
.t_area .container .title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1900px) {
  .t_area .container .title {
    margin-bottom: 25rem;
  }
}
.t_area .container .column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (max-width: 1900px) {
  .t_area .container .column {
    gap: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .t_area .container .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_area .container .column .txt h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #222;
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .t_area .container .column .txt h3 {
    font-size: 24rem;
    line-height: 40rem;
    margin-bottom: 11rem;
  }
}
.t_area .container .column .txt .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .t_area .container .column .txt .description {
    font-size: 18rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t_area .container .column .img {
    width: 80%;
    margin: auto;
  }
  .t_area .container .column .img img {
    width: 100%;
    height: auto;
  }
}

.t_support .container {
  max-width: 980px;
  padding: 41px 0 100px;
}
@media screen and (max-width: 1900px) {
  .t_support .container {
    max-width: 980rem;
    padding: 41rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t_support .container {
    max-width: 580rem;
    width: 90%;
  }
}
.t_support .container .title {
  margin-bottom: 29px;
}
@media screen and (max-width: 1900px) {
  .t_support .container .title {
    margin-bottom: 29rem;
  }
}
.t_support .container .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .t_support .container .grid {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_support .container .grid {
    gap: 10rem 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.t_support .container .grid .item {
  background: -webkit-gradient(linear, left top, left bottom, from(#5486d5), to(#003994));
  background: linear-gradient(#5486d5 0%, #003994 100%);
  border: 1px solid #003fa3;
  color: #fff;
  height: 70px;
  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;
  gap: 11px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .t_support .container .grid .item {
    height: 70rem;
    gap: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .t_support .container .grid .item {
    padding: 0 5rem 0 8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8rem;
  }
  .t_support .container .grid .item p {
    font-size: 14rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .t_support .container .grid .item .img {
    width: 23rem;
    height: 25rem;
  }
  .t_support .container .grid .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.t_support .container .grid .item:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_support .container .grid .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.t_voice .container {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t_voice .container {
    max-width: 580rem;
    width: 90%;
  }
}
.t_voice .container .title {
  margin-bottom: 41px;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .title {
    margin-bottom: 41rem;
  }
}
.t_voice .container .voice-swiper {
  padding-bottom: 48px;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .voice-swiper {
    padding-bottom: 48rem;
  }
}
.t_voice .container .voice-swiper .swiper-slide {
  width: 340px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1900px) {
  .t_voice .container .voice-swiper .swiper-slide {
    width: 340rem;
  }
}
.t_voice .container .voice-swiper .swiper-slide .item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_voice .container .voice-swiper .swiper-slide .item:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_voice .container .voice-swiper .swiper-slide .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t_voice .container .voice-swiper .swiper-slide .item figure {
  position: relative;
}
.t_voice .container .voice-swiper .swiper-slide .item figure img {
  width: 100%;
  height: auto;
}
.t_voice .container .voice-swiper .swiper-slide .item figure .name {
  font-weight: 400;
  font-size: 15px;
  height: 30px;
  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;
  background-color: #003fa3;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 999px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .voice-swiper .swiper-slide .item figure .name {
    font-size: 15rem;
    height: 30rem;
    padding: 0 40rem;
    bottom: -15rem;
  }
}
.t_voice .container .voice-swiper .swiper-slide .item .content-box {
  padding: 27px 27px 21px;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .voice-swiper .swiper-slide .item .content-box {
    padding: 27rem 27rem 21rem;
  }
}
.t_voice .container .voice-swiper .swiper-slide .item .content-box .item-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #003fa3;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 最大2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .voice-swiper .swiper-slide .item .content-box .item-ttl {
    font-size: 24rem;
    line-height: 36rem;
  }
}
.t_voice .container .swiper-pagination {
  bottom: 0;
}
.t_voice .container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }
}
.t_voice .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #003fa3;
}
.t_voice .container .btn {
  margin: 33px auto 0;
}
@media screen and (max-width: 1900px) {
  .t_voice .container .btn {
    margin-top: 33rem;
  }
}

.t_blog .container {
  max-width: 980px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container {
    max-width: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container {
    max-width: 580rem;
    width: 90%;
  }
}
.t_blog .container .title {
  margin-bottom: 41px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .title {
    margin-bottom: 41rem;
  }
}
.t_blog .container .blog-swiper {
  padding-bottom: 48px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-swiper {
    padding-bottom: 48rem;
  }
}
.t_blog .container .blog-swiper .swiper-slide {
  width: 300px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-swiper .swiper-slide {
    width: 300rem;
  }
}
.t_blog .container .blog-swiper .swiper-slide .item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_blog .container .blog-swiper .swiper-slide .item:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_blog .container .blog-swiper .swiper-slide .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t_blog .container .blog-swiper .swiper-slide .item figure {
  margin-bottom: 10px;
}
.t_blog .container .blog-swiper .swiper-slide .item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-swiper .swiper-slide .item figure {
    margin-bottom: 10rem;
  }
}
.t_blog .container .blog-swiper .swiper-slide .item .content-box .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 3px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-swiper .swiper-slide .item .content-box .date {
    font-size: 15rem;
    margin-bottom: 3rem;
  }
}
.t_blog .container .blog-swiper .swiper-slide .item .content-box .item-ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-swiper .swiper-slide .item .content-box .item-ttl {
    font-size: 18rem;
    line-height: 28rem;
  }
}
.t_blog .container .swiper-pagination {
  bottom: 0;
}
.t_blog .container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }
}
.t_blog .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #003fa3;
}
.t_blog .container .btn {
  margin-top: 54px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .btn {
    margin-top: 54rem;
  }
}

.t_news {
  background: url(../img/top/news-bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .t_news {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container {
    width: 100%;
  }
}
.t_news .w-box {
  max-width: 880px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 24px 0 60px;
}
@media screen and (max-width: 1900px) {
  .t_news .w-box {
    max-width: 880rem;
    padding: 24rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .w-box {
    width: 90%;
  }
}
.t_news .w-box .title {
  margin-bottom: 21px;
}
@media screen and (max-width: 1900px) {
  .t_news .w-box .title {
    margin-bottom: 21rem;
  }
}
.t_news .w-box .item {
  max-width: 740px;
  width: 100%;
  margin: auto auto 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .t_news .w-box .item {
    max-width: 740rem;
    margin-bottom: 30rem;
    padding-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .w-box .item {
    width: 90%;
  }
}
.t_news .w-box .item:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_news .w-box .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t_news .w-box .item:last-child {
  margin-bottom: 0;
}
.t_news .w-box .item .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 6px;
}
@media screen and (max-width: 1900px) {
  .t_news .w-box .item .date {
    font-size: 15rem;
    margin-bottom: 6rem;
  }
}
.t_news .w-box .item .item-ttl {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .t_news .w-box .item .item-ttl {
    font-size: 15rem;
    line-height: 25rem;
  }
}
.t_news .w-box .btn {
  margin-top: 42px;
}
@media screen and (max-width: 1900px) {
  .t_news .w-box .btn {
    margin-top: 42rem;
  }
}

.t_cta .container {
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .t_cta .container {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_cta .container {
    width: 90%;
  }
}

.plan-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .plan-item {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30rem 10rem;
  }
}
.plan-item .item {
  background: #fff;
  border: 3px solid #dce2ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  height: 330px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .plan-item .item {
    height: 330rem;
    padding-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-item .item {
    width: 48%;
    height: auto;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
.plan-item .item.nolink:hover {
  -webkit-filter: none;
          filter: none;
}
.plan-item .item:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.plan-item .item:last-child:hover {
  -webkit-filter: none;
          filter: none;
}
.plan-item .item .img {
  margin-top: 0;
  margin-bottom: 12px;
  min-height: 100px;
  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;
}
@media screen and (max-width: 1900px) {
  .plan-item .item .img {
    margin-bottom: 12rem;
    min-height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-item .item .img {
    width: 70%;
  }
  .plan-item .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.plan-item .item .text .item-ttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #003fa3;
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .plan-item .item .text .item-ttl {
    font-size: 22rem;
    margin-bottom: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-item .item .text .item-ttl {
    font-size: 16rem;
  }
}
.plan-item .item .text .description {
  width: 210px;
  margin: auto auto 0;
}
@media screen and (max-width: 1900px) {
  .plan-item .item .text .description {
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-item .item .text .description {
    width: 90%;
  }
  .plan-item .item .text .description.dot {
    width: 100%;
  }
}
.plan-item .item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plan-top {
  gap: 20px;
  max-width: 840px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .plan-top {
    gap: 20rem;
    max-width: 840rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan-top .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 242px;
}
@media screen and (max-width: 1900px) {
  .plan-top .img {
    min-width: 242rem;
  }
}
.plan-top .img.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-top .text .item-ttl {
  font-weight: 900;
  font-size: 28px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .plan-top .text .item-ttl {
    font-size: 28rem;
    margin-bottom: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-top .text .item-ttl {
    font-size: 24rem;
  }
}

.plan-point {
  border: 3px solid #003fa3;
  padding: 30px;
  position: relative;
  margin-top: 50px;
  max-width: 840px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .plan-point {
    margin-top: 50rem;
    padding: 30rem;
    max-width: 840rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-point {
    padding: 10rem;
  }
}
.plan-point::before {
  content: "POINT";
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #003fa3;
}
@media screen and (max-width: 1900px) {
  .plan-point::before {
    bottom: calc(100% - 5rem);
    font-size: 24rem;
    line-height: 32rem;
  }
}
.plan-point .check li {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #222;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 17px auto;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan-point .check li img {
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .plan-point .check li img {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1900px) {
  .plan-point .check li {
    font-size: 15rem;
    line-height: 30rem;
    gap: 12rem;
    grid-template-columns: 17rem auto;
  }
}
.plan-point .kome {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #222;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1900px) {
  .plan-point .kome {
    margin-top: 12rem;
    font-size: 14rem;
    line-height: 22rem;
  }
}

.works-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .works-list {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .works-list {
    width: 90%;
    margin: auto auto 100rem;
  }
}
.works-list .main-ttl {
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  color: #222;
  margin-bottom: 43px;
}
@media screen and (max-width: 1900px) {
  .works-list .main-ttl {
    font-size: 36rem;
    margin-bottom: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .works-list .main-ttl {
    font-size: 28rem;
  }
}
.works-list .btn {
  margin-top: 37px;
}
@media screen and (max-width: 1900px) {
  .works-list .btn {
    margin-top: 37rem;
  }
}
.works-list .works-swiper.no-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .works-list .works-swiper.no-swiper .swiper-wrapper {
    gap: 40rem;
  }
}
.works-list .works-swiper.no-swiper .swiper-slide {
  width: 360px;
}
@media screen and (max-width: 1900px) {
  .works-list .works-swiper.no-swiper .swiper-slide {
    width: 360rem;
  }
}

.flow-list {
  max-width: 840px;
  width: 100%;
  margin: auto;
  counter-reset: number 0;
}
@media screen and (max-width: 1900px) {
  .flow-list {
    max-width: 840rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list {
    max-width: none;
    width: 90%;
  }
}
.flow-list .image-text-block {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block {
    gap: 30rem;
  }
}
.flow-list .image-text-block::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background-color: #003fa3;
  left: 99px;
  top: 90%;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block::after {
    width: 3rem;
    left: 99rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list .image-text-block::after {
    content: none;
  }
}
.flow-list .image-text-block:last-child::after {
  content: none;
}
.flow-list .image-text-block .img {
  max-width: 200px;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .img {
    max-width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list .image-text-block .img {
    max-width: none;
    width: 100%;
  }
}
.flow-list .image-text-block .img .stepno {
  width: 120px;
  padding: 3px 0 4px;
  top: -10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-color: #003fa3;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 0 99px 99px 0;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .img .stepno {
    font-size: 16rem;
    width: 120rem;
    padding: 3rem 0 4rem;
  }
}
.flow-list .image-text-block .img .stepno::after {
  display: inline-block;
  font-size: 25px;
  counter-increment: number 1;
  content: "" counter(number, decimal-leading-zero);
  vertical-align: bottom;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .img .stepno::after {
    font-size: 25rem;
  }
}
.flow-list .image-text-block .text {
  max-width: 610px;
  width: 70%;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .text {
    max-width: 610rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list .image-text-block .text {
    max-width: none;
    width: 100%;
  }
}
.flow-list .image-text-block .text .item-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #003fa3;
  margin-bottom: 6px;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .text .item-ttl {
    font-size: 24rem;
    margin-bottom: 6rem;
  }
}
.flow-list .image-text-block .btn-box {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .btn-box {
    margin-top: 19rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-list .image-text-block .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-list .image-text-block .btn-box .btn {
  max-width: 300px;
}
@media screen and (max-width: 1900px) {
  .flow-list .image-text-block .btn-box .btn {
    max-width: 300rem;
  }
}

.flow_contact .more {
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .flow_contact .more {
    margin-top: 100rem;
  }
}

.privacy .white-wrapper .wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .privacy .white-wrapper .wrap {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy .white-wrapper .wrap {
    width: 90%;
    margin: auto auto 50rem;
  }
}
.privacy .white-wrapper .wrap .title-border {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .privacy .white-wrapper .wrap .title-border {
    margin-bottom: 15rem;
  }
}
.privacy .white-wrapper .wrap:last-child {
  margin-bottom: 0;
}

.outward-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 30px 45px;
}
@media screen and (max-width: 1900px) {
  .outward-item {
    gap: 30rem 45rem;
  }
}
@media screen and (max-width: 768px) {
  .outward-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .outward-item .item {
    width: 48%;
  }
}
.outward-item .item .img {
  margin-bottom: 8px;
}
@media screen and (max-width: 1900px) {
  .outward-item .item .img {
    margin-bottom: 8rem;
  }
}
.outward-item .item .img img {
  width: 100%;
  height: auto;
}
.outward-item .item .text .item-ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #002257;
  margin-bottom: 4px;
}
@media screen and (max-width: 1900px) {
  .outward-item .item .text .item-ttl {
    font-size: 18rem;
    line-height: 25rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outward-item .item .text .item-ttl {
    font-size: 15rem;
    line-height: 1.2;
  }
}

.reason .column {
  gap: 29px;
}
@media screen and (max-width: 1900px) {
  .reason .column {
    gap: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason .column .img {
  max-width: 262px;
  width: 40%;
}
@media screen and (max-width: 1900px) {
  .reason .column .img {
    max-width: 262rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .column .img {
    width: 100%;
    margin: auto;
  }
}
.reason .column .img img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .reason .column .img img {
    margin-bottom: 15rem;
  }
}
.reason .column .img .prof {
  margin-bottom: 16px;
}
@media screen and (max-width: 1900px) {
  .reason .column .img .prof {
    margin-bottom: 16rem;
  }
}
.reason .column .img .prof span {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #222;
  display: block;
}
@media screen and (max-width: 1900px) {
  .reason .column .img .prof span {
    font-size: 15rem;
    line-height: 21rem;
  }
}
.reason .column .img .prof p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .reason .column .img .prof p {
    font-size: 22rem;
  }
}
.reason .column .img .btn {
  height: 60px;
  max-width: 260px;
}
@media screen and (max-width: 1900px) {
  .reason .column .img .btn {
    height: 60rem;
    max-width: 260rem;
  }
}
.reason .column .text {
  max-width: 549px;
  width: 60%;
}
@media screen and (max-width: 1900px) {
  .reason .column .text {
    max-width: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .column .text {
    width: 100%;
    max-width: none;
  }
}
.reason .column .text .ttl {
  font-weight: 900;
  font-size: 36px;
  line-height: 52px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 26px;
}
@media screen and (max-width: 1900px) {
  .reason .column .text .ttl {
    font-size: 36rem;
    line-height: 52rem;
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .column .text .ttl {
    font-size: 28rem;
    line-height: 1.4;
  }
}
.reason .wide_sec {
  background-color: #fbfbfc;
}
.reason .wide_sec .container {
  padding: 32px 0 29px;
}
@media screen and (max-width: 1900px) {
  .reason .wide_sec .container {
    padding: 32rem 0 29rem;
  }
}
.reason .wide_sec .container .img {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .reason .wide_sec .container .img {
    margin-bottom: 10rem;
  }
}
.reason .wide_sec .container .description {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .reason .wide_sec .container .description {
    font-size: 24rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .wide_sec .container .description {
    font-size: 20rem;
    line-height: 1.4;
  }
}
.reason .reason_reason .main-ttl {
  margin-bottom: 49px;
}
@media screen and (max-width: 1900px) {
  .reason .reason_reason .main-ttl {
    margin-bottom: 49rem;
  }
}

.area .sec_intro {
  margin-bottom: 32px;
}
@media screen and (max-width: 1900px) {
  .area .sec_intro {
    margin-bottom: 32rem;
  }
}
.area .sec_intro .ttl {
  font-weight: 900;
  text-align: left;
  color: #003fa3;
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .area .sec_intro .ttl {
    margin-bottom: 11rem;
  }
}
.area .sec_intro .img {
  text-align: center;
  margin: 41px auto 32px;
}
@media screen and (max-width: 1900px) {
  .area .sec_intro .img {
    margin: 41rem auto 32rem;
  }
}
@media screen and (max-width: 768px) {
  .area .sec_intro .img img {
    width: 100%;
    height: auto;
  }
}
.area .sec_intro .title-border {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .area .sec_intro .title-border {
    margin-bottom: 15rem;
  }
}

.works .w-cat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 7px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1900px) {
  .works .w-cat {
    gap: 7rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .works .w-cat {
    grid-template-columns: repeat(2, 1fr);
  }
}
.works .w-cat .item {
  height: 60px;
  background: #fff;
  border: 3px solid #ddd;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .works .w-cat .item {
    height: 60rem;
    font-size: 18rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .works .w-cat .item {
    font-size: 16rem;
    height: 50rem;
  }
}
.works .w-cat .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works .w-cat .item.active {
  border: 3px solid #003fa3;
}
.works .w-cat .item.active a {
  color: #002257;
}
.works .w-list .works-static {
  padding-bottom: 0;
}
.works .w-list .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 1900px) {
  .works .w-list .works-list {
    gap: 30rem 22rem;
  }
}
@media screen and (max-width: 768px) {
  .works .w-list .works-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 30rem 10rem;
  }
}
.works .w-list .works-list .works-static-item {
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 1900px) {
  .works .w-list .works-list .works-static-item {
    margin-right: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .voice .v-list {
    width: 90%;
    margin: auto;
  }
}
.voice .v-list .image-text-block {
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .voice .v-list .image-text-block {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .v-list .image-text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.voice .v-list .image-text-block .text {
  max-width: 570px;
  width: 75%;
}
@media screen and (max-width: 1900px) {
  .voice .v-list .image-text-block .text {
    max-width: 570rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .v-list .image-text-block .text {
    max-width: none;
    width: 100%;
  }
}
.voice .v-list .image-text-block .text .date {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #777;
  margin-bottom: 12px;
}
@media screen and (max-width: 1900px) {
  .voice .v-list .image-text-block .text .date {
    font-size: 15rem;
    margin-bottom: 12rem;
  }
}
.voice .v-list .image-text-block .text .title {
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 13px;
}
@media screen and (max-width: 1900px) {
  .voice .v-list .image-text-block .text .title {
    font-size: 24rem;
    line-height: 34rem;
    margin-bottom: 13rem;
  }
}
.voice .v-list .image-text-block .text .content p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (max-width: 1900px) {
  .voice .v-list .image-text-block .text .content p {
    font-size: 15rem;
    line-height: 25rem;
  }
}
.voice .v-list .image-text-block .img {
  max-width: 250px;
  height: 250px;
  width: 30%;
}
@media screen and (max-width: 1900px) {
  .voice .v-list .image-text-block .img {
    max-width: 250rem;
    height: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .v-list .image-text-block .img {
    max-width: none;
    width: 90%;
    margin: auto;
    height: auto;
  }
}
.voice .v-list .image-text-block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simulation .description {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .simulation .description {
    font-size: 18rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .description {
    font-size: 15rem;
    line-height: 1.2;
  }
}
.simulation .simulation-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list {
    margin-top: 50rem;
    gap: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation-list {
    width: 90%;
    margin: 50rem auto 0;
  }
}
.simulation .simulation-list .item .title {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list .item .title {
    font-size: 18rem;
    line-height: 25rem;
    gap: 15rem;
    margin-bottom: 20rem;
  }
}
.simulation .simulation-list .item .title span {
  width: 60px;
  height: 60px;
  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;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #003fa3;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list .item .title span {
    width: 60rem;
    height: 60rem;
    font-size: 24rem;
    border-radius: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .simulation .simulation-list .item .title span {
    font-size: 20rem;
    width: 50rem;
    height: 50rem;
  }
}
.simulation .simulation-list .item .circle-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list .item .circle-radio-group {
    gap: 10rem;
  }
}
.simulation .simulation-list .item .circle-radio-group .circle-radio {
  height: 50px;
  background: #fbfbfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list .item .circle-radio-group .circle-radio {
    height: 50rem;
    padding: 0 20rem;
  }
}
.simulation .simulation-list .item .circle-radio-group .circle-radio input[type=radio] {
  display: none;
}
.simulation .simulation-list .item .circle-radio-group .circle-radio input[type=radio]:checked + .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #0050b3; /* 内側の点 */
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list .item .circle-radio-group .circle-radio input[type=radio]:checked + .circle::after {
    width: 10rem;
    height: 10rem;
  }
}
.simulation .simulation-list .item .circle-radio-group .circle-radio .circle {
  width: 20px;
  height: 20px;
  border: 3px solid #0050b3; /* 外枠 */
  border-radius: 50%;
  margin-right: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .simulation .simulation-list .item .circle-radio-group .circle-radio .circle {
    width: 20rem;
    height: 20rem;
    margin-right: 13rem;
  }
}
.simulation .more {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .simulation .more {
    margin-top: 50rem;
  }
}

.faq .white-wrapper .container .title-border {
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .faq .white-wrapper .container .title-border {
    margin-bottom: 30rem;
  }
}
.faq .tab-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .faq .tab-menu {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .tab-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.faq .tab-menu .tab {
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  height: 70px;
  border-right: 1px solid #ddd;
  text-align: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .faq .tab-menu .tab {
    font-size: 15rem;
    line-height: 25rem;
    height: 70rem;
    gap: 13rem;
  }
}
.faq .tab-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq .tab-content {
    width: 90%;
    margin: auto;
  }
}
.faq .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq .tab-content .faq-item {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item {
    margin-bottom: 20rem;
  }
}
.faq .tab-content .faq-item:last-child {
  margin-bottom: 0;
}
.faq .tab-content .faq-item .question {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #222;
  cursor: pointer;
  position: relative;
  padding: 15px 17px 16px;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item .question {
    gap: 15rem;
    font-size: 18rem;
    line-height: 26rem;
    padding: 15rem 17rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .tab-content .faq-item .question {
    font-size: 15rem;
    line-height: 1.2;
    padding: 15rem 30rem 15rem 10rem;
  }
}
.faq .tab-content .faq-item .question span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #003fa3;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item .question span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .tab-content .faq-item .question span {
    font-size: 28rem;
  }
}
.faq .tab-content .faq-item .question::after {
  content: "＋";
  position: absolute;
  right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #003fa3;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item .question::after {
    right: 20rem;
    font-size: 18rem;
    line-height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .tab-content .faq-item .question::after {
    font-size: 15rem;
    right: 10rem;
  }
}
.faq .tab-content .faq-item .question.active {
  border-bottom: 1px solid #dddddd;
}
.faq .tab-content .faq-item .question.active::after {
  content: "ー";
}
.faq .tab-content .faq-item .answer {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  max-height: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item .answer {
    gap: 15rem;
  }
}
.faq .tab-content .faq-item .answer span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #aaaaaa;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item .answer span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .tab-content .faq-item .answer span {
    font-size: 28rem;
  }
}
.faq .tab-content .faq-item .answer.open {
  max-height: 500px; /* 十分大きめにしとく */
  opacity: 1;
  padding: 15px 17px 16px;
}
@media screen and (max-width: 1900px) {
  .faq .tab-content .faq-item .answer.open {
    padding: 15rem 17rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .tab-content .faq-item .answer.open {
    padding: 15rem 30rem 15rem 10rem;
  }
}

.logging-work .sec_intro {
  margin-bottom: 54px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_intro {
    margin-bottom: 54rem;
  }
}
.logging-work .sec_service-list {
  margin-bottom: 59px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_service-list {
    margin-bottom: 59rem;
  }
}
.logging-work .sec_service-list .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #003fa3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_service-list .ttl {
    gap: 7rem;
    font-size: 32rem;
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .logging-work .sec_service-list .ttl {
    font-size: 24rem;
  }
}
.logging-work .sec_service-list .ttl svg path {
  fill: #003fa3;
}
@media screen and (max-width: 768px) {
  .logging-work .sec_service-list .ttl svg {
    width: 20rem;
  }
}
.logging-work .sec_service-list .item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_service-list .item-list {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .logging-work .sec_service-list .item-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10rem;
  }
}
.logging-work .sec_service-list .item-list .item {
  background-color: #ecf2fb;
  text-align: center;
  color: #002257;
  font-weight: 700;
  font-size: 20px;
  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;
  height: 80px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_service-list .item-list .item {
    font-size: 20rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .logging-work .sec_service-list .item-list .item {
    font-size: 18rem;
    height: auto;
    padding: 10rem 0;
  }
}
.logging-work .sec_case .ba-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_case .ba-box {
    gap: 26rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .logging-work .sec_case .ba-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.logging-work .sec_case .ba-box:last-child {
  margin-bottom: 0;
}
.logging-work .sec_case .ba-box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.logging-work .sec_case .ba-box .img figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  .logging-work .sec_case .ba-box .img figure {
    width: 48%;
  }
  .logging-work .sec_case .ba-box .img figure img {
    width: 100%;
    height: auto;
  }
}
.logging-work .sec_case .ba-box .img figure .tag {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 0 20px 20px 0;
  width: 90px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_case .ba-box .img figure .tag {
    bottom: 10rem;
    font-size: 14rem;
    line-height: 26rem;
    border-radius: 0 20rem 20rem 0;
    width: 90rem;
  }
}
.logging-work .sec_case .ba-box .img figure .tag.before {
  background-color: #002257;
}
.logging-work .sec_case .ba-box .img figure .tag.after {
  background-color: #003fa3;
}
.logging-work .sec_case .ba-box .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_case .ba-box .text dl {
    gap: 62rem;
  }
}
.logging-work .sec_case .ba-box .text dl dt {
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  color: #222;
  min-width: 75px;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_case .ba-box .text dl dt {
    font-size: 15rem;
    line-height: 40rem;
    min-width: 75rem;
  }
}
.logging-work .sec_case .ba-box .text dl dd {
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .logging-work .sec_case .ba-box .text dl dd {
    font-size: 15rem;
    line-height: 40rem;
  }
}
.logging-work .white-wrapper .container .more {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .logging-work .white-wrapper .container .more {
    margin-top: 70rem;
  }
}

.company-profile .about-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  .company-profile .about-list {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .company-profile .about-list {
    width: 90%;
    margin: auto auto 80rem;
  }
}
.company-profile .about-list .item {
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1900px) {
  .company-profile .about-list .item {
    grid-template-columns: 120rem auto;
  }
}
.company-profile .about-list .item:first-child {
  border-top: 1px solid #ddd;
}
.company-profile .about-list .item dt {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #222;
  padding: 15px 11px;
  background: #fafafa;
}
@media screen and (max-width: 1900px) {
  .company-profile .about-list .item dt {
    font-size: 15rem;
    line-height: 25rem;
    padding: 15rem 11rem;
  }
}
.company-profile .about-list .item dd {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #222;
  padding: 10px 14px;
}
@media screen and (max-width: 1900px) {
  .company-profile .about-list .item dd {
    font-size: 15rem;
    line-height: 25rem;
    padding: 10rem 14rem;
  }
}
.company-profile .sec02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  .company-profile .sec02 {
    margin-bottom: 80rem;
  }
}
.company-profile .sec02 .daiya li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 16% auto;
  gap: 30px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1900px) {
  .company-profile .sec02 .daiya li {
    padding-left: 20rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .company-profile .sec02 .daiya li {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10rem;
  }
}
.company-profile .sec02 .daiya li::before {
  content: "◆";
  font-weight: normal;
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #003fa3;
}
@media screen and (max-width: 1900px) {
  .company-profile .sec02 .daiya li::before {
    font-size: 11rem;
    line-height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .company-profile .sec02 .daiya li::before {
    top: 5rem;
    bottom: auto;
    line-height: 1;
  }
}
.company-profile .sec02 .daiya li p {
  font-size: 15px;
  line-height: 35px;
}
@media screen and (max-width: 1900px) {
  .company-profile .sec02 .daiya li p {
    font-size: 15rem;
    line-height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .company-profile .sec02 .daiya li p {
    line-height: 1.2;
  }
}
.company-profile .sec03 .description {
  margin-bottom: 24px;
}
@media screen and (max-width: 1900px) {
  .company-profile .sec03 .description {
    margin-bottom: 24rem;
  }
}
.company-profile .sec03 iframe {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .company-profile .sec03 iframe {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .company-profile .sec03 iframe {
    height: 200rem;
  }
}

.price .sec_price-basic {
  margin-bottom: 45px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic {
    margin-bottom: 45rem;
  }
}
.price .sec_price-basic .title-border {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic .title-border {
    margin-bottom: 15rem;
  }
}
.price .sec_price-basic .circle-list {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 130px;
  grid-auto-flow: column;
  gap: 24px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic .circle-list {
    grid-template-columns: 130rem;
    gap: 24rem;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .price .sec_price-basic .circle-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.price .sec_price-basic .circle-list .item {
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background-color: #003fa3;
  color: #fff;
  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;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic .circle-list .item {
    width: 130rem;
    height: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .price .sec_price-basic .circle-list .item {
    width: 160rem;
    height: 160rem;
  }
}
.price .sec_price-basic .c-red {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #b92b27;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic .c-red {
    font-size: 18rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .price .sec_price-basic .c-red {
    font-size: 16rem;
  }
}
.price .sec_price-basic .plus {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic .plus {
    margin-bottom: 37rem;
  }
}
.price .sec_price-basic .plus span {
  display: block;
  font-weight: 700;
  font-size: 60px;
  line-height: 89px;
  text-align: center;
  color: #6586b9;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-basic .plus span {
    font-size: 60rem;
    line-height: 89rem;
  }
}
.price table.price {
  width: 100%;
}
.price table.price th {
  text-align: center;
  height: 50px;
  background-color: #6586b9;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  .price table.price th {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .price table.price th {
    font-size: 15rem;
    line-height: 1.2;
  }
}
.price table.price td {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #222;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1900px) {
  .price table.price td {
    font-size: 15rem;
    padding: 15rem 10rem;
  }
}
.price table.price td.row-title {
  background: #ecf2fb;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price table.price td.row-title {
    font-size: 15rem;
  }
}
.price table.price tr {
  border-bottom: 1px solid #ddd;
}
.price table.price tr td:last-child {
  text-align: center;
}
.price table.price tr th:last-child {
  border-right: none;
}
.price table.price01 {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .price table.price01 {
    margin-top: 30rem;
  }
}
.price table.price02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .price table.price02 {
    margin-top: 30rem;
  }
}
.price table.price02 tr td {
  text-align: left;
}
.price table.price02 tr td.row-title {
  text-align: left;
}
.price .sec_price-trees {
  margin-bottom: 48px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-trees {
    margin-bottom: 48rem;
  }
}
.price .sec_price-trees .title-border {
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-trees .title-border {
    margin-bottom: 20rem;
  }
}
.price .sec_price-trees .description {
  margin-bottom: 21px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-trees .description {
    margin-bottom: 21rem;
  }
}
.price .sec_price-trees .price03 {
  width: 652px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-trees .price03 {
    width: 652rem;
  }
}
@media screen and (max-width: 768px) {
  .price .sec_price-trees .price03 {
    width: 100%;
  }
}
.price .sec_price-trees .price03 tr td {
  text-align: center;
}
.price .sec_price-simulation {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation {
    margin-bottom: 50rem;
  }
}
.price .sec_price-simulation .circle-ttl {
  margin-bottom: 22px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .circle-ttl {
    margin-bottom: 22rem;
  }
}
.price .sec_price-simulation .item-list {
  margin-bottom: 45px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .item-list {
    margin-bottom: 45rem;
  }
}
.price .sec_price-simulation .item-list:nth-last-child(2) {
  margin-bottom: 53px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .item-list:nth-last-child(2) {
    margin-bottom: 53rem;
  }
}
.price .sec_price-simulation .item-list .works-list {
  gap: 23px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .item-list .works-list {
    gap: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .price .sec_price-simulation .item-list .works-list {
    gap: 0;
    width: 100%;
  }
}
.price .sec_price-simulation .item-list .works-list .works-static-item {
  width: 265px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .item-list .works-list .works-static-item {
    width: 265rem;
  }
}
@media screen and (max-width: 768px) {
  .price .sec_price-simulation .item-list .works-list .works-static-item {
    width: 95%;
    margin-left: 10rem;
  }
}
.price .sec_price-simulation .item-list .works-list .works-static-item .content-box .item-ttl {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .item-list .works-list .works-static-item .content-box .item-ttl {
    font-size: 20rem;
    line-height: 24rem;
  }
}
.price .sec_price-simulation .text strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #222;
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .text strong {
    font-size: 18rem;
    line-height: 30rem;
    margin-bottom: 15rem;
  }
}
.price .sec_price-simulation .text .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .text .description {
    font-size: 15rem;
    line-height: 30rem;
  }
}
.price .sec_price-simulation .more {
  margin-top: 35px;
}
@media screen and (max-width: 1900px) {
  .price .sec_price-simulation .more {
    margin-top: 35rem;
  }
}
.price .sec_payment .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .price .sec_payment .item {
    margin-bottom: 30rem;
  }
}
.price .sec_payment .item:last-child {
  margin-bottom: 0;
}
.price .sec_payment .item .circle-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .price .sec_payment .item .circle-ttl {
    margin-bottom: 15rem;
  }
}

.staff-card {
  gap: 19px;
  padding-bottom: 50px;
  border-bottom: 2px solid #f48930;
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .staff-card {
    gap: 19rem;
    padding-bottom: 50rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.staff-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.staff-card .img {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .staff-card .img {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .staff-card .img {
    margin: auto;
  }
}
.staff-card .text {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .staff-card .text {
    max-width: 500rem;
  }
}
.staff-card .text .staff-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .staff-card .text .staff-card__title {
    gap: 20rem;
    padding-bottom: 21rem;
    margin-bottom: 20rem;
  }
}
.staff-card .text .staff-card__title .staff-card__position {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #f48930;
  height: 36px;
  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;
  padding: 0 12px;
}
@media screen and (max-width: 1900px) {
  .staff-card .text .staff-card__title .staff-card__position {
    font-size: 16rem;
    padding: 0 12rem;
    height: 36rem;
  }
}
.staff-card .text .staff-card__title .staff-card__name {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .staff-card .text .staff-card__title .staff-card__name {
    font-size: 24rem;
  }
}
.staff-card .text .staff-card__comment {
  margin-bottom: 22px;
}
@media screen and (max-width: 1900px) {
  .staff-card .text .staff-card__comment {
    margin-bottom: 22rem;
  }
}
.staff-card .text .staff-card__table {
  width: 100%;
}
.staff-card .text .staff-card__table .staff-card__th,
.staff-card .text .staff-card__table .staff-card__td {
  background-color: #003fa3;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1900px) {
  .staff-card .text .staff-card__table .staff-card__th,
  .staff-card .text .staff-card__table .staff-card__td {
    font-size: 15rem;
  }
}
.staff-card .text .staff-card__table .staff-card__th {
  border-bottom: 2px solid #fff;
}
.staff-card .text .staff-card__table .staff-card__td {
  background-color: #fff;
  text-align: left;
  color: #333;
  line-height: 30px;
  font-weight: 500;
  padding: 12px 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1900px) {
  .staff-card .text .staff-card__table .staff-card__td {
    line-height: 30rem;
    padding: 12rem 15rem;
  }
}
.staff-card .text .staff-card__table tr:first-child .staff-card__td {
  border-top: 1px solid #ccc;
}
.staff-card .text .staff-card__table tr:last-child .staff-card__th {
  border-bottom: none;
}

.asbestos-level {
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level {
    margin-bottom: 30rem;
  }
}
.asbestos-level .circle-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level .circle-ttl {
    margin-bottom: 30rem;
  }
}
.asbestos-level figure {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level figure {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-level figure img {
    width: 100%;
    height: auto;
  }
}

.asbestos-level-removal {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal {
    margin-bottom: 50rem;
  }
}
.asbestos-level-removal .circle-ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .circle-ttl {
    margin-bottom: 18rem;
  }
}
.asbestos-level-removal .removal-box {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-template-rows: auto;
  gap: 36px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .removal-box {
    gap: 36rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-level-removal .removal-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15rem;
  }
}
.asbestos-level-removal .removal-box:nth-last-child(2) {
  margin-bottom: 101px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .removal-box:nth-last-child(2) {
    margin-bottom: 101rem;
  }
}
.asbestos-level-removal .removal-box .label {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
  background-color: #e20000;
  padding: 7px 11px;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .removal-box .label {
    font-size: 18rem;
    padding: 7rem 11rem;
  }
}
.asbestos-level-removal .removal-box .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #e20000;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .removal-box .label::after {
    right: -16rem;
    border-top: 16rem solid transparent;
    border-bottom: 16rem solid transparent;
    border-left: 16rem solid #e20000;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-level-removal .removal-box .label::after {
    right: -15rem;
  }
}
.asbestos-level-removal .removal-box.level2 .label {
  background-color: #f48930;
}
.asbestos-level-removal .removal-box.level2 .label::after {
  border-left: 16px solid #f48930;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .removal-box.level2 .label::after {
    border-left: 16rem solid #f48930;
  }
}
.asbestos-level-removal .removal-box.level3 .label {
  background-color: #f4c630;
}
.asbestos-level-removal .removal-box.level3 .label::after {
  border-left: 16px solid #f4c630;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .removal-box.level3 .label::after {
    border-left: 16rem solid #f4c630;
  }
}
.asbestos-level-removal .catch {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #002257;
}
@media screen and (max-width: 1900px) {
  .asbestos-level-removal .catch {
    font-size: 28rem;
    line-height: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-level-removal .catch {
    font-size: 24rem;
    line-height: 1.2;
  }
}

.asbestos-inspection {
  margin-bottom: 36px;
}
@media screen and (max-width: 1900px) {
  .asbestos-inspection {
    margin-bottom: 36rem;
  }
}
.asbestos-inspection .circle-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .asbestos-inspection .circle-ttl {
    margin-bottom: 15rem;
  }
}

.asbestos-report .circle-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .circle-ttl {
    margin-bottom: 15rem;
  }
}
.asbestos-report .description {
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .description {
    margin-bottom: 20rem;
  }
}
.asbestos-report figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .asbestos-report figure {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report figure img {
    width: 100%;
    height: auto;
  }
}
.asbestos-report .flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 22px;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .flow-grid {
    gap: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.asbestos-report .flow-grid .flow-item {
  padding-right: 22px;
  padding-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .flow-grid .flow-item {
    padding-right: 22rem;
    padding-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item {
    width: 46%;
  }
}
.asbestos-report .flow-grid .flow-item::before {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .flow-grid .flow-item::before {
    height: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item::before {
    height: 90%;
  }
}
.asbestos-report .flow-grid .flow-item::after {
  content: "";
  width: 250px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .flow-grid .flow-item::after {
    width: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item::after {
    width: 90%;
  }
}
.asbestos-report .flow-grid .flow-item .flow-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #002257;
  margin-bottom: 9px;
}
@media screen and (max-width: 1900px) {
  .asbestos-report .flow-grid .flow-item .flow-title {
    font-size: 18rem;
    margin-bottom: 9rem;
  }
}
.asbestos-report .flow-grid .flow-item:nth-child(n+4)::after {
  content: none;
}
.asbestos-report .flow-grid .flow-item:nth-child(3n) {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item:nth-child(3n) {
    padding-right: 22rem;
  }
}
.asbestos-report .flow-grid .flow-item:nth-child(3n)::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item:nth-child(3n)::before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item:nth-child(2n)::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .asbestos-report .flow-grid .flow-item:nth-child(4)::after {
    content: "";
  }
}

.form-section-title {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #222;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .form-section-title {
    font-size: 20rem;
    padding-left: 20rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .form-section-title {
    font-size: 18rem;
    line-height: 1.2;
    width: 90%;
    margin: auto auto 15rem;
  }
}
.form-section-title::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #003fa3;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1900px) {
  .form-section-title::before {
    width: 4rem;
  }
}

.attention_box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 18px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1900px) {
  .attention_box {
    padding: 18rem 20rem;
    margin-bottom: 60rem;
  }
}
.attention_box .description {
  line-height: 21px;
}
@media screen and (max-width: 1900px) {
  .attention_box .description {
    line-height: 21rem;
  }
}

.custom-radio-group,
.custom-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .custom-radio-group,
  .custom-checkbox-group {
    gap: 10rem;
  }
}
.custom-radio-group input,
.custom-checkbox-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.form-block {
  display: grid;
  grid-template-columns: 172px auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 59px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1900px) {
  .form-block {
    grid-template-columns: 172rem auto;
    gap: 59rem;
    margin-bottom: 37rem;
  }
}
@media screen and (max-width: 768px) {
  .form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    width: 90%;
    margin: auto auto 20rem;
  }
}
.form-block.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  .form-block.form-inline {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .form-block.form-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8rem;
  }
}
.form-block.form-inline label:not(.form-label) {
  font-weight: 400;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .form-block.form-inline label:not(.form-label) {
    font-size: 15rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .form-block.form-inline label:not(.form-label) {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.form-block.form-inline .form-ttl {
  min-width: 231px;
}
@media screen and (max-width: 1900px) {
  .form-block.form-inline .form-ttl {
    min-width: 231rem;
  }
}
.form-block.form-inline .address-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.form-block.form-inline .column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-block.form-inline .column .label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .form-block.form-inline .column .label-wrap {
    gap: 20rem;
  }
}
.form-block select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid #003fa3;
  border-radius: 8px;
  font-size: 15px;
  padding: 11px 0 11px 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.141' height='10.359' viewBox='0 0 17.141 10.359'%3E%3Cg id='arrow01' transform='translate(0 10.359) rotate(-90)'%3E%3Cg id='chevron-left'%3E%3Cpath d='M10.359,2,8.4,0,0,8.571l8.4,8.571,1.96-2L3.92,8.571Z' fill='%23003fa3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px auto;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .form-block select {
    border-radius: 8rem;
    font-size: 15rem;
    padding: 11rem 0 11rem 21rem;
    background-position: right 10rem center;
    background-size: 10rem auto;
  }
}
.form-block select.w150 {
  width: 150px;
}
@media screen and (max-width: 1900px) {
  .form-block select.w150 {
    width: 150rem;
  }
}
.form-block select.w200 {
  width: 200px;
}
@media screen and (max-width: 1900px) {
  .form-block select.w200 {
    width: 200rem;
  }
}
.form-block .form-label {
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .form-block .form-label {
    font-size: 15rem;
  }
}
.form-block .pref-label {
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .form-block .pref-label {
    font-size: 15rem;
  }
}
.form-block .required {
  width: 44px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #b92b27;
  border-radius: 999px;
}
@media screen and (max-width: 1900px) {
  .form-block .required {
    width: 44rem;
    font-size: 13rem;
  }
}
.form-block textarea {
  border-radius: 3px;
  background: #f3f3f3;
  max-height: 180px;
  min-height: 180px;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 1900px) {
  .form-block textarea {
    border-radius: 3rem;
    max-height: 180rem;
    min-height: 180rem;
    padding: 10rem;
    font-size: 15rem;
    line-height: 21rem;
  }
}
.form-block input {
  height: 43px;
  border-radius: 3px;
  background: #f3f3f3;
  padding: 0 10px;
  border: none;
}
@media screen and (max-width: 1900px) {
  .form-block input {
    height: 43rem;
    border-radius: 3rem;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .form-block input {
    width: 85%;
  }
}
.form-block input.w200 {
  width: 200px;
}
@media screen and (max-width: 1900px) {
  .form-block input.w200 {
    width: 200rem;
  }
}
.form-block input.w100 {
  width: 100%;
}

.form-sub-field {
  margin-top: 12px;
}
@media screen and (max-width: 1900px) {
  .form-sub-field {
    margin-top: 13rem;
  }
}
.form-sub-field input[type=text] {
  width: 100%;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .form-sub-field input[type=text] {
    padding: 10rem;
    border-radius: 6rem;
    font-size: 14rem;
  }
}

.custom-radio,
.custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-radio input:checked + .radio-mark {
  border: 2px solid #003fa3;
}
.custom-radio input:checked + .radio-mark::after {
  opacity: 1;
}
.custom-radio .radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  background-color: #f3f3f3;
  border-radius: 50%;
  margin-right: 9px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1900px) {
  .custom-radio .radio-mark {
    width: 20rem;
    height: 20rem;
    border: 2rem solid #cccccc;
    margin-right: 9rem;
  }
}
.custom-radio .radio-mark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #003fa3;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1900px) {
  .custom-radio .radio-mark::after {
    top: 3rem;
    left: 3rem;
    width: 10rem;
    height: 10rem;
  }
}

/* チェックボックス用 */
.custom-checkbox input:checked + .checkbox-mark {
  background-color: #003fa3;
}
.custom-checkbox input:checked + .checkbox-mark::after {
  opacity: 1;
}
.custom-checkbox .checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-right: 9px;
  position: relative;
  background-color: #f3f3f3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1900px) {
  .custom-checkbox .checkbox-mark {
    width: 20rem;
    height: 20rem;
    margin-right: 9rem;
  }
}
.custom-checkbox .checkbox-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1900px) {
  .custom-checkbox .checkbox-mark::after {
    top: 2rem;
    left: 6rem;
    width: 5rem;
    height: 10rem;
    border-width: 0 2rem 2rem 0;
  }
}

.form-upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 320px;
}
@media screen and (max-width: 1900px) {
  .form-upload-wrap {
    gap: 12rem;
    max-width: 320rem;
  }
}
.form-upload-wrap .custom-file-label {
  position: relative;
  display: inline-block;
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .form-upload-wrap .custom-file-label {
    padding: 10rem 15rem;
    font-size: 14rem;
  }
}
.form-upload-wrap .custom-file-label:hover {
  background-color: #e6e6e6;
}
.form-upload-wrap .custom-file-label .custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
}
@media screen and (max-width: 1900px) {
  .address-row {
    gap: 12rem;
    margin-bottom: 12rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .address-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.address-row .symbol {
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 1900px) {
  .address-row .symbol {
    font-size: 15rem;
  }
}
.address-row input[type=text] {
  width: 150px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f4f4f4;
}
@media screen and (max-width: 1900px) {
  .address-row input[type=text] {
    width: 150rem;
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .address-row input[type=text] {
    width: 70%;
  }
}
.address-row .pref-label {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .address-row .pref-label {
    font-size: 14rem;
  }
}

.address-full input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f4f4f4;
  border-radius: 3px;
}
@media screen and (max-width: 1900px) {
  .address-full input[type=text] {
    padding: 10rem;
  }
}

.photo-block .form-note {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #b92b27;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .photo-block .form-note {
    font-size: 15rem;
    line-height: 25rem;
    margin-bottom: 20rem;
  }
}
.photo-block .form-note a {
  color: #b92b27;
  text-decoration: underline;
}
.photo-block .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .photo-block .column {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .photo-block .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
.photo-block .column .upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box {
    gap: 10rem;
  }
}
.photo-block .column .upload-box .thumbnail {
  max-width: 120px;
  height: 120px;
  width: 43%;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box .thumbnail {
    max-width: 120rem;
    height: 120rem;
  }
}
.photo-block .column .upload-box .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-block .column .upload-box .upload-wrap {
  width: 53%;
}
.photo-block .column .upload-box .upload-wrap .upload-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box .upload-wrap .upload-controls {
    gap: 4rem;
  }
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-button {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: linear-gradient(#fff 0%, #f2f2f2 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box .upload-wrap .upload-controls .upload-button {
    width: 150rem;
    padding: 10rem 0;
    font-size: 15rem;
  }
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-button:hover {
  background: #f1f1f1;
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-button input.upload-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  margin-top: 12px;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove {
    gap: 8rem;
    font-size: 16rem;
    margin-top: 12rem;
  }
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove .icon {
    width: 19rem;
    height: 19rem;
    font-size: 13rem;
  }
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove .label {
  font-size: 16px;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove .label {
    font-size: 16rem;
  }
}
.photo-block .column .upload-box .upload-wrap .upload-controls .upload-remove:hover .icon {
  background-color: #444;
}

.form-submit .more {
  border: none;
  width: 100%;
}

/* ラベルのテキスト */
.label-text {
  font-weight: 500;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .label-text {
    font-size: 15rem;
  }
}

.mw_wp_form_confirm .photo-block .column .upload-box .upload-wrap .upload-controls {
  display: none;
}

.mw-wp-form_file {
  display: none;
}

.mw_wp_form .error {
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .mw_wp_form .error {
    font-size: 14rem;
  }
}

.error-text {
  width: 100%;
}

.attention-warning {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .attention-warning {
    margin-bottom: 30rem;
  }
}
.attention-warning .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #222;
  margin-bottom: 77px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .ttl {
    font-size: 32rem;
    line-height: 42rem;
    margin-bottom: 77rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .ttl {
    font-size: 28rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.attention-warning .ttl .icon {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .ttl .icon {
    margin-right: 16rem;
  }
}
.attention-warning .ttl .c-red {
  color: #b92b27;
  display: contents;
}
.attention-warning .attention-lead {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #002257;
  padding-top: 55px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .attention-lead {
    font-size: 40rem;
    padding-top: 55rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .attention-lead {
    font-size: 24rem;
  }
}
.attention-warning .attention-lead .line {
  display: inline-block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffff00), color-stop(20%, transparent));
  background-image: linear-gradient(to top, #ffff00 20%, transparent 20%);
}
.attention-warning .attention-lead .btn-know {
  position: absolute;
  background-color: #002257;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 190px;
  border-radius: 999px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .attention-warning .attention-lead .btn-know {
    font-size: 18rem;
    line-height: 40rem;
    width: 190rem;
  }
}
.attention-warning .attention-lead .btn-know::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15.5px solid transparent;
  border-right: 15.5px solid transparent;
  border-top: 27px solid #002257;
}
@media screen and (max-width: 1900px) {
  .attention-warning .attention-lead .btn-know::after {
    border-left: 15.5rem solid transparent;
    border-right: 15.5rem solid transparent;
    border-top: 27rem solid #002257;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .attention-lead .btn-know::after {
    top: 80%;
  }
}
.attention-warning .risk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .risk-list {
    gap: 45rem;
    margin-bottom: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .risk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: auto auto 19rem;
  }
}
.attention-warning .risk-list .risk-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .risk-list .risk-item img {
    margin-bottom: 10rem;
  }
}
.attention-warning .risk-list .risk-item p {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .attention-warning .risk-list .risk-item p {
    font-size: 18rem;
    line-height: 28rem;
  }
}
.attention-warning .risk-list .risk-item p .red {
  color: #b92b27;
  display: inline-block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffff00), color-stop(40%, transparent));
  background-image: linear-gradient(to top, #ffff00 40%, transparent 40%);
}
.attention-warning .arrow-img {
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .arrow-img {
    margin-bottom: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .arrow-img {
    width: 80%;
    margin: auto auto 21rem;
  }
  .attention-warning .arrow-img img {
    width: 100%;
    height: auto;
  }
}
.attention-warning .mid-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #002257;
  margin-bottom: 25px;
}
@media screen and (max-width: 1900px) {
  .attention-warning .mid-lead {
    font-size: 32rem;
    line-height: 42rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .mid-lead {
    font-size: 28rem;
  }
}
.attention-warning .mid-lead .red-bold {
  color: #b92b27;
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffff00), color-stop(40%, transparent));
  background-image: linear-gradient(to top, #ffff00 40%, transparent 40%);
}
@media screen and (max-width: 768px) {
  .attention-warning .mid-lead .red-bold {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffff00), color-stop(20%, transparent));
    background-image: linear-gradient(to top, #ffff00 20%, transparent 20%);
  }
}
.attention-warning .keyword-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1900px) {
  .attention-warning .keyword-group {
    gap: 10rem;
  }
}
.attention-warning .keyword-group .side-txt {
  font-weight: 700;
  font-size: 32px;
  color: #002257;
  margin-bottom: 7px;
  display: inline-block;
}
@media screen and (max-width: 1900px) {
  .attention-warning .keyword-group .side-txt {
    font-size: 32rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .keyword-group .side-txt {
    font-size: 28rem;
  }
}
.attention-warning .keyword-group .tag {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#63d7f5), to(#2c72e3));
  background: linear-gradient(#63d7f5 0%, #2c72e3 100%);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  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;
}
@media screen and (max-width: 1900px) {
  .attention-warning .keyword-group .tag {
    width: 100rem;
    height: 100rem;
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .keyword-group .tag {
    font-size: 28rem;
  }
}
.attention-warning .final-message {
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #002257;
}
@media screen and (max-width: 1900px) {
  .attention-warning .final-message {
    font-size: 32rem;
    line-height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning .final-message {
    font-size: 25rem;
    line-height: 1.4;
  }
}
.attention-warning::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/attention/icon02.png) no-repeat center/contain;
  width: 153px;
  height: 235px;
}
@media screen and (max-width: 1900px) {
  .attention-warning::before {
    width: 153rem;
    height: 235rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning::before {
    content: none;
  }
}
.attention-warning::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/attention/icon03.png) no-repeat center/contain;
  width: 164px;
  height: 259px;
}
@media screen and (max-width: 1900px) {
  .attention-warning::after {
    width: 164rem;
    height: 259rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-warning::after {
    content: none;
  }
}

.attention-qa-intro {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro {
    margin-bottom: 50rem;
  }
}
.attention-qa-intro .qa-intro {
  background-color: #002257;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 999px;
  margin-bottom: 49px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-intro {
    font-size: 32rem;
    line-height: 60rem;
    margin-bottom: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa-intro .qa-intro {
    font-size: 26rem;
    line-height: 1.2;
    padding: 10rem;
  }
}
.attention-qa-intro .qa-intro::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 40.5px solid transparent;
  border-right: 40.5px solid transparent;
  border-top: 45px solid #002257;
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-intro::after {
    border-left: 40.5rem solid transparent;
    border-right: 40.5rem solid transparent;
    border-top: 45rem solid #002257;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa-intro .qa-intro::after {
    top: 70%;
    z-index: -1;
  }
}
.attention-qa-intro .qa-headline-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: 10px;
  counter-reset: number 0;
  max-width: 600px;
  margin: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list {
    gap: 10rem;
    max-width: 600rem;
  }
}
.attention-qa-intro .qa-headline-list::before {
  content: "";
  position: absolute;
  right: 98%;
  bottom: 0;
  background: url(../img/attention/icon04.png) no-repeat center/contain;
  width: 136px;
  height: 350px;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list::before {
    width: 136rem;
    height: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa-intro .qa-headline-list::before {
    content: none;
  }
}
.attention-qa-intro .qa-headline-list::after {
  content: "";
  position: absolute;
  left: 98%;
  bottom: 0;
  background: url(../img/attention/icon05.png) no-repeat center/contain;
  width: 130px;
  height: 323px;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list::after {
    width: 130rem;
    height: 323rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa-intro .qa-headline-list::after {
    content: none;
  }
}
.attention-qa-intro .qa-headline-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef1f6));
  background: linear-gradient(#fff 0%, #eef1f6 100%);
  border: 1px solid #ddd;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list li {
    gap: 14rem;
  }
}
.attention-qa-intro .qa-headline-list li a {
  display: block;
  padding: 12px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list li a {
    font-size: 18rem;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa-intro .qa-headline-list li a {
    font-size: 16rem;
  }
}
.attention-qa-intro .qa-headline-list li span {
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  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;
  width: 50px;
  border-radius: 4px 0px 0px 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#466492), to(#002257));
  background: linear-gradient(#466492 0%, #002257 100%);
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list li span {
    font-size: 11rem;
    width: 50rem;
  }
}
.attention-qa-intro .qa-headline-list li span::after {
  display: block;
  color: #fff;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
}
@media screen and (max-width: 1900px) {
  .attention-qa-intro .qa-headline-list li span::after {
    font-size: 20rem;
    line-height: 18rem;
  }
}

.attention-qa .q-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block {
    margin-bottom: 50rem;
  }
}
.attention-qa .q-block .q-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eef1f6));
  background: linear-gradient(#fff 0%, #eef1f6 100%);
  border: 1px solid #ddd;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  border-bottom: none;
  border-radius: 4px 0px 0px 4px;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-header {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-header {
    gap: 14rem;
  }
}
.attention-qa .q-block .q-header .q-label {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  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;
  min-width: 50px;
  border-radius: 4px 0px 0px 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#466492), to(#002257));
  background: linear-gradient(#466492 0%, #002257 100%);
  text-align: center;
  padding: 7px 0;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-header .q-label {
    font-size: 12rem;
    min-width: 50rem;
    padding: 7rem 0;
  }
}
.attention-qa .q-block .q-header .q-label::after {
  display: block;
  color: #fff;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-header .q-label::after {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-header .q-label::after {
    font-size: 20rem;
  }
}
.attention-qa .q-block .q-header .q-title {
  font-size: 20px;
  line-height: 1.2;
  margin: auto 0;
  padding: 7px 0;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-header .q-title {
    font-size: 20rem;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-header .q-title {
    font-size: 16rem;
  }
}
.attention-qa .q-block .q-content {
  border-radius: 0px 0px 5px 5px;
  background: #fbfbfc;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content {
    gap: 30rem;
    padding: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-content {
    padding: 30rem 10rem;
  }
}
.attention-qa .q-block .q-content .q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 29px;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item {
    gap: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-content .q-item {
    gap: 23rem;
  }
}
.attention-qa .q-block .q-content .q-item .q-balloon-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.attention-qa .q-block .q-content .q-item .q-balloon-wrapper .q-balloon {
  border: 1px solid #e8c495;
  background: #fefdf2;
  padding: 22px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item .q-balloon-wrapper .q-balloon {
    padding: 22rem;
    border-radius: 10rem;
    font-size: 15rem;
    line-height: 25rem;
  }
}
.attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon {
  position: absolute;
  width: 31px;
  height: 38px;
  left: 98%;
  top: 19px;
  pointer-events: none;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon {
    width: 31rem;
    height: 38rem;
    top: 19rem;
  }
}
.attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 38px solid #e8c495;
  z-index: 0;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon::before {
    border-top: 15rem solid transparent;
    border-bottom: 15rem solid transparent;
    border-left: 38rem solid #e8c495;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon::before {
    left: -13rem;
  }
}
.attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 36px solid #fefdf2;
  z-index: 2;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon::after {
    border-top: 14rem solid transparent;
    border-bottom: 14rem solid transparent;
    border-left: 36rem solid #fefdf2;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-content .q-item .q-balloon-wrapper .baloon::after {
    left: -13rem;
  }
}
.attention-qa .q-block .q-content .q-item.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .q-balloon {
  border: 1px solid #e8e8f3;
  background: #fff;
}
.attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon {
  left: auto;
  right: 98%;
}
.attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon::before {
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 38px solid #e8e8f3;
  border-top: 0;
  -webkit-transform: rotate(280deg);
          transform: rotate(280deg);
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon::before {
    border-right: 15rem solid transparent;
    border-left: 15rem solid transparent;
    border-bottom: 38rem solid #e8e8f3;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon::before {
    right: -13rem;
  }
}
.attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon::after {
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 36px solid #fff;
  border-top: 0;
  -webkit-transform: rotate(280deg);
          transform: rotate(280deg);
  z-index: 2;
}
@media screen and (max-width: 1900px) {
  .attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon::after {
    border-right: 14rem solid transparent;
    border-left: 14rem solid transparent;
    border-bottom: 36rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .attention-qa .q-block .q-content .q-item.right .q-balloon-wrapper .baloon::after {
    right: -13rem;
  }
}
.attention-qa .text .catch {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #222;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .attention-qa .text .catch {
    font-size: 18rem;
    line-height: 30rem;
    margin-bottom: 15rem;
  }
}
.attention-qa .text .description {
  color: #b92b27;
  text-align: center;
}

.archive-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .archive-posts {
    gap: 20rem;
    margin-bottom: 40rem;
  }
}
.archive-posts .archive-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .archive-posts .archive-post a {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-posts .archive-post a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive-posts .archive-post a .archive-post-content .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #003fa3;
  margin-bottom: 3px;
}
@media screen and (max-width: 1900px) {
  .archive-posts .archive-post a .archive-post-content .date {
    font-size: 15rem;
    margin-bottom: 3rem;
  }
}
.archive-posts .archive-post a .archive-post-content .item-ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1900px) {
  .archive-posts .archive-post a .archive-post-content .item-ttl {
    font-size: 18rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-posts .archive-post .archive-post-thumbnail img {
    width: 100%;
    height: auto;
  }
}

.archive-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .archive-pagination .nav-links {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-pagination .nav-links {
    gap: 8rem;
  }
}
.archive-pagination .nav-links a,
.archive-pagination .nav-links span {
  width: 30px;
  height: 30px;
  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;
  background-color: #ccc;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
}
@media screen and (max-width: 1900px) {
  .archive-pagination .nav-links a,
  .archive-pagination .nav-links span {
    width: 30rem;
    height: 30rem;
    font-size: 15rem;
  }
}
.archive-pagination .nav-links a.next, .archive-pagination .nav-links a.prev,
.archive-pagination .nav-links span.next,
.archive-pagination .nav-links span.prev {
  background-color: transparent;
  color: #222;
}
.archive-pagination .nav-links a.current,
.archive-pagination .nav-links span.current {
  background-color: #003fa3;
}

.single-title {
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #003fa3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .single-title {
    font-size: 30rem;
    padding-bottom: 14rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .single-title {
    font-size: 24rem;
  }
}

.single-date {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 22px;
}
@media screen and (max-width: 1900px) {
  .single-date {
    margin-bottom: 22rem;
    font-size: 14rem;
  }
}

.single-thumbnail {
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .single-thumbnail {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .single-thumbnail {
    text-align: center;
  }
}
.single-thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single-thumbnail img {
    width: 90%;
  }
}

.single-content p {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1900px) {
  .single-content p {
    font-size: 15rem;
  }
}
.single-content h2.wp-block-heading {
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  color: #333;
  padding-bottom: 13px;
  border-bottom: 2px solid #003fa3;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .single-content h2.wp-block-heading {
    font-size: 22rem;
    line-height: 1.2;
    padding-bottom: 13rem;
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
}
.single-content h3.wp-block-heading {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #333;
  padding-bottom: 13px;
  border-bottom: 2px solid #003fa3;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .single-content h3.wp-block-heading {
    font-size: 18rem;
    line-height: 1.2;
    padding-bottom: 13rem;
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
}
.single-content h4.wp-block-heading {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .single-content h4.wp-block-heading {
    font-size: 18rem;
    line-height: 1.2;
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
}
.single-content h5.wp-block-heading {
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .single-content h5.wp-block-heading {
    font-size: 15rem;
    line-height: 1.2;
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
}
.single-content .wp-block-list,
.single-content ul.wp-block-list,
.single-content ol.wp-block-list {
  list-style: none;
  margin: 1.5em 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 15px;
}
.single-content .wp-block-list li,
.single-content ul.wp-block-list li,
.single-content ol.wp-block-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.single-content ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.5em;
  height: 0.5em;
  background-color: #0267c7;
  border-radius: 50%;
}
.single-content ol.wp-block-list {
  counter-reset: list-counter;
}
.single-content ol.wp-block-list li {
  counter-increment: list-counter;
}
.single-content ol.wp-block-list li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #0267c7;
}
.single-content .wp-block-table {
  overflow-x: auto;
  margin: 30px 0;
  font-size: 15px;
}
.single-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.single-content .wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
.single-content .wp-block-table th,
.single-content .wp-block-table td {
  padding: 11px 15px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}
.single-content .wp-block-table thead th {
  background-color: #0267c7;
  color: #fff;
  font-weight: bold;
}
.single-content .wp-block-table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.single-navigation {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .single-navigation {
    margin-top: 80rem;
  }
}
.single-navigation .nav-link {
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 1900px) {
  .single-navigation .nav-link {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .single-navigation .nav-link {
    font-size: 14rem;
  }
}
.single-navigation a,
.single-navigation span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.single-navigation a .nav-icon,
.single-navigation span .nav-icon {
  width: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .single-navigation a .nav-icon,
  .single-navigation span .nav-icon {
    width: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .single-navigation a .nav-icon,
  .single-navigation span .nav-icon {
    width: 15rem;
  }
}
.single-navigation a .nav-icon svg,
.single-navigation span .nav-icon svg {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1900px) {
  .single-navigation a .nav-icon svg,
  .single-navigation span .nav-icon svg {
    width: 21rem;
    height: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .single-navigation a .nav-icon svg,
  .single-navigation span .nav-icon svg {
    width: 15rem;
    height: 15rem;
  }
}/*# sourceMappingURL=style.css.map */