/*****************************************
dgreen common css
header & footer only!
*****************************************/
body{
  background-color: #F9F8F7;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8 !important;
}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
header{
  background: #fff;
}
header nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 20px 15px;
}
header .left-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
header .left-wrap .hd-logo img{
  height: auto;
}
header .left-wrap img.isms{
  height: auto;
  margin: 0 15px 0;
}
header .left-wrap .kyokabangou{
  border: 1px solid #B8B8B8;
  display: inline-block;
}
header .right-wrap{
  text-align: right;
}
header .right-wrap .hd-tel-txt01{
  font-size: 13px;
  font-weight: bold;
}
header .right-wrap a img{
  max-width: 318px;
  height: auto;
}
header .right-wrap .hd-tel-txt02{
  font-size: 14px;
  font-weight: 500;
}
header .left-wrap .hd-logo img{
  width: 100%;
}

/*pc*/
@media all and (min-width:769px) {
  header .left-wrap .kyokabangou{
    font-size: 14px;
    padding: 3px 13px 3px;
  }
  header .left-wrap .hd-logo{
    max-width: 187px;
  }

  header .left-wrap img.isms{
    max-width: 91px;
    margin: 0 15px 0;
  }
  .sp{
    display: none;
  }
}
/*sp*/
@media all and (max-width:768px) {
  header nav{
    flex-wrap: wrap;
  }
  header .left-wrap .kyokabangou{
    font-size: 11px;
    padding: 3px 13px 3px;
  }
  header .left-wrap .hd-logo{
    max-width: 38%;
  }
  header .left-wrap img.isms{
    max-width: 20%;
    margin: 0 8px 0;
  }
  .pc{
    display: none;
  }
}

/*=======================================
footer
=======================================*/
/*footer
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
mainvisual
=======================================*/
#mainvisual{}
#mainvisual img{
  width: 100%;
  height: auto;
}
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
about
=======================================*/
#about{}
#about .large{
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
#about .flex-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  padding: 0 20px 0;
}
#about .flex-wrap .box{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
}
#about .flex-wrap .box img{}
#about .flex-wrap .box p{
  text-align: center;
  font-weight: 600;
}
/*pc*/
@media all and (min-width:769px) {
  #about .large{
    font-size: 21px;
    padding: 45px 20px 55px;
  }
  #about .flex-wrap{
    margin: 0 auto 80px;
  }
  #about .flex-wrap .box{
    max-width: 344px;
    width: 32%;
  }
  #about .flex-wrap .box p{
    font-size: 21px;
    padding: 18px 20px 19px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #about .large{
    font-size: 18px;
    line-height: 1.8;
    padding: 25px 20px 35px;
  }
  #about .flex-wrap{
    flex-wrap: wrap;
    margin: 0 auto 45px;
  }
  #about .flex-wrap .box{
    width: 100%;
    max-width: 283px;
    margin: 0 auto 14px;
  }
  #about .flex-wrap .box img{
    max-height: 149px;
    width: 100%;
    object-fit: cover;
  }
  #about .flex-wrap .box p{
    font-size: 19px;
    padding: 8px 20px 9px;
  }
}
/*=======================================
technology
=======================================*/
/*contents01
_______________________________________*/
#technology{}
#technology .contents01{}
#technology .contents01 .large{
  font-weight: 700;
  color: #1C542B;
  text-align: center;
  line-height: 1.8;
}
#technology .contents01 .sub-text{
  text-align: center;
}
#technology .contents01 h2, #efforts h2{
  text-align: center;
}
#technology .contents01 h2 span, #efforts h2 span{
  font-size: 20px;
  display: block;
  color: #BB8028;
  position: relative;
  margin: 14px 0 0;
}
#technology .contents01 h2 span::before, #efforts h2 span::before{
  content: "";
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background: linear-gradient(to right, #BB8028 50%, #D4D0B8 50%);
  width: 180px;
}

#technology .contents01 .text01{
  font-size: 17px;
  line-height: 1.8;
}
#technology .contents01 img{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
/*pc*/
@media all and (min-width:769px) {
  #technology .contents01 .large{
    font-size: 44px;
  }
  #technology .contents01 .sub-text{
    font-size: 20px;
    margin: 20px auto 126px;
  }
  #technology .contents01 h2, #efforts h2{
    font-size: 38px;
  }
  #technology .contents01 .text01{
    text-align: center;
    margin: 48px 0 42px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #technology .contents01 .large{
    font-size: 23px;
  }
  #technology .contents01 .sub-text{
    font-size: 17px;
    margin: 20px auto 96px;
  }
  #technology .contents01 h2, #efforts h2{
    font-size: 24px;
  }
  #technology .contents01 .text01{
    padding: 0 20px;
    margin: 58px 0 15px;
  }
  #technology .contents01 img{
    width: calc(100% - 40px);
  }
}

