/*
Theme Name: lsc-landing-theme
Description: lsc株式会社オリジナルのWordPressテーマ
*/

/* アンカーリンクずれ防止（固定ヘッダー対応） */
#greeting::before,
#process::before,
#service::before,
#achievements::before {
  content: "";
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}
#about-us::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}
#contact::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
/* reset.css と共通css*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "YuMincho", "游明朝", "Yu Mincho", serif;
  font-weight: 400;
  color: #554739;
  background: #FFFCF7;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-shadow {
  box-shadow: 6px 6px #608068;
}
h2{
  color: #608068;
  font-weight: 600;
}
h2.section-title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  border-bottom: 2px solid #4c6b58;
  margin-bottom: 3rem;
  width: 17rem;
}
h2.section-title::before {
  content: "";
  display: none; /* 最初は非表示 */
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 13px;
  height: 1.2em;
  background-color: #678364;
}
.main-content{
  margin-top: 15%;
}
.btn{
  display: inline-block;
  background: #608068;
  color: #FFFCF7;
  border-radius: 100px;
}
.btn:hover {
  background-color: #E2E6DE;
  color:#608068;
}
.br-sp {
    display: inline;
  }

/* モバイルファースト: */
/*------------------ header -----------------------*/
.site-header {
  background: #FFFCF7;
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 3000;
  box-shadow: 0.3em 0.3em 1em rgb(211, 211, 211);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 4%;
}
.site-title{
  font-weight: 600;
  font-size: 5.5vw;
  color: #608068;
  padding-left: 10px;
  margin: 0;
}
.custom-logo {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  display: block;
}
.logo-area{
  display: flex;
  align-items: center;
}
.header-icons{
  display: flex;
  align-items: center;
}

/*--- お問い合わせボタン ----*/
.header-btn {
  display: none;
}
.contact-icon {
  display: inline-block;
  padding-right: 10px;
}
.contact-icon img {
  width: 45px;
  height: auto;
  vertical-align: middle;
}

/* ハンバーガー */
.nav-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2000;
}
.nav-toggle .bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #4f6e4f;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
  border-radius: 2px;
}
.nav-toggle .top {
  top: 8px;
}
.nav-toggle .middle {
  top: 18px;
}
.nav-toggle .bottom {
  top: 28px;
}
.main_nav{
  display: none;
}
.mobile-nav{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 110px; 
  background-color: #6a8665;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  flex-direction: column;
  z-index: 1000;
}
/* メニューが開いた時のアニメーション（openクラス） */
.nav-toggle.open .top {
  transform: rotate(45deg);
  top: 18px;
}
.nav-toggle.open .middle {
  opacity: 0;
}
.nav-toggle.open .bottom {
  transform: rotate(-45deg);
  top: 18px;
}
.mobile-nav.open{
  display: flex;
  transform: translateX(0); 
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.mobile-nav li {
  padding: 18px 0 9px 5px;
  text-align: left;
  border-bottom: 2px #FFFCF7 solid;
}
.mobile-nav a {
  color: #FFFCF7;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
}
/*---------------- mainvisual -------------*/
#mainvisual{
  margin-top: 88px;
  z-index: 1000;
  margin-bottom: 100px;
  }
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide picture,
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------ご挨拶 greeting -------------*/
.greeting{
  text-align: center;
}
.greeting p{
  font-size: 1.1rem;
  margin: 30px 30px;
} 
.greeting img{
  width: 80%;
  margin: 40px auto;
}
h3.catchcopy {
  color:#608068;
  font-size: 1.3rem;
  text-align: center;
  white-space: normal;
  width: 90%;
  margin: 30px auto;
}

