@charset "utf-8";

a{
  text-decoration: none;
  list-style: none;
  color: #3f3f3f;
}
p{
  color: #2E2E2E;
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  line-height: 1.5;
}

.bg-cover{
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .3;
  transition: background-color 0.3s ease;
}
.bg-cover:hover{
  background-color: #3f3f3f;
}


.h2_kai {
  font-size: 32px;
  color: #132A84;
  font-weight: bold;
}
.h3_kai {
  font-size: 24px;
  letter-spacing: 0.08em;
}
.text_left {
  text-align: left;
  display: block;
}
.inner{
  max-width: 1000px;
  margin: 0 auto;
}
.inner p {
  font-size: 16px;
}
/* mv */
.mv{
  position: relative;
  top: 0;
  margin-top: 120px;
}
.mv h1{
  font-size: clamp(1.875rem, 1.5164rem + 1.3405vw, 3.125rem);
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: #F8F5ED;
}

.assessment-gallery li {
  margin: 0 auto;
}

.p-text {
  max-width: 990px;
  margin: 0 auto;
  padding: 5px 10px;
}

.p-text p{
  font-size: clamp(1.2rem, 0.8938rem + 0.4531vw, 1rem);
}

@media(max-width: 768px){
  .mv h1{
    left: 5%;
  }
}
@media(max-width: 540px){
  .mv h1{
    left: 5px;
    font-size: 24px;
  }
}