/*contents02
_______________________________________*/
#technology .contents02{}
#technology .contents02 .large-text{
  color: #1C542B;
  font-weight: 500;
}
/*pc*/
@media all and (min-width:769px) {
  #technology .contents02 .large-text{
    font-size: 26px;
    text-align: center;
    line-height: 2;
    margin: 46px 0 60px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #technology .contents02{
    padding: 0 20px;
  }
  #technology .contents02 .large-text{
    font-size: 17px;
    margin: 26px 0 40px;
  }
}

/*diagnostic-methods
_______________________________________*/
#technology .diagnostic-methods{}
#technology .diagnostic-methods .flex-wrap{
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
#technology .diagnostic-methods .flex-wrap .box{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#technology .diagnostic-methods .flex-wrap .box h3{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1C542B;
}
#technology .diagnostic-methods .flex-wrap .box h3 img{
  max-width: 56px;
  height: auto;
  margin-right: 16px;
}
#technology .diagnostic-methods .flex-wrap .box img{}
#technology .diagnostic-methods .note{
  max-width: 1140px;
  padding: 0 20px;
  margin: 10px auto 0;
}

/*pc*/
@media all and (min-width:769px) {
  #technology .diagnostic-methods .flex-wrap .box{
    width: 48%;
    max-width: 536px;
    padding: 31px 50px 30px;
    margin: 0 0 24px;
  }
  #technology .diagnostic-methods .flex-wrap .box p{
    margin: 15px 0 50px;
  }
  #technology .diagnostic-methods .flex-wrap .box h3{
    margin: 0 0 18px;
    font-size: 24px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #technology .diagnostic-methods .flex-wrap .box{
    width: 100%;
    max-width: 536px;
    padding: 15px 30px 30px;
    margin: 0 0 16px;
  }
  #technology .diagnostic-methods .flex-wrap .box p{
    margin: 12px 0 0;
  }
  #technology .diagnostic-methods .flex-wrap .box h3{
    margin: 0 0 10px;
    font-size: 19px;
  }
}

/*=======================================
movie
=======================================*/
#movie{
  max-width: 1100px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#movie .flex-wrap01{
  display: flex;
  flex-wrap: wrap;
}

.btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 281px;
  padding: 16px 40px;
  background-color: #1A4726;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn01::after {
  content: '';
  position: absolute;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

.btn01:hover {
  opacity: 0.8;
  filter: brightness(1.1);
}

#movie .flex-wrap02{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


#movie .flex-wrap01 h2{
  font-weight: 500;
}

/*pc*/
@media all and (min-width:769px) {
  #movie{
    padding: 44px 54px 46px;
    margin: 65px auto 0;
  }
  #movie .flex-wrap01{
    background-image: url('https://mastaxf.jp/roof-wall-repair/img/movie_img01.png');
    justify-content: space-between;
    background-size: 338px;
    background-repeat: no-repeat;
    align-items: center;
    background-position: left center;
    padding: 11px 0 11px;
  }
  #movie .flex-wrap01 h2{
    font-size: 22px;
    font-weight: 500;
    padding-left: 24%;
  }
  #movie .flex-wrap02{
    margin: 36px 0 0;
  }
  #movie .flex-wrap02 .youtube-container{
    max-width: 490px;
    width: 49%;
  }
  #movie .flex-wrap02 iframe{
    max-width: 490px;
    width: 100%;
  }
}

