@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* recruitColor */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
/* other */
#mv {
  position: relative;
}
#mv .mvImg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#mv .mvImg img {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mvCatch.loaded .mvCatchEn, #mv .mvCatch.loaded .mvCatchJp, #mv .mvCatch.loaded .mvCatchText {
  opacity: 1;
}
#mv .mvCatch .mvCatchEn {
  opacity: 0;
  transition: all 2s;
  transition-delay: 1s;
}
#mv .mvCatch .mvCatchJp {
  transition: all 2s;
  transition-delay: 1.3s;
  opacity: 0;
}
#mv .mvCatch .mvCatchText {
  transition: all 2s;
  transition-delay: 2s;
  opacity: 0;
}

.btn {
  border: 2px solid #ec661b;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  display: block;
  font-weight: 500;
}

#topics {
  box-shadow: 0px 0px 15px -5px rgba(105, 103, 103, 0.2);
  position: relative;
  z-index: 2;
}

.tab-btn {
  display: none;
}

.tab-list-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
.tab-list-wrap li {
  width: 33.3333333333%;
}

.tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  color: #adacac;
  font-weight: bold;
  background-color: #fff;
}
.tab-list:before {
  content: "";
  background: url(../images/common/tab_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3 {
  color: #fff;
  background: rgb(242, 142, 38);
  background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1:before,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2:before,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3:before {
  opacity: 1;
}

.tab-content {
  display: none;
}
.tab-content figure {
  text-align: center;
}

#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3 {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topicsList > div dt .ymd {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.topicsList > div dt .cat {
  display: inline-block;
  color: #ec661b;
  border: 1px solid #ec661b;
  text-align: center;
  line-height: 1;
}
.topicsList > div dd {
  line-height: 1.5;
}

#partner .partnerInner figure {
  margin: 0;
}
#partner .partnerInner .textWrap .h2en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ec661b;
  background: -webkit-linear-gradient(0deg, #fd644f, #f28e26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
#partner .partnerInner .textWrap h2 {
  font-weight: bold;
  line-height: 1.5;
}
#partner .partnerInner .textWrap .btnWrap .btn {
  display: inline-block;
}

#about .aboutInner figure {
  margin: 0;
  text-align: right;
}
#about .aboutInner .textWrap .h2en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ec661b;
  background: -webkit-linear-gradient(0deg, #fd644f, #f28e26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
#about .aboutInner .textWrap h2 {
  font-weight: bold;
  line-height: 1.5;
}
#about .aboutInner .textWrap .btnWrap .btn {
  display: inline-block;
}

#recruit .textWrap .h2en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ec661b;
  background: -webkit-linear-gradient(0deg, #fd644f, #f28e26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
#recruit .textWrap h2 {
  font-weight: bold;
  line-height: 1.5;
}
#recruit .textWrap .btnWrap .btn {
  display: inline-block;
  background-color: transparent;
}

#service .heading {
  text-align: center;
}
#service .h2en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ec661b;
  background: -webkit-linear-gradient(0deg, #fd644f, #f28e26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
#service h2 {
  font-weight: bold;
  line-height: 1.5;
}
#service .serviceList li {
  background-color: #f4f0e9;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
#service .serviceList li a {
  width: 100%;
  height: 100%;
}
#service .serviceList li figure {
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
}
#service .serviceList li .title {
  font-weight: bold;
}
#service .serviceList li .title span {
  display: inline-block;
}
#service .btnWrap .btn {
  display: inline-block;
  background-color: transparent;
}

