@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background-color: #fff;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    padding: 0;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    display: block;
    width: 100%;
    transition: 0.5s;
}
a:hover {
    opacity: 0.75;
}

ul{
    list-style: none;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mg_auto{
  margin: auto;
}
.mb_6{
  margin-bottom: 6rem;
}
.rltv{
  position: relative;
}
.txt_right{
  text-align: right;
}
.min-wd{
  min-width: 0;
}

img {
  	max-width: 100%;
  	height: auto;
    border: 0;
    display: block;
    vertical-align: bottom;
}

#wrapper {
    margin: auto;
    font-size: 1.8em;
    line-height: 1.8;
    letter-spacing: 2px;
    font-family: "Hiragino Mincho ProN", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    color: #fff;
    width: 100%;
    margin: auto;
    background: url(../img/top_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 50% 0;
    z-index: 0;
}
#wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2100px; /* ここで高さを調整 */
  background: url(../img/base02.webp);
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
}
#wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2500px;
  background: linear-gradient(to bottom, 
    rgba(40, 158, 135, 1) 0%,
    rgba(40, 158, 135, 1) 30%, 
    rgba(40, 158, 135, 0.95) 60%, 
    rgba(36, 143, 122, 0.90) 70%,
    rgba(36, 143, 122, 0.85) 75%,
    rgba(36, 143, 122, 0.8) 80%,
    rgba(36, 143, 122, 0.7) 85%, 
    rgba(36, 143, 122, 0.6) 88%,
    rgba(36, 143, 122, 0.4) 91%,
    rgba(36, 143, 122, 0.2) 94%,
    rgba(0, 0, 0, 0) 99.5%
  );
  pointer-events: none;
  z-index: -2;
}
.hiragino{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 600;
}
.mincho{
  font-family: "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
main p{
  text-align: justify;
}


/*--------トップへ戻るボタン--------*/
#page-top {
    position: fixed;
    bottom: 2%;
    right: 1%;
}
#page-top a {
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
    background:rgba(255, 255, 255, 0.25);
    color: #B99A1E;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    /*border: 1px solid #B99A1E;*/
    position: relative;
}
#page-top a::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 30%;
  top: 40%;
  left: 36%;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  
}

/***ヘッダーナビメニュー*/
header{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(92vw,1200px);
  left: 0;
  right: 0;
  padding: 4rem 0 0;
  margin: auto;
  filter: drop-shadow(0px 0.5px 1.5px #666);
  z-index: 1;

}
.h_group{
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
h1{
  font-size: 3.0rem;
  flex-shrink: 0;
}
h1 span{
  font-size: 1.15rem;
  display: block;
  letter-spacing: 0;
  padding-bottom: 10px;
}
h1 a{
  text-decoration: none;
  color: #fff;
  line-height: 1.1;
}
.nav{
  flex-shrink: 0;
}
.hamburger{
  display: none;
}
  .nav .nav__list{
    display: flex;
  }
  .nav .nav__list li a{
    color: #fff;
    text-decoration: none;
    padding-right: 2rem;
    font-size: 1.7rem;
  }
  .nav .nav__list li:last-of-type a{
    padding-right: 0;
  }


/**section**/
section .inner{
  width: min(90vw,1200px);
  margin: 0 auto 15rem;
}
h2{
  font-size: clamp(4.0rem, 6.0vw, 6.0rem);
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.4;
  letter-spacing: 3px;
}
h2 span{
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-family: inherit;
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
}
h3{
  font-size: clamp(3.2rem, 4.0vw, 4.0rem);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 3px;
}
.under_line{
  position: relative;
  width: fit-content;
  margin: 0 auto 8rem;
}
.under_line::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  border-bottom: 1.75px solid #fff;

}

/*intro*/
#intro h2{
  padding: 30rem 0 0;
  margin-bottom: 25rem;
}
#intro h2 img{
  width: min(720vw / 76.8, 62px);
  margin: 0 auto 5rem;
}
#intro .txt_img{
  width: min(600vw / 13.33, 600px);
}

