@charset "UTF-8";
/* ============================================================================================== */
/* 全体                                                                                           */
/* ===============================================================================================*/
body {
  background: #ffffff;
}

.cd_sp_only {
  display: none !important;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  font-weight: inherit;
}
#main ol li {
  text-indent: 0;
  padding-left: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cd_pc_only {
    display: none !important;
  }
  .cd_sp_only {
    display: block !important;
  }
  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
  article img {
    max-width: none !important;
  }
}
/* ============================================================================================== */
/* HEADLINE                                                                                       */
/* ===============================================================================================*/
#headline {
  height: 516px;
  background-image: url("../../images/teams-app/headline_bg.png");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
#headline .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#headline .inner .title {
  line-height: 0;
  position: absolute;
  left: 0;
  top: 65px;
}
#headline .inner .service_image_illust {
  line-height: 0;
  position: absolute;
  right: 0;
  top: 40px;
}

@media screen and (max-width: 768px) {
  #headline {
    height: 147.3333333333vw;
    background-image: url("../../images/teams-app/headline_bg_sp.png");
  }
  #headline .inner {
    width: auto;
  }
  #headline .inner .title {
    width: 100%;
    text-align: center;
    left: 0;
    top: 9.6vw;
  }
  #headline .inner .title img {
    width: 73.0666666667vw !important;
    height: auto !important;
  }
  #headline .inner .service_image_illust {
    right: auto;
    left: 6.6666666667vw;
    top: 68.5333333333vw;
  }
  #headline .inner .service_image_illust img {
    width: 86.6666666667vw !important;
    height: auto !important;
  }
}
/* ============================================================================================== */
/* SUMMARY                                                                                        */
/* ===============================================================================================*/
#summary {
  padding: 43px 0 40px;
  background: #7fbe41;
}
#summary .inner {
  width: 1000px;
  margin: 0 auto;
}
#summary .inner .scene_list {
  padding-left: 104px;
}
#summary .inner .scene_list > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 822px;
}
#summary .inner .scene_list > ul > li {
  line-height: 0;
}
#summary .inner .scene_list > ul > li img {
  width: auto !important;
  height: 53px !important;
}
#summary .inner .explain {
  margin-top: 14px;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  #summary {
    padding: 10vw 0 11.3333333333vw;
  }
  #summary .inner {
    width: auto;
  }
  #summary .inner .scene_list {
    padding-left: 0;
  }
  #summary .inner .scene_list > ul {
    display: block;
    width: auto;
  }
  #summary .inner .scene_list > ul > li {
    text-align: center;
  }
  #summary .inner .scene_list > ul > li:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  #summary .inner .scene_list > ul > li img {
    height: 10.5333333333vw !important;
  }
  #summary .inner .explain {
    margin-top: 4.8vw;
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
/* ============================================================================================== */
/* ABOUT                                                                                          */
/* ===============================================================================================*/
#teams_app_about {
  padding: 47px 0 64px;
  background: #4ca74f;
}
#teams_app_about > dl > dt h2 {
  text-align: center;
  line-height: 0;
}
#teams_app_about > dl > dt .catchpharase {
  margin-top: 30px;
  text-align: center;
  color: #ffff64;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
#teams_app_about > dl > dt .explain {
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#teams_app_about > dl > dt .preview {
  margin-top: 25px;
  text-align: center;
  line-height: 0;
}
#teams_app_about > dl > dd {
  margin-top: 30px;
}
#teams_app_about > dl > dd .qa {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#teams_app_about > dl > dd .qa dl.item > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 433px;
  height: 56px;
  margin: 0 auto;
  background: #5b5f9a;
  border-radius: 25px;
  text-align: center;
  position: relative;
}
#teams_app_about > dl > dd .qa dl.item > dt::after {
  content: "";
  border-top: 12.7px solid #5b5f9a;
  border-left: 7.1px solid transparent;
  border-right: 7.1px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 100%;
}
#teams_app_about > dl > dd .qa dl.item > dt h3 {
  display: inline-block;
  height: 39px;
  padding-left: 49px;
  background-image: url("../../images/teams-app/teams_app_about_howto_icon.svg");
  background-position: left top;
  background-size: 39px auto;
  background-repeat: no-repeat;
  text-align: left;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#teams_app_about > dl > dd .qa dl.item > dd {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