/*sp*/
@media all and (max-width:768px) {
  #movie{
    margin: 56px auto 0;
    padding: 30px 30px 13px;
    width: calc(100% - 40px);
    background-image: url('https://mastaxf.jp/roof-wall-repair/img/movie_img01.png');
    justify-content: space-between;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 182px;
    background-position: 5px 12px;
  }
  #movie .flex-wrap01{
    padding: 11px 0 24px;
  }
  #movie .flex-wrap01 h2{
    font-size: 17px;
    font-weight: 500;
    max-width: 271px;
    margin: 0 auto;
  }
  .btn01 {
    font-size: 15px;
    width: 193px;
    padding: 15px 30px 15px 15px;
    margin-right: 0;
    margin-left: auto;
  }
  .btn01::after {}
  #movie .flex-wrap02{
    flex-wrap: wrap;
  }
  #movie .flex-wrap02 a{
    width: 100%;
    margin: 0 5px 15px;
  }
  #movie .flex-wrap02 .youtube-container{
    margin-bottom: 11px;
  }

  /* スマートフォン用のCSSエリア */
  iframe[src*="youtube.com"] {
    width: 100% !important;
    max-width: 100% !important;

    /* ↓ 高さが0に潰れるのを防ぐ修正 */
    height: 100% !important;
    aspect-ratio: 16 / 9 !important;
  }
}

/*=======================================
service
=======================================*/
#service{
  max-width: 1140px;
  width: calc(100% - 40px);
  border-top: 1px solid #D6D6D6;
}
#service .flex-wrap01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#service .flex-wrap01 .text-wrap{
  max-width: 429px;
}
#service .flex-wrap01 .text-wrap h3{
  color: #1C542B;
  font-size: 28px;
  margin: 0 0 22px;
  line-height: 1.8;
}
#service .flex-wrap01 .text-wrap p{}
#service .flex-wrap01 img{
  max-width: 594px;
  height: auto;
}

#service .flex-wrap02{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #D6D6D6;
}
#service .flex-wrap02 .box{
  background: #fff;
  border-radius: 20px;
  padding: 47px 50px 62px;
  margin: 0 0 2%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#service .flex-wrap02 .box h4{
  color: #1C542B;
  font-size: 24px;
}
#service .flex-wrap02 .box p{}
/*pc*/
@media all and (min-width:769px) {
  #service{
    margin: 64px auto 70px;
  }
  #service .flex-wrap01{
    padding: 63px 0 0;
    margin: 0 auto 55px;
  }
  #service .flex-wrap02{
    padding: 0 0 47px;
  }
  #service .flex-wrap02 .box{
    width: 50%;
    max-width: 526px;
  }
  #service .flex-wrap02 .box h4{
    margin: 24px 0 14px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #service{
    margin: 32px auto 35px;
    padding: 40px 0 0;
  }
  #service .flex-wrap01{
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  #service .flex-wrap01 img{
    width: 100%;
    margin: 20px 0 0;
  }
  #service .flex-wrap01 .text-wrap h3{
    font-size: 22px;
  }
  #service .flex-wrap02{
    width: 100%;
    padding-bottom: 16px;
  }
  #service .flex-wrap02 .box{
    padding: 30px 30px 30px;
    margin: 0 0 16px;
  }
  #service .flex-wrap02 .box h4{
    margin: 9px 0 5px;
    font-size: 20px;
  }
}

/*=======================================
case-studies
=======================================*/
#case-studies{}
#case-studies h2{
  text-align: center;
}
#case-studies .sp-slide .flex-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
#case-studies .sp-slide .flex-wrap img{
  max-width: 140px;
  height: auto;
  margin-right: 30px;
}
#case-studies .sp-slide .flex-wrap .text-wrap{}
#case-studies .sp-slide .flex-wrap .text-wrap h3{
  font-size: 26px;
  color: #1C542B;
  margin: 0 0 10px;
}
#case-studies .sp-slide .flex-wrap .text-wrap p{
  font-size: 17px;
  color: #1C542B;
}
#case-studies .sp-slide .text{
  border-top: 1px solid #D2D2D2;
  margin: 15px 0 0;
  padding: 15px 0 0;
}

#topslider {
  overflow: hidden;
}

#topslider .sp-mask {
  height: auto !important;
  overflow: visible !important;
}