/*サービス*/
#service .area{
  align-items: flex-start;
  flex-wrap: wrap;
}
#service .area .block{
  width: calc(100% / 3.333);
}
#service .area .block .txt{
  font-size: clamp(2.0rem, 1.8vw, 2.5rem);
  text-align: center;
  margin-top: 3rem;
}
#service .area .block .txt em{
  display: block;
  padding: 1rem 0;
  background: #968f71;
  color: #fff;
  font-style: normal;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  margin-top: 1rem;
  letter-spacing: 0;
} 
#service .area .block:nth-of-type(odd) .txt em{
  opacity: 0;
}

#service .area .block .jump_btn{
  position: relative;
}
#service .area .block .jump_btn::after{
  position: absolute;
  content: "";
  width: 2rem;
    height: 2rem;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    transform: rotate(135deg) translate(-50%, 0);
  transition: .5s;
  left: 50%;
  bottom: -5rem;
}
#service .area .block .jump_btn:hover::after{
  bottom: calc(-5rem - 6px);
}


/*サービス01*/
section[class^="sv_"] > img{
  width: 100%;
}
section[class^="sv_"] .area{
  width: min(90vw,1050px);
  margin: 0 auto 10rem;
  padding-top: 10rem;
}
section[class^="sv_"] .ttl_block{
  margin-bottom: 5rem;
}
section[class^="sv_"] .ttl_block p{
  line-height: 2.2;
}
section[class^="sv_"] .ttl_block .press{
  font-size: 6.2vw;
  font-size: min(87vw / 10.50, 8.7rem);
  display: block;
  transform: scaleY(2.2);
  font-weight: 600;
  position: relative;
}
section[class^="sv_"] .ttl_block .press span{
  display: inline-block;
  transform: scale(1.8, 1);
  font-size: min(30vw / 10.50, 3.0rem);
  font-weight: 400;
  position: absolute;
  right: 12%;
  bottom: 20%;
}
section[class^="sv_"] .txt_block{
  font-size: 2.2rem;
}
.isshiki_area .block{
  margin-bottom: 10rem;
}
.isshiki_area .block .box{
  flex-shrink: 0;
}
.isshiki_area .block .box dl{
  display: flex;
  margin-bottom: 2rem;
  position: relative;
  font-size: clamp(2rem, 2vw, 3rem);
  justify-content: end;
  width: min(40vw, 500px);
  margin-left: 5rem;
}
.isshiki_area .block .box dl::after{
  content: "";
  position: absolute;
  width: 100%;
  bottom: -0.5rem;
  border-bottom: 2px dashed #fff;
}
.isshiki_area .block .box dl:last-of-type:after{
  content: none;
}
.isshiki_area .ttl_img .ttl{
  background: #289e86;
  color: #fff;
  font-weight: 600;
  padding: 2.4% 0;
  margin-bottom: 4rem;
  text-align: center;
  border-radius: 100px;
  font-size: min(30vw / 12, 3.0rem);
  letter-spacing: .8rem;
}
.isshiki_area .ttl_img .ttl span{
  font-size: min(20vw / 12, 2.0rem);
  letter-spacing: 0;
}

.isshiki_area .price_block{
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0;
}
.isshiki_area .price_block dl{
  width: calc(100% / 2);
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  font-size: clamp(2rem, 2.6vw, 3.1rem);
}
.isshiki_area .price_block dl dd.arrow{
  position: relative;
}
.isshiki_area .price_block dl dd.arrow::after{
  position: absolute;
  content: "";
  color: #289e87;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg) translateY(-50%);
  width: 1.2rem;
  height: 1.3rem;
  right: -5%;
  top: 45%;
}

.isshiki_area .price_block + img{
  margin: auto;
}

/*サービス02*/
#sv_02 .ttl_block p{
  font-size: min(30vw / 10.50, 3.0rem);
  font-weight: 600;
}
#sv_02 .ttl_block p .yl{
  color: #EDE948;
}
#sv_02 .ttl_block p .bl{
  color: #2743B8;
}
.del_area .del_block{
  padding-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.del_area .del_block .box{
  width: calc(100% / 2.1);
  margin-bottom: 5rem;
}
.del_area .del_block .box p{
  padding-top: 2rem;
}

/*サービス03*/
.cleaning_area .block{
  display: flex;
  flex-wrap: wrap;
  width: min(90%, 900px);
  margin: 0 auto 6rem;
}
.cleaning_area .block small{
  margin-left: auto;
  padding-top: 1rem;
}
.cleaning_area .block dl{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-size: clamp(2.0rem, 2.4vw, 3rem);
  line-height: 3;
}
.cleaning_area .block dl::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px dashed #fff;
}
.cleaning_area .block dl:last-of-type:after{
  content: unset;
}

