@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*　共通　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0 auto;
    max-width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #1f1f1f;
}
body, html {
    overflow-x: hidden;
}
img{
    width: 100%;
    vertical-align: bottom;
}
.pc {
    display: block!important;
}
.sp {
    display: none!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt10 {
    margin-top: 10px;
}
.taC {
    text-align: center;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.yellow {
    color: #fff701;
    font-weight: bold;
}
a:hover{
    opacity: 0.5;
}

/*pcの時*/
a[href^="tel:"] {
    pointer-events:none;
}
@media screen and (max-width:767px){
/*spの時*/
a[href^="tel:"] {
    pointer-events:auto;
}
body{
    margin: 0 auto;
    width: 100%;
    font-size: 0.95rem;
}
.pc {
    display: none!important;
}
.sp {
    display: block!important;
}
}

.content {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
}
.content2 {
    width: 100%;
    margin: 0 auto;
    max-width: 760px;
    position: relative;
}
.content3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1020px;
}

@media screen and (max-width:767px){
    .content,.content2,.content3 {
        width: 90%;
    }
}


/*header*/
header {
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.header_inner {
    width: 96%;
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1 {
    color: #06a3da;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(30px, 3vw, 38px);
    line-height: 0.8;
}
.h_tel {
    width: 100%;
    max-width: 260px;
}

@media screen and (max-width:767px){
    header {
        height: auto;
    }
    .header_inner {
        width: 100%;
    }
    .h_tel {
        width: 50%;
    }
}

/* mv */
.mv_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
    max-width: 800px;
}


/*cta*/
.cta_area {
    position: relative;
    background-color: #091e3e;
    padding: 3% 16%;
    margin: 0 auto;
}
.cta_btn {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 36%;
    right: 18%;
    width: 52%;
}
.cta_l {
    width: 60%;
}
.cta_r {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 光 */
.shine{
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}

/* 光の動き */
@keyframes shine{
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

@media screen and (max-width:767px){
    .cta_btn {
        display: block;
        width: 85%;
        top: 39%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .cta_l {
        width: 100%;
    }
    .cta_r {
        width: 100%;
        flex-direction: unset;
        justify-content: space-between;
        margin-top: 2vw;
    }
    .shine.sp_cta {
        width: 100%;
    }
    .cta_area {
        padding: 3% 0;
    }
}



/*アスベスト調査はなぜ行うの？*/
.section01 {
    background-image: url(../img/image01_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 4% 0 100px;
}

/* .abs_01-2, .abs_01-3 {
    display: none; 
} */
.abs_01-2 {
    position: absolute;
    bottom: -50px;
    width: 30%;
    left: -18%;
}
.abs_01-3 {
    position: absolute;
    bottom: -50px;
    width: 30%;
    right: -18%;
}

h3 {
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    font-size: clamp(22px, 2.3vw, 30px);
    letter-spacing: 2px;
}

.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55%;
  max-width: 500px;
  margin: auto;
  padding: .5em 0;
  border-radius: 30px;
  background: #091e3e;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "詳細を見る"
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 345px;
  transition: height 0.3s ease;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* フェードアウトの範囲を全体に */
  background: linear-gradient(to bottom, rgba(245,245,245,0) 50%, rgba(245,245,245,1) 100%);
  pointer-events: none; /* クリックの邪魔をしない */
  transition: opacity 0.5s ease;
}

/* アコーディオンを開いたときにグラデーションを消す */
.grad-trigger:checked ~ .grad-item::after {
  opacity: 0;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -4.5em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/*.accordion-005:not([open]) {
    margin-bottom: 7px;
    margin-top: 24px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2.5em;
    background: rgba(0, 150, 200, 1);
    border-radius: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 24px;
    cursor: pointer;
}

h3::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../img/icon.png);
    background-position: center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.accordion-005 summary:hover{
    background:  rgba(0, 160, 210, 1);
}
  
  .accordion-005 summary:active {
    transform: translateY(5px); 
    border-bottom: 1px solid #021628;
    background:  rgba(0, 160, 210, 1); 
}


.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}*/



@media screen and (max-width:767px){
    h3 {
        line-height: 1.3;
        padding: 10px;
        padding-left: 2em;
        text-indent: -2em;
    }
    .section01 {
        padding: 10% 0 95px;
    }
    .abs_01-2 {
        width: 38%;
    }
    .abs_01-3 {
        width: 38%;
    }
    .accordion-005 summary {
        padding: 0.2em 2em;
    }
}

/* アスベスト調査・除去・報告を一貫して対応します！   */
.section02 {
    background-color: #eaeaea;
    padding: 5% 0;
}
.note {
    text-align: right;
    font-size: 13px;
    color: #666;
}

@media screen and (max-width:767px){
    .section02 {
        padding: 15% 0;
    }
}


/*選ばれるポイント*/
.section03 {
    background-image: url(../img/image03_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 5% 0;
}
.point {
    display: flex;
    justify-content: space-between;
    margin: 3% 0;
}
.point_item {
    width: calc(33.33% - 20px);
    position: relative;
}
.point_n {
    position: absolute;
    top: 5%;
    left: -3%;
    width: 49%;
}
h2 {
    text-align: center;
}
h2.ttl img {
    height: 56px;
    width: auto;
}
h2.ttl2 img {
    height: 69px;
    width: auto;
}
h2.ttl3 img {
    height: 13vh;
    width: auto;
    margin: auto;
}
h2.tt4 img {
    height: auto;
    width: 75%;
    margin: auto;
}

@media screen and (max-width:767px){
    .section03 {
        padding: 15% 0;
    }
    h2.ttl img {
        height: 10.5vw;
        width: auto;
        margin-bottom: 19px;
        margin-top: 32px;
    }
    h2.ttl2 img {
        height: 13vw;
        width: auto;
    }
    h2.ttl3 img {
        height: 32vw;
        width: auto;
    }
    h2.ttl4 img {
        height: auto;
        width: 90%;
        margin: auto;
    }
    .point {
        display: block;
        margin: 8% 0;
    }
    .point_item {
        width: 92%;
        margin: 10% auto;
    }
}


/*対応実績*/
.section04 {
    padding: 5% 0;
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:20px auto 0;
}

.slider img {
    width:45vw;/*スライダー内の画像を50vwにしてレスポンシブ化*/
    height:auto;
    max-width:850px;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.3;/*透過30%*/
}


.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    top: 36%;
    cursor: pointer;
    outline: none; 
    background: none;
    border: none; 
    font-size: 44px;
    color: #091d3d;
}

.slick-prev::before,
.slick-next::before {
    /* font-family: "Arial";  */
    content: "▶"; 
    display: block;
}

.slick-prev {
    left: 22%; 
    transform: rotate(180deg);
    z-index: 100;
}

.slick-next {
    right: 22%; 
    z-index: 100;
}

/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    border: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#989797;/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width:767px){
    .section04 {
        padding: 15% 0;
    }
    h2.ttl img {
        height: 10.5vw;
        margin-bottom: 23px;
    }
    .slider img {
        width: 100%;
    }
    .slick-prev {
        left: -2%; 
        transform: rotate(180deg);
    }
    .slick-next {
        right: -2%; 
    }
    .slick-prev, .slick-next {
        top: 36%;
    }
    .slider .slick-slide {
        transform: scale(0.9);/*左右の画像のサイズを80%に*/
        opacity: 1;/*透過30%*/
    }
    .slider {
        margin:0 auto;
    }
    .slick-dots {
        margin:0;
    }
}



/*ご利用の流れ*/
.section05 {
    background-image: url(../img/image05_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 5% 0;
}
@media screen and (max-width:767px){
    .section05 {
        padding: 15% 0;
    }
}

/*サービス対応エリア*/
.section06 {
    background-image: url(../img/image06_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 5% 0 1%;
}
.flex_area {
    justify-content: space-between;
    align-items: center;
     padding: 4% 2% 5% 0%;
}
img.area_t {
    width: 100%;
}
img.area_map {
    width: 40%;
    top: 0;
    right: 0;
    height: auto;
    margin-left: 50px;
}

@media screen and (max-width:767px){
    .section06 {
        width: 100%;
        padding: 5% 0 7%;
    }
    .flex_area {
        display: block;
        padding: 0 2% 0 7%;
    }
    img.area_t {
        width: 100%;
        margin: 0;
    }
    img.area_map {
        width: 88%;
    }
}


/*よくあるご質問*/
.section07 {
    background-color: #eaeaea;
    padding: 5% 0;
}

/*accordion*/
/*qa*/
.qa_ttl {
    display: flex;
    align-items: center;
    padding: 5px 10% 5px 10px;
}
.accordion-container {
    margin: 1% 13% 2%;
}
.qa_ttl p:first-child {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(30px, 3vw, 38px);
    line-height: 0.8;
    margin-right: 20px;
}
.qa_ttl p:last-child {
    font-size: clamp(15px, 2.3vw, 18px);
    font-weight: bold;
}
.accordion-text {
    background-color: #fff;
    padding: 2% 3%;
}

.accordion-list:not(:first-child) {
  margin-top: 3%;
}

.acc-ttl {
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(90deg, rgba(6, 163, 218, 1), rgba(59, 207, 251, 1));
    padding: 1%;
    color: #fff;
}

.acc-ttl:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.acc-ttl:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}

.acc-ttl.open:before {
  transform: rotate(180deg);
}
.acc-ttl.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
}

dd.accordion-text {
    margin: 0;
}

/* section01追加 */
.accordion-text2 {
    background-color: initial;
    padding: 0;
}

@media screen and (max-width:767px) {
    .section07 {
        padding: 15% 0;
    }
.accordion-container {
    margin: 5% 0%;
}
.accordion-list:not(:first-child) {
  margin-top: 5%;
}
.qa_ttl p:last-child {
    font-size: clamp(16px, 2.3vw, 18px);
    line-height: 1.5;
}
.qa_ttl {
    padding: 10px 16% 10px 10px;
}
}


/*footer*/
footer{
    padding: 5% 0;
    background-color: #091e3e;
    color: #fff;
    font-size: 0.8rem;
}
footer .logo{
    color: #06a3da;
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: italic;
font-size: clamp(30px, 2.3vw, 32px);
line-height: 0.8;
}

table.fooer_table {
    width: 50%;
    line-height: 1.8;
    margin: 0 auto 1%;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}
.footer_oya{
    display: flex;
    justify-content:space-around;
}
.logo img {
    width: 80%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    footer{
        font-size:12px;
        padding: 12% 0 15%;
    }
    table.fooer_table {
        width: 85%;
        margin: 0 auto 5%;
    }
    table.fooer_table th{
        width: 35%;
    }
    footer li a{
        padding:0 5px;
    }
}


#privacy #content {
    width: 750px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 8px #f6f5f5;
}

#privacy h2 {
    background-image: linear-gradient(90deg, rgba(6, 163, 218, 1), rgb(8 31 62));
    text-align: center;
    color: #ffffff;
    font-size: clamp(24px, 2.3vw, 35px);
    font-weight: bold;
    padding: 3%;
}
#privacy .inner {
    padding: 5%;
}

#privacy .inner dl {
    margin-bottom: 20px;
}

#privacy .inner dt {
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 2px solid #091e3e;
}
@media (max-width: 767px) {
    #privacy #content {
        width: 100%;
    }
}