#case-studies .sp-slide {
  max-width: 656px;
  border: 1px solid #1C542B;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 50px;
  box-sizing: border-box !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#topslider .sp-buttons{
  position: absolute;
}
.sp-button{
  width: 12px !important;
  height: 12px !important;
  border: none !important;
  background: #D6D6D6 !important;
  margin: 0 13px 0 !important;
}
.sp-selected-button{
  background: #888888 !important;
}
/*pc*/
@media all and (min-width:769px) {
  #case-studies h2{
    margin: 0 0 43px;
  }
  #case-studies .sp-slide{
    min-height: 414px;
  }
  #topslider {
    min-height: 480px !important;
    padding: 0 0 30px;
  }
  #topslider .sp-buttons{
    bottom: 48px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #topslider {
    min-height: 600px !important;
    padding: 0 0 40px;
  }
  #case-studies h2{
    margin: 0 0 29px;
  }
  #topslider .sp-buttons{
    bottom: 43px;
  }
  #case-studies .sp-slide{
    padding: 30px 25px;
    min-height: 550px !important;
  }
  #case-studies .sp-slide .flex-wrap {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 15px;
    row-gap: 10px;
  }
  #case-studies .sp-slide .flex-wrap .text-wrap {
    display: contents;
  }
  #case-studies .sp-slide .flex-wrap img {
    width: 75px;
    grid-column: 1;
    grid-row: 1;
  }
  #case-studies .sp-slide .flex-wrap .text-wrap h3 {
    font-size: 21px;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
  }
  #case-studies .sp-slide .flex-wrap .text-wrap p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    line-height: 1.6;
  }
  #case-studies .sp-slide .text{
    line-height: 1.6;
  }
}
/*=======================================
contact
=======================================*/
.contact-wrap{
  background: #D3DFB5;
  text-align: center;
  padding: 52px 20px 63px;
}
.contact-wrap .flex-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 40px auto 0;
}
.contact-wrap .flex-wrap .box{
  background: #FFFFFF;
  padding: 12px 30px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 49.8%;
}
.contact-wrap .flex-wrap .box h3{
  font-size: 36px;
  color: #03571A;
}
.contact-wrap .flex-wrap .box h3 span{
  display: block;
  font-size: 18px;
  color: #141414;
  margin: 0 0 18px;
}
.contact-wrap .flex-wrap .box p{
  font-size: 17px;
}
.contact-wrap .flex-wrap .box .contact-tel img{
  max-width: 353px;
  width: 100%;
  margin: 0 auto;
}
.contact-wrap .flex-wrap .box .contactform img{
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.contact-wrap .flex-wrap .box .contactform:hover{
  opacity: 0.8;
}
/*pc*/
@media all and (min-width:769px) {
  .contact-wrap .flex-wrap .box:nth-child(1){
    border-radius: 10px 0 0 10px;
  }
  .contact-wrap .flex-wrap .box:nth-child(2){
    border-radius: 0 10px 10px 0;
  }
  .contact-wrap h2{
    font-size: 23px;
  }
  .contact-tel{
    margin: -10px 0 -5px;
    display: block;
  }
}
/*sp*/
@media all and (max-width:768px) {
  .contact-wrap{
    padding: 52px 20px 53px;
  }
  .contact-wrap .flex-wrap{
    flex-wrap: wrap;
  }
  .contact-wrap .flex-wrap .box{
    width: 100%;
  }
  .contact-wrap .flex-wrap .box:nth-child(1){
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
  }
  .contact-wrap .flex-wrap .box:nth-child(2){
    border-radius: 0 0 10px 10px;
  }
  .contact-wrap h2{
    font-size: 21px;
  }
}
/*=======================================
scam-alert
=======================================*/
#scam-alert{
  background: #F3F1E4;
  padding: 56px 20px 75px;
}
#scam-alert h2{
  text-align: center;
  color: #1C542B;
  font-weight: 700;
}
#scam-alert p.text{
  line-height: 2;
}
#scam-alert .lists{
  max-width: 980px;
  margin: 30px auto 0;
}
#scam-alert .lists .list{
  background: #FFFFFF;
  margin: 0 0 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 21px 20px 21px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
#scam-alert .lists .list .left{
  width: 100%;
}
#scam-alert .lists .list .left p{
  color: #1C542B;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#scam-alert .lists .list .right{
  max-width: 670px;
  width: 100%;
  position: relative;
}
#scam-alert .lists .list .right::after{
  position: absolute;
  content: "";
  background-color: #1C542B;
  margin: auto;
}
#scam-alert .lists .list .right p{
  color: #1C542B;
  font-size: 18px;
}
#scam-alert .arrow{
  max-width: 214px;
  display: block;
  margin: -3px auto 0;
}
#scam-alert .large-txt{
  font-size: 22px;
  line-height: 2;
  margin: 40px 0 0;
}

