.s-hero {
  position: relative;
  overflow: hidden;
  padding-top: 9.6rem;
  padding-bottom: 5rem;
}
.s-hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s-hero .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero .contents {
  position: relative;
  z-index: 2;
  padding-left: 2rem;
  padding-right: 2rem;
}
.s-hero .contents .main_title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.s-hero .contents .main_title span {
  font-size: 3.6rem;
  display: block;
  margin-top: 1rem;
}
.s-hero .contents .description {
  width: 475px;
  max-width: 130%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.s-hero .contents .description img {
  width: 100%;
}
.s-hero .contents .cta {
  text-align: center;
  margin-top: -20px;
}
.s-hero .contents .cta .title {
  display: inline-block;
  border: 1px solid #fff;
  background: #1B91C2;
  border-radius: 99px;
  padding: 0.6rem 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.8rem;
}
.s-hero .contents .cta .title::before, .s-hero .contents .cta .title::after {
  content: "";
  border: 7px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.s-hero .contents .cta .title::before {
  border-top-color: #fff;
  top: 100%;
}
.s-hero .contents .cta .title::after {
  border-top-color: #1B91C2;
  top: calc(100% - 1px);
}
.s-hero .contents .cta .btn a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  padding: 1.4rem 2.8rem;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  font-size: 2rem;
  border: #FFD4CE 1px solid;
  background: linear-gradient(90deg, #F48171 0%, #E5533E 100%);
}
.s-hero .contents .cta .btn_balloon a {
  margin-top: 25px;
}
.s-hero .contents .cta .btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/common/arrow_white.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1080px) {
  .s-hero {
    margin-top: 8rem;
    height: 47rem;
    padding-top: 5.4rem;
    padding-bottom: 0;
  }
  .s-hero::after {
    content: "";
    width: 100%;
    height: 7rem;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .s-hero .bg {
    background: #008ccc;
    height: 40rem;
  }
  .s-hero .bg img {
    width: 2400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
  .s-hero .contents {
    width: 108rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .s-hero .contents .main_title {
    font-size: 3.8rem;
    padding-top: 1.6rem;
    margin-bottom: 8rem;
  }
  .s-hero .contents .main_title span {
    font-size: 5.4rem;
    margin-top: 1.6rem;
  }
  .s-hero .contents .description {
    width: 48rem;
    position: absolute;
    right: 6rem;
    top: 0;
    left: auto;
    transform: none;
  }
  .s-hero .contents .cta {
    width: 32rem;
    margin-top: -30px;
  }
  .s-hero .contents .cta .btn a {
    width: 100%;
    transition: all 0.3s ease-out;
  }
  .s-hero .contents .cta .btn a:hover {
    transform: translateY(2px);
    background: linear-gradient(90deg, #F7A69B 0%, #EF705E 100%);
  }
}
.s-title_primary {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.2rem;
}

@media only screen and (min-width: 1080px) {
  .s-title_primary {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
.s-summary {
  line-height: 1.8;
  margin-bottom: 6rem;
}

@media only screen and (min-width: 1080px) {
  .s-summary {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 8rem;
  }
}
.s-data {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.s-data .contents p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.s-data .contents p::before, .s-data .contents p::after {
  content: "";
  width: 2.6rem;
  height: 7.2rem;
}
.s-data .contents p::before {
  background: url(../images/index/ornament_l.svg) no-repeat center/contain;
  margin-right: 0.2rem;
}
.s-data .contents p::after {
  background: url(../images/index/ornament_r.svg) no-repeat center/contain;
  margin-left: 0.2rem;
}
.s-data .contents p .content {
  display: flex;
  align-items: flex-end;
  position: relative;
  font-weight: bold;
  column-gap: 0.3rem;
}
.s-data .contents p .content .text {
  font-size: 1.8rem;
}
.s-data .contents p .content .text span {
  display: block;
}
.s-data .contents p .content .text span + span {
  margin-top: 0.3rem;
}
.s-data .contents p .content .text2 {
  font-size: 1.6rem;
  text-align: center;
}
.s-data .contents p .content .text2 .A-name {
  display: block;
  margin-right: 1.6rem;
  margin-bottom: 0.4rem;
}
.s-data .contents p .content  .text2 .award {
  color: var(--color_theme);
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
}
.s-data .contents p .content .number {
  color: var(--color_theme);
}
.s-data .contents p .content .number .num {
  font-family: "Oswald";
  letter-spacing: -0.1rem;
  font-size: 5rem;
  margin-right: 0.3rem;
}
.s-data .contents p .content .number .unit {
  font-size: 2.4rem;
}
.s-data .contents p .content .remarks {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
}
.s-data .remarks_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #666;
  font-size: 1.2rem;
  gap: 0.5rem 1rem;
}

@media only screen and (min-width: 1080px) {
  .s-data {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .s-data .contents {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  .s-data .contents p .content .number .num {
    letter-spacing: normal;
  }
}
.s-flow {
  display: flex;
  margin-left: -2rem;
  padding-left: 1rem;
}
.s-flow .title {
  display: flex;
  flex-direction: column;
  width: 5rem;
  margin-right: 0.3rem;
}
.s-flow .title::before, .s-flow .title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 2rem;
}
.s-flow .title::before {
  background: url(../images/index/flow_arrow_bg_1__sp.svg) no-repeat center/contain;
}
.s-flow .title::after {
  background: url(../images/index/flow_arrow_bg_2__sp.svg) no-repeat center/contain;
}
.s-flow .title .text {
  width: 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  white-space: nowrap;
  background: linear-gradient(to bottom, #14b2dd 0%, #008ec1 100%);
  flex: 1;
  padding: 1rem 0;
}
.s-flow .title .text span {
  position: sticky;
  top: 7rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.s-flow .list {
  flex: 1;
}
.s-flow .list .item {
  border: 1px solid var(--color_theme);
  background: #fff;
  padding: 1.6rem;
  position: relative;
}
.s-flow .list .item + * {
  margin-top: 2rem;
}
.s-flow .list .item + *::after {
  position: absolute;
  inset: -2.1rem 0 auto 0;
  margin: auto;
  content: "";
  width: 12rem;
  height: 2rem;
  background: url(../images/index/flow_bg__sp.svg) no-repeat center/contain;
}
.s-flow .list .item dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.s-flow .list .item dl dt .number {
  font-family: "Oswald";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  background: var(--color_theme_light);
  border-radius: 50%;
  color: #fff;
  margin-right: 0.5rem;
}
.s-flow .list .item dl dt .text {
  font-size: 1.8rem;
  color: var(--color_theme);
  font-weight: bold;
}
.s-flow .list .item dl dd {
  line-height: 1.4;
  font-size: 1.4rem;
}
.s-flow .list .item dl dd br {
  display: none;
}
.s-flow .list .item .icon {
  position: absolute;
  right: 0;
  top: -1.2rem;
  z-index: 2;
}

@media only screen and (min-width: 1080px) {
  .s-flow {
    flex-direction: column-reverse;
    margin-left: 0;
    padding-left: 0;
  }
  .s-flow .title {
    flex-direction: row;
    width: 1080px;
    height: 7.5rem;
    padding: 0;
    margin: 0 auto;
  }
  .s-flow .title::before, .s-flow .title::after {
    width: 3rem;
    height: auto;
  }
  .s-flow .title::before {
    background: url(../images/index/flow_arrow_bg_1__pc.svg) no-repeat center/contain;
  }
  .s-flow .title::after {
    background: url(../images/index/flow_arrow_bg_2__pc.svg) no-repeat center/contain;
  }
  .s-flow .title .text {
    height: 4.2rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #14b2dd 0%, #008ec1 100%);
    align-items: center;
  }
  .s-flow .title .text span {
    position: inherit;
    top: auto;
    -ms-writing-mode: inherit;
        writing-mode: inherit;
    font-size: 2.4rem;
  }
  .s-flow .list {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: url(../images/index/flow_bg__pc.svg) no-repeat center bottom/contain;
    padding: 0 6rem 4rem;
  }
  .s-flow .list .item {
    border: 2px solid var(--color_theme);
    display: flex;
    width: 16.4rem;
    height: 10rem;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-out;
    cursor: default;
  }
  .s-flow .list .item + * {
    margin-top: 0;
  }
  .s-flow .list .item + *::after {
    content: none;
  }
  .s-flow .list .item:last-of-type {
    width: 20.4rem;
  }
  .s-flow .list .item dl dt {
    margin-bottom: 1rem;
  }
  .s-flow .list .item dl dt .number {
    position: absolute;
    left: 50%;
    top: 0;
    margin-right: 0;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2rem;
    transform: translate(-50%, -50%);
  }
  .s-flow .list .item dl dt .text {
    font-size: 2rem;
  }
  .s-flow .list .item dl dd {
    position: absolute;
    z-index: 3;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-out;
  }
  .s-flow .list .item dl dd br {
    display: inherit;
  }
  .s-flow .list .item:hover {
    background: var(--color_theme);
  }
  .s-flow .list .item:hover dl dt .text {
    color: #fff;
  }
  .s-flow .list .item:hover dl dd {
    opacity: 1;
    width: 24rem;
    height: auto;
    padding: 3rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    top: calc(100% + 3rem);
    background: #fff;
    border: 1px solid var(--color_theme);
    border-radius: 1rem;
    overflow: visible;
    filter: drop-shadow(0 0 2rem rgba(0, 142, 193, 0.4));
  }
  .s-flow .list .item:hover dl dd::before, .s-flow .list .item:hover dl dd::after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-flow .list .item:hover dl dd::before {
    border-bottom-color: var(--color_theme);
    bottom: 100%;
  }
  .s-flow .list .item:hover dl dd::after {
    border-bottom-color: #fff;
    bottom: calc(100% - 1px);
  }
  .s-flow .list .item .icon {
    width: 100%;
    text-align: center;
    top: 100%;
    bottom: auto;
    transform: translateY(-55%);
  }
}

.s-function_detail_list .sp_head {
  margin-top: 2rem;
  background: #8DCFE4;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  height: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: .8rem;
}
.s-function_detail_list .pc_head {
  display: none;
}
.s-function_detail_list .item {
  position: relative;
  display: block;
  padding: 1.6rem;
  box-shadow: 0px 0px 30px #008EC126;
  border: 1px solid #CCE8F3;
  margin-bottom: .8rem;
}
.s-function_detail_list .item::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  background: url(../images/common/arrow_blue.svg) no-repeat center;
  background-size: 10px 18px;
  background-color: #EDFBFD;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  z-index: -1;
}
.s-function_detail_list a[target="_blank"].item::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  background: url(../images/common/icon_blanklink_blue.svg) no-repeat center;
  background-size: 16px 16px;
  background-color: #EDFBFD;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  z-index: -1;
}
.s-function_detail_list .item.invoice_balloon::before {
  content: "";
  display: block;
  width: 97px;
  height: 24px;
  background: url(../images/index/balloon_invoice_sp.svg) no-repeat center;
  background-size: 97px 24px;
  position: absolute;
  top: -7px;
  right: 26px;
}
.s-function_detail_list dt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-right: 115px;
  margin-bottom: .4rem;
}
.s-function_detail_list dd.icon {
  position: absolute;
  width: 72px;
  height: 48px;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
.s-function_detail_list dd.text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 115px;
}
.s-function_detail_list dd.text br {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .s-function_detail_list {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .s-function_detail_list .sp_head {
    display: none;
  }
  .s-function_detail_list .pc_head {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 142px;
    height: 26px;
    background: #8DCFE4;
    color: #fff;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .s-function_detail_list .item {
    color: #333;
    text-align: center;
    padding: 4rem 2.4rem 4.5rem;
    transition: all 0.3s ease-out;
  }
  .s-function_detail_list .item::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/common/arrow_white.svg) no-repeat center;
    background-size: 8px 14px;
    background-color: #CCE8F3;
    border-radius: 50%;
    position: absolute;
    bottom: 14px;
    right: 14px;
    transform: none;
    z-index: 0;
  }
  .s-function_detail_list a[target="_blank"].item::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/common/icon_blanklink_white.svg) no-repeat center;
    background-size: 16px 16px;
    background-color: #CCE8F3;
    border-radius: 50%;
    position: absolute;
    bottom: 14px;
    right: 14px;
    transform: none;
    z-index: 0;
  }
  .s-function_detail_list .item:hover {
    background: #EDFBFD;
    box-shadow: none;
  }
  .s-function_detail_list .item.invoice_balloon::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/index/balloon_invoice_pc.svg) no-repeat center;
    background-size: 70px 70px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .s-function_detail_list dt {
    font-weight: bold;
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .s-function_detail_list dd.icon {
    position: relative;
    width: 150px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto 1.2rem;
    transform: none;
  }
  .s-function_detail_list dd.text {
    font-size: 1.6rem;
    margin-right: 0;
  }
  .s-function_detail_list dd.text br {
    display: block;
  }
}

.s-function_detail_list .sp_title {
  display: none;
}
.s-function_detail_list .pc_title {
  line-height: 1.4;
}
@media only screen and (max-width: 1079px) {
  .s-function_detail_list.pattern_b {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .s-function_detail_list.pattern_b .sp_head,
  .s-function_detail_list.pattern_b .text {
    display: none;
  }
  .s-function_detail_list.pattern_b .item {
    padding: 1.8rem 1.2rem 3.6rem;
    margin-bottom: 0;
  }
  .s-function_detail_list.pattern_b .item.invoice_balloon::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .s-function_detail_list.pattern_b .item::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/common/arrow_white.svg) no-repeat center;
    background-size: 6.4px 11.2px;
    background-color: #CCE8F3;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: 12px;
    transform: none;
    z-index: 0;
  }
  .s-function_detail_list.pattern_b a[target="_blank"].item::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_blanklink_white.svg) no-repeat center;
    background-size: 12px 12px;
    background-color: #CCE8F3;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: 12px;
    transform: none;
    z-index: 0;
  }
  .s-function_detail_list.pattern_b dt {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  .s-function_detail_list.pattern_b .sp_title {
    display: block;
    line-height: 1.4;
  }
  .s-function_detail_list.pattern_b .pc_title {
    display: none;
  }
  .s-function_detail_list.pattern_b dd.icon {
    position: relative;
    width: 90px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
  }
}
@media only screen and (min-width: 1080px) {
  .s-function_detail_list.pattern_b .sp_title {
    display: none;
  }
  .s-function_detail_list.pattern_b .pc_title {
    display: block;
    line-height: 1.4;
  }
}

.s-feature_summary_list {
  border-top: 1px solid var(--color_theme_lighter);
  border-bottom: 1px solid var(--color_theme_lighter);
}
.s-feature_summary_list .item {
  padding-top: 1.6rem;
  padding-bottom: 4rem;
}
.s-feature_summary_list .item + .item {
  border-top: 1px solid var(--color_theme_lighter);
}
.s-feature_summary_list .item .title {
  margin-bottom: 2rem;
}
.s-feature_summary_list .item .title .number {
  display: block;
  text-align: center;
  font-size: 5rem;
  color: var(--color_theme_light);
  font-family: "Oswald";
  margin-bottom: 1rem;
}
.s-feature_summary_list .item .title .text {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.s-feature_summary_list .item .image {
  margin-bottom: 2rem;
}
.s-feature_summary_list .item .image img {
  width: 100%;
}
.s-feature_summary_list .item .description {
  line-height: 1.6;
  margin-bottom: 2rem;
}
.s-feature_summary_list .item .list {
  margin-bottom: 3rem;
}
.s-feature_summary_list .item .list dt {
  width: 90%;
  border: 1px solid var(--color_theme);
  border-radius: 99px;
  padding: 1rem;
  text-align: center;
  position: relative;
  color: var(--color_theme);
  font-weight: bold;
  margin: 0 auto 1rem;
}
.s-feature_summary_list .item .list dt::before, .s-feature_summary_list .item .list dt::after {
  content: "";
  border: 7px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.s-feature_summary_list .item .list dt::before {
  border-top-color: var(--color_theme);
  top: 100%;
}
.s-feature_summary_list .item .list dt::after {
  border-top-color: #fff;
  top: calc(100% - 1px);
}
.s-feature_summary_list .item .list dd {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.s-feature_summary_list .item .list dd::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color_theme);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.s-feature_summary_list .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #CCE8F3;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.s-feature_summary_list .item .link span {
  position: absolute;
  left: 120%;
}
.s-feature_summary_list .item .link::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/common/arrow_white.svg) no-repeat center/contain;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1080px) {
  .s-feature_summary_list {
    display: flex;
    border: none;
    position: relative;
  }
  .s-feature_summary_list .item {
    flex: 1;
    padding: 4rem;
    display: flex;
    flex-direction: column;
  }
  .s-feature_summary_list .item + .item {
    border-top: none;
    border-left: 1px solid var(--color_theme_lighter);
  }
  .s-feature_summary_list .item .description {
    margin-bottom: auto;
  }
  .s-feature_summary_list .item .list {
    padding-top: 2rem;
  }
}
.s-feature_list {
  padding-bottom: 16rem;
  overflow: hidden;
}
.s-feature_list .item:nth-of-type(odd) {
  background: linear-gradient(90deg, #14B2DD 0%, #008EC1 100%);
}
.s-feature_list .item:nth-of-type(odd) .block {
  margin-right: 2rem;
}
.s-feature_list .item:nth-of-type(even) {
  background: #EDFBFD;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.s-feature_list .item:nth-of-type(even) .block {
  margin-right: 0;
  margin-left: 2rem;
}
.s-feature_list .item .block {
  background: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
  padding-top: 5rem;
  padding-bottom: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translateY(6rem);
}
.s-feature_list .item .block .title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.6rem;
  margin-left: -0.4em;
  margin-bottom: 5rem;
  position: relative;
}
.s-feature_list .item .block .title .number {
  font-family: "Oswald";
  color: var(--color_theme_light);
  font-size: 7rem;
  margin-right: 1rem;
}
.s-feature_list .item .block .title .text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.s-feature_list .item .block .title::after {
  content: "";
  width: calc(100% + 2rem);
  height: 1px;
  background: var(--color_theme_light);
  position: absolute;
  left: -2rem;
  bottom: 0;
}
.s-feature_list .item .block .subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
.s-feature_list .item .block .subtitle br {
  display: none;
}
.s-feature_list .item .block .subtitle em {
  color: var(--color_theme);
  font-style: normal;
}
.s-feature_list .item .block .description {
  line-height: 2;
  margin-bottom: 2rem;
}
.s-feature_list .item .block .description em {
  font-weight: bold;
  font-style: normal;
}
.s-feature_list .item .block .image {
  text-align: center;
  margin-bottom: 3rem;
}
.s-feature_list .item .block .media_list {
  border: 1px solid var(--color_theme);
  border-radius: 2rem;
  padding: 4rem 2rem 3rem;
  position: relative;
}
.s-feature_list .item .block .media_list__title {
  background: var(--color_theme);
  border-radius: 99rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 1rem 2rem;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 50%);
}
.s-feature_list .item .block .media_list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(117px, 1fr));
  gap: 1rem 1.6rem;
  margin-bottom: 2rem;
}
.s-feature_list .item .block .media_list .remarks {
  text-align: center;
  font-size: 1.2rem;
}
.s-feature_list .item .block .read_more {
  text-align: center;
}
.s-feature_list .item .block .layout {
  display: grid;
}
.s-feature_list .item .block .layout + .layout {
  margin-top: 7rem;
}
.s-feature_list .item .block .layout_2 {
  display: grid;
  gap: 2rem;
  border: 1px solid var(--color_theme);
  border-radius: 2rem;
  padding: 2rem 2rem 3rem;
}