/* message */
.message{
  padding-top: 74px;
  padding-bottom: 130px;
}
.message h2{
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.message p{
  padding: 0 54px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media(max-width:1020px){
  .inner{
    max-width: 97%;
  }
}
@media(max-width:768px){
  .message{
    padding-top: 54px;
    padding-bottom: 50px;
  }
}
@media(max-width:480px){
  .message p{
    padding: 0 10px 0;
  }
}
/* about */
.about{
  padding-bottom: 70px;
}
.about h2{
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.13em;
  text-align: left;
}
.about h2 .fz{
  font-size: clamp(1.25rem, 1.0886rem + 0.6032vw, 1.8125rem);
  line-height: 1.317;
  letter-spacing: 0.08em;
}
.about h2 .big{
  font-size: clamp(2.125rem, 1.6588rem + 1.7426vw, 3.75rem);
}
.about-title{
  position: relative;
  padding: 49px 54px 50px;
  background: #ED6C0E;
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
  overflow: visible;
}

.about-area{
  background: #FFFFFF;
  padding: 0 54px;
  padding-top: 40px;
}
.about-text{
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
}
.about-text h3{
  color: #ED6C0E;
  margin-left: 16px;
}
.about-text span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  background: #ED6C0E;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: bold;
}
.about-area img{
  width: 230px;
  max-width: 230px;
}
.about-box{
  margin-right: 40px;
  width: 65%;
}
.about-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-border{
  border: 2px solid #ED6C0E;
  padding-bottom: 43px;
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
  background-color: #FFF;
}
@media(max-width:1020px){
  .about-area{
    margin-top: 20px;
    padding: 0 30px;
  }
}
@media(max-width:768px){
  .mv {
    margin-top: 30px;
  }
  .about-title{
    padding: 30px 27px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .about-border{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius:30px
  }
  .about-area{
    flex-direction: column;
  }
  .about-box{
    margin-right: 0;
    width: 90%;
  }
  .about-box p{
    padding-bottom: 20px;
  }
  .about-area img{
    max-width: 350px;
  }
  .about-text span{
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .about-text h3{
    margin-left: 8px;
  }
}
@media(max-width:540px){
  .about-area{
    padding: 0 10px;
  }
  .about-title{
    padding: 20px 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .about-border{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .about-text{
    justify-content: center;
  }
  .about-text span{
    margin-right: 5px;
  }
  .about-text h3{
    margin-left: 0;
    font-size: 19px;
  }
  .about-area img{
    max-width: 300px;
  }

}
/* works */
.works{
  background: #F8F5ED;
  padding-top: 53px;
  overflow: hidden;
}
.works-box{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 23px 54px;
  margin-top: 25px;
}
.works-box img{
  margin-right: 59px;
  max-width: 271px;
  width: 271px;
}
.works table{
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ED6C0E;
}
.works table th, td{
  padding: 5px;
  text-align: left;
  font-size: 16px;
}
.works-text th, td{
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  border-bottom: solid 1px #ED6C0E;
  background-color: #fff !important;
}
.works table .red{
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #FF0000;
  font-weight: bold;
}
.works-text p{
  padding: 10px;
}
.slide-item img{
  max-width: 271px;
  margin: 0 auto;
}
.slide-item{
  padding: 10px;
  margin: 0 23px;
  max-width: 393px;
  background: #FFFFFF;
}
.works-slide{
  margin-top: 97px;
}
.works .slide-item table{
  display: block;
  border: none;
  border-top: 1px solid #ED6C0E;
  padding-top: 20px;
}
.slick-dots li button:before{
  font-size: 30px;
}
@media(max-width:768px){
  .works-box{
    padding: 20px 27px;
  }
  .works-box img{
    max-width: 250px;
    margin-right: 25px;
  }
}
@media(max-width:540px){
  .works-box{
    flex-direction: column;
    padding: 10px 15px;
  }
  .works-box{
    margin-right: 0;
  }
}
/* ボタン＆問い合わせエリア */
.btn{
  padding-top: 53px;
  padding-bottom: 131px;
}
.btn a{
  display: block;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  background: #ED6C0E;
  border-radius: 40px;
  text-align: center;
  padding: 20px;
  color: #FFFFFF;
  box-shadow: 0px 3px 0px #9A511D;
}
.btn a:hover{
  background-color: #e56700;
}
.btn a:active{
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media(max-width:768px){
  .btn a{
    max-width:280px;
  }
  .h2_kai {
    font-size: 26px;
  }
}
/* contact */
.contact {
  background-color: #F8F5ED;
  text-align: center;
  padding: 20px;
  position: relative;
}
.contact-heading {
  font-size: clamp(2.1rem, 1.0007rem + 0.6702vw, 1.875rem);
  font-weight: bold;
  color: #333;
  margin:  100px 0 35px;
  text-align: center;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 53px;
  border: 6px solid #ff7e00;
  border-radius: 10px;
  position: relative;
  overflow: visible;
  max-width: 990px;
}
.contact-info {
  text-align: center;
  z-index: 1;
}
.contact-phone {
  font-weight: bold;
  color: #0046b8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.phone-icon {
  font-size: 24px;
  width: 65px;
}
.phone-number  {
  font-size: clamp(2.125rem, 1.7664rem + 1.3405vw, 3.375rem);
  color: #132A84;
  letter-spacing: 0.125em;
}
.contact-hours {
  font-size: clamp(1.25rem, 1.1245rem + 0.4692vw, 1.6875rem);
  color: #132A84;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
}
.line-button,
.phone-button {
  display: inline-block;
  text-align: center;
  padding: 13px 42px;
  font-size: clamp(1.125rem, 1.0354rem + 0.3351vw, 1.4375rem);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  font-weight: bold;
}
.line-button {
  background-color: #25BA19;
  box-shadow: 0px 3px 0px #2B7B24;
  font-size: 16px;
}
.line-button:hover {
  background-color: #43a047;
}
.phone-button {
  background-color: #ED6C0E;
  box-shadow: 0px 3px 0px #9A511D;
  font-size: 16px;
}
.phone-button:hover {
  background-color: #e56700;
}
.line-button:active,
.phone-button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media(max-width: 1080px){
  .contact-container{
    padding-top: 60px;
    padding-bottom: 43px;
  }
}
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
    position: static;
    padding-top: 30px;
  }
  .contact-buttons {
    flex-direction: column;
  }
  .contact{
    padding: 20px 8px;
  }
  .phone-icon{
    width: 45px;
  }
  .point-list p{
    font-size: 12px;
  }
}
/* assessment-item */
.assessment{
  background: #F8F5ED;
  padding-top: 130px;
}
.assessment-header{
  position: relative;
  background: #FFEED4;
  padding-top: 53px;
  padding-bottom: 31px;
  overflow: visible;
}
.assessment-text{
  margin-left: 70px;
  position: relative;
  z-index: 1;
}
.assessment-text p{
  font-size: clamp(2.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.assessment-text .color1{
  color: #ED6C0E;
}

.assessment-list{
  padding-top: 54px;
  background: #FFFFFF;
}
.assessment-list p{
  text-align: center;
}
.assessment-list p:nth-child(1){
  font-size: clamp(2.125rem, 0.9995rem + 0.4692vw, 1.5625rem);
  font-weight: bold;
}
.assessment-gallery{
  padding: 47px 40px 50px;
}
.assessment-gallery ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}
.assessment-gallery ul li p{
  font-size: 16px;
}
.assessment-item{
  max-width: 300px;
  margin: 0 auto;
}
@media(max-width:768px){
  .assessment-header-img{
    right: 20px;
    bottom: -33px;
  }
  .assessment-text{
    margin-left: 20px;
  }
}
@media (max-width:580px){
  .assessment-gallery{
    padding: 37px 20px 40px;
  }
  .assessment-gallery ul{
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width: 500px){
  .assessment-header-img{
    max-width: 150px;
    right: 10px;
    bottom: -21px;
  }
  .h2_kai {
    font-size: 22px;
  }
}
/* point */
.point{
  padding-top: 86px;
  background: #F8F5ED;
  font-weight: bold;
}
.point h2{
  text-align: center;
  padding-bottom: 24px;
}
.point-list h3{
  color: #ED6C0E;
  padding-bottom: 26px;
}
.point-list ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(6,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.point-box{
  padding: 29px 50px;
  background-color: #FFFFFF;
  border: 2px solid #ED6C0E;
}
.point-text{
  padding: 38px 50px 127px;
}
@media(max-width:768px){
  .point{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .point h3{
    padding-bottom: 16px;
  }
  .point-list ul{
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
  .point-box{
    padding: 20px 25px;
  }
  .point-text{
    padding: 20px 25px 70px;
    font-weight: normal;
  }
}
@media(max-width:540px){
  .point-text{
    padding: 20px 20px 40px;
  }
}
.Description {
  background: #FFFFFF;
}
.Description h2{
  color: #2E2E2E;
}
.Description-container{
  padding: 36px 54px;
}
.Description-img{
  max-width: 264px;
}
.Description-area,
.Description-area2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Description-area{
  padding-top: 30px;
  padding-bottom: 30px;
}
.Description-area2{
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 4px dotted #ED6C0E;
  border-bottom: 4px dotted #ED6C0E;
  width: 100%;
}
.Description-text h3{
  color: #ED6C0E;
  font-size: 22px;
}
.Description-text{
  width: 60%;
}
@media(max-width: 768px){
  .Description-area,
  .Description-area2{
    display: flex;
    flex-direction: column;
  }
  .Description-area .Description-text{
    display: contents;
  }
  .Description-area2 h3{
    order: 1;
  }
  .Description-img{
    order: 2;
  }
  .Description-area2 .Description-text{
    display: contents;
  }
  .Description-text p{
    order: 3;
    padding-top: 20px;
  }
  h1 {
    display: none;
  }
}
@media(max-width:540px){
  .Description h2{
    padding-bottom: 0;
    font-size: 19px;
  }
  .Description-container{
    padding: 30px 10px 20px;
  }
}

/* Customer */
.Customer{
  padding-top: 120px;
  background: #F8F5ED;
}
.Customer-container{
  background: #FFE9C6;
}
.Customer-box{
  padding: 54px;
}
.Customer-area{
  padding-top: 43px;
}
.Customer-case{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 20px;
}
.Customer-img{
  max-width: 160px;
  margin-right: 30px;
}
.Customer-comment{
  width: 80%;
  line-height: 1.5;
  padding: 15px;
}
.Customer-comment h3{
  color: #ED6C0E;
  font-size: 23px;
  padding-bottom: 8px;
}
.Customer-comment p{
  font-size: 18px;
}
.assessor{
  background: #ffffff;
  padding: 20px 35px;
}
.assessor p:nth-child(1){
  padding-bottom: 5px;
}
@media(max-width: 768px){
  .Customer{
    padding-top: 80px;
  }
  .Customer-comment h3{
    font-size: 18px;
  }
  .Customer-box{
    padding: 40px 20px 45px;
  }
  .Customer-area{
    padding-top: 20px;
  }
  .Customer-comment p{
    font-size: 16px;
  }
  .Customer-img{
    max-width: 130px;
    margin-right: 15px;
  }
}
@media(max-width: 480px){
  .Customer{
    padding-top: 40px;
  }
  .Customer-box{
    padding: 40px 5px;
  }
  .Customer-case{
    flex-direction: column;
  }
  .Customer-comment{
    display: contents;
  }
  .Customer-case h3{
    order: 1;
  }
  .Customer-img{
    order: 2;
    padding: 10px 0;
  }
  .Customer-case p{
    order: 3;
  }
  .assessor{
    padding: 15px 25px;
  }
}

/* sub-faq */
.sub-faq{
  background: #F8F5ED;
  padding-top: 130px;
  padding-bottom: 150px;
}
.sub-faq-container {
  background: #F8F5ED;
  padding: 20px;
}

.sub-faq h2 {
  text-align: center;
  color: #f27a22;
  font-size: 24px;
  margin-bottom: 30px;
}

.sub-faq-item {
  border-bottom: 1px dashed #f27a22;
  padding: 15px 50px;
}

.sub-faq-item:last-child {
  border-bottom: none;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}

.question p:hover {
  color: #f27a22;
}
.question span{
  color: #ED6C0E;
  font-size: 40px;
  font-weight: 500;
  margin-right: 30px;
}

.toggle {
  font-size: 24px;
  font-weight: bold;
  color: #f27a22;
  transition: transform 0.3s ease;
}

.answer {
  margin-top: 10px;
  padding-left: 60px;
  font-size: 16px;
  color: #666;
  display: none;
}
@media(max-width: 768px){
  .sub-faq{
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .sub-faq-container{
    padding: 10px;
  }
  .sub-faq-item{
    padding: 10px;
  }
  .toggle{
    font-size: 20px;
  }
  .question span{
    font-size: 30px;
    margin-right: 15px;
  }
  .answer{
    font-size: 15px;
    padding-left: 40px;
  }
}
@media(max-width: 480px){
  .sub-faq{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .question span{
    font-size: 20px;
    margin-right: 10px;
  }
  .sub-faq-container{
    padding: 5px;
  }
  .answer{
    padding-left: 20px;
  }
}