/*----------------事業の流れ process -------------*/
#process{
  margin: 5rem 5% 0 5%;
}
#process h2.section-title{
  padding-left: 1em;
  text-align: left;
  width: 100%;
}
#process h2.section-title::before {
  display: block;
}
.process-img{
  margin-bottom: 3rem;
}
.flow-step {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}
.flow-step-num {
  font-size: 3rem;
  color: #608068;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}
.flow-step-text {
  font-size: 1rem;
  color: #554739;
  line-height: 1.8;
  text-align: left;
}
.flow-step-small{
  font-size: 0.9rem;
}
/*---------------回収品目について service ------------------*/
#service{
  margin: 5rem 5% 0 5%;
}
#service h2.section-title{
  font-size: 1.95rem;
  padding-left: 1em;
  text-align: left;
  width: 100%;
}
#service h2.section-title::before {
  display: block;
}
.service-box {
  border: 1px solid #678364;
  margin-bottom: 1.2rem;
  background-color: #FFFCF7;
  margin: 1.2rem 5%;
  text-align: left;
  overflow: hidden;
}
.service-box h3 {
  font-size: 1.1rem;
  background-color: #608068;
  color: #FFFCF7;
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.service-list {
  padding: 0.5rem 1rem 0.1rem 1rem;
  margin: 5px 15px;
}
.service-list li {
  padding-left: 1em;
  margin-bottom: 0.3rem;
}
.service-list li.note{
  list-style: none;
  padding-left: unset;
}
.service-note {
  font-size: 1rem;
  margin: 2rem 0.5rem;
}
.service-button {
  text-align: center;
}
.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  padding: 0.6rem 2.5rem;
}
.service-icon{
  width: 45px;
}
/*---------------倉庫について storage ------------------*/
#storage{
  margin: 5rem 5% 0 5%;
}
.storage-content {
  display: flex;
  flex-direction: column;
}
.storage-right{
  display: contents;
}
#storage h2.section-title{
  padding-left: 1em;
  text-align: left;
  width: 100%;
  order: 1;
}
#storage h2.section-title::before {
  display: block;
}
.storage-images{
  margin-bottom: 2rem;
  order: 2;
}
.storage-text{
  order: 3;
  margin: 0 0.5rem;
}
.storage-image{
  height: auto;
  margin-bottom: 2rem;
}
/*---------------活動実績 achievements ------------------*/
#achievements{
  margin: 5rem 5% 0 5%;
}
#achievements h2.section-title{
  padding-left: 1em;
  text-align: left;
  width: 100%;
  order: 1;
}
#achievements h2.section-title::before {
  display: block;
}
.sns-message {
  margin: 2rem 0;
  font-size: 1.1rem;
  order: 3;
}
.achievements-inner {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.sns-content{
  margin: 2.5rem auto;
  display: contents;
}
.sns-icons {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 20px;
  order: 4;
}
.sns-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sns-icon {
  width: 4rem;
  height: 4rem;
  background-color: #608068;
  padding: 9px;
  border-radius: 15px;
  transition: opacity 0.3s ease;
}
.sns-icon:hover{
  opacity: 0.4;
}
.sns-text {
  display: none;
}
.achv-image {
  order: 2;
}
.achv-image img{
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
/*---------------主な取引先 clients ------------------*/
#clients{
  margin: 5rem 5% 0 5%;
}
#clients h2.section-title{
  padding-left: 1em;
  text-align: left;
  width: 100%;
  order: 1;
}
#clients h2.section-title::before {
  display: block;
}
.clients-inner {
  display: flex;
  flex-direction: column;
}
.client-image{
  margin-bottom: 2rem;
  order: 2;
}
.client-image img{
  height: auto;
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.client-items{
  display: contents;
}
.client-list{
  order: 3;
  font-size: 1.3rem;
  list-style-position: inside;
  text-align: left;
  margin: 0 auto;
}
.client-list li{
  margin: 1rem 0;
}
/*------------- 古物商の許可について license-section-----------*/
.license-section{
  margin: 5rem 5% 7rem 5%;
  padding-bottom: 8rem;
}
.license-inner{
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #608068;
  padding: 20px 30px;
  text-align: left;
}
.license-inner h3 {
  color: #6a8665;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.license-btn {
  margin-top: 10px;
  padding: 0px 20px;
}
/*--------------- 会社概要 about-us------------------*/
.about-us {
  background-color: #e7ece5;
}
.about-inner h2.section-title{
  text-align: center;
}
.about-inner{
  margin: 0 5% 0 5%;
  padding: 0 1rem 7rem;
  text-align: center;
}
.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  color: #3a3a3a;
}
.profile-table tr{
  border-bottom: 2px solid #608068;
  display: flex;
  align-items: center;
  color: #6a8665;
  padding: 8px 0;
  /* padding: 18px 0; */
}
.profile-table th {
  font-weight: normal;
  flex: 1;
  border-right: 1.5px #6a8665 solid;
  margin: 6px 15px;
}
.profile-table td {
  padding: 12px 10px;
  flex: 2;
  text-align: left;
}

/*--------------- お問い合わせ contact------------------*/
#contact{
  margin: 2rem 5% 4rem 5%;
  padding: 3rem 0rem;
  text-align: center;
}
#contact h2.section-title{
  text-align: center;
}
.contact-btn{
  padding: 8px 16px;
  font-size: 1.5rem;
  margin: 2rem 0;
}
#contact span{
  font-weight: bold;
  font-size: 0.99rem;
}

