@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;
    justify-content: space-between;
  }
  .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;
    justify-content: flex-end;
    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: 1369px) {
  .header-fixed {
    padding: 1.5rem;
  }
  .header-fixed .wrap .block:nth-child(1) {
    width: 100px;
  }
  .header-fixed .wrap .block:nth-child(2) {
    width: calc(100% - 100px - 20px);
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(1) {
    width: calc(100% - 255px - 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;
    letter-spacing: -0.2px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) {
    width: 255px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(1) {
    margin-right: 15px;
    width: 140px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(2) {
    width: 100px;
  }
  .header-fixed .wrap .block:nth-child(2) .box:nth-child(2) div:nth-child(2) .header-btn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-pc .wrap .block:nth-child(1) {
    width: 150px;
  }
}
@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;
  }
}
.mv-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 0 2rem;
}
.mv-section .mv-bg picture,
.mv-section .mv-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-section .mv-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.mv-section .mv-bg img {
  object-fit: cover;
  object-position: center;
}
.mv-section .mv-inner {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.mv-section .mv-copy {
  align-self: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.mv-section .mv-title {
  margin: 0;
  line-height: 1;
}
.mv-section .mv-title picture,
.mv-section .mv-title img {
  display: block;
  width: min(95%, 720px);
  height: auto;
}
.mv-section .mv-card {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 6px solid #ffeb00;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  padding: 2rem clamp(16px, 3vw, 24px);
  max-width: 460px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mv-section .mv-card-lead {
  margin: 0 0 1.4rem;
  font-size: clamp(1.4rem, 2.2vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.4285;
  font-weight: 700;
}
.mv-section .mv-card-lead .accent {
  color: #e33c0b;
}
.mv-section .mv-card-lead .note {
  font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  font-weight: 400;
}
.mv-section .mv-plan--express {
  margin-top: 1.3rem;
}
.mv-section .mv-plan-head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.mv-section .mv-badge {
  background: #2d4581;
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 1.35rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  align-content: center;
}
.mv-section .mv-badge--normal {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.mv-section .mv-badge--express {
  font-size: clamp(1.3rem, 2vw, 1.4rem);
}
.mv-section .mv-plan-note {
  margin: 0;
  font-size: clamp(0.8rem, 1.8vw, 1.2rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.mv-section .mv-plan-note strong {
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.mv-section .mv-plan-note--express {
  white-space: nowrap;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 700;
}
.mv-section .mv-plan-body {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px;
}
.mv-section .mv-budge img {
  display: block;
  width: 46px;
  height: auto;
}
.mv-section .mv-price {
  margin: 0;
  color: #e33c0b;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.mv-section .mv-price .yen {
  font-style: italic;
  font-feature-settings: "pnum";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(3.5rem, 5.2vw, 4.8rem);
  letter-spacing: 0;
}
.mv-section .mv-price .tax {
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.4rem);
  margin-left: 0.4rem;
}
.mv-section .mv-period {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  line-height: 1;
}
.mv-section .mv-period .days {
  color: #e33c0b;
}
.mv-section .mv-period .num {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(3.5rem, 5.2vw, 4.8rem);
  vertical-align: sub;
  margin: 0 4px;
}
.mv-section .tel {
  margin-top: 1.2rem;
  border-top: 1px solid #707070;
  padding-top: 1.4rem;
  text-align: center;
}
.mv-section .tel img {
  display: block;
  width: 74.9655%;
  max-width: 380px;
  margin: 0 auto;
  height: auto;
}
.mv-section .tel .txt {
  margin: 4px 0 0;
  font-size: clamp(0.9rem, 1.4vw, 1.3rem);
  font-weight: 300;
  letter-spacing: 0;
}
.mv-section .mv-cta {
  border: 2px solid #2d4581;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.2rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.course-section {
  padding: 0 2rem;
}
.course-section .section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.course-section .section-inner .container .course-ttl {
  text-align: center;
}
.course-section .section-inner .container .wrap {
  margin-bottom: 2.4rem;
}
.course-section .section-inner .container .wrap .block {
  display: block;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}
.course-section .section-inner .container .wrap .block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.course-section .section-inner .container .wrap .block:active .asbest {
  opacity: 0.9;
}
.course-section .section-inner .container .wrap .block:active .ttl {
  opacity: 0.9;
}
.course-section .section-inner .container .wrap .block:active .txt {
  opacity: 0.9;
}
.course-section .section-inner .container .wrap .block:active .more {
  opacity: 0.9;
}
.course-section .section-inner .container .wrap .block:active .more svg {
  transform: translateX(5px);
}
.course-section .section-inner .container .wrap .block .shortest,
.course-section .section-inner .container .wrap .block .zenkoku {
  width: 60px;
  position: absolute;
  top: 2rem;
}
.course-section .section-inner .container .wrap .block .shortest {
  left: 2rem;
}
.course-section .section-inner .container .wrap .block .zenkoku {
  left: 8.4rem;
}
.course-section .section-inner .container .wrap .block .img {
  text-align: center;
  width: 160px;
  margin: 0 auto 1.4rem;
}
.course-section .section-inner .container .wrap .block .asbest {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.course-section .section-inner .container .wrap .block .ttl {
  font-size: 3.7rem;
  font-weight: 900;
  letter-spacing: 1.85px;
  text-align: center;
  margin-bottom: 1.4rem;
}
.course-section .section-inner .container .wrap .block .ttl.orange {
  color: #e33c0b;
}
.course-section .section-inner .container .wrap .block .ttl.green {
  color: #10803c;
}
.course-section .section-inner .container .wrap .block .ttl.blue {
  color: #2d4581;
}
.course-section .section-inner .container .wrap .block .ttl span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 0.5rem;
}
.course-section .section-inner .container .wrap .block .txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
.course-section .section-inner .container .wrap .block .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.course-section .section-inner .container .wrap .block .more.orange {
  color: #e33c0b;
}
.course-section .section-inner .container .wrap .block .more.green {
  color: #10803c;
}
.course-section .section-inner .container .wrap .block .more.blue {
  color: #2d4581;
}
.course-section .section-inner .container .wrap .block .more svg {
  margin-left: 1rem;
}
.course-section .section-inner .container .service-item-wrap .service-item-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222;
  text-align: center;
  margin-bottom: 0.8rem;
}
.course-section .section-inner .container .service-item-wrap .service-item-txt .item-wrap {
  display: flex;
  margin: 0.4rem 0;
  gap: 0.4rem;
  justify-content: center;
}
.course-section .section-inner .container .service-item-wrap .service-item-txt .item-wrap .item {
  height: 32px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  align-content: center;
  text-align: center;
  padding: 0 1rem;
  background: #e33c0b;
}
.course-section .section-inner .container .service-item-wrap .service-txt-reason {
  width: 100%;
  max-width: 294px;
  margin: 0 auto;
}
.course-section .section-inner .container .service-item-wrap .service-txt-reason img {
  width: 100%;
}

.necessity-section {
  padding: 4rem 2rem;
  position: relative;
}
.necessity-section .dust {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  mix-blend-mode: multiply;
}
.necessity-section .container {
  position: relative;
}
.necessity-section .container .head {
  text-align: center;
}
.necessity-section .container .head .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.necessity-section .container .necessity-case {
  margin-bottom: 4rem;
}
.necessity-section .container .necessity-case .head .ttl {
  margin-bottom: 1rem;
}
.necessity-section .container .necessity-case .head .person {
  display: block;
  width: 70px;
  margin: 0 auto;
}
.necessity-section .container .necessity-case .content .case-wrap {
  padding: 2rem 2rem 1rem;
  background-color: #2d4581;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 2rem;
}
.necessity-section .container .necessity-case .content .case-wrap ul {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.necessity-section .container .necessity-case .content .case-wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.necessity-section .container .necessity-case .content .case-wrap ul li img {
  margin-right: 10px;
  width: 24px;
  transform: translateY(2px);
}
.necessity-section .container .necessity-case .content .case-wrap ul li .txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  width: calc(100% - 24px - 10px);
}
.necessity-section .container .necessity-case .content .arch-wrap .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.necessity-section .container .necessity-case .content .arch-wrap .ttl span {
  position: relative;
}
.necessity-section .container .necessity-case .content .arch-wrap .ttl span .arch-under {
  margin: 0 auto;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
}
.necessity-section .container .necessity-case .content .arch-wrap .block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.necessity-section .container .necessity-case .content .arch-wrap .block .box {
  width: calc((100% - 50px) / 3);
  margin-bottom: 1rem;
}
.necessity-section .container .necessity-case .content .arch-wrap .block .box:nth-child(2) {
  margin: 0 25px;
}
.necessity-section .container .necessity-case .content .arch-wrap .block .box:nth-child(5) {
  margin-left: 25px;
}
.necessity-section .container .necessity-case .content .arch-wrap .block .box .ttl2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-align: center;
  color: #3b4043;
}
.necessity-section .container .necessity-case .content .arch-wrap .block .box img {
  width: 100%;
}
.necessity-section .container .necessity-law {
  margin-bottom: 4rem;
}
.necessity-section .container .necessity-law .head .ttl {
  margin-bottom: 2rem;
}
.necessity-section .container .necessity-law .content .wrap .block {
  padding: 1rem 0 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.necessity-section .container .necessity-law .content .wrap .block:nth-child(1) {
  margin-bottom: 2rem;
}
.necessity-section .container .necessity-law .content .wrap .block .box {
  color: #2d4581;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.necessity-section .container .necessity-law .content .wrap .block .box div:nth-child(1) {
  margin-right: 1rem;
}
.necessity-section .container .necessity-law .content .wrap .block .box div:nth-child(1) span {
  font-size: 2.9rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 800;
}
.necessity-section .container .necessity-law .content .wrap .block .box div:nth-child(2) .ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.necessity-section .container .necessity-law .content .wrap .block img {
  width: 100%;
}

.legal-section {
  padding: 0 2rem 4rem;
}
.legal-section .section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.legal-section .head {
  border-radius: 10px 10px 0px 0px;
  background: #2d4581;
  height: 98px;
  align-content: center;
}
.legal-section .head .ttl {
  font-size: 2.2rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.272727;
  font-weight: 700;
  padding: 1rem 0;
  text-align: center;
}
.legal-section .head .ttl .small {
  font-size: 1.2rem;
  display: block;
}
.legal-section .wrap {
  border: 2px solid #2d4581;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 2rem 2rem 0;
}
.legal-section .wrap .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.6rem;
}
.legal-section .wrap .block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.8rem 1rem;
  margin-bottom: 3.2rem;
}
.legal-section .wrap .block-list .block {
  width: calc((100% - 1rem) / 2);
  padding: 1.6rem 1rem 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 1px solid #a6aaac;
  filter: drop-shadow(3px 3px 3px rgba(59, 64, 67, 0.3));
}
.legal-section .wrap .block-list .block .pin {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 19px;
}
.legal-section .wrap .block-list .block .box:nth-of-type(1) {
  width: 100px;
  margin-bottom: 5px;
}
.legal-section .wrap .block-list .block .box:nth-of-type(2) .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e33c0b;
  text-align: center;
  line-height: 1.2857;
}
.legal-section .wrap .fukidashi-wrap {
  margin-top: 2.4rem;
}
.legal-section .wrap .fukidashi-wrap .fukidashi {
  background: #ffd800;
  height: 90px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 1rem;
  position: relative;
  width: 270px;
  margin: 0 auto 19px;
}
.legal-section .wrap .fukidashi-wrap .fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 19px solid #ffd800;
  border-bottom: 0;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.legal-section .wrap .fukidashi-wrap .legal-person {
  width: 200px;
  margin: 0 auto;
}

.reason-section {
  background: #f0f3f5;
  padding: 1.8rem 2rem 4rem;
}
.reason-section .section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.reason-section .reason-head {
  text-align: center;
  margin-bottom: 3.2rem;
}
.reason-section .reason-head picture,
.reason-section .reason-head img {
  width: 100%;
  max-width: 834px;
}
.reason-section .reason-item {
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 1rem 2rem 2rem;
  margin-bottom: 2.6rem;
}
.reason-section .reason-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
}
.reason-section .reason-item .reason-stamp {
  position: absolute;
  left: -10px;
  top: -10px;
}
.reason-section .reason-item .reason-stamp img {
  width: 80px;
  height: auto;
}
.reason-section .reason-item .reason-item-head {
  margin-bottom: 1.6rem;
}
.reason-section .reason-item .reason-item-head.reason1 {
  margin-bottom: 3.6rem;
}
.reason-section .reason-item .reason-item-ttl .accent {
  color: #2d4581;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-right: 0.2em;
  z-index: 0;
  margin-bottom: 1.7rem;
  line-height: 1.45;
}
.reason-section .reason-item .reason-item-ttl .accent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 108px;
  height: 23px;
  background: #ffeb00;
  z-index: -1;
  transform: translateX(-5px);
}
.reason-section .reason-item .reason-item-ttl small {
  display: block;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.reason-section .reason-item-body .plan-wrap {
  margin-bottom: 0.8rem;
}
.reason-section .reason-item-body .plan-wrap .plan-block {
  border: 2px solid #2d4581;
  border-radius: 10px;
}
.reason-section .reason-item-body .plan-wrap .plan-block:nth-child(1) {
  margin-bottom: 2.4rem;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-head {
  border-radius: 6px 6px 0 0;
  padding: 1.7rem 2rem 0.7rem;
  position: relative;
  background-color: #2d4581;
  position: relative;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-head .shortest {
  width: 60px;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: -15px;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-head .plan-head-remark {
  width: 200px;
  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;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-head .plan-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: center;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 0.8rem 2rem 1rem;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-txt1 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-txt2 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price {
  max-width: 140px;
  margin: 0 auto;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt {
  font-size: 3.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #e33c0b;
  line-height: 1.3;
  position: relative;
  white-space: nowrap;
}
.reason-section .reason-item-body .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;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.tax {
  font-size: 1rem;
  letter-spacing: 0.6px;
  right: -70px;
  font-style: normal;
}
.reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.specimen {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  left: -50px;
  font-style: normal;
}
.reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-txt1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #e33c0b;
}
.reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-price .plan-price-txt {
  color: #000000;
  font-size: 2.7rem;
  transform: translateX(20px);
}
.reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-price .plan-price-txt span.tax {
  right: -25px;
}
.reason-section .reason-item-body .reason-footnote {
  text-align: right;
  font-size: 1.2rem;
}
.reason-section .reason-2-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
.reason-section .reason-2-desc .reason-2-desc-txt {
  width: calc(100% - 120px - 3.3333%);
  font-size: 1.2rem;
  line-height: 2;
}
.reason-section .reason-2-desc .reason-2-desc-img {
  width: 120px;
}
.reason-section .reason-2-desc .reason-2-desc-img img {
  width: 100%;
  height: auto;
}
.reason-section .recommend-box {
  margin-top: 2.4rem;
}
.reason-section .recommend-box .recommend-head {
  background: #2d4581;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 4.4rem;
  font-size: 2.2rem;
  text-align: center;
  align-content: center;
}
.reason-section .recommend-box .recommend-list {
  padding: 0.8rem 0;
  list-style: none;
  margin: 0;
}
.reason-section .recommend-box .recommend-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  align-items: center;
}
.reason-section .recommend-box .recommend-list li:not(:last-child) {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #a6aaac;
  margin-bottom: 0.4rem;
}
.reason-section .recommend-box .recommend-list li img {
  width: 100px;
  height: auto;
}
.reason-section .recommend-box .recommend-list li p {
  margin: 0;
  font-size: 1.4rem;
}
.reason-section .recommend-box .recommend-list li p img {
  width: 18px;
  height: auto;
  margin-right: 4px;
  vertical-align: -4px;
}
.reason-section .reason-3-grid {
  display: grid;
  gap: 1.6rem;
}
.reason-section .reason-3-grid .desc {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}
.reason-section .reason-3-grid .reason-3-right {
  text-align: center;
}

.delivery-secttion {
  background: rgba(255, 255, 255, 0.5);
  padding: 4rem 2rem 3.6rem;
}
.delivery-secttion .section-inner {
  max-width: 900px;
  margin: 0 auto;
}
.delivery-secttion .delivery-head {
  text-align: center;
}
.delivery-secttion .txt-list {
  margin-bottom: 4rem;
  list-style: none;
}
.delivery-secttion .txt-list .txt-item {
  position: relative;
  padding-left: 2em;
}
.delivery-secttion .txt-list .txt-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.delivery-secttion .txt-list .txt-item p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
}
.delivery-secttion .txt-list .txt-item p a {
  color: #06bcf4;
}
.delivery-secttion .txt-list .txt-item p a:hover {
  opacity: 0.8;
}
.delivery-secttion .map-wrap {
  position: relative;
}
.delivery-secttion .map-wrap .map-color {
  position: absolute;
  left: 0;
  top: 14.43%;
  display: grid;
  gap: 4px;
}
.delivery-secttion .map-wrap .map-color .color-wrap {
  font-weight: 500;
}
.delivery-secttion .map-wrap .map-color .color-wrap .square {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: text-bottom;
  margin-right: 4px;
}
.delivery-secttion .map-wrap .map-color .color-wrap .square.blue {
  background: #2d4581;
}
.delivery-secttion .map-wrap .map-color .color-wrap .square.green {
  background: #10803c;
}
.delivery-secttion .map-wrap .map-color .color-wrap .ttl {
  font-size: 1.5rem;
}
.delivery-secttion .map-wrap .map-color .color-wrap .note {
  font-size: 1rem;
}
.delivery-secttion .map-wrap .map-img {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.faq-section {
  background: #ffffff;
  padding: 4rem 2rem;
}
.faq-section .section-inner {
  max-width: 769px;
}
.faq-section .container .faq-ttl {
  text-align: center;
}
.faq-section .container .wrap {
  margin-bottom: 4rem;
}
.faq-section .container .wrap .block:not(:last-child) {
  margin-bottom: 3rem;
}
.faq-section .container .wrap .block .question {
  display: flex;
  margin-bottom: 2rem;
}
.faq-section .container .wrap .block .question .box:nth-child(1) {
  width: 20px;
  margin-right: 15px;
}
.faq-section .container .wrap .block .question .box:nth-child(1) span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #10803c;
  font-style: italic;
}
.faq-section .container .wrap .block .question .box:nth-child(2) {
  width: calc(100% - 20px - 15px);
}
.faq-section .container .wrap .block .question .box:nth-child(2) .txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.faq-section .container .wrap .block .answer {
  width: calc(100% - 20px - 15px);
  margin: 0 0 0 auto;
}
.faq-section .container .wrap .block .answer a {
  color: #06bcf4;
}
.faq-section .container .wrap .block .answer a:hover {
  opacity: 0.8;
}

.news-section {
  padding: 0 2rem;
  margin: 8rem 0 4rem;
  position: relative;
}
.news-section .section-inner {
  max-width: 800px;
}
.news-section .container .txt {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.news-section .container .news-list {
  margin-bottom: 4rem;
}
.news-section .container .news-list li {
  border-bottom: 1px solid #e2e3ea;
}
.news-section .container .news-list li:first-child {
  border-top: 1px solid #e2e3ea;
}
.news-section .container .news-list li a {
  display: block;
  padding: 1.2rem 0.5rem;
}
.news-section .container .news-list li a:active {
  opacity: 0.7;
}
.news-section .container .news-list li a .box:nth-child(1) {
  margin-bottom: 0.5rem;
}
.news-section .container .news-list li a .box:nth-child(1) .date {
  font-size: 1.2rem;
  color: #3b4043;
}
.news-section .container .news-list li a .box:nth-child(2) .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .mv-section .mv-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 6.564%;
    max-width: 1234px;
    margin: 0 auto;
  }
  .mv-section .mv-card {
    padding: 2rem 3rem;
  }
  .mv-section .mv-copy {
    flex: 1 1 auto;
    align-self: auto;
    max-width: 693px;
    width: 56.1588%;
  }
  .mv-section .mv-title img,
  .mv-section .mv-title picture {
    width: 100%;
  }
  .mv-section .mv-budge img {
    width: 60px;
  }
  .mv-section .mv-cta {
    font-size: 1.8rem;
  }
  .course-section {
    padding: 0 2rem;
  }
  .course-section .section-inner .container .wrap {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "analysis analysis" "collect removal";
    margin-bottom: 4rem;
  }
  .course-section .section-inner .container .wrap .block {
    border-radius: 10px;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) {
    grid-area: analysis;
    padding: 3.5rem 5rem;
    display: flex;
    justify-content: space-between;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .img {
    width: 216px;
    margin: 0;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap {
    padding-right: 5rem;
    width: 66.6%;
    box-sizing: content-box;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .asbest {
    display: inline-block;
    text-align: left;
    font-size: 4rem;
    margin-right: 1.2rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .ttl {
    text-align: left;
    display: inline-block;
    font-size: 6rem;
    line-height: 1.45;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .ttl span {
    font-size: 3.2rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .txt {
    font-size: 1.6rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .more {
    justify-content: left;
  }
  .course-section .section-inner .container .wrap .block:nth-child(2) {
    grid-area: collect;
  }
  .course-section .section-inner .container .wrap .block:nth-child(3) {
    grid-area: removal;
  }
  .course-section .section-inner .container .wrap .block:nth-child(2), .course-section .section-inner .container .wrap .block:nth-child(3) {
    display: flex;
    flex-direction: column;
    padding: 2rem 4rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(2) .txt, .course-section .section-inner .container .wrap .block:nth-child(3) .txt {
    margin-bottom: 2rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(2) .more, .course-section .section-inner .container .wrap .block:nth-child(3) .more {
    margin-top: auto;
  }
  .course-section .section-inner .container .wrap .block:not(:last-child) {
    margin-bottom: 0;
  }
  .course-section .section-inner .container .wrap .block .shortest,
  .course-section .section-inner .container .wrap .block .zenkoku {
    width: 80px;
    top: 4rem;
  }
  .course-section .section-inner .container .wrap .block .shortest {
    right: 4rem;
    left: auto;
  }
  .course-section .section-inner .container .wrap .block .zenkoku {
    left: auto;
    right: 12.6rem;
  }
  .course-section .section-inner .container .wrap .block .img {
    width: 200px;
    margin: 0 auto 2rem;
  }
  .course-section .section-inner .container .wrap .block .ttl {
    font-size: 3.6rem;
  }
  .course-section .section-inner .container .service-item-wrap .service-item-txt {
    font-size: 3.1rem;
    margin-bottom: 2rem;
  }
  .course-section .section-inner .container .service-item-wrap .service-item-txt .item-wrap {
    margin: 0.6rem 0;
    gap: 0.8rem;
  }
  .course-section .section-inner .container .service-item-wrap .service-item-txt .item-wrap .item {
    height: 47px;
    font-size: 3.1rem;
    padding: 0 1.6rem;
  }
  .course-section .section-inner .container .service-item-wrap .service-txt-reason {
    width: 100%;
    max-width: 594px;
    margin: 0 auto;
  }
  .necessity-section {
    padding: 6rem 2rem 10rem;
  }
  .necessity-section .dust {
    width: 100%;
    max-width: 1366px;
    bottom: -200px;
  }
  .necessity-section .container .head {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }
  .necessity-section .container .head .ttl {
    font-size: 4rem;
    letter-spacing: 2px;
  }
  .necessity-section .container .head .fukidashi {
    width: 138px;
    position: absolute;
    top: 0;
    left: -13px;
    bottom: 0;
    margin: auto;
  }
  .necessity-section .container .necessity-case {
    margin-bottom: 12rem;
  }
  .necessity-section .container .necessity-case .head .ttl {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  .necessity-section .container .necessity-case .head .person {
    width: 138px;
    position: absolute;
    right: 50px;
    bottom: 0;
  }
  .necessity-section .container .necessity-case .content .case-wrap {
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 3rem 7rem 1rem;
  }
  .necessity-section .container .necessity-case .content .case-wrap ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .necessity-section .container .necessity-case .content .case-wrap ul li {
    margin-bottom: 2rem;
    width: calc((100% - 40px) / 3);
  }
  .necessity-section .container .necessity-case .content .case-wrap ul li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .necessity-section .container .necessity-case .content .case-wrap ul li .img {
    width: 30px;
  }
  .necessity-section .container .necessity-case .content .case-wrap ul li .txt {
    font-size: 2rem;
    letter-spacing: 1px;
    width: calc(100% - 30px - 10px);
  }
  .necessity-section .container .necessity-case .content .arch-wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box {
    width: calc((100% - 100px) / 5);
    margin-bottom: 0;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box:nth-child(2) {
    margin: 0 0;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box:nth-child(5) {
    margin-left: 0;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box .ttl2 {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .necessity-section .container .necessity-law {
    margin-bottom: 8rem;
  }
  .necessity-section .container .necessity-law .head .ttl {
    margin-bottom: 4rem;
  }
  .necessity-section .container .necessity-law .content .wrap {
    display: flex;
    justify-content: space-between;
  }
  .necessity-section .container .necessity-law .content .wrap .block {
    width: calc((100% - 50px) / 2);
    padding: 2rem 0 0;
    border-radius: 5px;
  }
  .necessity-section .container .necessity-law .content .wrap .block:nth-child(1) {
    margin-bottom: 0;
  }
  .necessity-section .container .necessity-law .content .wrap .block .box div:nth-child(1) {
    margin-right: 1.5rem;
  }
  .necessity-section .container .necessity-law .content .wrap .block .box div:nth-child(1) span {
    font-size: 4rem;
  }
  .necessity-section .container .necessity-law .content .wrap .block .box div:nth-child(2) .ttl {
    font-size: 2rem;
  }
  .legal-section {
    padding: 0 2rem 12rem;
  }
  .legal-section .head {
    height: 112px;
  }
  .legal-section .head .ttl {
    font-size: 4.2rem;
    letter-spacing: 0;
    line-height: 1.42857;
    padding: 1.6rem;
  }
  .legal-section .head .ttl .small {
    font-size: 2rem;
  }
  .legal-section .wrap {
    border: 4px solid #2d4581;
    padding: 4rem 5rem 0;
  }
  .legal-section .wrap .txt {
    font-size: 1.8rem;
    margin-bottom: 3.3rem;
  }
  .legal-section .wrap .block-list {
    flex-wrap: nowrap;
    gap: 3%;
    margin-bottom: 4rem;
  }
  .legal-section .wrap .block-list .block {
    width: 22.75%;
    padding: 3.6rem 1rem 2rem;
  }
  .legal-section .wrap .block-list .block .pin {
    top: -13px;
    width: 26px;
  }
  .legal-section .wrap .block-list .block .box:nth-of-type(1) {
    width: 140px;
    margin-bottom: 15px;
  }
  .legal-section .wrap .block-list .block .box:nth-of-type(2) .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .legal-section .wrap .fukidashi-wrap {
    margin-top: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .legal-section .wrap .fukidashi-wrap .fukidashi {
    height: 108px;
    border-radius: 69px;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 1.9rem 2rem 1.8rem;
    position: relative;
    width: 530px;
    margin: 0;
    align-content: center;
  }
  .legal-section .wrap .fukidashi-wrap .fukidashi::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 38px solid #ffd800;
    border-left: 0;
    position: absolute;
    bottom: 0;
    left: -24px;
    right: auto;
    margin: auto 0;
    transform: rotateX(45deg);
    top: 0;
  }
  .legal-section .wrap .fukidashi-wrap .legal-person {
    width: 340px;
  }
  .reason-section {
    padding: 5.8rem 2rem 6rem;
  }
  .reason-section .reason-head {
    margin-bottom: 0;
  }
  .reason-section .reason-item {
    padding: 3.8rem 5% 4rem 10%;
    margin-bottom: 4rem;
  }
  .reason-section .reason-item .reason-stamp {
    top: -20px;
    right: -20px;
  }
  .reason-section .reason-item .reason-stamp img {
    width: 100px;
  }
  .reason-section .reason-item .reason-item-ttl {
    display: flex;
    gap: 4rem;
    align-items: center;
  }
  .reason-section .reason-item .reason-item-ttl .accent {
    width: auto;
    font-size: 6rem;
    text-align: left;
    text-wrap: nowrap;
    padding-left: 18px;
    margin-bottom: 0;
    padding-right: 0;
  }
  .reason-section .reason-item .reason-item-ttl .accent::before {
    margin: 0;
    bottom: 6px;
    width: 174px;
    transform: translateX(0);
  }
  .reason-section .reason-item .reason-item-ttl small {
    font-size: 2.4rem;
  }
  .reason-section .reason-item .reason-item-ttl small.reason2-small {
    padding-right: 25%;
  }
  .reason-section .reason-item .reason-item-ttl small.reason3-small {
    padding-right: 28%;
  }
  .reason-section .reason-item-body .plan-wrap {
    margin-bottom: 0.6rem;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block:nth-child(1) {
    margin-bottom: 0;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-head {
    padding: 2.4rem 2rem 0.8rem;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-head .plan-head-remark {
    width: 192px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-head .plan-ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content {
    padding: 1.2rem 2rem 1.4rem;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price {
    max-width: 140px;
    margin: 0 auto;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt {
    font-size: 3.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #e33c0b;
    line-height: 1.3;
    position: relative;
    white-space: nowrap;
  }
  .reason-section .reason-item-body .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;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.tax {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    right: -70px;
    font-style: normal;
    top: 16px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.specimen {
    font-size: 1.6rem;
    left: -56px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-price .plan-price-txt {
    font-size: 3rem;
    transform: translateX(20px);
  }
  .reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-price .plan-price-txt span.specimen {
    font-size: 1.6rem;
    left: -57px;
    top: 3px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-price .plan-price-txt span.tax {
    font-size: 1.2rem;
    right: -46px;
    top: 0;
  }
  .reason-section .reason-item-body .plan-wrap .reason-footnote {
    font-size: 1.4rem;
  }
  .reason-section .reason-item-body .btn-box {
    text-align: left;
  }
  .reason-section .recommend-box {
    margin-top: 2rem;
    max-width: 800px;
  }
  .reason-section .recommend-box .recommend-head {
    font-size: 2.4rem;
  }
  .reason-section .recommend-box .recommend-list {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0;
  }
  .reason-section .recommend-box .recommend-list li {
    width: calc((100% - 4rem) / 3);
    display: block;
    text-align: center;
  }
  .reason-section .recommend-box .recommend-list li:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    border-right: 1px solid #a6aaac;
  }
  .reason-section .recommend-box .recommend-list li img {
    width: 100%;
    max-width: 240px;
    margin-bottom: 2rem;
  }
  .reason-section .recommend-box .recommend-list li p {
    margin: 0;
    font-size: 1.4rem;
  }
  .reason-section .recommend-box .recommend-list li p img {
    width: 18px;
    height: auto;
    margin-right: 4px;
    vertical-align: -4px;
    margin-bottom: 0;
  }
  .reason-section .reason-2-desc {
    display: block;
    margin-bottom: 2rem;
  }
  .reason-section .reason-2-desc .reason-2-desc-txt {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .reason-section .reason-2-desc .reason-2-desc-img {
    width: 21%;
    position: absolute;
    top: 34.2px;
    right: 5%;
  }
  .reason-section .reason-2-desc .reason-2-desc-img img {
    width: 100%;
    height: auto;
  }
  .reason-section .reason-3-grid {
    display: grid;
    gap: 1.6rem;
  }
  .reason-section .reason-3-grid .desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding-right: calc(26% + 4rem);
  }
  .reason-section .reason-3-grid .reason-3-right {
    text-align: center;
    width: 26%;
    position: absolute;
    top: 3.8rem;
    right: 2rem;
  }
  .delivery-secttion {
    padding: 6rem 2rem 10rem;
  }
  .delivery-secttion .wrap {
    position: relative;
  }
  .delivery-secttion .wrap .illust-wrap {
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .delivery-secttion .txt-list {
    margin-left: 18rem;
  }
  .delivery-secttion .txt-list .txt-item::before {
    font-size: 1.6rem;
    line-height: 1.625;
    left: 1rem;
  }
  .delivery-secttion .txt-list .txt-item p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .delivery-secttion .map-wrap {
    position: relative;
  }
  .delivery-secttion .map-wrap .map-color {
    position: absolute;
    left: 0;
    top: 28%;
    display: grid;
    gap: 10px;
  }
  .delivery-secttion .map-wrap .map-color .color-wrap .square {
    width: 28px;
    height: 28px;
    vertical-align: bottom;
    margin-right: 6px;
  }
  .delivery-secttion .map-wrap .map-color .color-wrap .ttl {
    font-size: 1.8rem;
  }
  .delivery-secttion .map-wrap .map-color .color-wrap .note {
    font-size: 1.4rem;
  }
  .delivery-secttion .map-wrap .map-img {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .faq-section {
    padding: 6rem 2rem;
  }
  .faq-section .container .wrap {
    margin-bottom: 6rem;
  }
  .faq-section .container .wrap .block:not(:last-child) {
    margin-bottom: 4.5rem;
  }
  .faq-section .container .wrap .block .question .box:nth-child(1) {
    width: 26px;
    margin-right: 10px;
  }
  .faq-section .container .wrap .block .question .box:nth-child(1) span {
    font-size: 3rem;
  }
  .faq-section .container .wrap .block .question .box:nth-child(2) {
    width: calc(100% - 26px - 10px);
  }
  .faq-section .container .wrap .block .question .box:nth-child(2) .txt {
    font-size: 1.8rem;
  }
  .faq-section .container .wrap .block .answer {
    width: calc(100% - 26px - 10px);
  }
  .faq-section .container .wrap .block .answer .txt {
    font-size: 1.6rem;
  }
  .news-section {
    margin-top: 14rem;
  }
  .news-section .container .txt {
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
  .news-section .container .news-list {
    margin-bottom: 6rem;
  }
  .news-section .container .news-list li a {
    padding: 2rem 0;
    display: flex;
  }
  .news-section .container .news-list li a:hover {
    opacity: 0.7;
  }
  .news-section .container .news-list li a .box {
    padding: 0 2rem;
  }
  .news-section .container .news-list li a .box:nth-child(1) {
    width: 12.5%;
    margin-bottom: 0;
  }
  .news-section .container .news-list li a .box:nth-child(1) .date {
    font-size: 1.4rem;
    white-space: nowrap;
    line-height: 1.75;
  }
  .news-section .container .news-list li a .box:nth-child(2) {
    width: 87.5%;
  }
  .news-section .container .news-list li a .box:nth-child(2) .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv-section .container .wrap .block:nth-child(1) {
    width: calc(58.258528% - 20px);
  }
  .mv-section .container .wrap .block:nth-child(1) .mv-btn {
    font-size: 1.6rem;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .course-section {
    padding: 0rem 5vw;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) {
    padding: 3.5% 5%;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .img {
    width: 21.6%;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap {
    padding-right: 5%;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .asbest {
    font-size: 2rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .ttl {
    font-size: 4rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .ttl span {
    font-size: 2rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(1) .txt-wrap .txt {
    font-size: 1.4rem;
  }
  .course-section .section-inner .container .wrap .block:nth-child(2), .course-section .section-inner .container .wrap .block:nth-child(3) {
    padding: 2rem;
  }
  .course-section .section-inner .container .wrap .block .shortest,
  .course-section .section-inner .container .wrap .block .zenkoku {
    width: 60px;
    top: 2rem;
  }
  .course-section .section-inner .container .wrap .block .shortest {
    right: 2rem;
    left: auto;
  }
  .course-section .section-inner .container .wrap .block .zenkoku {
    left: auto;
    right: 8.6rem;
  }
  .course-section .section-inner .container .wrap .block .img {
    width: 160px;
  }
  .necessity-section {
    padding: 6rem 5vw 10rem;
  }
  .necessity-section .dust {
    bottom: -50px;
  }
  .necessity-section .container .head .ttl {
    font-size: 2.8rem;
    letter-spacing: 1.4px;
  }
  .necessity-section .container .head .fukidashi {
    width: 118px;
  }
  .necessity-section .container .necessity-case .head .ttl {
    padding-bottom: 3rem;
  }
  .necessity-section .container .necessity-case .head .person {
    width: 118px;
  }
  .necessity-section .container .necessity-case .content .case-wrap {
    padding: 3rem 3rem 1rem;
  }
  .necessity-section .container .necessity-case .content .case-wrap ul li .txt {
    font-size: 1.8rem;
  }
  .legal-section {
    padding: 0 5vw 12rem;
  }
  .legal-section .head .ttl {
    font-size: 3.2rem;
  }
  .legal-section .wrap {
    padding: 4% 5% 0;
  }
  .legal-section .wrap .block-list .block {
    padding: 2.6rem 1rem 2rem;
  }
  .legal-section .wrap .block-list .block .pin {
    width: 20px;
  }
  .legal-section .wrap .block-list .block .box:nth-of-type(1) {
    width: 100px;
    margin-bottom: 15px;
  }
  .legal-section .wrap .block-list .block .box:nth-of-type(2) .ttl {
    font-size: 1.6rem;
  }
  .legal-section .wrap .fukidashi-wrap .fukidashi {
    height: auto;
    font-size: 1.8rem;
    width: 58.8888%;
  }
  .reason-section {
    padding: 5.8rem 5vw 6rem;
  }
  .faq-section {
    padding: 6rem 5vw;
  }
  .news-section {
    padding: 0 5vw;
  }
  .news-section::after {
    width: calc(100% - 10vw);
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .mv-section {
    padding: 0 10vw 2.5rem;
  }
  .mv-section .container .wrap .block:nth-child(1) .mv-btn {
    justify-content: center;
  }
  .course-section {
    padding: 0rem 10vw;
  }
  .necessity-section {
    padding: 4rem 10vw 4rem;
  }
  .legal-section {
    padding: 0 10vw 4rem;
  }
  .reason-section {
    padding: 2rem 10vw 7rem;
  }
  .delivery-secttion {
    padding: 4rem 10vw 3.6rem;
  }
  .specimen-section {
    padding: 3rem 10vw 6rem;
  }
  .faq-section {
    padding: 4rem 10vw;
  }
  .news-section {
    padding: 0 10vw;
  }
  .news-section::after {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 413px) {
  .necessity-section .container .head .ttl {
    font-size: 2.2rem;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box {
    width: calc((100% - 30px) / 3);
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box:nth-child(2) {
    margin: 0 15px;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box:nth-child(5) {
    margin-left: 15px;
  }
  .necessity-section .container .necessity-case .content .arch-wrap .block .box .ttl2 {
    white-space: nowrap;
  }
  .reason-section .reason .content .reason2-recommend .recommend-content {
    padding: 1rem 2.5rem 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .reason-section .reason-item .reason-item-ttl small.reason3-small {
    padding-right: 318px;
  }
  .reason-section .reason-item-body .plan-wrap {
    margin-bottom: 0.6rem;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block:nth-child(1) {
    margin-bottom: 0;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-head {
    padding: 2.4rem 2rem 0.8rem;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-head .shortest {
    width: 80px;
    right: 12px;
    bottom: -27px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price {
    max-width: 274px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt {
    font-size: 6rem;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block .plan-content .plan-price .plan-price-txt span.tax {
    right: -46px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-price {
    max-width: 140px;
  }
  .reason-section .reason-item-body .plan-wrap .plan-block.express .plan-content .plan-txt1 {
    font-size: 3rem;
    margin-bottom: 0.4rem;
  }
  .reason-section .recommend-box .recommend-list li p {
    font-size: 1.6rem;
  }
  .reason-section .recommend-box .recommend-list li p img {
    width: 22px;
  }
  .reason-section .reason-3-grid {
    display: grid;
    gap: 1.6rem;
  }
  .reason-section .reason-3-grid .reason-3-right {
    text-align: center;
    width: 260px;
    position: absolute;
    top: 3.8rem;
    right: 123px;
  }
  .delivery-secttion {
    padding: 6rem 2rem 38.8rem;
  }
  .delivery-secttion .txt-list {
    margin-bottom: 0;
    max-width: 480px;
  }
  .delivery-secttion .map-wrap {
    position: initial;
  }
  .delivery-secttion .map-wrap .map-color {
    position: absolute;
    left: 0;
    top: 210px;
  }
  .delivery-secttion .map-wrap .map-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 580px;
    margin: 0;
  }
}

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