@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}

html {
    appearance: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 50px; 
}



body {
  
    font-family: "Hiragino KaKu Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
}

      @media screen and (max-width: 767px) {
      body {
      font-size: 16px; 
      } 
    }

.font-english{
  font-family: 'philosopher' , sans-serif;
  font-weight: normal;
  color: rgb(3, 126, 126);
  font-weight: 400;
}
.title-font {
  font-size: 30px;
}
   @media screen and (max-width: 767px) {
    .title-font {
  font-size: 15px;
}
}

.nav_btn {
  text-align: left;
}
.font-btn {
  color: rgb(3, 126, 126);
  font-size: 50px;
  
}
.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 2.5rem;

  

}
   @media screen and (max-width: 767px) {
    .nav-list {
    flex-direction: column;
    align-items: end;
    gap: .25rem;
    
  } 
}




h2 {
  font-size: 40px;
}

  @media screen and (max-width: 767px) {
    h2{font-size: 20px; 
    }
  } 


a {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.4s;
}
a:hover{
  opacity: 0.7;
}
img{
  width: 100%;
  height: auto;
  display: block;
}
.inner {
  max-width: 1000px;
  padding-inline: 20px;
  margin-inline: auto;
}
.section-title {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1; 
}
  @media screen and (max-width: 767px) {
  .section-title {  
    font-size: 30px;
    text-align: left;
  } 
}
.section-desc {
  text-align: center;
}
.section-bg {
  background-color: #efefef;
}
.header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header__logo {
  height: inherit;
}
.header__link {
  height: inherit;
  font-size: 35px;
  color: #fff;
  display: flex;
  align-items: center;
}
  @media screen and (max-width: 767px) {
    .header__link {
    display: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
}

  @media screen and (max-width: 767px) {
    .header__inner {
    display: flex;
    flex-direction: column;
}
}
.header-nav {
  height: inherit;
}
/* .header-nav__lists {
  display: flex;
  column-gap: 30px;
  height: inherit;
} */
.header-nav__list {
  height: inherit;
  list-style: none;
}
/* .header-nav__link {
  font-size: 35px;
  height: inherit;
  display: flex;
  align-items: center;
  text-transform: capitalize;
} */
#main {
  position: relative;
}
.main { 

  height: 550px;

  /* @media screen and (max-width: 767px) {
    height: 400px;
    font-size: 80px;
    white-space: normal;
    text-align: center;
    line-height: 1;
  } */
}

.title-text {
  font-size: 15px;
}

.main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 80px;
  white-space: nowrap;
  color: #fff; 
  text-transform: capitalize;
}

 @media screen and (max-width: 767px) {
  .main-text {
    font-size: 30px;
    /* top: 20%; */
  }
} 


.image-container {
  position: relative;
  display: inline-block;
  
}

/* ここからabout */
.about {
  padding-block: 50px 70px;
  background-color: #c3edea;
  /* color: black; */
    color: rgb(3, 126, 126);
}

    @media screen and (max-width: 767px) {
      .about {
      padding-bottom: 60px;
    }
}
.about__content {
  display: flex;
  justify-content: center;
  column-gap: calc(80 / 960 * 100%);
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about__content {
    flex-direction: column;
    margin-top: 10px;
}  
}
.about__text {
  flex: 1;
}
  @media screen and (max-width: 767px) {
    .about__text {
    font-size: 8px;
}
}

.about__image {
  width: calc(400 / 960 * 100%);
}
  @media screen and (max-width: 767px) {
    .about__image {
    width: 60%;
    height: 60%;
    align-items: center;
}
}
.about-sns {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 12px;
  margin-top: 16px;
  width: 20px;
    @media screen and (max-width: 767px) {
  margin-bottom: 20px;
}
}
/* ここからservice */
.service {
  padding-block: 50px;
    color: rgb(3, 126, 126);

    @media screen and (max-width: 767px) {
    padding-bottom: 48px;
    }
}

.service__items  {
  max-width: 790px;
  margin-inline: auto;
  margin-top: 35px;
  font-size: 15px;
  text-align: center;
  display: flex;
  column-gap: calc(80 / 790 * 100%);
} 

  @media screen and (max-width: 767px) {
  .service__items  {
  display: block;
  }
}
.service-item {
  width: calc(210 / 790 * 100%);
}
  @media screen and (max-width: 767px) {
  .service-item {
  width: 100%;
  }
}
.service-item:not(:first-of-type) {
  @media screen and (max-width: 767px) {
    margin-top: 44px;
  }
}
.service-item__text {
  padding-top: 22px;
}
.service-item__image {
  width: 150px;
  margin-inline: auto;
}
   @media screen and (max-width: 767px) {
  .service-item__image {
   width: 50%;
  }
}



