#fit .c-mv {
  background-image: url(/assets/images/fit/mv-bg_img.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto min(797px, 797 / 1440 * var(--inner-width) * 1px);
  min-height: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  position: relative;
  padding-bottom: min(140px, 140 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .c-mv {
    background-image: url(/assets/images/fit/mv-bg_img-sp.png);
    background-size: 100% auto;
    min-height: 100vw;
    padding-bottom: calc(80 / 400 * var(--inner-width) * 1px);
  }
}
#fit .c-mv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  width: min(660px, 660 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/common/mv-deco-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv::before {
    background-image: url(/assets/images/common/mv-deco-sp.png);
    width: calc(400 / 400 * var(--inner-width) * 1px);
    height: calc(360 / 400 * var(--inner-width) * 1px);
  }
}
#fit .c-mv::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: min(544px, 544 / 1440 * var(--inner-width) * 1px);
  width: min(289px, 289 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/technical/index/mv-deco-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv::after {
    display: none;
  }
}
#fit .c-mv .c-mv-inner {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto;
  padding-top: min(236px, 236 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner {
    width: 100%;
    padding: calc(200 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px) 0;
  }
}
#fit .c-mv .c-mv-inner .c-mv-ttl {
  font-size: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  line-height: 1.4em;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner .c-mv-ttl {
    font-size: calc(40 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
#fit .c-mv .c-mv-inner .c-mv-ttl small {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  display: block;
  margin-top: min(15px, 15 / 1440 * var(--inner-width) * 1px);
  line-height: 1em;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner .c-mv-ttl small {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    line-height: 1.5em;
    margin-top: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
#fit .c-mv .c-mv-inner .c-mv-ttl span {
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  color: #fff;
  font-weight: 500;
  height: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  padding: 0 min(24px, 24 / 1440 * var(--inner-width) * 1px);
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(10px, 10 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner .c-mv-ttl span {
    height: calc(40 / 400 * var(--inner-width) * 1px);
    padding: 0 calc(24 / 400 * var(--inner-width) * 1px);
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    border-radius: calc(10 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
#fit .c-mv .c-mv-inner .c-mv-lead {
  padding: 0 0 min(40px, 40 / 1440 * var(--inner-width) * 1px) min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.75em;
  font-weight: 600;
  background-image: url(/assets/images/technical/index/mv-lead-line.svg);
  background-repeat: no-repeat;
  background-size: min(24px, 24 / 1440 * var(--inner-width) * 1px) auto;
  background-position: left bottom;
  position: relative;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner .c-mv-lead {
    padding: 0 0 calc(40 / 400 * var(--inner-width) * 1px) 0;
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
    background-image: none;
  }
  #fit .c-mv .c-mv-inner .c-mv-lead br {
    display: none;
  }
}
#fit .c-mv .c-mv-inner .c-mv-lead::before {
  height: calc(100% - min(40px, 40 / 1440 * var(--inner-width) * 1px));
  width: 1px;
  min-width: 1px;
  content: "";
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner .c-mv-lead::before {
    background-color: #00a4a0;
    width: calc(24 / 400 * var(--inner-width) * 1px);
    height: 1px;
    min-height: 1px;
    top: auto;
    bottom: 0;
  }
}
#fit .c-mv .c-mv-inner .c-mv-lead::after {
  width: min(755px, 755 / 1440 * var(--inner-width) * 1px);
  height: 1px;
  min-height: 1px;
  content: "";
  display: block;
  background-color: #ccc;
  position: absolute;
  left: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  bottom: 0;
}
@media only screen and (max-width: 48em) {
  #fit .c-mv .c-mv-inner .c-mv-lead::after {
    width: calc(320 / 400 * var(--inner-width) * 1px);
    left: calc(40 / 400 * var(--inner-width) * 1px);
    height: 1px;
    min-height: 1px;
  }
}
#fit .contents-wrapper {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper {
    width: 100%;
  }
}
#fit .contents-wrapper .contents-tabs {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  height: min(72px, 72 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .contents-tabs {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    margin: 0 auto calc(40 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .contents-tabs .contents-tab {
  width: calc((100% - min(10px, 10 / 1440 * var(--inner-width) * 1px)) / 2);
  height: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px) min(8px, 8 / 1440 * var(--inner-width) * 1px) 0 0;
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  background: linear-gradient(90deg, #00a4a0 0%, #34d0b6 100%);
  box-shadow: 0 max(-4px, -4 / 1440 * var(--inner-width) * 1px) min(8px, 8 / 1440 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  transition: height 0.3s;
}
#fit .contents-wrapper .contents-tabs .contents-tab small {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .contents-tabs .contents-tab small {
    font-size: calc(12 / 400 * var(--inner-width) * 1px);
    margin-top: calc(6 / 400 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .contents-tabs .contents-tab {
    font-size: calc(12 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px) calc(8 / 400 * var(--inner-width) * 1px) 0 0;
    width: calc((100% - 6 / 400 * var(--inner-width) * 1px) / 2);
    height: calc(56 / 400 * var(--inner-width) * 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 calc(-4 / 400 * var(--inner-width) * 1px) calc(8 / 400 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  }
}
#fit .contents-wrapper .contents-tabs .contents-tab.is-active {
  height: min(72px, 72 / 1440 * var(--inner-width) * 1px);
  background: #fff;
  color: #00a4a0;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .contents-tabs .contents-tab.is-active {
    height: calc(80 / 400 * var(--inner-width) * 1px);
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
  }
  #fit .contents-wrapper .contents-tabs .contents-tab.is-active small {
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}
#fit .contents-wrapper .tab-content.is-active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  display: block;
}
#fit .contents-wrapper .tab-content .content-lead {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  margin-bottom: min(36px, 36 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .content-lead {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    font-weight: bold;
    margin: 0 auto calc(48 / 400 * var(--inner-width) * 1px);
    line-height: 1.5em;
    width: calc(360 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-contents-btn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-contents-btn {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    margin: 0 auto;
    flex-direction: column;
    gap: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn {
  width: min(384px, 384 / 1440 * var(--inner-width) * 1px);
  height: min(253px, 253 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 min(20px, 20 / 1440 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    height: calc(237 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    box-shadow: 0 0 calc(20 / 400 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  }
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn span {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  line-height: 1.5em;
  color: #00a4a0;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn span {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    line-height: 1.5em;
  }
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn::before {
  height: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  width: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  border-radius: 50%;
  background-image: url(/assets/images/fit/button-plus_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  right: min(30px, 30 / 1440 * var(--inner-width) * 1px);
  bottom: min(30px, 30 / 1440 * var(--inner-width) * 1px);
  content: "";
  display: block;
  z-index: 100;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn::before {
    height: calc(38 / 400 * var(--inner-width) * 1px);
    width: calc(38 / 400 * var(--inner-width) * 1px);
    right: calc(30 / 400 * var(--inner-width) * 1px);
    bottom: calc(30 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn::after {
  height: min(213px, 213 / 1440 * var(--inner-width) * 1px);
  width: min(344px, 344 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/fit/btn-bg01.jpg);
  background-size: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn::after {
    height: calc(200 / 400 * var(--inner-width) * 1px);
    width: calc(323 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn.btn02 span {
  color: #0099ca;
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn.btn02::after {
  background-image: url(/assets/images/fit/btn-bg02.jpg);
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn.btn03 span {
  color: #00b0b9;
}
#fit .contents-wrapper .tab-content .fit-contents-btn .fit-btn.btn03::after {
  background-image: url(/assets/images/fit/btn-bg03.jpg);
}
#fit .contents-wrapper .tab-content .fit-2-contents {
  display: flex;
  flex-wrap: wrap;
  gap: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    gap: calc(24 / 400 * var(--inner-width) * 1px);
    margin: 0 auto;
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list {
  width: min(588px, 588 / 1440 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  background-color: #fff;
  box-shadow: 0 0 min(20px, 20 / 1440 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
  padding: min(36px, 36 / 1440 * var(--inner-width) * 1px) min(32px, 32 / 1440 * var(--inner-width) * 1px) min(64px, 64 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    box-shadow: 0 0 calc(20 / 400 * var(--inner-width) * 1px) rgba(25, 60, 55, 0.1);
    padding: calc(36 / 400 * var(--inner-width) * 1px) calc(32 / 400 * var(--inner-width) * 1px) calc(188 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list::after {
  content: "";
  display: block;
  width: min(37px, 37 / 1440 * var(--inner-width) * 1px);
  height: min(79px, 79 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/fit/fit-2-tag01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list::after {
    width: calc(37 / 400 * var(--inner-width) * 1px);
    height: calc(79 / 400 * var(--inner-width) * 1px);
    left: calc(32 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .list-ttl {
  padding-left: min(54px, 54 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .list-ttl {
    padding-left: calc(54 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    line-height: 1.3em;
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .list-ttl img {
  width: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  height: auto;
  display: block;
  margin-right: min(12px, 12 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .list-ttl img {
    width: calc(45 / 400 * var(--inner-width) * 1px);
    margin-right: calc(12 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .list-lead {
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  line-height: 1.7em;
  margin-bottom: min(20px, 20 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .list-lead {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
    line-height: 1.7em;
    margin-bottom: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .fit-2-contents-inner h3 {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1em;
  margin-bottom: min(8px, 8 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .fit-2-contents-inner h3 {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .fit-2-contents-inner > p {
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  line-height: 1.7em;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .fit-2-contents-inner > p {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
    line-height: 1.7em;
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag {
  margin-top: min(20px, 20 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag {
    margin-top: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag h4 {
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  text-indent: -0.7em;
  padding-left: 0.7em;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag h4 {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: calc(8 / 400 * var(--inner-width) * 1px);
  }
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag h4 br {
    display: none;
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag h4 b {
  width: 1em;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag ul li {
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  line-height: 1.7em;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list .hashtag ul li {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
    line-height: 1.7em;
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01 {
  background-image: url(/assets/images/fit/fit-2-img01.svg);
  background-repeat: no-repeat;
  background-size: min(297px, 297 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(47px, 47 / 1440 * var(--inner-width) * 1px) bottom;
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01 {
    background-size: calc(297 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(47 / 400 * var(--inner-width) * 1px) bottom;
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01::after {
  background-image: url(/assets/images/fit/fit-2-tag01.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01 .list-ttl {
  color: #2ca6e0;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01 .list-lead {
  color: #2ca6e0;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list01 .hashtag span {
  color: #2ca6e0;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02 {
  background-image: url(/assets/images/fit/fit-2-img02.svg);
  background-repeat: no-repeat;
  background-size: min(174px, 174 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(43px, 43 / 1440 * var(--inner-width) * 1px) bottom min(23px, 23 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02 {
    background-size: calc(174 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(93 / 400 * var(--inner-width) * 1px) bottom calc(23 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02::after {
  background-image: url(/assets/images/fit/fit-2-tag02.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02 .list-ttl {
  color: #8dc21f;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02 .list-lead {
  color: #8dc21f;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list02 .hashtag span {
  color: #8dc21f;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03 {
  background-image: url(/assets/images/fit/fit-2-img03.svg);
  background-repeat: no-repeat;
  background-size: min(198px, 198 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(25px, 25 / 1440 * var(--inner-width) * 1px) bottom min(25px, 25 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03 {
    background-size: calc(198 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(82 / 400 * var(--inner-width) * 1px) bottom calc(38 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(220 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03::after {
  background-image: url(/assets/images/fit/fit-2-tag03.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03 .list-ttl {
  color: #e50012;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03 .list-lead {
  color: #e50012;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list03 .hashtag span {
  color: #e50012;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04 {
  background-image: url(/assets/images/fit/fit-2-img04.svg);
  background-repeat: no-repeat;
  background-size: min(184px, 184 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(60px, 60 / 1440 * var(--inner-width) * 1px) bottom min(35px, 35 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04 {
    background-size: calc(184 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(89 / 400 * var(--inner-width) * 1px) bottom calc(40 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(240 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04::after {
  background-image: url(/assets/images/fit/fit-2-tag04.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04 .list-ttl {
  color: #036eb7;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04 .list-lead {
  color: #036eb7;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list04 .hashtag span {
  color: #036eb7;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05 {
  background-image: url(/assets/images/fit/fit-2-img05.svg);
  background-repeat: no-repeat;
  background-size: min(184px, 184 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right 0 bottom min(14px, 14 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05 {
    background-size: calc(184 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(42 / 400 * var(--inner-width) * 1px) bottom calc(34 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(220 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05::after {
  background-image: url(/assets/images/fit/fit-2-tag05.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05 .list-ttl {
  color: #ec7900;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05 .list-lead {
  color: #ec7900;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list05 .hashtag span {
  color: #ec7900;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06 {
  background-image: url(/assets/images/fit/fit-2-img06.svg);
  background-repeat: no-repeat;
  background-size: min(245px, 245 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(22px, 22 / 1440 * var(--inner-width) * 1px) bottom min(48px, 48 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06 {
    background-size: calc(245 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(57 / 400 * var(--inner-width) * 1px) bottom calc(36 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06::after {
  background-image: url(/assets/images/fit/fit-2-tag06.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06 .list-ttl {
  color: #e51373;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06 .list-lead {
  color: #e51373;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list06 .hashtag span {
  color: #e51373;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07 {
  background-image: url(/assets/images/fit/fit-2-img07.svg);
  background-repeat: no-repeat;
  background-size: min(147px, 147 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(71px, 71 / 1440 * var(--inner-width) * 1px) bottom min(42px, 42 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07 {
    background-size: calc(147 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(107 / 400 * var(--inner-width) * 1px) bottom calc(40 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(220 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07::after {
  background-image: url(/assets/images/fit/fit-2-tag07.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07 .list-ttl {
  color: #910782;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07 .list-lead {
  color: #910782;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list07 .hashtag span {
  color: #910782;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08 {
  background-image: url(/assets/images/fit/fit-2-img08.svg);
  background-repeat: no-repeat;
  background-size: min(156px, 156 / 1440 * var(--inner-width) * 1px) auto;
  background-position: right min(71px, 71 / 1440 * var(--inner-width) * 1px) bottom min(57px, 57 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08 {
    background-size: calc(156 / 400 * var(--inner-width) * 1px) auto;
    background-position: right calc(100 / 400 * var(--inner-width) * 1px) bottom calc(40 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(260 / 400 * var(--inner-width) * 1px);
  }
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08::after {
  background-image: url(/assets/images/fit/fit-2-tag08.svg);
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08 .list-ttl {
  color: #00a199;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08 .list-lead {
  color: #00a199;
}
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08 .hashtag b,
#fit .contents-wrapper .tab-content .fit-2-contents .fit-2-list.list08 .hashtag span {
  color: #00a199;
}
#fit .next-contents {
  margin-top: min(136px, 136 / 1440 * var(--inner-width) * 1px);
  margin-bottom: min(80px, 80 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  #fit .next-contents {
    margin-bottom: calc(64 / 400 * var(--inner-width) * 1px);
    margin-top: calc(80 / 400 * var(--inner-width) * 1px);
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #193c37;
  opacity: 0.8;
}

.fit-modal {
  position: relative;
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  max-height: 74dvh;
  background-color: #fff;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  padding: min(80px, 80 / 1440 * var(--inner-width) * 1px) min(40px, 40 / 1440 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .fit-modal {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    padding: calc(60 / 400 * var(--inner-width) * 1px) calc(20 / 400 * var(--inner-width) * 1px) calc(40 / 400 * var(--inner-width) * 1px);
    height: auto;
  }
}
.fit-modal .modal-wrapper h2 {
  height: min(128px, 128 / 1440 * var(--inner-width) * 1px);
  width: min(1120px, 1120 / 1440 * var(--inner-width) * 1px);
  background-image: url(/assets/images/fit/modalttl-bg.jpg);
  background-size: cover;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .fit-modal .modal-wrapper h2 {
    width: 100%;
    height: auto;
    padding: calc(15 / 400 * var(--inner-width) * 1px);
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(10 / 400 * var(--inner-width) * 1px);
    line-height: 1.2em;
  }
}
.fit-modal .modal-wrapper h2 span {
  font-size: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  line-height: 1em;
  margin-top: min(10px, 10 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .fit-modal .modal-wrapper h2 span {
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
    line-height: 1em;
    margin-top: calc(6 / 400 * var(--inner-width) * 1px);
  }
}
.fit-modal .modal-wrapper .modal-inner {
  padding: min(32px, 32 / 1440 * var(--inner-width) * 1px) min(77px, 77 / 1440 * var(--inner-width) * 1px);
  height: min(163px, 163 / 1440 * var(--inner-width) * 1px);
  width: min(1120px, 1120 / 1440 * var(--inner-width) * 1px);
  background-color: #e7efee;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .fit-modal .modal-wrapper .modal-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: calc(15 / 400 * var(--inner-width) * 1px);
  }
}
.fit-modal .modal-wrapper .modal-inner h3 {
  width: min(370px, 370 / 1440 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-weight: bold;
  line-height: 1em;
}
@media only screen and (max-width: 48em) {
  .fit-modal .modal-wrapper .modal-inner h3 {
    width: 100%;
    font-size: calc(18 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.fit-modal .modal-wrapper .modal-inner p {
  width: min(530px, 530 / 1440 * var(--inner-width) * 1px);
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  line-height: 1.6em;
}
@media only screen and (max-width: 48em) {
  .fit-modal .modal-wrapper .modal-inner p {
    font-size: calc(12 / 400 * var(--inner-width) * 1px);
    line-height: 1.6em;
    width: 100%;
  }
}
.fit-modal .modal-wrapper .modal-inner:nth-of-type(n + 2) {
  margin-top: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .fit-modal .modal-wrapper .modal-inner:nth-of-type(n + 2) {
    margin-top: calc(10 / 400 * var(--inner-width) * 1px);
  }
}
.fit-modal .mfp-close {
  height: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  width: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  content: "";
  background-image: url(/assets/images/fit/close-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 1px;
  opacity: 1;
  right: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  top: min(22px, 22 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .fit-modal .mfp-close {
    right: calc(16 / 400 * var(--inner-width) * 1px);
    top: calc(16 / 400 * var(--inner-width) * 1px);
    height: calc(32 / 400 * var(--inner-width) * 1px);
    width: calc(32 / 400 * var(--inner-width) * 1px);
  }
}

.simplebar-track.simplebar-horizontal {
  display: none;
}

.simplebar-track.simplebar-vertical {
  top: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  width: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  background: #e7efee;
  border-radius: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  right: min(14px, 14 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .simplebar-track.simplebar-vertical {
    top: calc(24 / 400 * var(--inner-width) * 1px);
    width: calc(6 / 400 * var(--inner-width) * 1px);
    background: #e7efee;
    border-radius: calc(6 / 400 * var(--inner-width) * 1px);
    bottom: calc(24 / 400 * var(--inner-width) * 1px);
    right: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  opacity: 1;
  width: min(6px, 6 / 1440 * var(--inner-width) * 1px);
  left: 0;
  border-radius: min(3px, 3 / 1440 * var(--inner-width) * 1px);
  background: #00a4a0;
  right: 0;
}
@media only screen and (max-width: 48em) {
  .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
    opacity: 1;
    width: calc(6 / 400 * var(--inner-width) * 1px);
    left: 0;
    border-radius: calc(3 / 400 * var(--inner-width) * 1px);
    background: #00a4a0;
    right: 0;
  }
}/*# sourceMappingURL=fit.css.map */