@charset "UTF-8";
*:focus {
  outline: none;
}

.g-breadcrumb {
  box-sizing: border-box;
  background: #f7f7fa;
  position: relative;
  z-index: 5;
}

.feature_teams {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",　YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;
  color: #333;
  position: relative;
  background-image: url(/feature/microsoft_teams/assets/img/main_bg.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 1rem;
  padding-bottom: 0;
  line-height: 1.88889;
  overflow: hidden;
}

@media (max-width: 600px) {
  .feature_teams {
    font-size: 0.8125rem;
  }
}

.feature_teams * {
  box-sizing: border-box;
}

.feature_teams img {
  vertical-align: bottom;
}

.feature_teams img, .feature_teams svg {
  max-width: 100%;
}

.feature_teams li {
  list-style: none;
}

.teams_section_inr {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.teams_section {
  padding: 0 3.125vw;
}

@media (max-width: 600px) {
  .teams_section {
    padding: 0 7.03125vw;
  }
}

.teams_tilt_gr {
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  background: rgba(227, 229, 239, 0.3);
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 3;
  position: relative;
}

@media (max-width: 600px) {
  .teams_tilt_gr {
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding-top: 26.79%;
    padding-bottom: 26.79%;
  }
}

.teams_tilt_btn {
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  background: #c3c3ea;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: -120px;
  z-index: 4;
  position: relative;
}

@media (max-width: 600px) {
  .teams_tilt_btn {
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding-top: 21.43%;
    padding-bottom: 21.43%;
    margin-top: -21.43%;
  }
}

.teams_btn_nav {
  display: flex;
  justify-content: space-between;
  width: 80.83%;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .teams_btn_nav {
    width: 83.93%;
    display: block;
  }
}

.teams_btn {
  width: 48.45%;
}

@media (max-width: 600px) {
  .teams_btn {
    width: 100% !important;
  }
}

.teams_btn a {
  transition: all .2s ease-out;
  border-radius: 70px;
  padding: 0;
  display: block;
  position: relative;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: 1.52778vw;
  font-size: min(1.52778vw,22px);
  font-weight: bold;
  padding: 1.7em 0 1em;
  filter: drop-shadow(10px 10px 10px rgba(50, 45, 91, 0.75));
}

.teams_btn a:hover {
  filter: none;
}

@media (max-width: 600px) {
  .teams_btn a {
    border-radius: 50px !important;
    font-size: 4.6875vw !important;
    filter: drop-shadow(3px 3px 3px rgba(50, 45, 91, 0.75));
  }
}

@media (max-width: 600px) {
  .teams_btn a {
    padding: 1.2em 0 .5em;
  }
}

.teams_btn .is-label {
  color: #fde900;
  font-size: 1.11111vw;
  font-size: min(1.11111vw,16px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}

@media (max-width: 600px) {
  .teams_btn .is-label {
    font-size: 3.4375vw !important;
    transform: translate(-50%, 0.5em);
  }
}

.teams_btn .is-ico {
  position: absolute;
  top: 50%;
  right: 1.73611vw;
  display: block;
  transform: translateY(-50%);
}

@media (min-width: 1441px) {
  .teams_btn .is-ico {
    right: 25px;
  }
}

@media (max-width: 600px) {
  .teams_btn .is-ico {
    right: 3.90625vw;
    top: 45%;
  }
}

.teams_btn_help a {
  background: #426dda;
}

.teams_btn_help .is-ico {
  width: 11.9%;
}

@media (max-width: 600px) {
  .teams_btn_help .is-ico {
    width: 7.97%;
  }
}

@media (max-width: 600px) {
  .teams_btn_help {
    margin-bottom: 7.14%;
  }
}

.teams_btn_dl a {
  background: #da3c3c;
}

.teams_btn_dl .is-ico {
  width: 8.87%;
}

@media (max-width: 600px) {
  .teams_btn_dl .is-ico {
    width: 5.94%;
  }
}

.teams_fc {
  color: #00ab8e;
}

.teams_pc {
  display: block;
}

@media (max-width: 600px) {
  .teams_pc {
    display: none;
  }
}

.teams_sp {
  display: none;
}

@media (max-width: 600px) {
  .teams_sp {
    display: block;
  }
}

.teams_hd {
  width: 100%;
  background: url(/feature/microsoft_teams/assets/img/hd/main_bg.svg), url(/feature/microsoft_teams/assets/img/hd/main_bg2_03.png);
  background-repeat: no-repeat;
  background-position: center,center bottom;
  background-size: cover;
  margin-bottom: 4.86111vw;
  position: relative;
  z-index: 4;
}

@media (max-width: 600px) {
  .teams_hd {
    background-image: url(/feature/microsoft_teams/assets/img/hd/main_bg_sp.svg);
    background-size: cover;
    background-position: top center;
    margin-bottom: 9.375vw;
  }
}

.teams_hd img {
  width: 100%;
}

.teams_hd-inr {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 3;
  height: 0;
  padding-top: 41.66667%;
}

@media (min-width: 1201px) {
  .teams_hd-inr {
    padding-top: 500px;
  }
}

@media (max-width: 600px) {
  .teams_hd-inr {
    padding-top: 181.81818%;
  }
}

.teams_hd_title {
  position: absolute;
  width: 59.67%;
  top: 8.2%;
  left: 0%;
}

@media (min-width: 1441px) {
  .teams_hd_title {
    width: 716px;
    top: 41px;
  }
}

@media (max-width: 600px) {
  .teams_hd_title {
    width: 91.27%;
    left: 0;
    top: 33.48%;
  }
}

.teams_hd_lead {
  position: absolute;
  top: 48%;
  left: 0;
  color: #FFF;
  font-size: 1.11111vw;
  font-size: min(1.11111vw,16px);
}

@media (min-width: 1441px) {
  .teams_hd_lead {
    top: 240px;
  }
}

@media (max-width: 600px) {
  .teams_hd_lead {
    left: 0;
    top: 57.83%;
    font-size: 4vw;
    line-height: 1.63636;
  }
}

.teams_hd_point1 {
  position: absolute;
  width: 11.25%;
  top: 64.2%;
  left: 0;
}

@media (min-width: 1441px) {
  .teams_hd_point1 {
    width: 135px;
    top: 321px;
  }
}

@media (max-width: 600px) {
  .teams_hd_point1 {
    width: 28%;
    top: 78.26%;
    left: 0%;
  }
}

.teams_hd_point2 {
  position: absolute;
  width: 11.33%;
  top: 65.2%;
  left: 13.58%;
}

@media (min-width: 1441px) {
  .teams_hd_point2 {
    width: 136px;
    top: 326px;
  }
}

@media (max-width: 600px) {
  .teams_hd_point2 {
    width: 28.18%;
    top: 78.26%;
    left: 35.09%;
  }
}

.teams_hd_point3 {
  position: absolute;
  width: 11.25%;
  top: 65.2%;
  left: 27.75%;
}

@media (min-width: 1441px) {
  .teams_hd_point3 {
    width: 135px;
    top: 326px;
  }
}

@media (max-width: 600px) {
  .teams_hd_point3 {
    width: 28%;
    top: 78.26%;
    left: 69.82%;
  }
}

.teams_hd_btn {
  width: 37.5%;
  max-width: 500px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.teams_hd_btn .teams_btn {
  width: 100%;
}

.teams_hd_btn a {
  display: block;
  font-size: 2.08333vw;
  font-size: min(2.08333vw,30px);
  padding: 1.7em 0 .7em;
}

.teams_hd_btn a:hover {
  filter: none;
}

.teams_hd_btn .is-label {
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
}

@media (min-width: 1441px) {
  .teams_hd_btn {
    width: 650px;
  }
}

.teams_hd_btn .is-ico {
  width: 6.31%;
  right: 2.77778vw;
}

@media (max-width: 600px) {
  .teams_hd_btn .is-ico {
    width: 7.14%;
    right: 4.46429vw;
  }
}

@media (max-width: 600px) {
  .teams_hd_btn {
    width: 100%;
  }
}

.teams_section1 {
  position: relative;
  z-index: 2;
}

.teams_section1_ttl {
  width: 55.58%;
  max-width: 667px;
  margin: 0.69444vw auto 2.77778vw;
}

@media (max-width: 600px) {
  .teams_section1_ttl {
    width: 89.82%;
    margin-bottom: 7.27%;
  }
}

.teams_section1 figure {
  width: 100%;
}

@media (max-width: 600px) {
  .teams_section1 figure {
    width: 80%;
  }
}

.teams_section1_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.47222vw;
}

.teams_section1_col {
  width: 30.5%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.teams_section1_col figure {
  margin-top: auto;
}

.teams_section1_col:nth-child(2) {
  margin: 0 2.67%;
}

.teams_section1_col:nth-child(4), .teams_section1_col:nth-child(5) {
  margin: 0 1.33%;
}

@media (max-width: 600px) {
  .teams_section1_col {
    width: 100%;
    margin: 0 0 7.27% !important;
  }
}

.teams_section1_col:hover .teams_section1_btn {
  filter: none;
}

.teams_section1_tit {
  width: 87.43%;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .teams_section1_tit {
    width: 100%;
  }
}

.teams_section1_btn {
  margin: 0 auto;
  display: inline-block;
  background: #5f5fd2;
  border-radius: 10px;
  filter: drop-shadow(5px 10px 5px rgba(50, 45, 91, 0.75));
  transition: .2s ease-in-out;
  transform: translateY(-100%);
}

@media (max-width: 600px) {
  .teams_section1_btn {
    transform: translateY(-50%);
    filter: drop-shadow(5px 10px 5px rgba(50, 45, 91, 0.35));
  }
}

.teams_section1_btn:hover {
  filter: none;
}

.teams_section1_btn span {
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  text-decoration: none;
  padding: 5px calc(2em + 7px) 5px calc(1.5em + 7px);
  position: relative;
}

.teams_section1_btn span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(135deg) translateY(50%);
  display: inline-block;
  top: 50%;
  margin-top: -3.5px;
  right: 1em;
}

@media (max-width: 600px) {
  .teams_section1_btn span {
    font-size: 4.6875vw;
  }
}

.teams_section1_bgimg {
  position: relative;
}

.teams_section2 {
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 600px) {
  .teams_section2 {
    padding-bottom: 27.27%;
  }
}

.teams_section2_ttl {
  width: 58.58%;
  margin: 0 auto 4.16667vw;
}

@media (max-width: 600px) {
  .teams_section2_ttl {
    width: 83.09%;
    margin-bottom: 7.27%;
  }
}

.teams_section2 .g-accordion {
  margin-bottom: 3.47222vw;
}

.teams_section2 .g-data-button {
  background-color: #5f5fd2;
  align-items: center;
}

.teams_section2 .g-data-button.ico_open {
  border-radius: 5px 5px 0 0;
}

.teams_section2 .g-data-button.ico_open .g-ico {
  transform: translate(-50%, -50%) rotate(0deg);
  stroke: #413b77;
}

.teams_section2 .g-data-button.ico_open .g-ico.plus {
  display: none;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button {
    margin-top: 7.27%;
  }
}

.teams_section2 .g-data-button .g-data-type {
  width: 80px;
  background-color: #5f5fd2;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button .g-data-type {
    width: 50px;
  }
}

.teams_section2 .g-data-button .g-data-type .g-data-type-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.43056vw;
  font-size: min(2.43056vw,35px);
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button .g-data-type .g-data-type-label {
    font-size: 5vw;
  }
}

.teams_section2 .g-data-button .g-data-type .g-data-type-label span {
  font-size: 0.97222vw;
  font-size: min(0.97222vw,14px);
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button .g-data-type .g-data-type-label span {
    font-size: 2.1875vw;
  }
}

.teams_section2 .g-data-button .g-data-txt {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.94444vw;
  font-size: min(1.94444vw,28px);
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button .g-data-txt {
    font-size: 3.75vw;
    line-height: 1.42857;
    width: calc(100% - 80px);
    justify-content: space-between;
    padding: 0;
  }
}

.teams_section2 .g-data-button .g-data-txt01 figure {
  width: 10.09%;
}

.teams_section2 .g-data-button .g-data-txt02 figure {
  width: 11.15%;
}

.teams_section2 .g-data-button .g-data-txt03 figure {
  width: 12.39%;
}

.teams_section2 .g-data-button .g-data-txt04 figure {
  width: 10%;
}

.teams_section2 .g-data-button .g-data-txt05 figure {
  width: 11.15%;
}

.teams_section2 .g-data-button .g-data-txt figure {
  display: inline-block;
  margin-left: 2.77778vw;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button .g-data-txt figure {
    width: 30.91%;
    margin-left: 0;
  }
}

.teams_section2 .g-data-button .g-data-ico .g-ico {
  stroke: #FFF;
  stroke-width: 5px;
  transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 600px) {
  .teams_section2 .g-data-button .g-data-ico {
    width: 50px;
  }
}

.teams_section2 .g-data-label {
  background: #FFF;
  border-radius: 5px;
}

.teams_section2 .g-data-label .g-data-txt {
  width: 100%;
  padding: 2.43056vw;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt {
    padding: 4.6875vw;
    flex-direction: column;
  }
}

.teams_section2 .g-data-label .g-data-txt .g-data-col {
  width: 60.18%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt .g-data-col {
    width: 100%;
  }
}

.teams_section2 .g-data-label .g-data-txt h3 {
  margin-bottom: .5em;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt h3 {
    margin-bottom: 1em;
  }
}

.teams_section2 .g-data-label .g-data-txt p {
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  font-weight: bold;
  margin-bottom: .5em;
  width: 95.38%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt p {
    width: 100%;
    font-size: 4.0625vw;
    margin-bottom: 1em;
  }
}

.teams_section2 .g-data-label .g-data-txt .list {
  width: 95.38%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt .list {
    width: 100% !important;
  }
  .teams_section2 .g-data-label .g-data-txt .list img {
    width: 100% !important;
    height: auto;
  }
}

.teams_section2 .g-data-label .g-data-txt .g-data-img {
  width: 38.05%;
  margin-top: auto;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt .g-data-img {
    width: 83%;
    margin: 0 auto 6.25vw;
  }
}

.teams_section2 .g-data-label .g-data-txt01 h3 {
  width: 95.44%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt01 h3 {
    width: 97.23%;
  }
}

.teams_section2 .g-data-label .g-data-txt01 .g-data-img {
  text-align: center;
}

.teams_section2 .g-data-label .g-data-txt01 .g-data-img img {
  width: 85.58%;
}

.teams_section2 .g-data-label .g-data-txt02 h3 {
  width: 92.79%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt02 h3 {
    width: 99.57%;
  }
}

.teams_section2 .g-data-label .g-data-txt02 .g-data-img {
  text-align: center;
}

.teams_section2 .g-data-label .g-data-txt02 .g-data-img img {
  width: 96.51%;
}

.teams_section2 .g-data-label .g-data-txt03 h3 {
  width: 89.41%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt03 h3 {
    width: 91.06%;
  }
}

.teams_section2 .g-data-label .g-data-txt03 .g-data-img {
  text-align: center;
}

.teams_section2 .g-data-label .g-data-txt03 .g-data-img img {
  width: 100%;
}

.teams_section2 .g-data-label .g-data-txt04 h3 {
  width: 75.29%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt04 h3 {
    width: 84.89%;
  }
}

.teams_section2 .g-data-label .g-data-txt04 .g-data-img {
  text-align: center;
}

.teams_section2 .g-data-label .g-data-txt04 .g-data-img img {
  width: 96.28%;
}

.teams_section2 .g-data-label .g-data-txt05 h3 {
  width: 88.97%;
}

@media (max-width: 600px) {
  .teams_section2 .g-data-label .g-data-txt05 h3 {
    width: 105.74%;
  }
}

.teams_section2 .g-data-label .g-data-txt05 .list {
  width: 95.12%;
}

.teams_section2 .g-data-label .g-data-txt05 .g-data-img {
  text-align: center;
}

.teams_section2 .g-data-label .g-data-txt05 .g-data-img img {
  width: 96.74%;
}

.teams_section3 {
  position: relative;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.teams_section3_ttl {
  width: 47.83%;
  margin: 0 auto 4.16667vw;
}

@media (max-width: 600px) {
  .teams_section3_ttl {
    width: 85.17%;
  }
}

.teams_section3_tabs {
  margin: 0 auto 3.47222vw;
}

.teams_section3_tabs .tab_item {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  cursor: pointer;
  font-size: 1.52778vw;
  font-size: min(1.52778vw,22px);
}

@media (max-width: 600px) {
  .teams_section3_tabs .tab_item {
    font-size: 3.4375vw;
    line-height: 1.38462;
  }
}

.teams_section3_tabs .tab_item .tab-ico {
  width: 7.33%;
  margin-right: 1.67%;
}

@media (max-width: 600px) {
  .teams_section3_tabs .tab_item .tab-ico {
    width: 21.82%;
    margin: 0 auto;
  }
}

.teams_section3_tabs .tab_item .tab_bg {
  width: 81.33%;
  background-image: url(/feature/microsoft_teams/assets/img/03/bg_tab.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding: 4px 0;
  position: relative;
}

@media (max-width: 600px) {
  .teams_section3_tabs .tab_item .tab_bg {
    display: block;
    background-image: url(/feature/microsoft_teams/assets/img/03/bg_tab_sp.svg);
    padding: 4px 0 0;
  }
}

.teams_section3_tabs input:checked + .tab_item .tab_bg {
  background-image: url(/feature/microsoft_teams/assets/img/03/bg_tab_on.png);
}

@media (max-width: 600px) {
  .teams_section3_tabs input:checked + .tab_item .tab_bg {
    background-image: url(/feature/microsoft_teams/assets/img/03/bg_tab_on_sp.svg);
  }
}

.teams_section3_tabs input[name="tab_item"] {
  display: none;
}

.teams_section3_tabs .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 22px;
  background: #7e7fb8;
  filter: drop-shadow(0px 20px 10px rgba(68, 71, 145, 0.1));
}

.teams_section3_tabs .tab_content .tab_content_inr {
  background: #FFF;
  padding: 3.59%;
}

@media (max-width: 600px) {
  .teams_section3_tabs .tab_content .tab_content_inr {
    font-size: 4.375vw;
    line-height: 1.57143;
  }
}

.teams_section3_tabs #tab01:checked ~ #tab01_content,
.teams_section3_tabs #tab02:checked ~ #tab02_content {
  display: block;
}

.teams_section3_tabs .tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.teams_section3 .tab-lead {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 3.59%;
  flex-direction: row-reverse;
}

.teams_section3 .tab-lead p {
  font-size: 1.38889vw;
  font-size: min(1.38889vw,20px);
  font-weight: bold;
  width: 72.77%;
  background: #e3e5ef;
  border-radius: 10px;
  padding: 1em;
}

@media (max-width: 600px) {
  .teams_section3 .tab-lead p {
    font-size: 4.0625vw;
    line-height: 1.57143;
  }
}

@media (max-width: 600px) {
  .teams_section3 .tab-lead p {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .teams_section3 .tab-lead {
    padding-bottom: 9.09%;
    flex-direction: column-reverse;
  }
}

.teams_section3 .tab-img {
  width: 22.77%;
}

.teams_section3 .tab-img img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 600px) {
  .teams_section3 .tab-img {
    width: 67.27%;
    margin: 6.82% auto;
  }
}

.teams_section3 .tab-timeline {
  width: 99.46%;
  padding-bottom: 71.63%;
  position: relative;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline {
    width: 100%;
    padding-bottom: 630.61%;
  }
}

.teams_section3 .tab-timeline img {
  vertical-align: top;
}

.teams_section3 .tab-timeline .timeline {
  width: 1.62%;
  position: absolute;
  left: 0.09%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .timeline {
    width: 7.35%;
  }
}

.teams_section3 .tab-timeline .flame {
  width: 73.97%;
  position: absolute;
  right: 0;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .flame {
    width: 87.76%;
    margin-left: 22.18%;
  }
}

.teams_section3 .tab-timeline .flame h4 {
  position: absolute;
  top: 0.45%;
  font-size: 1.38889vw;
  font-size: min(1.38889vw,20px);
  color: #FFF;
  font-weight: bold;
  left: 13.35%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .flame h4 {
    font-size: 4.0625vw;
    line-height: 1.23077;
    left: 7.14%;
    top: 2.38%;
  }
}

.teams_section3 .tab-timeline .flame p {
  position: absolute;
  top: 50%;
  left: 33.37%;
  width: 63.11%;
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  font-weight: bold;
  transform: translateY(calc(-50% + 1em));
  line-height: 1.57143;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .flame p {
    width: 88.1%;
    font-size: 3.75vw;
    left: 5.48%;
    top: 74.55%;
    transform: 0;
  }
}

.teams_section3 .tab-timeline .time {
  position: absolute;
  left: 0;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time {
    left: 1.41%;
  }
}

.teams_section3 .tab-timeline .time01 {
  top: 0;
  width: 14.36%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time01 {
    width: 48.98%;
  }
}

.teams_section3 .tab-timeline .time02 {
  top: 15.16%;
  width: 26.12%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time02 {
    top: 1.3%;
    width: 88.37%;
  }
}

.teams_section3 .tab-timeline .time03 {
  top: 28.7%;
  width: 26.12%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time03 {
    top: 23.19%;
    width: 92.45%;
  }
}

.teams_section3 .tab-timeline .time04 {
  top: 44.74%;
  width: 25.58%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time04 {
    top: 46.44%;
    width: 88.37%;
  }
}

.teams_section3 .tab-timeline .time05 {
  top: 59.65%;
  width: 26.21%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time05 {
    top: 49.72%;
    width: 92.45%;
  }
}

.teams_section3 .tab-timeline .time06 {
  top: 76.69%;
  width: 26.21%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time06 {
    top: 72.95%;
    width: 92.45%;
  }
}

.teams_section3 .tab-timeline .time07 {
  top: 93.36%;
  width: 14.36%;
}

@media (max-width: 600px) {
  .teams_section3 .tab-timeline .time07 {
    top: 97.86%;
    width: 48.98%;
  }
}

.teams_section3 .tab-img img {
  width: 65.88%;
}

.teams_section3 .flame01 {
  top: -0.25%;
}

@media (max-width: 600px) {
  .teams_section3 .flame01 {
    top: 3.25%;
  }
}

.teams_section3 .flame02 {
  top: 25.81%;
}

@media (max-width: 600px) {
  .teams_section3 .flame02 {
    top: 26.63%;
  }
}

.teams_section3 .flame03 {
  top: 51.13%;
}

@media (max-width: 600px) {
  .teams_section3 .flame03 {
    top: 52.09%;
  }
}

.teams_section3 .flame04 {
  top: 76.82%;
}

@media (max-width: 600px) {
  .teams_section3 .flame04 {
    top: 77.53%;
  }
}

.teams_section3 #tab02_content .time02 {
  top: 13.41%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .time02 {
    top: 1.3%;
    width: 92.24%;
  }
}