/*pc*/
@media all and (min-width:769px) {
  #scam-alert h2{
    font-size: 28px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  #scam-alert p.text{
    text-align: center;
  }
  #scam-alert .lists .list .left{
    max-width: 269px;
  }
  #scam-alert .lists .list .right::after{
    width: 1px;
    height: 60px;
    top: 0;
    bottom: 0;
  }
  #scam-alert .lists .list .right p{
    padding-left: 30px;
  }
  #scam-alert .large-txt{
    text-align: center;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #scam-alert{
    padding: 56px 20px 50px;
  }
  #scam-alert h2{
    font-size: 23px;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  #scam-alert .lists .list{
    flex-wrap: wrap;
  }
  #scam-alert .lists .list .right::after{
    width: 60px;
    height: 1px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
  #scam-alert .lists .list .right p{
    padding-top: 14px;
    line-height: 1.6;
    font-size: 16px;
  }
  #scam-alert .lists .list .left{
    padding-bottom: 9px;
  }
  #scam-alert .lists .list .left p{
    font-size: 22px;
  }
  #scam-alert .large-txt{
    line-height: 1.8;
    font-size: 17px;
    font-weight: 500;
  }
}
/*=======================================
promise
=======================================*/
#promise{
  background: #fff;
}
#promise .flex-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 78px 20px 67px;
  align-items: flex-start;
}
#promise .flex-wrap .text-wrap h2{
  color: #1C542B;
}
#promise .flex-wrap .text-wrap p{
  font-size: 17px;
}
/*pc*/
@media all and (min-width:769px) {
  #promise .flex-wrap img{
    max-width: 450px;
    width: 41%;
  }
  #promise .flex-wrap .text-wrap{
    max-width: 579px;
    width: 53%;
  }
  #promise .flex-wrap .text-wrap h2{
    font-size: 30px;
    margin: 0 0 20px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #promise .flex-wrap{
    flex-wrap: wrap;
    padding: 40px 20px 67px;
  }
  #promise .flex-wrap .text-wrap h2{
    font-size: 21px;
    margin: 20px 0 20px;
  }
}
/*=======================================
flow
=======================================*/
#flow{
  padding: 78px 0 0;
}
#flow .flex-wrap{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 48px;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
}

#flow h2, #area h2, #member h2{
  font-size: 32px;
}
#flow h2 span, #area h2 span, #member h2 span{
  font-size: 20px;
  display: block;
  color: #BB8028;
  position: relative;
  margin: 20px 0 0;
}
#flow h2 span, #area h2 span, #member h2 span{

}
#flow h2 span::before, #area h2 span::before, #member h2 span::before{
  content: "";
  height: 3px;
  position: absolute;
  bottom: -20px;
  display: block;
  background: linear-gradient(to right, #BB8028 50%, #D4D0B8 50%);
  width: 180px;
}
/* 各ステップの親要素 */
.step-item {
  display: flex;
  max-width: 786px;
  margin: 0 auto 22px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  position: relative;
}

/* 左側：数字とラインのエリア */
.step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
  flex-shrink: 0;
}

/* 数字の丸 */
.step-number {
  width: 50px;
  height: 50px;
  border: 2px solid #00441b; /* 濃い緑 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: serif; /* 数字を明朝体に */
  color: #00441b;
  background: #fff;
}

/* 下に伸びる縦ライン */
.step-line {
  width: 2px;
  background-color: #00441b;
  flex-grow: 1;
  margin-top: 20px;
}

/* 右側：テキストエリア */
.step-content {
  padding-top: 8px;
}

/* 見出し */
.step-title {
  font-size: 1.5rem;
  color: #00441b;
  margin: 0 0 15px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 本文 */
.step-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/*pc*/
@media all and (min-width:769px) {
  #flow .flex-wrap .left, #area .flex-wrap .left, #member .flex-wrap .left{
    max-width: 314px;
    width: 28%;
  }
  .step-line {
    margin-bottom: -30px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #flow{
    padding: 50px 0 0;
  }
  #flow h2, #area h2, #member h2{
    font-size: 24px;
  }
  #flow .flex-wrap{
    padding: 0 0 30px;
  }
  #flow .flex-wrap, #area .flex-wrap, #member .flex-wrap {
    flex-wrap: wrap;
  }
  #flow .flex-wrap .left, #area .flex-wrap .left, #member .flex-wrap .left{
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  #flow h2 span::before, #area h2 span::before, #member h2 span::before{
    right: 0;
    left: 0;
    margin: auto;
  }
  .step-item {
    padding: 20px;
  }
  .step-left {
    margin-right: 15px;
  }
  .step-title {
    font-size: 1.2rem;
  }
  #flow .flex-wrap .right{
    margin: 58px 0 0;
    padding: 0 20px;
  }
  .step-line {
    margin-bottom: -20px;
  }
  #flow h2 span, #area h2 span, #member h2 span{
    margin: 14px 0 0;
}
}
/*=======================================
area
=======================================*/
#area{
  max-width: 1100px;
  margin: 0 auto;
  padding: 71px 0 72px;
  border-bottom: 1px solid #D6D6D6;
}
#area .flex-wrap{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
#area .flex-wrap .right{}
#area .flex-wrap .right .flex-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 786px;
}