@media only screen and (min-width: 1080px) {
  .s-feature_list .item .block .layout_2 {
    padding: 5rem 5rem 5rem;
  }
}

.s-feature_list .item .block .layout_2 > section {
  border: 1px solid var(--color_theme);
  border-radius: 2rem;
  padding: 2rem 2rem 3rem;
}
.s-feature_list .item .block .layout_2__title {
  background: var(--color_theme);
  border-radius: 99rem;
  padding: 0.8rem 4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.s-feature_list .item .block .layout_2__image {
  text-align: center;
  margin-bottom: 0;
}
.s-feature_list .item .block .layout_2__description {
  line-height: 2;
  margin-bottom: 3rem;
}
.s-feature_list .item .block .layout_2__description em {
  font-weight: bold;
  font-style: normal;
}
.s-feature_list .item .s-feature_media_wrapper {
  margin-top: 12rem;
}
.s-feature_list .item .js-feature_media {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .s-feature_list {
    padding-bottom: 22rem;
  }
  .s-feature_list .item:nth-of-type(odd) .block {
    margin-right: calc((100% - 1200px - 280px) / 2);
    padding-right: 14rem;
  }
  .s-feature_list .item:nth-of-type(odd) .block .block_inner {
    margin-left: auto;
  }
  .s-feature_list .item:nth-of-type(odd) .block .title::after {
    left: auto;
    right: 0;
  }
  .s-feature_list .item:nth-of-type(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .s-feature_list .item:nth-of-type(even) .block {
    margin-left: calc((100% - 1200px - 280px) / 2);
    padding-left: 14rem;
  }
  .s-feature_list .item:nth-of-type(even) .block .block_inner {
    margin-right: auto;
  }
  .s-feature_list .item:nth-of-type(even) .block .title::after {
    left: 0;
    right: auto;
  }
  .s-feature_list .item .block {
    padding-top: 7rem;
    padding-bottom: 10rem;
    transform: translateY(10rem);
  }
  .s-feature_list .item .block .block_inner {
    width: 1200px;
  }
  .s-feature_list .item .block .title {
    padding-bottom: 2rem;
    margin-bottom: 7rem;
  }
  .s-feature_list .item .block .title .number {
    font-size: 10rem;
    margin-right: 3rem;
  }
  .s-feature_list .item .block .title .text {
    font-size: 4.2rem;
  }
  .s-feature_list .item .block .title .text br {
    display: none;
  }
  .s-feature_list .item .block .title::after {
    width: 9999px;
  }
  .s-feature_list .item .block .contents {
    display: grid;
    align-self: end;
  }
  .s-feature_list .item .block .subtitle {
    line-height: 1.4;
    font-size: 3.2rem;
  }
  .s-feature_list .item .block .subtitle br {
    display: block;
  }
  .s-feature_list .item .block .description {
    font-size: 1.8rem;
  }
  .s-feature_list .item .block .layout:nth-of-type(odd) {
    grid-template-columns: 1fr 52rem;
    grid-template-areas: "contents image" "read_more image";
    column-gap: 5rem;
  }
  .s-feature_list .item .block .layout .contents {
    grid-area: contents;
  }
  .s-feature_list .item .block .layout .image {
    grid-area: image;
    margin-bottom: 0;
    display: grid;
  }
  .s-feature_list .item .block .layout .image > * {
    justify-self: center;
    align-self: center;
  }
  .s-feature_list .item .block .layout .image picture > img {
    width: 52rem;
  }
  .s-feature_list .item .block .layout .media_list {
    width: 100%;
    padding: 5rem 2rem 3rem;
  }
  .s-feature_list .item .block .layout .media_list__title {
    width: 80%;
    font-size: 2rem;
  }
  .s-feature_list .item .block .layout .media_list ul li img {
    width: 132px;
  }
  .s-feature_list .item .block .layout .read_more {
    grid-area: read_more;
    text-align: left;
  }
  .s-feature_list .item .block .layout .read_more .c-btn_default {
    width: 19rem;
  }
  .s-feature_list .item .block .layout.is-registration {
    margin-top: -7rem;
  }
  .s-feature_list .item .block .layout:nth-of-type(even) {
    grid-template-columns: 52rem 1fr;
    grid-template-areas: "image contents" "image read_more";
    column-gap: 5rem;
  }
  .s-feature_list .item .block .layout_2 {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
  .s-feature_list .item .block .layout_2 > section {
    padding: 5rem;
  }
  .s-feature_list .item .block .layout_2__title {
    font-size: 2rem;
    padding: 1rem 4rem;
  }
  .s-feature_list .item .block .layout_2__title br {
    display: none;
  }
  .s-feature_list .item .block .layout_2__image img {
    width: 470px;
    height: 100px;
  }

  .s-feature_list .item .block .layout_2 .description {
    line-height: 2;
    margin-bottom: 3.2rem;
  }

  .s-feature_list .item .block .layout_2 .image_2 {
    text-align: center;
    margin-bottom: 0;
  }
  .s-feature_list .item .block .layout_2 .read_more {
    text-align: left;
  }

  .s-feature_list .item .block .layout_2 .c-btn_default {
    width: 19rem;
  }
  .s-feature_list .item .s-feature_media_wrapper {
    margin-top: 18rem;
  }
}
.s-feature_media_btn {
  display: block;
  width: 90%;
  position: relative;
  font-size: inherit;
  color: var(--color_theme);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(to right, #14b2dd 0%, #008ec1 100%);
  padding: 1.4rem;
  border-radius: 4px;
  margin: 0 auto;
}
.s-feature_media_btn .content {
  position: relative;
  z-index: 2;
}
.s-feature_media_btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: #fff;
  opacity: 1;
  background-clip: padding-box;
  transition: opacity 0.2s ease-out;
  border-radius: 4px;
}
.s-feature_media_btn::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  margin: auto;
  background: url("../images/common/arrow_blue.svg") no-repeat center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.s-feature_media_btn.is-open::after {
  transform: rotate(270deg);
}

@media only screen and (min-width: 1080px) {
  .s-feature_media_btn {
    width: auto;
    padding: 1.4rem 6rem;
  }
  .s-feature_media_btn:hover {
    color: #fff;
  }
  .s-feature_media_btn:hover::before {
    opacity: 0;
  }
  .s-feature_media_btn:hover::after {
    background: url("../images/common/arrow_white.svg") no-repeat center;
  }
}
.s-feature_media_list {
  display: grid;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.s-feature_media_list__item {
  border: 1px solid var(--color_theme_light);
  border-radius: 1rem;
  background: #fff;
  padding: 2rem 2rem 3rem;
}
.s-feature_media_list__item__title {
  text-align: center;
  margin-bottom: 2rem;
}
.s-feature_media_list__item__contents__image {
  text-align: center;
  margin-bottom: 2rem;
}
.s-feature_media_list__item__contents__subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.s-feature_media_list__item__contents__description {
  line-height: 2;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1080px) {
  .s-feature_media_list__item {
    padding: 4rem;
  }
  .s-feature_media_list__item__contents {
    display: grid;
    grid-template-columns: 36rem 1fr;
    gap: 4rem;
  }
  .s-feature_media_list__item__contents__image img {
    width: 100%;
  }
}
@media only screen and (min-width: 1080px) {
  .s-imagebloglist {
    display: flex;
    justify-content: space-between;
  }
}
.s-imagebloglist__item {
  display: block;
  background: #fff;
  margin-bottom: 4rem;
  box-shadow: 0 0 45px rgba(0, 142, 193, 0.2);
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist__item {
    width: 327px;
  }
}
.s-imagebloglist__item:hover {
  background: #EDFBFD;
  box-shadow: none;
}

.s-usecase_list .s-imagebloglist__item__text {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}

.s-useful_list .s-imagebloglist__item__text {
  padding: 0 3.2rem 3.2rem;
  line-height: 1.8;
}

.s-imagebloglist__item__tagtext {
  display: inline-block;
  position: absolute;
  background-color: #008ec1;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  margin-bottom: 1.8rem;
}

.s-usecase_list .s-imagebloglist__item__titletext {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-top: 4rem;
}

.s-useful_list .s-imagebloglist__item__titletext {
  padding: 3.2rem 3.2rem 0.8rem;
  font-weight: bold;
  line-height: 1.8;
}

.s-imagebloglist__item__storetext {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 1.5rem;
}

.s-imagebloglist__item__areatext {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-top: 1rem;
}

.s-imagebloglist__item__titleimage {
  position: relative;
  height: 45vw;
  overflow: hidden;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist__item__text.usecase {
    padding: 3rem 3rem 3rem;
    display: flex;
    flex-direction: column;
  }
  .s-imagebloglist__item__storetext {
    margin-top: 2rem;
    margin-bottom: auto;
  }
  .s-imagebloglist__item__titleimage {
    height: 180px;
  }
}
.s-imagebloglist__item__titleimage img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease-out;
}

.s-imagebloglist__item:hover .s-imagebloglist__item__titleimage img {
  transform: scale(1.05);
}

.s-newssection {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #EDFBFD;
}

@media only screen and (min-width: 1080px) {
  .s-newssection {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.s-newslist {
  background: #fff;
  padding: 0 1.6rem 1.6rem;
}

.s-newslist a {
  display: block;
  padding: 1.4rem 0;
  border-bottom: 2px solid #EDFBFD;
  transition: opacity 0.2s ease-out;
}

.s-newslist a dt, .s-newslist a dd {
  line-height: 1.6;
}

.s-newslist a dt {
  color: #008EC1;
  margin-bottom: 0.7rem;
}

.s-newslist a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1080px) {
  .s-newslist {
    padding: 3.2rem 1.6rem;
  }
  .s-newslist dl {
    display: flex;
  }
  .s-newslist dt {
    padding-right: 1.4rem;
    margin-bottom: 0;
  }
  .s-newslist dd {
    padding-left: 1.4rem;
  }
}