@charset "UTF-8";
/* color */
/* font */
/* animation */
/* parts */
.primary-btn {
  border: 1px solid #2d4581;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2d4581;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border-radius: 30px;
  min-width: 270px;
  min-height: 47px;
  position: relative;
}
.primary-btn:active {
  background-color: #2d4581;
  color: #ffffff;
  font-weight: 800;
}
.primary-btn:active svg text,
.primary-btn:active svg path {
  fill: #ffffff;
}
.primary-btn:active svg.download g path,
.primary-btn:active svg.download g line {
  stroke: #ffffff;
}
.primary-btn svg {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
.primary-btn svg.download {
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .primary-btn {
    font-size: 1.6rem;
    min-width: 300px;
    min-height: 56px;
    transition: all 0.3s ease-out;
  }
  .primary-btn:hover {
    background-color: #2d4581;
    color: #ffffff;
    font-weight: 800;
  }
  .primary-btn:hover svg text,
  .primary-btn:hover svg path {
    fill: #ffffff;
  }
  .primary-btn:hover svg.download g path,
  .primary-btn:hover svg.download g line {
    stroke: #ffffff;
  }
  .primary-btn svg {
    transition: all 0.3s ease-out;
    right: 1.5rem;
  }
}

.btn-box {
  text-align: center;
}

.primary-head {
  margin-bottom: 3rem;
}
.primary-head .ttl {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.45;
  color: #2d4581;
}
.primary-head .en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #a6aaac;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .primary-head {
    margin-bottom: 3.5rem;
  }
  .primary-head .ttl {
    font-size: 4rem;
  }
  .primary-head .en {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
}

.primary-table {
  width: 100%;
}
.primary-table tr {
  display: block;
  padding: 1rem 2rem;
  border-bottom: 1px solid #3b4043;
}
.primary-table tr:first-child {
  border-top: 1px solid #3b4043;
}
.primary-table tr th,
.primary-table tr td {
  font-size: 1.6rem;
  text-align: left;
  display: block;
  line-height: 1.625;
}
.primary-table tr th ul li,
.primary-table tr td ul li {
  position: relative;
  padding-left: 1.4em;
}
.primary-table tr th ul li p,
.primary-table tr td ul li p {
  font-size: 1.6rem;
  text-align: left;
  display: block;
  line-height: 1.625;
}
.primary-table tr th ul li p::before,
.primary-table tr td ul li p::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  line-height: 1.625;
}
.primary-table tr th {
  font-weight: 700;
  color: #2d4581;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .primary-table tr {
    display: flex;
    padding: 2rem 0;
  }
  .primary-table tr th,
  .primary-table tr td {
    padding: 0 2rem;
  }
  .primary-table tr th {
    width: 36.363636%;
    margin-bottom: 0;
  }
  .primary-table tr td {
    width: 63.636364%;
  }
}

/* common */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  background-color: #f0f3f5;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.75;
}

img,
video {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000000;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

input,
select,
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
}

.pc {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.plan-wrap .plan-block {
  border: 2px solid #2d4581;
  border-radius: 10px;
}
.plan-wrap .plan-block:nth-child(1) {
  margin-bottom: 3.5rem;
}
.plan-wrap .plan-block .plan-head {
  border-radius: 6px 6px 0 0;
  padding: 2.5rem 2rem 1rem;
  position: relative;
  background-color: #2d4581;
}
.plan-wrap .plan-block .plan-head .plan-head-remark {
  width: 192px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #2d4581;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  color: #2d4581;
}
.plan-wrap .plan-block .plan-head .plan-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: center;
}
.plan-wrap .plan-block .plan-content {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 8px 8px;
  padding: 1rem 2rem 2rem;
}
.plan-wrap .plan-block .plan-content .plan-txt1 {
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-weight: 700;
  text-align: center;
}
.plan-wrap .plan-block .plan-content .plan-txt2 {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  text-align: center;
}
.plan-wrap .plan-block .plan-content .plan-price {
  max-width: 140px;
  margin: 1rem auto 0;
}
.plan-wrap .plan-block .plan-content .plan-price .plan-price-txt {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #e33c0b;
  line-height: 1.3;
  position: relative;
  white-space: nowrap;
}
.plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.tax {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  right: -70px;
}
.plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.specimen {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  left: -60px;
}

.banner-specimen {
  display: block;
}
.banner-specimen img {
  width: 100%;
}
.banner-specimen:active {
  opacity: 0.9;
}

#scrollToTop {
  display: block;
  position: fixed;
  right: 0;
  bottom: -8px;
  z-index: 997;
  width: 90px;
}