/*--------------- footer ------------------*/
#site-footer {
  background: #E2E6DE;
  color: #608068;
  padding: 2rem 0 1rem;
  text-align: center;
}
.footer-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-left{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-access{
  margin: 1.5rem;
}
.copy-pc,
.footer-nav-pc{
  display: none;
}
.footer-nav-sp{
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.footer-nav-sp li{
  list-style: none;
}
.map-link{
  height: 15px;
}
#site-footer small{
  margin-right: 2px;
}
.google-map{
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.google-map:hover{
  opacity:0.4;
}
.footer-fixed-btn{
  display: none;
}

/*--------------- お問い合わせページ contact------------------*/
.main-content{
  margin-top: 5rem;
  padding: 3rem 2rem;
  text-align: center;
}
.contact-form label{
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 3% 0 ;
}
.contact-small{
  position: absolute;
  top: 3px;
  font-size: 0.45rem;
  padding-left: 3px;
}
.contact-form input{
  border-radius: 5px;
  padding: 10px;
}
.contact-form textarea {
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.wpcf7-text,
.wpcf7-validates-as-required{
    border: 2px solid #554739;
}
.contact-form input.wpcf7-submit,
.contact-form input.contact-submit-btn {
  color: #427935;
  border: 2px solid #427935;
  background: #FFFCF7;
  padding:7px 40px;
  margin-left:54px;
  border-radius: unset;
}
.contact-form input.contact-submit-btn:hover{
  cursor: pointer;
  background: #608068;
  color: #FFFCF7;
}
.wpcf7-list-item{
  margin: 2% auto;
}
.wpcf7-list-item-label{
  font-size: 1rem;
  color:#554739;
}
/* 送信時時のメッセージ */
.wpcf7 form .wpcf7-response-output {
  font-size: 1.18rem;
  font-weight: bold;
}


/*---------------個人情報保護方針ページ privacy ------------------*/
.main-privacy{
  margin: 3rem 5% 6rem 5%;
  padding: 3rem 2rem;
}
#privacy{
  text-align: left;
}
.main-privacy h2.section-title{
  text-align: center;
  font-size: 1.7rem;
}
#privacy h3{
  margin: 1rem 0;
}
#privacy dl {
  margin: 1em 1em;
}
#privacy dl div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
#privacy dt {
  font-weight: bold;
  flex: 1;
}
#privacy dd {
  margin: 0;
  flex: 1;
}
#privacy ul{
  padding-left: 2rem;
}
.fin {
  margin-top: 2rem;
}
/*  ----- PCで横並びに切り替え ------*/
@media (min-width: 700px) {
  .site-title{
    font-size: 2.5vw;
  }
  h2.section-title {
    width: 24rem;
  }
  .br-sp {
    display: none;
  }
  /*------ header------------*/
  .site-header {
    box-shadow: none;
    height: 100px;
  }
  .header-inner {
    padding-top: 1rem;
  }
  .nav-toggle {
    display: none; 
  }
    /*--- お問い合わせボタン ----*/
  .header-btn {
  display: inline-block;
  background: #e6e8de;     
  color: #5a8360;
  font-size: 1.2rem;
  padding: 1.2vw 5.5vw;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  box-shadow: none;
  transition: background 0.2s, color 0.2s;
  margin-right: 1rem;
  }
  .header-btn:hover {
    background: #608068;
    color: #FFFCF7;
  }
  .contact-icon {
    display: none;
  }
    /*--- グローバルメニュー---*/
  .mobile-nav{
    display: none;
  }
  .main_nav{
    position: fixed;
    top: 100px;
    left: 0;
    display: block;
    text-align: center;
    width: 100vw;
    z-index: 2000;
  }
  .main_nav ul {
    display: flex;
    width: 100%;
    background: #678364;
    margin: unset;
    list-style: none;
    padding: 0;
  }
  .main_nav li {
    flex: 1;
    padding: 0;        
  }
  .main_nav a {
    color: #FFFCF7;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.2s;
    transition: background 0.2s;
    display: block;
  }
  .main_nav a:hover {
    color: #608068;
    background: #E2E6DE;
  }

  /*---------------- mainvisual -------------*/
  #mainvisual{
    margin-top: 130px;
  }
  .swiper {
  height: 600px;
  }

  /*----------------ご挨拶 greeting -------------*/
  .greeting p {
    margin: 30px 30%;
  }
  .greeting img{
    max-width: 50%;
    margin: 70px auto;
  }
  h2.section-title::after {
    width: 400px;
    height: 1.5px;
  }
  h3.catchcopy {
    font-size: 1.2rem;
    white-space: nowrap;
  }

  /*----------------事業の流れ process -------------*/
  #process{
    margin: 0 10%;
  }
  .process-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .process-img{
    display: block;
    max-width: 40%;
    margin: 45px;
  }

  /*----------------回収品目について service -------------*/
    #service{
    margin: 0 10%;
  }
    #service .service-inner {
    display: flex;
    justify-content: center;
  }
  .service-box {
    padding: 1.5rem;
  }
  .service-box h3 {
    margin: -1.5rem -1.5rem 1rem;
  }
  .service-box ul {
    padding-left: 1.2rem;
  }
  .service-note {
    width: 100%;
    margin-top: 2rem;
    font-size: 0.95rem;
    text-align: center;
    color: #555;
    line-height: 1.6;
  }
  .service-btn {
    gap: 1.5rem;
    font-size: 1.1rem;
    padding: 0.6rem 3.5rem;
  }