#area .flex-wrap .right .flex-wrap .text-wrap .large{
  font-weight: 500;
  line-height: 1.8;
}
#area .flex-wrap .right .flex-wrap .text-wrap .large .green{
  color: #1C542B;
}
#area .flex-wrap .right .flex-wrap img{
  max-width: 350px;
}
/*pc*/
@media all and (min-width:769px) {
  #area .flex-wrap .right .flex-wrap .text-wrap .large{
    font-size: 30px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #area{
    padding: 50px 0 50px;
  }
  #area .flex-wrap .right .flex-wrap .text-wrap .large{
    font-size: 24px;
    text-align: center;
    margin: 0 0 5px;
  }
  #area .flex-wrap .right .flex-wrap .text-wrap{
    width: 100%;
    margin: 58px 0 30px;
  }
  #area .flex-wrap .right .flex-wrap .text-wrap p{
    text-align: center;
  }
  #area .flex-wrap .right .flex-wrap img{
    margin: 0 auto;
    max-width: 80%;
  }
}

/*=======================================
member
=======================================*/
#member{
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 0 52px;
}
#member .flex-wrap{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}

#member .flex-wrap .right .flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 786px;
}
#member .flex-wrap .right .flex-wrap .box{
  text-align: center;
  margin: 0 0 40px;
}
#member .flex-wrap .right .flex-wrap .box img{}
#member .flex-wrap .right .flex-wrap .box p{
  margin: 10px 0 0;
  font-size: 17px;
}
/*pc*/
@media all and (min-width:769px) {
  #member .flex-wrap .right .flex-wrap .box{
    max-width: 247px;
    width: 32%;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #member{
    padding: 50px 0 0px;
  }

  #member .flex-wrap .right{
    margin: 58px 0 0;
    padding: 0 20px;
  }
  #member .flex-wrap .right .flex-wrap .box{
    width: 48%;
  }
}

/*=======================================
efforts
=======================================*/
#efforts{
  padding: 82px 0 70px;
  max-width: 1100px;
  margin: 0 auto;
}
#efforts h3{
  font-size: 24px;
  color: #1C542B;
}
#efforts .flex-wrap01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 53px 0 64px;
}

#efforts .flex-wrap01 .box a{}
#efforts .flex-wrap01 .box a img{}
#efforts .flex-wrap02{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 526px;
  padding: 16px 40px;
  background-color: #FFFFFF;
  border: 1px solid #1A4726;
  color: #1A4726;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

/* 右側の矢印アイコン（擬似要素） */
.btn02::after {
  content: '';
  position: absolute;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1A4726;
  border-right: 2px solid #1A4726;
  transform: rotate(45deg);
}

/* ホバー時の演出（お好みで） */
.btn02:hover {
  opacity: 0.8;
  filter: brightness(1.1);
}

/*pc*/
@media all and (min-width:769px) {
  #efforts .flex-wrap01{}
  #efforts .flex-wrap01 .box{
    max-width: 526px;
  }
  #efforts h3{
    margin: 53px 0 24px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #efforts{
    padding: 50px 0 0px;
  }
  #efforts h3{
    text-align: center;
    margin: 58px 0 20px;
  }
  #efforts p{
    padding: 0 20px;
  }
  #efforts .flex-wrap01{
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 32px 0 18px;
  }
  #efforts .flex-wrap01 .box{
    margin: 0 0 15px;
    width: 100%;
  }
  #efforts .flex-wrap02{
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .btn02{
    padding: 14px 10px;
    font-size: 16px;
    margin: 0 0 10px;
  }
}