.teams_section3 #tab02_content .time03 {
  top: 28.2%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .time03 {
    top: 23.84%;
    width: 92.65%;
  }
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .time04 {
    top: 46.25%;
    width: 53.88%;
  }
}

.teams_section3 #tab02_content .time05 {
  top: 57.64%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .time05 {
    top: 48.78%;
    width: 92.45%;
  }
}

.teams_section3 #tab02_content .time06 {
  top: 76.69%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .time06 {
    top: 72.95%;
    width: 92.45%;
  }
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .flame01 {
    top: 4.58%;
  }
}

.teams_section3 #tab02_content .flame02 {
  top: 25.81%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .flame02 {
    top: 25.92%;
  }
}

.teams_section3 #tab02_content .flame03 {
  top: 51.13%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .flame03 {
    top: 52.19%;
  }
}

.teams_section3 #tab02_content .flame04 {
  top: 76.82%;
}

@media (max-width: 600px) {
  .teams_section3 #tab02_content .flame04 {
    top: 76.49%;
  }
}

.teams_section3 .g-data-button {
  background-color: #5f5fd2;
  align-items: center;
}

.teams_section3 .g-data-button.is-open {
  border-radius: 5px 5px 0 0;
}

.teams_section3 .g-data-button .g-data-type {
  width: 80px;
  background-color: #5f5fd2;
}