.floating-sp {
  position: fixed;
  left: 1rem;
  bottom: 0;
  z-index: 997;
  width: 73.8461538462%;
}
.floating-sp .wrap {
  display: flex;
  justify-content: space-between;
}
.floating-sp .wrap a {
  width: calc((100% - 8px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px 10px 0 0;
  height: 70px;
  padding: 1rem 2rem;
}
.floating-sp .wrap a img {
  max-height: 100%;
}

.reason1-wrap {
  padding: 0 1.5rem;
}
.reason1-wrap .block:nth-child(1) {
  text-align: center;
  margin: 3rem 0 3.5rem;
}
.reason1-wrap .block:nth-child(1) img {
  width: 200px;
}

.header-pc,
.header-fixed {
  display: none;
}

.header-sp .wrap {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 2rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-sp .wrap .block:nth-child(1) {
  width: 112px;
}
.header-sp .wrap .block:nth-child(1) .logo {
  display: block;
}
.header-sp .wrap .block:nth-child(1) .logo img {
  width: 100%;
}
.header-sp .wrap .block:nth-child(2) {
  width: calc(100% - 112px);
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.header-sp .wrap .block:nth-child(2) .box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-sp .wrap .block:nth-child(2) .box a img {
  width: 100%;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(1) {
  width: 31px;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(1) a {
  padding: 0 0.8rem;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(2) {
  width: 66px;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(2) a {
  padding: 0 1rem;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) {
  width: 60px;
  height: 100%;
  background-color: #2d4581;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger.active div span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger.active div span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger.active div span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger div {
  display: flex;
  flex-direction: column;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger div span {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger div span:not(:last-child) {
  margin-bottom: 5px;
}
.header-sp .wrap .block:nth-child(2) .box:nth-child(3) .hamburger .txt {
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  margin-top: 0.8rem;
  color: #ffffff;
  display: block;
}
.header-sp .header-sp-nav {
  margin-top: 60px;
}
.header-sp .header-sp-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header-sp .header-sp-nav ul li {
  width: 33.3333333333%;
  border: 1px solid #ffffff;
}
.header-sp .header-sp-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #2d4581;
  height: 100%;
  line-height: 1.3;
  position: relative;
}
.header-sp .header-sp-nav ul li a:active {
  opacity: 0.9;
}
.header-sp .header-sp-nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
.header-sp .menu {
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #2d4581;
  overflow-y: scroll;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 999;
}
.header-sp .menu.active {
  opacity: 1;
  visibility: visible;
}
.header-sp .menu .menu-container {
  padding: 4rem 6rem 20rem;
}
.header-sp .menu .menu-container nav .menu-list .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}
.header-sp .menu .menu-container nav .menu-list .menu-item.sub {
  margin: 4rem 0;
}
.header-sp .menu .menu-container nav .menu-list .menu-item a {
  display: block;
  color: #ffffff;
  line-height: 1.3;
}
.header-sp .menu .menu-container nav .menu-list .menu-item .menu-link {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.header-sp .menu .menu-container nav .menu-list .menu-item .menu-sub-list {
  margin-top: 1rem;
}
.header-sp .menu .menu-container nav .menu-list .menu-item .menu-sub-list .menu-sub-item:not(:last-child) {
  margin-bottom: 1rem;
}
.header-sp .menu .menu-container nav .menu-list .menu-item .menu-sub-list .menu-sub-item .menu-sub-link {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  padding-left: 2rem;
  position: relative;
}
.header-sp .menu .menu-container nav .menu-list .menu-item .menu-sub-list .menu-sub-item .menu-sub-link::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.header-sp .menu .menu-container nav .privacy {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  margin: 3.5rem 0;
  color: #ffffff;
  line-height: 1.3;
  display: block;
}
.header-sp .menu .menu-container .menu-close {
  text-align: center;
}
.header-sp .menu .menu-container .menu-close:active img {
  opacity: 0.9;
}
.header-sp .menu .menu-container .menu-close img {
  width: 76px;
  transition: all 0.1s ease-out;
}

.webp .asbest-section {
  background: url("../img/top/bg-asbest-sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .asbest-section {
  background: url("../img/top/bg-asbest-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.asbest-section {
  padding: 3rem 2rem;
  color: #ffffff;
  text-align: center;
}
.asbest-section .container .txt1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.asbest-section .container .txt1 span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.asbest-section .container .txt2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.asbest-section .container .txt3 {
  font-size: 2.4rem;
  font-weight: 900;
}
.asbest-section .container .txt3 span {
  padding: 0.2rem 1rem;
  background-color: #ffeb00;
  color: #000000;
}
.asbest-section .container .txt4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.asbest-section .container .btn-box {
  margin-top: 4rem;
}

.area-section {
  padding: 0 3rem;
}
.area-section.top {
  padding-top: 3rem;
  margin-top: 6rem;
  position: relative;
}
.area-section.top::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-color: #a6aaac;
}
.area-section .container .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.area-section .container .wrap .block:nth-child(1) .company .box:not(:last-child) {
  margin-bottom: 2rem;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head {
  margin-bottom: 1.2rem;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(1) {
  margin-right: 1rem;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(1) span {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 15px;
  padding: 0.4rem 1.5rem;
  display: inline-block;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(2) span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul {
  display: flex;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul li {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 0.2rem 1rem;
  color: #ffffff;
  height: 21px;
  align-content: center;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul li:not(:last-child) {
  margin-right: 10px;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul li.orange {
  background-color: #e33c0b;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul li.green {
  background-color: #10803c;
}
.area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul li.blue {
  background-color: #2d4581;
}
.area-section .container .wrap .block:nth-child(1) .company .box .content .txt {
  font-size: 1rem;
}
.area-section .container .wrap .block:nth-child(1) .main-office {
  padding: 1rem;
  border-radius: 5px;
  background-color: #ffeb00;
  margin-top: 2rem;
  display: inline-block;
}
.area-section .container .wrap .block:nth-child(1) .main-office .head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.area-section .container .wrap .block:nth-child(1) .main-office .head div:nth-child(1) {
  margin-right: 1rem;
}
.area-section .container .wrap .block:nth-child(1) .main-office .head div:nth-child(1) span {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 15px;
  padding: 0.4rem 1.5rem;
  display: inline-block;
}
.area-section .container .wrap .block:nth-child(1) .main-office .head div:nth-child(2) span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.area-section .container .wrap .block:nth-child(1) .main-office .content .txt {
  font-size: 1rem;
}
.area-section .container .wrap .block:nth-child(2) {
  margin-top: -100px;
}
.area-section .container .wrap .block:nth-child(2) .area {
  width: 100%;
  display: block;
  margin: 0;
}
.area-section .container .wrap .block:nth-child(2) .txt {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.cta-section {
  padding: 8rem 5.5rem 4rem;
}
.cta-section .section-inner {
  max-width: 800px;
}
.cta-section .container .ttl {
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  margin-bottom: 2rem;
  text-align: center;
}
.cta-section .container .wrap {
  max-width: 680px;
  margin: 0 auto 2rem;
}
.cta-section .container .wrap .block.contact {
  background-color: #2d4581;
  margin-bottom: 3rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  position: relative;
}
.cta-section .container .wrap .block.contact:active {
  background-color: #0089ff;
}
.cta-section .container .wrap .block.contact span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-left: 1rem;
}
.cta-section .container .wrap .block.contact .icon-email {
  width: 30px;
}
.cta-section .container .wrap .block.contact .arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  width: 10px;
}
.cta-section .container .wrap .block.contact.line {
  background-color: #24c755;
}
.cta-section .container .wrap .block.contact.line .icon-line {
  width: 28px;
  height: auto;
}
.cta-section .container .wrap .block.tel a {
  display: block;
  max-width: 432px;
  margin: 0 auto;
}
.cta-section .container .wrap .block.tel a img {
  width: 100%;
}
.cta-section .container .wrap .block.tel .txt {
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cta-section .container .person {
  display: none;
}

.footer .nav-container {
  display: none;
}
.footer .info-container {
  padding: 2rem 2rem 8rem;
  background-color: #54585a;
  color: #ffffff;
}
.footer .info-container .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .info-container .wrap .block:nth-child(1) {
  width: 114px;
  padding-top: 1rem;
}
.footer .info-container .wrap .block:nth-child(1) .box div:nth-child(1) .logo {
  display: block;
}
.footer .info-container .wrap .block:nth-child(1) .box div:nth-child(1) .logo:active {
  opacity: 0.8;
}
.footer .info-container .wrap .block:nth-child(1) .remark {
  margin-top: 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.footer .info-container .wrap .block:nth-child(2) {
  width: 160px;
}
.footer .info-container .wrap .block:nth-child(2) .privacy {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.footer .info-container .wrap .block:nth-child(2) .copyright {
  font-size: 1rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.specimen-pack-section {
  padding: 0 2rem 4rem;
  margin: 5rem 0 8rem;
}
.specimen-pack-section.analysis {
  margin: 5rem 0 3rem;
}
.specimen-pack-section .container .wrap {
  border-radius: 5px;
  background-color: #2d4581;
  padding: 2rem;
}
.specimen-pack-section .container .wrap .block {
  margin-bottom: 2rem;
}
.specimen-pack-section .container .wrap .block .box:nth-child(1) {
  margin-bottom: 2rem;
}
.specimen-pack-section .container .wrap .block .box:nth-child(1) .txt {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.specimen-pack-section .container .wrap .block .box:nth-child(1) .txt .yellow {
  color: #ffeb00;
}
.specimen-pack-section .container .wrap .block .box:nth-child(1) .txt .strong {
  font-size: 2.2rem;
}
.specimen-pack-section .container .wrap .block .box:nth-child(2) img {
  width: 100%;
}
.specimen-pack-section .container .wrap .remark {
  color: #ffffff;
  margin-bottom: 3rem;
}
.specimen-pack-section .container .wrap .btn-box .primary-btn:active {
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .plan-wrap {
    display: flex;
    justify-content: space-between;
  }
  .plan-wrap .plan-block {
    width: calc((100% - 30px) / 2);
  }
  .plan-wrap .plan-block:nth-child(1) {
    margin-bottom: 0;
  }
  .banner-specimen {
    max-width: 800px;
    margin: 0 auto;
  }
  .banner-specimen:hover {
    opacity: 0.9;
  }
  #scrollToTop {
    display: none;
  }
  .floating-pc {
    position: fixed;
    top: 150px;
    right: -2rem;
    z-index: 997;
  }
  .floating-pc .wrap a {
    display: block;
  }
  .floating-pc .wrap a:nth-child(2) {
    margin-top: -1rem;
  }
  .floating-pc .wrap a:hover {
    opacity: 0.9;
  }
  .reason1-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.5rem;
    padding: 0;
  }
  .reason1-wrap .block:nth-child(1) {
    width: 21.666667%;
    margin: 0;
  }
  .reason1-wrap .block:nth-child(1) img {
    width: 100%;
  }
  .reason1-wrap .block:nth-child(2) {
    width: 74.444444%;
  }
  .webp .asbest-section {
    background: url("../img/top/bg-asbest-pc.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .no-webp .asbest-section {
    background: url("../img/top/bg-asbest-pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .asbest-section {
    padding: 6rem 2rem 4rem;
  }
  .asbest-section .container .txt1 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .asbest-section .container .txt1 span {
    font-size: 2rem;
  }
  .asbest-section .container .txt2 {
    font-size: 3.2rem;
  }
  .asbest-section .container .txt3 {
    font-size: 4.8rem;
  }
  .asbest-section .container .txt4 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  .asbest-section .container .btn-box {
    margin-top: 6rem;
  }
  .area-section.top {
    padding-top: 7rem;
    margin-top: 10rem;
  }
  .area-section.top::before {
    width: 100%;
    max-width: 1000px;
  }
  .area-section .container .ttl {
    font-size: 3.4rem;
    letter-spacing: 1.7px;
    margin-bottom: 7rem;
  }
  .area-section .container .wrap {
    display: flex;
    justify-content: space-between;
  }
  .area-section .container .wrap .block:nth-child(1) {
    width: 48.5%;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(1) span {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    padding: 0.4rem 2.5rem;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(2) span {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) ul li {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    padding: 0.5rem 1.5rem;
    height: 30px;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .content .txt {
    font-size: 1.6rem;
  }
  .area-section .container .wrap .block:nth-child(1) .main-office {
    margin-top: 3.5rem;
    padding: 1.5rem 2rem;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
  }
  .area-section .container .wrap .block:nth-child(1) .main-office .head div:nth-child(1) span {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .area-section .container .wrap .block:nth-child(1) .main-office .head div:nth-child(2) span {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .area-section .container .wrap .block:nth-child(1) .main-office .content .txt {
    font-size: 1.6rem;
  }
  .area-section .container .wrap .block:nth-child(2) {
    margin-top: 0;
    width: 51.5%;
  }
  .area-section .container .wrap .block:nth-child(2) .area {
    width: 100%;
    margin: 0;
  }
  .area-section .container .wrap .block:nth-child(2) .txt {
    font-size: 1.6rem;
    margin-top: 3.5rem;
  }
  .cta-section {
    padding: 14rem 2rem 0;
  }
  .cta-section .container {
    position: relative;
    padding-bottom: 20rem;
  }
  .cta-section .container .ttl {
    font-size: 2.2rem;
    letter-spacing: 0.44px;
    margin-bottom: 3.5rem;
  }
  .cta-section .container .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
  }
  .cta-section .container .wrap .block.contact {
    margin-bottom: 0;
    width: 47.058824%;
    transition: all 0.3s ease-out;
  }
  .cta-section .container .wrap .block.contact:hover {
    background-color: #0089ff;
  }
  .cta-section .container .wrap .block.contact span {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
  .cta-section .container .wrap .block.contact .icon-email {
    width: 34px;
  }
  .cta-section .container .wrap .block.contact .icon-line {
    width: 36px;
  }
  .cta-section .container .wrap .block.tel {
    width: calc(52.941176% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-section .container .wrap .block.tel .txt {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .cta-section .container .wrap .block.line {
    display: none !important;
  }
  .cta-section .container .person {
    display: block;
    width: 220px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
  }
  .footer .nav-container {
    display: block;
    background-color: #cad1d5;
    padding: 4rem 2rem;
    position: relative;
  }
  .footer .nav-container .micro {
    display: block;
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 4rem;
  }
  .footer .nav-container .wrap {
    display: flex;
  }
  .footer .nav-container .wrap .block {
    border-right: 1px solid #bec4d0;
  }
  .footer .nav-container .wrap .block:nth-child(2), .footer .nav-container .wrap .block:nth-child(3) {
    padding: 0 3.8rem;
  }
  .footer .nav-container .wrap .block:nth-child(1) {
    padding-right: 3.8rem;
    width: 24.2%;
  }
  .footer .nav-container .wrap .block:nth-child(2) {
    width: 27.6%;
    padding-right: 2rem;
  }
  .footer .nav-container .wrap .block:nth-child(3) {
    width: 29%;
  }
  .footer .nav-container .wrap .block:nth-child(4) {
    padding-left: 3.8rem;
    width: 19%;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item a {
    display: block;
    line-height: 1.5;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item a:hover {
    opacity: 0.5;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .footer-link {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .footer-link.footer-link2 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.7px;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .sub-list {
    margin-top: 1rem;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .sub-list .sub-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .sub-list .sub-item .sub-link {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding-left: 2rem;
    position: relative;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .sub-list .sub-item .sub-link::before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer .info-container {
    padding: 4rem 2rem 2rem;
    position: relative;
  }
  .footer .info-container .wrap .block:nth-child(1) {
    width: 100%;
  }
  .footer .info-container .wrap .block:nth-child(1) .box {
    display: flex;
  }
  .footer .info-container .wrap .block:nth-child(1) .box div:nth-child(1) {
    width: 124px;
  }
  .footer .info-container .wrap .block:nth-child(1) .box div:nth-child(1) .logo:hover {
    opacity: 0.8;
  }
  .footer .info-container .wrap .block:nth-child(1) .box div:nth-child(2) {
    width: calc(100% - 124px - 25px);
    margin-left: 25px;
  }
  .footer .info-container .wrap .block:nth-child(1) .box div:nth-child(2) .txt {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    line-height: 1.75;
  }
  .footer .info-container .wrap .block:nth-child(1) .remark {
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin-top: 1rem;
  }
  .footer .info-container .wrap .block:nth-child(2) {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  .footer .info-container .wrap .block:nth-child(2) .privacy {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .footer .info-container .wrap .block:nth-child(2) .privacy:hover {
    opacity: 0.5;
  }
  .specimen-pack-section {
    padding: 0 2rem 6rem;
    margin: 8.5rem 0 12rem;
  }
  .specimen-pack-section.analysis {
    margin: 10rem 0 0;
  }
  .specimen-pack-section .container .wrap {
    margin-top: 8rem;
    padding: 2rem 4rem 4rem;
    border-radius: 10px;
  }
  .specimen-pack-section .container .wrap .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .specimen-pack-section .container .wrap .block .box:nth-child(1) {
    width: calc(50% - 30px);
    margin-bottom: 0;
  }
  .specimen-pack-section .container .wrap .block .box:nth-child(1) .txt {
    font-size: 2.4rem;
  }
  .specimen-pack-section .container .wrap .block .box:nth-child(1) .txt .strong {
    font-size: 3.2rem;
  }
  .specimen-pack-section .container .wrap .block .box:nth-child(2) {
    width: 50%;
  }
  .specimen-pack-section .container .wrap .remark {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .specimen-pack-section .container .wrap .btn-box .primary-btn:hover {
    border: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1000px) {
  .header-sp {
    display: none;
  }
  .header-pc {
    display: block;
    padding: 2rem 4rem;
    background-color: #ffffff;
  }
  .header-pc.top {
    background-color: #f0f3f5;
  }
  .header-pc .wrap {
    display: flex;
  }
  .header-pc .wrap .block:nth-child(1) {
    width: 224px;
    transform: translateY(1.5rem);
  }
  .header-pc .wrap .block:nth-child(1) .logo {
    display: block;
  }
  .header-pc .wrap .block:nth-child(1) .logo:hover {
    opacity: 0.9;
  }
  .header-pc .wrap .block:nth-child(1) .logo img {
    width: 100%;
  }
  .header-pc .wrap .block:nth-child(2) {
    width: calc(100% - 224px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-pc .wrap .block:nth-child(2) .box:nth-child(1) {
    width: 327px;
    margin-right: 2rem;
  }
  .header-pc .wrap .block:nth-child(2) .box:nth-child(1) a {
    display: block;
    width: 100%;
  }
  .header-pc .wrap .block:nth-child(2) .box:nth-child(2) {
    width: 148px;
  }
  .header-pc .header-pc-nav {
    margin-top: 1.5rem;
  }
  .header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background-color: #2d4581;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 24px;
    border: 2px solid #000000;
    transition: all 0.3s ease-out;
  }
  .header-btn:hover {
    background-color: #3c62cb;
  }
  .header-pc-nav .list {
    display: flex;
    justify-content: flex-end;
  }
  .header-pc-nav .list .item {
    position: relative;
  }
  .header-pc-nav .list .item:not(:last-child) {
    margin-right: 4rem;
  }
  .header-pc-nav .list .item.gnav-item:hover {
    cursor: pointer;
  }
  .header-pc-nav .list .item.gnav-item:hover .gnav-sub {
    opacity: 1;
    visibility: visible;
  }
  .header-pc-nav .list .item .link {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.8px;
  }
  .header-pc-nav .list .item .link:hover {
    color: #10803c;
  }
  .header-pc-nav .list .item .gnav-sub {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    padding-top: 4rem;
  }
  .header-pc-nav .list .item .gnav-sub .sub-list {
    background-color: #ffffff;
    border: 1px solid #10803c;
    border-radius: 5px;
    padding: 2rem 1rem;
    width: 174px;
    position: relative;
  }
  .header-pc-nav .list .item .gnav-sub .sub-list::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #10803d transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header-pc-nav .list .item .gnav-sub .sub-list .sub-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .header-pc-nav .list .item .gnav-sub .sub-list .sub-item .sub-link {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
  }
  .header-pc-nav .list .item .gnav-sub .sub-list .sub-item .sub-link:hover {
    color: #10803c;
  }
  .header-fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 76px;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
    padding: 1.5rem 4rem;
    transform: translateY(-100%);
  }
  .header-fixed.active {
    transform: translateY(0);
  }
  .header-fixed .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .header-fixed .wrap .block:nth-child(1) {
    width: 150px;
  }
  .header-fixed .wrap .block:nth-child(1) .logo {
    display: block;
  }
  .header-fixed .wrap .block:nth-child(1) .logo:hover {
    opacity: 0.9;
  }
  .header-fixed .wrap .block:nth-child(1) .logo img {
    width: 100%;
  }
  .header-fixed .wrap .block:nth-child(2) {
    width: calc(100% - 150px - 20px);
    display: flex;
    align-items: center;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) {
    width: calc(100% - 340px - 30px);
    margin-right: 30px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) .header-pc-nav .list .item:not(:last-child) {
    margin-right: 2.5rem;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) .header-pc-nav .list .item .link {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) {
    display: flex;
    align-items: center;
    width: 340px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(1) {
    width: 195px;
    margin-right: 25px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(1) img {
    width: 100%;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(2) {
    width: 120px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header-fixed {
    padding: 1.5rem;
  }
  .header-fixed .wrap .block:nth-child(1) {
    width: 130px;
  }
  .header-fixed .wrap .block:nth-child(2) {
    width: calc(100% - 130px - 20px);
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) {
    width: calc(100% - 325px - 20px);
    margin-right: 20px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) .header-pc-nav .list .item:not(:last-child) {
    margin-right: 1.5rem;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) .header-pc-nav .list .item .link {
    font-size: 1.2rem;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) {
    width: 325px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(1) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .plan-wrap .plan-block {
    width: calc((100% - 20px) / 2);
  }
  .plan-wrap .plan-block .plan-content .plan-price {
    max-width: 120px;
  }
  .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt {
    font-size: 2.4rem;
  }
  .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.specimen {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    left: -50px;
  }
  .area-section {
    padding: 0 5vw;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head {
    flex-direction: column;
    align-items: flex-start;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) {
    width: 100%;
    margin-bottom: 1rem;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) {
    width: 100%;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .content .txt {
    font-size: 1.4rem;
  }
  .area-section .container .wrap .block:nth-child(1) .main-office {
    width: 95%;
  }
  .area-section .container .wrap .block:nth-child(1) .main-office .content .txt {
    font-size: 1.4rem;
  }
  .area-section .container .wrap .block:nth-child(2) .txt {
    font-size: 1.4rem;
  }
  .cta-section {
    padding: 14rem 5vw 0;
  }
  .cta-section .container .person {
    width: 180px;
  }
  .footer .nav-container .micro {
    display: none;
  }
  .footer .nav-container .wrap .block:nth-child(2), .footer .nav-container .wrap .block:nth-child(3) {
    padding: 0 2rem;
  }
  .footer .nav-container .wrap .block:nth-child(1) {
    padding-right: 2rem;
    width: 28.2%;
  }
  .footer .nav-container .wrap .block:nth-child(2) {
    width: 33.6%;
  }
  .footer .nav-container .wrap .block:nth-child(4) {
    padding-left: 2rem;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .footer-link {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .footer-link.footer-link2 {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
  .footer .nav-container .wrap .block .footer-list .footer-item .sub-list .sub-item .sub-link {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
  .specimen-pack-section {
    padding: 0 5vw 6rem;
  }
  .specimen-pack-section .container .wrap {
    padding: 2rem;
  }
  .specimen-pack-section .container .wrap .block .box:nth-child(1) .txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .area-section {
    padding: 0 10vw;
  }
  .cta-section {
    padding: 8rem 10vw 4rem;
  }
  .specimen-pack-section {
    padding: 0 10vw 4rem;
  }
}
@media screen and (max-width: 413px) {
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(1) {
    margin-right: 0.5rem;
  }
  .area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) div:nth-child(2) span {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
  .specimen-pack-section .container .wrap .block .box:nth-child(1) .txt {
    font-size: 1.6rem;
  }
}
.page-mv-section {
  background-color: #ffeb00;
  padding: 2.5rem 2rem;
  position: relative;
}
.page-mv-section .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
  color: #3b4043;
  line-height: 1.5;
}
.page-mv-section .en {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 200;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.breadcrumb-section {
  margin-top: 1rem;
  padding: 0 2rem;
}
.breadcrumb-section .container ul {
  display: flex;
}
.breadcrumb-section .container ul li {
  margin-bottom: 1rem;
  color: #6a6a6a;
  font-size: 1rem;
  position: relative;
  display: flex;
}
.breadcrumb-section .container ul li:not(:last-child)::after {
  content: "＞";
  display: block;
  margin: 0 0.5rem;
}
.breadcrumb-section .container ul li a {
  color: #6a6a6a;
}
.breadcrumb-section .container ul li a:active {
  opacity: 0.8;
}

.step-component .section-inner {
  max-width: 1120px;
}
.step-component .step-container {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.step-component .step-container .step-head {
  padding: 2rem;
}
.step-component .step-container .step-head .ttl {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.step-component .step-container .step-body {
  padding: 3rem;
}
.step-component .step-container .step-body .step {
  background-color: #2d4581;
  text-align: center;
  color: #ffffff;
  padding: 1rem 2rem;
}
.step-component .step-container .step-body .step span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.step-component .step-container .step-body .step .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.step-component .step-container .step-body .step-wrap {
  padding: 0 0 3rem;
  max-width: 1040px;
  margin: 0 auto;
}
.step-component .step-container .step-body .step-wrap .step-block {
  position: relative;
  padding: 3rem 0;
  border-bottom: 2px dotted #2d4581;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(1) {
  width: 100px;
  position: absolute;
  top: 2rem;
  right: 0;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(1) img {
  width: 100%;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox {
  padding-top: 1rem;
  padding-right: 115px;
  margin-bottom: 3rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(1) span {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 3.2rem;
  color: #2d4581;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(2) .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .txt-s {
  font-size: 1.4rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .step-pack-box:not(:last-child) {
  margin-bottom: 3rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .step-pack-box .txt {
  margin-bottom: 2rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .img {
  margin-top: 2rem;
  max-width: 660px;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .img img {
  width: 100%;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(1) {
  width: 44px;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) {
  width: calc(100% - 44px - 20px);
  margin-left: 20px;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn {
  min-width: auto;
  width: 100%;
  max-width: 300px;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn svg {
  position: static;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn img.hover {
  opacity: 0;
  visibility: hidden;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn:active img.hover {
  opacity: 1;
  visibility: visible;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn:active img.nohover {
  opacity: 0;
  visibility: hidden;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap {
  margin-top: 2rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox:nth-child(1) {
  width: 30px;
  margin-right: 20px;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox:nth-child(2) {
  width: calc(100% - 30px - 20px);
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox .tel-number {
  width: 202px;
  margin-bottom: 0.5rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox .txt {
  line-height: 1.5;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block {
  margin: 2rem 0;
  background-color: #2d4581;
  border-radius: 10px;
  border: 2px solid #2d4581;
  overflow: hidden;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(1) {
  padding: 1.5rem 2rem;
  text-align: center;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(1) span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(2) {
  background-color: #ffffff;
  padding: 2rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(2) p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(2) {
  margin-top: 2rem;
}
.step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(2) img {
  width: 100%;
}

.form-section {
  padding: 0 2rem;
  margin-bottom: 6rem;
}
.form-section.collection {
  padding-top: 1rem;
}
.form-section.confirm {
  padding-top: 1rem;
}
.form-section .section-inner {
  max-width: 660px;
}
.form-section .container .head {
  margin-bottom: 4rem;
}
.form-section .container .head .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.form-section .container .form {
  /* 確認画面では矢印を常に濃く */
}
.form-section .container .form .p-country-name {
  display: none;
}
.form-section .container .form .form-group:not(:last-child) {
  margin-bottom: 2.5rem;
}
.form-section .container .form .form-group .form-head {
  margin-bottom: 1rem;
}
.form-section .container .form .form-group .form-head .required {
  color: #e33c0b;
  border: 1px solid #e33c0b;
  width: 42px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 10px;
  margin-right: 1rem;
  line-height: 2;
}
.form-section .container .form .form-group .form-data input[type=text],
.form-section .container .form .form-group .form-data input[type=email],
.form-section .container .form .form-group .form-data textarea {
  width: 100%;
  border: 1px solid #dee7ed;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.form-section .container .form .form-group .form-data .remark {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.form-section .container .form .form-group .form-data .postal-box {
  display: flex;
  align-items: center;
}
.form-section .container .form .form-group .form-data .postal-box div:nth-child(1) {
  width: 123px;
}
.form-section .container .form .form-group .form-data .postal-box div:nth-child(2) {
  width: calc(100% - 123px - 10px);
}
.form-section .container .form .form-group .form-data .postal-box div:nth-child(2) .remark {
  margin-top: 0;
}
.form-section .container .form .form-group .form-data .email-box div:nth-child(1) input[type=email] {
  max-width: 315px;
}
.form-section .container .form .form-group .form-data .tel-box div:nth-child(1) input[type=text] {
  max-width: 230px;
}
.form-section .container .form .privacy-box {
  max-width: 234px;
  margin: 4rem auto 0;
}
.form-section .container .form .privacy-box span input[type=checkbox] {
  display: none;
}
.form-section .container .form .privacy-box span input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 2;
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 3px solid #2d4581;
  border-bottom: 3px solid #2d4581;
  opacity: 1;
  visibility: visible;
}
.form-section .container .form .privacy-box span label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-section .container .form .privacy-box span label span {
  position: relative;
  display: flex;
  padding-left: 3rem;
  margin-right: 5px;
  margin-bottom: 1rem;
  min-height: 20px;
  line-height: 1.5;
  font-size: 1.4rem;
}
.form-section .container .form .privacy-box span label span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #dee7ed;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.form-section .container .form .privacy-box span label span::after {
  opacity: 0;
  visibility: hidden;
}
.form-section .container .form .privacy-box span label span a {
  text-decoration: underline;
}
.form-section .container .form .privacy-box span label span a:active {
  opacity: 0.8;
}
.form-section .container .form .form-btn {
  margin-top: 2rem;
  text-align: center;
}
.form-section .container .form .form-btn .form-btn-inbox {
  min-width: 270px;
  min-height: 47px;
  display: inline-block;
  position: relative;
}
.form-section .container .form .form-btn .form-btn-inbox::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  color: #2d4581;
  pointer-events: none;
  opacity: 0.3;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.form-section .container .form .form-btn .form-btn-inbox.active::after {
  opacity: 1;
}
.form-section .container .form .form-btn .form-btn-inbox.active:hover::after {
  color: #fff;
}
.form-section .container .form .form-btn input[type=submit] {
  box-shadow: none;
}
.form-section .container .form .form-btn input[type=submit]:disabled {
  opacity: 0.3;
}
.form-section .container .form .form-btn input[type=submit]:disabled:active {
  background-color: #ffffff;
  color: #2d4581;
  font-weight: 700;
}
.form-section .container .form .mw_wp_form_confirm .form-btn .form-btn-inbox::after {
  opacity: 1 !important;
  color: #2d4581;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.form-section .container .form .mw_wp_form_confirm .form-btn .form-btn-inbox:hover::after {
  color: #fff !important;
}
.form-section .container .content {
  margin-top: 5rem;
  border-top: 1px solid #3b4043;
  padding-top: 3rem;
}
.form-section .container .content .tel-box {
  margin-top: 2rem;
}
.form-section .container .content .tel-box a {
  display: block;
  max-width: 310px;
  margin-bottom: 1rem;
}
.form-section .container .content .tel-box a img {
  width: 100%;
}
.form-section .container .content .tel-box p {
  font-size: 1.2rem;
}
.form-section .container .hurry-wrap {
  margin-top: 5rem;
}
.form-section .container .hurry-wrap .txt {
  margin-bottom: 2rem;
}

.reason-section .section-inner {
  max-width: 900px;
}
.reason-section .reason-head {
  padding: 1rem 2rem 7rem;
  text-align: center;
}
.reason-section .reason-head .ttl {
  font-size: 2rem;
  font-weight: 900;
}
.reason-section .container .reason {
  position: relative;
  padding: 5rem 2rem 8rem;
}
.reason-section .container .reason.reason1 {
  background-color: rgba(255, 255, 255, 0.5);
}
.reason-section .container .reason.reason1 .content .txt {
  margin-top: 3rem;
}
.reason-section .container .reason.reason2 {
  background-color: #ffffff;
  padding-bottom: 5rem;
}
.reason-section .container .reason.reason3 {
  background-color: rgba(255, 255, 255, 0.5);
}
.reason-section .container .reason.reason4 {
  background-color: #ffffff;
}
.reason-section .container .reason .icon-reason {
  width: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.reason-section .container .reason .head {
  text-align: center;
}
.reason-section .container .reason .head .ttl {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #2d4581;
  margin-bottom: 2rem;
}
.reason-section .container .reason .head .txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.reason-section .container .reason .head .txt span {
  color: #e33c0b;
}
.reason-section .container .reason .content .reason2-recommend .recommend-head {
  margin-bottom: 1rem;
}
.reason-section .container .reason .content .reason2-recommend .recommend-head .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  color: #e33c0b;
}
.reason-section .container .reason .content .reason2-recommend .recommend-content {
  padding: 2rem 2rem 1rem;
  border: 1px solid #000000;
  border-radius: 10px;
}
.reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block {
  margin-bottom: 1rem;
}
.reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block .ttl {
  display: flex;
  align-items: center;
}
.reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block .ttl img {
  width: 26px;
  margin-right: 1rem;
}
.reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block .ttl span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.reason-section .container .reason .content .reason2-pack {
  margin-top: -5rem;
}
.reason-section .container .reason .content .reason2-pack .wrap {
  margin-bottom: 2rem;
}
.reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(1) {
  text-align: right;
}
.reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(1) img {
  width: 140px;
}
.reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(2) .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.reason-section .container .reason .content .reason2-pack .img {
  margin-bottom: 4rem;
}
.reason-section .container .reason .content .reason2-pack .img img {
  width: 100%;
}
.reason-section .container .reason .content .reason3-license {
  margin-top: 2rem;
}
.reason-section .container .reason .content .reason3-license .license {
  background-color: #2d4581;
  border: 2px solid #2d4581;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 3rem;
  text-align: center;
}
.reason-section .container .reason .content .reason3-license .license .license-head {
  padding: 2rem;
}
.reason-section .container .reason .content .reason3-license .license .license-head span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.reason-section .container .reason .content .reason3-license .license .license-content {
  padding: 2rem;
  background-color: #ffffff;
}
.reason-section .container .reason .content .reason3-license .license .license-content span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.reason-section .container .reason .content .reason3-license .reason3-wrap .block:nth-child(1) {
  margin-bottom: 1rem;
}
.reason-section .container .reason .content .reason3-license .reason3-wrap .block:nth-child(1) img {
  width: 100%;
}
.reason-section .container .reason .content .reason4-wrap {
  margin-top: 2rem;
}
.reason-section .container .reason .content .reason4-wrap .block:nth-child(1) {
  margin-bottom: 3rem;
}
.reason-section .container .reason .content .reason4-wrap .block .img {
  text-align: center;
}
.reason-section .container .reason .content .reason4-wrap .block .img img {
  width: 220px;
}
.reason-section .container .reason .content .reason4-wrap .block .txt {
  margin: 2rem 0;
}
.reason-section .container .reason-cta {
  padding: 4rem 2rem 8rem;
}
.reason-section .container .reason-cta .banner-specimen {
  margin-bottom: 3rem;
}
.reason-section .container .reason-cta .container {
  padding: 0 3.5rem;
}

.analysis-section {
  padding: 1rem 2rem 3rem;
}
.analysis-section .section-inner {
  max-width: 660px;
}
.analysis-section .container .head {
  margin-bottom: 3rem;
}
.analysis-section .container .head .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.analysis-section .container .content .plan-wrap {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

.analysis-flow-section .img img {
  width: 100%;
}
.analysis-flow-section .container {
  padding: 4rem 2rem 0;
}
.analysis-flow-section .container .pack {
  margin-bottom: 3rem;
}
.analysis-flow-section .container .pack .wrap .block:nth-child(1) {
  text-align: center;
}
.analysis-flow-section .container .pack .wrap .block:nth-child(1) img {
  width: 100%;
  max-width: 330px;
}
.analysis-flow-section .container .pack .wrap .block:nth-child(2) .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.analysis-flow-section .container .first-analysis img {
  width: 100%;
}
.analysis-flow-section .container .analysis-discount {
  margin-top: 5rem;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(1) {
  margin-bottom: 2rem;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(1) .ttl {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box {
  width: calc((100% - 10px) / 2);
  background-color: #2d4581;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #2d4581;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-head {
  padding: 1.5rem 2rem;
  text-align: center;
  color: #ffffff;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-head span {
  font-size: 1.6rem;
  font-weight: 700;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-content {
  padding: 2rem 1rem;
  background-color: #ffffff;
  text-align: center;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-content .txt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-content .max-discount {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e33c0b;
}

.pack-section {
  padding: 1rem 2rem 6rem;
}
.pack-section .section-inner {
  max-width: 660px;
}
.pack-section .container .head {
  margin-bottom: 2rem;
}
.pack-section .container .head .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.pack-section .container .content .illust {
  padding: 0 2rem;
}
.pack-section .container .content .illust img {
  width: 100%;
}
.pack-section .container .content .img {
  margin: 2rem 0;
}
.pack-section .container .content .img img {
  width: 100%;
}
.pack-section .container .content .tel-box {
  margin-top: 2rem;
}
.pack-section .container .content .tel-box a {
  display: block;
  max-width: 310px;
  margin-bottom: 1rem;
}
.pack-section .container .content .tel-box a img {
  width: 100%;
}
.pack-section .container .content .tel-box p {
  font-size: 1.2rem;
}

.sending-section {
  padding: 1rem 2rem 0;
}
.sending-section .container {
  margin-bottom: 5rem;
}
.sending-section .container .section-inner {
  max-width: 660px;
}
.sending-section .container .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.sending-section .container .txt:not(:last-child) {
  margin-bottom: 2.6rem;
}

.collect-section {
  padding: 1rem 0 6rem;
}
.collect-section .container .head {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.collect-section .container .head .section-inner {
  max-width: 660px;
}
.collect-section .container .head .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.collect-section .container .content {
  max-width: 660px;
  margin: 0 auto;
}
.collect-section .container .content .illust {
  padding: 0 2rem;
  margin-bottom: 4rem;
}
.collect-section .container .content .illust img {
  width: 100%;
}
.collect-section .container .img img {
  width: 100%;
}
.collect-section .removal-banner-container {
  padding: 0 2rem;
  margin-top: 4rem;
}
.collect-section .removal-banner-container .section-inner {
  max-width: 800;
}
.collect-section .removal-banner-container .removal-banner {
  display: block;
}
.collect-section .removal-banner-container .removal-banner:active {
  opacity: 0.9;
}
.collect-section .step-component {
  padding: 8rem 2rem 0;
}
.collect-section .btn-box.collect-flow {
  margin-top: 5rem;
}

.removal-section {
  padding: 1rem 0 6rem;
}
.removal-section .container .head {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.removal-section .container .head .section-inner {
  max-width: 660px;
}
.removal-section .container .head .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.removal-section .container .removal {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.removal-section .container .removal .wrap .block:not(:last-child) {
  margin-bottom: 4rem;
}
.removal-section .container .removal .wrap .block .illust {
  text-align: center;
}
.removal-section .container .removal .wrap .block .illust img {
  width: 200px;
}
.removal-section .container .removal .wrap .block .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  margin: 2rem 0;
}
.removal-section .container .removal-img {
  margin-bottom: 4rem;
}
.removal-section .container .removal-img img {
  width: 100%;
}
.removal-section .container .step-component {
  padding: 0 2rem;
}

.removal-area-section .section-inner {
  max-width: 660px;
}

.company-section {
  padding: 1rem 2rem 6rem;
}
.company-section .section-inner {
  max-width: 660px;
}
.company-section .section-inner .company-img {
  margin-top: 4rem;
}

.contact-section {
  padding: 1rem 2rem 2rem;
}
.contact-section .section-inner {
  max-width: 660px;
}
.contact-section .section-inner .container .txt {
  font-weight: 500;
}

.contact-tel-section {
  padding: 0 2rem;
  margin-bottom: 10rem;
}
.contact-tel-section .section-inner {
  max-width: 660px;
  border-top: 1px solid #3b4043;
  padding-top: 3rem;
}
.contact-tel-section .section-inner .container .txt {
  margin-bottom: 1rem;
  font-weight: 500;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(1) {
  margin-bottom: 2rem;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(1) a {
  display: block;
  max-width: 302px;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(1) a img {
  width: 100%;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(1) p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(2) a {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  position: relative;
  background-color: #24c755;
  max-width: 320px;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(2) a:active {
  background-color: #12f055;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(2) a span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-left: 1rem;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(2) a .icon-line {
  width: 28px;
}
.contact-tel-section .section-inner .container .wrap .block:nth-child(2) a .arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  width: 10px;
}

.necessity-section {
  padding: 2rem 2rem 4rem;
}
.necessity-section .container .head {
  margin-bottom: 2rem;
}
.necessity-section .container .head .ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.necessity-section .container .necessity .wrap:not(:last-child) {
  margin-bottom: 2rem;
}
.necessity-section .container .necessity .wrap .necessity-merit-wrap {
  margin-bottom: 1.5rem;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(1) {
  margin-bottom: 1.5rem;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(1) img {
  width: 100%;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt span {
  color: #e33c0b;
  font-weight: 700;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt a {
  position: relative;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 100%;
  left: 0;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt a:active {
  opacity: 0.8;
}
.necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt a:active::before {
  display: none;
}

.necessity-merit-wrap .necessity-merit-block:nth-child(1) {
  background-color: #2d4581;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 10px 10px 0 0;
}
.necessity-merit-wrap .necessity-merit-block:nth-child(1) span {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.necessity-merit-wrap .necessity-merit-block:nth-child(1) span.number {
  font-size: 3.4rem;
  margin-left: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 800;
}
.necessity-merit-wrap .necessity-merit-block:nth-child(2) {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.necessity-merit-wrap .necessity-merit-block:nth-child(2) .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.36px;
}

.webp .merit-section {
  background: url("../img/necessity/merit-bg-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.no-webp .merit-section {
  background: url("../img/necessity/merit-bg-sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.merit-section {
  padding: 10rem 2rem 5rem;
  position: relative;
}
.merit-section .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.merit-section .triangle img {
  width: 100%;
}
.merit-section .container .head {
  margin-bottom: 2rem;
}
.merit-section .container .head .ttl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.merit-section .container .merit .wrap:not(:last-child) {
  margin-bottom: 2rem;
}
.merit-section .container .merit .wrap .necessity-merit-wrap .necessity-merit-block:nth-child(2) .ttl {
  color: #2d4581;
}
.merit-section .container .merit .wrap .content .block:nth-child(1) {
  text-align: center;
  margin-bottom: 1rem;
}
.merit-section .container .merit .wrap .content .block:nth-child(1) img {
  width: 69.142857%;
}
.merit-section .container .merit .wrap .content .block:nth-child(2) .txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.asbest-remark-container {
  padding: 0 2rem;
  margin-top: 3rem;
}
.asbest-remark-container .section-inner {
  max-width: 800px;
}
.asbest-remark-container .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
  color: #e33c0b;
  text-align: center;
}

.legal-section {
  padding: 1rem 2rem 0;
}
.legal-section .container .head {
  max-width: 660px;
  margin: 0 auto 2rem;
}
.legal-section .container .head .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.legal-section .container .wrap .block {
  display: block;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.legal-section .container .wrap .block:nth-child(1) {
  margin-bottom: 2rem;
}
.legal-section .container .wrap .block:active .ttl,
.legal-section .container .wrap .block:active .txt {
  opacity: 0.9;
}
.legal-section .container .wrap .block .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2d4581;
  margin-bottom: 1rem;
}
.legal-section .container .wrap .block .ttl svg {
  margin-left: 1rem;
}

.point-section {
  padding: 5rem 2rem;
}
.point-section .container .head {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 5rem;
  text-align: center;
  line-height: 1.5;
}
.point-section .container .legal-point .wrap {
  border-bottom: 2px dashed #a6aaac;
  padding-top: 3rem;
}
.point-section .container .legal-point .wrap:nth-child(1) {
  border-top: 2px dashed #a6aaac;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .box {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(1) {
  margin-right: 1rem;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(1) span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #e33c0b;
  display: flex;
  align-items: center;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(1) span .number {
  font-size: 3.2rem;
  font-weight: 800;
  font-style: italic;
  margin-left: 0.5rem;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(2) .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .content .txt {
  font-weight: 500;
}
.point-section .container .legal-point .wrap .block:nth-child(1) .content .txt span {
  color: #2d4581;
  font-weight: 700;
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #ffeb00 50%, #ffeb00 100%);
}
.point-section .container .legal-point .wrap .block:nth-child(1) .content .remark {
  margin-top: 2rem;
}
.point-section .container .legal-point .wrap .block:nth-child(2) {
  text-align: center;
}
.point-section .container .legal-point .wrap .block:nth-child(2) img {
  width: 69.142857%;
}

.important-section {
  padding: 4rem 2rem;
  background-color: #d3e9fd;
}
.important-section .container .head {
  text-align: center;
  margin-bottom: 4rem;
}
.important-section .container .head .head-box {
  display: inline-block;
  position: relative;
}
.important-section .container .head .head-box .ttl {
  font-size: 2rem;
  font-weight: 900;
  color: #2d4581;
}
.important-section .container .head .head-box .txt {
  font-size: 2.6rem;
  font-weight: 900;
}
.important-section .container .head .head-box::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #2d4581;
  position: absolute;
  top: 0;
  left: -40px;
  border-radius: 50px;
  transform: rotate(-25deg);
}
.important-section .container .head .head-box::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #2d4581;
  position: absolute;
  top: 0;
  right: -40px;
  border-radius: 50px;
  transform: rotate(25deg);
}
.important-section .container .wrap .block {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 3px 3px 3px rgba(59, 64, 67, 0.3019607843);
}
.important-section .container .wrap .block:not(:last-child) {
  margin-bottom: 3rem;
}
.important-section .container .wrap .block .pin {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
}
.important-section .container .wrap .block .box:nth-of-type(1) {
  width: 80px;
}
.important-section .container .wrap .block .box:nth-of-type(2) {
  width: calc(100% - 80px - 10px);
  margin-left: 10px;
}
.important-section .container .wrap .block .box:nth-of-type(2) .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #e33c0b;
}
.important-section .container .remark {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2rem;
}

.faqs-section {
  padding: 1rem 2rem 0;
}
.faqs-section .container .head {
  max-width: 660px;
  margin: 0 auto 2rem;
}
.faqs-section .container .head .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.faqs-section .container .faqs-link {
  margin-bottom: 5.5rem;
}
.faqs-section .container .faqs-link a {
  display: block;
  padding: 1.5rem 2rem;
  background-color: #2d4581;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.faqs-section .container .faqs-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
.faqs-section .container .faqs-link a span {
  font-size: 1.6rem;
  font-weight: 700;
}
.faqs-section .container .faqs .faqs-wrap {
  padding-top: 60px;
  margin-top: -60px;
}
.faqs-section .container .faqs .faqs-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}
.faqs-section .container .faqs .faqs-wrap .faqs-head {
  margin-bottom: 3rem;
}
.faqs-section .container .faqs .faqs-wrap .faqs-head .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-left: 10px solid #2d4581;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block:not(:last-child) {
  margin-bottom: 0.5rem;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box {
  background-color: #ffffff;
  color: #2d4581;
  border-radius: 5px;
  padding: 1rem 2rem;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-content .faqs-box {
  padding: 1.5rem 2rem;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box {
  display: flex;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(1) {
  width: 16px;
  margin-right: 10px;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(1) span {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(1) span.answer {
  color: #3b4043;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) {
  width: calc(100% - 16px - 10px);
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) .txt.question {
  font-weight: 500;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) .txt a {
  color: #06bcf4;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) .txt a:active {
  opacity: 0.8;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) img {
  display: block;
  width: 100%;
  margin-top: 2rem;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox .tel a {
  display: block;
  max-width: 320px;
  margin: 0;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox .tel a img {
  width: 100%;
}
.faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox .tel .txt {
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 300;
  max-width: 320px;
}

.privacy-section {
  padding: 1rem 2rem 0;
}
.privacy-section .container .wrap .block {
  padding: 3rem 0;
}
.privacy-section .container .wrap .block:not(:last-child) {
  border-bottom: 1px dotted #3b4043;
}
.privacy-section .container .wrap .block:first-child {
  padding-top: 0;
}
.privacy-section .container .wrap .block:last-child {
  padding-bottom: 0;
}
.privacy-section .container .wrap .block .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.privacy-section .container .wrap .block .box {
  margin-top: 3rem;
}

.news-section {
  padding: 1rem 2rem 0;
}

.news-list li {
  margin-bottom: 2rem;
}
.news-list li a {
  display: flex;
}
.news-list li a:active {
  opacity: 0.8;
}
.news-list li a .box:nth-child(1) {
  width: 42.857143%;
  height: 0;
  position: relative;
  padding-bottom: 28.571429%;
  border-radius: 5px;
  overflow: hidden;
}
.news-list li a .box:nth-child(1) img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.news-list li a .box:nth-child(2) {
  width: calc(57.142857% - 25px);
  margin-left: 25px;
}
.news-list li a .box:nth-child(2) .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.news-list li a .box:nth-child(2) .date {
  font-size: 1.4rem;
  color: #a6aaac;
}

.pagenavi {
  margin-top: 4rem;
}
.pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  color: #a6aaac;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0.5rem;
}
.pagenavi .wp-pagenavi a:active {
  opacity: 0.8;
}
.pagenavi .wp-pagenavi .current {
  background-color: #2d4581;
  color: #ffffff;
}

.single-section {
  padding: 1rem 2rem 0;
}
.single-section .section-inner {
  max-width: 660px;
}
.single-section .container .head {
  margin-bottom: 3rem;
}
.single-section .container .head .ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.single-section .container .head .date {
  font-size: 1.2rem;
  color: #a6aaac;
}
.single-section .container .head .img {
  margin-top: 2rem;
  border-radius: 5px;
  overflow: hidden;
}
.single-section .container .head .img img {
  width: 100%;
}
.single-section .container .nav-wrap {
  border-top: 1px solid #2d4581;
  margin-top: 5rem;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.single-section .container .nav-wrap .block:nth-child(1), .single-section .container .nav-wrap .block:nth-child(3) {
  width: 50px;
}
.single-section .container .nav-wrap .block:nth-child(2) {
  width: 100px;
}
.single-section .container .nav-wrap .block a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.single-section .container .nav-wrap .block a:active {
  opacity: 0.8;
}

.related-news-section {
  padding: 0 2rem;
  margin-top: 6rem;
}
.related-news-section .section-inner {
  max-width: 660px;
}
.related-news-section .container .related-ttl {
  color: #10803c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

#article {
  overflow-wrap: word-break;
}
#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 3rem 0 2.5rem;
}
#article h1 {
  font-size: 2.4rem;
}
#article h2 {
  font-size: 2.2rem;
}
#article h3 {
  font-size: 2rem;
}
#article h4 {
  font-size: 1.8rem;
}
#article h5 {
  font-size: 1.6rem;
}
#article h6 {
  font-size: 1.4rem;
}
#article p {
  font-size: 1.4rem;
  line-height: 1.75;
}
#article a {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #a6aaac;
  font-weight: 500;
}
#article ul,
#article ol {
  display: block;
  width: 100%;
  margin: 2rem 0 3rem;
}
#article ul li,
#article ol li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  margin-bottom: 0.5rem;
}
#article ul {
  list-style-type: none;
  padding-left: 1.2rem;
}
#article ul li::before {
  content: "◾️";
  display: inline-block;
  margin-right: 0.2rem;
  text-indent: -1em;
}
#article ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
#article table th,
#article table td {
  border: 1px solid #000000;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  text-align: left;
}
#article blockquote {
  color: #747677;
  border-left: 4px solid rgba(0, 0, 0, 0.3019607843);
  padding: 0 2rem;
  margin: 2rem 0 3rem;
  position: relative;
  line-height: 1.5;
}
#article blockquote p {
  margin-bottom: 1rem;
}
#article blockquote cite {
  font-size: 1.4rem;
  opacity: 0.5;
}
#article figure {
  margin: 3rem 0;
}
#article figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
}
#article img {
  display: block;
  max-width: 100%;
}
#article hr {
  border: none;
  height: 1px;
  background-color: #000000;
  margin: 3rem 0 2rem;
}

.sendingpack-section .container .img {
  margin-top: 2rem;
}
.sendingpack-section .container .img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-mv-section {
    padding: 4rem 2rem;
  }
  .page-mv-section .ttl {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
  .page-mv-section .en {
    font-size: 10rem;
  }
  .form-section {
    margin-bottom: 8rem;
  }
  .form-section.collection {
    padding-top: 5rem;
  }
  .form-section.confirm {
    padding-top: 6rem;
  }
  .form-section .container .head {
    margin-bottom: 6rem;
  }
  .form-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  .form-section .container .head .txt {
    font-size: 1.6rem;
  }
  .form-section .container .form .form-group {
    display: flex;
    justify-content: space-between;
  }
  .form-section .container .form .form-group .form-head {
    margin-bottom: 0;
    width: calc(39.393939% - 20px);
    padding-top: 1.2rem;
  }
  .form-section .container .form .form-group .form-head p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .form-section .container .form .form-group .form-data {
    width: 60.606061%;
  }
  .form-section .container .form .form-group .form-data .remark {
    margin-top: 0;
    letter-spacing: 0;
  }
  .form-section .container .form .form-group .form-data .email-box {
    display: flex;
    align-items: center;
  }
  .form-section .container .form .form-group .form-data .email-box div:nth-child(1) {
    width: 78.75%;
  }
  .form-section .container .form .form-group .form-data .email-box div:nth-child(2) {
    width: 21.25%;
  }
  .form-section .container .form .form-group .form-data .tel-box {
    display: flex;
    align-items: center;
  }
  .form-section .container .form .form-group .form-data .tel-box div:nth-child(1) {
    width: 57.5%;
  }
  .form-section .container .form .form-group .form-data .tel-box div:nth-child(2) {
    width: 42.5%;
  }
  .form-section .container .form .privacy-box {
    margin: 6rem auto 0;
  }
  .form-section .container .form .form-btn .form-btn-inbox {
    min-width: 300px;
    min-height: 56px;
  }
  .form-section .container .form .form-btn input[type=submit]:hover {
    cursor: pointer;
  }
  .form-section .container .form .form-btn input[type=submit]:disabled:hover {
    background-color: #ffffff;
    color: #2d4581;
    font-weight: 700;
    cursor: auto;
  }
  .form-section .container .content {
    margin-top: 8rem;
    padding-top: 6rem;
  }
  .form-section .container .content .txt {
    font-size: 1.6rem;
  }
  .form-section .container .content .tel-box {
    margin-top: 3rem;
  }
  .form-section .container .content .tel-box a {
    margin: 0 0 1rem;
  }
  .form-section .container .content .tel-box p {
    font-size: 1.4rem;
  }
  .form-section .container .hurry-wrap {
    margin-top: 8rem;
  }
  .form-section .container .hurry-wrap .txt {
    font-size: 1.6rem;
    text-align: center;
  }
  .breadcrumb-section .container ul li {
    font-size: 1.2rem;
  }
  .breadcrumb-section .container ul li a:hover {
    opacity: 0.7;
  }
  .step-component .step-container .step-head {
    padding: 6rem 2rem;
  }
  .step-component .step-container .step-head .ttl {
    font-size: 4rem;
  }
  .step-component .step-container .step-body {
    padding-bottom: 6rem;
  }
  .step-component .step-container .step-body .step {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step-component .step-container .step-body .step span {
    font-size: 4rem;
    margin-right: 40px;
    padding-top: 0.5rem;
  }
  .step-component .step-container .step-body .step .ttl {
    font-size: 3.2rem;
  }
  .step-component .step-container .step-body .step-wrap {
    padding: 0 2rem 6rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block {
    padding: 4rem 6rem;
    display: flex;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(1) {
    position: static;
    width: 180px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) {
    width: calc(100% - 180px - 40px);
    margin-left: 40px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(1) {
    margin-right: 2rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(1) span {
    font-size: 6rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(2) .ttl {
    font-size: 2.6rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap {
    display: flex;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap .step-content-block:nth-child(1) {
    width: 48.484848%;
    margin-right: 45px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap .step-content-block:nth-child(2) {
    width: calc(51.515152% - 45px);
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap .step-content-block:nth-child(2) .img {
    margin-top: 0;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .btn-box.left {
    text-align: left;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .txt {
    font-size: 1.6rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .step-pack-box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .step-pack-box .btn-box {
    text-align: left;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(1) {
    width: 54px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) {
    width: calc(100% - 54px - 25px);
    margin-left: 25px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn img {
    transition: all 0.3s ease-out;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn:hover img.hover {
    opacity: 1;
    visibility: visible;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .email-wrap .email-block:nth-child(2) .primary-btn:hover img.nohover {
    opacity: 0;
    visibility: hidden;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox:nth-child(1) {
    width: 50px;
    margin-right: 25px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox:nth-child(2) {
    width: calc(100% - 50px - 25px);
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox:nth-child(2) .tel-number {
    width: 308px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox.line-qr {
    display: flex;
    align-items: center;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox.line-qr div:nth-child(1) {
    width: 80px;
    margin-right: 25px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .tel-line-wrap .tel-line-block .tel-line-box .tel-line-inbox.line-qr div:nth-child(2) {
    width: calc(100% - 80px - 25px);
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block {
    display: flex;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box {
    display: flex;
    align-items: center;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(1) {
    width: 19.69697%;
    justify-content: center;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(1) span {
    font-size: 1.8rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(2) {
    width: 80.30303%;
    padding: 2rem 3rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(2) p {
    font-size: 1.7rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap {
    display: flex;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(1) {
    width: 48.484848%;
    margin-right: 45px;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(2) {
    margin-top: 0;
    width: calc(51.515152% - 45px);
  }
  .step-component .step-container .step-body .step-wrap .step-block:nth-child(2) .step-box:nth-child(2) .step-img-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .step-component .step-container .step-body .step-wrap .step-block:nth-child(2) .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(1) {
    width: 48.48484848%;
  }
  .step-component .step-container .step-body .step-wrap .step-block:nth-child(2) .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(2) {
    width: 44.545454%;
  }
  .reason-section .reason-head {
    padding: 5rem 2rem 11rem;
  }
  .reason-section .reason-head .ttl {
    font-size: 4rem;
  }
  .reason-section .container .reason {
    padding: 6.5rem 2rem 11rem;
  }
  .reason-section .container .reason .icon-reason {
    width: 100px;
    top: -50px;
  }
  .reason-section .container .reason.reason1 .content .txt {
    font-size: 1.6rem;
  }
  .reason-section .container .reason.reason2 {
    padding-bottom: 6rem;
  }
  .reason-section .container .reason.reason3 {
    padding-top: 7rem;
  }
  .reason-section .container .reason.reason4 {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
  .reason-section .container .reason .head .ttl {
    font-size: 4.8rem;
    letter-spacing: 2.4px;
  }
  .reason-section .container .reason .head .txt {
    font-size: 2rem;
  }
  .reason-section .container .reason .content .reason1-wrap {
    margin-top: 3.5rem;
  }
  .reason-section .container .reason .content .reason2-recommend {
    margin-top: 4rem;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-head .ttl {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content {
    padding: 3rem 8rem;
    border-radius: 50px;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block {
    margin-bottom: 0;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block:nth-child(2) {
    margin: 0 2rem;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block .ttl img {
    width: 29px;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block .ttl span {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .reason-section .container .reason .content .reason2-pack {
    margin-top: 4rem;
  }
  .reason-section .container .reason .content .reason2-pack .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(1) {
    width: 28.068182%;
    margin-top: -2rem;
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(1) img {
    width: 100%;
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(2) {
    width: calc(71.931818% - 30px);
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(2) .ttl {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(2) .txt:not(:last-child) {
    margin-bottom: 2.6rem;
  }
  .reason-section .container .reason .content .reason2-pack .img {
    margin-bottom: 6rem;
  }
  .reason-section .container .reason .content .reason3-license .license {
    margin-bottom: 5rem;
    display: flex;
  }
  .reason-section .container .reason .content .reason3-license .license .license-head {
    width: 32.159091%;
  }
  .reason-section .container .reason .content .reason3-license .license .license-head span {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .reason-section .container .reason .content .reason3-license .license .license-content {
    width: 67.840909%;
    text-align: left;
    padding-left: 6.5rem;
  }
  .reason-section .container .reason .content .reason3-license .license .license-content span {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .reason-section .container .reason .content .reason3-license .reason3-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .reason-section .container .reason .content .reason3-license .reason3-wrap .block:nth-child(1) {
    width: 27.045455%;
  }
  .reason-section .container .reason .content .reason3-license .reason3-wrap .block:nth-child(2) {
    width: calc(72.954545% - 55px);
  }
  .reason-section .container .reason .content .reason3-license .reason3-wrap .block:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .reason-section .container .reason .content .reason4-wrap {
    display: flex;
    justify-content: space-between;
  }
  .reason-section .container .reason .content .reason4-wrap .block {
    width: calc((100% - 30px) / 2);
  }
  .reason-section .container .reason .content .reason4-wrap .block:nth-child(1) {
    margin-bottom: 0;
  }
  .reason-section .container .reason .content .reason4-wrap .block .txt {
    font-size: 1.6rem;
  }
  .reason-section .container .reason-cta {
    padding: 8rem 2rem 0;
  }
  .reason-section .container .reason-cta .banner-specimen {
    margin-bottom: 6rem;
  }
  .reason-section .container .reason-cta .container {
    padding-bottom: 20rem;
  }
  .analysis-section {
    padding: 5rem 2rem 6rem;
  }
  .analysis-section .container .head {
    margin-bottom: 4rem;
  }
  .analysis-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .analysis-section .container .head .txt {
    font-size: 1.6rem;
  }
  .analysis-section .container .content .plan-wrap {
    padding: 0;
    margin-bottom: 2rem;
  }
  .analysis-section .container .content .txt {
    font-size: 1.6rem;
  }
  .analysis-flow-section .container {
    padding: 8rem 2rem 0;
  }
  .analysis-flow-section .container .pack {
    margin-bottom: 0;
  }
  .analysis-flow-section .container .pack .wrap {
    display: flex;
    align-items: center;
  }
  .analysis-flow-section .container .pack .wrap .block:nth-child(1) {
    width: 40%;
  }
  .analysis-flow-section .container .pack .wrap .block:nth-child(2) {
    width: 60%;
  }
  .analysis-flow-section .container .pack .wrap .block:nth-child(2) .ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .analysis-flow-section .container .pack .wrap .block:nth-child(2) .btn-box {
    text-align: left;
  }
  .analysis-flow-section .container .analysis-discount {
    margin-top: 8rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(1) {
    width: 50%;
    margin-bottom: 0;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(1) .ttl {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(1) .txt {
    font-size: 1.6rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) {
    width: 48%;
    display: block;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box {
    width: 100%;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box:nth-child(1) {
    margin-bottom: 2rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-head {
    padding: 2rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-head span {
    font-size: 2.6rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-content .txt {
    font-size: 1.6rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(2) .box .discount-content .max-discount {
    font-size: 4rem;
    letter-spacing: 2px;
  }
  .pack-section {
    padding: 5rem 2rem 8rem;
  }
  .pack-section .container .head {
    margin-bottom: 3rem;
  }
  .pack-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .pack-section .container .head .txt {
    font-size: 1.6rem;
  }
  .pack-section .container .content .illust {
    padding: 0;
  }
  .pack-section .container .content .illust img {
    max-width: 494px;
    margin: 0 auto;
  }
  .pack-section .container .content .img {
    margin: 4rem 0;
  }
  .pack-section .container .content .txt {
    font-size: 1.6rem;
  }
  .pack-section .container .content .tel-box {
    margin-top: 3rem;
  }
  .pack-section .container .content .tel-box p {
    font-size: 1.4rem;
  }
  .sending-section {
    padding: 5rem 2rem 0;
  }
  .sending-section .container .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .sending-section .container .txt {
    font-size: 1.6rem;
  }
  .collect-section {
    padding: 5rem 0 12rem;
  }
  .collect-section .container .head {
    margin-bottom: 4rem;
  }
  .collect-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .collect-section .container .head .txt {
    font-size: 1.6rem;
  }
  .collect-section .container .content .illust {
    padding: 0;
    margin-bottom: 6rem;
  }
  .collect-section .container .content .illust img {
    max-width: 494px;
    margin: 0 auto;
  }
  .collect-section .removal-banner-container {
    margin-top: 6rem;
  }
  .collect-section .removal-banner-container .removal-banner:hover {
    opacity: 0.9;
  }
  .collect-section .step-component {
    padding-top: 10rem;
  }
  .collect-section .btn-box.collect-flow {
    margin-top: 8rem;
  }
  .removal-section {
    padding: 5rem 0 12rem;
  }
  .removal-section .container .head {
    margin-bottom: 4rem;
  }
  .removal-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .removal-section .container .head .txt {
    font-size: 1.6rem;
  }
  .removal-section .container .removal .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .removal-section .container .removal .wrap .block {
    width: calc((100% - 100px) / 3);
  }
  .removal-section .container .removal .wrap .block:not(:last-child) {
    margin-bottom: 0;
  }
  .removal-section .container .removal .wrap .block .txt {
    font-size: 1.6rem;
  }
  .removal-section .container .removal-img {
    margin-bottom: 6rem;
  }
  .removal-area-section .container .wrap {
    display: block;
  }
  .removal-area-section .container .wrap .block:nth-child(1) {
    width: 100%;
  }
  .removal-area-section .container .wrap .block:nth-child(1) .company .box .head {
    justify-content: flex-start;
  }
  .removal-area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(1) {
    width: auto;
  }
  .removal-area-section .container .wrap .block:nth-child(1) .company .box .head .inbox:nth-child(2) {
    width: auto;
    margin-left: 3rem;
  }
  .removal-area-section .container .wrap .block:nth-child(2) {
    width: 100%;
    margin-top: -20rem;
  }
  .removal-area-section .container .wrap .block:nth-child(2) .area {
    width: 83.333333%;
    margin: 0 0 0 auto;
  }
  .company-section {
    padding: 6rem 2rem 17rem;
  }
  .contact-section {
    padding: 6rem 2rem 10rem;
  }
  .contact-section .container .txt {
    font-size: 1.6rem;
  }
  .contact-tel-section {
    padding: 0 2rem;
  }
  .contact-tel-section .section-inner {
    padding-top: 6rem;
  }
  .contact-tel-section .section-inner .container .txt {
    font-size: 1.6rem;
  }
  .contact-tel-section .section-inner .container .wrap {
    display: flex;
    align-items: center;
  }
  .contact-tel-section .section-inner .container .wrap .block:nth-child(1) {
    margin-bottom: 0;
    width: calc(51.515152% - 30px);
    margin-right: 30px;
    padding-top: 1rem;
  }
  .contact-tel-section .section-inner .container .wrap .block:nth-child(1) p {
    font-size: 1.4rem;
  }
  .contact-tel-section .section-inner .container .wrap .block:nth-child(2) {
    width: 48.484848%;
  }
  .contact-tel-section .section-inner .container .wrap .block:nth-child(2) a {
    transition: all 0.3s ease-out;
    max-width: 100%;
  }
  .contact-tel-section .section-inner .container .wrap .block:nth-child(2) a:hover {
    background-color: #12f055;
  }
  .necessity-section {
    padding: 6rem 2rem 4rem;
  }
  .necessity-section .container .head {
    margin-bottom: 6rem;
  }
  .necessity-section .container .head .ttl {
    font-size: 4rem;
  }
  .necessity-section .container .necessity .wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
  .necessity-section .container .necessity .wrap .necessity-merit-wrap {
    margin-bottom: 4rem;
  }
  .necessity-section .container .necessity .wrap .content {
    display: flex;
    justify-content: space-between;
  }
  .necessity-section .container .necessity .wrap .content .block:nth-child(1) {
    width: 47.5%;
  }
  .necessity-section .container .necessity .wrap .content .block:nth-child(2) {
    width: 50%;
  }
  .necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt a:hover {
    opacity: 0.8;
  }
  .necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt a:hover::before {
    display: none;
  }
  .necessity-merit-wrap {
    display: flex;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(1) {
    width: 20%;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(1) span {
    font-size: 2.4rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(1) span.number {
    font-size: 6rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(2) {
    width: 80%;
    border-radius: 0 10px 10px 0;
    padding: 2rem 4rem;
    display: flex;
    align-items: center;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(2) .ttl {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
  }
  .webp .merit-section {
    background: url("../img/necessity/merit-bg-pc.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .no-webp .merit-section {
    background: url("../img/necessity/merit-bg-pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .merit-section {
    padding: 26rem 2rem 10rem;
  }
  .merit-section .container .head {
    margin-bottom: 6rem;
  }
  .merit-section .container .head .ttl {
    font-size: 4rem;
  }
  .merit-section .container .merit .wrap:not(:last-child) {
    margin-bottom: 6rem;
  }
  .merit-section .container .merit .wrap .content {
    display: flex;
    flex-direction: row-reverse;
  }
  .merit-section .container .merit .wrap .content .block:nth-child(1) {
    margin-bottom: 0;
    margin-top: -10rem;
    width: 30%;
    text-align: right;
  }
  .merit-section .container .merit .wrap .content .block:nth-child(1) img {
    width: 80.666667%;
  }
  .merit-section .container .merit .wrap .content .block:nth-child(2) {
    width: 70%;
    padding-top: 2rem;
  }
  .merit-section .container .merit .wrap .content .block:nth-child(2) .txt {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .asbest-remark-container .txt {
    font-size: 1.6rem;
  }
  .asbest-remark-container .ttl {
    font-size: 2.8rem;
  }
  .legal-section {
    padding: 6rem 2rem 0;
  }
  .legal-section .container .head {
    margin-bottom: 4rem;
  }
  .legal-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .legal-section .container .head .txt {
    font-size: 1.6rem;
  }
  .legal-section .container .wrap {
    display: flex;
    justify-content: space-between;
  }
  .legal-section .container .wrap .block {
    width: calc((100% - 40px) / 2);
  }
  .legal-section .container .wrap .block:nth-child(1) {
    margin-bottom: 0;
  }
  .legal-section .container .wrap .block:hover .ttl,
  .legal-section .container .wrap .block:hover .txt {
    opacity: 0.8;
  }
  .legal-section .container .wrap .block .ttl {
    font-size: 1.8rem;
  }
  .legal-section .container .wrap .block .txt {
    font-size: 1.6rem;
  }
  .point-section {
    padding: 8rem 2rem;
  }
  .point-section .container .head {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
  .point-section .container .legal-point .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .point-section .container .legal-point .wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) {
    width: calc(75.8% - 80px);
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(1) span {
    font-size: 2rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(1) span .number {
    font-size: 6rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(2) {
    margin-left: 2rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(2) .ttl {
    font-size: 2.6rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .content .txt {
    font-size: 1.8rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .content .remark {
    font-size: 1.6rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(2) {
    width: 24.2%;
    display: flex;
    align-items: center;
  }
  .point-section .container .legal-point .wrap .block:nth-child(2).bottom {
    align-items: flex-end;
  }
  .point-section .container .legal-point .wrap .block:nth-child(2) img {
    width: 100%;
  }
  .important-section {
    padding: 6rem 2rem;
  }
  .important-section .container .head {
    margin-bottom: 7rem;
  }
  .important-section .container .head .head-box .ttl {
    font-size: 2.8rem;
  }
  .important-section .container .head .head-box .txt {
    font-size: 4rem;
  }
  .important-section .container .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
  }
  .important-section .container .wrap .block {
    width: calc((100% - 60px) / 4);
    display: block;
    padding: 3.5rem 3rem 2rem;
  }
  .important-section .container .wrap .block:not(:last-child) {
    margin-bottom: 0;
  }
  .important-section .container .wrap .block .box:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .important-section .container .wrap .block .box:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
  .important-section .container .wrap .block .box:nth-of-type(2) .ttl {
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
  }
  .important-section .container .remark {
    font-size: 1.8rem;
    max-width: 660px;
    margin: 3rem auto 0;
  }
  .faqs-section {
    padding: 6rem 2rem 0;
  }
  .faqs-section .container .head {
    margin: 0 auto 4rem;
  }
  .faqs-section .container .head .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .faqs-section .container .head .txt {
    font-size: 1.6rem;
  }
  .faqs-section .container .faqs-link {
    margin-bottom: 6.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .faqs-section .container .faqs-link a {
    width: calc((100% - 60px) / 5);
    margin-bottom: 1.5rem;
    padding: 2rem 2rem 3rem;
    text-align: center;
  }
  .faqs-section .container .faqs-link a:not(:nth-child(5n)) {
    margin-right: 15px;
  }
  .faqs-section .container .faqs-link a::after {
    bottom: 1rem;
    right: 0;
    left: 0;
    top: auto;
  }
  .faqs-section .container .faqs-link a span {
    font-size: 1.8rem;
  }
  .faqs-section .container .faqs .faqs-wrap {
    padding-top: 76px;
    margin-top: -76px;
  }
  .faqs-section .container .faqs .faqs-wrap:not(:last-child) {
    margin-bottom: 8rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-head {
    margin-bottom: 4rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-head .ttl {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block:not(:last-child) {
    margin-bottom: 4rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head {
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head.active .faqs-box .toggle .inbox::before {
    opacity: 0;
    visibility: hidden;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box {
    padding: 1.3rem 8rem 2rem 3rem;
    position: relative;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box:hover {
    cursor: pointer;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box .toggle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 23px;
    right: 30px;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box .toggle .inbox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box .toggle .inbox::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #2d4581;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-head .faqs-box .toggle .inbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2d4581;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .toggle-content .faqs-box {
    padding: 2rem 3rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(1) {
    width: 28px;
    margin-right: 30px;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(1) span {
    font-size: 3.2rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) {
    width: calc(100% - 28px - 30px);
    padding-top: 0.5rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox:nth-child(2) .txt a:hover {
    opacity: 0.8;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox .tel {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox .tel a {
    max-width: 320px;
    margin: 0;
  }
  .faqs-section .container .faqs .faqs-wrap .faqs-content .faqs-block .faqs-box .faqs-inbox .tel .txt {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .toggle-content {
    display: none;
  }
  .privacy-section {
    padding: 6rem 2rem 0;
  }
  .privacy-section .container .wrap .block {
    padding: 5rem 0;
  }
  .privacy-section .container .wrap .block .txt {
    font-size: 1.6rem;
  }
  .privacy-section .container .wrap .block .box {
    margin-top: 5rem;
  }
  .news-section {
    padding: 6rem 2rem 0;
  }
  .news-section .container .txt {
    font-size: 1.6rem;
  }
  .news-section .container .news-list li {
    width: calc((100% - 100px) / 3);
  }
  .news-section .container .news-list li:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .news-list {
    display: flex;
    flex-wrap: wrap;
  }
  .news-list li {
    margin-bottom: 6rem;
  }
  .news-list li a {
    display: block;
    transition: all 0.3s ease-out;
  }
  .news-list li a:hover {
    opacity: 0.8;
  }
  .news-list li a .box:nth-child(1) {
    width: 100%;
    padding-bottom: 66.666667%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }
  .news-list li a .box:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .news-list li a .box:nth-child(2) .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .pagenavi {
    margin-top: 8rem;
  }
  .pagenavi .wp-pagenavi a,
  .pagenavi .wp-pagenavi span {
    width: 50px;
    height: 50px;
    margin: 0 0.3rem;
    font-size: 2rem;
    border-radius: 10px;
  }
  .pagenavi .wp-pagenavi a:hover {
    opacity: 0.8;
  }
  .single-section {
    padding: 6rem 2rem 0;
  }
  .single-section .container .head {
    margin-bottom: 6rem;
  }
  .single-section .container .head .ttl {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  .single-section .container .head .date {
    text-align: right;
    font-size: 1.4rem;
  }
  .single-section .container .head .img {
    margin-top: 2rem;
  }
  .single-section .container .nav-wrap {
    margin-top: 8rem;
  }
  .single-section .container .nav-wrap .block:nth-child(1), .single-section .container .nav-wrap .block:nth-child(3) {
    width: 100px;
  }
  .single-section .container .nav-wrap .block:nth-child(2) {
    width: 200px;
  }
  .single-section .container .nav-wrap .block a {
    font-size: 1.6rem;
  }
  .single-section .container .nav-wrap .block a:hover {
    opacity: 0.7;
  }
  .related-news-section {
    margin-top: 9rem;
  }
  .related-news-section .container .related-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .related-news-section .container .news-list li {
    width: calc((100% - 50px) / 2);
  }
  .related-news-section .container .news-list li:not(:nth-child(2n)) {
    margin-right: 50px;
  }
  #article p {
    font-size: 1.6rem;
  }
  #article a {
    font-size: 1.6rem;
  }
  #article a:hover img {
    opacity: 0.8;
  }
  #article ul li,
  #article ol li {
    font-size: 1.6rem;
  }
  #article ul {
    padding-left: 1.8rem;
  }
  #article ol {
    padding-left: 2.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .breadcrumb-section {
    padding: 0 5vw;
  }
  .reason-section .container .reason {
    padding: 6.5rem 5vw 11rem;
  }
  .reason-section .container .reason .head .txt {
    font-size: 1.8rem;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content {
    padding: 3rem;
  }
  .reason-section .container .reason .content .reason2-recommend .recommend-content .wrap .block .ttl span {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .reason-section .container .reason .content .reason2-pack .wrap .block:nth-child(2) .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
  .reason-section .container .reason-cta {
    padding: 8rem 5vw 0;
  }
  .necessity-section {
    padding: 6rem 5vw 4rem;
  }
  .necessity-section .container .head .ttl {
    font-size: 3.6rem;
  }
  .necessity-section .container .necessity .wrap .content .block:nth-child(2) .txt {
    font-size: 1.4rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(1) {
    padding: 1rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(1) span {
    font-size: 2rem;
    white-space: nowrap;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(1) span.number {
    font-size: 4.8rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(2) {
    padding: 2rem 3rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(2) .ttl {
    font-size: 2rem;
  }
  .merit-section {
    padding: 26rem 5vw 10rem;
  }
  .merit-section .container .head .ttl {
    font-size: 3.6rem;
  }
  .merit-section .container .merit .wrap .content .block:nth-child(2) .txt {
    font-size: 1.8rem;
  }
  .asbest-remark-container {
    padding: 0 5vw;
  }
  .analysis-section {
    padding: 5rem 5vw 6rem;
  }
  .analysis-flow-section .container {
    padding: 8rem 5vw 0;
  }
  .analysis-flow-section .container .pack .wrap .block:nth-child(2) .ttl {
    font-size: 2rem;
  }
  .analysis-flow-section .container .analysis-discount .wrap .block:nth-child(1) .ttl {
    font-size: 2.8rem;
  }
  .step-component .step-container .step-head .ttl {
    font-size: 3.6rem;
  }
  .step-component .step-container .step-body .step .span {
    font-size: 3.2rem;
  }
  .step-component .step-container .step-body .step .ttl {
    font-size: 2.4rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block {
    padding: 4rem 2rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(1) span {
    white-space: nowrap;
    font-size: 4.8rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-inbox div:nth-child(2) .ttl {
    font-size: 2rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap {
    flex-direction: column;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(1) {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(2) {
    width: 100%;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap {
    flex-direction: column;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap .step-content-block:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content.step-content-wrap .step-content-block:nth-child(2) {
    width: 100%;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(1) {
    padding: 1.5rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(1) span {
    font-size: 1.6rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(2) {
    padding: 1.5rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block .step-box:nth-child(2) .step-content .address-block .address-box:nth-child(2) p {
    font-size: 1.4rem;
  }
  .step-component .step-container .step-body .step-wrap .step-block:nth-child(2) .step-box:nth-child(2) .step-img-wrap {
    flex-direction: column;
  }
  .step-component .step-container .step-body .step-wrap .step-block:nth-child(2) .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(1) {
    width: 100%;
  }
  .step-component .step-container .step-body .step-wrap .step-block:nth-child(2) .step-box:nth-child(2) .step-img-wrap .step-img-block:nth-child(2) {
    width: 100%;
  }
  .pack-section {
    padding: 5rem 5vw 8rem;
  }
  .form-section {
    padding: 0 5vw;
  }
  .form-section.collection {
    padding: 5rem 5vw 0;
  }
  .sending-section {
    padding: 5rem 5vw 0;
  }
  .collect-section .container .head {
    padding: 0 5vw;
  }
  .collect-section .step-component {
    padding: 0 5vw;
  }
  .collect-section .removal-banner-container {
    padding: 0 5vw;
  }
  .removal-section .container .head {
    padding: 0 5vw;
  }
  .removal-section .container .removal {
    padding: 0 5vw;
  }
  .removal-section .container .step-component {
    padding: 0 5vw;
  }
  .removal-area-section .container .wrap .block:nth-child(1) .company .box .head {
    flex-direction: row;
  }
  .legal-section {
    padding: 6rem 5vw 0;
  }
  .point-section {
    padding: 8rem 5vw;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .box div:nth-child(2) .ttl {
    font-size: 2rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .content .txt {
    font-size: 1.6rem;
  }
  .point-section .container .legal-point .wrap .block:nth-child(1) .content .remark {
    font-size: 1.4rem;
  }
  .important-section {
    padding: 6rem 5vw;
  }
  .important-section .container .wrap .block {
    padding: 3.5rem 2rem 2rem;
  }
  .important-section .container .wrap .block .box:nth-of-type(2) .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .faqs-section {
    padding: 6rem 5vw 0;
  }
  .faqs-section .container .faqs-link a {
    padding: 2rem 1rem 3rem;
    width: calc((100% - 40px) / 5);
    font-size: 1rem;
  }
  .faqs-section .container .faqs-link a:not(:nth-child(5n)) {
    margin-right: 10px;
  }
  .faqs-section .container .faqs-link a span {
    font-size: 1.4rem;
  }
  .company-section {
    padding: 6rem 5vw 17rem;
  }
  .contact-section {
    padding: 6rem 5vw 10rem;
  }
  .privacy-section {
    padding: 6rem 5vw 0;
  }
  .news-section {
    padding: 6rem 5vw 0;
  }
  .news-section .container .news-list li {
    width: calc((100% - 60px) / 3);
    margin-bottom: 5rem;
  }
  .news-section .container .news-list li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .news-section .container .news-list li a .box:nth-child(2) .ttl {
    font-size: 1.6rem;
  }
  .single-section {
    padding: 6rem 5vw 0;
  }
  .related-news-section {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .breadcrumb-section {
    padding: 0 10vw;
  }
  .reason-section .container .reason {
    padding: 5rem 10vw 8rem;
  }
  .reason-section .container .reason-cta {
    padding: 4rem 10vw 8rem;
  }
  .necessity-section {
    padding: 2rem 10vw 4rem;
  }
  .merit-section {
    padding: 10rem 10vw 5rem;
  }
  .asbest-remark-container {
    padding: 0 10vw;
  }
  .analysis-section {
    padding: 1rem 10vw 3rem;
  }
  .analysis-flow-section .container {
    padding: 4rem 10vw 0;
  }
  .step-component .step-container .step-body .step-wrap {
    padding: 0 3rem 3rem;
  }
  .pack-section {
    padding: 1rem 10vw 6rem;
  }
  .form-section {
    padding: 0 10vw;
  }
  .form-section.collection {
    padding: 1rem 10vw 0;
  }
  .sending-section {
    padding: 1rem 10vw 0;
  }
  .collect-section .container .head {
    padding: 0 10vw;
  }
  .collect-section .container .content .illust {
    padding: 0 10vw;
  }
  .collect-section .step-component {
    padding: 0 10vw;
  }
  .collect-section .removal-banner-container {
    padding: 0 10vw;
  }
  .removal-section .container .head {
    padding: 0 10vw;
  }
  .removal-section .container .removal {
    padding: 0 10vw;
  }
  .removal-section .container .step-component {
    padding: 0 10vw;
  }
  .legal-section {
    padding: 1rem 10vw 0;
  }
  .point-section {
    padding: 5rem 10vw;
  }
  .important-section {
    padding: 4rem 10vw;
  }
  .faqs-section {
    padding: 1rem 10vw 0;
  }
  .company-section {
    padding: 1rem 10vw 6rem;
  }
  .contact-section {
    padding: 1rem 10vw 6rem;
  }
  .privacy-section {
    padding: 1rem 10vw 0;
  }
  .news-section {
    padding: 1rem 10vw 0;
  }
  .single-section {
    padding: 1rem 10vw 0;
  }
  .related-news-section {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 413px) {
  .necessity-section .container .head .ttl {
    font-size: 1.8rem;
  }
  .necessity-merit-wrap .necessity-merit-block:nth-child(2) .ttl {
    font-size: 1.6rem;
  }
  .merit-section .container .head .ttl {
    font-size: 1.8rem;
  }
  .important-section .container .wrap .block .box:nth-of-type(2) .ttl {
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .form-head {
  font-weight: 500;
}
.mw_wp_form_confirm .form-data {
  font-size: 1.4rem;
  line-height: 1.75;
}
.mw_wp_form_confirm .form-btn {
  margin-top: 4rem !important;
}

.mw_wp_form .error {
  margin-top: 1rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .form-head {
    font-weight: 400;
  }
  .mw_wp_form_confirm .form-data {
    padding-top: 1rem;
    font-size: 1.6rem;
  }
  .mw_wp_form_confirm .form-btn {
    margin-top: 6rem !important;
  }
}

/*# sourceMappingURL=page.css.map */