@media screen and (max-width: 1023px) {
  #mv {
    width: 100%;
    height: 503px;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  #mv:before {
    content: "";
    display: inline-block;
    background: url(../images/home/mv_lt_sp.png) no-repeat;
    background-size: cover;
    width: 313.5px;
    height: 143.5px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .mvImg img {
    height: 503px;
  }
  #mv .mvCatch {
    padding-top: 88px;
  }
  #mv .mvCatch .mvCatchEn img {
    max-width: 143.5px;
  }
  #mv .mvCatch .mvCatchJp {
    margin-top: 15px;
  }
  #mv .mvCatch .mvCatchJp img {
    width: 100%;
    max-width: 360px;
  }
  #mv .mvCatch .mvCatchText {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .btn {
    padding: 15px 50px 15px 30px;
    text-align: center;
    font-size: 16px;
  }
  .btn span {
    position: relative;
    z-index: 2;
  }
  .btn:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: rgb(242, 142, 38);
    background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
    position: absolute;
    right: 15px;
    top: calc(50% - 14px);
    border-radius: 50%;
  }
  .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/btn_arrow.png) no-repeat;
    width: 17px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
  }
  #topics {
    margin: 0 20px;
    margin-top: -25px;
    border-radius: 5px;
    overflow: hidden;
  }
  .tab-list-wrap li + li {
    position: relative;
  }
  .tab-list-wrap li + li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 66%;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 22%;
  }
  .tab-list {
    height: 70px;
    font-size: 16px;
    padding: 0 7px;
  }
  .tab-list:before {
    width: 12px;
    height: 6px;
    left: calc(50% - 6px);
    bottom: -6px;
  }
  .tab-content-wrap {
    background-color: #fff;
    padding: 30px 20px 115px;
    position: relative;
  }
  .topicsTitle {
    text-align: center;
  }
  .topicsTitle .enTitle {
    color: #ec661b;
    font-size: 15px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .topicsTitle h2 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    line-height: 1;
  }
  .topicsTitle .btnWrap {
    position: absolute;
    bottom: 30px;
    left: 38px;
    width: calc(100% - 76px);
  }
  .tab-content {
    padding: 15px 0 0;
  }
  .tab-content p {
    font-size: 13px;
    margin-top: 20px;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .topicsList > div {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .topicsList > div dt {
    display: flex;
    align-items: center;
  }
  .topicsList > div dt .ymd {
    font-size: 16px;
  }
  .topicsList > div dt .cat {
    font-size: 12px;
    padding: 5px 10px;
    min-width: 130px;
    margin-left: 10px;
  }
  .topicsList > div dd {
    margin-top: 10px;
  }
  .contWrap {
    padding-bottom: 60px;
  }
  #partner {
    background-image: url(../images/home/cont_bg_1_sp.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 150px auto;
    padding-top: 20px;
    margin-top: -60px;
  }
  #partner .partnerInner figure {
    width: 75%;
  }
  #partner .partnerInner .textWrap {
    padding: 0 20px;
    margin-top: 30px;
    position: relative;
  }
  #partner .partnerInner .textWrap:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: rgb(73, 164, 52);
    background: linear-gradient(270deg, rgb(47, 179, 131) 0%, rgb(73, 162, 52) 100%);
    position: absolute;
    top: -70px;
    right: 60px;
    border-radius: 50%;
  }
  #partner .partnerInner .textWrap .h2en {
    font-size: 22px;
    padding-left: 25px;
  }
  #partner .partnerInner .textWrap .h2en:before {
    content: "";
    display: inline-block;
    background: url(../images/common/midashi_kazari_sp.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 19px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #partner .partnerInner .textWrap h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  #partner .partnerInner .textWrap .text {
    margin-top: 20px;
  }
  #partner .partnerInner .textWrap .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #partner .partnerInner .textWrap .btnWrap .btn {
    width: 85%;
  }
  #about {
    margin-top: 75px;
  }
  #about .aboutInner figure {
    position: relative;
  }
  #about .aboutInner figure img {
    max-width: 75%;
  }
  #about .aboutInner figure:before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background: rgb(73, 164, 52);
    background: linear-gradient(270deg, rgb(47, 179, 131) 0%, rgb(73, 162, 52) 100%);
    position: absolute;
    top: 15px;
    left: 35px;
    border-radius: 50%;
  }
  #about .aboutInner .textWrap {
    padding: 0 20px;
    position: relative;
  }
  #about .aboutInner .textWrap .h2en {
    font-size: 22px;
    padding-left: 25px;
  }
  #about .aboutInner .textWrap .h2en:before {
    content: "";
    display: inline-block;
    background: url(../images/common/midashi_kazari_sp.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 19px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #about .aboutInner .textWrap h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  #about .aboutInner .textWrap .text {
    margin-top: 20px;
  }
  #about .aboutInner .textWrap .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #about .aboutInner .textWrap .btnWrap .btn {
    width: 85%;
  }
  #recruit .recruitInner figure {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    margin-top: -40px;
  }
  #recruit .recruitInner figure:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgb(242, 142, 38);
    background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
    position: absolute;
    top: 0px;
    right: -15px;
    border-radius: 50%;
  }
  #recruit .textWrap {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -5px rgba(105, 103, 103, 0.2);
    position: relative;
    z-index: 2;
    margin: -65px 20px 0;
    padding: 40px 20px;
    text-align: center;
  }
  #recruit .textWrap .h2en {
    font-size: 18px;
  }
  #recruit .textWrap h2 {
    font-size: 24px;
    margin-top: 5px;
  }
  #recruit .textWrap .text {
    margin-top: 20px;
    text-align: left;
  }
  #recruit .textWrap .btnWrap {
    text-align: center;
    margin-top: 30px;
  }
  #recruit .textWrap .btnWrap .btn {
    width: 85%;
  }
  #service {
    padding: 0 0 65px;
  }
  #service .h2en {
    font-size: 18px;
  }
  #service h2 {
    font-size: 24px;
    margin-top: 5px;
  }
  #service h2 + p {
    margin-top: 10px;
    text-align: left;
  }
  #service .serviceList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
  #service .serviceList li {
    width: calc(50% - 5px);
  }
  #service .serviceList li a {
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 15px;
  }
  #service .serviceList li figure {
    width: 30px;
  }
  #service .serviceList li .title {
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 30px);
    line-height: 1.3;
  }
  #service .btnWrap {
    text-align: center;
    margin-top: 40px;
  }
  #service .btnWrap .btn {
    width: 85%;
  }
}
@media print, screen and (min-width: 1023px) {
  #mv {
    width: 100%;
    height: 850px;
    display: flex;
    align-items: center;
  }
  #mv:before {
    content: "";
    display: inline-block;
    background: url(../images/home/mv_lt_pc.webp) no-repeat;
    background-size: cover;
    width: 738px;
    height: 374px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv:after {
    content: "";
    display: inline-block;
    background: url(../images/home/mv_rb_pc.webp) no-repeat;
    background-size: cover;
    width: 455px;
    height: 270px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mv .mvImg img {
    height: 850px;
  }
  #mv .mvCatch {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 50px;
  }
  #mv .mvCatch .mvCatchJp {
    margin-top: 30px;
  }
  #mv .mvCatch .mvCatchText {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .btn {
    padding: 20px 60px 20px 35px;
    overflow: hidden;
    transition: 0.4s;
  }
  .btn span {
    position: relative;
    z-index: 2;
  }
  .btn:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: rgb(242, 142, 38);
    background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
    position: absolute;
    right: 20px;
    top: calc(50% - 14px);
    border-radius: 50%;
    transition: 0.4s;
  }
  .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/btn_arrow.png) no-repeat;
    width: 17px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 25px;
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover:before {
    transform: scale(20);
  }
  #topics {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -40px;
  }
  .tab-list-wrap li + li {
    position: relative;
  }
  .tab-list-wrap li + li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40%;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 30%;
  }
  .tab-list {
    font-size: 18px;
    height: 80px;
    transition: color 0.3s;
  }
  .tab-list:hover {
    color: #ec661b;
  }
  .tab-list:before {
    width: 25px;
    height: 13px;
    left: calc(50% - 12.5px);
    bottom: -13px;
  }
  .tab-content-wrap {
    display: flex;
    padding: 25px 60px;
    background-color: #fff;
  }
  .topicsTitle {
    width: 180px;
    padding-top: 50px;
  }
  .topicsTitle .enTitle {
    color: #ec661b;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .topicsTitle h2 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 15px;
    line-height: 1;
  }
  .topicsTitle .btnWrap {
    margin-top: 40px;
  }
  .topicsTitle .btnWrap .btn {
    font-size: 14px;
    padding: 10px 60px 10px 20px;
  }
  .topicsTitle .btnWrap .btn:before {
    right: 10px;
  }
  .topicsTitle .btnWrap .btn:after {
    right: 15px;
  }
  .tab-content {
    width: calc(100% - 180px);
    padding-left: 40px;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .topicsList > div {
    padding: 30px 0 30px 25px;
    display: flex;
  }
  .topicsList > div + div {
    border-top: 1px solid #e0e0e0;
  }
  .topicsList > div dt {
    display: flex;
    align-items: center;
  }
  .topicsList > div dt .ymd {
    width: 82px;
  }
  .topicsList > div dt .cat {
    font-size: 14px;
    padding: 5px 10px;
    width: 150px;
    margin-left: 25px;
  }
  .topicsList > div dd {
    width: calc(100% - 257px);
    padding-left: 30px;
  }
  .topicsList > div dd a:hover {
    color: #ec661b;
    text-decoration: underline;
  }
  .contWrap {
    background-image: url(../images/home/cont_bg_1_pc.png), url(../images/home/cont_bg_2_pc.png);
    background-image: url(../images/home/cont_bg_1_pc.png);
    background-position: right top 160px, left bottom;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 90px;
  }
  #partner .partnerInner {
    display: flex;
    align-items: center;
  }
  #partner .partnerInner figure {
    width: 50%;
    margin-top: -50px;
  }
  #partner .partnerInner .textWrap {
    width: 50%;
    padding-left: 80px;
    padding-right: 20px;
    max-width: 620px;
    position: relative;
  }
  #partner .partnerInner .textWrap:before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
    background: rgb(73, 164, 52);
    background: linear-gradient(270deg, rgb(47, 179, 131) 0%, rgb(73, 162, 52) 100%);
    position: absolute;
    top: -40px;
    right: 20%;
    border-radius: 50%;
  }
  #partner .partnerInner .textWrap .h2en {
    font-size: 22px;
    padding-left: 35px;
  }
  #partner .partnerInner .textWrap .h2en:before {
    content: "";
    display: inline-block;
    background: url(../images/common/midashi_kazari.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 28px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  #partner .partnerInner .textWrap h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  #partner .partnerInner .textWrap .text {
    margin-top: 30px;
  }
  #partner .partnerInner .textWrap .btnWrap {
    margin-top: 40px;
  }
  #about .aboutInner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  #about .aboutInner figure {
    width: 50%;
    margin-top: -60px;
  }
  #about .aboutInner .textWrap {
    width: 50%;
    padding-left: 20px;
    max-width: 620px;
    position: relative;
  }
  #about .aboutInner .textWrap:before {
    content: "";
    display: inline-block;
    width: 85px;
    height: 85px;
    background: rgb(73, 164, 52);
    background: linear-gradient(270deg, rgb(47, 179, 131) 0%, rgb(73, 162, 52) 100%);
    position: absolute;
    top: -150px;
    left: 60%;
    border-radius: 50%;
  }
  #about .aboutInner .textWrap .h2en {
    font-size: 22px;
    padding-left: 35px;
  }
  #about .aboutInner .textWrap .h2en:before {
    content: "";
    display: inline-block;
    background: url(../images/common/midashi_kazari.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 28px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  #about .aboutInner .textWrap h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  #about .aboutInner .textWrap .text {
    margin-top: 30px;
    max-width: 440px;
  }
  #about .aboutInner .textWrap .btnWrap {
    margin-top: 40px;
  }
  #about .aboutInner .textWrap .btnWrap .btn {
    min-width: 275px;
  }
  #recruit {
    padding: 60px 0;
    background: url(../images/home/recruit.png) no-repeat center/cover;
  }
  #recruit .recruitInner {
    max-width: 1220px;
    width: 90%;
    margin: 0 auto;
  }
  #recruit .textWrap {
    background-color: rgba(255, 255, 255, 0.93);
    width: 50%;
    margin: 0 0 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 40px 60px;
  }
  #recruit .textWrap:before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    background: rgb(242, 142, 38);
    background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
    position: absolute;
    top: -30px;
    right: -30px;
    border-radius: 50%;
  }
  #recruit .textWrap .h2en {
    font-size: 22px;
  }
  #recruit .textWrap h2 {
    font-size: 32px;
    margin-top: 5px;
  }
  #recruit .textWrap .text {
    margin-top: 30px;
    max-width: 440px;
  }
  #recruit .textWrap .btnWrap {
    margin-top: 35px;
  }
  #recruit .textWrap .btnWrap .btn {
    min-width: 275px;
  }
  #service {
    padding: 0 0 90px;
  }
  #service .h2en {
    font-size: 22px;
  }
  #service h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  #service h2 + p {
    margin-top: 20px;
    line-height: 2;
  }
  #service .serviceList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
  }
  #service .serviceList li {
    width: calc(33.3333333333% - 14px);
  }
  #service .serviceList li a {
    display: flex;
    align-items: center;
    padding: 20px 15px 20px 25px;
    transition: 0.3s;
  }
  #service .serviceList li a:hover {
    opacity: 0.7;
  }
  #service .serviceList li figure {
    width: 50px;
  }
  #service .serviceList li .title {
    font-size: 17px;
    padding-left: 20px;
    width: calc(100% - 50px);
  }
  #service .btnWrap {
    margin-top: 60px;
    text-align: center;
  }
  #service .btnWrap .btn {
    min-width: 275px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/*# sourceMappingURL=map/home.css.map */