.teams_section3 .g-data-button .g-data-type .g-data-type-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.43056vw;
}

@media (min-width: 1441px) {
  .teams_section3 .g-data-button .g-data-type .g-data-type-label {
    font-size: 2.1875rem;
  }
}

.teams_section3 .g-data-button .g-data-type .g-data-type-label span {
  font-size: 0.97222vw;
}

@media (min-width: 1441px) {
  .teams_section3 .g-data-button .g-data-type .g-data-type-label span {
    font-size: 0.875rem;
  }
}

.teams_section3 .g-data-button .g-data-txt {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.94444vw;
  font-size: min(1.94444vw,28px);
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

.teams_section3 .g-data-button .g-data-txt figure {
  display: inline-block;
  margin-left: 2.77778vw;
}

.teams_section3 .g-data-button .g-data-txt01 figure {
  width: 10.09%;
}

.teams_section3 .g-data-button .g-data-txt02 figure {
  width: 11.15%;
}

.teams_section3 .g-data-button .g-data-txt03 figure {
  width: 12.39%;
}

.teams_section3 .g-data-button .g-data-txt04 figure {
  width: 10%;
}

.teams_section3 .g-data-button .g-data-txt05 figure {
  width: 11.15%;
}

.teams_section3 .g-data-button .g-data-ico .g-ico {
  stroke: #FFF;
  stroke-width: 5px;
}

.teams_section3 .g-data-label {
  background: #FFF;
  border-radius: 5px;
}

.teams_section3 .g-data-label .g-data-txt {
  width: 100%;
  padding: 2.43056vw;
  display: flex;
  justify-content: space-between;
}

.teams_section3 .g-data-label .g-data-txt .g-data-col {
  width: 60.18%;
}

.teams_section3 .g-data-label .g-data-txt h3 {
  margin-bottom: .5em;
}

.teams_section3 .g-data-label .g-data-txt p {
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  font-weight: bold;
  margin-bottom: .5em;
  width: 95.38%;
}

.teams_section3 .g-data-label .g-data-txt .list {
  width: 95.38%;
}

.teams_section3 .g-data-label .g-data-txt .g-data-img {
  width: 38.05%;
  margin-top: auto;
}

.teams_section3 .g-data-label .g-data-txt01 h3 {
  width: 95.44%;
}

.teams_section3 .g-data-label .g-data-txt01 .g-data-img {
  text-align: center;
}

.teams_section3 .g-data-label .g-data-txt01 .g-data-img img {
  width: 85.58%;
}

.teams_section3 .g-data-label .g-data-txt02 h3 {
  width: 92.79%;
}

.teams_section3 .g-data-label .g-data-txt02 .g-data-img {
  text-align: center;
}

.teams_section3 .g-data-label .g-data-txt02 .g-data-img img {
  width: 96.51%;
}

.teams_section3 .g-data-label .g-data-txt03 h3 {
  width: 89.41%;
}

.teams_section3 .g-data-label .g-data-txt03 .g-data-img {
  text-align: center;
}

.teams_section3 .g-data-label .g-data-txt03 .g-data-img img {
  width: 100%;
}

.teams_section3 .g-data-label .g-data-txt04 h3 {
  width: 75.29%;
}

.teams_section3 .g-data-label .g-data-txt04 .g-data-img {
  text-align: center;
}

.teams_section3 .g-data-label .g-data-txt04 .g-data-img img {
  width: 96.28%;
}

.teams_section3 .g-data-label .g-data-txt05 h3 {
  width: 88.97%;
}

.teams_section3 .g-data-label .g-data-txt05 .list {
  width: 95.12%;
}

.teams_section3 .g-data-label .g-data-txt05 .g-data-img {
  text-align: center;
}

.teams_section3 .g-data-label .g-data-txt05 .g-data-img img {
  width: 96.74%;
}

@media (max-width: 600px) {
  .teams_section3 #tab01_content .tab-timeline .flame03 p {
    top: 76.36%;
  }
}