/*お問い合わせボタン*/
.btn_contact a{
  padding: 1.5rem 0;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: min(90vw, 350px);
  margin: auto;
  position: relative;
  transition: .5s;
}
.btn_contact a::after{
  position: absolute;
  content: "";
  width: .8rem;
  height: .8rem;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg) translate(-50%, 0);
  top: 50%;
  transition: .5s;
  right: 9rem;
}
.btn_contact a:hover::after{
  right: 8rem;
}

/*お問い合わせ*/
#contact{
  background: #fff;
}
#contact .inner{
  padding: 10rem 0 8rem;
  margin-bottom: 0;
}
#contact h2{
  color: #333;
}
#contact img:first-of-type{
  margin-bottom: 3rem;
}
#contact{
  border-bottom: 1rem solid;
  border-image: linear-gradient(to right, #fff, #c69c6d) 1;
}

/*法人のお客様*/
#corporate{
  position: relative;
}
#corporate .inner{
  margin-bottom: 30rem;
}
#corporate .area{
  align-items: flex-start;
  padding-top: 8rem;
  flex-direction: row-reverse;
}
#corporate .area .txt_block{
  flex-shrink: 0;
  width: 50%;
  font-size: clamp(2.2rem, 2vw, 3rem);
}
#corporate .area img{
  min-width: 0;
  width: 40%;
}

#corporate .check_area{
  position: absolute;
  right: 0;
  bottom: -20%;
}
#corporate .check_area ul{
  background: #fff;
  padding: 1.8rem 6rem 1.8rem 2rem;
  color: #333;
}
#corporate .check_area ul li{
  padding-left: 4rem;
}
#corporate .check_area ul li:first-of-type{
  margin-bottom: 1.8rem;
}
.icon-icon_check{
  padding-right: 1rem;
}

/******************会社概要ページ*********************/
#aboutus #wrapper{
  background-image: url(../img/aboutus_bg.webp);
  color: #333;
}
#aboutus #wrapper::before, #aboutus #wrapper::after{
  content: unset;
}
#aboutus header{
  filter: unset;
}
#aboutus h1 a, #aboutus .nav .nav__list li a{
  color: #333;
}
#aboutus #company{
  padding-top: 15rem;
}
#aboutus h2{
  padding-bottom: 5rem;
  margin-bottom: 7rem;
}
#aboutus h2::after{
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  bottom: 0;
  left: 0;
}
#aboutus h3{
  text-align: left;
  position: relative;
  line-height: 1.5;
  padding-left: 3rem;
  font-size: clamp(3.2rem, 4vw, 4rem);
}
#aboutus h3::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-left: 5px solid #289e87;
  height: 100%;
}

#aboutus .profile table{
  border-collapse: collapse;
border: 0px;
}
#aboutus .profile th{
  background: #d6ede1;
  border: 1px solid #a3a3a3;
  width: 26%;
  padding: 2rem;
}
#aboutus .profile td{
  background: #fff;
  border: 1px solid #a3a3a3;
  padding: 2rem;
}

#aboutus .greeting{
  margin-bottom: 15rem;
}
#aboutus .greeting .block{
  display: flex;
  align-items: flex-start;
}
#aboutus .greeting .block .txt_box{
  margin-left: 3rem;
}

#aboutus #contact{
  background: #289e87;
  border-bottom: none;
}
#aboutus #contact h2{
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 5rem;
}
#aboutus footer, #aboutus footer .f_area01 a{
  color: #333;
}


