/* ----------------------------------------------------------------------------
SERVICE
---------------------------------------------------------------------------- */
main {
  background: #FEF2E2;
}

.lead_wrap.l_flex {
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (min-width: 1281px) {
  .lead_wrap {
    padding-left: calc((100% - 1200px) / 2);
  }
  .lead_wrap .txt {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lead_wrap {
    padding-left: 20px;
  }
  .lead_wrap .txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .lead_wrap .txt_wrap {
    width: 52%;
  }
  .lead_wrap .img {
    width: 48%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .lead_wrap.l_flex {
    display: block;
  }
  .lead_wrap .txt_wrap {
    padding: 0 15px;
  }
  .lead_wrap h2 {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .lead_wrap .txt {
    margin-top: 30px;
  }
  .lead_wrap .img {
    text-align: center;
  }
}

/* ------------------------------
SEC_PROGRAM
------------------------------ */
#sec_program .service_content {
  position: relative;
}
#sec_program .list_program_detail dt {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border-radius: 10px;
  position: relative;
  line-height: 54px;
  margin-top: 30px;
}
#sec_program .list_program_detail dt.txt_right {
  padding-left: 50px;
}
#sec_program .list_program_detail dd {
  margin-top: 30px;
}
#sec_program .list_program_detail dd em {
  font-weight: bold;
  display: block;
}
#sec_program .list_program_detail dd + dt {
  margin-top: 40px;
}
#sec_program .illu {
  position: absolute;
}
#sec_program .title_s_inner {
  display: inline-block;
  text-align: left;
}
#sec_program .lead_txt {
  margin-top: 30px;
}
#sec_program .img img {
  position: relative;
}
#sec_program .sec_detail_g {
  position: relative;
}
#sec_program .sec_detail_g .title_s {
  color: #86CC3A;
}
#sec_program .sec_detail_g dt {
  background: #86CC3A;
}
#sec_program .sec_detail_g .img {
  position: relative;
}
#sec_program .sec_detail_g .img:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/service/co_bg_01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
}
#sec_program .sec_detail_b {
  position: relative;
}
#sec_program .sec_detail_b .title_s {
  color: #44A0DC;
}
#sec_program .sec_detail_b dt {
  background: #44A0DC;
}
#sec_program .sec_detail_b .img {
  position: relative;
}
#sec_program .sec_detail_b .img:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/service/co_bg_02.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
}
#sec_program .sec_detail_o {
  position: relative;
}
#sec_program .sec_detail_o .title_s {
  color: #FE8A00;
}
#sec_program .sec_detail_o dt {
  background: #FE8A00;
}
#sec_program .sec_detail_o .img {
  position: relative;
}
#sec_program .sec_detail_o .img:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/service/co_bg_03.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
}
#sec_program .txt_ribbon {
  color: #fd8a01;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 10px;
  background: url(../../assets/img/service/co_bg_05.svg) no-repeat center center;
  background-size: contain;
  width: 63px;
  height: 58px;
  line-height: 1.3;
  padding-top: 8px;
}
@media screen and (min-width: 1281px) {
  #sec_program .service_content {
    padding: 100px 60px 200px;
  }
  #sec_program .title_s {
    font-size: 38px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1280px) {
  #sec_program .title_s {
    display: block;
  }
  #sec_program .title_s img {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_program .service_content {
    padding: 100px 30px 170px;
  }
  #sec_program .title_s {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec_program {
    padding: 100px 0 0;
  }
  #sec_program .service_content {
    position: relative;
  }
  #sec_program .illu_01 {
    left: 50%;
    margin-left: -60px;
    top: -70px;
  }
  #sec_program .l_flex {
    justify-content: space-between;
  }
  #sec_program .title_s_wrap {
    text-align: center;
  }
  #sec_program .title_s {
    font-size: 24px;
  }
  #sec_program .title_s span {
    margin-right: 10px;
  }
  #sec_program .sec_detail {
    margin-top: 100px;
  }
  #sec_program .sec_detail .img {
    width: 48%;
    position: relative;
  }
  #sec_program .sec_detail .txt_wrap {
    width: 48%;
  }
  #sec_program .sec_detail_g {
    align-items: flex-end;
  }
  #sec_program .sec_detail_g .img:before {
    top: -20%;
    left: -20%;
    width: 120%;
    height: 100%;
  }
  #sec_program .sec_detail_b {
    align-items: flex-end;
  }
  #sec_program .sec_detail_b .img:before {
    bottom: -40%;
    right: -15%;
    width: 40%;
    height: 100%;
  }
  #sec_program .sec_detail_o {
    align-items: flex-end;
  }
  #sec_program .sec_detail_o .img:before {
    bottom: -40%;
    left: -17%;
    width: 50%;
    height: 100%;
  }
  #sec_program dd em {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #sec_program .illu_02 {
    width: 132px;
    height: 151px;
    position: absolute;
    bottom: 0;
    left: 15%;
  }
  #sec_program .img_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sec_program {
    padding: 100px 0 0;
  }
  #sec_program .service_content {
    padding: 100px 15px 200px;
    position: relative;
  }
  #sec_program .illu_01 {
    width: 74px;
    height: 58px;
    top: -30px;
    left: 50%;
    margin-left: -37px;
  }
  #sec_program .sec_detail {
    margin-top: 50px;
  }
  #sec_program .sec_detail_g .img:before {
    top: -10%;
    right: -13%;
    width: 120%;
    height: 100%;
  }
  #sec_program .sec_detail_g .title_s_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #sec_program .sec_detail_g .title_s_wrap .img {
    width: 65%;
    margin-left: -17%;
    position: relative;
  }
  #sec_program .sec_detail_g .title_s_wrap .title_s_inner {
    text-align: right;
    width: 55%;
  }
  #sec_program .sec_detail_g .title_s_wrap .title_s {
    text-align: right;
  }
  #sec_program .sec_detail_b .img {
    width: 65%;
    margin: 30px 0 0 55%;
    position: relative;
  }
  #sec_program .sec_detail_b .img:before {
    bottom: -38%;
    left: -13%;
    width: 40%;
    height: 100%;
  }
  #sec_program .sec_detail_o {
    margin-top: -10px;
  }
  #sec_program .sec_detail_o .img {
    width: 65%;
    position: absolute;
    top: 105%;
    left: 0;
  }
  #sec_program .sec_detail_o .img:before {
    bottom: -45%;
    left: -18%;
    width: 50%;
    height: 100%;
  }
  #sec_program .l_flex {
    display: block;
  }
  #sec_program .title_s span {
    display: block;
    font-size: 24px;
    margin-top: 5px;
  }
  #sec_program dd em {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #sec_program .illu_02 {
    width: 69px;
    height: 78px;
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
  #sec_program .img_pc {
    display: none;
  }
}

