@charset "UTF-8";
.sp{display: none !important;}
@media screen and (max-width:1100px){
.contact__obj01 {
    position: absolute;
    left: -30px;
    top: -130px;
}
}

@media screen and (max-width:767px){
  .sp{
    display: block !important;
  }
  
  .pc{
    display: none !important;
  }
  
  .u__content{
    margin-bottom: 0;
  }
  
  body{
    padding-top: 65px;
  }
  
  .main-header{
    height: 65px;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
  }
  
  .main-header__content {
    padding: 14px 0;
  }
  
  .main-header__logo{
    position: relative;
    z-index: 10;
    padding: 0;
    width: 130px;
  }
  
  .hamburger {
    display: flex;
    position: absolute;
    top: 15px;
    right: 0;
    margin-right: 0;
  }
  
  .main-header .nav {
    position: fixed;
    left:0;
    top: -100%;
    width: 100vw;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition:0.4s ease;
    margin-top: 65px;
    border-top: 1px solid #000000;
    gap:0;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 99999;
    padding-bottom: 30px;
  }
  
  .main-header .nav a:not(.btn){
    padding: 15px 5%;
    position: relative;
    font-size: 18px;
    border-bottom:1px solid #000000;
    text-align: left;
    display: block;
  }
  
  .main-header .nav a:not(.btn):after{
    content:url("../images/arrow.svg");
    position: absolute;
    right: 5%;
    top:13px;
  }
  
  .main-header .nav.open { top: 0; }
  .hamburger { display: flex; }

  .hamburger span:nth-child(4){
    font-size: 10px;
    font-weight: bold;
  }
  
  .hamburger span:nth-child(5){
    display: none;
    font-size: 10px;
    margin-left: -6px;
    font-weight: bold;
  }

  .hamburger.active span:nth-child(4){
    display:none;
  }  
  
  .hamburger.active span:nth-child(5){
    display:block;
  }
  
  .hamburger span:nth-child(4),
  .hamburger span:nth-child(5){
    background: none;
  }
  
  .main-header__content .nav a.btn {
    display: grid !important;
    position: initial;
  }
  
  .menu__text{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;    
  }
  
  .main-header__content .nav a.btn {
      display: flex !important;
      position: initial;
      height: 55px;
      width: 90%;
      margin: auto;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
    padding: 0;
  }
  
  .main-header__content .nav a.btn.head-tel{
    margin-bottom: 10px;
  }
  
  .main-header__content .nav a.btn.head-tel:before{
    content:url("../images/tel-icon.svg");
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
  }
  
  .main-header__content .nav a.btn.head-mail{
    background:#3E8736;
    font-size: 15px;
    font-weight: bold;
  }
  
  .main-header__content .nav a.btn.head-mail:before{
    content:url("../images/mail-icon.svg");
    display: inline-block;
    margin-right: 8px;
    margin-top: 3px;
  }
  
  .overlay {
  position: fixed;
  inset: 0; /* top, right, bottom, left すべて0 */
  background: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9; /* nav より下、でもコンテンツより上 */
}

.overlay.open {
  opacity: 1;
  pointer-events: auto;
}
  
.main-visual {
    height: 200px;
    background-image: url(../images/main-visual--sp.png);
  }
  
.about30 .u__content {
    position: relative;
    height: auto;
    padding: 30px 0 380px;
  margin-bottom: 60px;
}
  
.u__title {
    align-items: flex-start;
    font-size: 20px;
    margin-bottom: 46px;
}
  
.about30 {
    background-size: 100% 80%;
    background-position: 0 155px;
}
  
  .about30__block{
    padding-top: 280px;
    position: relative;
  }
  
.about30__head-image {
    width: 280px;
    position: absolute;
    z-index: 1;
    left: initial;
    top: 0;
    height: auto;
    right: -6%;
}
  
.about30__obj01 {
    position: absolute;
    left: -50px;
    top: 100px;
    z-index: 2;
    width: 175px;
}
  
.about30__obj02 {
    position: absolute;
    right: 0;
    top: 240px;
    width: 100px;
}
  
.about30__block-title {
    padding-left: 0;
    padding-top: 0;
    width: 170px;
}
  
.about30__block-subtitle {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
}
  
.about30__block-text {
    padding-left: 0;
    margin-top: 0px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 0;
}
  
.about30__img02 {
    position: absolute;
    width: 85%;
    height: 220px;
    right: initial;
    bottom: 150px;
    z-index: 0;
}
  
.about30__img03 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
  
.about30__img03 {
    position: absolute;
    left: initial;
    bottom: 35px;
    width: 80%;
    right: 0;
    height: 180px;
}
  
  
.about30__obj03 {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 3;
    width: 50px;
}
  
.about30__obj04 {
    right: 0;
    bottom: 210px;
    z-index: 3;
    width: 45px;
}
  
.u__title-case02 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
  

.info {
    padding: 60px 0 30px;
    background: var(--color-bg);
}
  
.info__obj01 {
    position: absolute;
    left: -10px;
    top: -85px;
    width: 100px;
}
  
.info__list {
    display: grid;
    column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns:repeat(2, 1fr);
}

.info__list li:first-child {
  grid-column: 1 / -1; /* ← 全列にまたがる */
} 
  
.info__list.pt01 li:first-child {
  padding-right: calc(50% + 10px);
} 
  
.info__list.pt02 li:first-child {
  padding-left: calc(50% + 10px);
} 
  
.info-icon.pt02 {
    left: 2.5%;
    top: 2.5%;
    position: absolute;
} 
  
.info-icon.pt01,
.other .info-icon.pt02{
    right: 2.5%;
    top: 2.5%;
    position: absolute;
  left: inherit;
} 
  
  .other .info__list li:nth-child(2){
    padding-left: calc(50% + 10px);
    grid-column: 1 / -1;
  }
  
.info .u__content {
    gap: 50px;
}
  
.info__list-text {
    font-size: 12px;
    margin-top: 5px;
}
  
.info__obj02 {
    position: absolute;
    right: initial;
    bottom: 40px;
    width: 150px;
}
  
.about15 {
    padding: 45px 0 30px;
    position: relative;
}
  
.u__title {
    flex-wrap: wrap;
}
  
.u__title span{
    margin-left: 40px;
}
  
.about15__block {
    padding: 30px 0 100px;
}
  
.about15__block .u__content {
    padding-left: 0;
}
  
.about30__block {
    padding-top: 250px;
}
  
.about15__block .about30__block {
    padding-top: 0
}
  
.about15__list {
    display: grid;
    position: initial;
    z-index: 0;
    gap: 20px;
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
    top: 0;
    right: 0;
}
  
.about15__obj01 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 160px;
}

