@charset "utf-8";

/*==============================================

	service

==============================================*/
.sec {
  background-color: #EF9801;
  padding: 70px 100px;
  max-width: 1000px;
  margin: 0 auto 70px;
  border-radius: 100px 0 100px 0;
}
.sec .heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec .heading .num {
  font-size: 2.2rem;
  color: #fff;
  margin-right: 13px;
}
.sec .heading h2 {
  font-size: 3.5rem;
  letter-spacing: 3px;
}
.sec .heading h2 span {
  font-size: 1.9rem;
  margin-left: 15px;
}
.sec .box {
  padding-left: 200px;
  margin-top: 40px;
}
.sec .box h3 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.sec .box .btns {
  margin-top: 40px;
}
.sec .box .text {
  font-size: 1.5rem;
  line-height: 3.3rem;
}
.sec .box .btn_black {
  margin-bottom: 10px;
}
.sec .box .btn_black a {
  width: 100%;
  border-radius: 0;
}
.sec .box .btn_black.white a {
  background-color: #fff;
  color: #000000;
  border: 1px solid;
}
.sec .box .btn_black a:after {
  content: '→';
  transform: rotate(-45deg);
}
.sec_wrap {
  margin-bottom: 150px;
}
.sec_wrap > .sec:nth-of-type(2n){
  background-color: #CEC7B6;
}
@media screen and (max-width: 736px) {

  .sec {
  padding: 0;
  background-color: unset;
  margin-bottom: 60px;
  }
  .sec .heading {
  padding-left: 50px;
  margin-bottom: 20px;
  align-items: flex-start;
  padding-right: 20px;
  }
  .sec .heading .num {
  color: #EF9800;
  margin-top: 2px;
  }
  .sec .heading h2 {
  font-size: 2.5rem;
  }
  .sec .heading h2 span {
  display: block;
  margin-left: 0;
  font-size: 1.2rem;
  margin-top: 5px;
  }
  .sec .box {
  padding-left: 50px;
  padding-right: 20px;
  margin-top: 25px;
  }
  .sec .box h3 {
  font-size: 2rem;
  margin-bottom: 5px;
  }
  
  .sec .box .btns {
  }
  .sec .box .text {
  font-size: 1.3rem;
  text-align: left;
  line-height: 3rem;
  }
  .sec .box .btn_black {
  }
  .sec .box .btn_black a {
  }
  .sec .box .btn_black.white a {
  }
  .sec .box .btn_black a:after {
  right: 4px;
  top: 8px;
  }
  .sec_wrap {
  margin-bottom: 60px;
  }
  .sec_wrap > .sec:nth-of-type(2n){
    background-color: transparent;
  }
}