@media screen and (max-width: 719px) {
  .p-syuroTermFv {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-usageExampleSec {
    padding-top: 0;
  }
}
.p-syuroTerm .p-usageExampleTab input {
  display: none;
}
.p-syuroTerm .p-tabList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: -1.5rem;
}
.p-syuroTerm .p-tabList label {
  color: #1ca987;
  background-color: #eff9f7;
  border-radius: 1.5rem 1.5rem 0 0;
  cursor: pointer;
  display: block;
  line-height: 160%;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabList label {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabList label {
    padding: 1.5rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabList label:hover {
    color: #fff;
    background-color: #1ca987;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabList label span {
    font-size: 1.4rem;
    line-height: 150%;
    display: block;
  }
}
.p-syuroTerm .p-tabContent {
  background-color: #1ca987;
  border-radius: 1.5rem;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
.p-syuroTerm .p-tabContent-sec {
  display: none;
}
.p-syuroTerm .p-tabContent-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabContent-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-syuroTerm .p-tabContent-headIcon {
  width: 7rem;
  margin-right: 1.5rem;
}
.p-syuroTerm .p-tabContent-head .m-heading3 {
  color: #fff;
}
.p-syuroTerm .p-tabContent-body {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-syuroTerm .p-tabContent-problem {
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabContent-problem {
    padding: 1.5rem 5rem;
    margin: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabContent-problem {
    padding: 1.5rem;
    margin: 2rem 1.5rem;
  }
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabContent-sdl {
    padding: 0 10.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabContent-sdl {
    padding: 0 1.5rem;
  }
}
.p-syuroTerm .p-tabContent-sdlItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-syuroTerm .p-tabContent-sdlItem:not(:last-of-type) {
  padding-bottom: 1.5rem;
  padding-left: 0.2rem;
  position: relative;
}
.p-syuroTerm .p-tabContent-sdlItem:not(:last-of-type)::before {
  content: "";
  display: block;
  border-left: 0.4rem dotted #95be1f;
  width: 0.4rem;
  height: 100%;
  position: absolute;
  left: 2.4rem;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabContent-sdlItem:nth-of-type(3) {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabContent-sdlItem:nth-of-type(3) {
    padding-bottom: 1rem;
  }
}
.p-syuroTerm .p-tabContent-sdlItem:last-of-type {
  position: relative;
}
.p-syuroTerm .p-tabContent-sdlItem:last-of-type .p-tabContent-sdlIcon {
  color: #2DB0CD;
  border: 0.2rem solid #2DB0CD;
  background-color: #fff;
  line-height: 1;
  width: 5.2rem;
  height: 5.2rem;
}
.p-syuroTerm .p-tabContent-sdlItem:last-of-type .p-tabContent-sdlBox {
  color: #fff;
  background-color: #2DB0CD;
  border-radius: 0 0.5rem 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.6rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabContent-sdlItem:last-of-type .p-tabContent-sdlBox {
    width: 38.3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabContent-sdlItem:last-of-type .p-tabContent-sdlBox {
    width: 25.3rem;
  }
}
.p-syuroTerm .p-tabContent-sdlIcon {
  color: #fff;
  background-color: #95be1f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.p-syuroTerm .p-tabContent-sdlIcon span {
  line-height: 1;
}
.p-syuroTerm .p-tabContent-sdlBox {
  width: calc(100% - 5.7rem);
}
.p-syuroTerm .p-tabContent-sdlList {
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.p-syuroTerm .p-tabContent-sdlList li {
  font-size: 1.4rem;
  padding-left: 1.2rem;
  letter-spacing: 0.03em;
}
.p-syuroTerm .p-tabContent-sdlList li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.p-syuroTerm .p-tabContent-sdlList li::before {
  top: 0.7rem;
}
.p-syuroTerm .p-tabContent-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-tabContent-comment {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-tabContent-comment {
    padding: 2rem 1.5rem;
  }
}
.p-syuroTerm .p-tabContent-commentIcon {
  width: 4.4rem;
  margin-right: 1rem;
}
.p-syuroTerm .p-tabContent-commentIcon img {
  width: 100%;
}
.p-syuroTerm .p-tabContent-comment .m-textPrimary {
  width: calc(100% - 5.4rem);
}
.p-syuroTerm #usageExample1:checked ~ .p-tabContent .p-tabContent-sec:nth-of-type(1) {
  display: block;
}
.p-syuroTerm #usageExample2:checked ~ .p-tabContent .p-tabContent-sec:nth-of-type(2) {
  display: block;
}
.p-syuroTerm #usageExample1:checked ~ .p-tabList label:nth-child(1),
.p-syuroTerm #usageExample2:checked ~ .p-tabList label:nth-child(2) {
  color: #fff;
  background-color: #1ca987;
}
.p-syuroTerm .p-interviewStory {
  display: none;
}
.p-syuroTerm .p-interviewStory-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-interviewStory-item {
    max-width: 82rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-interviewStory-item {
    max-width: 39rem;
  }
}
.p-syuroTerm .p-interviewStory-item a {
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.14);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.14);
  border-radius: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-interviewStory-item a {
    width: 66rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-interviewStory-item a {
    width: 35rem;
  }
}
.p-syuroTerm .p-interviewStory-textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .p-syuroTerm .p-interviewStory-textBox {
    padding: 3rem 5rem 2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroTerm .p-interviewStory-textBox {
    padding: 3rem 2rem 2rem;
  }
}
.p-syuroTerm .p-interviewStory-textBox .m-label.--grnBorder {
  background-color: transparent;
}
.p-syuroTerm .p-interviewStory-textBox .m-bullet.--primary li {
  font-size: 1.4rem;
}
.p-syuroTerm .p-interviewStory-textBox .m-bullet.--primary li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.p-syuroTerm .p-interviewStory-textBox .m-bullet.--primary li::before {
  top: 0.7rem;
}
.p-syuroTerm .p-interviewStory-textBox .m-textSubSmall {
  text-align: right;
  margin-top: auto;
}
.p-syuroTerm .p-interviewStory.slick-slider {
  display: block;
}
.p-syuroTerm .p-interviewStory .slick-list {
  display: grid;
}
.p-syuroTerm .p-interviewStory.slick-dotted {
  margin-bottom: 0;
}
.p-syuroTerm .p-interviewStory .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.6rem;
  bottom: 0;
  position: static;
}
.p-syuroTerm .p-interviewStory .slick-dots li {
  background-color: #95be1f;
  border-radius: 100%;
  margin: 0 0.35rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
}
.p-syuroTerm .p-interviewStory .slick-dots li.slick-active {
  opacity: 1;
}
.p-syuroTerm .p-interviewStory .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
}
.p-syuroTerm .p-interviewStory .slick-dots li button:before {
  display: none;
}
/*# sourceMappingURL=term.css.map */