@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;
  }
}

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