.about10 {
    padding-bottom: 50px;
    background: linear-gradient(#DFEBD0, #DFEBD0);
    background-size: 100% calc(100% - 105px);
    background-position: left 105px;
    background-repeat: no-repeat;
}
  
.about10__block-title {
    text-align: inherit;
    width: 180px;
}
  
.about10 .about30__head-image {
    width: 100%;
    height: 200px;
    left: 0;
}
  
.about10__block-text {
    padding-left: 0;
    font-size: 16px;
    line-height: 30px;
}
  
.about10__list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
  
.contact {
    padding: 50px 0 50px;
}
  
.contact__text01 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
  
.contact .u__content {
    position: relative;
    padding: 30px 10px;
    background: #ffffff;
}
  
.contact__text01 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 130px;
}
  
.contact__obj01 {
    position: absolute;
    left: 15px;
    top: -15px;
    width: 110px;
}
  
.contact__text02 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    height: 55px;
    border-radius: 10px;
    background: #236A36;
  position: relative;
}
  
.contact__text02 a{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top:0;
  }
  
  .contact__text02 img{
    width: 20px;
  }
  
.contact__btn a{
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 10px;
  padding: 0;
} 
  
.contact__btn a img{
  width: 30px;
  }

.footer__block img {
    display: inline;
    width: 200px;
}
  
.footer__block {
    padding: 45px 0;
}
  
  
  
}