.teams_section4 {
  position: relative;
  margin-top: -100px;
}

@media (max-width: 600px) {
  .teams_section4 {
    margin-top: -11.25%;
  }
}

.teams_section4_ttl {
  width: 56%;
  margin: 0 auto 4.16667vw;
}

@media (max-width: 600px) {
  .teams_section4_ttl {
    width: 74.33%;
    margin-bottom: 7.27%;
  }
}

.teams_section4_list {
  display: flex;
  justify-content: space-between;
  width: 98.42%;
  background-image: url(/feature/microsoft_teams/assets/img/04/main_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1.17%;
  margin: 0 auto 1.38889vw;
}

@media (max-width: 600px) {
  .teams_section4_list {
    display: block;
    width: 72.36%;
    background-image: url(/feature/microsoft_teams/assets/img/04/main_bg_sp.svg);
    background-size: 100%;
    background-position: top center;
    margin-bottom: 0;
  }
}

.teams_section4_col {
  width: 27.75%;
  position: relative;
}

@media (max-width: 600px) {
  .teams_section4_col {
    width: 96.23%;
    margin: 0 auto 20px;
    padding-top: 1.09375vw;
  }
  .teams_section4_col + .teams_section4_col {
    margin-top: 15.46875vw;
  }
}

.teams_section4_col .h3 {
  position: absolute;
  bottom: 1.17%;
  top: calc(50% + .5em);
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.94444vw;
  font-size: min(1.94444vw,28px);
  text-align: center;
  line-height: 1.35714;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .teams_section4_col .h3 {
    font-size: 5vw;
  }
}

.teams_section4_col .h3 em {
  font-weight: bold;
}

.teams_section4_col img {
  filter: drop-shadow(10px 20px 10px rgba(68, 71, 145, 0.1));
}

.teams_section4 .note {
  width: 27.75%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.11111vw;
  font-size: min(1.11vw,16px);
  line-height: 1.5;
}

@media (max-width: 600px) {
  .teams_section4 .note {
    width: 100%;
    font-size: 3.125vw;
  }
}

.teams_section5 {
  position: relative;
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.teams_section5_ttl {
  width: 24.08%;
  margin: 0 auto 4.16667vw;
}

@media (max-width: 600px) {
  .teams_section5_ttl {
    width: 56.83%;
    margin-bottom: 7.27%;
  }
}

.teams_section5_voice {
  background: #FFF;
  filter: drop-shadow(0px 20px 10px rgba(50, 45, 91, 0.1));
  border-radius: 30px;
  padding: 2.08333vw;
  margin-bottom: 2.77778vw;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .teams_section5_voice {
    border-radius: 15px;
    display: block;
    padding: 0;
    margin-bottom: 7.27%;
  }
}

.teams_section5_voice:last-child {
  margin-bottom: 3.47222vw;
}

.teams_section5_voice::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.teams_section5_img {
  width: 31.23%;
  margin: 0 2.77778vw 2.77778vw 0;
  float: left;
}

@media (max-width: 600px) {
  .teams_section5_img {
    width: 100%;
    position: relative;
    padding-bottom: 69.66%;
    overflow: hidden;
    margin: 0;
    height: 0;
    float: none;
  }
  .teams_section5_img img {
    position: absolute;
  }
}

@media (max-width: 600px) {
  .teams_section5_txt {
    width: 100%;
    padding: 7.27%;
  }
}

.teams_section5_txt h3 {
  font-weight: bold;
  font-size: 1.66667vw;
  font-size: min(1.66667vw,24px);
  line-height: 1.33333;
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

@media (max-width: 600px) {
  .teams_section5_txt h3 {
    font-size: 5.9375vw;
    align-items: start;
  }
}

.teams_section5_txt h3 em {
  color: #5f5fd2;
}

.teams_section5_txt h3 .voice_ico {
  width: 4.46%;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .teams_section5_txt h3 .voice_ico {
    width: 7.02%;
  }
}

.teams_section5_txt p {
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  line-height: 1.61111;
  margin-bottom: 1em;
}

@media (max-width: 600px) {
  .teams_section5_txt p {
    font-size: 4.375vw;
  }
}

.teams_section5_txt p.note {
  font-size: 1.11111vw;
  font-size: min(1.11vw,16px);
}

@media (max-width: 600px) {
  .teams_section5_txt p.note {
    float: none;
    font-size: 4.375vw;
  }
}

.teams_section5 .teams_btn {
  width: 30.7%;
  float: right;
}

@media (max-width: 600px) {
  .teams_section5 .teams_btn {
    float: none;
  }
}

.teams_section5 .teams_btn a {
  border-radius: 50px;
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  padding: 1em calc(8.58% + 1em);
  filter: drop-shadow(5px 10px 5px rgba(50, 45, 91, 0.5));
}

.teams_section5 .teams_btn a span {
  white-space: nowrap;
  padding-right: 8.58%;
}

.teams_section5 .teams_btn a:hover {
  filter: none;
}

.teams_section5 .teams_btn.teams_btn .is-ico {
  width: 8.58%;
  vertical-align: bottom;
}

.teams_section6 {
  position: relative;
  margin-top: -100px;
  padding-bottom: 150px;
}

.teams_section6_ttl {
  width: 20.33%;
  margin: 0 auto 4.16667vw;
}

@media (max-width: 600px) {
  .teams_section6_ttl {
    width: 47.67%;
    margin-bottom: 7.27%;
  }
}

.teams_section6 .g-accordion {
  margin-bottom: 3.47222vw;
}

.teams_section6 .g-data-button {
  background-color: #FFF;
  align-items: center;
  border: 5px solid #FFF;
  filter: drop-shadow(0px 20px 10px rgba(50, 45, 91, 0.1));
  margin-top: 5px;
  padding: 0 .75em;
}

.teams_section6 .g-data-button.is-open {
  border-radius: 5px 5px 0 0;
}

.teams_section6 .g-data-button .g-data-txt {
  font-size: 1.38889vw;
  font-size: min(1.38889vw,20px);
  font-weight: bold;
  width: calc(100% - 60px);
}

@media (max-width: 600px) {
  .teams_section6 .g-data-button .g-data-txt {
    font-size: 4.0625vw;
  }
}

.teams_section6 .g-data-button .g-data-type {
  background-color: #FFF;
  width: 60px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teams_section6 .g-data-button .g-data-type .g-data-type-label {
  font-size: 1.80556vw;
  font-size: min(1.80556vw,26px);
  font-weight: bold;
  color: #FFF;
}

@media (max-width: 600px) {
  .teams_section6 .g-data-button .g-data-type .g-data-type-label {
    font-size: 4.0625vw;
  }
}

.teams_section6 .g-data-button .g-data-type::before {
  content: '';
  width: 55px;
  height: 55px;
  display: block;
  background: #413b77;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
}

.teams_section6 .g-data-button .g-data-ico {
  position: relative;
  width: 55px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teams_section6 .g-data-button .g-data-ico .g-ico {
  transform: translate(-50%, -50%) rotate(0deg);
  stroke: #FFF;
}

.teams_section6 .g-data-button .g-data-ico::before {
  content: '';
  width: 55px;
  height: 55px;
  display: block;
  background: #7e7fb8;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.teams_section6 .g-data-button.is-open .g-data-ico {
  position: relative;
}

.teams_section6 .g-data-button.is-open .g-data-ico .g-ico {
  transform: translate(-50%, -50%) rotate(0deg);
  stroke: #413b77;
}

.teams_section6 .g-data-button.is-open .g-data-ico .g-ico.plus {
  display: none;
}

.teams_section6 .g-data-button.is-open .g-data-ico::before {
  content: '';
  width: 3.81944vw;
  height: 3.81944vw;
  display: block;
  background: #e3e5ef;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.teams_section6 .g-data-label {
  background: #f2f4fe;
  border-radius: 0 0 5px 5px;
  padding: 0 .75em;
  align-items: start;
}

.teams_section6 .g-data-label .g-data-type {
  width: 60px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
}

@media (max-width: 600px) {
  .teams_section6 .g-data-label .g-data-type {
    padding-top: 1em;
  }
}

.teams_section6 .g-data-label .g-data-type .g-data-type-label {
  font-size: 1.80556vw;
  font-size: min(1.80556vw,26px);
  font-weight: bold;
  color: #FFF;
}

@media (max-width: 600px) {
  .teams_section6 .g-data-label .g-data-type .g-data-type-label {
    font-size: 4.0625vw;
    margin-top: 0.5em;
  }
}

.teams_section6 .g-data-label .g-data-type::before {
  content: '';
  width: 55px;
  height: 55px;
  display: block;
  background: #7e7fb8;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
}

.teams_section6 .g-data-label .g-data-txt {
  font-size: 1.25vw;
  font-size: min(1.25vw,18px);
  font-weight: bold;
}

@media (max-width: 600px) {
  .teams_section6 .g-data-label .g-data-txt {
    font-size: 4.375vw;
    font-weight: normal;
  }
}

.teams_section6 .g-data-label.is-open {
  margin-bottom: 1.38889vw;
  border: 5px solid #FFF;
  filter: drop-shadow(0px 20px 10px rgba(50, 45, 91, 0.1));
}

.teams_inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.teams_bgimg {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 5;
}

@media (max-width: 600px) {
  .teams_bgimg_hd {
    display: none;
  }
}

.teams_bgimg_hd img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: 1726px;
}

@media (max-width: 600px) {
  .teams_bgimg01 {
    display: none;
  }
}

.teams_bgimg01 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 100%;
  z-index: 5;
  max-width: 1493px;
  width: 103.68%;
}

.teams_bgimg02 img {
  width: 13.68%;
  position: absolute;
  left: -2.08%;
  top: 0;
  transform: translateY(-100%);
  z-index: 5;
}

@media (max-width: 600px) {
  .teams_bgimg02 img {
    transform: translateY(-200%);
  }
}

.teams_bgimg03 img {
  width: 19.58%;
  position: absolute;
  right: -0.69%;
  top: 0;
  transform: translateY(-36.82%);
  z-index: 5;
}

@media (max-width: 600px) {
  .teams_bgimg03 img {
    transform: translateY(-100%);
  }
}

.teams_bgimg04 img {
  width: 13.68%;
  position: absolute;
  left: -2.08%;
  top: 0;
  transform: translateY(-125%);
  z-index: 5;
}

.teams_bgimg05 img {
  width: 22.71%;
  position: absolute;
  right: -0.69%;
  top: 0;
  transform: translateY(-77.06%);
  z-index: 5;
}