/*=======================================
faq
=======================================*/
.faq-section {
  max-width: 1100px;
  margin: 40px auto 132px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* タイトル部分 */
.faq-master-title {
  background-color: #1a472a;
  color: #fff;
  text-align: center;
  padding: 21px 20px 22px;
  font-size: 30px;
  border-radius: 20px 20px 0 0;
  font-weight: 500;
}

.faq-container {
  padding: 20px 20px 60px;
  background: #fff;
}

/* 各質問の枠 */
.faq-item {
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  max-width: 832px;
}

/* 質問エリア */
.faq-question {
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

.q-icon {
  color: #d68500; /* オレンジ */
  font-weight: bold;
  font-size: 1.4rem;
  width: 25px;
}

.q-text {
  font-weight: 500;
  flex: 1;
}

/* 矢印（CSSで作成） */
.faq-arrow {
  transform: rotate(45deg); /* 下向き */
  transition: transform 0.3s;
}

/* アクティブ時（開いている時）の矢印 */
.faq-item .faq-question.is-active .faq-arrow {
  transform: rotate(-135deg); /* 上向き */
}

/* 回答エリア（初期は非表示） */
.faq-answer {
  display: none;
  margin: 0;
  padding-bottom: 25px;
}

.a-inner {
  display: flex;
}

.a-icon {
  color: #1a472a;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 20px;
  width: 25px;
}

.a-text {
  flex: 1;
  line-height: 1.8;
  color: #333;
}
/*pc*/
@media all and (min-width:769px) {
  .q-icon {
    margin-right: 20px;
  }
  .faq-arrow {
    width: 15px;
    height: 15px;
    border-right: 2px solid #1a472a;
    border-bottom: 2px solid #1a472a;
    margin-right: 10px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  .faq-master-title {
    padding: 16px 20px 16px;
    font-size: 21px;
    border-radius: 20px 20px 0 0;
  }
  .faq-section {
    padding: 0 20px;
    margin: 40px auto 50px;
  }
  .q-icon {
    margin-right: 5px;
  }
  .faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #1a472a;
    border-bottom: 2px solid #1a472a;
    margin-right: 5px;
    margin-left: 10px;
  }
  .faq-container {
    padding: 0px 20px 30px;
  }
}

/*=======================================
address
=======================================*/
#address{
  background-color: #fff;
  padding: 64px 20px 65px;
}
#address .flex-wrap{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

#address .flex-wrap .address-wrap .logo-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: end;
  height: auto;
}
#address .flex-wrap .address-wrap .kyokabangou{
  font-size: 14px;
  border: 1px solid #B8B8B8;
  display: inline-block;
  padding: 3px 13px 3px;
  margin: 19px 0 23px;
}
#address .flex-wrap .address-wrap .text{
  line-height: 1.8;
}
/*pc*/
@media all and (min-width:769px) {
  #address .flex-wrap img{
    max-width: 582px;
    width: 53%;
  }
  #address .flex-wrap .address-wrap{
    max-width: 424px;
    width: 48%;
  }
  #address .flex-wrap .address-wrap .logo-wrap img.hd-logo{
    max-width: 237px;
    width: 56%;
    margin-right: 20px;
  }
  #address .flex-wrap .address-wrap .logo-wrap img.isms{
    max-width: 101px;
  }
}
/*sp*/
@media all and (max-width:768px) {
  #address{
    padding: 40px 20px 65px;
  }
  #address .flex-wrap{
    flex-wrap: wrap;
  }
  #address .flex-wrap img{
    width: 100%;
  }
  #address .flex-wrap .address-wrap{
    width: 100%;
  }
  #address .flex-wrap .address-wrap .logo-wrap{
    margin: 15px 0 0;
  }
  #address .flex-wrap .address-wrap .logo-wrap img.hd-logo{
    width: 137px;
    margin-right: 15px;
  }
  #address .flex-wrap .address-wrap .logo-wrap img.isms{
    max-width: 74px;
  }
  #address .flex-wrap .address-wrap .kyokabangou{
    font-size: 12px;
  }
}
/*=======================================
footer
=======================================*/
footer{}
footer p{
  text-align: center;
  color: #1C542B;
  padding: 14px 20px 14px;
  font-size: 14px;
}
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}

/*=======================================
common
=======================================*/
/*media
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}

/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}

/*=======================================
common
=======================================*/
/*media
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}

/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}

/*=======================================
common
=======================================*/
/*media
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}

/*=======================================
header
=======================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
/*=======================================
header
=======================================*/
/*header
_______________________________________*/


/*pc*/
@media all and (min-width:769px) {}
/*sp*/
@media all and (max-width:768px) {}