/* ここからworks */
/* #works {
  padding-block: 50px;
  background-color: #c3edea;
    color: rgb(3, 126, 126);
}
    @media screen and (max-width: 767px) {
      #works {
    padding-bottom: 48px;
    }
}
.works__items {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 35px;
  font-size: 15px;
  text-align: center;
  display: flex;
  column-gap: calc(80 / 960 * 100%);
}

  @media screen and (max-width: 767px) {
  .works__items {
  display: block;
  padding: .5rem,.5rem;
  margin-bottom: 1rem;
  width: 80%;
  }
}
.works__item {
  width: calc(880 / 960 * 100%)
}
.works-item__text {
  padding-top: 20px;
}

 @media screen and (max-width: 767px) {
  .works__item {
    margin-bottom: 50px;
    }
} */

/* ここからprice */
#price {
  color: rgb(3, 126, 126);
    background-color: #c3edea;
    padding-block: 50px;

}

.section-desc {
    color: rgb(3, 126, 126);
  
}

.price-text {
  margin-top: 35px;
}

.plan-table
{
  overflow-x: auto;
  padding: 0 20px;
  margin-bottom: 80px;
}
  @media screen and (max-width: 767px) {
  .plan-table {
    margin-bottom: 40px;
  }
  }
.plan-table .table {
  width: 900px;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .plan-table .table {
    width: 600px;
  }
}  
.plan-table .table th,
.plan-table .table td {
  border: solid 1px rgb(3, 126, 126);
  padding: 20px;   
}

  @media screen and (max-width: 767px) {
  .plan-table .table th,
  .plan-table .table td {
    font-size: 14px;
    padding: 10px;
  }
  }
.plan-table .table thead th {
  background-color: #fafafa;
  font-weight: 500;
}
.plan-table .table thead th:first-child {
  width: 300px;
  background-color: #fff;
}
  @media screen and (max-width: 767px) {
  .plan-table .table thead th:first-child {
    width: 150px;
  }
  }

.plan-table .table thead th:nth-child(n+2) {
  width: 200px;
}
  @media screen and (max-width: 767px) {
  .plan-table .table thead th:nth-child(n+2) {
    width: 150px;
  }
}
.plan-table .table  tbody th {
  background-color: #fafafa;
  font-weight: 500;
  text-align: left;
}
.plan-table .table  tbody td {
  font-size: 18px;
  text-align: center;
}
  @media screen and (max-width: 767px) {
  .plan-table .table tbody td {
    font-size: 14px;
  }
  }
.plan-table .table  tbody td .title {
  display: block;
  font-size: 14px;
}
.plan-table .table  tbody td .price {
  font-size: 24px;
  font-weight: 500;
  
}
  @media screen and (max-width: 767px) {
  .plan-table .table tbody td .price {
    font-size: 18px;
  } 
}

.plan-table .table  tbody td .tax {
  font-size: 12px;
}

.plan-table .table  tbody td .note{
  font-size: 12px;
}
.section-desc {
  margin-bottom: 50px;
}
.price {
  color: rgb(3, 126, 126);
}
  /* @media screen and (max-width: 767px) {
  .plan-table {
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 767px) {
  .plan-table .table {
    width: 60px;
  }
    @media screen and (max-width: 767px) {
  .plan-table .table th,
  .plan-table .table td {
    font-size: 14px;
    padding: 10px;
  }
    @media screen and (max-width: 767px) {
  .plan-table .table thead th:first-child {
    width: 150px;
  }
      @media screen and (max-width: 767px) {
  .plan-table .table thead th:nth-child(n+2) {
    width: 150px;
  }
        @media screen and (max-width: 767px) {
  .plan-table .table tbody td {
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
  .plan-table .table tbody td .price {
    font-size: 18px;
  } 
} */


/* ここからcontact */

#contact {
  padding-block: 50px;
   /* background-color: #c3edea; */
}
   @media screen and (max-width: 767px) {
    #contact {
    padding-bottom: 50px;
  }
}
.contact-text {
  text-align: center;
  justify-content: center;  
  margin-top: 35px;
}

.summary {
  font-size: 15px;
  display: flex;
  text-align: center;
  justify-content: center;  
  margin-top: 35px;
  margin-bottom: 30px;
      color: rgb(3, 126, 126);
}
  @media screen and (max-width: 767px) {
  .summary {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
    iframe {
      width:100%;
    }
  }


/* ここからfooter */
.footer {
  background: white;
  padding-block: 60px 30px;
  display: flex;
  text-align: center;
  
}

.footer-box {
  max-width: 435px;
  margin-inline: auto;
}

.footer-nav {
  background-color: white;
  border-bottom: 1px solid #c3edea;
  display: flex;
  justify-content: center;
  column-gap: 28px;
}

.footer-nav__list {
  list-style: none;
}

.footer-nav__link {
  color: rgb(3, 126, 126);
  font-size: 16px;
  text-transform: capitalize;
}

.copyright {
  color: rgb(3, 126, 126);
  font-size: 16px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

/* .footer-sns {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 12px;
  margin-top: 16px;
  width: 20px;
} */

.sns__list {
  list-style: none;
  line-height: 0;
}

.sns__link {
  width: 24px;
}
/* リストマーカーを表示にする */
ul {
  list-style: none;
}

/* .font-english {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

@media screen and (max-width: 767px) {
    #nav-content {
      display: none;
    }
  }