/* ------------------------------
SEC_BRANCH
------------------------------ */
#sec_branch {
  position: relative;
}
#sec_branch .branch_content {
  position: relative;
}
#sec_branch .illu {
  position: absolute;
}
#sec_branch .title_s {
  font-weight: bold;
}
#sec_branch .sec_area {
  padding-bottom: 30px;
  background-image: repeating-linear-gradient(90deg, #44a0dc, #44a0dc 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  margin-top: 30px;
}
#sec_branch .list_area {
  margin-top: 10px;
}
#sec_branch .list_area li + li {
  margin-top: 20px;
}
#sec_branch .btn_map {
  font-size: 16px;
  color: #fff;
  background: #44A0DC;
  width: 116px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  margin-left: 20px;
  transition: 0.3s;
  text-align: center;
}
#sec_branch .btn_map:hover {
  background: #75beed;
}
@media screen and (min-width: 1281px) {
  #sec_branch {
    padding: 200px 0 100px;
  }
  #sec_branch .branch_content {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_branch {
    padding: 200px 0 100px;
  }
  #sec_branch .branch_content {
    padding: 100px 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec_branch {
    position: relative;
    background: url(../../assets/img/service/co_bg_04.svg) no-repeat top center;
    background-size: 100% auto;
  }
  #sec_branch .illu {
    left: 50%;
    margin-left: -60px;
    top: -70px;
  }
  #sec_branch .title_s {
    font-size: 22px;
  }
  #sec_branch .list_area li {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #sec_branch {
    padding: 250px 0 80px;
  }
  #sec_branch .sec_area {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec_branch .branch_content {
    padding: 100px 20px;
  }
  #sec_branch .title_s {
    font-size: 18px;
  }
  #sec_branch .illu {
    width: 74px;
    height: 58px;
    top: -30px;
    left: 50%;
    margin-left: -37px;
  }
  #sec_branch .list_area li span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: self-end;
    flex-wrap: wrap;
  }
  #sec_branch .list_area li span + span {
    margin-top: 5px;
  }
}

.sec_contact_wrap {
  position: relative;
}
.sec_contact_wrap #sec_contact .l_inner_l {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1281px) {
  .sec_contact_wrap {
    padding-top: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_contact_wrap {
    padding-top: 20%;
  }
}
@media screen and (min-width: 768px) {
  .sec_contact_wrap {
    background: url(../../assets/img/service/co_bg_wave_01_pc.svg) top center;
    background-size: cover;
  }
  .sec_contact_wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/index/co_line_02.svg) no-repeat right top;
    background-size: 100%;
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .sec_contact_wrap {
    background: url(../../assets/img/service/co_bg_wave_01_sp.svg) top center;
    background-size: cover;
    padding-top: 0;
  }
  .sec_contact_wrap #sec_contact {
    padding: 55% 0 35%;
  }
  .sec_contact_wrap:before {
    content: "";
    display: block;
    width: 17%;
    height: 20%;
    background: url(../img/index/co_illu_01.svg) no-repeat top center;
    background-size: contain;
    position: absolute;
    z-index: 4;
    top: 6%;
    left: 20px;
  }
  .sec_contact_wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/index/co_line_02.svg) no-repeat right top;
    background-size: 130% auto;
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 3;
  }
}

#sec_slider {
  background: #FFEB3B;
}/*# sourceMappingURL=service.css.map */