/**スクロールアニメーション**/
.scroll-in{
    opacity: 0;
    display: block;
    font-style: normal;
}
  .s_lft.displayed{
    animation: fadeInLeft 1s forwards .4s;
  }
  .s_rght.displayed{
    animation: fadeInRight 1s forwards .4s;
  }
  .s_btm.displayed{
    animation: fadeInBottom 1s forwards 1.0s;
  }

  .s_top.displayed{
    animation: fadeInTop 1s forwards .4s;
  }
  .s_lft2.displayed{
    animation: fadeInLeft2 0.8s forwards .4s;
  }
  .s_rght2.displayed{
    animation: fadeInRight2 0.8s forwards .4s;
  }
  .s_in.displayed{
    animation: fadeIn 1s forwards .4s;
  }
  
  @keyframes fadeInLeft{
    0%{transform: translateX(-15%); opacity: 0;}
  100%{transform: translateX(0%); opacity: 1;}
  }
  @keyframes fadeInRight{
    0%{transform: translateX(15%); opacity: 0}
  100%{transform: translateX(0%); opacity: 1}
  }
  @keyframes fadeInBottom{
    0%{transform: translate(-50%, 15%); opacity: 0}
  100%{transform: translate(-50%, 0); opacity: 1}
  }
  
  @keyframes fadeInTop{
    0%{transform: translateY(-15%); opacity: 0}
  100%{transform: translateY(0); opacity: 1}
  }
  @keyframes fadeInLeft2{
    0%{transform: translateX(-5%); opacity: 0;}
  100%{transform: translateX(0); opacity: 1;}
  }
  @keyframes fadeInRight2{
    0%{transform: translateX(5%); opacity: 0}
  100%{transform: translateX(0); opacity: 1}
  }
  @keyframes fadeIn{
    0%{opacity: 0}
  100%{opacity: 1}
  }






/**footer**/
footer{
    color: #fff;
    font-size: 1.4rem;
}
footer .inner{
    padding: 8rem 0;
    display: flex;
    justify-content: space-around;
    font-weight: 600;
}

div[class^="f_area"]{
  width: calc(100% / 2.5);
  line-height: 2;
}
div[class^="f_area"] .ttl{
  position: relative;
  border-bottom: 1.6px solid #b2b2b2;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
div[class^="f_area"] .ttl::after{
  position: absolute;
  content: "";
  border-bottom: 1.6px solid #077d69;
  left: 0;
  bottom: -1.6px;
  width: 25%;
}
footer .f_area01 a{
  color: #fff;
  text-decoration: none;
  border-bottom: 1.2px solid #b2b2b2;
  line-height: 3;
}
footer .f_area02 address{
  font-style: normal;
}
footer small{
  text-align: center;
    display: block;
    padding: 4rem 0 1rem;
    font-size: 60%;
}


/*****アイコン******/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?545pow');
  src:  url('../fonts/icomoon.eot?545pow#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?545pow') format('truetype'),
    url('../fonts/icomoon.woff?545pow') format('woff'),
    url('../fonts/icomoon.svg?545pow#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_check .path1:before {
  content: "\e900";
  color: rgb(51, 51, 51);
}
.icon-icon_check .path2:before {
  content: "\e901";
  margin-left: -0.9970703125em;
  color: rgb(40, 158, 135);
}
/***/

/**cssアニメーション**/
.anim {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.5s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
  
}
.anim.a0 {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.5s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}

/* 表示されたときに適用されるクラス */
.anim.show {
  opacity: 1;
  transform: translateY(0);
}


/*---------------------------------------------------
レスポンシブ
----------------------------------------------------*/
@media screen and (max-width:1080px) {
  header{
    align-items: flex-start;
  }
  .h_group{
    flex-direction: column;
  }
}


    @media screen and (max-width:950px) {
    /* ===============================================
        ハンバーガーボタンのスタイリング
      =============================================== */
.hamburger {
    display: block;
    width: 4rem;
    height: 4rem;
    position: fixed;
    appearance: none;
    cursor: pointer;
    z-index: 11;
    right: 4%;
    top: 1%;
  }
  .hamburger span{
    filter: drop-shadow(0px 0.5px 1.5px #666);
  }
  .hamburger span,
  .hamburger span::after,
  .hamburger span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.5s;
    border-radius: 10px;
  }
  .hamburger span::before {
    top: -10px;
  }
  .hamburger span::after {
    bottom: -10px;
  }
  .hamburger.open span {
    background-color: transparent;
  }
  .hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  header{
    align-items: normal;
    filter: unset;
    padding: 0;
    margin: 0;
  }
  h1{
    position: fixed;
    top: 1.5%;
    left: 4%;
    filter: drop-shadow(0px 0.5px 1.5px #666);
  }
  .h_group img{
    display: none;
  }
        .nav {
          position: fixed;
            width: 100%;
            max-width: 100%;
            height: 100vh;
            left: unset;
            right: -100%;
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.75);
            border-radius: 0;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
          }
          .nav.open {
            right: 0;
            z-index: 10;
          }

          .nav .nav__list{
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 40%;
            width: min(250px, 58%);
            display: block;
          }
          .nav .nav__list li a{
            line-height: 3.2;
            font-size: 2.2rem;
            font-weight: 600;
            text-align: center;
            color: #444;
            padding-right: 0;
          }

          #corporate .area {
            display: block;
            overflow: hidden;
          }
        
          #corporate .area .txt_block {
            width: 100%;
          }
        
          #corporate .area img {
            float: right;
            margin: 0 0 0 1.5rem;
          }

  /*会社概要ページ*/
  #aboutus h1{
    filter: unset;
  }
  #aboutus .greeting .block{
    display: block;
    overflow: hidden;
  }
  #aboutus .greeting .block img{
    float: left;
    margin: 0 3rem 0 0;
  }
  #aboutus .greeting .block .txt_box{
    margin-left: 0;
  }
  }


  @media screen and (max-width:655px) {
    #wrapper::after{
      height: min(14.7%, 2500px);
    }
  }