/*---------------倉庫について storage ------------------*/
  #storage{
    margin: 8rem 15% 0 15%;
  }
  .storage-content{
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .storage-right{
    display: unset;
    flex: 1;
    text-align: left;
  }
  .storage-images{
    flex: 1;
  }
  
  /*---------------活動実績 achievements ------------------*/
  #achievements h2.section-title {
    width: 70%;
    margin-left: 3rem;
  }
  .achievements-inner {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
  }
  .sns-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .sns-message{
    margin: 0 0 1.2rem;
  }
  .sns-icons {
    margin-bottom: 0;
    flex-direction: column;
  }
  .sns-item {
  justify-content: center;
  }
  .achv-image {
    max-width: 50%;
    flex: 1;
  }
  .achv-image img{
    object-fit: unset;
    aspect-ratio: unset;
    max-width: 75%;
  }
  .sns-text {
    display: inline;
    transition: opacity 0.3s ease;
  }
  .sns-text:hover{
    opacity: 0.4;
  }

  /*---------------主な取引先 clients ------------------*/
  #clients{
    margin: 8rem 15% 0 15%;
  }
  .clients-inner{
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .client-items{
    display: unset;
    flex: 1;
    text-align: left;
  }
  .client-image{
    flex: 1;
  }
  .client-image img{
    object-fit: unset;
    aspect-ratio: unset;
  }
  /*----- 古物商の許可について license-section ------*/
  .license-section{
    padding-bottom: 10rem;
  }
  /*---------------会社概要 about-us ------------------*/
  .about-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #about-us::before {
    height: 150px;
    margin-top: -150px;
  }
  /* .profile-table th {
    margin: 6px 3rem;
  } */
  /*---------------footer ------------------*/
  .footer-inner{
    flex-direction: unset;
    max-width: 1100px;
    margin: 0 10%;
    gap: 3rem;
  }
  .footer-access{
    text-align: left;
  }
  .copy-sp,
  .footer-nav-sp{
    display: none;
  }
  .copy-pc{
    display: inline-block;
  }
  .footer-nav-pc{
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
  }
  .footer-nav-pc li{
    list-style: none;
    transition: opacity 0.3s ease;
  }
  .footer-nav-pc li:hover{
    opacity:0.4;
  }
  #site-footer .custom-logo{
    max-width: 100px;
  }
  .footer-fixed-btn {
    display: block;
    position: fixed;
    bottom: 0px;
    right: -23px;
    z-index: 1000;
  }
  .page-top-btn{
    margin: 0.3rem;
    max-width: 60%;
  }
  .google-map {
    justify-content: unset;
  }

  /*---------------お問い合わせページ contact------------------*/
  .main-content{
    margin: 8rem 5% 6rem 5%;
  }
  .contact-text{
    margin-bottom: 4rem;
  }
  .contact-form label{
    margin: 1rem 0 ;
  }
  div.wpcf7 input {
    width: 615px;
  }
  div.wpcf7 input[type="checkbox"] {
    width: unset;
  }
  .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    border: none;
  }
  div.wpcf7 input[type="submit"] {
    width: 130px;
  }
  div.wpcf7 textarea {
    width: 615px;
  }
/*---------------個人情報保護方針 privacy ------------------*/
  .main-privacy{
    margin: 8rem 5% 6rem 5%;
    text-align: center;
  }
  #privacy dt {
    width: 200px;
    flex: none;
  }
}
@media (min-width: 1025px) {
  /*---------------header ------------------*/
  .header-btn {
    padding: 0.8rem 3.5rem;
    max-width: 100%;
    white-space: nowrap;
    max-width: 240px;
}
  /*---------------footer ------------------*/
  .footer-inner{
    gap: 7rem;
    margin: 0 auto;
  }

}