.achieve{
    margin-top: 30px;
}
.achieve_table th,
.achieve_table td{
    border: 1px solid #727272;
}
.achieve_table{
    border-collapse: collapse;
    margin-top: 24px;
    width: 100%;
}
.achieve_table td{
    text-align: center;
}
.achieve_table tr:first-child>*{
background-color: #06a3da;
color: #fff;
font-weight: bold;
font-size: 20px;
}

.achieve_table th{
    background-color: #eafaff;
    font-weight: bold;
    padding: 5px 15px;
}
.achieve_table td{
    background-color: #fff;
    padding: 5px 18px;
}

.how_text{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background-color: #fcf1da;
    padding: 30px 0;
    width: 60%;
    margin: 20px auto;
    border: solid 3px #f45e23;
}
.orange{
    color: #f45e23;
}

.section08{
    background-color: #33cafd;
    padding-bottom: 90px;
}

.review_ttl{
    padding: 90px 0 10px 0;
}

header{
    position: fixed;
    z-index: 999;
}

.rel img{
margin-top: 83px;
}

@media (max-width: 767px){
    .achieve_table th,
    .achieve_table td{
        font-size: 14px;
    }
    .how_text{
        font-size: 16px;
        padding: 21px 0;
        width: 86%;
        margin: 20px auto;
        }
    .review_ttl{
        padding: 56px 0 0px 0;
    }
    .section08{
        padding-bottom: 50px;
    }
    .achieve_table tr td:nth-of-type(1){
        width:25%;
    }
}