@media screen and (max-width:768px) {
  section .inner{
    margin: 0 auto 10rem;
  }
  #service .area .block{
    width: 80%;
    margin: auto;
  }
  #service .area .block img{
    margin: auto;
  }
  #service .area .block .txt em{
    width: 80%;
    margin: 1rem auto 0;
  }
  #service .area .block:nth-of-type(odd) .txt em{
    display: none;
  }
  #service .area .block .jump_btn{
    margin-bottom: 8rem;
  }
  #service .area .block .jump_btn::after{
    transform: rotate(135deg) translate(-50%, 100%);
  }
  .isshiki_area .block{
    flex-direction: column;
  }
  .isshiki_area .block img{
    width: 80%;
  }
  .isshiki_area .block .box dl{
    width: min(70vw, 500px);
    margin: 3rem auto 0;
  }

  .isshiki_area .price_block dl{
    width: 100%;
  }

  #corporate .inner{
    margin-bottom: 10rem;
  }
  #corporate .area img{
    width: 50%;
  }
  #corporate .check_area{
    position: unset;
    margin-top: 3rem;
  }
  #corporate .check_area ul{
    padding: 1.8rem 3rem;
  }
  #corporate .check_area ul li{
    padding-left: 1rem;
  }
  .del_area .del_block .box{
    width: calc(100% - 5rem);
    margin: 0 auto 4rem;
  }
  .del_area .del_block .box:last-of-type{
    margin-bottom: 0;
  }

  /*footer*/
  footer .inner{
    flex-direction: column;
  }
  div[class^="f_area"] {
    width: 70%;
    margin: 0 auto 10rem;
  }
  footer .f_area02{
    margin-bottom: 0;
  }


  /*会社概要ページ*/
  #aboutus .profile th, #aboutus .profile td{
    display: block;
    width: 100%;
  } 
  #aboutus .profile td{
    border-top: none;
    border-bottom: none;
  }
  #aboutus .profile tr:last-of-type td{
    border-bottom: 1px solid #a3a3a3;
  }

}


@media screen and (max-width:480px) {
    html{
        font-size: 2.0vw;
    }

    #wrapper::after{
      height: 14%;
    }



    /*会社概要ページ*/
    #aboutus .greeting .block {
      display: flex;
      flex-direction: column;
    }
    #aboutus .greeting .block img{
      margin: 0 auto 3rem;
    }
}