#teams_app_about > dl > dd .qa dl.item > dd span.space {
  padding: 0 0.2em;
}
#teams_app_about > dl > dd .qa dl.item.num01 {
  width: 433px;
}
#teams_app_about > dl > dd .qa dl.item.num01 > dd {
  margin-top: 18px;
  padding-right: 4px;
}
#teams_app_about > dl > dd .qa dl.item.num02 {
  width: 433px;
  margin-left: 55px;
}
#teams_app_about > dl > dd .qa dl.item.num02 > dd {
  margin-top: 18px;
}
#teams_app_about > dl > dd .qa dl.item.num03 {
  width: 948px;
  margin: 43px auto 0;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd {
  margin-top: 20px;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 947px;
  margin: 0 auto;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item {
  position: relative;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item::before {
  display: none !important;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:nth-child(1) {
  width: 291px;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:nth-child(2) {
  width: 279px;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:nth-child(3) {
  width: 314px;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item::after {
  content: "";
  width: 9px;
  height: 20px;
  background-image: url("../../images/teams-app/teams_app_about_howto_arrow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% + 12px);
  top: 69px;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:last-child::after {
  display: none;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item .image {
  line-height: 0;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item .image img {
  width: 100% !important;
  height: auto !important;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item .explain {
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
#teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item .explain span.space {
  padding: 0 0.2em;
}
#teams_app_about > dl > dd dl.movie {
  margin-top: 56px;
}
#teams_app_about > dl > dd dl.movie > dt {
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
#teams_app_about > dl > dd dl.movie > dd {
  margin-top: 15px;
  text-align: center;
}
#teams_app_about > dl > dd dl.movie > dd iframe {
  width: 600px !important;
  height: 337.5px !important;
}

@media screen and (max-width: 768px) {
  #teams_app_about {
    padding: 11.4666666667vw 0 10.6666666667vw;
  }
  #teams_app_about > dl > dt h2 img {
    width: 80.4vw !important;
    height: auto !important;
  }
  #teams_app_about > dl > dt .catchpharase {
    margin-top: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 8.8vw;
  }
  #teams_app_about > dl > dt .explain {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  #teams_app_about > dl > dt .preview {
    margin-top: 7.7333333333vw;
  }
  #teams_app_about > dl > dt .preview img {
    width: 93.3333333333vw !important;
    height: auto !important;
  }
  #teams_app_about > dl > dd {
    margin-top: 4.8vw;
  }
  #teams_app_about > dl > dd .qa {
    display: block;
  }
  #teams_app_about > dl > dd .qa dl.item > dt {
    width: 86.5333333333vw;
    height: 11.2vw;
    margin: 0 auto;
    border-radius: 4.9466666667vw;
  }
  #teams_app_about > dl > dd .qa dl.item > dt::after {
    border-top: 2.5333333333vw solid #5b5f9a;
    border-left: 1.4133333333vw solid transparent;
    border-right: 1.4133333333vw solid transparent;
  }
  #teams_app_about > dl > dd .qa dl.item > dt h3 {
    height: 7.7333333333vw;
    padding-left: 9.8666666667vw;
    background-size: 7.7333333333vw auto;
    font-size: 4.8vw;
  }
  #teams_app_about > dl > dd .qa dl.item > dd {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num01 {
    width: 86.5333333333vw;
    margin: 0 auto;
  }
  #teams_app_about > dl > dd .qa dl.item.num01 > dd {
    margin-top: 3.6vw;
    padding-right: 0.8vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num02 {
    width: 86.5333333333vw;
    margin: 6.6666666667vw auto 0;
  }
  #teams_app_about > dl > dd .qa dl.item.num02 > dd {
    margin-top: 3.6vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 {
    width: auto;
    margin: 6.1333333333vw auto 0;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd {
    margin-top: 5.3333333333vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto {
    display: block;
    width: auto;
    padding-bottom: 7.7333333333vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item {
    margin: 0 3.7333333333vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:nth-child(1) {
    width: 63.7333333333vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:nth-child(2) {
    width: 61.1051546392vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item:nth-child(3) {
    width: 68.7706758305vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item::after {
    width: 2.0133333333vw;
    height: 4.4266666667vw;
    left: calc(100% + 2.8vw);
    top: 15.2vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item .explain {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto li.howto_item .explain span.space {
    padding: 0 0.2em;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto .slick-dots {
    line-height: 0;
    bottom: 0;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto .slick-dots li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.3333333333vw;
    background: #359c38;
    border-radius: 2.4vw;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto .slick-dots li::before {
    display: none;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto .slick-dots li.slick-active, #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto .slick-dots li:hover {
    background: #ffffff;
  }
  #teams_app_about > dl > dd .qa dl.item.num03 > dd ol.howto .slick-dots li button {
    display: none;
  }
  #teams_app_about > dl > dd dl.movie {
    margin-top: 8vw;
  }
  #teams_app_about > dl > dd dl.movie > dt {
    font-size: 4.8vw;
    line-height: 1;
  }
  #teams_app_about > dl > dd dl.movie > dd {
    margin-top: 3.3333333333vw;
  }
  #teams_app_about > dl > dd dl.movie > dd iframe {
    width: 100vw !important;
    height: 52.5vw !important;
  }
}
/* ============================================================================================== */
/* CASE                                                                                           */
/* ===============================================================================================*/
#teams_app_case {
  padding: 60px 0 22px;
}
#teams_app_case > dl > dt h2 {
  text-align: center;
  line-height: 0;
}
#teams_app_case > dl > dt .explain {
  margin-top: 30px;
  text-align: center;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
#teams_app_case > dl > dd {
  margin-top: 38px;
}
#teams_app_case > dl > dd .category_block#teams_app_case___office {
  margin-top: 47px;
}
#teams_app_case > dl > dd .category_block > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1000px;
  height: 51px;
  margin: 0 auto;
  border-top: 1px solid #cbd859;
  border-bottom: 1px solid #cbd859;
  color: #cbd859;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 40px;
  gap: 0 60px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.menu > li i {
  display: inline-block;
  color: #359c38;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.menu > li i:hover {
  text-decoration: none;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.menu > li.active i::after {
  content: "";
  width: 16px;
  height: 9px;
  background-image: url("../../images/teams-app/teams_app_case_menu_current_icon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-prev, #teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-next {
  content: "";
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: none;
  opacity: 1;
  top: 87px;
  z-index: 200;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-prev::before, #teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-next::before {
  display: none;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-prev {
  background-image: url("../../images/teams-app/lcmd_arrow_left.png");
  left: 20px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-next {
  background-image: url("../../images/teams-app/lcmd_arrow_right.png");
  right: 20px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider .slick-dots {
  line-height: 0;
  bottom: 0;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6.5px;
  background: #d5ead6;
  border-radius: 12px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider .slick-dots li.slick-active, #teams_app_case > dl > dd .category_block > dl > dd ul.slider .slick-dots li:hover {
  background: #359c38;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider .slick-dots li button {
  display: none;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item {
  width: 800px;
  margin: 0 25px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt {
  display: -webkit-flex;
  display: flex;
  background: #e5ebac;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .image {
  width: 400px;
  height: 220px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .text {
  box-sizing: border-box;
  width: 400px;
  height: 220px;
  padding: 35px 0 0 32px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .text h4 {
  color: #359c38;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .text p {
  width: 335px;
  margin-top: 14px;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "palt";
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dd {
  margin-top: 21px;
  color: #424242;
  font-size: 16px;
  line-height: 26px;
}
#teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dd span.space {
  padding: 0 0.2em;
}
#teams_app_case > dl > dd .footer {
  margin-top: 42px;
}
#teams_app_case > dl > dd .footer > p {
  text-align: center;
  line-height: 0;
}
#teams_app_case > dl > dd .footer > ul.annotation {
  width: 1000px;
  margin: 17px auto 0;
}
#teams_app_case > dl > dd .footer > ul.annotation li {
  padding-left: 1em;
  text-indent: -1em;
  color: #424242;
  font-size: 14px;
  line-height: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
#teams_app_case > dl > dd .footer > ul.annotation li i {
  font-style: normal;
  font-feature-settings: normal;
}

@media screen and (max-width: 768px) {
  #teams_app_case {
    padding: 10.6666666667vw 0 4vw;
  }
  #teams_app_case > dl > dt h2 img {
    width: 61.0666666667vw !important;
    height: auto !important;
  }
  #teams_app_case > dl > dt .explain {
    margin-top: 5.0666666667vw;
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
  #teams_app_case > dl > dd {
    margin-top: 5.8666666667vw;
  }
  #teams_app_case > dl > dd .category_block#teams_app_case___front_line_worker > dl > dd ul.menu > li:nth-child(4) {
    margin-left: 16.9333333333vw;
  }
  #teams_app_case > dl > dd .category_block#teams_app_case___front_line_worker > dl > dd ul.menu > li:nth-child(5) {
    margin-right: 18.2666666667vw;
  }
  #teams_app_case > dl > dd .category_block#teams_app_case___office {
    margin-top: 10.6666666667vw;
  }
  #teams_app_case > dl > dd .category_block#teams_app_case___office > dl > dd ul.menu > li:nth-child(4) {
    margin-left: 24.6666666667vw;
  }
  #teams_app_case > dl > dd .category_block#teams_app_case___office > dl > dd ul.menu > li:nth-child(5) {
    margin-right: 24.6666666667vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dt {
    width: 93.3333333333vw;
    height: 10.1333333333vw;
    margin: 0 auto;
    border-top: 0.2vw solid #cbd859;
    border-bottom: 0.2vw solid #cbd859;
    font-size: 5.2vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.menu {
    width: 93.3333333333vw;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5.3333333333vw 0 6.6666666667vw;
    gap: 5.3333333333vw 0;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.menu > li i {
    font-size: 4vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.menu > li i:hover {
    text-decoration: underline;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.menu > li.active i::after {
    width: 3.2266666667vw;
    height: 1.8133333333vw;
    top: calc(100% + 1.6vw);
    left: 50%;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider {
    width: auto;
    padding-bottom: 8vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-prev, #teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-next {
    width: 8vw;
    height: 8vw;
    top: 40vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-prev {
    left: 0.6666666667vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider button.slick-next {
    right: 0.6666666667vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider .slick-dots li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.3333333333vw;
    border-radius: 2.4vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item {
    width: 80vw;
    margin: 0 3.3333333333vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt {
    display: block;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .image {
    width: 80vw;
    height: 44vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .text {
    width: 80vw;
    height: 44vw;
    padding: 6.9333333333vw 0 0 6.6666666667vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .text h4 {
    font-size: 5.6vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dt .text p {
    width: 66.9333333333vw;
    margin-top: 4.2666666667vw;
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.4vw;
    line-height: 6.4vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dd {
    margin-top: 3.6vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #teams_app_case > dl > dd .category_block > dl > dd ul.slider li.item > section > dl > dd span.space {
    padding: 0 0.2em;
  }
  #teams_app_case > dl > dd .footer {
    margin-top: 9.6vw;
  }
  #teams_app_case > dl > dd .footer > p img {
    width: 93.3333333333vw !important;
    height: auto !important;
  }
  #teams_app_case > dl > dd .footer > ul.annotation {
    width: 93.3333333333vw;
    margin: 11.0666666667vw auto 0;
  }
  #teams_app_case > dl > dd .footer > ul.annotation li {
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    font-feature-settings: normal;
  }
}
/* ============================================================================================== */
/* CONSULT                                                                                        */
/* ===============================================================================================*/
#teams_app_consult {
  padding: 46px 0 43px;
  background: #f3f5e7;
}
#teams_app_consult .inner .headline {
  text-align: center;
}
#teams_app_consult .inner .headline h2 {
  color: #4ca74f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#teams_app_consult .inner .content {
  margin-top: 18px;
}
#teams_app_consult .inner .content a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 289px;
  height: 75px;
  margin: 0 auto;
  background: #4ca74f;
  border-radius: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #teams_app_consult {
    padding: 6.6666666667vw 0;
  }
  #teams_app_consult .inner .headline {
    text-align: center;
  }
  #teams_app_consult .inner .headline h2 {
    font-size: 5.3333333333vw;
    letter-spacing: -0.04em;
  }
  #teams_app_consult .inner .content {
    margin-top: 3.7333333333vw;
  }
  #teams_app_consult .inner .content a {
    width: 57.8vw;
    height: 15vw;
    border-radius: 7vw;
    font-size: 3.7333333333vw;
  }
}

/*# sourceMappingURL=index.css.map */
